:root{--green-50: #EBF8F3;--green-100: #D9F2E9;--green-200: #B3E5D3;--green-300: #80D4B5;--green-400: #40BE90;--green-500: #00A86B;--green-600: #00945E;--green-700: #007E50;--green-800: #006842;--green-900: #005133;--grad-primary: linear-gradient(135deg, #00A86B 0%, #00A86B 100%);--grad-primary-soft: linear-gradient(135deg, #EBF8F3 0%, #D9F2E9 100%);--shadow-tint: 0, 168, 107;--bg: #FFFFFF;--bg-soft: #F5F5F5;--surface: #FFFFFF;--glass-bg: rgba(255, 255, 255, .6);--glass-bg-strong: rgba(255, 255, 255, .74);--glass-border: rgba(var(--shadow-tint), .16);--glass-shadow: 0 8px 32px rgba(var(--shadow-tint), .1), 0 2px 8px rgba(15, 15, 15, .04);--glass-shadow-lg: 0 16px 48px rgba(var(--shadow-tint), .14), 0 4px 16px rgba(15, 15, 15, .05);--text: #0F0F0F;--text-muted: #5E5E5E;--text-faint: #9E9E9E;--border: rgba(15, 15, 15, .08);--danger: #E5484D;--warning: #F5A524;--info: #3B82F6;--radius-sm: 10px;--radius: 16px;--radius-lg: 22px;--radius-xl: 28px;--topbar-h: 60px;--bottomnav-h: 88px;--font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif}*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}html{height:100%}html,body{background:var(--bg);color:var(--text);font-family:var(--font);-webkit-font-smoothing:antialiased;overscroll-behavior-y:none}body{background:radial-gradient(1200px 500px at 50% -10%,var(--green-50) 0%,transparent 60%),var(--bg);min-height:100vh;padding-top:var(--topbar-h);padding-bottom:calc(var(--bottomnav-h) + env(safe-area-inset-bottom))}body.no-bottom-nav{padding-bottom:0}body.no-bottom-nav #bottom-nav{display:none}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}input,textarea,select{font-family:inherit}img{max-width:100%;display:block}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:var(--green-200);border-radius:8px}#page-loader-bar{position:fixed;top:0;left:0;height:3px;width:0%;background:var(--grad-primary);z-index:3000;opacity:0;box-shadow:0 0 8px rgba(var(--shadow-tint),.5)}.topbar{position:fixed;top:0;left:0;right:0;height:var(--topbar-h);z-index:2000;background:var(--glass-bg-strong);backdrop-filter:blur(20px) saturate(160%);-webkit-backdrop-filter:blur(20px) saturate(160%);border-bottom:1px solid var(--glass-border)}.topbar-inner{max-width:480px;margin:0 auto;height:100%;display:flex;align-items:center;justify-content:space-between;padding:0 16px}.brand{display:flex;align-items:center;gap:8px;cursor:pointer}.brand-mark{width:34px;height:34px;border-radius:11px;object-fit:cover;flex-shrink:0}.brand-name{font-weight:800;font-size:24px;letter-spacing:-.3px;color:var(--green-500)}.topbar-actions{display:flex;align-items:center;gap:8px}.icon-btn-solid{width:38px;height:38px;border-radius:50%;border:none;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#fff;background:var(--grad-primary);box-shadow:0 6px 14px rgba(var(--shadow-tint),.35),inset 0 1px #ffffff40;position:relative;transition:transform .15s ease}.icon-btn-solid:active{transform:scale(.9)}.icon-btn-solid.alt{background:linear-gradient(135deg,var(--green-500) 0%,var(--green-500) 100%)}.icon-btn-solid .dot{position:absolute;top:6px;right:6px;width:8px;height:8px;border-radius:50%;background:var(--danger);border:2px solid #fff}.page-content{max-width:480px;margin:0 auto;min-height:calc(100vh - var(--topbar-h) - var(--bottomnav-h));padding:16px 16px 24px}.page-fade-in{animation:fadeInUp .28s ease both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.bottom-nav{position:fixed;z-index:2000;bottom:calc(12px + env(safe-area-inset-bottom,0px));left:50%;transform:translate(-50%);width:calc(100% - 32px);max-width:448px;height:64px;background:#ffffffb8;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:1px solid rgba(255,255,255,.6);border-radius:28px;display:flex;align-items:center;justify-content:space-around;padding:0 6px;box-shadow:0 8px 32px rgba(var(--shadow-tint),.14),0 2px 8px #0f0f0f0f,inset 0 1px #fffffff2}.nav-item{flex:1;border:none;background:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;color:var(--text-faint);font-size:10px;font-weight:600;letter-spacing:.2px;position:relative;border-radius:20px;padding:7px 4px;cursor:pointer;transition:color .25s cubic-bezier(.4,0,.2,1),transform .25s cubic-bezier(.4,0,.2,1)}.nav-item:active{transform:scale(.92)}.nav-icon{width:22px;height:22px;position:relative;z-index:1;stroke-width:1.8}.nav-item span{position:relative;z-index:1;transition:inherit}.nav-item.active span{font-weight:700}.nav-badge{position:absolute;top:2px;right:calc(50% - 20px);z-index:2;background:var(--danger);color:#fff;font-size:9px;font-weight:800;min-width:15px;height:15px;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:0 3px}.glass-card{background:var(--glass-bg);backdrop-filter:blur(16px) saturate(160%);-webkit-backdrop-filter:blur(16px) saturate(160%);border:1px solid var(--glass-border);border-radius:var(--radius);box-shadow:var(--glass-shadow);transition:transform .2s ease,box-shadow .2s ease}.glass-card:active{transform:scale(.98)}.glass-panel{background:var(--glass-bg-strong);backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%);border:1px solid var(--glass-border);border-radius:var(--radius-lg);box-shadow:var(--glass-shadow-lg)}.card-3d{background:linear-gradient(180deg,#fff,#fafffc);border-radius:var(--radius);border:1px solid rgba(var(--shadow-tint),.1);box-shadow:0 1px #ffffffe6 inset,0 10px 24px rgba(var(--shadow-tint),.1),0 2px 6px rgba(var(--shadow-tint),.06);transition:transform .18s ease,box-shadow .18s ease}.card-3d:active{transform:translateY(2px) scale(.985);box-shadow:0 4px 10px rgba(var(--shadow-tint),.1)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;border-radius:var(--radius-sm);padding:13px 20px;font-size:15px;font-weight:700;transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease;white-space:nowrap}.btn:active{transform:translateY(1px) scale(.98)}.btn-block{width:100%}.btn svg{width:16px;height:16px;flex-shrink:0}.btn-primary{background:var(--grad-primary);color:#fff;box-shadow:0 8px 20px rgba(var(--shadow-tint),.35),inset 0 1px #ffffff40}.btn-primary:active{box-shadow:0 3px 8px rgba(var(--shadow-tint),.3)}.btn-glass{background:var(--glass-bg);color:var(--green-500);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--glass-border)}.btn-outline{background:#fff;color:var(--green-500);border:1.5px solid var(--green-200)}.btn-ghost{background:transparent;color:var(--text-muted)}.btn-danger{background:#fdedee;color:var(--danger)}.btn-sm{padding:8px 14px;font-size:13px;border-radius:10px}.btn:disabled{opacity:.5;pointer-events:none}.icon-btn{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--glass-bg);border:1px solid var(--glass-border);color:var(--green-500)}.icon-btn:disabled{opacity:.35;pointer-events:none}.field{margin-bottom:16px}.field label{display:block;font-size:13px;font-weight:700;color:var(--text-muted);margin-bottom:6px}.social-ico{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;margin-right:6px;vertical-align:-3px}.social-ico svg{width:100%;height:100%}.input,.textarea,.select{width:100%;border:1.5px solid var(--border);border-radius:var(--radius-sm);padding:13px 14px;font-size:15px;background:#fff;color:var(--text);transition:border-color .15s ease,box-shadow .15s ease}.input:focus,.textarea:focus,.select:focus{outline:none;border-color:var(--green-500);box-shadow:0 0 0 4px var(--green-100)}.textarea{resize:vertical;min-height:90px}.field-hint{font-size:12px;color:var(--text-faint);margin-top:5px}.field-error{font-size:12px;color:var(--danger);margin-top:5px;font-weight:600}.role-toggle{display:flex;gap:6px;background:var(--bg-soft);padding:5px;border-radius:50px}.role-toggle button{flex:1;border:none;background:transparent;padding:10px;border-radius:50px;font-weight:700;font-size:13px;color:var(--text-muted);transition:all .15s ease;display:inline-flex;align-items:center;justify-content:center;gap:7px}.role-toggle button svg{width:17px;height:17px;flex-shrink:0}.role-toggle button.active{background:var(--grad-primary);color:#fff;box-shadow:0 6px 14px rgba(var(--shadow-tint),.3)}h1,h2,h3{color:var(--text);letter-spacing:-.3px}.page-title{font-size:24px;font-weight:800;margin-bottom:4px}.page-sub{color:var(--text-muted);font-size:14px;margin-bottom:18px}.section-title{font-size:16px;font-weight:800;margin:22px 0 12px;display:flex;align-items:center;justify-content:space-between}.muted{color:var(--text-muted)}.faint{color:var(--text-faint)}.badge{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:800;padding:4px 9px;border-radius:20px;text-transform:uppercase;letter-spacing:.3px}.badge-green{background:var(--green-100);color:var(--green-500)}.badge-amber{background:#fef3d6;color:#92600a}.badge-red{background:#fdedee;color:var(--danger)}.badge-gray{background:#f1f5f3;color:var(--text-muted)}.hero{border-radius:var(--radius-xl);background:var(--grad-primary);padding:22px 22px 46px;color:#fff;position:relative;overflow:hidden;box-shadow:0 16px 40px rgba(var(--shadow-tint),.35);margin-bottom:-30px}.hero.hero-tight{padding-bottom:22px;margin-bottom:18px}.hero:before{content:"";position:absolute;width:220px;height:220px;border-radius:50%;background:#ffffff1f;top:-80px;right:-60px}.hero:after{content:"";position:absolute;width:140px;height:140px;border-radius:50%;background:#ffffff1a;bottom:-60px;left:-30px}.hero-title{font-size:22px;font-weight:800;margin-bottom:6px;position:relative}.hero-sub{font-size:13px;opacity:.9;position:relative}.search-bar{display:flex;align-items:center;gap:10px;background:var(--glass-bg-strong);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1px solid var(--glass-border);border-radius:var(--radius-lg);padding:12px 16px;box-shadow:var(--glass-shadow);margin-bottom:4px}.search-bar input{flex:1;border:none;background:transparent;font-size:14px;outline:none}.search-bar svg{color:var(--text-faint);flex-shrink:0}.search-bar-cta{background:#fff;border-radius:50px;padding:6px 6px 6px 18px;box-shadow:0 12px 30px rgba(var(--shadow-tint),.25);margin-bottom:4px;position:relative;z-index:2}.search-bar-cta input{flex:1;border:none;background:transparent;font-size:14px;outline:none;color:var(--text)}.search-bar-cta input::placeholder{color:var(--text-faint)}.search-bar-cta .search-cta-btn{border:none;border-radius:50px;padding:11px 20px;font-weight:700;font-size:13px;color:#fff;background:var(--grad-primary);display:flex;align-items:center;gap:6px;box-shadow:0 6px 16px rgba(var(--shadow-tint),.35);flex-shrink:0}#recent-searches:empty{display:none}.recent-head{display:flex;align-items:center;justify-content:space-between;margin:14px 2px 8px}.recent-title{font-size:13px;font-weight:800;color:var(--text)}.recent-clear{border:none;background:none;color:var(--green-500);font-size:12px;font-weight:700;cursor:pointer}.recent-chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:6px}.recent-chip{display:inline-flex;align-items:center;gap:6px;border:1.5px solid var(--border);background:#fff;color:var(--text-muted);border-radius:50px;padding:8px 12px;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s ease}.recent-chip:active{transform:scale(.95)}.recent-chip-x{color:var(--text-faint);font-size:11px;margin-left:2px;padding:2px}.cat-section-black{background:linear-gradient(160deg,#1f1f1f,#000);border-radius:var(--radius-xl);padding:20px 10px 18px;margin:6px 0 22px;box-shadow:0 16px 36px #00000052,inset 0 1px #ffffff0f}.cat-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px 4px}.cat-item{display:flex;flex-direction:column;align-items:center;gap:7px;cursor:pointer}.cat-icon-circle{width:52px;height:52px;border-radius:16px;display:flex;align-items:center;justify-content:center;background:#fff;color:var(--green-500);box-shadow:0 6px 14px #0000004d,inset 0 1px #fff9;transition:transform .2s cubic-bezier(.34,1.56,.64,1),box-shadow .2s ease}.cat-icon-circle svg{width:55%;height:55%}.cat-item:active .cat-icon-circle{transform:scale(.88)}.cat-item.more .cat-icon-circle{background:var(--grad-primary);color:#fff}.cat-label{font-size:10.5px;font-weight:600;color:#ffffffbf;text-align:center;line-height:1.2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;max-width:64px}.segment-tabs{display:flex;align-items:center;gap:4px;background:var(--glass-bg-strong);backdrop-filter:blur(18px) saturate(170%);-webkit-backdrop-filter:blur(18px) saturate(170%);border:1px solid var(--glass-border);border-radius:22px;padding:7px;margin-bottom:4px;overflow-x:auto;scrollbar-width:none;box-shadow:var(--glass-shadow)}.segment-tabs::-webkit-scrollbar{display:none}.segment-tabs .seg-text{flex-shrink:0;border:none;background:transparent;height:40px;padding:0 16px;border-radius:15px;font-size:13.5px;font-weight:700;color:var(--text-muted);transition:transform .25s cubic-bezier(.34,1.56,.64,1),background .2s ease,color .2s ease,box-shadow .2s ease;white-space:nowrap;display:inline-flex;align-items:center}.segment-tabs .seg-text.active{background:var(--grad-primary);color:#fff;box-shadow:0 8px 18px rgba(var(--shadow-tint),.35),inset 0 1px #ffffff47}.segment-tabs .seg-divider{flex-shrink:0;width:1px;height:22px;margin:0 4px;background:var(--glass-border);border-radius:1px}.segment-tabs .seg-icon{flex-shrink:0;width:40px;height:40px;padding:0;border:1.5px solid var(--border);border-radius:14px;background:#fff;color:var(--green-500);display:inline-flex;align-items:center;justify-content:center;transition:transform .2s cubic-bezier(.34,1.56,.64,1),background .2s ease,color .2s ease,box-shadow .2s ease}.segment-tabs .seg-icon:active{transform:scale(.9)}.segment-tabs .seg-icon.active{background:var(--grad-primary);color:#fff;box-shadow:0 8px 18px rgba(var(--shadow-tint),.35),inset 0 1px #ffffff47}.segment-tabs .segment-grid-btn{flex-shrink:0;width:44px;height:40px;border-radius:14px;border:none;margin-left:auto;background:var(--grad-primary);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 14px rgba(var(--shadow-tint),.35),inset 0 1px #ffffff40;transition:transform .15s ease}.segment-tabs .segment-grid-btn:active{transform:scale(.9)}.banner-carousel{position:relative;margin-bottom:18px}.banner-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:12px;scrollbar-width:none;border-radius:var(--radius-xl)}.banner-track::-webkit-scrollbar{display:none}.banner-slide{scroll-snap-align:start;flex:0 0 100%;border-radius:var(--radius-xl);padding:24px 20px;min-height:140px;position:relative;overflow:hidden;color:#fff;display:flex;flex-direction:column;justify-content:center;box-shadow:0 16px 40px rgba(var(--shadow-tint),.3)}.banner-slide:before{content:"";position:absolute;width:180px;height:180px;border-radius:50%;background:#ffffff1f;top:-70px;right:-50px}.banner-slide-emoji{font-size:30px;margin-bottom:8px}.banner-slide-title{font-size:19px;font-weight:800;margin-bottom:4px;position:relative}.banner-slide-sub{font-size:12.5px;opacity:.92;position:relative}.carousel-dots{display:flex;justify-content:center;gap:6px;margin-top:10px}.carousel-dots span{width:6px;height:6px;border-radius:50%;background:var(--green-200);transition:all .2s ease}.carousel-dots span.active{width:18px;border-radius:4px;background:var(--green-500)}.quick-link-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:6px}.quick-link-card{border-radius:var(--radius-lg);padding:16px;color:#fff;position:relative;overflow:hidden;box-shadow:0 10px 24px rgba(var(--shadow-tint),.2);transition:transform .15s ease}.quick-link-card:active{transform:scale(.97)}.quick-link-card.c1{background:var(--grad-primary)}.quick-link-card.c2{background:linear-gradient(135deg,var(--green-500) 0%,var(--green-500) 100%)}.quick-link-card.c3{background:linear-gradient(135deg,#1f1f1f,#000);cursor:pointer}.quick-link-card:after{content:"";position:absolute;width:90px;height:90px;border-radius:50%;background:#ffffff1a;bottom:-40px;right:-30px}.quick-link-icon{width:36px;height:36px;border-radius:10px;background:#fff3;display:flex;align-items:center;justify-content:center;font-size:18px;margin-bottom:20px}.quick-link-title{font-weight:800;font-size:14px;position:relative}.quick-link-sub{font-size:11px;opacity:.85;margin-top:2px;position:relative}.quick-link-arrow{position:absolute;top:14px;right:14px;opacity:.8}.admin-back{display:inline-flex;align-items:center;gap:4px;color:var(--text-muted);font-size:13px;font-weight:700;margin-bottom:14px}.admin-box-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.admin-box{border-radius:var(--radius-lg);padding:18px 16px;color:#fff;position:relative;overflow:hidden;box-shadow:0 10px 24px rgba(var(--shadow-tint),.18);transition:transform .15s ease,box-shadow .15s ease;min-height:118px;display:flex;flex-direction:column;justify-content:flex-end}.admin-box:active{transform:scale(.96)}.admin-box:after{content:"";position:absolute;width:100px;height:100px;border-radius:50%;background:#ffffff1a;bottom:-45px;right:-35px}.admin-box.full{grid-column:1 / -1}.admin-box.pending{background:linear-gradient(135deg,#fbbf56,#c97a0e);box-shadow:0 10px 24px #c97a0e40}.admin-box.shops{background:var(--grad-primary)}.admin-box.users{background:linear-gradient(135deg,#1f1f1f,#0f0f0f);box-shadow:0 10px 24px #0f0f0f47}.admin-box.orders{background:linear-gradient(135deg,#00935d,#004e32)}.admin-box.banners{background:linear-gradient(135deg,#16bc84,#007e4f)}.admin-box.categories{background:linear-gradient(135deg,#0ea5a0,#0b6a66);box-shadow:0 10px 24px #0b6a6640}.admin-box.appearance{background:linear-gradient(135deg,#a855f7,#6d28d9);box-shadow:0 10px 24px #6d28d940}.admin-box.subscriptions{background:linear-gradient(135deg,#f59e0b,#b45309);box-shadow:0 10px 24px #b4530940}.admin-box.wishlist{background:linear-gradient(135deg,#fb7185,#be123c);box-shadow:0 10px 24px #be123c40}.admin-box.notes{background:var(--grad-primary)}.admin-box.calculator{background:linear-gradient(135deg,#38bdf8,#0369a1);box-shadow:0 10px 24px #0369a140}.admin-box.announcements{background:linear-gradient(135deg,#a855f7,#6d28d9);box-shadow:0 10px 24px #6d28d940}.admin-box-icon{font-size:26px;margin-bottom:10px;position:relative}.admin-box-icon svg{width:24px;height:24px}.admin-box-title{font-weight:800;font-size:15px;position:relative}.admin-box-sub{font-size:11.5px;opacity:.88;margin-top:2px;position:relative}.admin-box-badge{position:absolute;top:12px;right:12px;background:#fffffff0;color:#92600a;font-weight:800;font-size:11px;min-width:22px;height:22px;border-radius:11px;display:flex;align-items:center;justify-content:center;padding:0 6px;box-shadow:0 2px 6px #00000026}.color-swatch{width:40px;height:40px;border-radius:12px;flex-shrink:0;border:2px solid #fff;box-shadow:0 2px 8px #00000026,0 0 0 1px var(--border)}.color-native-input{width:40px;height:40px;flex-shrink:0;border:none;border-radius:12px;padding:0;cursor:pointer;background:transparent}.color-native-input::-webkit-color-swatch-wrapper{padding:0;border-radius:12px}.color-native-input::-webkit-color-swatch{border:none;border-radius:12px}.chip-row{display:flex;gap:8px;overflow-x:auto;padding:4px 0 10px;scrollbar-width:none}.chip-row::-webkit-scrollbar{display:none}.chip{flex-shrink:0;padding:9px 14px;border-radius:20px;font-size:13px;font-weight:700;background:#fff;border:1.5px solid var(--border);color:var(--text-muted);display:flex;align-items:center;gap:6px;transition:all .15s ease}.chip.active{background:var(--grad-primary);color:#fff;border-color:transparent;box-shadow:0 6px 14px rgba(var(--shadow-tint),.3)}.glass-select-row{display:flex;gap:8px;padding:4px 0 14px}.glass-select-wrap{position:relative;flex:1;min-width:0}.glass-select{width:100%;appearance:none;-webkit-appearance:none;-moz-appearance:none;border:1px solid var(--glass-border);border-radius:14px;padding:11px 30px 11px 13px;font-size:12.5px;font-weight:700;color:var(--text);background:var(--glass-bg-strong);backdrop-filter:blur(14px) saturate(180%);-webkit-backdrop-filter:blur(14px) saturate(180%);box-shadow:var(--glass-shadow);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.glass-select-arrow{position:absolute;top:50%;right:10px;transform:translateY(-50%);width:13px;height:13px;color:var(--text-faint);pointer-events:none}.shop-grid,.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.product-card{padding:10px}.product-thumb{width:100%;aspect-ratio:1;border-radius:12px;background:var(--bg-soft);display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:8px}.product-thumb img{width:100%;height:100%;object-fit:cover}.product-name{font-weight:700;font-size:13px;margin-bottom:3px;line-height:1.3}.product-price{font-weight:800;font-size:14px;color:var(--green-500)}.product-price-old{text-decoration:line-through;color:var(--text-faint);font-size:11px;font-weight:600;margin-left:5px}.add-btn{width:30px;height:30px;border-radius:9px;background:var(--grad-primary);color:#fff;border:none;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px rgba(var(--shadow-tint),.3);position:absolute;right:8px;bottom:8px}.list-row{display:flex;align-items:center;gap:12px;padding:13px}.list-row+.list-row{margin-top:8px}.row-thumb{width:48px;height:48px;border-radius:12px;background:var(--bg-soft);object-fit:cover;flex-shrink:0}.row-title{font-weight:700;font-size:14px}.row-sub{font-size:12px;color:var(--text-muted);margin-top:2px}.empty-state{text-align:center;padding:50px 24px}.empty-emoji{font-size:44px;margin-bottom:12px}.empty-state h2{font-size:17px;margin-bottom:6px}.skeleton-wrap{padding-top:4px}.sk{background:linear-gradient(90deg,rgba(var(--shadow-tint),.12) 25%,rgba(var(--shadow-tint),.22),rgba(var(--shadow-tint),.12) 75%);background-size:600px 100%;animation:skShine 1.4s ease infinite;border-radius:10px}@keyframes skShine{0%{background-position:-300px 0}to{background-position:calc(300px + 100%) 0}}.sk-banner{height:120px;border-radius:var(--radius-xl);margin-bottom:16px}.skeleton-list{display:flex;flex-direction:column;gap:10px}.sk-card{padding:12px}.sk-row{display:flex;gap:12px;align-items:center}.sk-thumb{width:44px;height:44px;border-radius:12px;flex-shrink:0}.sk-lines{flex:1;display:flex;flex-direction:column;gap:8px}.sk-line{height:11px}#toast-root{position:fixed;bottom:calc(var(--bottomnav-h) + 16px);left:50%;transform:translate(-50%);z-index:5000;display:flex;flex-direction:column;gap:8px;align-items:center;width:100%;pointer-events:none}.toast{background:#0c1f16eb;color:#fff;padding:12px 18px;border-radius:14px;font-size:13px;font-weight:600;box-shadow:0 10px 30px #00000040;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:toastIn .25s ease both;max-width:90%}.toast.error{background:#a01e28eb}.toast.success{background:rgba(var(--shadow-tint),.92)}@keyframes toastIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fab-cart{position:fixed;bottom:calc(var(--bottomnav-h) + 14px);left:50%;transform:translate(-50%);z-index:1500;max-width:448px;width:calc(100% - 32px)}.divider{height:1px;background:var(--border);margin:16px 0}.avatar{width:40px;height:40px;border-radius:50%;background:var(--grad-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800}.stat-tile{padding:14px;text-align:center}.stat-num{font-size:20px;font-weight:800;color:var(--green-500)}.stat-label{font-size:11px;color:var(--text-muted);font-weight:600;margin-top:2px}.stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:8px}.tab-row{display:flex;gap:6px;background:var(--bg-soft);padding:5px;border-radius:50px;margin-bottom:16px}.tab-row button{flex:1;border:none;background:transparent;padding:10px;border-radius:50px;font-size:12.5px;font-weight:700;color:var(--text-muted);transition:all .15s ease}.tab-row button.active{background:var(--grad-primary);color:#fff;box-shadow:0 6px 14px rgba(var(--shadow-tint),.3)}@media (min-width: 481px){body{background:var(--bg-soft)}.topbar-inner,.page-content,.bottom-nav{max-width:480px}.page-content{box-shadow:0 0 60px rgba(var(--shadow-tint),.06)}}.crop-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#06140dcc;z-index:9000;display:flex;align-items:center;justify-content:center;padding:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.crop-modal{background:#fff;border-radius:var(--radius-lg);padding:18px;width:100%;max-width:380px;box-shadow:0 24px 64px #00000059}.crop-title{font-weight:800;font-size:16px;margin-bottom:12px;text-align:center}.crop-viewport{width:100%;overflow:hidden;border-radius:14px;background:#0b1a13;position:relative;touch-action:none;cursor:grab;border:2px solid var(--green-200)}.crop-viewport:active{cursor:grabbing}.crop-viewport img{position:absolute;left:50%;top:50%;-webkit-user-select:none;user-select:none;pointer-events:none;max-width:none}.crop-controls{display:flex;align-items:center;gap:10px;margin:12px 0 16px}.crop-controls input[type=range]{flex:1;accent-color:var(--green-500)}.crop-actions{display:flex;gap:8px}.upload-box{position:relative;border-radius:18px;overflow:hidden;cursor:pointer;border:2px dashed rgba(var(--shadow-tint),.38);background:linear-gradient(135deg,rgba(var(--shadow-tint),.09),rgba(var(--shadow-tint),.03));transition:border-color .15s ease,transform .15s ease,box-shadow .2s ease}.upload-box:hover{border-color:rgba(var(--shadow-tint),.6)}.upload-box:active{transform:scale(.97)}.upload-box.has-image{border-style:solid;border-color:transparent}.upload-box.ratio-1-1{width:96px;aspect-ratio:1;flex-shrink:0}.upload-box.ratio-16-9{width:100%;aspect-ratio:16/9}.upload-box input[type=file]{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.upload-box-visual{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;pointer-events:none}.upload-box-visual img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.upload-box-icon{width:32px;height:32px;border-radius:11px;background:var(--grad-primary);color:#fff;font-weight:700;display:flex;align-items:center;justify-content:center;font-size:16px;box-shadow:0 5px 14px rgba(var(--shadow-tint),.38)}.upload-box-icon svg{width:16px;height:16px}.upload-box-label{font-size:10.5px;font-weight:700;color:var(--green-600);text-align:center;padding:0 6px}.upload-box-edit{position:absolute;bottom:6px;right:6px;width:26px;height:26px;border-radius:50%;background:#06140d99;color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 2px 8px #00000040}.cover-upload{position:relative;margin-bottom:46px}.cover-upload .upload-box.ratio-16-9{border-radius:var(--radius-lg)}.cover-upload .cover-logo-box{position:absolute;left:16px;bottom:-34px;width:84px;height:84px;border-radius:20px;border:4px solid #fff;box-shadow:0 8px 20px rgba(var(--shadow-tint),.3);background:linear-gradient(135deg,rgba(var(--shadow-tint),.12),rgba(var(--shadow-tint),.04))}.cover-upload .cover-logo-box .upload-box-icon{width:26px;height:26px;font-size:13px}.cover-upload .cover-logo-box .upload-box-label{font-size:9px}:root{--btn-black: #0F0F0F;--btn-black-soft: #1F1F1F}body{background:var(--bg)}.btn-primary,.search-bar-cta .search-cta-btn,.icon-btn-solid,.add-btn{background:linear-gradient(135deg,var(--btn-black-soft) 0%,var(--btn-black) 100%);color:#fff;box-shadow:0 6px 16px #0f0f0f47,inset 0 1px #ffffff1a}.icon-btn-solid.alt{background:linear-gradient(135deg,var(--btn-black-soft) 0%,var(--btn-black) 100%)}.btn-primary:active{box-shadow:0 3px 8px #0f0f0f4d}.btn-outline{color:var(--btn-black);border-color:#0f0f0f2e}:root{--green-bright: #00E88F}.segment-tabs .seg-text.active,.segment-tabs .seg-icon.active,.tab-row button.active,.role-toggle button.active,.chip.active{background:linear-gradient(135deg,var(--btn-black-soft) 0%,var(--btn-black) 100%);color:var(--green-bright);box-shadow:0 6px 14px #0f0f0f47}.nav-item.active{color:var(--green-bright);background:none}.nav-item.active:before{content:"";position:absolute;top:2px;right:6px;bottom:2px;left:6px;z-index:0;border-radius:16px;background:linear-gradient(135deg,var(--btn-black-soft) 0%,var(--btn-black) 100%);box-shadow:0 4px 16px #0f0f0f52,0 1px 4px #0f0f0f33}.nav-item.active .nav-icon{filter:none}.ptr{position:fixed;left:50%;top:calc(var(--topbar-h) - 26px);z-index:900;pointer-events:none;transform:translate(-50%);opacity:0}.ptr.is-snapping{transition:transform .3s cubic-bezier(.34,1.4,.64,1),opacity .3s ease}.ptr-circle{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#ffffffeb;backdrop-filter:blur(14px) saturate(170%);-webkit-backdrop-filter:blur(14px) saturate(170%);box-shadow:0 8px 22px #0f0f0f29,inset 0 0 0 1px #ffffffe6;color:var(--text-faint)}.ptr-circle svg{width:19px;height:19px}.ptr.is-ready .ptr-circle{color:var(--green-500);box-shadow:0 8px 22px rgba(var(--shadow-tint),.34),inset 0 0 0 1px #ffffffe6}.ptr.is-spinning .ptr-circle{color:var(--green-500);animation:ptrSpin .7s linear infinite}@keyframes ptrSpin{to{transform:rotate(360deg)}}.nav-item .nav-badge{position:absolute;top:3px;left:50%;transform:translate(2px);right:auto;min-width:18px;height:18px;padding:0 5px;border-radius:9px;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:800;line-height:1;letter-spacing:-.2px;color:#fff;background:linear-gradient(135deg,#ff5a5f,#e5484d);box-shadow:0 3px 8px #e5484d73,0 0 0 2px #fff;z-index:3}.nav-item.active .nav-badge{box-shadow:0 3px 8px #e5484d80,0 0 0 2px var(--btn-black)}.nav-item .nav-badge.is-pop{animation:badgePop .45s cubic-bezier(.34,1.6,.64,1)}@keyframes badgePop{0%{transform:translate(2px) scale(1)}35%{transform:translate(2px) scale(1.45)}to{transform:translate(2px) scale(1)}}.nav-item.is-bumping .nav-icon{animation:cartBump .5s cubic-bezier(.34,1.5,.64,1)}@keyframes cartBump{0%{transform:translateY(0) scale(1)}30%{transform:translateY(-5px) scale(1.14)}60%{transform:translateY(1px) scale(.96)}to{transform:translateY(0) scale(1)}}.fly-item{position:fixed;z-index:5000;pointer-events:none;border-radius:18px;overflow:hidden;background-size:cover;background-position:center;box-shadow:0 14px 32px #0f0f0f4d;will-change:transform,opacity}.fly-item.is-blank{background:var(--grad-primary)}@media (prefers-reduced-motion: reduce){.nav-badge.is-pop,.nav-item.is-bumping .nav-icon{animation:none}}.product-card{padding:10px;display:flex;flex-direction:column}.product-thumb{position:relative;margin-bottom:9px}.product-thumb svg{width:34px;height:34px;color:var(--green-500)}.pc-off,.pc-out{position:absolute;z-index:2;font-size:10px;font-weight:800;letter-spacing:.2px}.pc-off{top:7px;left:7px;padding:3px 7px;border-radius:50px;background:linear-gradient(135deg,var(--btn-black-soft) 0%,var(--btn-black) 100%);color:var(--green-bright);box-shadow:0 4px 10px #0f0f0f47}.pc-out{top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#ffffffc7;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);color:var(--danger);font-size:12px;letter-spacing:.4px}.product-card.is-out .product-thumb img{filter:grayscale(.7)}.product-name{font-weight:700;font-size:13px;line-height:1.3;margin-bottom:4px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;min-height:34px}.pc-meta{display:flex;align-items:center;gap:6px;flex-wrap:wrap;font-size:10.5px;font-weight:700;color:var(--text-faint);min-height:14px;margin-bottom:8px}.pc-meta .is-low{color:#b4700a}.pc-foot{margin-top:auto;display:flex;align-items:flex-end;justify-content:space-between;gap:8px}.product-price{display:flex;flex-direction:column;line-height:1.25}.product-price-old{text-decoration:line-through;color:var(--text-faint);font-size:10.5px;font-weight:600;margin-left:0}.add-btn{position:static;flex-shrink:0;width:32px;height:32px;border-radius:11px;display:flex;align-items:center;justify-content:center}.add-btn svg{width:15px;height:15px}.add-btn:disabled{opacity:.35}#home-list.shop-grid,.shop-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.shop-card{position:relative;overflow:hidden;cursor:pointer;border-radius:20px;background:#fff;box-shadow:0 10px 26px #0f0f0f17,inset 0 0 0 1px rgba(var(--shadow-tint),.09);transition:transform .2s cubic-bezier(.34,1.4,.64,1),box-shadow .2s ease}.shop-card:active{transform:scale(.97);box-shadow:0 4px 12px #0f0f0f17}.shop-card.is-closed .shop-card-cover img{filter:grayscale(.55) brightness(.92)}.shop-card-cover{position:relative;aspect-ratio:16 / 8;overflow:hidden;background:var(--grad-primary-soft);border-bottom:2.5px solid var(--green-500)}.shop-card-cover img{width:100%;height:100%;object-fit:cover}.shop-card-cover-fill{width:100%;height:100%;background:radial-gradient(120% 120% at 20% 0%,var(--green-100) 0%,var(--green-50) 60%,#FFF 100%)}.shop-card-cover:after{content:"";position:absolute;inset:auto 0 0 0;height:55%;background:linear-gradient(to top,rgba(15,15,15,.28),transparent);pointer-events:none}.shop-card-status{display:inline-flex;align-items:center;gap:5px;flex-shrink:0;height:20px;padding:0 9px;border-radius:50px;font-size:9.5px;font-weight:800;letter-spacing:.3px;line-height:1;background:rgba(var(--shadow-tint),.12);color:var(--green-600)}.shop-card-status:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--green-500);flex-shrink:0}.shop-card-status.is-closed{color:var(--danger)}.shop-card-status.is-closed:before{background:var(--danger)}.shop-card-body{position:relative;padding:36px 12px 12px}.shop-card-logo{position:absolute;left:12px;top:-26px;width:54px;height:54px;border-radius:16px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:var(--grad-primary);color:#fff;font-size:21px;font-weight:800;border:2.5px solid var(--btn-black)}.shop-card-logo img{display:block;width:100%;height:100%;object-fit:cover;border-radius:13.5px}.shop-card-name{display:flex;align-items:center;gap:4px;font-size:13.5px;font-weight:800;color:var(--text);letter-spacing:-.2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shop-card-tick{flex-shrink:0;display:inline-flex;align-items:center;color:var(--green-500)}.shop-card-tick svg{width:15px;height:15px}.shop-card-cat{font-size:10.5px;font-weight:600;color:var(--text-muted);margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shop-card-rating{display:flex;align-items:center;gap:6px;margin-top:9px}.shop-card-rcount{font-size:10.5px;font-weight:700;color:var(--text-faint)}.shop-card-foot{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:9px;padding-top:9px;border-top:1px solid var(--border);font-size:10.5px;font-weight:700;color:var(--text-muted)}.shop-card-stat{display:inline-flex;align-items:center;gap:4px;min-width:0}.shop-card-stat svg{width:12.5px;height:12.5px;flex-shrink:0;color:var(--green-600)}.stars{display:inline-flex;align-items:center;gap:1px;line-height:1}.star-cell{position:relative;display:inline-block}.star-bg{color:#0f0f0f29}.star-fg{position:absolute;left:0;top:0;overflow:hidden;color:#f5a524;white-space:nowrap}.stars.stars-sm .star-cell,.stars.stars-sm .star-bg,.stars.stars-sm .star-fg{font-size:12px}.stars.stars-lg .star-cell,.stars.stars-lg .star-bg,.stars.stars-lg .star-fg{font-size:22px}.auth-page{padding:0 2px 24px}.auth-hero{text-align:center;padding-top:30px;padding-bottom:54px;margin-left:-16px;margin-right:-16px;margin-top:-16px;border-radius:0}.auth-hero-logo{width:52px;height:52px;border-radius:16px;margin:0 auto 12px;display:block;box-shadow:0 8px 20px #0000002e}.auth-login-card{position:relative;z-index:2;background:#fff;border-radius:var(--radius-lg);padding:20px;box-shadow:0 18px 40px rgba(var(--shadow-tint),.2)}.auth-section-label{font-size:10.5px;font-weight:800;letter-spacing:.8px;text-transform:uppercase;color:var(--green-600);margin-bottom:12px}.auth-divider{display:flex;align-items:center;gap:12px;margin:16px 4px;font-size:11px;font-weight:800;letter-spacing:.6px;text-transform:uppercase;color:var(--green-500)}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1.5px;background:var(--green-200)}.auth-pw-field{position:relative}.auth-pw-field .input{padding-right:44px}.auth-pw-toggle{position:absolute;right:4px;top:50%;transform:translateY(-50%);width:34px;height:34px;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;background:transparent;color:var(--text-faint)}.auth-pw-toggle svg{width:18px;height:18px}.auth-pw-toggle:active{background:var(--bg-soft)}.auth-create-cta{position:relative;margin-top:14px;width:100%;display:flex;align-items:center;gap:12px;padding:16px 18px;border:none;border-radius:22px;cursor:pointer;background:linear-gradient(135deg,var(--btn-black-soft) 0%,var(--btn-black) 100%);box-shadow:0 14px 30px #0f0f0f47,inset 0 0 0 1px #ffffff14;transition:transform .16s ease}.auth-create-cta:active{transform:scale(.98)}.auth-create-cta-icon{width:42px;height:42px;border-radius:14px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#ffffff24;color:#fff}.auth-create-cta-icon svg{width:21px;height:21px}.auth-create-cta-text{flex:1;text-align:left}.auth-create-cta-text b{display:block;font-size:14.5px;font-weight:800;color:#fff}.auth-create-cta-text small{display:block;font-size:11.5px;font-weight:600;color:#ffffffd9;margin-top:2px}.auth-create-cta-arrow{color:#fff;opacity:.85}.auth-create-cta-arrow svg{width:18px;height:18px}.auth-wizard-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.auth-steps{display:flex;align-items:center;gap:7px}.auth-step-dot{width:7px;height:7px;border-radius:50%;background:#0f0f0f24;transition:all .2s ease}.auth-step-dot.active{width:20px;border-radius:4px;background:var(--grad-primary)}.auth-step-dot.done{background:var(--green-400)}.auth-wizard-hero{text-align:center;padding:22px 10px 8px}.auth-wizard-hero-icon{width:76px;height:76px;margin:0 auto 14px;border-radius:28px;display:flex;align-items:center;justify-content:center;font-size:34px;box-shadow:0 14px 30px #0f0f0f24,inset 0 0 0 1px #fff9;animation:authHeroIn .5s cubic-bezier(.34,1.4,.64,1) both}@keyframes authHeroIn{0%{opacity:0;transform:scale(.6) rotate(-8deg)}to{opacity:1;transform:none}}.auth-wizard-hero-icon svg{width:32px;height:32px}.auth-wizard-hero.step-1 .auth-wizard-hero-icon{background:linear-gradient(135deg,#dff7ec,#a9efcb);color:#0f8a54}.auth-wizard-hero.step-2 .auth-wizard-hero-icon{background:linear-gradient(135deg,#dcebff,#a9c9ff);color:#1f5fcc}.auth-wizard-hero.step-3 .auth-wizard-hero-icon{background:linear-gradient(135deg,#f3e1ff,#e0b3ff);color:#8a2fbf}.auth-wizard-hero-title{font-size:21px;font-weight:800;letter-spacing:-.4px;margin-bottom:5px}.auth-wizard-hero-sub{font-size:12.5px;color:var(--text-muted)}.auth-wizard-card{padding:18px}.auth-dob-row{display:grid;grid-template-columns:.8fr 1.3fr .95fr;gap:8px}.auth-dob-select{padding-left:12px;padding-right:8px}.auth-celebrate{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#061e148c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);animation:authFadeIn .25s ease both;overflow:hidden}.auth-celebrate.is-leaving{animation:authFadeOut .35s ease both}@keyframes authFadeIn{0%{opacity:0}to{opacity:1}}@keyframes authFadeOut{to{opacity:0}}.auth-celebrate-confetti{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.confetti-piece{position:absolute;top:-12px;width:8px;height:14px;border-radius:2px;animation-name:authConfettiFall;animation-timing-function:ease-in;animation-fill-mode:forwards}@keyframes authConfettiFall{0%{transform:translateY(-10vh) rotate(0);opacity:1}to{transform:translateY(110vh) rotate(var(--rot));opacity:.85}}.auth-celebrate-badge{width:84px;height:84px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff;color:var(--green-500);box-shadow:0 20px 44px #0000004d;animation:authBadgePop .55s cubic-bezier(.34,1.56,.64,1) both}.auth-celebrate-badge svg{width:42px;height:42px;stroke-width:2.6}@keyframes authBadgePop{0%{transform:scale(0);opacity:0}60%{transform:scale(1.15);opacity:1}to{transform:scale(1)}}.auth-celebrate-text{margin-top:18px;font-size:20px;font-weight:800;color:#fff;letter-spacing:-.3px;animation:authTextIn .4s ease .15s both}@keyframes authTextIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.note-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.note-card{border-radius:18px;padding:13px 12px 11px;cursor:pointer;min-height:108px;display:flex;flex-direction:column;gap:5px;box-shadow:0 3px 10px #0f0f0f12;transition:transform .15s ease}.note-card:active{transform:scale(.97)}.note-card-title{font-size:13.5px;font-weight:800;color:var(--text);line-height:1.35;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.note-card-body{font-size:11.5px;color:var(--text-muted);line-height:1.45;flex:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.note-card-date{font-size:10px;color:var(--text-faint);margin-top:auto;padding-top:3px}.wish-card{position:relative;cursor:pointer}.wish-remove{position:absolute;top:8px;right:8px;z-index:2;width:30px;height:30px;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;background:#ffffffeb;color:var(--danger);box-shadow:0 3px 8px #0f0f0f26}.wish-remove svg{width:15px;height:15px;fill:var(--danger)}.wish-remove:active{transform:scale(.9)}.ann-card{background:#fff;border-radius:20px;overflow:hidden;margin-bottom:14px;box-shadow:0 4px 20px #0f0f0f12}.ann-card-img{width:100%;aspect-ratio:3/2;overflow:hidden;background:var(--bg-soft)}.ann-card-img img{width:100%;height:100%;object-fit:cover}.ann-card-body{padding:15px}.ann-card-title{font-weight:800;font-size:15px;color:var(--text);margin-bottom:7px}.ann-card-desc{font-size:13px;color:var(--text-muted);line-height:1.6;margin-bottom:11px;white-space:pre-wrap}.ann-card-foot{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px}.ann-card-time{font-size:11.5px;color:var(--text-faint)}.ann-card-actions{display:flex;align-items:center;gap:8px}.ann-copy{display:inline-flex;align-items:center;gap:5px;background:var(--green-50);border:1px solid var(--green-200);color:var(--green-600);border-radius:9px;padding:6px 12px;font-size:12px;font-weight:700;cursor:pointer}.ann-copy svg{width:13px;height:13px}.ann-copy.is-copied{background:var(--green-100)}.mini-hero{position:relative;overflow:hidden;color:#fff;margin:-16px -16px 18px;padding:16px 20px 28px}.mini-hero:before{content:"";position:absolute;width:150px;height:150px;border-radius:50%;background:#ffffff1f;top:-60px;right:-30px}.mini-hero:after{content:"";position:absolute;width:110px;height:110px;border-radius:50%;background:#ffffff14;bottom:-50px;left:-20px}.mini-hero.wishlist{background:linear-gradient(135deg,#fb7185,#be123c)}.mini-hero.notes{background:var(--grad-primary)}.mini-hero.announcements{background:linear-gradient(135deg,#a855f7,#6d28d9)}.mini-hero.cart{background:linear-gradient(135deg,var(--btn-black-soft) 0%,var(--btn-black) 100%);padding:18px 20px 44px}.mini-hero.browse{background:linear-gradient(135deg,var(--btn-black-soft) 0%,var(--btn-black) 100%);padding:20px 20px 46px;margin-bottom:0}.mini-hero.browse .mini-hero-body{align-items:center;justify-content:flex-start;gap:13px}.mini-hero.browse .mini-hero-icon{margin:0;flex-shrink:0;background:#00e88f24;color:var(--green-bright);box-shadow:inset 0 0 0 1px #00e88f47}.mini-hero.browse .mini-hero-title{color:var(--green-bright);margin-bottom:2px}.mini-hero.browse .mini-hero-sub{color:#ffffff9e;opacity:1}.browse-console{position:relative;z-index:2;margin:-30px 0 14px;padding:12px;border-radius:22px;background:#fff;box-shadow:0 18px 40px #0f0f0f24,inset 0 0 0 1px #0f0f0f0a}.browse-search{display:flex;align-items:center;gap:9px;height:46px;padding:0 14px;border-radius:15px;background:var(--bg-soft);box-shadow:inset 0 0 0 1px #0f0f0f0d;transition:box-shadow .18s ease,background .18s ease}.browse-search:focus-within{background:#fff;box-shadow:inset 0 0 0 1.5px var(--green-500),0 0 0 4px rgba(var(--shadow-tint),.12)}.browse-search>svg{color:var(--text-faint);flex-shrink:0}.browse-search input{flex:1;min-width:0;border:none;background:none;outline:none;font-size:14px;font-weight:650;color:var(--text)}.browse-search button{flex-shrink:0;border:none;background:none;cursor:pointer;color:var(--text-faint);font-size:15px;padding:0 2px}.browse-console .glass-select-row{padding:10px 0 0}.cart-identity-card{position:relative;z-index:2;margin:-28px 0 16px;background:#fff;border-radius:20px;padding:18px;box-shadow:0 18px 40px #0f0f0f24}.mini-hero.profile{background:var(--grad-primary);padding:18px 20px 48px;margin-bottom:0}.mini-hero.profile .mini-hero-top{margin-bottom:14px}.profile-id-card{position:relative;z-index:2;margin:-34px 0 18px;background:#fff;border-radius:24px;padding:22px 20px 18px;text-align:center;box-shadow:0 18px 40px rgba(var(--shadow-tint),.18)}.profile-id-avatar-wrap{position:relative;width:84px;height:84px;margin:0 auto 12px}.profile-id-avatar{width:84px;height:84px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;background:var(--grad-primary);color:#fff;font-weight:800;font-size:30px;box-shadow:0 8px 20px rgba(var(--shadow-tint),.3),0 0 0 4px #fff}.profile-id-avatar img{width:100%;height:100%;object-fit:cover}.profile-id-avatar-edit{position:absolute;right:-2px;bottom:-2px;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2.5px solid #fff;cursor:pointer;background:linear-gradient(135deg,var(--btn-black-soft) 0%,var(--btn-black) 100%);color:#fff}.profile-id-avatar-edit svg{width:14px;height:14px}.profile-id-name{font-size:20px;font-weight:800;color:var(--text);letter-spacing:-.3px}.profile-id-email{font-size:12.5px;color:var(--text-muted);margin-top:3px}.profile-id-badge{display:inline-block;margin-top:9px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.5px;background:var(--green-50);color:var(--green-600);padding:4px 11px;border-radius:50px}.profile-id-stats{display:flex;align-items:center;margin-top:18px;padding-top:16px;border-top:1px solid var(--border)}.profile-id-stat{flex:1}.profile-id-stat b{display:block;font-size:21px;font-weight:800;color:var(--text)}.profile-id-stat span{display:block;font-size:9.5px;font-weight:800;color:var(--text-faint);text-transform:uppercase;letter-spacing:.5px;margin-top:2px}.profile-id-stat-divider{width:1px;height:30px;background:var(--border)}.profile-orders-card{display:flex;align-items:center;gap:14px;padding:16px;cursor:pointer;border-radius:20px;margin-bottom:18px;background:linear-gradient(135deg,#1f1f1f,#000);box-shadow:0 10px 24px #0f0f0f38;transition:transform .15s ease}.profile-orders-card:active{transform:scale(.97)}.profile-orders-icon{width:44px;height:44px;border-radius:14px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#ffffff1f;color:#fff}.profile-orders-icon svg{width:21px;height:21px}.profile-orders-card .row-title{color:#fff}.profile-orders-card .row-sub{color:#ffffffb8}.profile-orders-arrow{color:#ffffff8c;flex-shrink:0}.profile-orders-arrow svg{width:18px;height:18px}.mini-hero-top{display:flex;align-items:center;justify-content:space-between;position:relative;z-index:1;margin-bottom:20px}.mini-hero-back{width:36px;height:36px;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;background:#ffffff2e;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:inset 0 0 0 1px #ffffff40}.mini-hero-back svg{width:17px;height:17px}.mini-hero-back:active{transform:scale(.9)}.mini-hero-body{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;position:relative;z-index:1}.mini-hero-icon{width:50px;height:50px;border-radius:17px;flex-shrink:0;margin-bottom:12px;display:flex;align-items:center;justify-content:center;background:#ffffff2e;box-shadow:inset 0 0 0 1px #ffffff40}.mini-hero-icon svg{width:24px;height:24px}.mini-hero-title{font-size:21px;font-weight:800;letter-spacing:-.3px;margin-bottom:4px}.mini-hero-sub{font-size:12.5px;opacity:.88}.mini-hero-stat{text-align:right;flex-shrink:0}.mini-hero-stat b{display:block;font-size:24px;font-weight:800;line-height:1}.mini-hero-stat span{display:block;font-size:9.5px;font-weight:800;text-transform:uppercase;letter-spacing:.6px;opacity:.85;margin-top:4px}.shelf-wrap{display:flex;flex-direction:column;gap:26px}.shelf-cat{display:flex;flex-direction:column;gap:14px}.shelf-cat-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.shelf-cat-title{display:flex;align-items:center;gap:9px;min-width:0}.shelf-cat-ico{width:34px;height:34px;border-radius:12px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:17px;background:var(--grad-primary-soft);box-shadow:inset 0 0 0 1px rgba(var(--shadow-tint),.14)}.shelf-cat-title h2{margin:0;font-size:16.5px;font-weight:800;letter-spacing:-.35px;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shelf-va-cat,.shelf-va{display:inline-flex;align-items:center;gap:4px;flex-shrink:0;border:none;cursor:pointer;white-space:nowrap;font-weight:800;transition:transform .15s ease}.shelf-va-cat:active,.shelf-va:active{transform:scale(.94)}.shelf-va-cat svg,.shelf-va svg{width:13px;height:13px}.shelf-va-cat{height:28px;padding:0 12px;border-radius:50px;font-size:11px;background:linear-gradient(135deg,var(--btn-black-soft) 0%,var(--btn-black) 100%);color:#fff}.shelf-va{padding:0;background:none;font-size:11.5px;color:var(--green-600)}.shelf-col{flex:0 0 auto;scroll-snap-align:start;width:min(84vw,310px);display:flex;flex-direction:column;gap:9px;padding:11px;border-radius:22px;background:linear-gradient(160deg,rgba(var(--shadow-tint),.1),rgba(var(--shadow-tint),.035));box-shadow:inset 0 0 0 1px rgba(var(--shadow-tint),.12)}.shelf-col-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:1px 2px}.shelf-col-title{display:flex;align-items:center;gap:6px;min-width:0}.shelf-col-ico{font-size:13px;flex-shrink:0}.shelf-col-title b{font-size:13px;font-weight:800;color:var(--text);letter-spacing:-.2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shelf-col-count{flex-shrink:0;padding:1px 7px;border-radius:50px;font-size:9.5px;font-weight:800;line-height:1.6;background:rgba(var(--shadow-tint),.12);color:var(--green-600)}.shelf-rail{display:flex;align-items:stretch;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;margin:0 -16px;padding:2px 16px 6px;scrollbar-width:none}.shelf-rail::-webkit-scrollbar{display:none}.shelf-quad{display:grid;grid-template-columns:1fr 1fr;gap:8px;align-content:start}.shelf-tile{cursor:pointer;min-width:0;display:flex;flex-direction:column;padding:7px 7px 9px;border-radius:16px;background:#fff;box-shadow:0 3px 10px #0f0f0f0f,inset 0 0 0 1px #0f0f0f0b;transition:transform .16s ease,box-shadow .16s ease}.shelf-tile:active{transform:scale(.96);box-shadow:0 1px 5px #0f0f0f14}.shelf-tile-img{position:relative;aspect-ratio:1;overflow:hidden;border-radius:12px;margin-bottom:7px;display:flex;align-items:center;justify-content:center;font-size:26px;background:var(--bg-soft)}.shelf-tile-img img{width:100%;height:100%;object-fit:cover;display:block}.shelf-tile-off{position:absolute;top:5px;left:5px;padding:2.5px 7px;border-radius:50px;font-size:9px;font-weight:800;letter-spacing:.2px;line-height:1;background:var(--danger);color:#fff;box-shadow:0 2px 6px #e5484d66}.shelf-tile-name{font-size:11.5px;font-weight:700;color:var(--text);line-height:1.35;padding:0 2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shelf-tile-shop{margin-top:2px;padding:0 2px;font-size:10px;font-weight:600;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shelf-tile-price{margin-top:auto;padding:4px 2px 0;font-size:12.5px;font-weight:800;color:var(--green-600);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shelf-tile-price s{font-size:10px;font-weight:600;color:var(--text-faint);margin-left:4px}.shelf-rail-end{flex:0 0 auto;scroll-snap-align:start;cursor:pointer;border:none;width:104px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;border-radius:22px;background:var(--bg-soft);box-shadow:inset 0 0 0 1px rgba(var(--shadow-tint),.12);font-size:11.5px;font-weight:800;color:var(--green-600);transition:transform .15s ease}.shelf-rail-end:active{transform:scale(.96)}.shelf-rail-end-ico{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--grad-primary);color:#fff}.shelf-rail-end-ico svg{width:16px;height:16px}.browse-narrow{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px;padding:10px 14px;border-radius:14px;background:rgba(var(--shadow-tint),.1);box-shadow:inset 0 0 0 1px rgba(var(--shadow-tint),.16);font-size:12.5px;font-weight:650;color:var(--text-muted)}.browse-narrow b{color:var(--green-600);font-weight:800}.browse-narrow button{flex-shrink:0;border:none;background:none;cursor:pointer;font-size:11.5px;font-weight:800;color:var(--text-faint)}.shelf-tile-wish{position:absolute;top:5px;right:5px;z-index:1;width:26px;height:26px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;background:#fff;color:var(--btn-black);box-shadow:0 2px 8px #0f0f0f29;transition:transform .15s ease,background .18s ease,color .18s ease}.shelf-tile-wish svg{width:14px;height:14px}.shelf-tile-wish:active{transform:scale(.86)}.shelf-tile-wish.is-saved{background:var(--btn-black);color:var(--green-bright)}.shelf-tile-wish.is-saved svg{fill:var(--green-bright)}.shelf-tile-wish.is-pop svg{animation:wishPop .45s cubic-bezier(.34,1.6,.64,1)}@media (prefers-reduced-motion: reduce){.shelf-tile-wish.is-pop svg{animation:none}}.wish-tab-n{display:inline-block;margin-left:5px;padding:1px 6px;border-radius:50px;font-size:9.5px;font-weight:800;line-height:1.6;background:rgba(var(--shadow-tint),.14);color:var(--green-600)}.seg-text.active .wish-tab-n{background:#fff3;color:#fff}#wish-tabs{overflow-x:visible;margin-bottom:14px}#wish-tabs .seg-text{flex:1;justify-content:center}.smart-wrap{display:flex;flex-direction:column;gap:14px;margin-bottom:26px}.smart-row{--sm: var(--green-600);--sm-soft: rgba(var(--shadow-tint), .1);position:relative;overflow:hidden;display:flex;flex-direction:column;gap:11px;padding:14px 13px 5px;border-radius:22px;background:#fff;box-shadow:0 8px 22px #0f0f0f0f,inset 0 0 0 1px #0f0f0f0d}.smart-row.is-sale{--sm: #E5484D;--sm-soft: rgba(229,72,77,.1)}.smart-row.is-popular{--sm: #D97706;--sm-soft: rgba(217,119,6,.1)}.smart-row.is-cheap{--sm: #2563EB;--sm-soft: rgba(37,99,235,.1)}.smart-row:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--sm),transparent 78%)}.smart-head{display:flex;align-items:center;gap:10px}.smart-ico{width:34px;height:34px;border-radius:12px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:var(--sm-soft);color:var(--sm);box-shadow:inset 0 0 0 1px currentColor}.smart-ico svg{width:17px;height:17px}.smart-titles{min-width:0;flex:1}.smart-titles b{display:block;font-size:14.5px;font-weight:800;color:var(--text);letter-spacing:-.25px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.smart-titles span{display:block;margin-top:1px;font-size:10.5px;font-weight:600;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.smart-count{flex-shrink:0;padding:3px 9px;border-radius:50px;font-size:10px;font-weight:800;line-height:1.5;background:var(--sm-soft);color:var(--sm)}.smart-rail{display:flex;gap:10px;overflow-x:auto;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;margin:0 -13px;padding:2px 13px 8px;scrollbar-width:none}.smart-rail::-webkit-scrollbar{display:none}.smart-rail .shelf-tile{flex:0 0 auto;width:132px;scroll-snap-align:start;box-shadow:0 3px 10px #0f0f0f12,inset 0 0 0 1px #0f0f0f0d}.shop-card-logo:has(img),.shp-logo-inner:has(img),.sf-logo:has(img),.profile-id-avatar:has(img),.pd-shop-logo:has(img),.pp-hero-logo:has(img),.au-avatar:has(img){background:#fff}.profile-id-avatar img,.pd-shop-logo img,.pp-hero-logo img,.au-avatar img{display:block;border-radius:inherit}.mo-review{display:flex;flex-direction:column;gap:11px;padding:15px;border-radius:18px;background:var(--bg-soft);box-shadow:inset 0 0 0 1px #0f0f0f0d;margin-bottom:4px}.mo-review-ask{margin:0;font-size:12.5px;font-weight:600;color:var(--text-muted);line-height:1.45}.mo-stars{display:flex;gap:4px}.mo-star{border:none;background:none;cursor:pointer;padding:2px;font-size:30px;line-height:1;color:#0f0f0f29;transition:transform .15s cubic-bezier(.34,1.6,.64,1),color .15s ease}.mo-star:active{transform:scale(.82)}.mo-star.is-on{color:#f5a524}.mo-review .textarea{min-height:74px}.mo-review .btn{width:100%}.mo-review .btn:disabled{opacity:.45;cursor:default}.mo-review-err:empty{display:none}.mo-review-err{font-size:12px;font-weight:650;color:var(--danger);padding:9px 11px;border-radius:11px;background:#e5484d14}.mini-hero.legal{padding:18px 20px 30px}.mini-hero.legal.terms{background:linear-gradient(135deg,var(--btn-black-soft) 0%,var(--btn-black) 100%)}.mini-hero.legal.privacy{background:linear-gradient(135deg,#38bdf8,#1d4ed8)}.mini-hero.legal .mini-hero-body{align-items:center;justify-content:flex-start;gap:13px}.mini-hero.legal .mini-hero-icon{margin:0;flex-shrink:0}.mini-hero.legal .mini-hero-title{margin-bottom:2px}.lg-doc{display:flex;flex-direction:column;gap:4px}.lg-sec{padding:14px 0;border-bottom:1px solid var(--border)}.lg-sec:last-of-type{border-bottom:none}.lg-sec h2{display:flex;align-items:center;gap:9px;margin:0 0 6px;font-size:14px;font-weight:800;letter-spacing:-.2px;color:var(--text)}.lg-n{flex-shrink:0;width:22px;height:22px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:10.5px;font-weight:800;background:rgba(var(--shadow-tint),.12);color:var(--green-600)}.lg-sec p{margin:0 0 0 31px;font-size:13px;font-weight:550;line-height:1.62;color:var(--text-muted)}.lg-switch{display:flex;align-items:center;justify-content:center;gap:7px;width:100%;margin:14px 0 8px;padding:14px;border:none;cursor:pointer;border-radius:16px;background:var(--bg-soft);box-shadow:inset 0 0 0 1px rgba(var(--shadow-tint),.12);font-size:13px;font-weight:800;color:var(--green-600);transition:transform .15s ease}.lg-switch:active{transform:scale(.97)}.lg-switch svg{width:15px;height:15px}.auth-agree{display:flex;align-items:flex-start;gap:10px;cursor:pointer;margin:2px 0 16px;padding:12px 13px;border-radius:14px;background:var(--bg-soft);box-shadow:inset 0 0 0 1px #0f0f0f0d}.auth-agree input{position:absolute;opacity:0;width:0;height:0}.auth-agree-box{flex-shrink:0;width:20px;height:20px;border-radius:7px;margin-top:1px;display:flex;align-items:center;justify-content:center;background:#fff;color:transparent;box-shadow:inset 0 0 0 1.6px #0f0f0f2e;transition:background .15s ease,color .15s ease,box-shadow .15s ease}.auth-agree-box svg{width:13px;height:13px}.auth-agree input:checked+.auth-agree-box{background:var(--green-500);color:#fff;box-shadow:inset 0 0 0 1.6px var(--green-500)}.auth-agree input:focus-visible+.auth-agree-box{box-shadow:inset 0 0 0 1.6px var(--green-500),0 0 0 3px rgba(var(--shadow-tint),.25)}.auth-agree-text{font-size:12.5px;font-weight:600;line-height:1.5;color:var(--text-muted)}.auth-agree-link{border:none;background:none;padding:0;cursor:pointer;font:inherit;font-weight:800;color:var(--green-600);text-decoration:underline}.sf-hero{position:relative;height:calc(100dvh - var(--topbar-h) - var(--bottomnav-h));min-height:500px;margin:-16px -16px 0;overflow:hidden;display:flex;flex-direction:column;align-items:center;padding:14px 16px 0;background:#fff}.sf-sky{position:absolute;left:0;right:0;top:0;height:62%;overflow:hidden;-webkit-mask-image:linear-gradient(180deg,#000 0%,#000 62%,transparent 99%);mask-image:linear-gradient(180deg,#000 0%,#000 62%,transparent 99%)}.sf-sky img{width:100%;height:100%;object-fit:cover;transform:scale(1.12);filter:blur(3px) saturate(118%);animation:sfSkyDrift 24s ease-in-out infinite alternate}@keyframes sfSkyDrift{0%{transform:scale(1.12) translate(-8px)}to{transform:scale(1.18) translate(8px)}}.sf-sky:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#ffffff6b,#fff9 45%,#ffffffd1 80%,#ffffffe6)}.sf-sky.is-empty{background:radial-gradient(120% 100% at 50% 0%,var(--green-100) 0%,var(--green-50) 45%,#FFFFFF 100%)}.sf-sky.is-empty:after{background:linear-gradient(180deg,transparent 55%,#FFFFFF 100%)}.sf-sun{position:absolute;left:50%;top:-110px;width:340px;height:340px;transform:translate(-50%);background:radial-gradient(circle,rgba(255,255,255,.9),transparent 62%);pointer-events:none}.sf-cloud{position:absolute;height:13px;border-radius:999px;background:#fffffff2;pointer-events:none}.sf-cloud:before,.sf-cloud:after{content:"";position:absolute;background:inherit;border-radius:999px}.sf-cloud:before{width:60%;height:150%;left:12%;top:-60%}.sf-cloud:after{width:40%;height:120%;right:14%;top:-40%}.sf-cloud.c1{width:70px;top:74px;left:-90px;animation:sfDrift 30s linear infinite;opacity:.9}.sf-cloud.c2{width:50px;top:132px;left:-70px;animation:sfDrift 38s linear infinite 7s;opacity:.7}.sf-cloud.c3{width:60px;top:46px;left:-80px;animation:sfDrift 34s linear infinite 16s;opacity:.55}@keyframes sfDrift{to{transform:translate(620px)}}.sf-chips{position:relative;z-index:4;width:100%;display:flex;align-items:center;justify-content:space-between}.sf-plan{display:inline-flex;align-items:center;gap:7px;padding:7px 13px;border-radius:50px;background:#ffffffdb;backdrop-filter:blur(12px) saturate(170%);-webkit-backdrop-filter:blur(12px) saturate(170%);box-shadow:0 8px 20px #0f0f0f1a,inset 0 0 0 1px #ffffffe6;font-size:11px;font-weight:800;color:var(--text)}.sf-plan-bar{width:38px;height:4px;border-radius:2px;overflow:hidden;background:#0f0f0f1a}.sf-plan-bar i{display:block;height:100%;border-radius:2px;background:var(--grad-primary)}.sf-view{display:inline-flex;align-items:center;gap:5px;padding:9px 15px;border-radius:50px;border:none;cursor:pointer;background:linear-gradient(135deg,#1f1f1f,#0f0f0f);color:var(--green-bright, #00E88F);font-size:11.5px;font-weight:800;box-shadow:0 8px 20px #0f0f0f4d}.sf-view:active{transform:scale(.94)}.sf-identity{position:relative;z-index:3;margin-top:18px;text-align:center;animation:sfRise .6s cubic-bezier(.34,1.4,.64,1) both}@keyframes sfRise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}.sf-logo{width:74px;height:74px;margin:0 auto 11px;border-radius:26px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:var(--grad-primary);color:#fff;font-size:30px;font-weight:800;box-shadow:0 14px 30px rgba(var(--shadow-tint),.38),0 0 0 5px #fffffff2;cursor:pointer;animation:sfLogoFloat 6s ease-in-out infinite}.sf-logo img{display:block;width:100%;height:100%;object-fit:cover;border-radius:inherit}@keyframes sfLogoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.sf-name{display:flex;align-items:center;justify-content:center;gap:6px;font-size:24px;font-weight:800;letter-spacing:-.4px;color:var(--text);text-shadow:0 2px 12px rgba(255,255,255,.8)}.sf-verified{color:var(--green-500);display:inline-flex}.sf-meta{margin-top:5px;font-size:12px;font-weight:600;color:var(--text-muted);display:flex;align-items:center;justify-content:center;gap:6px;flex-wrap:wrap;text-shadow:0 1px 8px rgba(255,255,255,.9)}.sf-meta span{display:inline-flex;align-items:center;gap:4px}.sf-dot-sep{width:3px;height:3px;border-radius:50%;background:var(--text-faint)}.sf-stage{position:relative;z-index:2;flex:1;width:100%;display:flex;align-items:center;justify-content:center;cursor:pointer;min-height:0}.sf-bld-img{max-width:92%;max-height:100%;width:auto;height:auto;object-fit:contain;filter:drop-shadow(0 26px 40px rgba(15,15,15,.22));animation:sfHover 7s ease-in-out infinite;transition:transform .3s cubic-bezier(.34,1.4,.64,1)}.sf-stage:active .sf-bld-img{transform:scale(.97)}@keyframes sfHover{0%,to{transform:translateY(0)}50%{transform:translateY(-11px)}}.sf-shadow{position:absolute;left:50%;bottom:4px;width:44%;height:20px;transform:translate(-50%);border-radius:50%;background:radial-gradient(ellipse,rgba(15,15,15,.18),transparent 70%);animation:sfShadow 7s ease-in-out infinite}@keyframes sfShadow{0%,to{transform:translate(-50%) scale(1);opacity:.8}50%{transform:translate(-50%) scale(.86);opacity:.55}}.sf-stage.sf-noimg:before{content:"Add your building artwork to  public/buildings/";max-width:74%;text-align:center;padding:20px;border-radius:18px;border:1.5px dashed var(--green-200);background:#ffffffbf;font-size:12px;font-weight:700;color:var(--text-muted)}.sf-statbar{position:relative;z-index:3;width:100%;margin-bottom:10px;display:grid;grid-template-columns:repeat(4,1fr);gap:1px;border-radius:20px;overflow:hidden;background:#0f0f0f0f;box-shadow:0 12px 30px #0f0f0f1a;animation:sfRise .6s cubic-bezier(.34,1.4,.64,1) .1s both}.sf-statbar div{padding:12px 4px;text-align:center;background:#ffffffe6;backdrop-filter:blur(14px) saturate(170%);-webkit-backdrop-filter:blur(14px) saturate(170%)}.sf-statbar b{display:block;font-size:15px;font-weight:800;color:var(--text)}.sf-statbar span{display:block;font-size:9px;font-weight:700;color:var(--text-muted);margin-top:2px;letter-spacing:.3px}.sf-cue{position:relative;z-index:3;display:flex;flex-direction:column;align-items:center;gap:1px;padding-bottom:6px;font-size:9.5px;font-weight:800;letter-spacing:.6px;color:var(--text-faint);animation:sfCue 2s ease-in-out infinite}@keyframes sfCue{0%,to{transform:translateY(0);opacity:.75}50%{transform:translateY(4px);opacity:1}}.sf-section{font-size:16px;font-weight:800;color:var(--text);margin:22px 0 12px}.sf-cards{display:grid;grid-template-columns:1fr 1fr;gap:10px}.sf-card{position:relative;overflow:hidden;cursor:pointer;padding:13px 14px;border-radius:18px;background:#ffffffb8;backdrop-filter:blur(16px) saturate(170%);-webkit-backdrop-filter:blur(16px) saturate(170%);box-shadow:0 10px 26px #0f0f0f12,inset 0 0 0 1px #ffffffe6;transition:transform .22s cubic-bezier(.34,1.56,.64,1),box-shadow .22s ease}.sf-card:active{transform:scale(.96);box-shadow:0 4px 12px #0f0f0f14}.sf-card-ico{width:34px;height:34px;border-radius:11px;margin-bottom:9px;display:flex;align-items:center;justify-content:center;background:var(--green-50);color:var(--green-500)}.sf-card-ico svg{width:18px;height:18px}.sf-card-t{font-size:12.5px;font-weight:800;color:var(--text)}.sf-card-v{font-size:11px;font-weight:600;color:var(--text-muted);margin-top:1px}.sf-card[data-go=settings]{grid-column:1 / -1;display:grid;grid-template-columns:auto auto;grid-template-areas:"ico title" "ico sub";justify-content:center;align-items:center;column-gap:13px;padding:15px 18px;background:linear-gradient(135deg,var(--btn-black-soft) 0%,var(--btn-black) 100%);box-shadow:0 10px 26px #0f0f0f33,inset 0 0 0 1px #ffffff14}.sf-card[data-go=settings] .sf-card-ico{grid-area:ico;margin-bottom:0;background:#00e88f24;color:var(--green-bright);box-shadow:inset 0 0 0 1px #00e88f47}.sf-card[data-go=settings] .sf-card-t{grid-area:title;align-self:end;color:#fff;font-size:13.5px}.sf-card[data-go=settings] .sf-card-v{grid-area:sub;align-self:start;color:#fff9}.sf-card-dot{position:absolute;right:12px;top:12px;min-width:20px;height:20px;padding:0 6px;border-radius:10px;background:var(--danger);color:#fff;font-size:10px;font-weight:800;display:flex;align-items:center;justify-content:center}.sf-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.sf-stat{padding:12px 8px;border-radius:15px;text-align:center;background:var(--bg-soft);box-shadow:inset 0 0 0 1px #0f0f0f0a}.sf-stat b{display:block;font-size:15px;font-weight:800;color:var(--text)}.sf-stat span{display:block;font-size:9.5px;font-weight:700;color:var(--text-muted);margin-top:2px;letter-spacing:.2px}@media (max-height: 700px){.sf-logo{width:62px;height:62px;border-radius:22px;font-size:25px;margin-bottom:8px}.sf-name{font-size:21px}.sf-identity{margin-top:12px}}@media (prefers-reduced-motion: reduce){.sf-bld-img,.sf-shadow,.sf-logo,.sf-cloud,.sf-cue,.sf-sky img,.sf-identity,.sf-statbar{animation:none!important}}.pp-hero{position:relative;overflow:hidden;margin:-16px -16px 16px;padding:14px 16px 16px;border-radius:0 0 30px 30px;background:#fff}.pp-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.pp-hero-bg img{width:100%;height:100%;object-fit:cover;transform:scale(1.1);filter:blur(16px) saturate(140%)}.pp-hero-bg{-webkit-mask-image:linear-gradient(180deg,#000 0%,#000 45%,transparent 99%);mask-image:linear-gradient(180deg,#000 0%,#000 45%,transparent 99%)}.pp-hero-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#ffffff9e,#ffffffdb 60%,#fffffff0)}.pp-hero-bg.is-empty{background:radial-gradient(120% 100% at 50% 0%,var(--green-100) 0%,var(--green-50) 50%,#FFFFFF 100%)}.pp-back{position:relative;z-index:2;display:inline-flex;align-items:center;gap:4px;padding:8px 14px 8px 10px;border:none;border-radius:50px;cursor:pointer;background:#ffffffe6;backdrop-filter:blur(12px) saturate(170%);-webkit-backdrop-filter:blur(12px) saturate(170%);box-shadow:0 6px 18px #0f0f0f1a,inset 0 0 0 1px #ffffffe6;font-size:12px;font-weight:800;color:var(--text);max-width:70%}.pp-back svg{width:16px;height:16px;flex-shrink:0}.pp-back span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pp-back:active{transform:scale(.94)}.pp-hero-head{position:relative;z-index:2;display:flex;align-items:center;gap:13px;margin-top:16px}.pp-hero-logo{width:56px;height:56px;flex-shrink:0;border-radius:20px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:var(--grad-primary);color:#fff;font-size:23px;font-weight:800;box-shadow:0 10px 24px rgba(var(--shadow-tint),.34),0 0 0 4px #fffffff2}.pp-hero-logo img{width:100%;height:100%;object-fit:cover}.pp-hero-logo svg{width:26px;height:26px}.pp-hero-text h1{font-size:26px;font-weight:800;letter-spacing:-.5px;color:var(--text);text-shadow:0 2px 12px rgba(255,255,255,.85)}.pp-hero-text p{font-size:12px;font-weight:600;color:var(--text-muted);margin-top:2px}.pp-hero-stats{position:relative;z-index:2;margin-top:16px;display:grid;grid-template-columns:repeat(4,1fr);gap:1px;border-radius:18px;overflow:hidden;background:#0f0f0f0f;box-shadow:0 10px 26px #0f0f0f14}.pp-hero-stats div{padding:11px 4px;text-align:center;background:#ffffffeb;backdrop-filter:blur(14px) saturate(170%);-webkit-backdrop-filter:blur(14px) saturate(170%)}.pp-hero-stats b{display:block;font-size:16px;font-weight:800;color:var(--text)}.pp-hero-stats span{display:block;font-size:8.5px;font-weight:800;color:var(--text-muted);margin-top:2px;letter-spacing:.4px}.pp-hero-stats .warn b{color:var(--danger)}.pp-ways{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:20px}.pp-way{position:relative;overflow:hidden;cursor:pointer;text-align:left;display:flex;align-items:center;gap:9px;padding:12px;border:none;border-radius:16px;background:#fffc;backdrop-filter:blur(16px) saturate(170%);-webkit-backdrop-filter:blur(16px) saturate(170%);box-shadow:0 10px 26px #0f0f0f12,inset 0 0 0 1.5px var(--glass-border);transition:transform .22s cubic-bezier(.34,1.56,.64,1),box-shadow .22s ease}.pp-way:active{transform:scale(.96)}.pp-way-ico{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:32px;height:32px;border-radius:10px;background:var(--green-50);color:var(--green-500)}.pp-way-ico svg{width:16px;height:16px}.pp-way b{font-size:12.5px;font-weight:800;color:var(--text)}.pp-way.is-primary{background:linear-gradient(135deg,var(--btn-black-soft) 0%,var(--btn-black) 100%);box-shadow:0 12px 28px #0f0f0f47,inset 0 1px #ffffff1a}.pp-way.is-primary .pp-way-ico{background:#ffffff1f;color:var(--green-bright);font-weight:800}.pp-way.is-primary b{color:#fff}.pp-way.is-green{background:var(--grad-primary);box-shadow:0 12px 28px rgba(var(--shadow-tint),.32),inset 0 1px #ffffff2e}.pp-way.is-green .pp-way-ico{background:#fff3;color:#fff}.pp-way.is-green b{color:#fff}.pp-section{margin-bottom:22px}.pp-section-head{display:flex;align-items:center;gap:9px;margin-bottom:10px}.pp-section-emoji{width:34px;height:34px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:12px;font-size:17px;background:var(--bg-soft);box-shadow:inset 0 0 0 1px #0f0f0f0d}.pp-section-title{flex:1;min-width:0}.pp-section-title b{display:block;font-size:15px;font-weight:800;color:var(--text)}.pp-section-title small{display:block;font-size:11px;font-weight:600;color:var(--text-faint)}.pp-section-empty{font-size:12px;font-weight:600;color:var(--text-faint);padding:16px;text-align:center;border-radius:16px;border:1.5px dashed var(--glass-border)}.pp-mini{width:30px;height:30px;flex-shrink:0;border:none;border-radius:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:800;background:var(--bg-soft);color:var(--text-muted);box-shadow:inset 0 0 0 1px #0f0f0f0d;transition:transform .18s ease}.pp-mini:active{transform:scale(.88)}.pp-mini svg{width:15px;height:15px}.pp-mini.danger{color:var(--danger)}.pp-mini.solid{background:linear-gradient(135deg,var(--btn-black-soft) 0%,var(--btn-black) 100%);color:var(--green-bright);box-shadow:0 5px 14px #0f0f0f42}#ads-add-btn svg{width:16px;height:16px;vertical-align:-3px;margin-right:4px}.pp-ad-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.pp-ad-card{position:relative;aspect-ratio:16/9;border-radius:16px;overflow:hidden;background:var(--bg-soft);box-shadow:inset 0 0 0 1px #0f0f0f0f}.pp-ad-card img{width:100%;height:100%;object-fit:cover}.pp-ad-card .delete-ad{position:absolute;top:6px;right:6px;background:#0f0f0f8c;color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.pp-ad-card .delete-ad svg{color:#fff}.pp-list{display:flex;flex-direction:column;gap:9px}.pp-row{display:flex;align-items:center;gap:11px;padding:10px;border-radius:18px;background:#ffffffc7;backdrop-filter:blur(14px) saturate(170%);-webkit-backdrop-filter:blur(14px) saturate(170%);box-shadow:0 8px 20px #0f0f0f0f,inset 0 0 0 1px #ffffffe6}.pp-row.is-hidden{opacity:.58}.pp-thumb{width:52px;height:52px;flex-shrink:0;border-radius:14px;overflow:hidden;display:flex;align-items:center;justify-content:center;font-size:21px;background:var(--bg-soft)}.pp-thumb img{width:100%;height:100%;object-fit:cover}.pp-row-main{flex:1;min-width:0}.pp-row-title{font-size:13.5px;font-weight:800;color:var(--text);display:flex;align-items:center;gap:6px;flex-wrap:wrap}.pp-row-sub{font-size:11.5px;font-weight:600;color:var(--text-muted);margin-top:3px;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.pp-row-sub b{color:var(--green-600);font-weight:800}.pp-row-sub s{color:var(--text-faint)}.pp-dot{width:3px;height:3px;border-radius:50%;background:var(--text-faint)}.pp-row-actions{display:flex;gap:5px;flex-shrink:0}.pp-tag{padding:2px 7px;border-radius:50px;font-size:9px;font-weight:800;letter-spacing:.3px;background:var(--bg-soft);color:var(--text-muted)}.pp-tag.danger{background:#dc26261a;color:var(--danger)}.pp-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:10px}.pp-optional{font-size:10px;font-weight:700;color:var(--text-faint)}.pp-hint{display:block;font-size:10.5px;font-weight:600;color:var(--text-faint);margin-top:5px}.pp-photo-main .upload-box.ratio-1-1{width:132px;height:132px;border-radius:26px;border-width:2px}.pp-photo-main .upload-box-icon{width:42px;height:42px;border-radius:15px;box-shadow:0 8px 20px rgba(var(--shadow-tint),.4),inset 0 0 0 1px #ffffff80}.pp-photo-main .upload-box-icon svg{width:20px;height:20px}.pp-photo-main .upload-box-label{font-size:11.5px;margin-top:1px}.pp-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:7px}.pp-gallery .upload-box.ratio-1-1{width:100%;border-radius:15px}.pp-gallery .upload-box-icon{width:24px;height:24px;border-radius:9px;font-size:13px}.pp-gallery .upload-box.is-locked{cursor:pointer;border-style:solid;border-color:transparent;background:repeating-linear-gradient(135deg,#0f0f0f0d 0,#0f0f0f0d 7px,#0f0f0f05 7px,#0f0f0f05 14px),var(--bg-soft);transition:transform .15s ease,box-shadow .2s ease}.pp-gallery .upload-box.is-locked:hover{box-shadow:inset 0 0 0 1.5px rgba(var(--shadow-tint),.3)}.pp-gallery .upload-box.is-locked:active{transform:scale(.94)}.pp-gallery .upload-box.is-locked .upload-box-visual{gap:4px}.pp-gallery .upload-box.is-locked .lock-badge{width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff;color:var(--text-muted);box-shadow:0 3px 8px #0f0f0f1f}.pp-gallery .upload-box.is-locked .lock-badge svg{width:13px;height:13px}.pp-gallery .upload-box.is-locked .lock-label{font-size:8px;font-weight:800;letter-spacing:.5px;color:var(--green-600)}.pp-emoji-row{display:flex;align-items:flex-start;gap:10px}.pp-emoji-input{width:58px;flex-shrink:0;text-align:center;font-size:22px;padding:0;height:52px}.pp-emoji-grid{flex:1;display:grid;grid-template-columns:repeat(6,1fr);gap:6px;max-height:178px;overflow-y:auto;padding-right:4px;overscroll-behavior:contain;scrollbar-width:thin}.pp-emoji-grid::-webkit-scrollbar{width:5px}.pp-emoji-grid::-webkit-scrollbar-thumb{border-radius:50px;background:#0f0f0f29}.pp-emoji-pick{aspect-ratio:1;border:none;border-radius:10px;cursor:pointer;background:var(--bg-soft);font-size:16px;transition:transform .15s ease}.pp-emoji-pick:active{transform:scale(.86)}.pp-switch{display:flex;align-items:center;gap:12px;cursor:pointer;padding:13px 14px;border-radius:16px;margin:4px 0 16px;background:var(--bg-soft)}.pp-switch input{position:absolute;opacity:0;pointer-events:none}.pp-switch-track{position:relative;flex-shrink:0;width:44px;height:26px;border-radius:50px;background:#0f0f0f29;transition:background .25s ease}.pp-switch-knob{position:absolute;left:3px;top:3px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 2px 6px #0f0f0f3d;transition:transform .25s cubic-bezier(.34,1.4,.64,1)}.pp-switch input:checked+.pp-switch-track{background:var(--green-500)}.pp-switch input:checked+.pp-switch-track .pp-switch-knob{transform:translate(18px)}.pp-switch-label b{display:block;font-size:13px;font-weight:800;color:var(--text)}.pp-switch-label small{display:block;font-size:11px;font-weight:600;color:var(--text-muted);margin-top:1px}@media (prefers-reduced-motion: reduce){.pp-screen,.pp-screen-id{animation:none!important}}.pp-lowstock{padding:14px;border-radius:18px;margin-bottom:16px;background:#d9770614;box-shadow:inset 0 0 0 1.5px #d9770638}.pp-lowstock-head{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:800;color:#b45309;margin-bottom:10px}.pp-lowstock-ico{font-size:15px}.pp-lowstock-list{display:flex;flex-direction:column;gap:1px;border-radius:12px;overflow:hidden;background:#d977061f}.pp-lowstock-item{display:flex;align-items:center;justify-content:space-between;gap:10px;border:none;cursor:pointer;padding:10px 12px;text-align:left;background:#fff;font-family:inherit;font-size:12.5px;font-weight:700;color:var(--text)}.pp-lowstock-item b{font-size:11.5px;font-weight:800;color:#b45309;flex-shrink:0}.pp-lowstock-item b.is-out{color:var(--danger)}.pp-shelf-label{display:flex;align-items:center;gap:10px;font-size:9.5px;font-weight:800;letter-spacing:1.2px;color:var(--text-faint);margin:4px 0 14px}.pp-shelf-label:after{content:"";flex:1;height:1px;background:linear-gradient(90deg,var(--border),transparent)}#pp-sheet-host{position:relative;z-index:4000}body.pp-screen-open{overflow:hidden}.pp-screen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:4000;display:flex;flex-direction:column;background:#fff;animation:ppScreenIn .22s ease both}@keyframes ppScreenIn{0%{opacity:0}to{opacity:1}}.pp-screen-hero{position:relative;flex-shrink:0;overflow:hidden;padding:calc(14px + env(safe-area-inset-top)) 20px 20px;border-radius:0 0 30px 30px;background:#fff}.pp-screen-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;-webkit-mask-image:linear-gradient(180deg,#000 0%,#000 40%,transparent 99%);mask-image:linear-gradient(180deg,#000 0%,#000 40%,transparent 99%)}.pp-screen-bg img{width:100%;height:100%;object-fit:cover;transform:scale(1.12);filter:blur(18px) saturate(140%)}.pp-screen-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#fff9,#ffffffe0 62%,#fff)}.pp-screen-bg.is-empty{background:radial-gradient(120% 100% at 20% 0%,var(--green-100) 0%,var(--green-50) 50%,#FFFFFF 100%)}.pp-screen-back{position:relative;z-index:2;width:40px;height:40px;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;background:#ffffffeb;backdrop-filter:blur(12px) saturate(170%);-webkit-backdrop-filter:blur(12px) saturate(170%);box-shadow:0 6px 18px #0f0f0f1f,inset 0 0 0 1px #ffffffe6;color:var(--text)}.pp-screen-back svg{width:19px;height:19px}.pp-screen-back:active{transform:scale(.9)}.pp-screen-id{position:relative;z-index:2;display:flex;align-items:center;gap:14px;margin-top:18px;animation:ppIdRise .42s cubic-bezier(.34,1.4,.64,1) .06s both}@keyframes ppIdRise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.pp-screen-ico{width:60px;height:60px;flex-shrink:0;overflow:hidden;border-radius:21px;font-size:28px;display:flex;align-items:center;justify-content:center;background:linear-gradient(160deg,rgba(var(--shadow-tint),.16),rgba(var(--shadow-tint),.05));box-shadow:0 10px 26px rgba(var(--shadow-tint),.22),inset 0 0 0 1.5px #ffffffe6}.pp-screen-ico img{width:100%;height:100%;object-fit:cover}.pp-ico-brand{width:100%;height:100%;border-radius:inherit;display:flex;align-items:center;justify-content:center;background:var(--grad-primary);color:#fff}.pp-ico-brand svg{width:28px;height:28px}.pp-screen-id h1{font-size:25px;font-weight:800;letter-spacing:-.5px;color:var(--text)}.pp-screen-id p{font-size:12.5px;font-weight:600;color:var(--text-muted);margin-top:3px;line-height:1.4;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.pp-screen-body{flex:1;overflow-y:auto;overscroll-behavior:contain;padding:6px 20px 20px;max-width:480px;width:100%;margin:0 auto}.pp-screen-foot{flex-shrink:0;padding:14px 20px calc(16px + env(safe-area-inset-bottom));background:#ffffffe6;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-top:1px solid var(--border);box-shadow:0 -10px 30px #0f0f0f0f}.pp-screen-foot .field-error{margin-bottom:10px}.pp-screen-foot .btn{max-width:440px;margin:0 auto}@media (min-width: 520px){.pp-screen-hero,.pp-screen-foot{padding-left:max(20px,calc(50% - 220px));padding-right:max(20px,calc(50% - 220px))}}.pp-screen-body{animation:ppBodyRise .38s cubic-bezier(.34,1.3,.64,1) .04s both}@keyframes ppBodyRise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}.au-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;border-radius:18px;overflow:hidden;margin-bottom:14px;background:#0f0f0f0f;box-shadow:0 10px 26px #0f0f0f12}.au-stats div{padding:12px 4px;text-align:center;background:#fff}.au-stats b{display:block;font-size:17px;font-weight:800;color:var(--text)}.au-stats span{display:block;font-size:8.5px;font-weight:800;color:var(--text-muted);margin-top:2px;letter-spacing:.4px}.au-stats .warn b{color:var(--danger)}.au-list{display:flex;flex-direction:column;gap:9px}.au-row{display:flex;align-items:center;gap:11px;cursor:pointer;padding:10px;border-radius:18px;background:#fffc;backdrop-filter:blur(14px) saturate(170%);-webkit-backdrop-filter:blur(14px) saturate(170%);box-shadow:0 8px 20px #0f0f0f0f,inset 0 0 0 1px #ffffffe6;transition:transform .2s cubic-bezier(.34,1.5,.64,1)}.au-row:active{transform:scale(.97)}.au-row.is-suspended{opacity:.6}.au-avatar{width:46px;height:46px;flex-shrink:0;overflow:hidden;border-radius:15px;display:flex;align-items:center;justify-content:center;background:var(--grad-primary);color:#fff;font-size:18px;font-weight:800;box-shadow:0 6px 16px rgba(var(--shadow-tint),.28)}.au-avatar img{width:100%;height:100%;object-fit:cover}.au-main{flex:1;min-width:0}.au-name{font-size:13.5px;font-weight:800;color:var(--text);display:flex;align-items:center;gap:6px;flex-wrap:wrap}.au-sub{font-size:11.5px;font-weight:600;color:var(--text-muted);margin-top:3px;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.au-role{flex-shrink:0;font-size:10px;font-weight:800;color:var(--text-muted);padding:5px 9px;border-radius:50px;background:var(--bg-soft)}.pp-tag.ok{background:rgba(var(--shadow-tint),.13);color:var(--green-600)}.au-alert{padding:13px 15px;border-radius:16px;margin-bottom:16px;background:#e5484d14;box-shadow:inset 0 0 0 1px #e5484d33}.au-alert b{display:block;font-size:13px;font-weight:800;color:var(--danger)}.notif-ico{background:var(--bg-soft);color:var(--green-600);box-shadow:none}.notif-ico svg{width:20px;height:20px}.au-row.is-unread{box-shadow:0 8px 20px #0f0f0f0f,inset 0 0 0 1.5px rgba(var(--shadow-tint),.35)}.au-row.is-unread .notif-ico{background:var(--grad-primary);color:#fff}.au-row.is-unread .au-name:after{content:"";width:7px;height:7px;border-radius:50%;background:var(--green-500);flex-shrink:0}.notif-time{flex-shrink:0;font-size:10.5px;font-weight:700;color:var(--text-faint);align-self:flex-start;margin-top:2px}.au-alert span{display:block;font-size:11.5px;font-weight:600;color:var(--text-muted);margin-top:2px}.au-facts{display:grid;gap:1px;border-radius:16px;overflow:hidden;margin-bottom:18px;background:#0f0f0f0f}.au-fact{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 14px;background:#fff}.au-fact span{font-size:11.5px;font-weight:700;color:var(--text-muted);flex-shrink:0}.au-fact b{font-size:12px;font-weight:800;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.au-shop{display:flex;align-items:center;gap:10px;margin-bottom:9px;padding:11px 13px;border-radius:16px;background:var(--bg-soft)}.au-shop-main{flex:1;min-width:0;display:flex;align-items:center;gap:7px;flex-wrap:wrap}.au-shop-main b{font-size:13px;font-weight:800;color:var(--text)}.as-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.as-actions .btn{width:100%}.as-sub-state{padding:14px 16px;border-radius:18px;margin-bottom:16px;background:linear-gradient(135deg,rgba(var(--shadow-tint),.11),rgba(var(--shadow-tint),.04));box-shadow:inset 0 0 0 1.5px rgba(var(--shadow-tint),.18)}.as-sub-state b{display:block;font-size:15px;font-weight:800;color:var(--text)}.as-sub-state span{display:block;font-size:11.5px;font-weight:600;color:var(--text-muted);margin-top:3px}.as-sub-state.is-soon{background:#f5a5241a;box-shadow:inset 0 0 0 1.5px #f5a52447}.as-sub-state.is-expired{background:#e5484d17;box-shadow:inset 0 0 0 1.5px #e5484d3d}.as-terms{display:grid;grid-template-columns:repeat(4,1fr);gap:7px}.as-term{padding:11px 4px;border:none;border-radius:13px;cursor:pointer;font-size:12px;font-weight:800;background:var(--bg-soft);color:var(--text-muted);box-shadow:inset 0 0 0 1px #0f0f0f0d;transition:transform .16s ease}.as-term:active{transform:scale(.93)}.as-term.active{background:linear-gradient(135deg,var(--btn-black-soft) 0%,var(--btn-black) 100%);color:var(--green-bright);box-shadow:0 5px 14px #0f0f0f42}.au-fact.au-copy{width:100%;border:none;cursor:pointer;text-align:left;font:inherit;gap:8px}.au-fact.au-copy b{flex:1;min-width:0;text-align:right;font-size:11px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:-.2px}.au-fact.au-copy svg{width:15px;height:15px;flex-shrink:0;color:var(--text-faint);transition:color .2s ease,transform .2s ease}.au-fact.au-copy:active{background:var(--bg-soft)}.au-fact.au-copy:active svg{transform:scale(.86)}.au-fact.au-copy.is-copied{background:rgba(var(--shadow-tint),.08)}.au-fact.au-copy.is-copied svg,.au-fact.au-copy.is-copied b{color:var(--green-600)}.sp-filters{display:flex;gap:8px;margin-bottom:14px;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding-bottom:2px}.sp-filters button{flex-shrink:0;border:none;cursor:pointer;padding:9px 15px;border-radius:50px;font-size:12.5px;font-weight:700;white-space:nowrap;background:var(--bg-soft);color:var(--text-muted);display:inline-flex;align-items:center;gap:6px;transition:transform .16s ease}.sp-filters button i{font-style:normal;font-size:10.5px;font-weight:800;min-width:17px;height:17px;padding:0 5px;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;background:#0f0f0f14;color:var(--text-muted)}.sp-filters button.active{background:linear-gradient(135deg,var(--btn-black-soft) 0%,var(--btn-black) 100%);color:var(--green-bright);box-shadow:0 6px 14px #0f0f0f42}.sp-filters button.active i{background:#ffffff2e;color:#fff}.zc-bar{flex:1;display:flex;flex-direction:column;align-items:center;gap:5px;height:100%}.zc-bar-track{flex:1;width:100%;display:flex;align-items:flex-end}.zc-bar-fill{width:100%;border-radius:6px 6px 3px 3px;background:var(--grad-primary);box-shadow:0 3px 8px rgba(var(--shadow-tint),.3);transition:height .4s cubic-bezier(.34,1.3,.64,1)}.zc-bar-fill.is-zero{background:#0f0f0f1a;box-shadow:none}.zc-bar span{font-size:9px;font-weight:700;color:var(--text-faint)}.sp-avatar{width:46px;height:46px;border-radius:15px;display:flex;align-items:center;justify-content:center;background:var(--grad-primary);color:#fff;font-size:18px;font-weight:800;box-shadow:0 6px 16px rgba(var(--shadow-tint),.28)}.sp-row-end b{font-size:14px;font-weight:800;color:var(--green-600)}.sp-timeline{display:flex;margin-bottom:18px;padding:4px;border-radius:16px;background:var(--bg-soft)}.sp-step{flex:1;display:flex;flex-direction:column;align-items:center;gap:6px;position:relative;padding:10px 2px 8px}.sp-step:before{content:"";position:absolute;top:16px;left:-50%;width:100%;height:2px;background:#0f0f0f1a}.sp-step-dot{width:14px;height:14px;border-radius:50%;position:relative;z-index:1;background:#fff;box-shadow:inset 0 0 0 2px #0f0f0f26}.sp-step-label{font-size:9.5px;font-weight:700;color:var(--text-faint);text-align:center}.sp-step.is-done .sp-step-dot,.sp-step.is-now .sp-step-dot{background:var(--green-500);box-shadow:0 0 0 3px rgba(var(--shadow-tint),.2)}.sp-step.is-done:before,.sp-step.is-now:before{background:var(--green-400)}.sp-contact{display:flex;gap:8px}.sp-contact-btn{flex:1;border:none;cursor:pointer;text-align:center;padding:12px 8px;border-radius:14px;font-size:12.5px;font-weight:800;background:var(--bg-soft);color:var(--text);box-shadow:inset 0 0 0 1px #0f0f0f0d;transition:transform .16s ease}.sp-contact-btn.wa{background:linear-gradient(135deg,#25d366,#1ea952);color:#fff;box-shadow:0 6px 16px #25d3664d}.sp-items{border-radius:16px;overflow:hidden;box-shadow:inset 0 0 0 1px #0f0f0f0f}.sp-item{display:flex;align-items:center;gap:10px;padding:11px 14px;background:#fff;border-bottom:1px solid var(--border)}.sp-item:last-child{border-bottom:none}.sp-item-qty{font-size:12px;font-weight:800;color:var(--green-600);flex-shrink:0;min-width:44px}.sp-item-name{flex:1;font-size:12.5px;font-weight:600;color:var(--text);min-width:0}.sp-item-price{font-size:12.5px;font-weight:800;color:var(--text);flex-shrink:0}.sp-item.is-total{background:var(--bg-soft)}.sp-item.is-total .sp-item-name,.sp-item.is-total .sp-item-price{font-weight:800;color:var(--text)}.sp-section-label{display:flex;align-items:center;gap:10px;font-size:9.5px;font-weight:800;letter-spacing:1.2px;color:var(--text-faint);margin:20px 0 12px}.sp-section-label:after{content:"";flex:1;height:1px;background:linear-gradient(90deg,var(--border),transparent)}.sp-card-foot{margin-top:12px;padding-top:12px;border-top:1px solid var(--border);font-size:11.5px;font-weight:600;color:var(--text-muted)}.sp-card-foot b{color:var(--text)}.sp-meter{margin-bottom:12px}.sp-meter:last-child{margin-bottom:0}.sp-meter-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:5px}.sp-meter-head span{font-size:12px;font-weight:700;color:var(--text)}.sp-meter-head b{font-size:11.5px;font-weight:800;color:var(--text-muted)}.sp-meter-track{height:8px;border-radius:5px;background:var(--bg-soft);overflow:hidden}.sp-meter-track i{display:block;height:100%;border-radius:5px;background:var(--grad-primary);transition:width .5s cubic-bezier(.34,1.2,.64,1)}.sp-meter-track i.is-danger{background:linear-gradient(135deg,#e5484d,#b02a2e)}.rv-card{padding:14px;border-radius:18px;cursor:pointer;background:#fffc;backdrop-filter:blur(14px) saturate(170%);-webkit-backdrop-filter:blur(14px) saturate(170%);box-shadow:0 8px 20px #0f0f0f0f,inset 0 0 0 1px #ffffffe6;transition:transform .2s cubic-bezier(.34,1.5,.64,1)}.rv-card:active{transform:scale(.98)}.rv-card-top{display:flex;align-items:center;gap:10px}.rv-card-who{flex:1;min-width:0}.rv-card-who b{display:block;font-size:13px;font-weight:800;color:var(--text)}.rv-card-who span{display:block;font-size:11px;font-weight:600;color:var(--text-faint)}.rv-stars{font-size:13px;color:#f5a524;letter-spacing:1px;flex-shrink:0}.rv-comment{font-size:13px;font-weight:500;color:var(--text);line-height:1.5;margin-top:10px}.rv-reply{margin-top:10px;padding:10px 12px;border-radius:12px;background:var(--bg-soft);border-left:3px solid var(--green-500)}.rv-reply b{display:block;font-size:10.5px;font-weight:800;color:var(--green-600);margin-bottom:2px}.rv-reply span{font-size:12px;font-weight:500;color:var(--text-muted);line-height:1.45}.rv-reply-cue{margin-top:10px;font-size:11.5px;font-weight:700;color:var(--green-600)}.rv-quote{padding:14px 16px;border-radius:16px;font-size:14px;font-weight:500;color:var(--text);line-height:1.55;background:var(--bg-soft);border-left:3px solid var(--green-400)}.rv-quote.is-empty{color:var(--text-faint);font-style:italic;border-left-color:var(--border)}.pr-badge{flex-shrink:0;text-align:center;padding:7px 11px;border-radius:14px;background:linear-gradient(135deg,var(--btn-black-soft) 0%,var(--btn-black) 100%);color:var(--green-bright);font-size:16px;font-weight:800;line-height:1;box-shadow:0 6px 14px #0f0f0f3d}.pr-badge span{display:block;font-size:8px;font-weight:800;letter-spacing:1px;margin-top:2px;opacity:.8}.set-share{display:flex;gap:14px;align-items:center;padding:14px;border-radius:20px;background:#fffc;box-shadow:0 10px 26px #0f0f0f12,inset 0 0 0 1px #ffffffe6}.set-qr{flex-shrink:0;width:100px;height:100px;border-radius:14px;overflow:hidden;background:#fff;box-shadow:0 4px 12px #0f0f0f1a;display:flex;align-items:center;justify-content:center}.set-qr svg{width:100%;height:100%;display:block}.set-share-side{flex:1;min-width:0}.set-link{font-size:11.5px;font-weight:700;color:var(--text-muted);word-break:break-all;margin-bottom:10px;line-height:1.4}.set-share-btns{display:flex;gap:8px}.set-share-btns .sp-contact-btn{padding:10px 6px;font-size:12px}.od-progress{position:relative;margin:4px 2px 20px}.od-track{position:absolute;left:27px;right:27px;top:25px;height:3px;border-radius:3px;background:#0f0f0f1a;overflow:hidden}.od-track i{display:block;height:100%;border-radius:3px;background:var(--grad-primary);transition:width .5s cubic-bezier(.34,1.2,.64,1)}.od-steps{position:relative;display:flex;justify-content:space-between}.od-step{display:flex;flex-direction:column;align-items:center;gap:8px;width:54px}.od-ring{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff;box-shadow:inset 0 0 0 2px #0f0f0f1a;transition:all .3s cubic-bezier(.34,1.4,.64,1)}.od-ring svg{width:22px;height:22px;color:var(--text-faint)}.od-step-label{font-size:10px;font-weight:700;color:var(--text-faint);text-align:center}.od-step.is-done .od-ring{background:var(--grad-primary);box-shadow:0 6px 16px rgba(var(--shadow-tint),.32)}.od-step.is-done .od-ring svg{color:#fff}.od-step.is-done .od-step-label{color:var(--text-muted)}.od-step.is-now .od-ring{background:#fff;box-shadow:inset 0 0 0 2.5px var(--green-500),0 0 0 5px rgba(var(--shadow-tint),.16),0 8px 20px rgba(var(--shadow-tint),.28);animation:odPulse 2s ease-in-out infinite}.od-step.is-now .od-ring svg{color:var(--green-600)}.od-step.is-now .od-step-label{color:var(--green-600);font-weight:800}@keyframes odPulse{0%,to{box-shadow:inset 0 0 0 2.5px var(--green-500),0 0 0 5px rgba(var(--shadow-tint),.16),0 8px 20px rgba(var(--shadow-tint),.28)}50%{box-shadow:inset 0 0 0 2.5px var(--green-500),0 0 0 9px rgba(var(--shadow-tint),.06),0 8px 20px rgba(var(--shadow-tint),.28)}}.od-cancelled{display:flex;align-items:center;gap:14px;margin-bottom:18px;padding:16px;border-radius:18px;background:#e5484d14;box-shadow:inset 0 0 0 1.5px #e5484d33}.od-cancelled-ring{width:48px;height:48px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#F04448 0%,var(--danger) 100%);color:#fff;box-shadow:0 6px 14px #e5484d59}.od-cancelled-ring svg{width:21px;height:21px;stroke-width:2.6}.od-cancelled b{display:block;font-size:14px;font-weight:800;color:var(--danger)}.od-cancelled>div span{display:block;font-size:12px;font-weight:600;color:var(--text-muted);margin-top:2px}.od-contact{display:flex;gap:8px}.od-cbtn{flex:1;border:none;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:6px;padding:13px 6px;border-radius:16px;font-size:12px;font-weight:800;text-align:center;background:var(--bg-soft);color:var(--text);box-shadow:inset 0 0 0 1px #0f0f0f0d;transition:transform .16s ease}.od-cbtn:active{transform:scale(.94)}.od-cbtn svg{width:21px;height:21px}.od-cbtn.wa{background:linear-gradient(135deg,#25d366,#1ea952);color:#fff;box-shadow:0 6px 16px #25d3664d}.od-facts{margin-top:12px;border-radius:16px;overflow:hidden;box-shadow:inset 0 0 0 1px #0f0f0f0f}.od-fact{display:flex;align-items:center;gap:12px;padding:12px 14px;background:#fff;border-bottom:1px solid var(--border)}.od-fact:last-child{border-bottom:none}.od-fact-ico{width:34px;height:34px;flex-shrink:0;border-radius:11px;display:flex;align-items:center;justify-content:center;background:var(--green-50);color:var(--green-600)}.od-fact-ico svg{width:18px;height:18px}.od-fact small{display:block;font-size:10.5px;font-weight:700;color:var(--text-faint)}.od-fact b{display:block;font-size:13px;font-weight:800;color:var(--text);margin-top:1px;word-break:break-word}.od-bill{border-radius:16px;overflow:hidden;box-shadow:inset 0 0 0 1px #0f0f0f0f}.od-line{display:flex;align-items:center;gap:12px;padding:12px 14px;background:#fff;border-bottom:1px solid var(--border)}.od-line:last-child{border-bottom:none}.od-line-qty{min-width:40px;flex-shrink:0;font-size:12.5px;font-weight:800;color:var(--green-600)}.od-line-name{flex:1;min-width:0;font-size:13px;font-weight:600;color:var(--text)}.od-line-price{flex-shrink:0;font-size:13px;font-weight:800;color:var(--text)}.od-line.od-total{background:var(--bg-soft)}.od-line.od-total .od-line-name{font-weight:800}.od-line.od-total .od-line-price{color:var(--green-600);font-size:15px}.od-cancel{display:inline-flex;align-items:center;justify-content:center;gap:8px}.od-cancel svg{width:18px;height:18px}@media (prefers-reduced-motion: reduce){.od-step.is-now .od-ring{animation:none}}.set-qr-dl{display:inline-flex;align-items:center;justify-content:center;gap:8px;margin-top:10px}.set-qr-dl svg{width:18px;height:18px}.set-slug-field{display:flex;align-items:center;border-radius:14px;background:var(--bg-soft);box-shadow:inset 0 0 0 1px #0f0f0f0f;overflow:hidden}.set-slug-field span{padding:0 0 0 14px;font-size:13px;font-weight:700;color:var(--text-faint);white-space:nowrap}.set-slug-field input{flex:1;min-width:0;border:none;background:none;padding:12px 14px 12px 4px;font-size:13px;font-weight:700;color:var(--text)}.set-slug-field input:focus{outline:none}.od-bill.is-log .od-line-qty{min-width:62px;font-size:12px;font-weight:800;color:var(--text-muted)}.od-bill.is-log .od-line-name{font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.set-bank-note{padding:13px 15px;border-radius:16px;margin-bottom:14px;background:var(--bg-soft);box-shadow:inset 0 0 0 1px #0f0f0f0d}.set-bank-note b{display:block;font-size:13px;font-weight:800;color:var(--text-muted)}.set-bank-note span{display:block;font-size:11.5px;font-weight:600;color:var(--text-faint);margin-top:2px}.set-bank-note.is-partial{background:#f5a5241a;box-shadow:inset 0 0 0 1.5px #f5a52447}.set-bank-note.is-partial b{color:#b4700a}.set-bank-note.is-ready{background:rgba(var(--shadow-tint),.1);box-shadow:inset 0 0 0 1.5px rgba(var(--shadow-tint),.28)}.set-bank-note.is-ready b{color:var(--green-600)}.c-bank{padding:16px;border-radius:18px;margin-top:4px;background:linear-gradient(165deg,rgba(var(--shadow-tint),.07) 0%,var(--bg-soft) 55%);box-shadow:inset 0 0 0 1px rgba(var(--shadow-tint),.14)}.c-bank-head{display:flex;align-items:center;gap:7px;font-size:10.5px;font-weight:800;letter-spacing:1px;text-transform:uppercase;color:var(--green-600);margin-bottom:12px}.c-bank-head-ico{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:8px;background:var(--grad-primary);color:#fff}.c-bank-head-ico svg{width:13px;height:13px}.c-bank-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding:7px 0;border-bottom:1px solid var(--border)}.c-bank-row:last-of-type{border-bottom:none}.c-bank-row span{font-size:11.5px;font-weight:700;color:var(--text-muted);flex-shrink:0}.c-bank-row b{font-size:13px;font-weight:800;color:var(--text);text-align:right;word-break:break-word}.role-toggle button:disabled{opacity:.4;cursor:not-allowed}.c-proof{display:flex;align-items:center;gap:12px;cursor:pointer;padding:14px;border-radius:16px;border:2px dashed rgba(var(--shadow-tint),.38);background:linear-gradient(135deg,rgba(var(--shadow-tint),.07),rgba(var(--shadow-tint),.02));transition:border-color .18s ease,transform .16s ease}.c-proof:active{transform:scale(.98)}.c-proof-ico{width:38px;height:38px;flex-shrink:0;border-radius:12px;display:flex;align-items:center;justify-content:center;background:var(--grad-primary);color:#fff;box-shadow:0 5px 14px rgba(var(--shadow-tint),.34)}.c-proof-ico svg{width:19px;height:19px}.c-proof-text{font-size:12.5px;font-weight:700;color:var(--green-600)}.c-proof.has-file{border-style:solid;border-color:rgba(var(--shadow-tint),.5);background:rgba(var(--shadow-tint),.09)}.od-proof{display:flex;align-items:center;gap:12px;padding:12px;border-radius:16px;background:var(--bg-soft);box-shadow:inset 0 0 0 1px #0f0f0f0d}.od-proof:active{transform:scale(.98)}.od-proof-img{width:68px;height:68px;flex-shrink:0;border-radius:12px;object-fit:cover;box-shadow:0 4px 12px #0f0f0f24}.od-proof-file{width:68px;height:68px;flex-shrink:0;border-radius:12px;display:flex;align-items:center;justify-content:center;background:var(--grad-primary);color:#fff}.od-proof-file svg{width:28px;height:28px}.od-proof-meta b{display:block;font-size:13px;font-weight:800;color:var(--text)}.od-proof-meta span{display:block;font-size:11.5px;font-weight:600;color:var(--green-600);margin-top:2px}.zv{position:fixed;top:0;right:0;bottom:0;left:0;z-index:4500;display:flex;flex-direction:column;background:#0e0e0e;animation:zvIn .2s ease both}@keyframes zvIn{0%{opacity:0}to{opacity:1}}.zv-bar{flex-shrink:0;display:flex;align-items:center;gap:12px;padding:calc(12px + env(safe-area-inset-top)) 14px 12px;background:#141414d9;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.zv-btn{width:40px;height:40px;flex-shrink:0;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;background:#ffffff1f;color:#fff;transition:transform .16s ease,background .16s ease}.zv-btn:active{transform:scale(.9);background:#fff3}.zv-btn svg{width:19px;height:19px}.zv-title{flex:1;min-width:0;color:#fff;font-size:13px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.zv-stage{flex:1;min-height:0;position:relative;display:flex;align-items:center;justify-content:center;overflow:auto;padding:16px}.zv-img{max-width:100%;max-height:100%;object-fit:contain;border-radius:8px;cursor:zoom-in;transition:transform .3s cubic-bezier(.34,1.2,.64,1)}.zv-img.is-zoomed{transform:scale(2);cursor:zoom-out}.zv-pdf{width:100%;height:100%;border:none;border-radius:8px;background:#fff}.zv-open{position:absolute;bottom:16px;left:50%;transform:translate(-50%);padding:10px 18px;border-radius:50px;background:#ffffff24;color:#fff;font-size:12px;font-weight:700;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.zv-hint{flex-shrink:0;text-align:center;color:#ffffff73;font-size:11px;font-weight:600;padding-bottom:calc(14px + env(safe-area-inset-bottom))}@media (prefers-reduced-motion: reduce){.zv{animation:none}.zv-img{transition:none}}body.zp-open{overflow:hidden}.zp-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:5200;display:flex;align-items:center;justify-content:center;padding:20px;background:#0f0f0f80;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);animation:zpFade .18s ease both}@keyframes zpFade{0%{opacity:0}to{opacity:1}}.zp{width:100%;max-width:400px;max-height:88dvh;overflow-y:auto;padding:20px;border-radius:24px;background:#fff;box-shadow:0 24px 60px #0f0f0f4d;animation:zpRise .26s cubic-bezier(.34,1.3,.64,1) both}@keyframes zpRise{0%{opacity:0;transform:translateY(16px) scale(.97)}to{opacity:1;transform:none}}.zp-head{margin-bottom:16px}.zp-head b{display:block;font-size:17px;font-weight:800;color:var(--text);letter-spacing:-.3px}.zp-head span{display:block;font-size:12.5px;font-weight:600;color:var(--text-muted);margin-top:5px;line-height:1.45}.zp-presets{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:14px}.zp-preset{border:none;cursor:pointer;padding:8px 13px;border-radius:50px;font-size:11.5px;font-weight:700;background:var(--bg-soft);color:var(--text-muted);box-shadow:inset 0 0 0 1px #0f0f0f0d;transition:transform .15s ease,background .15s ease,color .15s ease}.zp-preset:active{transform:scale(.94)}.zp-preset:hover{background:rgba(var(--shadow-tint),.1);color:var(--green-600)}.zp-req{font-size:10px;font-weight:800;letter-spacing:.3px;color:var(--danger);text-transform:uppercase}.zp-actions{display:flex;gap:9px;margin-top:14px}.zp-actions .btn{flex:1}.pp-pick{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;cursor:pointer;text-align:left;font-weight:650}.pp-pick>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pp-pick-empty{color:var(--text-faint);font-weight:600}.pp-pick-chev{width:16px;height:16px;flex-shrink:0;color:var(--text-faint)}.zpk-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:5300;display:flex;align-items:flex-end;justify-content:center;background:#0f0f0f80;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);animation:zpFade .18s ease both}.zpk{width:100%;max-width:480px;display:flex;flex-direction:column;max-height:86dvh;padding:8px 0 0;border-radius:26px 26px 0 0;background:#fff;box-shadow:0 -12px 44px #0f0f0f42;animation:zpkUp .28s cubic-bezier(.34,1.3,.64,1) both}@keyframes zpkUp{0%{transform:translateY(100%)}to{transform:none}}.zpk-grab{width:38px;height:4px;border-radius:50px;flex-shrink:0;background:#0f0f0f24;margin:0 auto 12px}.zpk-head{padding:0 20px 12px;flex-shrink:0}.zpk-head b{display:block;font-size:17px;font-weight:800;color:var(--text);letter-spacing:-.3px}.zpk-head span{display:block;font-size:12px;font-weight:600;color:var(--text-muted);margin-top:4px}.zpk-search{display:flex;align-items:center;gap:8px;flex-shrink:0;margin:0 20px 10px;padding:0 13px;height:42px;border-radius:14px;background:var(--bg-soft);box-shadow:inset 0 0 0 1px #0f0f0f0f}.zpk-search svg{color:var(--text-faint);flex-shrink:0}.zpk-search input{flex:1;min-width:0;border:none;background:none;outline:none;font-size:14px;font-weight:600;color:var(--text)}.zpk-list{flex:1;overflow-y:auto;padding:0 12px 4px;-webkit-overflow-scrolling:touch}.zpk-row{display:flex;align-items:center;gap:10px;width:100%;border:none;background:none;cursor:pointer;text-align:left;padding:12px 10px;border-radius:13px;font-size:14px;font-weight:650;color:var(--text);transition:background .12s ease}.zpk-row:hover{background:var(--bg-soft)}.zpk-row:active{background:rgba(var(--shadow-tint),.12)}.zpk-row.is-on{background:rgba(var(--shadow-tint),.1);color:var(--green-600);font-weight:800}.zpk-row-ico{font-size:17px;flex-shrink:0;width:22px;text-align:center}.zpk-row-label{flex:1;min-width:0}.zpk-row-tick{width:17px;height:17px;flex-shrink:0;color:var(--green-500)}.zpk-row-custom{color:var(--green-600);font-weight:800}.zpk-row-custom .zpk-row-ico{font-weight:800}.zpk-empty{padding:26px 12px;text-align:center;font-size:13px;font-weight:600;color:var(--text-faint)}.zpk-custom{padding:8px 10px 4px;display:flex;flex-direction:column;gap:8px}.zpk-custom label{font-size:11px;font-weight:800;letter-spacing:.3px;text-transform:uppercase;color:var(--text-muted)}.zpk-custom small{font-size:11.5px;font-weight:600;color:var(--text-faint)}.zpk-custom .btn{margin-top:4px}.zpk-foot{flex-shrink:0;padding:10px 20px calc(14px + env(safe-area-inset-bottom));border-top:1px solid var(--border)}.zpk-foot .btn{width:100%}.sub-pending{display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px;padding:28px 20px;border-radius:20px;background:rgba(var(--shadow-tint),.06);box-shadow:inset 0 0 0 1px rgba(var(--shadow-tint),.16)}.sub-pending-ico{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--grad-primary);color:#fff;margin-bottom:4px}.sub-pending-ico svg{width:22px;height:22px}.sub-pending b{font-size:15px}.sub-pending span{font-size:12.5px;color:var(--text-muted);max-width:260px}.sub-toggle{display:grid;grid-template-columns:1fr 1fr;gap:6px;padding:4px;border-radius:14px;background:var(--bg-soft);margin-bottom:16px}.sub-toggle button{border:none;background:none;cursor:pointer;font-family:inherit;padding:10px 8px;border-radius:11px;font-size:13px;font-weight:800;color:var(--text-muted);display:flex;align-items:center;justify-content:center;gap:6px}.sub-toggle button.active{background:#fff;color:var(--text);box-shadow:0 4px 12px #0f0f0f14}.sub-toggle button i{font-style:normal;font-size:10px;font-weight:800;color:var(--green-600)}.sub-plans{display:flex;flex-direction:column;gap:14px}.sub-card{position:relative;padding:20px 18px;border-radius:22px;background:#fff;box-shadow:inset 0 0 0 1px #0f0f0f0f,0 10px 24px #0f0f0f0d}.sub-card.is-popular{box-shadow:inset 0 0 0 2px var(--green-500),0 10px 24px rgba(var(--shadow-tint),.18)}.sub-card.is-current{opacity:.92}.sub-badge{position:absolute;top:-11px;left:18px;padding:4px 11px;border-radius:50px;font-size:9.5px;font-weight:800;letter-spacing:.4px;background:var(--grad-primary);color:#fff;box-shadow:0 4px 10px rgba(var(--shadow-tint),.35)}.sub-badge.is-current-badge{left:auto;right:18px;background:var(--text)}.sub-card-head{display:flex;align-items:flex-start;gap:12px}.sub-card-ico{flex-shrink:0;width:40px;height:40px;border-radius:13px;display:flex;align-items:center;justify-content:center;background:var(--grad-primary);color:#fff;box-shadow:0 6px 14px rgba(var(--shadow-tint),.3)}.sub-card-ico svg{width:20px;height:20px}.sub-card-head b{display:block;font-size:16px;font-weight:800}.sub-card-head span{display:block;font-size:12px;color:var(--text-muted);margin-top:2px}.sub-card-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.sub-price{display:flex;align-items:baseline;gap:4px;margin:14px 0}.sub-price b{font-size:26px;font-weight:800;letter-spacing:-.5px}.sub-price span{font-size:12px;color:var(--text-muted);font-weight:700}.sub-card-bld{width:72px;height:72px;object-fit:contain;flex-shrink:0;filter:drop-shadow(0 8px 12px rgba(15,15,15,.14))}.sub-features{list-style:none;padding:0;margin:0 0 16px;display:flex;flex-direction:column;gap:9px}.sub-features li{display:flex;align-items:flex-start;gap:8px;font-size:12.5px;color:var(--text)}.sub-features li svg{width:15px;height:15px;flex-shrink:0;margin-top:1px;color:var(--green-500)}.sub-status-card{margin-top:12px;padding:14px;border-radius:18px;cursor:pointer;background:#fff;box-shadow:inset 0 0 0 1px #0f0f0f0f,0 8px 20px #0f0f0f0d;transition:transform .16s ease}.sub-status-card:active{transform:scale(.98)}.sub-status-card.is-soon{box-shadow:inset 0 0 0 1.5px #d9770659,0 8px 20px #d9770614}.sub-status-card.is-expired{box-shadow:inset 0 0 0 1.5px #e5484d66,0 8px 20px #e5484d1a}.sub-status-alert{display:flex;align-items:flex-start;gap:9px;margin-bottom:12px;padding:10px 12px;border-radius:13px;background:#e5484d14;color:var(--danger);font-size:12px;font-weight:700;line-height:1.4}.sub-status-card.is-soon .sub-status-alert{background:#d977061a;color:#b45309}.sub-status-alert svg{width:18px;height:18px;flex-shrink:0;margin-top:1px}.sub-status-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.sub-status-plan b{display:block;font-size:14px;font-weight:800;color:var(--text)}.sub-status-plan span{display:block;font-size:11px;font-weight:600;color:var(--text-muted);margin-top:2px}.sub-status-track{margin-top:12px;height:6px;border-radius:4px;overflow:hidden;background:#0f0f0f12}.sub-status-track i{display:block;height:100%;border-radius:4px;background:var(--grad-primary);transition:width .4s ease}.sub-status-card.is-soon .sub-status-track i{background:linear-gradient(135deg,#f59e0b,#b45309)}.sub-status-card.is-expired .sub-status-track i{background:linear-gradient(135deg,#F04448 0%,var(--danger) 100%)}@media (prefers-reduced-motion: reduce){.zp-overlay,.zp{animation:none}}.pd-gallery{position:relative;margin:0 -16px;padding-bottom:16px;background:#fff}.pd-card{position:relative;margin:0;overflow:hidden;background:#fff}.pd-stage{position:relative;aspect-ratio:1;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#fff}.pd-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;animation:pdRise .5s cubic-bezier(.34,1.3,.64,1) both}@keyframes pdRise{0%{opacity:0;transform:translateY(14px) scale(.97)}to{opacity:1;transform:none}}.pd-noimg{width:120px;height:120px;border-radius:30px;display:flex;align-items:center;justify-content:center;background:rgba(var(--shadow-tint),.1);color:var(--green-500)}.pd-noimg svg{width:54px;height:54px}.pd-thumbs{display:flex;gap:8px;padding:0 16px;overflow-x:auto;scrollbar-width:none}.pd-thumbs::-webkit-scrollbar{display:none}.pd-thumb{flex-shrink:0;width:58px;height:58px;border:none;border-radius:14px;overflow:hidden;cursor:pointer;padding:0;background:#fff;box-shadow:inset 0 0 0 2px transparent,0 4px 12px #0f0f0f14;transition:box-shadow .2s ease,transform .16s ease}.pd-thumb img{width:100%;height:100%;object-fit:cover}.pd-thumb:active{transform:scale(.94)}.pd-thumb.active{box-shadow:inset 0 0 0 2.5px var(--green-500),0 4px 14px rgba(var(--shadow-tint),.28)}.pd-video{position:relative;margin-top:16px;border-radius:18px;overflow:hidden;aspect-ratio:16 / 9;background:#000;box-shadow:0 10px 26px #0f0f0f1a}.pd-video iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0}.pd-head{padding:18px 0 4px}.pd-eyebrow{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:7px}.pd-brand{font-size:10.5px;font-weight:800;letter-spacing:.8px;text-transform:uppercase;color:var(--green-600)}.pd-collection{font-size:10.5px;font-weight:700;color:var(--text-muted);padding:3px 9px;border-radius:50px;background:var(--bg-soft)}.pd-name{font-size:23px;font-weight:800;letter-spacing:-.5px;color:var(--text);line-height:1.25}.pd-price-row{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;margin-top:12px}.pd-price{font-size:28px;font-weight:800;letter-spacing:-.8px;color:var(--green-600)}.pd-was{font-size:15px;font-weight:600;color:var(--text-faint)}.pd-unit{font-size:11.5px;font-weight:600;color:var(--text-faint);margin-top:4px}.pd-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin:18px 0;border-radius:20px;overflow:hidden;background:#0f0f0f0f;box-shadow:0 10px 26px #0f0f0f12}.pd-trust-cell{padding:14px 6px;text-align:center;background:#fff;display:flex;flex-direction:column;align-items:center;gap:3px}.pd-trust-ico{width:30px;height:30px;border-radius:10px;margin-bottom:2px;display:flex;align-items:center;justify-content:center;background:var(--green-50);color:var(--green-600);font-size:15px}.pd-trust-ico svg{width:17px;height:17px}.pd-trust-ico.is-star{background:#f5a52424;color:#f5a524}.pd-trust-cell b{font-size:17px;font-weight:800;color:var(--text);line-height:1}.pd-trust-cell small{font-size:8.5px;font-weight:800;letter-spacing:.4px;color:var(--text-muted)}.pd-trust-cell.is-low .pd-trust-ico{background:#f5a52424;color:#b4700a}.pd-trust-cell.is-low b{color:#b4700a}.pd-trust-cell.is-out .pd-trust-ico{background:#e5484d1f;color:var(--danger)}.pd-trust-cell.is-out b{color:var(--danger)}.pd-qty{display:flex;align-items:center;gap:12px;padding:13px 15px;border-radius:18px;margin-bottom:6px;background:var(--bg-soft)}.pd-qty-label{font-size:13px;font-weight:800;color:var(--text)}.pd-stepper{display:flex;align-items:center;gap:2px;background:#fff;border-radius:50px;padding:4px;box-shadow:inset 0 0 0 1px #0f0f0f12}.pd-stepper button{width:32px;height:32px;border:none;border-radius:50%;cursor:pointer;background:transparent;color:var(--text);font-size:18px;font-weight:700;line-height:1;transition:background .16s ease,transform .14s ease}.pd-stepper button:active:not(:disabled){transform:scale(.88);background:var(--bg-soft)}.pd-stepper button:disabled{opacity:.3;cursor:not-allowed}.pd-stepper b{min-width:26px;text-align:center;font-size:15px;font-weight:800}.pd-qty-sub{font-size:10.5px;font-weight:700;color:#b4700a}.pd-section{margin-top:22px}.pd-section-title{font-size:15px;font-weight:800;color:var(--text);margin-bottom:11px}.pd-desc{font-size:13.5px;font-weight:500;color:var(--text-muted);line-height:1.65}.pd-spec{border-radius:16px;overflow:hidden;box-shadow:inset 0 0 0 1px #0f0f0f0f}.pd-spec-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 14px;background:#fff;border-bottom:1px solid var(--border)}.pd-spec-row:last-child{border-bottom:none}.pd-spec-row span{font-size:12px;font-weight:700;color:var(--text-muted);flex-shrink:0}.pd-spec-row b{font-size:12.5px;font-weight:800;color:var(--text);text-align:right;word-break:break-word}.pd-tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:12px}.pd-tag{font-size:11px;font-weight:700;color:var(--green-600);padding:5px 11px;border-radius:50px;background:rgba(var(--shadow-tint),.09)}.pd-shop{display:flex;align-items:center;gap:12px;cursor:pointer;padding:13px;border-radius:18px;background:#fffc;box-shadow:0 8px 20px #0f0f0f0f,inset 0 0 0 1px var(--glass-border);transition:transform .18s ease}.pd-shop:active{transform:scale(.98)}.pd-shop-logo{width:48px;height:48px;flex-shrink:0;overflow:hidden;border-radius:15px;display:flex;align-items:center;justify-content:center;background:var(--grad-primary);color:#fff;font-size:19px;font-weight:800;box-shadow:0 6px 16px rgba(var(--shadow-tint),.28)}.pd-shop-logo img{width:100%;height:100%;object-fit:cover}.pd-shop-main{flex:1;min-width:0}.pd-shop-name{display:flex;align-items:center;gap:6px;font-size:14px;font-weight:800;color:var(--text)}.pd-verified{width:16px;height:16px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:var(--green-500);color:#fff}.pd-verified svg{width:11px;height:11px;stroke-width:3}.pd-shop-sub{font-size:11.5px;font-weight:600;color:var(--text-muted);margin-top:2px;display:flex;align-items:center;gap:6px}.pd-closed{font-size:9.5px;font-weight:800;letter-spacing:.3px;padding:2px 7px;border-radius:50px;background:#e5484d1f;color:var(--danger)}.pd-shop-go{color:var(--text-faint);flex-shrink:0}.pd-shop-go svg{width:17px;height:17px}.pd-delivery{margin-top:10px;border-radius:16px;overflow:hidden;box-shadow:inset 0 0 0 1px #0f0f0f0f}.pd-del-row{display:flex;align-items:center;gap:12px;padding:12px 14px;background:#fff;border-bottom:1px solid var(--border)}.pd-del-row:last-child{border-bottom:none}.pd-del-ico{width:34px;height:34px;flex-shrink:0;border-radius:11px;display:flex;align-items:center;justify-content:center;background:var(--green-50);color:var(--green-600)}.pd-del-ico svg{width:17px;height:17px}.pd-del-row b{display:block;font-size:12.5px;font-weight:800;color:var(--text)}.pd-del-row small{display:block;font-size:11px;font-weight:600;color:var(--text-muted);margin-top:1px}.pd-del-row.is-link b{color:var(--green-600)}.pd-related{display:flex;gap:10px;overflow-x:auto;scrollbar-width:none;margin:0 -16px;padding:0 16px 4px}.pd-related::-webkit-scrollbar{display:none}.pd-rel{flex-shrink:0;width:116px;padding:0;border:none;cursor:pointer;background:transparent;text-align:left;transition:transform .16s ease}.pd-rel:active{transform:scale(.96)}.pd-rel-thumb{width:116px;height:116px;border-radius:16px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:var(--bg-soft);color:var(--green-500);box-shadow:0 6px 16px #0f0f0f12}.pd-rel-thumb img{width:100%;height:100%;object-fit:cover}.pd-rel-thumb svg{width:34px;height:34px}.pd-rel-name{font-size:12px;font-weight:700;color:var(--text);margin-top:7px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pd-rel-price{font-size:12.5px;font-weight:800;color:var(--green-600);margin-top:1px}.pd-spacer{height:78px}.pd-bar{position:fixed;z-index:1900;bottom:calc(var(--bottomnav-h) + 4px);left:50%;transform:translate(-50%);width:calc(100% - 32px);max-width:448px;display:flex;align-items:center;gap:12px;padding:10px 12px 10px 18px;border-radius:24px;background:#ffffffe6;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);box-shadow:0 12px 34px #0f0f0f24,inset 0 0 0 1px #ffffffe6}.pd-bar-price{flex-shrink:0}.pd-bar-price small{display:block;font-size:9.5px;font-weight:800;letter-spacing:.4px;color:var(--text-faint)}.pd-bar-price b{display:block;font-size:17px;font-weight:800;color:var(--text);letter-spacing:-.4px}.pd-bar-btn{flex:1;margin:0}.pd-bar-btn:disabled{opacity:.45}@media (prefers-reduced-motion: reduce){.pd-img{animation:none}}.pd-count{position:absolute;right:12px;bottom:12px;z-index:3;padding:4px 10px;border-radius:50px;background:#0f0f0f99;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#fff;font-size:10.5px;font-weight:800;letter-spacing:.3px}.pd-thumbs{padding:12px 16px 0}.pd-shop{gap:13px;padding:14px}.pd-shop-logo{width:52px;height:52px;border-radius:17px;box-shadow:0 6px 16px rgba(var(--shadow-tint),.26),0 0 0 3px #fff}.pd-shop-name{gap:5px}.pd-shop-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.pd-shop-sub{gap:8px;flex-wrap:wrap;margin-top:4px}.pd-shop-rating{display:inline-flex;align-items:center;gap:3px;font-size:11.5px;font-weight:800;color:#b4700a;padding:2px 8px;border-radius:50px;background:#f5a52424}.pd-shop-rating svg{width:11px;height:11px;fill:#f5a524;stroke:none}.pd-shop-place{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:46vw}.pd-shop-go{width:30px;height:30px;flex-shrink:0;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--bg-soft);color:var(--text-muted);transition:background .18s ease,color .18s ease,transform .18s ease}.pd-shop-go svg{width:15px;height:15px}.pd-shop:active .pd-shop-go{background:var(--green-500);color:#fff;transform:translate(2px)}.pd-trust-ico.is-star svg{fill:#f5a524;stroke:none;width:16px;height:16px}.pd-nav-btn{width:40px;height:40px;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;background:#fff;color:var(--text);box-shadow:0 4px 14px #0f0f0f1a,inset 0 0 0 1px #0f0f0f0d;transition:transform .16s ease,box-shadow .18s ease}.pd-nav-btn:active{transform:scale(.9);box-shadow:0 2px 8px #0f0f0f1f}.pd-nav-btn svg{width:19px;height:19px}.pd-strip{display:flex;align-items:center;gap:10px;padding:12px 16px 0}.pd-deal{display:inline-flex;align-items:baseline;gap:8px;padding:8px 14px;border-radius:50px;background:linear-gradient(135deg,var(--btn-black-soft) 0%,var(--btn-black) 100%);box-shadow:0 8px 20px #0f0f0f3d}.pd-deal b{font-size:12.5px;font-weight:800;color:var(--green-bright);letter-spacing:.2px}.pd-deal small{font-size:10.5px;font-weight:700;color:#ffffff9e}.pd-deal.is-out{background:linear-gradient(135deg,#e5484d,#b02a2e);box-shadow:0 8px 20px #e5484d4d}.pd-deal.is-out b{color:#fff}.pd-deal.is-out small{color:#ffffffb8}.pd-count{margin-left:auto;flex-shrink:0;padding:6px 11px;border-radius:50px;background:var(--bg-soft);color:var(--text-muted);font-size:10.5px;font-weight:800;letter-spacing:.3px}.pd-hero{position:sticky;top:var(--topbar-h);z-index:20;display:flex;align-items:center;gap:8px;margin:-16px -16px 0;padding:10px 16px;background:#ffffffd1;backdrop-filter:blur(18px) saturate(180%);-webkit-backdrop-filter:blur(18px) saturate(180%)}.pd-hero-title{flex:1;min-width:0;font-size:14px;font-weight:800;color:var(--text);letter-spacing:-.2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;opacity:0;transform:translateY(4px);transition:opacity .25s ease,transform .25s ease}.pd-hero-title.is-visible{opacity:1;transform:none}.pd-wish.is-saved{color:var(--danger)}.pd-wish.is-saved svg{fill:var(--danger)}.pd-wish.is-pop svg{animation:wishPop .45s cubic-bezier(.34,1.6,.64,1)}@keyframes wishPop{0%{transform:scale(1)}40%{transform:scale(1.35)}to{transform:scale(1)}}@media (prefers-reduced-motion: reduce){.pd-hero-title{transition:none}.pd-wish.is-pop svg{animation:none}}.pd-price-row .pd-deal{align-self:center;padding:6px 12px}.pd-price-row .pd-deal b{font-size:11.5px}.pd-price-row .pd-deal small{font-size:10px}.sp-filters{display:flex;gap:7px;margin-bottom:14px;overflow-x:auto;scrollbar-width:none;padding-bottom:2px;-webkit-overflow-scrolling:touch}.sp-filters::-webkit-scrollbar{display:none}.sp-filters button{flex-shrink:0;border:none;cursor:pointer;padding:9px 14px;border-radius:50px;font-size:12px;font-weight:700;background:var(--bg-soft);color:var(--text-muted);box-shadow:inset 0 0 0 1px #0f0f0f0d;transition:transform .18s ease}.sp-filters button:active{transform:scale(.94)}.sp-filters button i{font-style:normal;font-weight:800;opacity:.55;margin-left:3px}.sp-filters button.active{background:linear-gradient(135deg,var(--btn-black-soft) 0%,var(--btn-black) 100%);color:var(--green-bright);box-shadow:0 5px 14px #0f0f0f42}.sp-filters button.active i{opacity:.75}.sp-card{padding:14px;border-radius:20px;margin-bottom:16px;background:#fffc;backdrop-filter:blur(16px) saturate(170%);-webkit-backdrop-filter:blur(16px) saturate(170%);box-shadow:0 10px 26px #0f0f0f12,inset 0 0 0 1px #ffffffe6}.sp-card-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:12px}.sp-card-head b{font-size:13.5px;font-weight:800;color:var(--text)}.sp-card-head span{font-size:11.5px;font-weight:700;color:var(--text-muted)}.sp-list{display:flex;flex-direction:column;gap:9px}.sp-row{display:flex;align-items:center;gap:11px;cursor:pointer;padding:11px;border-radius:18px;background:#fffc;backdrop-filter:blur(14px) saturate(170%);-webkit-backdrop-filter:blur(14px) saturate(170%);box-shadow:0 8px 20px #0f0f0f0f,inset 0 0 0 1px #ffffffe6;transition:transform .2s cubic-bezier(.34,1.5,.64,1)}.sp-row:active{transform:scale(.975)}.sp-row.is-dim{opacity:.55}.sp-row.is-flat{cursor:default;box-shadow:inset 0 0 0 1px #0f0f0f0d;background:var(--bg-soft)}.sp-row.is-flat:active{transform:none}.sp-row.is-new{box-shadow:0 8px 20px rgba(var(--shadow-tint),.14),inset 0 0 0 1.5px rgba(var(--shadow-tint),.35)}.sp-row-lead{flex-shrink:0}.sp-avatar{width:44px;height:44px;border-radius:15px;display:flex;align-items:center;justify-content:center;background:var(--grad-primary);color:#fff;font-size:17px;font-weight:800;box-shadow:0 6px 16px rgba(var(--shadow-tint),.28)}.sp-row-main{flex:1;min-width:0}.sp-row-title{font-size:13.5px;font-weight:800;color:var(--text);display:flex;align-items:center;gap:6px;flex-wrap:wrap}.sp-row-sub{font-size:11.5px;font-weight:600;color:var(--text-muted);margin-top:3px;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.sp-row-end{flex-shrink:0;text-align:right}.sp-row-end b{font-size:13.5px;font-weight:800;color:var(--text)}.sp-timeline{display:flex;align-items:flex-start;margin-bottom:6px;padding:16px 4px 4px}.sp-step{flex:1;position:relative;text-align:center}.sp-step:before{content:"";position:absolute;top:7px;right:50%;width:100%;height:2px;background:#0f0f0f1a}.sp-step:first-child:before{display:none}.sp-step.is-done:before,.sp-step.is-now:before{background:var(--green-500)}.sp-step-dot{position:relative;z-index:1;display:block;margin:0 auto 7px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:inset 0 0 0 2px #0f0f0f24}.sp-step.is-done .sp-step-dot{background:var(--green-500);box-shadow:inset 0 0 0 2px var(--green-500)}.sp-step.is-now .sp-step-dot{background:var(--green-500);box-shadow:0 0 0 4px rgba(var(--shadow-tint),.22),inset 0 0 0 2px var(--green-500)}.sp-step-label{font-size:9.5px;font-weight:700;color:var(--text-faint)}.sp-step.is-now .sp-step-label{color:var(--green-600);font-weight:800}.sp-step.is-done .sp-step-label{color:var(--text-muted)}.sp-contact{display:grid;grid-template-columns:repeat(auto-fit,minmax(96px,1fr));gap:8px}.sp-contact-btn{display:flex;align-items:center;justify-content:center;gap:5px;padding:12px 8px;border:none;border-radius:15px;cursor:pointer;font-size:12px;font-weight:800;font-family:inherit;background:var(--bg-soft);color:var(--text);box-shadow:inset 0 0 0 1px #0f0f0f0d;transition:transform .16s ease}.sp-contact-btn:active{transform:scale(.94)}.sp-contact-btn svg{width:15px;height:15px;flex-shrink:0}.sp-contact-btn.wa{background:linear-gradient(135deg,rgba(var(--shadow-tint),.14),rgba(var(--shadow-tint),.06));color:var(--green-600);box-shadow:inset 0 0 0 1.5px rgba(var(--shadow-tint),.3)}.sp-items{border-radius:16px;overflow:hidden;background:#0f0f0f0f;display:grid;gap:1px}.sp-item{display:flex;align-items:center;gap:10px;padding:11px 14px;background:#fff;font-size:12.5px;font-weight:600;color:var(--text)}.sp-item-qty{font-weight:800;color:var(--green-600);flex-shrink:0}.sp-item-name{flex:1;min-width:0}.sp-item-price{font-weight:800;flex-shrink:0}.sp-item.is-total{background:var(--bg-soft);font-weight:800}.sp-item.is-total .sp-item-name{font-weight:800}.zc-bars{display:flex;align-items:flex-end;gap:6px}.zc-bar{flex:1;display:flex;flex-direction:column;height:100%}.zc-bar-track{flex:1;display:flex;align-items:flex-end}.zc-bar-fill{width:100%;border-radius:6px 6px 3px 3px;background:linear-gradient(180deg,var(--green-400) 0%,var(--green-500) 100%);transition:height .4s cubic-bezier(.34,1.3,.64,1)}.zc-bar-fill.is-zero{background:#0f0f0f14}.shp-hero{margin:-16px -16px 16px;background:#fff}.shp-cover{position:relative;aspect-ratio:16 / 8;overflow:hidden;background:var(--grad-primary-soft);border-bottom:3px solid var(--green-500)}.shp-cover img{width:100%;height:100%;object-fit:cover}.shp-cover.is-empty{background:radial-gradient(120% 120% at 20% 0%,var(--green-100) 0%,var(--green-50) 60%,#FFF 100%)}.shp-nav{position:absolute;top:12px;left:14px;right:14px;z-index:2;display:flex;align-items:center;justify-content:space-between}.shp-nav-btn{width:38px;height:38px;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;background:#0f0f0f66;color:#fff;box-shadow:inset 0 0 0 1px #ffffff38,0 4px 12px #0f0f0f2e;backdrop-filter:blur(10px) saturate(180%);-webkit-backdrop-filter:blur(10px) saturate(180%);transition:transform .16s ease,background .16s ease}.shp-nav-btn:active{transform:scale(.9);background:#0f0f0f85}.shp-nav-btn svg{width:19px;height:19px}.shp-status{position:absolute;top:100%;right:0;margin-top:26px;z-index:2;display:inline-flex;align-items:center;gap:6px;white-space:nowrap;height:24px;padding:0 12px;border-radius:50px;font-size:11px;font-weight:800;letter-spacing:.2px;background:#ffffffeb;color:var(--green-600);box-shadow:0 4px 12px #0f0f0f1f;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.shp-status:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--green-500);flex-shrink:0}.shp-status.is-closed{color:var(--danger)}.shp-status.is-closed:before{background:var(--danger)}.shp-follow-btn{margin-left:auto;flex-shrink:0;display:inline-flex;align-items:center;gap:7px;white-space:nowrap;border:none;cursor:pointer;height:32px;padding:0 16px;border-radius:50px;font-size:12.5px;font-weight:800;background:linear-gradient(135deg,var(--btn-black-soft) 0%,var(--btn-black) 100%);color:#fff;box-shadow:inset 0 0 0 1px #ffffff1a;transition:transform .15s ease}.shp-follow-btn svg{width:13px;height:13px;flex-shrink:0}.shp-follow-btn:active{transform:scale(.94)}.shp-follow-btn .shp-follow-sep{opacity:.35;font-weight:400}.shp-follow-btn #shp-follow-count{color:var(--green-bright, #6EE7B7)}.shp-body{position:relative;padding:56px 16px 16px}.shp-logo{position:absolute;left:16px;top:-44px;width:88px;height:88px;padding:3px;border-radius:25px;background:var(--btn-black)}.shp-logo-inner{width:100%;height:100%;border-radius:22px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:var(--grad-primary);color:#fff;font-size:32px;font-weight:800;border:3px solid #fff}.shp-logo-inner img{display:block;width:100%;height:100%;object-fit:cover;border-radius:19px}.shp-building{position:absolute;right:16px;top:-54px;z-index:1;width:104px;height:104px;filter:drop-shadow(0 10px 16px rgba(15,15,15,.18));animation:shpBuildingRise .5s cubic-bezier(.34,1.3,.64,1) both}.shp-building img{width:100%;height:100%;object-fit:contain}@keyframes shpBuildingRise{0%{opacity:0;transform:translateY(10px) scale(.92)}to{opacity:1;transform:none}}@media (max-width: 380px){.shp-building{width:82px;height:82px;top:-42px}}.shp-name{display:flex;align-items:center;gap:6px;font-size:21px;font-weight:800;letter-spacing:-.4px;color:var(--text)}.shp-name-text{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shp-tick{display:inline-flex;align-items:center;color:var(--green-500)}.shp-tick svg{width:19px;height:19px}.shp-cat{display:flex;align-items:center;gap:5px;flex-wrap:wrap;font-size:12.5px;font-weight:600;color:var(--text-muted);margin-top:10px}.shp-cat svg{width:13px;height:13px;vertical-align:-2px}.shp-dot{width:3px;height:3px;border-radius:50%;background:var(--text-faint);display:inline-block;margin:0 1px}.shp-rating{display:flex;align-items:center;gap:8px;margin-top:10px}.shp-rating span{font-size:12px;font-weight:700;color:var(--text-muted)}.shp-social{display:flex;gap:10px;margin-top:14px}.shp-social-btn{width:38px;height:38px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:var(--bg-soft);box-shadow:inset 0 0 0 1px #0f0f0f0d;transition:transform .16s ease}.shp-social-btn:active{transform:scale(.9)}.shp-social-btn svg{width:19px;height:19px;color:var(--green-600);flex-shrink:0}.shp-social-btn.is-wa{background:linear-gradient(135deg,#25d366,#1ea952);box-shadow:0 6px 14px #25d36652;color:#fff}.shp-social-btn.is-wa svg{color:#fff}.shp-social-btn.is-call{background:#fff;box-shadow:inset 0 0 0 2px var(--green-500)}.shp-social-btn.is-call svg{color:var(--green-600)}.shp-social-btn.is-call:active{background:var(--green-50)}.shp-social-btn.shp-wish-btn{border:none;cursor:pointer;margin-left:auto;border-radius:50%;background:#fff;box-shadow:0 4px 12px #0f0f0f1a,inset 0 0 0 1.5px #0f0f0f29;transition:background .18s ease,box-shadow .18s ease}.shp-social-btn.shp-wish-btn svg{color:var(--btn-black);opacity:1}.shp-social-btn.shp-wish-btn.is-saved{background:linear-gradient(135deg,var(--btn-black-soft) 0%,var(--btn-black) 100%);box-shadow:0 8px 18px #0f0f0f4d}.shp-social-btn.shp-wish-btn.is-saved svg{color:var(--green-bright);fill:var(--green-bright);opacity:1}.shp-social-btn.shp-wish-btn.is-pop svg{animation:shpWishPop .45s cubic-bezier(.34,1.6,.64,1)}@keyframes shpWishPop{0%{transform:scale(1)}40%{transform:scale(1.35)}to{transform:scale(1)}}.shp-desc{font-size:13.5px;line-height:1.6;color:var(--text);margin-top:14px}.shp-closed-note{display:flex;align-items:center;gap:9px;margin-top:14px;padding:11px 13px;border-radius:14px;background:#e5484d14;box-shadow:inset 0 0 0 1.5px #e5484d2e;font-size:12.5px;font-weight:700;color:var(--danger);line-height:1.4}.shp-closed-note svg{width:18px;height:18px;flex-shrink:0}.shp-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;border-radius:16px;overflow:hidden;margin-bottom:14px;background:#0f0f0f0f;box-shadow:inset 0 0 0 1px #0f0f0f0d}.shp-stats div{padding:12px 4px;text-align:center;background:#fff}.shp-stats b{display:block;font-size:16px;font-weight:800;color:var(--text)}.shp-stats span{display:block;font-size:9.5px;font-weight:700;color:var(--text-muted);margin-top:2px;letter-spacing:.3px}.zc-bar span{display:block;text-align:center;margin-top:6px;font-size:9.5px;font-weight:700;color:var(--text-faint)}.calc-page{margin:-16px -16px 0;padding:14px 16px 24px;min-height:calc(100vh - var(--topbar-h) - var(--bottomnav-h));background:linear-gradient(160deg,#e6f9f0,#eaf6ff,#e6f9f0);display:flex;flex-direction:column;align-items:center}.calc-topbar{width:100%;max-width:400px;display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.calc-back{display:inline-flex;align-items:center;gap:5px;background:rgba(var(--shadow-tint),.1);border:none;color:var(--green-600);border-radius:11px;padding:7px 13px;font-size:12px;font-weight:700;cursor:pointer}.calc-back svg{width:13px;height:13px}.calc-title{font-size:17px;font-weight:800;color:var(--text)}.calc-mode-toggle{display:flex;background:rgba(var(--shadow-tint),.1);border-radius:12px;padding:3px}.calc-mode-btn{padding:5px 14px;border-radius:9px;border:none;font-size:12px;font-weight:700;cursor:pointer;transition:all .2s;color:var(--green-600);background:transparent}.calc-mode-btn.active{background:var(--grad-primary);color:#fff;box-shadow:0 2px 8px rgba(var(--shadow-tint),.35)}.calc-card{width:100%;max-width:400px;background:#fff;border-radius:32px;overflow:hidden;box-shadow:0 10px 0 var(--green-200),0 14px 40px rgba(var(--shadow-tint),.18),0 2px #ffffffe6 inset;border:1.5px solid rgba(var(--shadow-tint),.1)}.calc-display{background:var(--grad-primary);padding:20px 22px 18px;min-height:130px;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end;position:relative;overflow:hidden}.calc-display:before{content:"";position:absolute;top:-30px;left:-30px;width:130px;height:130px;border-radius:50%;background:#ffffff1a}.calc-display:after{content:"";position:absolute;bottom:-20px;right:40px;width:90px;height:90px;border-radius:50%;background:#ffffff14}.calc-history{font-size:11px;color:#ffffff80;min-height:14px;word-break:break-all;text-align:right;width:100%;position:relative;z-index:1}.calc-expr{font-size:14px;color:#ffffffb3;min-height:20px;word-break:break-all;text-align:right;width:100%;margin-top:2px;position:relative;z-index:1}.calc-result{font-size:46px;font-weight:800;color:#fff;word-break:break-all;text-align:right;line-height:1.1;width:100%;margin-top:4px;transition:font-size .15s;position:relative;z-index:1;text-shadow:0 2px 12px rgba(0,0,0,.25)}.calc-result.small{font-size:30px}.calc-result.xsmall{font-size:20px}.calc-buttons{padding:14px 14px 16px;background:#fff}.calc-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.calc-grid-sci{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:8px}.calc-btn{height:clamp(52px,13vw,66px);border-radius:16px;border:none;font-size:clamp(16px,4.5vw,21px);font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;-webkit-tap-highlight-color:transparent;transition:transform .08s;position:relative}.calc-btn:active{transform:translateY(3px);box-shadow:none!important;filter:brightness(.94)}.calc-btn--zero{grid-column:span 2;justify-content:flex-start;padding-left:22px}.calc-btn--num{background:linear-gradient(180deg,#f8f8ff,#eeeef8);color:#1c1c2e;box-shadow:0 4px #c8c8e0,0 2px 6px #00000012}.calc-btn--fn{background:linear-gradient(180deg,#d8dae8,#c4c7d8);color:#374151;font-size:clamp(12px,3.5vw,15px);box-shadow:0 4px #9ea2b8,0 2px 6px #0000001a}.calc-btn--div{background:linear-gradient(180deg,#ffbe3a,#ff9f0a);color:#fff;box-shadow:0 4px #c07000,0 2px 8px #ff9f0a59}.calc-btn--mul{background:linear-gradient(180deg,#4cd964,#30d158);color:#fff;box-shadow:0 4px #1a8c40,0 2px 8px #30d15859}.calc-btn--sub{background:linear-gradient(180deg,#409cff,#0a84ff);color:#fff;box-shadow:0 4px #0050c0,0 2px 8px #0a84ff59}.calc-btn--add{background:linear-gradient(180deg,#ff6b8a,#ff375f);color:#fff;box-shadow:0 4px #c0002a,0 2px 8px #ff375f59}.calc-btn--eq{background:var(--grad-primary);color:#fff;font-size:clamp(22px,6vw,30px);box-shadow:0 4px 0 var(--green-700, #007E4F),0 2px 12px rgba(var(--shadow-tint),.4)}.calc-btn--sci{background:linear-gradient(180deg,#e0f2ff,#bae6fd);color:#0369a1;font-size:clamp(11px,3vw,13px);font-weight:800;height:clamp(42px,10vw,52px);border-radius:12px;box-shadow:0 3px #7bb8e0,0 1px 4px #0369a126}.calc-btn--sci-y{background:linear-gradient(180deg,#fef3c7,#fde68a);color:#92400e;box-shadow:0 3px #c08000,0 1px 4px #c0800033}.calc-btn--sci-g{background:linear-gradient(180deg,#d1fae5,#6ee7b7);color:#065f46;box-shadow:0 3px #2a9060,0 1px 4px #2a906033}.calc-btn--sci-r{background:linear-gradient(180deg,#fee2e2,#fca5a5);color:#991b1b;box-shadow:0 3px #c03030,0 1px 4px #c0303033}#calc-sci-panel{display:none}#calc-sci-panel.show{display:block}.calc-sci-label{font-size:10px;font-weight:800;color:var(--text-faint);text-transform:uppercase;letter-spacing:.7px;margin-bottom:7px}.calc-divider{height:1px;background:#0f0f0f0f;margin:4px 0 10px}
