:root{--blue:#2563eb;--blue-dark:#1d4ed8;--blue-light:#eff6ff;--text:#374151;--text-dark:#111827;--text-muted:#6b7280;--border:#e5e7eb;--bg:#fff;--bg-muted:#f9fafb;--promo-bg:#f5e6d3;--brown:#92400e;--star:#fbbf24;--shadow:0 1px 3px #00000014;--shadow-md:0 4px 12px #00000014;--radius:8px;--radius-lg:12px;--container:1200px;--font:"Amazon Ember", Arial, sans-serif}*,:before,:after{box-sizing:border-box}body{font-family:var(--font);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;margin:0;font-size:15px;line-height:1.5}#root{min-height:100vh}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}img{max-width:100%;display:block}h1,h2,h3,h4,p{margin:0}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 24px}.btn{border-radius:var(--radius);border:none;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:600;transition:background .2s,transform .15s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn--primary{background:var(--blue);color:#fff}.btn--primary:hover{background:var(--blue-dark)}.btn--brown{background:var(--brown);color:#fff}.btn--brown:hover{background:#78350f}.app{background:#eef4fb;flex-direction:column;min-height:100vh;display:flex}.app-main{flex:auto;min-height:55vh;position:relative}.page-backbar{background:#f8fafc;border-bottom:1px solid #e2e8f0}.page-backbar__inner{align-items:center;min-height:44px;padding-top:6px;padding-bottom:6px;display:flex}.page-backbar__btn{color:#0f172a;cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;padding:6px 0;font-size:14px;font-weight:700;display:inline-flex}.page-backbar__btn:before{content:"←";font-size:16px;line-height:1}.page-loading{background:#f8fafc;flex-direction:column;justify-content:center;align-items:center;gap:14px;min-height:calc(100vh - 220px);padding:48px 24px;display:flex}.page-loading--overlay{z-index:50;pointer-events:none;background:#f8fafce0;min-height:100%;position:absolute;inset:0}.page-loading__spinner{border:3px solid #dbe3ee;border-top-color:#08428c;border-radius:50%;width:42px;height:42px;animation:.8s linear infinite page-loading-spin}.page-loading__label{color:#475569;margin:0;font-size:14px;font-weight:600}@keyframes page-loading-spin{to{transform:rotate(360deg)}}.app main:has(.auth-page){background:0 0}:is(.app main:has(.admin-console),.app main:has(.seller-console)){height:100vh;min-height:0;max-height:100vh;overflow:hidden}.header{z-index:200;background:#08428c;position:sticky;top:0;box-shadow:0 4px 18px #041e4247}.header__inner{align-items:center;gap:14px;min-height:70px;display:flex}.header__logo{flex-shrink:0;align-items:center;line-height:1;display:inline-flex}.site-logo{object-fit:contain;width:auto;max-width:200px;height:42px;display:block}.header__logo--footer .site-logo{height:38px}.logo-prefix,.logo-suffix{color:#fff}.logo-highlight{color:#fff;background:#ef1f2d;border-radius:2px;justify-content:center;align-items:center;width:25px;height:32px;margin:0 1px;display:inline-flex}.header__hamburger,.header__cart,.header__action,.header__location{color:#f8fafc;background:#293649;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .2s,transform .2s;display:inline-flex}.header__hamburger,.header__cart{flex-shrink:0;width:42px;height:42px}.header__hamburger{display:none}.header__hamburger--open{color:#e4bd32;border:1px solid #d6ad2f}.header__hamburger:hover,.header__cart:hover,.header__action:hover,.header__location:hover{background:#334155;transform:translateY(-1px)}.header__hamburger svg,.header__cart svg,.header__action svg,.header__location svg{width:20px;height:20px}.header__search{background:#fff;border:1px solid #d7dde6;border-radius:9px;flex:1;align-items:center;max-width:620px;height:44px;margin-left:auto;display:flex;overflow:hidden}.header__search input{color:#111827;border:none;outline:none;flex:1;min-width:0;height:100%;padding:0 16px;font-size:14px}.header__search-category{color:#64748b;background:#f8fafc;border-left:1px solid #e5e7eb;align-self:stretch;align-items:center;gap:4px;padding:0 12px;font-size:13px;display:flex}.header__search-category svg{width:14px;height:14px}.header__search-btn{color:#fff;background:#050505;border:none;justify-content:center;align-self:stretch;align-items:center;min-width:54px;padding:0 18px;font-size:14px;font-weight:800;display:inline-flex}.header__search-btn svg{width:18px;height:18px;display:none}.header__actions{align-items:center;gap:8px;display:flex}.header__location{width:auto;max-width:220px;min-height:42px;padding:0 10px}.header__action{width:42px;height:42px}.header__location-text,.header__currency,.header__action span,.header__action>svg:last-child{display:none}.header__location-text{text-overflow:ellipsis;white-space:nowrap;color:#e5e7eb;max-width:150px;font-size:12px;display:inline;overflow:hidden}.header__sell-now{color:#111827;white-space:nowrap;background:#e0b82f;border:1px solid #d6ad2f;border-radius:999px;justify-content:center;align-items:center;min-height:34px;padding:0 13px;font-size:12px;font-weight:700;transition:transform .2s,background .2s;display:inline-flex}.header__sell-now:hover{background:#f3c93d;transform:translateY(-1px)}.header__cart{color:#facc15;position:relative}.header__cart-badge{color:#172234;background:#facc15;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:11px;font-weight:800;display:flex;position:absolute;top:-4px;right:-2px}.header__account{position:relative}.header__account-menu{border:1px solid var(--border);z-index:500;background:#fff;border-radius:14px;width:190px;padding:8px;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 16px 40px #0f172a2e}.header__account-menu a,.header__account-menu button{color:#0f172a;text-align:left;background:0 0;border:none;border-radius:10px;width:100%;padding:10px 12px;font-size:14px;font-weight:600;display:flex}.header__account-menu a:hover,.header__account-menu button:hover{color:#2563eb;background:#eff6ff}.header__mobile-search{padding-bottom:10px;display:none}.header__mobile-search--hidden{display:none}.header__search--mobile{width:100%;max-width:none}.header__category-strip{background:#172234;border-top:1px solid #ffffff14}.header__category-scroll{scrollbar-width:none;gap:34px;display:flex;overflow-x:auto}.header__category-scroll::-webkit-scrollbar{display:none}.header__category-scroll a{color:#f8fafc;flex:none;padding:10px 0;font-size:14px;font-weight:800}.header__drawer{top:calc(100% + 8px);right:max(12px, calc((100vw - var(--container)) / 2 + 12px));z-index:400;opacity:0;pointer-events:none;background:#25334b;border:1px solid #ffffff14;border-radius:14px;width:min(390px,100vw - 24px);padding:12px;transition:opacity .2s,transform .2s;position:absolute;transform:translateY(-8px);box-shadow:0 18px 34px #0f172a57}.header__drawer--open{opacity:1;pointer-events:auto;transform:translateY(0)}.header__drawer-location{color:#fff;text-align:left;background:#303d54;border:1px solid #ffffff14;border-radius:999px;align-items:center;gap:10px;width:100%;min-height:36px;margin-bottom:12px;padding:8px 12px;display:flex}.header__drawer-location svg{color:#e4bd32;flex-shrink:0;width:16px;height:16px}.header__drawer-location span{text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:700;overflow:hidden}.header__drawer-currency{color:#cbd5e1;grid-template-columns:auto 1fr;align-items:center;gap:12px;margin-bottom:12px;font-size:12px;font-weight:800;display:grid}.header__drawer-currency strong{color:#111827;background:#fff;border-radius:5px;padding:8px 12px;font-size:13px;font-weight:800}.header__drawer-auth{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:14px;display:grid}.header__drawer-auth a,.header__drawer-auth button{color:#e4bd32;background:0 0;border:1px solid #d6ad2f;border-radius:7px;justify-content:center;align-items:center;min-height:36px;font-weight:800;display:inline-flex}.header__drawer-auth a:first-child,.header__drawer-auth button:first-child{color:#111827;background:#e0b82f}.header__drawer-links{margin:0;padding:0;list-style:none}.header__drawer-links a{color:#fff;border-top:1px solid #ffffff14;grid-template-columns:18px 1fr 16px;align-items:center;gap:12px;padding:13px 2px;font-size:14px;font-weight:800;display:grid}.header__drawer-links svg:first-child{color:#e4bd32;width:17px;height:17px}.header__drawer-links svg:last-child{color:#94a3b8;width:15px;height:15px;transform:rotate(-90deg)}.hero{background:#eef4fb;padding:0}.hero__wrap{padding-top:0}.hero__banner{background:#dbeafe;border-radius:0;height:300px;position:relative;overflow:hidden}.hero__banner-img{object-fit:cover;width:100%;height:100%}.hero__overlay{background:linear-gradient(90deg,#f9a8d442,#ffffff1f);position:absolute;inset:0}.hero__caption{z-index:1;max-width:380px;position:absolute;top:50%;left:40px;transform:translateY(-50%)}.hero__caption h1{color:#fff;letter-spacing:-.6px;text-shadow:0 2px 8px #00000059;font-size:28px;font-weight:900}.hero__caption p{color:#fff;text-shadow:0 2px 8px #00000040;margin:6px 0 16px;font-size:14px;font-weight:700}.btn--hero{border-radius:8px;padding:10px 22px}.hero__arrow{z-index:2;color:#64748b;background:#ffffffeb;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 6px 20px #0f172a33}.hero__arrow svg{width:20px;height:20px}.hero__arrow--left{left:18px}.hero__arrow--right{right:18px}.hero__dots{z-index:2;gap:5px;display:flex;position:absolute;bottom:12px;left:50%;transform:translate(-50%)}.hero__dot{background:#ffffffa6;border:none;border-radius:999px;width:8px;height:8px;padding:0}.hero__dot--active{background:#2563eb;width:24px}.categories{background:#eef4fb;padding:20px 0 18px;display:block;overflow:hidden}.categories .container{padding-right:0}.categories__header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;padding-right:24px;display:flex}.categories__header h2{color:#0f172a;letter-spacing:-.5px;font-size:24px;font-weight:900}.categories__header a{color:#0059b8;white-space:nowrap;align-items:center;gap:5px;font-size:15px;font-weight:800;display:inline-flex}.categories__header a span{font-size:24px;line-height:1}.categories__scroll{scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:12px;padding:0 24px 6px 0;display:flex;overflow-x:auto}.categories__scroll::-webkit-scrollbar{display:none}.category-card{scroll-snap-align:start;color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:13px;flex-direction:column;flex:0 0 88px;justify-content:center;align-items:center;gap:7px;min-height:96px;padding:10px 6px;display:flex;box-shadow:0 5px 14px #0f172a14}.category-card__icon{background:linear-gradient(135deg,#e9ddff,#dff7ef);border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;display:flex}.category-card:nth-child(2n) .category-card__icon{background:linear-gradient(135deg,#dff7ef,#e8f2ff)}.category-card:nth-child(3n) .category-card__icon{background:linear-gradient(135deg,#ffe4ec,#fff3d8)}.category-card svg{color:#0f172a;width:25px;height:25px}.category-card span{text-align:center;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:13px;font-weight:800;line-height:1.15;overflow:hidden}.products-section{background:#f8fbff;padding:32px 0}.products-section+.products-section{padding-top:18px}.section-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.section-header__title{color:#0f172a;letter-spacing:-.4px;font-size:24px;font-weight:900}.section-header__actions{align-items:center;gap:10px;display:flex}.section-header__badge{color:#fff;background:#ef233c;border-radius:4px;padding:4px 7px;font-size:10px;font-weight:900;line-height:1}.section-header__link{color:#2563eb;align-items:center;gap:6px;font-size:15px;font-weight:700;display:inline-flex}.products-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.product-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;position:relative;overflow:hidden;box-shadow:0 1px 4px #0f172a14}.product-card__image-wrap{aspect-ratio:1/1.05;background:#f1f5f9;position:relative;overflow:hidden}.product-card__image-link{width:100%;height:100%;display:block}.product-card__image{object-fit:cover;width:100%;height:100%}.product-card__image-thumbs{z-index:2;gap:4px;padding-bottom:2px;display:flex;position:absolute;bottom:8px;left:8px;right:8px;overflow-x:auto}.product-card__image-thumb{cursor:pointer;background:#fff;border:2px solid #ffffffd9;border-radius:6px;flex:0 0 34px;width:34px;height:34px;padding:0;overflow:hidden}.product-card__image-thumb img{object-fit:cover;width:100%;height:100%;display:block}.product-card__image-thumb--active{border-color:#1d4ed8;box-shadow:0 0 0 1px #1d4ed8}.product-card__badges{flex-direction:column;align-items:flex-start;gap:4px;display:flex;position:absolute;top:8px;left:8px}.product-card__badge,.product-card__discount{color:#fff;border-radius:4px;align-items:center;min-height:20px;padding:4px 8px;font-size:11px;font-weight:900;line-height:1;display:inline-flex}.product-card__badge{background:#334155}.product-card__discount{background:#ef233c}.product-card__actions{flex-direction:column;gap:8px;display:flex;position:absolute;top:8px;right:8px}.product-card__icon-btn{color:#94a3b8;background:#fffffff0;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;display:flex;box-shadow:0 2px 8px #0f172a2e}.product-card__icon-btn svg{width:18px;height:18px}.product-card__body{padding:9px 10px 10px}.product-card__brand{color:#94a3b8;text-transform:uppercase;font-size:12px;font-weight:700}.product-card__title{color:#111827;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:36px;margin-top:2px;font-size:13px;font-weight:800;line-height:1.35;display:-webkit-box;overflow:hidden}.product-card__rating{align-items:center;gap:2px;min-height:18px;margin-top:5px;display:flex}.star{color:#d1d5db;width:12px;height:12px}.star.filled{color:#fbbf24}.product-card__reviews{color:#64748b;margin-left:4px;font-size:11px}.product-card__footer{grid-template-columns:1fr;gap:8px;margin-top:6px;display:grid}.product-card__prices{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.product-card__original{color:#94a3b8;font-size:11px;text-decoration:line-through}.product-card__price{color:#020617;margin-left:auto;font-size:18px;font-weight:900}.product-card__cart-btn{color:#fff;background:#2563eb;border:none;border-radius:8px;justify-content:center;align-items:center;gap:6px;width:100%;min-height:26px;font-size:12px;font-weight:900;display:inline-flex}.product-card__cart-btn svg{width:14px;height:14px}.promo-banner{background:#f8fbff;padding:0}.promo-banner__inner{background:#fee2e2;border-radius:14px;justify-content:center;align-items:center;gap:18px;padding:18px 24px;display:flex;position:relative;overflow:hidden}.promo-banner__text{color:#7f1d1d;align-items:center;gap:8px;font-size:16px;font-weight:900;display:flex}.promo-banner__text svg{width:20px;height:20px}.promo-banner__leaf{display:none}.trust-badges{background:#fff;padding:34px 0}.trust-badges__grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.trust-badge{background:#f8fafc;border:1px solid #e5e7eb;border-radius:14px;gap:12px;padding:14px;display:flex}.trust-badge__icon{color:#2563eb;background:#dbeafe;border-radius:50%;flex:0 0 38px;justify-content:center;align-items:center;height:38px;display:flex}.trust-badge__icon svg{width:20px;height:20px}.trust-badge h3{color:#0f172a;font-size:14px;font-weight:900}.trust-badge p{color:#64748b;font-size:12px}.seller-page{background:#f3f6fb}.seller-hero{color:#fff;background:radial-gradient(circle at 85% 20%,#facc1533,#0000 28%),linear-gradient(135deg,#172234 0%,#24364f 58%,#111827 100%)}.seller-hero__inner{grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);align-items:center;gap:36px;min-height:460px;padding-top:54px;padding-bottom:54px;display:grid}.seller-hero__eyebrow{color:#facc15;background:#facc151f;border:1px solid #facc1559;border-radius:999px;margin-bottom:14px;padding:7px 12px;font-size:13px;font-weight:900;display:inline-flex}.seller-hero h1{color:#fff;letter-spacing:-1.4px;max-width:650px;font-size:clamp(36px,5vw,58px);font-weight:900;line-height:1.03}.seller-hero p{color:#dbe7f5;max-width:590px;margin-top:18px;font-size:18px}.seller-hero__actions{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.seller-start-btn,.seller-secondary-btn{border-radius:8px;justify-content:center;align-items:center;min-height:48px;padding:0 28px;font-size:16px;font-weight:900;display:inline-flex}.seller-start-btn{color:#111827;background:linear-gradient(#f7dfa5,#f0c14b);border:1px solid #f0c14b;box-shadow:0 3px #0000002e}.seller-start-btn:hover{background:linear-gradient(#f5d78e,#eeb933)}.seller-secondary-btn{color:#fff;border:1px solid #ffffff59}.seller-hero small{color:#b6c5d8;margin-top:14px;font-size:13px;display:block}.seller-hero__card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff14;border:1px solid #ffffff1f;border-radius:22px;gap:14px;padding:22px;display:grid;box-shadow:0 18px 40px #0000003d}.seller-hero__card div{background:#ffffff1a;border-radius:16px;padding:18px}.seller-hero__card span{color:#cbd5e1;font-size:13px;font-weight:800;display:block}.seller-hero__card strong{color:#fff;margin-top:4px;font-size:24px;font-weight:900;display:block}.seller-steps,.seller-benefits{padding-top:54px;padding-bottom:54px}.seller-steps h2,.seller-benefits h2{color:#0f172a;letter-spacing:-.7px;font-size:30px;font-weight:900}.seller-steps__grid,.seller-benefits__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:22px;display:grid}.seller-step-card,.seller-benefit-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;box-shadow:0 4px 16px #0f172a0f}.seller-step-card{padding:22px}.seller-step-card span{color:#facc15;background:#172234;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;margin-bottom:14px;font-weight:900;display:inline-flex}.seller-step-card h3,.seller-benefit-card h3{color:#0f172a;font-size:18px;font-weight:900}.seller-step-card p,.seller-benefit-card p{color:#64748b;margin-top:8px;font-size:14px}.seller-benefit-card{padding:24px}.seller-benefit-card__icon{color:#b7791f;background:#fff7d6;border-radius:14px;justify-content:center;align-items:center;width:46px;height:46px;margin-bottom:16px;display:inline-flex}.seller-benefit-card__icon svg{width:24px;height:24px}.auth-page{background:radial-gradient(85% 65% at 0 0,#c9f5ea 0%,#0000 72%),radial-gradient(75% 58% at 100% 0,#d5d8ff 0%,#0000 70%),radial-gradient(78% 62% at 100% 100%,#d9c0f0 0%,#0000 74%),radial-gradient(72% 58% at 0 100%,#bfe0ff 0%,#0000 72%),linear-gradient(135deg,#d4f8f2 0%,#e2e8ff 42%,#ebe0fa 100%);justify-content:center;align-items:center;min-height:100vh;padding:72px 24px 40px;display:flex;position:relative}.auth-page__layout{grid-template-columns:minmax(0,1fr) minmax(320px,400px);align-items:center;gap:clamp(24px,5vw,72px);width:min(100%,980px);margin:0 auto;display:grid}.auth-bento{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;width:min(100%,430px);margin:0 auto;display:grid}.auth-bento__tile{aspect-ratio:1;border-radius:16px;overflow:hidden}.auth-bento__tile--image{background-position:50%;background-repeat:no-repeat;background-size:cover}.auth-bento__tile--lavender{background-color:#d8c4ef}.auth-bento__tile--quote{color:#fff;text-align:center;background:#ff6b1a;place-items:center;padding:18px;display:grid}.auth-bento__tile--quote p{margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(16px,2vw,20px);line-height:1.35}.auth-page__panel{width:100%;max-width:360px;margin:0 auto}.auth-page__brand{justify-content:center;margin-bottom:8px;display:flex}.auth-page__logo{justify-content:center;align-items:center;display:inline-flex}.auth-page__logo .site-logo{width:auto;height:52px}.auth-page__title{color:#111827;letter-spacing:-.3px;text-align:center;margin:0 0 6px;font-size:22px;font-weight:700}.auth-page__lead{color:#8b8b8b;text-align:center;margin:0 0 22px;font-size:13px;line-height:1.45}.auth-page__content{gap:12px;display:grid}.auth-page__footer{color:#8b8b8b;justify-content:space-between;align-items:center;gap:12px;margin-top:18px;font-size:13px;display:flex}.auth-page__footer a{color:#8b8b8b;font-weight:600;text-decoration:none}.auth-page__footer a:hover{color:#111827}.auth-page__back{z-index:2;color:#334155;background:#ffffff8c;border:1px solid #ffffffa6;border-radius:999px;align-items:center;margin:0;padding:6px 12px;font-size:13px;font-weight:700;display:inline-flex;position:absolute;top:24px;left:24px}.auth-page__back:hover{color:#0f172a;background:#ffffffe6}.auth-field{gap:8px;display:grid}.auth-field__label{color:#4b5563;font-size:13px;font-weight:600}.auth-field__password{position:relative}.auth-field__password input,.seller-login__form input[type=text],.seller-login__form input[type=email],.seller-login__form input[type=password],.seller-login__form input[type=tel],.seller-login__form select{color:#111827;background:#fff;border:none;border-radius:999px;outline:none;width:100%;min-height:46px;padding:0 14px;font-size:14px;box-shadow:0 1px 2px #0f172a0f}.auth-field__password input{padding-right:46px}.auth-field__password input:focus,.seller-login__form input:focus,.seller-login__form select:focus{box-shadow:0 0 0 2px #1118271f}.auth-field__toggle{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:999px;place-items:center;width:34px;height:34px;padding:0;display:grid;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.auth-field__toggle:hover{color:#111827;background:#f3f4f6}.auth-field__toggle svg{width:18px;height:18px}.seller-login{width:100%}.seller-login__card{box-shadow:none;background:0 0;border:none;border-radius:0;padding:0}.seller-login__header--center{text-align:center}.seller-login__header h1{color:#0f172a;letter-spacing:-.4px;margin:0;font-size:24px;font-weight:700}.seller-login__subtitle{color:#64748b;margin:8px 0 0;font-size:14px;line-height:1.45}.auth-message{border-radius:8px;margin-top:12px;padding:10px 12px;font-size:13px;font-weight:600;line-height:1.4}.auth-message--success{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}.auth-message--error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.auth-hint{color:#64748b;text-align:center;margin:0 0 14px;font-size:13px;line-height:1.5}.seller-login__form{gap:14px;margin-top:0;display:grid}.seller-login__form label{color:#4b5563;gap:8px;font-size:13px;font-weight:600;display:grid}.auth-gate-loading{color:#6b7280;text-align:center;padding:32px;font-size:14px}.seller-phone-input{grid-template-columns:auto 1fr;gap:8px;display:grid}.seller-phone-input__prefix{color:#374151;background:#fff;border:none;border-radius:999px;align-items:center;min-height:46px;padding:0 14px;font-size:14px;font-weight:600;display:inline-flex;box-shadow:0 1px 2px #0f172a0f}.seller-phone-input input{min-height:42px}.seller-login__form input[readonly]{color:#4b5563;cursor:not-allowed;background:#f9fafb}.seller-login__options{color:#475569;justify-content:space-between;align-items:center;gap:12px;font-size:13px;display:flex}.seller-login__options label{grid-template-columns:none;align-items:center;gap:7px;font-weight:500;display:inline-flex}.seller-login__options a,.seller-login__signup a{color:#0059b8;font-weight:700}.seller-login__submit{color:#fff;cursor:pointer;width:100%;min-height:48px;box-shadow:none;background:#111827;border:none;border-radius:999px;margin-top:4px;font-size:15px;font-weight:700}.seller-login__submit:hover{background:#000}.seller-login__submit:disabled{opacity:.65;cursor:not-allowed}.seller-login__signup{color:#64748b;text-align:center;border-top:1px solid #e5e7eb;margin-top:14px;padding-top:14px;font-size:13px;line-height:1.45}.seller-otp-page .seller-otp-card{width:100%}.seller-otp-card{width:100%;box-shadow:none;background:0 0;border:none;border-radius:0;padding:0}.seller-otp-card h1{margin:0}.seller-otp-card__message{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;margin-top:18px;padding:10px 12px;font-size:13px;font-weight:600}.seller-otp-form{gap:14px;margin-top:14px;display:grid}.seller-otp-form__inputs{grid-template-columns:repeat(6,1fr);gap:8px;display:grid}.seller-otp-form__inputs input{aspect-ratio:1;color:#0f172a;text-align:center;border:1px solid #c7d0dc;border-radius:8px;outline:none;width:100%;font-size:20px;font-weight:700}.seller-otp-form__inputs input:focus{border-color:#f0c14b;box-shadow:0 0 0 3px #f0c14b47}.seller-otp-form__verify{color:#fff;width:100%;min-height:48px;box-shadow:none;cursor:pointer;background:#111827;border:none;border-radius:999px;font-size:15px;font-weight:700}.seller-otp-form__verify:hover{background:#000}.seller-otp-card__resend{color:#64748b;text-align:center;margin-top:16px;font-size:13px}.seller-otp-card__resend button{color:#0059b8;background:0 0;border:none;font-size:13px;font-weight:700}.seller-otp-card__back{color:#0059b8;text-align:center;margin-top:16px;font-size:13px;font-weight:700;display:block}.seller-console{grid-template-columns:220px minmax(0,1fr);height:100vh;min-height:100vh;max-height:100vh;display:grid;overflow:hidden}.seller-console--bento{--admin-bento-gap:14px;--admin-bento-radius:22px;--admin-bento-surface:#fff;--admin-bento-canvas:#ececf1;--admin-bento-ink:#111827;--admin-bento-muted:#6b7280}.seller-console__sidebar{color:#fff;background:#0f172a;flex-direction:column;gap:16px;height:100vh;padding:20px 14px;display:flex;position:sticky;top:0}.seller-console__drawer,.seller-console__drawer-backdrop{display:none}.seller-console__brand{color:#fff;letter-spacing:-.2px;align-items:center;gap:2px;padding:0 8px;font-size:15px;font-weight:700;text-decoration:none;display:inline-flex}.seller-console__brand span{color:#f59e0b}.seller-console__nav{flex-direction:column;gap:4px;display:flex}.seller-console__link,.seller-console__nav-link{color:#cbd5e1;border-radius:10px;padding:9px 10px;font-size:13px;font-weight:600;text-decoration:none;transition:background .2s,color .2s}.seller-console__link:hover,.seller-console__link--active,.seller-console__nav-link:hover,.seller-console__nav-link--active{color:#fff;background:#ffffff14}.seller-console__signout{color:#94a3b8;text-align:left;cursor:pointer;background:0 0;border:0;margin-top:auto;padding:0 8px;font-size:12px}.seller-console__workspace{background:var(--admin-bento-canvas,#ececf1);flex-direction:column;min-width:0;height:100vh;min-height:0;max-height:100vh;display:flex;overflow:hidden}.seller-console__scroll{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;flex:1 1 0;min-height:0;overflow:hidden auto}.seller-console__bar{color:#ffffffe0;box-sizing:border-box;z-index:30;background:#08428c;border-color:#ffffff1f;flex-shrink:0;justify-content:space-between;align-items:center;gap:16px;height:58px;min-height:58px;max-height:58px;padding:0 28px;font-size:12px;display:flex;overflow:hidden}.seller-console__mobile-bar{display:none}.seller-console__header,.seller-console__mobile-bar{z-index:50;position:relative;overflow:visible}.seller-console__header-actions,.seller-console__mobile-actions{z-index:51;position:relative}.seller-console__header{border-bottom-style:solid;border-bottom-width:1px;justify-content:space-between;align-items:center;display:flex}.seller-console__header--desktop{display:flex}.seller-console__header-brand{color:#fff;letter-spacing:.02em;white-space:nowrap;font-size:13px;font-weight:700}.seller-console__footer{color:#ffffffe0;border-top-style:solid;border-top-width:1px;justify-content:space-between;font-size:11px;display:flex}.seller-console__footer span:last-child{color:#ffffffb8;white-space:nowrap}.seller-console__footer span:first-child{white-space:nowrap}.seller-console__page-heading{padding:0 0 14px}.seller-console__page-heading h1{color:#111827;letter-spacing:-.03em;margin:0;font-size:24px;font-weight:700}.seller-console__page-heading p{color:var(--admin-bento-muted,#6b7280);max-width:48ch;margin:4px 0 0;font-size:13px;line-height:1.4}.seller-console__header-actions{align-items:center;gap:12px;display:flex}.seller-console__header-link{color:#fff;white-space:nowrap;border:1px solid #ffffff47;border-radius:8px;padding:8px 10px;font-size:11px;font-weight:600;line-height:1;text-decoration:none}.seller-console__header-btn{color:#111827;cursor:pointer;white-space:nowrap;background:linear-gradient(#fbbf24 0%,#f59e0b 100%);border:0;border-radius:8px;padding:8px 10px;font-size:11px;font-weight:700;line-height:1}.seller-console__content--flush,.seller-console__content--orders{gap:10px;padding-top:10px}.seller-orders-page__empty{color:#64748b;margin:0;font-size:13px}.seller-order-list--flat{gap:10px}.seller-console__notification{color:#fff;background:#ffffff1f;border:1px solid #ffffff38;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-size:0;text-decoration:none;display:inline-flex;position:relative}.seller-console__notification svg{width:18px;height:18px}.seller-console__notification strong{color:#fff;background:#111827;border-radius:999px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:9px;font-weight:700;display:inline-flex;position:absolute;top:2px;right:2px}.seller-console__account{background:#fff;border:1px solid #dbe3ee;border-radius:10px;justify-content:center;min-height:42px;padding:6px 14px;display:grid}.seller-console__account strong{color:#0f172a;font-size:13px;font-weight:700}.seller-console__account span{color:#64748b;text-transform:none;letter-spacing:0;font-size:12px}.seller-console__mobile-nav{display:none}.seller-console__content{flex-direction:column;gap:16px;min-height:0;padding:18px 24px 24px;display:flex}.seller-console__content--bento{gap:14px;padding-top:18px}.seller-wallet-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.seller-wallet-kpis article{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:14px 16px}.seller-wallet-kpis span{color:#64748b;font-size:12px;font-weight:600}.seller-wallet-kpis strong{color:#0f172a;margin-top:6px;font-size:22px;font-weight:800;display:block}.seller-wallet-kpis p{color:#94a3b8;margin:6px 0 0;font-size:11px}.seller-wallet-withdraw__row{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:12px;display:grid}.seller-wallet-withdraw label{color:#0f172a;gap:6px;font-size:13px;font-weight:600;display:grid}.seller-wallet-withdraw input{border:1px solid #d1d5db;border-radius:8px;min-height:38px;padding:0 12px;font-size:14px}.seller-wallet-table-wrap{overflow-x:auto}.seller-wallet-table{border-collapse:collapse;width:100%;min-width:920px}.seller-wallet-table th,.seller-wallet-table td{text-align:left;color:#334155;border-bottom:1px solid #e2e8f0;padding:10px 12px;font-size:12px}.seller-wallet-table th{color:#64748b;text-transform:uppercase;background:#f8fafc;font-size:11px;font-weight:700}.seller-wallet-status{color:#475569;background:#f1f5f9;border-radius:999px;padding:2px 8px;font-size:11px;font-weight:700;display:inline-flex}.seller-wallet-status--unsettled{color:#92400e;background:#fef3c7}.seller-wallet-status--pending_settlement{color:#1d4ed8;background:#dbeafe}.seller-wallet-status--available{color:#15803d;background:#dcfce7}.seller-wallet-status--cancelled{color:#b91c1c;background:#fee2e2}.seller-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.seller-kpi-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.seller-kpi-grid article,.seller-console-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 4px 14px #0f172a0a}.seller-kpi-grid article{padding:18px}.seller-kpi-grid span{color:#64748b;font-size:12px;font-weight:600}.seller-kpi-grid strong{color:#0f172a;letter-spacing:-.4px;margin-top:8px;font-size:25px;font-weight:700;display:block}.seller-kpi-grid p,.seller-console-card p{color:#64748b;margin-top:5px;font-size:13px;line-height:1.5}.seller-console-grid{grid-template-columns:minmax(0,1.5fr) minmax(300px,.75fr);gap:18px;display:grid}.seller-console-grid--kyc{grid-template-columns:minmax(0,1fr) 300px;align-items:start;gap:14px}.seller-kyc-main{gap:12px;display:grid}.seller-console-card{padding:16px}.kyc-address-card .seller-console-card__header{margin-bottom:10px}.kyc-address-card .seller-console-card__header p{color:#64748b;margin:4px 0 0;font-size:12px;line-height:1.4}.kyc-address-form.checkout-form--grid{align-items:end;gap:10px}.seller-kyc-main .seller-console-card__header{margin-bottom:10px}.seller-kyc-main .seller-console-card__header p{color:#64748b;margin:4px 0 0;font-size:12px;line-height:1.4}.kyc-address-form.checkout-form label:not(.kyc-same-address-check):not(.seller-terms-check){gap:5px}.kyc-same-address-check,.kyc-address-form label.seller-terms-check,.seller-kyc-terms label.seller-terms-check{color:#334155;background:#f8fbff;border:1px solid #dbeafe;border-radius:8px;gap:10px;margin-top:2px;padding:10px 12px;font-size:13px;font-weight:500;line-height:1.4;flex-direction:row!important;align-items:center!important;display:flex!important}.kyc-same-address-check input[type=checkbox],.seller-kyc-terms .seller-terms-check input[type=checkbox]{accent-color:#1d4ed8;flex-shrink:0;width:16px;min-width:16px;height:16px;margin:0}.kyc-same-address-check span{flex:1}.seller-console-card--wide{min-height:320px}.seller-console-card__header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.seller-console-card h2,.seller-console-card__header h2{color:#0f172a;font-size:16px;font-weight:700}.seller-console-card__header button,.seller-action-list button,.seller-console-form button{color:#1d4ed8;background:#fff;border:1px solid #c8d2df;border-radius:8px;min-height:34px;padding:0 13px;font-size:12px;font-weight:700}.seller-chart-preview{background:linear-gradient(#f8fafc,#eef2f7);border-radius:12px;align-items:end;gap:10px;height:220px;padding:18px;display:flex}.seller-chart-preview span{background:linear-gradient(#2563eb,#172554);border-radius:8px 8px 0 0;flex:1;min-height:28px}.seller-status-list,.seller-action-list,.seller-notification-list{gap:10px;display:grid}.seller-status-list div{background:#f8fafc;border:1px solid #e5e7eb;border-radius:9px;justify-content:space-between;align-items:center;gap:14px;min-height:42px;padding:0 12px;display:flex}.seller-status-list strong,.seller-table__row strong,.seller-notification-list strong{color:#0f172a;font-size:13px;font-weight:700}.seller-status-list span,.seller-status-value{font-size:12px;font-weight:700}.seller-status-value--success{color:#15803d}.seller-status-value--pending{color:#b45309}.seller-status-value--muted{color:#64748b}.seller-status-value--danger{color:#b91c1c}.seller-onboarding-banner{border-radius:12px;gap:4px;margin-bottom:0;padding:14px 16px;font-size:13px;display:grid}.seller-onboarding-banner strong{color:#0f172a;font-size:14px}.seller-onboarding-banner span{color:#475569}.seller-onboarding-banner a{color:#08428c;font-weight:700;text-decoration:underline}.seller-onboarding-banner--ready{background:#f0fdf4;border:1px solid #bbf7d0}.seller-onboarding-banner--ready strong{color:#166534}.seller-onboarding-banner--ready span{color:#15803d}.seller-onboarding-banner--pending{background:#fffbeb;border:1px solid #fde68a}.seller-kpi-strong--success{color:#15803d}.seller-action-list button{text-align:left;justify-content:flex-start;width:100%;min-height:40px}.seller-table{border:1px solid #e5e7eb;border-radius:12px;display:grid;overflow:hidden}.seller-table__row{color:#475569;border-bottom:1px solid #e5e7eb;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;gap:14px;min-height:48px;padding:0 16px;font-size:13px;display:grid}.seller-table__row:last-child{border-bottom:none}.seller-table__row--head{color:#64748b;text-transform:uppercase;background:#f8fafc;min-height:42px;font-size:12px;font-weight:700}.seller-console-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:16px;display:grid}.seller-console-form--single{grid-template-columns:1fr}.seller-console-form label{color:#0f172a;gap:6px;font-size:13px;font-weight:700;display:grid}.seller-console-form input,.seller-console-form select,.seller-console-form textarea{color:#111827;width:100%;min-height:40px;font:inherit;border:1px solid #cbd5e1;border-radius:8px;outline:none;padding:0 12px;font-size:13px}.seller-console-form input[readonly]{color:#475569;background:#f8fafc}.seller-console-form__full{grid-column:1/-1}.seller-console-form textarea{resize:vertical;min-height:96px;padding:10px 12px}.seller-policy-document{gap:18px;padding:28px 32px 32px;display:grid}.seller-agreement-document{color:var(--admin-bento-ink,#111827);gap:0;padding:28px 32px 32px;display:grid}.seller-agreement-document--public{width:min(100%,980px);margin:0 auto}.seller-agreement-document__head{border-bottom:1px solid #e5e7eb;margin-bottom:22px;padding-bottom:18px}.seller-agreement-document__head h2{color:var(--admin-bento-ink,#111827);letter-spacing:-.4px;margin:8px 0 6px;font-size:24px;font-weight:800;line-height:1.2}.seller-agreement-document__head p{color:var(--admin-bento-muted,#6b7280);margin:0;font-size:14px;line-height:1.55}.seller-agreement-document__eyebrow{color:#1d4ed8;letter-spacing:.7px;text-transform:uppercase;font-size:11px;font-weight:700;display:inline-block}.seller-agreement-document__body{gap:0;display:grid}.seller-agreement-document__intro,.seller-agreement-document__section,.seller-agreement-document__footer{border-bottom:1px solid #e5e7eb;padding:22px 0}.seller-agreement-document__footer{text-align:center;border-bottom:none;padding-bottom:0}.seller-agreement-document__section-title{color:var(--admin-bento-ink,#111827);letter-spacing:-.2px;margin:0 0 14px;font-size:17px;font-weight:800;line-height:1.35}.seller-agreement-document__subsection-title{color:var(--admin-bento-ink,#111827);margin:16px 0 10px;font-size:15px;font-weight:700;line-height:1.4}.seller-agreement-document__subsection-title:first-child{margin-top:0}.seller-agreement-document__paragraph{color:#374151;margin:0 0 12px;font-size:14px;line-height:1.7}.seller-agreement-document__paragraph:last-child{margin-bottom:0}.seller-agreement-document__list{color:#374151;margin:0 0 14px;padding-left:22px;font-size:14px;line-height:1.65}.seller-agreement-document__list li{margin-bottom:6px}.seller-agreement-document__list li:last-child{margin-bottom:0}.seller-agreement-document__paragraph strong,.seller-agreement-document__list strong{color:var(--admin-bento-ink,#111827);font-weight:700}.seller-agreement-document__footer .seller-agreement-document__paragraph{color:var(--admin-bento-ink,#111827);letter-spacing:.4px;text-transform:uppercase;margin-bottom:8px;font-size:13px;font-weight:700}.simple-page--bento{background:var(--admin-bento-canvas,#ececf1)}.simple-page--bento .simple-page__inner{gap:14px;padding-top:24px;padding-bottom:40px}.seller-policy-document section{border-bottom:1px solid #e5e7eb;padding-bottom:16px}.seller-policy-document section:last-child{border-bottom:none;padding-bottom:0}.seller-policy-links{gap:12px;display:grid}.seller-policy-links__card{color:inherit;background:#f9fafb;border:1px solid #e5e7eb;border-radius:14px;gap:4px;padding:16px 18px;text-decoration:none;transition:border-color .15s,background-color .15s;display:grid}.seller-policy-links__card:hover{background:#eff6ff;border-color:#bfdbfe}.seller-policy-links__card strong{color:var(--admin-bento-ink,#111827);font-size:15px;font-weight:700}.seller-policy-links__card span{color:var(--admin-bento-muted,#6b7280);font-size:13px;line-height:1.5}.seller-badge{color:#475569;white-space:nowrap;background:#f8fafc;border:1px solid #dbe3ee;border-radius:999px;align-items:center;min-height:26px;padding:0 10px;font-size:11px;font-weight:700;display:inline-flex}.seller-badge--success{color:#15803d;background:#f0fdf4;border-color:#bbf7d0}.kyc-upload-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.kyc-address-card .checkout-form label{color:#0f172a;font-size:13px;font-weight:600}.kyc-form-required{color:#dc2626}.kyc-location-btn{color:#1d4ed8;white-space:nowrap;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;align-items:center;gap:8px;min-height:36px;padding:0 14px;font-size:12px;font-weight:700;display:inline-flex}.kyc-location-btn svg{width:16px;height:16px}.kyc-location-btn:disabled{opacity:.7;cursor:wait}.kyc-address-subsection{border-top:1px solid #e2e8f0;margin-top:12px;padding-top:12px}.kyc-address-subsection h3{color:#0f172a;margin-bottom:10px;font-size:14px;font-weight:700}.seller-kyc-terms__list{gap:10px;display:grid}.seller-kyc-terms .seller-terms-check a{color:#1d4ed8;font-weight:700;text-decoration:underline}.kyc-upload-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;gap:10px;padding:12px;display:grid}.kyc-upload-card__head{align-items:center;gap:10px;display:flex}.kyc-upload-card__icon{color:#1d4ed8;background:#e8eef7;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:14px;font-weight:800;display:inline-flex}.kyc-upload-card__meta{gap:2px;display:grid}.kyc-upload-card__meta strong{color:#0f172a;font-size:13px;font-weight:700}.kyc-upload-card__meta span{color:#64748b;font-size:11px;font-weight:600}.kyc-upload-card__drops{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.kyc-upload-drop{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:8px;gap:8px;padding:10px;transition:border-color .15s,background-color .15s;display:grid}.kyc-upload-drop--dragging{background:#eff6ff;border-color:#60a5fa}.kyc-upload-drop__label{color:#0f172a;margin:0;font-size:11px;font-weight:700}.kyc-upload-drop__btn{color:#1d4ed8;cursor:pointer;background:#fff;border:1px solid #bfdbfe;border-radius:6px;justify-content:center;align-items:center;min-height:30px;padding:0 10px;font-size:11px;font-weight:700;display:inline-flex}.kyc-upload-drop__btn input{display:none}.kyc-upload-drop .kyc-progress{height:4px}.kyc-upload-drop__progress{color:#64748b;margin:0;font-size:10px;font-style:normal}.kyc-upload-drop__empty{color:#475569;text-align:center;cursor:pointer;background:#fff;border:1px dashed #cbd5e1;border-radius:6px;align-content:center;justify-items:center;gap:6px;width:100%;min-height:0;padding:16px 12px;display:grid}.kyc-upload-drop__empty:disabled{opacity:.6;cursor:not-allowed}.kyc-upload-drop__empty strong{color:#0f172a;font-size:12px;font-weight:700}.kyc-upload-drop__empty-icon{color:#1d4ed8;background:#eff6ff;border-radius:999px;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.kyc-upload-drop__empty-icon svg{width:18px;height:18px}.kyc-upload-drop__hint{color:#64748b;font-size:10px;line-height:1.35}.kyc-upload-drop__preview{gap:8px;display:grid}.kyc-upload-drop__frame{background:#fff;border:1px solid #e2e8f0;border-radius:6px;justify-content:center;align-items:center;width:100%;display:flex;overflow:hidden}.kyc-upload-drop--portrait .kyc-upload-drop__frame,.kyc-upload-drop--portrait .kyc-upload-drop__empty{aspect-ratio:3/4;justify-self:center;max-width:240px}.kyc-upload-drop--document .kyc-upload-drop__frame,.kyc-upload-drop--document .kyc-upload-drop__empty{aspect-ratio:4/3}.kyc-upload-drop__expand{cursor:zoom-in;background:0 0;border:0;justify-content:center;align-items:center;width:100%;height:100%;padding:0;display:flex}.kyc-upload-drop__expand img{object-fit:contain;width:100%;height:100%}.kyc-upload-drop__pdf{color:#475569;text-align:center;word-break:break-word;justify-items:center;gap:8px;padding:16px;font-size:11px;display:grid}.kyc-upload-drop__pdf-icon{color:#b91c1c;background:#fee2e2;border-radius:8px;justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:0 10px;font-size:12px;font-weight:800;display:inline-flex}.kyc-upload-drop__file{color:#475569;text-align:center;word-break:break-word;padding:16px;font-size:11px}.kyc-upload-drop__remove{color:#dc2626;cursor:pointer;background:#fff;border:1px solid #fecaca;border-radius:6px;justify-self:start;min-height:28px;padding:0 10px;font-size:11px;font-weight:700}.kyc-upload-lightbox{z-index:1200;background:#0f172ab8;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.kyc-upload-lightbox img{object-fit:contain;background:#fff;border-radius:8px;max-width:min(92vw,900px);max-height:88vh}.kyc-upload-lightbox__close{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;min-height:36px;padding:0 14px;font-size:13px;font-weight:700;position:fixed;top:16px;right:16px}.kyc-upload-grid--wizard{grid-template-columns:1fr;gap:14px}.kyc-upload-card__drops--single{grid-template-columns:1fr}.kyc-upload-card__drops--photo{grid-template-columns:minmax(0,260px);justify-content:start}.kyc-upload-card__drops--address{grid-template-columns:repeat(2,minmax(0,1fr))}.kyc-wizard__steps{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:0 0 12px;padding:0;list-style:none;display:grid}.kyc-wizard__step{color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:8px;gap:4px;padding:10px;font-size:11px;display:grid}.kyc-wizard__step span{color:#334155;background:#e2e8f0;border-radius:999px;justify-content:center;align-items:center;width:22px;height:22px;font-size:11px;font-weight:700;display:inline-flex}.kyc-wizard__step strong{color:#0f172a;font-size:12px;font-weight:700;line-height:1.3}.kyc-wizard__step--active{background:#eff6ff;border-color:#93c5fd}.kyc-wizard__step--active span{color:#fff;background:#2563eb}.kyc-wizard__step--complete{background:#f0fdf4;border-color:#bbf7d0}.kyc-wizard__nav{justify-content:space-between;align-items:center;gap:12px;margin-top:12px;display:flex}.kyc-wizard__content,.seller-kyc-status{gap:12px;display:grid}.seller-kyc-status__note{color:#64748b;margin:0;font-size:12px;line-height:1.5}.seller-kyc-terms__submit{width:100%;margin-top:12px}.seller-console-grid--profile{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.seller-profile-kyc-link{justify-content:center;align-items:center;width:100%;margin-top:14px;text-decoration:none;display:inline-flex}.kyc-success-dialog{z-index:1200;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.kyc-success-dialog__backdrop{background:#0f172a73;position:absolute;inset:0}.kyc-success-dialog__panel{background:#fff;border-radius:12px;width:min(100%,420px);padding:22px;position:relative;box-shadow:0 20px 50px #0f172a33}.kyc-success-dialog__panel h2{color:#0f172a;margin:0 0 8px;font-size:18px}.kyc-success-dialog__panel p{color:#475569;margin:0 0 14px;font-size:13px;line-height:1.5}.kyc-success-dialog__meta{gap:10px;margin:0 0 16px;display:grid}.kyc-success-dialog__meta div{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;display:flex}.kyc-success-dialog__meta dt{color:#64748b;font-size:12px;font-weight:700}.kyc-success-dialog__meta dd{color:#0f172a;margin:0;font-size:13px;font-weight:700}.kyc-wizard{gap:12px;display:grid}.kyc-progress{background:#e2e8f0;border-radius:999px;height:7px;overflow:hidden}.kyc-progress span{border-radius:inherit;background:linear-gradient(90deg,#2563eb,#1d4ed8);height:100%;display:block}.seller-terms-check{color:#334155;align-items:flex-start;gap:10px;font-size:13px;line-height:1.5;display:flex}.seller-terms-check input{margin-top:3px}.seller-primary-action{color:#111827;background:linear-gradient(#f7dfa5,#f0c14b);border:1px solid #a88734;border-radius:8px;min-height:40px;margin-top:16px;padding:0 16px;font-size:13px;font-weight:700}.seller-secondary-action{color:#1d4ed8;background:#fff;border:1px solid #c8d2df;border-radius:8px;min-height:34px;margin-top:12px;padding:0 13px;font-size:12px;font-weight:700}.seller-warehouse-page{align-items:start}.seller-warehouse-card{grid-column:1/-1}.seller-warehouse-form{gap:18px;display:grid}.warehouse-locked-notice{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;margin:0 0 4px;padding:12px 14px;font-size:13px;line-height:1.5}.seller-warehouse-form--locked :is(input,select,textarea,button){cursor:not-allowed}.seller-warehouse-form--locked .warehouse-weekday{opacity:.85}.warehouse-address-layout{grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);gap:18px;display:grid}.warehouse-address-form,.warehouse-map-panel{gap:14px;display:grid}.warehouse-address-form label,.warehouse-contact-grid label,.warehouse-time-grid label,.warehouse-supplier-grid label,.seller-warehouse-form>label{color:#334155;gap:6px;font-size:13px;font-weight:600;display:grid}.warehouse-address-form input,.warehouse-contact-grid input,.warehouse-supplier-grid input,.seller-warehouse-form select,.seller-warehouse-form input,.seller-warehouse-form textarea{color:#0f172a;min-height:40px;font:inherit;background:#fff;border:1px solid #d6dee8;border-radius:8px;padding:10px 12px}.warehouse-address-grid,.warehouse-contact-grid,.warehouse-time-grid,.warehouse-supplier-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.warehouse-address-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.warehouse-address-grid label:last-child{grid-column:1/-1}.warehouse-field-error{color:#dc2626;font-size:12px;font-weight:500;line-height:1.4}.warehouse-field-hint{color:#64748b;font-size:12px}.warehouse-map{background:#f8fafc;border:1px solid #d6dee8;border-radius:12px;min-height:320px;overflow:hidden}.warehouse-map iframe{border:0;width:100%;min-height:320px}.warehouse-map--empty{color:#64748b;text-align:center;place-items:center;min-height:320px;padding:20px;font-size:13px;display:grid}.warehouse-fetch-location{width:100%;margin-top:0}.warehouse-location-actions{gap:8px;display:grid}.warehouse-location-error{color:#dc2626;margin:0;font-size:12px;font-weight:500;line-height:1.4}.warehouse-location-notice{color:#b45309;margin:0;font-size:12px;line-height:1.4}.warehouse-location-label{color:#475569;margin:0;font-size:12px}.warehouse-form-section{border-top:1px solid #e5e7eb;gap:12px;padding-top:6px;display:grid}.warehouse-form-section h3{color:#0f172a;margin:0;font-size:15px}.warehouse-weekdays{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px;display:grid}.warehouse-weekday{color:#334155;align-items:center;gap:8px;font-size:13px;display:flex}.warehouse-supplier-check{color:#334155;align-items:flex-start;gap:10px;font-size:13px;display:flex}.warehouse-confirm-location{width:min(100%,520px);padding:0;overflow:hidden}.warehouse-confirm-location__header{justify-content:space-between;align-items:center;padding:18px 20px 0;display:flex}.warehouse-confirm-location__header h2{margin:0}.warehouse-confirm-location__close{color:#64748b;background:0 0;border:0;font-size:24px;line-height:1}.warehouse-confirm-location .warehouse-map{border-radius:10px;margin:16px 20px 0}.warehouse-confirm-location__address{padding:16px 20px 0}.warehouse-confirm-location__address strong{color:#0f172a;font-size:18px;display:block}.warehouse-confirm-location__address p{color:#64748b;margin:6px 0 0;font-size:14px}.warehouse-confirm-location__confirm{color:#fff;background:#5b4bdb;border:0;border-radius:10px;width:calc(100% - 40px);min-height:46px;margin:18px 20px 20px;font-size:15px;font-weight:700}.admin-warehouse-layout{grid-template-columns:minmax(280px,.9fr) minmax(0,1.2fr);gap:18px;display:grid}.admin-warehouse-row{text-align:left;cursor:pointer;background:0 0;border:0;width:100%}.admin-warehouse-row small{color:#64748b;font-size:12px;display:block}.admin-warehouse-row--active{background:#eff6ff}.admin-warehouse-detail{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:18px}.admin-warehouse-detail__header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.admin-warehouse-detail__header h3,.admin-warehouse-detail__header p{margin:0}.admin-warehouse-detail__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.admin-warehouse-detail__grid>div{gap:4px;display:grid}.admin-warehouse-detail__grid strong{color:#64748b;letter-spacing:.03em;text-transform:uppercase;font-size:11px}.admin-warehouse-detail__grid span{color:#0f172a;white-space:pre-wrap;font-size:13px;line-height:1.5}@media (width<=960px){.warehouse-address-layout,.admin-warehouse-layout,.warehouse-address-grid,.warehouse-contact-grid,.warehouse-time-grid,.warehouse-supplier-grid,.admin-warehouse-detail__grid{grid-template-columns:1fr}}.product-listing-block{border-top:1px solid #e5e7eb;margin-top:18px;padding-top:18px}.seller-listing-toolbar{margin-bottom:14px}.seller-inline-link-button{justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.seller-product-highlights{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:16px;display:grid}.seller-product-highlights article{background:#fff;border:1px solid #dbe3ee;border-radius:12px;padding:16px 18px}.seller-product-highlights span{color:#64748b;letter-spacing:.03em;text-transform:uppercase;font-size:12px;font-weight:700;display:block}.seller-product-highlights strong{color:#0f172a;margin-top:8px;font-size:28px;line-height:1;display:block}.seller-product-highlights--compact{gap:8px;margin-bottom:12px}.seller-product-highlights--compact article{text-align:center;padding:10px 8px}.seller-product-highlights--compact span{letter-spacing:0;text-transform:none;font-size:10px;font-weight:600}.seller-product-highlights--compact strong{margin-top:4px;font-size:20px}.seller-products-card{gap:16px;display:grid}.seller-products-top-actions{justify-content:space-between;align-items:center;gap:10px;display:flex}.seller-products-top-actions .seller-primary-action,.seller-products-top-actions .seller-secondary-action{min-height:36px;margin-top:0}.seller-products-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.seller-products-toolbar__right{flex-wrap:wrap;gap:10px;display:flex}.seller-segmented-control{background:#f8fafc;border:1px solid #d6dee8;border-radius:999px;padding:4px;display:inline-flex}.seller-segmented-control__btn{color:#475569;background:0 0;border:0;border-radius:999px;min-height:34px;padding:0 16px;font-size:12px;font-weight:700}.seller-segmented-control__btn--active{color:#fff;background:#0f172a}.seller-product-list{gap:10px;display:grid}.seller-product-list__row{background:#fff;border:1px solid #e5e7eb;border-radius:10px;grid-template-columns:minmax(180px,1.4fr) 1fr .8fr .9fr .5fr .8fr 1fr;align-items:center;gap:10px;padding:12px 14px;display:grid}.seller-product-list__row--head{color:#64748b;letter-spacing:.04em;text-transform:uppercase;background:#f8fafc;font-size:11px;font-weight:700}.seller-product-list__product{align-items:center;gap:10px;min-width:0;display:flex}.seller-product-list__product strong{color:#0f172a;font-size:13px;line-height:1.4}.seller-product-list__thumb{object-fit:cover;background:#f8fafc;border:1px solid #dbe3ee;border-radius:8px;flex:0 0 44px;width:44px;height:44px}.seller-product-list__thumb--empty{color:#94a3b8;text-align:center;place-items:center;font-size:9px;display:grid}.seller-product-list__actions{flex-wrap:wrap;gap:8px;display:flex}.seller-product-list__remove{color:#dc2626}.seller-product-card-list{gap:8px;display:grid}.seller-product-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;gap:6px;padding:10px 12px;display:grid;position:relative}.seller-product-card__status{z-index:1;position:absolute;top:8px;right:10px}.seller-product-card__identity{align-items:flex-start;gap:10px;min-width:0;padding-right:76px;display:flex}.seller-product-card__name{color:#0f172a;font-size:13px;font-weight:700;line-height:1.35}.seller-product-card__thumb{object-fit:cover;background:#f8fafc;border:1px solid #dbe3ee;border-radius:8px;flex:0 0 40px;width:40px;height:40px}.seller-product-card__thumb--empty{color:#94a3b8;text-align:center;place-items:center;font-size:8px;line-height:1.1;display:grid}.seller-product-card__metrics{color:#475569;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;gap:10px;font-size:10px;font-weight:600;display:flex;overflow-x:auto}.seller-product-card__metrics span{white-space:nowrap;flex:none}.seller-product-card__actions{flex-wrap:wrap;gap:8px;display:flex}.seller-product-card__actions .seller-secondary-action{min-height:32px;padding:0 12px;font-size:12px}.seller-order-list{gap:12px;display:grid}.seller-order-list__row{background:#fff;border:1px solid #dbe3ee;border-radius:12px;grid-template-columns:minmax(0,1.4fr) minmax(120px,.9fr) minmax(100px,.7fr) auto;align-items:center;gap:14px;padding:14px 16px;display:grid}.seller-order-list__product{align-items:center;gap:12px;min-width:0;display:flex}.seller-order-list__thumb{object-fit:cover;background:#f8fafc;border:1px solid #dbe3ee;border-radius:10px;flex:0 0 56px;width:56px;height:56px}.seller-order-list__thumb--empty{color:#94a3b8;text-align:center;place-items:center;font-size:9px;display:grid}.seller-order-list__copy{flex-direction:column;gap:2px;min-width:0;display:flex}.seller-order-list__copy strong{color:#08428c;font-size:14px}.seller-order-list__copy span,.seller-order-list__copy small{color:#64748b;font-size:12px}.seller-order-list__buyer{flex-direction:column;gap:2px;display:flex}.seller-order-list__buyer span{color:#94a3b8;letter-spacing:.04em;text-transform:uppercase;font-size:11px}.seller-order-list__buyer strong{color:#0f172a;font-size:13px}.seller-order-list__buyer small{color:#64748b;font-size:12px}.seller-order-list__badge{color:#08428c;background:#eff6ff;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:700;display:inline-flex}.seller-order-list__status{flex-direction:column;gap:4px;display:flex}.seller-order-list__status small{color:#64748b;font-size:11px}.seller-order-list__actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.seller-order-list__fulfillment{border-top:1px solid #e2e8f0;grid-column:1/-1;padding-top:8px}.seller-order-fulfillment{gap:8px;display:grid}.seller-order-fulfillment__actions{flex-wrap:wrap;gap:8px;display:flex}.seller-order-fulfillment--compact .seller-order-fulfillment__actions{justify-content:flex-start}.seller-order-fulfillment__hint{color:#b45309;margin:0;font-size:12px;line-height:1.45}.seller-order-fulfillment-block{gap:8px;display:grid}.seller-order-packing-compact{color:#475569;gap:2px;font-size:12px;line-height:1.4;display:grid}.seller-order-packing-compact__warning{color:#92400e;margin:4px 0 0;font-size:11px;font-weight:600}.seller-orders-page__how-to-pack{white-space:nowrap;flex-shrink:0}.seller-order-notice-dialog{background:#fff;border:1px solid #f59e0b;border-radius:12px;padding:14px 16px;box-shadow:0 8px 24px #b453091f}.seller-order-notice-dialog h4{color:#92400e;margin:0;font-size:14px;font-weight:700}.seller-order-notice-dialog p{color:#78350f;margin:8px 0 0;font-size:13px;line-height:1.5}.seller-order-packing-card{background:#f8fafc;border:1px solid #dbe3ee;border-radius:12px;padding:14px 16px}.seller-order-packing-card h4{color:#0f172a;margin:0 0 10px;font-size:14px;font-weight:700}.seller-order-packing-card__list{gap:10px;margin:0;padding:0;list-style:none;display:grid}.seller-order-packing-card__list li{color:#334155;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:10px 12px;font-size:13px;line-height:1.45}.seller-order-packing-card__list strong{color:#08428c;margin-bottom:4px;display:block}.seller-order-packing-card__warning{color:#b45309;margin:10px 0 0;font-size:12px;font-weight:600;line-height:1.45}.seller-order-fulfillment__download{color:#fff;cursor:pointer;background:#08428c;border:1px solid #06356f;border-radius:8px;min-height:40px;padding:0 14px;font-size:13px;font-weight:600}.seller-order-fulfillment__download:disabled{color:#f8fafc;cursor:not-allowed;opacity:1;background:#94a3b8;border-color:#64748b}.seller-order-how-to-pack{justify-content:center;width:fit-content;display:inline-flex}.seller-how-to-pack-page__video{aspect-ratio:16/9;background:#0f172a;border-radius:12px;overflow:hidden}.seller-how-to-pack-page__video iframe{border:0;width:100%;height:100%}.seller-how-to-pack-page__placeholder{color:#475569;text-align:center;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:12px;padding:24px;font-size:14px;line-height:1.5}.seller-how-to-pack-page__hint{color:#64748b;margin-top:8px;font-size:12px}.seller-order-detail__back{color:#08428c;margin-bottom:8px;font-size:13px;font-weight:600;text-decoration:none;display:inline-block}.seller-order-detail__header-actions{flex-wrap:wrap;gap:8px;display:flex}.seller-order-detail__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:18px;display:grid}.seller-order-detail__card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:14px 16px}.seller-order-detail__card h3{color:#08428c;margin:0 0 10px;font-size:14px}.seller-order-detail__card dl{gap:8px;margin:0;display:grid}.seller-order-detail__card dt{color:#94a3b8;letter-spacing:.04em;text-transform:uppercase;font-size:11px}.seller-order-detail__card dd{color:#0f172a;margin:2px 0 0;font-size:13px}.seller-order-detail__card address{color:#334155;flex-direction:column;gap:4px;font-size:13px;font-style:normal;line-height:1.5;display:flex}.seller-order-detail__items{margin-top:20px}.seller-order-detail__items h3{color:#08428c;margin:0 0 12px;font-size:15px}.seller-order-detail__item-list{gap:10px;display:grid}.seller-order-detail__item{background:#fff;border:1px solid #e2e8f0;border-radius:12px;grid-template-columns:64px minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px 14px;display:grid}.seller-order-detail__item-thumb{object-fit:cover;background:#f8fafc;border:1px solid #dbe3ee;border-radius:10px;width:64px;height:64px}.seller-order-detail__item span{color:#64748b;font-size:12px;display:block}.seller-order-detail__item strong{color:#0f172a;font-size:14px}.seller-order-detail__totals{border-top:1px solid #e2e8f0;gap:8px;max-width:320px;margin-top:18px;margin-left:auto;padding-top:14px;display:grid}.seller-order-detail__totals div{justify-content:space-between;font-size:13px;display:flex}.seller-order-detail__totals-total{border-top:1px solid #e2e8f0;margin-top:4px;padding-top:8px;font-size:15px;font-weight:700}.seller-order-detail__awb,.seller-order-detail__note{color:#475569;margin-top:14px;font-size:13px}.seller-order-detail__fulfillment{flex-wrap:wrap;gap:8px;margin-top:16px;display:flex}.order-fulfillment{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;margin:16px 0 20px;padding:16px}.order-fulfillment__header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.order-fulfillment__header h3{margin:0;font-size:15px}.order-fulfillment__status{color:#475569;font-size:12px;font-weight:700}.order-fulfillment__courier-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;margin-bottom:14px;padding:12px}.order-fulfillment__courier-card h4{color:#334155;margin:0 0 10px;font-size:13px}.order-fulfillment__courier-card dl{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px 16px;margin:0;display:grid}.order-fulfillment__courier-card dt{color:#64748b;text-transform:uppercase;letter-spacing:.04em;font-size:11px}.order-fulfillment__courier-card dd{color:#0f172a;margin:2px 0 0;font-size:14px;font-weight:600}.order-fulfillment__hint{color:#475569;margin:10px 0 0;font-size:12px}.order-fulfillment__actions{flex-wrap:wrap;gap:8px;display:flex}.seller-product-status{letter-spacing:.04em;border-radius:999px;width:fit-content;padding:4px 8px;font-size:10px;font-weight:800;display:inline-flex}.seller-product-status--approved{color:#166534;background:#dcfce7}.seller-product-status--rejected{color:#991b1b;background:#fee2e2}.seller-product-status--pending,.seller-product-status--draft{color:#92400e;background:#fef3c7}.seller-product-pagination{color:#64748b;justify-content:flex-end;align-items:center;gap:12px;margin-top:4px;font-size:13px;display:flex}.seller-products-footnote{color:#64748b;margin-top:12px;font-size:13px}.product-listing-wizard{border-radius:var(--admin-bento-radius,22px);gap:16px;min-width:0;max-width:100%;display:grid;overflow-x:hidden;box-shadow:0 8px 24px #0f172a0a}.product-listing-wizard__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:10px 12px;display:flex}.product-listing-wizard__back{flex-shrink:0;max-width:100%}.product-listing-wizard__sku{color:#0f172a;overflow-wrap:anywhere;text-align:right;max-width:100%;margin-left:auto;font-size:12px;font-weight:700}.product-listing-wizard__mobile-progress{display:none}.product-listing-wizard__mobile-copy{gap:4px;display:grid}.product-listing-wizard__mobile-copy span{color:#64748b;font-size:12px;font-weight:600}.product-listing-wizard__mobile-copy strong{color:#0f172a;font-size:15px;font-weight:700;line-height:1.35}.product-listing-wizard__progress-track{background:#e2e8f0;border-radius:999px;height:6px;margin-top:10px;overflow:hidden}.product-listing-wizard__progress-fill{border-radius:inherit;background:linear-gradient(90deg,#08428c,#0059b8);height:100%;transition:width .24s}.product-listing-wizard__steps{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin:0;padding:0;list-style:none;display:grid}.product-listing-wizard__step{color:#64748b;background:#f8fafc;border:1px solid #dbe3ee;border-radius:12px;gap:4px;padding:10px 12px;font-size:11px;display:grid}.product-listing-wizard__step span{background:#e2e8f0;border-radius:999px;place-items:center;width:22px;height:22px;font-weight:700;display:grid}.product-listing-wizard__step strong{font-size:11px;line-height:1.35}.product-listing-wizard__step--active{color:#08428c;background:#eff6ff;border-color:#08428c}.product-listing-wizard__step--active span{color:#fff;background:#08428c}.product-listing-wizard__step--complete{color:#166534;border-color:#16a34a}.product-listing-wizard__content{gap:14px;min-width:0;max-width:100%;display:grid}.product-listing-wizard .seller-console-card.listing-step{box-shadow:none;border:0;border-radius:0;min-width:0;max-width:100%;padding:0}.product-listing-wizard__nav{justify-content:space-between;align-items:center;gap:12px;min-width:0;max-width:100%;margin-top:18px;display:flex}.product-listing-wizard__nav .admin-btn{justify-content:center;align-items:center;min-width:0;max-width:100%;display:inline-flex}.listing-step{gap:20px;min-width:0;max-width:100%;display:grid}.listing-step__section h2{margin:0 0 12px;font-size:16px}.listing-step__hint,.listing-field-hint{color:#64748b;font-size:12px}.listing-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;min-width:0;display:grid}.listing-form-grid--single{grid-template-columns:1fr}.listing-form-grid__full{grid-column:1/-1}.listing-form-grid label,.listing-field-label{color:#334155;gap:6px;font-size:13px;font-weight:600;display:grid}.listing-form-grid input,.listing-form-grid select,.listing-form-grid textarea,.listing-bullet-editor__input,.listing-specs-table__row input,.listing-variant-table__row input,.listing-variant-table__row select{box-sizing:border-box;width:100%;min-width:0;max-width:100%;min-height:40px;font:inherit;border:1px solid #d6dee8;border-radius:8px;padding:10px 12px}.listing-bullet-preview{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:8px;padding:10px 12px}.listing-bullet-preview ul{margin:0;padding-left:20px;list-style:outside}.listing-bullet-preview li{color:#334155;font-size:13px;line-height:1.5}.listing-specs-table,.listing-variant-table{gap:8px;display:grid}.listing-specs-table__row,.listing-variant-table__row{grid-template-columns:1fr 1fr auto;align-items:center;gap:8px;display:grid}.listing-variant-table__row{grid-template-columns:1.1fr .7fr .8fr repeat(3,.8fr) .7fr .8fr auto}.listing-specs-table__row--head,.listing-variant-table__row--head{color:#64748b;text-transform:uppercase;font-size:11px;font-weight:700}.listing-variant-field{gap:6px;min-width:0;display:grid}.listing-variant-field__label{display:none}.listing-yes-no,.listing-check-group,.listing-declaration-list{border:0;gap:8px;margin:0;padding:0;display:grid}.listing-yes-no legend,.listing-check-group legend{margin-bottom:6px;font-size:13px;font-weight:600}.listing-yes-no-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.listing-media-card{border:1px solid #dbe3ee;border-radius:10px;gap:8px;padding:8px;display:grid}.listing-media-card img{aspect-ratio:1;object-fit:cover;border-radius:8px;width:100%}.listing-upload-btn{cursor:pointer;width:fit-content;display:inline-flex}.listing-review-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.listing-review-grid>div{gap:4px;display:grid}.listing-icon-btn{background:#fff;border:1px solid #dbe3ee;border-radius:8px;min-height:34px;padding:0 10px}@media (width<=960px){.product-listing-wizard.admin-panel{border-radius:16px;padding:12px}.product-listing-wizard__mobile-progress{display:block}.product-listing-wizard__steps{display:none}.product-listing-wizard__header{flex-direction:column;align-items:stretch}.product-listing-wizard__sku{text-align:left;margin-left:0}.product-listing-wizard__nav{flex-direction:column-reverse;align-items:stretch}.product-listing-wizard__nav .admin-btn{text-align:center;white-space:normal;justify-content:center;width:100%}.product-listing-wizard .auth-message{word-break:break-word;margin-top:0;font-size:12px}.listing-step{gap:16px}.listing-step__section h2{font-size:15px}.listing-specs-table__row--head{display:none}.listing-specs-table__row:not(.listing-specs-table__row--head){background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;grid-template-columns:1fr auto;gap:8px;padding:10px}.listing-specs-table__row:not(.listing-specs-table__row--head) input{grid-column:1/-1}.listing-specs-table__row:not(.listing-specs-table__row--head) .listing-icon-btn{grid-area:1/2;align-self:start}.listing-specs .seller-secondary-action{text-align:center;width:100%}.listing-form-grid,.listing-yes-no-grid,.listing-review-grid{grid-template-columns:1fr}.listing-variant-table__row--head{display:none}.listing-variant-table__row:not(.listing-variant-table__row--head){background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;grid-template-columns:1fr auto;gap:8px;padding:10px}.listing-variant-meta{color:#334155;grid-column:1;font-size:13px;font-weight:600}.listing-variant-field{grid-column:1/-1}.listing-variant-field__label{color:#64748b;font-size:12px;font-weight:600;display:block}.listing-variant-table__row:not(.listing-variant-table__row--head) .listing-upload-mini{grid-column:1/-1}.listing-variant-table__row:not(.listing-variant-table__row--head) .listing-icon-btn{grid-area:1/2;align-self:start}.seller-product-highlights:not(.seller-product-highlights--compact){grid-template-columns:1fr}.seller-product-list__row--head{display:none}.seller-product-list__row{grid-template-columns:1fr;gap:8px}.seller-product-list__actions{justify-content:flex-start}.seller-order-list__row{grid-template-columns:1fr}.seller-order-list__actions{justify-content:flex-start}.seller-order-detail__grid{grid-template-columns:1fr}.seller-products-toolbar__left,.seller-products-toolbar__right,.seller-segmented-control{width:100%}.seller-segmented-control{justify-content:space-between}.seller-segmented-control__btn{flex:1;padding:0 10px}}.product-listing-block h3{color:#0f172a;font-size:15px;font-weight:700}.spec-table,.variant-table{border:1px solid #e5e7eb;border-radius:12px;margin-top:12px;display:grid;overflow:hidden}.spec-table__row,.variant-table__row{border-bottom:1px solid #e5e7eb;align-items:center;gap:12px;min-height:46px;padding:8px 12px;display:grid}.spec-table__row{grid-template-columns:220px minmax(0,1fr)}.variant-table__row{grid-template-columns:1.4fr .7fr .8fr .8fr .9fr .7fr 1fr}.spec-table__row:last-child,.variant-table__row:last-child{border-bottom:none}.spec-table__row--head,.variant-table__row--head{color:#64748b;text-transform:uppercase;background:#f8fafc;min-height:40px;font-size:12px;font-weight:700}.spec-table input,.variant-table input{color:#111827;border:1px solid #dbe3ee;border-radius:7px;width:100%;min-height:34px;padding:0 10px;font-size:13px}.variant-table__row span{color:#334155;font-size:12px;font-weight:600}.variant-table button,.listing-media-card button,.description-upload button{color:#1d4ed8;background:#fff;border:1px solid #c8d2df;border-radius:7px;min-height:32px;padding:0 11px;font-size:12px;font-weight:700}.description-editor{grid-template-columns:minmax(0,1.2fr) 280px;gap:14px;margin-top:12px;display:grid}.description-editor textarea{color:#111827;min-height:150px;font:inherit;resize:vertical;border:1px solid #cbd5e1;border-radius:10px;padding:12px;font-size:13px}.description-upload{text-align:center;background:#f8fafc;border:1px dashed #94a3b8;border-radius:10px;align-content:center;justify-items:center;gap:9px;min-height:150px;padding:18px;display:grid}.description-upload strong,.listing-media-card strong{color:#0f172a;font-size:13px;font-weight:700}.description-upload span,.listing-media-card span,.listing-media-card em{color:#64748b;font-size:12px;font-style:normal}.seller-form-actions{justify-content:space-between;align-items:center;gap:14px;margin-top:18px;display:flex}.seller-form-actions .seller-primary-action{margin-top:0}.sku-preview{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;align-items:center;min-height:34px;padding:0 12px;font-size:12px;font-weight:700;display:inline-flex}.listing-media-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.listing-media-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;gap:8px;padding:14px;display:grid}.listing-media-card--optional{border-style:dashed;align-content:start}.seller-kyc-status{position:sticky;top:24px}.seller-kyc-note,.seller-gate-card{margin-top:16px}.seller-kyc-note{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:14px}.seller-kyc-note strong,.seller-gate-card h2{color:#0f172a;font-size:15px;font-weight:700}.admin-approval-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;gap:8px;margin-top:14px;padding:14px;display:grid}.admin-approval-card strong{color:#0f172a;font-size:14px}.admin-approval-card p{color:#475569;margin:0;font-size:13px}.admin-kyc-address-block{gap:6px;display:grid}.admin-kyc-address-block pre{color:#334155;white-space:pre-wrap;background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin:0;padding:10px 12px;font-family:inherit;font-size:12px;line-height:1.5}.admin-kyc-flag{font-weight:700;color:#1d4ed8!important;font-size:12px!important}.admin-document-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:10px;margin-top:8px;display:grid}.admin-document-grid article{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:10px}.admin-document-grid a{color:#1d4ed8;font-size:12px;font-weight:700}.admin-panel--kyc-form{background:#e8edf3;padding:24px}.kyc-verification-form{color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:2px;width:min(100%,794px);margin:0 auto;padding:42px 48px 36px;font-family:Segoe UI,system-ui,sans-serif;box-shadow:0 1px 2px #0f172a0f,0 12px 32px #0f172a14}.kyc-verification-form__header{border-bottom:2px solid #0f172a;margin-bottom:28px;padding-bottom:18px}.kyc-verification-form__title{color:#0f172a;letter-spacing:.04em;text-align:center;text-transform:uppercase;margin:0 0 16px;font-size:22px;font-weight:800;line-height:1.2}.kyc-verification-form__meta{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.kyc-verification-form__meta-left p{color:#334155;margin:0 0 4px;font-size:13px}.kyc-verification-form__meta-left strong{color:#0f172a;font-weight:700}.kyc-verification-form__status{letter-spacing:.06em;border-radius:999px;padding:4px 10px;font-size:11px;font-weight:800;display:inline-flex}.kyc-verification-form__status--pending{color:#92400e;background:#fef3c7}.kyc-verification-form__status--approved{color:#166534;background:#dcfce7}.kyc-verification-form__status--rejected{color:#991b1b;background:#fee2e2}.kyc-verification-form__identity{grid-template-columns:160px minmax(0,1fr);gap:24px;margin-bottom:24px;display:grid}.kyc-verification-form__photo{gap:8px;display:grid}.kyc-verification-form__photo-img{object-fit:cover;background:#f8fafc;border:1px solid #94a3b8;width:100%;height:190px}.kyc-verification-form__photo-placeholder{color:#64748b;text-align:center;background:#f8fafc;border:1px dashed #94a3b8;place-items:center;min-height:190px;padding:12px;font-size:12px;display:grid}.kyc-verification-form__personal{gap:10px;display:grid}.kyc-form-section{margin-bottom:22px;padding-top:4px}.kyc-form-section__title{color:#0f172a;letter-spacing:.03em;text-transform:uppercase;border-bottom:1px solid #cbd5e1;margin:0 0 12px;padding-bottom:6px;font-size:14px;font-weight:800}.kyc-form-section__label{color:#475569;letter-spacing:.04em;text-transform:uppercase;font-size:11px;font-weight:700}.kyc-form-section__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 20px;display:grid}.kyc-form-field{gap:4px;display:grid}.kyc-form-field__label{color:#64748b;letter-spacing:.03em;text-transform:uppercase;font-size:11px;font-weight:700}.kyc-form-field__value{color:#0f172a;white-space:pre-wrap;font-size:13px;line-height:1.5}.kyc-form-documents{grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:14px;display:grid}.kyc-form-documents__item{background:#f8fafc;border:1px solid #cbd5e1;margin:0;padding:10px}.kyc-form-documents__item figcaption{color:#334155;margin-bottom:8px;font-size:11px;font-weight:700;line-height:1.4}.kyc-form-documents__item img{object-fit:cover;background:#fff;border:1px solid #94a3b8;width:100%;height:140px}.kyc-form-documents__link,.kyc-form-documents__missing{font-size:12px;display:block}.kyc-form-documents__link{color:#1d4ed8;font-weight:700}.kyc-form-section--policies{background:#f8fafc;border:1px solid #cbd5e1;padding:14px 16px}.kyc-form-policies{gap:10px;display:grid}.kyc-form-policy{color:#64748b;grid-template-columns:22px minmax(0,1fr) auto;align-items:start;gap:10px;font-size:13px;display:grid}.kyc-form-policy--accepted{color:#0f172a}.kyc-form-policy__box{color:#166534;border:2px solid #94a3b8;place-items:center;width:18px;height:18px;margin-top:1px;font-size:12px;font-weight:800;line-height:1;display:grid}.kyc-form-policy--accepted .kyc-form-policy__box{background:#dcfce7;border-color:#16a34a}.kyc-form-policy__date{color:#64748b;white-space:nowrap;font-size:11px}.kyc-form-policies__note{color:#64748b;margin:12px 0 0;font-size:11px}.kyc-form-policies__note a{color:#1d4ed8;font-weight:600}.kyc-form-section--rejection p{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin:0;padding:10px 12px;font-size:13px}.kyc-verification-form__loading{color:#64748b;text-align:center;margin:0;padding:24px 0;font-size:14px}.kyc-verification-form__actions{border-top:2px solid #0f172a;justify-content:center;gap:14px;margin-top:28px;padding-top:22px;display:flex}.kyc-form-btn{letter-spacing:.03em;text-transform:uppercase;border:2px solid #0000;border-radius:6px;min-width:148px;padding:11px 18px;font-size:13px;font-weight:800}.kyc-form-btn--approve{color:#fff;background:#16a34a;border-color:#16a34a}.kyc-form-btn--reject{color:#dc2626;background:#fff;border-color:#dc2626}@media (width<=768px){.kyc-verification-form{padding:24px 18px}.kyc-verification-form__identity,.kyc-form-section__grid{grid-template-columns:1fr}.kyc-form-policy{grid-template-columns:22px minmax(0,1fr)}.kyc-form-policy__date{grid-column:2}.kyc-verification-form__actions{flex-direction:column}}.product-verification-form .product-review-section{border-top:1px solid #e2e8f0;gap:12px;margin-top:18px;padding-top:18px;display:grid}.product-review-section__title{color:#0f172a;margin:0;font-size:14px;font-weight:800}.product-review-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.product-review-bullets{color:#334155;margin:0;padding-left:18px;font-size:13px;line-height:1.5}.product-review-meta{color:#64748b;margin:0 0 8px;font-size:12px}.product-review-empty{color:#64748b;margin:0;font-size:13px}.product-review-variant-thumb{object-fit:cover;border-radius:6px;width:44px;height:44px}.product-review-declarations{gap:8px;display:grid}@media (width<=768px){.product-review-grid{grid-template-columns:1fr}.admin-priority-card{flex-direction:column;align-items:stretch}.admin-panel__header--toolbar{flex-direction:column;gap:12px}.admin-panel__header--toolbar select{width:100%}.admin-priority-card .admin-btn{text-align:center;width:100%}.admin-table--products .admin-table__row--head{display:none}.admin-table--products .admin-table__row:not(.admin-table__row--head){grid-template-columns:1fr;gap:10px;padding:14px}.admin-table--products .admin-table__cell:before{color:#64748b;text-transform:uppercase;letter-spacing:.04em;content:attr(data-label);margin-bottom:4px;font-size:11px;font-weight:700;display:block}.admin-table--products .admin-form__actions{flex-wrap:wrap}.admin-product-media-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-product-video-gallery{grid-template-columns:1fr}.kyc-verification-form__header,.kyc-verification-form__meta{flex-direction:column;align-items:flex-start}.product-verification-form .variant-table{overflow-x:auto}.product-verification-form .variant-table__row{min-width:720px}}.admin-approval-card__actions button{color:#fff;border:none;border-radius:8px;min-width:88px;min-height:34px;padding:0 13px;font-size:12px;font-weight:700}.admin-accept{background:#15803d}.admin-reject{background:#dc2626}.seller-notification-list article{background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;padding:14px}.seller-notification-list span{color:#94a3b8;margin-top:8px;font-size:12px;display:block}.seller-dashboard-page{background:#f3f6fb;min-height:620px;padding:32px 0 52px}.seller-dashboard{gap:18px;display:grid}.seller-dashboard__header,.seller-dashboard__panel,.seller-dashboard__stats article{background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 3px 12px #0f172a0d}.seller-dashboard__header{justify-content:space-between;align-items:center;gap:18px;padding:22px;display:flex}.seller-dashboard__header span{color:#b7791f;letter-spacing:.7px;text-transform:uppercase;font-size:11px;font-weight:700}.seller-dashboard__header h1{color:#0f172a;margin-top:4px;font-size:24px;font-weight:700}.seller-dashboard__header p{color:#64748b;margin-top:5px;font-size:13px}.seller-dashboard__header a{color:#111827;white-space:nowrap;background:linear-gradient(#f7dfa5,#f0c14b);border:1px solid #a88734;border-radius:7px;min-height:36px;padding:9px 14px;font-size:12px;font-weight:700}.seller-dashboard__stats,.seller-dashboard__grid{gap:14px;display:grid}.seller-dashboard__stats{grid-template-columns:repeat(4,minmax(0,1fr))}.seller-dashboard__stats article{padding:18px}.seller-dashboard__stats span,.seller-dashboard__status span{color:#64748b;font-size:12px}.seller-dashboard__stats strong{color:#0f172a;margin-top:8px;font-size:24px;font-weight:700;display:block}.seller-dashboard__stats p{color:#64748b;margin-top:4px;font-size:13px}.seller-dashboard__grid{grid-template-columns:minmax(0,1fr) 360px}.seller-dashboard__panel{padding:20px}.seller-dashboard__panel h2{color:#0f172a;font-size:16px;font-weight:700}.seller-dashboard__panel ul{margin-top:14px;display:grid}.seller-dashboard__panel li,.seller-dashboard__status{color:#334155;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;gap:14px;padding:14px 0;font-size:13px;display:flex}.seller-dashboard__panel li:last-child,.seller-dashboard__status:last-child{border-bottom:none}.seller-dashboard__panel button{color:#0059b8;background:#fff;border:1px solid #c7d0dc;border-radius:7px;min-height:32px;padding:0 12px;font-size:12px;font-weight:700}.seller-dashboard__status{flex-direction:column;align-items:flex-start}.seller-dashboard__status strong{color:#0f172a;font-size:13px}.simple-page{background:#f3f6fb;min-height:520px;padding:30px 0 46px}.simple-page__inner{gap:18px;display:grid}.simple-page__header{gap:5px;width:min(100%,760px);display:grid}.simple-page__header span{color:#b7791f;letter-spacing:.7px;text-transform:uppercase;font-size:11px;font-weight:700}.simple-page__header h1{color:#0f172a;letter-spacing:-.35px;font-size:24px;font-weight:700}.simple-page__header p{color:#64748b;font-size:13px;line-height:1.5}.info-grid,.category-page-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;width:100%;display:grid}.info-card,.category-page-card,.cart-empty,.simple-form{background:#fff;border:1px solid #e2e8f0;border-radius:18px;box-shadow:0 4px 16px #0f172a0f}.info-card{padding:18px}.info-card h2,.cart-empty h2{color:#0f172a;font-size:16px;font-weight:700}.info-card p,.cart-empty p{color:#64748b;margin-top:8px;font-size:14px}.category-page-card{color:#0f172a;align-items:center;gap:14px;padding:16px;font-size:14px;font-weight:700;display:flex}.category-page-card svg{color:#2563eb;width:30px;height:30px}.category-browse-page{background:#f8fafc;padding-bottom:40px}.category-browse-topbar{background:#fff;border-bottom:1px solid #e2e8f0}.category-browse-topbar__inner{padding:18px 0 0}.category-browse-topbar h1{color:#0f172a;font-size:24px;font-weight:700}.category-browse-subnav{gap:18px;margin-top:14px;padding-bottom:12px;display:flex;overflow-x:auto}.category-browse-subnav a{color:#334155;white-space:nowrap;font-size:13px;font-weight:600}.category-browse-subnav a.is-active,.category-browse-sidebar a.is-active{color:#2563eb}.category-browse-layout{grid-template-columns:240px minmax(0,1fr);gap:24px;margin-top:24px;display:grid}.category-browse-sidebar{background:#fff;border:1px solid #e2e8f0;border-radius:16px;align-self:start;padding:18px}.category-browse-sidebar h2{color:#0f172a;margin-bottom:12px;font-size:14px;font-weight:700}.category-browse-sidebar a{color:#334155;padding:6px 0;font-size:13px;font-weight:600;display:block}.category-browse-sidebar ul{margin:8px 0 0;padding-left:12px;list-style:none}.category-browse-shop,.category-browse-products{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:20px}.category-browse-shop{margin-bottom:20px}.category-browse-shop__header,.category-browse-products__header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.category-browse-shop__header h2,.category-browse-products__header h2{color:#0f172a;font-size:18px;font-weight:700}.category-browse-products__header span{color:#64748b;font-size:13px}.category-browse-shop__grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:14px;display:grid}.category-browse-shop__card{color:#0f172a;text-align:center;border:1px solid #e2e8f0;border-radius:14px;flex-direction:column;align-items:center;gap:10px;padding:14px 10px;font-size:12px;font-weight:700;display:flex}.category-browse-shop__icon{background:#eff6ff;border-radius:999px;place-items:center;width:64px;height:64px;display:grid}.category-browse-shop__icon svg{color:#2563eb;width:28px;height:28px}@media (width<=900px){.category-browse-layout{grid-template-columns:1fr}.category-browse-sidebar{display:none}}.cart-empty{text-align:center;justify-self:center;width:min(100%,560px);padding:24px}.cart-empty a,.simple-page__back{color:#fff;background:#2563eb;border-radius:8px;justify-content:center;justify-self:center;align-items:center;width:fit-content;min-height:42px;margin-top:18px;padding:0 16px;font-size:13px;font-weight:700;display:inline-flex}.simple-form{justify-self:center;gap:14px;width:min(100%,420px);padding:24px;display:grid}.simple-form label{color:#0f172a;gap:7px;font-size:13px;font-weight:700;display:grid}.simple-form input{color:#111827;border:1px solid #c7d0dc;border-radius:6px;outline:none;min-height:40px;padding:0 12px;font-size:14px}.simple-form input:focus{border-color:#f0c14b;box-shadow:0 0 0 3px #f0c14b47}.simple-form button{color:#111827;background:linear-gradient(#f7dfa5,#f0c14b);border:1px solid #a88734;border-radius:8px;min-height:40px;font-size:13px;font-weight:700}.simple-form__footer{color:#64748b;text-align:center;border-top:1px solid #e5e7eb;padding-top:14px;font-size:13px}.simple-form__footer a{color:#0059b8;font-weight:700}.product-detail-page{background:#f8fafc;padding:18px 0 42px}.product-detail{gap:14px;display:grid}.product-detail__breadcrumb{color:#64748b;align-items:center;gap:8px;font-size:12px;display:flex}.product-detail__breadcrumb a,.product-detail__breadcrumb strong{color:#0f172a;font-weight:700}.product-detail__hero{grid-template-columns:minmax(320px,.85fr) minmax(0,1.15fr);gap:18px;display:grid}.product-detail__gallery,.product-detail__summary,.product-detail__panel,.product-detail__reviews{background:#fff;border:1px solid #dbe3ee;border-radius:10px}.product-detail__gallery{padding:12px}.product-detail__main-image{background:#f1f5f9;border:1px solid #e5e7eb;border-radius:8px;place-items:center;min-height:430px;display:grid;overflow:hidden}.product-detail__main-image img{object-fit:cover;width:100%;height:100%;max-height:460px}.product-detail__thumbs{grid-template-columns:repeat(6,1fr);gap:8px;margin-top:10px;display:grid}.product-detail__thumb{color:#0f172a;background:#fff;border:1px solid #dbe3ee;border-radius:6px;place-items:center;min-height:66px;font-size:12px;font-weight:700;display:grid;overflow:hidden}.product-detail__thumb--active{border-color:#172234}.product-detail__thumb img{object-fit:cover;width:100%;height:100%}.product-detail__video{background:#eef2f7}.product-detail__summary{align-content:start;padding:18px;display:grid}.product-detail__badge{color:#fff;background:#dc2626;border-radius:999px;width:fit-content;min-height:22px;padding:4px 9px;font-size:11px;font-weight:800}.product-detail__summary h1{color:#050505;margin-top:8px;font-size:26px;font-weight:700;line-height:1.18}.product-detail__brand{color:#0059b8;width:fit-content;margin-top:8px;font-size:13px;font-weight:700}.product-detail__short{color:#475569;border-bottom:1px solid #e5e7eb;margin-top:8px;padding-bottom:12px;font-size:13px;line-height:1.5}.product-detail__rating{color:#64748b;align-items:center;gap:6px;margin-top:12px;font-size:12px;display:flex}.product-detail__price-block{gap:4px;margin-top:14px;display:grid}.product-detail__price-block span,.product-detail__price-block small{color:#64748b;font-size:12px}.product-detail__price-block strong{color:#15803d;font-size:12px;font-weight:800}.product-detail__price-block div{color:#050505;letter-spacing:-.5px;font-size:30px;font-weight:800}.product-detail__variant-block{border-top:1px solid #e5e7eb;gap:12px;margin-top:16px;padding-top:14px;display:grid}.product-detail__option-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.product-detail__option-row>span{color:#0f172a;min-width:54px;font-size:13px;font-weight:700}.product-detail__chip{color:#334155;background:#fff;border:1px solid #cbd5e1;border-radius:5px;min-height:30px;padding:0 12px;font-size:12px;font-weight:700}.product-detail__chip--active{color:#111827;background:#fff8db;border-color:#d6ad2f}.product-detail__variant-meta{color:#475569;justify-content:space-between;align-items:center;gap:12px;font-size:12px;display:flex}.product-detail__variant-meta strong{color:#15803d}.product-detail__actions{grid-template-columns:1fr 1fr .75fr;gap:8px;margin-top:14px;display:grid}.product-detail__actions button{border-radius:5px;justify-content:center;align-items:center;gap:7px;min-height:42px;font-size:13px;font-weight:800;display:inline-flex}.product-detail__actions svg{width:16px;height:16px}.product-detail__add{color:#111827;background:#f0c14b;border:1px solid #a88734}.product-detail__buy{color:#fff;background:#172234;border:1px solid #172234}.product-detail__share{color:#172234;background:#fff;border:1px solid #172234}.product-detail__share-message{color:#166534;margin:8px 0 0;font-size:13px}.product-detail__notice{color:#334155;border:1px solid #cbd5e1;border-radius:4px;margin-top:10px;padding:10px 12px;font-size:12px}.product-detail__tabs{border:1px solid #94a3b8;grid-template-columns:repeat(3,1fr);display:grid}.product-detail__tab{color:#0f172a;background:#e2e8f0;border:none;border-right:1px solid #94a3b8;min-height:38px;font-size:12px;font-weight:800}.product-detail__tab:last-child{border-right:none}.product-detail__tab--active{background:#fff}.product-detail__info-grid{grid-template-columns:1fr .95fr 1fr;gap:10px;display:grid}.product-detail__panel,.product-detail__reviews{padding:14px}.product-detail__panel h2,.product-detail__reviews h2{color:#0f172a;font-size:14px;font-weight:800}.product-detail__about ul,.product-detail__bullets{color:#334155;gap:9px;margin-top:12px;padding-left:18px;font-size:13px;line-height:1.5;display:grid}.product-detail__body-text{color:#334155;white-space:pre-wrap;margin-top:12px;font-size:13px;line-height:1.6}.product-detail__videos{gap:10px;margin-top:10px;display:grid}.product-detail__videos video{background:#eef2f7;border-radius:8px;width:100%}.product-detail__about ul{color:#334155;gap:9px;margin-top:12px;padding-left:18px;font-size:13px;line-height:1.5;display:grid}.product-detail__table{border:1px solid #e2e8f0;border-radius:4px;margin-top:12px;display:grid;overflow:hidden}.product-detail__table div{border-bottom:1px solid #e2e8f0;grid-template-columns:.85fr 1.15fr;display:grid}.product-detail__table div:last-child{border-bottom:none}.product-detail__table span,.product-detail__table strong{color:#334155;text-align:left;padding:8px 10px;font-size:12px}.product-detail__table span{background:#f8fafc;border-right:1px solid #e2e8f0;font-weight:700}.product-detail__table strong{font-weight:600}.product-detail__reviews{color:#64748b;justify-items:center;gap:10px;min-height:120px;font-size:13px;display:grid}.product-detail__review-stars{align-items:center;gap:5px;display:flex}.account-workspace{grid-template-columns:minmax(0,1fr) 300px;gap:18px;width:100%;display:grid}.account-main-panel,.account-side-panel,.orders-panel,.support-search-panel,.support-card,.returns-card,.content-document,.policy-document,.cookie-panel{background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 3px 12px #0f172a0d}.account-main-panel,.orders-panel,.support-search-panel,.returns-card,.content-document,.policy-document,.cookie-panel{padding:20px}.account-tabs{border-bottom:1px solid #e5e7eb;gap:8px;padding-bottom:14px;display:flex}.account-tabs__item{color:#475569;background:#fff;border:1px solid #d7dde6;border-radius:999px;min-height:32px;padding:0 12px;font-size:12px;font-weight:700}.account-tabs__item--active{color:#fff;background:#172234;border-color:#172234}.notification-list,.order-list{display:grid}.notification-item,.order-row{border-bottom:1px solid #e5e7eb;gap:10px;padding:16px 0;display:grid}.notification-item{grid-template-columns:10px minmax(0,1fr)}.notification-item:last-child,.order-row:last-child{border-bottom:none}.notification-item__dot{background:#cbd5e1;border-radius:50%;width:8px;height:8px;margin-top:7px}.notification-item--unread .notification-item__dot{background:#2563eb}.notification-item h2,.orders-toolbar h2,.returns-card h2,.support-search-panel h2,.account-side-panel h2,.content-document h2,.policy-document h2,.cookie-option h2{color:#0f172a;font-size:16px;font-weight:700}.notification-item p,.orders-toolbar p,.returns-card p,.support-card p,.content-document p,.policy-document p,.cookie-option p{color:#64748b;margin-top:4px;font-size:13px;line-height:1.5}.notification-item time{color:#94a3b8;margin-top:6px;font-size:12px;display:block}.account-side-panel{align-content:start;gap:12px;padding:18px;display:grid}.account-side-panel label{color:#334155;align-items:center;gap:8px;font-size:13px;display:flex}.account-side-panel button,.support-search-panel button,.returns-card button,.cookie-panel button{color:#111827;background:linear-gradient(#f7dfa5,#f0c14b);border:1px solid #a88734;border-radius:7px;min-height:36px;padding:0 14px;font-size:12px;font-weight:700}.orders-toolbar,.order-row{grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:18px;display:grid}.orders-toolbar{border-bottom:1px solid #e5e7eb;padding-bottom:14px}.orders-toolbar select{color:#334155;border:1px solid #c7d0dc;border-radius:7px;min-height:36px;padding:0 10px;font-size:13px}.order-row__label{color:#64748b;font-size:12px;font-weight:700}.order-row h3{color:#0f172a;margin-top:3px;font-size:15px;font-weight:700}.order-row p,.order-row__status span{color:#64748b;margin-top:4px;font-size:13px}.order-row__status{justify-items:end;display:grid}.order-row__status strong{color:#b7791f;font-size:13px}.order-row__status--delivered strong{color:#15803d}.order-row a{color:#0059b8;text-align:center;border:1px solid #c7d0dc;border-radius:7px;min-width:74px;padding:8px 12px;font-size:12px;font-weight:700}.support-layout,.returns-layout{gap:18px;width:100%;display:grid}.buyer-help-contact{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.buyer-help-contact__card{color:inherit;background:#fff;border:1px solid #c7d0dc;border-radius:10px;align-items:center;gap:14px;padding:18px;text-decoration:none;transition:border-color .15s,box-shadow .15s;display:flex}.buyer-help-contact__card:hover{border-color:#94a3b8;box-shadow:0 8px 20px #0f172a0f}.buyer-help-contact__card strong{color:#0f172a;font-size:14px;font-weight:700;display:block}.buyer-help-contact__card span{color:#475569;margin-top:4px;font-size:13px;display:block}.buyer-help-contact__icon{flex-shrink:0;width:28px;height:28px}.buyer-help-contact__card--whatsapp .buyer-help-contact__icon{color:#25d366}.buyer-help-contact__card--email .buyer-help-contact__icon{color:#0059b8}.buyer-help-ticket h2{text-transform:uppercase;letter-spacing:.04em}.buyer-help-ticket__signin{color:#475569;margin:0;font-size:14px}.buyer-help-ticket__signin a{color:#0059b8;font-weight:700}.support-search-panel form,.returns-card form{gap:10px;margin-top:14px;display:flex}.support-search-panel input,.returns-card input{color:#111827;border:1px solid #c7d0dc;border-radius:7px;flex:1;min-height:38px;padding:0 12px;font-size:13px}.support-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.support-card{color:inherit;padding:18px}.support-card span{color:#b7791f;font-size:11px;font-weight:700}.support-card h3,.content-document h3,.career-list h3,.press-list h3{color:#0f172a;margin-top:7px;font-size:15px;font-weight:700}.returns-layout{grid-template-columns:minmax(0,1fr) 380px}.returns-card form{display:grid}.returns-card label{color:#0f172a;gap:6px;font-size:13px;font-weight:700;display:grid}.returns-steps{gap:12px;margin-top:16px;display:grid}.returns-steps li{border-left:3px solid #f0c14b;gap:2px;padding-left:14px;display:grid}.returns-steps strong{color:#0f172a;font-size:13px}.returns-steps span{color:#64748b;font-size:13px}.content-document,.policy-document,.cookie-panel{gap:18px;width:min(100%,940px);display:grid}.content-document__lead{width:min(100%,720px)}.content-document__columns,.career-list,.press-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.content-document__columns article,.career-list article,.press-list article{background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;padding:16px}.career-list span,.press-list time{color:#b7791f;text-transform:uppercase;font-size:11px;font-weight:700}.policy-document section{border-bottom:1px solid #e5e7eb;padding-bottom:16px}.policy-document section:last-child{border-bottom:none;padding-bottom:0}.cookie-option{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;gap:18px;padding:14px 0;display:flex}.cookie-option:first-child{padding-top:0}.cookie-option strong{color:#15803d;font-size:12px}.cookie-option input{width:18px;height:18px}.profile-page{background:#f3f6fb;min-height:620px;padding:32px 0 48px}.profile-page__inner{grid-template-columns:260px minmax(0,1fr);gap:24px;display:grid}.profile-sidebar,.profile-panel,.profile-content__header{background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 3px 12px #0f172a0d}.profile-sidebar{align-self:start;overflow:hidden}.profile-sidebar__user{border-bottom:1px solid #e5e7eb;align-items:center;gap:12px;padding:18px;display:flex}.profile-sidebar__avatar{color:#facc15;background:#172234;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:15px;font-weight:700;display:inline-flex}.profile-sidebar__user strong,.profile-sidebar__user span{display:block}.profile-sidebar__user strong{color:#0f172a;font-size:14px;font-weight:700}.profile-sidebar__user span{color:#64748b;margin-top:2px;font-size:12px}.profile-sidebar__nav{padding:8px;display:grid}.profile-sidebar__link{color:#334155;border-radius:8px;padding:10px 12px;font-size:13px;font-weight:600}.profile-sidebar__link:hover,.profile-sidebar__link--active{color:#0059b8;background:#eff6ff}.profile-content{gap:18px;display:grid}.profile-content__header{justify-content:space-between;align-items:center;gap:16px;padding:20px 22px;display:flex}.profile-content__header span{color:#b7791f;letter-spacing:.7px;text-transform:uppercase;font-size:11px;font-weight:700}.profile-content__header h1{color:#0f172a;letter-spacing:-.3px;margin-top:4px;font-size:22px;font-weight:700}.profile-content__header p{color:#64748b;margin-top:5px;font-size:13px}.profile-content__header button,.profile-address button,.profile-security-list button{color:#111827;white-space:nowrap;background:linear-gradient(#f7dfa5,#f0c14b);border:1px solid #a88734;border-radius:7px;min-height:34px;padding:0 14px;font-size:12px;font-weight:700}.profile-panel{padding:20px 22px}.profile-panel__header h2{color:#0f172a;font-size:16px;font-weight:700}.profile-panel__header p{color:#64748b;margin-top:4px;font-size:13px}.profile-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 16px;margin-top:18px;display:grid}.profile-form label{color:#0f172a;gap:6px;font-size:13px;font-weight:700;display:grid}.profile-form input{color:#111827;border:1px solid #c7d0dc;border-radius:6px;outline:none;min-height:38px;padding:0 11px;font-size:13px}.profile-form input:focus{border-color:#f0c14b;box-shadow:0 0 0 3px #f0c14b38}.profile-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.profile-address{color:#334155;gap:4px;margin-top:16px;font-size:13px;display:grid}.profile-address strong{color:#0f172a;font-size:13px}.profile-address button{width:fit-content;margin-top:12px}.profile-security-list{border:1px solid #e5e7eb;border-radius:10px;margin-top:14px;display:grid;overflow:hidden}.profile-security-list div{color:#334155;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;gap:12px;min-height:48px;padding:0 14px;font-size:13px;display:flex}.profile-security-list div:last-child{border-bottom:none}.profile-security-list strong{color:#15803d;font-size:12px;font-weight:700}.footer{color:#e8f1ff;background:#08428c}.footer__main{grid-template-columns:minmax(220px,1.15fr) minmax(0,2.1fr) minmax(240px,1fr);align-items:start;gap:40px;padding:48px 24px 40px;display:grid}.footer__brand p,.footer__newsletter p,.footer__links a,.footer__legal-nav a,.footer__copyright{color:#e8f1ffd1;font-size:13px}.footer__brand p{max-width:280px;margin-top:12px;line-height:1.6}.footer__social{align-items:center;gap:10px;margin-top:18px;display:flex}.footer__social a{color:#fff;background:#ffffff14;border:1px solid #ffffff38;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s,transform .2s,border-color .2s;display:inline-flex}.footer__social a:hover{background:#ffffff2e;border-color:#fff6;transform:translateY(-1px)}.footer__social svg{width:16px;height:16px}.footer__links{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;display:grid}.footer__links h4,.footer__newsletter h4{color:#fff;letter-spacing:.02em;margin-bottom:14px;font-size:14px;font-weight:800}.footer__links ul{margin:0;padding:0;list-style:none}.footer__links li+li{margin-top:10px}.footer__links a:hover,.footer__legal-nav a:hover{color:#fff}.footer__newsletter p{line-height:1.6}.footer__form{gap:8px;margin-top:14px;display:flex}.footer__form input{color:#0f172a;background:#fffffff5;border:1px solid #ffffff38;border-radius:8px;flex:1;min-width:0;padding:11px 12px}.footer__form .btn--primary{flex-shrink:0}.footer__bottom{border-top:1px solid #ffffff24;flex-direction:column;align-items:center;gap:18px;padding:22px 24px 28px;display:flex}.footer__bottom-row{justify-content:center;align-items:center;width:100%;display:flex}.footer__copyright{text-align:center;margin:0;font-size:13px}.footer__legal-nav{flex-wrap:wrap;justify-content:center;gap:10px 18px;max-width:920px;display:flex}.footer__legal-nav a{white-space:nowrap;font-size:12px;text-decoration:none}.footer__legal-nav a:hover{text-decoration:underline}@media (width<=1024px){.products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.trust-badges__grid{grid-template-columns:repeat(2,1fr)}.footer__main{grid-template-columns:1fr;gap:32px}.footer__links{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){.container{padding:0 8px}.header__inner{gap:8px;min-height:56px}.header__hamburger{order:5;display:inline-flex}.header__logo{margin-right:auto}.site-logo{max-width:160px;height:34px}.logo-highlight{width:21px;height:25px}.header__search:not(.header__search--mobile),.header__location,.header__account{display:none}.header__account.header__account--mobile-buyer{display:block}.header__account.header__account--mobile-buyer .header__action--account span,.header__account.header__account--mobile-buyer .header__action--account>svg:last-child{display:none}.header__account.header__account--mobile-buyer .header__action--account{width:42px;height:42px}.header__actions{gap:6px;margin-left:auto}.header__sell-now{white-space:nowrap;min-height:32px;padding:0 9px;font-size:11px}.header__currency{display:none}.header__mobile-search{display:block}.header__mobile-search--hidden{display:none}.header__search--mobile{border-radius:7px;height:42px}.header__search-btn{border-radius:7px;min-width:45px;padding:0 12px}.header__search-btn svg{display:none}.hero__wrap{padding:0}.hero__banner{border-radius:0;height:300px;min-height:300px;max-height:300px}.hero__banner-img{height:300px}.hero__caption{max-width:260px;left:22px}.hero__caption h1{font-size:20px}.hero__caption p{font-size:12px}.hero__arrow{width:36px;height:36px}.hero__arrow--left{left:16px}.hero__arrow--right{right:16px}.categories{padding:18px 0 16px}.categories .container{padding-left:14px}.categories__header{margin-bottom:10px;padding-right:14px}.categories__header h2{font-size:22px}.categories__header a{font-size:14px}.categories__scroll{gap:10px;padding-right:14px}.category-card{border-radius:12px;flex-basis:76px;gap:6px;min-height:86px;padding:8px 5px}.category-card__icon{width:42px;height:42px}.category-card svg{width:23px;height:23px}.category-card span{font-size:12px}.products-section{padding:32px 0}.section-header{padding:0 14px}.section-header__title{font-size:20px}.section-header__link{font-size:13px}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:0 14px}.product-card{border-radius:9px}.product-card__image-wrap{aspect-ratio:1/1.03}.product-card__badge,.product-card__discount{min-height:18px;padding:4px 7px;font-size:10px}.product-card__icon-btn{width:30px;height:30px}.product-card__icon-btn svg{width:16px;height:16px}.product-card__body{padding:7px}.product-card__brand{font-size:10px}.product-card__title{min-height:33px;font-size:11px}.product-card__rating{display:none}.product-card__original{font-size:9px}.product-card__price{font-size:16px}.product-card__cart-btn{border-radius:7px;min-height:24px;font-size:10px}.promo-banner{display:none}.trust-badges__grid{grid-template-columns:1fr 1fr;gap:10px;padding:0 14px}.seller-hero__inner{grid-template-columns:1fr;gap:24px;min-height:auto;padding:38px 16px}.seller-hero h1{font-size:34px}.seller-hero p{font-size:15px}.seller-hero__actions{flex-direction:column}.seller-start-btn,.seller-secondary-btn{width:100%}.seller-steps,.seller-benefits{padding:36px 16px}.seller-steps h2,.seller-benefits h2{font-size:24px}.seller-steps__grid,.seller-benefits__grid{grid-template-columns:1fr}.seller-login-page{min-height:calc(100vh - 58px);padding:28px 18px 44px}.seller-login__card{border-radius:14px;padding:22px 20px}.seller-login__header h1{font-size:24px}.seller-login__options{flex-direction:row;align-items:center;gap:8px}.seller-login__form input[type=email],.seller-login__form input[type=password],.seller-login__submit{min-height:40px}.seller-otp-page{min-height:calc(100vh - 58px);padding:28px 18px 44px}.seller-otp-card{padding:22px 20px}.seller-otp-card h1{font-size:24px}.seller-otp-form__inputs{gap:7px}.seller-otp-form__inputs input{font-size:18px}.info-grid,.category-page-grid{grid-template-columns:1fr;padding:0 14px}.simple-form,.cart-empty{width:auto;margin:0 14px;padding:22px}.simple-page{padding:22px 0 34px}.simple-page__inner{gap:14px;padding:0 14px}.simple-page__header h1{font-size:20px}.product-detail-page{padding:8px 0 24px}.product-detail{gap:10px;padding:0}.product-detail__gallery,.product-detail__summary,.product-detail__panel,.product-detail__reviews{border-radius:8px}.product-detail__breadcrumb{white-space:nowrap;-webkit-overflow-scrolling:touch;padding:0 4px;overflow-x:auto}.product-detail__hero,.product-detail__info-grid{grid-template-columns:1fr}.product-detail__main-image{min-height:300px}.product-detail__thumbs{-webkit-overflow-scrolling:touch;gap:8px;padding-bottom:4px;display:flex;overflow-x:auto}.product-detail__thumb{flex:0 0 64px;width:64px;height:64px}.product-detail__summary{padding:12px}.product-detail__summary h1{font-size:18px;line-height:1.3}.product-detail__price-block div{font-size:22px}.product-detail__actions,.product-detail__tabs{grid-template-columns:1fr}.product-detail__tab{border-bottom:1px solid #94a3b8;border-right:none}.product-detail__tab:last-child{border-bottom:none}.product-detail__table{-webkit-overflow-scrolling:touch;overflow-x:auto}.product-detail__table div{grid-template-columns:minmax(120px,.9fr) minmax(0,1.1fr);min-width:300px}.buyer-account__sidebar--desktop{display:none}.buyer-account__quick-nav{display:flex}.buyer-account__menu-toggle{display:inline-flex}.buyer-account-page{padding:12px 0 24px}.buyer-account__header-row{flex-direction:column;align-items:stretch}.buyer-account__header-action{width:100%}.buyer-account__header-action .buyer-account__action{justify-content:center;width:100%}.product-reviews{padding:12px}.product-reviews__item{padding:12px 0}.product-reviews__images img{width:72px;height:72px}.product-card__image-thumbs{bottom:4px;left:4px;right:4px}.product-card__image-thumb{flex-basis:28px;width:28px;height:28px}.auth-page__layout{grid-template-columns:1fr;justify-items:center;gap:0}.auth-bento{display:none}.auth-page{padding:64px 14px 32px}.auth-page__back{top:16px;left:14px}.seller-login__card,.seller-otp-card{padding:20px}.seller-login__header h1,.seller-otp-card h1{font-size:22px}.seller-dashboard{padding:0}.seller-dashboard__header{flex-direction:column;align-items:flex-start;padding:18px}.seller-dashboard__header h1{font-size:21px}.seller-dashboard__header a{text-align:center;width:100%}.seller-dashboard__stats,.seller-dashboard__grid{grid-template-columns:1fr}.seller-console{display:block}.seller-console__sidebar{display:none}.seller-console__workspace{height:100vh;max-height:100vh}.seller-console__scroll{flex:1 1 0;min-height:0}.seller-console__header--desktop,.seller-console__mobile-nav{display:none}.seller-console__content{gap:14px;min-width:0;max-width:100%;padding:10px 12px 16px;overflow-x:hidden}.seller-console__scroll{overflow-x:hidden}.seller-kpi-grid,.seller-kpi-grid--three,.seller-wallet-kpis,.seller-console-grid,.seller-console-grid--kyc,.seller-wallet-withdraw__row{grid-template-columns:1fr}.seller-console-card{padding:16px}.seller-agreement-document,.seller-policy-document{padding:20px 16px 24px}.seller-agreement-document__head h2{font-size:20px}.seller-agreement-document__section-title{font-size:16px}.seller-agreement-document__paragraph,.seller-agreement-document__list{font-size:13px}.seller-console-card__header{flex-direction:column}.seller-console-card__header button{width:100%}.seller-chart-preview{height:180px;padding:14px}.seller-table{overflow-x:auto}.seller-table__row{min-width:640px;padding:0 12px}.seller-console-form{grid-template-columns:1fr}.seller-console-form__full{grid-column:auto}.kyc-upload-grid,.kyc-upload-card__drops{grid-template-columns:1fr}.kyc-wizard__steps{grid-template-columns:repeat(2,minmax(0,1fr))}.seller-console-grid--profile,.description-editor,.listing-media-grid{grid-template-columns:1fr}.seller-form-actions{flex-direction:column;align-items:stretch}.spec-table,.variant-table{overflow-x:auto}.spec-table__row{min-width:560px}.variant-table__row{min-width:980px}.seller-kyc-status{position:static}.admin-approval-card__actions{flex-direction:column}.account-workspace,.returns-layout,.buyer-help-contact,.support-grid,.content-document__columns,.career-list,.press-list{grid-template-columns:1fr}.account-main-panel,.orders-panel,.support-search-panel,.returns-card,.content-document,.policy-document,.cookie-panel{padding:16px}.account-tabs{padding-bottom:12px;overflow-x:auto}.account-tabs__item{flex:none}.orders-toolbar,.order-row{grid-template-columns:1fr;align-items:start;gap:10px}.order-row__status{justify-items:start}.order-row a{width:fit-content}.support-search-panel form{display:grid}.cookie-option{align-items:flex-start}.profile-page{padding:20px 0 34px}.profile-page__inner{grid-template-columns:1fr;gap:14px;padding:0 14px}.profile-sidebar__user{padding:14px}.profile-sidebar__nav{scrollbar-width:none;gap:6px;padding:8px;display:flex;overflow-x:auto}.profile-sidebar__nav::-webkit-scrollbar{display:none}.profile-sidebar__link{flex:none;padding:8px 10px;font-size:12px}.profile-content__header{flex-direction:column;align-items:flex-start;padding:16px}.profile-content__header h1{font-size:20px}.profile-content__header button{width:100%}.profile-panel{padding:16px}.profile-form,.profile-grid{grid-template-columns:1fr}.trust-badge{padding:10px}.trust-badge h3{font-size:12px}.trust-badge p{font-size:10px}.footer__links{grid-template-columns:1fr 1fr}.footer__form{flex-direction:column}}@media (width<=480px){.product-card__cart-label{display:inline}.footer__links{grid-template-columns:1fr;gap:28px}.footer__bottom{padding-inline:16px}.footer__legal-nav{gap:8px 14px}}.buyer-account-page{background:#f6f7f9;padding:28px 0 48px}.buyer-account{grid-template-columns:240px minmax(0,1fr);gap:20px;display:grid}.buyer-account__sidebar{background:#fff;border:1px solid #e8eaee;border-radius:10px;flex-direction:column;gap:16px;padding:18px;display:flex}.buyer-account__user{border-bottom:1px solid #eef0f3;align-items:center;gap:12px;padding-bottom:14px;display:flex}.buyer-account__avatar{color:#fff;background:#111827;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:14px;font-weight:600;display:flex}.buyer-account__user strong{font-size:14px;display:block}.buyer-account__user span{color:#6b7280;font-size:12px}.buyer-account__nav{flex-direction:column;gap:4px;display:flex}.buyer-account__link{color:#374151;border-radius:6px;padding:9px 10px;font-size:13px;text-decoration:none}.buyer-account__link:hover,.buyer-account__link--active{color:#111827;background:#f3f4f6;font-weight:600}.buyer-account__signout{color:#6b7280;margin-top:auto;font-size:12px;text-decoration:none}.buyer-account__main{flex-direction:column;gap:16px;display:flex}.buyer-account__quick-nav{flex-wrap:wrap;gap:8px;display:none}.buyer-account__quick-nav-btn{color:#374151;white-space:nowrap;background:#fff;border:1px solid #dbe3ee;border-radius:999px;padding:8px 14px;font-size:12px;font-weight:600;text-decoration:none}.buyer-account__quick-nav-btn:hover,.buyer-account__quick-nav-btn--active{color:#fff;background:#111827;border-color:#111827}.buyer-account__header{background:#fff;border:1px solid #e8eaee;border-radius:10px;gap:12px;padding:18px 20px;display:grid}.buyer-account__header-row{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.buyer-account__header-action{flex-shrink:0}.buyer-account__menu-toggle{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #dbe3ee;border-radius:8px;align-items:center;gap:8px;min-height:40px;padding:0 12px;font-size:13px;font-weight:700;display:none}.buyer-account__menu-toggle svg{width:18px;height:18px}.buyer-account__drawer-backdrop{z-index:240;background:#0f172a73;padding:72px 12px 24px;position:fixed;inset:0}.buyer-account__drawer{background:#fff;border-radius:12px;flex-direction:column;gap:8px;max-width:320px;margin:0 auto;padding:16px;display:flex;box-shadow:0 18px 40px #0f172a38}.buyer-account__header span{color:#6b7280;letter-spacing:.04em;text-transform:uppercase;margin-bottom:4px;font-size:11px;display:block}.buyer-account__header h1{margin:0 0 4px;font-size:22px}.buyer-account__header p{color:#6b7280;margin:0;font-size:13px}.buyer-account__action{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:6px;padding:9px 14px;font-size:13px}.buyer-account__action--ghost{color:#111827;background:#fff;border:1px solid #d1d5db}.buyer-panel{background:#fff;border:1px solid #e8eaee;border-radius:10px;padding:18px 20px}.buyer-panel__header h2{margin:0 0 4px;font-size:16px}.buyer-panel__header p{color:#6b7280;margin:0;font-size:13px}.buyer-panel__header--toolbar{justify-content:space-between;align-items:flex-start;margin-bottom:14px;display:flex}.buyer-panel-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.buyer-form{gap:12px;margin-top:14px;display:grid}.buyer-form--grid{grid-template-columns:repeat(2,minmax(0,1fr))}.buyer-form label{flex-direction:column;gap:6px;font-size:12px;display:flex}.buyer-form input{border:1px solid #d1d5db;border-radius:6px;padding:9px 10px;font-size:13px}.buyer-address-card,.buyer-security-list{flex-direction:column;gap:8px;margin-top:12px;display:flex}.buyer-address-list{flex-direction:column;gap:12px;display:flex}.buyer-address-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1rem}.buyer-address-card p{color:#475569;margin:.35rem 0 0}.buyer-address-add{cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:6px;align-self:flex-start;padding:8px 12px;font-size:13px}.buyer-form__actions{flex-wrap:wrap;gap:8px;display:flex}.buyer-form__cancel{cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:9px 12px;font-size:13px}.buyer-address-card span{color:#6b7280;font-size:13px}.buyer-address-card button,.buyer-security-list button{cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:6px;align-self:flex-start;margin-top:4px;padding:7px 10px;font-size:12px}.buyer-security-list div{border-top:1px solid #eef0f3;justify-content:space-between;align-items:center;padding-top:10px;display:flex}.buyer-security-list div:first-child{border-top:none;padding-top:0}.buyer-status{font-size:12px}.buyer-status--success{color:#047857}.buyer-status--warning{color:#b45309}.buyer-status--info{color:#1d4ed8}.buyer-select{border:1px solid #d1d5db;border-radius:6px;padding:8px 10px;font-size:13px}.buyer-order-list{flex-direction:column;gap:10px;margin-top:14px;display:flex}.buyer-order-row{border:1px solid #eef0f3;border-radius:8px;grid-template-columns:minmax(0,1.4fr) 160px 120px;align-items:center;gap:12px;padding:14px;display:grid}.buyer-order-row__id{color:#6b7280;font-size:11px}.buyer-order-row h3{margin:4px 0;font-size:14px}.buyer-order-row p{color:#6b7280;margin:0;font-size:12px}.buyer-order-row__status{flex-direction:column;gap:4px;display:flex}.buyer-order-row__status span{color:#6b7280;font-size:12px}.buyer-order-row__actions{flex-direction:column;gap:6px;display:flex}.buyer-order-row__actions a,.buyer-order-row__actions button{color:#111827;cursor:pointer;text-align:center;background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:7px 10px;font-size:12px;text-decoration:none}.buyer-workspace{grid-template-columns:minmax(0,1fr) 260px;gap:16px;display:grid}.buyer-tabs{flex-wrap:wrap;gap:6px;margin-bottom:14px;display:flex}.buyer-tabs__item{cursor:pointer;background:#f3f4f6;border:none;border-radius:999px;padding:7px 12px;font-size:12px}.buyer-tabs__item--active{color:#fff;background:#111827}.buyer-notification-list{flex-direction:column;gap:10px;display:flex}.buyer-notification{border:1px solid #eef0f3;border-radius:8px;gap:10px;padding:12px;display:flex}.buyer-notification--unread{background:#f9fafb}.buyer-notification__dot{background:#d1d5db;border-radius:50%;flex:0 0 8px;width:8px;height:8px;margin-top:6px}.buyer-notification--unread .buyer-notification__dot{background:#111827}.buyer-notification__meta{justify-content:space-between;align-items:center;gap:8px;display:flex}.buyer-notification h2{margin:0;font-size:14px}.buyer-notification__meta span{color:#6b7280;font-size:11px}.buyer-notification p,.buyer-notification time{color:#6b7280;font-size:12px}.buyer-side-panel{background:#fff;border:1px solid #e8eaee;border-radius:10px;flex-direction:column;gap:10px;height:fit-content;padding:18px;display:flex}.buyer-side-panel h2{margin:0 0 4px;font-size:15px}.buyer-side-panel label{align-items:center;gap:8px;font-size:13px;display:flex}.cart-page{background:#f6f7f9;padding:28px 0 48px}.cart-page__header span{color:#6b7280;letter-spacing:.04em;text-transform:uppercase;font-size:11px}.cart-page__header h1{margin:4px 0;font-size:24px}.cart-page__header p{color:#6b7280;font-size:13px}.cart-layout{grid-template-columns:minmax(0,1fr) 320px;gap:18px;margin-top:18px;display:grid}.cart-items-panel,.cart-summary-panel{background:#fff;border:1px solid #e8eaee;border-radius:10px;padding:18px}.cart-items-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.cart-items-toolbar h2{margin:0;font-size:16px}.cart-items-toolbar__select-all{color:#374151;cursor:pointer;align-items:center;gap:8px;font-size:13px;font-weight:600;display:inline-flex}.cart-items-toolbar__select-all input,.cart-item-row__check input{accent-color:#111827;width:16px;height:16px}.cart-items-toolbar__delete{color:#b91c1c;cursor:pointer;background:0 0;border:none;padding:0;font-size:12px;font-weight:600}.cart-items-toolbar button{color:#6b7280;cursor:pointer;background:0 0;border:none;font-size:12px}.cart-item-list{flex-direction:column;gap:14px;display:flex}.cart-item-row{border-top:1px solid #eef0f3;grid-template-columns:20px 88px minmax(0,1fr) 100px;align-items:start;gap:14px;padding-top:14px;display:grid}.cart-item-row:first-child{border-top:none;padding-top:0}.cart-item-row__check{margin-top:34px;display:flex}.cart-item-row img{object-fit:cover;border-radius:8px;width:88px;height:88px}.cart-item-row__details span{color:#6b7280;font-size:11px}.cart-item-row__details h3{margin:4px 0;font-size:14px}.cart-item-row__details h3 a{color:inherit;text-decoration:none}.cart-item-row__details p{color:#6b7280;font-size:12px}.cart-item-row__controls{flex-wrap:wrap;align-items:center;gap:10px;margin-top:8px;display:flex}.cart-item-row__controls label{align-items:center;gap:6px;font-size:12px;display:flex}.cart-item-row__controls select,.cart-item-row__controls button{font-size:12px}.cart-item-row__controls button{color:#6b7280;cursor:pointer;background:0 0;border:none}.cart-item-row__delete{align-items:center;gap:4px;display:inline-flex}.cart-item-row__delete svg{width:14px;height:14px}.cart-item-row__delete:hover{color:#b91c1c}.cart-item-row__price{text-align:right}.cart-item-row__price strong{font-size:15px;display:block}.cart-item-row__price span{color:#9ca3af;font-size:12px;text-decoration:line-through}.cart-summary-panel h2{margin:0 0 8px;font-size:16px}.cart-summary-panel__selection{color:#6b7280;margin:0 0 14px;font-size:12px}.cart-summary-lines{flex-direction:column;gap:10px;display:flex}.cart-summary-lines div{justify-content:space-between;font-size:13px;display:flex}.cart-summary-lines__total{border-top:1px solid #eef0f3;padding-top:10px;font-size:15px;font-weight:600}.cart-checkout-btn{color:#fff;cursor:pointer;text-align:center;background:#111827;border:none;border-radius:6px;width:100%;margin-top:14px;padding:11px 14px;font-size:14px;text-decoration:none;display:block}.cart-checkout-btn:disabled{cursor:not-allowed;background:#9ca3af}.cart-summary-note{color:#6b7280;margin:10px 0 0;font-size:11px}.cart-continue-link{color:#111827;margin-top:12px;font-size:13px;display:inline-block}.track-order-page,.contact-page{background:#f6f7f9;padding:28px 0 48px}.track-order-page__header span,.contact-page__header span{color:#6b7280;letter-spacing:.04em;text-transform:uppercase;font-size:11px}.track-order-page__header h1,.contact-page__header h1{margin:4px 0;font-size:24px}.track-order-page__header p,.contact-page__header p{color:#6b7280;font-size:13px}.track-order-layout,.contact-layout{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:18px;margin-top:18px;display:grid}.track-order-form-panel,.track-order-result-panel,.contact-form-panel,.contact-info-panel article{background:#fff;border:1px solid #e8eaee;border-radius:10px;padding:18px}.track-order-form-panel h2,.contact-form-panel h2{margin:0 0 14px;font-size:16px}.track-order-form-panel form,.contact-form-panel form{flex-direction:column;gap:12px;display:flex}.track-order-form-panel label,.contact-form-panel label{flex-direction:column;gap:6px;font-size:12px;display:flex}.track-order-form-panel input,.contact-form-panel input,.contact-form-panel select,.contact-form-panel textarea{border:1px solid #d1d5db;border-radius:6px;padding:9px 10px;font-size:13px}.track-order-form-panel button,.contact-form-panel button{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:6px;align-self:flex-start;padding:9px 14px;font-size:13px}.track-order-result__header{justify-content:space-between;align-items:flex-start;margin-bottom:16px;display:flex}.track-order-result__header span{color:#6b7280;font-size:12px}.track-order-result__header h2{margin:4px 0;font-size:16px}.track-order-timeline{flex-direction:column;gap:12px;display:flex}.track-step{gap:10px;display:flex}.track-step__dot{background:#d1d5db;border-radius:50%;flex:0 0 10px;width:10px;height:10px;margin-top:5px}.track-step--done .track-step__dot{background:#111827}.track-step strong{font-size:13px}.track-step p{color:#6b7280;margin:2px 0 0;font-size:12px}.track-order-result__actions{gap:12px;margin-top:16px;display:flex}.track-order-result__actions a{color:#111827;font-size:13px}.contact-info-panel{flex-direction:column;gap:12px;display:flex}.contact-info-panel h3{margin:0 0 6px;font-size:14px}.contact-info-panel p{color:#6b7280;margin:0 0 4px;font-size:13px}.contact-success{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:14px}.admin-console{grid-template-columns:220px minmax(0,1fr);height:100vh;min-height:100vh;max-height:100vh;display:grid;overflow:hidden}.admin-console--bento{--admin-bento-gap:14px;--admin-bento-radius:22px;--admin-bento-surface:#fff;--admin-bento-canvas:#ececf1;--admin-bento-ink:#111827;--admin-bento-muted:#6b7280}.admin-console__sidebar{color:#fff;background:#0f172a;flex-direction:column;gap:16px;height:100vh;padding:20px 14px;display:flex;position:sticky;top:0}.admin-console__drawer,.admin-console__drawer-backdrop{display:none}.admin-console__brand{color:#fff;padding:0 8px;font-size:15px;font-weight:700;text-decoration:none}.admin-console__brand span{color:#f59e0b}.admin-console__nav{flex-direction:column;gap:4px;display:flex}.admin-console__link{color:#cbd5e1;border-radius:10px;padding:9px 10px;font-size:13px;text-decoration:none}.admin-console__link:hover,.admin-console__link--active{color:#fff;background:#ffffff14}.admin-console__signout{color:#94a3b8;margin-top:auto;padding:0 8px;font-size:12px;text-decoration:none}.admin-console__workspace{background:var(--admin-bento-canvas,#ececf1);flex-direction:column;min-width:0;height:100vh;min-height:0;max-height:100vh;display:flex;overflow:hidden}.admin-console__scroll{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;flex:1 1 0;min-height:0;overflow:hidden auto}.admin-console__bar{color:#ffffffe0;box-sizing:border-box;z-index:30;background:#08428c;border-color:#ffffff1f;flex-shrink:0;justify-content:space-between;align-items:center;gap:16px;height:58px;min-height:58px;max-height:58px;padding:0 28px;font-size:12px;display:flex;overflow:hidden}.admin-console__mobile-bar{display:none}.admin-console__header,.admin-console__mobile-bar{z-index:50;position:relative;overflow:visible}.admin-console__header-actions,.admin-console__mobile-actions{z-index:51;position:relative}.admin-console__header{border-bottom-style:solid;border-bottom-width:1px;justify-content:space-between;align-items:center;display:flex}.admin-console__header--desktop{display:flex}.admin-console__header-brand{color:#fff;letter-spacing:.02em;white-space:nowrap;font-size:13px;font-weight:700}.admin-console__footer{border-top-style:solid;border-top-width:1px;flex-shrink:0}.admin-console__footer span:last-child{color:#ffffffb8;white-space:nowrap}.admin-console__footer span:first-child{white-space:nowrap}.admin-console__page-heading{padding:0 0 14px}.admin-console__page-heading h1{color:#111827;letter-spacing:-.03em;margin:0;font-size:24px;font-weight:700}.admin-console__page-heading p{color:var(--admin-bento-muted,#6b7280);max-width:48ch;margin:4px 0 0;font-size:13px;line-height:1.4}.admin-console__header--bento{border-bottom:0}.admin-console__header-copy h1{letter-spacing:-.03em;margin:0;font-size:24px;font-weight:700}.admin-console__header-copy p{color:var(--admin-bento-muted,#6b7280);max-width:48ch;margin:4px 0 0;font-size:13px;line-height:1.4}.admin-console__header span{display:none}.admin-console__header h1{letter-spacing:-.03em;margin:0;font-size:24px;font-weight:700}.admin-console__header p{color:var(--admin-bento-muted,#6b7280);margin:4px 0 0;font-size:13px}.admin-console__meta{text-align:right}.admin-console__meta span{color:#6b7280;font-size:11px;display:block}.admin-console__meta strong{font-size:13px}.admin-console__mobile-nav{display:none}.admin-console__content{flex-direction:column;gap:16px;padding:18px 24px 24px;display:flex}.admin-console__content--bento{gap:14px;padding-top:18px}.admin-console__footer{color:#ffffffe0;justify-content:space-between;font-size:11px;display:flex}.admin-console__header-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.admin-console__notification{box-shadow:none;color:#fff;background:#ffffff1f;border:1px solid #ffffff38;border-radius:10px;justify-content:center;align-items:center;gap:0;width:40px;height:40px;font-size:0;text-decoration:none;display:inline-flex;position:relative}.admin-console__notification svg{width:18px;height:18px}.admin-console__notification strong{color:#fff;background:#111827;border-radius:999px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:9px;font-weight:700;display:inline-flex;position:absolute;top:2px;right:2px}.admin-console__currency-select{appearance:none;color:#fff;background:#ffffff1f;border:1px solid #ffffff38;border-radius:10px;min-width:72px;height:40px;padding:0 28px 0 10px;font-size:12px;font-weight:700}.admin-currency-select{position:relative}.admin-currency-select__trigger{appearance:none;color:#fff;cursor:pointer;background:linear-gradient(45deg,#0000 50%,#ffffffd9 50%) calc(100% - 14px) 54%/6px 6px no-repeat,#ffffff1f;border:1px solid #ffffff38;border-radius:10px;min-width:72px;height:40px;padding:0 28px 0 10px;font-size:12px;font-weight:700}.admin-currency-select__trigger:disabled{cursor:not-allowed;opacity:.65}.admin-currency-select__menu{z-index:120;background:#fff;border:1px solid #dbe3ee;border-radius:10px;min-width:88px;margin:0;padding:4px;list-style:none;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 10px 28px #0f172a24}.admin-currency-select__menu button{color:#111827;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;width:100%;padding:8px 10px;font-size:12px;font-weight:700;display:block}.admin-currency-select__menu button:hover,.admin-currency-select__menu button.is-active{color:#1d4ed8;background:#eff6ff}.admin-console__account{display:none}.admin-bento{gap:var(--admin-bento-gap,14px);grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:minmax(120px,auto);display:grid}.admin-bento__alert{grid-column:1/-1;margin-bottom:2px}.admin-bento__cell{background:var(--admin-bento-surface,#fff);border-radius:var(--admin-bento-radius,22px);border:1px solid #1118270f;flex-direction:column;gap:12px;min-width:0;min-height:120px;padding:18px;display:flex;overflow:hidden;box-shadow:0 8px 24px #0f172a0a}.admin-bento__cell--stat{justify-content:flex-end;gap:4px;min-height:132px;padding:16px 18px;position:relative}.admin-bento__cell--stat:before{content:"";border-radius:999px;width:8px;height:8px;position:absolute;top:18px;left:18px}.admin-bento__cell--accent-slate:before{background:#64748b}.admin-bento__cell--accent-blue:before{background:#3b82f6}.admin-bento__cell--accent-amber:before{background:#f59e0b}.admin-bento__cell--accent-violet:before{background:#8b5cf6}.admin-bento__cell--stat p{display:none}.admin-bento__cell--stat-note p{color:var(--admin-bento-muted,#6b7280);margin:2px 0 0;font-size:11px;line-height:1.35;display:block}.admin-bento__cell--stat span{color:var(--admin-bento-muted,#6b7280);margin-top:18px;font-size:12px;font-weight:600}.admin-bento__cell--stat strong{letter-spacing:-.04em;margin:0;font-size:32px;font-weight:700;line-height:1;display:block}.admin-bento__cell--wide,.admin-bento__cell--span-2{grid-column:span 2}.admin-bento__cell--span-3{grid-column:span 3}.admin-bento__cell--tall{grid-row:span 2;min-height:280px}.admin-bento__head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.admin-bento__head h2,.admin-bento__title{letter-spacing:-.02em;margin:0;font-size:16px;font-weight:700}.admin-bento__head p{display:none}.admin-bento__empty{color:#6b7280;background:#f7f7fa;border:1px dashed #1118271a;border-radius:16px;flex:1;justify-content:center;align-items:center;min-height:72px;padding:16px;font-size:13px;display:flex}.admin-console-grid{grid-template-columns:minmax(0,1.5fr) minmax(280px,.75fr);gap:16px;display:grid}.admin-console-card{background:#fff;border:1px solid #e8eaee;border-radius:10px;padding:18px}.admin-console-card--wide{grid-column:1/-1}.admin-console-card__header{justify-content:space-between;align-items:flex-start;margin-bottom:14px;display:flex}.admin-console-card__header h2{margin:0 0 4px;font-size:16px}.admin-console-card__header p{color:#6b7280;margin:0;font-size:13px}.admin-chart-preview{background:linear-gradient(#f8fafc 0%,#fff 100%);border:1px solid #eef0f3;border-radius:8px;align-items:end;gap:8px;height:220px;padding:16px;display:flex}.admin-chart-preview span{background:linear-gradient(#1e293b 0%,#334155 100%);border-radius:8px 8px 0 0;flex:1;min-height:28px}.admin-status-list,.admin-action-list{gap:10px;display:grid}.admin-status-list div{border-top:1px solid #eef0f3;justify-content:space-between;align-items:center;padding-top:10px;display:flex}.admin-status-list div:first-child{border-top:none;padding-top:0}.admin-status-list strong{font-size:13px}.admin-status-pill{border-radius:999px;padding:4px 8px;font-size:11px;font-weight:600}.admin-status-pill--ok{color:#047857;background:#ecfdf5}.admin-status-pill--warn{color:#b45309;background:#fff7ed}.admin-action-list a{color:#111827;background:#f9fafb;border:1px solid #e8eaee;border-radius:8px;align-items:center;min-height:40px;padding:0 12px;font-size:13px;text-decoration:none;display:flex}.admin-action-list a:hover{background:#f3f4f6}.admin-empty-state,.panel-empty-state{background:#f9fafb;border:1px solid #eef0f3;border-radius:8px;flex-direction:column;gap:6px;padding:14px;display:flex}.admin-empty-state p,.panel-empty-state p{color:#6b7280;margin:0;font-size:13px}.admin-empty-state a{color:#111827;margin-top:4px;font-size:13px}.admin-table--orders .admin-table__row,.admin-table--activity .admin-table__row{grid-template-columns:repeat(5,minmax(0,1fr))}.admin-table--activity .admin-table__row{grid-template-columns:repeat(4,minmax(0,1fr))}.admin-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.admin-kpi-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-kpi-grid article{background:#fff;border:1px solid #e8eaee;border-radius:10px;padding:14px}.admin-kpi-grid span{color:#6b7280;font-size:12px}.admin-kpi-grid strong{margin:6px 0 2px;font-size:22px;display:block}.admin-kpi-grid p{color:#6b7280;margin:0;font-size:12px}.admin-panel-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.admin-panel{background:#fff;border:1px solid #e8eaee;border-radius:10px;padding:18px}.admin-panel--highlight{border-color:#fcd34d}.admin-panel__header h2{margin:0 0 4px;font-size:16px}.admin-panel__header p{color:#6b7280;margin:0;font-size:13px}.admin-panel__header--toolbar{justify-content:space-between;align-items:flex-start;margin-bottom:14px;display:flex}.admin-toolbar-actions{align-items:center;gap:8px;display:flex}.admin-toolbar-actions input,.admin-toolbar-actions select,.admin-panel__header input,.admin-panel__header select{border:1px solid #d1d5db;border-radius:6px;padding:8px 10px;font-size:13px}.admin-table{flex-direction:column;gap:8px;display:flex}.admin-table__row{border:1px solid #eef0f3;border-radius:8px;grid-template-columns:repeat(6,minmax(0,1fr));align-items:center;gap:10px;padding:10px 12px;font-size:12px;display:grid}.admin-table__row--head{background:#f9fafb;font-weight:600}.admin-table__row small{color:#6b7280;display:block}.admin-table__actions{gap:6px;display:flex}.admin-table__actions button{cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:5px 8px;font-size:11px}.admin-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#111827;border:none;border-radius:12px;padding:9px 14px;font-size:13px;text-decoration:none}.admin-btn--ghost{color:#111827;background:#f4f4f8;border:1px solid #11182714}.admin-bento__cell .admin-empty-state,.admin-bento__cell .panel-empty-state,.admin-bento__cell .admin-approval-card{background:#f7f7fa;border:1px dashed #1118271a;border-radius:16px;flex:1}.admin-bento__cell .admin-action-list a{background:#f7f7fa;border:1px solid #1118270f;border-radius:14px}.admin-approval-card{background:#f9fafb;border:1px solid #eef0f3;border-radius:8px;flex-direction:column;gap:6px;margin-top:12px;padding:14px;display:flex}.admin-approval-card__actions{gap:8px;margin-top:8px;display:flex}.admin-accept,.admin-reject{cursor:pointer;border:none;border-radius:6px;padding:8px 12px;font-size:12px}.admin-accept{color:#fff;background:#047857}.admin-reject{background:#fff;border:1px solid #d1d5db}.admin-status-row{justify-content:space-between;align-items:center;margin-top:12px;display:flex}.admin-notification-list{flex-direction:column;gap:10px;display:flex}.admin-notification{border:1px solid #eef0f3;border-radius:8px;justify-content:space-between;align-items:flex-start;padding:12px;display:flex}.admin-notification__meta{justify-content:space-between;align-items:center;gap:8px;display:flex}.admin-notification h2{margin:0;font-size:14px}.admin-notification__meta span{color:#6b7280;font-size:11px}.admin-notification p,.admin-notification time{color:#6b7280;font-size:12px}.admin-notification button{cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:7px 10px;font-size:12px}.admin-settings-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.admin-form{flex-direction:column;gap:10px;margin-top:12px;display:flex}.admin-form label{flex-direction:column;gap:6px;font-size:12px;display:flex}.admin-form input[type=text],.admin-form input[type=email],.admin-form input[type=number]{border:1px solid #d1d5db;border-radius:6px;padding:9px 10px;font-size:13px}.admin-form label:has(input[type=checkbox]){flex-direction:row;align-items:center;font-size:13px}.admin-form--grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.admin-form__actions{flex-wrap:wrap;grid-column:1/-1;gap:10px;display:flex}.admin-table--categories .admin-table__row{grid-template-columns:1.1fr 1.1fr 1.2fr .7fr .9fr}.admin-table--products .admin-table__row{grid-template-columns:1.4fr .9fr 1.1fr .7fr 1.1fr}.admin-priority-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;display:flex}.admin-priority-card strong{color:#0f172a;font-size:14px;display:block}.admin-priority-card p{color:#64748b;margin:4px 0 0;font-size:12px}.admin-page-toolbar{margin-bottom:14px}.admin-product-media-gallery{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px;display:grid}.admin-product-video-gallery{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px;margin-top:12px;display:grid}.admin-product-media-tile,.admin-product-video-tile{aspect-ratio:1;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;position:relative;overflow:hidden}.admin-product-video-tile{aspect-ratio:16/10}.admin-product-media-tile img,.admin-product-video-tile video{object-fit:cover;width:100%;height:100%;display:block}.admin-product-media-tile__placeholder{background:linear-gradient(135deg,#e2e8f0 0%,#f8fafc 100%);width:100%;height:100%;display:block}.product-verification-form{overflow:visible}.admin-table--highlights .admin-table__row{grid-template-columns:1.4fr .8fr 1fr .6fr .8fr}.admin-section-tabs{flex-wrap:wrap;gap:8px;display:flex}.admin-section-tabs button{color:#334155;background:#fff;border:1px solid #cbd5e1;border-radius:999px;padding:8px 14px;font-size:12px;font-weight:700}.admin-section-tabs button.is-active{color:#1d4ed8;background:#eff6ff;border-color:#2563eb}.admin-section-count{color:#64748b;margin-top:12px;font-size:13px}.admin-security-list{flex-direction:column;gap:10px;margin-top:12px;display:flex}.admin-security-list div{border-top:1px solid #eef0f3;justify-content:space-between;align-items:center;padding-top:10px;display:flex}.admin-security-list div:first-child{border-top:none;padding-top:0}.admin-security-list button{cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:7px 10px;font-size:12px}.checkout-page{background:#f6f7f9;padding:28px 0 48px}.checkout-page__header{justify-content:space-between;align-items:flex-start;margin-bottom:16px;display:flex}.checkout-page__header span{color:#6b7280;letter-spacing:.04em;text-transform:uppercase;font-size:11px}.checkout-page__header h1{margin:4px 0;font-size:24px}.checkout-page__header p{color:#6b7280;margin:0;font-size:13px}.checkout-page__back{color:#111827;font-size:13px;text-decoration:none}.checkout-steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:18px;display:grid}.checkout-steps__item{background:#fff;border:1px solid #e8eaee;border-radius:8px;align-items:center;gap:10px;padding:12px 14px;display:flex}.checkout-steps__item span{color:#374151;background:#e5e7eb;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;font-weight:600;display:flex}.checkout-steps__item strong{font-size:13px}.checkout-steps__item--active{border-color:#111827}.checkout-steps__item--active span{color:#fff;background:#111827}.checkout-steps__item--complete span{color:#fff;background:#047857}.checkout-layout{grid-template-columns:minmax(0,1fr) 320px;gap:18px;display:grid}.checkout-layout--single{grid-template-columns:minmax(0,1fr)}.checkout-main{flex-direction:column;gap:14px;display:flex}.checkout-panel{background:#fff;border:1px solid #e8eaee;border-radius:10px;padding:18px}.checkout-panel--note p,.checkout-panel--terms{color:#6b7280;font-size:13px}.checkout-panel__header h2{margin:0 0 4px;font-size:16px}.checkout-panel__header p{color:#6b7280;margin:0 0 14px;font-size:13px}.checkout-saved-addresses{margin-bottom:18px}.checkout-saved-addresses__label{color:#6b7280;margin:0 0 10px;font-size:13px}.checkout-saved-addresses__list{gap:10px;display:grid}.checkout-saved-address{color:inherit;cursor:pointer;font:inherit;text-align:left;background:#f8fafc;border:1px solid #e8eaee;border-radius:10px;width:100%;padding:14px}.checkout-saved-address--active{border-color:#0f172a;box-shadow:inset 0 0 0 1px #0f172a}.checkout-saved-address strong{margin-bottom:4px;display:block}.checkout-saved-address p{color:#6b7280;margin:0;font-size:13px}.checkout-saved-address span{color:#0f172a;letter-spacing:.04em;text-transform:uppercase;margin-bottom:6px;font-size:11px;font-weight:700;display:inline-block}.checkout-saved-addresses__manage,.checkout-saved-addresses__empty{color:#6b7280;margin-top:10px;font-size:13px;display:block}.checkout-form{flex-direction:column;gap:12px;display:flex}.checkout-form--grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.checkout-form__full{grid-column:1/-1}.checkout-form label{flex-direction:column;gap:6px;font-size:12px;display:flex}.checkout-form input,.checkout-form select{border:1px solid #d1d5db;border-radius:6px;padding:9px 10px;font-size:13px}.checkout-options{flex-direction:column;gap:10px;display:flex}.checkout-option{cursor:pointer;border:1px solid #e8eaee;border-radius:8px;align-items:flex-start;gap:10px;padding:12px;display:flex}.checkout-option--active{background:#f9fafb;border-color:#111827}.checkout-option input{margin-top:3px}.checkout-option strong{font-size:14px;display:block}.checkout-option span{color:#6b7280;font-size:12px}.checkout-checkbox{align-items:flex-start;gap:8px;font-size:13px;display:flex}.checkout-actions{justify-content:space-between;gap:10px;display:flex}.checkout-actions--final{align-items:center}.checkout-btn{color:#fff;cursor:pointer;text-align:center;background:#111827;border:none;border-radius:6px;padding:10px 16px;font-size:13px;text-decoration:none}.checkout-btn--ghost{color:#111827;background:#fff;border:1px solid #d1d5db}.checkout-btn--place{padding:12px 18px;font-size:14px}.checkout-summary{background:#fff;border:1px solid #e8eaee;border-radius:10px;height:fit-content;padding:18px;position:sticky;top:88px}.checkout-summary h2{margin:0 0 14px;font-size:16px}.checkout-summary__items{border-bottom:1px solid #eef0f3;flex-direction:column;gap:12px;margin-bottom:14px;padding-bottom:14px;display:flex}.checkout-summary__item{grid-template-columns:56px minmax(0,1fr) auto;align-items:flex-start;gap:10px;display:grid}.checkout-summary__item img{object-fit:cover;border-radius:6px;width:56px;height:56px}.checkout-summary__item strong{font-size:12px}.checkout-summary__item p{margin:2px 0;font-size:12px}.checkout-summary__item span{color:#6b7280;font-size:11px}.checkout-summary__lines{flex-direction:column;gap:8px;display:flex}.checkout-summary__lines div{justify-content:space-between;font-size:13px;display:flex}.checkout-summary__total{border-top:1px solid #eef0f3;margin-top:8px;padding-top:10px;font-size:15px;font-weight:600}.checkout-shipping-quote{gap:8px;display:grid}.checkout-shipping-quote div{justify-content:space-between;align-items:center;gap:12px;display:flex}.checkout-shipping-quote span{color:#6b7280;font-size:13px}.track-order-json{white-space:pre-wrap;background:#f8fafc;border:1px solid #e8eaee;border-radius:8px;max-height:240px;padding:10px;font-size:11px;overflow:auto}.checkout-summary__total{border-top:1px solid #eef0f3;padding-top:10px;font-size:15px;font-weight:600}.checkout-review-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.checkout-review-card{background:#f9fafb;border:1px solid #eef0f3;border-radius:8px;padding:14px}.checkout-review-card__header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.checkout-review-card__header h3{margin:0;font-size:14px}.checkout-review-card__header a{color:#111827;font-size:12px}.checkout-review-card p,.checkout-review-card span{color:#6b7280;margin:2px 0;font-size:12px}.checkout-review-items{flex-direction:column;gap:12px;display:flex}.checkout-review-item{border-top:1px solid #eef0f3;grid-template-columns:64px minmax(0,1fr) auto;align-items:center;gap:12px;padding-top:12px;display:grid}.checkout-review-item:first-child{border-top:none;padding-top:0}.checkout-review-item img{object-fit:cover;border-radius:6px;width:64px;height:64px}.checkout-review-item p{margin:2px 0;font-size:13px}.checkout-review-item span{color:#6b7280;font-size:12px}.checkout-review-address-card{color:#4b5563;background:#f8fafc;border:1px solid #e8eaee;border-radius:8px;padding:12px 14px;font-size:12px;line-height:1.45}.checkout-review-address-card__header{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.checkout-review-address-card__header h3{color:#111827;margin:0;font-size:13px}.checkout-review-address-card__header a{color:#111827;font-size:12px}.checkout-review-address-card p{margin:0 0 3px}.checkout-review-totals{border-top:1px solid #eef0f3;flex-direction:column;gap:8px;margin-top:14px;padding-top:14px;display:flex}.checkout-review-totals div{justify-content:space-between;align-items:center;font-size:13px;display:flex}.checkout-review-totals__total{border-top:1px solid #eef0f3;margin-top:4px;padding-top:10px;font-size:15px;font-weight:700}.checkout-review-meta{border-top:1px solid #eef0f3;flex-direction:column;gap:8px;margin-top:12px;padding-top:12px;display:flex}.checkout-review-meta div{justify-content:space-between;align-items:center;font-size:12px;display:flex}.checkout-review-meta span{color:#6b7280}.checkout-review-meta strong{color:#111827;text-align:right;font-size:12px;font-weight:600}.checkout-review-payment{border-top:1px solid #eef0f3;margin-top:16px;padding-top:16px}.checkout-review-payment h3{margin:0 0 12px;font-size:14px}.checkout-review-payment__actions{flex-direction:column;gap:10px;display:flex}.checkout-btn--cod{color:#111827;background:#fff;border:1px solid #111827}.checkout-btn--cod:disabled{color:#9ca3af;cursor:not-allowed;background:#f3f4f6;border-color:#d1d5db}.order-status-page{background:#f6f7f9;min-height:calc(100vh - 180px);padding:32px 0 56px}.order-result{background:#eef4fb;justify-content:center;align-items:center;min-height:calc(100vh - 180px);padding:48px 24px 64px;display:flex}.order-result__inner{text-align:center;width:100%;max-width:360px}.order-result__hero{width:148px;margin:0 auto 28px;position:relative}.order-result__icon{color:#fff;z-index:1;border-radius:50%;justify-content:center;align-items:center;width:108px;height:108px;margin:0 auto;animation:.65s cubic-bezier(.34,1.56,.64,1) both order-result-icon-pop;display:flex;position:relative}.order-result__icon-ring{border:2px solid #08428c47;border-radius:50%;animation:2.4s ease-out .45s infinite order-result-ring-pulse;position:absolute;inset:-10px}.order-result--failed .order-result__icon-ring{border-color:#dc262647;animation-name:order-result-ring-pulse-failed}.order-result__icon svg{width:52px;height:52px}.order-result__icon--success{background:linear-gradient(135deg,#08428c 0%,#0059b8 52%,#3b82f6 100%);box-shadow:0 18px 36px #08428c47}.order-result__icon--failed{background:linear-gradient(135deg,#991b1b 0%,#dc2626 52%,#ef4444 100%);animation:.7s cubic-bezier(.34,1.56,.64,1) both order-result-icon-shake;box-shadow:0 18px 36px #dc26263d}.order-result__check-path{stroke-dasharray:40;stroke-dashoffset:40px;animation:.55s .42s forwards order-result-check-draw}.order-result__x-path{stroke-dasharray:22;stroke-dashoffset:22px}.order-result__x-path--a{animation:.35s .42s forwards order-result-check-draw}.order-result__x-path--b{animation:.35s .58s forwards order-result-check-draw}.order-result__celebration{pointer-events:none;z-index:0;position:absolute;inset:-18px}.order-result__confetti{opacity:0;border-radius:999px;animation:1.1s ease-out both order-result-confetti-burst;position:absolute}.order-result__confetti--1{background:#08428c;width:7px;height:7px;animation-delay:.2s;top:18px;left:8px}.order-result__confetti--2{background:0 0;border:2px solid #0059b8;width:10px;height:10px;animation-delay:.28s;top:10px;right:6px}.order-result__confetti--3{background:#facc15;width:5px;height:5px;animation-delay:.24s;top:54px;left:0}.order-result__confetti--4{background:#3b82f6;width:8px;height:8px;animation-delay:.32s;top:48px;right:0}.order-result__confetti--5{background:#08428c;border-radius:2px;width:3px;height:10px;animation-delay:.18s;top:0;left:18px;transform:rotate(24deg)}.order-result__confetti--6{background:#facc15;border-radius:2px;width:3px;height:8px;animation-delay:.26s;top:2px;right:20px;transform:rotate(-18deg)}.order-result__confetti--7{background:0 0;border:2px solid #7eb8ff;width:8px;height:8px;animation-delay:.34s;top:78px;left:28px}.order-result__confetti--8{background:#0059b8;width:4px;height:4px;animation-delay:.22s;top:82px;right:24px}.order-result__confetti--9{background:#08428c;border-radius:2px;width:3px;height:9px;animation-delay:.3s;top:-4px;left:50%;transform:translate(-50%)rotate(12deg)}.order-result__confetti--10{background:#facc15;width:6px;height:6px;animation-delay:.36s;top:88px;left:50%;transform:translate(-50%)}.order-result__animate{opacity:0;animation:.55s both order-result-fade-up}.order-result__animate--1{animation-delay:.5s}.order-result__animate--2{animation-delay:.62s}.order-result__animate--3{animation-delay:.74s}.order-result__title{color:#08428c;letter-spacing:-.02em;margin:0 0 12px;font-size:30px;font-weight:700;line-height:1.2}.order-result--failed .order-result__title{color:#991b1b}.order-result__message{color:#4b5563;max-width:300px;margin:0 auto;font-size:15px;line-height:1.55}.order-result__extras{width:100%}.order-result__meta{gap:10px;max-width:280px;margin:24px auto 0;display:grid}.order-result__meta p{opacity:0;background:#fff;border:1px solid #d8e3f2;border-radius:12px;margin:0;padding:12px 14px;animation:.5s both order-result-fade-up}.order-result__meta p:first-child{animation-delay:.82s}.order-result__meta p:nth-child(2){animation-delay:.92s}.order-result__meta span{color:#6b7280;margin-bottom:4px;font-size:11px;display:block}.order-result__meta strong{color:#08428c;font-size:14px}.order-result__actions{flex-direction:column;gap:10px;margin-top:28px;display:flex}.order-result__btn{border-radius:999px;justify-content:center;align-items:center;padding:13px 18px;font-size:14px;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex}.order-result__btn:hover{transform:translateY(-1px);box-shadow:0 10px 24px #08428c2e}.order-result__btn--primary{color:#fff;background:linear-gradient(135deg,#08428c 0%,#0059b8 100%);animation:2.4s ease-in-out 1.1s infinite order-result-btn-glow}.order-result__btn--ghost{color:#08428c;background:#fff;border:1px solid #c5d4ea}.order-result__link{color:#08428c;margin-top:4px;font-size:13px;font-weight:600;text-decoration:underline}@keyframes order-result-icon-pop{0%{opacity:0;transform:scale(.35)}70%{transform:scale(1.08)}to{opacity:1;transform:scale(1)}}@keyframes order-result-icon-shake{0%{opacity:0;transform:scale(.35)}45%{opacity:1;transform:scale(1.05)}55%{transform:scale(1.05)rotate(-4deg)}65%{transform:scale(1.05)rotate(4deg)}75%{transform:scale(1.02)rotate(-2deg)}to{transform:scale(1)rotate(0)}}@keyframes order-result-check-draw{to{stroke-dashoffset:0}}@keyframes order-result-confetti-burst{0%{opacity:0;transform:translate(0)scale(.4)}35%{opacity:1}to{opacity:0;transform:translate(var(--burst-x,0), var(--burst-y,-14px)) scale(1)}}.order-result__confetti--1{--burst-x:-10px;--burst-y:-16px}.order-result__confetti--2{--burst-x:12px;--burst-y:-12px}.order-result__confetti--3{--burst-x:-14px;--burst-y:4px}.order-result__confetti--4{--burst-x:14px;--burst-y:6px}.order-result__confetti--5{--burst-x:-4px;--burst-y:-18px}.order-result__confetti--6{--burst-x:8px;--burst-y:-16px}.order-result__confetti--7{--burst-x:-8px;--burst-y:12px}.order-result__confetti--8{--burst-x:10px;--burst-y:14px}.order-result__confetti--9{--burst-x:0px;--burst-y:-20px}.order-result__confetti--10{--burst-x:0px;--burst-y:16px}@keyframes order-result-fade-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes order-result-ring-pulse{0%{opacity:.75;transform:scale(.92)}70%{opacity:0;transform:scale(1.28)}to{opacity:0;transform:scale(1.28)}}@keyframes order-result-ring-pulse-failed{0%{opacity:.7;transform:scale(.92)}70%{opacity:0;transform:scale(1.24)}to{opacity:0;transform:scale(1.24)}}@keyframes order-result-btn-glow{0%,to{box-shadow:0 8px 20px #08428c38}50%{box-shadow:0 12px 28px #08428c57}}@media (prefers-reduced-motion:reduce){.order-result__icon,.order-result__confetti,.order-result__animate,.order-result__meta p,.order-result__icon-ring,.order-result__check-path,.order-result__x-path,.order-result__btn--primary{opacity:1!important;stroke-dashoffset:0!important;animation:none!important;transform:none!important}}.order-status-page__inner{max-width:560px}.order-status-card{text-align:center;background:#fff;border:1px solid #e8eaee;border-radius:16px;padding:28px 24px 24px;box-shadow:0 12px 30px #0f172a0f}.order-status-card__icon{border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 16px;font-size:28px;font-weight:700;display:inline-flex}.order-status-card__icon--success{color:#059669;background:#ecfdf5}.order-status-card__icon--failed{color:#dc2626;background:#fef2f2}.order-status-card__eyebrow{color:#6b7280;letter-spacing:.04em;text-transform:uppercase;margin:0 0 8px;font-size:12px;font-weight:600}.order-status-card h1{margin:0 0 10px;font-size:28px;line-height:1.2}.order-status-card__message{color:#6b7280;max-width:420px;margin:0 auto 20px;font-size:14px;line-height:1.5}.order-status-card__details{text-align:left;grid-template-columns:1fr;gap:10px;margin-bottom:22px;display:grid}.order-status-card__details article{background:#f9fafb;border:1px solid #eef0f3;border-radius:10px;padding:12px 14px}.order-status-card__details span{color:#6b7280;margin-bottom:4px;font-size:11px;display:block}.order-status-card__details strong{color:#111827;font-size:15px}.order-status-card__actions{flex-direction:column;gap:10px;display:flex}.order-status-btn{border-radius:8px;justify-content:center;align-items:center;padding:13px 16px;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex}.order-status-btn--primary{color:#fff;background:#ff3f6c}.order-status-btn--ghost{color:#111827;background:#fff;border:1px solid #d1d5db}.order-status-link{color:#111827;margin-top:4px;font-size:13px;font-weight:600;text-decoration:underline}.checkout-btn--disabled{color:#6b7280;cursor:not-allowed;pointer-events:none;background:#d1d5db;border-color:#d1d5db;display:inline-flex}.checkout-confirmation-page{background:#f6f7f9;padding:40px 0 56px}.checkout-confirmation-card{background:#fff;border:1px solid #e8eaee;border-radius:12px;max-width:720px;margin:0 auto;padding:28px}.checkout-confirmation-card__badge{color:#047857;background:#ecfdf5;border-radius:999px;margin-bottom:10px;padding:6px 10px;font-size:12px;font-weight:600;display:inline-block}.checkout-confirmation-card h1{margin:0 0 8px;font-size:26px}.checkout-confirmation-card>p{color:#6b7280;margin:0 0 18px;font-size:14px}.checkout-confirmation-meta{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:18px;display:grid}.checkout-confirmation-meta article{background:#f9fafb;border:1px solid #eef0f3;border-radius:8px;padding:12px}.checkout-confirmation-meta span{color:#6b7280;font-size:11px;display:block}.checkout-confirmation-meta strong{font-size:15px}.checkout-confirmation-items{border-top:1px solid #eef0f3;flex-direction:column;gap:12px;margin-bottom:18px;padding-top:18px;display:flex}.checkout-confirmation-item{grid-template-columns:64px minmax(0,1fr);align-items:center;gap:12px;display:grid}.checkout-confirmation-item img{object-fit:cover;border-radius:6px;width:64px;height:64px}.checkout-confirmation-item p{margin:2px 0;font-size:13px}.checkout-confirmation-item span{color:#6b7280;font-size:12px}.checkout-confirmation-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.checkout-continue-link{color:#111827;margin-left:4px;font-size:13px}@media (width<=1024px){.buyer-account__sidebar--desktop{display:none}.buyer-account__quick-nav{display:flex}.buyer-account,.buyer-panel-grid,.buyer-workspace,.cart-layout,.checkout-layout,.checkout-review-grid,.checkout-confirmation-meta,.track-order-layout,.contact-layout,.admin-console,.seller-console,.admin-console-grid,.admin-panel-grid,.admin-kpi-grid,.admin-settings-grid{grid-template-columns:1fr}.admin-console{grid-template-columns:1fr;height:100vh;max-height:100vh}.admin-console__workspace{height:100vh;max-height:100vh}.admin-console__scroll{flex:1 1 0;min-height:0}.seller-console{grid-template-columns:1fr;height:100vh;max-height:100vh}.seller-console__workspace{height:100vh;max-height:100vh}.seller-console__scroll{flex:1 1 0;min-height:0}.seller-console__sidebar{display:none}.seller-console__drawer,.seller-console__drawer-backdrop{display:block}.seller-console__drawer-backdrop{opacity:0;pointer-events:none;z-index:120;background:#0f172a73;border:0;transition:opacity .24s;position:fixed;inset:0}.seller-console__drawer-backdrop--open{opacity:1;pointer-events:auto}.seller-console__drawer{color:#fff;z-index:130;background:#0f172a;flex-direction:column;gap:14px;width:100%;max-width:min(86vw,320px);height:100%;padding:18px 14px 20px;transition:transform .28s;display:flex;position:fixed;inset:0 auto 0 0;transform:translate(-104%)}.seller-console__drawer--open{transform:translate(0)}.seller-console__drawer-head{justify-content:space-between;align-items:center;display:flex}.seller-console__drawer-close{color:#fff;cursor:pointer;background:#ffffff14;border:0;border-radius:12px;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.seller-console__drawer-close svg{width:18px;height:18px}.seller-console__mobile-bar{grid-template-columns:auto 1fr auto;gap:8px;padding:0 14px;display:grid}.seller-console__mobile-bar--leading{grid-template-columns:auto auto minmax(0,1fr) auto}.seller-console__mobile-leading{align-items:center;min-width:0;display:flex}.seller-console__mobile-leading .seller-console__header-link{padding:6px 8px;font-size:10px}.seller-console__mobile-actions .seller-console__header-btn,.seller-console__mobile-actions .seller-console__header-link{padding:7px 8px;font-size:10px}.seller-console__header--desktop{display:none}.seller-console__content{min-width:0;max-width:100%;padding:10px 12px 16px;overflow-x:hidden}.seller-console__scroll{overflow-x:hidden}.seller-console__mobile-title{color:#fff;text-overflow:ellipsis;white-space:nowrap;min-width:0;margin:0;font-size:15px;font-weight:700;overflow:hidden}.seller-console__menu-btn{color:#fff;cursor:pointer;background:#ffffff1f;border:1px solid #ffffff38;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.seller-console__menu-btn svg{width:18px;height:18px}.seller-console__mobile-actions{align-items:center;gap:8px;display:flex}.seller-console__mobile-bell{color:#fff;background:#ffffff1f;border:1px solid #ffffff38;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;display:inline-flex;position:relative}.seller-console__mobile-bell svg{width:18px;height:18px}.seller-console__mobile-bell span{color:#fff;background:#111827;border-radius:999px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:9px;font-weight:700;display:inline-flex;position:absolute;top:4px;right:4px}.admin-console__sidebar{display:none}.admin-console__drawer,.admin-console__drawer-backdrop{display:block}.admin-console__drawer-backdrop{opacity:0;pointer-events:none;z-index:120;background:#0f172a73;border:0;transition:opacity .24s;position:fixed;inset:0}.admin-console__drawer-backdrop--open{opacity:1;pointer-events:auto}.admin-console__drawer{color:#fff;z-index:130;background:#0f172a;flex-direction:column;gap:14px;width:100%;max-width:min(86vw,320px);height:100%;padding:18px 14px 20px;transition:transform .28s;display:flex;position:fixed;inset:0 auto 0 0;transform:translate(-104%)}.admin-console__drawer--open{transform:translate(0)}.admin-console__drawer-head{justify-content:space-between;align-items:center;display:flex}.admin-console__drawer-close{color:#fff;cursor:pointer;background:#ffffff14;border:0;border-radius:12px;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.admin-console__drawer-close svg{width:18px;height:18px}.admin-console__mobile-bar{grid-template-columns:auto 1fr auto;gap:10px;padding:0 14px;display:grid}.admin-console__header--desktop{display:none}.admin-console__content{padding:14px}.admin-console__bar{padding:0 14px}.admin-console__footer{flex-direction:row;align-items:center;gap:8px}.admin-console__mobile-title{color:#fff;text-overflow:ellipsis;white-space:nowrap;min-width:0;margin:0;font-size:15px;font-weight:700;overflow:hidden}.admin-console__menu-btn{color:#fff;cursor:pointer;background:#ffffff1f;border:1px solid #ffffff38;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.admin-console__menu-btn svg{width:18px;height:18px}.admin-console__mobile-actions{align-items:center;gap:8px;display:flex}.admin-console__mobile-actions .admin-currency-select__trigger{min-width:68px;height:40px;padding:0 24px 0 8px}.admin-console__mobile-bell{color:#fff;background:#ffffff1f;border:1px solid #ffffff38;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;display:inline-flex;position:relative}.admin-console__mobile-bell svg{width:18px;height:18px}.admin-console__mobile-bell span{color:#fff;background:#111827;border-radius:999px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:9px;font-weight:700;display:inline-flex;position:absolute;top:4px;right:4px}.admin-bento{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-bento__cell--wide,.admin-bento__cell--span-2,.admin-bento__cell--span-3,.admin-bento__cell--tall{grid-area:auto/span 2;min-height:auto}.admin-bento__cell--stat strong{font-size:26px}.admin-console__footer{flex-direction:column;gap:4px;padding:12px 14px}.seller-console__footer{flex-direction:column;align-items:flex-start;gap:2px;height:auto;min-height:0;max-height:none;padding:10px 14px 12px;font-size:10px;line-height:1.35}.seller-console__footer span:last-child{white-space:normal}.buyer-order-row{grid-template-columns:1fr}}@media (width<=560px){.admin-bento{grid-template-columns:1fr}.product-listing-wizard.admin-panel{border-radius:14px;padding:10px}.seller-console__content{padding:8px 10px 14px}.listing-step__section h2{font-size:14px}.admin-bento__cell--wide,.admin-bento__cell--span-2,.admin-bento__cell--span-3,.admin-bento__cell--tall{grid-column:span 1}.admin-bento__head{flex-direction:column}}@media (width<=768px){.cart-item-row{grid-template-columns:20px 72px minmax(0,1fr)}.cart-item-row__check{margin-top:28px}.cart-item-row__price{text-align:left;grid-column:3}.buyer-form--grid,.admin-table__row,.checkout-form--grid{grid-template-columns:1fr}.checkout-actions{flex-direction:column}.checkout-btn{width:100%}}.confirm-dialog__backdrop{z-index:2000;background:#0f172a73;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.confirm-dialog{background:#fff;border:1px solid #d9e2ef;border-radius:12px;width:100%;max-width:420px;padding:22px 20px;box-shadow:0 18px 40px #0f172a2e}.confirm-dialog h2{color:#0f172a;margin:0;font-size:20px}.confirm-dialog p{color:#475569;margin:10px 0 0;font-size:14px;line-height:1.5}.confirm-dialog__actions{justify-content:flex-end;gap:10px;margin-top:18px;display:flex}.confirm-dialog__cancel,.confirm-dialog__confirm{border-radius:6px;min-height:38px;padding:0 14px;font-size:14px;font-weight:700}.confirm-dialog__cancel{color:#334155;background:#fff;border:1px solid #cbd5e1}.confirm-dialog__confirm{color:#111827;background:linear-gradient(#f7dfa5,#f0c14b);border:1px solid #a88734}.console-back-btn{color:#cbd5e1;cursor:pointer;text-align:left;background:0 0;border:0;margin-bottom:12px;padding:0;font-size:13px;font-weight:600}.console-back-btn:hover{color:#fff}.seller-console__signout,.admin-console__signout,.buyer-account__signout{color:#fff;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:9px;margin-top:auto;padding:11px 12px;font-size:13px;font-weight:600}.seller-console__signout:hover,.admin-console__signout:hover,.buyer-account__signout:hover{color:#fff;background:#ffffff1a}.page-shell__header--center{text-align:center;margin-bottom:20px}.page-shell__header--center h1{margin:0 0 6px}.admin-console__currency{gap:4px;display:grid}.admin-console__currency span{color:#64748b;letter-spacing:.3px;text-transform:uppercase;font-size:11px;font-weight:700}.admin-console__currency select{border:1px solid #d9e2ef;border-radius:6px;min-width:110px;min-height:36px;padding:0 10px;font-size:13px;font-weight:700}.page-shell__header--center p{color:#64748b;margin:0}.product-reviews{border-top:1px solid #e5e7eb;margin-top:28px;padding-top:24px}.product-reviews__header{justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:16px;display:flex}.product-reviews__header h2{margin:0}.product-reviews__loading,.product-reviews__empty,.product-reviews__signin-prompt{color:#64748b;font-size:14px}.product-reviews__form{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;gap:14px;margin-bottom:24px;padding:18px;display:grid}.product-reviews__form label{gap:8px;font-size:13px;font-weight:700;display:grid}.product-reviews__form textarea,.product-reviews__form input[type=file]{font:inherit}.product-reviews__form textarea{resize:vertical;border:1px solid #c7d0dc;border-radius:8px;padding:10px 12px}.product-reviews__stars-input,.product-reviews__stars{gap:4px;display:inline-flex}.product-reviews__star{cursor:pointer;background:0 0;border:0;padding:0}.product-reviews__form-actions{gap:10px;display:flex}.product-reviews__submit,.product-reviews__cancel{border-radius:6px;min-height:38px;padding:0 14px;font-size:14px;font-weight:700}.product-reviews__submit{background:linear-gradient(#f7dfa5,#f0c14b);border:1px solid #a88734}.product-reviews__cancel{background:#fff;border:1px solid #cbd5e1}.product-reviews__list{gap:16px;display:grid}.product-reviews__item{border:1px solid #e5e7eb;border-radius:12px;padding:16px}.product-reviews__item-header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:10px;display:flex}.product-reviews__badge{border-radius:999px;margin-left:8px;padding:2px 8px;font-size:11px;font-weight:700;display:inline-block}.product-reviews__badge--general{color:#475569;background:#f1f5f9}.product-reviews__badge--purchased{color:#166534;background:#dcfce7}.product-reviews__images{flex-wrap:wrap;gap:10px;margin-top:12px;display:flex}.product-reviews__images img{object-fit:cover;border-radius:8px;width:88px;height:88px}.product-reviews__item-actions{gap:10px;margin-top:12px;display:flex}.product-reviews__item-actions button{color:#0059b8;cursor:pointer;background:0 0;border:0;padding:0;font-size:13px;font-weight:700}.admin-panel--compact{gap:8px;padding:10px 12px}.admin-compact-toolbar{flex-wrap:wrap;gap:8px;margin-bottom:8px;display:flex}.admin-compact-toolbar__search,.admin-compact-toolbar__select,.admin-compact-list input{border:1px solid #dbe3ee;border-radius:8px;min-height:32px;padding:0 10px;font-size:12px}.admin-compact-toolbar__search{flex:180px}.admin-compact-toolbar__select{min-width:130px}.admin-compact-empty{margin:8px 0;font-size:12px}.admin-compact-list{border:1px solid #e2e8f0;border-radius:10px;gap:0;display:grid;overflow:hidden}.admin-compact-list__head,.admin-compact-list__row{align-items:center;gap:8px;padding:8px 10px;font-size:11px;display:grid}.admin-compact-list__head{color:#64748b;text-transform:uppercase;letter-spacing:.03em;background:#f8fafc;font-weight:700}.admin-compact-list__row{background:#fff;border-top:1px solid #edf2f7}.admin-compact-list__name{color:#0f172a;font-size:12px;font-weight:700}.admin-compact-list__email{color:#475569;word-break:break-all}.admin-compact-list__actions{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}.admin-compact-list__head,.admin-compact-list__row{grid-template-columns:minmax(0,1.2fr) 56px 88px 56px 72px}.admin-compact-list--warehouses .admin-compact-list__head,.admin-compact-list--warehouses .admin-compact-list__row{grid-template-columns:minmax(0,1fr) minmax(0,1.2fr) 72px}.admin-compact-list--kyc .admin-compact-list__head,.admin-compact-list--kyc .admin-compact-list__row{grid-template-columns:minmax(0,.9fr) minmax(0,1fr) minmax(0,.9fr) 72px minmax(0,1.2fr)}.admin-status-badge{text-transform:capitalize;border-radius:999px;justify-content:center;align-items:center;min-height:22px;padding:0 8px;font-size:10px;font-weight:700;display:inline-flex}.admin-status-badge--approved{color:#166534;background:#dcfce7}.admin-status-badge--rejected{color:#991b1b;background:#fee2e2}.admin-status-badge--pending{color:#92400e;background:#fef3c7}.admin-status-badge--not_submitted{color:#475569;background:#e2e8f0}.admin-list-pagination{color:#64748b;justify-content:space-between;align-items:center;gap:8px;margin-top:8px;font-size:11px;display:flex}.admin-list-pagination__actions{align-items:center;gap:8px;display:flex}.admin-list-pagination__actions button{cursor:pointer;background:#fff;border:1px solid #dbe3ee;border-radius:8px;min-height:30px;padding:0 10px;font-size:11px;font-weight:700}.admin-list-pagination__actions button:disabled{opacity:.45;cursor:not-allowed}.admin-btn--sm{min-height:30px;padding:0 10px;font-size:11px}.admin-page-toolbar--compact{margin-bottom:8px}.admin-console__page-heading:empty{display:none}.kyc-verification-form__header-top{justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px;display:flex}.kyc-verification-form__decision{border-top:1px solid #e2e8f0;margin-top:12px;padding-top:12px;font-size:12px}.kyc-verification-form__decision p{color:#475569;margin:6px 0 0}.product-verification-form__header .product-verification-form__title h2{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:clamp(16px,4vw,22px);line-height:1.25;display:-webkit-box;overflow:hidden}.product-verification-form__status-block{text-align:right}.product-verification-form__reviewed-at{color:#64748b;margin:4px 0 0;font-size:11px}.admin-warehouse-detail-page__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:10px;display:flex}.admin-warehouse-detail-page__header h2{margin:0;font-size:16px}.admin-warehouse-detail-page__header p{color:#64748b;margin:2px 0 0;font-size:11px}.admin-warehouse-detail-page__id{color:#475569;margin-top:6px;font-size:10px;display:inline-block}.admin-warehouse-detail-page__actions{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.admin-warehouse-detail__grid--compact{gap:8px}.admin-warehouse-detail__grid--compact>div{font-size:11px}.admin-warehouse-detail__grid--compact strong{font-size:10px}.admin-sync-badge{color:#166534;background:#dcfce7;border-radius:999px;align-items:center;min-height:30px;padding:0 10px;font-size:11px;font-weight:700;display:inline-flex}.admin-sync-menu{position:relative}.admin-sync-menu__list{z-index:40;background:#fff;border:1px solid #dbe3ee;border-radius:8px;min-width:140px;margin:0;padding:4px;list-style:none;position:absolute;top:calc(100% + 4px);right:0;box-shadow:0 8px 24px #0f172a1f}.admin-sync-menu__list button{text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;width:100%;padding:8px 10px;font-size:12px;font-weight:600;display:block}.admin-sync-menu__list button:hover{background:#eff6ff}@media (width<=768px){.admin-compact-list__head{display:none}.admin-compact-list__row{grid-template-columns:1fr;gap:4px;padding:10px}.admin-compact-list__row>span:not(.admin-status-badge){color:#475569}.admin-compact-list__actions{justify-content:flex-start}.admin-warehouse-detail-page__header{flex-direction:column}.admin-warehouse-detail__grid--compact{grid-template-columns:1fr}.product-verification-form__header{flex-direction:column;align-items:flex-start}.product-verification-form__status-block{text-align:left}}.cart-fly-layer{pointer-events:none;z-index:12000;position:fixed;inset:0}.cart-fly-item{object-fit:cover;will-change:transform, opacity;border-radius:999px;transition:transform .7s cubic-bezier(.22,.61,.36,1),opacity .7s;position:fixed;top:0;left:0;box-shadow:0 10px 24px #0f172a38}.header__cart-badge--bump{animation:.45s cart-badge-bump}@keyframes cart-badge-bump{0%{transform:scale(1)}40%{transform:scale(1.35)}to{transform:scale(1)}}.buyer-address-summary{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:1rem;padding:1rem}.buyer-address-summary p{color:#475569;margin:.35rem 0 0}.buyer-security-list__danger,.buyer-security-list a.buyer-security-list__danger{color:#b91c1c;font-weight:600}.buyer-account__action--danger{color:#fff;background:#b91c1c}.buyer-account__action--danger:hover{background:#991b1b}.buyer-form__checkbox{align-items:flex-start;gap:.75rem;display:flex}.buyer-form__checkbox input{margin-top:.2rem}.confirm-dialog__backdrop--inline{background:0 0;padding:0;position:static}
