:root{--pink:#e91e84;--pink-dark:#c2185b;--pink-soft:#fde7f3;--admin-bg:#1e1e2d;--admin-sidebar:#151521;--text:#111827;--muted:#6b7280;--border:#e6e8ee;--card:#fff;--page:#f5f7fb;--radius-sm:8px;--radius:12px;--radius-lg:16px;--shadow-sm:0 2px 8px #1118270d;--shadow-md:0 8px 24px #11182714;--shadow-lg:0 20px 48px #11182724}*{box-sizing:border-box}body{color:var(--text);background:var(--page);margin:0;font-family:Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer;background:0 0;border:none}.container{max-width:1320px;margin:0 auto;padding:0 24px}main{min-height:58vh}input,select,textarea{border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text);background:#fff;padding:10px 12px;transition:border-color .18s,box-shadow .18s,background-color .18s}input:focus,select:focus,textarea:focus{border-color:#c7cedb;outline:none;box-shadow:0 0 0 3px #11182714}.store-topbar{color:#fff;background:#111;justify-content:space-between;align-items:center;padding:9px 24px;font-size:13px;display:flex}.store-topbar a{color:#e5e7eb;transition:color .18s}.store-topbar a:hover{color:#fff}.store-topbar-announce{text-align:center;padding:9px 48px;display:block;position:relative}.store-topbar-announce span{display:inline-block}.store-topbar-announce .store-topbar-dismiss{color:#fff;padding:4px 8px;line-height:1;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.store-topbar-announce .store-topbar-dismiss:hover{background:#ffffff1f}.account-dropdown{position:relative}.account-dropdown-trigger{color:#374151;border-bottom:2px solid #0000;align-items:center;gap:4px;padding:4px 2px;font-size:14px;transition:color .18s,border-color .18s;display:inline-flex}.account-dropdown-trigger.open,.account-dropdown-trigger:hover{color:#111;border-bottom-color:var(--pink)}.account-dropdown-caret{opacity:.7;font-size:10px;transition:transform .18s}.account-dropdown-trigger.open .account-dropdown-caret{transform:rotate(180deg)}.account-dropdown-panel{z-index:200;background:#fff;border:1px solid #e7ebf3;border-radius:14px;width:min(680px,92vw);padding:18px 20px 16px;position:absolute;top:calc(100% + 12px);right:0;box-shadow:0 18px 48px #0f172a24}.account-dropdown-arrow{background:#fff;border-top:1px solid #e7ebf3;border-left:1px solid #e7ebf3;width:14px;height:14px;position:absolute;top:-7px;right:28px;transform:rotate(45deg)}.account-dropdown-user{border-bottom:1px solid #eef2f7;align-items:center;gap:12px;margin-bottom:14px;padding-bottom:14px;display:flex}.account-dropdown-avatar{width:40px;height:40px;color:var(--pink);background:linear-gradient(135deg,#fce7f3,#fdf2f8);border-radius:50%;justify-content:center;align-items:center;font-size:16px;font-weight:700;display:flex}.account-dropdown-username{color:#111827;font-size:14px;font-weight:600}.account-dropdown-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.account-dropdown-title{color:#111827;border-bottom:1px solid #eef2f7;align-items:center;gap:6px;margin-bottom:10px;padding-bottom:8px;font-size:13px;font-weight:700;display:flex}.account-dropdown-title-icon{font-size:14px}.account-dropdown-link{color:#4b5563;border-radius:6px;margin:0 -8px;padding:7px 8px;font-size:13px;transition:background .15s,color .15s;display:block}.account-dropdown-link:hover{color:#111;background:#f8fafc}.account-dropdown-link.active{color:var(--pink);background:#fdf2f8;font-weight:600}.account-dropdown-footer{border-top:1px solid #eef2f7;justify-content:space-between;align-items:center;gap:12px;margin-top:16px;padding-top:14px;display:flex}.account-dropdown-footer-link{color:#64748b;font-size:13px}.account-dropdown-footer-link:hover{color:var(--pink)}.account-dropdown-logout{padding:6px 12px;font-size:12px}.account-dropdown-email{color:#64748b;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.account-dropdown-guest{gap:10px;min-width:220px;display:grid}.account-dropdown-guest p{color:#64748b;margin:0 0 4px;font-size:13px}.store-header{border-bottom:1px solid var(--border);background:#fff;padding:20px 0}.store-header .container{grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;display:grid}.store-nav{gap:20px;font-size:14px;display:flex}.store-nav a{color:#273142;padding-bottom:4px;transition:color .18s;position:relative}.store-nav a:hover{color:#111}.store-nav a:after{content:"";transform-origin:0;background:#111;width:100%;height:2px;transition:transform .2s;position:absolute;bottom:-2px;left:0;transform:scaleX(0)}.store-nav a:hover:after{transform:scaleX(1)}.store-logo{letter-spacing:1px;color:#b8860b;text-align:center;font-family:Georgia,serif;font-size:36px}.store-actions{justify-content:flex-end;align-items:center;gap:16px;display:flex}.store-actions a{color:#374151;font-size:14px;transition:color .18s}.store-actions a:hover{color:#111}.hero-grid{grid-template-columns:repeat(3,1fr);gap:16px;padding:32px 0;display:grid}.hero-card{background:#ddd 50%/cover;border-radius:12px;min-height:320px;transition:transform .25s,box-shadow .25s;display:block;position:relative;overflow:hidden}.hero-card:hover{transform:translateY(-4px);box-shadow:0 16px 32px #00000029}.hero-card span{text-align:center;color:#fff;text-shadow:0 2px 8px #0006;font-size:24px;font-weight:600;position:absolute;inset:auto 0 24px}.home-gateway{max-width:1100px;margin:0 auto;padding:40px 16px 72px}.home-gateway-title{text-align:center;letter-spacing:.04em;margin:8px 0 28px;font-size:32px;font-weight:600}.home-zone-tabs{flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:28px;display:flex}.home-zone-tab{text-align:center;color:#333;letter-spacing:.06em;border:1px solid #ddd;border-radius:999px;min-width:120px;padding:12px 22px;font-size:15px;transition:background .18s,color .18s,border-color .18s,transform .18s}.home-zone-tab:hover{color:#fff;background:#111;border-color:#111;transform:translateY(-1px)}.home-zone-grid{padding-top:8px}.home-zone-card:after{content:"";pointer-events:none;background:linear-gradient(#0000 45%,#0000008c 100%);position:absolute;inset:0}.home-zone-card span{z-index:1}.home-page{max-width:1440px;margin:0 auto;padding:0 24px 64px}.home-population{max-width:100%;padding-bottom:64px;padding-left:0;padding-right:0}.home-population>.home-audience-bar,.home-population>.home-remark,.home-population>.home-loading{padding-left:24px;padding-right:24px}.home-population-inner{width:min(1200px,100% - 48px);margin:0 auto;padding-bottom:24px}.home-audience-bar{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;padding:20px 0 4px;display:flex}.home-audience-bar a,.home-audience-bar button{letter-spacing:.12em;text-transform:uppercase;color:#888;cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;padding:10px 22px;font-size:14px;text-decoration:none}.home-audience-bar a.is-active,.home-audience-bar button.is-active{color:#111;border-bottom-color:#111;font-weight:600}@media (width<=900px){.home-zone-grid.hero-grid{grid-template-columns:1fr}.hero-card{min-height:220px}.home-gateway-title{font-size:26px}}.home-remark{text-align:center;color:#666;margin:0 0 8px;font-size:15px}.home-loading{text-align:center;color:#888;padding:40px 0}.home-lirv{box-sizing:border-box;grid-template-columns:1fr 1fr;align-items:stretch;gap:16px;width:100%;max-width:none;margin:40px 0;padding:0;display:grid}.home-lirv-grid{grid-template-columns:1fr 1fr;gap:16px;min-height:0;display:grid}.home-lirv-card{background:#eee;min-height:0;display:block;position:relative;overflow:hidden}.home-lirv-card img{object-fit:cover;aspect-ratio:3/4;width:100%;height:100%;display:block}.home-lirv-video{aspect-ratio:3/4;background:#000;min-height:0;position:relative;overflow:hidden}.home-lirv-video video{object-fit:cover;object-position:center center;background:#000;width:128%;max-width:none;height:132%;display:block;position:absolute;top:-16%;left:-14%}.home-bigimg{width:100%;margin:0 auto}.home-bigimg img{object-fit:cover;width:100%;max-height:none;display:block}.home-feature{background:#fff;grid-template-columns:1fr 1fr;align-items:center;gap:0;width:100%;margin:0 auto;display:grid}.home-feature.is-reverse{direction:rtl}.home-feature.is-reverse>*{direction:ltr}.home-feature-media{background:#f3f3f3}.home-feature-media img{object-fit:cover;aspect-ratio:3/4;width:100%;max-height:none;display:block}.home-feature-copy{text-align:center;padding:clamp(24px,5vw,56px) clamp(20px,4vw,48px)}.home-feature-copy h2{letter-spacing:.06em;margin:0 0 14px;font-size:clamp(24px,3vw,36px);font-weight:500}.home-feature-copy p{color:#666;margin:0 0 28px;font-size:15px;line-height:1.7}.home-feature-btn{color:#111;letter-spacing:.08em;text-transform:uppercase;border:1px solid #111;padding:12px 28px;font-size:13px;transition:background .18s,color .18s;display:inline-block}.home-feature-btn:hover{color:#fff;background:#111}.home-goods{width:100%;margin:0 auto;padding:0}.home-goods-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:28px;display:grid}.home-goods-card{color:inherit;min-width:0;text-decoration:none;display:block}.home-goods-media{background:#f5f5f5;overflow:hidden}.home-goods-media img{aspect-ratio:3/4;object-fit:cover;width:100%;transition:transform .35s;display:block}.home-goods-card:hover .home-goods-media img{transform:scale(1.03)}.home-goods-info{text-align:center;padding:14px 4px 0}.home-goods-info .brand{letter-spacing:.06em;text-transform:uppercase;font-size:12px;font-weight:600}.home-goods-info .name{color:#666;min-height:36px;margin:6px 0;font-size:13px;line-height:1.35}.home-goods-info .price{font-size:14px;font-weight:600}.home-goods-more{text-align:center;padding:28px 0 8px}.home-goods-more a{color:#111;letter-spacing:.06em;border-bottom:1px solid #111;padding-bottom:2px;font-size:14px}@media (width<=900px){.home-population-inner{width:calc(100% - 32px)}.home-lirv{grid-template-columns:1fr;gap:12px;margin:24px 0}.home-lirv-grid{gap:12px}.home-lirv-video{aspect-ratio:16/10}.home-feature{grid-template-columns:1fr}.home-feature.is-reverse{direction:ltr}.home-feature.is-reverse .home-feature-media{order:-1}.home-feature-copy{padding:28px 16px}.home-goods-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}}@media (width<=520px){.home-population-inner{width:calc(100% - 24px)}.home-goods-grid{gap:12px}}.product-grid{grid-template-columns:repeat(5,1fr);gap:20px;padding:24px 0 48px;display:grid}.product-grid.shops-grid{grid-template-columns:repeat(6,1fr)}.product-card{border:1px solid var(--border);border-radius:var(--radius);background:#fff;transition:transform .2s,box-shadow .2s;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.product-card img{aspect-ratio:4/5;object-fit:cover;background:#f5f5f5;width:100%}.product-card .info{padding:12px}.product-card .brand{letter-spacing:.5px;font-size:12px;font-weight:700}.product-card .name{color:var(--muted);min-height:36px;margin:6px 0;font-size:13px}.product-card .price{font-weight:700}.btn{border-radius:var(--radius-sm);white-space:nowrap;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;min-height:38px;padding:8px 16px;font-weight:600;transition:all .18s;display:inline-flex}.btn:disabled{opacity:.55;cursor:not-allowed;transform:none!important}.btn-spinner{vertical-align:-2px;border:2px solid;border-right-color:#0000;border-radius:50%;width:14px;height:14px;margin-right:6px;animation:.7s linear infinite btn-spin;display:inline-block}@keyframes btn-spin{to{transform:rotate(360deg)}}.btn:hover{transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn-primary{color:#fff;background:linear-gradient(#1f2937 0%,#111827 100%);box-shadow:0 6px 14px #11182738}.btn-primary:hover{box-shadow:0 10px 18px #1118274d}.btn-pink{background:linear-gradient(180deg, #f23e9a 0%, var(--pink) 100%);color:#fff;box-shadow:0 8px 14px #e91e8447}.btn-pink:hover{box-shadow:0 12px 20px #e91e8457}.btn-outline{color:#1f2937;background:#fff;border:1px solid #d6dbe6}.btn-outline:hover{background:#f9fafc;border-color:#c1c7d4}.btn-sm{min-height:32px;padding:5px 12px;font-size:13px}.btn-ghost{color:inherit;background:0 0;border:1px solid #0000;min-height:32px;padding:5px 10px}.btn-ghost:hover{background:#1118270f}.store-topbar .btn-ghost:hover{background:#ffffff1f}.account-layout{grid-template-columns:240px 1fr;gap:32px;padding:32px 0 64px;display:grid}.account-menu a{border-radius:var(--radius-sm);color:#374151;border:1px solid #0000;margin-bottom:4px;padding:10px 14px;transition:all .18s;display:block}.account-menu a:hover{border-color:var(--border);background:#fff}.account-menu a.active{color:#fff;background:#111}.account-menu h4{color:var(--muted);margin:16px 0 8px;font-size:13px}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:20px}.table{border-collapse:collapse;background:#fff;width:100%}.table th,.table td{border-bottom:1px solid var(--border);text-align:left;padding:12px;font-size:14px}.table th{color:#4b5563;letter-spacing:.2px;background:#f7f8fb;font-weight:700}.table tbody tr:hover{background:#fbfcff}.empty{text-align:center;color:var(--muted);padding:48px 20px}.tabs{flex-wrap:wrap;gap:8px;margin-bottom:16px;display:flex}.tabs button{border:1px solid var(--border);color:#4b5563;background:#fff;border-radius:999px;padding:8px 14px;transition:all .18s}.tabs button:hover{color:#111827;border-color:#c8ced8}.tabs button.active{color:#fff;background:#111;border-color:#111}.admin-shell{background:linear-gradient(#f8fafc 0%,#f4f7fb 100%);height:100vh;display:flex;overflow:hidden}.admin-sidebar{background:var(--admin-sidebar);color:#a2a3b7;overscroll-behavior:contain;flex-shrink:0;width:168px;height:100%;padding:20px 0;overflow-y:auto;box-shadow:8px 0 24px #0f172a1f}.admin-sidebar .logo{color:#fff;margin-bottom:6px;padding:0 14px 18px;font-family:Georgia,serif;font-size:22px}.admin-sidebar section{margin-bottom:8px}.admin-sidebar .section-title{text-transform:uppercase;letter-spacing:1px;color:#6c6d80;padding:8px 14px;font-size:10px}.admin-sidebar a{color:#a2a3b7;border-left:2px solid #0000;padding:9px 14px;font-size:13px;transition:all .18s;display:block}.admin-sidebar a:hover{color:#fff;background:#ffffff0a}.admin-sidebar a.active{background:linear-gradient(90deg, var(--pink) 0%, #f04493 100%);color:#fff;border-left-color:#fff;border-radius:0 14px 14px 0;margin-right:10px}.platform-sidebar{flex-direction:column;padding-bottom:0;display:flex}.platform-sidebar-nav{overscroll-behavior:contain;flex:1;padding-bottom:12px;overflow-y:auto}.platform-sidebar-foot{background:#00000038;border-top:1px solid #ffffff14;flex-shrink:0;margin-top:auto;padding:16px}.platform-sidebar-user{align-items:center;gap:10px;margin-bottom:12px;display:flex}.platform-sidebar-avatar{color:#fff;background:linear-gradient(135deg,#ec4899,#8b5cf6);border-radius:10px;flex-shrink:0;place-items:center;width:36px;height:36px;font-size:14px;font-weight:700;display:grid}.platform-sidebar-user-meta{min-width:0}.platform-sidebar-role{color:#e2e8f0;font-size:12px;font-weight:600}.platform-sidebar-email{color:#94a3b8;text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.platform-sidebar-actions{grid-template-columns:1fr 1fr;gap:8px;display:grid}.platform-sidebar-actions .platform-sidebar-action,.admin-sidebar a.platform-sidebar-action{box-sizing:border-box;text-align:center;cursor:pointer;border-radius:8px;justify-content:center;align-items:center;width:100%;height:34px;font-family:inherit;font-size:12px;font-weight:600;line-height:1;text-decoration:none;transition:background .15s,color .15s,border-color .15s;color:#e2e8f0!important;background:#ffffff0a!important;border:1px solid #94a3b859!important;margin:0!important;padding:0!important;display:inline-flex!important}.platform-sidebar-actions .platform-sidebar-action:hover,.admin-sidebar a.platform-sidebar-action:hover{color:#fff!important;background:#ec489947!important;border-color:#ec48998c!important}.platform-search-link{color:#be185d;font-weight:600;text-decoration:none}.platform-search-link:hover{text-decoration:underline}.platform-search-row:hover{background:#fdf2f8}.platform-search-order{color:inherit;border-top:1px solid #e2e8f0;border-radius:8px;padding:12px 8px;text-decoration:none;display:block}.platform-search-order:hover{background:#fdf2f8}.platform-row-hit{outline-offset:-2px;outline:2px solid #ec4899;background:#fdf2f8!important}.admin-main{flex-direction:column;flex:1;min-width:0;min-height:0;display:flex;overflow:hidden}.admin-topbar{border-bottom:1px solid var(--border);box-shadow:var(--shadow-sm);background:#fff;flex-shrink:0;justify-content:space-between;align-items:center;padding:14px 28px;display:flex}.admin-balance{color:#f59e0b;align-items:center;gap:12px;font-weight:700;display:flex}.admin-topbar-actions{align-items:center;gap:10px;display:flex}.admin-topbar-btn{min-height:32px;padding:4px 10px;font-size:12px}.admin-lang-btn{border:1px solid var(--border);cursor:pointer;color:#334155;background:#fff;border-radius:999px;justify-content:center;align-items:center;gap:6px;min-width:56px;height:40px;padding:0 14px;transition:border-color .15s,background .15s;display:inline-flex}.admin-lang-btn:hover{background:#f8fafc;border-color:#c7cedb}.admin-lang-globe{flex-shrink:0}.admin-lang-code{letter-spacing:.04em;font-size:12px;font-weight:700;line-height:1}.store-lang-btn{align-items:center;gap:6px;min-height:36px;font-size:13px;padding:6px 12px!important;display:inline-flex!important}.admin-shop-menu{position:relative}.admin-shop-trigger{border:1px solid var(--border);cursor:pointer;color:#111827;background:#f8fafc;border-radius:999px;align-items:center;gap:6px;min-height:34px;padding:0 12px;font-size:13px;font-weight:600;display:inline-flex}.admin-shop-trigger span{color:#94a3b8;font-size:10px}.admin-shop-dropdown{border:1px solid var(--border);z-index:40;background:#fff;border-radius:10px;min-width:140px;padding:6px;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 10px 24px #0f172a1f}.admin-shop-dropdown-item{text-align:left;cursor:pointer;color:#334155;background:0 0;border:none;border-radius:6px;width:100%;padding:8px 10px;font-size:13px;display:block}.admin-shop-dropdown-item:hover{background:#f1f5f9}.admin-user-chip{border:1px solid var(--border);color:#334155;background:#f8fafc;border-radius:999px;align-items:center;min-height:34px;padding:0 12px;font-size:13px;display:inline-flex}.admin-link{color:#475569;font-size:14px;font-weight:600}.admin-link:hover{color:#111827}.admin-flash{color:#be185d;margin:0;padding:12px 28px 0;font-size:13px}.admin-content{overscroll-behavior:contain;flex:1;min-height:0;padding:28px;overflow-y:auto}.admin-title{letter-spacing:.2px;margin:0 0 20px;font-size:24px;font-weight:700}.stats-grid{grid-template-columns:repeat(5,1fr);gap:16px;margin-bottom:20px;display:grid}.stat-card{border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow-sm);background:#fff;padding:16px}.stat-link{color:inherit;text-decoration:none;transition:transform .18s,box-shadow .18s}.stat-link:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.stat-card .num{font-size:28px;font-weight:700}.admin-dashboard-grid{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);align-items:start;gap:18px;display:grid}.dash-page{max-width:1400px}.dash-todo-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin-bottom:18px;display:grid}.dash-todo-card{min-height:110px;color:inherit;border:1px solid #0000;border-radius:16px;padding:18px 16px;text-decoration:none;transition:transform .18s,box-shadow .18s;position:relative;overflow:hidden}.dash-todo-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.dash-todo-icon{font-size:18px;position:absolute;top:14px;left:14px}.dash-todo-watermark{opacity:.12;font-size:56px;line-height:1;position:absolute;bottom:-6px;right:10px}.dash-todo-num{text-align:center;color:#111827;margin-top:18px;font-size:32px;font-weight:800;line-height:1}.dash-todo-label{text-align:center;color:#475569;margin-top:8px;font-size:14px;font-weight:600}.dash-todo-orange{background:linear-gradient(#fff7ed 0%,#ffedd5 100%);border-color:#fed7aa}.dash-todo-pink{background:linear-gradient(#fdf2f8 0%,#fce7f3 100%);border-color:#fbcfe8}.dash-todo-green{background:linear-gradient(#ecfdf5 0%,#d1fae5 100%);border-color:#a7f3d0}.dash-todo-red{background:linear-gradient(#fef2f2 0%,#fee2e2 100%);border-color:#fecaca}.dash-todo-purple{background:linear-gradient(#f5f3ff 0%,#ede9fe 100%);border-color:#ddd6fe}.dash-main-grid{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);align-items:stretch;gap:18px;display:grid}.dash-shop-card{padding:20px}.dash-shop-header{border-bottom:1px solid #eef2f7;align-items:center;gap:14px;margin-bottom:18px;padding-bottom:18px;display:flex}.dash-shop-avatar{color:#be185d;background:linear-gradient(135deg,#fce7f3 0%,#fbcfe8 100%);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:24px;font-weight:800;display:flex}.dash-shop-meta{flex:1;min-width:0}.dash-shop-title-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.dash-shop-title-row h3{margin:0;font-size:20px}.dash-shop-badge{color:#059669;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:999px;align-items:center;padding:3px 10px;font-size:12px;font-weight:700;display:inline-flex}.dash-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.dash-kpi-card{background:#fff;border:1px solid #e7ebf3;border-radius:14px;min-height:92px;padding:16px 14px 14px;position:relative}.dash-kpi-icon{border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;margin-bottom:10px;font-size:14px;display:inline-flex}.dash-kpi-card .num{color:#111827;word-break:break-word;font-size:22px;font-weight:800;line-height:1.2}.dash-kpi-label{color:#64748b;margin-top:6px;font-size:13px}.dash-kpi-pink .dash-kpi-icon{background:#fdf2f8}.dash-kpi-blue .dash-kpi-icon{background:#eff6ff}.dash-kpi-green .dash-kpi-icon{background:#ecfdf5}.dash-kpi-orange .dash-kpi-icon{background:#fff7ed}.dash-kpi-purple .dash-kpi-icon{background:#f5f3ff}.dash-kpi-rose .dash-kpi-icon{background:#fef2f2}.dash-chart-card{flex-direction:column;padding:20px;display:flex}.dash-chart-head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:8px;display:flex}.dash-chart-head h3{color:#334155;margin:0 0 6px;font-size:16px}.dash-chart-value-row{align-items:center;gap:8px;display:flex}.dash-chart-value{color:#111827;font-size:28px;font-weight:800}.dash-chart-trend{color:#10b981;font-size:18px;font-weight:800}.dash-chart-title-row{align-items:center;gap:8px;margin-bottom:6px;display:flex}.dash-chart-accent{background:#3b82f6;border-radius:2px;width:4px;height:16px;display:inline-block}.dash-chart-turnover .dash-chart-head h3{color:#334155;margin:0;font-size:15px;font-weight:600}.dash-chart-deadline{color:#64748b;white-space:nowrap;background:#f3f4f6;border-radius:999px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;display:inline-flex}.dash-chart-cal{color:#94a3b8;flex-shrink:0}.dash-chart-trend.up{color:#22c55e}.dash-chart-trend.down{color:#ef4444}.revenue-chart-blue .revenue-chart-body{position:relative}.revenue-chart-tooltip{color:#64748b;pointer-events:none;z-index:2;white-space:nowrap;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:8px 12px;font-size:12px;position:absolute;top:12px;transform:translate(-50%);box-shadow:0 8px 20px #0f172a14}.revenue-chart-tooltip strong{color:#111827;margin-top:2px;font-size:14px;display:block}.apply-shop-page{background:#f3f4f6;min-height:100vh;padding-bottom:48px}.apply-shop-hero{color:#fff;text-align:center;background:linear-gradient(#111827 0%,#1f2937 100%);margin-bottom:28px;padding:48px 20px 56px}.apply-shop-hero-pill{background:#ffffff1f;border-radius:999px;align-items:center;gap:6px;margin-bottom:16px;padding:6px 14px;font-size:12px;display:inline-flex}.apply-shop-hero h1{letter-spacing:.02em;margin:0 0 8px;font-size:36px;font-weight:600}.apply-shop-hero p{color:#9ca3af;margin:0;font-size:14px}.apply-shop-wrap{max-width:760px;margin:0 auto;padding:0 16px}.apply-shop-title{text-align:center;margin:0 0 20px;font-size:28px;font-weight:700}.apply-shop-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;margin-bottom:16px;padding:20px 22px 24px;box-shadow:0 1px 2px #0f172a0a}.apply-shop-card-head{align-items:flex-start;gap:12px;margin-bottom:18px;display:flex}.apply-shop-card-head h2{margin:0 0 4px;font-size:16px}.apply-shop-card-head p{color:#94a3b8;margin:0;font-size:12px}.apply-shop-step{color:#9ca3af;margin-bottom:2px;font-size:12px}.apply-shop-icon{color:#fff;background:#111;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.apply-shop-hint{color:#94a3b8;margin:-4px 0 8px;font-size:12px}.apply-shop-grid{grid-template-columns:1fr 1fr;gap:0 14px;display:grid}.apply-shop-id-uploads{grid-template-columns:1fr 1fr;gap:14px;display:grid}.apply-shop-upload-box,.apply-shop-logo{cursor:pointer;background:#fafafa;border:1.5px dashed #d1d5db;border-radius:10px;justify-content:center;align-items:center;width:96px;height:96px;display:flex;overflow:hidden}.apply-shop-upload-box{width:100%;height:180px;min-height:160px}.apply-shop-upload-box.has,.apply-shop-logo.has{border-style:solid}.apply-shop-upload-box img,.apply-shop-logo img{object-fit:cover;width:100%;height:100%}.apply-shop-logo-inner{color:#9ca3af;flex-direction:column;align-items:center;gap:4px;font-size:12px;font-style:normal;display:flex}.apply-shop-logo-inner em{font-style:normal}.apply-shop-card .field label .req{color:#ef4444;margin-right:2px}.apply-shop-cats{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.apply-shop-cat{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:10px;align-items:center;gap:8px;padding:12px;font-size:14px;display:flex}.apply-shop-cat.checked{background:#f8fafc;border-color:#111}.apply-shop-foot{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-top:8px;display:flex}.apply-shop-agree{color:#64748b;align-items:flex-start;gap:8px;max-width:420px;font-size:13px;display:flex}.apply-shop-agree a{color:#111;text-decoration:underline}.apply-shop-submit{border:none;border-radius:10px;min-width:140px;padding:12px 28px;color:#fff!important;background:#111!important}.apply-shop-err{color:#dc143c;margin-top:12px}.apply-shop-back{text-align:center;margin-top:16px}@media (width<=720px){.apply-shop-cats{grid-template-columns:repeat(2,minmax(0,1fr))}.apply-shop-grid,.apply-shop-id-uploads{grid-template-columns:1fr}.apply-shop-foot{flex-direction:column;align-items:stretch}.apply-shop-submit{width:100%}}.dash-chart-date{color:#94a3b8;white-space:nowrap;padding-top:4px;font-size:12px}.revenue-chart{flex:1;grid-template-columns:52px 1fr;gap:8px;min-height:220px;display:grid}.revenue-chart-y{color:#94a3b8;text-align:right;flex-direction:column;justify-content:space-between;padding:4px 0 24px;font-size:11px;display:flex}.revenue-chart-body{flex-direction:column;min-width:0;display:flex}.revenue-chart-svg{width:100%;height:calc(100% - 24px);min-height:180px;overflow:visible}.revenue-chart-x{gap:4px;margin-top:6px;display:grid}.revenue-chart-x span{color:#94a3b8;text-align:center;font-size:11px}.admin-product-detail .admin-back-link{color:#64748b;margin-bottom:8px;padding:0}.apd-card{margin-bottom:0;padding:20px 22px 24px}.apd-grid{grid-template-columns:1fr 1fr;gap:14px 28px;margin-bottom:18px;display:grid}.apd-field span,.apd-label{color:#9ca3af;margin-bottom:6px;font-size:13px;display:block}.apd-value{color:#111827;background:#fff;border:1px solid #e5e7eb;border-radius:6px;align-items:center;min-height:38px;padding:8px 12px;font-size:14px;line-height:1.4;display:flex}.apd-block{margin-top:16px}.apd-cover{background:#f8fafc;border:1px solid #e5e7eb;border-radius:6px;width:120px;height:120px;overflow:hidden}.apd-cover img{object-fit:cover;width:100%;height:100%;display:block}.apd-img-empty{color:#cbd5e1;place-items:center;width:100%;height:100%;display:grid}.apd-carousel{flex-wrap:wrap;gap:10px;display:flex}.apd-carousel-item{background:#f8fafc;border:1px solid #e5e7eb;border-radius:6px;width:96px;height:96px;overflow:hidden}.apd-carousel-item img{object-fit:cover;width:100%;height:100%;display:block}.apd-rich{background:#fff;border:1px solid #e5e7eb;border-radius:6px;min-height:120px;padding:16px 18px}.apd-section{margin-bottom:14px}.apd-section h4{color:#111827;margin:0 0 8px;font-size:14px;font-weight:650}.apd-section ul{color:#374151;margin:0;padding-left:18px;font-size:13px;line-height:1.7}.apd-composition{white-space:pre-wrap;color:#374151;margin:0;font-family:inherit;font-size:13px;line-height:1.6}.apd-disclaimer{color:#9ca3af;margin:8px 0 0;font-size:12px;line-height:1.5}.apd-muted{color:#94a3b8;margin:0;font-size:13px}@media (width<=720px){.apd-grid{grid-template-columns:1fr}}.admin-attr-divider{text-align:center;margin:18px 0 12px;position:relative}.admin-attr-divider:before{content:"";border-top:1px solid #e5e7eb;position:absolute;top:50%;left:0;right:0}.admin-attr-divider span{color:#334155;z-index:1;background:#f3f4f6;border-radius:4px;padding:6px 18px;font-size:14px;display:inline-block;position:relative}.admin-attr-table th,.admin-attr-table td{text-align:center;vertical-align:middle}.admin-attr-table th:nth-child(2),.admin-attr-table td:nth-child(2){text-align:left}.admin-attr-thumb{object-fit:cover;border-radius:4px;width:52px;height:64px}.admin-edit-btn{align-items:center;gap:6px;padding:6px 12px;font-size:12px;display:inline-flex}.product-detail-head{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.product-detail-head h3{margin:0}.store-pd{grid-template-columns:1fr 1fr;gap:40px;padding:32px 0 48px;display:grid}.store-pd-main{aspect-ratio:4/5;object-fit:cover;background:#f5f5f5;border-radius:12px;width:100%;display:block}.store-pd-thumbs{gap:8px;margin-top:10px;display:flex;overflow-x:auto}.store-pd-thumbs button{cursor:pointer;background:0 0;border:1px solid #eee;border-radius:6px;flex:none;padding:0}.store-pd-thumbs button.is-active{border-color:#111}.store-pd-thumbs img{object-fit:cover;border-radius:4px;width:72px;height:90px;display:block}.store-pd-brand{color:#888;letter-spacing:1px;text-transform:uppercase;font-size:13px}.store-pd-info h1{margin:6px 0 8px;font-size:1.6rem;line-height:1.25}.store-pd-info h2{margin:0 0 8px;font-weight:600}.store-pd-shop{justify-content:space-between;align-items:center;gap:12px;margin:16px 0;display:flex}.store-pd-shop p{color:#666;margin:4px 0;font-size:13px}.store-pd-shop span{color:#888;font-size:12px}.store-pd-sizes{flex-wrap:wrap;gap:8px;display:flex}.store-pd-size{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:6px;min-width:52px;padding:8px 12px;font-size:13px}.store-pd-size.is-active{color:#fff;background:#111;border-color:#111}.store-pd-size:disabled{opacity:.4;cursor:not-allowed}.store-pd-qty{align-items:center;gap:12px;margin:20px 0;display:flex}.store-pd-actions{gap:8px;display:flex}.store-pd-actions .btn{flex:1;padding:14px}.store-pd-fav{width:48px;flex:0 0 48px!important;padding:14px 0!important}.store-pd-desc{border-top:1px solid #eee;margin-top:32px;padding-top:24px}.store-pd-desc h3{margin:0 0 12px;font-size:1.05rem}.store-pd-section{margin-bottom:16px}.store-pd-section h4{margin:0 0 8px;font-size:14px}.store-pd-section ul{color:#444;margin:0;padding-left:18px;font-size:14px;line-height:1.55}.store-pd-section pre{white-space:pre-wrap;color:#444;margin:0;font-family:inherit;font-size:14px;line-height:1.55}.store-pd-disclaimer{color:#888;font-size:12px;line-height:1.5}.store-pd-reviews{margin-top:32px}@media (width<=860px){.store-pd{grid-template-columns:1fr;gap:24px;padding:20px 0 36px}}.admin-action-danger{color:#e11d48!important;border-color:#fecdd3!important}.admin-order-detail .admin-back-link{color:#64748b;margin-bottom:8px;text-decoration:none;display:inline-block}.order-detail-grid{grid-template-columns:1.2fr 1fr;gap:20px 40px;display:grid}.order-detail-col p{margin:0 0 12px;font-size:14px;line-height:1.5}.od-label{color:#64748b}.od-cost{font-weight:650;color:#dc2626!important;margin-top:8px!important}.od-product-cell{text-align:left;align-items:center;gap:10px;display:flex}.od-product-cell img{object-fit:cover;border-radius:6px;flex-shrink:0;width:62px;height:62px}.admin-order-items{flex-direction:column;gap:8px;display:flex}.admin-order-item{text-align:left;align-items:center;gap:10px;display:flex}.admin-order-item-thumb{object-fit:cover;background:#f3f4f6;border-radius:6px;flex-shrink:0;width:62px;height:62px}.admin-order-item-meta{min-width:0}.admin-order-item-name{word-break:break-word;font-size:13px;font-weight:500;line-height:1.35}.admin-order-item-sub{color:#94a3b8;margin-top:2px;font-size:12px}.od-product-name{font-size:13px;font-weight:600}.od-product-size{color:#94a3b8;margin-top:2px;font-size:12px}.od-summary{text-align:right;color:#64748b;margin-top:12px;font-size:13px}.od-pay{margin-top:6px}.od-pay strong{color:#dc2626;font-size:16px}.logistics-card{padding:20px 22px}.logistics-head{flex-wrap:wrap;align-items:center;gap:6px 8px;margin-bottom:14px;display:flex}.logistics-truck{filter:grayscale(0);color:var(--pink,#e91e84);font-size:16px}.logistics-no-label{color:#1f2937;font-size:14px;font-weight:600}.logistics-no-value{color:var(--pink,#e91e84);letter-spacing:.02em;font-size:14px;font-weight:650}.logistics-status-tag{color:var(--pink,#e91e84);background:#fce7f3;border-radius:999px;margin-left:auto;padding:2px 10px;font-size:12px}.logistics-company{color:#64748b;margin:0 0 16px;font-size:13px}.logistics-timeline{border-left:2px solid #f9a8d4;margin:0;padding:0 0 0 8px;list-style:none}.logistics-timeline li{padding:0 0 18px 18px;position:relative}.logistics-timeline li:last-child{padding-bottom:0}.logistics-timeline .dot{background:#f9a8d4;border:2px solid #fff;border-radius:50%;width:10px;height:10px;position:absolute;top:5px;left:-6px;box-shadow:0 0 0 1px #f9a8d4}.logistics-timeline li.current .dot{background:var(--pink,#e91e84);width:12px;height:12px;top:4px;left:-7px;box-shadow:0 0 0 3px #e91e842e}.logistics-timeline .trace-status{color:#111827;font-size:14px;font-weight:600;line-height:1.4}.logistics-timeline li.current .trace-status{color:var(--pink,#e91e84);font-weight:700}.logistics-timeline .trace-time{color:#9ca3af;font-variant-numeric:tabular-nums;margin-top:4px;font-size:12px}@media (width<=800px){.order-detail-grid{grid-template-columns:1fr}}.chart-empty{color:#94a3b8;justify-content:center;align-items:center;min-height:180px;font-size:14px;display:flex}.admin-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:18px;display:grid}.admin-kpi-card{color:#475569;background:#f8fafc;border:1px solid #e7ebf3;border-radius:14px;padding:16px}.admin-kpi-card .num{color:#111827;margin-bottom:6px;font-size:24px;font-weight:800}.admin-subtle{color:#64748b;margin:6px 0 0}.admin-hero-value{color:#111827;margin:6px 0 4px;font-size:32px;font-weight:800}.chart-panel{border-top:1px solid #eef2f7;margin-top:18px;padding-top:16px}.chart-panel h4{color:#334155;margin:0 0 12px;font-size:14px}.filters{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:16px;display:grid}.admin-toolbar{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:14px;display:flex}.admin-toolbar.card{padding:14px}.admin-toolbar input,.admin-toolbar select{min-width:140px;max-width:220px}.plist-filter.card{margin-bottom:14px;padding:18px 18px 14px}.plist-filter-row{flex-wrap:wrap;align-items:flex-end;gap:12px 14px;display:flex}.plist-field{flex-direction:column;flex:160px;gap:6px;min-width:150px;max-width:240px;margin:0;display:flex}.plist-field span{color:#9ca3af;font-size:12px;font-weight:400;line-height:1.2}.plist-field input,.plist-field select{color:#111827;box-sizing:border-box;background:#fff;border:1px solid #e5e7eb;border-radius:6px;outline:none;width:100%;height:36px;padding:0 10px;font-size:13px}.plist-field input::placeholder{color:#c0c4cc}.plist-field input:focus,.plist-field select:focus{border-color:#f472b6}.searchable-select{width:100%;position:relative}.searchable-select-input{color:#111827;box-sizing:border-box;background:#fff;border:1px solid #e5e7eb;border-radius:6px;outline:none;width:100%;height:36px;padding:0 28px 0 10px;font-size:13px}.searchable-select-input:focus{border-color:#f472b6}.searchable-select-caret,.searchable-select-clear{color:#9ca3af;cursor:pointer;background:0 0;border:0;padding:0;font-size:12px;line-height:1;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.searchable-select-clear{color:#6b7280;font-size:16px}.searchable-select-menu{z-index:40;background:#fff;border:1px solid #e5e7eb;border-radius:8px;max-height:240px;padding:4px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 10px 28px #0f172a1f}.searchable-select-option{text-align:left;color:#111827;cursor:pointer;background:0 0;border:0;border-radius:6px;width:100%;padding:8px 10px;font-size:13px;display:block}.searchable-select-option:hover,.searchable-select-option.is-active{color:#be185d;background:#fdf2f8}.searchable-select-empty{color:#9ca3af;padding:10px;font-size:12px}.plist-filter-actions{flex:none;align-items:center;gap:8px;margin-left:auto;padding-bottom:0;display:flex}.plist-btn-icon{white-space:nowrap;align-items:center;gap:6px;height:36px;padding:0 14px;display:inline-flex}.plist-bulk-row{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.plist-bulk-row .btn{height:32px;padding:0 12px;font-size:13px}.plist-status-tabs{margin-bottom:12px}@media (width<=1100px){.plist-filter-actions{margin-left:0}.plist-field{max-width:none}}.admin-toolbar .spacer{flex:1}.admin-toolbar .locale-date{min-width:280px;max-width:360px}.locale-date{align-items:center;gap:6px;min-width:280px;display:inline-flex;position:relative}.locale-date-selects select{color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:6px;min-width:0;max-width:none;height:36px;padding:0 8px;font-size:13px}.locale-date-selects select:first-child{flex:0 0 88px;width:88px}.locale-date-selects select:nth-child(2){flex:120px;width:120px}.locale-date-selects select:nth-child(3){flex:0 0 72px;width:72px}.locale-date input[type=date]{box-sizing:border-box;width:100%;min-height:36px}.locale-date.is-empty:after{content:attr(data-placeholder);color:#94a3b8;pointer-events:none;z-index:1;font-size:13px;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.locale-date.is-empty input[type=date]{color:#0000}.locale-date input[type=date]::-webkit-calendar-picker-indicator{z-index:2;cursor:pointer;position:relative}.locale-datetime{flex-wrap:wrap;align-items:center;gap:6px;display:inline-flex}.locale-datetime select{background:#fff;border:1px solid #d1d5db;border-radius:6px;min-width:72px;height:36px;padding:0 8px;font-size:13px}.locale-datetime-sep{color:#64748b;font-weight:600}.admin-table-card{padding:0;overflow:hidden}.admin-table-card .table th,.admin-table-card .table td{white-space:nowrap}.admin-table-scroll{padding:0 16px;overflow:auto}.admin-table-scroll .table{min-width:980px}.admin-cell-wrap{white-space:normal!important}.admin-actions-inline{flex-wrap:wrap;align-items:center;gap:6px;display:inline-flex}.admin-actions-inline .btn{min-height:30px;padding:4px 8px;font-size:12px}.product-status-pending{color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:6px;align-items:center;min-height:30px;padding:4px 10px;font-size:12px;font-weight:600;display:inline-flex}.admin-section-gap{margin-bottom:16px}.modal-backdrop{z-index:100;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f172a80;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal{border-radius:var(--radius-lg);width:min(480px,92vw);box-shadow:var(--shadow-lg);background:#fff;border:1px solid #e4e7ef;padding:24px}.login-page{background:linear-gradient(135deg,#fce4ec,#e8eaf6,#e3f2fd);justify-content:center;align-items:center;min-height:100vh;display:flex}.login-card{border-radius:var(--radius-lg);width:400px;box-shadow:var(--shadow-lg);background:#fff;border:1px solid #ebeef5;padding:40px}.login-card h1{margin:0 0 8px}.password-input{width:100%;position:relative}.password-input input{width:100%;padding-right:42px}.password-input-toggle{color:#94a3b8;cursor:pointer;background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;display:inline-flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.password-input-toggle:hover{color:#64748b;background:#0f172a0a}.field{margin-bottom:16px}.field label{color:var(--muted);margin-bottom:6px;font-size:13px;display:block}.field label .req{color:#ef4444;margin-right:2px}.tag{color:#374151;background:#f4f6fa;border:1px solid #e4e8f0;border-radius:999px;align-items:center;padding:4px 10px;font-size:12px;display:inline-flex}.badge{background:var(--pink-soft);min-width:20px;min-height:20px;color:var(--pink-dark);border-radius:999px;justify-content:center;align-items:center;padding:0 6px;font-size:12px;font-weight:700;display:inline-flex}.chat-widget-root{z-index:10050;pointer-events:none;position:fixed;bottom:0;right:0}.chat-widget-root .chat-fab,.chat-widget-root .chat-panel{pointer-events:auto}.chat-fab{right:max(20px, env(safe-area-inset-right));bottom:max(20px, env(safe-area-inset-bottom));background:var(--pink);color:#fff;cursor:pointer;z-index:10051;border:none;border-radius:999px;justify-content:center;align-items:center;width:58px;height:58px;font-size:24px;transition:transform .18s,box-shadow .18s,background .18s;display:inline-flex;position:fixed;box-shadow:0 8px 24px #e91e8459}.chat-fab:hover{transform:translateY(-1px);box-shadow:0 14px 28px #e91e8466}.chat-panel{right:max(20px, env(safe-area-inset-right));width:320px;box-shadow:var(--shadow-lg);z-index:10051;background:#fff;border:1px solid #e4e7ef;border-radius:16px;flex-direction:column;display:flex;position:fixed;bottom:88px;overflow:hidden}.chat-panel-lg{width:min(420px,100vw - 32px);height:min(640px,100vh - 110px)}.chat-header{color:#fff;background:linear-gradient(#111827 0%,#0f172a 100%);flex-shrink:0;justify-content:space-between;align-items:center;padding:12px 14px;font-size:13px;font-weight:800;display:flex}.chat-body{flex:1;height:240px;min-height:0;padding:12px;overflow:auto}.chat-panel-lg .chat-body{height:auto}.chat-row{flex-direction:column;margin-bottom:10px;display:flex}.chat-row.left{align-items:flex-start}.chat-row.right{align-items:flex-end}.chat-bubble{color:#111827;background:#f3f4f6;border-radius:12px;flex-direction:column;align-items:flex-start;max-width:80%;padding:8px 12px;font-size:13px;line-height:1.45;display:inline-flex}.chat-bubble.customer{color:#0c4a6e;background:#e3f2fd}.chat-bubble.agent{color:#9d174d;background:#fce7f3}.chat-time-divider{justify-content:center;align-items:center;margin:12px 0 10px;display:flex}.chat-time-divider span{color:#9ca3af;font-variant-numeric:tabular-nums;background:#f3f4f6;border-radius:999px;padding:2px 10px;font-size:11px;line-height:1.4}.chat-empty{padding:24px 12px}.chat-error{color:#dc2626;padding:0 12px 8px;font-size:12px}.chat-compose{border-top:1px solid var(--border);align-items:center;gap:8px;padding:10px;display:flex}.chat-compose input,.chat-compose .chat-input{flex:1}.chat-compose .btn{min-height:36px;padding:8px 12px}.chat-composer{border-top:1px solid var(--border);position:relative}.chat-composer .chat-compose{border-top:none}.chat-tools{flex-shrink:0;gap:2px;display:flex}.chat-tool-btn{min-width:34px;min-height:34px;padding:4px;font-size:16px}.chat-preview{margin:10px 10px 0;display:inline-block;position:relative}.chat-preview img{object-fit:cover;border:1px solid #e5e7eb;border-radius:8px;max-width:120px;max-height:120px}.chat-preview-remove{color:#fff;background:#111;border-radius:999px;width:24px;height:24px;min-height:24px;padding:0;line-height:1;position:absolute;top:-8px;right:-8px}.chat-emoji-panel{width:min(280px,100% - 20px);box-shadow:var(--shadow-md);z-index:20;background:#fff;border:1px solid #e5e7eb;border-radius:12px;grid-template-columns:repeat(8,1fr);gap:4px;padding:10px;display:grid;position:absolute;bottom:calc(100% - 4px);left:10px}.chat-emoji-item{aspect-ratio:1;cursor:pointer;background:0 0;border:none;border-radius:6px;width:100%;font-size:18px}.chat-emoji-item:hover{background:#f3f4f6}.chat-image-link{display:block}.chat-image{object-fit:cover;border-radius:8px;max-width:220px;max-height:220px;margin-bottom:4px;display:block}.chat-text{white-space:pre-wrap;word-break:break-word}.chat-layout{grid-template-columns:280px 1fr;min-height:360px;padding:0;display:grid;overflow:hidden}.chat-layout-lg{height:calc(100vh - 220px);min-height:560px}.customer-chat-page{flex-direction:column;min-height:calc(100vh - 200px);display:flex}.customer-chat-page>h2{margin-top:0;margin-bottom:0}.customer-chat-page-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.chat-sidebar{border-right:1px solid var(--border);flex-direction:column;min-height:0;padding:12px;display:flex;overflow:hidden}.chat-sidebar-list{flex:1;min-height:0;overflow:auto}.chat-sidebar .tabs{flex-shrink:0;margin-bottom:8px}.chat-sidebar .tabs button{padding:4px 10px;font-size:12px}.chat-type-tabs button{font-weight:600}.chat-search{flex-shrink:0;margin-bottom:8px}.chat-conv-item{text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;width:100%;margin-bottom:4px;padding:10px;transition:background .15s,border-color .15s;display:block}.chat-conv-item:hover{background:#f9fafc;border-color:#e4e8f0}.chat-conv-item.active{background:var(--pink-soft);border-color:#e91e8433}.chat-conv-title{justify-content:space-between;align-items:center;gap:8px;display:flex}.chat-conv-name{text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:6px;min-width:0;display:inline-flex;overflow:hidden}.chat-conv-preview{color:#888;text-overflow:ellipsis;white-space:nowrap;margin-top:4px;display:block;overflow:hidden}.chat-type-badge{letter-spacing:.02em;border-radius:4px;flex-shrink:0;padding:1px 6px;font-size:10px;font-weight:700;line-height:1.4}.chat-type-badge.platform{color:#1d4ed8;background:#eff6ff}.chat-type-badge.shop{color:#9a3412;background:#fff7ed}.chat-thread-head{border-bottom:1px solid var(--border);flex-shrink:0;align-items:center;gap:8px;padding:12px 16px;display:flex}.chat-unread{color:#fff;background:#ef4444;border-radius:999px;justify-content:center;align-items:center;min-height:18px;padding:0 6px;font-size:11px;font-weight:800;display:inline-flex}.chat-main{flex-direction:column;min-width:0;height:100%;min-height:360px;display:flex}.chat-layout-lg .chat-main{min-height:0}.chat-content{flex:1;min-height:0;padding:16px;overflow:auto}.chat-content .empty{margin:auto}.chat-msg-row{flex-direction:column;align-items:flex-start;margin-bottom:8px;display:flex}.chat-msg-row.right{align-items:flex-end}.chat-msg-row .chat-bubble{max-width:100%}.chat-compose .chat-input{flex:1}.pagination-row{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;margin-top:16px;display:flex}.pagination-row .page-meta{color:#6b7280;margin-right:auto;font-size:13px}.pagination-row .page-num{border:1px solid var(--border,#e5e7eb);color:#374151;cursor:pointer;background:#fff;border-radius:8px;min-width:34px;height:34px;padding:0 8px;font-size:13px;font-weight:600;transition:background .15s,border-color .15s,color .15s}.pagination-row .page-num:hover{color:#111;border-color:#111}.pagination-row .page-num.is-active{color:#fff;cursor:default;background:#111;border-color:#111}.pagination-row .page-ellipsis{color:#9ca3af;-webkit-user-select:none;user-select:none;padding:0 2px;font-size:13px}.pagination-row .page-size{color:#6b7280;align-items:center;gap:6px;font-size:13px;display:inline-flex}.pagination-row .page-size select{border:1px solid var(--border,#e5e7eb);color:#374151;cursor:pointer;background:#fff;border-radius:8px;min-width:72px;height:34px;padding:0 8px;font-size:13px;font-weight:600}.publish-brand-search{align-items:center;gap:10px;max-width:360px;display:flex}.publish-brand-search input{border:1px solid var(--border,#e5e7eb);border-radius:8px;flex:1;width:100%;height:38px;padding:0 12px;font-size:14px}.publish-brand-search-meta{color:#94a3b8;white-space:nowrap;font-size:12px}.recharge-panel{max-width:920px}.recharge-hero h3{margin:0 0 4px;font-size:28px;font-weight:600}.recharge-hero p{color:#6b7280;margin:0 0 16px;font-size:14px}.recharge-card{padding:24px}.recharge-presets{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:10px;display:grid}.recharge-preset{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:12px 8px;font-size:16px;font-weight:600}.recharge-preset.active{color:#fff;background:#111;border-color:#111}.recharge-custom{background:#fff;border:1px solid #e5e7eb;border-radius:8px;align-items:center;gap:10px;padding:0 12px;display:flex}.recharge-custom input{background:0 0;border:none;outline:none;flex:1;padding:12px 0}.recharge-custom span{color:#6b7280;font-size:13px}.recharge-split{grid-template-columns:1fr 1fr;gap:16px;margin-top:8px;display:grid}.recharge-pay-box,.recharge-proof-box{background:#fafafa;border:1px solid #eef0f3;border-radius:12px;padding:16px}.recharge-qr{justify-content:center;padding:12px 0 16px;display:flex}.recharge-qr img{background:#fff;border-radius:8px;width:200px;height:200px}.recharge-pay-amount{text-align:center;background:#f3f4f6;border-radius:8px;margin-bottom:12px;padding:12px;font-weight:600}.recharge-address-row{background:#fff;border:1px solid #e5e7eb;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;display:flex}.recharge-address-label{color:#6b7280;margin-bottom:2px;font-size:12px}.recharge-address-value{word-break:break-all;font-size:12px;line-height:1.4}.recharge-upload{cursor:pointer;background:#fff;border:1.5px dashed #d1d5db;border-radius:12px;min-height:220px;display:block;position:relative;overflow:hidden}.recharge-upload.has-file{border-style:solid}.recharge-upload.is-uploading{pointer-events:none}.recharge-upload-mask{color:#1d4ed8;background:#ffffffb8;justify-content:center;align-items:center;font-size:14px;font-weight:600;display:flex;position:absolute;inset:0}.recharge-upload-inner{color:#6b7280;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:220px;padding:16px;display:flex}.recharge-upload-icon{color:#9ca3af}.recharge-upload-hint{color:#9ca3af;font-size:12px}.recharge-proof-preview{object-fit:cover;width:100%;height:220px;display:block}.recharge-tip{color:#1d4ed8;background:#eff6ff;border-radius:8px;margin:12px 0;padding:10px 12px;font-size:13px}.recharge-submit{width:100%;padding:12px 16px}@media (width<=960px){.recharge-presets{grid-template-columns:repeat(2,minmax(0,1fr))}.recharge-split{grid-template-columns:1fr}.product-grid,.product-grid.shops-grid{grid-template-columns:repeat(2,1fr)}.hero-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.account-layout{grid-template-columns:1fr}.account-dropdown-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.account-dropdown-panel{width:min(420px,92vw)}.chat-layout,.chat-layout-lg{grid-template-columns:1fr;height:auto;min-height:70vh}.chat-sidebar{border-right:none;border-bottom:1px solid var(--border);max-height:220px}.chat-layout-lg .chat-main{min-height:420px}.admin-dashboard-grid,.dash-main-grid{grid-template-columns:1fr}.dash-todo-grid,.dash-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-topbar{flex-wrap:wrap;gap:12px;padding:14px 18px}.admin-content{padding:18px}}.checkout-msg{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin:0 0 16px;padding:10px 12px}.pay-pin-box{background:#fafafa;border:1px solid #eee;border-radius:10px;margin:12px 0 16px;padding:14px 16px}.pay-pin-title{margin:0 0 6px;font-size:15px;font-weight:600}.pay-pin-hint{color:#64748b;margin:0 0 12px;font-size:13px;line-height:1.5}.form-inline-msg{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin:0 0 12px;padding:10px 12px;font-size:13px}.checkout-addr-list{flex-direction:column;gap:10px;width:100%;margin-bottom:16px;display:flex}.checkout-addr-item{box-sizing:border-box;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:10px;grid-template-columns:auto 1fr;align-items:start;column-gap:12px;width:100%;margin:0;padding:14px 16px;display:grid}.checkout-addr-item>input[type=radio]{flex-shrink:0;margin:3px 0 0}.checkout-addr-item.active{background:#fafafa;border-color:#111}.checkout-addr-body{overflow-wrap:anywhere;min-width:0}.checkout-addr-title{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:6px;display:flex}.checkout-addr-title strong{font-size:14px;font-weight:600}.checkout-addr-meta{color:#4b5563;font-size:13px;line-height:1.5;display:block}.checkout-addr-country{color:#111;margin-top:6px;font-size:13px;font-weight:500;display:block}.checkout-actions{flex-wrap:wrap;gap:8px;margin-top:8px;display:flex}.store-search-bar{border:1px solid #111;display:flex;position:relative;overflow:visible}.store-search-scope{border-right:1px solid #ddd;flex:none}.store-search-scope-btn{cursor:pointer;background:#fff;border:0;min-width:88px;padding:12px 14px}.store-search-scope-menu{z-index:20;background:#fff;border:1px solid #e5e7eb;min-width:120px;margin:0;padding:4px 0;list-style:none;position:absolute;top:100%;left:0;box-shadow:0 8px 20px #00000014}.store-search-scope-menu button{text-align:left;cursor:pointer;background:0 0;border:0;width:100%;padding:8px 12px;display:block}.store-search-scope-menu button:hover{background:#f8fafc}.store-search-input{border:0;outline:none;flex:1;padding:12px}.store-search-btn{border-radius:0!important}.address-page{max-width:860px}.address-page-head{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.address-page-sub{color:var(--muted);margin:6px 0 0;font-size:13px}.address-empty{text-align:center;color:var(--muted);padding:40px 24px}.address-empty p{margin:0 0 16px}.address-list{flex-direction:column;gap:12px;display:flex}.address-card{border:1px solid #e8ebf0;justify-content:space-between;align-items:stretch;gap:20px;margin:0;padding:18px 20px;transition:border-color .15s;display:flex}.address-card.is-default{background:#fafafa;border-color:#111}.address-card-main{flex:1;min-width:0}.address-card-title-row{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:8px;display:flex}.address-card-name{letter-spacing:.01em;font-size:15px;font-weight:600}.address-default-badge{letter-spacing:.04em;text-transform:uppercase;color:#111;background:#eee;border-radius:4px;align-items:center;padding:2px 8px;font-size:11px;font-weight:600;display:inline-flex}.address-card-line{color:#4b5563;font-size:13px;line-height:1.5}.address-card-country{color:#111;margin-top:8px;font-size:13px;font-weight:500}.address-card-actions{flex-direction:column;flex-shrink:0;justify-content:center;gap:8px;display:flex}.address-card-actions .btn{min-width:88px}.address-modal{width:min(560px,94vw);max-height:min(90vh,820px);padding:28px;overflow:auto}.address-modal-head{border-bottom:1px solid #eef0f4;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:8px;padding-bottom:16px;display:flex}.address-modal-close{min-width:auto;padding:4px 10px;font-size:22px;line-height:1}.address-form-section{margin-top:18px;padding-top:4px}.address-form-section h4{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin:0 0 12px;font-size:12px;font-weight:600}.address-form-grid{grid-template-columns:1fr 1fr;gap:0 14px;display:grid}.address-default-check{cursor:pointer;align-items:center;gap:8px;margin:18px 0 0;font-size:14px;display:flex}.address-form-msg{color:#b91c1c;margin:12px 0 0;font-size:13px}.address-modal-actions{border-top:1px solid #eef0f4;justify-content:flex-end;gap:10px;margin-top:22px;padding-top:16px;display:flex}.country-select{position:relative}.country-select-trigger{border-radius:var(--radius-sm);width:100%;font:inherit;color:#111;text-align:left;cursor:pointer;background:#fff;border:1px solid #d1d5db;justify-content:space-between;align-items:center;gap:8px;padding:10px 12px;font-size:14px;display:flex}.country-select-trigger.placeholder{color:#9ca3af}.country-select-trigger.open{border-color:#111;box-shadow:0 0 0 1px #111}.country-select-caret{color:#6b7280;flex-shrink:0;font-size:12px}.country-select-panel{border-radius:var(--radius-sm);background:#fff;border:1px solid #e5e7eb;overflow:hidden;box-shadow:0 12px 28px #0f172a1f}.country-select-search{width:100%;font:inherit;box-sizing:border-box;border:0;border-bottom:1px solid #eef0f4;outline:none;padding:10px 12px;font-size:14px}.country-select-list{max-height:220px;overflow-y:auto}.country-select-option{text-align:left;width:100%;font:inherit;color:#111;cursor:pointer;background:0 0;border:0;padding:9px 12px;font-size:14px;display:block}.country-select-option:hover,.country-select-option.active{background:#f3f4f6}.country-select-empty{color:var(--muted);text-align:center;padding:16px 12px;font-size:13px}@media (width<=640px){.address-page-head{flex-direction:column;align-items:stretch}.address-card{flex-direction:column}.address-card-actions{flex-direction:row}.address-form-grid{grid-template-columns:1fr}}.wallet-page{max-width:960px}.wallet-balance-card{justify-content:space-between;align-items:center;gap:20px;margin-bottom:16px;padding:28px 24px;display:flex}.wallet-balance-value{letter-spacing:-.02em;font-size:34px;font-weight:700;line-height:1.1}.wallet-balance-frozen{color:#6b7280;margin-top:8px;font-size:13px}.wallet-balance-actions{flex-shrink:0;gap:10px;display:flex}.wallet-record-tabs{flex-wrap:wrap;gap:8px;margin-bottom:14px;display:flex}.wallet-record-tabs button{color:#111;cursor:pointer;font:inherit;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:10px 16px;font-size:13px}.wallet-record-tabs button.active{color:#fff;background:#111;border-color:#111}.wallet-table-card{padding:0;overflow:hidden}.wallet-table-card .table{margin:0}.wallet-proof-thumb{object-fit:cover;vertical-align:middle;border:1px solid #e5e7eb;border-radius:4px;width:40px;height:40px}.wallet-status-badge{color:#fff;border-radius:999px;align-items:center;padding:2px 10px;font-size:12px;font-weight:600;display:inline-flex}.wallet-status-badge.success{background:#16a34a}.wallet-status-badge.pending{background:#d97706}.wallet-status-badge.danger{background:#dc2626}@media (width<=640px){.wallet-balance-card{flex-direction:column;align-items:flex-start}}.shop-setting-card{max-width:720px}.shop-setting-card .req{color:#ef4444;margin-right:2px}.shop-setting-logo-row{align-items:center;gap:12px;display:flex}.shop-setting-logo{cursor:pointer;color:#6b7280;background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;justify-content:center;align-items:center;width:96px;height:96px;font-size:13px;display:inline-flex;overflow:hidden}.shop-setting-logo img{object-fit:cover;width:100%;height:100%}.shop-setting-cats{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.shop-setting-cat{cursor:pointer;border:1px solid #e5e7eb;border-radius:8px;align-items:center;gap:8px;padding:10px 12px;display:flex}.shop-setting-cat.checked{background:#fff5f8;border-color:#e91e63}.shop-setting-cat input{accent-color:#e91e63}.shop-setting-actions{gap:10px;margin-top:8px;display:flex}@media (width<=640px){.shop-setting-cats{grid-template-columns:repeat(2,minmax(0,1fr))}}.ps-page{max-width:1200px}.ps-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:18px;display:flex}.ps-stat-row{gap:10px;display:flex}.ps-stat{border:1px solid var(--border);background:#fff;border-radius:12px;flex-direction:column;gap:2px;min-width:88px;padding:10px 14px;display:flex}.ps-stat-label{color:#6b7280;font-size:12px}.ps-stat strong{color:#111827;font-size:20px;font-weight:700;line-height:1.2}.ps-flash{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;margin:0 0 12px;padding:10px 14px;font-size:13px}.ps-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.ps-tab-count{color:#9ca3af;margin-left:6px;font-size:11px;font-weight:600}.tabs button.active .ps-tab-count{color:inherit;opacity:.75}.ps-search{border:1px solid var(--border);background:#fff;border-radius:10px;flex:1;min-width:240px;max-width:320px;height:38px;padding:0 12px}.ps-table-card{margin-top:0}.ps-table{min-width:960px}.ps-table th:last-child,.ps-table td:last-child{white-space:nowrap}.ps-row-active{background:#fff7fa!important}.ps-shop-cell{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:10px;max-width:280px;padding:0;display:flex}.ps-avatar{object-fit:cover;border:1px solid var(--border);background:#f8fafc;border-radius:10px;flex-shrink:0;width:40px;height:40px}.ps-avatar-lg{border-radius:14px;width:56px;height:56px}.ps-avatar-fallback{color:#be185d;background:#fce7f3;border-color:#fbcfe8;justify-content:center;align-items:center;font-weight:700;display:inline-flex}.ps-shop-meta{flex-direction:column;gap:2px;min-width:0;display:flex}.ps-shop-name{color:#111827;text-overflow:ellipsis;white-space:nowrap;font-weight:650;overflow:hidden}.ps-shop-sub{color:#9ca3af;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.ps-owner{color:#374151;text-overflow:ellipsis;max-width:200px;font-size:13px;overflow:hidden}.ps-rating{font-variant-numeric:tabular-nums;font-weight:650}.ps-badge{border:1px solid var(--border);color:#4b5563;white-space:nowrap;background:#f8fafc;border-radius:999px;align-items:center;padding:3px 9px;font-size:12px;font-weight:650;display:inline-flex}.ps-badge-ok{color:#047857;background:#ecfdf5;border-color:#a7f3d0}.ps-badge-pending{color:#c2410c;background:#fff7ed;border-color:#fed7aa}.ps-badge-off{color:#6b7280;background:#f3f4f6;border-color:#e5e7eb}.ps-badge-reject{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.ps-btn{min-height:30px;padding:4px 10px!important;font-size:12px!important}.ps-modal-backdrop{z-index:90;background:#0f172a7a;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.ps-modal{border:1px solid var(--border);background:#fff;border-radius:16px;width:min(760px,100%);max-height:90vh;overflow:auto;box-shadow:0 24px 60px #0f172a33}.ps-modal-head{border-bottom:1px solid var(--border);z-index:1;background:#fff;justify-content:space-between;align-items:flex-start;gap:16px;padding:20px 22px 16px;display:flex;position:sticky;top:0}.ps-modal-identity{align-items:center;gap:14px;min-width:0;display:flex}.ps-modal-identity h2{margin:0 0 8px;font-size:20px;font-weight:700}.ps-modal-head-sub{color:#6b7280;flex-wrap:wrap;align-items:center;gap:10px;font-size:13px;display:flex}.ps-modal-body{padding:8px 22px 18px}.ps-section{border-bottom:1px solid #f1f5f9;padding:14px 0}.ps-section:last-child{border-bottom:none}.ps-section h3{letter-spacing:.04em;text-transform:uppercase;color:#9ca3af;margin:0 0 12px;font-size:13px;font-weight:700}.ps-grid{grid-template-columns:1fr 1fr;gap:12px 18px;display:grid}.ps-grid-span{grid-column:1/-1}.ps-label{color:#9ca3af;margin-bottom:4px;font-size:12px;display:block}.ps-grid p,.ps-docs p{color:#111827;word-break:break-word;margin:0;font-size:14px;line-height:1.45}.ps-metrics{grid-template-columns:1fr 1fr;gap:14px;display:grid}.ps-metric-field label{color:#6b7280;margin-bottom:6px;font-size:12px;display:block}.ps-metric-row{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.ps-metric-row input{border:1px solid var(--border);border-radius:8px;width:96px;height:34px;padding:0 10px}.ps-doc-imgs{grid-template-columns:1fr 1fr;gap:12px;margin-top:10px;display:grid}.ps-doc-card{border:1px solid var(--border);background:#fafafa;border-radius:12px;padding:10px}.ps-doc-card img{object-fit:contain;background:#fff;border-radius:8px;width:100%;max-height:180px;margin-top:6px;display:block}.ps-doc-empty{color:#9ca3af;background:#fff;border:1px dashed #e5e7eb;border-radius:8px;justify-content:center;align-items:center;height:100px;margin-top:8px;font-size:13px;display:flex}.ps-modal-foot{border-top:1px solid var(--border);background:#fff;gap:8px;padding:14px 22px 20px;display:flex;position:sticky;bottom:0}@media (width<=720px){.ps-grid,.ps-metrics,.ps-doc-imgs{grid-template-columns:1fr}.ps-search{width:100%;min-width:0;max-width:none}}.notify-toast-stack{z-index:200;pointer-events:none;flex-direction:column;gap:10px;width:min(360px,100vw - 32px);display:flex;position:fixed;top:20px;right:20px}.notify-toast{pointer-events:auto;border:1px solid var(--border);background:#fff;border-radius:12px;align-items:flex-start;gap:10px;padding:12px 14px;animation:.22s notify-in;display:flex;box-shadow:0 12px 32px #0f172a24}.notify-toast-success{background:#f0fdf4;border-color:#bbf7d0}.notify-toast-error{background:#fef2f2;border-color:#fecaca}.notify-toast-info{background:#fff;border-color:#e5e7eb}.notify-toast-dot{background:#9ca3af;border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:6px}.notify-toast-success .notify-toast-dot{background:#16a34a}.notify-toast-error .notify-toast-dot{background:#dc2626}.notify-toast-info .notify-toast-dot{background:#e11d48}.notify-toast-text{color:#111827;word-break:break-word;flex:1;font-size:14px;line-height:1.45}.notify-toast-close{color:#9ca3af;cursor:pointer;background:0 0;border:none;padding:0 2px;font-size:18px;line-height:1}.notify-dialog-backdrop{z-index:210}.notify-dialog{max-width:420px}.notify-dialog-title{margin:0 0 8px;font-size:18px;font-weight:700}.notify-dialog-message{color:#4b5563;white-space:pre-wrap;margin:0;font-size:14px;line-height:1.55}.notify-dialog-actions{justify-content:flex-end;gap:8px;margin-top:18px;display:flex}@keyframes notify-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media (width<=640px){.notify-toast-stack{top:auto;bottom:18px;right:50%;transform:translate(50%)}}.pf-proof-thumb-btn{cursor:pointer;background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;justify-content:center;align-items:center;width:56px;height:56px;padding:0;display:inline-flex;position:relative;overflow:hidden}.pf-proof-thumb{object-fit:cover;width:100%;height:100%;display:block}.pf-proof-fallback{color:#64748b;font-size:12px;display:none}.pf-proof-thumb-btn.is-broken .pf-proof-fallback{display:inline}.pf-proof-modal{z-index:1200;background:#0f172a8c;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.pf-proof-dialog{background:#fff;border-radius:12px;max-width:min(920px,96vw);max-height:92vh;padding:16px 18px 18px;overflow:auto;box-shadow:0 20px 50px #00000040}.pf-proof-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.pf-proof-full{border:1px solid #e5e7eb;border-radius:8px;max-width:100%;max-height:70vh;margin:0 auto;display:block}.pf-proof-url{text-align:center;margin:12px 0 0;font-size:13px}.wp-page{--wp-ink:#14181f;--wp-muted:#5b6573;--wp-line:#d7dde6;--wp-accent:#7a8f6a;--wp-paper:#eef1f5;background:linear-gradient(#e8edf3 0%,#f5f7fa 220px,#fff 480px);padding-bottom:48px}.wp-hero{color:#f3f5f8;background:radial-gradient(70% 55% at 18% 0,#7a8f6a38,#0000 50%),radial-gradient(55% 45% at 90% 80%,#5a6e8c2e,#0000 45%),linear-gradient(155deg,#0f141c 0%,#1c2430 55%,#0b0e13 100%);margin-bottom:28px;padding:72px 20px 64px;position:relative;overflow:hidden}.wp-hero:after{content:"";pointer-events:none;background:linear-gradient(120deg,#0000,#ffffff0a);height:70%;position:absolute;inset:auto -10% -40% 40%;transform:rotate(-8deg)}.wp-hero-inner{text-align:center;z-index:1;max-width:880px;margin:0 auto;position:relative}.wp-brand,.wp-title,.wp-subtitle,.wp-eyebrow{animation:.7s both wpRise}.wp-title{animation-delay:80ms}.wp-subtitle{animation-delay:.16s}.wp-eyebrow{animation-delay:.24s}@keyframes wpRise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.wp-brand{letter-spacing:.08em;color:#dfe8d8;margin:0 0 18px;font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(32px,5vw,44px);font-weight:500}.wp-title{margin:0 0 14px;font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(28px,4.2vw,44px);font-weight:600;line-height:1.18}.wp-subtitle{opacity:.86;letter-spacing:.01em;margin:0 0 20px;font-size:16px}.wp-eyebrow{letter-spacing:.18em;text-transform:uppercase;color:#c9d4bc;border-bottom:1px solid #dfe8d88c;margin:0;padding:0 0 8px;font-size:11px;display:inline-block}@media (prefers-reduced-motion:reduce){.wp-brand,.wp-title,.wp-subtitle,.wp-eyebrow{animation:none}}.wp-body{max-width:880px;margin:0 auto;padding:0 16px}.wp-toc{border:0;border-left:3px solid var(--wp-accent);box-shadow:none;background:#fff;margin-bottom:18px;padding:22px 24px}.wp-toc h2{color:var(--wp-ink);margin:0 0 12px;font-family:Cormorant Garamond,Georgia,serif;font-size:26px;font-weight:600}.wp-toc ol{margin:0;padding:0;list-style:none}.wp-toc li{border-bottom:1px solid var(--wp-line)}.wp-toc li:last-child{border-bottom:0}.wp-toc a{color:var(--wp-ink);align-items:baseline;gap:12px;padding:10px 0;font-weight:500;text-decoration:none;display:flex}.wp-toc a:hover{color:#4f6144}.wp-toc-num{color:#8b95a5;font-variant-numeric:tabular-nums;min-width:28px;font-size:12px}.wp-section{box-shadow:none;border:0;border-top:1px solid var(--wp-line);background:#fff;margin-bottom:16px;padding:26px 28px;scroll-margin-top:88px}.wp-section h2{color:var(--wp-ink);border-bottom:0;margin:0 0 14px;padding-bottom:0;font-family:Cormorant Garamond,Georgia,serif;font-size:28px;font-weight:600}.wp-section p{color:var(--wp-muted);margin:0 0 12px;line-height:1.75}.wp-bullets{color:var(--wp-muted);margin:8px 0 14px;padding-left:1.2em;line-height:1.7}.wp-bullets li{margin-bottom:6px}.wp-cats{grid-template-columns:repeat(3,1fr);gap:16px;margin-top:16px;display:grid}.wp-cat{border:0;border-top:2px solid var(--wp-accent);background:0 0;border-radius:0;padding:14px 0 0}.wp-cat h3{letter-spacing:.1em;text-transform:uppercase;color:#4f6144;margin:0 0 8px;font-size:13px;font-weight:600}.wp-cat p{color:var(--wp-muted);margin:0;font-size:13px;line-height:1.55}.wp-back{text-align:center;color:#6b7280;margin:20px 0 8px;font-size:14px}.wp-back a{color:var(--wp-ink)}@media (width<=760px){.wp-cats{grid-template-columns:1fr}.wp-hero{padding:48px 16px 40px}.wp-section{padding:20px}}.faq-page{--faq-ink:#14181f;--faq-muted:#5b6573;--faq-line:#d7dde6;--faq-accent:#7a8f6a;background:linear-gradient(#e8edf3 0%,#f5f7fa 180px,#fff 420px);padding-bottom:48px}.faq-hero{color:#f3f5f8;background:radial-gradient(65% 50% at 82% 10%,#7a8f6a33,#0000 50%),linear-gradient(155deg,#0f141c 0%,#1c2430 55%,#0b0e13 100%);margin-bottom:28px;padding:56px 20px 48px}.faq-hero-inner{text-align:center;max-width:820px;margin:0 auto}.faq-brand{letter-spacing:.08em;color:#dfe8d8;margin:0 0 14px;font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(28px,4vw,40px);font-weight:500;animation:.7s both wpRise}.faq-title{margin:0 0 10px;font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(26px,3.8vw,40px);font-weight:600;animation:.7s 80ms both wpRise}.faq-subtitle{opacity:.86;margin:0 0 16px;font-size:15px;animation:.7s .16s both wpRise}.faq-eyebrow{letter-spacing:.18em;text-transform:uppercase;color:#c9d4bc;border-bottom:1px solid #dfe8d88c;margin:0;padding-bottom:8px;font-size:11px;animation:.7s .24s both wpRise;display:inline-block}.faq-body{max-width:820px;margin:0 auto;padding:0 16px}.faq-list{flex-direction:column;gap:10px;display:flex}.faq-item{border-top:1px solid var(--faq-line);background:#fff;padding:0}.faq-item summary{cursor:pointer;color:var(--faq-ink);align-items:flex-start;gap:14px;padding:18px 4px;font-weight:600;line-height:1.45;list-style:none;display:flex}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";color:var(--faq-accent);flex-shrink:0;margin-left:auto;font-size:22px;font-weight:400;line-height:1}.faq-item[open] summary:after{content:"–"}.faq-num{color:#8b95a5;font-variant-numeric:tabular-nums;min-width:28px;padding-top:3px;font-size:12px}.faq-q{flex:1}.faq-a{color:var(--faq-muted);padding:0 4px 20px 42px;line-height:1.7}.faq-a p{margin:0}.faq-steps{margin:0;padding-left:1.15em}.faq-steps li{margin-bottom:8px}.faq-back{text-align:center;color:#6b7280;margin:28px 0 8px;font-size:14px}.faq-back a{color:var(--faq-ink)}@media (width<=640px){.faq-a{padding-left:4px}.faq-hero{padding:40px 16px 36px}}@media (prefers-reduced-motion:reduce){.faq-brand,.faq-title,.faq-subtitle,.faq-eyebrow{animation:none}}.doc-page{--doc-ink:#14181f;--doc-muted:#5b6573;--doc-line:#d7dde6;--doc-accent:#7a8f6a;background:linear-gradient(#e8edf3 0%,#f5f7fa 180px,#fff 420px);padding-bottom:48px}.doc-hero{color:#f3f5f8;background:radial-gradient(60% 50% at 12% 20%,#7a8f6a2e,#0000 50%),linear-gradient(155deg,#0f141c 0%,#1c2430 55%,#0b0e13 100%);margin-bottom:24px;padding:56px 20px 48px}.doc-hero-inner{text-align:center;max-width:820px;margin:0 auto}.doc-brand{letter-spacing:.08em;color:#dfe8d8;margin:0 0 12px;font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(28px,4vw,40px);font-weight:500}.doc-title{margin:0 0 10px;font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(26px,3.8vw,40px);font-weight:600}.doc-subtitle{opacity:.86;margin:0 0 14px;font-size:15px}.doc-eyebrow{letter-spacing:.18em;text-transform:uppercase;color:#c9d4bc;border-bottom:1px solid #dfe8d88c;margin:0 0 10px;padding-bottom:8px;font-size:11px;display:inline-block}.doc-body{max-width:820px;margin:0 auto;padding:0 16px}.doc-page--article{background:#fff;padding-bottom:56px;position:relative}.doc-page--article:before{content:"";pointer-events:none;background:linear-gradient(#e86b2f 0%,#f0c4a8 40%,#0000 100%);width:4px;position:absolute;top:0;bottom:0;left:0}.doc-article-head{background:#fff;border-bottom:1px solid #e8eaee;padding:36px 20px 28px}.doc-article-head-inner{text-align:left;max-width:820px;margin:0 auto}.doc-article-tag{letter-spacing:.14em;text-transform:uppercase;color:#8b95a5;margin:0 0 10px;font-size:12px}.doc-article-title{color:#1a2a4a;margin:0 0 10px;font-family:Georgia,Times New Roman,serif;font-size:clamp(28px,4vw,40px);font-weight:700;line-height:1.25}.doc-article-sub{color:#5b6573;margin:0 0 8px;font-size:15px;line-height:1.55}.doc-body--article{max-width:820px;padding:8px 20px 0}.doc-page--article .doc-section{border-top:1px solid #f0d5d5;padding:28px 0}.doc-page--article .doc-section:first-of-type{border-top:0}.doc-page--article .doc-section h2{color:#1a2a4a;margin:0 0 14px;font-family:Georgia,Times New Roman,serif;font-size:22px}.doc-page--article .doc-section p{color:#3a4450;text-align:justify;font-size:15px;line-height:1.8}.doc-page--article .doc-bullets{color:#3a4450;margin:10px 0 12px;padding-left:1.25em;line-height:1.75}.doc-page--article .doc-bullets li{margin-bottom:10px}.doc-cta{margin:0 0 18px}.doc-section{border-top:1px solid var(--doc-line);padding:22px 0;scroll-margin-top:88px}.doc-section h2{color:var(--doc-ink);margin:0 0 12px;font-family:Cormorant Garamond,Georgia,serif;font-size:24px;font-weight:600}.doc-section p{color:var(--doc-muted);margin:0 0 10px;line-height:1.75}.doc-bullets{color:var(--doc-muted);margin:6px 0 10px;padding-left:1.2em;line-height:1.7}.doc-bullets li{margin-bottom:6px}.doc-back{text-align:center;color:#6b7280;margin:24px 0 8px;font-size:14px}.doc-back a{color:var(--doc-ink)}@media (width<=640px){.doc-hero{padding:40px 16px 36px}}.doc-docs .doc-doc-list{flex-direction:column;gap:8px;margin-top:8px;display:flex}.doc-doc-item{border-top:1px solid var(--doc-line);background:#fff}.doc-doc-item summary{cursor:pointer;color:var(--doc-ink);align-items:center;gap:12px;padding:14px 4px;font-weight:600;list-style:none;display:flex}.doc-doc-item summary::-webkit-details-marker{display:none}.doc-doc-item summary:after{content:"+";color:var(--doc-accent);margin-left:auto;font-size:20px;font-weight:400}.doc-doc-item[open] summary:after{content:"–"}.doc-doc-count{color:#8b95a5;font-variant-numeric:tabular-nums;min-width:1.5em;font-size:12px}.doc-doc-text{color:var(--doc-muted);margin:0 4px 12px;line-height:1.7}.doc-doc-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:10px;padding:0 4px 18px;display:grid}.doc-doc-thumb{border:1px solid var(--doc-line);aspect-ratio:3/4;background:#f5f7fa;display:block;overflow:hidden}.doc-doc-thumb img{object-fit:contain;background:#f5f7fa;width:100%;height:100%;display:block}.store-footer{color:#fff;background:#111;margin-top:40px;padding:40px 0}.store-footer-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.footer-col-head{align-items:center;gap:10px;margin-bottom:8px;display:flex}.footer-col-head h4{margin:0}.footer-col-icon{flex-shrink:0;width:36px;height:36px}.store-footer a{color:#ccc}.store-footer a:hover{color:#fff}.footer-hours{color:#999;font-size:12px}.store-footer-bottom{color:#888;border-top:1px solid #333;margin-top:28px;padding-top:16px;font-size:12px}.store-footer-bottom a{color:#888}@media (width<=800px){.store-footer-grid{grid-template-columns:1fr 1fr}}@media (width<=520px){.store-footer-grid{grid-template-columns:1fr}}.wp-slides,.doc-slides{flex-direction:column;gap:28px;max-width:720px;margin:8px auto 36px;display:flex}.wp-slide,.doc-slide{background:#fff;border:0;border-radius:2px;display:block;overflow:hidden;box-shadow:0 12px 40px #14181f1a}.wp-slide img,.doc-slide img{vertical-align:top;width:100%;height:auto;display:block}@media (width<=640px){.wp-slides,.doc-slides{gap:18px;margin-bottom:24px}.wp-slide,.doc-slide{box-shadow:0 6px 20px #14181f14}}.doc-hero-visual,.faq-hero-visual{background:#0f141c;border:1px solid #d7dde6;margin:0 0 18px;overflow:hidden}.doc-hero-visual img,.faq-hero-visual img{object-fit:cover;width:100%;height:auto;max-height:280px;display:block}.wp-admin-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;display:grid}.wp-admin-card{margin:0;padding:12px}.wp-admin-thumb{aspect-ratio:3/4;background:#f3f4f6;border-radius:8px;margin-bottom:10px;position:relative;overflow:hidden}.wp-admin-thumb img{object-fit:cover;width:100%;height:100%;display:block}.wp-admin-empty{color:#9ca3af;justify-content:center;align-items:center;height:100%;font-size:13px;display:flex}.wp-admin-badge{color:#fff;background:#111827c7;border-radius:999px;padding:3px 8px;font-size:12px;position:absolute;top:8px;left:8px}.wp-admin-actions{flex-direction:column;gap:8px;display:flex}.wp-admin-actions .btn{width:100%}
