.header{background-color:#fff;box-shadow:0 1px 2px #0000000d;position:relative;width:100%;z-index:1000}.header__container{max-width:1200px;margin:0 auto;padding:.75rem 1rem;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:.5rem}.header__top-row{display:flex;align-items:center;justify-content:space-between;width:100%}.header__bottom-row{width:100%;padding-top:.5rem}.header__bottom-row .category-filter-fullwidth{width:auto;position:static;margin:0;padding:0}.header__bottom-row .category-filter-container{padding:0;justify-content:flex-start;border:none;background:transparent}.header__search-desktop{display:flex;flex:1;max-width:480px;margin:0 2rem;background:#f8fafc;border:1px solid #cbd5e1;border-radius:9999px;padding:.25rem .25rem .25rem 1.25rem;align-items:center;transition:all .2s}.header__search-desktop:focus-within{background:#fff;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.header__search-input{flex:1;border:none;background:transparent;outline:none;font-size:.95rem;color:#1e293b}.header__search-button{width:36px;height:36px;border-radius:50%;background-color:#2563eb;color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s}.header__search-button:hover{background-color:#1d4ed8}.header__logo-wrapper{position:relative}.header__logo-group{display:flex;align-items:center;gap:.25rem}.header__logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:#0f172a;font-weight:700;font-size:1.25rem;flex-shrink:0}.header__logo-icon{font-size:1.5rem}.header__logo-text{display:block;background:linear-gradient(135deg,#3b82f6,#2563eb);-webkit-background-clip:text;background-clip:text;color:transparent;font-weight:800}.header__location-trigger{background:transparent;border:none;cursor:pointer;color:#64748b;padding:2px;display:flex;align-items:center;border-radius:4px;transition:transform .2s,background-color .2s}.header__location-trigger:hover{background-color:#f1f5f9;color:#3b82f6}.header__location-trigger.open{transform:rotate(180deg)}.header__location-dropdown{position:absolute;top:100%;left:0;margin-top:.5rem;background:#fff;border:1px solid #e2e8f0;border-radius:1rem;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a;min-width:260px;padding:.5rem;z-index:100;animation:fadeIn .15s ease-out}.header__location-list{display:flex;flex-direction:column;gap:.25rem}.header__location-group-item{display:flex;flex-direction:column}.header__location-option-wrapper{display:flex;align-items:center;border-radius:.5rem;transition:all .2s}.header__location-option-wrapper:hover{background-color:#f1f5f9}.header__location-option-wrapper.active{background-color:#eff6ff}.header__location-option{display:flex;align-items:center;gap:.75rem;flex:1;padding:.65rem .75rem;border:none;background:transparent;text-align:left;cursor:pointer;color:#475569;font-weight:600;font-size:.95rem;transition:all .2s;border-radius:.5rem}.header__location-option.child{padding-left:2.75rem;font-weight:500;font-size:.9rem;color:#64748b}.header__location-option.child:hover{background-color:#f8fafc;color:#0f172a}.header__location-option.active{color:#2563eb}.header__location-expand{width:32px;height:32px;margin-right:.25rem;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;color:#94a3b8;border-radius:.35rem;transition:all .2s}.header__location-expand:hover{background-color:#e2e8f0;color:#475569}.header__location-expand.expanded svg{transform:rotate(180deg)}.header__location-expand svg{transition:transform .2s}.header__location-children{display:flex;flex-direction:column;margin-top:2px;position:relative}.header__location-children:before{content:"";position:absolute;left:1.4rem;top:0;bottom:.75rem;width:2px;background:#f1f5f9}.header__location-icon{font-size:1.1rem;width:1.5rem;display:flex;justify-content:center}.header__location-check{margin-left:auto;color:#2563eb;font-weight:700}.header__actions{display:flex;align-items:center;gap:1rem;flex-shrink:0}.header__publish-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:#2563eb;color:#fff;border:none;border-radius:.5rem;font-weight:600;font-size:.9rem;cursor:pointer;text-decoration:none;transition:background-color .2s;white-space:nowrap}.header__publish-btn:hover{background-color:#1d4ed8}.header__login-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:transparent;color:#7c3aed;border:1px solid #ddd6fe;border-radius:.5rem;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s;white-space:nowrap}.header__login-btn:hover{background-color:#f5f3ff;border-color:#c4b5fd}.header__profile-btn{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:#0f172a;font-weight:500;font-size:.9rem;padding:.25rem;border-radius:9999px;transition:background-color .2s}.header__profile-btn:hover{background-color:#f1f5f9}.header__store-btn{display:flex;align-items:center;gap:.4rem;text-decoration:none;color:#b45309;font-weight:600;font-size:.85rem;padding:.35rem .75rem;border-radius:9999px;background:#fef3c7;border:1px solid #fde68a;transition:all .2s}.header__store-btn:hover{background:#fde68a;border-color:#fcd34d;transform:translateY(-1px)}.header__avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem}.header__avatar-img{width:32px;height:32px;border-radius:50%;object-fit:cover;border:2px solid white;box-shadow:0 0 0 1px #e2e8f0}.header__skeleton{width:100px;height:36px;background-color:#f1f5f9;border-radius:.5rem}@media (max-width: 1023px){.header__search-desktop,.header__bottom-row{display:none}}@media (max-width: 640px){.header{position:relative;top:auto;transform:none!important;transition:none}.header__publish-btn{display:none}.header__login-btn{white-space:nowrap;padding:.4rem .8rem}.header__login-btn span{display:block}.header__profile-text{display:none}}.auth-modal__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:1rem;background:#0f172a66;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);animation:backdrop-fade-in .3s ease}@keyframes backdrop-fade-in{0%{opacity:0;-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}to{opacity:1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}}.auth-modal{width:100%;max-width:420px;max-height:92dvh;display:flex;flex-direction:column;background:#fff;border-radius:1.5rem;box-shadow:0 25px 50px -12px #00000040,0 0 0 1px #ffffff1a;overflow:hidden;animation:modal-slide-in .3s ease}@keyframes modal-slide-in{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.auth-modal__header{text-align:center;padding:2.5rem 2rem 2rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.auth-modal__logo-row{display:flex;align-items:center;justify-content:center;gap:.5rem}.auth-modal__logo-icon{font-size:2rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.auth-modal__title{font-size:1.75rem;font-weight:700;color:#fff;margin:0;letter-spacing:-.02em;text-shadow:0 2px 4px rgba(0,0,0,.1)}.auth-modal__leaf{font-size:1.5rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));transform:rotate(15deg)}.auth-modal__content{padding:1.75rem 2rem;overflow-y:auto;flex:1 1 auto;-webkit-overflow-scrolling:touch}.auth-modal__welcome{font-size:1.125rem;font-weight:600;color:#0f172a;margin:0 0 1.5rem;text-align:center;line-height:1.4}.auth-modal__subtitle{font-size:.9rem;color:#64748b;margin:-1rem 0 1.5rem;text-align:center}.auth-modal__form{display:flex;flex-direction:column;gap:1.25rem}.auth-modal__field{display:flex;flex-direction:column;gap:.5rem}.auth-modal__label{font-size:.875rem;font-weight:600;color:#374151}.auth-modal__phone-input{display:flex;border:2px solid #e2e8f0;border-radius:.75rem;overflow:hidden;transition:all .2s ease;background:#f8fafc}.auth-modal__phone-input:focus-within{border-color:#2563eb;background:#fff;box-shadow:0 0 0 3px #2563eb1a}.auth-modal__country-code{display:flex;align-items:center;gap:.375rem;padding:.875rem;background:#f1f5f9;border-right:1px solid #e2e8f0;color:#374151;font-size:.9rem;font-weight:500;cursor:pointer;flex-shrink:0}.auth-modal__flag{font-size:1.25rem}.auth-modal__input{flex:1;padding:.875rem 1rem;font-size:1rem;border:none;background:transparent;color:#0f172a;outline:none;min-width:0}.auth-modal__input::placeholder{color:#94a3b8}.auth-modal__input--code{text-align:center;font-size:1.5rem;font-weight:600;letter-spacing:.5rem;padding:1rem;border:2px solid #e2e8f0;border-radius:.75rem;background:#f8fafc;transition:all .2s ease}.auth-modal__input--code:focus{border-color:#2563eb;background:#fff;box-shadow:0 0 0 3px #2563eb1a}.auth-modal__hint{font-size:.8rem;color:#64748b}.auth-modal__otp-subtitle{font-size:.85rem;color:#64748b;line-height:1.4;margin:0 0 .75rem}.auth-modal__icon-wrapper{font-size:2.5rem;text-align:center;margin-bottom:1rem}.auth-modal__otp-container{position:relative;display:flex;justify-content:center;gap:.5rem;margin:1.5rem 0}.auth-modal__otp-digit{width:3rem;height:3.5rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:600;color:#4f46e5;background:#fff;border:2px solid #e2e8f0;border-radius:.75rem;transition:all .2s ease}.auth-modal__otp-digit--active{border-color:#d8b4fe;box-shadow:0 0 0 2px #d8b4fe33;transform:translateY(-2px);position:relative}.auth-modal__otp-digit--active:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:2px;height:24px;background-color:#4f46e5;animation:blink 1s step-end infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.auth-modal__otp-digit--filled{border-color:#c084fc;background:#faf5ff}.auth-modal__otp-input{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:1;cursor:text;letter-spacing:.5rem;font-size:2rem;-webkit-user-select:text;user-select:text;z-index:10;caret-color:transparent;color:transparent;background:transparent;border:none;outline:none}.auth-modal__otp-resend-container{text-align:center;display:flex;flex-direction:column;gap:.25rem;margin-top:1rem}.auth-modal__otp-link{background:none;border:none;color:#4f46e5;font-size:.9rem;font-weight:500;cursor:pointer;text-decoration:none}.auth-modal__otp-link:hover{text-decoration:underline}.auth-modal__phone-display{color:#94a3b8;font-size:.875rem}.auth-modal__error{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:linear-gradient(135deg,#fef2f2,#fee2e2);border:1px solid #fecaca;border-radius:.75rem;color:#dc2626;font-size:.875rem;font-weight:500}.auth-modal__submit{padding:1rem;font-size:1.1rem;font-weight:700;color:#fff;background:#9333ea;border:none;border-radius:.85rem;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;min-height:56px;box-shadow:0 4px 12px #9333ea40}.auth-modal__submit:hover:not(:disabled){background:#7e22ce;transform:translateY(-2px);box-shadow:0 8px 20px #7e22ce59}.auth-modal__submit:active:not(:disabled){transform:translateY(0)}.auth-modal__submit:disabled{background:#f3e8ff;color:#a855f7;opacity:.7;cursor:not-allowed;box-shadow:none}.auth-modal__secondary-btn{width:100%;padding:1rem;font-size:1rem;font-weight:600;color:#1e293b;background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.auth-modal__actions{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.auth-modal__secondary-btn:hover{background:#f8fafc;border-color:#cbd5e1}.auth-modal__spinner{width:22px;height:22px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:auth-modal-spin .8s linear infinite}@keyframes auth-modal-spin{to{transform:rotate(360deg)}}.auth-modal__resend{background:none;border:none;color:#64748b;font-size:.875rem;cursor:pointer;padding:.5rem;transition:color .2s ease}.auth-modal__resend:hover{color:#2563eb}.auth-modal__footer{padding:1rem 2rem 1.5rem;text-align:center;border-top:1px solid #f1f5f9}.auth-modal__back-link{background:none;border:none;color:#64748b;font-size:.875rem;cursor:pointer;padding:.5rem;transition:color .2s ease}.auth-modal__back-link:hover{color:#2563eb}.auth-modal__test-button{display:block;margin:.75rem auto 0;padding:.4rem .75rem;font-size:.75rem;font-weight:500;color:#f59e0b;background:#f59e0b1a;border:1px dashed #f59e0b;border-radius:.5rem;cursor:pointer;transition:all .2s ease}.auth-modal__test-button:hover{background:#f59e0b33;transform:scale(1.02)}.auth-modal__row{display:flex;gap:1rem}.auth-modal__row .auth-modal__phone-input{flex:1}.auth-modal__avatar-section{display:flex;align-items:center;gap:1rem;padding:.5rem 0}.auth-modal__avatar-placeholder{width:64px;height:64px;background:#cbd5e1;border-radius:50%;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0;cursor:pointer}.auth-modal__avatar-icon{font-size:3rem;color:#94a3b8;margin-top:.5rem}.auth-modal__upload-btn{flex:1;background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:.75rem 1rem;font-size:.9rem;font-weight:600;color:#0f172a;cursor:pointer;transition:all .2s ease;text-align:center}.auth-modal__upload-btn:hover{background:#f8fafc;border-color:#cbd5e1}.auth-modal__helper-text{font-size:.8rem;color:#64748b;line-height:1.4;margin-top:.5rem}.auth-modal__otp-subtitle{font-size:.9rem;color:#64748b;margin-bottom:1.5rem}@media (max-width: 480px){.auth-modal__backdrop{padding:1.5rem .5rem .5rem;align-items:flex-start}.auth-modal{border-radius:1.25rem;max-height:96dvh}.auth-modal__header{padding:1rem 1.25rem .75rem}.auth-modal__logo{font-size:2rem}.auth-modal__title{font-size:1.25rem}.auth-modal__content{padding:1.5rem}.auth-modal__welcome{font-size:1rem}.auth-modal__footer{padding:.875rem 1.5rem 1.25rem}}.auth-modal__terms-row{margin-top:1rem;display:flex;align-items:flex-start;gap:.5rem;padding:.6rem .75rem;border-radius:.6rem;border:1.5px solid transparent;transition:border-color .2s,background .2s}.auth-modal__terms-row--shake{border-color:#fca5a5;background:#fff5f5;animation:terms-shake .55s cubic-bezier(.36,.07,.19,.97) both}@keyframes terms-shake{0%{transform:translate(0)}15%{transform:translate(-6px)}30%{transform:translate(5px)}45%{transform:translate(-4px)}60%{transform:translate(3px)}75%{transform:translate(-2px)}90%{transform:translate(1px)}to{transform:translate(0)}}.cf-wrap{width:100%;position:relative;margin-bottom:.75rem;padding:.5rem 0 0;overflow:visible;display:flex;flex-direction:column;gap:0}.cf-wrap--compact{margin-bottom:0;padding-top:0}.cf-wrap--compact .cf-active-row{display:none!important}.cf-wrap--compact .cf-content-container{padding-top:.25rem!important;padding-bottom:0!important;margin-top:0!important}.cf-wrap--compact .cf-sub-row{margin-top:0!important}.cf-carousel-viewport{width:100%;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none;padding:.25rem 0;box-sizing:border-box;mask-image:linear-gradient(to right,transparent 0%,black 3%,black 97%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 3%,black 97%,transparent 100%)}.cf-carousel-viewport::-webkit-scrollbar{display:none}.cf-carousel-viewport--centered{display:flex;justify-content:flex-start;mask-image:none;-webkit-mask-image:none}.cf-track{display:flex;align-items:center;gap:.625rem;width:max-content;padding:.1rem 0}.cf-track--animated{animation:cf-scroll 60s linear infinite;will-change:transform;transform:translateZ(0);backface-visibility:hidden;perspective:1000}.cf-carousel-viewport:hover .cf-track--animated{animation-play-state:paused}@keyframes cf-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.cat-pill{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1.1rem;border-radius:9999px;border:1.5px solid #e2e8f0;background:#fff;color:#64748b;font-size:.875rem;font-weight:600;white-space:nowrap;cursor:pointer;transition:all .18s ease;font-family:inherit;box-shadow:0 1px 2px #0000000a;flex-shrink:0;outline:none}.cat-pill:hover:not(.cat-pill--todos-active){border-color:#94a3b8;background:#f8fafc;color:#334155;transform:translateY(-1px)}.cat-pill--todos-active{background:#2563eb;color:#fff;border-color:#2563eb;box-shadow:0 2px 8px #2563eb40}.cat-pill--selected{border-color:#2563eb;color:#2563eb;background:#eff6ff}@media (max-width: 768px){.cat-pill--selected{position:sticky;left:0;z-index:10;box-shadow:8px 0 12px -4px #ffffffe6}}.cat-pill--selected:hover{background:#dbeafe}.cat-pill__icon{font-size:1rem;line-height:1}.cat-pill__count{opacity:.7;font-size:.85em}.cat-pill__check{font-size:.75rem;color:#2563eb;font-weight:700;margin-left:1px}.cat-pill:focus{outline:none}.cf-active-pill:focus{outline:none}.cf-content-container{width:100%}.cf-active-row{padding:.6rem 0;display:flex;align-items:center;justify-content:space-between;min-height:48px}.cf-active-pill{display:inline-flex;align-items:center;gap:.6rem;padding:.5rem 1.1rem;background:#2563eb;border:1px solid #2563eb;border-radius:9999px;color:#fff;font-size:.925rem;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #2563eb33}.cf-active-pill:hover{background:#dbeafe;transform:translateY(-1px);box-shadow:0 4px 6px -1px #2563eb1a}.cf-active-pill__icon{font-size:1.1rem}.cf-active-pill__name{color:#fff}.cf-active-pill__count{font-size:.85em;opacity:.7}.cf-active-pill__x{display:flex;align-items:center;justify-content:center;width:20px;height:20px;background:#fff3;border-radius:50%;font-size:.9rem;line-height:1;color:#fff;transition:all .2s;margin-left:.25rem}.cf-active-pill:hover .cf-active-pill__x{background:#fff6;transform:rotate(90deg)}.cf-active-row-spacer{flex:1}.cf-sub-row{display:flex;justify-content:flex-start;align-items:center;gap:1.5rem;padding:.25rem 0 .5rem}.cf-sub-left{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}.cf-sub-label{font-size:.8rem;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.025em;white-space:nowrap}.cf-sub-carousel{flex:1;overflow-x:auto;scrollbar-width:none;mask-image:linear-gradient(to right,transparent 0%,black 2%,black 98%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 2%,black 98%,transparent 100%)}.cf-sub-carousel--static{overflow:visible;mask-image:none;-webkit-mask-image:none}.cf-sub-carousel::-webkit-scrollbar{display:none}.cf-sub-track{display:flex;align-items:center;gap:.5rem;width:max-content;padding:.1rem 0}.cf-sub-track--animated{animation:cf-scroll 45s linear infinite;will-change:transform;transform:translateZ(0);backface-visibility:hidden;perspective:1000}.cf-sub-carousel:hover .cf-sub-track--animated{animation-play-state:paused}.subcat-pill{display:inline-flex;align-items:center;gap:.3rem;padding:.35rem .85rem;border-radius:9999px;border:1.5px solid #e2e8f0;background:#fff;color:#475569;font-size:.825rem;font-weight:500;white-space:nowrap;cursor:pointer;transition:all .15s ease;font-family:inherit;flex-shrink:0;outline:none}.subcat-pill:hover:not(.subcat-pill--active){background:#f1f5f9;border-color:#94a3b8}.subcat-pill--active{background:#eff6ff;border-color:#3382f6;color:#1d4ed8;font-weight:600;box-shadow:0 0 0 1px #93c5fd}.subcat-pill__icon{font-size:.9rem}.subcat-pill__count{opacity:.65;font-size:.85em;margin-left:1px}.subcat-pill:focus{outline:none}.cf-sort-desktop{display:flex;align-items:center;gap:.8rem;position:relative;z-index:50}.cf-sort-label{font-size:.85rem;color:#64748b;font-weight:500}.cf-sort-wrapper{position:relative}.cf-sort-button{display:flex;align-items:center;gap:.4rem;padding:.5rem .75rem;background:#fff;border:1px solid #e2e8f0;border-radius:.6rem;font-size:.825rem;color:#334155;cursor:pointer;transition:all .2s;min-width:140px;justify-content:space-between;font-family:inherit;font-weight:500}.cf-sort-button:hover{border-color:#cbd5e1;background:#f8fafc}.cf-sort-button.open{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb1a}.cf-sort-current-icon{font-size:.9rem}.cf-sort-chevron{font-size:.7rem;color:#94a3b8;transition:transform .2s}.cf-sort-button.open .cf-sort-chevron{transform:rotate(180deg)}.cf-sort-menu{position:absolute;top:calc(100% + .5rem);right:0;background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;box-shadow:0 10px 15px -3px #0000001a;z-index:1000;min-width:180px;padding:.4rem;display:flex;flex-direction:column;gap:.2rem;animation:cf-fade-in .1s ease-out}@keyframes cf-fade-in{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.cf-sort-option{display:flex;align-items:center;gap:.6rem;padding:.55rem .75rem;font-size:.85rem;border:none;border-radius:.5rem;background:transparent;color:#475569;text-align:left;cursor:pointer;transition:all .15s;font-family:inherit;width:100%}.cf-sort-option:hover{background:#f1f5f9;color:#0f172a}.cf-sort-option.active{background:#eff6ff;color:#2563eb;font-weight:600}@media (max-width: 1100px){.cf-sort-label{display:none}}@media (max-width: 1023px){.cf-sort-desktop{display:none}}@media (max-width: 640px){.cf-content-container{padding:0}.cf-active-row,.cf-sub-row{padding-left:0;padding-right:0rem}}@media (max-width: 768px){.cf-carousel-viewport{padding:.25rem 1.5rem}.cf-active-row{padding:.4rem 1.5rem .1rem}.cf-sub-row{padding:.4rem 1.5rem .2rem}.cat-pill{padding:.45rem .9rem;font-size:.825rem}.cf-active-pill{padding:.5rem 1rem;font-size:.875rem}.subcat-pill{padding:.3rem .7rem;font-size:.8rem}}.sticky-nav{position:fixed;top:0;left:0;width:100%;background:#fff;z-index:2000;box-shadow:0 4px 6px -1px #0000001a;animation:slideDown .3s ease}.sticky-nav__container{max-width:1200px;margin:0 auto;padding:.5rem 1rem;display:flex;flex-direction:column;gap:.25rem}.sticky-nav__top-row{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;width:100%}.sticky-nav__actions{justify-self:end;display:flex;align-items:center}.sticky-nav__bottom-row{width:100%}.sticky-nav__logo-wrapper{position:relative}.sticky-nav__logo-group{display:flex;align-items:center;gap:.25rem}.sticky-nav__logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:#0f172a;font-weight:700}.sticky-nav__logo-icon{font-size:1.5rem}.sticky-nav__logo-text{display:block;background:linear-gradient(135deg,#3b82f6,#2563eb);-webkit-background-clip:text;background-clip:text;color:transparent;font-weight:800;font-size:1.15rem}.sticky-nav__location-trigger{background:transparent;border:none;cursor:pointer;color:#64748b;padding:2px;display:flex;align-items:center;border-radius:4px;transition:transform .2s,background-color .2s}.sticky-nav__location-trigger:hover{background-color:#f1f5f9;color:#3b82f6}.sticky-nav__location-trigger.open{transform:rotate(180deg)}.sticky-nav__location-dropdown{position:absolute;top:100%;left:0;margin-top:.5rem;background:#fff;border:1px solid #e2e8f0;border-radius:1rem;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a;min-width:260px;padding:.5rem;z-index:100;animation:fadeIn .1s ease-out}.sticky-nav__location-list{display:flex;flex-direction:column;gap:.25rem}.sticky-nav__location-group-item{display:flex;flex-direction:column}.sticky-nav__location-option-wrapper{display:flex;align-items:center;border-radius:.5rem;transition:all .2s}.sticky-nav__location-option-wrapper:hover{background-color:#f1f5f9}.sticky-nav__location-option-wrapper.active{background-color:#eff6ff}.sticky-nav__location-option{display:flex;align-items:center;gap:.75rem;flex:1;padding:.65rem .75rem;border:none;background:transparent;text-align:left;cursor:pointer;border-radius:.5rem;color:#475569;font-weight:600;font-size:.95rem;transition:all .2s}.sticky-nav__location-option.child{padding-left:2.75rem;font-weight:500;font-size:.9rem;color:#64748b}.sticky-nav__location-option.active{color:#2563eb}.sticky-nav__location-expand{width:32px;height:32px;margin-right:.25rem;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;color:#94a3b8;border-radius:.35rem;transition:all .2s}.sticky-nav__location-expand:hover{background-color:#e2e8f0;color:#475569}.sticky-nav__location-expand.expanded svg{transform:rotate(180deg)}.sticky-nav__location-expand svg{transition:transform .2s}.sticky-nav__location-children{display:flex;flex-direction:column;margin-top:2px;position:relative}.sticky-nav__location-children:before{content:"";position:absolute;left:1.4rem;top:0;bottom:.75rem;width:2px;background:#f1f5f9}.sticky-nav__location-icon{font-size:1.1rem;width:1.5rem;display:flex;justify-content:center}.sticky-nav__location-check{margin-left:auto;color:#2563eb;font-weight:700}.sticky-nav__search-desktop{display:flex;width:100%;min-width:320px;max-width:480px;margin:0 1rem;background:#f8fafc;border:1px solid #cbd5e1;border-radius:9999px;padding:.25rem .25rem .25rem 1.25rem;align-items:center;transition:all .2s}.sticky-nav__search-desktop:focus-within{background:#fff;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.sticky-nav__search-input{flex:1;border:none;background:transparent;outline:none;font-size:.95rem;color:#1e293b;padding:0}.sticky-nav__search-button{width:36px;height:36px;border-radius:50%;background-color:#2563eb;color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s}.sticky-nav__search-button:hover{background-color:#1d4ed8}.sticky-nav__sort-desktop{position:relative;margin-right:1.5rem}.sticky-nav__sort-trigger{display:flex;align-items:center;gap:.6rem;padding:.5rem .85rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem;cursor:pointer;transition:all .2s;min-width:170px}.sticky-nav__sort-trigger:hover{background-color:#f1f5f9;border-color:#cbd5e1}.sticky-nav__sort-trigger.open{border-color:#2563eb;background:#fff}.sticky-nav__sort-icon{font-size:1rem}.sticky-nav__sort-label{font-size:.875rem;font-weight:500;color:#475569;flex:1;text-align:left}.sticky-nav__sort-dropdown{position:absolute;top:100%;right:0;margin-top:.5rem;background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;min-width:220px;padding:.5rem;z-index:100;animation:fadeIn .1s ease-out}.sticky-nav__sort-option{display:flex;align-items:center;gap:.75rem;width:100%;padding:.6rem .75rem;border:none;background:transparent;text-align:left;cursor:pointer;border-radius:.5rem;color:#475569;font-weight:500;font-size:.9rem;transition:all .2s}.sticky-nav__sort-option:hover{background-color:#f1f5f9;color:#0f172a}.sticky-nav__sort-option.active{background-color:#eff6ff;color:#2563eb;font-weight:600}.sticky-nav__sort-option-check{margin-left:auto;color:#2563eb;font-weight:700}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.sticky-nav__actions{margin-left:auto;display:flex;align-items:center;gap:.75rem}.sticky-nav__publish-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#2563eb;color:#fff;border-radius:.5rem;border:none;font-weight:600;font-size:.9rem;cursor:pointer;text-decoration:none;transition:background-color .2s;white-space:nowrap}.sticky-nav__publish-btn:hover{background:#1d4ed8}.sticky-nav__login-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:transparent;color:#7c3aed;border-radius:.5rem;border:1px solid #ddd6fe;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s;white-space:nowrap}.sticky-nav__login-btn:hover{background:#f5f3ff;border-color:#c4b5fd}.sticky-nav__store-btn{display:flex;align-items:center;gap:.4rem;text-decoration:none;color:#b45309;font-weight:600;font-size:.85rem;padding:.35rem .75rem;border-radius:9999px;background:#fef3c7;border:1px solid #fde68a;transition:all .2s}.sticky-nav__store-btn:hover{background:#fde68a;border-color:#fcd34d;transform:translateY(-1px)}.sticky-nav__profile-btn{text-decoration:none}.sticky-nav__avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem}.sticky-nav__avatar-img{width:32px;height:32px;border-radius:50%;object-fit:cover;border:2px solid white;box-shadow:0 0 0 1px #e2e8f0}@media (max-width: 1023px){.sticky-nav__search-desktop{display:flex;min-width:42px;flex:1;margin:0 .5rem}.sticky-nav__search-input{min-width:0}.sticky-nav__search-button{flex-shrink:0}.sticky-nav__bottom-row{display:block;margin-top:.5rem}.sticky-nav__top-row{display:flex;justify-content:space-between;align-items:center}}@media (max-width: 640px){.sticky-nav__search-desktop,.sticky-nav__sort-desktop{display:none}.sticky-nav{transition:transform .3s ease-in-out;transform:translateY(0);background:transparent;box-shadow:none}.sticky-nav__top-row{background:#fff;box-shadow:0 4px 6px -1px #0000000d;padding:.5rem 1rem;margin:-.5rem -1rem 0;width:calc(100% + 2rem)}.sticky-nav__container{padding-top:.5rem;overflow:visible}.sticky-nav.sticky-nav--hidden{transform:translateY(0)}.sticky-nav.sticky-nav--hidden .sticky-nav__top-row{display:none}.sticky-nav.sticky-nav--hidden .sticky-nav__bottom-row{margin-top:0;padding-top:.5rem}.sticky-nav__publish-btn{display:none}.sticky-nav__login-btn{display:flex;align-items:center;white-space:nowrap;gap:.5rem}}.listing-card{display:flex;flex-direction:column;background-color:#fff;border-radius:1rem;overflow:hidden;border:1px solid #e2e8f0;text-decoration:none;color:inherit;transition:transform .2s,box-shadow .2s}.listing-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px -8px #00000026}.listing-card__test-badge{position:absolute;top:.75rem;right:.75rem;background-color:#ef4444;color:#fff;padding:.25rem .6rem;border-radius:4px;font-size:.7rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;box-shadow:0 2px 6px #ef444466;z-index:2;animation:pulse-test-badge 2s infinite}@keyframes pulse-test-badge{0%{box-shadow:0 0 #ef4444b3}70%{box-shadow:0 0 0 6px #ef444400}to{box-shadow:0 0 #ef444400}}.listing-card__image-container{position:relative;aspect-ratio:4/3;background-color:#f1f5f9;overflow:hidden}.listing-card__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.listing-card__badge{position:absolute;top:.75rem;left:.75rem;background-color:#fff;color:#0f172a;padding:.25rem .75rem;border-radius:2rem;font-size:.75rem;font-weight:600;box-shadow:0 2px 6px #00000026;display:flex;align-items:center;gap:.3rem;z-index:2}.listing-card__badge--offer{animation:pulse-offer 2s infinite}@keyframes pulse-offer{0%{transform:scale(1);box-shadow:0 2px 6px #ef444466}50%{transform:scale(1.05);box-shadow:0 4px 12px #ef444499}to{transform:scale(1);box-shadow:0 2px 6px #ef444466}}.listing-card__badge-icon{font-size:.875rem}.listing-card__overlay{position:absolute;bottom:0;left:0;right:0;padding:2.5rem 1rem 1rem;background:linear-gradient(to top,#000000d9,#0009,#0000);z-index:1}.listing-card__overlay-title{font-size:1.125rem;font-weight:700;color:#fff;margin:0 0 .25rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;text-shadow:0 1px 3px rgba(0,0,0,.3)}.listing-card__overlay-description{font-size:.875rem;color:#ffffffd9;margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;text-shadow:0 1px 2px rgba(0,0,0,.3)}.listing-card__overlay-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.6rem}.listing-card__tag{padding:.15rem .5rem;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);border-radius:4px;font-size:.7rem;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.025em}.listing-card__tag-more{font-size:.7rem;font-weight:600;color:#fffc;display:flex;align-items:center}.listing-card__content{padding:1rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.listing-card__title{font-size:1rem;font-weight:700;color:#0f172a;margin:0;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.listing-card__description{font-size:.875rem;color:#64748b;margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.listing-card__price{font-size:1.125rem;font-weight:700;color:#2563eb;margin:auto 0 0;padding-top:.5rem}.listing-card__footer{display:flex;justify-content:space-between;align-items:center;font-size:.75rem;color:#94a3b8;margin-top:.5rem;padding-top:.75rem;border-top:1px solid #f1f5f9}.listing-card__location{display:flex;align-items:center;gap:.25rem;color:#64748b}.listing-card__time{color:#94a3b8}.mobile-bottom-controls{position:fixed;bottom:.75rem;left:50%;transform:translate(-50%,100%);opacity:0;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:2000;width:90%;max-width:400px;display:none;align-items:flex-end;justify-content:space-between;gap:.75rem;pointer-events:none}.mobile-bottom-controls.visible{transform:translate(-50%);opacity:1;pointer-events:none}@media (max-width: 768px){.mobile-bottom-controls{display:flex}}.mobile-control-btn{position:relative;pointer-events:auto;width:60px;height:60px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#ffffffe6;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(226,232,240,.8);box-shadow:0 4px 12px #0000001a;color:#475569;font-size:.75rem;gap:3px;cursor:pointer;padding:0;transition:transform .2s}.mobile-control-btn:active{transform:scale(.95)}.mobile-control-btn svg{color:#64748b}.mobile-btn-text{font-weight:600;font-size:.65rem;color:#64748b}.mobile-create-btn{pointer-events:auto;flex:1;height:52px;background:#2563eb;color:#fff;display:flex;align-items:center;justify-content:center;border-radius:9999px;font-weight:600;text-decoration:none;box-shadow:0 4px 12px #2563eb66;transition:background-color .2s;margin-bottom:4px}.mobile-create-btn:active{background:#1d4ed8}.filter-badge{position:absolute;top:-8px;right:-8px;background-color:#2563eb;color:#fff;font-size:.85rem;font-weight:700;width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:3px solid white;box-shadow:0 4px 8px #0003;z-index:10}.filter-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:3000;display:flex;align-items:center;justify-content:center;padding:1rem;animation:fadeIn .2s ease}@media (max-width: 640px){.filter-modal-overlay{align-items:flex-end;padding-bottom:6rem}}.filter-modal-panel{background:#fff;width:100%;max-width:400px;border-radius:1.5rem;padding:1.25rem;box-shadow:0 10px 40px #0003;animation:slideUp .3s cubic-bezier(.16,1,.3,1)}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.filter-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.filter-sort-section{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.filter-sort-label{font-weight:700;font-size:1.05rem;color:#0f172a}.filter-sort-btn{display:flex;align-items:center;gap:.4rem;padding:.4rem .8rem;border:1px solid #e2e8f0;border-radius:9999px;background:#fff;font-size:.9rem;color:#475569;cursor:pointer;box-shadow:0 1px 2px #0000000d}.filter-close-btn{background:none;border:none;font-size:1.5rem;color:#64748b;cursor:pointer;line-height:1;padding:.25rem}.filter-divider{height:1px;background:#e2e8f0;margin:.75rem -1.25rem 1.25rem}.filter-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.filter-category-btn{display:flex;align-items:center;gap:.6rem;padding:.75rem 1rem;border:1px solid #cbd5e1;border-radius:9999px;background:#fff;color:#475569;font-weight:500;font-size:.95rem;cursor:pointer;transition:all .2s;justify-content:flex-start}.filter-category-btn:hover{background:#f1f5f9}.filter-category-btn.active{background:#fff;border-color:#3b82f6;color:#0f172a;box-shadow:0 0 0 1px #3b82f6}.filter-category-btn.active{background-color:#eff6ff;border-color:#3b82f6;color:#1e40af}.filter-section-title{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;margin:0 0 .5rem}.filter-subcategory-list{display:flex;flex-wrap:wrap;gap:.5rem}.filter-subcategory-btn{display:flex;align-items:center;gap:.4rem;padding:.4rem .85rem;border:1px solid #cbd5e1;border-radius:9999px;background:#fff;color:#475569;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .2s;font-family:inherit}.filter-subcategory-btn:hover{background:#f1f5f9}.filter-subcategory-btn.active{background-color:#eff6ff;border-color:#3b82f6;color:#1e40af;box-shadow:0 0 0 1px #3b82f6}.filter-list{display:flex;flex-direction:column;gap:.75rem}.filter-sort-option{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border:1px solid #e2e8f0;border-radius:1rem;background:#fff;color:#475569;font-size:.95rem;cursor:pointer;text-align:left;transition:all .2s;width:100%}.filter-sort-option:hover{background:#f8fafc}.filter-sort-option.active{background:#eff6ff;border-color:#3b82f6;color:#1e40af;font-weight:500}.filter-option-icon{font-size:1.2rem;min-width:1.5rem;text-align:center}.search-overlay{position:fixed;top:0;left:0;width:100%;background:#fff;z-index:2500;box-shadow:0 4px 6px -1px #0000001a;animation:slideDown .2s ease-out}@keyframes slideDown{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.search-header-container{display:flex;align-items:center;padding:.75rem 1rem;gap:.75rem}.search-logo{display:flex;align-items:center;justify-content:center;flex-shrink:0}.search-input-wrapper{position:relative;flex:1;display:flex;align-items:center}.search-icon-inside{position:absolute;left:.75rem;color:#64748b;font-size:1.1rem;pointer-events:none}.search-overlay-input{width:100%;padding:.6rem 2.5rem;border:1.5px solid #a855f7;border-radius:.5rem;font-size:1rem;outline:none;color:#1e293b;background:#fff;transition:box-shadow .2s}.search-overlay-input:focus{box-shadow:0 0 0 3px #a855f71a}.search-overlay-input::placeholder{color:#94a3b8}.search-clear-btn{position:absolute;right:.75rem;background:#e2e8f0;border:none;color:#64748b;cursor:pointer;font-size:.7rem;display:flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%}.search-close-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:#64748b;font-size:1.25rem;border-radius:.5rem;cursor:pointer;flex-shrink:0;transition:background-color .2s}.search-close-btn:hover{background-color:#f1f5f9}.location-autocomplete{position:relative;width:100%}.location-autocomplete__input-wrapper{position:relative;display:flex;align-items:center}.location-autocomplete__input{width:100%;padding:.875rem 2.5rem;border-radius:.5rem;border:1px solid #e2e8f0;background-color:#f8fafc;font-size:1rem;color:#0f172a;outline:none;transition:all .2s}.location-autocomplete__input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.location-autocomplete__input::placeholder{color:#94a3b8}.location-autocomplete__icon{position:absolute;left:.75rem;font-size:1.1rem;pointer-events:none}.location-autocomplete__spinner{position:absolute;right:.75rem;width:1rem;height:1rem;border:2px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:location-spin .6s linear infinite}@keyframes location-spin{to{transform:rotate(360deg)}}.location-autocomplete__dropdown{position:absolute;top:calc(100% + .25rem);left:0;right:0;background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a;z-index:50;max-height:300px;overflow-y:auto}.location-autocomplete__option{display:flex;align-items:flex-start;gap:.75rem;width:100%;padding:.875rem 1rem;text-align:left;background:none;border:none;cursor:pointer;transition:background-color .15s}.location-autocomplete__option:not(:last-child){border-bottom:1px solid #f1f5f9}.location-autocomplete__option:first-child{border-radius:.75rem .75rem 0 0}.location-autocomplete__option:hover,.location-autocomplete__option--highlighted{background-color:#f8fafc}.location-autocomplete__option-icon{font-size:1rem;flex-shrink:0;margin-top:.125rem}.location-autocomplete__option-text{display:flex;flex-direction:column;gap:.125rem;min-width:0;flex:1}.location-autocomplete__option-main{font-size:.95rem;font-weight:500;color:#0f172a}.location-autocomplete__option-detail{font-size:.8rem;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.location-autocomplete__attribution{padding:.5rem 1rem;font-size:.7rem;color:#94a3b8;text-align:right;border-top:1px solid #f1f5f9;background-color:#fafafa;border-radius:0 0 .75rem .75rem}@media (max-width: 640px){.location-autocomplete__dropdown{max-height:250px}.location-autocomplete__option{padding:1rem}.location-autocomplete__option-detail{font-size:.75rem}}.scb-wrap{position:relative;width:100%}.scb-input-row{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;padding:.5rem .75rem;border:1.5px solid #e2e8f0;border-radius:1rem;background:#fff;transition:all .2s ease;cursor:text;min-height:3rem}.scb-input-row--open{border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61a}.scb-input-row--selected{border-color:#3b82f6}.scb-tags{display:flex;flex-wrap:wrap;gap:.4rem}.scb-tag{display:flex;align-items:center;gap:.35rem;padding:.25rem .6rem;background:#eff6ff;border:1px solid #dbeafe;border-radius:9999px;color:#1e40af;font-size:.85rem;font-weight:500;animation:scb-tag-pop .2s cubic-bezier(.175,.885,.32,1.275)}@keyframes scb-tag-pop{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.scb-tag__remove{display:flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:9999px;border:none;background:transparent;color:#3b82f6;cursor:pointer;font-size:1.1rem;padding:0;margin-right:-.2rem;line-height:1;transition:all .15s}.scb-tag__remove:hover{background:#3b82f6;color:#fff}.scb-icon{font-size:1.1rem;flex-shrink:0;opacity:.7;margin-right:.1rem}.scb-input{flex:1;border:none;outline:none;background:transparent;font-size:.95rem;color:#1e293b;font-family:inherit;min-width:120px;padding:.25rem 0}.scb-input::placeholder{color:#cbd5e1}.scb-clear{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:9999px;border:none;background:#e2e8f0;color:#64748b;font-size:1rem;font-weight:700;cursor:pointer;line-height:1;flex-shrink:0;transition:background .15s}.scb-clear:hover{background:#cbd5e1;color:#1e293b}.scb-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1.5px solid #3b82f6;border-top:none;border-bottom-left-radius:.75rem;border-bottom-right-radius:.75rem;box-shadow:0 8px 20px #0000001a;z-index:100;overflow:hidden;max-height:260px;overflow-y:auto}.scb-dropdown::-webkit-scrollbar{width:4px}.scb-dropdown::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:2px}.scb-option{display:flex;align-items:center;gap:.5rem;width:100%;padding:.65rem 1rem;border:none;background:#fff;text-align:left;font-size:.9rem;color:#334155;cursor:pointer;font-family:inherit;transition:background .1s}.scb-option:hover{background:#f1f5f9}.scb-option--active{background:#eff6ff;color:#1d4ed8;font-weight:600}.scb-option__icon{font-size:.95rem;flex-shrink:0}.scb-option__name{flex:1}.scb-option__check{color:#2563eb;font-weight:700;font-size:.85rem}.scb-option--create{color:#2563eb;border-top:1px solid #f1f5f9}.scb-option--create:hover{background:#eff6ff}.scb-option--create strong{font-weight:700}.scb-option--create:disabled{opacity:.6;cursor:not-allowed}.scb-empty{padding:.75rem 1rem;font-size:.875rem;color:#94a3b8;text-align:center}.scb-hint{margin:.3rem 0 0;font-size:.78rem;color:#94a3b8}.listing-detail-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000bf;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:2000;display:flex;justify-content:center;align-items:center;padding:2rem;overflow:hidden}.listing-detail-modal{background:#fff;width:100%;max-width:1200px;height:100%;max-height:85vh;border-radius:1.5rem;position:relative;overflow:hidden;display:flex;flex-direction:column;animation:modalPop .3s ease-out;box-shadow:0 30px 60px -12px #00000073}@keyframes modalPop{0%{opacity:0;transform:scale(.98) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.listing-detail__close-btn{position:fixed;top:1.5rem;right:1.5rem;width:48px;height:48px;border-radius:50%;background:#fff;border:none;font-size:1.25rem;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 15px #0003;z-index:2100;transition:all .2s cubic-bezier(.4,0,.2,1);color:#1e293b}.listing-detail__close-btn:hover{transform:scale(1.1) rotate(90deg);background:#f1f5f9}.listing-detail__layout{display:flex;flex-direction:column;height:100%;overflow-y:auto}.listing-detail__media-column{background:#000;flex:1.4;position:relative;display:flex;flex-direction:column}.listing-detail__info-column{flex:1;background:#fff;padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}@media (min-width: 1024px){.listing-detail__layout{flex-direction:row;overflow:hidden}.listing-detail__media-column{flex:1.5;overflow:hidden;display:flex;flex-direction:column}.listing-detail__info-column{flex:1;overflow-y:auto;border-left:1px solid #f1f5f9;max-width:480px;padding:2.5rem}}@media (max-width: 1023px){.listing-detail-overlay{align-items:flex-end;padding:0}.listing-detail-modal{border-radius:1.5rem 1.5rem 0 0;max-height:90vh;animation:drawerUp .3s ease-out}.listing-detail__close-btn{top:1rem;right:1rem;background:#ffffffe6;width:36px;height:36px;font-size:1rem}}@keyframes drawerUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.listing-detail__media-wrapper{display:flex;flex-direction:column;height:100%}.listing-detail__carousel{position:relative;width:100%;flex:1;background:#000;overflow:hidden}.listing-detail__carousel-track{display:flex;height:100%;transition:transform .4s cubic-bezier(.4,0,.2,1)}.listing-detail__carousel-slide{flex:0 0 100%;display:flex;align-items:center;justify-content:center;height:100%}.listing-detail__media{max-width:100%;max-height:100%;object-fit:contain}.listing-detail__arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:#0006;color:#fff;border:none;font-size:1.5rem;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:all .2s}.listing-detail__arrow:hover:not(:disabled){background:#000000b3;scale:1.1}.listing-detail__arrow:disabled{opacity:.3;cursor:not-allowed}.listing-detail__arrow--left{left:1rem}.listing-detail__arrow--right{right:1rem}.listing-detail__media-caption{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000000b3);color:#fff;padding:2rem 1rem 1rem;font-size:.9rem;text-shadow:0 1px 2px rgba(0,0,0,.5)}.listing-detail__thumbnails{display:flex;gap:.75rem;padding:1rem;background:#000;overflow-x:auto;scrollbar-width:none;justify-content:center}.listing-detail__thumbnails::-webkit-scrollbar{display:none}.listing-detail__thumbnail{width:60px;height:60px;flex-shrink:0;border-radius:.5rem;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:all .2s;opacity:.6}.listing-detail__thumbnail.active{border-color:#3b82f6;opacity:1;scale:1.05}.listing-detail__thumbnail img{width:100%;height:100%;object-fit:cover}.listing-detail__related-section{padding:1.5rem;background:#0f172a}.listing-detail__related-title{color:#94a3b8;font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;margin:0 0 1.25rem;font-weight:700}.listing-detail__related-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:1rem}.listing-detail__related-card{background:#ffffff0d;border-radius:1rem;overflow:hidden;text-decoration:none;transition:all .2s;border:1px solid rgba(255,255,255,.1)}.listing-detail__related-card:hover{transform:translateY(-4px);background:#ffffff1a}.listing-detail__related-card img{width:100%;height:100px;object-fit:cover}.listing-detail__related-info{padding:.75rem;display:flex;flex-direction:column;gap:.25rem}.listing-detail__related-name{color:#fff;font-size:.85rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.listing-detail__related-price{color:#3b82f6;font-size:.8rem;font-weight:700}.listing-detail__header-info{display:flex;flex-direction:column;gap:.5rem}.listing-detail__tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem}.listing-detail__category,.listing-detail__subcategory{display:inline-flex;align-items:center;gap:.4rem;background:#f1f5f9;padding:.3rem .8rem;border-radius:2rem;font-size:.8rem;font-weight:600;color:#475569}.listing-detail__subcategory{background:#eef2ff;color:#4f46e5}.listing-detail__title{font-size:2rem;font-weight:800;color:#0f172a;line-height:1.1;margin:.5rem 0}.listing-detail__price-tag{font-size:2.25rem;font-weight:900;color:#2563eb;margin:.5rem 0 1rem}.listing-detail__meta-simple{display:flex;gap:.75rem;color:#64748b;font-size:.85rem}.listing-detail__admin-actions{display:flex;gap:.5rem;padding:1rem;background:#f8fafc;border-radius:1rem;border:1px dashed #cbd5e1}.admin-action-btn{flex:1;padding:.6rem;border-radius:.5rem;border:none;font-size:.85rem;font-weight:700;cursor:pointer;transition:all .2s}.admin-action-btn.pause{background:#fef9c3;color:#854d0e}.admin-action-btn.activate{background:#dcfce7;color:#166534}.admin-action-btn.edit{background:#e0f2fe;color:#0369a1}.admin-action-btn.delete{background:#fee2e2;color:#991b1b}.listing-detail__section-title{font-size:1rem;font-weight:700;color:#0f172a;margin-bottom:.75rem}.listing-detail__description-text{font-size:1rem;line-height:1.6;color:#475569;white-space:pre-wrap;margin:0}.listing-detail__seller-card-minimal{padding:1.5rem;background:#f8fafc;border-radius:1.5rem;border:1px solid #f1f5f9}.listing-detail__seller-header{display:flex;align-items:center;gap:1.25rem}.listing-detail__seller-avatar-small{width:64px;height:64px;aspect-ratio:1 / 1;flex-shrink:0;border-radius:50%;background:#e2e8f0;display:flex;align-items:center;justify-content:center;font-weight:700;color:#475569;font-size:1.5rem;overflow:hidden}.listing-detail__seller-avatar-small img{width:100%;height:100%;object-fit:cover}.listing-detail__seller-brief{display:flex;flex-direction:column;gap:.25rem}.listing-detail__seller-name-small{font-size:1.15rem;font-weight:800;color:#0f172a;letter-spacing:-.01em}.listing-detail__seller-location-small{display:flex;align-items:center;gap:.4rem;font-size:.95rem;color:#64748b;font-weight:500;margin-top:.1rem}.listing-detail__view-profile{display:inline-flex;align-items:center;margin-top:.4rem;font-size:.95rem;font-weight:700;color:#2563eb;text-decoration:none;transition:all .2s}.listing-detail__view-profile:hover{color:#1d4ed8;transform:translate(3px);opacity:.9}.listing-detail__sticky-actions{display:flex;gap:.75rem;position:sticky;bottom:0;background:#fff;padding:1.5rem 0 0;border-top:1px solid #f1f5f9}.action-btn-main{flex:1;padding:1rem;border-radius:1rem;font-weight:800;text-align:center;text-decoration:none;transition:all .2s;font-size:1.1rem}.action-btn-main.whatsapp{background:linear-gradient(135deg,#25d366,#128c7e);color:#fff;box-shadow:0 4px 12px #25d3664d}.action-btn-main.call{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;box-shadow:0 4px 12px #2563eb4d}.action-btn-main:active{transform:scale(.97)}.listing-detail__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:400px;gap:1rem;color:#64748b;background:transparent}.listing-detail__spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:#2563eb;border-radius:50%;animation:spin .8s linear infinite}.listing-detail__no-media{width:100%;aspect-ratio:4/3;background:#f1f5f9;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#94a3b8}.listing-detail__no-media-icon{font-size:3rem;margin-bottom:.5rem}.confirm-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000b3;z-index:3000;display:flex;justify-content:center;align-items:center;padding:2rem}.confirm-modal{background:#fff;padding:2rem;border-radius:1.5rem;max-width:400px;text-align:center}.confirm-modal h3{margin:0 0 1rem;font-size:1.25rem;color:#0f172a}.confirm-modal p{color:#64748b;line-height:1.5;margin-bottom:1.5rem}.confirm-modal-actions{display:flex;gap:1rem}.confirm-modal-btn{flex:1;padding:.75rem;border-radius:.75rem;border:none;font-weight:700;cursor:pointer}.confirm-modal-btn--cancel{background:#f1f5f9;color:#475569}.confirm-modal-btn--delete{background:#fee2e2;color:#991b1b}.image-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:9999;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:zoom-out}.image-modal-content{max-width:90vw;max-height:90vh;display:flex;align-items:center;justify-content:center;cursor:default}.image-modal-img{max-width:100%;max-height:90vh;object-fit:contain;border-radius:12px;box-shadow:0 20px 40px #0006;animation:zoomIn .2s cubic-bezier(.16,1,.3,1)}.image-modal-close{position:absolute;top:2rem;right:2rem;background:#fff;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:none;font-size:1.5rem;cursor:pointer;z-index:10000;transition:all .2s;box-shadow:0 4px 12px #0003}.image-modal-close:hover{transform:scale(1.1);background:#f1f5f9}@keyframes zoomIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media (max-width: 640px){.image-modal-close{top:1rem;right:1rem}}.profile{max-width:800px;margin:0 auto;padding:1.5rem;min-height:calc(100vh - 60px)}.profile__header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;padding:1.5rem;background:linear-gradient(135deg,#2563eb,#7c3aed);border-radius:1rem;color:#fff;margin-bottom:1.5rem}.profile__header-content{display:flex;align-items:center;gap:1rem}.profile__avatar{width:60px;height:60px;border-radius:50%;background:#fff3;border:3px solid rgba(255,255,255,.4);display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;flex-shrink:0;overflow:hidden}.profile__info{display:flex;flex-direction:column;gap:.25rem}.profile__name{font-size:1.25rem;font-weight:700;margin:0}.profile__email{font-size:.875rem;opacity:.85;margin:0}.profile__signout{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:.5rem;color:#fff;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.profile__signout:hover{background:#ffffff40}.profile__header-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.profile__action-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem .875rem;border-radius:.5rem;font-size:.85rem;font-weight:600;text-decoration:none;color:#fff;background:#ffffff1f;border:1px solid rgba(255,255,255,.2);transition:all .2s ease}.profile__action-btn:hover{background:#ffffff38;transform:translateY(-1px)}.profile__action-btn--admin{background:#3b82f64d;border-color:#3b82f666}.profile__action-btn--admin:hover{background:#3b82f673}.profile__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:2rem}.profile__stat{display:flex;flex-direction:column;align-items:center;gap:.4rem;padding:1.5rem 1rem;background:#fff;border-radius:1.25rem;box-shadow:0 4px 12px #0000000a;border:1px solid #f1f5f9;transition:transform .2s ease,box-shadow .2s ease}.profile__stat:hover{transform:translateY(-2px);box-shadow:0 8px 16px #00000014}.profile__stat-value{font-size:2rem;font-weight:800;background:linear-gradient(135deg,#1e40af,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.02em}.profile__stat-label{font-size:.75rem;color:#64748b;text-align:center;font-weight:600;text-transform:uppercase;letter-spacing:.025em}.profile__main-actions{display:flex;gap:1rem;margin-bottom:2.5rem}.profile__primary-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1.125rem;border-radius:1rem;font-size:1rem;font-weight:800;text-decoration:none;color:#fff;transition:all .25s cubic-bezier(.4,0,.2,1)}.profile__primary-btn--post{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 12px #10b98140}.profile__primary-btn--store{background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 4px 12px #f59e0b40}.profile__primary-btn:hover{transform:translateY(-3px) scale(1.02)}.profile__primary-btn--post:hover{box-shadow:0 8px 24px #10b98166}.profile__primary-btn--store:hover{box-shadow:0 8px 24px #f59e0b66}.profile__btn-icon{font-size:1.25rem}.profile__listings-section{background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 1px 3px #00000014}.profile__section-title{font-size:1.125rem;font-weight:700;color:#0f172a;margin:0;padding:1.25rem 1.25rem 0}.profile__tabs{display:flex;border-bottom:1px solid #e2e8f0;margin-top:1rem}.profile__tab{flex:1;padding:.875rem 1rem;background:transparent;border:none;font-size:.9rem;font-weight:600;color:#64748b;cursor:pointer;transition:all .2s ease;position:relative}.profile__tab:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:3px;background:#2563eb;transform:scaleX(0);transition:transform .3s ease}.profile__tab:hover{color:#2563eb;background:#f8fafc}.profile__tab.active{color:#2563eb}.profile__tab.active:after{transform:scaleX(1)}.profile__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;gap:1rem;color:#64748b}.profile__spinner{width:32px;height:32px;border:3px solid #e2e8f0;border-top-color:#2563eb;border-radius:50%;animation:profile-spin .8s linear infinite}@keyframes profile-spin{to{transform:rotate(360deg)}}.profile__empty{text-align:center;padding:3rem 1.5rem}.profile__empty-icon{font-size:3rem;display:block;margin-bottom:1rem}.profile__empty h3{font-size:1.125rem;font-weight:600;color:#0f172a;margin:0 0 .5rem}.profile__empty-link{color:#2563eb;font-weight:500;text-decoration:none;transition:color .2s ease}.profile__empty-link:hover{color:#1d4ed8}.profile__listings{display:flex;flex-direction:column}.profile__listing{display:flex;gap:1rem;padding:1rem 1.25rem;border-bottom:1px solid #f1f5f9;transition:background .2s ease}.profile__listing:last-child{border-bottom:none}.profile__listing:hover{background:#f8fafc}.profile__listing-image{width:80px;height:80px;border-radius:.5rem;overflow:hidden;background:#f1f5f9;flex-shrink:0;display:flex;align-items:center;justify-content:center}.profile__listing-image img{width:100%;height:100%;object-fit:cover}.profile__listing-no-image{font-size:1.5rem;opacity:.4}.profile__listing-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:.375rem}.profile__listing-title{font-size:1rem;font-weight:600;color:#0f172a;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .2s ease}.profile__listing-title:hover{color:#2563eb}.profile__listing-meta{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.profile__listing-price{font-size:.95rem;font-weight:700;color:#2563eb}.profile__listing-date{font-size:.8rem;color:#94a3b8}.profile__listing-category{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;color:#64748b;padding:.25rem .5rem;background:#f1f5f9;border-radius:.375rem;width:fit-content}.profile__listing-actions{display:flex;flex-direction:column;gap:.5rem;flex-shrink:0}.profile__listing-action{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#f1f5f9;border:none;border-radius:.5rem;font-size:1rem;cursor:pointer;transition:all .2s ease}.profile__listing-action:hover{transform:scale(1.05)}.profile__listing-action.pause:hover{background:#fef3c7}.profile__listing-action.activate:hover{background:#dcfce7}.profile__listing-action.delete:hover{background:#fee2e2}@media (max-width: 640px){.profile{padding:1rem}.profile__header{flex-direction:column;align-items:flex-start}.profile__signout{width:100%;justify-content:center}.profile__stats{gap:.75rem}.profile__stat{padding:.875rem}.profile__stat-value{font-size:1.5rem}.profile__listing{padding:1rem}.profile__listing-image{width:70px;height:70px}.profile__listing-actions{flex-direction:row}}.user-public-profile{max-width:1200px;margin:0 auto;padding:2rem 1rem;min-height:80vh}.user-profile-header{display:flex;align-items:center;gap:1.5rem;padding:2rem;background-color:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a;margin-bottom:2rem;justify-content:space-between}.user-profile-main{display:flex;align-items:center;gap:1.5rem}.user-profile-avatar-large{width:80px;height:80px;background:#e2e8f0;color:#475569;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:700;box-shadow:0 4px 12px #0000001a;overflow:hidden;border:3px solid white}.user-profile-avatar-large img{width:100%;height:100%;object-fit:cover}.user-profile-info h1{font-size:1.8rem;font-weight:700;color:#1e293b;margin:0 0 .5rem}.user-location{color:#64748b;display:flex;align-items:center;gap:.5rem;margin:0 0 .25rem}.user-stats{font-weight:600;color:#0f172a;font-size:.9rem}.user-profile-contact-actions{display:flex;gap:.75rem}.contact-action-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s}.contact-action-btn.whatsapp{background-color:#dcfce7;color:#166534;border:1px solid #bbf7d0}.contact-action-btn.phone{background-color:#e0f2fe;color:#0369a1;border:1px solid #bae6fd}.contact-action-btn.email{background-color:#f1f5f9;color:#475569;border:1px solid #e2e8f0}.contact-action-btn:hover{transform:translateY(-1px);filter:brightness(.95)}.profile-divider{border:none;border-top:1px solid #e2e8f0;margin:2rem 0}.public-listings-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.public-listing-card{background:#fff;border-radius:1rem;overflow:hidden;text-decoration:none;color:inherit;box-shadow:0 1px 3px #0000001a;transition:transform .2s,box-shadow .2s;border:1px solid #e2e8f0}.public-listing-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a}.listing-card-image{position:relative;aspect-ratio:4/3;background-color:#f1f5f9}.listing-thumb{width:100%;height:100%;object-fit:cover}.no-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#cbd5e1}.listing-category-badge{position:absolute;top:.75rem;right:.75rem;background:#fffffff2;padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:600;color:#0f172a;box-shadow:0 2px 4px #0000001a}.listing-card-content{padding:1rem}.listing-card-content h3{font-size:1.1rem;font-weight:600;color:#1e293b;margin:0 0 .5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.listing-price{font-size:1.25rem;font-weight:700;color:#2563eb;margin-bottom:.75rem}.listing-footer{font-size:.875rem;color:#64748b;display:flex;align-items:center;gap:.5rem}.public-profile-loading{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:#64748b}.no-listings{grid-column:1 / -1;text-align:center;padding:4rem 1rem;color:#64748b;background:#fff;border-radius:1rem;border:2px dashed #e2e8f0}.no-listings-icon{font-size:3rem;display:block;margin-bottom:1rem}.user-exact-address{font-weight:500;color:#475569}.user-profile-shop-link{display:inline-flex;align-items:center;padding:.5rem 1rem;background-color:#fefce8;color:#854d0e;border:1px solid #fef08a;border-radius:.75rem;font-size:.9rem;text-decoration:none;margin:.5rem 0;transition:all .2s}.user-profile-shop-link:hover{background-color:#fef08a;transform:translateY(-1px)}.user-profile-bio-text{margin:1rem 0;font-size:1rem;line-height:1.6;color:#334155;background:#f8fafc;padding:1rem;border-radius:.75rem;border:1px solid #f1f5f9}.edit-profile-link-btn-small{padding:.4rem .8rem;border-radius:8px;border:1px solid #e2e8f0;font-size:.85rem;text-decoration:none;color:#64748b;background:#f8fafc;font-weight:500;transition:all .2s}.edit-profile-link-btn-small:hover{background:#f1f5f9;border-color:#cbd5e1}.contact-action-btn.phone-secondary{background-color:transparent;color:#64748b;border:1px solid #e2e8f0}.contact-action-btn.phone-secondary:hover{background-color:#f8fafc}@media (max-width: 640px){.user-profile-header{flex-direction:column;text-align:center;padding:1.5rem;gap:1.5rem}.user-profile-main{flex-direction:column}.user-location{justify-content:center}.user-profile-contact-actions{width:100%;justify-content:center;flex-wrap:wrap}}.producer-page{min-height:100vh;background:var(--background);padding-bottom:5rem}.producer-loading,.producer-not-found{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:var(--text-secondary);text-align:center;padding:2rem}.producer-spinner{width:36px;height:36px;border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:producer-spin .8s linear infinite}@keyframes producer-spin{to{transform:rotate(360deg)}}.producer-not-found__icon{font-size:3rem}.producer-not-found h1{font-size:1.5rem;color:var(--text-primary)}.producer-not-found__link{color:var(--primary);font-weight:600;text-decoration:none;transition:var(--transition)}.producer-not-found__link:hover{color:var(--primary-dark)}.producer-hero{position:relative;min-height:280px;background:linear-gradient(135deg,#1e3a5f,#2563eb,#7c3aed);background-size:cover;background-position:center;display:flex;align-items:flex-end}.producer-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0000001a,#000000a6)}.producer-hero__content{position:relative;z-index:1;width:100%;max-width:800px;margin:0 auto;padding:2rem 1.5rem 1.75rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem}.producer-avatar{width:90px;height:90px;border-radius:50%;background:linear-gradient(135deg,#f59e0b,#d97706);border:3px solid rgba(255,255,255,.85);box-shadow:0 4px 16px #0000004d;display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:700;color:#fff;overflow:hidden;margin-bottom:.5rem;flex-shrink:0}.producer-avatar img{width:100%;height:100%;object-fit:cover}.producer-hero__name{font-size:1.75rem;font-weight:800;color:#fff;margin:0;text-shadow:0 2px 8px rgba(0,0,0,.3)}.producer-hero__tagline{font-size:.95rem;color:#ffffffe0;margin:0;font-style:italic;max-width:400px}.producer-hero__badges{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center;margin-top:.25rem}.producer-badge{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:999px;font-size:.78rem;font-weight:600}.producer-badge--verified{background:#10b98133;color:#d1fae5;border:1px solid rgba(16,185,129,.4)}.producer-badge--category{background:#ffffff26;color:#fffffff2;border:1px solid rgba(255,255,255,.25);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.producer-contact-strip{display:flex;justify-content:center;gap:.75rem;padding:1rem 1.5rem;background:#fff;border-bottom:1px solid var(--border);flex-wrap:wrap;box-shadow:var(--shadow)}.producer-contact-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.25rem;border-radius:999px;font-size:.9rem;font-weight:600;border:none;cursor:pointer;text-decoration:none;transition:var(--transition)}.producer-contact-btn--whatsapp{background:#dcfce7;color:#15803d;border:1.5px solid #bbf7d0}.producer-contact-btn--whatsapp:hover{background:#bbf7d0;transform:translateY(-1px)}.producer-contact-btn--instagram{background:#fdf2f8;color:#9d174d;border:1.5px solid #fbcfe8}.producer-contact-btn--instagram:hover{background:#fbcfe8;transform:translateY(-1px)}.producer-contact-btn--share{background:var(--background);color:var(--text-secondary);border:1.5px solid var(--border)}.producer-contact-btn--share:hover{background:var(--border);transform:translateY(-1px)}.product-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:2000;padding:1rem;animation:fadeIn .3s ease}.product-modal{background:#fff;width:100%;margin-top:auto;height:94%;max-width:none;max-height:none;border-radius:1.5rem 1.5rem 0 0;position:relative;overflow:hidden;box-shadow:0 -10px 40px #0000004d;display:flex;flex-direction:column;animation:slideUp .4s cubic-bezier(.16,1,.3,1)}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.desktop-only{display:none!important}@media (min-width: 1024px){.desktop-only{display:flex!important}}.mobile-drawer-header{display:flex;flex-direction:column;align-items:center;padding:.75rem 1rem;position:relative;background:#fff;z-index:100}.drawer-handle{width:40px;height:5px;background:#e2e8f0;border-radius:5px;margin-bottom:.25rem}.mobile-close-btn{position:absolute;top:50%;right:1.25rem;transform:translateY(-50%);background:#f1f5f9;border:none;width:32px;height:32px;border-radius:50%;font-size:1.1rem;display:flex;align-items:center;justify-content:center;cursor:pointer}@media (min-width: 1024px){.mobile-drawer-header{display:none}}.product-modal-close{position:absolute;top:1.25rem;right:1.25rem;width:2.5rem;height:2.5rem;border-radius:50%;background:#fff;border:none;box-shadow:0 2px 8px #0000001a;font-size:1.5rem;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:var(--transition)}.product-modal-close:hover{background:#f8fafc;transform:rotate(90deg)}.product-modal-content{display:flex;height:100%;overflow-y:auto}.product-modal-media{flex:1.2;background:#f8fafc;min-height:400px;display:flex;align-items:center;justify-content:center;position:relative}.product-modal-media img{width:100%;height:100%;object-fit:cover}.product-modal-no-image{font-size:4rem;opacity:.2}.product-modal-info{flex:1;padding:1.5rem;display:flex;flex-direction:column;overflow-y:auto}.product-modal-badge{display:inline-block;padding:.3rem .65rem;background:#f1f5f9;color:var(--text-secondary);border-radius:2rem;font-size:.7rem;font-weight:700;margin-bottom:.5rem}.product-modal-header-info h1{font-size:1.5rem;font-weight:800;margin:.25rem 0;color:var(--text-primary);line-height:1.25}.product-modal-price{font-size:1.25rem;font-weight:700;color:var(--primary)}.product-modal-description{margin:1.25rem 0}.product-modal-description h3{font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);margin-bottom:.75rem}.product-modal-description p{font-size:1rem;line-height:1.6;color:var(--text-primary);opacity:.9}.product-modal-footer-actions{margin-top:auto;display:flex;flex-direction:column;gap:1rem;padding-bottom:calc(.5rem + env(safe-area-inset-bottom,0px))}.product-modal-order-btn{width:100%;padding:1.125rem;background:#22c55e;color:#fff;border:none;border-radius:1rem;font-weight:800;font-size:1.1rem;display:flex;align-items:center;justify-content:center;gap:.75rem;cursor:pointer;transition:var(--transition);box-shadow:0 4px 12px #22c55e4d}.product-modal-order-btn:hover{background:#16a34a;transform:translateY(-2px);box-shadow:0 8px 20px #22c55e66}.product-modal-owner-actions{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.owner-btn-edit,.owner-btn-delete{padding:.75rem;border-radius:.75rem;font-weight:700;font-size:.9rem;cursor:pointer;transition:var(--transition);display:flex;align-items:center;justify-content:center;gap:.5rem}.owner-btn-edit{background:#f8fafc;border:1px solid var(--border);color:var(--text-primary)}.owner-btn-edit:hover{background:#f1f5f9;border-color:var(--primary);color:var(--primary)}.owner-btn-delete{background:#fef2f2;border:1px solid #fee2e2;color:#ef4444}.owner-btn-delete:hover{background:#fee2e2;border-color:#ef4444}.product-modal-edit-form{display:flex;flex-direction:column;gap:1.25rem}.product-modal-field{display:flex;flex-direction:column;gap:.5rem}.product-modal-field label{font-size:.8rem;font-weight:700;color:var(--text-secondary);text-transform:uppercase}.product-modal-field input,.product-modal-field textarea{padding:.75rem 1rem;border:1px solid var(--border);border-radius:.75rem;font-size:1rem;transition:var(--transition)}.product-modal-field input:focus,.product-modal-field textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 4px #2563eb1a}.product-modal-type-actions{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.product-modal-type-actions button{padding:.6rem;border:1px solid var(--border);border-radius:.5rem;background:#fff;cursor:pointer;font-weight:600}.product-modal-type-actions button.active{background:var(--primary);color:#fff;border-color:var(--primary)}.product-modal-save-actions{display:flex;gap:1rem;margin-top:1rem}.product-modal-save-actions button{flex:1;padding:1rem;border-radius:.75rem;font-weight:800;cursor:pointer;transition:var(--transition)}.btn-cancel{background:#f8fafc;border:1px solid var(--border)}.btn-save{background:#f1f5f9;color:#fff;border:none}.product-modal-media-overlay{position:absolute;bottom:0;left:0;right:0;padding:4rem 1.5rem 1.5rem;background:linear-gradient(transparent,#000000bf);color:#fff;pointer-events:none;display:flex;flex-direction:column;justify-content:flex-end}.product-modal-media-overlay .overlay-info h3{font-size:1.15rem;margin:0;color:#fff;font-weight:700}.product-modal-media-overlay .overlay-info p{font-size:.9rem;margin:.25rem 0 0;opacity:.85}.product-modal-upload{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f1f5f9;cursor:pointer;position:relative;overflow:hidden}.product-modal-upload span{font-weight:700;color:var(--text-secondary)}.product-modal-spinner{position:absolute;width:2rem;height:2rem;border:3px solid rgba(37,99,235,.1);border-top-color:var(--primary);border-radius:50%;animation:spin 1s linear infinite}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalScale{0%{transform:scale(.95) translateY(10px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}@keyframes spin{to{transform:rotate(360deg)}}@media (min-width: 1024px){.product-modal{margin-top:0;width:100%;max-width:900px;max-height:90vh;height:auto;min-height:400px;border-radius:1.5rem;box-shadow:0 25px 50px -12px #00000080;animation:modalScale .3s cubic-bezier(.34,1.56,.64,1);overflow:hidden}.product-modal-media{min-height:500px}@keyframes modalScale{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}}@media (max-width: 1023px){.product-modal-content{flex-direction:column}.product-modal-media{min-height:250px;flex:none}}.producer-body{max-width:800px;margin:0 auto;padding:1.5rem 1rem;display:flex;flex-direction:column;gap:1.5rem}.producer-card{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:var(--shadow);border:1px solid var(--border)}.producer-section-title{font-size:1.1rem;font-weight:700;color:var(--text-primary);margin:0 0 1rem;display:flex;align-items:center;gap:.75rem}.producer-products-count{display:inline-flex;align-items:center;justify-content:center;background:var(--primary);color:#fff;border-radius:999px;font-size:.78rem;font-weight:700;min-width:1.5rem;height:1.5rem;padding:0 .4rem}.producer-bio{font-size:.95rem;color:var(--text-secondary);line-height:1.65;margin:0 0 1rem}.producer-meta-list{display:flex;flex-direction:column;gap:.5rem}.producer-meta-item{font-size:.875rem;color:var(--text-secondary);display:flex;align-items:center;gap:.4rem}.producer-meta-item--link{color:var(--primary);text-decoration:none;font-weight:500;transition:var(--transition)}.producer-meta-item--link:hover{color:var(--primary-dark)}.producer-products-section{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:var(--shadow);border:1px solid var(--border)}.producer-products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.producer-product-card{background:var(--background);border-radius:.75rem;overflow:hidden;text-decoration:none;color:inherit;border:1px solid var(--border);transition:var(--transition)}.producer-product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg);border-color:#bfdbfe}.producer-product-image{position:relative;aspect-ratio:4/3;background:#f1f5f9;overflow:hidden}.producer-product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.producer-product-card:hover .producer-product-image img{transform:scale(1.04)}.producer-product-no-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#cbd5e1}.producer-product-badge{position:absolute;top:.5rem;right:.5rem;background:#fffffff2;padding:.2rem .5rem;border-radius:999px;font-size:.7rem;font-weight:600;color:var(--text-primary);box-shadow:0 1px 4px #0000001a}.producer-product-info{padding:.75rem}.producer-product-info h3{font-size:.9rem;font-weight:600;color:var(--text-primary);margin:0 0 .35rem;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.35}.producer-product-price{font-size:1rem;font-weight:700;color:var(--primary);margin:0}.producer-empty{text-align:center;padding:3rem 1rem;color:var(--text-secondary);display:flex;flex-direction:column;align-items:center;gap:.75rem}.producer-empty__icon{font-size:3rem;display:block;margin-bottom:.5rem;opacity:.5}.producer-empty-cta-btn{margin-top:1rem;padding:.75rem 1.5rem;background:var(--primary);color:#fff;text-decoration:none;border-radius:.75rem;font-weight:700;font-size:.95rem;transition:var(--transition);box-shadow:0 4px 12px #2563eb40}.producer-empty-cta-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #2563eb59;background:#1d4ed8}.producer-fab-whatsapp{position:fixed;bottom:1.5rem;right:1.5rem;width:58px;height:58px;border-radius:50%;background:#25d366;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #25d36673;transition:var(--transition);z-index:100}.producer-fab-whatsapp:hover{transform:scale(1.1);box-shadow:0 6px 24px #25d3668c}.producer-product-card--catalog{position:relative;background:#fff;border:1px solid var(--border);border-radius:1.25rem;display:flex;flex-direction:column}.producer-product-card--catalog .producer-product-image{aspect-ratio:1/1;border-radius:1.25rem 1.25rem 0 0}.producer-product-badge--type{top:.75rem;left:.75rem;right:auto;background:var(--primary);color:#fff;font-size:.75rem;padding:.3rem .75rem}.producer-product-desc{font-size:.8rem;color:var(--text-secondary);margin:.25rem 0 .75rem;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4;min-height:2.2em}.producer-product-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;gap:.5rem}.producer-catalog-contact{padding:.45rem 1rem;background:#dcfce7;color:#15803d;border:1.5px solid #bbf7d0;border-radius:.75rem;font-size:.85rem;font-weight:700;cursor:pointer;transition:var(--transition);white-space:nowrap}.producer-catalog-contact:hover{background:#22c55e;color:#fff;border-color:#22c55e;transform:translateY(-1px)}.producer-final-cta{margin:3rem 0 1.5rem;padding:2.5rem 1.5rem;background:linear-gradient(to bottom,#fff,#f1f5f9);border:1px dashed var(--border);border-radius:1.5rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.producer-final-cta p{font-size:1.1rem;font-weight:700;color:var(--text-primary);margin:0}.producer-final-cta-btn{padding:.875rem 1.75rem;background:var(--primary);color:#fff;text-decoration:none;border-radius:1rem;font-weight:800;font-size:1rem;transition:var(--transition);box-shadow:0 4px 12px #2563eb33}.producer-final-cta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #2563eb4d;background:#1d4ed8}@media (max-width: 640px){.producer-hero{min-height:240px}.producer-hero__name{font-size:1.4rem}.producer-avatar{width:76px;height:76px;font-size:2rem}.producer-contact-strip{gap:.4rem;padding:.75rem .5rem}.producer-contact-btn{padding:.45rem .75rem;font-size:.8rem;flex:1;justify-content:center;min-width:100px}.producer-products-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.producer-product-info h3{font-size:.85rem}.producer-product-price{font-size:.9rem}.producer-catalog-contact{padding:.4rem .6rem;font-size:.75rem}.producer-fab-whatsapp{bottom:1rem;right:1rem;width:52px;height:52px}}.producer-owner-section-refined{margin-top:2rem;padding:1.5rem;background:#f8fafc;border-radius:1.25rem;border:1px solid #f1f5f9}.producer-owner-header-refined{display:flex;align-items:center;gap:1.25rem;margin-bottom:1rem}.producer-owner-avatar-refined{width:72px;height:72px;border-radius:50%;background:#e2e8f0;overflow:hidden;display:flex;align-items:center;justify-content:center;border:3px solid white;box-shadow:0 4px 12px #0000000d;flex-shrink:0}.producer-owner-avatar-refined img{width:100%;height:100%;object-fit:cover}.producer-owner-avatar-refined span{font-size:1.75rem;font-weight:700;color:#64748b}.producer-owner-info-refined h3{font-size:1.15rem;font-weight:800;margin:0;color:#0f172a;letter-spacing:-.01em}.owner-subtitle-refined{font-size:.9rem;color:#64748b;margin:.15rem 0 .4rem;font-weight:500}.owner-profile-link-refined{display:inline-flex;align-items:center;font-size:.9rem;font-weight:700;color:#2563eb;text-decoration:none;transition:all .2s}.owner-profile-link-refined:hover{color:#1d4ed8;transform:translate(3px)}.owner-bio-text-refined{font-size:.95rem;line-height:1.6;color:#334155;margin:.75rem 0 0;padding-top:.75rem;border-top:1px dashed #e2e8f0}.mystore{max-width:760px;margin:0 auto;padding:1.5rem 1rem 4rem;min-height:100vh}.mystore-loading{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:var(--text-secondary)}.mystore-spinner{width:32px;height:32px;border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:mystore-spin .8s linear infinite}.mystore-spinner--sm{width:20px;height:20px;border-width:2px}@keyframes mystore-spin{to{transform:rotate(360deg)}}.mystore-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.mystore-header__content{flex:1;min-width:250px}.mystore-header__actions{display:flex;align-items:center;gap:1rem}.mystore-status-indicator{font-size:.85rem;color:var(--text-secondary);font-weight:500}.mystore-status-indicator--success{color:#10b981}.mystore-header__content h1{font-size:1.6rem;font-weight:800;color:var(--text-primary);margin:0 0 .25rem}.mystore-header__content p{color:var(--text-secondary);font-size:.9rem;margin:0}.mystore-preview-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.65rem 1.25rem;background:#2563eb;color:#fff;border-radius:.75rem;font-size:.9rem;font-weight:700;text-decoration:none;white-space:nowrap;transition:all .2s cubic-bezier(.4,0,.2,1);flex-shrink:0;border:none;box-shadow:0 4px 12px #2563eb33}.mystore-preview-btn:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 6px 16px #2563eb4d}.mystore-tabs{display:flex;gap:.5rem;margin-bottom:1.5rem;padding:.25rem;background:#f1f5f9;border-radius:.75rem;border:1px solid var(--border)}.mystore-tab{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem;border:none;background:transparent;color:var(--text-secondary);font-size:.9rem;font-weight:600;cursor:pointer;border-radius:.5rem;transition:var(--transition)}.mystore-tab.active{background:#fff;color:var(--primary);box-shadow:0 2px 4px #0000000d}.mystore-tab:hover:not(.active){background:#ffffff80;color:var(--text-primary)}.mystore-form{display:flex;flex-direction:column;gap:1rem}.mystore-section{background:#fff;border-radius:1rem;padding:1.25rem 1.5rem;border:1px solid var(--border);box-shadow:var(--shadow)}.mystore-section-title{font-size:1rem;font-weight:700;color:var(--text-primary);margin:0 0 1rem}.mystore-banner-upload{width:100%;height:160px;border-radius:.75rem;border:2px dashed var(--border);background:#f8fafc;background-size:cover;background-position:center;cursor:pointer;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;transition:var(--transition)}.mystore-banner-upload:hover{border-color:var(--primary);background-color:#eff6ff}.mystore-upload-placeholder{display:flex;flex-direction:column;align-items:center;gap:.25rem;color:var(--text-secondary)}.mystore-upload-placeholder span{font-size:2rem}.mystore-upload-placeholder p{font-weight:600;font-size:.9rem;margin:0;color:var(--text-primary)}.mystore-upload-placeholder small{font-size:.75rem}.mystore-banner-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;opacity:0;transition:var(--transition)}.mystore-banner-upload:hover .mystore-banner-overlay{opacity:1}.mystore-banner-overlay span{color:#fff;font-weight:600;font-size:.9rem}.mystore-avatar-row{display:flex;gap:1.25rem;align-items:flex-start}.mystore-avatar-upload{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#f59e0b,#d97706);border:2px dashed var(--border);display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative;overflow:hidden;flex-shrink:0;transition:var(--transition)}.mystore-avatar-upload:hover{border-color:var(--primary)}.mystore-avatar-upload img{width:100%;height:100%;object-fit:cover}.mystore-avatar-placeholder{font-size:1.75rem}.mystore-avatar-edit{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;opacity:0;font-size:1.25rem;transition:var(--transition)}.mystore-avatar-upload:hover .mystore-avatar-edit{opacity:1}.mystore-name-fields{flex:1;display:flex;flex-direction:column;gap:.5rem}.mystore-label{display:block;font-size:.8rem;font-weight:600;color:var(--text-secondary);margin-bottom:.35rem}.mystore-input{width:100%;padding:.6rem .875rem;border:1.5px solid var(--border);border-radius:.5rem;font-size:.9rem;color:var(--text-primary);background:#fff;transition:var(--transition);outline:none}.mystore-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1a}.mystore-input--error{border-color:#ef4444}.mystore-textarea{width:100%;padding:.75rem;border:1.5px solid var(--border);border-radius:.5rem;font-size:.9rem;color:var(--text-primary);resize:vertical;outline:none;transition:var(--transition);font-family:inherit;line-height:1.6}.mystore-textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1a}.mystore-slug-row{display:flex;align-items:center;border:1.5px solid var(--border);border-radius:.5rem;overflow:hidden;transition:var(--transition)}.mystore-slug-row:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1a}.mystore-slug-prefix{padding:.6rem .75rem;background:#f1f5f9;color:var(--text-secondary);font-size:.85rem;white-space:nowrap;border-right:1px solid var(--border)}.mystore-input--slug{border:none;border-radius:0;outline:none;box-shadow:none!important;flex:1}.mystore-input--slug:focus{border:none;box-shadow:none!important}.mystore-error{font-size:.8rem;color:#ef4444;margin-top:.35rem}.mystore-hint{font-size:.78rem;color:var(--text-secondary);margin-top:.4rem}.mystore-category-grid{display:flex;flex-wrap:wrap;gap:.5rem}.mystore-category-btn{padding:.5rem .875rem;border-radius:999px;border:1.5px solid var(--border);background:#fff;font-size:.85rem;font-weight:500;color:var(--text-primary);cursor:pointer;transition:var(--transition)}.mystore-category-btn:hover{border-color:var(--primary);color:var(--primary)}.mystore-category-btn--active{background:var(--primary);border-color:var(--primary);color:#fff}.mystore-fields-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.mystore-field{display:flex;flex-direction:column}.mystore-publish-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.mystore-toggle{width:52px;height:28px;border-radius:999px;background:#cbd5e1;border:none;cursor:pointer;position:relative;transition:background .2s ease;flex-shrink:0}.mystore-toggle--on{background:var(--secondary)}.mystore-toggle__thumb{position:absolute;top:3px;left:3px;width:22px;height:22px;border-radius:50%;background:#fff;box-shadow:0 1px 4px #0003;transition:transform .2s ease}.mystore-toggle--on .mystore-toggle__thumb{transform:translate(24px)}.mystore-actions{display:flex;flex-direction:column;gap:1rem;align-items:center;padding:.5rem 0}.mystore-success{padding:.75rem 1.25rem;background:#dcfce7;color:#15803d;border-radius:2rem;font-size:.85rem;font-weight:600;box-shadow:0 4px 6px -1px #0000000d;border:1px solid #bbf7d0}.mystore-save-btn{width:100%;padding:.875rem;background:linear-gradient(135deg,var(--primary) 0%,#7c3aed 100%);color:#fff;border:none;border-radius:.75rem;font-size:1rem;font-weight:700;cursor:pointer;transition:var(--transition);box-shadow:0 4px 12px #2563eb4d}.mystore-save-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #2563eb66}.mystore-save-btn:disabled{opacity:.6;cursor:not-allowed}.mystore-view-link{color:var(--primary);font-weight:600;font-size:.9rem;text-decoration:none;transition:var(--transition)}.mystore-view-link:hover{color:var(--primary-dark)}.mystore-products-tab{display:flex;flex-direction:column;gap:1.5rem}.mystore-products-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.mystore-add-btn{padding:.6rem 1.25rem;background:var(--primary);color:#fff;border:none;border-radius:.5rem;font-weight:700;font-size:.9rem;cursor:pointer;transition:var(--transition);box-shadow:0 4px 12px #2563eb33}.mystore-add-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #2563eb4d}.mystore-products-list{display:flex;flex-direction:column;gap:.75rem}.mystore-product-row{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fff;border-radius:1rem;border:1px solid var(--border);transition:var(--transition)}.mystore-product-row:hover{border-color:var(--primary);transform:translate(4px)}.mystore-product-row-img{width:60px;height:60px;border-radius:.5rem;background:#f1f5f9;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0;border:1px solid var(--border)}.mystore-product-row-img img{width:100%;height:100%;object-fit:cover}.mystore-product-row-img span{font-size:1.5rem;opacity:.5}.mystore-product-row-info{flex:1;min-width:0}.mystore-product-row-info h3{margin:0 0 .2rem;font-size:1rem;font-weight:700;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mystore-product-row-info p{margin:0;font-size:.85rem;color:var(--text-secondary)}.mystore-product-row-actions{display:flex;gap:.5rem}.mystore-product-row-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:.5rem;border:1px solid var(--border);background:#f8fafc;cursor:pointer;transition:var(--transition)}.mystore-product-row-btn:hover{background:#f1f5f9;border-color:var(--primary);color:var(--primary)}.mystore-product-row-btn--danger:hover{background:#fef2f2;border-color:#ef4444;color:#ef4444}.mystore-empty-state{text-align:center;padding:4rem 2rem;background:#fff;border-radius:1.25rem;border:2px dashed var(--border);display:flex;flex-direction:column;align-items:center;gap:1rem}.mystore-empty-state span{font-size:3rem}.mystore-empty-state p{color:var(--text-secondary);font-size:1rem;margin:0}.mystore-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:1.5rem;z-index:1000}.mystore-modal{width:100%;max-width:500px;background:#fff;border-radius:1.25rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;overflow:hidden;max-height:90vh;display:flex;flex-direction:column}.mystore-modal-header{padding:1.25rem 1.5rem;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.mystore-modal-header h2{margin:0;font-size:1.15rem;font-weight:800;color:var(--text-primary)}.mystore-modal-close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;background:#f1f5f9;border-radius:50%;font-size:1.5rem;color:var(--text-secondary);cursor:pointer;transition:var(--transition)}.mystore-modal-close:hover{background:#e2e8f0;color:var(--text-primary)}.mystore-modal-body{padding:1.5rem;overflow-y:auto;display:flex;flex-direction:column;gap:1.25rem}.mystore-modal-footer{padding:1.25rem 1.5rem;border-top:1px solid var(--border);display:flex;justify-content:flex-end;gap:.75rem;background:#f8fafc}.mystore-tab-btn{padding:.6rem 1.25rem;background:#fff;border:1px solid var(--border);border-radius:.5rem;font-weight:700;font-size:.9rem;color:var(--text-secondary);cursor:pointer;transition:var(--transition)}.mystore-tab-btn:hover{background:#f1f5f9;color:var(--primary)}.mystore-type-selector{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:.5rem}.mystore-type-btn{padding:.75rem;border:1.5px solid var(--border);background:#fff;border-radius:.75rem;font-size:.85rem;font-weight:600;color:var(--text-secondary);cursor:pointer;transition:var(--transition);display:flex;align-items:center;justify-content:center;gap:.4rem}.mystore-type-btn.active{border-color:var(--primary);background:#eff6ff;color:var(--primary)}.mystore-product-images-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,160px));gap:.75rem;margin-top:.5rem}.mystore-product-img-item{aspect-ratio:1 / 1;border-radius:.75rem;overflow:hidden;position:relative;border:1px solid var(--border);box-shadow:0 2px 4px #0000000d}.mystore-product-img-item img{width:100%;height:100%;object-fit:cover}.mystore-product-img-remove{position:absolute;top:4px;right:4px;width:24px;height:24px;background:#ef4444e6;color:#fff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;cursor:pointer;box-shadow:0 2px 8px #0003;transition:var(--transition)}.mystore-product-img-remove:hover{background:#ef4444;transform:scale(1.1)}.mystore-product-img-upload-slot{aspect-ratio:1 / 1;border-radius:.75rem;border:2px dashed var(--border);background:#f8fafc;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:var(--transition)}.mystore-product-img-upload-slot:hover{border-color:var(--primary);background:#eff6ff;transform:translateY(-2px)}.mystore-product-img-upload-slot span{font-size:1.5rem;margin-bottom:2px}.mystore-product-img-upload-slot p{font-size:.75rem;font-weight:700;margin:0;color:var(--text-secondary)}.mystore-spinner-container{display:flex;justify-content:center;padding:3rem}.mystore-import-section{margin-top:1.5rem}.mystore-import-card{background:linear-gradient(to bottom,#fff,#f8fafc);border:1px solid var(--border);border-radius:1.25rem;padding:1.5rem}.mystore-import-card h3{margin:0 0 .5rem;font-size:1.15rem;font-weight:800}.mystore-import-card p{font-size:.9rem;color:var(--text-secondary);margin:0 0 1.5rem}.mystore-import-list{display:flex;flex-direction:column;gap:.75rem}.mystore-import-list h4{font-size:.8rem;font-weight:700;color:var(--text-secondary);text-transform:uppercase;margin:0}.mystore-import-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1rem;background:#fff;border:1px solid var(--border);border-radius:.75rem;transition:var(--transition)}.mystore-import-item:hover{border-color:var(--primary);transform:translate(2px)}.mystore-import-item-info{display:flex;flex-direction:column;min-width:0}.mystore-import-item-info span{font-size:.9rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mystore-import-item-info small{color:var(--primary);font-weight:700}.mystore-import-btn{padding:.4rem .875rem;background:#f1f5f9;border:1px solid var(--border);border-radius:.5rem;font-size:.8rem;font-weight:700;cursor:pointer;transition:var(--transition);white-space:nowrap}.mystore-import-btn:hover:not(:disabled){background:#e2e8f0;color:var(--primary);border-color:var(--primary)}.mystore-cta-box{text-align:center;padding:1rem;background:#eff6ff;border-radius:1rem;border:1px solid #dbeafe}.mystore-cta-box p{color:#1e40af;font-weight:500;margin-bottom:1rem}@media (max-width: 640px){.mystore{padding:1rem .75rem 4rem}.mystore-fields-grid{grid-template-columns:1fr}.mystore-avatar-row{flex-direction:column;align-items:center}.mystore-name-fields{width:100%}.mystore-avatar-upload{width:90px;height:90px}.mystore-header{flex-direction:column;align-items:flex-start}.mystore-header__actions{width:100%;margin-top:.5rem}.mystore-preview-btn{width:100%;justify-content:center}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #2563eb;--primary-dark: #1d4ed8;--secondary: #10b981;--background: #f8fafc;--surface: #ffffff;--text-primary: #0f172a;--text-secondary: #64748b;--border: #e2e8f0;--shadow: 0 1px 3px 0 rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1);--transition: all .2s ease}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:var(--background);color:var(--text-primary);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:600}button{font-family:inherit;cursor:pointer}input,textarea,select{font-family:inherit}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.home-create-button{transition:all .2s ease}.home-create-button:hover{background-color:var(--primary-dark);box-shadow:var(--shadow-lg);transform:translateY(-2px)}@media (min-width: 1024px){.mobile-only{display:none!important}}@media (max-width: 1023px){.desktop-only{display:none!important}}.confirm-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0f172a99;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:1.5rem;animation:fadeInModal .2s ease-out}.confirm-modal{background:#fff;border-radius:1.25rem;padding:2rem;max-width:400px;width:100%;text-align:center;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:modalScaleUp .3s cubic-bezier(.34,1.56,.64,1)}@keyframes fadeInModal{0%{opacity:0}to{opacity:1}}@keyframes modalScaleUp{0%{transform:scale(.9) translateY(10px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}.confirm-modal-icon{font-size:3rem;margin-bottom:1rem}.confirm-modal h3{font-size:1.25rem;font-weight:700;color:#0f172a;margin:0 0 .75rem}.confirm-modal p{color:#64748b;font-size:.95rem;line-height:1.5;margin:0 0 1.5rem}.confirm-modal-actions{display:flex;gap:.75rem}.confirm-modal-btn{flex:1;padding:.875rem;border-radius:.75rem;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:none}.confirm-modal-btn--cancel{background:#f1f5f9;color:#475569;border:1px solid #e2e8f0}.confirm-modal-btn--cancel:hover{background:#e2e8f0}.confirm-modal-btn--confirm{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;box-shadow:0 4px 12px #ef444440}.confirm-modal-btn--confirm:hover{transform:translateY(-1px);box-shadow:0 6px 16px #ef444459}.confirm-modal-btn:active{transform:scale(.98)}
