@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Sora:wght@500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800;900&family=Sora:wght@400;500;600;700;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Condensed:wght@400;500;600;700&family=Manrope:wght@400;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,600;9..144,700&family=Sora:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Fraunces:opsz,wght@9..144,600;9..144,700&display=swap";@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,600;9..144,700&family=Space+Grotesk:wght@400;500;600&display=swap";html{scrollbar-gutter:stable;overflow-y:auto;scrollbar-width:none}html body{-ms-overflow-style:none}html body::-webkit-scrollbar,html body::-webkit-scrollbar-button{display:none}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:calc(100vh - 64px)}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-height:100vh;display:block}input,textarea,select{color:#111;caret-color:#111}input::placeholder,textarea::placeholder{color:#666}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--nav-height: 64px;--nav-bg: linear-gradient(90deg, #0f172a 0%, #0b1220 100%);--accent: #7c3aed;--muted: rgba(255, 255, 255, .85)}.app-navbar{position:sticky;top:0;width:100%;height:var(--nav-height);background:var(--nav-bg);z-index:1000;display:flex;align-items:center;box-shadow:0 2px 12px #02061799}.app-navbar .container{width:100%;max-width:none;margin:0 auto;padding:0 .85rem 0 1rem;display:flex;align-items:center;gap:1rem}.brand-cluster{display:inline-flex;align-items:center;gap:.65rem;flex-shrink:0;margin-left:.35rem}.hamburger-btn{width:auto;height:auto;display:inline-flex;flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:6px 4px;border:none;border-radius:0;background:transparent;color:var(--muted);cursor:pointer;transition:color .2s ease}.hamburger-btn:hover{color:#fff}.hamburger-line{width:18px;height:2px;border-radius:999px;background:currentColor}.brand{display:flex;align-items:center;gap:.75rem;text-decoration:none;flex-shrink:0}.brand__title{font-weight:700;color:var(--muted)}.brand__logo{width:36px;height:36px;background:url(/macoo-favicon.png) center/cover no-repeat;border-radius:8px}.search-container{flex:1;max-width:5600px;margin:0 .5rem 0 .2rem;min-width:0;position:relative}.search-wrapper{position:relative;display:flex;align-items:center}.search-input{width:100%;padding:.6rem 3.6rem .6rem 1rem;border-radius:12px;border:1px solid rgba(255,255,255,.1);background:#ffffff0d;color:#fff;font-size:.92rem;transition:font-size .15s ease,border-color .2s ease}.search-input:focus{font-size:1.02rem;border-color:#ffffff40}.search-button{position:absolute;top:.2rem;bottom:.2rem;right:.2rem;width:60px;border:1px solid rgba(255,255,255,.25);background:#ffffff1f;color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;border-radius:10px}.search-cancel-button{display:none;position:absolute;top:.25rem;right:.35rem;border:none;background:transparent;color:#e2e8f0;font-weight:700;font-size:.8rem;padding:.2rem .35rem;cursor:pointer}.search-collapsed-center{display:none;align-items:center;gap:.4rem;margin:0 auto;font-size:.82rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:#e2e8f0c7}.search-placeholder-title{display:inline-flex}.search-icon-toggle{border:none;background:transparent;color:var(--muted);width:32px;height:32px;padding:0;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease,color .2s ease,background .2s ease}.search-icon-toggle:hover{color:#fff;background:#ffffff14}.search-overlay{display:none;position:fixed;inset:0;background:#02061799;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:900}.search-suggestions{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#0b1220;border:1px solid rgba(148,163,184,.35);border-radius:12px;box-shadow:0 12px 30px #0206178c;padding:6px;z-index:1100;max-height:320px;overflow-y:auto}.search-suggestions-header{padding:6px 8px 4px;font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#94a3b8}.search-suggestion-item{width:100%;border:none;background:transparent;color:#e2e8f0;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:8px 10px;border-radius:8px;cursor:pointer;text-align:left}.search-suggestion-item:hover{background:#1e293bbf}.suggestion-text{font-size:.92rem;font-weight:600}.suggestion-chip{font-size:.68rem;font-weight:700;color:#cbd5e1;background:#94a3b82e;border:1px solid rgba(148,163,184,.35);padding:2px 8px;border-radius:999px;white-space:nowrap}nav{margin-left:auto;flex:1;display:flex;justify-content:flex-end}.language-toggle{display:inline-flex;align-items:center;gap:6px;margin-right:10px}.language-btn{border:1px solid rgba(255,255,255,.2);background:transparent;color:var(--muted);padding:.35rem .65rem;border-radius:999px;font-size:.72rem;font-weight:700;letter-spacing:.06em;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease}.language-btn.active{background:#fff3;color:#fff;border-color:#fff6}.nav-links{width:auto;display:flex;gap:.95rem;align-items:center;justify-content:flex-end;margin-left:auto;flex-wrap:wrap}.nav-links a{color:var(--muted);text-decoration:none;font-size:.96rem;font-weight:600}.nav-primary-group{display:inline-flex;align-items:center;gap:1.05rem;flex-wrap:wrap}.nav-main-link{opacity:.95;letter-spacing:.01em}.nav-sell-btn{font-weight:700;color:#f8fafc!important;background:linear-gradient(135deg,#7c3aed,#4f46e5);border:1px solid rgba(167,139,250,.7);padding:.42rem 1.1rem;border-radius:9px;box-shadow:0 6px 14px #4f46e547}.nav-sell-btn:hover{filter:brightness(1.08)}.nav-sell-btn.active:after{display:none}.user-link{font-weight:700;color:#f8fafc!important;background:linear-gradient(135deg,#7c3aed,#4f46e5);border:1px solid rgba(167,139,250,.7);box-shadow:0 6px 14px #4f46e547;padding:.38rem .72rem;border-radius:8px}.nav-links a[aria-label=Повідомлення]{position:relative;top:2px}.guest-login-btn{font-weight:700;color:#f8fafc!important;background:linear-gradient(135deg,#7c3aed,#4f46e5);border:1px solid rgba(167,139,250,.7);padding:.42rem .95rem;border-radius:9px;box-shadow:0 6px 14px #4f46e547}.guest-register-btn{font-weight:700;color:#e2e8f0!important;background:transparent;border:1px solid rgba(226,232,240,.35);padding:.42rem .95rem;border-radius:9px}.guest-register-btn:hover{border-color:#e2e8f0b3;color:#fff!important}.guest-login-btn:hover{filter:brightness(1.08)}.profile-link{position:relative;display:inline-flex;align-items:center;gap:.35rem}.nav-profile-wrapper{position:relative;display:inline-flex;align-items:center;flex-shrink:0}.profile-link--mobile{display:none}.nav-profile-menu{position:absolute;top:calc(100% + 10px);right:0;min-width:180px;padding:8px;border-radius:14px;background:#0b1220;border:1px solid rgba(148,163,184,.35);box-shadow:0 16px 36px #0206178c;display:flex;flex-direction:column;gap:6px;opacity:0;transform:translateY(-6px);pointer-events:none;transition:opacity .2s ease,transform .2s ease;z-index:1200}.nav-profile-menu.open{opacity:1;transform:translateY(0);pointer-events:auto}.nav-profile-item{text-decoration:none;color:#e2e8f0;font-size:.92rem;font-weight:700;padding:.55rem .75rem;border-radius:10px;background:#0f172a73;border:1px solid transparent;transition:background .2s ease,border .2s ease,transform .2s ease}.nav-profile-item:hover{background:#1e293bbf;border-color:#94a3b859;transform:translate(2px)}.nav-account-cluster{margin-left:1.2rem;margin-right:1.2rem;display:inline-flex;align-items:center;gap:.55rem;flex-wrap:wrap;flex-shrink:0}.nav-cart-corner{margin-left:0;margin-right:.45rem;padding-left:.65rem}.profile-user-icon{opacity:.95}.profile-name{max-width:92px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nav-link-with-badge{position:relative;display:inline-flex;align-items:center}.nav-notification-center{position:relative}.nav-bell-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:#ffffff0f;color:var(--muted);cursor:pointer}.notif-popover{position:absolute;top:calc(100% + 10px);right:0;width:360px;max-height:420px;overflow:hidden;border:1px solid rgba(148,163,184,.35);border-radius:12px;background:#0b1220;box-shadow:0 12px 30px #0206178c;z-index:1200}.notif-popover-head{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-bottom:1px solid rgba(148,163,184,.22);color:#e2e8f0}.notif-read-all{border:none;background:none;color:#7dd3fc;font-size:.8rem;cursor:pointer}.notif-popover-list{max-height:360px;overflow-y:auto}.notif-item{width:100%;display:block;text-align:left;border:none;background:transparent;color:#dbeafe;padding:10px 12px;border-bottom:1px solid rgba(148,163,184,.14);cursor:pointer}.notif-item:hover{background:#1e293bbf}.notif-item.unread{background:#0ea5e91f}.notif-item-title{font-size:.9rem;font-weight:700;margin-bottom:3px}.notif-item-body{font-size:.82rem;color:#cbd5e1;margin-bottom:3px}.notif-item-time{font-size:.72rem;color:#94a3b8}.notif-empty{padding:16px 12px;color:#94a3b8;font-size:.85rem}.nav-link-badge{position:absolute;top:-8px;right:-10px;min-width:18px;height:18px;border-radius:999px;background:#ef4444;color:#fff;font-size:.68rem;font-weight:800;line-height:18px;text-align:center;padding:0 4px;border:2px solid #0f172a}.nav-drawer{position:fixed;inset:0;z-index:1300;pointer-events:none}.nav-drawer__overlay{position:absolute;inset:0;background:#0f172a8c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;animation:drawerFadeIn .2s ease forwards;pointer-events:auto}.nav-drawer__panel{position:absolute;top:0;left:0;height:100%;width:calc(min(280px,78vw) + 2rem);background:linear-gradient(180deg,#0b1220,#0a1121 55%,#090f1c);border-right:1px solid rgba(148,163,184,.25);box-shadow:8px 0 24px #0206178c;box-sizing:border-box;padding:1.2rem 1rem calc(2.6rem + env(safe-area-inset-bottom,0px));display:flex;flex-direction:column;gap:.75rem;overflow-y:auto;overscroll-behavior:contain;transform:translate(-100%);animation:drawerSlideIn .25s ease forwards;pointer-events:auto}.nav-drawer__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.4rem}.nav-drawer__title{font-size:.85rem;text-transform:uppercase;letter-spacing:.16em;font-weight:700;color:#94a3b8}.nav-drawer__close{border:1px solid rgba(148,163,184,.25);background:#0f172a66;color:#e2e8f0;width:30px;height:30px;border-radius:8px;font-size:1.1rem;line-height:1;display:inline-flex;align-items:center;justify-content:center;padding:0;cursor:pointer}.nav-drawer__link{text-decoration:none;color:#e2e8f0;font-size:1.05rem;font-weight:700;padding:.65rem .75rem;border-radius:12px;background:#0f172a73;border:1px solid transparent;transition:background .2s ease,border .2s ease,transform .2s ease}.nav-drawer__link:hover{background:#1e293bb3;border-color:#94a3b859;transform:translate(2px)}.nav-drawer__link.active{border-color:#7c3aedbf;background:#7c3aed2e;color:#fff}.nav-drawer__spacer{flex:1}.nav-drawer__footer{margin-top:.6rem;padding-top:.85rem;border-top:1px solid rgba(148,163,184,.18);display:flex;flex-direction:column;gap:.75rem}.nav-drawer__footer-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.nav-drawer__legal-links{display:flex;align-items:center;gap:.4rem}.nav-drawer__legal-link{font-size:.72rem;color:#64748b;text-decoration:none;font-weight:500;transition:color .2s ease}.nav-drawer__legal-link:hover{color:#94a3b8}.nav-drawer__legal-sep{font-size:.72rem;color:#334155}.nav-drawer__language{display:flex;gap:.35rem;padding:.35rem;border-radius:999px;background:#0f172a99;border:1px solid rgba(148,163,184,.18)}.nav-drawer__language--light{background:#94a3b81f;border-color:#94a3b847}.nav-drawer__lang-btn{flex:1;border:none;background:transparent;color:#cbd5e1;padding:.45rem .6rem;border-radius:999px;font-size:.7rem;font-weight:800;letter-spacing:.12em;cursor:pointer;transition:background .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease}.nav-drawer__lang-btn.active{background:linear-gradient(135deg,#7c3aed,#4f46e5);color:#fff;box-shadow:0 8px 16px #4f46e559;transform:translateY(-1px)}.nav-drawer__settings-btn{width:44px;height:44px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;color:#e2e8f0;background:#0f172a59;border:1px solid rgba(148,163,184,.2);transition:transform .2s ease,border-color .2s ease,background .2s ease}.nav-drawer__settings-btn svg{width:20px;height:20px}.nav-drawer__settings-btn:hover{transform:translateY(-1px);background:#7c3aed33;border-color:#7c3aed8c;color:#fff}@media(min-width:981px){.nav-drawer__link--favorites{display:none}}@keyframes drawerSlideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes drawerFadeIn{0%{opacity:0}to{opacity:1}}@keyframes searchReveal{0%{opacity:0;transform:translateY(-6px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.nav-links a{position:relative;color:var(--muted);text-decoration:none;padding-bottom:.25rem;transition:color .2s ease}.nav-links a.active{color:#fff!important}.nav-links a.active:after{content:"";position:absolute;left:0;bottom:-4px;width:100%;height:2px;background-color:var(--accent);border-radius:2px}.nav-heart{font-size:2rem;line-height:1;display:inline-flex;align-items:center;justify-content:center;padding:.12rem .36rem;border-radius:6px;color:var(--muted);transition:none;cursor:pointer}@media(max-width:980px){.app-navbar .container{position:relative}.brand__title{display:none}.search-container{position:static}.search-container--collapsed .search-collapsed-center{display:inline-flex;align-items:center;justify-content:flex-start;position:relative;width:100%}.search-container--collapsed .search-placeholder-title{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);pointer-events:none}}@media(max-width:768px){.app-navbar{height:auto}.app-navbar .container{flex-wrap:nowrap;align-items:center;padding:.4rem .75rem .6rem;gap:.5rem}.brand-cluster{flex:0 0 auto;margin-left:0}.brand__logo{width:30px;height:30px}.search-container{order:2;width:auto;flex:1 1 40%;min-width:0;max-width:none;margin:0}nav{order:3;width:auto;display:flex;justify-content:flex-start}.nav-links{width:auto;gap:.45rem;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch}.nav-links a,.nav-primary-group{white-space:nowrap}.nav-main-link{font-size:.76rem;opacity:.9}.nav-sell-btn,.guest-login-btn,.guest-cta-link,.user-link{padding:.3rem .6rem;border-radius:8px;font-size:.76rem}.nav-sell-btn{padding:.34rem .8rem;font-size:.8rem;box-shadow:0 8px 18px #4f46e559}.nav-heart{font-size:1.6rem}.nav-notification-center{margin-right:.2rem}.language-toggle{display:none}}@media(max-width:520px){.app-navbar .container{position:relative}.search-container{display:flex;align-items:center;justify-content:flex-start;position:static}.search-container--collapsed .search-wrapper{display:none}.search-container--collapsed .search-collapsed-center{display:inline-flex;margin:0;position:relative;width:100%;justify-content:flex-start}.search-container--collapsed .search-placeholder-title{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);pointer-events:none}.search-container--open .search-collapsed-center{display:none}.search-container--open .search-wrapper{width:100%}.search-icon-toggle{position:absolute;left:0;background:var(--accent);color:#fff;box-shadow:0 10px 24px #4f46e559}.search-icon-toggle:hover{background:#5b5ff0;color:#fff}.search-container--open .search-input{padding-right:3.2rem}.search-container--open{position:fixed;top:0;left:0;right:0;padding:.75rem .85rem;background:#0b1220;z-index:1000}.search-container--open .search-wrapper{animation:searchReveal .35s ease both}.search-container--open .search-button{display:none}.search-container--open .search-cancel-button{display:inline-flex}.search-container--open .search-icon-toggle{display:none}.search-overlay{display:block}.nav-links{gap:.4rem;overflow:visible}.phone-hidden,.profile-name{display:none!important}.nav-account-cluster{flex-wrap:nowrap;margin-left:.4rem;margin-right:0}.nav-main-link{font-size:.78rem}.nav-sell-btn,.guest-login-btn,.guest-cta-link,.user-link{padding:.3rem .6rem;font-size:.76rem}.profile-link--desktop{display:none}.profile-link--mobile{display:inline-flex}.nav-profile-menu{right:0;min-width:160px}.notif-popover{position:fixed;top:calc(var(--nav-height) + 8px);right:8px;left:8px;width:auto;max-height:calc(100vh - (var(--nav-height) + 32px));border-radius:16px}.notif-popover-head{position:sticky;top:0;background:#0b1220;z-index:1}}@media(max-width:768px){.guest-mobile-hidden{display:none!important}}.nav-heart.active{color:var(--accent);font-weight:700}@media(max-width:768px){.app-navbar{position:fixed;top:0;left:0;right:0;height:calc(var(--nav-height) + env(safe-area-inset-top));padding-top:env(safe-area-inset-top)}#root{padding-top:calc(var(--nav-height) + env(safe-area-inset-top))}}.home-page{background:radial-gradient(circle at top,rgba(59,130,246,.1),transparent 34%),linear-gradient(180deg,#f8fbff,#eef4fb,#f8fafc);min-height:100vh;overflow-x:hidden}.hero-carousel{position:relative;height:72vh;min-height:580px;width:100%;margin-top:-8px;background:#0b1020;display:flex;align-items:center;color:#fff;overflow:hidden;isolation:isolate}.hero-slide-bg{position:absolute;inset:0;background-size:cover;background-position:center;filter:saturate(1.05) contrast(1.05);transform:scale(1.02);opacity:0;transition:opacity .6s ease,transform .6s ease;z-index:0}.hero-carousel--ready .hero-slide-bg{opacity:1}.hero-featured-row{position:absolute;right:clamp(2rem,6vw,6rem);bottom:clamp(2rem,6vh,4rem);z-index:3;display:flex;align-items:flex-end;gap:1.1rem;pointer-events:none}.hero-featured-card{width:clamp(150px,14vw,220px);aspect-ratio:.72;border-radius:28px;overflow:hidden;border:1px solid rgba(244,196,148,.18);background:#4a382a38;box-shadow:0 24px 50px #02061773;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.hero-featured-card img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(1.05) contrast(1.04)}.hero-featured-card--1{transform:translateY(16px) rotate(-7deg)}.hero-featured-card--2{transform:translateY(-6px)}.hero-featured-card--3{transform:translateY(22px) rotate(7deg)}@media(min-width:1024px){.hero-carousel--featured{background:radial-gradient(circle at 18% 24%,rgba(224,168,122,.24) 0%,transparent 42%),radial-gradient(circle at 74% 24%,rgba(121,88,62,.3) 0%,transparent 44%),radial-gradient(circle at 56% 84%,rgba(95,73,55,.24) 0%,transparent 50%),linear-gradient(120deg,#17110d,#34261d 44%,#120e0c)}.hero-carousel--featured:before{background:radial-gradient(circle at 30% 32%,rgba(245,205,170,.16) 0%,transparent 54%),radial-gradient(circle at 72% 36%,rgba(165,118,81,.16) 0%,transparent 58%),linear-gradient(90deg,#120c09d6,#18100b80 56%,#18100b2e)}.hero-slide-bg--natural{background-size:34% auto;background-repeat:no-repeat;background-position:76% center;transform:none;filter:saturate(1.02) contrast(1.02)}}.hero-carousel:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 85% 15%,rgba(105,63,233,.15) 0%,transparent 70%),linear-gradient(90deg,#0b1020f0,#0b1020ad 52%,#0b102047);z-index:1}.hero-carousel:after{content:"";position:absolute;inset:0;background:radial-gradient(600px circle at var(--x, 50%) var(--y, 50%),rgba(205,154,109,.12),transparent 60%);pointer-events:none;z-index:2;transition:background .1s ease}.hero-static-glow{position:absolute;top:-140px;right:-140px;width:560px;height:560px;background:radial-gradient(circle,rgba(196,142,96,.18) 0%,transparent 70%);pointer-events:none;z-index:0}.hero-text-glow{position:absolute;width:520px;height:520px;left:clamp(1.5rem,6vw,7rem);top:50%;transform:translateY(-55%);background:radial-gradient(circle,rgba(235,196,156,.1) 0%,transparent 60%);pointer-events:none;z-index:1}.hero-content{position:relative;z-index:3;width:min(640px,calc(100% - 8rem));margin-left:clamp(2rem,7vw,8rem);text-align:left;font-family:Sora,Manrope,sans-serif}.hero-content--featured{max-width:540px}.hero-content--editorial{max-width:620px}.hero-eyebrow{display:inline-flex;align-items:center;padding:.3rem .6rem;border-radius:6px;background:#693fe926;color:#693fe9;border:1px solid rgba(105,63,233,.3);font-size:11px;font-weight:800;letter-spacing:1px;text-transform:uppercase}.hero-title{margin:1rem 0 1.1rem;font-weight:900;line-height:1;letter-spacing:-.04em;text-wrap:balance}.hero-title--stacked{font-size:clamp(3rem,6vw,72px);line-height:1.2;padding-bottom:10px}.hero-title-main,.hero-title-sub{display:block}.hero-title-sub{color:#ffffff40}.hero-title--editorial{font-size:clamp(2.6rem,6vw,4rem);line-height:1.05}.hero-description{max-width:480px;margin:0 0 2rem;font-size:16px;color:#fff9;line-height:1.6;text-wrap:balance}.hero-actions{display:flex;flex-wrap:wrap;gap:.85rem;align-items:center}.home-support-section{width:100%;margin-top:4rem;border-top:1px solid rgba(148,163,184,.24);background:#ffffffa8;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.home-support-inner{width:min(1320px,calc(100% - 3rem));margin:0 auto;display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;padding:2rem 0 2.2rem}.home-support-copy{display:flex;flex-direction:column;gap:.45rem;min-width:0}.home-support-label{color:#64748b;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.home-support-copy strong{color:#0f172a;font-size:1.05rem;line-height:1.2;font-weight:700}.home-support-copy p{margin:0;color:#64748b;font-size:.94rem;line-height:1.6;max-width:62ch}.home-support-socials{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.45rem}.home-support-social-item{color:#475569;font-size:.82rem;line-height:1.2;white-space:nowrap}.home-support-social-item:before{content:"";display:inline-block;width:4px;height:4px;margin-right:.55rem;margin-bottom:.14rem;border-radius:999px;background:#64748b73;vertical-align:middle}.home-support-actions{display:flex;align-items:center;justify-content:flex-end;gap:1.2rem;flex-shrink:0}.home-support-link,.home-support-email{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0;font-size:.9rem;font-weight:600;text-decoration:none;transition:color .2s ease,opacity .2s ease}.home-support-link{border:none;background:transparent;color:#0f172a;cursor:pointer}.home-support-link:hover{color:#2563eb}.home-support-email{border-left:1px solid rgba(148,163,184,.28);padding-left:1.2rem;color:#475569}.home-support-email:hover{color:#0f172a}.hero-stat-cards{position:absolute;inset:0;z-index:3;pointer-events:none}.hero-stat-card{position:absolute;background:#ffffff08;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:24px;box-shadow:0 8px 32px #0000004d;min-width:170px;transform:translateY(20px) rotate(var(--rot));opacity:0;animation:floatIn .8s ease forwards;animation-delay:var(--delay);pointer-events:auto;transition:transform .3s ease,box-shadow .3s ease}.hero-stat-card:hover{transform:translateY(-8px) scale(1.03) rotate(var(--rot));box-shadow:0 20px 40px #693fe933}.hero-stat-label{display:block;font-size:11px;font-weight:800;letter-spacing:1.5px;color:#fff6;text-transform:uppercase}.hero-stat-value{display:block;font-size:36px;font-weight:900;color:#fff;margin:6px 0 2px}.hero-stat-subtitle{display:block;font-size:11px;font-weight:700;color:#693fe9}@keyframes floatIn{0%{opacity:0;transform:translateY(20px) rotate(var(--rot))}to{opacity:1;transform:translateY(0) rotate(var(--rot))}}.hero-cta{border:none;border-radius:14px;background:#693fe9;color:#fff;padding:14px 28px;font-size:.95rem;font-weight:800;letter-spacing:.02em;cursor:pointer;box-shadow:0 18px 36px #0b102073,0 0 0 1px #ffffff0f;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.hero-cta:hover{transform:translateY(-2px);background:#7b55f3;box-shadow:0 24px 46px #0b10208c,0 0 0 1px #ffffff14}.hero-cta--ghost{background:transparent;border:1.5px solid rgba(255,255,255,.1);color:#fff;box-shadow:none}.hero-cta--ghost:hover{background:#ffffff0f;box-shadow:none}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);background:transparent;border:none;color:#ffffffb3;font-size:3rem;cursor:pointer;z-index:4;padding:0 2rem;transition:color .2s ease,transform .2s ease}.carousel-arrow:hover{color:#fff;transform:translateY(-50%) scale(1.04)}.carousel-arrow.left{left:0}.carousel-arrow.right{right:0}.carousel-indicators{position:absolute;bottom:24px;left:50%;transform:translate(-50%);display:flex;gap:12px;z-index:4}.dot{width:8px;height:8px;background-color:#fff3;border-radius:999px;cursor:pointer;transition:width .3s ease,background-color .3s ease,transform .3s ease}.dot.active{width:24px;background-color:#693fe9}.home-shell{width:min(1320px,calc(100% - 3rem));margin:0 auto;padding:3.5rem 0 0}.home-overview{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.9fr);gap:1.5rem;align-items:stretch;margin-top:-3.25rem;position:relative;z-index:4}.home-overview-copy,.home-overview-stats{border:1px solid rgba(148,163,184,.18);border-radius:28px;background:#ffffffd1;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 26px 60px #0f172a1a}.home-overview-copy{padding:clamp(1.6rem,3vw,2.5rem)}.section-kicker{display:inline-flex;align-items:center;gap:.4rem;padding:.36rem .72rem;border-radius:999px;background:#2563eb17;color:#1d4ed8;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.home-overview-copy h2{margin:1rem 0 .9rem;font-size:clamp(2rem,3vw,3rem);line-height:1;letter-spacing:-.04em;color:#0f172a;max-width:12ch}.home-overview-copy p{max-width:58ch;margin:0;color:#475569;line-height:1.75;font-size:1rem}.home-overview-stats{padding:1rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.overview-stat-card{border-radius:22px;padding:1.2rem 1rem;background:radial-gradient(circle at top right,rgba(96,165,250,.18),transparent 55%),linear-gradient(180deg,#f8fbff,#eaf2fb);border:1px solid rgba(191,219,254,.72);display:flex;flex-direction:column;gap:.5rem;min-height:140px}.overview-stat-card--clickable{cursor:pointer;text-align:left;font:inherit;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.overview-stat-card--clickable:hover{border-color:#6366f173;box-shadow:0 16px 30px #0f172a1f;transform:translateY(-2px)}.overview-stat-card--clickable:focus-visible{outline:2px solid rgba(99,102,241,.6);outline-offset:4px}.overview-stat-label{color:#64748b;font-size:.78rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.overview-stat-card strong{color:#0f172a;font-size:clamp(2rem,3vw,2.8rem);line-height:1;letter-spacing:-.05em}.home-showcase{margin-top:1.65rem;border-radius:36px;background:linear-gradient(180deg,#ffffffe6,#f8fafcf2),linear-gradient(135deg,#3b82f612,#0ea5e90a);border:1px solid rgba(148,163,184,.16);box-shadow:0 30px 70px #0f172a14;padding:clamp(1.2rem,2.6vw,2rem)}.showcase-topbar{display:flex;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1.5rem}.showcase-title{margin:.75rem 0 0;font-size:clamp(2rem,3vw,3rem);line-height:1;letter-spacing:-.05em;color:#020617}.showcase-link-btn{border:1px solid rgba(37,99,235,.16);border-radius:999px;background:#fff;color:#0f172a;padding:.9rem 1.2rem;font-size:.9rem;font-weight:700;cursor:pointer;box-shadow:0 12px 28px #0f172a14;transition:transform .2s ease,border-color .2s ease}.showcase-link-btn:hover{transform:translateY(-2px);border-color:#2563eb66}.showcase-layout{display:grid;grid-template-columns:320px minmax(0,1fr);gap:1.5rem;align-items:start}.showcase-panel{position:sticky;top:96px;display:flex;flex-direction:column;gap:1rem}.category-tabs{display:flex;flex-direction:column;gap:.65rem}.tab-btn{width:100%;text-align:left;border:1px solid rgba(148,163,184,.14);background:#ffffffad;color:#334155;border-radius:18px;padding:1rem 1.1rem;font-size:.96rem;font-weight:700;cursor:pointer;transition:transform .2s ease,border-color .2s ease,background .2s ease,color .2s ease}.tab-btn:hover{transform:translate(4px);border-color:#7c3aed3d;color:#4c1d95;background:#ffffffeb}.tab-btn.active{color:#5b21b6;border-color:#7c3aed57;background:#fff;box-shadow:0 4px 10px #0f172a0d}.showcase-copy-card{padding:1.3rem;border-radius:24px;background:#fff;color:#334155;border:1px solid rgba(226,232,240,.92);box-shadow:0 10px 22px #0f172a0d}.showcase-copy-eyebrow{color:#7c3aed;font-size:.75rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.showcase-copy-card h3{margin:.7rem 0 .8rem;color:#0f172a;font-size:1.5rem;line-height:1.05;letter-spacing:-.03em}.showcase-copy-card p{margin:0;color:#64748b;line-height:1.7}.showcase-meta-row{margin-top:1.1rem;display:flex;flex-wrap:wrap;gap:.6rem}.showcase-meta-row span{display:inline-flex;align-items:center;min-height:34px;padding:.4rem .75rem;border-radius:999px;background:#fff;color:#6d28d9;border:1px solid rgba(226,232,240,.95);font-size:.78rem;font-weight:700}.tab-content{min-width:0}.kabany-header-info{margin-bottom:1rem;padding:1rem 1.1rem;border-radius:18px;background:#fff;color:#5b21b6;border:1px solid rgba(226,232,240,.95);box-shadow:0 8px 18px #0f172a0a}.kabany-header-info p{margin:0;font-size:.98rem;line-height:1.6}.products-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.product-wrapper{min-width:0}.product-wrapper .product-card{width:100%}.no-products{border:1px dashed rgba(148,163,184,.45);border-radius:24px;background:#ffffffb8;text-align:center;padding:4rem 1.4rem;color:#64748b;font-size:1rem}@media(max-width:1200px){.showcase-layout{grid-template-columns:280px minmax(0,1fr)}.products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:980px){.hero-featured-row{display:none}.home-shell{width:min(100%,calc(100% - 1.5rem));padding-top:1.5rem}.hero-stat-cards{display:none}.hero-description{white-space:normal}.home-overview{grid-template-columns:1fr;margin-top:0}.showcase-layout{grid-template-columns:1fr}.showcase-panel{position:static}.category-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){*,*:before,*:after{box-sizing:border-box}html,body,#root{overflow-x:hidden}.home-page{width:100%;max-width:100vw;overflow-x:hidden;box-sizing:border-box}.home-shell,.home-showcase,.home-overview{width:100%;max-width:100%;box-sizing:border-box;overflow-x:visible}.hero-carousel{height:60vh;min-height:420px}.hero-content{width:calc(100% - 2rem);margin-left:1rem;height:100%;display:flex;flex-direction:column;justify-content:flex-start;padding:1.75rem 0 3.5rem}.hero-actions{margin-top:auto;flex-direction:column;align-items:stretch;gap:16px}.home-support-actions{align-items:flex-start}.hero-cta{min-height:48px;width:100%;text-align:center}.home-shell{width:100%;max-width:100%;padding:2rem 16px 0;box-sizing:border-box}.home-support-inner{width:min(100%,calc(100% - 32px));padding:1.6rem 0 1.8rem}.home-overview-stats{display:flex;flex-direction:row;flex-wrap:nowrap;overflow-x:auto;gap:8px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:.5rem;width:100%;max-width:100%;box-sizing:border-box;padding-left:2px;padding-right:16px;scroll-padding-right:16px}.home-overview-stats::-webkit-scrollbar{display:none}.home-overview-stats{scrollbar-width:none}.overview-stat-card{flex:0 0 auto;width:140px;min-width:140px;min-height:120px;padding:12px;scroll-snap-align:start}.category-tabs{display:flex;flex-direction:row;flex-wrap:nowrap;overflow-x:auto;gap:8px;padding-bottom:4px;width:100%;max-width:100%;box-sizing:border-box;padding-left:2px;padding-right:16px;scroll-padding-right:16px}.category-tabs::-webkit-scrollbar{display:none}.category-tabs{scrollbar-width:none}.tab-btn{width:auto;border-radius:20px;padding:8px 16px;white-space:nowrap;min-height:44px}.tab-btn:hover{transform:none}.home-overview-stats:after,.category-tabs:after{content:"";flex:0 0 16px}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;width:100%;box-sizing:border-box;justify-items:stretch}.showcase-layout{grid-template-columns:minmax(0,1fr)}.showcase-panel,.tab-content{min-width:0;max-width:100%}.product-wrapper{min-width:0}.home-page .product-card{width:100%;max-width:100%;min-width:0}.home-page .product-image-container,.home-page .product-image{width:100%;max-width:100%}.showcase-link-btn{min-height:44px}.home-page .product-card .product-info{padding:8px 8px 10px}.home-page .product-card .product-brand{font-size:12px!important;font-weight:700!important}.home-page .product-card .product-title,.home-page .product-card.kabany-pick-card .product-brand,.home-page .product-card.kabany-pick-card .product-title{font-size:12px!important}.home-page .like-button{width:40px!important;height:40px!important}.home-page .like-button svg{width:20px!important;height:20px!important}.home-overview-copy,.showcase-copy-card,.kabany-header-info,.tab-content,.showcase-topbar,.showcase-layout,.home-overview{max-width:100%;word-wrap:break-word}}@media(max-width:720px){.hero-carousel{min-height:400px;height:56vh}.hero-content{width:calc(100% - 3rem);margin-left:1.5rem}.carousel-arrow{padding:0 .8rem;font-size:2.3rem}.hero-actions{margin-top:auto}.home-support-link,.home-support-email{width:100%}.home-support-inner{flex-direction:column;gap:1rem}.home-support-actions{width:100%;flex-direction:column;align-items:flex-start;gap:.45rem}.home-support-email{border-left:none;padding-left:0}.home-support-socials{gap:.55rem .9rem}.showcase-topbar{flex-direction:column;align-items:stretch}.home-overview-stats,.category-tabs{grid-template-columns:none}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}}@media(max-width:520px){.hero-carousel{min-height:360px;height:54vh}.hero-content{width:calc(100% - 2.2rem);margin-left:1.1rem;height:100%;display:flex;flex-direction:column;justify-content:flex-start;padding:1.8rem 0 3.4rem}.hero-title--stacked{font-size:2.6rem}.hero-title--editorial{font-size:2.3rem}.hero-description{font-size:.95rem;white-space:normal}.hero-actions{margin-top:auto}.hero-cta{width:100%;text-align:center;min-height:48px}.home-shell{width:min(100%,calc(100% - 32px));padding:2.2rem 0 3.2rem}.showcase-topbar{margin-bottom:1.1rem}.showcase-link-btn{width:100%}.showcase-layout{gap:1rem}.overview-stat-card{min-height:120px}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}}.product-card{width:240px;flex:0 0 auto;position:relative;cursor:pointer;background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 1px 6px #0f172a0a;transition:transform .2s ease,box-shadow .2s ease;border:1px solid #eef2f7;display:flex;flex-direction:column;height:100%}.product-card:hover{transform:translateY(-3px);box-shadow:0 12px 26px #0f172a14}.product-card.is-static{cursor:default}.product-card.is-static:hover{transform:none;box-shadow:0 2px 10px #0000000a}.product-card.is-static:hover .product-image{transform:none;filter:none}.product-image-container{width:100%;aspect-ratio:4 / 5;position:relative!important;background-color:#f6f7f9;overflow:hidden}.product-image{width:100%;height:100%;object-fit:cover;transition:transform .45s ease,filter .45s ease}.product-card:hover .product-image{transform:scale(1.02)}.product-verified-badge{position:absolute;top:12px;left:12px;z-index:9;display:inline-flex;align-items:center;gap:.3rem;border-radius:999px;border:1px solid rgba(99,102,241,.45);background:#0f172ab8;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#eef2ff;padding:.22rem .55rem;font-size:.7rem;font-weight:700;letter-spacing:.02em}.product-verified-badge svg{width:12px;height:12px;color:#c4b5fd}.product-donation-badge{position:absolute;top:12px;right:12px;z-index:9;display:inline-flex;align-items:center;gap:.35rem;border-radius:999px;border:1px solid rgba(245,158,11,.6);background:#fbbf24eb;color:#111827;padding:.22rem .55rem;font-size:.68rem;font-weight:800;letter-spacing:.03em;text-transform:uppercase;box-shadow:0 8px 16px #0f172a26}.product-donation-dot{width:6px;height:6px;border-radius:999px;background:#1d4ed8;box-shadow:0 0 0 2px #1d4ed833}.kabany-pick-badge{position:absolute;top:12px;left:12px;z-index:11;display:inline-flex;align-items:center;gap:.48rem;max-width:calc(100% - 84px);border-radius:16px;background:linear-gradient(90deg,gold,orange);color:#000;padding:.3rem .5rem;box-shadow:0 0 6px #ffd70033}.kabany-pick-badge-icon{width:20px;height:20px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;background:#ffffff42;color:#fff;flex:0 0 auto}.kabany-pick-badge-icon svg{width:10px;height:10px}.kabany-pick-badge-copy{display:flex;flex-direction:column;min-width:0}.kabany-pick-badge-copy strong{font-size:9px;font-weight:900;line-height:1;letter-spacing:.08em;text-transform:uppercase}.kabany-pick-badge-copy span{font-size:.5rem;font-weight:700;line-height:1.1;color:#000000b8;text-transform:uppercase;letter-spacing:.08em;margin-top:.12rem}.product-sale-badge{position:absolute;top:44px;left:12px;z-index:9;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid rgba(37,99,235,.45);background:#dbeafee6;color:#1d4ed8;padding:.2rem .5rem;font-size:.68rem;font-weight:800;letter-spacing:.03em;text-transform:uppercase}.product-auction-countdown{position:absolute;left:12px;right:12px;bottom:12px;z-index:9;display:inline-flex;align-items:center;gap:.38rem;border-radius:10px;border:1px solid rgba(196,181,253,.72);background:#ffffffe0;color:#5b21b6;padding:.3rem .56rem;font-size:.72rem;font-weight:700;letter-spacing:.01em;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 6px 16px #0f172a14}.product-auction-countdown.ended{border-color:#e2e8f0f2;background:#ffffffd1;color:#64748b}.auction-bids-count{margin-left:auto;border:1px solid rgba(196,181,253,.7);border-radius:999px;padding:.08rem .45rem;font-size:.64rem;font-weight:700;color:#6d28d9;background:#f5f3fff2}.product-auction-countdown.ended .auction-bids-count{color:#64748b;border-color:#e2e8f0f2;background:#f8fafcf5}.auction-pulse{width:7px;height:7px;border-radius:999px;background:#8b5cf6;box-shadow:0 0 #8b5cf65c;animation:auctionPulse 1.8s infinite}.product-auction-countdown.ended .auction-pulse{background:#94a3b8;box-shadow:none;animation:none}@keyframes auctionPulse{0%{box-shadow:0 0 #8b5cf65c}70%{box-shadow:0 0 0 7px #8b5cf600}to{box-shadow:0 0 #8b5cf600}}.like-button{position:absolute!important;top:12px!important;right:12px!important;background:#fff!important;border:none!important;border-radius:50%!important;width:34px!important;height:34px!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer;box-shadow:0 2px 8px #00000026!important;transition:transform .2s ease;outline:none!important;padding:0!important;z-index:10}.like-button:hover{transform:scale(1.1)}.like-button svg{width:18px!important;height:18px!important;margin-top:2px}.product-info{padding:10px 12px 12px;display:flex;flex-direction:column;gap:4px}.kabany-pick-strip{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding-bottom:.7rem;margin-bottom:.15rem;border-bottom:1px solid rgba(148,163,184,.22);font-size:.66rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.kabany-pick-strip span:first-child{color:#f59e0b}.kabany-pick-strip span:last-child{color:#475569}.product-header{display:flex;justify-content:space-between;align-items:center}.product-brand{font-weight:700!important;font-size:.72rem!important;color:#334155!important;text-transform:uppercase!important;letter-spacing:.12em!important}.product-size{font-size:.7rem!important;font-weight:600!important;color:#64748b!important;border:1px solid #e2e8f0;border-radius:999px;padding:.1rem .45rem;background:#f8fafc}.product-title{font-size:.86rem!important;font-weight:500!important;color:#0f172a!important;margin:0!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:1!important;line-clamp:1!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:normal!important;line-height:1.2!important;min-height:1.2em!important}.product-footer{display:flex;justify-content:space-between;align-items:center;margin-top:2px}.product-price{font-size:1rem!important;font-weight:700!important;color:#0f172a!important}.product-price-wrap{display:flex;align-items:baseline;gap:.4rem}.product-old-price{font-size:.74rem;font-weight:600;color:#9ca3af;text-decoration:line-through}.product-price.discounted{color:#dc2626!important}.product-condition{font-size:.7rem!important;color:#64748b!important;text-transform:uppercase!important;letter-spacing:.08em!important}.product-card.kabany-pick-card{border-radius:20px;border:1px solid rgba(255,255,255,.04);background:radial-gradient(circle at 85% 15%,rgba(255,215,0,.08),transparent 48%),#121a2f;box-shadow:0 8px 20px #00000059}.product-card.kabany-pick-card:before{content:none}.product-card.kabany-pick-card:hover{transform:translateY(-3px);border:1px solid rgba(105,63,233,.3);box-shadow:0 0 12px #693fe91f,0 0 18px #ffd7001f}.product-card.kabany-pick-card.is-static:hover{transform:none;box-shadow:0 8px 20px #00000059}.product-card.kabany-pick-card:hover .product-image{transform:scale(1.04)}.product-card.kabany-pick-card .product-image-container{margin:0;width:auto;aspect-ratio:4 / 5;border-radius:16px 16px 0 0;border:none;background:#0f1628;box-shadow:inset 0 -1px #ffffff0d}.product-card.kabany-pick-card .product-image-container:before{content:none}.product-card.kabany-pick-card .product-image-container:after{content:none}.product-card.kabany-pick-card .product-image{border-radius:16px;-webkit-mask-image:none;mask-image:none}.product-card.kabany-pick-card .product-verified-badge{top:62px;left:12px;border-color:#7dd3fc57;background:#0f172ab8;color:#e0f2fe}.product-card.kabany-pick-card .product-verified-badge svg{color:#7dd3fc}.product-card.kabany-pick-card .like-button{top:12px!important;right:12px!important;background:#fffffff0!important;box-shadow:0 12px 24px #0f172a38!important}.product-card.kabany-pick-card .product-auction-countdown{left:12px;right:12px;bottom:12px;border-color:#7dd3fc47;background:#020617b3;color:#f8fafc;box-shadow:0 14px 24px #02061747;padding:.26rem .48rem;font-size:.68rem}.product-card.kabany-pick-card .auction-bids-count{border-color:#facc1538;background:#facc151f;color:#fde68a}.product-card.kabany-pick-card .auction-pulse{background:#f59e0b;box-shadow:0 0 #f59e0b57}.product-card.kabany-pick-card .product-info{position:relative;margin:0;padding:12px 12px 13px;border-radius:0 0 20px 20px;background:#121a2f;border-top:1px solid rgba(255,255,255,.05)}.product-card.kabany-pick-card .product-info:before{content:none}.product-card.kabany-pick-card .kabany-pick-strip,.product-card.kabany-pick-card .product-header,.product-card.kabany-pick-card .product-title,.product-card.kabany-pick-card .product-footer{position:relative;z-index:1}.product-card.kabany-pick-card .kabany-pick-strip{border-bottom-color:#94a3b82e;font-size:.58rem;letter-spacing:.12em;padding-bottom:.55rem;margin-bottom:0}.product-card.kabany-pick-card .kabany-pick-strip span:first-child{color:#fbbf24}.product-card.kabany-pick-card .kabany-pick-strip span:last-child{color:#e2e8f0b8}.product-card.kabany-pick-card .product-brand{color:#fff!important;font-size:12px!important;letter-spacing:1.5px!important;font-weight:800!important}.product-card.kabany-pick-card .product-size{color:#e2e8f0!important;border:1px solid rgba(148,163,184,.2);background:#ffffff12;border-radius:999px;padding:.18rem .48rem;font-size:.74rem!important}.product-card.kabany-pick-card .product-title{color:#ffffffb3!important;font-size:15px!important;font-weight:500!important;line-height:1.25!important;min-height:2.5em!important}.product-card.kabany-pick-card .product-footer{flex-wrap:wrap;gap:.45rem;align-items:flex-end}.product-card.kabany-pick-card .product-price-wrap{display:inline-flex;align-items:center;gap:.4rem;padding:6px 12px;border-radius:10px;background:#ffffff0d}.product-card.kabany-pick-card .product-old-price{color:#e2e8f080!important;font-size:13px!important;text-decoration:line-through;font-weight:600}.product-card.kabany-pick-card .product-price{color:#fff!important;font-size:16px!important;font-weight:900!important}.product-card.kabany-pick-card .product-price.discounted{color:#fb7185!important}.product-card.kabany-pick-card .product-condition{color:#fff6!important;border:1px solid rgba(255,255,255,.1);background:transparent;border-radius:999px;padding:.24rem .54rem;font-size:10px!important;font-weight:800!important;letter-spacing:.06em;text-transform:uppercase!important}@keyframes kabanyFloat{0%,to{transform:translateZ(0) scale(1)}50%{transform:translate3d(12px,10px,0) scale(1.05)}}:root{--skeleton-base: #e9edf3;--skeleton-highlight: #f7f9fc;--skeleton-edge: #dfe5ef;--skeleton-ink: #c7cfdd;--skeleton-shadow: 0 20px 45px rgba(22, 30, 45, .08)}.skeleton-shimmer{background:linear-gradient(110deg,var(--skeleton-base) 8%,var(--skeleton-highlight) 18%,var(--skeleton-base) 33%);background-size:200% 100%;animation:skeleton-shimmer 1.4s ease-in-out infinite}.skeleton-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.skeleton-card{padding:1.25rem;border-radius:18px;background:#fff;border:1px solid var(--skeleton-edge);box-shadow:var(--skeleton-shadow);display:flex;flex-direction:column;gap:.8rem}.skeleton-thumb{width:100%;aspect-ratio:4 / 5;border-radius:16px}.skeleton-line{height:12px;border-radius:999px}.skeleton-pill-row{display:flex;gap:.5rem}.skeleton-pill{height:22px;width:84px;border-radius:999px}.skeleton-order-list{display:flex;flex-direction:column;gap:1.25rem}.skeleton-order-card{display:grid;grid-template-columns:120px 1fr 160px;gap:1.25rem;padding:1.25rem;border-radius:18px;background:#fff;border:1px solid var(--skeleton-edge);box-shadow:var(--skeleton-shadow)}.skeleton-order-thumb{width:100%;aspect-ratio:4 / 5;border-radius:14px}.skeleton-order-body,.skeleton-order-meta{display:flex;flex-direction:column;gap:.65rem}.skeleton-detail{display:flex;flex-direction:column;gap:2rem}.skeleton-hero{width:100%;height:clamp(220px,40vw,360px);border-radius:24px}.skeleton-detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.skeleton-detail-card{padding:1.25rem;border-radius:18px;background:#fff;border:1px solid var(--skeleton-edge);box-shadow:var(--skeleton-shadow);display:flex;flex-direction:column;gap:.75rem}.skeleton-convo-list{display:flex;flex-direction:column;gap:.9rem}.skeleton-convo-item{display:grid;grid-template-columns:64px 1fr;gap:.9rem;padding:.9rem 1rem;border-radius:16px;background:#fff;border:1px solid var(--skeleton-edge);box-shadow:var(--skeleton-shadow)}.skeleton-convo-thumb{width:64px;height:80px;border-radius:12px}.skeleton-convo-body{display:flex;flex-direction:column;gap:.6rem}.w-35{width:35%}.w-40{width:40%}.w-45{width:45%}.w-50{width:50%}.w-55{width:55%}.w-60{width:60%}.w-65{width:65%}.w-70{width:70%}.w-80{width:80%}.w-90{width:90%}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media(max-width:720px){.skeleton-order-card{grid-template-columns:90px 1fr}.skeleton-order-meta{grid-column:1 / -1}}.listings-container{padding:2.25rem 2.5rem 2.75rem;min-height:calc(100vh - var(--nav-height));background:#f7f8fa;position:relative;box-sizing:border-box;overflow-x:hidden;color:#0f172a}.listings-header{max-width:1360px;margin:0 auto 1.6rem;padding:0 1rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem;position:relative;z-index:1}.listings-title{font-size:1.9rem;font-weight:700;color:#0f172a;letter-spacing:-.01em}.listings-header-text{display:flex;flex-direction:column;gap:.4rem}.search-term-banner{display:inline-flex;align-items:center;gap:.55rem;padding:.35rem .7rem;border-radius:999px;border:1px solid #e2e8f0;background:#fff;box-shadow:0 6px 18px #0f172a14;font-size:.85rem;color:#475569;width:fit-content}.search-term-label{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#94a3b8}.search-term-value{font-weight:700;color:#0f172a;max-width:480px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.toggle-filters-btn{padding:.75rem 1.4rem;background:#0f3d3f;color:#fff;border:none;border-radius:12px;font-weight:600;font-size:.95rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;box-shadow:0 8px 20px #0f3d3f2e}.toggle-filters-btn:hover{transform:translateY(-2px);background:#11484b;box-shadow:0 12px 24px #0f3d3f40}.filters-fab{position:fixed;right:1rem;bottom:1rem;padding:.55rem .9rem;border:1px solid #111111;border-radius:999px;background:#fff;color:#111;font-weight:700;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;z-index:25}.listings-layout{max-width:1360px;margin:0 auto;position:relative;padding:2rem 1rem 0;z-index:0;display:grid;grid-template-columns:280px minmax(0,1fr);gap:2rem}.listings-layout.is-empty{grid-template-columns:1fr}.listings-sidebar{position:sticky;top:calc(var(--nav-height) + 32px);width:280px;height:max-content;max-height:calc(100vh - var(--nav-height) - 32px);padding-right:0;border-right:none;min-width:0;z-index:40;pointer-events:auto}.listings-main{min-width:0;overflow-x:hidden;padding-left:0;position:relative;z-index:0}.filters-panel{margin:0;padding:.6rem .5rem 1.2rem 0;background:transparent;border-radius:0;box-shadow:none;border:none;position:relative;z-index:35;transition:box-shadow .2s ease;max-height:calc(100vh - var(--nav-height) - 64px);overflow-y:auto;scrollbar-width:none;pointer-events:auto}.filters-header{position:sticky;top:0;background:#f7f8fa;z-index:45}.filters-clear-btn{position:relative;z-index:50;pointer-events:auto}.filters-panel::-webkit-scrollbar{width:0;height:0}.filters-panel.is-collapsed{display:none}.filters-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding-bottom:.85rem;margin-bottom:.85rem;border-bottom:1px solid #111111}.filters-header h2{margin:0;font-size:.85rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#111}.filters-header p{margin:.35rem 0 0;font-size:.75rem;color:#6b7280}.filters-clear-btn{border:1px solid #111111;background:#fff;color:#111;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.35rem .6rem;cursor:pointer}.filters-grid{display:grid;grid-template-columns:1fr;gap:.95rem}.filter-control{padding:.5rem .7rem;height:38px;border:1px solid #111111;border-radius:0;font-size:.88rem;line-height:1.2;color:#111827;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.filter-accordion{border-bottom:1px solid #111111;padding:.55rem 0}.filter-accordion-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.75rem;border:none;background:transparent;padding:0;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#111827;cursor:pointer}.filter-accordion-icon{width:10px;height:10px;border-right:2px solid #111827;border-bottom:2px solid #111827;transform:rotate(45deg);transition:transform .2s ease}.filter-accordion.is-open .filter-accordion-icon{transform:rotate(-135deg)}.filter-accordion-body{max-height:0;opacity:0;transform:translateY(-6px);overflow:hidden;transition:max-height .25s ease,opacity .25s ease,transform .25s ease;pointer-events:none}.filter-accordion.is-open .filter-accordion-body{max-height:520px;opacity:1;transform:translateY(0);pointer-events:auto}.filter-accordion-inner{padding-top:.6rem}.filter-options{display:flex;flex-direction:column;gap:.4rem;align-items:flex-start}.filter-option-button{width:220px;max-width:100%;text-align:left;border:1px solid #111111;background:#fff;color:#111827;padding:.5rem .7rem;border-radius:0;font-size:.86rem;font-weight:600;cursor:pointer;transition:border-color .2s ease,background .2s ease,color .2s ease,transform .2s ease}.filter-option-button:hover{border-color:#111827;background:#f9fafb}.filter-option-button.is-active{border-color:#111;background:#111;color:#fff}.filter-control:hover{border-color:#111}.filter-control:focus{outline:none;border-color:#111;box-shadow:0 0 0 2px #1118271f}.filter-group--range,.filter-group--wide{grid-column:span 1}.filter-row{display:flex;gap:.6rem}.filter-row .filter-control{flex:1;min-width:0}.reset-filters-btn{height:32px;padding:0 .9rem;background:#fff;border:1px solid #111111;color:#111827;border-radius:0;font-weight:600;font-size:.78rem;cursor:pointer;transition:background .2s ease,border-color .2s ease}.reset-filters-btn:hover{background:#f3f4f6;border-color:#111}.listings-results{width:100%;margin:0;padding:0 0 .5rem;box-sizing:border-box}.results-count{font-size:.95rem;color:#6b7280;margin-bottom:1.1rem}.loading-state{text-align:center;padding:3rem;font-size:1.1rem;color:#6b7280}.empty-state{max-width:600px;margin:4rem auto;text-align:center;padding:3rem;background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000000d}.empty-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.reset-button{padding:.75rem 1.5rem;background:linear-gradient(135deg,#7c3aed,#6d28d9);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease}.reset-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #7c3aed40}.similar-toggle{display:flex;align-items:center;gap:.9rem;flex-wrap:wrap;margin-bottom:1.5rem}.similar-toggle-btn{padding:.65rem 1.15rem;border-radius:999px;border:1px solid rgba(124,58,237,.45);background:#7c3aed1f;color:#4c1d95;font-weight:700;cursor:pointer;transition:all .2s ease}.similar-toggle-btn:hover{background:#7c3aed33;transform:translateY(-1px)}.similar-hint{font-size:.9rem;color:#6b7280}.similar-results{margin-top:2rem}.similar-results--after-end{margin-top:2.4rem;padding-top:1.4rem;border-top:1px solid #e5e7eb}.similar-title{font-size:1.1rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.similar-subtitle{margin:-.35rem 0 1rem;font-size:.9rem;color:#6b7280}.similar-results--after-end .listings-products-grid{display:flex;flex-wrap:nowrap;gap:1rem;overflow-x:auto;overflow-y:hidden;padding:.2rem .1rem .55rem;scroll-snap-type:x proximity}.similar-results--after-end .product-card-wrapper{flex:0 0 clamp(210px,23vw,280px);min-width:clamp(210px,23vw,280px);scroll-snap-align:start}.listings-products-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.4rem;row-gap:.5rem;width:100%;box-sizing:border-box}.product-card-wrapper{position:relative;overflow:hidden;min-width:0}.listings-products-grid .product-card{width:100%;max-width:none;min-width:0;flex:initial}.favorite-btn{position:absolute;top:10px;right:10px;width:40px;height:40px;background:#fffffff2;border:none;border-radius:50%;font-size:1.2rem;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #0000001a;z-index:10}.favorite-btn:hover{transform:scale(1.1);box-shadow:0 4px 12px #00000026}@media(max-width:1024px){.listings-layout{padding-left:0;grid-template-columns:1fr;gap:1.5rem}.listings-sidebar{position:static;width:auto;height:auto;max-height:none;padding-right:0;border-right:none}.listings-products-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.listings-container{padding:1.1rem .9rem 1.4rem}.listings-header{margin-bottom:1.1rem;padding:0;gap:.75rem}.listings-title{font-size:1.6rem}.search-term-banner{font-size:.78rem;padding:.3rem .6rem}.listings-header{flex-direction:column;align-items:flex-start}.toggle-filters-btn{width:100%;padding:.75rem 1rem;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;border-radius:4px;background:#111;border:1px solid #111111;box-shadow:none;transform:none}.listings-layout{grid-template-columns:1fr;gap:1.2rem;padding:0}.listings-sidebar{position:static;height:auto;padding-right:0;border-right:none}.filters-panel{padding:.85rem .9rem;border-radius:0;background:#fff;border:1px solid #111111;max-height:none;overflow:visible}.filters-header{border-bottom:1px solid #111111;background:#fff}.filter-accordion-toggle{font-size:.68rem}.filter-option-button{width:100%}.results-count{font-size:.92rem;margin-bottom:.9rem}.listings-products-grid{grid-template-columns:repeat(2,1fr);gap:1rem;row-gap:.35rem}.similar-toggle{gap:.6rem}}@media(max-width:480px){.listings-container{padding:.9rem .75rem 1.2rem}.listings-title{font-size:1.45rem}.search-term-banner{font-size:.72rem;padding:.28rem .55rem}.filters-panel{padding:.75rem;border-radius:0}.filter-control{padding:.45rem .55rem;font-size:.8rem}.empty-state{margin:2.5rem auto;padding:2rem 1.4rem}.empty-state h2{font-size:1.2rem}.empty-state p{font-size:.92rem}.listings-products-grid{row-gap:.35rem}}@media(min-width:1200px){.listings-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1480px){.listings-products-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(min-width:769px){.toggle-filters-btn{display:none}.filters-panel.is-collapsed{display:block}}@media(min-width:1025px){.listings-header{padding-left:0;margin-bottom:.75rem}}.listings-pagination{display:flex;align-items:center;justify-content:center;gap:1rem;padding:2rem 1rem 1rem}.pagination-btn{padding:.5rem 1.25rem;border-radius:8px;border:1px solid var(--border-color, #2d2d3a);background:var(--card-bg, #1a1a2e);color:var(--text-primary, #e5e7eb);font-size:.875rem;cursor:pointer;transition:background .2s,border-color .2s}.pagination-btn:hover:not(:disabled){background:var(--accent, #6d28d9);border-color:var(--accent, #6d28d9);color:#fff}.pagination-btn:disabled{opacity:.35;cursor:not-allowed}.pagination-info{font-size:.9rem;color:var(--text-secondary, #9ca3af);min-width:60px;text-align:center}.profile-container{--profile-content-max-width: 1000px;min-height:calc(100vh - var(--nav-height));background:#f8fafc;transition:background .3s ease;overflow-x:hidden}.profile-hero,.profile-stats-bar,.profile-body,.profile-products-section{width:min(calc(100% - 4rem),var(--profile-content-max-width));box-sizing:border-box}.profile-container.theme-dark{background:#0f172a;color:#fff}.profile-banner{width:100%;height:260px;background:linear-gradient(135deg,#6366f1,#a855f7,#ec4899);background-size:cover;background-position:center;position:relative}.banner-actions{position:absolute;bottom:1.5rem;right:2rem}.banner-upload-btn{padding:.5rem 1.25rem;background:#fff3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.3);border-radius:12px;color:#fff;font-size:.85rem;font-weight:700;cursor:pointer;transition:all .2s}.banner-upload-btn:hover{background:#ffffff4d;transform:translateY(-2px)}.profile-hero{max-width:none;margin:-80px auto 0;padding:0;display:flex;align-items:flex-end;gap:2rem;position:relative;z-index:10}.profile-avatar-wrap{position:relative;flex-shrink:0}.profile-avatar-img,.profile-avatar-initials{width:140px;height:140px;border-radius:32px;border:6px solid white;box-shadow:0 10px 25px #0000001a;object-fit:cover}.theme-dark .profile-avatar-img,.theme-dark .profile-avatar-initials{border-color:#1e293b}.profile-avatar-initials{background:linear-gradient(135deg,#6366f1,#a855f7);display:flex;align-items:center;justify-content:center;font-size:3rem;font-weight:800;color:#fff}.avatar-upload-btn{position:absolute;bottom:8px;right:8px;width:32px;height:32px;background:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#6366f1;box-shadow:0 4px 10px #0000001a;transition:transform .2s}.avatar-upload-btn:hover{transform:scale(1.1)}.hero-text-shield{background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.25rem 1.75rem;border-radius:24px;border:1px solid rgba(255,255,255,.5);box-shadow:0 4px 20px #0000000d;margin-bottom:-10px}.theme-dark .hero-text-shield{background:#1e293bcc;border-color:#ffffff1a}.profile-username-title{font-size:2.25rem;font-weight:900;color:#1e293b;margin:0 0 .25rem;letter-spacing:-.03em}.theme-dark .profile-username-title{color:#f1f5f9}.profile-meta-row{display:flex;gap:1rem;margin-bottom:.75rem}.profile-meta-chip{display:flex;align-items:center;gap:.4rem;font-size:.85rem;color:#64748b;font-weight:600}.profile-bio{font-size:.95rem;color:#475569;margin:0;line-height:1.5;max-width:500px}.theme-dark .profile-bio{color:#94a3b8}.profile-stats-bar{max-width:none;margin:2rem auto 0;padding:0;display:flex;background:#fff;border-radius:24px;box-shadow:0 4px 20px #00000008;border:1px solid #f1f5f9}.theme-dark .profile-stats-bar{background:#1e293b;border-color:#334155}.stat-item{flex:1;display:flex;flex-direction:column;align-items:center;padding:1.5rem 0}.stat-number{font-size:1.75rem;font-weight:800;color:#0f172a;letter-spacing:-.02em}.review-stat-number{color:#f59e0b}.theme-dark .stat-number{color:#f8fafc}.stat-label{font-size:.75rem;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.1em;margin-top:.25rem}.stat-meta{margin-top:.2rem;color:#94a3b8;font-size:.78rem;font-weight:600}.stat-divider{width:1px;height:40px;background:#f1f5f9;align-self:center}.theme-dark .stat-divider{background:#334155}.profile-body{max-width:none;margin:1.5rem auto 0;padding:0}.account-card{background:radial-gradient(110% 120% at 0% 0%,rgba(99,102,241,.06),transparent 55%),#fff;border-radius:24px;padding:1.4rem 1.5rem 1.2rem;border:1px solid #e2e8f0;box-shadow:0 10px 28px #0f172a0d}.theme-dark .account-card{background:radial-gradient(130% 120% at 0% 0%,rgba(99,102,241,.14),transparent 55%),#1e293b;border-color:#334155}.card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.05rem;gap:1rem}.card-title{font-size:1rem;font-weight:800;color:#0f172a;letter-spacing:-.01em;margin:0}.theme-dark .card-title{color:#f1f5f9}.card-subtitle{margin:.18rem 0 0;color:#64748b;font-size:.82rem;font-weight:600}.theme-dark .card-subtitle{color:#94a3b8}.account-dashboard-grid{display:flex;flex-direction:column;gap:1rem}.profile-info-banner{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem;padding:1rem 1.1rem;border:1px solid #fdba74;border-radius:16px;background:linear-gradient(180deg,#fff7ed,#fffbeb)}.profile-info-banner strong{display:block;color:#9a3412;font-size:.92rem;font-weight:800}.profile-info-banner p{margin:.25rem 0 0;color:#9a3412;font-size:.84rem;line-height:1.5}.profile-info-banner-btn{flex-shrink:0;min-height:40px;padding:0 1rem;border:1px solid #fdba74;border-radius:999px;background:#ffffffe6;color:#9a3412;font-size:.76rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;cursor:pointer}.profile-info-banner-btn:hover{background:#fff;border-color:#fb923c}.theme-dark .profile-info-banner{border-color:#fb923c4d;background:linear-gradient(180deg,#9a341229,#78350f1f)}.theme-dark .profile-info-banner strong,.theme-dark .profile-info-banner p,.theme-dark .profile-info-banner-btn{color:#fdba74}.theme-dark .profile-info-banner-btn{background:#0f172ab8;border-color:#fb923c47}.theme-dark .profile-info-banner-btn:hover{background:#0f172aeb;border-color:#fb923c6b}.account-summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem}.account-info-card{background:#f8fafceb;border:1px solid #e2e8f0;border-radius:14px;padding:.85rem .95rem;display:flex;flex-direction:column;gap:.35rem;min-width:0}.theme-dark .account-info-card{background:#0f172a;border-color:#334155}.dashboard-item{display:flex;flex-direction:column;gap:.4rem}.dash-label{font-size:.75rem;font-weight:700;color:#64748b}.dash-value{font-size:.96rem;font-weight:700;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.theme-dark .dash-value{color:#f1f5f9}.earned-dash-value{color:#10b981}.theme-dark .earned-dash-value{color:#34d399}.dashboard-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.15rem;padding-top:1rem;border-top:1px solid #e2e8f0}.theme-dark .dashboard-actions{border-top-color:#334155}.dash-btn{position:relative;padding:.75rem 1.5rem;border-radius:12px;font-weight:700;font-size:.9rem;cursor:pointer;border:none;transition:all .2s}.dash-btn.orders{background:#6366f1;color:#fff}.dash-btn.offers{background:#0ea5e9;color:#fff}.dash-btn.messages{background:#14b8a6;color:#fff}.dash-btn.payments{background:#111827;color:#fff}.dash-btn.signout{background:#fff;color:#ef4444;margin-left:auto;border:1px solid #fecaca}.payments-info-card{gap:.55rem}.payments-link-btn{align-self:flex-start;border:none;border-radius:999px;padding:.45rem .85rem;background:#111827;color:#fff;font-size:.7rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;cursor:pointer}.payments-link-btn:hover{opacity:.9}.dash-badge{position:absolute;top:-8px;right:-8px;min-width:18px;height:18px;border-radius:999px;background:#ef4444;color:#fff;font-size:.68rem;font-weight:800;line-height:18px;text-align:center;padding:0 4px;border:2px solid #ffffff}.theme-dark .dash-badge{border-color:#1e293b}.dash-btn:hover{transform:translateY(-2px);filter:brightness(1.1)}.dash-btn.signout:hover{background:#fee2e2;filter:none}.profile-products-section{max-width:none;margin:3rem auto;padding:0;box-sizing:border-box;min-height:50vh}.products-section-title{font-size:1.25rem;font-weight:800;margin:0}.profile-products-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem}.profile-products-controls{display:flex;align-items:center;gap:.75rem}.profile-sold-toggle-btn{height:38px;border-radius:10px;border:1.5px solid #cbd5e1;background:#fff;color:#334155;font-size:.85rem;font-weight:700;padding:0 .9rem;cursor:pointer;transition:border-color .2s ease,background .2s ease,color .2s ease}.profile-sold-toggle-btn.active{border-color:#6366f1;background:#eef2ff;color:#4338ca}.profile-item-count{color:#94a3b8;font-weight:600}.theme-dark .profile-sold-toggle-btn{background:#0f172a;border-color:#334155;color:#cbd5e1}.theme-dark .profile-sold-toggle-btn.active{background:#6366f12e;border-color:#818cf8;color:#c7d2fe}.profile-empty-state{border:1px dashed #cbd5e1;border-radius:18px;background:radial-gradient(110% 120% at 0% 0%,rgba(99,102,241,.12),transparent 55%),#fff;padding:2rem 1.2rem;text-align:center;margin-bottom:1.5rem}.profile-empty-icon{font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#4f46e5;border:1px solid #c7d2fe;background:#eef2ff;border-radius:999px;padding:.2rem .55rem;display:inline-block;margin-bottom:.5rem}.profile-empty-state h3{margin:0;color:#0f172a;font-size:1.2rem}.profile-empty-state p{margin:.55rem auto 1rem;color:#64748b;max-width:460px}.profile-empty-cta{border:none;background:#0f172a;color:#fff;border-radius:11px;padding:.62rem 1rem;font-weight:700}.profile-products-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem;width:100%;box-sizing:border-box}.profile-products-grid .product-wrapper{min-width:0}.profile-products-grid .product-wrapper.is-editing{grid-column:1 / -1}.profile-products-grid .product-card{width:100%;max-width:none;flex:initial;height:100%;box-shadow:none}.profile-products-grid .product-card:hover{box-shadow:none}@media(max-width:1024px){.profile-products-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.profile-products-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.profile-products-grid{grid-template-columns:1fr}}.product-display{background:#fff;border-radius:20px;padding:0;border:1px solid #f1f5f9;position:relative;transition:all .3s;overflow:hidden;display:flex;flex-direction:column}.theme-dark .product-display{background:#1e293b;border-color:#334155}.product-display.is-kabany{background:radial-gradient(circle at top right,rgba(250,204,21,.14),transparent 34%),linear-gradient(180deg,#08111c,#0f172a 42%,#10224d);border-color:#2563eb33;box-shadow:0 18px 36px #0206171f;overflow:hidden}.theme-dark .product-display.is-kabany{background:radial-gradient(circle at top right,rgba(250,204,21,.14),transparent 34%),linear-gradient(180deg,#08111c,#0f172a 42%,#10224d);border-color:#2563eb33}.product-display.has-actions .product-card{border-radius:20px 20px 0 0}.product-display.has-actions .product-card:not(.kabany-pick-card){border-bottom:none}.product-display.has-actions .product-card:not(.kabany-pick-card) .product-image-container{border-radius:20px 20px 0 0}.product-display.has-actions .product-card.kabany-pick-card{border-bottom-left-radius:0;border-bottom-right-radius:0}.product-display.has-actions.is-kabany .product-card.kabany-pick-card{border-radius:20px 20px 0 0}.product-display.has-actions .product-card.kabany-pick-card .product-info{border-bottom-left-radius:0;border-bottom-right-radius:0}.product-display.has-actions.is-kabany .product-card.kabany-pick-card .product-image-container{border-radius:20px 20px 0 0}.product-display.has-actions.is-kabany .product-card.kabany-pick-card .product-info{border-radius:0}.profile-product-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;margin-top:0;padding:.95rem 1rem 1rem;border-top:1px solid #eef2ff;background:#fff}.profile-product-actions-kabany{position:relative;border-top:none;margin-top:-1px;background:radial-gradient(130% 180% at 0% 100%,rgba(250,204,21,.08),transparent 56%),radial-gradient(120% 180% at 100% 0%,rgba(29,78,216,.06),transparent 50%),linear-gradient(180deg,#070e1bf5,#08101ffa 34%,#070e1b);overflow:hidden}.profile-product-actions-kabany:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.03),transparent 22%),linear-gradient(90deg,rgba(255,255,255,.03),transparent 28%,transparent 74%,rgba(250,204,21,.04));pointer-events:none}.profile-product-actions-kabany:after{content:"";position:absolute;left:0;right:0;top:0;height:34px;background:linear-gradient(180deg,#0f172a00,#0f172a2e);opacity:.9;pointer-events:none}.theme-dark .profile-product-actions{background:#1e293b;border-top-color:#334155}.theme-dark .profile-product-actions-kabany{background:radial-gradient(130% 180% at 0% 100%,rgba(250,204,21,.08),transparent 56%),radial-gradient(120% 180% at 100% 0%,rgba(29,78,216,.06),transparent 50%),linear-gradient(180deg,#070e1bf5,#08101ffa 34%,#070e1b)}.product-display.is-active .profile-product-actions{opacity:0;transform:translateY(6px);pointer-events:none;transition:opacity .2s ease,transform .2s ease}.product-display.is-active:hover .profile-product-actions{opacity:1;transform:translateY(0);pointer-events:auto}.edit-button,.delete-button{flex:1;padding:.6rem;border-radius:10px;font-weight:700;font-size:.8rem;cursor:pointer;border:none;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease,color .18s ease,border-color .18s ease}.edit-button{background:#6366f1;color:#fff}.delete-button{background:#fee2e2;color:#ef4444}.edit-button:hover,.delete-button:hover{transform:translateY(-1px)}.profile-product-actions-kabany .edit-button,.profile-product-actions-kabany .delete-button{position:relative;z-index:1;min-height:44px;border-radius:14px;border:1px solid rgba(148,163,184,.12);font-size:.76rem;letter-spacing:.08em;text-transform:uppercase;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.profile-product-actions-kabany .edit-button{border-color:#60a5fa24;background:linear-gradient(180deg,#2563eb1f,#0f172a6b);color:#dbeafe;box-shadow:0 8px 18px #0f172a1f}.profile-product-actions-kabany .edit-button:hover{border-color:#60a5fa33;background:linear-gradient(180deg,#2563eb29,#0f172a7a);box-shadow:0 10px 20px #0f172a24}.profile-product-actions-kabany .delete-button{border-color:#facc1524;background:linear-gradient(180deg,#f59e0b14,#0f172a66);color:#fcd34d}.profile-product-actions-kabany .delete-button:hover{background:linear-gradient(180deg,#f59e0b1f,#0f172a75);border-color:#facc1533;color:#fde68a}@media(max-width:768px){*,*:before,*:after{box-sizing:border-box}.profile-container{padding-bottom:2rem}.profile-banner{height:200px}.profile-hero,.profile-stats-bar,.profile-body,.profile-products-section{width:calc(100% - 32px);margin-left:auto;margin-right:auto}.dashboard-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;justify-items:stretch;align-items:stretch}.dash-btn{width:100%;border-radius:10px;white-space:normal;padding:8px;font-size:.68rem;min-height:38px;letter-spacing:.02em;text-transform:none;background:#f8fafc;color:#0f172a;border:1px solid #e2e8f0;box-shadow:none;display:inline-flex;align-items:center;justify-content:center;gap:.35rem;text-align:center;line-height:1.15;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.dash-btn.orders,.dash-btn.offers,.dash-btn.messages,.dash-btn.payments{background:#6366f114;color:#1e293b;border-color:#6366f138}.dash-btn.offers{background:#0ea5e914;border-color:#0ea5e938}.dash-btn.messages{background:#14b8a614;border-color:#14b8a638}.dash-btn.payments{background:#0f172a0f;border-color:#0f172a33}.dash-btn.signout{grid-column:1 / -1;border-radius:10px;background:#ef44440f;color:#b91c1c;border-color:#ef444438}.account-info-card,.dash-value,.card-subtitle{word-wrap:break-word;overflow-wrap:break-word}.account-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.profile-hero{flex-direction:column;align-items:center;text-align:center;gap:.9rem;margin-top:-48px}.hero-text-shield{margin-top:.4rem;padding:.85rem 1rem;border-radius:18px;width:100%;max-width:100%;box-shadow:0 6px 18px #0f172a0f}.profile-avatar-img,.profile-avatar-initials{width:104px;height:104px;border-radius:22px;border-width:4px}.profile-username-title{font-size:1.45rem}.profile-meta-row{justify-content:center;flex-wrap:wrap;gap:.5rem;margin-bottom:.4rem}.profile-meta-chip{font-size:.78rem}.profile-bio{font-size:.85rem}.profile-stats-bar{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:10px;margin:.6rem auto 0;border-radius:18px}.stat-item{padding:.6rem 0}.stat-number{font-size:1.15rem}.stat-label{font-size:.6rem;letter-spacing:.08em;margin-top:.15rem}.stat-meta{font-size:.65rem;margin-top:.1rem}.stat-divider{display:none}.dash-btn.signout{margin-left:0}.profile-body{margin-top:1rem}.account-card{padding:1rem;border-radius:18px;box-shadow:0 8px 20px #0f172a0d}.card-header{margin-bottom:.75rem}.card-title{font-size:.95rem}.card-subtitle{font-size:.78rem}.profile-products-header{flex-direction:column;align-items:flex-start;margin-bottom:.75rem}.products-section-title{font-size:1.05rem}.profile-products-controls{gap:.5rem}.profile-sold-toggle-btn{height:34px;font-size:.78rem;padding:0 .75rem}.profile-info-banner{flex-direction:column;align-items:flex-start;padding:.8rem .9rem;border-radius:14px;margin-bottom:.75rem}.profile-info-banner-btn{width:100%}.profile-product-actions{display:flex;flex-direction:row;gap:8px;padding:.75rem .8rem .85rem}.profile-product-actions .edit-button,.profile-product-actions .delete-button{flex:1;min-height:40px;font-size:.82rem;border-radius:12px}.product-display.is-active .profile-product-actions{opacity:1;transform:translateY(0);pointer-events:auto}.profile-products-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:100%;max-width:100vw;box-sizing:border-box}.account-dashboard-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.account-info-card{padding:.65rem .7rem;border-radius:12px}.account-info-card .dash-value,.account-info-card .card-subtitle,.account-info-card .dash-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dash-label{font-size:.62rem;letter-spacing:.06em}.dash-value{font-size:.86rem}.edit-profile-btn{padding:6px 8px;font-size:.7rem;border-radius:10px;min-height:30px;border:1px solid #e2e8f0;background:#fff;color:#0f172a}.profile-info-banner-btn{min-height:32px;font-size:.68rem;letter-spacing:.06em;border-radius:999px;border:1px solid #fdba74;background:transparent;color:#9a3412}}@media(max-width:560px){.profile-banner{height:190px}.profile-hero,.profile-stats-bar,.profile-body,.profile-products-section{width:min(calc(100% - 2rem),var(--profile-content-max-width))}.profile-hero{margin-top:-50px}.profile-username-title{font-size:1.55rem}.profile-meta-chip{font-size:.78rem}.stat-item{padding:1rem 0}.account-summary-grid{grid-template-columns:1fr}.profile-products-controls{width:100%;justify-content:space-between}}.profile-edit-form{margin-top:.5rem;padding:2rem;border:1.5px solid #e2e8f0;border-radius:20px;background:radial-gradient(120% 120% at 0% 0%,rgba(99,102,241,.08),transparent 55%),radial-gradient(120% 120% at 100% 100%,rgba(236,72,153,.07),transparent 55%),#fff;box-shadow:0 8px 24px #0000000f;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.theme-dark .profile-edit-form{border-color:#334155;background:radial-gradient(130% 120% at 0% 0%,rgba(99,102,241,.18),transparent 55%),radial-gradient(120% 120% at 100% 100%,rgba(236,72,153,.14),transparent 55%),#0b1221;box-shadow:0 8px 24px #0000004d}.edit-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;margin-bottom:1.5rem}.edit-form-grid .input-group:first-child{grid-column:1 / -1}.profile-edit-form .input-group{display:flex;flex-direction:column;gap:.5rem}.profile-edit-form .input-group label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#475569;margin-bottom:.25rem}.theme-dark .profile-edit-form .input-group label{color:#94a3b8}.profile-edit-form .input-group input,.profile-edit-form .input-group textarea,.profile-edit-form .input-group select{width:100%;border:1.2px solid #dbe2ea;border-radius:14px;background:#fff;color:#0f172a;padding:.875rem 1rem;font-size:.95rem;font-family:inherit;transition:all .3s ease;outline:none}.profile-edit-form .input-group textarea{resize:vertical;min-height:120px;font-family:inherit}.profile-edit-form .input-group input::placeholder,.profile-edit-form .input-group textarea::placeholder{color:#94a3b8}.profile-edit-form .input-group input:hover,.profile-edit-form .input-group textarea:hover,.profile-edit-form .input-group select:hover{border-color:#cbd5e1}.profile-edit-form .input-group input:focus,.profile-edit-form .input-group textarea:focus,.profile-edit-form .input-group select:focus{border-color:#6366f1;box-shadow:0 0 0 5px #6366f11f,0 4px 12px #6366f126;background:#fff;transform:translateY(-1px)}.theme-dark .profile-edit-form .input-group input,.theme-dark .profile-edit-form .input-group textarea,.theme-dark .profile-edit-form .input-group select{border-color:#334155;background:#0f172a;color:#e2e8f0}.theme-dark .profile-edit-form .input-group input::placeholder,.theme-dark .profile-edit-form .input-group textarea::placeholder{color:#64748b}.theme-dark .profile-edit-form .input-group input:hover,.theme-dark .profile-edit-form .input-group textarea:hover,.theme-dark .profile-edit-form .input-group select:hover{border-color:#475569}.theme-dark .profile-edit-form .input-group input:focus,.theme-dark .profile-edit-form .input-group textarea:focus,.theme-dark .profile-edit-form .input-group select:focus{border-color:#818cf8;box-shadow:0 0 0 5px #818cf826,0 4px 12px #818cf81a;background:#111c31;transform:translateY(-1px)}.profile-edit-actions{display:flex;justify-content:flex-end;align-items:center;gap:1rem;padding-top:1.5rem;border-top:1px solid #e2e8f0;margin-top:2rem}.theme-dark .profile-edit-actions{border-top-color:#334155}.save-profile-btn,.cancel-profile-btn{min-width:140px;height:44px;padding:0 1.25rem;border-radius:12px;font-size:.875rem;font-weight:700;letter-spacing:.025em;cursor:pointer;border:1.5px solid transparent;transition:all .3s ease}.more-settings-btn{margin-right:auto;background:transparent;border:none;color:#9ca3af;font-weight:700;font-size:.95rem;cursor:pointer;padding:.5rem .25rem}.more-settings-btn:hover{color:#6b7280}.save-profile-btn{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);box-shadow:0 10px 28px #6366f140}.save-profile-btn:hover{transform:translateY(-2px);box-shadow:0 14px 32px #6366f159}.save-profile-btn:active{transform:translateY(0)}.cancel-profile-btn{background:#fff;border-color:#cbd5e1;color:#475569;font-weight:600}.cancel-profile-btn:hover{background:#f1f5f9;border-color:#94a3b8;color:#1e293b}.cancel-profile-btn:active{background:#e2e8f0}.theme-dark .cancel-profile-btn{background:#111c31;border-color:#334155;color:#cbd5e1}.theme-dark .cancel-profile-btn:hover{background:#0f172a;border-color:#475569;color:#e2e8f0}.theme-dark .cancel-profile-btn:active{background:#0b0f1a}@media(max-width:768px){.profile-edit-form{padding:1.5rem}.edit-form-grid{grid-template-columns:1fr;gap:1rem}.profile-edit-actions{flex-direction:column-reverse;gap:.75rem}.save-profile-btn,.cancel-profile-btn{width:100%}}.inline-product-edit{margin-top:1rem;border:1px solid #d9e0ee;border-radius:16px;background:radial-gradient(120% 90% at 100% 0%,rgba(99,102,241,.07),transparent 55%),#fff;box-shadow:0 12px 28px #0f172a0f;overflow:hidden}.theme-dark .inline-product-edit{background:radial-gradient(120% 90% at 100% 0%,rgba(99,102,241,.16),transparent 55%),#111c2f;border-color:#2f3f5b;box-shadow:0 14px 28px #02061759}.inline-edit-header{padding:1rem 1.1rem .8rem;border-bottom:1px solid #ecf1f8}.theme-dark .inline-edit-header{border-bottom-color:#334155}.inline-edit-title{margin:0;font-size:1rem;font-weight:800;color:#0f172a;letter-spacing:-.01em}.theme-dark .inline-edit-title{color:#f1f5f9}.inline-edit-note{margin:.35rem 0 0;font-size:.82rem;font-weight:600;color:#64748b}.inline-edit-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.15rem;padding:1.2rem 1.3rem}.inline-edit-grid .input-group{display:flex;flex-direction:column;gap:.4rem}.inline-edit-grid .input-group label{margin-left:1px;font-size:.7rem;font-weight:800;color:#64748b;text-transform:uppercase;letter-spacing:.08em}.inline-description-field{grid-column:1 / -1}.inline-edit-grid input,.inline-edit-grid textarea{width:100%;box-sizing:border-box;min-height:42px;border:1px solid #cfd8e7;border-radius:10px;background:#fff;color:#0f172a;padding:.68rem .78rem;font-size:.92rem;font-family:inherit;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.inline-edit-grid textarea{min-height:102px;resize:vertical}.inline-edit-grid input::placeholder,.inline-edit-grid textarea::placeholder{color:#9ca3af}.inline-edit-grid input:focus,.inline-edit-grid textarea:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.theme-dark .inline-edit-grid input,.theme-dark .inline-edit-grid textarea{background:#0f172a;border-color:#334155;color:#f1f5f9}.theme-dark .inline-edit-grid input::placeholder,.theme-dark .inline-edit-grid textarea::placeholder{color:#64748b}.theme-dark .inline-edit-grid input:focus,.theme-dark .inline-edit-grid textarea:focus{border-color:#818cf8;box-shadow:0 0 0 3px #818cf829}.inline-edit-actions{display:flex;justify-content:flex-end;align-items:center;gap:.9rem;padding:1rem 1.3rem 1.2rem;border-top:1px solid #ecf1f8}.theme-dark .inline-edit-actions{border-top-color:#334155}.inline-save-btn,.inline-cancel-btn{min-height:38px;border-radius:10px;padding:0 .9rem;font-size:.79rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;border:1px solid transparent;transition:all .2s ease}.inline-save-btn{background:#0f172a;color:#fff;border-color:#0f172a}.inline-save-btn:hover{background:#1f2937;border-color:#1f2937}.inline-save-btn:disabled{background:#94a3b8;border-color:#94a3b8;cursor:not-allowed}.inline-cancel-btn{background:#fff;color:#334155;border-color:#cfd8e7}.inline-cancel-btn:hover{background:#f8fafc;border-color:#94a3b8}.theme-dark .inline-cancel-btn{background:#0f172a;color:#cbd5e1;border-color:#334155}@media(max-width:600px){.inline-edit-grid{grid-template-columns:1fr}.inline-description-field{grid-column:auto}.inline-edit-actions{flex-direction:column-reverse}.inline-save-btn,.inline-cancel-btn{width:100%}}@keyframes profile-shimmer{0%{background-position:-700px 0}to{background-position:700px 0}}.profile-skel-bar{border-radius:8px;background:linear-gradient(90deg,#e2e8f0 25%,#f1f5f9,#e2e8f0 75%);background-size:700px 100%;animation:profile-shimmer 1.4s infinite linear}.profile-skeleton-page{min-height:calc(100vh - var(--nav-height, 64px));background:#f8fafc;overflow-x:hidden;display:flex;flex-direction:column;align-items:center}.profile-skel-banner{width:100%;height:260px;background:linear-gradient(90deg,#dde4f0 25%,#eef2f9,#dde4f0 75%);background-size:700px 100%;animation:profile-shimmer 1.4s infinite linear;flex-shrink:0}.profile-skel-hero{width:min(calc(100% - 4rem),1000px);display:flex;align-items:flex-end;gap:2rem;margin-top:-80px;position:relative;z-index:10}.profile-skel-avatar{flex-shrink:0;width:140px;height:140px;border-radius:32px;border:6px solid white;box-shadow:0 10px 25px #00000014;background:linear-gradient(90deg,#e2e8f0 25%,#f1f5f9,#e2e8f0 75%);background-size:700px 100%;animation:profile-shimmer 1.4s infinite linear}.profile-skel-hero-text{background:#ffffffd9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.5);border-radius:24px;padding:1.25rem 1.75rem;margin-bottom:-10px;display:flex;flex-direction:column;gap:.75rem;flex:1;max-width:420px}.profile-skel-name{height:36px;width:55%}.profile-skel-meta{height:16px;width:70%}.profile-skel-bio{height:14px;width:85%}.profile-skel-stats{width:min(calc(100% - 4rem),1000px);margin-top:2rem;display:flex;background:#fff;border-radius:24px;box-shadow:0 4px 20px #00000008;border:1px solid #f1f5f9;overflow:hidden}.profile-skel-stat-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.6rem;padding:1.5rem 0;border-right:1px solid #f1f5f9}.profile-skel-stat-item:last-child{border-right:none}.profile-skel-stat-num{height:28px;width:40px}.profile-skel-stat-label{height:12px;width:55px}.profile-skel-card{width:min(calc(100% - 4rem),1000px);margin-top:1.5rem;background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:1.4rem 1.5rem;box-shadow:0 10px 28px #0f172a0a;display:flex;flex-direction:column;gap:1.25rem}.profile-skel-card-title{height:20px;width:200px}.profile-skel-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem}.profile-skel-info-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:.85rem .95rem;display:flex;flex-direction:column;gap:.5rem}.profile-skel-info-label{height:12px;width:60%}.profile-skel-info-value{height:18px;width:80%}.profile-skel-actions{display:flex;flex-wrap:wrap;gap:1rem;padding-top:1rem;border-top:1px solid #e2e8f0}.profile-skel-btn{height:42px;width:130px;border-radius:12px;background:linear-gradient(90deg,#e2e8f0 25%,#f1f5f9,#e2e8f0 75%);background-size:700px 100%;animation:profile-shimmer 1.4s infinite linear}.profile-skel-grid{width:min(calc(100% - 4rem),1000px);margin:2rem 0 3rem;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem}@media(max-width:1024px){.profile-skel-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.profile-skel-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.profile-skel-grid{grid-template-columns:1fr}}.profile-skel-product-card{border-radius:20px;overflow:hidden;background:#fff;border:1px solid #f1f5f9}.profile-skel-product-img{width:100%;aspect-ratio:3/4;background:linear-gradient(90deg,#e2e8f0 25%,#f1f5f9,#e2e8f0 75%);background-size:700px 100%;animation:profile-shimmer 1.4s infinite linear}.profile-skel-product-info{padding:.9rem 1rem;display:flex;flex-direction:column;gap:.5rem}.profile-skel-product-title{height:16px;width:75%}.profile-skel-product-price{height:20px;width:40%}.sell-page-container{--sell-bg: #f8fafc;--sell-surface: #ffffff;--sell-surface-strong: #ffffff;--sell-border: #f3f4f6;--sell-border-strong: #f3f4f6;--sell-text: #111827;--sell-muted: #6b7280;--sell-accent: #693fe9;--sell-accent-soft: #f5f3ff;--sell-danger: #991b1b;--sell-danger-bg: #fff4f4;--sell-radius-xl: 24px;--sell-radius-lg: 24px;--sell-radius-md: 16px;--sell-shadow: 0 2px 12px rgba(0, 0, 0, .04);min-height:calc(100vh - 72px);padding:clamp(1.2rem,2.4vw,2.75rem);background:var(--sell-bg);font-family:Avenir Next,Helvetica Neue,Segoe UI,sans-serif;overflow-x:hidden}.sell-hero{max-width:960px;margin:0 auto}.sell-hero-inner{padding:0;border:none;border-radius:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.sell-page-header{display:grid;gap:.7rem;margin-bottom:1.5rem}.sell-eyebrow{margin:0;font-size:11px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;color:var(--sell-accent)}.sell-title{margin:0;font-size:clamp(2rem,4vw,42px);font-weight:900;letter-spacing:-1px;line-height:1.1;color:var(--sell-text)}.sell-subtitle{margin:0;max-width:58ch;color:var(--sell-muted);font-size:1rem;line-height:1.7}.sell-header-note{margin:.15rem 0 0;max-width:560px;color:var(--sell-muted);font-size:15px;line-height:1.6}.sell-form-wrapper{background:transparent}.sell-form{display:grid;gap:24px}.sell-section{display:grid;gap:1rem;padding:32px;border:1px solid #f3f4f6;border-radius:24px;background:#fff;box-shadow:var(--sell-shadow)}.sell-section-photos{padding-top:1.05rem}.sell-section-submit{gap:.9rem}.sell-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.sell-section-heading h3{margin:.1rem 0 0;font-size:22px;font-weight:900;letter-spacing:-.02em;color:#111827}.sell-section-heading span{max-width:32ch;color:#6b7280;font-size:.84rem;line-height:1.5;text-align:right}.sell-section-kicker{margin:0;color:#693fe9;font-size:11px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase}.verify-email-banner{display:flex;align-items:center;justify-content:space-between;gap:.9rem;padding:.95rem 1rem;border:1px solid rgba(248,113,113,.28);border-radius:var(--sell-radius-md);background:var(--sell-danger-bg)}.verify-email-banner p{margin:0;color:var(--sell-danger);font-size:.92rem;font-weight:600}.verify-email-banner-btn{min-height:40px;padding:0 .95rem;border:1px solid rgba(153,27,27,.18);border-radius:999px;background:#fffc;color:var(--sell-danger);font-size:.76rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.verify-email-banner-btn:hover{border-color:#991b1b61}.verify-email-banner-btn:disabled{opacity:.65;cursor:not-allowed}.shipment-info-banner{border-color:#f59e0b47;background:#fff9ed}.shipment-info-banner p{color:#9a3412}.shipment-info-banner .verify-email-banner-btn{border-color:#9a34122e;color:#9a3412}.shipment-info-banner .verify-email-banner-btn:hover{border-color:#9a341257}.field{display:grid;gap:.45rem}.form-label{margin:0 0 8px;color:#6b7280;font-size:11px;font-weight:800;letter-spacing:1px;text-transform:uppercase}.form-label-optional{color:#94a3b8;font-size:.64rem;font-weight:700;letter-spacing:.08em}.field-hint{color:var(--sell-muted);font-size:.76rem;line-height:1.45}.form-input,.form-textarea,.form-select{width:100%;min-height:44px;padding:10px 12px;border:1px solid #f3f4f6;border-radius:var(--sell-radius-md);background:#f9fafb;font-family:inherit;font-size:14px;color:#111827;box-sizing:border-box;transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease,transform .2s ease}.form-input::placeholder,.form-textarea::placeholder{color:#94a3b8}.form-input:focus,.form-textarea:focus,.form-select:focus{outline:none;border-color:#693fe9;background:#fff;box-shadow:0 0 0 3px #693fe914}.form-input:disabled,.form-textarea:disabled,.form-select:disabled{background:#f1f5f9d1;color:#94a3b8;cursor:not-allowed}.form-textarea{min-height:96px;resize:vertical;line-height:1.65}.form-select{appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23693FE9' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");background-repeat:no-repeat;background-position:right 14px center;background-size:14px;padding-right:40px}.price-input-wrap{position:relative}.price-input-wrap .form-input{min-height:50px;border-radius:16px;font-size:20px;font-weight:900;padding:12px 16px 12px 40px}.price-prefix{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#9ca3af;font-size:14px;font-weight:700}.sell-meta-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}.sell-spec-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem}.field-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}.sell-price-field{max-width:100%}.verification-field{padding:.95rem 1rem;border:1px solid #e5e7eb;border-radius:16px;background:#f9fafb}.sell-extra-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.sell-option-card{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.85rem;padding:20px;border:1px solid #e5e7eb;border-radius:16px;background:#f9fafb;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.sell-option-card input[type=checkbox]{appearance:none;width:18px;height:18px;border-radius:6px;border:2px solid #e5e7eb;background:#fff;display:grid;place-items:center}.sell-option-card input[type=checkbox]:after{content:"";width:8px;height:8px;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;transform:rotate(45deg);opacity:0}.sell-option-card input[type=checkbox]:checked{border-color:#693fe9;background:#693fe9}.sell-option-card input[type=checkbox]:checked:after{opacity:1}.sell-option-card:hover{border-color:#693fe94d;box-shadow:0 8px 20px #0000000d;transform:translateY(-1px)}.sell-option-card--donation:hover{border-color:#fb923c73;background:#fff7ed}.sell-option-card.is-active{border-color:#693fe94d;background:#f5f3ff}.sell-option-copy{display:grid;gap:.2rem}.sell-option-copy strong{color:#111827;font-size:.95rem;font-weight:800}.sell-option-copy span{color:#6b7280;font-size:.82rem;line-height:1.4}.sell-option-emphasis{color:#92400e;font-weight:700}.sell-option-badge{display:inline-flex;align-items:center;min-height:28px;padding:.2rem .6rem;border-radius:8px;border:none;background:#693fe9;color:#fff;font-size:.72rem;font-weight:800}.sell-option-input{display:flex;align-items:center;gap:.35rem}.sell-option-input .form-input{min-height:36px;padding:.3rem .55rem;max-width:80px;border-radius:10px}.sell-option-unit{color:#6b7280;font-size:.78rem;font-weight:700}.sell-option-card--donation .sell-option-unit{color:#92400e}.sell-option-card--donation{background:#fff7ed;border-color:#fb923c4d}.sell-option-card--donation.is-active{background:#fff7ed;border-color:#fb923c73}.sell-option-card--donation .sell-option-copy strong,.sell-option-card--donation .sell-option-copy span,.sell-option-card--donation .sell-option-emphasis{color:#92400e}.sell-option-card--donation .sell-option-input .form-input{border:1px solid #fed7aa;background:#fff7ed}.verify-request-label{display:flex;align-items:flex-start;gap:.75rem;color:#111827;font-weight:600}.verify-request-label input[type=checkbox]{margin-top:.2rem;appearance:none;width:18px;height:18px;border-radius:6px;border:2px solid #e5e7eb;background:#fff;display:grid;place-items:center}.verify-request-label input[type=checkbox]:after{content:"";width:8px;height:8px;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;transform:rotate(45deg);opacity:0}.verify-request-label input[type=checkbox]:checked{border-color:#693fe9;background:#693fe9}.verify-request-label input[type=checkbox]:checked:after{opacity:1}.verify-request-label span{display:grid;gap:.22rem;font-size:.95rem}.verify-request-label small,.auction-duration-hint{color:var(--sell-muted);font-size:.82rem;line-height:1.45}.photo-uploader-shell{display:grid;gap:.9rem}.photo-uploader-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.photo-uploader-header strong{display:block;color:var(--sell-text);font-size:1.02rem;font-weight:700;letter-spacing:-.02em}.photo-tips-link{padding:.5rem .85rem;border:1px solid rgba(105,63,233,.2);border-radius:10px;background:#f5f3ff;color:#693fe9;font-size:13px;font-weight:700;letter-spacing:.02em;text-transform:none}.photo-tips-link:hover{background:#ebe7ff;color:#5b2ee6}.photo-tips-link:disabled{opacity:.45;cursor:not-allowed}.sell-copilot-inline{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:20px 24px;border:1px solid rgba(105,63,233,.2);border-radius:16px;background:linear-gradient(135deg,#f5f3ff,#ede9fe)}.sell-copilot-inline-copy{display:grid;gap:.18rem}.sell-copilot-inline-copy strong{color:#111827;font-size:.86rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.sell-copilot-inline-copy strong:before{content:"✦";color:#693fe9;margin-right:8px;font-size:1rem}.sell-copilot-inline-copy span{color:#6b7280;font-size:.86rem;line-height:1.5}.sell-copilot-inline-btn{min-height:44px;padding:0 1.2rem;border:none;border-radius:12px;background:#693fe9;color:#fff;font-size:.76rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;box-shadow:0 4px 15px #693fe94d}.sell-copilot-inline-btn:hover{background:#5b2ee6}.sell-copilot-inline-btn:disabled{opacity:.52;cursor:not-allowed}.sell-copilot-result{display:grid;gap:.7rem;padding-top:.3rem}.sell-copilot-result-main{padding:.95rem 1rem;border:1px solid rgba(226,232,240,.9);border-radius:18px;background:#ffffffe6}.sell-copilot-result-main strong{display:block;color:var(--sell-text);font-size:.88rem;font-weight:700}.sell-copilot-result-main p{margin:.38rem 0 0;color:var(--sell-muted);font-size:.84rem;line-height:1.55}.sell-copilot-tags{display:flex;flex-wrap:wrap;gap:.45rem}.sell-copilot-tags span{display:inline-flex;align-items:center;min-height:28px;padding:.18rem .62rem;border:1px solid rgba(226,232,240,.95);border-radius:999px;background:#f8fafcf5;color:#475569;font-size:.72rem;font-weight:700}.photo-board{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(0,2.45fr);gap:.75rem}.photo-board.is-sorting .photo-slot.has-photo{cursor:grabbing}.photo-secondary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.photo-slot{position:relative;width:100%;padding:0;overflow:hidden;border:2px dashed #e5e7eb;border-radius:20px;background:#f9fafb;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background-color .18s ease}.photo-slot.featured{aspect-ratio:4 / 3;min-height:320px}.photo-slot.secondary{aspect-ratio:1 / 1;min-height:160px}.photo-slot.is-empty{display:flex;align-items:center;justify-content:center;color:var(--sell-text);cursor:pointer;flex-direction:column;gap:.65rem}.photo-slot.is-empty:hover{background:#f5f3ff;border-color:#693fe9}.photo-slot.has-photo{cursor:grab;background:#fff;border:1px solid #e5e7eb}.photo-slot.has-photo:hover{transform:translateY(-1px);box-shadow:0 10px 24px #0f172a14}.photo-slot.is-drop-target{border-color:#693fe9;box-shadow:0 0 0 3px #693fe914}.photo-slot-order,.photo-slot-label{display:block;font-size:.86rem;font-weight:700;color:#6b7280;text-align:center}.photo-slot-camera{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;background:#fff;color:#693fe9;box-shadow:0 6px 12px #0000000f}.photo-slot-camera svg{width:18px;height:18px}.photo-slot-image{width:100%;height:100%;object-fit:cover;display:block}.photo-slot-footer{position:absolute;left:0;right:0;bottom:0;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:.6rem;padding:.9rem;background:linear-gradient(180deg,#0f172a00,#0f172a80);color:#fff}.photo-slot-position{font-size:.74rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.photo-slot-drag{font-size:.68rem;font-weight:600;color:#ffffffb8}.photo-slot-remove{position:absolute;top:.8rem;right:.8rem;z-index:3;width:28px;height:28px;padding:0;border:1px solid rgba(255,255,255,.3);border-radius:999px;background:#ffffffd1;color:var(--sell-text);font-size:.82rem;font-weight:700;line-height:1;display:inline-flex;align-items:center;justify-content:center}.photo-slot-remove:hover{border-color:#ffffff7a;background:#fff}.photo-uploader-footnote{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap;color:var(--sell-muted);font-size:.78rem;font-weight:600}.submit-row{display:flex;justify-content:stretch}.form-button{width:100%;min-height:60px;padding:0 1.4rem;border:none;border-radius:16px;background:#693fe9;color:#fff;font-size:18px;font-weight:900;letter-spacing:.02em;text-transform:none;box-shadow:0 8px 25px #693fe959;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.form-button:hover{border-color:transparent;transform:translateY(-2px);box-shadow:0 12px 30px #693fe966}.form-button:disabled{opacity:.52;cursor:not-allowed;transform:none;box-shadow:none}@media(max-width:980px){.sell-meta-grid,.sell-spec-grid,.field-grid,.photo-board{grid-template-columns:1fr 1fr}.sell-extra-grid,.photo-board{grid-template-columns:1fr}.photo-slot.featured{min-height:300px}}@media(max-width:760px){.sell-page-container{padding:.9rem .8rem 1.2rem;background:#f7f7f7}.sell-hero-inner{padding:0;border-radius:0}.sell-section{padding:1rem .95rem;border-radius:16px;border-color:#e5e7eb;box-shadow:none}.sell-title{font-size:1.6rem}.sell-subtitle{font-size:.9rem}.sell-section-heading h3{font-size:1.05rem}.sell-section-heading,.photo-uploader-header,.sell-copilot-inline{flex-direction:column;align-items:stretch}.sell-section-heading span{max-width:none;text-align:left}.sell-form{gap:16px}.form-label{font-size:10px;letter-spacing:.12em}.form-input,.form-textarea,.form-select{min-height:42px;padding:9px 12px;font-size:14px;border-radius:12px;border-color:#e5e7eb;background:#fff}.form-input:focus,.form-textarea:focus,.form-select:focus{border-color:#111;box-shadow:0 0 0 2px #11111114}.price-input-wrap .form-input{min-height:48px;font-size:18px;border-radius:14px}.sell-section-heading{padding-bottom:.75rem;border-bottom:1px solid #e5e7eb}.sell-copilot-inline{padding:14px 16px;border-radius:14px;background:#fff;border:1px solid #e5e7eb}.sell-copilot-inline-btn{border-radius:12px;background:#111;box-shadow:none}.sell-meta-grid,.sell-spec-grid,.field-grid{grid-template-columns:1fr}.sell-price-field{max-width:none}.sell-copilot-inline-btn,.form-button{width:100%}.submit-row{justify-content:stretch}.sell-option-card{padding:10px 12px;border-radius:14px;background:#fff;box-shadow:none;gap:.65rem}.sell-option-card input[type=checkbox]{width:16px;height:16px;border-radius:5px}.sell-option-copy strong{font-size:.88rem}.sell-option-copy span{font-size:.76rem}.sell-option-badge{background:#111;color:#fff;min-height:24px;padding:.15rem .45rem;font-size:.65rem}.form-button{min-height:54px;font-size:16px;border-radius:14px;background:#111;box-shadow:none}.verification-field{padding:.65rem .75rem;border-radius:12px}.verify-request-label span{font-size:.85rem;gap:.15rem}.verify-request-label small{font-size:.72rem}}@media(max-width:560px){.verify-email-banner{flex-direction:column;align-items:stretch}.sell-option-card{grid-template-columns:auto 1fr;align-items:flex-start}.sell-option-badge{justify-self:flex-start}.photo-secondary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.photo-slot.secondary{min-height:132px}.photo-uploader-footnote{flex-direction:column;align-items:flex-start}}@media(max-width:480px){.sell-hero-inner{padding:0}.sell-title{font-size:1.45rem}.sell-header-note{font-size:.78rem}.photo-slot.secondary{min-height:120px}}.products-row{display:flex;flex-direction:row;gap:1.5rem;align-items:flex-start;overflow-x:auto;padding:1rem 0;scroll-behavior:smooth}.products-row::-webkit-scrollbar{height:8px}.products-row::-webkit-scrollbar-track{background:#7c3aed0d;border-radius:10px}.products-row::-webkit-scrollbar-thumb{background:linear-gradient(90deg,#7c3aed,#2563eb);border-radius:10px}.products-row::-webkit-scrollbar-thumb:hover{background:linear-gradient(90deg,#6d28d9,#1d4ed8)}.products-row.wrap{flex-wrap:wrap}.shop{padding:2.5rem 1.5rem 3rem;min-height:calc(100vh - var(--nav-height));background:linear-gradient(135deg,#f5f7fa,#e4e8ec);position:relative}.shop:before{content:"";position:absolute;top:10%;right:-5%;width:400px;height:400px;background:radial-gradient(circle,rgba(124,58,237,.04) 0%,transparent 70%);border-radius:50%;pointer-events:none}.register-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f5f7fa,#e4e8ec);padding:1rem}.register-card{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 8px 30px #00000014;width:100%;max-width:420px;animation:slideUp .5s ease-out}.register-header{text-align:center;margin-bottom:2rem}.register-title{font-size:2rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem}.register-subtitle{color:#666;font-size:.95rem}.form-input{width:100%;padding:.75rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:all .2s ease;background:#f8fafc}.register-button{width:100%;padding:.875rem;background:linear-gradient(135deg,#7c3aed,#6d28d9);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.register-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #7c3aed40}.register-button:active{transform:translateY(0)}.login-link{text-align:center;margin-top:1.5rem;color:#666;font-size:.95rem}.login-link a{color:#7c3aed;text-decoration:none;font-weight:500}.login-link a:hover{text-decoration:underline}.password-toggle:hover{color:#7c3aed}.terms-row{display:flex;align-items:flex-start;gap:.6rem;font-size:.9rem;color:#4a5568}.terms-row input[type=checkbox]{width:18px;height:18px;margin-top:2px;accent-color:#7c3aed}.terms-link{color:#7c3aed;text-decoration:none;font-weight:600}.terms-link:hover{text-decoration:underline}.terms-error{margin-top:.5rem;color:#dc2626;font-size:.85rem;font-weight:600}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f5f7fa,#e4e8ec);padding:1rem}.login-card{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 8px 30px #00000014;width:100%;max-width:420px;animation:slideUp .5s ease-out}.login-header{text-align:center;margin-bottom:2rem}.login-title{font-size:2rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem}.login-subtitle{color:#666;font-size:.95rem}.form-group{margin-bottom:1.5rem;position:relative}.form-input{width:100%;padding:.75rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:all .2s ease;background:#f8fafc;color:#000}.form-input:focus{border-color:#7c3aed;background:#fff;outline:none;box-shadow:0 0 0 3px #7c3aed1a}.form-label{display:block;margin-bottom:.5rem;color:#4a5568;font-weight:500;font-size:.9rem}.login-button{width:100%;padding:.875rem;background:linear-gradient(135deg,#7c3aed,#6d28d9);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.login-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #7c3aed40}.login-button:active{transform:translateY(0)}.register-link{text-align:center;margin-top:1.5rem;color:#666;font-size:.95rem}.register-link a{color:#7c3aed;text-decoration:none;font-weight:500}.register-link a:hover{text-decoration:underline}.error-message{color:#dc2626;font-size:.875rem;margin-top:.5rem}.password-toggle{position:absolute;right:1rem;top:2.5rem;background:none;border:none;color:#666;cursor:pointer;padding:.25rem}.password-toggle:hover{color:#666}.forgot-password{text-align:right;margin-top:6px;font-size:.9rem}.forgot-password a{color:#6b7280;text-decoration:none;padding:.2rem .35rem;border-radius:6px;transition:color .2s ease,background-color .2s ease}.forgot-password a:hover{color:#6d28d9;background-color:#7c3aed14}.google-auth{display:flex;justify-content:center;margin-bottom:1.25rem}.google-button{width:100%;display:flex;justify-content:center}.auth-divider{display:flex;align-items:center;gap:.75rem;color:#9ca3af;font-size:.85rem;margin:1rem 0 1.25rem}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:#e5e7eb}.verify-email-page{min-height:calc(100vh - 72px);display:grid;place-items:center;padding:1rem;background:#f8fafc}.verify-email-card{width:min(520px,100%);background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:1.5rem;box-shadow:0 12px 28px #0f172a14}.verify-email-card h1{margin:0 0 .7rem;color:#0f172a;font-size:1.4rem}.verify-email-message{margin:0;color:#475569}.verify-email-message.success{color:#166534}.verify-email-message.error{color:#b91c1c}.verify-email-actions{margin-top:1.1rem}.verify-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;border:1px solid #0f172a;background:#0f172a;color:#fff;text-decoration:none;font-size:.9rem;font-weight:700;padding:.55rem 1rem;cursor:pointer}.product-page{min-height:calc(100vh - 80px);background:#fff;padding:4rem 2rem;font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,Helvetica,Arial,sans-serif;overflow-x:hidden}.product-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}.product-image-section{display:flex;flex-direction:column;position:sticky;top:4rem}.product-image-frame{position:relative}.product-main-image{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:8px;background:#f8fafc;border:1px solid #e2e8f0}.product-image-nav{position:absolute;top:50%;transform:translateY(-50%);width:34px;height:34px;border-radius:999px;border:none;background:#0f172a73;color:#f8fafc;font-size:1rem;font-weight:400;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .2s ease,opacity .2s ease;opacity:.85}.product-image-nav:hover{background:#0f172aad;opacity:1}.product-image-nav.prev{left:.85rem}.product-image-nav.next{right:.85rem}.product-image-counter{position:absolute;left:50%;transform:translate(-50%);bottom:.85rem;background:#0f172ab8;color:#f8fafc;padding:.28rem .68rem;border-radius:999px;font-size:.74rem;font-weight:700;letter-spacing:.02em}.product-image-thumbs{margin-top:.8rem;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.55rem}.product-thumb{border:1px solid #e2e8f0;border-radius:8px;padding:0;background:#fff;cursor:pointer;overflow:hidden;line-height:0;transition:border-color .2s ease,transform .2s ease}.product-thumb:hover{border-color:#a5b4fc;transform:translateY(-1px)}.product-thumb.active{border-color:#6366f1;box-shadow:0 0 0 1px #6366f1}.product-thumb img{width:100%;aspect-ratio:1 / 1;object-fit:cover;display:block}.product-info-section{display:flex;flex-direction:column;padding-top:0}.back-button{align-self:flex-start;background:none;border:none;color:#9ca3af;font-size:.85rem;font-weight:700;cursor:pointer;padding:0;margin-bottom:2.5rem;text-transform:uppercase;letter-spacing:1px;transition:color .2s}.back-button:hover{color:#6366f1}.product-header-wrap{display:grid;grid-template-columns:1fr auto;gap:1.5rem;align-items:start}.product-header{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:1.2rem;gap:.5rem}.product-header-actions{display:flex;flex-direction:column;align-items:flex-end;gap:.6rem;justify-self:end}.product-badges{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.product-brand{font-size:.85rem;color:#6366f1;font-weight:800;text-transform:uppercase;letter-spacing:.15em;margin:0}.product-title{font-size:1.5rem!important;font-weight:700;color:#000;margin:.25rem 0;letter-spacing:-.03em;text-transform:capitalize}.product-condition{display:inline-block;font-size:.65rem;color:#111827;font-weight:800;padding:.28rem .6rem;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;text-transform:uppercase;letter-spacing:.08em;margin-top:0}.trust-badges{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:0}.trust-badge{display:inline-flex;align-items:center;justify-content:center;font-size:.62rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;padding:.25rem .55rem;border-radius:999px}.trust-badge.verified{background:#eef2ff;color:#3730a3;border:1px solid #c7d2fe}.trust-badge.kabany{align-items:center;gap:.45rem;padding:.3rem .65rem .3rem .38rem;border:1px solid rgba(245,158,11,.32);background:linear-gradient(135deg,#f59e0b,#fde68a);color:#1f2937;box-shadow:none}.trust-badge-kabany-icon{width:22px;height:22px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;background:#ffffff47;color:#fff8e1;box-shadow:none;flex:0 0 auto}.trust-badge-kabany-icon svg{width:14px;height:14px}.trust-badge-kabany-copy{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;line-height:1}.trust-badge-kabany-copy strong{font-size:.62rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.trust-badge-kabany-copy span{margin-top:.1rem;font-size:.5rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#1f2937c2}.favorite-heart-icon{display:none;position:absolute;top:.85rem;right:.85rem;z-index:4;width:44px;height:44px;border-radius:999px;border:1px solid rgba(255,255,255,.92);background:#ffffffeb;color:#111827;font-size:1.15rem;font-weight:700;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 12px 22px #0f172a2e;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}.favorite-heart-icon.is-active{color:#e11d48;border-color:#f43f5e59;background:#fff1f2f2}.favorite-heart-icon:hover{border-color:#111827;transform:translateY(-1px) scale(1.02);box-shadow:0 14px 24px #0f172a38}.favorite-heart-icon:disabled{opacity:.6;cursor:not-allowed}.product-price-tag{display:inline-flex;align-items:center;width:fit-content;padding:1rem 2rem;background:#f8fafc;border:1px solid #e2e8f0;border-left:5px solid #6366f1;border-radius:8px;margin-bottom:1.5rem}.product-price-tag .label,.product-price-tag .separator{display:none}.product-price-tag .price{font-size:2.5rem;font-weight:700;color:#111827;line-height:1}.product-price-tag .size{font-size:1.5rem;font-weight:600;color:#6b7280;padding-left:1.5rem;margin-left:1.5rem;border-left:2px solid #cbd5e1;line-height:1}.product-details-grid{display:flex;flex-direction:column;margin-bottom:2rem;border-top:1px solid #e2e8f0}.detail-item{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 0;border-bottom:1px solid #e2e8f0}.detail-label{font-size:.85rem;color:#6b7280;font-weight:700;text-transform:uppercase;letter-spacing:1px}.detail-value{font-size:1.05rem;color:#111827;font-weight:600}.detail-value.seller-value{display:inline-flex;align-items:center;flex-wrap:wrap;gap:.45rem}.seller-rating{display:inline-flex;align-items:center;gap:.25rem;padding:.12rem .45rem;border-radius:999px;font-size:.78rem;font-weight:700;color:#b45309;background:#fffbeb;border:1px solid #fde68a;line-height:1}.seller-rating-star{font-size:.7rem;line-height:1}.seller-link{color:#6366f1;text-decoration:none;transition:color .2s}.seller-link:hover{text-decoration:underline;color:#4f46e5}.status-badge{padding:.35rem .85rem;border-radius:4px;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.status-badge.available{background:#dcfce7;color:#166534}.status-badge.sold{background:#fee2e2;color:#991b1b}.status-badge.pending{background:#fef3c7;color:#92400e}.product-description-box{margin-bottom:3rem}.product-description-box h3{font-size:.9rem;text-transform:uppercase;letter-spacing:1px;margin:0 0 1rem;color:#6b7280;font-weight:700}.product-description-box p{color:#111827;line-height:1.8;font-size:1rem;margin:0;white-space:pre-wrap}.product-actions{margin-top:1.25rem;display:flex;flex-direction:column;gap:1rem}.auction-panel{border:1px solid #dbe1f7;background:linear-gradient(180deg,#f8faff,#f3f4ff);border-radius:12px;padding:1rem;display:flex;flex-direction:column;gap:.85rem}.auction-head{display:flex;justify-content:space-between;align-items:center;gap:.7rem}.auction-tag{font-size:.72rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#3730a3;background:#e0e7ff;border:1px solid #c7d2fe;border-radius:999px;padding:.25rem .55rem}.auction-time{font-size:.82rem;font-weight:700;color:#0f172a}.auction-time.ended{color:#b91c1c}.auction-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.6rem}.auction-metric{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:.55rem .65rem;display:flex;flex-direction:column;gap:.2rem}.auction-metric span{color:#64748b;font-size:.72rem;text-transform:uppercase;letter-spacing:.05em;font-weight:700}.auction-metric strong{color:#0f172a;font-size:.95rem}.auction-bid-controls{display:grid;grid-template-columns:1fr auto;gap:.6rem}.auction-bid-input{min-height:46px;border-radius:10px;border:2px solid #cbd5e1;background:#fff;padding:.7rem .8rem;font-size:.95rem;font-family:inherit}.auction-bid-input:focus{outline:none;border-color:#6366f1}.auction-bid-btn{min-height:46px;border:2px solid #111827;background:#111827;color:#fff;border-radius:10px;padding:0 1rem;font-size:.85rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;cursor:pointer}.auction-bid-btn:hover{background:#1f2937;border-color:#1f2937}.auction-bid-btn:disabled{opacity:.72;cursor:not-allowed}.auction-state-block{display:flex;flex-direction:column;align-items:flex-start;gap:.65rem}.auction-state-note{margin:0;font-size:.9rem;color:#475569;font-weight:600}.auction-order-btn{border:none;border-radius:999px;padding:.68rem 1rem;background:#0f172a;color:#fff;font-weight:800;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}.auction-order-btn:hover{transform:translateY(-1px);box-shadow:0 10px 18px #0f172a29}.auction-history h4{margin:0 0 .45rem;font-size:.76rem;letter-spacing:.06em;text-transform:uppercase;color:#64748b}.auction-history ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.35rem}.auction-history li{display:flex;justify-content:space-between;align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:.45rem .6rem;font-size:.85rem;color:#334155}.auction-history li strong{color:#0f172a}.purchase-stack{display:flex;flex-direction:column;gap:.8rem}.action-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:.75rem;row-gap:.75rem}.action-grid-main{margin-top:.05rem;grid-template-columns:1fr}.action-grid-utility{margin-top:.1rem}.action-report-wrap{display:flex;justify-content:flex-end}.status-notices{display:flex;flex-direction:column;gap:.75rem;margin-top:.15rem}.btn-buy-now,.btn-make-offer,.favorite-heart-btn,.message-seller-btn{width:100%;min-height:54px;padding:.9rem 1.15rem;border-radius:10px;font-size:.9rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;cursor:pointer;text-align:center;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.action-primary{min-height:58px}.report-listing-btn{width:auto;min-height:0;padding:.15rem 0;border-radius:0;border:none;background:transparent;color:#be123c;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;cursor:pointer;text-decoration:underline;text-underline-offset:.22rem}.report-listing-btn:hover{color:#9f1239}.btn-buy-now{background:#111;color:#fff;border:1px solid #111111;border-radius:12px;letter-spacing:.08em}.btn-buy-now:hover{background:#000;border-color:#000}.btn-make-offer{background:#fff;color:#111827;border:1px solid #111111;border-radius:12px;letter-spacing:.08em}.btn-make-offer:hover{background:#f9fafb;border-color:#111}.favorite-heart-btn{background:#fff;border:1px solid #e5e7eb;color:#4b5563;flex-direction:column;align-items:flex-start;justify-content:center;gap:.18rem;text-align:left;border-radius:12px}.favorite-heart-btn:hover{background:#f9fafb;border-color:#111827;color:#111827}.favorite-heart-btn.is-active{background:#fff1f2;border-color:#fecdd3;color:#be123c}.favorite-heart-btn:disabled{opacity:.7;cursor:not-allowed}.favorite-heart-btn .text,.message-seller-btn .text{font-size:.9rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.favorite-heart-btn .action-meta,.message-seller-btn .action-meta{font-size:.68rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#94a3b8}.favorite-heart-btn span[aria-hidden=true]{position:absolute;top:50%;right:1rem;transform:translateY(-50%);font-size:1rem}.status-notice{padding:1.25rem;border-radius:8px;text-align:center;font-weight:700;text-transform:uppercase;letter-spacing:1px;font-size:.9rem}.status-notice.sold{background:#fee2e2;color:#991b1b}.status-notice.pending{background:#fef3c7;color:#92400e}.status-notice.owner{background:#f8fafc;color:#64748b;border:2px dashed #cbd5e1}.product-review-section{margin:0 0 2rem;padding:1.35rem;border:1px solid #e2e8f0;border-radius:12px;background:linear-gradient(180deg,#fff,#fafbff);scroll-margin-top:110px}.product-review-success{margin:.25rem 0 0;color:#166534;font-size:.9rem;font-weight:600}.product-similar-section{max-width:1200px;margin:2.8rem auto 0;padding-top:1.4rem;border-top:1px solid #e2e8f0}.product-similar-head h2{margin:0;font-size:1.35rem;color:#0f172a}.product-similar-head p{margin:.5rem 0 1.2rem;font-size:.95rem;color:#64748b}.product-similar-grid{display:flex;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity;gap:1rem;padding:.2rem .1rem .6rem}.product-similar-grid .product-card{flex:0 0 clamp(210px,24vw,285px);min-width:clamp(210px,24vw,285px);scroll-snap-align:start}@media(max-width:900px){.product-container{grid-template-columns:1fr;gap:3rem}.product-image-section{position:relative;top:0}.product-title{font-size:2.5rem}.product-image-thumbs{grid-template-columns:repeat(4,minmax(0,1fr))}.auction-metrics{grid-template-columns:1fr}}@media(max-width:768px){.product-page{padding:0;background:#f5f5f5}.product-container{gap:0}.product-header-wrap{grid-template-columns:1fr auto;gap:.6rem}.product-title{font-size:1.55rem!important}.product-header{margin-bottom:.75rem;gap:.35rem}.product-header-actions{align-items:flex-end;gap:.4rem}.product-price-tag{width:100%;justify-content:space-between;padding:.7rem .95rem;margin-bottom:1rem;border-radius:12px;border:1px solid #e5e7eb;border-left:4px solid #111111;background:#fff}.product-price-tag .price{font-size:1.45rem}.product-price-tag .size{font-size:.9rem;padding-left:.7rem;margin-left:.7rem}.product-image-section{position:relative;top:0}.product-main-image{border-radius:0;border:none}.product-image-thumbs{display:flex;gap:.55rem;overflow-x:auto;padding:.6rem .9rem .8rem;margin-top:0;background:#fff;border-bottom:1px solid #e5e7eb}.product-image-thumbs::-webkit-scrollbar{height:0}.product-thumb{border-radius:10px;flex:0 0 72px}.product-info-section{padding:.9rem .95rem 1.4rem;background:#fff;border-radius:18px 18px 0 0;margin-top:-.75rem;box-shadow:0 -10px 24px #0f172a0f}.favorite-heart-btn{display:none}.favorite-heart-icon{display:inline-flex}.detail-item{flex-direction:column;align-items:flex-start;gap:.2rem;padding:.6rem .7rem;border:1px solid #e5e7eb;border-radius:10px;background:#f8fafc}.detail-value{font-size:.88rem}.seller-rating{padding:.08rem .35rem;font-size:.68rem;border-color:#fcd34d;background:#fff7ed}.detail-label{font-size:.66rem;letter-spacing:.12em}.product-details-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;border-top:none;margin-bottom:1.2rem}.product-description-box{margin-bottom:1.2rem;padding:.75rem .8rem;border-radius:12px;background:#fff;border:1px solid #e5e7eb}.product-description-box h3{margin-bottom:.5rem}.product-description-box p{font-size:.86rem;line-height:1.55}.btn-buy-now,.btn-make-offer,.favorite-heart-btn,.message-seller-btn{min-height:44px;padding:.65rem .85rem;font-size:.72rem;border-radius:8px;letter-spacing:.05em}.action-grid{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:.55rem;row-gap:.55rem}.action-grid-utility .message-seller-btn{grid-column:1 / -1}.btn-buy-now{background:#111;border-color:#111}.btn-make-offer,.message-seller-btn,.favorite-heart-btn{background:#fff;border-color:#e5e7eb;color:#111827}.favorite-heart-btn .action-meta,.message-seller-btn .action-meta{color:#9ca3af;font-size:.62rem}.product-actions{gap:.65rem;margin-top:.85rem}.purchase-stack{gap:.6rem}}@media(max-width:520px){.product-page{padding:0}.product-image-thumbs{grid-template-columns:repeat(3,minmax(0,1fr))}.product-image-nav{width:28px;height:28px;font-size:.85rem}.product-title{font-size:1.4rem!important}.product-price-tag{padding:.6rem .85rem}.product-price-tag .price{font-size:1.35rem}.product-price-tag .size{font-size:.88rem}.product-description-box h3{font-size:.7rem}.product-description-box p{font-size:.84rem}.product-similar-section{margin-top:2rem;padding-top:1rem}.product-similar-grid{gap:.7rem}}.modal-overlay{position:fixed;inset:0;background:#111827b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:12px;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 25px 50px -12px #00000040}.modal-header{padding:1.5rem;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;align-items:center}.modal-header h2{margin:0;font-size:1.25rem;font-weight:800}.close-modal-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#9ca3af}.close-modal-btn:hover{color:#111827}.order-form{padding:1.5rem}.order-form h3{margin:1.5rem 0 1rem;font-size:1rem;text-transform:uppercase;letter-spacing:1px;color:#6b7280}.order-summary-box{display:flex;gap:1.25rem;padding:1.25rem;background:#f8fafc;border-radius:8px;border:1px solid #f1f5f9;margin-bottom:1.5rem}.summary-thumb{width:70px;height:70px;border-radius:8px;object-fit:cover}.summary-details{display:flex;flex-direction:column;justify-content:center}.summary-details h4{margin:0 0 .5rem;font-size:1.1rem}.summary-price{margin:0;font-weight:800;color:#6366f1;font-size:1.2rem}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-size:.85rem;font-weight:700;margin-bottom:.5rem;color:#4b5563}.form-group input,.form-group textarea{width:100%;padding:.85rem;border:2px solid #e2e8f0;border-radius:8px;font-family:inherit;transition:border-color .2s;box-sizing:border-box}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#6366f1}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.modal-actions{display:flex;gap:1rem;margin-top:2.5rem}.btn-cancel{width:100%;padding:1.25rem;border-radius:8px;font-weight:700;cursor:pointer;background:transparent;border:2px solid #e2e8f0;color:#6b7280}.btn-cancel:hover{background:#f1f5f9;color:#111827}.message-seller-btn{background:#fff;color:#111827;border:1px solid #e5e7eb;flex-direction:column;align-items:flex-start;justify-content:center;text-align:left;gap:.18rem;border-radius:12px}.message-seller-btn:hover{border-color:#111827;background:#f9fafb}.modal-content h2{margin:0;padding:1.5rem 1.5rem 0;font-size:1.3rem;font-weight:800}.shipping-address-section{margin-top:1rem;padding-top:1rem;border-top:1px solid #f1f5f9}.field-hint{margin:0 0 1rem;color:#6b7280;font-size:.9rem}.btn-confirm-order{width:100%;padding:1.25rem;border-radius:8px;font-weight:700;cursor:pointer;background:#111827;border:2px solid #111827;color:#fff;transition:background .2s ease,border-color .2s ease}.btn-confirm-order:hover{background:#6366f1;border-color:#6366f1}.offer-modal{max-width:560px;max-height:calc(100vh - 2rem);border:1px solid #e5e7eb;border-radius:20px;overflow:hidden}.offer-modal-header{padding:1.05rem 1.2rem .9rem;border-bottom:1px solid #f1f5f9;align-items:flex-start;gap:.8rem}.offer-modal-heading{display:flex;flex-direction:column;gap:.2rem}.offer-modal-kicker{color:#7c3aed;font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.offer-modal-title{padding:0;font-size:clamp(1.45rem,3vw,1.9rem);line-height:1;color:#0f172a}.offer-form{padding:.95rem 1.2rem 1.2rem}.offer-summary-card{display:grid;grid-template-columns:64px minmax(0,1fr);gap:.8rem;align-items:center;padding:.8rem;margin-bottom:.9rem;border:1px solid #e2e8f0;border-radius:14px;background:#fff}.offer-summary-thumb{width:64px;height:64px;border-radius:10px;object-fit:cover;border:1px solid #e2e8f0;background:#f8fafc}.offer-summary-copy{min-width:0}.offer-summary-brand{display:inline-block;color:#6366f1;font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.offer-summary-copy h3{margin:.18rem 0 .2rem;font-size:1rem;line-height:1.15;color:#0f172a}.offer-summary-line{margin:0;color:#64748b;font-size:.84rem;font-weight:600}.offer-amount-wrap{margin:.05rem 0 .75rem}.offer-amount-label{display:block;margin-bottom:.45rem;color:#64748b;font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.offer-amount-field{display:flex;align-items:baseline;justify-content:flex-start;gap:.25rem;padding:.75rem .9rem;border:1px solid #dbe3ef;border-radius:14px;background:#fff}.offer-amount-input{width:100%;border:none;outline:none;background:transparent;text-align:left;font-size:clamp(1.9rem,5vw,3.1rem);line-height:1;font-weight:900;color:#0f172a;padding:0;caret-color:#6366f1}.offer-amount-input::placeholder{color:#0f172a;opacity:.25}.offer-amount-input::-webkit-outer-spin-button,.offer-amount-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.offer-currency-suffix{font-size:clamp(2rem,5vw,3.2rem);line-height:1;font-weight:900;color:#0f172a}.offer-suggestions{display:flex;flex-wrap:wrap;gap:.45rem;margin-bottom:.8rem}.offer-suggestion-chip{min-height:34px;padding:.35rem .78rem;border-radius:999px;border:1px solid #dbe3ef;background:#fff;color:#334155;font-size:.78rem;font-weight:800;box-shadow:none}.offer-suggestion-chip:hover{border-color:#a5b4fc;color:#4338ca}.offer-suggestion-chip.active{border-color:#c7d2fe;background:#eef2ff;color:#3730a3}.offer-message-group{margin-top:0;margin-bottom:.1rem}.offer-message-group label{color:#64748b;font-size:.68rem;text-transform:uppercase;letter-spacing:.09em;margin-bottom:.35rem}.offer-message-input{background:#fff;border:1px solid #e2e8f0;border-radius:12px;min-height:72px;padding:.75rem .85rem;font-size:.9rem;line-height:1.45;color:#0f172a;resize:vertical}.offer-message-input::placeholder{color:#94a3b8;opacity:1}.offer-modal-actions{margin-top:1rem}.offer-submit-btn{background:linear-gradient(135deg,#0f172a,#1f2937);border-color:#0f172a}.offer-submit-btn:hover{background:linear-gradient(135deg,#1f2937,#374151);border-color:#1f2937}.offer-cancel-btn{border-color:#d8e0eb;color:#6b7280}@media(max-width:640px){.product-image-nav{width:30px;height:30px;font-size:.92rem}.product-image-thumbs{grid-template-columns:repeat(3,minmax(0,1fr))}.auction-bid-controls,.action-grid{grid-template-columns:1fr}.action-report-wrap{justify-content:flex-start}.form-row{grid-template-columns:1fr;gap:0}.offer-modal-title{font-size:1.55rem}.offer-summary-card{grid-template-columns:56px minmax(0,1fr)}.offer-summary-thumb{width:56px;height:56px}.offer-amount-field{padding:.85rem .9rem}}.back-button{margin-bottom:1.2rem;font-size:.75rem}.review-form{background:#fff;padding:25px;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin:20px 0}.review-form h3{margin:0 0 20px;color:#1a1a1a;font-size:1.4rem}.rating-input{margin-bottom:20px}.rating-input label{display:block;margin-bottom:10px;font-weight:600;color:#333}.stars{display:flex;gap:5px}.star{background:none;border:none;font-size:2rem;cursor:pointer;color:#ddd;transition:all .2s;padding:0}.star.active{color:gold}.star:hover{transform:scale(1.1)}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:600;color:#333}.form-group textarea{width:100%;padding:12px;border:2px solid #e0e0e0;border-radius:8px;font-family:inherit;font-size:.95rem;resize:vertical;transition:border-color .2s}.form-group textarea:focus{outline:none;border-color:#4a90e2}.form-group small{color:#999;font-size:.85rem}.submit-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:12px 30px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.modal-overlay{position:fixed;inset:0;background:#0009;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px}.report-modal{background:#fff;border-radius:16px;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 10px 40px #0003}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 25px;border-bottom:1px solid #eee}.modal-header h2{margin:0;font-size:1.5rem;color:#1a1a1a}.close-btn{background:none;border:none;font-size:2rem;color:#999;cursor:pointer;line-height:1;padding:0;width:30px;height:30px;transition:color .2s}.close-btn:hover{color:#333}.report-modal form{padding:25px}.report-modal .form-group{margin-bottom:20px}.report-modal .form-group label{display:block;margin-bottom:8px;font-weight:600;color:#333}.report-modal select,.report-modal textarea{width:100%;padding:12px;border:2px solid #e0e0e0;border-radius:8px;font-family:inherit;font-size:.95rem;transition:border-color .2s;background:#1a1a1a;color:#fff}.report-modal select:focus,.report-modal textarea:focus{outline:none;border-color:#4a90e2}.report-modal textarea{resize:vertical}.report-modal textarea::placeholder{color:#ffffffb3}.report-modal small{color:#999;font-size:.85rem}.modal-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:25px}.cancel-btn{background:#f5f5f5;color:#333;border:none;padding:10px 20px;border-radius:8px;font-size:.95rem;cursor:pointer;transition:background .2s}.cancel-btn:hover{background:#e0e0e0}.submit-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:10px 20px;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.error-message{background:#fee;color:#c33;padding:10px;border-radius:6px;margin-bottom:15px;font-size:.9rem}.edit-listing-page{min-height:calc(100vh - 80px);padding:48px 20px 80px;background:radial-gradient(circle at top right,#f5f4f2,#f7f7f7 35%,#f0f0f0);color:#111}.edit-listing-shell{max-width:960px;margin:0 auto;display:flex;flex-direction:column;gap:28px;font-family:Manrope,Segoe UI,sans-serif}.edit-listing-header{display:flex;justify-content:space-between;gap:24px;align-items:flex-start}.edit-listing-kicker{text-transform:uppercase;letter-spacing:.2em;font-size:12px;font-weight:700;color:#7b7b7b}.edit-listing-header h1{margin:12px 0 8px;font-family:Sora,Manrope,sans-serif;font-size:34px;line-height:1.2;color:#0e0e0e}.edit-listing-header p{max-width:520px;color:#5b5b5b;font-size:15px;line-height:1.6}.edit-listing-back{border:1px solid #dedede;background:#fff;color:#111;padding:10px 16px;border-radius:999px;font-weight:600;font-size:13px;cursor:pointer;transition:border-color .2s ease,transform .2s ease}.edit-listing-back:hover{border-color:#111;transform:translateY(-1px)}.edit-listing-card{background:#fff;border:1px solid #e6e6e6;border-radius:20px;padding:28px;box-shadow:0 18px 45px #0000000a}.edit-listing-card-header{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:20px}.edit-listing-card-header h2{margin:8px 0 0;font-family:Sora,Manrope,sans-serif;font-size:22px}.edit-listing-section-label{font-size:12px;text-transform:uppercase;letter-spacing:.18em;color:#9a9a9a;font-weight:700}.edit-listing-section-note{color:#7a7a7a;font-size:13px}.edit-listing-photo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px}.edit-listing-photo-item{position:relative;border-radius:16px;overflow:hidden;background:#f5f5f5;border:1px solid #ededed;aspect-ratio:1 / 1}.edit-listing-photo-item--dragging{opacity:.6;outline:2px dashed #111111;outline-offset:-6px}.edit-listing-photo{width:100%;height:100%;object-fit:cover}.edit-listing-photo-remove{position:absolute;top:50%;left:50%;width:30px;height:30px;border-radius:50%;border:none;background:#111111bf;color:#fff;font-size:18px;line-height:30px;text-align:center;cursor:pointer;transform:translate(-50%,-50%);transition:background .2s ease,transform .2s ease}.edit-listing-photo-remove:hover{background:#111;transform:translate(-50%,-50%) scale(1.05)}.edit-listing-photo-add{border:1.5px dashed #c9c9c9;border-radius:16px;background:#fafafa;color:#111;font-weight:600;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;min-height:160px;transition:border-color .2s ease,background .2s ease}.edit-listing-photo-add:hover{border-color:#111;background:#f2f2f2}.edit-listing-photo-plus{font-size:28px;line-height:1}.edit-listing-form{display:flex;flex-direction:column;gap:24px}.edit-listing-fields{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}.edit-listing-field{display:flex;flex-direction:column;gap:8px}.edit-listing-field--full{grid-column:1 / -1}.edit-listing-field label{font-size:13px;font-weight:600;color:#1f1f1f}.edit-listing-field input,.edit-listing-field textarea{padding:12px 14px;border-radius:12px;border:1px solid #d9d9d9;font-size:14px;font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease;background:#fff}.edit-listing-field textarea{min-height:160px;resize:vertical}.edit-listing-field input:focus,.edit-listing-field textarea:focus{outline:none;border-color:#111;box-shadow:0 0 0 3px #11111114}.edit-listing-field-note{font-size:12px;color:#7a7a7a}.edit-listing-readonly{padding:12px 14px;border-radius:12px;background:#f4f4f5;border:1px solid #e3e3e3;color:#7a7a7a;font-size:14px}.edit-listing-actions{display:flex;justify-content:flex-end;gap:16px}.edit-listing-save{background:#111;color:#fff;border:none;padding:12px 22px;border-radius:12px;font-weight:700;font-size:14px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.edit-listing-save:hover{transform:translateY(-1px);box-shadow:0 12px 25px #0003}.edit-listing-save:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.edit-listing-cancel{background:transparent;border:none;color:#6b6b6b;font-weight:600;cursor:pointer}.edit-listing-loading{padding:80px 24px;text-align:center;color:#6d6d6d;font-size:16px}@media(max-width:768px){.edit-listing-header{flex-direction:column;align-items:flex-start}.edit-listing-back{align-self:flex-start}.edit-listing-actions{flex-direction:column-reverse;align-items:stretch}.edit-listing-save,.edit-listing-cancel{width:100%}}.toast-root{position:fixed;top:1rem;right:1rem;display:flex;flex-direction:column;gap:.7rem;z-index:2000;pointer-events:none}.toast{--toast-accent: #64748b;width:min(420px,calc(100vw - 2rem));min-height:74px;position:relative;display:grid;grid-template-columns:auto auto minmax(0,1fr) auto;align-items:start;gap:.85rem;padding:.9rem .95rem .95rem;border:1px solid rgba(148,163,184,.22);border-radius:20px;background:linear-gradient(180deg,#fffffff5,#f8fafcf5);box-shadow:0 18px 48px #0f172a24;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);color:#0f172a;overflow:hidden;pointer-events:auto;transform-origin:top right;animation:toastIn .28s cubic-bezier(.2,.9,.2,1)}.toast:before{content:"";position:absolute;inset:0;background:radial-gradient(120% 140% at 100% 0%,color-mix(in srgb,var(--toast-accent) 14%,transparent),transparent 48%),linear-gradient(90deg,rgba(255,255,255,.5),transparent 40%);pointer-events:none}.toast-accent{width:4px;align-self:stretch;border-radius:999px;background:linear-gradient(180deg,color-mix(in srgb,var(--toast-accent) 70%,#ffffff),var(--toast-accent))}.toast-icon,.toast-content,.toast-close{position:relative;z-index:1}.toast-icon{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border-radius:14px;background:color-mix(in srgb,var(--toast-accent) 12%,#ffffff);color:var(--toast-accent);box-shadow:inset 0 1px #fff6}.toast-icon svg{width:18px;height:18px}.toast-content{min-width:0;display:grid;gap:.18rem;padding-right:.2rem}.toast-label{color:color-mix(in srgb,var(--toast-accent) 80%,#0f172a);font-size:.72rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.toast-message{color:#0f172a;font-size:.92rem;font-weight:600;line-height:1.45;word-break:break-word}.toast-message-list{margin:.35rem 0 0;padding-left:1.1rem;display:grid;gap:.2rem}.toast-message-list li{font-weight:600}.toast-close{width:30px;height:30px;padding:0;border:1px solid rgba(148,163,184,.18);border-radius:999px;background:#ffffffb8;color:#64748b;font-size:.8rem;font-weight:700;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .18s ease,background-color .18s ease,color .18s ease,border-color .18s ease}.toast-close:hover{transform:scale(1.04);background:#fff;color:#0f172a;border-color:#64748b4d}.toast-progress{position:absolute;left:0;right:0;bottom:0;height:3px;background:linear-gradient(90deg,color-mix(in srgb,var(--toast-accent) 72%,#ffffff),var(--toast-accent));transform-origin:left center;animation-name:toastProgress;animation-timing-function:linear;animation-fill-mode:forwards}.toast.info{--toast-accent: #475569}.toast.success{--toast-accent: #059669}.toast.error{--toast-accent: #dc2626}.toast.warn{--toast-accent: #d97706}@keyframes toastIn{0%{opacity:0;transform:translateY(-8px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes toastProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@media(max-width:640px){.toast-root{top:auto;right:.8rem;left:.8rem;bottom:.8rem}.toast{width:100%;grid-template-columns:auto minmax(0,1fr) auto;gap:.75rem;padding:.82rem .82rem .9rem}.toast-accent{display:none}.toast-icon{width:36px;height:36px}}.reset-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 15% 15%,rgba(124,58,237,.12),transparent 40%),radial-gradient(circle at 85% 10%,rgba(109,40,217,.12),transparent 38%),linear-gradient(135deg,#f5f7fa,#e4e8ec);padding:1.5rem;position:relative;overflow:hidden}.reset-container:before,.reset-container:after{content:"";position:absolute;width:320px;height:320px;border-radius:50%;filter:blur(40px);opacity:.35;z-index:0}.reset-container:before{background:#7c3aed;top:-120px;left:-80px}.reset-container:after{background:#f97316;bottom:-140px;right:-80px}.reset-card{position:relative;z-index:1;background:#fff;padding:2.75rem;border-radius:18px;box-shadow:0 14px 38px #0f172a1f;width:100%;max-width:480px;animation:slideUp .5s ease-out}.reset-header{text-align:center;margin-bottom:2rem}.reset-badge{display:inline-block;padding:.35rem .75rem;border-radius:999px;background:#7c3aed1f;color:#6d28d9;font-size:.75rem;letter-spacing:.08em;font-weight:700;text-transform:uppercase;margin-bottom:.85rem}.reset-title{font-size:2rem;font-weight:700;color:#111827;margin-bottom:.5rem}.reset-subtitle{color:#6b7280;font-size:.95rem;margin:0 auto;max-width:320px}.reset-form .form-group{margin-bottom:1.5rem;position:relative}.reset-form .form-input{width:100%;padding:.8rem 1rem;border:2px solid #e5e7eb;border-radius:10px;font-size:1rem;transition:all .2s ease;background:#f8fafc}.reset-form .form-input:focus{border-color:#7c3aed;background:#fff;outline:none;box-shadow:0 0 0 3px #7c3aed1a}.reset-form .form-label{display:block;margin-bottom:.5rem;color:#4b5563;font-weight:600;font-size:.9rem}.reset-hints{background:#f8f7ff;border-radius:12px;padding:1rem 1.2rem;border:1px solid rgba(124,58,237,.12);margin-bottom:1.5rem}.reset-hints-title{font-size:.85rem;font-weight:700;color:#6d28d9;margin:0 0 .5rem;text-transform:uppercase;letter-spacing:.06em}.reset-hints-list{list-style:none;padding:0;margin:0;color:#4b5563;font-size:.9rem;display:grid;gap:.4rem}.reset-button{width:100%;padding:.9rem;background:linear-gradient(135deg,#7c3aed,#6d28d9);color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.reset-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #7c3aed40}.reset-button:active{transform:translateY(0)}.reset-footer{text-align:center;margin-top:1.5rem;color:#6b7280;font-size:.95rem}.reset-footer a{color:#7c3aed;text-decoration:none;font-weight:600}.reset-footer a:hover{text-decoration:underline}@media(max-width:520px){.reset-card{padding:2rem 1.5rem}}.reset-error{background:#fee2e2;padding:10px;border-radius:10px;margin:10px 0}.reset-success{background:#dcfce7;padding:10px;border-radius:10px;margin:10px 0}.forgot-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:radial-gradient(circle at 15% 15%,rgba(124,58,237,.12),transparent 40%),radial-gradient(circle at 85% 10%,rgba(109,40,217,.12),transparent 38%),linear-gradient(135deg,#f5f7fa,#e4e8ec)}.forgot-card{width:100%;max-width:440px;background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 12px 30px #0f172a1f;border:1px solid rgba(148,163,184,.25);animation:slideUp .5s ease-out}.forgot-badge{display:inline-block;padding:.35rem .75rem;border-radius:999px;background:#7c3aed1f;color:#6d28d9;font-size:.75rem;letter-spacing:.08em;font-weight:700;text-transform:uppercase}.forgot-title{margin:.75rem 0 .5rem;font-size:2rem;font-weight:700;color:#111827}.forgot-subtitle{margin:0 0 1.75rem;color:#6b7280;font-size:.95rem}.forgot-form{display:grid;gap:1rem}.forgot-label{font-size:.9rem;color:#4b5563;font-weight:600}.forgot-input{padding:.75rem 1rem;border-radius:10px;border:2px solid #e5e7eb;font-size:1rem;background:#f8fafc;transition:all .2s ease}.forgot-input:focus{border-color:#7c3aed;background:#fff;outline:none;box-shadow:0 0 0 3px #7c3aed1a}.forgot-button{padding:.85rem;border-radius:10px;border:none;cursor:pointer;background:linear-gradient(135deg,#7c3aed,#6d28d9);color:#fff;font-size:1rem;font-weight:600;transition:transform .2s ease,box-shadow .2s ease}.forgot-actions{display:grid;gap:.45rem;margin-top:.4rem}.forgot-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #7c3aed40}.forgot-button:disabled{cursor:not-allowed;opacity:.75}.forgot-error,.forgot-success{padding:.75rem 1rem;border-radius:10px;font-size:.9rem;border:1px solid transparent}.forgot-error{background:#fee2e2;color:#b91c1c;border-color:#b91c1c33}.forgot-success{background:#dcfce7;color:#15803d;border-color:#15803d33}.forgot-footer{margin-top:0;font-size:.9rem;color:#6b7280}.forgot-footer a{color:#7c3aed;text-decoration:none;font-weight:600}.forgot-footer a:hover{text-decoration:underline}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:520px){.forgot-card{padding:2rem 1.5rem}}.seller-profile-container{min-height:100vh;background:#fcfcfd;padding-bottom:5rem}.seller-admin-back-wrap{max-width:1100px;margin:1rem auto 0;padding:0 2rem}.seller-admin-back-btn{border:1px solid #cbd5e1;background:#fff;color:#0f172a;border-radius:999px;padding:.42rem .88rem;font-size:.8rem;font-weight:700;cursor:pointer}.seller-admin-back-btn:hover{background:#f8fafc}.seller-banner{height:240px;background:linear-gradient(135deg,#6366f1,#a855f7);background-size:cover;background-position:center}.seller-hero{max-width:1100px;margin:-60px auto 0;padding:0 2rem;display:flex;gap:2rem;align-items:flex-end}.seller-avatar-wrap{flex-shrink:0}.seller-avatar-img,.seller-avatar-initials{width:150px;height:150px;border-radius:40px;border:6px solid white;box-shadow:0 10px 30px #00000014;object-fit:cover}.seller-avatar-initials{background:#1e293b;color:#fff;display:flex;align-items:center;justify-content:center;font-size:3.5rem;font-weight:800}.seller-info-card{flex:1;background:#fff;padding:1.5rem 2rem;border-radius:24px;box-shadow:0 4px 20px #0000000a;border:1px solid #f1f5f9;display:flex;justify-content:space-between;align-items:center}.seller-username{font-size:2rem;font-weight:900;color:#0f172a;margin:0 0 .25rem;letter-spacing:-.03em}.seller-meta{display:flex;gap:.75rem;color:#64748b;font-weight:600;font-size:.9rem;margin-bottom:.5rem}.seller-bio{color:#475569;font-size:.95rem;margin:0;max-width:450px}.seller-actions{display:flex;gap:.75rem}.follow-btn,.message-btn{padding:.75rem 1.5rem;border-radius:12px;font-weight:700;cursor:pointer;transition:all .2s;border:none}.follow-btn{background:#0f172a;color:#fff}.follow-btn.following{background:#f1f5f9;color:#64748b}.message-btn{background:#fff;border:1.5px solid #e2e8f0;color:#0f172a}.follow-btn:hover,.message-btn:hover{transform:translateY(-2px)}.seller-stats-bar{max-width:1100px;margin:2rem auto;display:flex;background:#fff;border-radius:20px;border:1px solid #f1f5f9;box-shadow:0 4px 20px #00000005}.seller-stat{flex:1;padding:1.7rem;text-align:center;display:flex;flex-direction:column}.stat-val{font-size:1.6rem;font-weight:800;color:#0f172a}.stat-lbl{font-size:.78rem;font-weight:700;color:#94a3b8;text-transform:uppercase;margin-top:.35rem}.stat-sep{width:1px;background:#f1f5f9;margin:1.5rem 0}.stat-rating-btn{border:0;background:transparent;color:#0f172a;font-size:1.6rem;font-weight:800;cursor:pointer;padding:0}.stat-rating-btn:hover{color:#1d4ed8}.seller-reviews-panel{max-width:1100px;margin:0 auto 2rem;padding:0 2rem}.seller-reviews-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.9rem}.seller-reviews-header-actions{display:flex;align-items:center;gap:.6rem}.seller-reviews-header h2{margin:0;font-size:1.2rem;font-weight:800;color:#0f172a}.seller-reviews-header span{font-size:.82rem;font-weight:700;color:#64748b;background:#eef2ff;border-radius:999px;padding:.2rem .6rem}.seller-reviews-close{border:1px solid #cbd5e1;background:#fff;color:#334155;border-radius:10px;padding:.28rem .6rem;font-size:.78rem;font-weight:700;cursor:pointer}.seller-reviews-close:hover{background:#f8fafc}.seller-reviews-empty{margin:0;padding:1rem;border:1px dashed #cbd5e1;border-radius:12px;color:#64748b;background:#f8fafc}.seller-reviews-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.seller-review-card{border:1px solid #e2e8f0;border-radius:14px;padding:.85rem 1rem;background:#fff}.seller-review-top{display:flex;justify-content:space-between;align-items:center;gap:.6rem;margin-bottom:.45rem;color:#334155;font-size:.85rem}.seller-review-top span{color:#94a3b8;font-weight:600}.seller-review-rating{font-size:.95rem;color:#f59e0b;letter-spacing:.04em;margin-bottom:.45rem}.seller-review-card p{margin:0;color:#475569;line-height:1.45;font-size:.9rem}.seller-content{max-width:1100px;margin:0 auto;padding:0 2rem}.content-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.content-header h2{font-size:1.5rem;font-weight:800;color:#0f172a}.item-count{color:#94a3b8;font-weight:600}.content-header-right{display:flex;align-items:center;gap:.75rem}.sold-toggle-btn{height:38px;border-radius:10px;border:1.5px solid #cbd5e1;background:#fff;color:#334155;font-size:.85rem;font-weight:700;padding:0 .9rem;cursor:pointer}.sold-toggle-btn.active{border-color:#6366f1;background:#eef2ff;color:#4338ca}.seller-products-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem}.seller-products-grid .product-wrapper{min-width:0}.seller-products-grid .product-card{width:100%;max-width:none;flex:initial}.empty-shop{grid-column:1 / -1;border:1px dashed #cbd5e1;border-radius:18px;background:radial-gradient(120% 120% at 100% 0%,rgba(99,102,241,.14),transparent 55%),#fff;padding:2rem 1rem;text-align:center}.empty-shop-icon{font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#4f46e5;border:1px solid #c7d2fe;background:#eef2ff;border-radius:999px;padding:.2rem .55rem;display:inline-block;margin-bottom:.5rem}.empty-shop h3{margin:0;color:#0f172a;font-size:1.2rem}.empty-shop p{margin:.55rem auto 0;color:#64748b;max-width:460px}.product-display{background:#fff;border-radius:20px;padding:1rem;border:1px solid #f1f5f9;position:relative;transition:all .3s}.product-display:hover{transform:translateY(-5px);box-shadow:0 12px 30px #0000000d}.product-display.is-sold{border-color:#cbd5e1}.product-display.is-sold .product-image{filter:grayscale(35%) brightness(.72)}.sold-overlay{position:absolute;top:1.45rem;right:1.45rem;pointer-events:none;z-index:3}.sold-pill{background:#020617c7;color:#f8fafc;border:1px solid rgba(148,163,184,.45);border-radius:999px;padding:.22rem .62rem;font-size:.72rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}@media(max-width:1100px){.seller-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:768px){.seller-hero{flex-direction:column;align-items:center;text-align:center}.seller-info-card{flex-direction:column;gap:1.5rem}.seller-actions{width:100%}.follow-btn,.message-btn{flex:1}.seller-reviews-list{grid-template-columns:1fr}.content-header{flex-direction:column;align-items:flex-start;gap:.75rem}.seller-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.empty-state-panel{display:grid;grid-template-columns:minmax(160px,220px) 1fr;gap:1.75rem;align-items:center;padding:2rem;border-radius:22px;background:linear-gradient(140deg,#fff,#f7f8fc);border:1px solid rgba(15,23,42,.08);box-shadow:0 18px 50px #0f172a14}.empty-state-panel.is-compact{grid-template-columns:120px 1fr;padding:1.25rem;gap:1rem}.empty-state-illustration{width:100%;height:auto}.empty-state-copy h3{margin:0 0 .35rem;font-size:1.35rem;color:#0f172a}.empty-state-panel.is-compact .empty-state-copy h3{font-size:1.1rem}.empty-state-copy p{margin:0 0 1rem;color:#4b5563;line-height:1.6}.empty-state-action{border:none;cursor:pointer;border-radius:999px;padding:.65rem 1.4rem;font-weight:600;background:linear-gradient(135deg,#6b5cff,#9a6cff 45%,#ff9a6a);color:#fff;box-shadow:0 10px 24px #5f63ff40}.empty-state-action:hover{transform:translateY(-1px)}@media(max-width:720px){.empty-state-panel{grid-template-columns:1fr;text-align:center}}.favorites-container{padding:2rem;min-height:calc(100vh - var(--nav-height));background:linear-gradient(135deg,#f5f7fa,#e4e8ec);overflow-x:hidden}.favorites-header{max-width:1280px;margin:0 auto 2rem;padding:0 1rem}.favorites-title{font-size:2rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem}.favorites-subtitle{font-size:1rem;color:#6b7280}.loading{text-align:center;padding:3rem;font-size:1.1rem;color:#6b7280}.empty-state{max-width:760px;margin:3.5rem auto;padding:0;background:transparent;border-radius:0;box-shadow:none}.empty-icon{font-size:4rem;margin-bottom:1rem}.empty-state h2{font-size:1.5rem;color:#1a1a1a;margin-bottom:.5rem}.empty-state p{color:#6b7280;margin-bottom:1.5rem}.browse-button{padding:.75rem 1.5rem;background:linear-gradient(135deg,#7c3aed,#6d28d9);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease}.browse-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #7c3aed40}.favorites-grid{max-width:1280px;margin:0 auto;padding:0 1rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;row-gap:.5rem}.favorite-item{position:relative}.remove-favorite-btn{width:100%;margin-top:.75rem;padding:.5rem;background:linear-gradient(135deg,#ff4757,#ff6b81);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease}.remove-favorite-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #ff475740}@media(max-width:768px){.favorites-container{padding:1.25rem 1rem 1.6rem}.favorites-header{padding:0}.favorites-title{font-size:1.6rem}.favorites-subtitle{font-size:.92rem}.favorites-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;row-gap:.35rem}}@media(max-width:480px){.favorites-container{padding:1rem .8rem 1.3rem}.favorites-title{font-size:1.4rem}.favorites-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;row-gap:.35rem}.empty-state{margin:2.4rem auto;padding:0}.empty-state h2{font-size:1.2rem}}.orders-shell{min-height:calc(100vh - var(--nav-height));padding:2rem 1rem 3rem;background:#f5f7f9;overflow-x:hidden}.orders-container{width:min(1180px,100%);margin:0 auto}.orders-header{margin-bottom:1.25rem}.orders-kicker{display:inline-flex;align-items:center;padding:.34rem .72rem;border-radius:999px;background:#e9eef3;color:#52606d;font-size:.68rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.orders-title{margin:.95rem 0 .45rem;color:#111827;font-size:clamp(2rem,4vw,2.8rem);font-weight:700;letter-spacing:-.06em}.orders-subtitle{max-width:58ch;margin:0;color:#6b7280;line-height:1.65}.order-tabs{display:inline-flex;flex-wrap:wrap;gap:.35rem;margin-bottom:1.5rem;padding:.3rem;border-radius:999px;background:#eef2f5;border:1px solid #e3e8ee;box-shadow:none}.tab-button{border:none;border-radius:999px;background:transparent;color:#6b7280;padding:.72rem 1.05rem;font-size:.92rem;font-weight:700;cursor:pointer;transition:background-color .2s ease,color .2s ease}.tab-button:hover{color:#111827;background:#f8fafc}.tab-button.active{background:#fff;color:#fff;color:#111827;box-shadow:0 1px 2px #0f172a0f}.loading{padding:3rem 1rem;text-align:center;color:#64748b;font-size:1rem}.empty-state{margin:2rem auto 0;max-width:820px;padding:0;background:transparent;border:none;border-radius:0;box-shadow:none}.empty-icon{display:inline-flex;align-items:center;justify-content:center;min-width:92px;min-height:40px;margin-bottom:1rem;padding:.45rem 1rem;border-radius:999px;background:#f3f4f6;color:#4b5563;font-size:.85rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.empty-state h2{margin:0 0 .5rem;color:#0f172a}.empty-state p{margin:0 0 1.5rem;color:#64748b}.browse-button{border:none;border-radius:999px;padding:.9rem 1.3rem;background:#111827;color:#fff;font-weight:700;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.browse-button:hover{transform:translateY(-2px);box-shadow:0 10px 24px #0f172a1f}.orders-list{display:flex;flex-direction:column;gap:1rem}.order-card{border:1px solid #e5e7eb;border-radius:24px;background:#fff;box-shadow:0 10px 28px #0f172a0a;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.order-card--interactive{cursor:pointer}.order-card--interactive:hover{transform:translateY(-2px);box-shadow:0 18px 36px #0f172a12;border-color:#d1d5db}.order-card--interactive:focus-visible{outline:3px solid rgba(17,24,39,.08);outline-offset:4px}.order-card-main{display:grid;grid-template-columns:136px minmax(0,1fr);gap:1.15rem;align-items:stretch;padding:1.15rem}.order-product-image-wrap{min-height:136px;border-radius:18px;overflow:hidden;background:#eef2f5}.order-product-image{width:100%;height:100%;object-fit:cover}.order-copy{display:flex;flex-direction:column;gap:.9rem;min-width:0}.order-topline{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.order-title-block{min-width:0}.order-chip-row{display:flex;flex-wrap:wrap;gap:.45rem;margin-bottom:.75rem}.order-role-chip,.order-muted-pill,.order-status{display:inline-flex;align-items:center;justify-content:center;min-height:30px;border-radius:999px;padding:.28rem .72rem;font-size:.74rem;font-weight:800}.order-role-chip,.order-muted-pill{background:#f3f4f6;color:#4b5563}.order-status{color:#fff;text-transform:capitalize}.order-product-title{margin:0;color:#111827;font-size:clamp(1.2rem,2vw,1.6rem);line-height:1.2;font-weight:700}.order-summary{margin:.45rem 0 0;color:#6b7280;line-height:1.6}.order-price-block{min-width:122px;padding:.95rem 1rem;border-radius:18px;background:#f8fafc;border:1px solid #e5e7eb;text-align:right}.order-price-block span,.order-detail-item span,.order-note span,.order-source-label{display:block;color:#6b7280;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.35rem}.order-price-block strong{color:#111827;font-size:1.35rem;letter-spacing:-.03em}.order-details-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem}.order-detail-item{padding:.9rem .95rem;border-radius:16px;background:#f8fafc;border:1px solid #e5e7eb;min-width:0}.order-detail-item strong{color:#111827;line-height:1.5;word-break:break-word}.order-person-link{border:none;background:transparent;padding:0;color:#111827;font:inherit;font-weight:800;cursor:pointer}.order-person-link:hover{opacity:.7}.order-note,.order-alert{padding:.95rem 1rem;border-radius:16px;border:1px solid #e5e7eb}.order-note{background:#fafafa}.order-note p{margin:0;color:#4b5563;line-height:1.65}.order-alert{background:#fef2f2;border-color:#fecaca;color:#991b1b}.order-earnings-preview{border-radius:16px;padding:.95rem 1rem;border:1px solid rgba(99,102,241,.22);background:linear-gradient(135deg,#6366f114,#3b82f60f)}.order-earnings-kicker{display:inline-flex;align-items:center;padding:.22rem .62rem;border-radius:999px;background:#ffffffb3;color:#4f46e5;font-size:.7rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.55rem}.order-earnings-values{display:flex;flex-wrap:wrap;gap:.9rem;align-items:baseline;color:#334155;font-size:.9rem}.order-earnings-values strong{color:#0f172a;font-size:1rem}.order-card-footer{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding-top:.2rem}.order-open-hint{display:inline-flex;align-items:center;gap:.45rem;color:#111827;font-weight:700}.order-open-hint:after{content:">";font-size:1rem}@media(max-width:980px){.order-card-main,.order-details-grid{grid-template-columns:1fr}.order-product-image-wrap{min-height:220px}}@media(max-width:720px){.orders-shell{padding:.8rem .75rem 1.4rem;background:#f5f5f5}.orders-header{margin-bottom:.7rem}.orders-kicker{font-size:.58rem;padding:.25rem .6rem}.orders-title{font-size:1.35rem;letter-spacing:-.03em}.orders-subtitle{display:none}.order-tabs{display:flex;width:100%;padding:.25rem;border-radius:999px;background:#fff;border:1px solid #e5e7eb;box-shadow:0 6px 14px #0f172a0f}.tab-button{flex:1 1 0;text-align:center;padding:.45rem .6rem;font-size:.74rem}.tab-button.active{background:#111827;color:#fff}.order-card{border-radius:16px}.order-card-main{padding:.7rem;gap:.7rem}.order-product-image-wrap{min-height:120px;aspect-ratio:16 / 9;border-radius:14px}.order-chip-row{margin-bottom:.35rem}.order-role-chip,.order-muted-pill,.order-status{min-height:22px;font-size:.62rem;padding:.16rem .5rem}.order-product-title{font-size:1rem}.order-summary{display:none}.order-topline,.order-card-footer{flex-direction:column;align-items:flex-start}.order-price-block{width:100%;text-align:left;padding:.6rem .7rem;border-radius:12px;display:flex;align-items:center;justify-content:space-between}.order-price-block span{font-size:.6rem;margin-bottom:0}.order-price-block strong{font-size:1.15rem}.order-details-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.order-detail-item{padding:.55rem .6rem;border-radius:10px}.order-detail-item:nth-child(3),.order-detail-item:nth-child(4){display:none}.order-note{display:none}.order-alert{font-size:.8rem;padding:.55rem .6rem;border-radius:10px}.order-card-footer{flex-direction:row;justify-content:space-between;width:100%}.order-source-label{display:none}.order-open-hint{font-size:.8rem}}@media(max-width:520px){.orders-shell{padding-inline:.65rem}.order-card-main{padding:.65rem}.order-product-image-wrap{min-height:110px}.order-price-block{padding:.55rem .65rem}.orders-title{font-size:1.25rem}.order-details-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.order-detail-item:nth-child(3),.order-detail-item:nth-child(4){grid-column:1 / -1}.empty-state{margin-top:1.5rem;padding:0}}.order-detail-shell{min-height:calc(100vh - var(--nav-height));background:radial-gradient(circle at top left,rgba(59,130,246,.14),transparent 28%),radial-gradient(circle at top right,rgba(124,58,237,.16),transparent 30%),linear-gradient(180deg,#f7fbff,#eef4fb 52%,#f8fafc);padding:2rem 1rem 3rem}.order-detail-page{width:min(1320px,calc(100% - 1rem));margin:0 auto}.order-detail-toolbar{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.2rem}.order-detail-back-button,.order-detail-ghost-button,.order-detail-link-anchor{border:1px solid rgba(148,163,184,.28);border-radius:999px;background:#ffffffe0;color:#0f172a;padding:.82rem 1.15rem;font-size:.92rem;font-weight:800;cursor:pointer;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.order-detail-back-button:hover,.order-detail-ghost-button:hover,.order-detail-link-anchor:hover{transform:translateY(-2px);box-shadow:0 14px 28px #0f172a14;border-color:#6366f159}.order-detail-kicker,.order-detail-section-kicker{display:inline-flex;align-items:center;padding:.38rem .78rem;border-radius:999px;background:#2563eb14;color:#1d4ed8;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.order-detail-hero,.order-detail-timeline-panel,.order-detail-card{border:1px solid rgba(148,163,184,.18);border-radius:30px;background:#ffffffd1;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 24px 60px #0f172a14}.order-detail-hero{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(300px,.8fr);gap:1.5rem;padding:1.4rem;margin-bottom:1.4rem}.order-detail-hero-main{display:grid;grid-template-columns:250px minmax(0,1fr);gap:1.4rem;align-items:stretch}.order-detail-image-wrap{min-height:260px;border-radius:24px;overflow:hidden;background:linear-gradient(180deg,#eff6ff,#dbeafe)}.order-detail-image{width:100%;height:100%;object-fit:cover}.order-detail-hero-copy{display:flex;flex-direction:column;justify-content:space-between;gap:1.2rem}.order-detail-status-row{display:flex;flex-wrap:wrap;gap:.7rem}.order-detail-status-pill,.order-detail-payment-pill{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:.55rem .95rem;border-radius:999px;color:#fff;font-size:.88rem;font-weight:800}.order-detail-payment-pill{background:linear-gradient(135deg,#0f172a,#334155)}.order-detail-hero-copy h1{margin:0;color:#020617;font-size:clamp(2rem,3vw,3.1rem);line-height:.98;letter-spacing:-.05em}.order-detail-hero-copy p{margin:0;color:#475569;line-height:1.75;font-size:1rem;max-width:58ch}.order-detail-meta-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem}.order-detail-stat{border-radius:22px;padding:1rem;background:radial-gradient(circle at top right,rgba(96,165,250,.16),transparent 58%),linear-gradient(180deg,#f8fbff,#edf4fb);border:1px solid rgba(191,219,254,.72)}.order-detail-stat span,.order-detail-sidecard-label,.order-detail-info-tile span,.order-detail-address-label{display:block;color:#64748b;font-size:.78rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;margin-bottom:.45rem}.order-detail-stat strong,.order-detail-sidecard strong,.order-detail-info-tile strong{color:#0f172a;font-size:1rem;line-height:1.45;overflow-wrap:anywhere}.order-detail-sidecard{display:flex;flex-direction:column;gap:1rem;border-radius:26px;padding:1.3rem;background:linear-gradient(180deg,#fffffff5,#f4f7fbf5),radial-gradient(circle at top,rgba(124,58,237,.08),transparent 48%);border:1px solid rgba(148,163,184,.16)}.order-detail-sidecard-block{padding-bottom:.9rem;border-bottom:1px solid rgba(226,232,240,.8)}.order-detail-sidecard-block:last-of-type{border-bottom:none;padding-bottom:0}.order-detail-person-link{border:none;background:transparent;padding:0;color:#4f46e5;font:inherit;font-weight:800;cursor:pointer}.order-detail-person-link:hover{text-decoration:underline}.order-detail-sidecard-actions{margin-top:auto}.order-detail-timeline-panel{padding:1.4rem;margin-bottom:1.4rem}.order-detail-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1.2rem}.order-detail-section-head h2{margin:.8rem 0 0;color:#020617;font-size:clamp(1.55rem,2vw,2rem);letter-spacing:-.04em}.order-detail-timeline{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.9rem}.order-timeline-step{position:relative;border-radius:24px;padding:1rem;background:#fff;border:1px solid rgba(226,232,240,.92);min-height:126px}.order-timeline-step--complete{background:linear-gradient(180deg,#ecfdf5,#d1fae5);border-color:#10b98138}.order-timeline-step--current{background:linear-gradient(180deg,#eef2ff,#ddd6fe);border-color:#6366f14d;box-shadow:inset 0 0 0 1px #818cf829}.order-timeline-step--upcoming{background:linear-gradient(180deg,#fff,#f8fafc)}.order-timeline-dot{width:14px;height:14px;border-radius:50%;margin-bottom:1rem;background:#cbd5e1}.order-timeline-step--complete .order-timeline-dot{background:#10b981}.order-timeline-step--current .order-timeline-dot{background:#6366f1}.order-timeline-copy strong{display:block;color:#020617;margin-bottom:.4rem}.order-timeline-copy span{color:#64748b;line-height:1.6;font-size:.92rem}.order-detail-terminal-note{margin-top:1rem;border-radius:18px;padding:.95rem 1rem;background:#fef2f2eb;color:#991b1b;border:1px solid rgba(248,113,113,.18)}.order-detail-earnings-card{border-color:#6366f138;background:radial-gradient(circle at top right,rgba(99,102,241,.12),transparent 45%),#ffffffe6}.order-detail-content{display:grid;grid-template-columns:minmax(0,1.5fr) 360px;gap:1.4rem}.order-detail-main,.order-detail-sidebar{display:flex;flex-direction:column;gap:1.4rem}.order-detail-card{padding:1.35rem}.order-detail-card--compact{position:sticky;top:96px}.order-detail-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;margin-bottom:1rem}.order-detail-info-tile,.order-detail-message-card,.order-detail-address-card{border-radius:22px;padding:1rem;background:linear-gradient(180deg,#fffffff5,#f8fafcf5);border:1px solid rgba(226,232,240,.92)}.order-detail-address-card p,.order-detail-message-card{margin:0;color:#334155;line-height:1.8}.order-detail-definition-list{display:grid;gap:1rem;margin:0}.order-detail-definition-list div{padding-bottom:.85rem;border-bottom:1px solid rgba(226,232,240,.82)}.order-detail-definition-list div:last-child{border-bottom:none;padding-bottom:0}.order-detail-definition-list dt{color:#64748b;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.35rem}.order-detail-definition-list dd{margin:0;color:#0f172a;line-height:1.6;font-weight:700}.order-detail-loading,.order-detail-empty{display:grid;place-items:center;min-height:calc(100vh - var(--nav-height));padding:2rem;text-align:center;color:#475569}.order-detail-empty h1{margin-bottom:.5rem;color:#020617}.shipment-print-page{min-height:100vh;background:#eef2f7;padding:1.5rem}.shipment-print-toolbar{width:min(960px,100%);margin:0 auto 1rem;display:flex;gap:.75rem}.shipment-print-sheet{width:min(960px,100%);margin:0 auto;background:#fff;color:#0f172a;border-radius:24px;box-shadow:0 24px 60px #0f172a1f;padding:2rem}.shipment-print-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.shipment-print-kicker{margin:0 0 .35rem;color:#64748b;font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.shipment-print-header h1{margin:0;font-size:2rem;letter-spacing:-.04em}.shipment-print-badge{padding:.7rem 1rem;border-radius:999px;background:#0f172a;color:#fff;font-weight:800}.shipment-print-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-bottom:1rem}.shipment-print-card{border:1px solid #dbe4ee;border-radius:18px;padding:1rem 1.1rem;background:#fbfdff}.shipment-print-card h2{margin:0 0 .85rem;font-size:1rem}.shipment-print-card p{margin:0 0 .45rem;line-height:1.6}.shipment-print-card--steps{margin-top:1rem}.shipment-print-steps{margin:0;padding-left:1.2rem;line-height:1.8}.shipment-print-footer{margin:1.25rem 0 0;color:#475569;word-break:break-word}@media(max-width:1180px){.order-detail-hero,.order-detail-content{grid-template-columns:1fr}.order-detail-card--compact{position:static}.order-detail-timeline{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:860px){.order-detail-hero-main,.order-detail-meta-grid,.order-detail-info-grid,.order-detail-timeline{grid-template-columns:1fr}.order-detail-toolbar{flex-direction:column;align-items:flex-start}.shipment-print-grid,.shipment-print-header{grid-template-columns:1fr;display:grid}}@media(max-width:640px){.order-detail-shell{padding:.85rem .65rem 1.4rem}.order-detail-page{width:100%}.order-detail-toolbar{width:100%;gap:.45rem}.order-detail-back-button,.order-detail-ghost-button,.order-detail-link-anchor{width:100%;text-align:center;padding:.62rem .9rem;font-size:.82rem}.order-detail-hero,.order-detail-timeline-panel,.order-detail-card{border-radius:16px}.order-detail-hero{padding:.85rem;gap:.8rem}.order-detail-hero-main{gap:.8rem}.order-detail-image-wrap{min-height:140px;aspect-ratio:16 / 9}.order-detail-status-row{flex-direction:row;align-items:flex-start;gap:.5rem}.order-detail-status-pill,.order-detail-payment-pill{font-size:.72rem;min-height:30px;padding:.35rem .7rem}.order-detail-hero-copy h1{font-size:clamp(1.2rem,6vw,1.6rem);line-height:1.1}.order-detail-hero-copy p{display:none}.order-detail-meta-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.order-detail-stat{padding:.6rem .7rem;border-radius:14px}.order-detail-meta-grid .order-detail-stat:first-child{display:none}.order-detail-stat span{font-size:.6rem;margin-bottom:.25rem}.order-detail-stat strong{font-size:.9rem}.order-detail-timeline{grid-template-columns:1fr;gap:.5rem;overflow-x:visible;padding-bottom:0;scroll-snap-type:none}.order-timeline-step{scroll-snap-align:none;min-height:auto;padding:.6rem .75rem;border-radius:12px;display:grid;grid-template-columns:12px 1fr;align-items:center;gap:.55rem}.order-timeline-dot{width:8px;height:8px;margin-bottom:0}.order-timeline-copy strong{font-size:.8rem;margin-bottom:.1rem}.order-timeline-copy span{font-size:.7rem}.order-detail-content,.order-detail-main,.order-detail-sidebar{gap:.9rem}.order-detail-card{padding:.9rem}.order-detail-info-grid{gap:.5rem}.order-detail-info-tile{padding:.6rem .7rem;border-radius:12px}.order-detail-info-tile span{font-size:.6rem;margin-bottom:.25rem}.order-detail-info-tile strong{font-size:.86rem}.order-detail-info-tile:nth-child(n+5){display:none}.order-detail-sidecard-actions{display:grid;gap:.5rem}.order-detail-terminal-note{padding:.6rem .7rem;border-radius:12px;font-size:.85rem}.order-detail-address-card,.order-detail-message-card{padding:.7rem .8rem;border-radius:12px}.order-detail-sidebar{display:none}.order-detail-sidecard{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem;padding:.8rem;border-radius:16px}.order-detail-sidecard-block{padding-bottom:0;border-bottom:none}.order-detail-sidecard-actions{grid-column:1 / -1}}@media print{body{background:#fff}.shipment-print-page{background:#fff;padding:0}.shipment-print-toolbar{display:none}.shipment-print-sheet{width:100%;margin:0;padding:0;border-radius:0;box-shadow:none}}.refund-status-block,.refund-form,.refund-cta{display:flex;flex-direction:column;gap:.75rem}.refund-status-label{margin:0;font-size:1rem;color:#0f172a}.refund-status-reason{margin:0;color:#475569;font-size:.92rem;line-height:1.65}.refund-status-hint,.refund-form-hint,.refund-cta-hint{margin:0;color:#64748b;font-size:.88rem;line-height:1.65}.refund-form-textarea{width:100%;border-radius:14px;border:1px solid rgba(148,163,184,.35);background:#f8fafce6;padding:.85rem 1rem;font-size:.95rem;color:#0f172a;resize:vertical;outline:none;font-family:inherit;transition:border-color .18s;box-sizing:border-box}.refund-form-textarea:focus{border-color:#6366f180;box-shadow:0 0 0 3px #6366f114}.refund-form-actions{display:flex;gap:.75rem;justify-content:flex-end}.order-detail-payment-failed-banner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;padding:1.1rem 1.3rem;margin-bottom:1.4rem;border-radius:24px;background:linear-gradient(135deg,#ef444414,#dc26260d);border:1.5px solid rgba(239,68,68,.28);animation:failedBannerIn .3s ease}@keyframes failedBannerIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.order-detail-payment-failed-icon{font-size:2rem;line-height:1;flex-shrink:0}.order-detail-payment-failed-body{display:flex;flex-direction:column;gap:.25rem}.order-detail-payment-failed-body strong{font-size:1rem;font-weight:900;color:#dc2626}.order-detail-payment-failed-body p{margin:0;font-size:.88rem;font-weight:600;color:#7f1d1d;line-height:1.5}.order-detail-payment-retry-btn{flex-shrink:0;border:none;padding:.75rem 1.3rem;border-radius:14px;background:#dc2626;color:#fff;font-size:.88rem;font-weight:900;cursor:pointer;white-space:nowrap;transition:background .2s,transform .15s,box-shadow .2s;box-shadow:0 8px 20px #dc262638}.order-detail-payment-retry-btn:hover:not(:disabled){background:#b91c1c;transform:translateY(-1px);box-shadow:0 12px 26px #dc26264d}.order-detail-payment-retry-btn:disabled{opacity:.6;cursor:not-allowed}@media(max-width:640px){.order-detail-payment-failed-banner{grid-template-columns:auto 1fr;grid-template-rows:auto auto;gap:.7rem;border-radius:16px;padding:.85rem 1rem}.order-detail-payment-retry-btn{grid-column:1 / -1;width:100%;text-align:center;padding:.75rem}}.order-action-panel{display:flex;gap:.75rem;flex-wrap:wrap}.order-action-panel button{padding:.72rem 1.18rem;border:none;border-radius:12px;font-weight:700;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.order-action-panel button:disabled,.order-action-panel .order-tracking-input:disabled{opacity:.65;cursor:not-allowed}.order-message-button{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff}.order-message-button:hover,.order-review-button:hover,.order-pay-button:hover,.order-create-shipment-button:hover,.order-accept-button:hover,.order-reject-button:hover,.order-complete-button:hover,.order-ship-button:hover,.order-detail-link-button:hover{transform:translateY(-2px)}.order-message-button:hover{box-shadow:0 12px 24px #7c3aed38}.order-review-button{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff}.order-review-button:hover{box-shadow:0 12px 24px #7c3aed38}.order-reviewed-button{background:#ecfeff;color:#0f766e;border:1px solid #99f6e4!important}.order-accept-button{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.order-accept-button:hover{box-shadow:0 12px 24px #10b9813d}.order-pay-button{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.order-pay-button:hover{box-shadow:0 12px 24px #f59e0b3d}.order-create-shipment-button{background:linear-gradient(135deg,#0f766e,#0f9f91);color:#fff}.order-create-shipment-button:hover{box-shadow:0 12px 24px #0f766e3d}.order-reject-button{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.order-reject-button:hover{box-shadow:0 12px 24px #ef444438}.order-complete-button{background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff}.order-complete-button:hover{box-shadow:0 12px 24px #6366f138}.order-ship-button{background:linear-gradient(135deg,#0ea5e9,#2563eb);color:#fff}.order-ship-button:hover{box-shadow:0 12px 24px #2563eb38}.order-cancel-button{background:transparent;border:1px solid #94a3b8!important;color:#475569}.order-cancel-button:hover{background:#475569;color:#fff}.order-detail-link-button{background:#fff;color:#334155;border:1px solid rgba(148,163,184,.4)!important}.order-detail-link-button:hover{box-shadow:0 10px 20px #0f172a14}.order-tracking-inline{display:flex;gap:.5rem;flex-wrap:wrap;width:100%}.order-tracking-input{min-width:160px;height:44px;border-radius:12px;border:1px solid #cbd5e1;background:#ffffffeb;padding:0 .75rem;font:inherit;color:#0f172a}.order-tracking-input:focus{outline:none;border-color:#818cf8;box-shadow:0 0 0 3px #818cf829}@media(max-width:768px){.order-action-panel{flex-direction:column}.order-action-panel button,.order-tracking-inline,.order-tracking-input{width:100%}.order-tracking-input{min-width:0}}.payments-shell{min-height:calc(100vh - var(--nav-height));padding:2rem 1rem 3rem;background:#f9fafb;font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif}.payments-container{width:min(1180px,100%);margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.payments-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem}.payments-kicker{display:inline-flex;align-items:center;padding:.34rem .72rem;border-radius:999px;background:#e9eef3;color:#52606d;font-size:.68rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.payments-title{margin:.9rem 0 .4rem;color:#111827;font-size:clamp(2rem,4vw,2.8rem);font-weight:700;letter-spacing:-.06em}.payments-subtitle{margin:0;max-width:60ch;color:#6b7280;line-height:1.65}.payments-primary-button{border:none;border-radius:999px;padding:.85rem 1.4rem;background:#111827;color:#fff;font-weight:700;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;white-space:nowrap}.payments-primary-button:hover{transform:translateY(-2px);box-shadow:0 12px 24px #0f172a2e}.payments-primary-button:disabled{cursor:not-allowed;opacity:.6;transform:none;box-shadow:none}.payments-card{background:#fff;border:1px solid #f3f4f6;border-radius:24px;padding:1.5rem;box-shadow:none}.payouts-card h2{margin:.4rem 0 .5rem}.payouts-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.payouts-actions{display:flex;gap:.6rem;flex-wrap:wrap}.payments-secondary-button{border:1px solid #f3f4f6;background:#fff;border-radius:999px;padding:.75rem 1.1rem;font-weight:700;color:#111827;cursor:pointer}.payouts-summary-grid{margin-top:1rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.8rem}.payouts-summary-card{padding:.9rem 1rem;border-radius:16px;background:#fff;border:1px solid #f3f4f6}.payouts-summary-card span{display:block;color:#6b7280;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.35rem}.payouts-summary-card strong{font-size:1.2rem;color:#111827}.payouts-list{margin-top:1rem;display:grid;gap:.75rem}.payout-item{display:flex;justify-content:space-between;gap:1rem;padding:.9rem 1rem;border-radius:16px;border:1px solid #f3f4f6;background:#fff}.payout-breakdown{text-align:right;color:#64748b;font-size:.82rem;display:flex;flex-direction:column;gap:.2rem}.payout-meta-row{display:flex;gap:.6rem;flex-wrap:wrap;align-items:center}.payout-status{padding:.2rem .6rem;border-radius:999px;font-size:.72rem;font-weight:700;text-transform:capitalize;background:#693fe91a;color:#693fe9}.payout-status--processing,.payout-status--pending{background:#693fe91a;color:#693fe9}.payout-status--paid{background:#10b9811f;color:#10b981}.payout-status--held{background:#f59e0b29;color:#f59e0b}.payout-status--rejected{background:#ef44441f;color:#ef4444}.payout-paid-meta,.payout-pending-meta{margin-top:.3rem}.payout-item h4{margin:.35rem 0 .2rem;font-size:1rem;color:#111827}.payout-meta{color:#6b7280;font-size:.85rem}.payout-amounts{text-align:right}.payout-amounts span{display:block;color:#6b7280;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.2rem}.payout-amounts strong{font-size:1.1rem;color:#111827}.payments-muted{margin:.6rem 0 0;color:#6b7280}.payments-commission-card{border:1px solid rgba(99,102,241,.2);background:radial-gradient(circle at top right,rgba(99,102,241,.1),transparent 46%),#fff}.payments-commission-head h2{margin:.5rem 0 .35rem;color:#111827}.payments-commission-head p{margin:0;color:#64748b;line-height:1.6}.payments-commission-rule{margin-top:.9rem;padding:.85rem 1rem;border-radius:14px;border:1px solid rgba(99,102,241,.2);background:#ffffffb8}.payments-commission-rule span{display:block;color:#6366f1;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.3rem}.payments-commission-rule strong{color:#0f172a}.payments-form-card{display:flex;flex-direction:column;gap:1.5rem}.payments-form-head{display:flex;justify-content:space-between;align-items:center;gap:1rem}.payments-form-head h2{margin:0 0 .25rem;color:#0f172a}.payments-form-head p{margin:0;color:#64748b}.payments-form-badge{padding:.4rem .75rem;border-radius:999px;background:#eef2ff;color:#4338ca;font-size:.74rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.payments-form{display:grid;gap:1rem}.payments-field{display:flex;flex-direction:column;gap:.45rem;font-size:.9rem;color:#111827;font-weight:600}.payments-field input,.payments-field select{width:100%;padding:.7rem .9rem;border-radius:14px;border:1px solid #e5e7eb;background:#f8fafc;font-size:.95rem}.payments-field input:focus,.payments-field select:focus{outline:none;border-color:#94a3b8;background:#fff;box-shadow:0 0 0 3px #94a3b840}.payments-field-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.payments-error{color:#dc2626;font-size:.78rem}.payments-form-footer{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.payments-form-footer p{margin:0;color:#6b7280;font-size:.85rem;max-width:48ch}.payments-filter-row{display:inline-flex;gap:.35rem;padding:.3rem;border-radius:999px;background:#eef2f5;border:1px solid #e3e8ee;align-self:flex-start}.payments-filter-button{border:none;border-radius:999px;background:transparent;color:#6b7280;padding:.65rem 1.05rem;font-size:.88rem;font-weight:700;cursor:pointer;transition:background-color .2s ease,color .2s ease}.payments-filter-button:hover{color:#111827;background:#f8fafc}.payments-filter-button.active{background:#fff;color:#111827;box-shadow:0 1px 2px #0f172a0f}.payments-list{display:flex;flex-direction:column;gap:1rem}.payment-item{border:1px solid #e5e7eb;border-radius:22px;padding:1.2rem 1.35rem;background:#fff;text-align:left;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.payment-item:hover{transform:translateY(-2px);box-shadow:0 18px 36px #0f172a14;border-color:#d1d5db}.payment-item-main{display:flex;justify-content:space-between;gap:1rem;align-items:center}.payment-seller-estimate{margin-top:.7rem;padding-top:.7rem;border-top:1px dashed #e5e7eb;display:flex;gap:.45rem;flex-wrap:wrap;align-items:baseline}.payment-seller-estimate span{color:#6b7280;font-size:.82rem;font-weight:700}.payment-seller-estimate strong{color:#0f172a;font-size:.92rem}.payment-item h3{margin:.3rem 0 .35rem;color:#111827;font-size:1.2rem}.payment-kicker{display:inline-flex;align-items:center;gap:.35rem;padding:.2rem .6rem;border-radius:999px;background:#f3f4f6;color:#4b5563;font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.payment-meta{display:flex;flex-wrap:wrap;gap:.6rem;color:#6b7280;font-size:.86rem;font-weight:600}.payment-status{padding:.2rem .6rem;border-radius:999px;font-size:.72rem;text-transform:capitalize;font-weight:700;background:#e5e7eb;color:#111827}.payment-status--completed{background:#dcfce7;color:#166534}.payment-status--pending{background:#fef3c7;color:#92400e}.payment-status--failed{background:#fee2e2;color:#991b1b}.payment-status--refunded{background:#e0f2fe;color:#075985}.payment-amount{font-size:1.4rem;font-weight:800;color:#111827;white-space:nowrap}.payments-empty{padding:3rem 1.5rem;border-radius:24px;background:#fff;border:1px dashed #e5e7eb;text-align:center;color:#6b7280}.payments-empty h3{margin:0 0 .4rem;color:#111827}.payments-empty p{margin:0 0 1.2rem}@media(max-width:900px){.payments-header{flex-direction:column;align-items:flex-start}.payouts-header{flex-direction:column}.payment-item-main{flex-direction:column;align-items:flex-start}.payment-amount{font-size:1.2rem}}@media(max-width:640px){.payments-shell{padding-inline:.85rem}.payments-field-row{grid-template-columns:1fr}.payments-filter-row{width:100%;justify-content:space-between}}.payment-detail-shell{min-height:calc(100vh - var(--nav-height));padding:2rem 1rem 3rem;background:#f5f7f9;color:#111827}.payment-detail-container{width:min(1080px,100%);margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.payment-detail-back{align-self:flex-start;border:none;background:transparent;color:#111827;font-weight:700;cursor:pointer}.payment-detail-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.payment-detail-kicker{display:inline-flex;align-items:center;padding:.34rem .72rem;border-radius:999px;background:#e9eef3;color:#52606d;font-size:.68rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.payment-detail-header h1{margin:.85rem 0 .4rem;font-size:clamp(1.9rem,4vw,2.6rem)}.payment-detail-header p{margin:0;color:#6b7280}.payment-detail-status{padding:.5rem .9rem;border-radius:999px;font-weight:700;text-transform:capitalize;background:#e5e7eb}.payment-detail-status--completed{background:#dcfce7;color:#166534}.payment-detail-status--pending{background:#fef3c7;color:#92400e}.payment-detail-status--failed{background:#fee2e2;color:#991b1b}.payment-detail-status--refunded{background:#e0f2fe;color:#075985}.payment-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem}.payment-detail-card{background:#fff;border-radius:24px;border:1px solid #e5e7eb;padding:1.5rem;box-shadow:0 12px 30px #0f172a0d}.payment-detail-card h2{margin:0 0 1rem;font-size:1.2rem}.payment-detail-list{display:grid;gap:.8rem}.payment-detail-list span{display:block;color:#6b7280;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.3rem}.payment-detail-list strong{color:#111827;font-size:.98rem}.payment-detail-product{display:flex;justify-content:space-between;align-items:center;gap:1rem}.payment-detail-product p{margin:.35rem 0 0;color:#6b7280}.payment-detail-secondary,.payment-detail-primary,.payment-detail-outline,.payment-detail-danger{border:none;border-radius:999px;padding:.75rem 1.2rem;font-weight:700;cursor:pointer}.payment-detail-primary{background:#111827;color:#fff}.payment-detail-secondary{background:#eef2f5;color:#111827}.payment-detail-outline{background:transparent;border:1px solid #d1d5db;color:#111827}.payment-detail-danger{background:#fee2e2;color:#991b1b}.payment-detail-actions{display:flex;flex-direction:column;gap:1rem}.payment-detail-refund{display:grid;gap:.7rem}.payment-detail-refund textarea{width:100%;border-radius:14px;border:1px solid #e5e7eb;padding:.7rem .9rem;resize:vertical}.payment-detail-timeline{list-style:none;padding:0;margin:0;display:grid;gap:.8rem}.payment-detail-timeline li{display:flex;justify-content:space-between;align-items:center;padding:.75rem .9rem;border-radius:16px;background:#f8fafc;border:1px solid #e5e7eb;color:#111827}.payment-detail-muted{color:#6b7280;margin:0}.payment-detail-empty{text-align:center;padding:3rem 1.5rem;border-radius:24px;background:#fff;border:1px dashed #e5e7eb}@media(max-width:900px){.payment-detail-grid{grid-template-columns:1fr}.payment-detail-header,.payment-detail-product{flex-direction:column;align-items:flex-start}}@media(max-width:640px){.payment-detail-shell{padding-inline:.85rem}.payment-detail-timeline li{flex-direction:column;align-items:flex-start}}.checkout-shell{min-height:calc(100vh - var(--nav-height));padding:2.5rem 1.25rem 3.5rem;background:#f8fafc}.checkout-page{width:min(1200px,calc(100% - 1rem));margin:0 auto;font-family:Sora,Manrope,sans-serif;color:#0f172a}.checkout-topbar{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem}.checkout-back-button,.checkout-settings-link,.checkout-primary-button,.checkout-secondary-button,.checkout-action-link{border-radius:999px;font-size:.9rem;font-weight:800;cursor:pointer;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease}.checkout-back-button,.checkout-settings-link,.checkout-secondary-button,.checkout-action-link{border:1px solid #e2e8f0;background:#fff;color:#111827}.checkout-back-button,.checkout-secondary-button,.checkout-action-link{padding:.75rem 1.2rem}.checkout-settings-link{padding:.75rem 1.25rem}.checkout-back-button:hover,.checkout-settings-link:hover,.checkout-secondary-button:hover,.checkout-action-link:hover{transform:translateY(-1px);box-shadow:0 12px 24px #0f172a14;border-color:#693fe966}.checkout-action-banner{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.4rem;margin-bottom:1.5rem;border-radius:18px;background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.checkout-action-banner strong{display:block;font-size:.95rem;font-weight:900}.checkout-action-banner p{margin:.3rem 0 0;color:#7f1d1d}.checkout-steps{display:flex;gap:1.2rem;margin-bottom:1.6rem}.checkout-step{display:inline-flex;align-items:center;gap:.55rem;color:#94a3b8;font-size:.85rem;font-weight:700}.checkout-step span:first-child{width:28px;height:28px;border-radius:999px;border:1px solid #e5e7eb;display:grid;place-items:center;font-size:.8rem;font-weight:800;color:#94a3b8;background:#fff}.checkout-step.is-active{color:#693fe9}.checkout-step.is-active span:first-child{border-color:#693fe9;color:#693fe9}.checkout-layout{display:grid;grid-template-columns:minmax(0,3fr) minmax(0,2fr);gap:2rem;align-items:start}.checkout-card{padding:1.6rem;border-radius:24px;background:#fff;box-shadow:0 24px 60px #0f172a14;border:1px solid rgba(226,232,240,.7)}.checkout-form-card{display:flex;flex-direction:column;gap:1.4rem}.checkout-section-head{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.checkout-section-kicker{display:inline-flex;align-items:center;padding:.3rem .7rem;border-radius:999px;background:#693fe91a;color:#693fe9;font-size:.7rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.checkout-section-head h2{margin:.6rem 0 0;font-size:1.6rem;letter-spacing:-.03em}.checkout-profile-badge{align-self:flex-start;padding:.35rem .8rem;border-radius:999px;background:#693fe91f;color:#693fe9;font-size:.75rem;font-weight:800}.checkout-section-subtext{margin:0;color:#6b7280;line-height:1.6}.checkout-field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.checkout-field{display:flex;flex-direction:column}.checkout-field-full{grid-column:1 / -1}.checkout-field span{font-size:11px;font-weight:800;color:#6b7280;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.45rem}.checkout-field input,.checkout-field select,.checkout-field textarea{width:100%;padding:.9rem 1rem;border-radius:12px;border:1px solid #f3f4f6;background:#f9fafb;color:#111827;font-size:.95rem;font-family:inherit;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease;box-sizing:border-box;outline:none}.checkout-field input:focus,.checkout-field select:focus,.checkout-field textarea:focus{border-color:#693fe9;background:#fff;box-shadow:0 0 0 3px #693fe926}.checkout-field input:disabled,.checkout-field textarea:disabled{background:#f3f4f6;color:#9ca3af}.checkout-field.has-error input,.checkout-field.has-error select,.checkout-field.has-error textarea{border-color:#fca5a5;background:#fff7f7}.checkout-field-error{margin-top:.35rem;color:#dc2626;font-size:.8rem;font-weight:600}.checkout-dropdown{position:relative}.checkout-dropdown-menu{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 18px 40px #0f172a1f;padding:.3rem;max-height:260px;overflow-y:auto;z-index:20}.checkout-dropdown-option{width:100%;border:none;background:transparent;text-align:left;padding:.65rem .75rem;border-radius:12px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:.7rem;color:#111827;font-size:.9rem;font-weight:600}.checkout-dropdown-option small{color:#6b7280;font-size:.7rem;font-weight:600}.checkout-dropdown-option:hover{background:#f5f3ff}.checkout-dropdown-option--warehouse{align-items:flex-start}.checkout-dropdown-option--warehouse strong{display:block;font-size:.9rem;color:#111827}.checkout-dropdown-option--warehouse span{display:block;margin-top:.15rem;color:#6b7280;font-size:.78rem;font-weight:600}.checkout-dropdown-status{padding:.8rem .9rem;color:#6b7280;font-size:.85rem;text-align:center}.checkout-map-link{font-size:.72rem;font-weight:700;color:#693fe9;text-decoration:none;white-space:nowrap}.checkout-map-link:hover{text-decoration:underline}.checkout-nova-hints{display:none;border-radius:14px;border:1px dashed rgba(105,63,233,.3);background:#f8f7ff;padding:.85rem 1rem;color:#475569}.checkout-nova-hints-title{font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#693fe9;margin-bottom:.45rem}.checkout-nova-hints ul{margin:0;padding-left:1.1rem;display:grid;gap:.35rem;font-size:.82rem;line-height:1.5}.checkout-note-toggle-row{display:flex;justify-content:flex-start}.checkout-note-toggle{border:none;background:transparent;padding:0;font-size:.9rem;font-weight:700;color:#693fe9;cursor:pointer}.checkout-note-toggle:hover{text-decoration:underline}.checkout-payment-block{padding:1.1rem 1.2rem;border-radius:18px;background:#f9fafb;border:1px solid #e5e7eb}.checkout-payment-block h3{margin:.6rem 0 .4rem;font-size:1.1rem}.checkout-payment-block p{margin:0;color:#6b7280;line-height:1.5}.checkout-summary-card{position:sticky;top:96px;display:flex;flex-direction:column;gap:1rem}.checkout-summary-product{display:flex;flex-direction:column;gap:1rem}.checkout-summary-image{width:100%;aspect-ratio:4 / 5;object-fit:cover;border-radius:20px;background:#f3f4f6}.checkout-summary-info h3{margin:.35rem 0 .2rem;font-size:1.1rem;font-weight:900;color:#111827}.checkout-summary-info p{margin:0;color:#6b7280;font-size:.9rem}.checkout-summary-brand{font-size:.75rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#693fe9}.checkout-summary-seller{display:block;margin-top:.5rem;color:#9ca3af;font-size:.8rem;font-weight:600}.checkout-summary-line,.checkout-summary-total{display:flex;justify-content:space-between;align-items:center;gap:1rem;color:#6b7280;font-size:.95rem}.checkout-summary-line strong{color:#111827}.checkout-summary-total{padding-top:1rem;margin-top:.2rem;border-top:1px solid #e5e7eb;font-size:1.05rem;font-weight:900;color:#111827}.checkout-primary-button{width:100%;height:60px;border:none;background:#693fe9;color:#fff;border-radius:16px;font-weight:900;letter-spacing:.03em;text-transform:uppercase;display:inline-flex;align-items:center;justify-content:center;gap:.6rem;box-shadow:0 18px 34px #693fe940}.checkout-primary-button:hover{transform:translateY(-2px);box-shadow:0 22px 40px #693fe952}.checkout-primary-button:disabled,.checkout-secondary-button:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.checkout-lock-icon{display:inline-flex;align-items:center}.checkout-secure-note{text-align:center;font-size:.8rem;font-weight:700;color:#6b7280}.checkout-page-state{min-height:calc(100vh - var(--nav-height));display:grid;place-items:center;padding:2rem}.checkout-page-empty{width:min(520px,100%);text-align:center;border:1px solid #e5e7eb;border-radius:24px;background:#fff;padding:2rem;box-shadow:0 24px 60px #0f172a14}.checkout-page-empty h1{margin:0 0 .6rem;color:#111827}@media(max-width:1100px){.checkout-layout{grid-template-columns:1fr}.checkout-summary-card{position:static}}@media(max-width:720px){.checkout-shell{padding:.9rem .75rem 1.6rem}.checkout-topbar{flex-direction:row;align-items:center;gap:.6rem;margin-bottom:1rem}.checkout-back-button,.checkout-settings-link,.checkout-secondary-button,.checkout-action-link{width:auto;flex:1 1 0;padding:.6rem .9rem;font-size:.82rem}.checkout-back-button{justify-content:center;text-align:center;background:#fff}.checkout-back-button:before{content:"←";margin-right:.35rem;font-weight:900}.checkout-settings-link{background:#111827;border-color:#111827;color:#fff}.checkout-steps{flex-wrap:nowrap;gap:.6rem;margin-bottom:1.1rem;overflow-x:auto;padding-bottom:.2rem}.checkout-step{font-size:.75rem;white-space:nowrap}.checkout-step span:first-child{width:22px;height:22px;font-size:.7rem}.checkout-card{padding:.95rem;border-radius:16px;box-shadow:0 12px 28px #0f172a14}.checkout-section-head h2{font-size:1.2rem}.checkout-section-subtext{font-size:.82rem}.checkout-field-grid{grid-template-columns:1fr;gap:.7rem}.checkout-field span{font-size:.62rem;margin-bottom:.3rem}.checkout-field input,.checkout-field select,.checkout-field textarea{padding:.65rem .75rem;font-size:.88rem;border-radius:10px}.checkout-nova-hints{display:none}.checkout-payment-block{padding:.75rem .85rem;border-radius:14px}.checkout-payment-block h3{font-size:.98rem;margin-top:.35rem}.checkout-summary-card{gap:.75rem}.checkout-summary-image{aspect-ratio:16 / 9;border-radius:14px}.checkout-summary-info h3{font-size:1rem}.checkout-summary-info p{font-size:.82rem}.checkout-summary-seller{font-size:.72rem}.checkout-summary-line,.checkout-summary-total{font-size:.85rem}.checkout-primary-button{height:48px;font-size:.78rem;border-radius:12px;letter-spacing:.02em;box-shadow:0 12px 24px #693fe938}.checkout-secure-note{font-size:.72rem}}@media(max-width:520px){.checkout-card{padding:.85rem}.checkout-summary-image{border-radius:12px}.checkout-primary-button{font-size:.74rem;height:46px}.checkout-steps{gap:.45rem}.checkout-step{font-size:.7rem}}.checkout-payment-failed-banner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.9rem;padding:1rem 1.2rem;border-radius:18px;background:linear-gradient(135deg,#ef444414,#dc26260d);border:1.5px solid rgba(239,68,68,.28);animation:paymentFailedSlide .3s ease}@keyframes paymentFailedSlide{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.checkout-payment-failed-icon{font-size:1.6rem;line-height:1;flex-shrink:0}.checkout-payment-failed-body{display:flex;flex-direction:column;gap:.18rem}.checkout-payment-failed-body strong{font-size:.9rem;font-weight:900;color:#dc2626}.checkout-payment-failed-body p{margin:0;font-size:.8rem;font-weight:600;color:#7f1d1d;line-height:1.45}.checkout-payment-retry-btn{flex-shrink:0;border:none;padding:.65rem 1.1rem;border-radius:12px;background:#dc2626;color:#fff;font-size:.82rem;font-weight:900;cursor:pointer;white-space:nowrap;transition:background .2s,transform .15s}.checkout-payment-retry-btn:hover:not(:disabled){background:#b91c1c;transform:translateY(-1px)}.checkout-payment-retry-btn:disabled{opacity:.6;cursor:not-allowed}@media(max-width:520px){.checkout-payment-failed-banner{grid-template-columns:auto 1fr;grid-template-rows:auto auto}.checkout-payment-retry-btn{grid-column:1 / -1;width:100%;text-align:center;padding:.7rem}}.payment-soon-shell{min-height:calc(100vh - var(--nav-height));padding:2.5rem 1rem 3.5rem;background:radial-gradient(circle at top left,rgba(14,165,233,.18),transparent 30%),radial-gradient(circle at bottom right,rgba(59,130,246,.18),transparent 35%),linear-gradient(180deg,#f7fbff,#eef4fb,#f8fafc);display:flex;justify-content:center;align-items:center}.payment-soon-card{width:min(760px,100%);border-radius:32px;padding:2.6rem;background:#ffffffeb;border:1px solid rgba(148,163,184,.18);box-shadow:0 30px 80px #0f172a1f;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);display:flex;flex-direction:column;gap:1.2rem}.payment-soon-badge{display:inline-flex;align-items:center;width:fit-content;padding:.4rem .9rem;border-radius:999px;background:#2563eb1a;color:#1d4ed8;font-size:.75rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.payment-soon-card h1{margin:0;font-size:clamp(2rem,3vw,3.2rem);line-height:1;letter-spacing:-.04em;color:#0f172a}.payment-soon-card p{margin:0;color:#475569;line-height:1.8}.payment-soon-progress{height:8px;border-radius:999px;background:#94a3b82e;overflow:hidden}.payment-soon-progress-bar{display:block;height:100%;width:40%;border-radius:999px;background:linear-gradient(90deg,#38bdf8,#2563eb);animation:payment-soon-progress 1.5s ease-in-out infinite}@keyframes payment-soon-progress{0%{transform:translate(-40%);width:40%}50%{transform:translate(40%);width:60%}to{transform:translate(120%);width:40%}}.payment-soon-detail{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.85rem}.payment-soon-pill{border-radius:18px;padding:.9rem 1rem;background:radial-gradient(circle at top right,rgba(96,165,250,.16),transparent 55%),linear-gradient(180deg,#f8fbff,#eef4ff);border:1px solid rgba(191,219,254,.8)}.payment-soon-pill span{display:block;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#64748b;margin-bottom:.35rem}.payment-soon-pill strong{color:#0f172a;font-size:1rem}.payment-soon-note{font-size:.95rem;color:#64748b}.payment-soon-actions{display:flex;flex-direction:column;gap:.8rem}.payment-soon-error{color:#b91c1c;font-weight:600}.payment-soon-button{align-self:flex-start;border-radius:999px;padding:.75rem 1.4rem;border:none;background:#0f172a;color:#fff;font-weight:700;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.payment-soon-button:hover{transform:translateY(-2px);box-shadow:0 14px 26px #0f172a2e}@media(max-width:720px){.payment-soon-card{padding:2rem 1.5rem}}.messages-container{min-height:calc(100vh - var(--nav-height));height:calc(100vh - var(--nav-height));padding:1rem;box-sizing:border-box;background:#f7f7f7;overflow-x:hidden;overflow-y:hidden}.messages-layout{max-width:1400px;margin:0 auto;height:100%;min-height:0;display:grid;grid-template-columns:360px 1fr;gap:0;border-radius:16px;overflow:hidden;border:1px solid #e5e7eb;background:#fff;box-shadow:0 12px 28px #0f172a0f}.conversations-sidebar{border-right:1px solid #e5e7eb;display:flex;flex-direction:column;background:#fff;min-height:0}.sidebar-header{height:78px;padding:0 1.25rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e5e7eb}.sidebar-header h2{margin:0;font-size:1.1rem;font-weight:800;color:#0f172a}.sidebar-header span{min-width:28px;height:28px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:700;color:#475569;background:#eef2ff}.conversations-list{flex:1;overflow-y:auto;padding:.55rem;min-height:0}.conversation-item{width:100%;border:1px solid transparent;border-radius:14px;padding:.72rem .85rem;text-align:left;background:transparent;cursor:pointer;transition:background .2s,border-color .2s,transform .2s}.conversation-item:hover{background:#f8fafc;border-color:#e2e8f0}.conversation-item.active{background:#eef2ff;border-color:#c7d2fe}.conversation-title-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.conversation-title-main{display:flex;align-items:center;gap:.5rem;min-width:0}.conversation-item-thumb{width:28px;height:28px;border-radius:8px;object-fit:cover;border:1px solid #e2e8f0;background:#f8fafc;flex-shrink:0}.conversation-title-row h3{margin:0;font-size:.93rem;font-weight:700;color:#0f172a;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.unread-badge{background:#ef4444;color:#fff;border-radius:999px;padding:.1rem .42rem;font-size:.68rem;font-weight:700}.conversation-user{margin:.24rem 0 0;font-size:.77rem;font-weight:600;color:#6366f1}.last-message{margin:.2rem 0 0;font-size:.78rem;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.messages-area{display:flex;flex-direction:column;background:#fff;min-height:0}.messages-header{min-height:78px;padding:.85rem 1.1rem;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.messages-header-text{min-width:0}.messages-header-text h2{margin:0;font-size:1.02rem;font-weight:800;color:#0f172a}.messages-header-title-row{display:flex;align-items:center;gap:.55rem}.back-to-list-btn{display:none;border:none;background:#eef2ff;color:#4338ca;font-weight:800;font-size:.78rem;padding:.35rem .65rem;border-radius:999px;cursor:pointer}.messages-header-title-row h2{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.messages-header-thumb{width:34px;height:34px;border-radius:10px;object-fit:cover;border:1px solid #e2e8f0;background:#f8fafc;flex-shrink:0}.header-user-link{margin-top:.16rem;border:none;background:transparent;color:#6366f1;font-size:.82rem;font-weight:700;padding:0;cursor:pointer}.header-user-link:disabled{color:#94a3b8;cursor:default}.messages-header-price{margin-top:.22rem;color:#0f172a;font-size:.82rem;font-weight:800}.messages-header-actions{display:flex;gap:.48rem;flex-wrap:wrap;justify-content:flex-end}.view-product-btn,.view-seller-btn{height:36px;border-radius:10px;border:1px solid #c7d2fe;background:#eef2ff;color:#3730a3;font-size:.78rem;font-weight:700;padding:0 .78rem;cursor:pointer}.view-seller-btn{border-color:#c7d2fe;background:#eef2ff;color:#3730a3}.view-product-btn:disabled,.view-seller-btn:disabled{opacity:.45;cursor:not-allowed}.messages-list{flex:1;overflow-y:auto;padding:1rem 1rem .7rem;display:flex;flex-direction:column;gap:.46rem;min-height:0}.day-separator{display:flex;align-items:center;justify-content:center;margin:.6rem 0 .2rem}.day-separator span{font-size:.72rem;font-weight:700;color:#64748b;background:#f1f5f9;border:1px solid #e2e8f0;padding:.24rem .62rem;border-radius:999px}.message-row{display:flex}.message-row.mine{justify-content:flex-end}.message-row.theirs{justify-content:flex-start}.message-bubble{max-width:min(74%,620px);border-radius:14px;padding:.55rem .72rem .46rem;background:#f8fafc;border:1px solid #e5e7eb}.message-bubble.offer-bubble{padding:0;background:#fff}.message-row.mine .message-bubble{background:linear-gradient(135deg,#6366f1,#7c3aed);border-color:#6366f1}.message-row.mine .message-bubble.offer-bubble{background:#eef2ff;border-color:#6366f166}.message-text{margin:0;white-space:pre-wrap;word-break:break-word;line-height:1.4;font-size:.92rem;color:#0f172a}.message-row.mine .message-text{color:#fff}.message-time{margin-top:.22rem;display:block;font-size:.69rem;font-weight:700;color:#64748b}.message-row.mine .message-time{color:#fffc}.offer-card{display:flex;flex-direction:column;gap:.5rem;padding:.75rem .85rem .65rem}.offer-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.offer-label{font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#64748b}.offer-amount{font-size:1.05rem;font-weight:700;color:#0f172a}.offer-status{font-size:.66rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;padding:.2rem .55rem;border-radius:999px;border:1px solid rgba(148,163,184,.35);background:#94a3b826;color:#475569}.offer-status-accepted{border-color:#22c55e66;background:#22c55e29;color:#166534}.offer-status-declined,.offer-status-cancelled{border-color:#ef444459;background:#ef44441f;color:#991b1b}.offer-status-countered{border-color:#f9731659;background:#f973161f;color:#9a3412}.offer-note{margin:0;font-size:.88rem;line-height:1.5;color:#1f2937}.offer-actions{display:flex;flex-wrap:wrap;gap:.4rem}.offer-action-btn{border:1px solid #cbd5e1;background:#fff;color:#1f2937;font-size:.78rem;font-weight:700;padding:.35rem .75rem;border-radius:999px;cursor:pointer}.offer-action-btn:disabled{opacity:.6;cursor:not-allowed}.offer-primary{border-color:#6366f166;background:#6366f124;color:#3730a3}.offer-danger{border-color:#ef444459;background:#ef44441f;color:#991b1b}.offer-counter{display:grid;gap:.4rem}.offer-counter-input{border:1px solid #cbd5e1;border-radius:10px;padding:.4rem .6rem;font-size:.82rem}.offer-counter-input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11f}.offer-counter-actions{display:flex;flex-wrap:wrap;gap:.4rem}.message-form{border-top:1px solid #e5e7eb;padding:.85rem 1rem;display:grid;grid-template-columns:1fr auto;gap:.55rem;background:#fff}.message-input{width:100%;height:42px;border:1px solid #e5e7eb;border-radius:11px;padding:0 .78rem;font-size:.92rem;outline:none;color:#111827;background:#fff}.message-input::placeholder{color:#94a3b8}.message-input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11f}.send-button{height:42px;border:none;border-radius:11px;padding:0 .95rem;font-size:.86rem;font-weight:700;color:#fff;background:#111;cursor:pointer}.send-button:disabled{opacity:.62;cursor:not-allowed}.state-block{margin:auto;color:#64748b;font-size:.92rem;text-align:center;padding:1rem}.conversations-sidebar .state-block{flex:1;display:flex;align-items:center;justify-content:center;padding:1.5rem 1rem}.state-block .empty-state-panel{width:min(100%,560px);margin:0 auto}.conversations-sidebar .state-block .empty-state-panel{width:100%;grid-template-columns:1fr;text-align:center;gap:.75rem;padding:1.5rem 1rem}.conversations-sidebar .state-block .empty-state-illustration{max-width:160px;margin:0 auto}.chat-empty{min-height:180px;display:flex;align-items:center;justify-content:center}.no-conversation-selected{min-height:240px;display:flex;align-items:center;justify-content:center}@media(max-width:980px){.messages-layout{grid-template-columns:1fr;height:auto;min-height:calc(100vh - 6.5rem)}.messages-container{height:auto;overflow-y:auto}.conversations-sidebar{border-right:none;border-bottom:1px solid #e5e7eb;max-height:42vh}.messages-header{flex-direction:column;align-items:flex-start}.messages-header-actions{width:100%}.view-product-btn,.view-seller-btn{flex:1}.message-bubble{max-width:86%}.message-form{display:flex;flex-direction:column;align-items:stretch}.message-input,.send-button{width:100%;max-width:100%;box-sizing:border-box}.send-button{display:block}}@media(max-width:768px){.messages-container{height:auto;padding:0;overflow-y:auto}.messages-layout{border-radius:0;box-shadow:none;grid-template-columns:1fr}.conversations-sidebar{max-height:40vh}.messages-layout.chat-open .conversations-sidebar,.messages-layout.chat-closed .messages-area{display:none}.messages-layout.chat-open .messages-area{display:flex}.messages-layout.chat-closed .conversations-sidebar{max-height:none}.back-to-list-btn{display:inline-flex;align-items:center;gap:.25rem}.sidebar-header{height:56px;padding:0 .9rem}.sidebar-header h2{font-size:.95rem}.conversations-list{padding:.35rem .4rem .6rem}.messages-header{padding:.65rem .9rem;gap:.55rem}.messages-header-text h2{font-size:.9rem}.messages-header-actions{width:100%;gap:.4rem}.view-product-btn,.view-seller-btn{height:34px;font-size:.74rem;padding:0 .6rem}.messages-list{padding:.75rem .85rem .6rem}.message-bubble{max-width:92%}.message-text{font-size:.88rem}.message-form{padding:.65rem .85rem;grid-template-columns:1fr}.message-input,.send-button{height:38px;width:100%;max-width:100%;box-sizing:border-box}.message-input{padding:0 .6rem;font-size:.86rem}}@media(max-width:520px){.message-form{gap:.45rem}.message-input{height:36px;font-size:.85rem}.send-button{height:36px;font-size:.82rem;width:100%;max-width:100%;box-sizing:border-box}}.offers-page{min-height:calc(100vh - var(--nav-height));padding:1.75rem 1.5rem 2rem;background:linear-gradient(180deg,#f8fafc,#f1f5f9);overflow-x:hidden}.offers-wrap{max-width:1080px;margin:0 auto}.offers-header{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:1.25rem 1.25rem 1.1rem;box-shadow:0 8px 20px #0f172a0d}.offers-header h1{margin:0;font-size:clamp(1.45rem,1.9vw,2rem);color:#0f172a;letter-spacing:-.02em}.offers-header p{margin:.4rem 0 0;color:#64748b}.offers-summary{margin-top:.95rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.6rem}.summary-pill{border:1px solid #e2e8f0;border-radius:12px;background:#fff;padding:.58rem .72rem;display:flex;justify-content:space-between;align-items:baseline;gap:.75rem}.summary-pill span{color:#64748b;font-size:.8rem;font-weight:700}.summary-pill strong{color:#0f172a;font-size:1rem}.offers-tabs{display:inline-flex;gap:.55rem;margin:1rem 0 1.05rem;padding:.4rem;border:1px solid #e2e8f0;border-radius:12px;background:#fff}.offers-tabs button{border:1px solid transparent;background:transparent;color:#475569;height:38px;border-radius:9px;padding:0 .95rem;font-weight:800;cursor:pointer}.offers-tabs button.active{border-color:#d8b4fe;background:#faf5ff;color:#6d28d9}.offers-state{text-align:center;color:#64748b;background:#fff;border:1px dashed #cbd5e1;border-radius:14px;padding:2rem 1rem}.offers-list{display:flex;flex-direction:column;gap:.85rem}.offer-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:.85rem;transition:transform .2s ease,box-shadow .2s ease}.offer-card:hover{transform:translateY(-2px);box-shadow:0 12px 22px #0f172a0f}.offer-card-main{display:flex;gap:.9rem}.offer-thumb{width:104px;height:104px;border-radius:12px;object-fit:cover;border:1px solid #e2e8f0;background:#f1f5f9;flex-shrink:0}.offer-content{flex:1;min-width:0}.offer-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.8rem}.offer-title-wrap h3{margin:0;font-size:1.02rem;color:#0f172a;line-height:1.3}.offer-direction{margin:.25rem 0 0;color:#64748b;font-size:.8rem;font-weight:700}.offer-party-link{border:none;background:transparent;padding:0;color:#6d28d9;font:inherit;font-weight:800;cursor:pointer}.offer-party-link:hover{text-decoration:underline}.offer-amount-box{min-width:108px;padding:.45rem .6rem;border-radius:10px;background:#fff;border:1px solid #e2e8f0;text-align:right}.offer-amount-box span{display:block;color:#64748b;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.offer-amount-box strong{color:#0f172a;font-size:.98rem}.offer-meta-row{margin-top:.55rem;display:flex;gap:.45rem;flex-wrap:wrap;align-items:center}.offer-status{padding:.21rem .54rem;border-radius:999px;font-size:.69rem;text-transform:uppercase;font-weight:800;letter-spacing:.05em}.offer-status.pending{background:#f8fafc;color:#854d0e}.offer-status.pending_confirmation{background:#f8fafc;color:#9a3412}.offer-status.countered{background:#faf5ff;color:#6d28d9}.offer-status.accepted{background:#f0fdf4;color:#166534}.offer-status.declined,.offer-status.cancelled{background:#f8fafc;color:#991b1b}.offer-meta{margin:0;color:#475569;font-size:.8rem;font-weight:700;padding:.22rem .5rem;border-radius:999px;background:#f8fafc}.offer-turn{margin:0;color:#6d28d9;font-size:.8rem;font-weight:800;padding:.22rem .5rem;border-radius:999px;background:#faf5ff}.offer-message{margin:.55rem 0 0;color:#334155;font-style:italic}.offer-time{margin:.55rem 0 0;color:#64748b;font-size:.79rem}.offer-links{margin-top:.5rem;display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.offer-links a{color:#2c2a2a;font-weight:800;text-decoration:none}.offer-links a:hover{text-decoration:underline}.offer-order-link{border:1px solid #e2e8f0;border-radius:8px;height:32px;padding:0 .75rem;font-size:.78rem;font-weight:800;background:#fff;color:#334155;cursor:pointer}.offer-order-link:hover{background:#f8fafc}.seller-profile-link{color:#242424}.seller-profile-link:hover{background:#faf5ff}.offer-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:.82rem}.offer-btn{border:1px solid #e2e8f0;height:36px;border-radius:9px;padding:0 .9rem;font-weight:800;cursor:pointer;background:#fff;color:#334155}.offer-btn.accept{background:#111827;border-color:#111827;color:#fff}.offer-btn.counter{background:#faf5ff;border-color:#e9d5ff;color:#6d28d9}.offer-btn.decline,.offer-btn.cancel{background:#fff;border-color:#fecaca;color:#991b1b}.offer-btn:disabled{opacity:.55;cursor:not-allowed}.counter-offer-form{margin-top:.72rem;padding-top:.72rem;border-top:1px solid #e2e8f0;display:flex;flex-direction:column;gap:.62rem}.counter-offer-row{display:flex;flex-direction:column;gap:.32rem}.counter-offer-row label{font-size:.78rem;font-weight:700;color:#334155}.counter-offer-row input,.counter-offer-row textarea{border:1px solid #cbd5e1;border-radius:10px;padding:.58rem .62rem;font-size:.88rem;color:#0f172a;background:#fff}.counter-offer-row input:focus,.counter-offer-row textarea:focus{outline:none;border-color:#c084fc;box-shadow:0 0 0 3px #c084fc1f}.counter-offer-row textarea{resize:vertical;min-height:80px}.counter-offer-actions{display:flex;justify-content:flex-end;gap:.5rem}@media(max-width:900px){.offers-summary{grid-template-columns:1fr}}@media(max-width:640px){.offers-page{padding:.85rem .7rem 1.2rem}.offers-header{padding:.8rem;border-radius:14px}.offers-header h1{font-size:1.2rem}.offers-header p{font-size:.82rem}.offers-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem;margin-top:.7rem}.summary-pill{padding:.45rem .55rem;border-radius:10px}.summary-pill span{font-size:.68rem}.summary-pill strong{font-size:.88rem}.offers-tabs{width:100%;flex-wrap:wrap;padding:.25rem;border-radius:999px}.offers-tabs button{flex:1 1 auto;height:32px;font-size:.75rem;padding:0 .7rem}.offer-card-main{flex-direction:row;display:grid;grid-template-columns:96px minmax(0,1fr);gap:.65rem}.offer-thumb{width:96px;height:96px;border-radius:10px}.offer-header{flex-direction:row;align-items:flex-start}.offer-amount-box{min-width:86px;padding:.35rem .5rem;border-radius:8px;text-align:right}.offer-amount-box span{font-size:.6rem}.offer-amount-box strong{font-size:.85rem}.offer-title-wrap h3{font-size:.95rem}.offer-direction{font-size:.72rem}.offer-meta-row{margin-top:.35rem;gap:.35rem}.offer-status,.offer-meta,.offer-turn{font-size:.62rem;padding:.18rem .45rem}.offer-message{display:none}.offer-time{margin-top:.35rem;font-size:.7rem}.offer-actions,.counter-offer-actions{justify-content:flex-start;flex-wrap:wrap;margin-top:.6rem}.offer-btn{height:32px;padding:0 .7rem;font-size:.72rem}}@media(max-width:480px){.offers-page{padding:.75rem .6rem 1.1rem}.offer-card{padding:.65rem}.offer-thumb{width:86px;height:86px}.offers-summary{grid-template-columns:1fr}.offer-card-main{grid-template-columns:86px minmax(0,1fr)}.offer-links{gap:.4rem}.offer-order-link{height:28px;padding:0 .6rem;font-size:.7rem}}.profile-settings-page{min-height:calc(100vh - var(--nav-height));background:radial-gradient(circle at top,#eef2ff,#f8fafc 48%,#f1f5f9);padding:2rem}.settings-shell{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:220px 1fr;gap:2.5rem}.settings-sidebar{display:flex;flex-direction:column;gap:.7rem;padding:1rem;border-radius:16px;background:#fff;border:1px solid #e5e7eb;box-shadow:0 14px 30px #0f172a14}.settings-tab{border:1px solid transparent;background:#f8fafc;text-align:left;color:#475569;font-size:1rem;font-weight:700;cursor:pointer;padding:.6rem .85rem;border-radius:12px;transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease}.settings-tab:disabled{cursor:default}.settings-tab.active{color:#0f172a;background:#e0e7ff;border-color:#c7d2fe;width:100%}.settings-tab:not(.active):not(:disabled):hover{background:#eef2ff;border-color:#dbeafe;transform:translateY(-1px)}.settings-main{background:#fff;border-radius:20px;border:1px solid #e5e7eb;padding:2rem;box-shadow:0 18px 36px #0f172a14}.settings-main h1{margin:0 0 2rem;font-size:2.3rem;color:#0f172a}.settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.1rem}.settings-grid label{display:flex;flex-direction:column;gap:.5rem;color:#111827;font-weight:600}.settings-grid input,.settings-grid select{height:56px;border:1px solid #d1d5db;border-radius:8px;padding:0 1rem;font-size:1.1rem;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.location-row{grid-column:1 / 2}.settings-main h2{margin:2rem 0 1rem;font-size:2rem}.settings-note{margin:0 0 1rem;color:#6b7280;font-size:.98rem}.settings-section-note{max-width:720px}.settings-address-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.1rem}.settings-address-grid label{display:flex;flex-direction:column;gap:.5rem;color:#111827;font-weight:600}.settings-address-grid input,.settings-address-grid select{height:56px;border:1px solid #d1d5db;border-radius:8px;padding:0 1rem;font-size:1.1rem;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.settings-grid input:focus,.settings-grid select:focus,.settings-address-grid input:focus,.settings-address-grid select:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f129}.settings-dropdown{position:relative}.settings-dropdown-menu{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 16px 32px #0f172a1f;padding:.3rem;max-height:260px;overflow-y:auto;z-index:20}.settings-dropdown-option{width:100%;border:none;background:transparent;text-align:left;padding:.65rem .75rem;border-radius:12px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:.7rem;color:#111827;font-size:.95rem;font-weight:600}.settings-dropdown-option small{color:#6b7280;font-size:.72rem;font-weight:600}.settings-dropdown-option:hover{background:#f5f3ff}.settings-dropdown-option--warehouse{align-items:flex-start}.settings-dropdown-option--warehouse strong{display:block;font-size:.9rem;color:#111827}.settings-dropdown-option--warehouse span{display:block;margin-top:.2rem;color:#6b7280;font-size:.78rem;font-weight:600}.settings-dropdown-status{padding:.8rem .9rem;color:#6b7280;font-size:.85rem;text-align:center}.settings-map-link{font-size:.72rem;font-weight:700;color:#6366f1;text-decoration:none;white-space:nowrap}.settings-map-link:hover{text-decoration:underline}.settings-address-full{grid-column:1 / -1}.settings-nova-hints{display:none;border-radius:12px;border:1px dashed #cbd5f5;background:#f8f7ff;padding:.85rem 1rem;color:#475569}.settings-nova-hints-title{font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#4f46e5;margin-bottom:.45rem}.settings-nova-hints ul{margin:0;padding-left:1.1rem;display:grid;gap:.35rem;font-size:.85rem;line-height:1.5}.privacy-list{display:flex;flex-direction:column;gap:1rem}.privacy-item{display:flex;justify-content:space-between;align-items:center;font-size:1.05rem}.privacy-item input[type=checkbox]{width:24px;height:24px}.settings-actions{margin-top:1.7rem;display:flex;gap:.8rem}.settings-save,.settings-cancel{height:44px;padding:0 1.1rem;border-radius:10px;border:none;font-weight:700;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease}.settings-save{background:linear-gradient(135deg,#4f46e5,#6366f1);color:#fff;box-shadow:0 10px 18px #4f46e540}.settings-cancel{background:#e5e7eb;color:#374151}.settings-save:hover{transform:translateY(-1px);box-shadow:0 14px 24px #4f46e54d}.settings-cancel:hover{background:#dbe1ea;transform:translateY(-1px)}.settings-error{color:#dc2626;margin-top:.8rem}.settings-success{color:#059669;margin-top:.8rem}@media(max-width:900px){.profile-settings-page{padding:1.1rem 1rem 1.6rem;background:#f5f5f5}.settings-shell{grid-template-columns:1fr;gap:1.4rem}.settings-sidebar{flex-direction:row;align-items:center;gap:.6rem;padding-top:0;overflow-x:auto;scrollbar-width:none}.settings-sidebar::-webkit-scrollbar{height:0}.settings-tab{font-size:.82rem;font-weight:700;padding:.45rem .85rem;border-radius:999px;border:1px solid #e5e7eb;background:#fff;color:#6b7280;white-space:nowrap}.settings-tab.active{border-bottom:none;width:auto;background:#111827;color:#fff;border-color:#111827}.settings-main{background:#fff;border-radius:18px;border:1px solid #e5e7eb;padding:1.2rem;box-shadow:0 10px 24px #0f172a0f}.settings-main h1{font-size:1.6rem;margin-bottom:1.1rem}.settings-main h2{margin:1.4rem 0 .8rem;font-size:1.35rem}.settings-note{font-size:.9rem}.settings-grid{grid-template-columns:1fr}.settings-grid label,.settings-address-grid label{font-size:.88rem}.settings-grid input,.settings-grid select,.settings-address-grid input,.settings-address-grid select{height:48px;font-size:.95rem;border-radius:10px}.settings-address-grid{grid-template-columns:1fr}.location-row,.settings-address-full{grid-column:auto}.privacy-item{font-size:.95rem}.settings-actions{flex-direction:column}.settings-save,.settings-cancel{width:100%;height:46px}}@media(max-width:720px){.settings-nova-hints{display:block}}@media(max-width:640px){.settings-main{padding:1rem;border-radius:16px}.settings-tab{font-size:.78rem;padding:.4rem .75rem}.settings-note{font-size:.86rem}}.settings-card-bank{display:flex;align-items:center;gap:.25rem;margin-top:.35rem;padding:.3rem .6rem;border-radius:8px;background:linear-gradient(135deg,#eef2ff,#f0fdf4);border:1px solid #c7d2fe;font-size:.82rem!important;font-weight:700;color:#4338ca;width:fit-content;animation:cardBankFadeIn .3s ease}.settings-card-bank__name{color:#1e1b4b}.settings-card-bank__network{color:#6366f1}@keyframes cardBankFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.adc-page{--adc-bg: #f6f7f9;--adc-bg-2: #ffffff;--adc-card: #ffffff;--adc-ink: #0b1220;--adc-muted: #6b7280;--adc-border: #e5e7eb;--adc-accent: #111827;--adc-accent-soft: rgba(17, 24, 39, .08);--adc-danger: #ef4444;--adc-success: #16a34a;--adc-shadow: 0 2px 8px rgba(15, 23, 42, .06);--adc-soft-shadow: 0 1px 4px rgba(15, 23, 42, .05);min-height:100vh;padding:2.5rem 1.5rem 4rem;margin:0 auto;max-width:1280px;color:var(--adc-ink);font-family:Inter,Segoe UI,sans-serif;position:relative;background:var(--adc-bg)}.adc-page:before{content:"";position:absolute;inset:-8vh -10vw;background:radial-gradient(60% 60% at 0% 0%,rgba(15,23,42,.04) 0%,transparent 60%),radial-gradient(50% 60% at 90% 10%,rgba(15,23,42,.04) 0%,transparent 60%),linear-gradient(180deg,var(--adc-bg),var(--adc-bg-2));z-index:-1}.adc-header{background:#0b1020;color:#fff;border-radius:12px;padding:1.6rem 1.8rem;box-shadow:var(--adc-shadow);display:flex;justify-content:space-between;align-items:center;gap:1.25rem}.adc-header__actions{display:flex;gap:.6rem;flex-wrap:wrap;align-items:center}.adc-header__eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:.7rem;color:#f8fafcb3;margin-bottom:.35rem}.adc-header__title{margin:0;font-size:28px;font-weight:900;letter-spacing:-.02em}.adc-btn{border-radius:8px;border:1px solid transparent;font-weight:700;padding:.55rem 1.1rem;font-family:inherit;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease}.adc-btn:disabled{opacity:.65;cursor:not-allowed;transform:none}.adc-btn--primary{background:#111827;color:#fff;box-shadow:0 8px 18px #11182733}.adc-btn--primary:hover{transform:translateY(-1px);box-shadow:0 10px 20px #1118274d}.adc-btn--ghost{background:#ffffff14;color:#fff;border-color:#fff3}.adc-btn--ghost:hover{box-shadow:0 0 0 2px #ffffff2e}.adc-btn--soft{background:#f8fafc;border-color:var(--adc-border);color:var(--adc-ink)}.adc-btn--outline{background:transparent;border-color:var(--adc-border);color:var(--adc-ink)}.adc-btn--danger{background:var(--adc-danger);color:#fff}.adc-error{margin-top:1rem;background:#fef2f2;border:1px solid #fecaca;color:#991b1b;padding:.75rem 1rem;border-radius:10px;font-weight:600}.adc-tabs{display:flex;gap:.6rem;margin:1.4rem 0 1rem;overflow-x:auto;padding-bottom:.4rem}.adc-tab{background:#f3f4f6;border:1px solid transparent;border-radius:10px;padding:.5rem 1rem;color:#475569;font-weight:600;white-space:nowrap;transition:background .2s ease,color .2s ease}.adc-tab--active{background:#111827;color:#fff;box-shadow:0 4px 12px #11182733}.adc-overview,.adc-analytics{display:flex;flex-direction:column;gap:1.4rem}.adc-kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:.9rem}.adc-stat{background:var(--adc-card);border:1px solid var(--adc-border);border-radius:12px;padding:1rem 1.1rem;box-shadow:var(--adc-soft-shadow);position:relative;overflow:hidden}.adc-kpi-grid .adc-stat:nth-child(1){background:#eef2ff;border-left:4px solid #4f46e5}.adc-kpi-grid .adc-stat:nth-child(2){background:#fef2f2;border-left:4px solid #ef4444}.adc-kpi-grid .adc-stat:nth-child(3){background:#ecfdf3;border-left:4px solid #16a34a}.adc-kpi-grid .adc-stat:nth-child(4){background:#f8fafc;border-left:4px solid #111827}.adc-kpi-grid .adc-stat:nth-child(5){background:#fff7ed;border-left:4px solid #f59e0b}.adc-kpi-grid .adc-stat:nth-child(6){background:#f3f4f6;border-left:4px solid #111827}.adc-kpi-grid .adc-stat:nth-child(7){background:#f5f3ff;border-left:4px solid #7c3aed}.adc-stat__label{margin:0;text-transform:uppercase;letter-spacing:.12em;font-size:.68rem;font-weight:700;color:var(--adc-muted)}.adc-stat__value{margin:.2rem 0 0;font-size:1.7rem;font-weight:800}.adc-stat__sub{margin:.35rem 0 0;font-size:.85rem;color:var(--adc-muted)}.adc-stat--accent{background:#111827;border-color:#111827;color:#fff}.adc-stat--accent .adc-stat__label,.adc-stat--accent .adc-stat__sub,.adc-stat--accent .adc-stat__value{color:#fff}.adc-charts-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem}.adc-chart-card{background:var(--adc-card);border:1px solid var(--adc-border);border-radius:12px;padding:1rem 1.2rem;box-shadow:var(--adc-soft-shadow)}.adc-chart-card__title{margin:0 0 .8rem;font-size:1rem;font-weight:700}.mc-wrap{display:grid;grid-auto-flow:column;gap:6px;align-items:end;height:110px}.mc-col{display:flex;align-items:flex-end}.mc-bar{width:10px;border-radius:2px;opacity:.9;transition:height .2s ease}.mc-bar:hover{opacity:1}.mc-empty{color:var(--adc-muted);font-size:.9rem}.mc-line{width:100%;height:120px}.adc-section{margin-top:1.4rem}.adc-section__header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.8rem;margin-bottom:.8rem}.adc-section__title{margin:0;font-size:1.35rem;font-weight:800}.adc-filter-row{display:flex;gap:.45rem;flex-wrap:wrap}.adc-filter-btn{border-radius:10px;border:1px solid var(--adc-border);background:#fff;color:var(--adc-muted);font-weight:600;padding:.35rem .8rem;text-transform:capitalize}.adc-filter-btn.active{border-color:#111827;color:#111827;background:#1118270f}.adc-card-list{display:grid;gap:.9rem}.adc-card{background:var(--adc-card);border:1px solid var(--adc-border);border-radius:12px;padding:1rem 1.1rem;box-shadow:var(--adc-soft-shadow)}.adc-card--priority{border-color:#fde68a;background:#fffbeb}.adc-card__top{display:flex;justify-content:space-between;align-items:flex-start;gap:.8rem}.adc-card__title{margin:0;font-weight:800}.adc-card__sub{margin:.3rem 0 0;color:var(--adc-muted);font-size:.88rem}.adc-card__body{margin-top:.7rem;color:var(--adc-ink)}.adc-card__body p{margin:.35rem 0}.adc-chip-row{display:flex;flex-wrap:wrap;gap:.4rem;justify-content:flex-end}.adc-chip{border-radius:999px;font-size:.72rem;padding:.2rem .6rem;font-weight:700;background:#f1f5f9;color:#475569}.adc-chip--pending{background:#fef3c7;color:#92400e}.adc-chip--reviewing{background:#f3f4f6;color:#374151}.adc-chip--resolved,.adc-chip--available{background:#dcfce7;color:#166534}.adc-chip--dismissed,.adc-chip--deleted{background:#fee2e2;color:#991b1b}.adc-chip--kabany{background:#f1f5f9;color:#0f172a}.adc-chip--verified{background:#eef2ff;color:#4338ca}.adc-chip--sold{background:#e2e8f0;color:#475569}.adc-chip--completed,.adc-chip--delivered{background:#dcfce7;color:#166534}.adc-chip--cancelled,.adc-chip--canceled,.adc-chip--failed{background:#fee2e2;color:#991b1b}.adc-chip--role-admin{background:#f3f4f6;color:#111827}.adc-chip--role-user{background:#e2e8f0;color:#475569}.adc-action-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.adc-notes{width:100%;border:1px solid var(--adc-border);border-radius:8px;padding:.55rem .75rem;font-family:inherit;margin-top:.6rem}.adc-notes:focus{outline:none;border-color:#111827;box-shadow:0 0 0 3px #1118271f}.adc-priority-block{border:1px solid #fde68a;background:#fffbeb;border-radius:12px;padding:.9rem 1rem;margin-bottom:1rem}.adc-priority-block__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:.6rem}.adc-table-wrap{background:var(--adc-card);border:1px solid var(--adc-border);border-radius:12px;padding:.8rem;box-shadow:var(--adc-soft-shadow);overflow-x:auto}.adc-table{width:100%;border-collapse:collapse;font-size:.92rem}.adc-table thead th{text-align:left;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--adc-muted);padding:.6rem .4rem}.adc-table tbody td{padding:.7rem .4rem;border-top:1px solid var(--adc-border)}.adc-table tbody tr:hover{background:#f3f4f6}.adc-table__accent{font-weight:700;color:#111827}.adc-table__muted{color:var(--adc-muted)}.adc-table__row--gold{background:#f3f4f6}.adc-link{color:#111827;font-weight:700}.adc-product-grid{display:grid;gap:.8rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.adc-product-chip{display:flex;gap:.8rem;align-items:center;background:var(--adc-card);border:1px solid var(--adc-border);border-radius:12px;padding:.7rem .8rem;box-shadow:var(--adc-soft-shadow);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.adc-product-chip:hover{transform:translateY(-2px);box-shadow:0 10px 20px #0f172a1f}.adc-product-chip__img{width:56px;height:56px;border-radius:8px;object-fit:cover;border:1px solid var(--adc-border)}.adc-product-chip__info{display:flex;flex-direction:column}.adc-product-chip__name{margin:0;font-weight:700}.adc-product-chip__meta{margin:.2rem 0 0;color:var(--adc-muted);font-size:.85rem}.adc-progress-wrap{display:flex;align-items:center;gap:.5rem}.adc-progress-wrap span{font-size:.85rem;color:var(--adc-muted)}.adc-progress{height:8px;background:#111827;border-radius:6px;min-width:20px}.adc-badge-grid{display:grid;gap:.8rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.adc-badge-stat{background:var(--adc-card);border:1px solid var(--adc-border);border-radius:12px;padding:.8rem 1rem;display:flex;align-items:center;justify-content:space-between;box-shadow:var(--adc-soft-shadow)}.adc-search{border:1px solid var(--adc-border);border-radius:8px;padding:.55rem .8rem;width:min(360px,100%);font-family:inherit}.adc-search:focus{outline:none;border-color:#111827;box-shadow:0 0 0 3px #1118271f}.adc-empty{text-align:center;border:1px dashed var(--adc-border);border-radius:12px;padding:2rem 1rem;color:var(--adc-muted);background:#fff}.adc-spinner{min-height:60vh;display:grid;place-items:center;color:var(--adc-muted)}.adc-spinner__ring{width:44px;height:44px;border-radius:50%;border:4px solid rgba(17,24,39,.2);border-top-color:#111827;animation:adc-spin .8s linear infinite}@keyframes adc-spin{to{transform:rotate(360deg)}}@media(max-width:900px){.adc-header{flex-direction:column;align-items:flex-start}.adc-header__title{font-size:1.8rem}}@media(max-width:640px){.adc-page{padding:2rem 1rem 3rem}.adc-table-wrap{padding:.6rem}}.adc-section__sub{margin:.35rem 0 0;color:#64748b;font-size:.9rem}.commission-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.2rem;margin-bottom:1.5rem}.commission-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.25rem;box-shadow:0 12px 24px #0f172a0a;display:grid;gap:1rem}.commission-card h3{margin:0;font-size:1.05rem}.commission-field-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.85rem}.commission-field-grid label{display:grid;gap:.35rem;font-size:.85rem;font-weight:700;color:#0f172a}.commission-field-grid input,.commission-field-grid select{width:100%;padding:.55rem .75rem;border-radius:8px;border:1px solid #e2e8f0;background:#f8fafc;font-size:.9rem}.commission-search{width:100%;padding:.55rem .75rem;border-radius:8px;border:1px solid #e2e8f0;background:#fff;font-size:.9rem}.commission-field-full{grid-column:1 / -1}.commission-confirm-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.8rem;align-items:end}.commission-code-field small{color:#64748b;font-weight:600}.commission-meta{margin:0;color:#64748b;font-size:.82rem}.commission-action-row{display:flex;gap:.6rem;flex-wrap:wrap}.commission-list,.commission-audit{margin-top:1.2rem}.adc-pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1rem;padding:.6rem 0}.adc-pagination__info{font-size:.88rem;font-weight:600;color:var(--adc-muted)}.adc-btn--sm{padding:.35rem .75rem;font-size:.82rem}.adc-section-head{display:flex;justify-content:space-between;align-items:center;gap:.8rem;margin-bottom:.6rem;flex-wrap:wrap}.payouts-page{min-height:calc(100vh - var(--nav-height));padding:2.5rem 1.5rem 4rem;background:#f8fafc;font-family:Manrope,Segoe UI,sans-serif;color:#0f172a}.payouts-hero{display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem;padding:1.25rem 1.5rem;border-radius:12px;background:#fff;border:1px solid #e2e8f0}.payouts-eyebrow{text-transform:uppercase;letter-spacing:1px;font-size:10px;font-weight:700;color:#64748b}.payouts-hero h1{margin:.5rem 0 .3rem;font-size:28px;font-weight:800;color:#0f172a}.payouts-hero p{margin:0;color:#64748b;max-width:60ch;font-size:.95rem}.payouts-hero-actions{display:flex;gap:.6rem;flex-wrap:wrap}.payouts-btn{border-radius:8px;border:1px solid #e2e8f0;padding:10px 16px;font-weight:600;font-size:13px;cursor:pointer;transition:background .2s ease,border-color .2s ease;background:#fff;color:#475569}.payouts-btn:disabled{opacity:.6;cursor:not-allowed}.payouts-btn--primary{background:#0f172a;color:#fff;border-color:#0f172a}.payouts-btn--ghost{background:transparent;color:#475569}.payouts-btn--hold{border-color:#fef3c7;color:#f59e0b;background:#fffbeb}.payouts-btn--danger{border-color:#fee2e2;color:#ef4444;background:#fef2f2}.payouts-btn--card{background:#f1f5f9;border-color:#e2e8f0;color:#0f172a;font-size:12px;font-weight:600;padding:6px 10px}.payouts-tabs{margin:1.5rem 0 1rem;background:#f1f5f9;border-radius:10px;padding:4px;display:inline-flex;gap:4px}.payouts-tab{border-radius:8px;border:none;padding:6px 12px;background:transparent;color:#64748b;font-weight:500;display:inline-flex;align-items:center;gap:6px;font-size:13px}.payouts-tab.active{background:#fff;color:#0f172a;font-weight:700;box-shadow:0 2px 4px #0000000d}.payouts-tab-count{background:#e2e8f0;border-radius:999px;padding:2px 8px;font-size:11px;font-weight:700;color:#475569}.payouts-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;margin-bottom:1.2rem}.payouts-metric-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:12px 16px;display:grid;gap:6px}.payouts-metric-card span{font-size:11px;text-transform:uppercase;letter-spacing:.5px;color:#64748b;font-weight:700}.payouts-metric-card strong{font-size:18px;font-weight:800;color:#0f172a}.payouts-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem}.payouts-card-header h2{margin:0;font-size:1.2rem}.payouts-card-header p{margin:.35rem 0 0;color:#64748b}.payouts-table-wrap{margin-top:1.2rem;overflow-x:auto;overflow-y:hidden;border-radius:12px;border:1px solid #e2e8f0}.payouts-table{width:100%;border-collapse:collapse;font-size:13px;font-family:IBM Plex Sans Condensed,Segoe UI,sans-serif}.payouts-table th{text-align:left;padding:12px 20px;color:#64748b;font-size:11px;letter-spacing:.5px;text-transform:uppercase;background:#f8fafc;border-bottom:1px solid #e2e8f0}.payouts-table td{padding:16px 20px;border-bottom:1px solid #f1f5f9;vertical-align:middle}.payouts-table tbody tr:hover{background:#f8fafc}.payouts-link{background:none;border:none;color:#0f172a;font-weight:700;cursor:pointer;padding:0}.payouts-id-cell{font-family:Monaco,Courier New,monospace;font-size:13px;color:#64748b}.payouts-seller strong{display:block;font-weight:700;color:#0f172a}.payouts-seller span{display:block;color:#94a3b8;font-size:12px}.payouts-amount{font-size:15px;font-weight:800;color:#0f172a}.payouts-amount--tint{background:#10b9810d;padding:4px 8px;border-radius:6px;display:inline-block}.payouts-col-amount{text-align:right}.payouts-action-row{display:flex;flex-wrap:wrap;gap:.4rem}.payouts-card-reveal{display:flex;align-items:center;gap:.5rem}.payouts-empty{padding:2rem;text-align:center;color:#6b7280}.payouts-no-card{color:#ef4444;font-weight:700;font-size:11px;text-transform:uppercase;letter-spacing:.4px}.payouts-modal{position:fixed;inset:0;background:#0f172a40;display:grid;place-items:center;padding:1.5rem;z-index:40}.payouts-modal-content{background:#fff;border-radius:12px;padding:1.5rem;width:min(540px,100%);border:1px solid #e2e8f0;position:relative}.payouts-modal-close{position:absolute;top:16px;right:16px;border:none;background:none;font-weight:700;cursor:pointer}.payouts-input{width:100%;margin-top:.8rem;padding:.7rem .9rem;border-radius:8px;border:1px solid #e2e8f0;background:#fff}.payouts-modal-actions{margin-top:1rem;display:flex;gap:.6rem;flex-wrap:wrap}.payouts-checklist{margin:1rem 0;display:grid;gap:.6rem}.payouts-checklist label{display:flex;align-items:center;gap:.6rem;font-weight:600}.payouts-detail-card{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.8rem;margin-top:1rem}.payouts-detail-card div{padding:.8rem 1rem;border-radius:10px;border:1px solid #e2e8f0}.payouts-detail-card span{display:block;color:#64748b;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em}.payouts-detail-card strong{font-size:1.1rem}.payouts-detail-actions{margin-top:1rem;display:flex;gap:.6rem;align-items:center;flex-wrap:wrap}.payouts-detail-card-number{font-weight:700;color:#111827}.payouts-status{text-transform:capitalize;font-weight:700}.payouts-status--paid{color:#10b981}.payouts-status--pending,.payouts-status--processing{color:#0f172a}.payouts-status--held{color:#f59e0b}.payouts-status--rejected{color:#ef4444}@media(max-width:900px){.payouts-hero{flex-direction:column}.payouts-metrics{grid-template-columns:1fr}}.as-page{max-width:1280px;margin:0 auto;padding:1.4rem 1rem 2.2rem;display:grid;gap:.9rem}.as-header,.as-stats article,.as-toolbar,.as-item,.as-empty{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 8px 24px #0f172a0a}.as-header{padding:1rem 1.1rem;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.as-kicker{margin:0;color:#6d28d9;font-size:.72rem;font-weight:800;letter-spacing:.09em}.as-header h1{margin:.25rem 0 .45rem}.as-header p{margin:0;color:#6b7280}.as-actions{display:flex;gap:.55rem}.as-btn{height:38px;border-radius:9px;border:1px solid transparent;padding:0 .8rem;font-weight:700;cursor:pointer}.as-btn--primary{background:#111827;color:#fff}.as-btn--ghost{background:#f8fafc;border-color:#d1d5db;color:#111827}.as-btn--soft{background:#eef2ff;border-color:#c7d2fe;color:#3730a3}.as-stats{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.65rem}.as-stats article{padding:.7rem .8rem;display:flex;flex-direction:column;gap:.2rem}.as-stats span{color:#6b7280;font-size:.8rem}.as-stats strong{color:#111827;font-size:1.2rem}.as-toolbar{padding:.78rem .85rem;display:flex;justify-content:space-between;gap:.8rem}.as-filters{display:flex;gap:.5rem}.as-toolbar select,.as-toolbar input,.as-item textarea{border:1px solid #d1d5db;border-radius:10px;font-family:inherit;padding:.55rem .65rem}.as-toolbar form{display:flex;gap:.5rem}.as-toolbar input{min-width:300px}.as-empty{padding:1rem;color:#6b7280}.as-list{display:grid;gap:.75rem}.as-item{padding:.85rem;display:grid;gap:.65rem}.as-item-top{display:flex;justify-content:space-between;gap:.8rem}.as-item-top h3{margin:0}.as-item-top p{margin:.25rem 0 0;color:#6b7280;font-size:.86rem}.as-message{margin:0;white-space:pre-line;color:#374151;font-size:.92rem}.as-chips{display:flex;flex-wrap:wrap;gap:.4rem;align-content:flex-start}.as-chip{border:1px solid #d1d5db;border-radius:999px;padding:.18rem .56rem;font-size:.75rem;font-weight:700}.as-chip--open{background:#eef2ff;color:#3730a3;border-color:#c7d2fe}.as-chip--in_review{background:#ecfeff;color:#155e75;border-color:#a5f3fc}.as-chip--waiting_user{background:#fff7ed;color:#9a3412;border-color:#fed7aa}.as-chip--resolved{background:#ecfdf5;color:#166534;border-color:#bbf7d0}.as-chip--closed{background:#f3f4f6;color:#374151;border-color:#e5e7eb}.as-chip--urg-critical{background:#fef2f2;color:#991b1b;border-color:#fecaca}.as-chip--urg-high{background:#fffbeb;color:#92400e;border-color:#fde68a}.as-chip--urg-normal{background:#f9fafb;color:#374151;border-color:#e5e7eb}.as-context-grid{display:grid;grid-template-columns:1fr 1fr;gap:.9rem;border-top:1px solid #eceff4;padding-top:.65rem}.as-context-grid h4{margin:0 0 .4rem}.as-context-grid ul{margin:0;padding-left:1.1rem;display:grid;gap:.25rem;color:#374151;font-size:.86rem}.as-context-grid p{margin:0;color:#6b7280}.as-action-row{display:flex;flex-wrap:wrap;gap:.45rem;margin-bottom:.45rem}.as-item textarea{width:100%}@media(max-width:960px){.as-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.as-toolbar{flex-direction:column}.as-toolbar form{width:100%}.as-toolbar input{min-width:0;width:100%}.as-context-grid{grid-template-columns:1fr}}.designers-page{--ink: #111827;--muted: #6b7280;--accent: #693fe9;--accent-soft: #f5f3ff;--surface: #ffffff;--surface-soft: #f8fafc;--border: #e5e7eb;--shadow: 0 12px 30px rgba(0, 0, 0, .04);min-height:calc(100vh - 72px);padding:clamp(1.2rem,2.6vw,2.8rem);background:#f8fafc;color:var(--ink);font-family:Sora,Manrope,sans-serif;overflow-x:hidden}.designers-page>section{max-width:1180px;margin:0 auto 24px}.designers-hero,.designers-tabs-panel,.designers-discovery-panel,.designer-focus{border:1px solid var(--border);border-radius:24px;background:#fff;box-shadow:var(--shadow)}.designers-hero{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1.9fr) minmax(280px,.85fr);gap:1.6rem;padding:32px}.designers-kicker{margin:0 0 .5rem;color:#9ca3af;font-size:11px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase}.designers-hero h1{margin:0;font-family:Sora,Manrope,sans-serif;font-size:40px;font-weight:900;color:#111827;letter-spacing:-1px;line-height:1.1}.designers-tabs-head h2{margin:0;font-size:26px;font-weight:900;color:#111827;letter-spacing:-.4px}.designers-discovery-head h2{margin:0;font-size:28px;font-weight:900;color:#111827;letter-spacing:-.4px}.designer-focus-hero h2{margin:0;font-size:36px;font-weight:900;color:#111827;letter-spacing:-.6px}.designers-hero-copy p:not(.designers-kicker){margin:0;color:#6b7280;line-height:1.6;font-size:15px;max-width:600px}.designer-focus-hero p{margin:0;color:#6b7280;line-height:1.6;font-size:14px;max-width:600px}.designer-mini-card p,.designer-empty-state p{margin:0;color:#6b7280;line-height:1.5}.designer-mini-card p{font-size:13px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.designers-hero-actions{display:grid;gap:.9rem;padding:24px;border-radius:20px;background:#f5f3ff;border:1px solid rgba(105,63,233,.15);color:#374151;font-size:14px}.designers-hero-actions span{color:#374151}.designers-primary-link{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-height:46px;padding:0 1.2rem;border-radius:12px;background:#693fe9;color:#fff;text-decoration:none;font-size:.8rem;font-weight:700;letter-spacing:.04em;text-transform:none;box-shadow:none}.designers-primary-link:hover{background:#5b2ee6}.designers-tabs-panel,.designers-discovery-panel,.designer-focus{padding:32px}.designers-tabs-head,.designers-discovery-head,.designer-focus-products-head{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem}.designers-tabs-head span,.designer-focus-meta,.designer-focus-products-head,.designer-tab-pill small,.designer-mini-card span{font-size:.86rem}.designers-tabs-head span{color:#9ca3af;font-size:12px;font-weight:600}.designers-tabs-row{display:flex;flex-wrap:nowrap;gap:1rem;margin-top:1rem;overflow-x:auto;padding-bottom:.2rem}.designers-empty-tabs,.designers-loading,.designer-empty-state{padding:1rem 1.2rem;border:1px dashed #e5e7eb;border-radius:18px;background:#fff;color:#6b7280}.designer-tab-pill{display:inline-grid;gap:.15rem;min-width:170px;padding:12px 20px;border:1.5px solid #693fe9;border-radius:14px;background:#fff;text-align:left;color:#111827;transition:transform .2s ease,background .2s ease}.designer-tab-pill.active{background:#f5f3ff}.designer-tab-pill:hover{background:#f5f3ff;transform:translateY(-2px)}.designer-tab-pill span{font-size:15px;font-weight:800}.designer-tab-pill small{color:#693fe9;font-size:12px;font-weight:600}.designers-search{width:min(340px,100%);min-height:48px;padding:0 1rem 0 16px;border:1px solid #e5e7eb;border-radius:12px;background:#f9fafb;color:#111827;font-family:inherit}.designers-search:focus{outline:none;border:1.5px solid #693fe9;background:#fff}.designers-search-inline{margin-top:1rem}.designers-picker-toggle{min-height:48px;padding:0 1rem;border:1px solid #e5e7eb;border-radius:12px;background:#f9fafb;color:#4b5563;font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:none}.designers-picker-toggle.active{border-color:#693fe940;background:#f5f3ff;color:#693fe9}.designers-picker-toggle:hover{background:#ebe7ff;color:#693fe9}.designers-picker-closed{margin-top:1rem;padding:1rem 1.2rem;border:1px dashed #e5e7eb;border-radius:18px;background:#fff;color:#6b7280;line-height:1.6}.designers-discovery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:1rem}.designer-mini-card{display:grid;gap:.7rem;padding:20px;border:1px solid #f3f4f6;border-radius:20px;background:#fff;box-shadow:0 2px 12px #0000000a;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.designer-mini-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #693fe914;border-color:#693fe933}.designer-mini-card.active{border-color:#693fe933;background:#fff}.designer-mini-card-main{display:grid;gap:.45rem;padding:0;border:none;background:transparent;text-align:left;cursor:pointer}.designer-mini-card-main strong{font-size:17px;font-weight:800;color:#111827}.designer-mini-card span{color:#693fe9;font-size:12px;font-weight:700}.designer-pin-btn,.designer-focus-toggle{min-height:36px;padding:0 .9rem;border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb;color:#6b7280;font-size:12px;font-weight:600;letter-spacing:.02em;text-transform:none;transition:background .2s ease,color .2s ease,border-color .2s ease}.designer-pin-btn.active,.designer-focus-toggle{border:none;background:#ede9fe;color:#693fe9;font-weight:700}.designer-pin-btn:hover,.designer-focus-toggle:hover{background:#693fe9;color:#fff}.designer-focus{display:grid;gap:1.1rem}.designer-focus-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:24px;border-radius:20px;background:#fff;border:1px solid #f3f4f6}.designer-focus-meta{display:grid;gap:.5rem;min-width:240px}.designer-focus-count{padding:.65rem .85rem;border-radius:12px;background:#f9fafb;color:#4b5563;font-size:13px;font-weight:700}.designer-focus-brands{display:flex;flex-wrap:wrap;gap:.5rem}.designer-focus-brand{padding:.4rem .6rem;border-radius:8px;background:#f5f3ff;color:#693fe9;border:1px solid rgba(105,63,233,.2);font-size:12px;font-weight:700;line-height:1}.designer-focus-products{display:grid;gap:1rem}.designer-focus-products-head h3{margin:0;font-size:1.1rem;letter-spacing:-.02em;color:#111827}.designer-products-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.designer-products-grid .product-card{width:100%;max-width:none;border:1px solid #f3f4f6;border-radius:20px;box-shadow:0 4px 20px #00000008}.designer-products-grid .product-card:hover{box-shadow:0 12px 30px #693fe91a;transform:translateY(-4px)}@media(max-width:1080px){.designers-discovery-grid,.designer-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:820px){.designers-hero,.designer-focus-hero,.designers-discovery-head,.designers-tabs-head,.designer-focus-products-head{grid-template-columns:1fr;flex-direction:column;align-items:stretch}.designers-search{width:100%}.designer-focus-meta{min-width:0}}@media(max-width:640px){.designers-page{padding:.9rem}.designers-hero{padding:1.2rem}.designers-hero h1{font-size:1.9rem}.designers-tabs-panel,.designers-discovery-panel,.designer-focus{padding:1rem}.designers-tabs-head span,.designer-focus-meta span,.designer-focus-products-head,.designer-tab-pill small,.designer-mini-card span{font-size:.78rem}.designer-focus-meta span{padding:.6rem .75rem}.designers-discovery-grid,.designer-products-grid{grid-template-columns:1fr}.designer-tab-pill{width:100%}}.giveaway-page{min-height:calc(100vh - var(--nav-height));padding:2.5rem 1.5rem 3.5rem;background:radial-gradient(900px 500px at 6% 0%,rgba(139,92,246,.18),transparent 55%),radial-gradient(900px 520px at 92% 12%,rgba(167,139,250,.22),transparent 60%),#f8fafc;color:#0f172a;font-family:Space Grotesk,Segoe UI,sans-serif}.giveaway-hero{max-width:1200px;margin:0 auto 2.4rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.6rem;align-items:center}.hero-copy h1{font-family:Fraunces,serif;font-size:clamp(2.3rem,3vw,3.4rem);margin:.6rem 0 .8rem;color:#0f172a}.hero-copy p{font-size:1.05rem;line-height:1.6;color:#0f172ab3;max-width:520px}.live-pill{display:inline-flex;align-items:center;gap:.45rem;background:#6366f11f;color:#4338ca;padding:.35rem .8rem;border-radius:999px;font-weight:700;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase}.live-dot{width:8px;height:8px;border-radius:50%;background:#6366f1;box-shadow:0 0 10px #6366f180;animation:livePulse 1.8s ease-in-out infinite}@keyframes livePulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.4);opacity:.65}to{transform:scale(1);opacity:1}}.giveaway-cta{margin-top:1.4rem;display:flex;gap:1rem;flex-wrap:wrap}.hero-link-wrap{display:inline-flex;padding:0;border-radius:999px;background:transparent;border:1px solid rgba(148,163,184,.25);box-shadow:none}.hero-btn{text-decoration:none;background:linear-gradient(135deg,#7c3aed,#a855f7);color:#fff;padding:.7rem 1.3rem;border-radius:999px;font-weight:700;box-shadow:0 12px 28px #7c3aed40}.hero-link{text-decoration:none;color:#1e293b;font-weight:600;padding:.5rem .9rem;border-radius:999px;background:#ffffffe6;box-shadow:none}.hero-card{background:#fff;border:1px solid rgba(148,163,184,.35);padding:1.6rem;border-radius:20px;box-shadow:0 24px 50px #0f172a14;display:grid;gap:.7rem}.hero-card-title{font-size:.85rem;text-transform:uppercase;letter-spacing:.14em;color:#64748b;font-weight:700}.hero-card-item{font-size:1.6rem;font-weight:700}.hero-card-meta{color:#0f172a99}.hero-card-foot{display:flex;justify-content:space-between;font-size:.85rem;color:#64748b}.hero-card-chip{background:#6366f11f;padding:.2rem .6rem;border-radius:999px}.giveaway-grid{max-width:1200px;margin:0 auto 2.6rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.progress-strip{max-width:1200px;margin:0 auto 2rem;display:flex;justify-content:flex-start}.progress-strip.leaderboard-points{grid-column:1 / -1;margin:0 0 1rem;justify-content:center}.rules-card,.challenge-card{background:#fff;border:1px solid rgba(148,163,184,.3);border-radius:18px;padding:1.6rem}.progress-card{background:linear-gradient(135deg,#7c3aed29,#3b82f61a);border:1px solid rgba(124,58,237,.25);border-radius:16px;padding:.9rem 1.1rem;display:grid;gap:.4rem;min-width:240px;box-shadow:0 16px 30px #0f172a1f}.progress-main{display:flex;align-items:center;gap:.6rem;justify-content:space-between}.progress-label{font-size:.8rem;text-transform:uppercase;letter-spacing:.12em;color:#64748b;font-weight:700}.progress-pill{background:linear-gradient(135deg,#7c3aed,#2563eb);color:#fff;font-weight:700;padding:.25rem .7rem;border-radius:999px;font-size:.9rem;min-width:40px;text-align:center}.progress-meta{display:flex;align-items:center;gap:.6rem;font-size:.85rem}.progress-name{font-weight:600;color:#0f172a}.progress-sub{color:#0f172a8c}.rules-card h2,.challenge-card h2,.leaderboard h2{margin:0 0 .7rem;font-family:Fraunces,serif;font-size:1.5rem}.rules-sub{margin:0 0 1.2rem;color:#0f172aa6}.rules-list{display:grid;gap:.65rem}.rule-row{display:flex;justify-content:space-between;align-items:center;background:#6366f10f;padding:.65rem .8rem;border-radius:12px}.rule-label{font-weight:600}.rule-points{font-weight:700;color:#7c3aed}.rules-note{margin-top:1.1rem;font-size:.9rem;color:#0f172a8c}.challenge-steps{display:grid;gap:1rem}.challenge-step{display:flex;gap:.8rem;align-items:flex-start}.challenge-step span{width:34px;height:34px;border-radius:10px;background:#6366f126;display:grid;place-items:center;font-weight:700}.challenge-step p{margin:.35rem 0 0;color:#0f172a99}.leaderboard-roulette{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:minmax(280px,1.1fr) minmax(260px,.9fr);gap:1.6rem;align-items:start}.leaderboard{background:#fff;border:1px solid rgba(148,163,184,.3);border-radius:20px;padding:1.6rem}.leaderboard-head{display:flex;justify-content:space-between;align-items:flex-end;gap:1rem;flex-wrap:wrap;margin-bottom:1.4rem}.leaderboard-head p{margin:0;color:#0f172a99}.leaderboard-meta{text-align:right;font-size:.85rem;color:#0f172a99}.leaderboard-list{display:grid;gap:.8rem}.leader-row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;padding:.75rem .85rem;background:#f8fafce6;border-radius:14px;position:relative;overflow:hidden;border:1px solid rgba(148,163,184,.25)}.leader-row:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(124,58,237,.1),transparent 60%);pointer-events:none}.leader-rank{font-weight:700;color:#7c3aed}.leader-info{position:relative;z-index:1}.leader-name{font-weight:700}.leader-handle{font-size:.85rem;color:#0f172a99}.leader-points{font-weight:700;position:relative;z-index:1}.leader-bar{grid-column:1 / -1;height:6px;background:#94a3b84d;border-radius:999px;overflow:hidden;margin-top:.6rem;position:relative;z-index:1}.leader-bar span{display:block;height:100%;background:linear-gradient(90deg,#7c3aed,#a855f7);border-radius:inherit;transition:width .6s ease}.roulette{background:#fff;border:1px solid rgba(148,163,184,.3);border-radius:20px;padding:1.6rem;display:grid;gap:1.2rem}.roulette-head{display:flex;justify-content:space-between;align-items:center;gap:1rem}.roulette-head p{margin:0;color:#0f172a99}.roulette-btn{border:none;background:linear-gradient(135deg,#7c3aed,#a855f7);color:#fff;padding:.5rem 1rem;border-radius:999px;font-weight:700;cursor:pointer}.roulette-btn:disabled{opacity:.55;cursor:not-allowed}.roulette-wheel{position:relative;height:240px;overflow:hidden;border-radius:16px;border:1px solid rgba(148,163,184,.25);background:linear-gradient(180deg,#7c3aed0f,#7c3aed05);padding:12px 0}.roulette-track{display:grid;gap:8px;padding:0}.roulette-item{display:flex;justify-content:space-between;align-items:center;height:44px;padding:0 .7rem;border-radius:10px;background:#ffffffe6;border:1px solid rgba(148,163,184,.2);font-weight:600;color:#0f172a;box-sizing:border-box}.roulette-points{color:#7c3aed;font-weight:700}.roulette-marker{position:absolute;top:50%;left:3px;width:18px;height:2px;background:#7c3aed;border-radius:999px;transform:translateY(-50%)}.roulette-marker:before{content:"";position:absolute;right:-7px;top:-4px;width:0;height:0;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:7px solid #7c3aed}.roulette-footer{display:grid;gap:.5rem}.winner-banner{font-weight:700;color:#0f172a}.winner-link{color:#7c3aed;text-decoration:none;margin:0 .35rem}.winner-link:hover{text-decoration:underline}.winner-points{margin-left:.5rem;color:#0f172a99;font-weight:600}.winner-muted{color:#0f172a99}.roulette-note{color:#0f172a80;font-size:.85rem}.participant-list{display:flex;flex-wrap:wrap;gap:.5rem;padding-top:.2rem;max-height:110px;overflow-y:auto}.participant-chip{display:inline-flex;align-items:center;gap:.4rem;padding:.3rem .55rem;border-radius:999px;background:#7c3aed14;color:#0f172a;font-weight:600;font-size:.85rem}.participant-points{color:#7c3aed;font-weight:700}@media(max-width:720px){.giveaway-page{padding:2rem 1rem 3rem}.hero-card-foot{flex-direction:column;gap:.4rem}.leader-row{grid-template-columns:auto 1fr}.leader-points{grid-column:1 / -1}.leaderboard-roulette{grid-template-columns:1fr}.roulette-head{flex-direction:column;align-items:flex-start}}.donations-page{--ink: #0b1f2a;--muted: rgba(11, 31, 42, .65);--blue: #1d4ed8;--blue-dark: #1e3a8a;--gold: #f59e0b;--surface: #ffffff;--border: rgba(15, 23, 42, .12);min-height:calc(100vh - var(--nav-height));padding:2.5rem 1.5rem 4rem;background:radial-gradient(800px 420px at 8% 0%,rgba(59,130,246,.16),transparent 55%),radial-gradient(900px 520px at 92% 12%,rgba(250,204,21,.2),transparent 60%),linear-gradient(180deg,#f8fafc,#f1f5f9);color:var(--ink);font-family:Space Grotesk,Segoe UI,sans-serif}.donations-hero,.donations-panel{max-width:1200px;margin:0 auto}.donations-hero{display:grid;gap:2.4rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));align-items:center;margin-bottom:3rem}.donations-kicker{text-transform:uppercase;letter-spacing:.2em;font-size:.75rem;font-weight:700;color:var(--blue-dark);margin:0 0 .75rem}.donations-title{font-family:Playfair Display,serif;font-size:clamp(2.3rem,3.2vw,3.6rem);margin:0 0 1rem}.donations-subtitle{font-size:1.05rem;line-height:1.7;color:var(--muted);max-width:520px;margin:0 0 1.6rem}.donations-cta{display:flex;flex-wrap:wrap;gap:.9rem;margin-bottom:1.6rem}.donations-btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;border-radius:999px;padding:.65rem 1.4rem;font-weight:700;text-decoration:none;border:1px solid transparent;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.donations-btn--primary{background:linear-gradient(130deg,var(--blue),var(--gold));color:#fff;box-shadow:0 16px 28px #1d4ed833}.donations-btn--ghost{color:var(--ink);background:#ffffffa6;border-color:#0f172a26}.donations-btn--outline{color:var(--blue-dark);background:transparent;border-color:#1e3a8a4d}.donations-btn:hover{transform:translateY(-1px);box-shadow:0 12px 24px #0f172a1f}.donations-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.donations-meta strong{display:block;font-size:.95rem}.donations-meta span{font-size:.85rem;color:var(--muted)}.donations-hero__card{background:var(--surface);border-radius:24px;border:1px solid var(--border);box-shadow:0 24px 50px #0f172a14;padding:1.8rem;display:grid;gap:1.5rem}.donations-hero__card-top h2{font-size:1.5rem;margin:.5rem 0}.donations-hero__card-top p{color:var(--muted);margin:0;line-height:1.6}.donations-pill{display:inline-flex;align-items:center;padding:.3rem .75rem;border-radius:999px;background:#1d4ed81a;color:var(--blue-dark);font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;font-weight:700}.donations-steps{display:grid;gap:1rem}.donations-step{display:flex;gap:.9rem;align-items:flex-start}.donations-step span{width:32px;height:32px;border-radius:50%;background:#1d4ed81f;color:var(--blue-dark);display:inline-flex;align-items:center;justify-content:center;font-weight:700}.donations-step p{margin:.2rem 0 0;color:var(--muted);font-size:.9rem}.donations-listings{max-width:1200px;margin:0 auto}.donations-section-head{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;margin-bottom:1.4rem}.donations-section-head h2{margin:0 0 .35rem;font-size:1.5rem}.donations-section-head p{margin:0;color:var(--muted)}.donations-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:1.4rem;align-items:stretch}.donations-empty{grid-column:1 / -1;padding:1.5rem;border-radius:16px;border:1px dashed rgba(148,163,184,.4);color:var(--muted);text-align:center;font-weight:600;background:#0f172a14}.donation-card-link{text-decoration:none;color:inherit;display:block;height:100%}.donation-card-link:focus-visible{outline:3px solid rgba(29,78,216,.35);outline-offset:4px;border-radius:20px}.donation-card-link:hover .donation-card{transform:translateY(-3px);box-shadow:0 28px 50px #0f172a1f}.donation-card{background:var(--surface);border-radius:18px;border:1px solid var(--border);box-shadow:0 20px 40px #0f172a14;overflow:hidden;display:flex;flex-direction:column;height:100%;transition:transform .2s ease,box-shadow .2s ease}.donation-card__media{position:relative;aspect-ratio:4 / 3;background:linear-gradient(130deg,#3b82f640,#facc1538)}.donation-card__media img{width:100%;height:100%;object-fit:cover;display:block}.donation-card__badge{position:absolute;top:12px;left:12px;background:#0f172acc;color:#fff;font-size:.68rem;padding:.25rem .6rem;border-radius:999px;letter-spacing:.08em;text-transform:uppercase;font-weight:700}.donation-card__placeholder{height:100%;display:grid;place-items:center;color:var(--blue-dark);font-weight:600}.donation-card__body{padding:1.1rem 1.2rem 1rem;flex:1}.donation-card__body h3{margin:0 0 .5rem;font-size:1.1rem}.donation-card__body p{margin:0;color:var(--muted);line-height:1.55;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.donation-card__meta{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:0 1.2rem 1.1rem}.donation-card__price{font-size:1rem;font-weight:700;color:var(--ink)}.donation-card__chips{display:inline-flex;align-items:center;gap:.45rem;flex-wrap:wrap}.donation-card__chip{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:.18rem .5rem;border-radius:999px;border:1px solid rgba(148,163,184,.4);color:var(--muted);background:#0f172a0a}.donations-empty--cta{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2.5rem 1.5rem}.donations-empty--cta p{margin:0;font-size:1rem;color:var(--muted)}@media(max-width:1024px){.donations-listings{padding:0}}@media(max-width:640px){.donations-page{padding:2rem 1rem 3rem}.donations-section-head{flex-direction:column;align-items:flex-start}}.donation-detail-page{--ink: #0b1f2a;--muted: rgba(11, 31, 42, .65);--blue: #1d4ed8;--blue-dark: #1e3a8a;--gold: #f59e0b;--surface: #ffffff;--border: rgba(15, 23, 42, .12);min-height:calc(100vh - var(--nav-height));padding:2.5rem 1.5rem 4rem;background:radial-gradient(900px 420px at 8% 0%,rgba(59,130,246,.16),transparent 55%),radial-gradient(900px 520px at 92% 12%,rgba(250,204,21,.2),transparent 60%),linear-gradient(180deg,#f8fafc,#f1f5f9);color:var(--ink);font-family:Space Grotesk,Segoe UI,sans-serif}.donation-detail-layout{max-width:1200px;margin:0 auto;display:grid;gap:2rem;grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);align-items:start}.donation-detail-media{background:var(--surface);border-radius:24px;border:1px solid var(--border);box-shadow:0 24px 50px #0f172a14;padding:1.5rem;display:grid;gap:1.2rem}.detail-back-btn{background:transparent;border:none;color:var(--blue-dark);font-weight:700;cursor:pointer;text-align:left;padding:0}.donation-detail-main-image{position:relative;border-radius:18px;overflow:hidden;aspect-ratio:4 / 3;background:linear-gradient(130deg,#3b82f633,#facc152e)}.donation-detail-main-image img{width:100%;height:100%;object-fit:cover;display:block}.donation-detail-placeholder{width:100%;height:100%;display:grid;place-items:center;color:var(--blue-dark);font-weight:600}.donation-detail-badge{position:absolute;top:14px;left:14px;background:#0f172acc;color:#fff;font-size:.7rem;padding:.25rem .6rem;border-radius:999px;letter-spacing:.08em;text-transform:uppercase;font-weight:700}.donation-detail-thumbs{display:grid;grid-template-columns:repeat(auto-fit,minmax(70px,1fr));gap:.6rem}.donation-detail-thumb{border:1px solid rgba(15,23,42,.12);border-radius:12px;overflow:hidden;padding:0;background:#f8fafc;cursor:pointer}.donation-detail-thumb img{width:100%;height:72px;object-fit:cover;display:block}.donation-detail-thumb.active{border-color:#1d4ed899;box-shadow:0 10px 20px #1d4ed833}.donation-detail-info{background:var(--surface);border-radius:24px;border:1px solid var(--border);box-shadow:0 24px 50px #0f172a14;padding:2rem;display:grid;gap:1.2rem}.donation-detail-kicker{text-transform:uppercase;letter-spacing:.2em;font-size:.75rem;font-weight:700;color:var(--blue-dark);margin:0}.donation-detail-info h1{font-family:Playfair Display,serif;margin:0;font-size:clamp(2rem,3vw,2.8rem)}.donation-detail-description{margin:0;color:var(--muted);line-height:1.7}.donation-detail-meta{display:grid;gap:.8rem;border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:1.1rem 0}.donation-detail-meta div{display:flex;justify-content:space-between;gap:1rem;font-weight:600}.donation-detail-label{color:var(--muted);font-weight:500}.donation-detail-actions{display:grid;gap:.75rem}.detail-action-btn{border-radius:999px;padding:.75rem 1.4rem;font-weight:700;border:1px solid rgba(15,23,42,.15);background:#fff;color:var(--ink);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.detail-action-primary{background:linear-gradient(130deg,var(--blue),var(--gold));color:#fff;border-color:transparent;box-shadow:0 16px 28px #1d4ed833}.detail-action-btn:hover{transform:translateY(-1px);box-shadow:0 12px 24px #0f172a1f}.detail-action-btn:disabled{cursor:not-allowed;opacity:.6;box-shadow:none;transform:none}.donation-detail-note{font-size:.85rem;color:var(--muted);line-height:1.5}.donation-detail-status{min-height:calc(100vh - var(--nav-height));display:grid;place-items:center;text-align:center;padding:2rem;color:var(--ink);font-family:Space Grotesk,Segoe UI,sans-serif}@media(max-width:960px){.donation-detail-layout{grid-template-columns:1fr}}@media(max-width:640px){.donation-detail-page{padding:2rem 1rem 3rem}.donation-detail-meta div{flex-direction:column;align-items:flex-start}}.ua-brands-page{--ink: #0b172a;--muted: rgba(11, 23, 42, .62);--ukr-blue: #1d4ed8;--ukr-yellow: #facc15;--surface: #ffffff;--border: rgba(15, 23, 42, .12);min-height:calc(100vh - var(--nav-height));padding:2.75rem 1.5rem 4.5rem;background:radial-gradient(900px 520px at 12% -6%,rgba(29,78,216,.16),transparent 55%),radial-gradient(820px 520px at 92% 6%,rgba(250,204,21,.2),transparent 60%),linear-gradient(180deg,#f8fafc,#eef4ff,#f7f8fc);color:var(--ink);font-family:Manrope,Segoe UI,sans-serif}.ua-hero{max-width:1200px;margin:0 auto 3.4rem;display:grid;gap:2.6rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));align-items:center;animation:fadeUp .6s ease both}.ua-hero-copy h1{font-family:Cormorant Garamond,serif;font-size:clamp(2.6rem,3.4vw,4rem);margin:.5rem 0 1rem;letter-spacing:-.01em}.ua-hero-copy p{color:var(--muted);font-size:1.06rem;line-height:1.7;margin:0 0 1.6rem}.ua-eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:.75rem;font-weight:700;color:var(--ukr-blue);margin:0}.ua-hero-actions{display:flex;flex-wrap:wrap;gap:.85rem}.ua-btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;border-radius:999px;padding:.75rem 1.6rem;font-weight:700;text-decoration:none;border:1px solid transparent;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;font-family:inherit}.ua-btn-primary{background:linear-gradient(130deg,#1d4ed8,#60a5fa 45%,#facc15);color:#fff;box-shadow:0 18px 34px #1d4ed833}.ua-btn-ghost{color:var(--ink);background:#fffc;border-color:#0f172a26}.ua-btn-outline{color:var(--ukr-blue);background:#ffffffe6;border-color:#1d4ed859}.ua-btn:hover{transform:translateY(-1px);box-shadow:0 12px 24px #0f172a1f}.ua-hero-card{background:var(--surface);border-radius:24px;border:1px solid var(--border);box-shadow:0 24px 60px #0f172a14;padding:2.2rem;display:grid;gap:1.6rem}.ua-chip{display:inline-flex;align-items:center;padding:.3rem .7rem;border-radius:999px;background:#1d4ed81f;color:var(--ukr-blue);font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;font-weight:700}.ua-hero-grid{display:grid;gap:1rem}.ua-hero-grid h3{margin:0 0 .3rem;font-size:1.1rem}.ua-hero-grid p{margin:0;color:var(--muted);line-height:1.5}.ua-directory{max-width:1200px;margin:0 auto 3.2rem;animation:fadeUp .6s ease both}.ua-section-head{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;margin-bottom:1.7rem}.ua-section-head h2{margin:0 0 .4rem;font-size:1.65rem}.ua-section-head p{margin:0;color:var(--muted)}.ua-section-pill{padding:.35rem .8rem;border-radius:999px;background:#facc1538;color:#92400e;font-weight:700;text-transform:uppercase;letter-spacing:.08em;font-size:.7rem}.ua-empty-state{display:grid;place-items:center;background:#ffffffd1;border-radius:22px;border:1px dashed rgba(15,23,42,.18);padding:2.8rem}.ua-empty-card{max-width:460px;text-align:center}.ua-empty-card h3{margin:0 0 .6rem}.ua-empty-card p{margin:0;color:var(--muted);line-height:1.6}.ua-apply{max-width:1200px;margin:0 auto;animation:fadeUp .6s ease both}.ua-apply-grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));align-items:start}.ua-support-card{background:var(--surface);border-radius:24px;border:1px solid var(--border);box-shadow:0 24px 60px #0f172a14;padding:2.1rem;display:grid;gap:1.3rem}.ua-support-card h2{margin:0}.ua-support-card p{margin:0;color:var(--muted);line-height:1.6}.ua-support-detail{display:grid;gap:.25rem;padding:.9rem 1.1rem;border-radius:14px;background:linear-gradient(135deg,#1d4ed814,#facc151a);font-size:.95rem}.ua-support-detail span{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted)}.ua-form{background:var(--surface);border-radius:24px;border:1px solid var(--border);box-shadow:0 24px 60px #0f172a14;padding:2.1rem;display:grid;gap:1.6rem}.ua-form-head h2{margin:.4rem 0 .3rem}.ua-form-head p{margin:0;color:var(--muted)}.ua-form-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));align-items:start}.ua-form-grid label{display:grid;gap:.45rem;font-weight:600;color:var(--ink);font-size:.95rem;min-width:0}.ua-form-grid input,.ua-form-grid textarea{width:100%;max-width:100%;box-sizing:border-box;border-radius:12px;border:1px solid rgba(15,23,42,.16);padding:.75rem .9rem;font-size:.95rem;background:#f8fafc;font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.ua-form-grid input:focus,.ua-form-grid textarea:focus{outline:none;border-color:#1d4ed873;box-shadow:0 0 0 3px #1d4ed81f;background:#fff}.ua-form-span{grid-column:1 / -1}.ua-checkbox{display:flex;gap:.6rem;align-items:flex-start;font-weight:600;color:var(--ink)}.ua-checkbox input{margin-top:.25rem}.ua-form-success{background:#22c55e1f;color:#166534;padding:.75rem 1rem;border-radius:12px;font-weight:600}.ua-form-toggle{width:100%}.ua-form-collapsed{background:#ffffffbf;border-radius:24px;border:1px dashed rgba(15,23,42,.18);padding:2.1rem;text-align:center;color:var(--muted);font-weight:600;min-height:260px;display:grid;place-items:center}.ua-form-collapsed p{margin:0}.ua-btn-primary.ua-form-toggle{font-size:1rem;padding:.85rem 1.6rem}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media(max-width:900px){.ua-section-head{flex-direction:column;align-items:flex-start}}@media(max-width:640px){.ua-brands-page{padding:2rem 1rem 3rem}}.kabany-page{min-height:calc(100vh - var(--nav-height));background:radial-gradient(1200px 520px at -10% -10%,rgba(224,231,255,.8) 0%,transparent 60%),radial-gradient(900px 500px at 110% 0%,rgba(253,230,138,.5) 0%,transparent 55%),#f8fafc;padding:2.2rem 1.6rem 3rem}.kabany-hero{max-width:1200px;margin:0 auto 2rem;padding:2.2rem 2.4rem;border-radius:24px;background:linear-gradient(135deg,#4f46e51f,#0e749014);border:1px solid rgba(148,163,184,.35);box-shadow:0 18px 40px #0f172a14}.kabany-hero-content{max-width:620px}.kabany-kicker{display:inline-flex;align-items:center;padding:.3rem .7rem;border-radius:999px;background:#6366f126;color:#4338ca;font-size:.72rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.kabany-hero h1{margin:.85rem 0 .6rem;font-size:clamp(2rem,4vw,3rem);font-weight:900;color:#0f172a}.kabany-hero p{margin:0;font-size:1rem;color:#475569;line-height:1.6}.kabany-content{max-width:1200px;margin:0 auto}.kabany-loading{text-align:center;color:#64748b;padding:3rem 1rem;font-weight:700}.kabany-empty{padding:2rem 0}.kabany-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.kabany-card{min-width:0}.kabany-card .product-card{width:100%}@media(max-width:1200px){.kabany-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){.kabany-page{padding:1.6rem 1.2rem 2.5rem}.kabany-hero{padding:1.8rem 1.6rem}.kabany-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.kabany-page{padding:1.4rem .9rem 2rem}.kabany-hero{padding:1.4rem 1.1rem}.kabany-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;row-gap:.35rem}}.terms-page{min-height:calc(100vh - var(--nav-height));background:#f8fafc;color:#0f172a}.terms-page__container{width:min(860px,calc(100% - 2rem));margin:0 auto;padding:2rem 0 4rem}.terms-page__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(148,163,184,.3)}.terms-page__eyebrow{display:inline-block;margin-bottom:.85rem;color:#64748b;font-size:.74rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.terms-page__header h1{margin:0;font-size:clamp(1.9rem,4vw,2.7rem);line-height:1.1;letter-spacing:-.03em;font-weight:700}.terms-page__updated{margin:.85rem 0 0;color:#475569;font-size:.96rem}.terms-page__header-links{display:flex;flex-wrap:wrap;gap:1rem;padding-top:.2rem}.terms-page__header-links a{color:#334155;text-decoration:none;font-size:.92rem}.terms-page__header-links a:hover{color:#0f172a;text-decoration:underline}.terms-page__notice{margin-top:1.25rem;padding:1rem 0 1.25rem;border-bottom:1px solid rgba(148,163,184,.22);color:#334155;line-height:1.75}.terms-page__notice strong{color:#0f172a}.terms-page__content{padding-top:1.25rem}.terms-page__section+.terms-page__section{margin-top:1.75rem}.terms-page__section h2{margin:0 0 .9rem;font-size:1.08rem;line-height:1.4;font-weight:700}.terms-page__section p,.terms-page__section li{margin:0;color:#334155;font-size:.98rem;line-height:1.82}.terms-page__section p+p{margin-top:.8rem}.terms-page__section ul{margin:.85rem 0 0;padding-left:1.2rem}.terms-page__section li+li{margin-top:.6rem}@media(max-width:720px){.terms-page__container{width:min(100% - 1rem,860px);padding-top:1.4rem;padding-bottom:2.5rem}.terms-page__header{flex-direction:column}.terms-page__header-links{gap:.8rem}}.privacy-page{min-height:calc(100vh - var(--nav-height));background:#f8fafc;color:#0f172a}.privacy-page__container{width:min(860px,calc(100% - 2rem));margin:0 auto;padding:2rem 0 4rem}.privacy-page__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(148,163,184,.3)}.privacy-page__eyebrow{display:inline-block;margin-bottom:.85rem;color:#64748b;font-size:.74rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.privacy-page__header h1{margin:0;font-size:clamp(1.9rem,4vw,2.7rem);line-height:1.1;letter-spacing:-.03em;font-weight:700}.privacy-page__updated{margin:.85rem 0 0;color:#475569;font-size:.96rem}.privacy-page__header-links{display:flex;flex-wrap:wrap;gap:1rem;padding-top:.2rem}.privacy-page__header-links a{color:#334155;text-decoration:none;font-size:.92rem}.privacy-page__header-links a:hover{color:#0f172a;text-decoration:underline}.privacy-page__notice{margin-top:1.25rem;padding:1rem 0 1.25rem;border-bottom:1px solid rgba(148,163,184,.22);color:#334155}.privacy-page__notice p{margin:0;line-height:1.75}.privacy-page__notice ul{margin:.85rem 0 0;padding-left:1.2rem}.privacy-page__notice li{color:#334155;font-size:.98rem;line-height:1.8}.privacy-page__notice li+li{margin-top:.35rem}.privacy-page__content{padding-top:1.25rem}.privacy-page__section+.privacy-page__section{margin-top:1.75rem}.privacy-page__section h2{margin:0 0 .9rem;font-size:1.08rem;line-height:1.4;font-weight:700}.privacy-page__section p{margin:0;color:#334155;font-size:.98rem;line-height:1.82}.privacy-page__section p+p{margin-top:.8rem}@media(max-width:720px){.privacy-page__container{width:min(100% - 1rem,860px);padding-top:1.4rem;padding-bottom:2.5rem}.privacy-page__header{flex-direction:column}.privacy-page__header-links{gap:.8rem}}.help-support-page{min-height:calc(100vh - var(--nav-height));background:linear-gradient(180deg,#f6f7fb,#f2f4f8);padding:1.6rem 1rem 2.2rem}.help-shell{max-width:1260px;margin:0 auto;display:grid;gap:.9rem}.help-hero,.help-top-tabs,.help-search-card,.help-contact-section,.help-dispute-card,.help-contact-pill,.help-faq-category,.help-my-tickets,.help-policies,.help-category-card{background:#fff;border:1px solid #e6e8ef;border-radius:18px;box-shadow:0 8px 28px #0f172a0b}.help-hero{padding:1.05rem 1.2rem}.help-kicker{display:inline-block;color:#5b5fc7;font-size:.72rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.help-hero h1{margin:.2rem 0 .42rem;font-size:clamp(1.55rem,2.7vw,2.2rem);color:#111827}.help-hero p{margin:0;color:#586174;line-height:1.58}.help-top-tabs{padding:.42rem;display:inline-flex;gap:.35rem;width:fit-content}.help-top-tab{border:none;background:transparent;color:#4b5563;border-radius:999px;padding:.52rem .9rem;font-size:.84rem;font-weight:700;cursor:pointer}.help-top-tab.active{background:#111827;color:#fff}.help-contact-top-grid{display:grid;grid-template-columns:1.4fr .6fr;gap:.9rem}.help-contact-section,.help-dispute-card,.help-contact-pill,.help-my-tickets,.help-policies,.help-faq-category{padding:.95rem 1.05rem}.help-contact-head h2,.help-dispute-card h2,.help-my-tickets h2,.help-policies h2{margin:0;color:#111827;font-size:1.14rem}.help-contact-head p,.help-policies p{margin:.42rem 0 .7rem;color:#6b7280}.help-side-panel{display:grid;gap:.8rem;align-content:start}.help-contact-pill--full strong{display:inline-flex;align-items:center;gap:.45rem}.help-contact-pill strong{color:#111827;font-size:.82rem;text-transform:uppercase;letter-spacing:.08em}.help-contact-pill button{margin-top:.5rem;border:1px solid #8fa1f6;background:#eef2ff;color:#2d3a92;border-radius:10px;padding:.5rem .68rem;font-size:.92rem;font-weight:700;cursor:pointer}.help-contact-pill span{margin-top:.5rem;color:#6b7280;font-size:.84rem}.help-dispute-card ol{margin:.68rem 0 0;padding-left:1.2rem;display:grid;gap:.45rem;color:#374151;font-size:.9rem}.help-search-card{padding:.85rem 1.05rem}.help-search-card label{display:inline-flex;align-items:center;gap:.45rem;margin-bottom:.45rem;color:#111827;font-size:.76rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.help-search-card input{width:100%;height:48px;border-radius:12px;border:1px solid #d2d8e4;padding:0 .85rem;font-size:.96rem;background-color:#fff;color:#000}.help-search-card input:focus{outline:none;border-color:#7379df;box-shadow:0 0 0 3px #7379df24}.help-categories{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.65rem}.help-category-card{border-radius:14px;padding:.8rem .74rem;text-align:left;cursor:pointer;display:grid;gap:.24rem}.help-category-icon{color:#3f4ea8}.help-category-title{color:#111827;font-size:.92rem;font-weight:700}.help-category-count{color:#6b7280;font-size:.78rem}.help-faq-sections{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.help-faq-category h3{margin:0 0 .58rem;color:#111827;font-size:1rem;display:flex;align-items:center;gap:.5rem}.help-faq-icon{color:#3f4ea8}.help-faq-list{display:grid;gap:.45rem}.help-faq-item{border:1px solid #e5e7eb;border-radius:10px;background:#fff}.help-faq-question{width:100%;border:none;background:transparent;text-align:left;color:#111827;font-weight:700;font-size:.9rem;padding:.66rem .72rem;cursor:pointer}.help-faq-answer{margin:0;padding:0 .72rem .72rem;color:#4b5563;font-size:.88rem;line-height:1.5}.help-empty{margin:0;color:#9ca3af;font-size:.88rem}.help-contact-form{display:grid;grid-template-columns:1fr 1fr;gap:.72rem}.help-contact-form label{display:grid;gap:.34rem;color:#111827;font-size:.81rem;font-weight:700}.help-contact-form input,.help-contact-form select,.help-contact-form textarea{width:100%;border:1px solid #d2d8e4;border-radius:10px;padding:.65rem .72rem;font-size:.92rem;font-family:inherit;background-color:#fff;color:#000}.help-contact-form textarea{resize:vertical}.help-contact-form input:focus,.help-contact-form select:focus,.help-contact-form textarea:focus{outline:none;border-color:#7379df;box-shadow:0 0 0 3px #7379df21}.help-span-2{grid-column:1 / -1}.help-contact-actions{display:flex;align-items:center;justify-content:space-between;gap:.7rem}.help-contact-actions button{height:42px;border-radius:10px;border:none;background:#111827;color:#fff;font-weight:700;padding:0 1rem;cursor:pointer}.help-contact-actions button:disabled{opacity:.72;cursor:not-allowed}.help-contact-actions span{color:#6b7280;font-size:.84rem}.help-my-tickets .help-ticket-list{margin-top:.72rem;display:grid;gap:.6rem}.help-ticket-item{border:1px solid #e6e8ef;border-radius:12px;background:#fbfbfe;padding:.68rem .74rem}.help-ticket-top{display:flex;justify-content:space-between;align-items:center;gap:.6rem}.help-ticket-top strong{color:#111827;font-size:.9rem}.help-ticket-item p{margin:.45rem 0;color:#4b5563;font-size:.86rem;white-space:pre-line}.help-ticket-meta{display:flex;gap:.7rem;flex-wrap:wrap;color:#6b7280;font-size:.76rem}.help-ticket-status{border-radius:999px;padding:.2rem .58rem;font-size:.72rem;font-weight:700;border:1px solid transparent}.help-ticket-status.status-open{background:#eef2ff;color:#3730a3;border-color:#c7d2fe}.help-ticket-status.status-in_review{background:#ecfeff;color:#155e75;border-color:#a5f3fc}.help-ticket-status.status-waiting_user{background:#fff7ed;color:#9a3412;border-color:#fed7aa}.help-ticket-status.status-resolved{background:#ecfdf5;color:#166534;border-color:#bbf7d0}.help-ticket-status.status-closed{background:#f3f4f6;color:#374151;border-color:#e5e7eb}.help-policy-links{margin-top:.68rem;display:flex;flex-wrap:wrap;gap:.54rem}.help-policy-links a{text-decoration:none;border:1px solid #d2d8e4;background:#f8fafc;color:#111827;border-radius:999px;padding:.43rem .74rem;font-size:.84rem;font-weight:600}@media(max-width:1120px){.help-contact-top-grid{grid-template-columns:1fr}.help-categories{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:860px){.help-faq-sections,.help-contact-form{grid-template-columns:1fr}.help-span-2{grid-column:auto}.help-contact-actions{flex-direction:column;align-items:flex-start}}@media(max-width:640px){.help-support-page{padding:1rem .72rem 1.3rem}.help-top-tabs{width:100%;overflow-x:auto}.help-categories{grid-template-columns:repeat(2,minmax(0,1fr))}.help-contact-section,.help-dispute-card,.help-contact-pill,.help-faq-category,.help-my-tickets,.help-policies,.help-search-card,.help-hero{padding:.82rem .9rem}}.not-found-shell{min-height:calc(100vh - var(--nav-height));padding:clamp(2rem,4vw,4rem) 1.5rem 3rem;background:radial-gradient(circle at top left,rgba(255,214,165,.35),transparent 55%),radial-gradient(circle at 85% 20%,rgba(125,84,255,.25),transparent 50%),repeating-linear-gradient(120deg,#ffffff1f 0 2px,#0f16280a 2px 10px),linear-gradient(135deg,#0b0f1b,#111827 45%,#1f2937);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;color:#f8fafc;font-family:Space Grotesk,IBM Plex Sans,Work Sans,sans-serif}.not-found-glow{position:absolute;inset:-20% 10% auto auto;height:420px;width:420px;border-radius:50%;background:radial-gradient(circle,rgba(255,204,148,.35),transparent 70%);filter:blur(12px);animation:floatGlow 9s ease-in-out infinite}.not-found-card{width:min(1100px,100%);display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:clamp(1.8rem,4vw,3.5rem);padding:clamp(2rem,4vw,3.5rem);border-radius:28px;background:linear-gradient(145deg,#111827e0,#0f172afa);border:1px solid rgba(148,163,184,.2);box-shadow:0 24px 60px #0f172a8c,inset 0 0 0 1px #ffffff0a;position:relative;z-index:1;animation:fadeInUp .8s ease-out both}.not-found-copy{display:flex;flex-direction:column;gap:1.2rem}.not-found-badge{width:fit-content;padding:.35rem .9rem;border-radius:999px;background:#f8fafc1f;color:#e2e8f0;font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;font-weight:600}.not-found-copy h1{margin:0;font-family:Fraunces,Playfair Display,serif;font-size:clamp(2.4rem,4.4vw,3.8rem);font-weight:700;line-height:1.05;color:#f8fafc}.not-found-copy h1 span{display:block;color:#f5c07b}.not-found-copy p{margin:0;font-size:1.05rem;line-height:1.7;color:#e2e8f0d9;max-width:46ch}.not-found-actions{display:flex;flex-wrap:wrap;gap:.85rem}.not-found-primary,.not-found-secondary{text-decoration:none;font-weight:600;border-radius:999px;padding:.75rem 1.6rem;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.not-found-primary{background:linear-gradient(135deg,#f5c07b,#eaa36a);color:#1f2937;box-shadow:0 12px 30px #f5c07b59}.not-found-primary:hover{transform:translateY(-2px);box-shadow:0 16px 36px #f5c07b73}.not-found-secondary{background:#94a3b829;color:#f8fafc;border:1px solid rgba(148,163,184,.35)}.not-found-secondary:hover{transform:translateY(-2px);background:#94a3b842}.not-found-hint{font-size:.95rem;color:#94a3b8cc}.not-found-visual{position:relative;min-height:260px;display:flex;align-items:center;justify-content:center}.not-found-plate{width:min(320px,90%);aspect-ratio:1;border-radius:26px;background:linear-gradient(145deg,#1e293be6,#0f172af2),repeating-linear-gradient(90deg,rgba(255,255,255,.08) 0 2px,transparent 2px 10px);border:1px solid rgba(226,232,240,.12);position:relative;box-shadow:inset 0 0 0 1px #ffffff0a;overflow:hidden}.not-found-needle{position:absolute;top:18%;left:20%;width:110px;height:4px;background:linear-gradient(90deg,#f5c07b,#fef3c7);transform:rotate(-20deg);border-radius:999px}.not-found-thread{position:absolute;top:28%;left:58%;width:150px;height:150px;border-radius:50%;border:2px dashed rgba(245,192,123,.65);transform:rotate(12deg)}.not-found-lapel{position:absolute;bottom:-15%;left:8%;width:70%;height:60%;background:linear-gradient(160deg,#ffffff14,#0f172a33);clip-path:polygon(0 0,100% 15%,84% 100%,18% 82%);opacity:.75}.not-found-pocket{position:absolute;right:12%;bottom:22%;width:90px;height:60px;border:2px solid rgba(245,192,123,.45);border-top:none;border-radius:0 0 14px 14px}.not-found-404{position:absolute;inset:auto 0 10%;text-align:center;font-family:Fraunces,Playfair Display,serif;font-size:clamp(3rem,12vw,5rem);color:#f8fafc14;letter-spacing:.3em;text-transform:uppercase}@keyframes fadeInUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes floatGlow{0%,to{transform:translateY(0) translate(0)}50%{transform:translateY(12px) translate(-10px)}}@media(max-width:720px){.not-found-shell{padding:2.2rem 1.2rem 2.5rem}.not-found-card{padding:2rem 1.6rem}.not-found-actions{flex-direction:column;align-items:stretch}.not-found-visual{order:-1}}.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:9999;padding:0 16px 16px;animation:cookieSlideUp .35s cubic-bezier(.22,1,.36,1)}@keyframes cookieSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.cookie-banner__inner{max-width:860px;margin:0 auto;background:#0b1020f5;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(105,63,233,.35);border-radius:16px;padding:14px 20px;display:flex;align-items:center;gap:16px;flex-wrap:wrap;box-shadow:0 8px 40px #00000080,0 0 0 1px #693fe91a}.cookie-banner__text{display:flex;align-items:center;gap:10px;flex:1;min-width:200px}.cookie-banner__icon{font-size:20px;flex-shrink:0}.cookie-banner__text p{margin:0;font-size:13.5px;color:#fffc;line-height:1.5}.cookie-banner__link{color:#a78bfa;text-decoration:underline;text-underline-offset:3px}.cookie-banner__link:hover{color:#c4b5fd}.cookie-banner__actions{display:flex;gap:8px;flex-shrink:0}.cookie-banner__btn{padding:8px 18px;border-radius:10px;font-size:13px;font-weight:600;cursor:pointer;border:none;transition:opacity .15s,transform .15s}.cookie-banner__btn:hover{opacity:.88;transform:translateY(-1px)}.cookie-banner__btn:active{transform:translateY(0)}.cookie-banner__btn--decline{background:transparent;color:#ffffff8c;border:1px solid rgba(255,255,255,.15)}.cookie-banner__btn--decline:hover{border-color:#ffffff4d;color:#fffc;opacity:1}.cookie-banner__btn--accept{background:linear-gradient(135deg,#693fe9,#8b5cf6);color:#fff}@media(max-width:480px){.cookie-banner__inner{flex-direction:column;align-items:flex-start;gap:12px}.cookie-banner__actions{width:100%;justify-content:flex-end}}
