:root{--brand: #fb9847;--brand-600: #f57c00;--brand-700: #dd6c00;--brand-soft: rgba(251, 152, 71, .13);--brand-soft-2: rgba(251, 152, 71, .22);--brand-grad: linear-gradient(135deg, #fb9847, #f57c00);--ink: #16181f;--ink-2: #22252f;--bg: #f4f5f8;--bg-2: #eceef3;--surface: #ffffff;--surface-2: #fafbfc;--surface-3: #f0f1f4;--text: #191b21;--text-2: #5d6470;--text-3: #9aa1ad;--on-brand: #ffffff;--border: #e7e9ee;--border-2: #dfe2e9;--green: #2ea952;--green-soft: rgba(46, 169, 82, .12);--red: #e04545;--red-soft: rgba(224, 69, 69, .12);--blue: #3378e0;--blue-soft: rgba(51, 120, 224, .12);--amber: #eda012;--amber-soft: rgba(237, 160, 18, .14);--r-xs: 8px;--r-sm: 10px;--r: 14px;--r-lg: 20px;--r-xl: 28px;--shadow-xs: 0 1px 2px rgba(15, 18, 26, .05);--shadow: 0 1px 3px rgba(15, 18, 26, .06), 0 8px 24px rgba(15, 18, 26, .05);--shadow-lg: 0 4px 12px rgba(15, 18, 26, .08), 0 24px 60px rgba(15, 18, 26, .12);--ring: 0 0 0 3px var(--brand-soft-2);--page: 1240px;--header-h: 68px;--tabbar-h: 62px;--ease: cubic-bezier(.32, .72, 0, 1)}@media (prefers-color-scheme: dark){:root:not([data-theme=light]){--bg: #0e1015;--bg-2: #14171e;--surface: #171a21;--surface-2: #1c1f27;--surface-3: #22262f;--text: #eef0f4;--text-2: #a3aab7;--text-3: #6f7784;--border: #262a34;--border-2: #313641;--brand-soft: rgba(251, 152, 71, .16);--brand-soft-2: rgba(251, 152, 71, .28);--shadow-xs: 0 1px 2px rgba(0, 0, 0, .4);--shadow: 0 1px 3px rgba(0, 0, 0, .4), 0 8px 24px rgba(0, 0, 0, .32);--shadow-lg: 0 4px 12px rgba(0, 0, 0, .45), 0 24px 60px rgba(0, 0, 0, .5);--green-soft: rgba(46, 169, 82, .18);--red-soft: rgba(224, 69, 69, .18);--blue-soft: rgba(51, 120, 224, .2);--amber-soft: rgba(237, 160, 18, .2)}}:root[data-theme=dark]{--bg: #0e1015;--bg-2: #14171e;--surface: #171a21;--surface-2: #1c1f27;--surface-3: #22262f;--text: #eef0f4;--text-2: #a3aab7;--text-3: #6f7784;--border: #262a34;--border-2: #313641;--brand-soft: rgba(251, 152, 71, .16);--brand-soft-2: rgba(251, 152, 71, .28);--shadow-xs: 0 1px 2px rgba(0, 0, 0, .4);--shadow: 0 1px 3px rgba(0, 0, 0, .4), 0 8px 24px rgba(0, 0, 0, .32);--shadow-lg: 0 4px 12px rgba(0, 0, 0, .45), 0 24px 60px rgba(0, 0, 0, .5);--green-soft: rgba(46, 169, 82, .18);--red-soft: rgba(224, 69, 69, .18);--blue-soft: rgba(51, 120, 224, .2);--amber-soft: rgba(237, 160, 18, .2)}*{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,Roboto,sans-serif;background:var(--bg);color:var(--text);font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding-bottom:env(safe-area-inset-bottom)}@media (min-width: 900px){html{scrollbar-gutter:stable}}img,svg,video{display:block;max-width:100%}img{border-style:none}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer;border:none;background:none}a{color:inherit;text-decoration:none}ul,ol{list-style:none}:focus-visible{outline:2px solid var(--brand-600);outline-offset:2px;border-radius:6px}::selection{background:var(--brand-soft-2)}h1,h2,h3,h4{line-height:1.2;letter-spacing:-.02em;font-weight:800}.page{width:100%;max-width:var(--page);margin:0 auto;padding:0 20px}@media (max-width: 640px){.page{padding:0 14px}}.app-shell{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column}.app-main{flex:1;min-width:0}@media (max-width: 860px){.app-main{padding-bottom:calc(var(--tabbar-h) + env(safe-area-inset-bottom) + 8px)}}.header{position:sticky;top:0;z-index:40;background:color-mix(in srgb,var(--surface) 86%,transparent);backdrop-filter:saturate(180%) blur(16px);-webkit-backdrop-filter:saturate(180%) blur(16px);border-bottom:1px solid var(--border)}.header-row{display:flex;align-items:center;gap:18px;height:var(--header-h)}.brand{display:flex;align-items:center;gap:10px;flex-shrink:0}.brand-mark{width:36px;height:36px;border-radius:11px;flex-shrink:0;background:var(--brand-grad);color:#fff;display:grid;place-items:center;box-shadow:0 4px 14px #f57c0059}.brand-mark svg{width:21px;height:21px}.brand-name{font-weight:800;font-size:17px;letter-spacing:-.02em;line-height:1.05}.brand-name small{display:block;font-size:10.5px;font-weight:600;color:var(--text-3);letter-spacing:.02em}.header-nav{display:flex;align-items:center;gap:4px}.header-nav a{padding:8px 12px;border-radius:10px;font-size:14px;font-weight:600;color:var(--text-2);transition:background .15s,color .15s;white-space:nowrap}.header-nav a:hover{background:var(--surface-3);color:var(--text)}.header-nav a.active{color:var(--brand-600);background:var(--brand-soft)}.header-actions{display:flex;align-items:center;gap:6px;margin-left:auto}.icon-btn{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;color:var(--text-2);position:relative;transition:background .15s,color .15s}.icon-btn:hover{background:var(--surface-3);color:var(--text)}.icon-btn svg{width:20px;height:20px}.icon-btn .count{position:absolute;top:4px;right:3px;min-width:17px;height:17px;padding:0 4px;border-radius:99px;background:var(--brand-600);color:#fff;font-size:10.5px;font-weight:800;display:grid;place-items:center;border:2px solid var(--surface)}.search{flex:1;min-width:0;max-width:520px;position:relative}.search input{width:100%;height:42px;padding:0 40px 0 42px;border-radius:12px;border:1px solid var(--border);background:var(--surface-2);color:var(--text);transition:border-color .15s,box-shadow .15s,background .15s;font-size:14.5px}.search input::placeholder{color:var(--text-3)}.search input:focus{outline:none;border-color:var(--brand);background:var(--surface);box-shadow:var(--ring)}.search .search-icon{position:absolute;left:13px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:var(--text-3);pointer-events:none}.search .search-clear{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:26px;height:26px;border-radius:8px;display:grid;place-items:center;color:var(--text-3)}.search .search-clear:hover{background:var(--surface-3);color:var(--text)}.suggest{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:50;background:var(--surface);border:1px solid var(--border);border-radius:var(--r);box-shadow:var(--shadow-lg);overflow:hidden;max-height:60vh;overflow-y:auto}.suggest-group{padding:8px 6px}.suggest-group+.suggest-group{border-top:1px solid var(--border)}.suggest-label{font-size:10.5px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--text-3);padding:4px 10px 6px}.suggest-item{display:flex;align-items:center;gap:10px;width:100%;text-align:left;padding:8px 10px;border-radius:10px;transition:background .12s}.suggest-item:hover,.suggest-item:focus-visible{background:var(--surface-3)}.suggest-item img,.suggest-item .ph{width:34px;height:34px;border-radius:9px;object-fit:cover;flex-shrink:0;background:var(--surface-3);color:var(--text-3);display:grid;place-items:center}.suggest-item b{display:block;font-size:14px;font-weight:600}.suggest-item span{display:block;font-size:12px;color:var(--text-3)}.suggest-item .price{margin-left:auto;font-weight:700;font-size:13.5px;white-space:nowrap}.search-desktop{flex:1;min-width:0;max-width:520px;margin-left:auto}.search-toggle{display:none}.header-mobile-search{padding-bottom:12px}@media (max-width: 860px){.search-desktop{display:none}.search-toggle{display:grid}}@media (max-width: 1080px){.header-nav{display:none}}@media (max-width: 860px){.header-row{height:60px;gap:10px}.search{max-width:none}.brand-name small{display:none}}.tabbar{position:fixed;left:0;right:0;bottom:0;z-index:45;display:none;align-items:stretch;height:calc(var(--tabbar-h) + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);background:color-mix(in srgb,var(--surface) 92%,transparent);backdrop-filter:saturate(180%) blur(16px);-webkit-backdrop-filter:saturate(180%) blur(16px);border-top:1px solid var(--border)}@media (max-width: 860px){.tabbar{display:flex}}.tabbar a{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:var(--text-3);font-size:10.5px;font-weight:600;position:relative;transition:color .15s}.tabbar a svg{width:22px;height:22px}.tabbar a.active{color:var(--brand-600)}.tabbar a .count{position:absolute;top:6px;left:50%;margin-left:4px;min-width:16px;height:16px;padding:0 4px;border-radius:99px;background:var(--brand-600);color:#fff;font-size:10px;font-weight:800;display:grid;place-items:center}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:44px;padding:0 20px;border-radius:12px;font-size:14.5px;font-weight:700;white-space:nowrap;background:var(--surface-3);color:var(--text);transition:transform .12s var(--ease),background .15s,opacity .15s,box-shadow .15s;-webkit-user-select:none;user-select:none}.btn svg{width:18px;height:18px;flex-shrink:0}.btn:active:not(:disabled){transform:scale(.97)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn.primary{background:var(--brand-grad);color:#fff;box-shadow:0 4px 14px #f57c004d}.btn.primary:hover:not(:disabled){box-shadow:0 6px 20px #f57c006b}.btn.dark{background:var(--ink);color:#fff}.btn.dark:hover:not(:disabled){background:var(--ink-2)}.btn.ghost{background:transparent;color:var(--text-2);border:1px solid var(--border-2)}.btn.ghost:hover:not(:disabled){background:var(--surface-3);color:var(--text)}.btn.soft{background:var(--brand-soft);color:var(--brand-600)}.btn.soft:hover:not(:disabled){background:var(--brand-soft-2)}.btn.danger{background:var(--red-soft);color:var(--red)}.btn.plain{background:transparent;color:var(--text-2);padding:0 10px}.btn.plain:hover:not(:disabled){color:var(--text);background:var(--surface-3)}.btn.sm{height:36px;padding:0 14px;font-size:13.5px;border-radius:10px}.btn.lg{height:52px;padding:0 28px;font-size:16px;border-radius:14px}.btn.block{width:100%}.btn.icon{width:44px;padding:0}.btn.sm.icon{width:36px}.field{display:block}.field>span{display:block;font-size:12.5px;font-weight:600;color:var(--text-2);margin-bottom:6px}.field input,.field textarea,.field select,.input{width:100%;min-height:44px;padding:11px 14px;border:1px solid var(--border);border-radius:12px;background:var(--surface);color:var(--text);font-size:15px;transition:border-color .15s,box-shadow .15s}.field textarea{resize:vertical;min-height:88px;line-height:1.45}.field select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:36px;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%239aa1ad' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:16px}.field input:focus,.field textarea:focus,.field select:focus,.input:focus{outline:none;border-color:var(--brand);box-shadow:var(--ring)}.field .hint{display:block;font-size:12px;color:var(--text-3);margin-top:5px}.field .error-text{display:block;font-size:12.5px;color:var(--red);margin-top:5px;font-weight:600}.field.invalid input,.field.invalid textarea{border-color:var(--red)}.form-grid{display:grid;gap:14px}.form-grid.two{grid-template-columns:1fr 1fr}@media (max-width: 560px){.form-grid.two{grid-template-columns:1fr}}.segmented{display:flex;gap:6px;background:var(--surface-3);padding:4px;border-radius:12px}.segmented button{flex:1;height:34px;border-radius:9px;font-size:13.5px;font-weight:600;color:var(--text-2);transition:background .15s,color .15s}.segmented button.on{background:var(--surface);color:var(--text);box-shadow:var(--shadow-xs)}.choice{display:flex;align-items:center;gap:12px;width:100%;text-align:left;padding:14px;border:1.5px solid var(--border);border-radius:var(--r);background:var(--surface);transition:border-color .15s,background .15s}.choice:hover{border-color:var(--border-2)}.choice.on{border-color:var(--brand);background:var(--brand-soft)}.choice .mark{width:20px;height:20px;border-radius:50%;border:2px solid var(--border-2);flex-shrink:0;display:grid;place-items:center;transition:border-color .15s}.choice.on .mark{border-color:var(--brand-600)}.choice.on .mark:after{content:"";width:10px;height:10px;border-radius:50%;background:var(--brand-600)}.choice b{display:block;font-size:14.5px;font-weight:700}.choice span{display:block;font-size:12.5px;color:var(--text-2)}.choice .side{margin-left:auto;font-weight:700;font-size:14px;white-space:nowrap}.card{background:var(--surface);border-radius:var(--r-lg);border:1px solid var(--border);box-shadow:var(--shadow-xs)}.card.pad{padding:20px}@media (max-width: 560px){.card.pad{padding:16px}}.card-title{font-size:16px;font-weight:800;margin-bottom:14px}.chip{display:inline-flex;align-items:center;gap:6px;height:30px;padding:0 13px;border-radius:99px;font-size:12.5px;font-weight:700;white-space:nowrap;background:var(--surface-3);color:var(--text-2);border:1px solid transparent;transition:background .15s,color .15s,border-color .15s}button.chip:hover{background:var(--bg-2);color:var(--text)}button.chip.on,.chip.on{background:var(--brand-soft);color:var(--brand-600);border-color:var(--brand-soft-2)}.chip.tiny{height:24px;padding:0 9px;font-size:11px;border-radius:7px}.chip svg{width:14px;height:14px}.pill{display:inline-flex;align-items:center;gap:6px;padding:4px 11px;border-radius:99px;font-size:12px;font-weight:700;white-space:nowrap}.pill:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor}.pill.green{background:var(--green-soft);color:var(--green)}.pill.red{background:var(--red-soft);color:var(--red)}.pill.blue{background:var(--blue-soft);color:var(--blue)}.pill.amber{background:var(--amber-soft);color:var(--amber)}.pill.gray{background:var(--surface-3);color:var(--text-2)}.pill.brand{background:var(--brand-soft);color:var(--brand-600)}.rating{display:inline-flex;align-items:center;gap:4px;font-size:13px;font-weight:700}.rating svg{width:14px;height:14px;color:var(--amber)}.rating .count{color:var(--text-3);font-weight:500}.section{padding:40px 0}.section.tight{padding:26px 0}@media (max-width: 640px){.section{padding:28px 0}}.section-head{display:flex;align-items:baseline;gap:14px;margin-bottom:20px}.section-head h2{font-size:26px}.section-head p{color:var(--text-2);font-size:14.5px}.section-head .more{margin-left:auto;color:var(--brand-600);font-weight:700;font-size:14px;white-space:nowrap}.section-head .more:hover{text-decoration:underline}@media (max-width: 640px){.section-head{margin-bottom:14px}.section-head h2{font-size:21px}.section-head p{display:none}}.rail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(180px,1fr);gap:14px;overflow-x:auto;scroll-snap-type:x proximity;padding-bottom:6px;margin:0 -20px;padding-left:20px;padding-right:20px;scrollbar-width:none;scroll-padding-left:20px;scroll-padding-right:20px}.rail::-webkit-scrollbar{display:none}.rail>*{scroll-snap-align:start}@media (max-width: 640px){.rail{margin:0 -14px;padding-left:14px;padding-right:14px;scroll-padding-left:14px;scroll-padding-right:14px}}.grid-products{display:grid;gap:14px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}@media (max-width: 640px){.grid-products{grid-template-columns:repeat(2,1fr);gap:10px}}.grid-merchants{display:grid;gap:14px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}@media (max-width: 560px){.grid-merchants{grid-template-columns:1fr}}.empty{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;padding:56px 20px;color:var(--text-2)}.empty .glyph{width:64px;height:64px;border-radius:20px;display:grid;place-items:center;background:var(--brand-soft);color:var(--brand-600);margin-bottom:6px}.empty .glyph svg{width:30px;height:30px}.empty b{font-size:17px;font-weight:800;color:var(--text)}.empty p{max-width:380px;font-size:14px}.empty .btn{margin-top:10px}.skeleton{background:linear-gradient(90deg,var(--surface-3) 25%,var(--bg-2) 37%,var(--surface-3) 63%);background-size:400% 100%;animation:shimmer 1.3s ease-in-out infinite;border-radius:var(--r)}@keyframes shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.spinner{width:20px;height:20px;border-radius:50%;border:2.5px solid var(--brand-soft-2);border-top-color:var(--brand-600);animation:spin .7s linear infinite}.spinner.on-brand{border-color:#fff6;border-top-color:#fff}@keyframes spin{to{transform:rotate(360deg)}}.center-load{display:grid;place-items:center;padding:60px 0}.toasts{position:fixed;z-index:90;right:18px;bottom:18px;display:flex;flex-direction:column;gap:10px;pointer-events:none}@media (max-width: 860px){.toasts{right:12px;left:12px;bottom:calc(var(--tabbar-h) + env(safe-area-inset-bottom) + 12px)}}.toast{pointer-events:auto;display:flex;align-items:center;gap:10px;padding:12px 16px;border-radius:14px;max-width:380px;background:var(--ink);color:#fff;box-shadow:var(--shadow-lg);font-size:14px;font-weight:600;animation:toast-in .28s var(--ease)}.toast svg{width:18px;height:18px;flex-shrink:0}.toast.ok svg{color:#64df8d}.toast.err svg{color:#ff8a8a}@keyframes toast-in{0%{opacity:0;transform:translateY(12px) scale(.96)}}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;background:#0c0e148c;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:grid;place-items:center;padding:20px;animation:fade .2s ease}@keyframes fade{0%{opacity:0}}.modal{width:100%;max-width:460px;max-height:calc(100dvh - 40px);background:var(--surface);border-radius:var(--r-xl);box-shadow:var(--shadow-lg);overflow:hidden;display:flex;flex-direction:column;animation:modal-in .3s var(--ease)}.modal.wide{max-width:680px}@keyframes modal-in{0%{opacity:0;transform:translateY(16px) scale(.97)}}.modal-head{display:flex;align-items:center;gap:12px;padding:20px 20px 12px}.modal-head h3{font-size:19px;font-weight:800}.modal-head .icon-btn{margin-left:auto}.modal-body{padding:4px 20px 20px;overflow-y:auto}.modal-foot{padding:14px 20px 20px;display:flex;gap:10px}.modal-foot .btn{flex:1}@media (max-width: 560px){.overlay{padding:0;align-items:flex-end}.modal{max-width:none;border-radius:var(--r-xl) var(--r-xl) 0 0;max-height:92dvh;padding-bottom:env(safe-area-inset-bottom);animation:sheet-in .32s var(--ease)}@keyframes sheet-in{0%{transform:translateY(100%)}}}.hero{position:relative;overflow:hidden;background:var(--ink);color:#fff;border-radius:0 0 var(--r-xl) var(--r-xl)}.hero:before,.hero:after{content:"";position:absolute;border-radius:50%;filter:blur(90px);opacity:.55;pointer-events:none}.hero:before{width:520px;height:520px;background:#f57c00;top:-220px;right:-120px}.hero:after{width:420px;height:420px;background:#3378e0;bottom:-240px;left:-140px;opacity:.35}.hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:1.05fr .95fr;gap:40px;align-items:center;padding:64px 0 72px}.hero-inner.solo{grid-template-columns:1fr;max-width:720px}@media (max-width: 900px){.hero-inner{grid-template-columns:1fr;gap:32px;padding:44px 0 48px}}.hero-kicker{display:inline-flex;align-items:center;gap:8px;padding:6px 14px 6px 8px;border-radius:99px;margin-bottom:20px;background:#ffffff1a;border:1px solid rgba(255,255,255,.14);font-size:13px;font-weight:600;color:#f4d9bf}.hero-kicker .dot{width:22px;height:22px;border-radius:50%;background:var(--brand-grad);display:grid;place-items:center;color:#fff}.hero-kicker .dot svg{width:13px;height:13px}.hero h1{font-size:clamp(32px,5.4vw,56px);font-weight:850;letter-spacing:-.035em;line-height:1.03;margin-bottom:18px}.hero h1 em{font-style:normal;background:linear-gradient(120deg,#ffc98a,#fb9847 55%,#f57c00);-webkit-background-clip:text;background-clip:text;color:transparent}.hero p.lead{font-size:clamp(15px,2vw,18px);color:#b9bfcc;max-width:520px;line-height:1.55;margin-bottom:28px}.hero-cta{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:34px}.hero-cta .btn.ghost{color:#fff;border-color:#ffffff38}.hero-cta .btn.ghost:hover{background:#ffffff1a;color:#fff}@media (max-width: 560px){.hero-cta{display:grid;grid-template-columns:1fr}.hero-cta .btn{width:100%}.hero-stats{gap:18px 26px}}.hero-stats{display:flex;flex-wrap:wrap;gap:30px}.hero-stats div b{display:block;font-size:27px;font-weight:850;letter-spacing:-.03em;background:linear-gradient(120deg,#ffc98a,#fb9847);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-stats div span{font-size:12.5px;color:#8b93a3;font-weight:600}.hero-art{display:grid;place-items:center}@media (max-width: 900px){.hero-art{display:none}}.phone{width:280px;border-radius:42px;padding:11px;background:linear-gradient(160deg,#2b303c,#14161d);box-shadow:0 40px 80px #0000008c,0 0 0 1px #ffffff12 inset;transform:rotate(-4deg)}.phone-screen{border-radius:32px;overflow:hidden;background:var(--bg);aspect-ratio:9 / 17.5;display:flex;flex-direction:column}.phone-top{background:var(--brand-grad);color:#fff;padding:20px 16px 16px}.phone-top b{font-size:14px;font-weight:800}.phone-top span{display:block;font-size:10.5px;opacity:.85}.phone-search{margin-top:12px;height:30px;border-radius:9px;background:#ffffff38;display:flex;align-items:center;padding:0 10px;gap:6px;font-size:11px;color:#ffffffd9}.phone-search svg{width:12px;height:12px}.phone-body{flex:1;padding:12px;display:flex;flex-direction:column;gap:9px;overflow:hidden}.phone-card{background:var(--surface);border-radius:12px;padding:9px;display:flex;gap:9px;align-items:center;box-shadow:var(--shadow-xs)}.phone-card .thumb{width:34px;height:34px;border-radius:9px;background:var(--brand-soft);color:var(--brand-600);display:grid;place-items:center;flex-shrink:0}.phone-card .thumb svg{width:17px;height:17px}.phone-card b{font-size:10.5px;display:block;font-weight:700;color:var(--text)}.phone-card span{font-size:9.5px;color:var(--text-3)}.phone-card .amt{margin-left:auto;font-size:10.5px;font-weight:800;color:var(--text)}.phone-tabs{display:flex;border-top:1px solid var(--border);background:var(--surface);padding:8px 0 10px}.phone-tabs i{flex:1;display:grid;place-items:center;color:var(--text-3)}.phone-tabs i svg{width:16px;height:16px}.phone-tabs i.on{color:var(--brand-600)}.features{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}@media (max-width: 960px){.features{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.features{grid-template-columns:1fr}}.feature{padding:22px;border-radius:var(--r-lg);background:var(--surface);border:1px solid var(--border);transition:transform .2s var(--ease),box-shadow .2s}.feature:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.feature .glyph{width:44px;height:44px;border-radius:13px;display:grid;place-items:center;margin-bottom:14px;background:var(--brand-soft);color:var(--brand-600)}.feature .glyph svg{width:21px;height:21px}.feature b{display:block;font-size:15.5px;font-weight:800;margin-bottom:5px}.feature p{font-size:13.5px;color:var(--text-2);line-height:1.5}.banner-rail{grid-auto-columns:minmax(300px,1fr)}@media (max-width: 640px){.banner-rail{grid-auto-columns:85%}}.banner{position:relative;overflow:hidden;border-radius:var(--r-lg);min-height:148px;padding:22px;color:#fff;display:flex;flex-direction:column;justify-content:flex-end;transition:transform .2s var(--ease)}.banner:hover{transform:translateY(-3px)}.banner img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.banner .veil{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000000d,#0000009e)}.banner .txt{position:relative;z-index:1}.banner b{display:block;font-size:19px;font-weight:800;letter-spacing:-.02em}.banner span{display:block;font-size:13px;opacity:.9;margin-top:4px}.banner .glyph{position:absolute;top:18px;right:18px;z-index:1;width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:#fff3;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.banner .glyph svg{width:19px;height:19px}.banner-wide{position:relative;overflow:hidden;border-radius:var(--r-xl);aspect-ratio:16 / 6;min-height:220px;color:#fff;display:flex;align-items:flex-end;padding:34px;transition:transform .25s var(--ease)}.banner-wide:hover{transform:translateY(-3px)}.banner-wide img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.banner-wide .veil{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(100deg,#000000b8,#00000026 65%)}.banner-wide .txt{position:relative;z-index:1;max-width:560px}.banner-wide b{display:block;font-size:clamp(22px,3.4vw,34px);font-weight:850;letter-spacing:-.03em}.banner-wide span{display:block;font-size:clamp(13.5px,1.6vw,16px);opacity:.92;margin-top:8px}.banner-wide .go{display:inline-flex;align-items:center;gap:7px;margin-top:16px;height:40px;padding:0 18px;border-radius:12px;font-size:14px;font-weight:700;background:#fff;color:var(--ink)}@media (max-width: 640px){.banner-wide{aspect-ratio:4 / 3;padding:22px;min-height:0}.banner-wide .veil{background:linear-gradient(180deg,#0003,#000000bf)}}.banner-web{position:relative;overflow:hidden;border-radius:var(--r-xl);color:#fff;display:flex;align-items:center;gap:24px;padding:30px 34px;min-height:150px}.banner-web img.bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.banner-web .veil{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#0009,#0000001a)}.banner-web .glyph{position:relative;z-index:1;flex-shrink:0;width:62px;height:62px;border-radius:20px;display:grid;place-items:center;background:#ffffff2e;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.banner-web .glyph svg{width:30px;height:30px}.banner-web .txt{position:relative;z-index:1;min-width:0}.banner-web b{display:block;font-size:clamp(19px,2.4vw,26px);font-weight:850;letter-spacing:-.02em}.banner-web span{display:block;font-size:14.5px;opacity:.92;margin-top:5px}.banner-web .go{position:relative;z-index:1;margin-left:auto;flex-shrink:0;display:inline-flex;align-items:center;gap:7px;height:44px;padding:0 20px;border-radius:12px;font-size:14.5px;font-weight:700;background:#fff;color:var(--ink)}@media (max-width: 720px){.banner-web{flex-direction:column;align-items:flex-start;gap:14px;padding:24px}.banner-web .veil{background:linear-gradient(180deg,#00000040,#0009)}.banner-web .go{margin-left:0}}.stories-rail{grid-auto-columns:84px;gap:14px}.story-btn{display:flex;flex-direction:column;align-items:center;gap:8px;width:84px}.story-ring{display:block;width:72px;height:72px;flex-shrink:0;border-radius:50%;padding:2.5px;background:linear-gradient(135deg,#fb9847,#f57c00,#e04545);transition:transform .18s var(--ease)}.story-btn:hover .story-ring{transform:scale(1.06)}.story-ring.seen{background:var(--border-2)}.story-ring>div{width:100%;height:100%;border-radius:50%;overflow:hidden;border:2.5px solid var(--bg);background:var(--surface-3);display:grid;place-items:center;color:var(--text-3)}.story-ring img{width:100%;height:100%;object-fit:cover;border-radius:50%}.story-name{font-size:11.5px;font-weight:600;color:var(--text-2);text-align:center;line-height:1.25;width:100%;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.story-view{position:fixed;top:0;right:0;bottom:0;left:0;z-index:95;background:#07080b;display:grid;place-items:center}.story-stage{position:relative;width:min(430px,100%);height:100dvh;max-height:100dvh;background:#000;overflow:hidden}@media (min-width: 560px){.story-stage{height:min(88dvh,800px);border-radius:22px}}.story-stage img,.story-stage video{width:100%;height:100%;object-fit:cover}.story-bars{position:absolute;top:12px;left:12px;right:12px;display:flex;gap:4px;z-index:3}.story-bars i{flex:1;height:3px;border-radius:3px;background:#ffffff4d;overflow:hidden}.story-bars i b{display:block;height:100%;background:#fff;border-radius:3px}.story-meta{position:absolute;top:26px;left:14px;right:14px;z-index:3;display:flex;align-items:center;gap:10px;color:#fff}.story-meta .ava{width:32px;height:32px;border-radius:50%;overflow:hidden;background:#fff3;display:grid;place-items:center}.story-meta b{font-size:13.5px;font-weight:700}.story-meta .icon-btn{margin-left:auto;color:#fff}.story-meta .icon-btn:hover{background:#ffffff26}.story-caption{position:absolute;left:0;right:0;bottom:0;z-index:3;padding:26px 20px 30px;color:#fff;background:linear-gradient(180deg,transparent,rgba(0,0,0,.75))}.story-caption b{display:block;font-size:21px;font-weight:800;margin-bottom:6px}.story-caption p{font-size:14px;opacity:.9;margin-bottom:14px}.story-nav{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex}.story-nav button{flex:1}.cats{display:grid;grid-template-columns:repeat(auto-fill,minmax(128px,1fr));gap:12px}@media (max-width: 640px){.cats{grid-template-columns:repeat(3,1fr);gap:9px}}@media (max-width: 380px){.cats{grid-template-columns:repeat(2,1fr)}}.cat{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;padding:18px 10px;border-radius:var(--r-lg);text-align:center;background:var(--surface);border:1px solid var(--border);font-size:13px;font-weight:700;color:var(--text);transition:transform .18s var(--ease),border-color .15s,box-shadow .18s}.cat:hover{transform:translateY(-3px);border-color:var(--brand-soft-2);box-shadow:var(--shadow)}.cat .glyph{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:var(--brand-soft);color:var(--brand-600)}.cat .glyph svg{width:21px;height:21px}.cat span{line-height:1.25}@media (max-width: 640px){.cat{padding:13px 6px;font-size:11.5px}}.product{position:relative;display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);overflow:hidden;transition:transform .18s var(--ease),box-shadow .18s,border-color .15s}.product:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:var(--border-2)}.product-media{position:relative;aspect-ratio:1 / 1;background:var(--surface-3);display:grid;place-items:center;color:var(--text-3);overflow:hidden}.product-media img{width:100%;height:100%;object-fit:cover;transition:transform .4s var(--ease)}.product:hover .product-media img{transform:scale(1.05)}.product-media .ph svg{width:40px;height:40px}.product-badges{position:absolute;top:9px;left:9px;display:flex;flex-direction:column;gap:5px;z-index:1}.badge{padding:3px 8px;border-radius:7px;font-size:10.5px;font-weight:800;color:#fff;letter-spacing:.01em;box-shadow:var(--shadow-xs)}.fav-btn{position:absolute;top:8px;right:8px;z-index:2;width:32px;height:32px;border-radius:10px;display:grid;place-items:center;background:color-mix(in srgb,var(--surface) 82%,transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--text-3);transition:color .15s,transform .15s var(--ease)}.fav-btn:hover{color:var(--red)}.fav-btn:active{transform:scale(.88)}.fav-btn.on{color:var(--red)}.fav-btn svg{width:17px;height:17px}.product-body{padding:12px;display:flex;flex-direction:column;gap:6px;flex:1}.product-price{display:flex;align-items:baseline;gap:7px;flex-wrap:wrap}.product-price b{font-size:18px;font-weight:850;letter-spacing:-.02em}.product-price s{font-size:13px;color:var(--text-3)}.product-price .off{font-size:11px;font-weight:800;color:var(--red);background:var(--red-soft);padding:2px 6px;border-radius:6px}.product-title{font-size:13.5px;font-weight:600;line-height:1.35;color:var(--text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-shop{display:flex;align-items:center;gap:5px;font-size:12px;color:var(--text-3);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.product-shop svg{width:12px;height:12px;flex-shrink:0;color:var(--blue)}.product-foot{margin-top:auto;padding-top:8px;display:flex;align-items:center;gap:8px}.product-foot .btn{flex:1}.qty{display:flex;align-items:center;gap:2px;flex:1;background:var(--brand-soft);border-radius:10px;height:36px;padding:3px}.qty button{width:30px;height:30px;border-radius:8px;display:grid;place-items:center;color:var(--brand-600);transition:background .12s}.qty button:hover:not(:disabled){background:var(--brand-soft-2)}.qty button:disabled{opacity:.35;cursor:not-allowed}.qty button svg{width:15px;height:15px}.qty b{flex:1;text-align:center;font-size:14px;font-weight:800;color:var(--brand-600)}.qty.plain{background:var(--surface-3)}.qty.plain button,.qty.plain b{color:var(--text)}.qty.plain button:hover:not(:disabled){background:var(--bg-2)}.merchant{display:flex;flex-direction:column;overflow:hidden;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);transition:transform .18s var(--ease),box-shadow .18s}.merchant:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.merchant-cover{height:108px;position:relative;overflow:hidden;background:linear-gradient(135deg,var(--surface-3),var(--bg-2))}.merchant-cover img{width:100%;height:100%;object-fit:cover}.merchant-body{padding:14px;display:flex;gap:12px;align-items:center}.merchant-logo{position:relative;z-index:1;width:52px;height:52px;border-radius:15px;flex-shrink:0;margin-top:-34px;border:3px solid var(--surface);background:var(--surface-3);overflow:hidden;display:grid;place-items:center;color:var(--text-3);font-weight:800;font-size:18px;box-shadow:var(--shadow-xs)}.merchant-logo img{width:100%;height:100%;object-fit:cover}.merchant-info{min-width:0;flex:1}.merchant-info h1,.merchant-info h3{font-size:15.5px;font-weight:800;display:flex;align-items:center;gap:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.merchant-info h1 svg,.merchant-info h3 svg{width:14px;height:14px;color:var(--blue);flex-shrink:0}.merchant-info .meta{font-size:12.5px;color:var(--text-3);margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.merchant-state{position:absolute;left:10px;top:10px;z-index:1;display:inline-flex;align-items:center;gap:6px;padding:5px 10px;border-radius:999px;font-size:11.5px;font-weight:700;letter-spacing:.01em;color:#fff;background:#14161c9e;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.merchant-state:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--green);box-shadow:0 0 0 3px #2ea05a40}.merchant-state.off:before{background:var(--red);box-shadow:0 0 0 3px #e0454540}.merchant-facts{display:flex;align-items:center;flex-wrap:wrap;gap:10px;padding:0 14px;margin-top:-2px;font-size:12.5px;color:var(--text-3)}.merchant-facts>*+*:before{content:"·";margin-right:10px;color:var(--text-3);opacity:.6}.merchant-facts .fact{display:inline-flex;align-items:center;gap:4px;white-space:nowrap}.merchant-facts .fact svg{width:13px;height:13px;opacity:.75}.merchant-tags{display:flex;flex-wrap:wrap;gap:6px;padding:12px 14px 14px}.catalog-layout{display:grid;grid-template-columns:244px 1fr;gap:24px;align-items:start}@media (max-width: 900px){.catalog-layout{grid-template-columns:1fr;gap:16px}}.filters{position:sticky;top:calc(var(--header-h) + 16px)}@media (max-width: 900px){.filters{display:none}}.filters.as-sheet{display:block;position:static}.filter-block{padding:16px 0;border-bottom:1px solid var(--border)}.filter-block:last-child{border-bottom:none}.filter-block>h4{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-3);margin-bottom:11px}.filter-list{display:flex;flex-direction:column;gap:2px;max-height:260px;overflow-y:auto}.filter-list button{text-align:left;padding:7px 10px;border-radius:9px;font-size:13.5px;font-weight:600;color:var(--text-2);transition:background .12s,color .12s}.filter-list button:hover{background:var(--surface-3);color:var(--text)}.filter-list button.on{background:var(--brand-soft);color:var(--brand-600)}.filter-chips{display:flex;flex-wrap:wrap;gap:7px}.price-row{display:flex;align-items:center;gap:8px}.price-row input{min-height:38px;padding:8px 10px;font-size:14px}.price-row span{color:var(--text-3)}.toolbar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:16px}.toolbar .count{color:var(--text-3);font-size:13.5px;font-weight:600}.toolbar .grow{flex:1}.toolbar select{min-height:38px;padding:8px 32px 8px 12px;font-size:13.5px;width:auto}.filter-fab{display:none}@media (max-width: 900px){.filter-fab{display:inline-flex}}@media (max-width: 640px){.toolbar{gap:8px;margin-bottom:12px}.toolbar .search{flex:1 1 100%!important;max-width:none!important}.toolbar .grow{display:none}.toolbar .filter-fab{flex:1 1 0;justify-content:center;order:1}.toolbar select{flex:1 1 0;min-width:0;order:2}.toolbar .view-toggle{flex:1 1 100%;order:3}.toolbar .view-toggle button{flex:1 1 0;justify-content:center}}.applied{display:flex;gap:7px;margin-bottom:14px;overflow-x:auto;scrollbar-width:none;margin-left:-20px;margin-right:-20px;padding:2px 20px;scroll-padding-left:20px}.applied::-webkit-scrollbar{display:none}.applied .chip{cursor:pointer;flex:none;white-space:nowrap}.applied .chip svg{width:13px;height:13px}@media (max-width: 640px){.applied{margin-left:-14px;margin-right:-14px;padding:2px 14px;scroll-padding-left:14px}}.sheet .applied,.filters .applied{flex-wrap:wrap;overflow:visible;margin-left:0;margin-right:0;padding:0}.pd{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:32px;align-items:start}@media (max-width: 980px){.pd{grid-template-columns:1fr;gap:22px}}.gallery{display:grid;grid-template-columns:76px 1fr;gap:12px}.gallery.single{grid-template-columns:1fr}@media (max-width: 560px){.gallery{grid-template-columns:1fr}}.gallery-thumbs{display:flex;flex-direction:column;gap:8px}@media (max-width: 560px){.gallery-thumbs{flex-direction:row;overflow-x:auto;order:2}}.gallery-thumbs button{width:76px;height:76px;border-radius:12px;overflow:hidden;flex-shrink:0;border:2px solid transparent;background:var(--surface-3);transition:border-color .15s}.gallery-thumbs button.on{border-color:var(--brand)}.gallery-thumbs img{width:100%;height:100%;object-fit:cover}.gallery-main{border-radius:var(--r-lg);overflow:hidden;background:var(--surface);border:1px solid var(--border);aspect-ratio:1 / 1;display:grid;place-items:center;color:var(--text-3)}.gallery-main img{width:100%;height:100%;object-fit:cover}.gallery-main .ph svg{width:64px;height:64px}.pd-side{position:sticky;top:calc(var(--header-h) + 16px);display:flex;flex-direction:column;gap:14px}@media (max-width: 980px){.pd-side{position:static}}.pd-title{font-size:clamp(21px,3vw,28px);font-weight:850;margin-bottom:8px}.pd-meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:16px;color:var(--text-3);font-size:13px}.pd-price{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;margin-bottom:4px}.pd-price b{font-size:32px;font-weight:850;letter-spacing:-.03em}.pd-price s{font-size:17px;color:var(--text-3)}.pd-price .off{font-size:13px;font-weight:800;color:var(--red);background:var(--red-soft);padding:3px 8px;border-radius:8px}.pd-shop{display:flex;align-items:center;gap:11px;padding:12px;border-radius:var(--r);background:var(--surface-2);border:1px solid var(--border)}.pd-shop .logo{width:42px;height:42px;border-radius:12px;overflow:hidden;flex-shrink:0;background:var(--surface-3);display:grid;place-items:center;font-weight:800;color:var(--text-3)}.pd-shop .logo img{width:100%;height:100%;object-fit:cover}.pd-shop b{display:flex;align-items:center;gap:5px;font-size:14.5px;font-weight:700}.pd-shop b svg{width:14px;height:14px;color:var(--blue)}.pd-shop span{font-size:12.5px;color:var(--text-3)}.pd-shop .go{margin-left:auto;width:18px;height:18px;flex-shrink:0;color:var(--text-3)}.pd-section{padding-top:28px}.pd-section h3{font-size:18px;font-weight:800;margin-bottom:12px}.pd-desc{color:var(--text-2);line-height:1.65;font-size:15px;white-space:pre-line}.specs{display:grid;gap:1px;background:var(--border);border-radius:var(--r);overflow:hidden}.specs div{display:flex;gap:12px;padding:11px 14px;background:var(--surface);font-size:14px}.specs div span{color:var(--text-3);min-width:150px}.specs div b{font-weight:600}.options-row{display:flex;flex-wrap:wrap;gap:8px}.option-btn{padding:8px 14px;border-radius:11px;border:1.5px solid var(--border);font-size:13.5px;font-weight:700;color:var(--text-2);background:var(--surface);transition:border-color .15s,color .15s,background .15s}.option-btn:hover:not(:disabled){border-color:var(--border-2);color:var(--text)}.option-btn.on{border-color:var(--brand);background:var(--brand-soft);color:var(--brand-600)}.option-btn:disabled{opacity:.4;cursor:not-allowed;text-decoration:line-through}.calc{display:flex;flex-direction:column;gap:14px}.calc-result{padding:16px;border-radius:var(--r);text-align:center;background:var(--brand-grad);color:#fff}.calc-result b{display:block;font-size:28px;font-weight:850;letter-spacing:-.03em}.calc-result span{font-size:12.5px;opacity:.9}.calc-rows{display:grid;gap:8px;font-size:13.5px}.calc-rows div{display:flex;justify-content:space-between;gap:12px}.calc-rows div span{color:var(--text-2)}.calc-rows div b{font-weight:700}.review{padding:14px 0;border-bottom:1px solid var(--border)}.review:last-child{border-bottom:none}.review-head{display:flex;align-items:center;gap:10px;margin-bottom:7px}.review-head .ava{width:34px;height:34px;border-radius:50%;background:var(--brand-soft);color:var(--brand-600);display:grid;place-items:center;font-weight:800;font-size:13px}.review-head b{font-size:14px;font-weight:700}.review-head .when{margin-left:auto;font-size:12px;color:var(--text-3)}.review p{color:var(--text-2);font-size:14px;line-height:1.55}.stars{display:inline-flex;gap:2px}.stars svg{width:15px;height:15px;color:var(--border-2)}.stars svg.on{color:var(--amber)}.stars.pick svg{width:28px;height:28px;cursor:pointer;transition:transform .12s}.stars.pick svg:hover{transform:scale(1.15)}.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:24px;align-items:start}@media (max-width: 900px){.cart-layout{grid-template-columns:1fr}}.summary{position:sticky;top:calc(var(--header-h) + 16px)}@media (max-width: 900px){.summary{position:static}}.summary-rows{display:grid;gap:10px;font-size:14.5px}.summary-rows>div{display:flex;justify-content:space-between;gap:12px;align-items:baseline}.summary-rows>div span{color:var(--text-2)}.summary-rows>div b{font-weight:700}.summary-rows .free{color:var(--green)}.summary-total{display:flex;justify-content:space-between;align-items:baseline;gap:12px;margin-top:14px;padding-top:14px;border-top:1px solid var(--border)}.summary-total span{font-size:15px;font-weight:700}.summary-total b{font-size:24px;font-weight:850;letter-spacing:-.02em}.cart-group{margin-bottom:16px}.cart-group-head{display:flex;align-items:center;gap:10px;padding:14px 16px;border-bottom:1px solid var(--border)}.cart-group-head .logo{width:34px;height:34px;border-radius:10px;overflow:hidden;flex-shrink:0;background:var(--surface-3);display:grid;place-items:center;font-weight:800;font-size:13px;color:var(--text-3)}.cart-group-head .logo img{width:100%;height:100%;object-fit:cover}.cart-group-head b{font-size:15px;font-weight:800}.cart-group-head .sub{font-size:12px;color:var(--text-3)}.cart-group-head .side{margin-left:auto}.cart-item{display:flex;gap:14px;padding:14px 16px;border-bottom:1px solid var(--border)}.cart-item:last-child{border-bottom:none}.cart-item .thumb{width:78px;height:78px;border-radius:13px;overflow:hidden;flex-shrink:0;background:var(--surface-3);display:grid;place-items:center;color:var(--text-3)}.cart-item .thumb img{width:100%;height:100%;object-fit:cover}.cart-item .info{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.cart-item .info b{font-size:14.5px;font-weight:600;line-height:1.35}.cart-item .info .opts{font-size:12.5px;color:var(--text-3)}.cart-item .info .price{font-size:16px;font-weight:800;margin-top:auto}.cart-item .side{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;gap:10px}.cart-item .qty{width:116px;flex:none}@media (max-width: 560px){.cart-item{flex-wrap:wrap}.cart-item .thumb{width:62px;height:62px}.cart-item .side{flex-direction:row;align-items:center;width:100%}.cart-item .side .qty{width:120px}}.warn{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;border-radius:var(--r);background:var(--amber-soft);color:var(--text);font-size:13.5px;line-height:1.45}.warn.bad{background:var(--red-soft)}.warn.good{background:var(--green-soft)}.warn svg{width:18px;height:18px;flex-shrink:0;margin-top:1px;color:var(--amber)}.warn.bad svg{color:var(--red)}.warn.good svg{color:var(--green)}.steps{display:flex;align-items:center;gap:8px;margin-bottom:22px}.steps i{display:flex;align-items:center;gap:8px;font-size:13.5px;font-weight:700;color:var(--text-3);font-style:normal}.steps i b{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:var(--surface-3);font-size:12px;font-weight:800}.steps i.on{color:var(--text)}.steps i.on b{background:var(--brand-grad);color:#fff}.steps i.done{color:var(--text-2)}.steps i.done b{background:var(--green-soft);color:var(--green)}.steps .bar{flex:1;height:2px;background:var(--border);border-radius:2px;min-width:12px}@media (max-width: 560px){.steps i span{display:none}}.sticky-bar{position:sticky;bottom:0;z-index:20;margin:0 -20px;padding:12px 20px;background:color-mix(in srgb,var(--surface) 92%,transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-top:1px solid var(--border);display:flex;align-items:center;gap:14px}@media (max-width: 860px){.sticky-bar{bottom:calc(var(--tabbar-h) + env(safe-area-inset-bottom));margin:0 -14px;padding:12px 14px}}.sticky-bar .total b{display:block;font-size:19px;font-weight:850}.sticky-bar .total span{font-size:12px;color:var(--text-3)}.sticky-bar .btn{flex:1;max-width:320px;margin-left:auto}.account-layout{display:grid;grid-template-columns:264px 1fr;gap:24px;align-items:start}@media (max-width: 900px){.account-layout{grid-template-columns:1fr}}.account-side{position:sticky;top:calc(var(--header-h) + 16px)}@media (max-width: 900px){.account-side{position:static}}.account-user{display:flex;align-items:center;gap:12px;padding:18px;border-bottom:1px solid var(--border)}.account-user .ava{width:48px;height:48px;border-radius:16px;flex-shrink:0;background:var(--brand-grad);color:#fff;display:grid;place-items:center;font-size:18px;font-weight:800;box-shadow:0 4px 12px #f57c004d}.account-user b{display:block;font-size:15.5px;font-weight:800}.account-user span{font-size:13px;color:var(--text-3)}.account-menu{padding:8px}.account-menu a{display:flex;align-items:center;gap:11px;padding:10px 12px;border-radius:11px;font-size:14px;font-weight:600;color:var(--text-2);transition:background .14s,color .14s}.account-menu a svg{width:18px;height:18px;flex-shrink:0}.account-menu a:hover{background:var(--surface-3);color:var(--text)}.account-menu a.active{background:var(--brand-soft);color:var(--brand-600)}.account-menu a .count{margin-left:auto;min-width:20px;height:20px;padding:0 6px;border-radius:99px;background:var(--brand-600);color:#fff;font-size:11px;font-weight:800;display:grid;place-items:center}@media (max-width: 900px){.account-menu{display:flex;gap:6px;overflow-x:auto;scrollbar-width:none;padding:10px}.account-menu::-webkit-scrollbar{display:none}.account-menu a{white-space:nowrap;background:var(--surface-3)}.account-menu a span.label{display:inline}}.order-card{padding:16px;border-bottom:1px solid var(--border)}.order-card:last-child{border-bottom:none}.order-head{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:10px}.order-head b{font-size:15px;font-weight:800}.order-head .when{font-size:12.5px;color:var(--text-3)}.order-head .side{margin-left:auto;display:flex;align-items:center;gap:8px}.order-items{display:flex;gap:8px;margin-bottom:12px;overflow-x:auto;scrollbar-width:none}.order-items::-webkit-scrollbar{display:none}.order-items .thumb{width:54px;height:54px;border-radius:12px;overflow:hidden;flex-shrink:0;background:var(--surface-3);display:grid;place-items:center;color:var(--text-3);position:relative}.order-items .thumb img{width:100%;height:100%;object-fit:cover}.order-items .thumb i{position:absolute;right:2px;bottom:2px;padding:0 5px;border-radius:6px;background:#14161ccc;color:#fff;font-size:10px;font-weight:800;font-style:normal}.order-foot{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.order-foot .total{font-size:17px;font-weight:850}.order-foot .btn{margin-left:auto}.track{display:flex;gap:0;margin:4px 0 16px}.track div{flex:1;text-align:center;position:relative;font-size:11.5px;font-weight:700;color:var(--text-3)}.track div .dot{width:22px;height:22px;border-radius:50%;margin:0 auto 7px;background:var(--surface-3);display:grid;place-items:center;position:relative;z-index:1;color:var(--text-3)}.track div .dot svg{width:12px;height:12px}.track div:before{content:"";position:absolute;top:11px;left:0;right:50%;height:2px;background:var(--border)}.track div:after{content:"";position:absolute;top:11px;left:50%;right:0;height:2px;background:var(--border)}.track div:first-child:before,.track div:last-child:after{display:none}.track div.done{color:var(--green)}.track div.done .dot{background:var(--green);color:#fff}.track div.done:before,.track div.done:after{background:var(--green)}.track div.now{color:var(--brand-600)}.track div.now .dot{background:var(--brand-grad);color:#fff;box-shadow:0 0 0 4px var(--brand-soft)}.track div.now:after{background:var(--border)}.track div.cancel{color:var(--red)}.track div.cancel .dot{background:var(--red);color:#fff}.rows>*{padding:14px 16px;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:12px}.rows>*:last-child{border-bottom:none}.rows .glyph{width:40px;height:40px;border-radius:12px;flex-shrink:0;display:grid;place-items:center;background:var(--brand-soft);color:var(--brand-600)}.rows .glyph svg{width:19px;height:19px}.rows .info{flex:1;min-width:0}.rows .info b{display:block;font-size:14.5px;font-weight:700}.rows .info span{display:block;font-size:13px;color:var(--text-3)}.rows .actions{margin-left:auto;display:flex;gap:6px;flex-shrink:0}.notif.unread{background:var(--brand-soft)}.notif .info b:after{content:"";display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--brand-600);margin-left:7px;vertical-align:middle}.notif:not(.unread) .info b:after{display:none}.tariffs{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px}.tariff{padding:14px;border-radius:var(--r);border:1.5px solid var(--border);background:var(--surface);text-align:left;transition:border-color .15s,background .15s}.tariff:hover{border-color:var(--border-2)}.tariff.on{border-color:var(--brand);background:var(--brand-soft)}.tariff .glyph{color:var(--brand-600);margin-bottom:8px}.tariff .glyph svg{width:24px;height:24px}.tariff b{display:block;font-size:14px;font-weight:800}.tariff span{display:block;font-size:12px;color:var(--text-3)}.tariff .fare{display:block;font-size:13px;font-weight:700;margin-top:6px;color:var(--text)}.points{display:flex;flex-direction:column;gap:10px}.point-row{display:flex;align-items:flex-start;gap:10px}.point-row .marker{width:26px;height:26px;border-radius:50%;flex-shrink:0;margin-top:9px;display:grid;place-items:center;font-size:11px;font-weight:800;background:var(--surface-3);color:var(--text-2)}.point-row:first-child .marker{background:var(--green-soft);color:var(--green)}.point-row:last-child .marker{background:var(--red-soft);color:var(--red)}.point-row .field{flex:1}.footer{background:var(--ink);color:#a7adba;margin-top:40px;padding:48px 0 32px}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:32px}@media (max-width: 860px){.footer-grid{grid-template-columns:1fr 1fr;gap:26px}}@media (max-width: 480px){.footer-grid{grid-template-columns:1fr}}.footer .brand-name{color:#fff}.footer h4{color:#fff;font-size:13px;font-weight:800;margin-bottom:12px;letter-spacing:0}.footer a{display:block;padding:5px 0;font-size:13.5px;transition:color .15s}.footer a:hover{color:var(--brand)}.footer p{font-size:13.5px;line-height:1.6}.footer-note{margin-top:32px;padding-top:20px;border-top:1px solid #262a34;display:flex;gap:16px;flex-wrap:wrap;align-items:center;font-size:12.5px;color:#6f7784}.footer-note .grow{flex:1}.store-badges{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}.store-badge{display:flex;align-items:center;gap:9px;padding:8px 14px;border-radius:12px;background:#ffffff14;border:1px solid rgba(255,255,255,.12);color:#fff;transition:background .15s}.store-badge:hover{background:#ffffff24}.store-badge svg{width:20px;height:20px}.store-badge b{display:block;font-size:13px;font-weight:700;line-height:1.15}.store-badge span{display:block;font-size:10px;opacity:.7}.crumbs{display:flex;align-items:center;gap:7px;font-size:13px;color:var(--text-3);padding:16px 0;flex-wrap:wrap}.crumbs a:hover{color:var(--brand-600)}.crumbs svg{width:13px;height:13px}.page-title{font-size:clamp(24px,4vw,34px);font-weight:850;margin-bottom:6px}.page-sub{color:var(--text-2);font-size:15px;margin-bottom:22px}.faq details{border:1px solid var(--border);border-radius:var(--r);background:var(--surface);margin-bottom:10px;overflow:hidden}.faq summary{padding:16px 18px;font-weight:700;font-size:15px;cursor:pointer;display:flex;align-items:center;gap:12px;list-style:none}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"";margin-left:auto;width:9px;height:9px;flex-shrink:0;border-right:2px solid var(--text-3);border-bottom:2px solid var(--text-3);transform:rotate(45deg) translate(-2px,-2px);transition:transform .2s var(--ease)}.faq details[open] summary:after{transform:rotate(-135deg) translate(-2px,-2px)}.faq details p{padding:0 18px 18px;color:var(--text-2);font-size:14.5px;line-height:1.6}.cta-band{border-radius:var(--r-xl);padding:44px;color:#fff;position:relative;overflow:hidden;background:linear-gradient(135deg,#22252f,#16181f)}.cta-band:before{content:"";position:absolute;width:460px;height:460px;border-radius:50%;background:#f57c00;filter:blur(100px);opacity:.45;top:-180px;right:-100px}.cta-band>*{position:relative;z-index:1}.cta-band h2{font-size:clamp(24px,4vw,34px);margin-bottom:10px}.cta-band p{color:#b9bfcc;max-width:520px;margin-bottom:22px;font-size:15.5px}@media (max-width: 560px){.cta-band{padding:28px 22px}}.split{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:center}@media (max-width: 860px){.split{grid-template-columns:1fr}}.muted{color:var(--text-3)}.mono-nums{font-variant-numeric:tabular-nums}.nowrap{white-space:nowrap}.stack{display:flex;flex-direction:column}.row{display:flex;align-items:center}.wrap{flex-wrap:wrap}.gap-4{gap:4px}.gap-6{gap:6px}.gap-8{gap:8px}.gap-10{gap:10px}.gap-12{gap:12px}.gap-16{gap:16px}.gap-20{gap:20px}.mt-8{margin-top:8px}.mt-12{margin-top:12px}.mt-16{margin-top:16px}.mt-24{margin-top:24px}.mb-8{margin-bottom:8px}.mb-12{margin-bottom:12px}.mb-16{margin-bottom:16px}.mb-24{margin-bottom:24px}.grow{flex:1}@media (max-width: 640px){.hide-mobile{display:none!important}}.legal-doc{max-width:780px;padding-bottom:24px}.legal-body{color:var(--text-2);font-size:15.5px;line-height:1.7}.legal-body h2{font-size:22px;color:var(--text);margin:28px 0 12px}.legal-body h2:first-child{margin-top:0}.legal-body h3{font-size:18px;color:var(--text);margin:26px 0 10px}.legal-body h4{font-size:15.5px;color:var(--text);margin:20px 0 8px}.legal-body p{margin-bottom:12px}.legal-body ul{margin:0 0 14px;padding-left:4px}.legal-body li{position:relative;padding-left:18px;margin-bottom:7px}.legal-body li:before{content:"";position:absolute;left:3px;top:10px;width:5px;height:5px;border-radius:50%;background:var(--brand)}.legal-body b{color:var(--text);font-weight:700}.promo-glyph{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;background:var(--brand-soft);color:var(--brand-600);margin-bottom:14px}.promo-glyph svg{width:22px;height:22px}.promo-glyph.blue{background:var(--blue-soft);color:var(--blue)}.mgroups{display:flex;flex-direction:column;gap:26px}.mgroup-head{display:flex;align-items:center;gap:12px;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid var(--border)}.mgroup-head .logo{width:44px;height:44px;border-radius:13px;flex-shrink:0;overflow:hidden;background:var(--surface-3);display:grid;place-items:center;font-weight:800;font-size:15px;color:var(--text-3)}.mgroup-head .logo img{width:100%;height:100%;object-fit:cover}.mgroup-head .who{min-width:0;flex:1}.mgroup-head .name{display:flex;align-items:center;gap:6px;font-size:17px;font-weight:800;letter-spacing:-.02em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mgroup-head .name svg{width:15px;height:15px;color:var(--blue);flex-shrink:0}.mgroup-head .name:hover{color:var(--brand-600)}.mgroup-head .meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:2px;font-size:12.5px;color:var(--text-3)}.mgroup-head .btn{flex-shrink:0}@media (max-width: 560px){.mgroup-head{gap:10px}.mgroup-head .logo{width:38px;height:38px;border-radius:11px}.mgroup-head .name{font-size:15.5px}.mgroup-head .btn span{display:none}}.view-toggle{display:flex;gap:2px;background:var(--surface-3);padding:3px;border-radius:10px}.view-toggle button{height:32px;padding:0 12px;border-radius:8px;font-size:13px;font-weight:600;color:var(--text-2);display:inline-flex;align-items:center;gap:6px;transition:background .15s,color .15s}.view-toggle button svg{width:15px;height:15px}.view-toggle button.on{background:var(--surface);color:var(--text);box-shadow:var(--shadow-xs)}.call-number{display:block;text-align:center;font-size:clamp(24px,6vw,32px);font-weight:800;letter-spacing:.02em;font-variant-numeric:tabular-nums;padding:18px 12px;border-radius:var(--r-lg);background:var(--brand-soft);color:var(--brand-600);border:1px solid var(--brand-soft-2)}.call-number:hover{background:var(--brand-soft-2)}.step-dot{flex:none;width:26px;height:26px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:800;font-variant-numeric:tabular-nums;background:var(--brand-soft);color:var(--brand-600);border:1px solid var(--brand-soft-2)}.step-dot.on{background:var(--brand-600);color:#fff;border-color:var(--brand-600)}.step-dot svg{width:15px;height:15px}.qr-steps{margin:0 0 16px;padding-left:20px;display:grid;gap:4px;font-size:13.5px;color:var(--text-2);line-height:1.5}.qr-steps li::marker{color:var(--brand-600);font-weight:800}.qr-frame{position:relative;display:grid;place-items:center;gap:12px;padding:16px;border-radius:var(--r-lg);background:#fff;border:1px solid var(--border);min-height:292px}.qr-frame img{display:block;width:260px;height:260px;image-rendering:pixelated}.qr-frame.faded img{opacity:.25;filter:grayscale(1)}.qr-frame.faded .btn{position:absolute}.qr-empty{width:260px;height:260px;display:grid;place-items:center}.device-row{display:flex;align-items:center;gap:12px;padding:12px;border-radius:var(--r-md);background:var(--surface-2);border:1px solid var(--border)}.device-glyph{flex:none;width:36px;height:36px;border-radius:11px;display:grid;place-items:center;background:var(--brand-soft);color:var(--brand-600)}.device-glyph svg{width:18px;height:18px}.device-row b{display:block;font-size:14px;font-weight:700}.merchants-rail{grid-auto-columns:minmax(268px,1fr);align-items:stretch}@media (max-width: 640px){.merchants-rail{grid-auto-columns:82%}}.merchants-rail .merchant{height:100%}.addr-state{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;color:var(--text-3)}.addr-state.ok{color:var(--green)}.addr-state svg{width:14px;height:14px}
