:root{--bg: #f6f9fc;--surface: #ffffff;--surface2: #f8fbff;--border: #e2e8f0;--text: #0f172a;--muted: #64748b;--accent: #20abe2;--accent-dim: #1b8fbe;--secondary: #e8b331;--danger: #f87171;--ok: #16a34a;--radius: 12px;--font: "DM Sans", system-ui, sans-serif;--text-sm: clamp(.78rem, .72rem + .25vw, .88rem);--text-base: clamp(.9rem, .84rem + .35vw, 1rem);--text-lg: clamp(1rem, .92rem + .45vw, 1.12rem);--heading-page: clamp(1.25rem, 1.05rem + 1.1vw, 1.65rem);--heading-detail: clamp(1.35rem, 1.1rem + 1.4vw, 1.85rem);--space-page: clamp(1rem, .75rem + 1.2vw, 2rem);--content-max: 1120px;--detail-max: min(720px, 100%);--portal-sidebar-width: 260px;--layout-nav-height: 4.5rem;--bp-xs: 381px;--bp-sm: 521px;--bp-md: 641px;--bp-nav: 901px;--bp-lg: 981px;--bp-xl: 1081px}*{box-sizing:border-box}html{min-height:100%}body{margin:0;min-height:100dvh;overflow-x:hidden;overflow-y:auto;font-family:var(--font);background:radial-gradient(circle at 15% -10%,rgba(32,171,226,.08),transparent 35%),radial-gradient(circle at 90% -20%,rgba(232,179,49,.1),transparent 30%),var(--bg);color:var(--text);line-height:1.5;-webkit-text-size-adjust:100%;text-size-adjust:100%}#root{display:flex;flex-direction:column;min-height:100dvh;width:100%}html.scroll-locked,html.scroll-locked body{overflow:hidden}@media (max-width: 900px){html:not(.scroll-locked){height:auto;min-height:100%;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}html:not(.scroll-locked) body{height:auto;min-height:100%;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;touch-action:pan-y;overscroll-behavior-y:auto}#root,.layout-shell{display:block;min-height:0;height:auto;overflow:visible}.layout-main,.layout-content,.route-page{display:block;overflow:visible;min-height:auto;height:auto}.page,.dash-main .page,.subpage-shell{overflow:visible;min-height:auto}.seller-products-list-body{max-height:none;overflow:visible;overscroll-behavior:auto;-webkit-overflow-scrolling:touch}.dash-main{display:block;overflow:visible;min-height:auto}.admin-portal-shell{overflow:visible;min-height:auto}}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:none}button{font-family:inherit;cursor:pointer;transition:transform .14s ease,box-shadow .14s ease,background-color .14s ease,border-color .14s ease}button:focus-visible{outline:2px solid rgba(32,171,226,.38);outline-offset:2px}input,select,textarea{font-family:inherit;font-size:1rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:clamp(.5rem,.45rem + .35vw,.65rem) clamp(.85rem,.75rem + .8vw,1.15rem);font-size:var(--text-base);border-radius:var(--radius);border:1px solid var(--border);background:linear-gradient(180deg,#ffffff 0%,var(--surface2) 100%);color:var(--text);font-weight:600;letter-spacing:.01em;box-shadow:0 5px 14px #0f172a14;transition:transform .16s ease,box-shadow .16s ease,background-color .16s ease,border-color .16s ease}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:linear-gradient(135deg,var(--accent),var(--accent-dim));border-color:transparent;color:#fff;box-shadow:0 10px 22px #20abe24d}.btn:hover:not(:disabled){transform:translateY(-1px) scale(1.01);box-shadow:0 10px 20px #0f172a1f}.btn:active:not(:disabled){transform:translateY(0) scale(.99);box-shadow:0 4px 10px #0f172a1a}.btn:focus-visible{outline:2px solid rgba(32,171,226,.38);outline-offset:2px}.btn-ghost{background:transparent;border-color:#64748b59}.btn-danger{background:linear-gradient(180deg,#4d2626,#3a1f1f);border-color:#ef4444;color:#ffe1e1;box-shadow:0 10px 20px #ef44442e}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.25rem;box-shadow:0 8px 22px #0f172a0a;width:100%;max-width:100%;margin-inline:auto}.input{width:100%;padding:.55rem .75rem;border-radius:8px;border:1px solid var(--border);background:var(--bg);color:var(--text);transition:border-color .16s ease,box-shadow .16s ease}.input:focus{outline:2px solid rgba(224,122,58,.35);border-color:var(--accent)}.label{display:block;font-size:.85rem;color:var(--muted);margin-bottom:.35rem}.grid-products{display:grid;grid-template-columns:1fr;gap:1rem;background:#eaf0f6;border:1px solid #d7e1ec;border-radius:14px;padding:.8rem}@media (min-width: 381px){.grid-products{grid-template-columns:repeat(auto-fill,minmax(min(170px,100%),1fr))}}@media (min-width: 521px){.grid-products{grid-template-columns:repeat(auto-fill,minmax(min(220px,100%),1fr))}}.muted{color:var(--muted);font-size:.9rem}.error-msg,.error{color:var(--danger);font-size:.9rem;margin:.35rem 0 0}.ok{color:var(--ok);font-size:.9rem;margin:.35rem 0 0;font-weight:600}.page{width:100%;max-width:var(--content-max);margin-inline:auto;padding:var(--space-page);display:grid;gap:clamp(.75rem,2vw,1.25rem);font-size:var(--text-base);justify-items:stretch;align-content:start}.admin-portal-main .page,.dash-main .page{max-width:100%;margin-inline:0;padding:0}.page h1{margin:0;font-size:var(--heading-page);font-weight:700}.page>h1+.muted,.page>.muted:first-of-type{margin:0}.page-narrow{max-width:min(640px,100%);justify-self:center}.page-back-row{width:auto;justify-self:start}.back-chevron-btn{border:1px solid #000}.layout-nav{display:flex;flex-direction:column;align-items:stretch;gap:.65rem;flex-wrap:nowrap;padding:.65rem max(.75rem,env(safe-area-inset-left)) max(.65rem,env(safe-area-inset-bottom)) max(.75rem,env(safe-area-inset-right));padding-top:max(.65rem,env(safe-area-inset-top));border-bottom:1px solid var(--border);background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:0;z-index:20;box-shadow:0 6px 20px #0f172a0f}@media (min-width: 901px){.layout-nav{flex-direction:row;align-items:center;flex-wrap:wrap;gap:.85rem;padding:.75rem clamp(1rem,2vw,2rem);padding-top:.75rem}}.layout-nav a{color:var(--text);font-weight:500;transition:color .2s ease,background-color .2s ease,transform .2s ease}.layout-nav a:hover{color:var(--accent)}.layout-nav a.active{color:var(--accent);font-weight:600}@keyframes route-page-enter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.route-page{animation:route-page-enter .24s ease-out}@media (prefers-reduced-motion: reduce){.route-page{animation:none}}.layout-center-nav{flex:1;display:flex;justify-content:flex-start;gap:.4rem;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;padding-bottom:.2rem;margin:0 -.25rem;padding-left:.25rem;padding-right:.25rem;scrollbar-width:thin}.layout-center-nav::-webkit-scrollbar{height:4px}.layout-center-nav::-webkit-scrollbar-thumb{background:#64748b59;border-radius:999px}@media (min-width: 901px){.layout-center-nav{justify-content:center;flex-wrap:wrap;overflow-x:visible;margin:0;padding:0}}.layout-center-nav a{padding:.5rem .78rem;border-radius:999px;flex:0 0 auto;min-height:44px;display:inline-flex;align-items:center;transition:color .2s ease,background-color .2s ease,box-shadow .2s ease}.layout-center-nav a:hover{background:#20abe20f}.layout-center-nav a.active{background:#20abe21f;box-shadow:inset 0 0 0 1px #20abe238}.layout-nav-dropdown{position:relative;flex:0 0 auto}.layout-nav-dropdown-trigger{padding:.5rem .78rem;border-radius:999px;flex:0 0 auto;min-height:44px;display:inline-flex;align-items:center;gap:.28rem;border:none;background:transparent;font:inherit;font-size:inherit;color:inherit;cursor:pointer;transition:color .2s ease,background-color .2s ease,box-shadow .2s ease}.layout-nav-dropdown-trigger:hover{background:#20abe20f}.layout-nav-dropdown.active .layout-nav-dropdown-trigger,.layout-nav-dropdown.open .layout-nav-dropdown-trigger{background:#20abe21f;box-shadow:inset 0 0 0 1px #20abe238}.layout-nav-dropdown-chevron{font-size:.72rem;line-height:1;opacity:.75;transition:transform .15s ease}.layout-nav-dropdown.open .layout-nav-dropdown-chevron{transform:rotate(180deg)}.layout-nav-dropdown-menu{min-width:12.5rem;z-index:80;background:#fff;border:1px solid var(--border);border-radius:12px;box-shadow:0 12px 30px #0f172a24;padding:.35rem;display:grid;gap:.12rem}.layout-nav-dropdown-menu--portal{position:fixed;margin:0}.layout-nav-dropdown-item{display:flex;align-items:center;padding:.55rem .75rem;border-radius:8px;min-height:44px;color:inherit;text-decoration:none;white-space:nowrap;transition:background-color .15s ease}.layout-nav-dropdown-item:hover{background:#20abe20f;text-decoration:none}.layout-nav-dropdown-item.active{background:#20abe21f;font-weight:600}.layout-nav-link-with-badge{gap:.35rem}.layout-nav-link-text{line-height:1.2}.layout-nav-badge{min-width:1rem;height:1rem;padding:0 .32rem;border-radius:999px;background:#dc2626;color:#fff;font-size:.65rem;font-weight:800;line-height:1rem;text-align:center;flex-shrink:0}.layout-user-actions,.layout-auth-actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:.6rem;margin-left:auto;flex-shrink:0}@media (max-width: 900px){.layout-user-actions,.layout-auth-actions{align-self:flex-end;width:100%}}.layout-user-actions .muted{font-size:.82rem;max-width:100%;overflow-wrap:anywhere}@media (min-width: 901px){.layout-user-actions .muted{font-size:.9rem;max-width:none}}.layout-shell{display:flex;flex-direction:column;flex:1 0 auto;width:100%;min-height:100dvh}.layout-main{flex:1 0 auto;display:block;width:100%}.layout-content{display:flex;flex-direction:column;flex:1 1 auto;width:100%}.layout-footer{display:flex;align-items:center;justify-content:center;text-align:center;flex:0 0 auto;width:100%;margin-top:auto;min-height:0;padding:.125rem .75rem max(.125rem,env(safe-area-inset-bottom));border-top:1px solid var(--border);background:#ffffffeb}.app-toast-host{position:fixed;z-index:60;right:max(1rem,env(safe-area-inset-right));bottom:max(1rem,env(safe-area-inset-bottom));display:flex;flex-direction:column;gap:.55rem;width:min(360px,calc(100vw - 2rem - env(safe-area-inset-left) - env(safe-area-inset-right)));pointer-events:none}.app-toast{display:flex;align-items:flex-start;justify-content:space-between;gap:.65rem;padding:.75rem .85rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);box-shadow:0 12px 28px #0f172a24;pointer-events:auto;animation:app-toast-in .22s ease}.app-toast--success{border-color:#16a34a59;background:linear-gradient(180deg,#f0fdf4,#fff)}.app-toast--error{border-color:#f8717173;background:linear-gradient(180deg,#fef2f2,#fff)}.app-toast--info{border-color:#20abe259;background:linear-gradient(180deg,#f0f9ff,#fff)}.app-toast-message{font-size:.9rem;line-height:1.4;color:var(--text)}.app-toast-dismiss{border:none;background:transparent;color:var(--muted);font-size:1.15rem;line-height:1;padding:0;min-width:1.25rem;cursor:pointer}.app-toast-dismiss:hover{color:var(--text)}@keyframes app-toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.detail-add-cart-btn{margin-top:.5rem;width:100%;max-width:280px}.layout-footer-copy{margin:0;font-size:.6875rem;line-height:1.1}.layout-footer-copy a{font-weight:500;color:var(--text)}.layout-footer-copy a:hover{color:var(--accent)}.layout-footer-sep{color:var(--muted)}.legal-page{max-width:920px;margin-inline:auto}.legal-page-header{margin-bottom:1rem}.legal-page-back{display:inline-block;margin-bottom:.75rem;font-size:.9rem}.legal-page-intro{margin:.5rem 0 0;max-width:62ch;font-size:.92rem}.legal-page-intro a{color:var(--accent)}.legal-page-card{padding:0;overflow:hidden}.termly-policy-embed{min-height:70vh}.termly-policy-embed iframe,.termly-policy-iframe{display:block;width:100%;min-height:70vh;border:0;background:#fff}.legal-register-note a{color:var(--accent);font-weight:500}.dash-side a.active{color:var(--accent);font-weight:600}.layout-brand{font-weight:700;font-size:1.1rem;letter-spacing:.02em;display:flex;align-items:center;gap:.7rem;text-decoration:none;flex-shrink:0}.layout-brand-icon{display:block;height:40px;width:auto;border-radius:6px}@media (min-width: 901px){.layout-brand-icon{height:48px}}.layout-brand-wordmark{display:inline-flex;align-items:baseline;gap:0;font-weight:800;letter-spacing:.05em;font-size:1.15rem;line-height:1;background:linear-gradient(90deg,#17324a 0%,#1b4f6f 46%,#1e7ea9 72%,var(--accent) 100%);-webkit-background-clip:text;background-clip:text;color:transparent}@media (min-width: 901px){.layout-brand-wordmark{letter-spacing:.06em;font-size:1.85rem}}.layout-brand-dark,.layout-brand-accent{color:inherit}.layout-spacer{flex:1}.dash-shell{display:grid;grid-template-columns:1fr;flex:1 1 auto;min-height:0}@media (min-width: 801px){.dash-shell{grid-template-columns:220px 1fr}}.dash-side{border-right:none;border-bottom:1px solid var(--border);background:var(--surface);padding:1rem;overflow:hidden;overscroll-behavior:none}@media (min-width: 801px){.dash-side{border-right:1px solid var(--border);border-bottom:none}}.dash-side a{display:block;padding:.5rem .75rem;border-radius:8px;color:var(--text);margin-bottom:.25rem}.dash-side a:hover,.dash-side a.active{background:var(--surface2);color:var(--accent);text-decoration:none}.dash-main{padding:clamp(1rem,.75rem + 1.2vw,1.5rem);width:100%;max-width:none;margin:0;flex:1 1 auto;align-self:stretch;display:flex;flex-direction:column;align-items:stretch;min-height:0;gap:clamp(.75rem,2vw,1.25rem)}.dash-main>*{width:100%}.dash-main>:not(.dash-back-row){width:100%;max-width:var(--content-max);margin-inline:auto}.dash-main>.dash-back-row{width:auto;align-self:flex-start;margin-bottom:.25rem}.admin-portal-shell{display:grid;grid-template-columns:1fr;flex:1 1 auto;align-self:stretch;min-height:0;width:100%;background:linear-gradient(180deg,#ffffffb8,#f8fbffeb),var(--bg)}.admin-portal-side{border-right:none;border-bottom:1px solid var(--border);background:linear-gradient(180deg,#0f172a,#162033);color:#e2e8f0;padding:1.15rem .95rem 1rem;display:grid;align-content:start;gap:1rem;overflow:hidden;overscroll-behavior:none}.admin-portal-brand-block{display:grid;gap:.2rem;padding:.15rem .35rem .55rem}.admin-portal-brand{font-weight:800;font-size:1.02rem;letter-spacing:.01em;color:#fff}.admin-portal-brand-sub{margin:0;font-size:.78rem;color:#e2e8f0b8}.admin-portal-user{display:flex;align-items:center;gap:.65rem;padding:.65rem .55rem;border:1px solid rgba(148,163,184,.18);border-radius:12px;background:#0f172a59}.admin-portal-user-avatar{width:2.1rem;height:2.1rem;border-radius:999px;display:grid;place-items:center;font-size:.82rem;font-weight:700;color:#fff;background:linear-gradient(135deg,var(--accent),var(--accent-dim));flex-shrink:0}.admin-portal-user-meta{min-width:0;display:grid;gap:.05rem}.admin-portal-user-name{font-size:.86rem;font-weight:600;color:#f8fafc;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-portal-user-role{font-size:.72rem;color:#e2e8f0ad;text-transform:uppercase;letter-spacing:.06em}.admin-portal-nav-group{display:grid;gap:.35rem}.admin-portal-nav-label{margin:.35rem 0 0;padding:0 .55rem;font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#94a3b8d1}.admin-portal-nav{display:flex;gap:.35rem;flex-wrap:wrap}.admin-portal-nav a{display:flex;align-items:center;gap:.55rem;color:#e2e8f0e0;padding:.58rem .65rem;border-radius:10px;font-size:.9rem;font-weight:500;border:1px solid transparent;transition:background-color .16s ease,color .16s ease,border-color .16s ease}.admin-portal-nav-icon{width:1rem;height:1rem;opacity:.82;flex-shrink:0}.admin-portal-nav-badge{margin-left:auto;min-width:1.35rem;padding:.08rem .38rem;border-radius:999px;background:#e8b3312e;color:#fde68a;font-size:.72rem;font-weight:700;text-align:center}.admin-portal-nav a:hover{background:#94a3b81f;color:#fff}.admin-portal-nav a.active{background:#20abe229;border-color:#20abe247;color:#fff}.admin-portal-nav a.active .admin-portal-nav-icon{opacity:1}.admin-portal-main{padding:clamp(1rem,.75rem + 1.2vw,1.65rem);display:grid;gap:clamp(.75rem,2vw,1.25rem);align-content:start;min-width:0}.admin-portal-main>*{width:100%;max-width:var(--content-max);margin-inline:auto}.admin-page{gap:1.1rem}.admin-page-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;padding-bottom:.15rem;border-bottom:1px solid rgba(226,232,240,.9)}.admin-page-header-text h1{margin:0}.admin-page-desc{margin:.35rem 0 0;color:var(--muted);max-width:62ch;font-size:var(--text-base)}.admin-page-header-actions{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;justify-content:flex-end}.admin-alerts{display:grid;gap:.55rem}.admin-alert{padding:.72rem .95rem;border-radius:10px;font-size:.9rem;font-weight:600;border:1px solid transparent}.admin-alert--error{color:#991b1b;background:#fef2f2;border-color:#fecaca}.admin-alert--success{color:#166534;background:#f0fdf4;border-color:#bbf7d0}.admin-section{display:grid;gap:.95rem;padding:1.05rem 1.15rem}.admin-section--flush{padding:0;overflow:hidden}.admin-section-head{display:flex;justify-content:space-between;align-items:flex-start;gap:.85rem;padding-bottom:.75rem;border-bottom:1px solid rgba(226,232,240,.95)}.admin-section--flush .admin-section-head{padding:1rem 1.15rem .75rem}.admin-section-title{margin:0;font-size:1.02rem;font-weight:700}.admin-section-desc{margin:.28rem 0 0;color:var(--muted);font-size:.88rem;max-width:58ch}.admin-section-head-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem}.admin-section-body{min-width:0}.admin-section--flush .admin-section-body{padding:0}.admin-section-foot{padding-top:.75rem;border-top:1px solid rgba(226,232,240,.95);color:var(--muted);font-size:.84rem}.admin-section--flush .admin-section-foot{padding:.75rem 1.15rem 1rem}.admin-badge{display:inline-flex;align-items:center;padding:.18rem .55rem;border-radius:999px;font-size:.74rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;border:1px solid transparent;white-space:nowrap}.admin-badge--neutral{color:#475569;background:#f1f5f9;border-color:#e2e8f0}.admin-badge--success{color:#166534;background:#ecfdf5;border-color:#bbf7d0}.admin-badge--warning{color:#92400e;background:#fffbeb;border-color:#fde68a}.admin-badge--danger{color:#991b1b;background:#fef2f2;border-color:#fecaca}.admin-badge--info{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.admin-badge--accent{color:#0c4a6e;background:#20abe21f;border-color:#20abe247}.admin-filter-bar{display:grid;grid-template-columns:1fr;gap:.75rem}.admin-filter-field{display:grid;gap:.35rem}.admin-form-grid{display:grid;grid-template-columns:1fr;gap:.85rem 1rem}.admin-form-field{display:grid;gap:.35rem}.admin-form-hint{margin:0;color:var(--muted);font-size:.82rem}.admin-form-actions{display:flex;flex-wrap:wrap;gap:.55rem;align-items:center}.admin-form-field--full,.admin-form-actions{grid-column:1 / -1}.admin-data-empty{margin:0;color:var(--muted);padding:.35rem 0}.admin-table-wrap{overflow-x:auto}.admin-section--flush .admin-table-wrap .table{margin:0}.admin-stat-row{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:.65rem}.admin-stat-card{padding:.85rem .95rem;border:1px solid var(--border);border-radius:10px;background:linear-gradient(180deg,#fff,#f8fbff)}.admin-stat-card-label{margin:0;font-size:.78rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--muted)}.admin-stat-card-value{margin:.2rem 0 0;font-size:1.35rem;font-weight:800;color:var(--text)}.admin-reports-toolbar{margin-bottom:0;display:grid;gap:.7rem}.admin-reports-actions{display:flex;justify-content:flex-end}@media (min-width: 641px){.admin-filter-bar,.admin-form-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-form-grid--3,.admin-stat-row{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width: 901px){.layout-main:has(.admin-portal-shell){display:flex;flex-direction:column;flex:1 1 auto;min-height:calc(100dvh - var(--layout-nav-height))}.layout-content:has(.admin-portal-shell){flex:1 1 auto;display:flex;flex-direction:column;min-height:calc(100dvh - var(--layout-nav-height))}.admin-portal-shell{display:block;flex:1 1 auto;min-height:100%}.admin-portal-side{position:fixed;left:0;top:var(--layout-nav-height);bottom:0;width:var(--portal-sidebar-width);z-index:15;border-right:1px solid rgba(148,163,184,.14);border-bottom:none;overflow:hidden;overscroll-behavior:none}.admin-portal-main{margin-left:var(--portal-sidebar-width);min-height:calc(100dvh - var(--layout-nav-height))}.admin-portal-nav{display:grid;gap:.18rem}.admin-portal-nav a{width:100%}.admin-filter-bar--3{grid-template-columns:repeat(3,minmax(0,1fr))}}.dash-nav{display:flex;justify-content:center;align-items:center;gap:.55rem;border-bottom:1px solid var(--border);background:#ffffffd6;padding:.6rem 1.25rem}.dash-nav a{color:#475569;font-size:.88rem;text-decoration:none;padding:.4rem .72rem;border-radius:999px}.dash-nav a.active{color:var(--accent);font-weight:600;background:#20abe221}.page-auth{max-width:440px;width:100%;margin-inline:auto;padding-top:clamp(1.25rem,3vw,2rem);padding-bottom:clamp(1.25rem,3vw,2rem)}.auth-card{display:flex;flex-direction:column;gap:.75rem}.auth-header{margin-bottom:.75rem}.auth-header h1{margin:0;font-size:1.6rem}.auth-subtitle{margin-top:.25rem;font-size:.9rem}.input-with-toggle{position:relative}.input-with-toggle .input{padding-right:2.5rem}.input-toggle-btn{position:absolute;top:50%;right:.6rem;transform:translateY(-50%);border:none;background:transparent;padding:.1rem .25rem;font-size:.75rem;color:var(--muted);cursor:pointer}.page-home-header{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:.75rem;margin-bottom:1rem}@media (min-width: 641px){.page-home-header{flex-direction:row;justify-content:space-between;align-items:center;gap:1rem}}.page-home-header h1{margin:0}.page-home-subtitle{margin:0;font-size:.95rem;color:var(--muted)}.market-hero{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:1rem}@media (min-width: 981px){.market-hero{grid-template-columns:2fr 1.1fr}}.market-hero-main h1{margin:0 0 .45rem}.market-hero-eyebrow{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.08em;color:var(--accent-dim);text-transform:uppercase;margin-bottom:.35rem}.market-hero-search{display:grid;grid-template-columns:1fr auto;gap:.6rem;margin-top:.8rem}.market-hero-side h3{margin:0 0 .65rem}.market-category-pills{display:flex;flex-wrap:wrap;gap:.45rem}.market-category-pills .btn.active{background:#20abe21f;border-color:#20abe259}.market-category-spinner{display:none}@media (max-width: 900px){.market-category-pills--desktop,.market-category-search{display:none!important}.market-category-spinner{display:block}}.market-quick-strip{display:grid;grid-template-columns:1fr;gap:.75rem;margin-top:.25rem;margin-bottom:1.1rem;width:100%;max-width:100%;margin-left:auto;margin-right:auto;padding:.35rem .65rem}@media (min-width: 981px){.market-quick-strip{grid-template-columns:repeat(3,auto);gap:1.6rem;width:fit-content}}.market-quick-strip>div{display:flex;justify-content:center;align-items:center;gap:.25rem;text-align:center;padding:.15rem .55rem}.market-filters-flat{display:grid;grid-template-columns:1fr;gap:.6rem;max-width:1100px;margin:0 auto 1rem;padding:0}@media (min-width: 621px){.market-filters-flat{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 981px){.market-filters-flat{grid-template-columns:repeat(5,minmax(130px,1fr))}}.filter-spinner-select{position:relative}.spinner-select-button{display:flex;align-items:center;justify-content:space-between;gap:.5rem;text-align:left;padding-right:.55rem;border-radius:999px;cursor:pointer;background:radial-gradient(circle at right 1rem center,rgba(32,171,226,.1),transparent 1.25rem),var(--bg)}.filter-spinner-select:focus-within .spinner-select-button{border-color:#20abe2b3;box-shadow:0 0 0 4px #20abe224}.spinner-select-indicator{flex:0 0 auto;width:1.5rem;height:1.5rem;border-radius:999px;border:1px solid rgba(32,171,226,.35);background:linear-gradient(135deg,#20abe229,#1b8fbe1f);display:inline-flex;align-items:center;justify-content:center;pointer-events:none}.spinner-select-dot{width:.55rem;height:.55rem;border-radius:999px;border-top:2px solid var(--accent);border-left:2px solid var(--accent);transform:rotate(-45deg);transition:transform .18s ease}.filter-spinner-select:focus-within .spinner-select-dot{transform:rotate(135deg)}.filter-spinner-select.open .spinner-select-dot{transform:rotate(135deg)}.spinner-select-menu{position:absolute;top:calc(100% + .35rem);left:0;right:0;z-index:25;max-height:280px;overflow-y:auto;padding:.35rem;border-radius:12px}.spinner-select-option{width:100%;border:none;border-radius:8px;background:transparent;color:var(--text);text-align:left;padding:.5rem .55rem;font-size:.95rem}.spinner-select-option:hover{background:#20abe21a}.spinner-select-option.active{background:#20abe229;color:#0c4a6e;font-weight:600}.market-category-group{margin-bottom:1.1rem}.market-category-group h2{margin:0 0 .65rem;font-size:1.05rem;color:#17324a}.page-home-compact{padding-top:.85rem;padding-bottom:1rem;gap:.7rem}.page-home-compact .card{padding:.7rem .85rem;border-radius:10px}.page-home-compact .market-hero{gap:.65rem;margin-bottom:.45rem}.page-home-compact .market-hero-main h1{font-size:1.7rem;margin-bottom:.2rem;line-height:1.1}.page-home-compact .page-home-subtitle{font-size:.86rem;line-height:1.3}.page-home-compact .market-hero-eyebrow{font-size:.64rem;margin-bottom:.2rem}.page-home-compact .market-hero-search{margin-top:.45rem;gap:.45rem}.page-home-compact .market-hero-side h3{margin-bottom:.45rem;font-size:.94rem}.page-home-compact .market-category-pills{gap:.3rem}.page-home-compact .market-category-pills .btn{padding:.3rem .62rem;font-size:.8rem}.page-home-compact .market-quick-strip{gap:.45rem;margin-bottom:.5rem}.page-home-compact .market-quick-strip>div{font-size:.82rem}.page-home-compact .market-filters-flat{gap:.45rem;margin-bottom:.65rem}.page-home-compact .spinner-select-button{padding-right:.5rem}.page-home-compact .input{padding:.42rem .62rem;font-size:.9rem}.page-home-compact .btn{padding:.42rem .82rem;font-size:.86rem}.page-home-compact .market-category-group{margin-bottom:.75rem}.page-home-compact .market-category-group h2{font-size:.98rem;margin-bottom:.45rem}.page-home-compact .grid-products{gap:.72rem}.summary-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.7rem;margin-bottom:.9rem}.summary-cards .card h3{margin:0;font-size:.78rem;color:var(--muted);font-weight:600}.summary-cards .card p{margin:.22rem 0 0;font-size:1.15rem;font-weight:700}.seller-storefront-page{gap:.7rem;padding-top:.8rem;padding-bottom:1.1rem}.seller-store-header{margin-bottom:.5rem;padding-top:.75rem;padding-bottom:.7rem}.seller-store-header-description{margin-top:.55rem;margin-bottom:0}.seller-storefront-summary-cards{margin-bottom:.35rem}.seller-storefront-summary-cards .card{padding-top:.7rem;padding-bottom:.65rem}.seller-storefront-products-title{margin-top:.15rem;margin-bottom:.3rem}.analytics-shell{display:block}.analytics-shell-seller{display:grid;gap:.9rem}.analytics-header{margin-bottom:.6rem}.analytics-header-seller{margin-bottom:0;padding:1rem 1.05rem;border-radius:16px;border:1px solid rgba(14,165,233,.2);background:linear-gradient(135deg,#f8fdff,#eef7ff 55%,#f9fafb);box-shadow:0 10px 28px #0e749014}.analytics-header h1{margin:0 0 .25rem;font-size:1.3rem}.analytics-controls{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.analytics-window{width:auto;min-width:120px}.summary-cards-seller{gap:.8rem}.seller-kpi-card{border-radius:14px;border:1px solid #e2e8f0;background:linear-gradient(180deg,#fff,#f8fbff);box-shadow:0 8px 20px #0f172a0d}.seller-kpi-card h3{color:#475569;font-size:.8rem;letter-spacing:.02em;text-transform:uppercase}.seller-kpi-card p{color:#0f172a;font-size:1.35rem}.analytics-two-col{display:grid;grid-template-columns:1fr;gap:.7rem;margin-top:.7rem}.analytics-admin-panel{margin-top:0;min-height:260px;padding:.9rem}.analytics-admin-panel-trend{margin-top:.7rem;min-height:300px}.analytics-admin-panel-sm{min-height:200px}.analytics-seller-row{display:grid;grid-template-columns:1fr;gap:.7rem;align-items:stretch}.analytics-seller-business-grid{display:grid;grid-template-columns:1fr;gap:.7rem}.analytics-seller-panel{border-radius:16px;border:1px solid #e2e8f0;box-shadow:0 10px 24px #0f172a0d;background:#fff}.analytics-panel-head{display:grid;gap:.22rem;margin-bottom:.4rem}.analytics-seller-returns{background:linear-gradient(180deg,#fffef8,#fff)}.analytics-seller-financial-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.analytics-financial-card{display:grid;gap:.2rem;padding:.55rem .6rem;border-radius:10px;border:1px solid #e2e8f0;background:#f8fafc}.analytics-financial-card strong{font-size:1.02rem;color:#0f172a}.analytics-list{list-style:none;padding:0;margin:0;display:grid;gap:.35rem}.analytics-list li{display:flex;justify-content:space-between;align-items:center;border-bottom:1px dashed #dbe5ef;padding-bottom:.3rem}@media (min-width: 901px){.admin-reports-toolbar{grid-template-columns:1fr auto;align-items:center}.analytics-two-col{grid-template-columns:repeat(2,minmax(0,1fr))}.analytics-seller-row{grid-template-columns:minmax(260px,1.6fr) minmax(220px,1.2fr) minmax(200px,1fr)}.analytics-seller-business-grid{grid-template-columns:minmax(260px,1.2fr) minmax(260px,1fr)}}.table-wrap{overflow:auto;border-radius:12px;border:1px solid var(--border);background:var(--surface);box-shadow:0 8px 22px #0f172a0a}table.simple,table.table{width:100%;border-collapse:collapse;font-size:.9rem}table.simple thead,table.table thead{background:#f8fafc}table.simple th,table.simple td,table.table th,table.table td{padding:.72rem;border-bottom:1px solid var(--border);text-align:left;vertical-align:top}table.simple tbody tr:last-child td,table.table tbody tr:last-child td{border-bottom:none}.card.card-table{padding:0;overflow:hidden}.subpage-shell{gap:clamp(.75rem,2vw,1.25rem)}.subpage-shell>h1{margin:0;font-size:var(--heading-page)}.subpage-shell>.muted.page-home-subtitle{margin:0}.marketplace-filters-card,.marketplace-stats-card,.marketplace-advanced-filters,.marketplace-products-section{width:100%}.marketplace-stats-card .market-quick-strip{margin:0;padding:0;width:100%}.marketplace-advanced-filters .market-filters-flat{max-width:100%;margin:0}.market-category-group-title{margin:0 0 .65rem;font-size:var(--text-lg);color:#17324a}.marketplace-pagination{justify-content:center;flex-wrap:wrap;gap:.65rem;margin-top:.25rem}.page-home-compact.subpage-shell .market-hero-search{margin-top:0}.subpage-head{display:grid;gap:.25rem;padding:.75rem .9rem}.subpage-head h1{margin:0;font-size:1.28rem}.subpage-head .muted{margin:0;font-size:.88rem}.cart-empty{max-width:520px;margin:0 auto;text-align:center;padding:2rem 1.5rem 2.25rem}.cart-empty-icon{width:72px;height:72px;margin:0 auto 1rem;border-radius:18px;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#f0f9ff,#e0f2fe);border:1px solid rgba(14,165,233,.25);color:#0369a1}.cart-empty-icon svg{width:34px;height:34px;opacity:.92}.cart-empty h1{margin:0 0 .45rem;font-size:1.45rem}.cart-empty .cart-empty-lead{margin:0 0 1.35rem;font-size:.95rem;line-height:1.55}.cart-empty-actions{display:flex;flex-direction:column;gap:.55rem;align-items:stretch}@media (min-width: 480px){.cart-empty-actions{flex-direction:row;justify-content:center;flex-wrap:wrap}.cart-empty-actions .btn{min-width:160px}}.cart-empty-hint{margin:1.25rem 0 0;font-size:.82rem}.seller-dashboard-shell{gap:1rem}.seller-dashboard-hero{display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column;gap:1rem;padding:1.15rem 1.1rem;border:1px solid rgba(14,165,233,.24);background:linear-gradient(125deg,#f8fdff,#eef7ff 58%,#fff);box-shadow:0 10px 26px #0e749017}@media (min-width: 901px){.seller-dashboard-hero{align-items:flex-end;flex-direction:row}}.seller-dashboard-hero h1{margin:.2rem 0}.seller-dashboard-eyebrow{margin:0;text-transform:uppercase;letter-spacing:.08em;font-size:.72rem;font-weight:700;color:#0e7490}.seller-dashboard-hero-actions{display:flex;gap:.5rem;flex-wrap:wrap}.seller-dashboard-actions{display:grid;grid-template-columns:1fr;gap:.75rem}@media (min-width: 641px){.seller-dashboard-actions{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 901px){.seller-dashboard-actions{grid-template-columns:repeat(4,minmax(0,1fr))}}.seller-dashboard-action-card{display:grid;gap:.55rem}.seller-dashboard-action-card h3,.seller-dashboard-action-card p{margin:0}.subpage-list{display:grid;gap:.6rem}.subpage-notice-card{padding:.72rem .9rem}.table-wrap-card{border-radius:10px}.section-head{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.85rem;margin-bottom:.8rem}.panel-form{display:grid;grid-template-columns:1fr;gap:.9rem 1rem}.panel-form .full{grid-column:1 / -1}.seller-product-variant-row{display:grid;grid-template-columns:1fr;gap:.45rem;margin-bottom:.7rem;padding:.65rem;border:1px solid var(--border);border-radius:10px;background:#f8fafc}.seller-product-variant-remove{width:100%}.seller-product-media-row{display:grid;grid-template-columns:1fr;gap:.6rem;align-items:start}.seller-product-media-fields{display:grid;grid-template-columns:1fr;gap:.35rem;margin-top:.35rem}.seller-product-media-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.35rem}.seller-products-page{padding-bottom:5rem}.seller-products-top{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.seller-products-top h1{margin:0}.seller-products-subtitle{margin:.25rem 0 0;font-size:.9rem}.seller-products-add-btn{flex-shrink:0;white-space:nowrap}.seller-products-banner{margin-bottom:.75rem;padding:.65rem .8rem;border-color:#bfdbfe;background:#eff6ff}.seller-products-banner p{margin:0;font-size:.9rem}.seller-products-toolbar{display:grid;gap:.65rem;margin-bottom:.75rem;padding:.7rem .8rem}.seller-products-search{width:100%;min-height:42px}.seller-products-filters{display:flex;flex-wrap:wrap;gap:.45rem}.seller-products-filter-chip{border:1px solid var(--border);border-radius:999px;background:#fff;padding:.38rem .72rem;font-size:.86rem;font-weight:600;color:#334155;cursor:pointer}.seller-products-filter-chip.active{border-color:#20abe28c;background:#20abe21f;color:#0f4c5c}.seller-products-filter-count{margin-left:.2rem;font-weight:700}.seller-products-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem;margin-bottom:.75rem}.seller-products-stat{padding:.65rem .75rem}.seller-products-stats .muted{margin:0 0 .15rem;font-size:.78rem}.seller-products-stats strong{font-size:1.1rem}.seller-products-list{padding:.65rem .7rem .75rem}.seller-products-list-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.65rem}.seller-products-select-all{display:inline-flex;align-items:center;gap:.4rem;font-size:.88rem;font-weight:600;cursor:pointer}.seller-products-list-count{margin:0;font-size:.82rem}.seller-products-list-head-spacer{flex:1 1 auto;min-width:0}.seller-products-empty{display:grid;gap:.75rem;justify-items:start;padding:1.25rem .35rem}.seller-products-list-body{max-height:min(62dvh,720px);overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.seller-products-grid{list-style:none;margin:0;padding:0;display:grid;gap:.55rem}.seller-catalog-sentinel{height:1px;width:100%;pointer-events:none}.seller-catalog-load-more{display:flex;align-items:center;justify-content:center;gap:.55rem;padding:.85rem .5rem .35rem}.seller-catalog-load-spinner{width:1.35rem;height:1.35rem;border:2px solid rgba(32,171,226,.22);border-top-color:var(--accent);border-radius:50%;animation:seller-catalog-spin .65s linear infinite;flex-shrink:0}.seller-catalog-load-label{font-size:.84rem}@keyframes seller-catalog-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion: reduce){.seller-catalog-load-spinner{animation:none;border-top-color:#20abe238}}.seller-product-card{display:grid;grid-template-columns:auto 52px minmax(0,1fr);grid-template-areas:"check thumb body" "check actions actions";gap:.55rem .65rem;align-items:center;padding:.65rem;border:1px solid var(--border);border-radius:12px;background:#fff}.seller-product-card--no-check{grid-template-columns:52px minmax(0,1fr);grid-template-areas:"thumb body" "actions actions"}.seller-product-card.selected{border-color:#20abe28c;background:#20abe20f}.seller-product-card-check{grid-area:check;display:flex;align-items:center}.seller-product-card-thumb{grid-area:thumb;width:52px;height:52px;border-radius:10px;overflow:hidden;background:var(--surface2);display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--muted)}.seller-product-card-thumb img{width:100%;height:100%;object-fit:cover}.seller-product-card-body{grid-area:body;min-width:0}.seller-product-card-title{display:block;font-weight:700;font-size:.95rem;color:inherit;text-decoration:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.seller-product-card-title:hover{text-decoration:underline}.seller-product-card-meta{display:flex;flex-wrap:wrap;gap:.28rem;margin-top:.2rem;font-size:.82rem;color:#475569}.seller-product-stock-low{color:#b45309;font-weight:700}.seller-product-badge{display:inline-block;margin-top:.3rem;padding:.12rem .45rem;border-radius:999px;background:#f1f5f9;font-size:.72rem;font-weight:700;color:#475569}.seller-product-card-actions{grid-area:actions;display:flex;gap:.4rem;flex-wrap:wrap}.seller-product-card-actions .btn{flex:1 1 auto;min-height:40px}.seller-products-bulk-bar{position:fixed;left:50%;bottom:max(.75rem,env(safe-area-inset-bottom));transform:translate(-50%);z-index:40;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;width:min(560px,calc(100vw - 1.25rem));padding:.55rem .65rem;border-radius:14px;border:1px solid var(--border);background:#fffffff5;box-shadow:0 12px 30px #0f172a24;font-size:.9rem;font-weight:600}@keyframes seller-drawer-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes seller-drawer-panel-in{0%{transform:translate3d(100%,0,0)}to{transform:translateZ(0)}}.seller-products-drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:44;border:none;background:#0f172a6b;cursor:pointer;animation:seller-drawer-backdrop-in .16s ease-out both}.seller-products-drawer{position:fixed;z-index:45;top:0;right:0;bottom:0;width:min(560px,100vw);height:100dvh;max-height:100dvh;display:flex;flex-direction:column;background:#fff;box-shadow:-12px 0 40px #0f172a29;will-change:transform;animation:seller-drawer-panel-in .2s cubic-bezier(.22,1,.36,1) both}@media (prefers-reduced-motion: reduce){.seller-products-drawer-backdrop,.seller-products-drawer{animation:none}}.seller-form-day-chips{display:flex;gap:.4rem;flex-wrap:wrap}.seller-products-drawer-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.85rem .9rem;border-bottom:1px solid var(--border);flex-shrink:0}.seller-products-drawer-head h2{margin:0;font-size:1.05rem}.seller-products-drawer-close{min-width:40px;min-height:40px;padding:0;font-size:1.35rem;line-height:1}.seller-products-drawer-body{flex:1 1 auto;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:.85rem .9rem 1rem}.seller-products-drawer-foot{display:flex;gap:.5rem;flex-wrap:wrap;padding:.75rem .9rem;padding-bottom:max(.75rem,env(safe-area-inset-bottom));border-top:1px solid var(--border);background:#fff;flex-shrink:0}.seller-products-drawer-foot .btn-primary{flex:1 1 auto;min-height:44px}.seller-products-inline-notice{border-radius:10px;border:1px solid #cde7d8;background:#effaf3;color:#166534;padding:.55rem .75rem;margin-bottom:.6rem;font-size:.9rem}.seller-products-inline-notice.error{border-color:#f6c4c4;background:#fff2f2;color:#9f1239}.seller-products-inline-notice.ok{border-color:#cde7d8}.confirm-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:48;border:none;background:#0f172a7a;cursor:pointer;animation:seller-drawer-backdrop-in .16s ease-out both}.confirm-modal{position:fixed;z-index:49;left:50%;top:50%;transform:translate(-50%,-50%);width:min(420px,calc(100vw - 1.5rem));padding:1.1rem 1.15rem 1rem;border:1px solid var(--border);border-radius:14px;background:#fff;box-shadow:0 22px 48px #0f172a2e;animation:confirm-modal-in .2s cubic-bezier(.22,1,.36,1) both}@keyframes confirm-modal-in{0%{opacity:0;transform:translate(-50%,calc(-50% + 10px)) scale(.98)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.confirm-modal-title{margin:0 0 .45rem;font-size:1.08rem}.confirm-modal-message{margin:0 0 1rem;color:#475569;line-height:1.5;font-size:.94rem}.confirm-modal-actions{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:flex-end}.confirm-modal-actions .btn{min-height:44px}@media (max-width: 760px){.confirm-modal-actions{flex-direction:column-reverse;align-items:stretch}.confirm-modal-actions .btn{width:100%;justify-content:center}}@media (prefers-reduced-motion: reduce){.confirm-modal,.confirm-modal-backdrop{animation:none}}.seller-products-table{padding:.55rem}.seller-products-table-toolbar{display:flex;justify-content:space-between;align-items:center;gap:.6rem;margin-bottom:.6rem;flex-wrap:wrap}.seller-products-table-toolbar .muted{margin:0}@media (max-width: 760px){.dash-main{padding-inline:max(.75rem,env(safe-area-inset-left)) max(.75rem,env(safe-area-inset-right))}.section-head{flex-direction:column;align-items:stretch}.section-head>.btn,.section-head>a.btn{width:100%;min-height:44px;justify-content:center}.seller-products-page{padding-bottom:max(5rem,calc(4.5rem + env(safe-area-inset-bottom)))}.seller-products-top{flex-direction:column;align-items:stretch}.seller-products-add-btn{width:100%;min-height:44px;justify-content:center}.seller-products-toolbar{padding:.65rem .7rem}.seller-products-filters{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:.1rem;margin-inline:-.15rem;padding-inline:.15rem}.seller-products-filters::-webkit-scrollbar{display:none}.seller-products-filter-chip{flex-shrink:0;min-height:40px}.seller-products-stats{gap:.4rem}.seller-products-stat{padding:.55rem .6rem}.seller-products-stats strong{font-size:1rem}.seller-products-list{padding:.55rem .55rem .65rem}.seller-product-card{padding:.75rem;gap:.6rem .55rem}.seller-product-card:has(.seller-product-card-check){grid-template-columns:auto 48px minmax(0,1fr);grid-template-areas:"check thumb body" "actions actions actions"}.seller-product-card--no-check{grid-template-columns:48px minmax(0,1fr)}.seller-product-card-thumb{width:48px;height:48px}.seller-product-card-title{white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.3}.seller-product-card-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem}.seller-product-card-actions .btn{min-height:44px;width:100%;flex:none}.seller-products-bulk-bar{flex-direction:column;align-items:stretch;width:calc(100vw - 1rem)}.seller-products-bulk-bar .btn{min-height:44px;width:100%;justify-content:center}.seller-products-drawer{left:0;width:100%;max-width:100%;box-shadow:none}.seller-products-drawer-head{padding-top:max(.85rem,env(safe-area-inset-top))}.seller-products-drawer-foot{flex-direction:column;align-items:stretch}.seller-products-drawer-foot .btn,.seller-products-drawer-foot .btn-primary{width:100%;min-height:44px;flex:none}.seller-products-drawer-foot .btn-primary{order:-1}.seller-form-day-chips{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:.15rem}.seller-form-day-chips::-webkit-scrollbar{display:none}.seller-form-day-chips .btn{flex-shrink:0;min-height:40px}.seller-product-media-actions{grid-template-columns:1fr}.table-wrap{-webkit-overflow-scrolling:touch}table.simple th,table.simple td,table.table th,table.table td{padding:.55rem .6rem;font-size:.84rem}}@media (min-width: 761px){.seller-products-toolbar{grid-template-columns:1fr auto;align-items:center}.seller-product-card{grid-template-columns:auto 56px minmax(0,1fr) auto;grid-template-areas:"check thumb body actions";align-items:center}.seller-product-card--no-check{grid-template-columns:56px minmax(0,1fr) auto;grid-template-areas:"thumb body actions";align-items:center}.seller-product-card-actions{justify-content:flex-end;flex-wrap:nowrap}.seller-product-card-actions .btn{flex:0 0 auto;min-width:72px}.panel-form{grid-template-columns:repeat(2,minmax(0,1fr))}.seller-product-variant-row{grid-template-columns:1fr 1fr 1fr 90px auto;align-items:end;padding:0;border:none;background:transparent}.seller-product-variant-remove{width:auto}.seller-product-media-row{grid-template-columns:72px 1fr auto;align-items:center}.seller-product-media-fields{grid-template-columns:repeat(3,minmax(110px,1fr))}.seller-product-media-actions{display:flex;flex-wrap:wrap;justify-content:flex-end}}.product-card{display:flex;flex-direction:column;height:100%;min-width:0;width:100%;max-width:100%;overflow:hidden;padding:.75rem .85rem}.product-card-link{text-decoration:none;color:inherit;display:block;flex:1;min-width:0}.product-card .muted{font-size:.82rem}.product-card-actions{margin-top:auto;padding-top:.6rem;border-top:1px solid var(--border);min-width:0;width:100%;max-width:100%}.product-card-buyrow{display:flex;flex-direction:column;gap:.5rem;align-items:stretch;min-width:0;width:100%}.product-card-btnrow{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;align-items:stretch;width:100%}.product-card-qtypicker{display:flex;align-items:center;justify-content:space-between;gap:.35rem;padding:.25rem;border:1px solid var(--border);border-radius:999px;background:var(--surface2);min-width:0;width:100%;max-width:100%}.product-card-qty-input{flex:1;width:auto;min-width:2.25rem;max-width:4.5rem;text-align:center;border-radius:999px;border:1px solid transparent;background:transparent;padding:.25rem .2rem;font-size:.95rem;font-weight:600;-moz-appearance:textfield}.product-card-qty-input::-webkit-outer-spin-button,.product-card-qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-card-qty-input:focus{outline:none;border-color:#20abe28c;box-shadow:0 0 0 4px #20abe224}.product-card-add-btn{min-width:0;width:100%;justify-content:center;border-radius:999px;white-space:normal;max-width:100%}.product-card-incart{display:flex;flex-direction:column;gap:.5rem;min-width:0;width:100%}.product-card-stepper{display:flex;align-items:center;justify-content:space-between;gap:.35rem;padding:.25rem;border:1px solid var(--border);border-radius:999px;background:var(--surface2);min-width:0;width:100%;max-width:100%}.product-card-qty-btn{min-width:2.25rem;padding:.25rem .45rem;border-radius:999px}.product-card-qty-value{font-size:.95rem;font-weight:600;min-width:2.25rem;text-align:center}.product-card-checkout-btn{border-radius:999px;white-space:normal;padding:.45rem .85rem;max-width:100%;width:100%}.product-card-contact-btn{background:#eef1f4;border-color:#d4dbe4;color:#334155}.product-card-contact-btn:hover:not(:disabled){background:#e6ebf1}.product-card-media{position:relative;overflow:hidden}.product-card-carousel-track{height:100%;display:flex;width:100%;transition:transform .26s ease;will-change:transform}.product-card-carousel-slide{min-width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--surface2)}.product-card-carousel-btn{position:absolute;top:50%;transform:translateY(-50%);width:24px;height:24px;border-radius:999px;border:1px solid rgba(100,116,139,.45);background:#6b728073;color:#e5e7eb;font-size:.82rem;line-height:1;display:inline-flex;align-items:center;justify-content:center;z-index:2}.product-card-carousel-btn.left{left:6px}.product-card-carousel-btn.right{right:6px}.product-card-carousel-dots{position:absolute;bottom:6px;left:50%;transform:translate(-50%);display:inline-flex;gap:4px;z-index:2}.product-card-carousel-dot{width:6px;height:6px;border-radius:999px;background:#94a3b8b3;border:1px solid rgba(100,116,139,.5)}.product-card-carousel-dot.active{background:#6b7280;border-color:#6b7280}.product-card-badge{position:absolute;top:10px;right:10px;min-width:24px;height:24px;padding:0 7px;border-radius:999px;background:#20abe2f2;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:.82rem;font-weight:800;box-shadow:0 8px 22px #0208172e}.product-card-media{aspect-ratio:16/11;border-radius:10px;overflow:hidden;background:var(--surface2);margin-bottom:.55rem}.product-card-media img{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;object-position:center}.product-card-title{font-weight:600;overflow-wrap:anywhere;font-size:.98rem}.product-detail-head{margin-bottom:.75rem}.product-detail-top{display:grid;grid-template-columns:1fr;gap:1.25rem;align-items:start;max-width:760px;margin:0 auto}.product-detail-media{min-height:280px;max-height:420px;overflow:hidden;padding:0;display:flex;align-items:center;justify-content:center;background:var(--surface2)}.product-detail-media img{width:100%;height:100%;max-height:420px;object-fit:contain}.product-media-thumbs{display:flex;gap:.45rem;margin-top:.35rem;overflow-x:auto;padding-bottom:.15rem}.product-media-thumb{width:66px;height:54px;border:1px solid var(--border);border-radius:8px;overflow:hidden;background:var(--surface2);padding:0;flex:0 0 auto}.product-media-thumb img,.product-media-thumb video{width:100%;height:100%;object-fit:cover}.product-media-thumb.active{border-color:var(--accent);box-shadow:0 0 0 3px #20abe224}.product-detail-main{display:grid;gap:.75rem;min-width:0}.product-detail-title{margin:0}.product-detail-price{padding:.75rem .9rem}.product-detail-price-value{margin:0;font-size:1.55rem;font-weight:700;color:var(--accent)}.product-detail-description{margin:0;color:#334155}.product-buy-box{position:static;height:fit-content;align-self:start}.product-buy-stock{margin:0;font-weight:600}.product-buy-actions{display:flex;gap:.5rem;align-items:center;margin-top:1rem;flex-wrap:wrap}.product-buy-qty{display:flex;align-items:center;gap:.35rem;border:1px solid var(--border);border-radius:999px;padding:.2rem;background:var(--surface2)}.product-buy-qty-btn{min-width:2rem;padding:.2rem .45rem;border-radius:999px}.product-buy-qty-input{width:76px;text-align:center;border:1px solid transparent;background:transparent;padding:.3rem .2rem;-moz-appearance:textfield}.product-buy-qty-input::-webkit-outer-spin-button,.product-buy-qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-reviews{margin-top:2rem}.checkout-shell{display:grid;grid-template-columns:1fr;gap:1rem;align-items:start}.checkout-main h1{margin:0 0 .35rem}.checkout-items{display:grid;gap:.55rem;margin-top:.75rem}.checkout-item{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:.65rem;align-items:center;padding:.55rem .65rem;border:1px solid var(--border);border-radius:10px;background:var(--surface2)}.checkout-summary{position:static}.checkout-summary-row{display:flex;justify-content:space-between;align-items:center;padding:.45rem 0;border-bottom:1px solid var(--border)}.checkout-submit{width:100%;margin-top:.85rem}.checkout-back-link{display:inline-block;margin-top:.8rem;font-size:.9rem}@media (min-width: 1081px){.product-detail-top{grid-template-columns:minmax(320px,520px) minmax(360px,1fr) minmax(280px,320px);max-width:1180px}.product-detail-media{min-height:320px;max-height:520px}.product-media-thumbs{margin-top:.45rem}.product-detail-media img{max-height:520px}.product-buy-box{position:sticky;top:92px}.checkout-shell{grid-template-columns:minmax(0,1fr) 320px}.checkout-summary{position:sticky;top:86px}}.seller-badge{display:inline-block;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:.2rem .5rem;border-radius:6px;vertical-align:middle}.seller-badge-verified{background:#20abe224;color:var(--accent-dim)}.seller-badge-new{background:var(--surface2);color:var(--muted)}.seller-badge-premium{background:linear-gradient(135deg,#fbbf2459,#f59e0b73);color:#92400e}.customer-chat-launcher-wrap{position:fixed;right:max(1rem,env(safe-area-inset-right));bottom:max(1rem,env(safe-area-inset-bottom));z-index:45;display:inline-flex;align-items:center;justify-content:center}.customer-chat-launcher{position:relative;right:auto;bottom:auto;z-index:1;border-radius:999px;box-shadow:0 14px 28px #20abe259;width:2.45rem;height:2.45rem;min-width:2.45rem;padding:0}.customer-chat-launcher-badge{position:absolute;top:-.2rem;right:-.2rem;min-width:1.05rem;height:1.05rem;padding:0 .28rem;border-radius:999px;background:#dc2626;color:#fff;font-size:.62rem;font-weight:800;line-height:1.05rem;text-align:center;box-shadow:0 2px 6px #dc262673;pointer-events:none;z-index:2}.customer-chat-launcher-icon{width:1.1rem;height:1.1rem;fill:currentColor}.customer-chat-widget{position:fixed;z-index:46;display:flex;flex-direction:column;width:min(720px,calc(100vw - 1.25rem - env(safe-area-inset-left) - env(safe-area-inset-right)));--customer-chat-widget-max-h: min( 560px, calc(100dvh - 1.25rem - env(safe-area-inset-top) - env(safe-area-inset-bottom)) );max-height:var(--customer-chat-widget-max-h);border:1px solid rgba(226,232,240,.7);border-radius:16px;background:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 18px 44px #11182726;overflow:hidden;box-sizing:border-box}.customer-chat-widget:not(.customer-chat-widget--collapsed){height:var(--customer-chat-widget-max-h)}.customer-chat-widget--keyboard .chat-quick-replies{display:none}.customer-chat-mobile-scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1199;background:#fff;touch-action:none}.customer-chat-widget--mobile-fullscreen{z-index:1200;left:0!important;top:0!important;right:0!important;bottom:0!important;width:100%!important;max-width:none;height:100dvh!important;max-height:100dvh!important;border-radius:0;border:none;box-shadow:none;--customer-chat-widget-max-h: 100dvh}.customer-chat-widget--mobile-fullscreen:not(.customer-chat-widget--collapsed){height:100dvh!important}.customer-chat-widget--mobile-fullscreen.customer-chat-widget--keyboard{top:var(--chat-vv-top, 0)!important;left:var(--chat-vv-left, 0)!important;width:var(--chat-vv-width, 100%)!important;height:var(--chat-vv-height, 100dvh)!important;max-height:var(--chat-vv-height, 100dvh)!important}.customer-chat-widget--mobile-fullscreen .customer-chat-header{cursor:default;touch-action:manipulation;-webkit-user-select:auto;user-select:auto;flex-wrap:nowrap;align-items:center;gap:.35rem;padding:.5rem .65rem;padding-top:max(.5rem,env(safe-area-inset-top))}.customer-chat-widget--mobile-fullscreen .customer-chat-header:active{cursor:default}.customer-chat-widget--mobile-fullscreen .customer-chat-header-main{align-items:center;min-width:0}.customer-chat-widget--mobile-fullscreen .customer-chat-header-actions{width:auto;flex-shrink:0;flex-wrap:nowrap}.customer-chat-widget--mobile-fullscreen .customer-chat-title-wrap strong{font-size:.95rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customer-chat-widget--mobile-fullscreen .customer-chat-status{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customer-chat-widget--mobile-fullscreen .customer-chat-body{flex:1 1 auto;min-height:0;grid-template-rows:minmax(0,1fr)}.customer-chat-body[data-inbox-only=true] .chat-list-panel{min-height:0;height:100%}.customer-chat-widget--mobile-fullscreen .customer-chat-content{padding:0;flex:1 1 auto;min-height:0}.customer-chat-widget--mobile-fullscreen .customer-chat-window{border:none;border-radius:0;flex:1 1 auto;min-height:0}.customer-chat-widget--mobile-fullscreen .chat-main-header,.customer-chat-widget--mobile-fullscreen .chat-quick-replies{display:none}.customer-chat-widget--mobile-fullscreen .chat-message-input .chat-send-btn{min-width:40px;width:40px;padding:0}.customer-chat-widget--mobile-fullscreen .chat-message-input .chat-send-btn-label{display:none}.customer-chat-widget--mobile-fullscreen .chat-message-input .chat-send-btn-icon{display:block}@media (max-width: 900px){.customer-chat-body[data-thread-open=true] .chat-main-header{display:none}}.customer-chat-widget--collapsed{cursor:grab;touch-action:none}.customer-chat-widget--collapsed:active{cursor:grabbing}.customer-chat-header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:.5rem;padding:.75rem .85rem;border-bottom:1px solid rgba(226,232,240,.8);background:linear-gradient(120deg,#fffffff0,#f4fafff2);cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;flex-shrink:0}.customer-chat-widget--collapsed .customer-chat-header{border-bottom:none;cursor:inherit;touch-action:inherit}.customer-chat-widget--collapsed .customer-chat-header .btn{cursor:pointer;touch-action:manipulation}.customer-chat-header:active{cursor:grabbing}@media (min-width: 641px){.customer-chat-header{flex-wrap:nowrap;align-items:center}}.customer-chat-header-main{display:flex;align-items:flex-start;gap:.35rem;flex:1 1 auto;min-width:0}.customer-chat-inbox-back{flex-shrink:0;padding:.34rem .55rem;border-radius:999px;font-size:.8rem;white-space:nowrap}@media (min-width: 901px){.customer-chat-inbox-back{display:none}}.customer-chat-title-wrap{display:grid;gap:.12rem;min-width:0}.customer-chat-header-actions{display:flex;gap:.35rem;width:100%;justify-content:flex-end;flex-wrap:wrap}@media (min-width: 641px){.customer-chat-header-actions{width:auto;justify-content:flex-start}}.customer-chat-header-btn{padding:.34rem .65rem;border-radius:999px;font-size:.8rem}.customer-chat-body{display:grid;grid-template-columns:1fr;grid-template-rows:minmax(0,min(42dvh,260px)) minmax(0,1fr);flex:1 1 auto;min-height:0;overflow:hidden;align-items:stretch}@media (min-width: 901px){.customer-chat-body{grid-template-columns:minmax(200px,250px) minmax(0,1fr);grid-template-rows:minmax(0,1fr)}}@media (max-width: 900px){.customer-chat-body{grid-template-rows:minmax(0,1fr)}.customer-chat-body[data-thread-open=true] .chat-list-panel{display:none}.customer-chat-body:not([data-thread-open=true]) .customer-chat-content{display:none}}.customer-chat-status{font-size:.76rem;font-weight:600}.customer-chat-status.online{color:var(--ok)}.customer-chat-status.offline{color:var(--muted)}.customer-chat-sidebar{border-right:none;border-bottom:1px solid var(--border);padding:.65rem .7rem;overflow:hidden;overscroll-behavior:none;background:#fff}@media (min-width: 901px){.customer-chat-sidebar{border-right:1px solid var(--border);border-bottom:none}}.chat-list-panel{display:flex;flex-direction:column;min-height:0;min-width:0;height:100%;overflow:hidden;overscroll-behavior:none;border-bottom:1px solid var(--border);padding:.5rem .55rem .55rem;background:#fff;box-sizing:border-box}@media (min-width: 901px){.chat-list-panel{border-bottom:none;border-right:1px solid var(--border);padding:.65rem .7rem}}.customer-chat-content{padding:.5rem;overflow:hidden;background:#fff;min-width:0;min-height:0;display:flex;flex-direction:column;box-sizing:border-box}@media (min-width: 641px){.customer-chat-content{padding:.7rem}}.customer-chat-conversations{display:grid;gap:.45rem}.customer-chat-conversation-btn{border:1px solid rgba(226,232,240,.8);border-radius:10px;background:#ffffffe6;text-align:left;padding:.5rem .6rem;display:flex;align-items:center;justify-content:space-between;gap:.45rem}.customer-chat-conversation-btn:hover{border-color:#20abe273;background:#20abe214}.customer-chat-conversation-btn.active{border-color:#20abe299;background:#20abe224}.customer-chat-conversation-name{font-size:.9rem;font-weight:600}.customer-chat-conversation-time{white-space:nowrap}.customer-chat-window{border:1px solid rgba(226,232,240,.85);border-radius:12px;background:#fff;display:flex;flex-direction:column;flex:1 1 auto;min-height:0;min-width:0;overflow:hidden}.customer-chat-messages-scroll{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding:.65rem .55rem;background:#efeae2}.customer-chat-ai-tip{border-top:1px solid rgba(226,232,240,.9);padding:.65rem .75rem;background:#f8fbfff2}.customer-chat-ai-tip strong{font-size:.84rem;color:var(--accent-dim)}.customer-chat-ai-tip .muted{margin:.3rem 0 0;font-size:.82rem}.customer-chat-composer{display:flex;gap:.5rem;padding:.6rem;border-top:1px solid rgba(226,232,240,.9);background:#fff}.customer-chat-send-btn{min-width:82px}.chat-list-panel h4{flex-shrink:0;margin:0 0 .5rem;color:#111827;font-size:.92rem;font-weight:600}.chat-inbox-scroll{overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:pan-y}.chat-list-items{display:grid;gap:.5rem;min-width:0;align-content:start;flex:1 1 auto;min-height:0}.chat-list-items.chat-inbox-scroll{overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:pan-y}.messages-inbox-page{display:flex;flex-direction:column;gap:.75rem;min-height:0}.messages-inbox-page .chat-list-panel{flex:1 1 auto;min-height:280px;max-height:min(72dvh,760px);border:1px solid var(--border);border-radius:14px}@media (max-width: 900px){.messages-inbox-page .chat-list-panel{max-height:calc(100dvh - 10rem)}}.messages-chat-page{display:flex;flex-direction:column;gap:.5rem;min-height:min(80dvh,900px)}.messages-chat-page-header{flex-shrink:0}.messages-chat-page-header h1{margin:.5rem 0 0;font-size:1.15rem}.messages-chat-page .customer-chat-window{flex:1 1 auto;min-height:280px;min-width:0}@media (max-width: 900px){.messages-chat-page--mobile{min-height:calc(100dvh - 6rem);max-height:calc(100dvh - 4rem);overflow:hidden}.messages-chat-page--mobile.messages-chat-page--keyboard{min-height:0;max-height:none}.messages-chat-page--mobile .customer-chat-window{min-height:0;border:none;border-radius:0}.messages-chat-page--mobile .chat-main-header{display:none}}.chat-item-wrap{position:relative}.chat-item{width:100%;border:1px solid #e5e7eb;border-radius:14px;background:#fff;display:grid;grid-template-columns:44px 1fr auto;gap:.55rem;align-items:center;padding:.52rem 2.2rem .52rem .52rem;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;min-width:0}.chat-item:hover{transform:translateY(-1px);box-shadow:0 8px 20px #11182714;border-color:#d1d5db}.chat-item.active{border-color:#111;box-shadow:0 8px 20px #1118271a}.chat-item-delete{position:absolute;top:.35rem;right:.35rem;border:1px solid #e2e8f0;border-radius:999px;background:#fff;color:#64748b;font-size:1rem;line-height:1;width:1.7rem;height:1.7rem;padding:0;display:inline-flex;align-items:center;justify-content:center;z-index:1}.chat-item-delete:hover{border-color:#fca5a5;color:#dc2626;background:#fff1f2}.chat-item-thumb{width:44px;height:44px;border-radius:10px;overflow:hidden;background:#f3f4f6;display:grid;place-items:center;color:#6b7280;font-size:.85rem;font-weight:700}.chat-item-thumb img{width:100%;height:100%;object-fit:cover}.chat-item-main{min-width:0}.chat-item-top{display:flex;justify-content:space-between;gap:.4rem;align-items:center;color:#111827;font-size:.8rem}.chat-item-sub,.chat-item-preview{color:#6b7280;font-size:.76rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-item-unread{min-width:20px;height:20px;border-radius:999px;background:#111;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:700;padding:0 .25rem}.chat-main-header{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:.7rem;padding:.65rem .75rem;border-bottom:1px solid #e5e7eb;background:#fff;flex-shrink:0}@media (min-width: 641px){.chat-main-header{align-items:center;flex-wrap:nowrap}}.chat-main-header-meta{display:grid;gap:.1rem;min-width:0}.chat-main-header-meta strong{color:#111827;font-size:.95rem;overflow-wrap:anywhere}.chat-view-product-btn{border-radius:999px;padding:.36rem .75rem}@media (max-width: 640px){.chat-view-product-btn{display:none}}.chat-product-preview{margin:.55rem .55rem 0;border:1px solid #e5e7eb;border-radius:14px;padding:.5rem;display:grid;grid-template-columns:44px minmax(0,1fr);gap:.6rem;align-items:center;flex-shrink:0}.chat-product-preview-link{grid-column:1 / -1;justify-self:start;border-radius:999px;padding:.34rem .62rem}@media (min-width: 641px){.chat-product-preview{grid-template-columns:52px 1fr auto}.chat-product-preview-link{grid-column:auto;justify-self:auto}}.chat-product-preview-media{width:52px;height:52px;border-radius:10px;overflow:hidden;background:#f3f4f6}.chat-product-preview-media img{width:100%;height:100%;object-fit:cover}.chat-product-preview-name{font-size:.86rem;font-weight:600;color:#111827}.chat-product-preview-price{font-size:.8rem;color:#6b7280}.chat-message-bubble{border-radius:8px;padding:.45rem .62rem .35rem;box-shadow:0 1px 2px #11182714;animation:chat-fade-in .22s ease}.chat-message-bubble.mine{background:#d9fdd3;border:1px solid #c8f0c0;border-top-right-radius:2px}.chat-message-bubble.theirs{background:#fff;border:1px solid #e8e8e8;border-top-left-radius:2px}.chat-image-message{width:190px;max-width:100%;border-radius:12px;margin-bottom:.35rem;border:1px solid #e5e7eb}.chat-receipt{margin-left:.2rem;font-weight:700}.chat-receipt.sent{color:#9ca3af}.chat-receipt.delivered,.chat-receipt.read{color:#53bdeb}.chat-message-input{display:grid;grid-template-columns:auto 1fr auto;align-items:flex-end;gap:.45rem;padding:.5rem .55rem;padding-bottom:max(.5rem,env(safe-area-inset-bottom));border-top:1px solid #e5e7eb;background:#f0f2f5;min-width:0;flex-shrink:0}.chat-message-input .input{border-radius:999px;min-height:40px;padding-top:.55rem;padding-bottom:.55rem}.customer-chat-widget--keyboard{transition:top .15s ease,height .15s ease,max-height .15s ease}.messages-chat-page--keyboard .customer-chat-window,.messages-chat-page.messages-chat-page--keyboard{flex:1 1 auto;min-height:0}.chat-send-btn{border-radius:999px;min-width:40px;height:40px;padding:0 .75rem;display:inline-flex;align-items:center;justify-content:center}.chat-send-btn-icon{display:none;width:20px;height:20px;fill:currentColor}@media (max-width: 900px){.chat-send-btn{min-width:40px;width:40px;padding:0}.chat-send-btn-label{display:none}.chat-send-btn-icon{display:block}}.chat-attach-btn{border-radius:999px;width:36px;height:36px;padding:0}.chat-quick-replies{display:flex;gap:.35rem;padding:.45rem .65rem;border-top:1px solid #e5e7eb;overflow-x:auto;flex-shrink:0}.chat-quick-replies .btn{border-radius:999px;white-space:nowrap;font-size:.76rem;padding:.28rem .55rem}.typing-indicator{display:inline-flex;align-items:center;gap:.42rem;font-size:.76rem;color:#6b7280;padding:.3rem .52rem;border-radius:999px;background:#f3f4f6}.typing-indicator-dots{display:inline-flex;gap:.2rem}.typing-indicator-dots i{width:4px;height:4px;border-radius:999px;background:#6b7280;animation:chat-typing 1s infinite ease-in-out}.typing-indicator-dots i:nth-child(2){animation-delay:.12s}.typing-indicator-dots i:nth-child(3){animation-delay:.24s}@keyframes chat-typing{0%,80%,to{transform:translateY(0);opacity:.45}40%{transform:translateY(-2px);opacity:1}}@keyframes chat-fade-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.detail-page{justify-items:center}.detail-page>.card,.detail-page>section.card,.detail-page>.page-back-row{width:100%;max-width:var(--detail-max)}.detail-hero{padding:clamp(.65rem,2vw,1rem)}.detail-hero-media{aspect-ratio:4 / 3;max-height:min(52vh,420px);border-radius:10px;overflow:hidden;background:var(--surface2);display:flex;align-items:center;justify-content:center}.detail-hero-media img,.detail-hero-media video{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;object-position:center}.detail-hero-empty{padding:2rem}.detail-media-thumbs{display:flex;gap:.45rem;margin-top:.55rem;overflow-x:auto}.detail-media-thumb{width:clamp(52px,14vw,72px);height:clamp(44px,12vw,58px);border:1px solid var(--border);border-radius:8px;overflow:hidden;padding:0;flex:0 0 auto;background:var(--surface2)}.detail-media-thumb img,.detail-media-thumb video{width:100%;height:100%;object-fit:cover}.detail-media-thumb.active{border-color:var(--accent);box-shadow:0 0 0 3px #20abe224}.product-media-gallery{display:grid;gap:.55rem}.product-media-gallery-hero{position:relative}.product-media-gallery-main{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;object-position:center}.product-media-gallery-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:2.25rem;height:2.25rem;border:none;border-radius:999px;background:#ffffffeb;color:#0f172a;font-size:1.35rem;line-height:1;cursor:pointer;box-shadow:0 4px 14px #0f172a2e;display:flex;align-items:center;justify-content:center}.product-media-gallery-nav.left{left:.5rem}.product-media-gallery-nav.right{right:.5rem}.product-media-gallery-counter{position:absolute;bottom:.5rem;right:.5rem;z-index:2;padding:.2rem .55rem;border-radius:999px;background:#0f172aa6;color:#fff;font-size:var(--text-sm);font-weight:600}.product-media-gallery-thumbs{padding-bottom:.15rem}.detail-main{display:grid;gap:clamp(.55rem,2vw,.85rem)}.detail-title{margin:0;font-size:var(--heading-detail)}.detail-meta{margin:0;font-size:var(--text-sm)}.detail-price{margin:0;font-size:clamp(1.2rem,1rem + 1.2vw,1.55rem);font-weight:700;color:var(--accent)}.detail-unit-hint,.detail-stock{margin:0;font-size:var(--text-sm)}.detail-description{margin:0;color:#334155;line-height:1.55}.detail-field{margin-top:.25rem}.detail-buy{display:grid;gap:.65rem;margin-top:.35rem;padding-top:.75rem;border-top:1px solid var(--border)}.detail-buy-actions{display:flex;flex-wrap:wrap;gap:.5rem}.detail-section-title{margin:0 0 .65rem;font-size:var(--text-lg)}.detail-review-item{padding:.65rem 0;border-bottom:1px solid var(--border)}.detail-review-item:last-child{border-bottom:none}.detail-review-item p{margin:.35rem 0 0}.service-media-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.5rem}.service-media-grid img{width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:10px}.service-card{display:flex;flex-direction:column;height:100%;min-width:0;padding:.85rem;background:linear-gradient(165deg,#fff,#f6fbff 52%,#edf6fc);border-color:#c9dce8;box-shadow:0 10px 26px #0f172a0f;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.service-card:hover{border-color:#20abe26b;box-shadow:0 16px 36px #20abe224;transform:translateY(-2px)}.service-card-media-link{display:block;text-decoration:none;color:inherit;margin-bottom:.65rem;min-width:0;overflow:hidden}.service-card-media{position:relative;width:100%;aspect-ratio:4 / 3;max-height:min(220px,42vw);border-radius:10px;overflow:hidden;background:linear-gradient(145deg,#e8f4fa,#dceef8);border:1px solid rgba(32,171,226,.14);display:flex;align-items:center;justify-content:center;padding:.35rem;box-sizing:border-box}.service-card-media img{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;object-position:center}.service-card-media-placeholder{font-size:var(--text-sm)}.service-card-title{margin:0;font-size:var(--text-lg);font-weight:600;line-height:1.3}.service-card-price{margin:.35rem 0 0;font-size:var(--text-base)}.service-card-price strong{color:var(--accent-dim)}.service-card-meta{margin:.25rem 0 0;font-size:var(--text-sm)}.service-card-info-link{text-decoration:none;color:inherit;display:block;flex:1;min-width:0}.service-card-info-link:hover .service-card-title{color:var(--accent)}.service-card-actions{margin:.75rem -.85rem -.85rem;padding:.75rem .85rem .85rem;border-top:1px solid rgba(32,171,226,.14);background:linear-gradient(180deg,#ffffff59,#20abe212);border-radius:0 0 var(--radius) var(--radius)}.service-card-actions-row{display:grid;grid-template-columns:1fr;gap:.5rem}@media (min-width: 381px){.service-card-actions-row{grid-template-columns:repeat(2,minmax(0,1fr))}}.service-card-btn{min-width:0;width:100%;justify-content:center;border-radius:999px;padding:.52rem .75rem;font-size:var(--text-sm);font-weight:600;letter-spacing:.02em;white-space:nowrap;text-decoration:none}.service-card-btn--book{background:linear-gradient(135deg,var(--accent) 0%,var(--accent-dim) 100%);border-color:transparent;color:#fff;box-shadow:0 8px 20px #20abe252}.service-card-btn--book:hover:not(:disabled){box-shadow:0 12px 26px #20abe266}.service-card-btn--contact{background:#fff;border:1.5px solid rgba(32,171,226,.45);color:var(--accent-dim);box-shadow:0 4px 14px #20abe21a}.service-card-btn--contact:hover:not(:disabled){background:#20abe21a;border-color:var(--accent);color:#0f4c6a}.service-card-error{margin:.45rem 0 0;font-size:var(--text-sm)}.order-status-track{margin:1rem 0 .5rem}.order-status-track--cancelled{color:var(--muted);margin:.75rem 0 0}.order-status-track-bar{height:6px;border-radius:999px;background:var(--border);overflow:hidden;margin-bottom:.75rem}.order-status-track-fill{display:block;height:100%;background:linear-gradient(90deg,var(--accent),#16a34a);border-radius:inherit;transition:width .25s ease}.order-status-track-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(5.5rem,1fr));gap:.35rem .5rem;list-style:none;padding:0;margin:0}.order-status-track-step{font-size:.72rem;line-height:1.25;color:var(--muted)}.order-status-track-step--current{color:var(--text);font-weight:600}.order-status-track-step--done{color:#15803d}.order-total-line{font-weight:700;margin-top:.25rem;font-size:var(--text-lg)}.service-booking-calendar{display:grid;gap:.85rem}.service-booking-calendar-head{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:.75rem}.service-booking-calendar-nav{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem}.service-booking-calendar-week{font-size:var(--text-sm);font-weight:600;min-width:9rem;text-align:center}.service-booking-calendar-days{display:grid;gap:.85rem}.service-booking-calendar-day-title{margin:0 0 .45rem;font-size:var(--text-sm);font-weight:700;color:var(--accent-dim)}.service-booking-calendar-slots{display:flex;flex-wrap:wrap;gap:.4rem}.service-booking-calendar-slot{border:1px solid rgba(32,171,226,.35);background:#fff;color:var(--accent-dim);border-radius:999px;padding:.35rem .7rem;font-size:var(--text-sm);font-weight:600;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .15s ease}.service-booking-calendar-slot:hover:not(:disabled){background:#20abe21a;border-color:var(--accent);transform:translateY(-1px)}.service-booking-calendar-slot.selected{background:linear-gradient(135deg,var(--accent),var(--accent-dim));border-color:transparent;color:#fff;box-shadow:0 6px 16px #20abe247}.service-booking-calendar-slot.booked{background:#f1f5f9;border-color:#e2e8f0;color:#94a3b8;cursor:not-allowed;text-decoration:line-through}.service-booking-selected-time{margin:0;font-size:var(--text-base)}.service-booking-actions{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.chat-product-preview--desktop-only{display:none}@media (min-width: 641px){.chat-product-preview--desktop-only{display:grid}}@media (max-width: 640px){.chat-view-product-btn,.chat-product-preview-link{display:none!important}}.skip-link{position:absolute;left:-9999px;top:0;z-index:1000;padding:.5rem 1rem;background:var(--color-primary, #1a5f4a);color:#fff;text-decoration:none}.skip-link:focus{left:.5rem;top:.5rem}
