:root{--ink:#0f1729;--body-text:#5b6472;--muted:#8a93a3;--faint:#a7afbc;--accent:#2f5bea;--accent-soft:#eef3ff;--accent-contrast:#fff;--line:#eceef2;--line-soft:#f2f4f7;--canvas:#fcfcfd;--hover:#f4f6fa;--bg:var(--canvas);--surface:#fff;--border:var(--line);--text:var(--ink);--radius:10px}*{box-sizing:border-box}html,body{-moz-text-size-adjust:100%;text-size-adjust:100%;max-width:100%;height:100%;margin:0;padding:0;overflow-x:clip}body{background:var(--surface);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}.db-root{background:var(--surface);height:100vh}.db-shell{background:var(--surface);grid-template-columns:232px 1fr;height:100vh;display:grid;overflow:hidden}.db-shell.is-rail{grid-template-columns:66px 1fr}.db-shell button:focus{outline:none}.db-shell button:focus-visible,.db-shell a:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.db-sidebar{background:var(--surface);flex-direction:column;min-height:0;padding:16px 14px;display:flex}.is-rail .db-sidebar{padding:14px 10px}.db-switcher-wrap{margin:0 0 4px;position:relative}.db-switcher-row{align-items:center;gap:6px;display:flex}.is-rail .db-switcher-row{flex-direction:column-reverse;gap:6px}.db-switcher{border:1px solid var(--line);background:var(--surface);cursor:pointer;border-radius:12px;flex:1;align-items:center;gap:10px;min-width:0;height:44px;padding:0 12px;font-family:inherit;display:flex}.db-switcher:hover{background:var(--hover)}.is-rail .db-switcher{flex:none;justify-content:center;gap:0;width:100%;padding:0}.db-switcher-av{background:var(--accent-soft);width:26px;height:26px;color:var(--accent);border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;font-size:11px;font-weight:700;display:inline-flex}.db-switcher-name{text-align:left;color:var(--ink);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:14px;font-weight:700;overflow:hidden}.db-switcher-chev{color:var(--muted);display:inline-flex}.db-collapse{border:1px solid var(--line);background:var(--surface);width:34px;height:38px;color:var(--muted);cursor:pointer;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.db-collapse:hover{color:var(--ink);border-color:var(--faint)}.is-rail .db-collapse{width:100%}.db-switcher-av.is-category{background:var(--accent);color:var(--accent-contrast)}.db-switcher-wrap+.db-switcher-wrap{margin-top:6px}.db-switcher-store{width:100%}.db-nav{flex-direction:column;flex:1;gap:4px;margin-top:8px;display:flex;overflow:auto}.db-navitem{cursor:pointer;width:100%;color:var(--body-text);text-align:left;background:0 0;border:1px solid #0000;border-radius:10px;align-items:center;gap:13px;padding:10px 12px;font-size:14.5px;font-weight:500;text-decoration:none;transition:background .14s,color .14s;display:flex}.db-navitem:hover{background:var(--line-soft);color:var(--ink)}.db-navitem.is-active{background:var(--accent-soft);color:var(--accent);font-weight:600}.db-navicon{color:var(--muted);flex-shrink:0;transition:color .14s;display:inline-flex}.db-navitem:hover .db-navicon{color:var(--ink)}.db-navitem.is-active .db-navicon{color:var(--accent)}.is-rail .db-navitem{justify-content:center;gap:0;padding:9px 0}.is-rail .db-navtext,.is-rail .db-switcher-name,.is-rail .db-switcher-chev{display:none}.db-nav>form{display:contents}.db-navitem{font-family:inherit;line-height:inherit}.db-menu{background:var(--surface);border:1px solid var(--line);z-index:50;border-radius:12px;min-width:200px;padding:5px;position:absolute;top:calc(100% + 7px);left:0;right:0;box-shadow:0 20px 44px -18px #0f172942}.db-menu[hidden]{display:none}.db-menu-item{text-align:left;cursor:pointer;width:100%;color:var(--ink);background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;padding:9px 11px;font-family:inherit;font-size:13px;display:flex}.db-menu-item:hover{background:var(--hover)}.db-menu-item.is-sel{color:var(--accent);background:var(--accent-soft);font-weight:600}.db-mi-ico{color:var(--muted);display:inline-flex}.db-menu-sep{background:var(--line);height:1px;margin:5px 6px}.db-menu-sub{letter-spacing:.04em;color:var(--faint);text-transform:uppercase;padding:6px 11px 4px;font-size:10.5px;font-weight:600}.db-scope-av{width:22px;height:22px;color:var(--muted);background:#eef1f5;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;font-size:11px;font-weight:700;display:inline-flex}.db-main{background:var(--surface);flex-direction:column;min-width:0;min-height:0;display:flex}.db-uheader{background:var(--surface);flex:none;height:52px}.db-content{background:var(--canvas);border-top:1px solid var(--line);border-left:1px solid var(--line);border-top-left-radius:18px;flex:auto;overflow:auto}.db-page{max-width:960px;padding:2.5rem 2.5rem 4rem}.db-scroll{scrollbar-width:thin;scrollbar-color:#d1d5db transparent}.db-scroll::-webkit-scrollbar{width:9px;height:9px}.db-scroll::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:99px}.db-scroll::-webkit-scrollbar-track{background:0 0}h1{margin:0 0 .5rem;font-size:1.6rem}.lede{color:var(--body-text);max-width:44rem;margin:0 0 2rem}.button{border:1px solid var(--accent);background:var(--accent);color:var(--accent-contrast);border-radius:var(--radius);cursor:pointer;padding:.6rem 1.4rem;font-size:1rem;font-weight:600;display:inline-block}.button.secondary{background:var(--surface);color:var(--text);border-color:var(--border)}.button:disabled{opacity:.45;cursor:not-allowed}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem 1.5rem}.card+.card{margin-top:1rem}.card h2{margin:0 0 .25rem;font-size:1.1rem}.card p{color:var(--body-text);margin:.25rem 0 1rem}.section{margin-top:2.5rem}.section-title{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin:0 0 .75rem;font-size:.8rem;font-weight:700}.badge{border:1px solid var(--border);color:var(--body-text);background:var(--surface);border-radius:999px;margin-right:.4rem;padding:.1rem .6rem;font-size:.75rem;display:inline-block}.store-meta{color:var(--body-text);margin:.25rem 0 .75rem;font-size:.85rem}.stepper{flex-wrap:wrap;gap:.5rem;margin:0 0 1.5rem;padding:0;font-size:.85rem;list-style:none;display:flex}.stepper li{border:1px solid var(--border);color:var(--muted);background:var(--surface);border-radius:999px;padding:.2rem .8rem}.stepper li.active{border-color:var(--accent);color:var(--accent);font-weight:600}.stepper li.done{color:var(--text)}.field{max-width:28rem;margin-bottom:1rem;display:block}.field span{margin-bottom:.3rem;font-size:.85rem;font-weight:600;display:block}.field input,.field textarea{border:1px solid var(--border);border-radius:var(--radius);width:100%;font:inherit;background:var(--surface);color:var(--text);padding:.5rem .75rem}.field input:focus,.field textarea:focus{outline:2px solid var(--accent);outline-offset:1px}.hint{color:var(--muted);margin:.25rem 0 0;font-size:.85rem}.wizard-actions{gap:.75rem;margin-top:1.5rem;display:flex}.summary{margin:0 0 1rem;padding:0;list-style:none}.summary li{border-bottom:1px solid var(--border);padding:.4rem 0;font-size:.9rem}.summary li strong{min-width:10rem;display:inline-block}.empty{color:var(--muted)}.category-card{text-align:left;width:100%;max-width:26rem;font:inherit;color:inherit;cursor:pointer;display:block}.category-card:hover{border-color:var(--faint);background:var(--hover)}.category-card-name{margin-bottom:.15rem;font-size:1.1rem;font-weight:600;display:block}.category-card-meta{color:var(--muted);font-size:.9rem;display:block}.scope-note{color:var(--muted);align-items:center;gap:.5rem;margin:0 0 1.5rem;font-size:.85rem;display:inline-flex}.scope-note strong{color:var(--ink);font-weight:600}.db-page:has(>.ov-root){max-width:none;padding:0}.ov-root{color:#111827;font-variant-numeric:tabular-nums;max-width:1240px;margin:0 auto;padding:24px 28px 40px}.ov-top{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:22px;display:flex}.ov-greet{letter-spacing:-.01em;margin:0;font-size:22px;font-weight:700}.ov-greet-sub{color:#6b7280;margin:4px 0 0;font-size:13.5px}.ov-top-right{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.ov-pill-wrap{position:relative}.ov-pill{color:#111827;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:8px;align-items:center;gap:7px;height:36px;padding:0 12px;font:600 13px/1 inherit;display:inline-flex}.ov-pill:hover{background:#f9fafb;border-color:#d1d5db}.ov-menu{z-index:40;background:#fff;border:1px solid #e5e7eb;border-radius:8px;min-width:160px;padding:4px;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 4px 16px #0000001a}.ov-menu-item{text-align:left;color:#111827;cursor:pointer;background:0 0;border:none;border-radius:6px;width:100%;padding:8px 10px;font:500 13px/1.2 inherit;display:block}.ov-menu-item:hover{background:#f4f6fa}.ov-menu-item.is-sel{color:#2f5bea;background:#eef3ff;font-weight:600}.ov-btn{cursor:pointer;border:1px solid #0000;border-radius:8px;align-items:center;gap:7px;height:36px;padding:0 14px;font:600 13px/1 inherit;display:inline-flex}.ov-btn-primary{color:#fff;background:#2f5bea}.ov-btn-primary:hover{background:#2a50cf}.ov-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px 18px;box-shadow:0 1px 2px #1018280a}.db-sk-sr{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.db-sk-bar{background:#eef0f4 linear-gradient(90deg,#eef0f4,#f7f8fa,#eef0f4) 0 0/280px 100% no-repeat;border-radius:6px;animation:1.15s linear infinite db-sk-sweep}.db-sk-body{grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:14px;margin-top:14px;display:grid}.db-sk-wide,.db-sk-side{min-height:280px}@media (max-width:900px){.db-sk-body{grid-template-columns:minmax(0,1fr)}}@keyframes db-sk-sweep{0%{background-position:-280px 0}to{background-position:calc(100% + 280px) 0}}@media (prefers-reduced-motion:reduce){.db-sk-bar{background-image:none;animation:none}}.ov-card-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.ov-card-title{color:#111827;font-size:14px;font-weight:600}.ov-link{color:#2563eb;font-size:12.5px;font-weight:600}.ov-link:hover{text-decoration:underline}.ov-kpis{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:14px;display:grid}@media (max-width:880px){.ov-kpis{grid-template-columns:repeat(2,1fr)}}.ov-kpi-top{align-items:center;gap:8px;margin-bottom:10px;display:flex}.ov-kpi-ico{color:#2f5bea;background:#eef2fe;border-radius:7px;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.ov-kpi-label{color:#6b7280;font-size:12.5px;font-weight:500}.ov-kpi-value{letter-spacing:-.01em;font-size:24px;font-weight:700}.ov-kpi-delta{color:#9ca3af;margin-top:4px;font-size:11.5px}.ov-kpi-delta.is-pos{color:#0f9d58}.ov-kpi-delta.is-neg{color:#e5484d}.ov-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}@media (max-width:980px){.ov-grid{grid-template-columns:1fr}}.ov-perf{grid-column:1/-1}.ov-chart-empty{color:#9ca3af;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;height:160px;font-size:13px;display:flex}.ov-chart-legend{color:#6b7280;gap:13px;font-size:11px;display:flex}.ov-legend-item{white-space:nowrap;align-items:center;gap:6px;display:inline-flex}.ov-legend-swatch{border-top:2px solid;width:15px;height:0;display:inline-block}.ov-legend-current{border-color:#2f5bea}.ov-legend-prev{border-color:#aab2c0;border-top-style:dashed}.ov-chart{margin-top:12px}.ov-chart-plot{position:relative}.ov-chart-plot svg{display:block}.ov-chart-dot{pointer-events:none;background:#2f5bea;border:2px solid #fff;border-radius:50%;width:7px;height:7px;position:absolute;transform:translate(-50%,-50%)}.ov-chart-axis{margin-top:4px;display:flex}.ov-chart-tick{text-align:center;color:#6b7280;white-space:nowrap;flex:1;min-width:0;font-size:10.5px;overflow:hidden}.ov-chart-tip{pointer-events:none;background:#fff;border:1px solid #eceef2;border-radius:8px;min-width:140px;padding:9px 12px;font-size:12.5px;position:absolute;top:6px;box-shadow:0 4px 16px #0000001a}.ov-chart-tip-label{color:#0f1729;margin-bottom:5px;font-weight:600}.ov-chart-tip-row{align-items:center;gap:6px;line-height:1.7;display:flex}.ov-chart-tip-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.ov-chart-tip-muted{color:#6b7280}.ov-chart-tip-delta{margin-top:5px;font-size:11.5px;font-weight:600}.ov-chart-tip-delta.is-pos{color:#0f9d58}.ov-chart-tip-delta.is-neg{color:#e5484d}.ov-store-list{flex-direction:column;display:flex}.ov-store-list>form{display:contents}.ov-store-row{cursor:pointer;text-align:left;width:100%;font:inherit;color:#c7cdd6;background:0 0;border:none;border-radius:8px;align-items:center;gap:11px;padding:9px 6px;display:flex}.ov-store-row:hover{background:#f9fafb}.ov-store-av{color:#fff;background:#2f5bea;border-radius:8px;flex:none;justify-content:center;align-items:center;width:30px;height:30px;font-size:13px;font-weight:700;display:inline-flex}.ov-store-meta{flex-direction:column;flex:1;min-width:0;display:flex}.ov-store-name{color:#111827;text-overflow:ellipsis;white-space:nowrap;font-size:13.5px;font-weight:600;overflow:hidden}.ov-store-rev{color:#9ca3af;font-size:12px}.ov-col{flex-direction:column;gap:14px;display:flex}.ov-att-clear,.ov-empty{color:#9ca3af;padding:6px 2px;font-size:13px}.ov-att-list,.ov-act-list{flex-direction:column;display:flex}.ov-att-row{color:#c7cdd6;border-radius:8px;align-items:center;gap:11px;padding:9px 6px;display:flex}.ov-att-row:hover{background:#f9fafb}.ov-att-dot{background:#6d28d9;border-radius:50%;flex:none;width:8px;height:8px}.ov-att-dot.is-bad{background:#e5484d}.ov-att-text{flex-direction:column;flex:1;min-width:0;display:flex}.ov-att-title{color:#111827;font-size:13.5px;font-weight:600}.ov-att-meta{color:#9ca3af;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.ov-act-row{color:#5b6472;justify-content:space-between;align-items:baseline;gap:10px;padding:7px 2px;font-size:13px;display:flex}.ov-act-row+.ov-act-row{border-top:1px solid #f2f4f7}.ov-act-text strong{color:#111827}.ov-act-time{color:#9ca3af;white-space:nowrap;font-size:11.5px}.db-page:has(>.or-root){max-width:none;padding:0}.or-root{--or-ink:#0f1729;--or-body:#5b6472;--or-muted:#6b7280;--or-faint:#a7afbc;--or-accent:#2f5bea;--or-blueSoft:#eef3ff;--or-line:#eceef2;--or-lineSoft:#f2f4f7;--or-canvas:#fcfcfd;--or-card:#fff;--or-positive:#0f9d58;--or-positive-bg:#e8f6ee;--or-negative:#e5484d;--or-negative-bg:#fcecec;--or-wait:#6d28d9;--or-wait-bg:#f2ecfe;background:var(--or-canvas);color:var(--or-body);font-variant-numeric:tabular-nums;font-feature-settings:"tnum";min-height:100%;padding:20px 24px 28px}.or-btn{cursor:pointer;white-space:nowrap;border:none;border-radius:8px;align-items:center;gap:6px;height:38px;padding:0 14px;font-family:inherit;font-size:13px;font-weight:600;transition:background .12s,border-color .12s;display:inline-flex}.or-btn-primary{background:var(--or-accent);color:#fff}.or-btn-primary:hover{background:#2849c9}.or-btn-secondary{border:1px solid var(--or-line);color:var(--or-ink);background:#fff}.or-btn-secondary:hover{background:var(--or-lineSoft)}.or-btn-sm{height:32px;padding:0 12px;font-size:12.5px}.or-btn:disabled{opacity:.45;cursor:not-allowed}.or-root button:focus{outline:none}.or-root button:focus-visible{outline:2px solid var(--or-accent);outline-offset:2px}.or-dd{position:relative}.or-dd-menu{z-index:40;border:1px solid var(--or-line);background:#fff;border-radius:10px;min-width:180px;padding:5px;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 8px 28px #0f17291a}.or-dd-item{text-align:left;width:100%;color:var(--or-ink);cursor:pointer;background:0 0;border:none;border-radius:7px;align-items:center;gap:7px;padding:8px 9px;font-family:inherit;font-size:13px;display:flex}.or-dd-item:hover{background:var(--or-lineSoft)}.or-card{background:var(--or-card);border:1px solid var(--or-line);border-radius:16px;padding:20px;box-shadow:0 1px 2px #0f172908}.or-report-panel{margin-bottom:12px;padding:18px 20px 14px}.or-report-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.or-report-head-right{align-items:center;gap:14px;display:flex}.or-report-selectors{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.or-chart-toggle{flex-shrink:0;align-items:center;gap:8px;display:inline-flex}.or-chart-toggle-label{color:var(--or-muted);white-space:nowrap;font-family:inherit;font-size:12px}.or-report-stat-row{justify-content:space-between;align-items:flex-end;gap:12px;margin-bottom:8px;display:flex}.or-stat-value-lg{color:var(--or-ink);letter-spacing:-.5px;font-size:28px;font-weight:700;line-height:1}.or-stat-delta{align-items:center;gap:4px;margin-top:5px;font-size:12px;font-weight:500;display:flex}.or-delta-pos{color:var(--or-positive)}.or-delta-neg{color:var(--or-negative)}.or-delta-cmp{color:var(--or-muted);font-weight:400}.or-report-scope{color:var(--or-muted);margin-top:3px;font-size:11.5px;font-weight:500}.or-switch{background:var(--or-line);cursor:pointer;border:none;border-radius:11px;flex-shrink:0;width:34px;height:20px;padding:0;transition:background .15s;position:relative}.or-switch-on{background:var(--or-accent)}.or-switch-knob{background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .15s;display:block;position:absolute;top:2px;left:2px;box-shadow:0 1px 2px #00000026}.or-switch-on .or-switch-knob{transform:translate(14px)}.or-view-tabs{flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:14px;display:flex}.or-view-tab{color:var(--or-body);cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:9px;align-items:center;gap:7px;height:36px;padding:0 12px;font-family:inherit;font-size:13px;font-weight:600;transition:background .12s,color .12s;display:inline-flex}.or-view-tab:hover{background:var(--or-lineSoft)}.or-view-tab-count{background:var(--or-lineSoft);color:var(--or-body);font-variant-numeric:tabular-nums;border-radius:6px;padding:1px 7px;font-size:11.5px;font-weight:700;line-height:1.5}.or-view-tab-active{background:var(--or-accent);color:#fff}.or-view-tab-active:hover{background:#2849c9}.or-view-tab-active .or-view-tab-count{color:#fff;background:#ffffff38}.or-view-tab-prom .or-view-tab-count{background:var(--or-accent);color:#fff}.or-view-tab-prom.or-view-tab-active .or-view-tab-count{color:var(--or-accent);background:#fff}.or-toolbar{flex-wrap:nowrap;align-items:center;gap:12px;margin-bottom:14px;display:flex}.or-search{border:1px solid var(--or-line);min-width:140px;height:44px;color:var(--or-muted);background:#fff;border-radius:10px;flex:auto;align-items:center;gap:8px;padding:0 13px;display:flex}.or-search input{color:var(--or-ink);background:0 0;border:none;outline:none;flex:1;min-width:0;font-family:inherit;font-size:13px}.or-search:focus-within{border-color:var(--or-accent)}.or-search-clear{color:var(--or-faint);cursor:pointer;background:0 0;border:none;border-radius:5px;flex:none;justify-content:center;align-items:center;padding:2px;display:inline-flex}.or-search-clear:hover{color:var(--or-ink);background:var(--or-lineSoft)}.or-table-card{margin-bottom:0;padding:0;overflow:visible}.or-table{border-collapse:collapse;width:100%}.or-table thead th{text-align:left;color:var(--or-muted);border-bottom:1px solid var(--or-line);white-space:nowrap;padding:14px 20px;font-size:11.5px;font-weight:600}.or-th-right{text-align:right}.or-th-right .or-th-inner{justify-content:flex-end}.or-th-actions{width:48px}.or-th-sort{cursor:pointer;-webkit-user-select:none;user-select:none;padding:0!important}.or-th-btn{font:inherit;color:inherit;cursor:pointer;width:100%;text-align:inherit;background:0 0;border:none;padding:14px 20px}.or-th-right .or-th-btn{text-align:right}.or-th-inner{align-items:center;gap:4px;display:inline-flex}.or-th-sort:hover{color:var(--or-ink)}.or-row td{border-bottom:1px solid var(--or-lineSoft);vertical-align:top;padding:15px 20px}.or-row:hover{background:#f7f8fb}.or-td-actions{vertical-align:middle;text-align:right}.or-td-amount{text-align:right}.or-order-id{color:var(--or-ink);font-size:13px;font-weight:600}.or-sub{color:var(--or-muted);margin-top:2px;font-size:12px}.or-customer-name{color:var(--or-ink);flex-wrap:wrap;align-items:center;gap:6px;font-size:13px;font-weight:600;display:flex}.or-product-name{color:var(--or-ink);font-size:13px;font-weight:500}.or-amount{color:var(--or-ink);letter-spacing:-.01em;font-size:13.5px;font-weight:600}.or-pill{white-space:nowrap;border-radius:7px;align-items:center;padding:2px 8px;font-size:11px;font-weight:600;display:inline-flex}.or-pill-green{color:var(--or-positive);background:var(--or-positive-bg)}.or-pill-grey{color:var(--or-body);background:var(--or-lineSoft)}.or-pill-wait{color:var(--or-wait);background:var(--or-wait-bg)}.or-pill-red{color:var(--or-negative);background:var(--or-negative-bg)}.or-table-footer{border-top:1px solid var(--or-line);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.or-showing{color:var(--or-muted);font-size:12.5px}.or-pagination{align-items:center;gap:10px;display:flex}.or-pagination .or-btn{height:36px}.or-page-indicator{color:var(--or-body);font-size:12.5px;font-weight:500}.or-empty{text-align:center;color:var(--or-faint);flex-direction:column;align-items:center;gap:8px;padding:48px 0;display:flex}.or-empty div{font-size:13px}.or-caughtup{flex-direction:column;gap:6px;padding:56px 20px}.or-caughtup-check{color:var(--or-muted);display:inline-flex}.or-caughtup-title{color:var(--or-ink);letter-spacing:-.01em;font-size:16px;font-weight:700}.or-caughtup-body{color:var(--or-muted);font-size:13px}.db-page:has(>.st-root){max-width:none;padding:0}.st-root{background:var(--canvas);min-height:100%;padding:24px 28px 40px}.st-col{flex-direction:column;gap:10px;max-width:860px;margin:0 auto;display:flex}.st-top{justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:4px;display:flex}.st-title{letter-spacing:-.01em;color:#0f1729;margin:0;font-size:22px;font-weight:700}.st-scope{color:#8a93a3;font-size:12.5px}.st-card{background:#fff;border:1px solid #eceef2;border-radius:12px;overflow:hidden}.st-head{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:14px 16px;font-family:inherit;display:flex}.st-head:hover{background:#f9fafb}.st-dot{border-radius:50%;flex-shrink:0;width:9px;height:9px}.st-dot.is-ready{background:#16a34a}.st-dot.is-draft{background:#2f5bea}.st-dot.is-incomplete{background:#6d28d9}.st-name{color:#0f1729;font-size:14.5px;font-weight:700}.st-meta{color:#a7afbc;font-size:12.5px}.st-spacer{flex:1}.st-badge{color:#5b6472;white-space:nowrap;background:#eef1f5;border-radius:7px;padding:2px 8px;font-size:11px;font-weight:600}.st-badge.is-ready{color:#166534;background:#e8f6ee}.st-badge.is-incomplete{color:#6d28d9;background:#f2ecfe}.st-chev{color:#8a93a3;transition:transform .18s;display:inline-flex}.st-chev.is-open{transform:rotate(180deg)}.st-panel{border-top:1px solid #f2f4f7;padding:4px 16px 18px}.st-actions{flex-wrap:wrap;align-items:center;gap:8px;padding:14px 0 4px;display:flex}.st-btn{cursor:pointer;border-radius:7px;align-items:center;gap:5px;height:32px;padding:0 12px;font-family:inherit;font-size:12.5px;font-weight:500;display:inline-flex}.st-btn-outline,.st-btn-ghost{color:#5b6472;background:#fff;border:1px solid #eceef2}.st-btn-outline:hover,.st-btn-ghost:hover{color:#0f1729;background:#f2f4f7}.st-btn-primary{background:var(--accent);border:1px solid var(--accent);color:var(--accent-contrast)}.st-btn-primary:hover{color:var(--accent-contrast);background:#2549c9;border-color:#2549c9}a.st-btn{text-decoration:none}.st-sub{border-top:1px solid #f2f4f7;margin-top:8px;padding:14px 0 4px}.st-sub-title{letter-spacing:.06em;text-transform:uppercase;color:#8a93a3;margin-bottom:10px;font-size:11px;font-weight:700}.st-grid{grid-template-columns:repeat(auto-fit,minmax(190px,240px));gap:12px;display:grid}.st-field-label{color:#5b6472;margin-bottom:2px;font-size:12px;font-weight:600}.st-field-value{color:#0f1729;font-size:13px}.st-warn{color:#e5484d;background:#fcecec;border-radius:6px;margin:10px 0 0;padding:8px 10px;font-size:12.5px;line-height:1.5}.st-desc{color:#5b6472;margin:10px 0 0;font-size:12.5px;line-height:1.5}.st-empty{text-align:center;color:#8a93a3;background:#fff;border:1px solid #eceef2;border-radius:12px;padding:24px;font-size:13px}.st-add{color:#2f5bea;cursor:pointer;background:0 0;border:1px dashed #c7cdd6;border-radius:12px;justify-content:center;align-items:center;gap:7px;width:100%;padding:13px;font-family:inherit;font-size:13.5px;font-weight:600;display:flex}.st-add:hover{background:#eef3ff;border-color:#2f5bea}.storefront,.ref{--sf-background:#fcfcfc;--sf-card:#fff;--sf-popover:#fff;--sf-secondary:#f3f3f3;--sf-muted:#eee;--sf-accent:#eee;--sf-foreground:#060606;--sf-card-foreground:#060606;--sf-popover-foreground:#060606;--sf-secondary-foreground:#060606;--sf-muted-foreground:#555;--sf-accent-foreground:#060606;--sf-primary:#060606;--sf-primary-foreground:#f8f8f8;--sf-destructive:#cc272e;--sf-destructive-foreground:#f8f8f8;--sf-success:#278733;--sf-success-foreground:#f8f8f8;--sf-bestseller:#956b3b;--sf-border:#e3e3e3;--sf-input:#e3e3e3;--sf-ring:#060606;--sf-inverse:#c4c4c4;--sf-inverse-subtle:#8f8f8f;--sf-inverse-muted:#717171;--sf-border-inverse:#292929;--sf-text-display:clamp(2.75rem, 1.9rem + 4.2vw, 4.5rem);--sf-text-h1:clamp(2rem, 1.5rem + 2.4vw, 3rem);--sf-text-h2:clamp(1.5rem, 1.25rem + 1.2vw, 2.25rem);--sf-text-h3:clamp(1.125rem, 1.05rem + .4vw, 1.5rem);--sf-text-lead:clamp(1.0625rem, 1rem + .3vw, 1.25rem);--sf-text-eyebrow:.75rem;--sf-radius:.5rem;--sf-radius-button:calc(var(--sf-radius) - 2px);--sf-radius-card:calc(var(--sf-radius) + 4px);--sf-container-prose:48rem;--sf-container-content:80rem;--sf-container-wide:96rem;--sf-container-full:100%;--sf-container-nav:var(--sf-container-full);--sf-section-space-sm:clamp(2.5rem, 1.7rem + 3vw, 4rem);--sf-section-space-md:clamp(4rem, 2.6rem + 5vw, 7rem);--sf-section-space-lg:clamp(5rem, 3rem + 7vw, 9rem);--sf-shadow-card:0 1px 2px 0 #0606060d;--sf-shadow-elevated:0 4px 16px -2px #0606061a;--sf-shadow-overlay:0 12px 40px -4px #0606062e;--sf-duration-fast:.15s;--sf-duration-base:.25s;--sf-duration-slow:.4s;--sf-ease-standard:cubic-bezier(.4, 0, .2, 1);--sf-ease-emphasized:cubic-bezier(.2, 0, 0, 1);--sf-header-height:3.75rem;--sf-announcement-bar-height:2.5rem;--sf-chrome-offset:calc(var(--sf-header-height) + var(--sf-announcement-bar-height));--sf-pdp-immersive-reserved:9.5rem;--sf-container-super-wide:160rem;background:var(--sf-background);max-width:100%;min-height:100vh;color:var(--sf-foreground);flex-direction:column;line-height:1.5;display:flex;overflow-x:clip}@supports (color:lab(0% 0 0)){.storefront,.ref{--sf-background:lab(98.84% .0000298023 -.0000119209);--sf-card:lab(100% 0 0);--sf-popover:lab(100% 0 0);--sf-secondary:lab(95.94% 0 0);--sf-muted:lab(94.2% 0 0);--sf-accent:lab(94.2% 0 0);--sf-foreground:lab(1.5609% 0 0);--sf-card-foreground:lab(1.5609% 0 0);--sf-popover-foreground:lab(1.5609% 0 0);--sf-secondary-foreground:lab(1.5609% 0 0);--sf-muted-foreground:lab(36.2% 0 .00000596046);--sf-accent-foreground:lab(1.5609% 0 0);--sf-primary:lab(1.5609% 0 0);--sf-primary-foreground:lab(97.68% -.0000298023 .0000119209);--sf-destructive:lab(45.7636% 63.3818 40.1799);--sf-destructive-foreground:lab(97.68% -.0000298023 .0000119209);--sf-success:lab(49.5829% -42.1882 35.8774);--sf-success-foreground:lab(97.68% -.0000298023 .0000119209);--sf-bestseller:lab(48.8053% 13.4867 33.4419);--sf-border:lab(90.14% .0000298023 -.0000119209);--sf-input:lab(90.14% .0000298023 -.0000119209);--sf-ring:lab(1.5609% 0 0);--sf-inverse:lab(79.12% -.0000298023 -.0000119209);--sf-inverse-subtle:lab(59.4% 0 0);--sf-inverse-muted:lab(47.8% 0 .0000119209);--sf-border-inverse:lab(16.48% 0 0);--sf-shadow-card:0 1px 2px 0 lab(1.5609% 0 0/.05);--sf-shadow-elevated:0 4px 16px -2px lab(1.5609% 0 0/.1);--sf-shadow-overlay:0 12px 40px -4px lab(1.5609% 0 0/.18)}}.sf-text-display{font-size:var(--sf-text-display);letter-spacing:-.03em;font-weight:700;line-height:1}.sf-text-h1{font-size:var(--sf-text-h1);letter-spacing:-.02em;font-weight:700;line-height:1.05}.sf-text-h2{font-size:var(--sf-text-h2);letter-spacing:-.015em;font-weight:600;line-height:1.12}.sf-text-h3{font-size:var(--sf-text-h3);letter-spacing:-.005em;font-weight:600;line-height:1.25}.sf-text-lead{font-size:var(--sf-text-lead);line-height:1.55}.sf-text-eyebrow{font-size:var(--sf-text-eyebrow);letter-spacing:.1em;font-weight:600;line-height:1.4}.sf-container{width:100%;margin-inline:auto;padding-inline:1rem}@media (min-width:640px){.sf-container{padding-inline:1.5rem}}@media (min-width:1024px){.sf-container{padding-inline:2rem}}.sf-container-prose{max-width:var(--sf-container-prose)}.sf-container-content{max-width:var(--sf-container-content)}.sf-container-wide{max-width:var(--sf-container-wide)}.sf-container-super-wide{max-width:var(--sf-container-super-wide)}.sf-container-full{max-width:var(--sf-container-full)}.sf-container-nav{max-width:var(--sf-container-nav)}.storefront-announce{height:var(--sf-announcement-bar-height);border-bottom:1px solid var(--sf-border);background:var(--sf-foreground);color:var(--sf-background);text-align:center;justify-content:center;align-items:center;padding-inline:1rem;font-size:.875rem;line-height:1.25rem;display:flex}.sf-announce-text{text-overflow:ellipsis;white-space:nowrap;min-width:0;margin:0;overflow:hidden}.storefront-header{z-index:40;background:var(--sf-background);border-bottom:1px solid var(--sf-border);position:sticky;top:0}.storefront-header-inner{height:var(--sf-header-height);justify-content:space-between;align-items:center;gap:1rem;display:flex}.storefront-brand{letter-spacing:-.01em;font-size:1.05rem;font-weight:700}.sf-logo-link{flex-shrink:0;align-items:center;display:flex}.sf-logo{aspect-ratio:100/23;width:auto;height:1.75rem;display:block}.sf-account-ornament{width:2.5rem;height:2.5rem;color:var(--sf-foreground);border-radius:.375rem;justify-content:center;align-items:center;display:inline-flex}.sf-cart-nav{width:2.5rem;height:2.5rem;color:var(--sf-foreground);cursor:pointer;background:0 0;border:none;border-radius:.375rem;justify-content:center;align-items:center;transition:background-color .15s,color .15s;display:inline-flex;position:relative}@media (hover:hover){.sf-cart-nav:hover{background:var(--sf-accent);color:var(--sf-accent-foreground)}}.sf-cart-badge{box-sizing:border-box;border:2px solid var(--sf-background);background:var(--sf-foreground);width:1.125rem;height:1.125rem;color:var(--sf-background);border-radius:9999px;justify-content:center;align-items:center;font-size:10px;font-weight:500;display:flex;position:absolute;top:-.25rem;right:-.25rem}.storefront-main{flex:1;padding-block:1rem}@media (min-width:640px){.storefront-main{padding-block:1.5rem}}.storefront-error{color:#bb061e;color:lab(39.9438% 63.5347 42.0903);border-radius:var(--sf-radius-button);border:1px solid #cc272e;border:1px solid lab(45.7636% 63.3818 40.1799);margin:0 0 1.5rem;padding:.6rem 1rem}.storefront-product{flex-direction:column;gap:2rem;min-width:0;display:flex}@media (min-width:1024px){.storefront-product{grid-template-columns:minmax(0,1fr) minmax(20rem,30rem);align-items:start;gap:3rem;display:grid}}.storefront-media{order:1;min-width:0}@media (min-width:1024px){.storefront-media{grid-row-start:1;grid-column-start:1}}.storefront-attributes{order:3;min-width:0;margin-top:2.5rem}@media (min-width:1024px){.storefront-attributes{grid-row-start:2;grid-column-start:1;margin-top:3rem}}.storefront-details{flex-direction:column;order:2;gap:.75rem;min-width:0;display:flex}@media (min-width:1024px){.storefront-details{top:calc(var(--sf-header-height) + 2rem);grid-row:1/span 2;grid-column-start:2;align-self:start;position:sticky}}.sf-info-eyebrow{order:1;align-items:center;gap:.5rem;display:flex}.sf-info-category{color:var(--sf-muted-foreground);font-size:.875rem;line-height:1.25rem}.sf-info-title{text-wrap:balance;order:2;margin:0}.sf-buybox{order:3;margin-top:1rem}.sf-buybox>*+:not(.sf-sticky-bar):not(.sf-overlay){margin-top:1.5rem}.storefront-home{flex-direction:column;flex:1;display:flex}.sf-hero{isolation:isolate;border-bottom:1px solid var(--sf-border);background:var(--sf-foreground);min-height:calc(100svh - var(--sf-chrome-offset));flex-direction:column;display:flex;position:relative;overflow:hidden}.sf-hero-image{z-index:-10;object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.sf-tiles{padding-block:var(--sf-section-space-md);color:var(--sf-foreground);background:#fff}.sf-tile-grid{grid-template-columns:minmax(0,1fr);gap:1rem;margin:0;padding:0;list-style:none;display:grid}@media (min-width:640px){.sf-tile-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.sf-tile-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}}.sf-tile-box{min-height:calc(100svh - var(--sf-header-height) - 1px);border-radius:var(--sf-radius-card);background:#fff;flex-direction:column;display:flex;position:relative}.sf-tile-box:after{content:"";border:1px dashed var(--sf-muted-foreground);border-radius:var(--sf-radius-card);pointer-events:none;position:absolute;inset:0}.sf-press{background:#fff;border-bottom:1px solid #e4e9f2;align-items:center;gap:.9rem;padding:1.15rem 0 1.15rem 1.4rem;display:flex;overflow:hidden}.sf-press-label{letter-spacing:.18em;text-transform:uppercase;color:#8b96ab;white-space:nowrap;flex:none;font-size:.66rem;font-weight:600}.sf-press-marquee{flex:1;min-width:0;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 12% 88%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0,#000 12% 88%,#0000 100%)}.sf-press-track{align-items:center;gap:2rem;width:max-content;animation:28s linear infinite sf-press-roll;display:flex}@keyframes sf-press-roll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.sf-press-track{animation:none}}.sf-press-name{white-space:nowrap;color:#9aa6bc;font-size:.86rem;font-weight:700}.sf-press-name[data-style=display]{font-family:Georgia,Times New Roman,serif;font-size:.92rem;font-weight:700}.sf-press-name[data-style=emphasis]{letter-spacing:.02em;font-weight:800}.sf-press-name[data-style=spaced]{letter-spacing:.22em;font-size:.78rem;font-weight:700}.sf-section-copy{padding:24px 16px}.sf-section-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:#ff6b2b;margin:0;font-size:13px;font-weight:600;line-height:20px}.sf-section-title{letter-spacing:-.01em;color:var(--sf-foreground);margin:16px 0 0;font-size:35px;font-weight:700;line-height:48px}.sf-brief{z-index:4;position:absolute;top:50%;right:14px}.sf-brief-dot{cursor:pointer;list-style:none;display:inline-flex;position:relative}.sf-brief-pill{background:#fff;border-radius:999px;align-items:center;gap:7px;max-width:calc(100vw - 44px);padding:5px 11px 5px 9px;display:inline-flex;position:relative;box-shadow:0 0 0 1px #11111114,0 1px 3px #1111111f}.sf-brief-mark{background:#ff6b2b;border-radius:50%;flex:none;width:8px;height:8px}.sf-brief-name{white-space:nowrap;text-overflow:ellipsis;color:#111;font-size:11px;font-weight:600;line-height:16px;overflow:hidden}.sf-brief-dot::-webkit-details-marker{display:none}.sf-brief-pulse{opacity:.65;background:#ff6b2b;border-radius:50%;width:14px;height:14px;margin:-7px 0 0 -7px;animation:1.6s ease-out infinite sf-brief-pulse;position:absolute;top:50%;left:13px}@keyframes sf-brief-pulse{0%{opacity:.65;transform:scale(1)}to{opacity:0;transform:scale(3.2)}}@media (prefers-reduced-motion:reduce){.sf-brief-pulse{animation:none}}.sf-brief[open] .sf-brief-pulse{opacity:0;animation:none}.sf-brief-panel{border-radius:var(--sf-radius-card);background:var(--sf-card);width:min(19rem,100vw - 4rem);max-height:60svh;box-shadow:0 0 0 1px var(--sf-border), var(--sf-shadow-overlay);color:var(--sf-muted-foreground);text-align:left;padding:14px 16px;font-size:12px;line-height:18px;position:absolute;top:22px;right:0;overflow-y:auto}.sf-brief-title{color:var(--sf-foreground);margin:0 0 8px;font-size:12px;font-weight:600;line-height:18px}.sf-brief-line{margin:0 0 8px}.sf-brief-label{color:var(--sf-foreground);font-weight:600}.sf-brief-move-lead{margin:0}.sf-brief-quote{border-left:2px solid var(--sf-border);color:var(--sf-foreground);margin:2px 0 4px;padding-left:10px;font-style:italic}.sf-brief-rules{margin:4px 0 0;padding-left:16px;list-style:outside}.sf-brief-prompt{border-top:1px solid var(--sf-border);margin-top:12px;padding-top:8px}.sf-brief-prompt-head{cursor:pointer;color:var(--sf-foreground);align-items:center;gap:6px;font-weight:600;list-style:none;display:flex}.sf-brief-prompt-head::-webkit-details-marker{display:none}.sf-brief-prompt-head:before{content:"›";color:var(--ref-orange,#ff6b2b);font-size:14px;line-height:1;transition:transform .18s}.sf-brief-prompt[open] .sf-brief-prompt-head:before{transform:rotate(90deg)}.sf-brief-prompt-body{background:var(--sf-muted);white-space:pre-wrap;color:var(--sf-foreground);-webkit-user-select:all;user-select:all;border-radius:8px;margin:8px 0 0;padding:10px 12px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;line-height:16px}.sf-brief-foot{border-top:1px solid var(--sf-border);margin:12px 0 0;padding-top:8px;font-style:italic}.sf-hero-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:#ffffffd9;margin:0 0 12px;font-size:13px;font-weight:600;line-height:20px}.sf-hero-title-second{display:block}.sf-hero-rating{color:#ffffffe6;margin:16px 0 0;font-size:14px;font-weight:500;line-height:20px}.sf-hero-trust{color:#fffc;flex-wrap:wrap;align-items:center;gap:8px;margin:12px 0 0;font-size:13px;line-height:18px;display:flex}.sf-hero-trust span+span:before{content:"";vertical-align:middle;background:currentColor;border-radius:50%;width:3px;height:3px;margin-right:8px;display:inline-block}.sf-brief-anchor{z-index:5;pointer-events:none;position:absolute;inset:0}.sf-brief-anchor .sf-brief{pointer-events:auto;top:20px;right:20px}.sf-cmp{padding:0 16px 24px}.sf-cmp-table{border-collapse:collapse;width:100%;font-size:14px;line-height:20px}.sf-cmp-table th,.sf-cmp-table td{border-bottom:1px solid var(--sf-border);text-align:center;vertical-align:middle;padding:10px 8px}.sf-cmp-table thead th{color:var(--sf-muted-foreground);padding-top:0;font-size:12px;font-weight:600;line-height:16px}.sf-cmp-table tbody th{text-align:left;color:var(--sf-foreground);font-weight:400}.sf-cmp-table tbody tr:last-child th,.sf-cmp-table tbody tr:last-child td{border-bottom:0}.sf-cmp-ours{background:#ff6b2b12}.sf-cmp-table thead .sf-cmp-ours{color:#ff6b2b;border-radius:8px 8px 0 0}.sf-cmp-table tbody tr:last-child .sf-cmp-ours{border-radius:0 0 8px 8px}.sf-cmp-yes{color:#ff6b2b}.sf-cmp-no{color:var(--sf-muted-foreground)}.sf-cmp-word{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;margin:-1px;position:absolute;overflow:hidden}.sf-close{padding:0 16px 24px}.sf-close-trust{color:var(--sf-muted-foreground);flex-direction:column;gap:8px;margin:16px 0 0;padding:0;font-size:14px;line-height:20px;list-style:none;display:flex}.sf-close-trust li{align-items:center;gap:8px;display:flex}.sf-close-tick{color:#ff6b2b;flex:none;place-items:center;display:grid}.sf-faq{padding:0 16px 24px}.sf-faq-item{border-top:1px solid var(--sf-border)}.sf-faq-item:last-of-type{border-bottom:1px solid var(--sf-border)}.sf-faq-question{color:var(--sf-foreground);cursor:pointer;justify-content:space-between;align-items:center;gap:16px;padding:14px 0;font-size:16px;font-weight:600;line-height:24px;list-style:none;display:flex}.sf-faq-question::-webkit-details-marker{display:none}.sf-faq-mark{color:#ff6b2b;transition:transform var(--sf-duration-fast) var(--sf-ease-standard);flex:none;place-items:center;display:grid}.sf-faq-item[open] .sf-faq-mark{transform:rotate(45deg)}@media (prefers-reduced-motion:reduce){.sf-faq-mark{transition:none}}.sf-faq-answer{color:var(--sf-muted-foreground);margin:0;padding:0 0 14px;font-size:16px;line-height:24px}.sf-faq-all{margin-top:16px}.sf-service{margin:0;padding:0 16px 24px}.sf-service-item+.sf-service-item{border-top:1px solid var(--sf-border);margin-top:16px;padding-top:16px}.sf-service dt{color:var(--sf-foreground);font-size:16px;font-weight:600;line-height:24px}.sf-service dd{color:var(--sf-muted-foreground);margin:2px 0 0;font-size:16px;line-height:24px}.sf-service-link{color:#ff6b2b;white-space:nowrap;align-items:center;gap:4px;font-weight:600;display:inline-flex}.sf-brand-link{color:#ff6b2b;align-items:center;gap:6px;margin:16px 0 0;font-size:16px;font-weight:600;line-height:24px;display:inline-flex}.sf-steps{padding:0 16px 24px}.sf-steps-list{margin:0;padding:0;list-style:none}.sf-step+.sf-step{margin-top:24px}.sf-step-media{background:var(--sf-secondary);aspect-ratio:16/9;border-radius:8px;position:relative;overflow:hidden}.sf-step-image{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.sf-step-number{color:#fff;background:#ff6b2b;border-radius:50%;place-items:center;width:32px;height:32px;font-size:16px;font-weight:600;line-height:1;display:grid;position:absolute;top:12px;left:12px}.sf-step-name{color:var(--sf-foreground);margin:12px 0 0;font-size:16px;font-weight:600;line-height:24px}.sf-step-note{color:var(--sf-muted-foreground);margin:2px 0 0;font-size:16px;line-height:24px}.sf-steps-trust{text-align:center;color:var(--sf-muted-foreground);margin:24px 0 12px;font-size:14px;line-height:20px}.sf-ugc,.sf-rev{font-family:var(--sf-font-poppins), system-ui, sans-serif}.sf-ugc{background:#fff;flex-direction:column;height:100svh;padding:1.6rem 0 1.4rem;display:flex;position:relative;overflow:hidden}.sf-ugc-head{flex:none;padding:0 1.4rem}.sf-ugc-proof{color:#54627e;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;align-items:center;gap:7px;margin:-4px -6px;padding:4px 6px;font-family:inherit;font-size:.78rem;display:inline-flex}.sf-ugc-proof strong{color:#0e1b33;font-weight:700}.sf-ugc-stars{color:#ff6b2b;letter-spacing:1.5px;font-size:.85rem;line-height:1}.sf-ugc-door{border-bottom:1px dashed #b9c3d6;padding-bottom:1px}.sf-ugc-chev{opacity:.7;font-size:.85em}.sf-ugc-headline{white-space:pre-line;letter-spacing:-.02em;color:#0e1b33;margin:.55rem 0 0;font-size:1.75rem;font-weight:700;line-height:1.14}.sf-ugc-sub{white-space:pre-line;color:#54627e;margin:.55rem 0 0;font-size:.9rem;line-height:1.5}.sf-ugc-rail{scroll-snap-type:x mandatory;touch-action:pan-x pan-y;overscroll-behavior-x:contain;scrollbar-width:none;-ms-overflow-style:none;flex:auto;gap:.75rem;min-height:0;margin-top:1.1rem;padding:0 1.4rem;display:flex;overflow:auto hidden}.sf-ugc-rail::-webkit-scrollbar{display:none}.sf-ugc-slide{scroll-snap-align:center;flex:none;height:100%;display:flex}.sf-ugc-card{aspect-ratio:9/16;background:#dfe6ee;border-radius:20px;height:100%;position:relative;overflow:hidden}.sf-ugc-poster,.sf-ugc-video{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.sf-ugc-shade{pointer-events:none;background:linear-gradient(#0000 46%,#0e1b338c 72%,#0e1b33e0 100%);position:absolute;inset:0}.sf-ugc-hit{z-index:1;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;position:absolute;inset:0}.sf-ugc-sound{z-index:2;color:#fff;pointer-events:none;background:#0e1b336b;border-radius:999px;place-items:center;width:32px;height:32px;display:grid;position:absolute;bottom:13px;right:12px}.sf-ugc-sound svg{width:16px;height:16px}.sf-ugc-expand{z-index:2;color:#fff;cursor:pointer;-webkit-tap-highlight-color:transparent;background:#0e1b336b;border:none;border-radius:999px;place-items:center;width:36px;height:36px;display:grid;position:absolute;bottom:56px;right:12px}.sf-ugc-expand svg{width:16px;height:16px}.sf-ugc-top{z-index:3;justify-content:space-between;align-items:center;gap:6px;display:flex;position:absolute;top:10px;left:10px;right:10px}.sf-ugc-dur,.sf-ugc-meta{z-index:1;color:#fff;pointer-events:none;position:absolute;bottom:13px;left:12px;right:14px}.sf-ugc-who{align-items:center;gap:7px;min-width:0;font-size:.74rem;font-weight:600;display:flex}.sf-ugc-handle{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.sf-ugc-avatar{background:#ffffff3d;border-radius:999px;flex:none;width:26px;height:26px;position:relative;overflow:hidden;box-shadow:0 0 0 2px #ff6b2b}.sf-ugc-avatar img{object-fit:cover;width:100%;height:100%}.sf-ugc-cap{white-space:pre-line;letter-spacing:-.01em;margin-top:7px;font-size:17px;font-weight:700;line-height:1.24}.sf-ugc-views{opacity:.92;align-items:center;gap:5px;margin-top:6px;font-size:.72rem;font-weight:500;display:inline-flex}.sf-ugc-player{z-index:60;opacity:0;visibility:hidden;pointer-events:none;background:#000;transition:opacity .24s,visibility 0s linear .24s;position:fixed;inset:0}.sf-ugc-player[data-open]{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .24s}.sf-ugc-stage{position:absolute;inset:0}.sf-ugc-stage-media{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.sf-ugc-stage-shade{pointer-events:none;background:linear-gradient(#00000059 0%,#0000 25% 55%,#000000b3 100%);position:absolute;inset:0}.sf-ugc-stage-meta{left:1.2rem;right:5rem;bottom:calc(1.6rem + env(safe-area-inset-bottom));color:#fff;position:absolute}.sf-ugc-stage-cap{white-space:pre-line;letter-spacing:-.015em;margin-top:8px;font-size:1.25rem;font-weight:700;line-height:1.2}.sf-ugc-stage-controls{right:1rem;bottom:calc(1.6rem + env(safe-area-inset-bottom));flex-direction:column;gap:10px;display:flex;position:absolute}.sf-ugc-stage-btn{color:#fff;cursor:pointer;-webkit-tap-highlight-color:transparent;background:#ffffff29;border:none;border-radius:999px;place-items:center;width:44px;height:44px;display:grid}.sf-ugc-stage-btn svg{width:20px;height:20px}.sf-rev{background:#fff;flex-direction:column;padding:1.4rem 15px 6px;display:flex;position:relative}.sf-rev-card{background:#fff;border:1px solid #e4e9f2;border-radius:12px;flex:none;padding:12px}.sf-rev-row{justify-content:space-between;align-items:center;gap:10px;display:flex}.sf-rev-sum{color:#0e1b33;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;align-items:center;gap:8px;min-width:0;padding:0;font-family:inherit;font-size:14px;display:inline-flex}.sf-rev-sum b{font-weight:700}.sf-rev-count{color:#54627e;white-space:nowrap;align-items:center;gap:4px;font-size:13px;display:inline-flex}.sf-rev-filter,.sf-rev-write{color:#0e1b33;cursor:pointer;-webkit-tap-highlight-color:transparent;background:#fff;border:1px solid #e4e9f2;border-radius:9px;justify-content:center;align-items:center;gap:7px;font-family:inherit;font-weight:600;display:inline-flex}.sf-rev-filter{flex:none;height:34px;padding:0 12px;font-size:13px;position:relative}.sf-rev-filter-select{opacity:0;font:inherit;cursor:pointer;appearance:none;border:none;margin:0;position:absolute;inset:-1px}.sf-rev-write{width:100%;height:40px;margin-top:10px;font-size:14px}.sf-rev-filter:active,.sf-rev-write:active{background:#f2f5fa}.sf-rev-score{letter-spacing:1.5px;white-space:nowrap;font-size:16px;line-height:1.1;display:inline-block;position:relative}.sf-rev-score-track{color:#0e1b3324}.sf-rev-score-fill{color:#ff6b2b;position:absolute;inset:0;overflow:hidden}.sf-rev-hist{border-top:1px solid #e4e9f2;border-bottom:1px solid #e4e9f2;flex-direction:column;flex:none;gap:7px;margin-top:12px;padding:12px 0;display:flex}.sf-rev-hist-row{color:#0e1b33;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;align-items:center;gap:10px;padding:0;font-family:inherit;font-size:12px;display:flex}.sf-rev-hist-label{text-align:left;flex:0 0 44px;font-weight:700}.sf-rev-hist-bar{background:#0e1b3314;border-radius:8px;flex:auto;height:8px;overflow:hidden}.sf-rev-hist-bar i{background:#ff6b2b;border-radius:8px;height:100%;transition:width .6s cubic-bezier(.4,0,.2,1);display:block}.sf-rev-hist-count{text-align:right;font-variant-numeric:tabular-nums;flex:0 0 56px;font-weight:400}.sf-rev-photos-head{flex:none;justify-content:space-between;align-items:baseline;margin-top:13px;display:flex}.sf-rev-photos-label{color:#0e1b33;font-size:18px;font-weight:700}.sf-rev-photos-all{color:#0e1b33;text-underline-offset:3px;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;padding:0;font-family:inherit;font-size:15px;font-weight:700;text-decoration:underline}.sf-rev-photos{touch-action:pan-x pan-y;overscroll-behavior-x:contain;scrollbar-width:none;-ms-overflow-style:none;flex:none;gap:9px;margin:10px -15px 0;padding:0 15px;display:flex;overflow-x:auto}.sf-rev-photos::-webkit-scrollbar{display:none}.sf-rev-photo{cursor:pointer;-webkit-tap-highlight-color:transparent;background:#dfe6ee;border:none;border-radius:12px;flex:none;width:104px;height:104px;padding:0;position:relative;overflow:hidden}.sf-rev-photo img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.sf-rev-list{flex:none;margin:20px 0 0;padding:0;list-style:none}.sf-rev-it{border-top:1px solid #e4e9f2;padding:25px 0}.sf-rev-it-head{align-items:flex-start;display:flex}.sf-rev-it-ava{color:#54627e;background:#e9eff8;border-radius:4px;flex:none;place-items:center;width:51px;height:51px;margin-right:24px;font-size:18px;font-weight:700;display:grid}.sf-rev-it-ident{flex:auto;min-width:0}.sf-rev-it-line{justify-content:space-between;align-items:baseline;gap:8px;margin:0;font-size:13px;line-height:21px;display:flex}.sf-rev-it-name{color:#0e1b33;align-items:baseline;gap:5px;min-width:0;font-weight:700;display:inline-flex}.sf-rev-it-ver{color:#fff;background:#ff6b2b;border-radius:999px;flex:none;place-items:center;width:12px;height:12px;font-size:8px;line-height:1;display:inline-grid;transform:translateY(-1px)}.sf-rev-it-date{color:#0e1b33;flex:none;font-weight:400}.sf-rev-it-entity{color:#54627e;text-underline-offset:3px;margin:0;font-size:13px;line-height:21px;text-decoration:underline}.sf-rev-it-body{margin-top:14px}.sf-rev-it-stars{letter-spacing:1px;color:#ff6b2b;font-size:13px;line-height:1;display:block}.sf-rev-it-stars-off{color:#0e1b3324}.sf-rev-it-title{color:#0e1b33;margin:8px 0 0;font-size:14px;font-weight:700;line-height:22.4px}.sf-rev-it-text{color:#54627e;margin:0;font-size:14px;line-height:22.4px}.sf-rev-it-photos{gap:8px;margin-top:12px;display:flex}.sf-rev-it-photo{cursor:pointer;-webkit-tap-highlight-color:transparent;background:#dfe6ee;border:none;border-radius:12px;flex:none;width:80px;height:80px;padding:0;position:relative;overflow:hidden}.sf-rev-it-photo img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.sf-rev-it-reply{gap:10px;margin:25px 0 0 16px;display:flex}.sf-rev-it-reply-mark{color:#fff;background:#0e1b33;border-radius:999px;flex:none;place-items:center;width:45px;height:45px;font-size:15px;font-weight:700;display:grid}.sf-rev-it-reply-text{flex:auto;min-width:0}.sf-rev-it-reply-name{color:#ff6b2b;margin:0;font-size:15px;font-weight:700;line-height:24px}.sf-rev-it-reply-body{color:#54627e;margin:0;font-size:14px;line-height:22.4px}.sf-rev-it-votes{color:#54627e;justify-content:flex-end;align-items:center;gap:6px;margin-top:14px;font-size:12px;line-height:19.2px;display:flex}.sf-rev-it-votes-q{margin-right:2px}.sf-rev-it-vote{color:#0e1b33;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;place-items:center;width:23px;height:24px;padding:0;display:inline-grid}.sf-rev-it-vote svg{width:15px;height:15px}.sf-rev-it-vote-down svg{transform:rotate(180deg)}.sf-rev-it-vote[data-on]{color:#ff6b2b}.sf-rev-it-vote-n{font-variant-numeric:tabular-nums}.sf-rev-pager{flex:none;justify-content:center;padding:20px 0;display:flex}.sf-rev-pager-items{align-items:center;gap:7px;margin:0;padding:0;list-style:none;display:flex}.sf-rev-page{color:#54627e;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:4px;place-items:center;min-width:23px;height:23px;padding:0 6px;font-family:inherit;font-size:14px;line-height:19px;display:grid}.sf-rev-page[data-current]{color:#0e1b33;background:#e9eff8;font-weight:700}.sf-rev-page-next{color:#0e1b33;font-weight:700}.sf-rev-disclaimer{color:#54627e;flex:none;margin:0;padding-bottom:24px;font-size:13px;line-height:20.8px}.sf-apps{gap:12px;margin:0 16px;display:flex}.sf-app{aspect-ratio:1;background:#ff6b2b;border-radius:19%;flex-direction:column;flex:1 1 0;display:flex;overflow:hidden;box-shadow:0 6px 18px -8px #0e1b3359}.sf-app-glyph{color:#fff;flex:1;place-items:center;display:grid}.sf-app-glyph svg{width:45%;height:auto}.sf-app-label{color:#ff6b2b;background:#fff;place-items:center;height:25%;font-size:9.5px;font-weight:600;line-height:1;display:grid}.sf-tile-box-plain{background:0 0;min-height:0;padding-block:0}.sf-tile-box-plain:after{display:none}.sf-ba{--sf-ba-pos:50%;aspect-ratio:1;border-radius:var(--sf-radius-card);background:var(--sf-secondary);touch-action:pan-y;margin:0;position:relative;overflow:hidden}.sf-ba-layer{position:absolute;inset:0}.sf-ba-before{z-index:2;clip-path:inset(0 calc(100% - var(--sf-ba-pos)) 0 0);filter:grayscale()brightness(.82)contrast(.95)}.sf-ba-photo{object-fit:cover;width:100%;height:100%}.sf-ba-label{z-index:3;color:#fff;pointer-events:none;background:#16161659;border-radius:8px;padding:6px 12px;font-size:14px;font-weight:600;line-height:19.6px;position:absolute;bottom:12px}.sf-ba-label-before{left:12px}.sf-ba-label-after{right:12px}.sf-ba-divider{top:0;bottom:0;left:var(--sf-ba-pos);z-index:4;background:#fff;width:2px;margin-left:-1px;position:absolute}.sf-ba-handle{color:#161616;width:40px;height:40px;box-shadow:var(--sf-shadow-elevated);cursor:grab;touch-action:none;background:#fff;border-radius:50%;grid-auto-flow:column;place-items:center;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.sf-ba-handle:active{cursor:grabbing}.sf-ba-handle:focus-visible{outline:2px solid var(--sf-ring);outline-offset:2px}.sf-ba-handle svg{width:14px;height:14px}.sf-ba[data-arrived] .sf-ba-handle{animation:sf-ba-pulse 1.1s var(--sf-ease-standard) 2}@keyframes sf-ba-pulse{0%,to{transform:translate(-50%,-50%)scale(1)}50%{transform:translate(-50%,-50%)scale(1.12)}}@media (prefers-reduced-motion:reduce){.sf-ba[data-arrived] .sf-ba-handle{animation:none}}.sf-brief-part{margin:2px 0 0;padding-left:10px}.sf-brief-note{border-top:1px solid var(--sf-border);margin-top:8px;padding-top:8px}.sf-uc{margin-top:24px;padding:0 16px 24px}.sf-uc-heading{color:var(--sf-foreground);margin:0 0 10px;font-size:26px;font-weight:700;line-height:1.3}.sf-uc-heading em{font-style:italic;font-weight:400}.sf-uc-radio{clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.sf-uc-tabs{border:1px solid #dedede;border-radius:12px;gap:4px;padding:5px;display:flex}.sf-uc-tab{text-align:center;white-space:nowrap;color:var(--sf-foreground);cursor:pointer;border-radius:8px;flex:1 1 0;padding:6px 8px;font-size:14px;line-height:1.4}.sf-uc-panels{padding-top:20px}.sf-uc-panel{display:none}#sf-uc-1:checked~.sf-uc-panels .sf-uc-panel:first-child,#sf-uc-2:checked~.sf-uc-panels .sf-uc-panel:nth-child(2),#sf-uc-3:checked~.sf-uc-panels .sf-uc-panel:nth-child(3),#sf-uc-4:checked~.sf-uc-panels .sf-uc-panel:nth-child(4){display:block}#sf-uc-1:checked~.sf-uc-tabs .sf-uc-tab:first-child,#sf-uc-2:checked~.sf-uc-tabs .sf-uc-tab:nth-child(2),#sf-uc-3:checked~.sf-uc-tabs .sf-uc-tab:nth-child(3),#sf-uc-4:checked~.sf-uc-tabs .sf-uc-tab:nth-child(4){color:#fff;background:#ff6b2b}.sf-uc-radio:focus-visible+.sf-uc-tabs,.sf-uc-radio:focus-visible~.sf-uc-tabs{outline:2px solid var(--sf-ring);outline-offset:2px}.sf-uc-media{aspect-ratio:16/9;object-fit:cover;border-radius:25px;width:100%;display:block}.sf-uc-context{color:var(--sf-muted-foreground);white-space:nowrap;text-overflow:ellipsis;margin:12px 0 0;font-size:16px;line-height:24px;overflow:hidden}.sf-feat-rail{scroll-snap-type:x mandatory;scrollbar-width:none;touch-action:pan-x pan-y;overscroll-behavior-x:contain;gap:16px;display:flex;overflow-x:auto}.sf-feat-rail::-webkit-scrollbar{display:none}.sf-feat-card{scroll-snap-align:start;aspect-ratio:4/5;background:var(--sf-secondary);border-radius:8px;flex:0 0 calc(100% - 78.75px);position:relative;overflow:hidden}.sf-feat-image{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.sf-feat-bar{background:#16161659;justify-content:space-between;align-items:center;gap:16px;height:72px;padding:16px;display:flex;position:absolute;inset:auto 0 0}.sf-feat-title{color:#fff;margin:0;font-size:16px;font-weight:600;line-height:19.2px}.sf-feat-mark{color:#161616;background:#fff;border-radius:50%;flex:none;place-items:center;width:40px;height:40px;display:grid}.sf-section-steps{color:var(--sf-muted-foreground);margin:16px 0 0;padding-left:20px;font-size:16px;font-weight:400;line-height:24px;list-style:decimal}.sf-section-steps li+li{margin-top:4px}.sf-section-lead{color:#000;margin:16px 0 0;font-size:16px;font-weight:400;line-height:24px}.sf-tile{border-radius:var(--sf-radius-card);background:var(--sf-secondary);aspect-ratio:1;display:block;position:relative;overflow:hidden}.sf-tile-image{object-fit:cover;object-position:center top;width:100%;height:100%;position:absolute;inset:0}.sf-hero-scrim{z-index:-10;background:linear-gradient(#0000,#06060640,#060606b3);background:linear-gradient(#0000,lab(1.5609% 0 0/.25),lab(1.5609% 0 0/.7));position:absolute;inset:0}.sf-hero-grid{text-align:left;flex:1;align-items:end;width:100%;display:grid}@media (min-width:1024px){.sf-hero-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.sf-hero-pad{padding:1rem 1rem var(--sf-section-space-md)}@media (min-width:640px){.sf-hero-pad{padding-inline:1.5rem}}@media (min-width:1024px){.sf-hero-pad{padding-bottom:var(--sf-section-space-lg);padding-left:2rem;padding-right:3rem}}@media (min-width:1280px){.sf-hero-pad{padding-left:4rem}}.sf-hero-inner{width:100%;max-width:36rem;margin-inline:auto}@media (min-width:1024px){.sf-hero-inner{margin-inline:0}}.sf-hero-title{text-wrap:balance;color:var(--sf-background);margin:0}.sf-hero-lead{text-wrap:pretty;max-width:65ch;color:var(--sf-background);margin:1.5rem 0 0}.sf-hero-actions{flex-wrap:wrap;gap:.75rem;margin-top:2.25rem;display:flex}.sf-breadcrumbs-slot{display:none}@media (min-width:640px){.sf-breadcrumbs-slot{margin-bottom:1.5rem;display:block}}.sf-breadcrumbs{font-size:.875rem;line-height:1.25rem}.sf-breadcrumbs ol{color:var(--sf-muted-foreground);align-items:center;gap:.375rem;margin:0;padding:0;list-style:none;display:flex}.sf-breadcrumbs li{align-items:center;gap:.375rem;display:flex}.sf-breadcrumbs a{color:var(--sf-muted-foreground);text-decoration:none;transition:color .15s}.sf-breadcrumbs a:hover{color:var(--sf-foreground)}.sf-breadcrumb-current{color:var(--sf-foreground);font-weight:500}.sf-sticky-bar{z-index:50;border-top:1px solid var(--sf-border);background:var(--sf-background);transition:transform .3s var(--sf-ease-standard);position:fixed;bottom:0;left:0;right:0}.sf-sticky-bar[data-state=hidden]{transform:translateY(100%)}.sf-sticky-bar[data-state=shown]{transform:translateY(0)}@media (min-width:768px){.sf-sticky-bar{display:none}}.sf-sticky-bar-inner{justify-content:space-between;align-items:center;gap:1rem;padding-block:.75rem;display:flex}.sf-sticky-bar-text{flex:1;min-width:0}.sf-sticky-bar-name{text-overflow:ellipsis;white-space:nowrap;margin:0;font-weight:500;overflow:hidden}.sf-sticky-bar-price{color:var(--sf-muted-foreground);margin:0;font-size:.875rem;line-height:1.25rem}.sf-sticky-bar-button{flex-shrink:0;min-width:130px}.sf-acc{width:100%}.sf-acc-item{border-bottom:1px solid var(--sf-border)}.sf-acc-trigger{width:100%;color:inherit;text-align:left;font:inherit;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:1rem 0;font-size:.875rem;font-weight:500;line-height:1.25rem;transition:all .15s;display:flex}.sf-acc-chevron{color:var(--sf-muted-foreground);transition:transform .3s var(--sf-ease-standard);flex-shrink:0;display:inline-flex}.sf-acc-chevron[data-state=open]{transform:rotate(180deg)}.sf-acc-content{transition:grid-template-rows .3s var(--sf-ease-standard);grid-template-rows:0fr;display:grid}.sf-acc-content[data-state=open]{grid-template-rows:1fr}.sf-acc-clip{overflow:hidden}.sf-acc-body{padding-bottom:1rem;font-size:.875rem;line-height:1.25rem}.sf-acc-body p{color:var(--sf-muted-foreground);margin:0;line-height:1.71429}.sf-acc-body p+p{margin-top:1.14286em}.sf-acc-rows{gap:.75rem;display:grid}.sf-acc-row{justify-content:space-between;align-items:flex-start;gap:1rem;font-size:.875rem;line-height:1.25rem;display:flex}.sf-acc-row-name{color:var(--sf-muted-foreground);align-items:center;gap:.5rem;display:flex}.sf-acc-row-name svg{flex-shrink:0}.sf-acc-row-value{text-align:right;font-weight:500}.sf-acc-policy p{color:var(--sf-muted-foreground);margin:0;line-height:1.625}.sf-acc-policy p+p{margin-top:.5rem}.sf-button{white-space:nowrap;border-radius:var(--sf-radius-button);background:var(--sf-primary);color:var(--sf-primary-foreground);font:inherit;cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;height:2.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;line-height:1.25rem;transition:all .2s;display:inline-flex;box-shadow:0 1px 2px #0000000d}.sf-button:hover{background:color-mix(in oklab, var(--sf-primary) 90%, transparent)}.sf-button:disabled{pointer-events:none;cursor:not-allowed;color:var(--sf-muted-foreground);box-shadow:none;background:#eee;background:lab(94.2% 0 0)}.sf-button-lg{height:3.5rem;padding:0 2rem;font-size:1rem;line-height:1.5rem}.sf-button-h12{height:3rem;padding:0 2rem;font-size:1rem;line-height:1.5rem}.sf-button-full{width:100%}.sf-button-outline{background:var(--sf-background);color:var(--sf-foreground);border:1px solid var(--sf-border)}.sf-button-outline:hover{background:var(--sf-secondary)}.sf-button-inverse{background:var(--sf-background);color:var(--sf-foreground);text-decoration:none}.sf-button-inverse:hover{background:color-mix(in oklab, var(--sf-background) 90%, transparent)}.sf-group .sf-arrow{transition:transform .2s;display:inline-flex}.sf-group:hover .sf-arrow{transform:translate(.25rem)}.sf-atc>*+*{margin-top:1rem}.sf-atc-price{align-items:baseline;gap:.75rem;display:flex}.sf-atc-amount{font-variant-numeric:tabular-nums;letter-spacing:-.025em;font-size:1.5rem;font-weight:600;line-height:2rem}.sf-atc-button{width:100%}.sf-atc-button svg{margin-right:.5rem}.sf-atc-trust{color:var(--sf-muted-foreground);justify-content:center;align-items:center;gap:1.5rem;padding-top:.5rem;font-size:.75rem;line-height:1rem;display:flex}.sf-atc-trust-item{align-items:center;gap:.375rem;display:flex}.sf-atc-trust-item svg{width:1rem;height:1rem}.sf-qty{border:1px solid var(--sf-border);border-radius:var(--sf-radius);background:var(--sf-background);align-items:center;display:inline-flex}.sf-qty button{cursor:pointer;color:var(--sf-foreground);background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;transition:background-color .2s;display:inline-flex}.sf-qty button:hover{background:var(--sf-secondary)}.sf-qty button:disabled{cursor:not-allowed;opacity:.4;background:0 0}.sf-qty span{text-align:center;width:2rem;font-size:.875rem;font-weight:500}.sf-overlay{z-index:50;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;visibility:hidden;background:#06060633;background:lab(1.5609% 0 0/.2);transition:opacity .3s ease-in-out,visibility .3s;position:fixed;inset:0}.sf-overlay.open{opacity:1;visibility:visible}.sf-sheet{background:var(--sf-background);border-left:1px solid var(--sf-border);flex-direction:column;width:100%;max-width:28rem;transition:transform .3s ease-in-out;display:flex;position:absolute;top:0;bottom:0;right:0;transform:translate(100%);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.sf-overlay.open .sf-sheet{transform:translate(0)}.sf-sheet-head{border-bottom:1px solid var(--sf-border);justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.sf-sheet-head-title{align-items:center;gap:.75rem;display:flex}.sf-sheet-head-title h2{margin:0;font-size:1.125rem;font-weight:600;line-height:1.75rem}.sf-sheet-head-count{color:var(--sf-muted-foreground);font-size:.875rem}.sf-sheet-close{opacity:.7;cursor:pointer;color:var(--sf-foreground);background:0 0;border:none;border-radius:.375rem;padding:.5rem;transition:opacity .2s;display:inline-flex}@media (hover:hover){.sf-sheet-close:hover{background:var(--sf-secondary);opacity:1}}.sf-ship-band{border-bottom:1px solid var(--sf-border);background:#f3f3f380;background:lab(95.94% 0 0/.5);padding:1rem 1.5rem}.sf-ship-row{align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.875rem;line-height:1.25rem;display:flex}.sf-ship-icon{display:inline-flex}.sf-ship-icon.success{color:var(--sf-success)}.sf-ship-qualified{color:var(--sf-success);font-weight:500}.sf-ship-track{background:var(--sf-border);border-radius:9999px;height:.375rem;overflow:hidden}.sf-ship-fill{background:var(--sf-success);border-radius:9999px;height:100%;transition:width .5s ease-out}.sf-sheet-body{flex:1;overflow-y:auto}.sf-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:0 1.5rem;display:flex}.sf-empty-circle{background:var(--sf-secondary);width:4rem;height:4rem;color:var(--sf-muted-foreground);border-radius:9999px;justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.sf-empty h3{margin:0 0 .5rem;font-size:1.125rem;font-weight:500}.sf-empty p{color:var(--sf-muted-foreground);margin:0 0 1.5rem;font-size:.875rem}.sf-lines{margin:0;padding:0;list-style:none}.sf-line{gap:1rem;padding:1rem 1.5rem;display:flex}.sf-line+.sf-line{border-top:1px solid var(--sf-border)}.sf-line-thumb{border-radius:var(--sf-radius);background:var(--sf-secondary);flex-shrink:0;width:5rem;height:6rem;position:relative;overflow:hidden}.sf-line-main{flex:1;min-width:0}.sf-line-top{justify-content:space-between;align-items:flex-start;gap:.5rem;display:flex}.sf-line-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.875rem;font-weight:500;line-height:1.25rem;display:-webkit-box;overflow:hidden}.sf-line-attrs{color:var(--sf-muted-foreground);flex-wrap:wrap;align-items:center;gap:.375rem;margin-top:.25rem;font-size:.75rem;line-height:1rem;display:flex}.sf-line-remove{width:2rem;height:2rem;color:var(--sf-muted-foreground);cursor:pointer;background:0 0;border:none;border-radius:.375rem;flex-shrink:0;justify-content:center;align-items:center;margin:-.25rem -.5rem 0 0;transition:color .2s;display:inline-flex}.sf-line-remove:hover{color:var(--sf-destructive)}.sf-line-bottom{justify-content:space-between;align-items:center;margin-top:.75rem;display:flex}.sf-line-price{text-align:right;font-size:.875rem;font-weight:500}.sf-sheet-foot{border-top:1px solid var(--sf-border);background:var(--sf-background)}.sf-summary{padding:1rem 1.5rem}.sf-summary-row{justify-content:space-between;align-items:center;font-size:.875rem;line-height:1.25rem;display:flex}.sf-summary-row+.sf-summary-row{margin-top:.5rem}.sf-summary-label{color:var(--sf-muted-foreground)}.sf-summary-total{border-top:1px solid var(--sf-border);justify-content:space-between;align-items:center;margin-top:.5rem;padding-top:.5rem;font-size:1rem;font-weight:600;line-height:1.5rem;display:flex}.sf-actions{padding:0 1.5rem 1.5rem}.sf-actions>*+*{margin-top:.75rem}.sf-actions form{margin:0}.sf-trust{border-top:1px solid var(--sf-border);color:var(--sf-muted-foreground);justify-content:center;align-items:center;gap:1.5rem;padding:1rem 1.5rem;font-size:.75rem;line-height:1rem;display:flex}.sf-trust span{align-items:center;gap:.375rem;display:inline-flex}.storefront-footer{background:var(--sf-foreground);color:var(--sf-background)}.storefront-footer-inner{padding-top:3rem;padding-bottom:6rem}@media (min-width:640px){.storefront-footer-inner{padding-bottom:3rem}}@media (min-width:1024px){.storefront-footer-inner{padding-top:4rem;padding-bottom:4rem}}.sf-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem;display:grid}@media (min-width:768px){.sf-footer-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width:1024px){.sf-footer-grid{gap:3rem}}.sf-footer-brand{grid-column:span 2}@media (min-width:768px){.sf-footer-brand{grid-column:span 1}}.sf-footer-bottom{border-top:1px solid var(--sf-border-inverse);flex-direction:column;justify-content:space-between;align-items:center;gap:1rem;margin-top:3rem;padding-top:2rem;display:flex}@media (min-width:640px){.sf-footer-bottom{flex-direction:row}}.sf-footer-smallprint{text-align:center;flex-direction:column;align-items:center;gap:.5rem;display:flex}@media (min-width:640px){.sf-footer-smallprint{text-align:left;align-items:flex-start}}.sf-footer-smallprint p{color:var(--sf-inverse-muted);margin:0;font-size:.75rem;line-height:1rem}.st-domain{flex-wrap:wrap;align-items:center;gap:8px;margin-top:10px;display:flex}.st-input{color:#0f1729;background:#fff;border:1px solid #eceef2;border-radius:7px;min-width:15rem;height:32px;padding:0 9px;font-family:inherit;font-size:13px}.st-input:focus{outline:2px solid var(--accent);outline-offset:1px}.storefront img,.storefront video,.storefront svg{max-width:100%}.sf-gallery{flex-direction:column;gap:1rem;min-width:0;display:flex}.sf-gallery-viewport{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:.5rem;width:100%;display:flex;overflow-x:auto}.sf-gallery-viewport::-webkit-scrollbar{display:none}.sf-gallery-slide{scroll-snap-align:start;flex:0 0 100%;min-width:0}.sf-gallery-frame{aspect-ratio:1;border-radius:var(--sf-radius);width:100%;display:block;position:relative}.sf-gallery-clip{isolation:isolate;border-radius:inherit;background:var(--sf-secondary);position:absolute;inset:0;overflow:hidden}.sf-gallery-clip img{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}@media (min-width:1024px){.sf-gallery-slide{flex:none}.sf-gallery-frame{width:auto;height:calc(100svh - var(--sf-chrome-offset) - var(--sf-pdp-immersive-reserved))}}.sf-gallery-empty{aspect-ratio:1;border-radius:var(--sf-radius);background:var(--sf-secondary);width:100%;color:var(--sf-muted-foreground);text-align:center;justify-content:center;align-items:center;padding:1rem;font-size:.875rem;display:flex}.sf-gallery-controls{align-items:center;gap:1rem;display:flex}.sf-gallery-arrows{align-items:center;gap:.5rem;display:flex}.sf-gallery-arrow{border:1px solid var(--sf-border);background:var(--sf-background);width:2.5rem;height:2.5rem;color:var(--sf-foreground);cursor:pointer;border-radius:9999px;justify-content:center;align-items:center;padding:0;transition:all .2s;display:inline-flex}.sf-gallery-arrow:hover:not(:disabled){background:#eee;background:lab(94.2% 0 0)}.sf-gallery-arrow:disabled{pointer-events:none;cursor:not-allowed;opacity:.5}.sf-gallery-arrow:focus-visible{box-shadow:0 0 0 2px var(--sf-background), 0 0 0 4px var(--sf-foreground);outline:none}.sf-gallery-dots{align-items:center;gap:.375rem;display:flex}.sf-gallery-dot{background:var(--sf-border);cursor:pointer;border:none;border-radius:9999px;width:.5rem;height:.5rem;padding:0;transition:all .2s}.sf-gallery-dot:hover{background:var(--sf-muted-foreground)}.sf-gallery-dot.is-active{background:var(--sf-foreground);width:1.25rem}.sf-gallery-counter{font-variant-numeric:tabular-nums;color:var(--sf-muted-foreground);font-size:.875rem;line-height:1.25rem}.sfm-trigger{width:2.5rem;height:2.5rem;color:inherit;cursor:pointer;background:0 0;border:none;border-radius:.375rem;justify-content:center;align-items:center;padding:0;transition:background-color .15s;display:flex}@media (hover:hover){.sfm-trigger:hover{background:#eee;background:lab(94.2% 0 0)}}@media (min-width:768px){.sfm-trigger{display:none}}.sfm-actions{align-items:center;gap:.25rem;display:flex}.storefront-header-inner>.storefront-brand{flex-shrink:0}.sfm-overlay{z-index:50;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:1;background:#06060633;background:lab(1.5609% 0 0/.2);transition:opacity .3s ease-in-out;position:fixed;inset:0}.sfm-panel{inset-block:0;z-index:50;background:#fcfcfc;background:lab(98.84% .0000298023 -.0000119209);border-right:1px solid #e3e3e3;border-right:1px solid lab(90.14% .0000298023 -.0000119209);flex-direction:column;width:100%;height:100%;transition:transform .3s ease-in-out;display:flex;position:fixed;left:0;transform:translate(0);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}@media (min-width:640px){.sfm-panel{max-width:24rem}}@starting-style{.sfm-panel{transform:translate(-100%)}.sfm-overlay{opacity:0}}.sfm-panel.is-closing{transform:translate(-100%)}.sfm-overlay.is-closing{opacity:0}@media (prefers-reduced-motion:reduce){.sfm-panel,.sfm-overlay{transition:none}}.sfm-header{border-bottom:1px solid #e3e3e3;border-bottom:1px solid lab(90.14% .0000298023 -.0000119209);justify-content:space-between;align-items:center;gap:1rem;padding:1rem;display:flex}.sfm-brand{align-items:center;font-weight:700;display:flex}.sfm-close{opacity:.7;box-shadow:none;color:inherit;cursor:pointer;background:0 0;border:none;border-radius:.375rem;padding:.5rem;transition:opacity .15s,background-color .15s}@media (hover:hover){.sfm-close:hover{opacity:1;background:#eee;background:lab(94.2% 0 0)}}.sfm-nav{flex:1;overflow-y:auto}.sfm-list{white-space:nowrap;flex-direction:column;margin:0;padding:1rem;list-style:none;display:flex}.sfm-list>li{padding-top:.75rem;padding-bottom:.75rem}.sfm-list>:nth-child(n+2){border-top:1px solid #e3e3e3;border-top:1px solid lab(90.14% .0000298023 -.0000119209)}.sfm-link{color:#060606;color:lab(1.5609% 0 0);text-decoration:none}.ref{--ref-ink:#111;--ref-orange:#ff6b2b;--ref-line:#e5e7eb;--ref-ghost:#f4f4f5;--ref-bar-h:calc(72px + env(safe-area-inset-top));--ref-after-rest:44px;--ref-after-pull:calc(127px + env(safe-area-inset-bottom) - var(--ref-after-rest));color:var(--ref-ink);background:#fff;min-height:100svh}.ref-bar{z-index:1020;padding-top:env(safe-area-inset-top);will-change:transform;background:0 0;transition:transform .28s cubic-bezier(.4,0,.2,1),opacity .18s ease-in 60ms,background-color .25s,visibility;position:sticky;top:0}.ref-bar .ref-bar-end .ref-cta{display:none}.ref-bar[data-cta] .ref-bar-end .ref-cta{animation:.2s both ref-cta-in;display:inline-flex}@keyframes ref-cta-in{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.ref-bar[data-cta] .ref-bar-end .ref-cta{animation:none}}.ref-bar[data-solid]{background:#fff}.ref-bar[data-hide]{opacity:0;visibility:hidden;transition:transform .28s cubic-bezier(.4,0,.2,1),opacity .16s ease-in 80ms,visibility 0s linear .16s;transform:translateY(-100%)}@media (prefers-reduced-motion:reduce){.ref-bar,.ref-bar[data-hide]{transition:none}}.ref-bar-inner{align-items:center;gap:8px;max-width:1344px;height:72px;margin-inline:auto;padding-inline:32px;display:flex}.ref-logo-link{flex:none;display:flex}.ref img,.ref video{max-width:100%}.ref-logo{flex:none;align-items:center;gap:5.3px;width:140px;height:26px;display:flex}.ref-logo-icon{background:var(--ref-orange);border-radius:7px;flex:none;justify-content:center;align-items:center;width:24.7px;height:26px;display:flex}.ref-logo-word{letter-spacing:-.035em;color:var(--ref-ink);white-space:nowrap;font-size:19px;font-weight:700;line-height:26px}.ref-nav{align-items:center;gap:0;display:flex}.ref-nav-item{height:38px;color:var(--ref-ink);white-space:nowrap;align-items:center;padding-inline:14px;font-size:14px;font-weight:400;display:inline-flex}@media (hover:hover){.ref-nav-item:hover{color:var(--ref-orange)}}.ref-bar-end{align-items:center;gap:16px;margin-left:auto;display:flex}.ref-cta{background:var(--ref-orange);color:#fff;white-space:nowrap;border-radius:6px;align-items:center;height:40px;padding-inline:20px;font-size:14px;font-weight:600;display:inline-flex}.ref-ghost{border:1px solid var(--ref-line);border-radius:6px;align-items:center;height:40px;padding-inline:20px;font-size:14px;font-weight:600;display:inline-flex}.ref-media-note{text-align:center;pointer-events:none;flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:18px;display:flex;position:absolute;inset:0}.ref-media-note-kind{letter-spacing:.12em;text-transform:uppercase;color:var(--ref-orange);font-size:11px;font-weight:600}.ref-media-note-text{color:#6b6b73;max-width:34ch;font-size:13px;line-height:19px}.ref-gal-media .ref-media-note-text,.ref-step-media .ref-media-note-text{font-size:12px;line-height:17px}.ref-cmp-logo .ref-media-note{padding:2px}.ref-cmp-logo .ref-media-note-kind{letter-spacing:0;font-size:9px}.ref-cmp-logo .ref-media-note-text{display:none}.ref-hero-media,.ref-gal-media,.ref-cmp-logo{position:relative}.ref-ported-slot{background:var(--ref-ghost);border-radius:12px;position:absolute;inset:0}.sf-ba-slot{background:var(--ref-ghost,#f4f4f5);display:block;position:relative}.sf-ugc-slot{background:var(--ref-ghost,#f4f4f5);display:block;position:absolute;inset:0}.sf-ugc-slot .ref-media-note{inset:0 0 26%}.sf-ugc-slot .ref-media-note-text{font-size:12px;line-height:17px}.sf-rev-photo-slot{background:var(--ref-ghost,#f4f4f5);display:block;position:relative}.sf-rev-photo-slot .ref-media-note{padding:4px}.sf-rev-photo-slot .ref-media-note-kind{letter-spacing:.04em;font-size:9px;line-height:12px}.ref-band[id],.ref-anchor,.sf-buybox[id]{scroll-margin-top:calc(var(--ref-bar-h) + 16px)}.ref-anchor{height:0;display:block}.ref-col{max-width:1180px;margin-inline:auto;padding-inline:32px}.ref-band{padding-block:80px}.ref-frame{padding-block:0 24px}.ref-frame-box{min-height:calc(100svh - var(--ref-bar-h));border:2px dashed #11111147;border-radius:12px;position:relative}.ref-frame-tag{color:#11111180;margin:0;font-size:11px;font-weight:600;line-height:16px;position:absolute;top:12px;left:16px;right:16px}.ref-hero{text-align:center;padding-block:12px 0}.ref-after{background:#fff}@supports (animation-timeline:scroll()){@media not (prefers-reduced-motion:reduce){.ref-after{animation:linear both ref-after-climb;animation-timeline:scroll(root);animation-range:0 var(--ref-after-pull);will-change:transform}}}@keyframes ref-after-climb{0%{transform:translateY(0)}to{transform:translateY(calc(-1 * var(--ref-after-pull)))}}.ref-shot-cta{left:0;right:0;top:calc(100svh - 128px - env(safe-area-inset-bottom));position:absolute}.ref-shot-scrim{pointer-events:none;background:linear-gradient(#0000 0,#00000003 10svh,#0000000d 19svh,#0000001c 26.5svh,#00000030 33svh,#00000045 39svh,#00000057 44.5svh,#00000061 50svh 100%);position:absolute;inset:50svh 0 0}.ref-shot-copy{top:calc(var(--ref-bar-h) + 40px);text-align:left;position:absolute;left:0;right:0}.ref-shot-copy .ref-h1,.ref-shot-copy .ref-lead{font-family:var(--tb-font-rubik), sans-serif}.ref-shot-copy .ref-lead{max-width:14.5em}.ref-shot-copy .ref-lead span{display:block}.tb-rate{justify-content:center;align-items:center;gap:8px;margin-bottom:12px;padding-top:10px;display:flex}.tb-rate-stars{justify-content:center;display:flex}.tb-rate-stars img{width:15px;height:14.4px;margin-right:5px}.tb-rate-stars img:last-child{margin-right:0}.tb-rate-line{font-family:var(--tb-font-rubik), sans-serif;color:#fff;margin:0;font-size:12px;font-weight:400;line-height:12px}.ref-hero-trust{font-family:var(--tb-font-rubik), sans-serif;text-align:center;color:#fff;margin:12px 0 0;font-size:13px;line-height:20px}.ref-hero-cta{background:var(--ref-orange);color:#fff;white-space:nowrap;border-radius:4px;justify-content:center;align-items:center;min-width:200px;height:48px;padding-inline:20px;font-size:16px;font-weight:600;line-height:24px;display:flex}@media (min-width:1024px){.ref-hero-cta{width:200px}}.ref-shot{margin-top:calc(-1 * var(--ref-bar-h));padding-block:0;position:relative}.ref-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--ref-orange);margin:0 0 12px;font-size:12px;font-weight:600;line-height:20px}.ref-h1{letter-spacing:-.02em;margin:0;font-size:56px;font-weight:700;line-height:64px}.ref-h2{text-align:center;margin:0;font-size:40px;font-weight:700;line-height:48px}.ref-h2-lg{margin:0;font-size:48px;font-weight:700;line-height:56px}.ref-h2-xl{margin:0;font-size:56px;font-weight:700;line-height:72px}.ref-lead{text-align:center;color:#000;max-width:720px;margin:16px auto 0;font-size:16px;line-height:24px}.ref-lead-left{text-align:left;margin-inline:0}.ref-actions{justify-content:center;gap:12px;margin-top:28px;display:flex}.ref-hero-media{background:var(--ref-ghost);border-radius:12px;height:640px;margin-bottom:48px}.ref-hero-photo{object-fit:cover;object-position:50% 50%;width:100%;height:calc(100svh + 115px);display:block}.ref-six,.ref-logos,.ref-nine{gap:16px;margin:32px 0 0;padding:0;list-style:none;display:grid}.ref-six{text-align:center;grid-template-columns:repeat(6,minmax(0,1fr));font-size:14px}.ref-thumb{aspect-ratio:1;background:var(--ref-ghost);border-radius:8px;margin-bottom:8px;display:block}.ref-logos{grid-template-columns:repeat(10,minmax(0,1fr))}.ref-logos li,.ref-nine li{border:1px solid var(--ref-line);background:#fff;border-radius:8px;height:72px}.ref-nine{grid-template-columns:repeat(3,minmax(0,1fr))}.ref-nine li{background:var(--ref-ghost);border:0;height:180px}.ref-split{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:48px;display:grid}.ref-split .ref-cta{margin-top:24px}.ref-split-media{background:var(--ref-ghost);border-radius:12px;height:360px}@media (max-width:1023px){.ref-nav{display:none}.ref-h1{font-size:34px;line-height:42px}.ref-h2,.ref-h2-lg,.ref-h2-xl{font-size:28px;line-height:36px}.ref-hero-media{height:260px}.ref-six{grid-template-columns:repeat(2,minmax(0,1fr))}.ref-logos{grid-template-columns:repeat(4,minmax(0,1fr))}.ref-nine{grid-template-columns:minmax(0,1fr)}.ref-split{grid-template-columns:minmax(0,1fr);gap:24px}}.ref-h1-second{display:block}.ref-sel{flex-direction:column;display:flex}.ref-sel-radio{clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.ref-sel-tabs{border:1px solid var(--ref-line);border-radius:12px;gap:4px;margin-bottom:16px;padding:5px;display:flex}.ref-sel-tab{text-align:center;white-space:nowrap;color:var(--ref-ink);cursor:pointer;border-radius:8px;flex:1 1 0;padding:6px 12px;font-size:13px;line-height:1.4}.ref-sel-panel{display:none}.ref-sel-radio:first-of-type:checked~.ref-sel-panels .ref-sel-panel:first-child,.ref-sel-radio:nth-of-type(2):checked~.ref-sel-panels .ref-sel-panel:nth-child(2),.ref-sel-radio:nth-of-type(3):checked~.ref-sel-panels .ref-sel-panel:nth-child(3){display:block}.ref-sel-radio:first-of-type:checked~.ref-sel-tabs .ref-sel-tab:first-child,.ref-sel-radio:nth-of-type(2):checked~.ref-sel-tabs .ref-sel-tab:nth-child(2),.ref-sel-radio:nth-of-type(3):checked~.ref-sel-tabs .ref-sel-tab:nth-child(3){background:var(--ref-orange);color:#fff}.ref-sel-panel .ref-split-media{color:#a1a1aa;justify-content:center;align-items:center;font-size:13px;display:flex}.ref-split{position:relative}.ref-split .sf-brief,.sf-ugc>.sf-brief,.sf-rev>.sf-brief{top:14px;right:14px}.ref .sf-ugc>.sf-brief,.ref .sf-rev>.sf-brief{z-index:1030}.ref-shot>.sf-brief{top:calc(var(--ref-bar-h) + 8px);z-index:1030;right:6px}.ref-briefed .sf-brief{z-index:1030;top:2px;right:6px}.ref-ported{position:absolute;inset:0 48px;overflow:visible}.ref-ported-photo{z-index:2;width:110.72%;height:auto;margin-top:9.41%;position:absolute;top:0;left:50%;transform:translate(-50%)}.ref-split-media{position:relative;overflow:hidden}.ref-split-media[data-backdrop=hex]{background:0 0;border-radius:0;overflow:visible}.ref-band-hex{padding-block:192px}.ref-hex{aspect-ratio:280/290;z-index:0;pointer-events:none;opacity:.75;width:133.18%;height:auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ref-ported-clip{z-index:1;position:absolute;inset:0 -48px;overflow:hidden}.ref-centred{text-align:center}.ref-briefed{position:relative}.ref-gal{margin-top:40px}.ref-gal-rail{scroll-snap-type:x mandatory;scrollbar-width:none;gap:24px;margin:0;padding:0 0 4px;scroll-padding-left:0;list-style:none;display:flex;overflow-x:auto}.ref-gal-rail::-webkit-scrollbar{display:none}.ref-gal-card{scroll-snap-align:start;flex:none;width:306px}.ref-gal-media{aspect-ratio:4/5;background:var(--ref-ghost);border-radius:8px}.ref-gal-title{color:var(--ref-ink);margin:12px 0 0;font-size:14px;line-height:20px}.ref-gal-dots{justify-content:center;gap:10px;margin-top:24px;display:flex}.ref-gal-dot{background:var(--ref-line);cursor:pointer;border:0;border-radius:50%;width:8px;height:8px;padding:0;transition:width .25s,background .25s;display:block}.ref-gal-dot[data-active]{background:var(--ref-orange);border-radius:4px;width:24px}@media (prefers-reduced-motion:reduce){.ref-gal-dot{transition:none}}@media (max-width:1023px){.ref-gal-card{width:72vw}}.ref-split-media-plain{aspect-ratio:auto;background:0 0;height:auto}.ref-steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;margin:40px 0 0;padding:0;list-style:none;display:grid}.ref-step-media{aspect-ratio:4/3;background:var(--ref-ghost);border-radius:8px;position:relative}.ref-step-number{background:var(--ref-orange);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:15px;font-weight:600;display:flex;position:absolute;top:12px;left:12px}.ref-step-note{color:#000;margin:16px 0 0;font-size:16px;line-height:24px}@media (max-width:1023px){.ref-steps{grid-template-columns:minmax(0,1fr);gap:28px}}.ref .sf-ugc-headline{letter-spacing:normal;color:var(--ref-ink);white-space:normal;font-size:40px;font-weight:700;line-height:48px}.ref .sf-ugc-sub{color:#000;white-space:normal;max-width:720px;margin:16px 0 0;font-size:16px;line-height:24px}@media (max-width:1023px){.ref .sf-ugc-headline{font-size:28px;line-height:36px}}.ref-cmp{grid-template-columns:minmax(0,1fr) 168px 168px;align-items:stretch;margin-top:40px;display:grid}.ref-cmp-panel{border:2px solid var(--ref-orange);background:#fff4ee;border-radius:18px;grid-area:1/2/span 7}.ref-cmp-head-ours{z-index:1;grid-area:1/2;place-items:center;padding:20px 14px 16px;display:grid}.ref-cmp-logo{aspect-ratio:1;background:var(--ref-ghost);border-radius:12px;width:64px;max-width:100%;display:block}.ref-cmp-head-theirs{color:#6b6b73;text-align:center;grid-area:1/3;place-items:center;padding:20px 10px 16px;font-size:15px;line-height:20px;display:grid}.ref-cmp-point{border-top:1px solid var(--ref-line);grid-column:1;margin:0;padding:19px 16px 19px 0;font-size:16px;line-height:24px}.ref-cmp-yes,.ref-cmp-no{place-items:center;display:grid}.ref-cmp-yes{z-index:1;grid-column:2}.ref-cmp-no{border-top:1px solid var(--ref-line);grid-column:3}.ref-cmp-yes span,.ref-cmp-no span{border-radius:999px;place-items:center;display:grid}.ref-cmp-yes span{background:var(--ref-orange);color:#fff;width:36px;height:36px}.ref-cmp-yes svg{width:21px;height:21px}.ref-cmp-no span{background:var(--ref-ghost);color:#a5a5ad;width:32px;height:32px}.ref-cmp-no svg{width:18px;height:18px}.ref-cmp-foot-label{border-top:1px solid var(--ref-line);grid-area:7/1;height:16px}.ref-cmp-foot-theirs{border-top:1px solid var(--ref-line);grid-area:7/3;height:16px}@media (max-width:1023px){.ref-cmp{grid-template-columns:minmax(0,1fr) 96px 96px;margin-top:28px}.ref-cmp-panel{border-radius:16px}.ref-cmp-head-ours{padding:16px 10px 14px}.ref-cmp-logo{border-radius:10px;width:52px}.ref-cmp-head-theirs{padding:16px 6px 14px;font-size:13px;line-height:18px}.ref-cmp-point{padding:17px 12px 17px 0;font-size:14px;line-height:20px}.ref-cmp-yes span{width:32px;height:32px}.ref-cmp-yes svg{width:19px;height:19px}.ref-cmp-no span{width:28px;height:28px}.ref-cmp-no svg{width:16px;height:16px}.ref-cmp-foot-label,.ref-cmp-foot-theirs{height:14px}}@media (max-width:520px){.ref-cmp{grid-template-columns:minmax(0,1fr) 76px 76px}.ref-cmp-logo{width:46px}}.ref-cart{display:inline-flex}.ref .sf-overlay{z-index:1050}.ref .sf-sheet{border-left:0}.ref .sf-sheet-head{height:72px;padding:0 16px}.ref .sf-sheet-close{opacity:1;justify-content:center;align-items:center;width:36px;height:36px;padding:0}.ref-burger{cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:0;place-items:center;width:36px;height:36px;padding:0;display:none}.ref-burger-bars{gap:4px;width:17px;display:grid}.ref-burger-bars span{background:var(--ref-ink);transform-origin:50%;border-radius:2px;height:2.2px;transition:transform .28s cubic-bezier(.4,0,.2,1),opacity .18s;display:block}.ref-bar[data-menu] .ref-burger-bars span:first-child{transform:translateY(6.2px)rotate(45deg)}.ref-bar[data-menu] .ref-burger-bars span:nth-child(2){opacity:0}.ref-bar[data-menu] .ref-burger-bars span:nth-child(3){transform:translateY(-6.2px)rotate(-45deg)}.ref-menu{background:#fff;border-radius:0 0 20px 20px;max-height:0;transition:max-height .34s cubic-bezier(.4,0,.2,1);display:none;position:absolute;top:100%;left:0;right:0;overflow:hidden}.ref-bar[data-menu] .ref-menu{overscroll-behavior:contain;max-height:70svh;box-shadow:0 10px 26px -18px #11111147, 0 1px 0 var(--ref-line);overflow-y:auto}.ref-menu ul{margin:0;padding:4px 16px 16px;list-style:none}.ref-menu li{border-bottom:1px solid var(--ref-line)}.ref-menu li:last-child{border-bottom:0}.ref-menu-row{width:100%;min-height:54px;color:var(--ref-ink);text-align:left;-webkit-tap-highlight-color:transparent;justify-content:space-between;align-items:center;margin:0;padding:0 2px;font-size:16px;font-weight:500;line-height:24px;display:flex}.ref-menu-title{min-height:0;padding-top:18px;padding-bottom:10px}.ref-menu-chev{color:#b6c0d2;font-size:18px;font-weight:600;line-height:1}.ref-menu-body{padding:0 2px 16px}.ref-menu-col+.ref-menu-col{margin-top:16px}.ref-menu-head{letter-spacing:.12em;text-transform:uppercase;color:var(--ref-orange);margin:0 0 6px;font-size:12px;font-weight:600;line-height:20px}.ref-menu-body ul{padding:0}.ref-menu-body li{color:var(--ref-ink);border-bottom:0;padding:7px 0;font-size:16px;line-height:24px}.ref-menu-foot{color:#6b6b73;margin:14px 0 0;font-size:14px;line-height:22px}.ref-scrim{z-index:1010;opacity:0;visibility:hidden;pointer-events:none;background:#11111152;transition:opacity .3s,visibility 0s linear .3s;position:fixed;inset:0}@media (max-width:1023px){.ref-bar-inner{padding-inline:16px}.ref-burger{display:inline-grid}.ref-cart{display:inline-flex}.ref-menu{display:block}.ref-bar-end{gap:8px}.ref-bar-end .ref-cta{padding-inline:16px}.ref-scrim[data-on]{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .3s}}.tr-band{--tr-hue:var(--ref-orange);--tr-on-hue:#fff;--tr-ground:color-mix(in oklab, var(--tr-hue) 6%, #fff);--tr-card:#fff;--tr-circle:color-mix(in oklab, var(--tr-hue) 13%, #fff);--tr-ink:color-mix(in oklab, var(--tr-hue) 16%, #0b1220);--tr-body:15px;--tr-hair:color-mix(in oklab, var(--tr-hue) 12%, #e8eaee);--tr-radius:20px;--tr-display:40px;--tr-display-lh:45px;--tr-h1:32px;--tr-h1-lh:38px;--tr-h2:24px;--tr-h2-lh:30px;--tr-lead:17px;--tr-lead-lh:26px;--tr-body-lh:23px;--tr-small:13px;--tr-small-lh:19px;--tr-fine:11.5px;--tr-fine-lh:16px;--tr-w-regular:400;--tr-w-medium:600;--tr-w-bold:700;background:radial-gradient(120% 70% at 50% 0%, color-mix(in oklab, var(--tr-hue) 11%, #fff) 0%, transparent 68%), var(--tr-ground);padding-block:80px}.tr-col{flex-direction:column;gap:20px;max-width:1180px;margin:0 auto;padding-inline:20px;display:flex}.tr-media,.tr-claims,.tr-stats,.tr-swap-frames,.tr-swap-bar{background:var(--tr-card);box-shadow:0 12px 30px -18px color-mix(in srgb, var(--tr-hue) 34%, transparent), 0 2px 6px -3px color-mix(in srgb, var(--tr-hue) 20%, transparent)}.tr-media{aspect-ratio:5/4;border-radius:var(--tr-radius);position:relative;overflow:hidden}.tr-claims{border-radius:var(--tr-radius);gap:4px;margin:0;padding:22px 20px;list-style:none;display:grid}@media (min-width:600px){.tr-claims{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:28px 24px}}.tr-claim{grid-template-columns:44px minmax(0,1fr);grid-template-areas:"mark label""mark line";align-items:start;gap:2px 14px;padding-block:12px;display:grid}@media (min-width:600px){.tr-claim{grid-template-columns:minmax(0,1fr);grid-template-areas:"mark""label""line";row-gap:0;padding:4px 10px 6px}}.tr-claim+.tr-claim{border-top:1px solid var(--tr-hair)}@media (min-width:600px){.tr-claim+.tr-claim{border-top:0}}.tr-claim-mark{background:var(--tr-circle);width:44px;height:44px;color:var(--tr-hue);border-radius:50%;grid-area:mark;place-items:center;display:grid}@media (min-width:600px){.tr-claim-mark{margin-bottom:12px}}.tr-claim-label,.tr-stat-label{font-family:var(--sf-font-poppins), system-ui, sans-serif;letter-spacing:-.01em;color:var(--tr-ink);grid-area:label;margin:0;font-size:15px;font-weight:600;line-height:22px}.tr-claim-line,.tr-stat-line{font-family:var(--sf-font-poppins), system-ui, sans-serif;color:var(--tr-body);grid-area:line;margin:2px 0 0;font-size:13.5px;line-height:20px}.tr-stat .tr-col{gap:0}.tr-stats{border-radius:var(--tr-radius);margin:0;padding:6px 20px 20px;list-style:none}@media (min-width:600px){.tr-stats{padding:10px 28px 26px}}.tr-stat-row{grid-template-columns:70px minmax(0,1fr);align-items:center;column-gap:18px;padding-block:22px;display:grid}.tr-stat-row+.tr-stat-row,.tr-stat-note{border-top:1px solid var(--tr-hair)}.tr-ring{place-items:center;width:70px;height:70px;display:grid;position:relative}.tr-ring-svg{display:block}.tr-ring-track{stroke:#eceef2}.tr-ring-arc{stroke:var(--tr-hue);transition:stroke-dasharray .65s cubic-bezier(.22,1,.36,1)}@media (prefers-reduced-motion:reduce){.tr-ring-arc{transition:none}}.tr-ring-figure{font-family:var(--sf-font-poppins), system-ui, sans-serif;letter-spacing:-.02em;font-variant-numeric:tabular-nums;color:var(--tr-ink);font-size:19px;font-weight:600;line-height:1;position:absolute}.tr-ring-figure i{font-size:12px;font-style:normal;font-weight:600}.tr-stat-words{flex-direction:column;gap:3px;display:flex}.tr-stat-note{font-family:var(--sf-font-poppins), system-ui, sans-serif;color:var(--tr-body);grid-template-columns:20px minmax(0,1fr);align-items:start;column-gap:12px;padding-block:18px;font-size:12.5px;line-height:18px;display:grid}.tr-stat-note svg{color:var(--tr-hue);margin-top:1px}.tr-stat-act{padding-top:4px}.tr-cta{background:var(--tr-hue);min-height:52px;color:var(--tr-on-hue);font-family:var(--sf-font-poppins), system-ui, sans-serif;letter-spacing:-.01em;text-align:center;border-radius:999px;justify-content:center;align-items:center;padding:0 24px;font-size:16px;font-weight:600;line-height:24px;text-decoration:none;transition:filter .16s;display:flex}.tr-cta:focus-visible{outline:2px solid var(--tr-ink);outline-offset:3px}@media (hover:hover){.tr-cta:hover{filter:brightness(1.06)}}@media (prefers-reduced-motion:reduce){.tr-cta{transition:none}}.tr-swap .tr-col{gap:24px}.tr-swap-h{max-width:22ch;font-family:var(--sf-font-poppins), system-ui, sans-serif;letter-spacing:-.02em;text-align:center;text-wrap:balance;color:var(--tr-ink);margin:0 auto;font-size:30px;font-weight:700;line-height:36px}.tr-swap-h span{color:color-mix(in oklab, var(--tr-ink) 70%, #fff);font-weight:500}.tr-swap-sub{max-width:42ch;font-family:var(--sf-font-poppins), system-ui, sans-serif;text-align:center;text-wrap:pretty;color:var(--tr-body);margin:-8px auto 0;font-size:14.5px;line-height:22px}@media (min-width:720px){.tr-swap-h{font-size:40px;line-height:47px}.tr-swap-sub{font-size:16px;line-height:25px}}.tr-swap-stage{flex-direction:column;gap:16px;display:flex}.tr-swap-radio{white-space:nowrap;clip-path:inset(50%);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.tr-swap-frames{aspect-ratio:4/3;border-radius:var(--tr-radius);display:grid;overflow:hidden}.tr-swap-frame{opacity:0;visibility:hidden;grid-area:1/1;transition:opacity .26s,visibility 0s linear .26s;position:relative}.tr-swap-bar{border-radius:26px;padding:7px;display:flex}.tr-swap-tab{min-width:56px;min-height:62px;color:var(--tr-body);font-family:var(--sf-font-poppins), system-ui, sans-serif;text-align:center;cursor:pointer;border-radius:18px;flex-direction:column;flex:none;justify-content:center;align-items:center;gap:5px;padding:9px 12px;font-size:12px;font-weight:500;line-height:16px;transition:flex-grow .22s cubic-bezier(.22,1,.36,1),background-color .18s,color .18s;display:flex;position:relative}.tr-swap-tab span{white-space:nowrap;clip-path:inset(50%);width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (hover:hover){.tr-swap-tab:hover{background:color-mix(in oklab, var(--tr-hue) 8%, #fff);color:var(--tr-ink)}}.tr-swap-tab:active{transform:scale(.98)}.tr-swap-radio:focus-visible~.tr-swap-bar .tr-swap-tab{outline:none}#tr-swap-one:focus-visible~.tr-swap-bar .tr-swap-tab:first-child,#tr-swap-two:focus-visible~.tr-swap-bar .tr-swap-tab:nth-child(2),#tr-swap-three:focus-visible~.tr-swap-bar .tr-swap-tab:nth-child(3),#tr-swap-four:focus-visible~.tr-swap-bar .tr-swap-tab:nth-child(4){outline:2px solid var(--tr-ink);outline-offset:2px}#tr-swap-one:checked~.tr-swap-bar .tr-swap-tab:first-child,#tr-swap-two:checked~.tr-swap-bar .tr-swap-tab:nth-child(2),#tr-swap-three:checked~.tr-swap-bar .tr-swap-tab:nth-child(3),#tr-swap-four:checked~.tr-swap-bar .tr-swap-tab:nth-child(4){background:var(--tr-hue);color:var(--tr-on-hue);flex-direction:row;flex-grow:1;gap:8px;font-weight:600}#tr-swap-one:checked~.tr-swap-bar .tr-swap-tab:first-child span,#tr-swap-two:checked~.tr-swap-bar .tr-swap-tab:nth-child(2) span,#tr-swap-three:checked~.tr-swap-bar .tr-swap-tab:nth-child(3) span,#tr-swap-four:checked~.tr-swap-bar .tr-swap-tab:nth-child(4) span{text-overflow:ellipsis;clip-path:none;width:auto;max-width:100%;height:auto;margin:0;position:static;overflow:hidden}#tr-swap-one:checked~.tr-swap-frames .tr-swap-frame:first-child,#tr-swap-two:checked~.tr-swap-frames .tr-swap-frame:nth-child(2),#tr-swap-three:checked~.tr-swap-frames .tr-swap-frame:nth-child(3),#tr-swap-four:checked~.tr-swap-frames .tr-swap-frame:nth-child(4){opacity:1;visibility:visible;transition:opacity .26s,visibility linear}@media (prefers-reduced-motion:reduce){.tr-swap-frame,.tr-swap-tab{transition:none}.tr-swap-tab:active{transform:none}}.tr-ben{timeline-scope:--tr-ben-rail}.tr-ben .tr-col{gap:0}.tr-ben-head{gap:10px;padding-bottom:24px}.tr-ben-eyebrow{font-family:var(--sf-font-poppins), system-ui, sans-serif;letter-spacing:.14em;text-align:center;text-transform:uppercase;color:var(--tr-ink);margin:0;font-size:12px;font-weight:600;line-height:16px}.tr-ben-h{max-width:20ch;font-family:var(--sf-font-poppins), system-ui, sans-serif;letter-spacing:-.02em;text-align:center;text-wrap:balance;color:var(--tr-ink);margin:0 auto;font-size:30px;font-weight:700;line-height:36px}.tr-ben-h span{color:color-mix(in oklab, var(--tr-ink) 70%, #fff);font-weight:500}.tr-ben-sub{max-width:42ch;font-family:var(--sf-font-poppins), system-ui, sans-serif;text-align:center;text-wrap:pretty;color:var(--tr-body);margin:0 auto;font-size:14.5px;line-height:22px}@media (min-width:720px){.tr-ben-h{font-size:40px;line-height:47px}.tr-ben-sub{font-size:16px;line-height:25px}}.tr-ben-rail{padding:4px 20px 20px;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-timeline-name:--tr-ben-rail;scroll-timeline-axis:inline;scrollbar-width:none;gap:14px;margin:0;padding-inline-end:max(20px,100% - min(78vw,330px) - 20px);scroll-padding-inline:20px;list-style:none;display:flex;overflow-x:auto}.tr-ben-rail::-webkit-scrollbar{display:none}.tr-ben-rail:focus-visible{outline:2px solid var(--tr-ink);outline-offset:3px;border-radius:4px}.tr-ben-card{aspect-ratio:3/4;scroll-snap-align:start;border-radius:var(--tr-radius);background:var(--tr-card);width:min(78vw,330px);box-shadow:0 12px 30px -18px color-mix(in srgb, var(--tr-hue) 34%, transparent), 0 2px 6px -3px color-mix(in srgb, var(--tr-hue) 20%, transparent);flex:none;position:relative;overflow:hidden}.tr-ben-shot{background:color-mix(in oklab, var(--tr-hue) 8%, #fff);position:absolute;inset:0}.tr-ben-shot .ref-media-note{justify-content:flex-start;padding-top:24px}.tr-ben-scrim{pointer-events:none;background:linear-gradient(0deg,#000000a8 0 220px,#00000085 254px,#00000057 288px,#00000029 322px,#0000000d 350px,#0000 376px);position:absolute;inset:0}.tr-ben-copy{flex-direction:column;align-items:flex-start;gap:9px;padding:20px;display:flex;position:absolute;inset:auto 0 0}.tr-ben-mark{width:40px;height:40px;color:var(--tr-hue);background:#fffffff0;border-radius:50%;place-items:center;margin-bottom:3px;display:grid}.tr-ben-card-h{font-family:var(--sf-font-poppins), system-ui, sans-serif;letter-spacing:-.02em;text-wrap:balance;color:#fff;margin:0;font-size:22px;font-weight:700;line-height:27px}.tr-ben-rule{background:var(--tr-hue);border-radius:2px;width:42px;height:3px}.tr-ben-card-p{font-family:var(--sf-font-poppins), system-ui, sans-serif;color:#fff;margin:0;font-size:13.5px;font-weight:400;line-height:20px}.tr-ben-foot{gap:14px;padding-top:4px}.tr-ben-dots{gap:8px;width:max-content;margin-inline:auto;display:flex;position:relative}.tr-ben-dot{background:color-mix(in oklab, var(--tr-hue) 26%, #e6e3e0);border-radius:50%;width:7px;height:7px}.tr-ben-marker{background:var(--tr-hue);border-radius:50%;width:7px;height:7px;position:absolute;top:0;left:0}@keyframes tr-ben-track{0%{transform:translate(0)}to{transform:translate(45px)}}@supports (animation-timeline:scroll()){.tr-ben-marker{animation:linear both tr-ben-track;animation-timeline:--tr-ben-rail}}@media (prefers-reduced-motion:reduce){.tr-ben-rail{scroll-behavior:auto}}@keyframes tr-ben-hand{0%,to{transform:translate(3.5px)}50%{transform:translate(-3.5px)}}@keyframes tr-ben-hint-out{0%{opacity:1}to{opacity:0}}.tr-ben-swipe svg{animation:2.4s ease-in-out infinite tr-ben-hand}@supports (animation-timeline:scroll()){.tr-ben-swipe{animation:linear both tr-ben-hint-out;animation-timeline:--tr-ben-rail;animation-range:0% 20%}}@media (prefers-reduced-motion:reduce){.tr-ben-swipe svg{animation:none}}.tr-ben-swipe{font-family:var(--sf-font-poppins), system-ui, sans-serif;color:var(--tr-body);justify-content:center;align-items:center;gap:8px;margin:0;font-size:13px;line-height:18px;display:flex}.tr-ba .tr-col{gap:14px}.tr-ba-h{max-width:20ch;font-family:var(--sf-font-poppins), system-ui, sans-serif;letter-spacing:-.02em;text-align:center;text-wrap:balance;color:var(--tr-ink);margin:0 auto;font-size:30px;font-weight:700;line-height:36px}.tr-ba-h span{color:color-mix(in oklab, var(--tr-ink) 70%, #fff);font-weight:500}.tr-ba-sub{max-width:42ch;font-family:var(--sf-font-poppins), system-ui, sans-serif;text-align:center;text-wrap:pretty;color:var(--tr-body);margin:0 auto 6px;font-size:14.5px;line-height:22px}@media (min-width:720px){.tr-ba-h{font-size:40px;line-height:47px}.tr-ba-sub{font-size:16px;line-height:25px}}.tr-ba-frame{aspect-ratio:1;touch-action:pan-y;width:min(100%,420px);margin-inline:auto;position:relative}.tr-ba-stage{box-shadow:0 16px 38px -20px color-mix(in srgb, var(--tr-hue) 36%, transparent), 0 2px 8px -4px color-mix(in srgb, var(--tr-hue) 20%, transparent);border-radius:50%;position:absolute;inset:0;overflow:hidden}.tr-ba-shot{position:absolute;inset:0}.tr-ba-before{background:color-mix(in oklab, var(--tr-hue) 13%, #fff)}.tr-ba-after{clip-path:inset(0 0 0 var(--ba));background:#fff}.tr-ba-shot .ref-media-note{justify-content:flex-start;padding-top:30%}.tr-ba-pill{font-family:var(--sf-font-poppins), system-ui, sans-serif;letter-spacing:.02em;color:var(--tr-ink);background:#fffffff0;border-radius:999px;padding:6px 14px;font-size:12px;font-weight:600;line-height:16px;position:absolute;top:22%}.tr-ba-pill-before{left:14%}.tr-ba-pill-after{background:color-mix(in oklab, var(--tr-hue) 22%, #fff);right:14%}.tr-ba-line{top:0;bottom:0;left:var(--ba);pointer-events:none;background:#fff;width:3px;margin-left:-1.5px;position:absolute}.tr-ba-handle{top:50%;left:var(--ba);width:54px;height:54px;color:var(--tr-ink);pointer-events:none;background:#fff;border-radius:50%;place-items:center;margin:-27px 0 0 -27px;display:grid;position:absolute;box-shadow:0 4px 14px -4px #11111157}.tr-ba-range{opacity:0;cursor:ew-resize;appearance:none;background:0 0;border:0;width:100%;height:100%;margin:0;padding:0;position:absolute;inset:0}.tr-ba-range::-webkit-slider-thumb{appearance:none;width:54px;height:54px}.tr-ba-range::-moz-range-thumb{border:0;width:54px;height:54px}.tr-ba-range:focus-visible+.tr-ba-handle{outline:3px solid var(--tr-ink);outline-offset:3px}.tr-ba-claims{border-radius:var(--tr-radius);background:var(--tr-card);box-shadow:0 12px 30px -18px color-mix(in srgb, var(--tr-hue) 34%, transparent), 0 2px 6px -3px color-mix(in srgb, var(--tr-hue) 20%, transparent);grid-template-columns:repeat(4,minmax(0,1fr));margin:6px 0 0;padding:16px 6px;list-style:none;display:grid}.tr-ba-claim{text-align:center;flex-direction:column;align-items:center;gap:7px;padding:4px 8px;display:flex}.tr-ba-claim+.tr-ba-claim{border-left:1px solid var(--tr-hair)}.tr-ba-claim-mark{color:var(--tr-hue)}.tr-ba-claim-label{font-family:var(--sf-font-poppins), system-ui, sans-serif;text-wrap:balance;color:var(--tr-body);font-size:11.5px;font-weight:500;line-height:15px}@media (min-width:600px){.tr-ba-claims{padding:20px 12px}.tr-ba-claim-label{font-size:13px;line-height:18px}}.tr-buy .tr-col{gap:0}.tr-buy-card{border-radius:var(--tr-radius);background:var(--tr-card);box-shadow:0 12px 30px -18px color-mix(in srgb, var(--tr-hue) 34%, transparent), 0 2px 6px -3px color-mix(in srgb, var(--tr-hue) 20%, transparent);flex-direction:column;padding:24px 20px 22px;display:flex}@media (min-width:600px){.tr-buy-card{padding:30px 28px 28px}}.tr-buy-rating{font-family:var(--sf-font-poppins), system-ui, sans-serif;color:var(--tr-body);align-items:center;gap:8px;margin:0 0 12px;font-size:13.5px;line-height:18px;display:flex}.tr-buy-rating b{color:var(--tr-ink);font-weight:600}.tr-buy-stars{color:var(--tr-hue);gap:1px;display:inline-flex}.tr-buy-rating-sep{background:var(--tr-hair);width:1px;height:13px}.tr-buy-rating-link{color:var(--tr-body);text-underline-offset:3px;text-decoration-line:underline;-webkit-text-decoration-color:var(--tr-hair);text-decoration-color:var(--tr-hair)}@media (hover:hover){.tr-buy-rating-link:hover{color:var(--tr-ink);text-decoration-color:currentColor}}.tr-buy-h{font-family:var(--sf-font-poppins), system-ui, sans-serif;letter-spacing:-.025em;color:var(--tr-ink);margin:0;font-size:32px;font-weight:700;line-height:38px}.tr-buy-tag{font-family:var(--sf-font-poppins), system-ui, sans-serif;letter-spacing:-.01em;color:color-mix(in oklab, var(--tr-ink) 76%, #fff);margin:2px 0 0;font-size:18px;font-weight:500;line-height:25px}.tr-buy-sub{max-width:46ch;font-family:var(--sf-font-poppins), system-ui, sans-serif;text-wrap:pretty;color:var(--tr-body);margin:10px 0 0;font-size:14.5px;line-height:22px}.tr-buy-features{gap:8px;margin:18px 0 0;padding:0;list-style:none;display:grid}@media (min-width:600px){.tr-buy-features{grid-template-columns:repeat(3,minmax(0,1fr))}}.tr-buy-feature{background:color-mix(in oklab, var(--tr-hue) 7%, #fff);border-radius:14px;grid-template-columns:34px minmax(0,1fr);align-items:center;column-gap:11px;padding:12px 13px;display:grid}.tr-buy-feature-mark{background:var(--tr-card);width:34px;height:34px;color:var(--tr-hue);border-radius:50%;place-items:center;display:grid}.tr-buy-feature-words{font-family:var(--sf-font-poppins), system-ui, sans-serif;flex-direction:column;display:flex}.tr-buy-feature-words b{color:var(--tr-ink);font-size:13px;font-weight:600;line-height:18px}.tr-buy-feature-words span{color:var(--tr-body);font-size:12px;line-height:17px}.tr-buy-price{font-family:var(--sf-font-poppins), system-ui, sans-serif;font-variant-numeric:tabular-nums;flex-wrap:wrap;align-items:baseline;gap:10px;margin:20px 0 0;display:flex}.tr-buy-price b{letter-spacing:-.025em;color:var(--tr-ink);font-size:32px;font-weight:700;line-height:38px}.tr-buy-price s{color:var(--tr-body);font-size:16px;line-height:22px}.tr-buy-save{background:color-mix(in oklab, var(--tr-hue) 16%, #fff);color:var(--tr-ink);border-radius:999px;padding:4px 11px;font-size:12.5px;font-weight:600;line-height:17px}.tr-buy-pick{margin-top:18px}.tr-buy-radio{white-space:nowrap;clip-path:inset(50%);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.tr-buy-options{gap:10px;display:grid}.tr-buy-option{border:1.5px solid var(--tr-hair);cursor:pointer;border-radius:16px;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:12px;padding:15px 14px;transition:border-color .16s,background-color .16s;display:grid;position:relative}@media (hover:hover){.tr-buy-option:hover{border-color:color-mix(in oklab, var(--tr-hue) 40%, var(--tr-hair))}}.tr-buy-option:active{transform:scale(.995)}.tr-buy-flag{background:var(--tr-hue);color:var(--tr-on-hue);font-family:var(--sf-font-poppins), system-ui, sans-serif;letter-spacing:.02em;border-radius:999px;padding:2px 9px;font-size:10.5px;font-weight:600;line-height:15px;position:absolute;top:-9px;left:12px}.tr-buy-qty{font-family:var(--sf-font-poppins), system-ui, sans-serif;font-variant-numeric:tabular-nums;color:var(--tr-hue);font-size:20px;font-weight:700;line-height:24px}.tr-buy-option-words,.tr-buy-option-price{font-family:var(--sf-font-poppins), system-ui, sans-serif;flex-direction:column;display:flex}.tr-buy-option-price{text-align:right;align-items:flex-end}.tr-buy-option-words b,.tr-buy-option-price b{color:var(--tr-ink);font-size:14.5px;font-weight:600;line-height:20px}.tr-buy-option-words span,.tr-buy-option-price span{color:var(--tr-body);font-size:12px;line-height:17px}.tr-buy-tick{border:1.5px solid var(--tr-hair);color:#0000;border-radius:50%;place-items:center;width:22px;height:22px;display:grid}#tr-bundle-one:checked~.tr-buy-options .tr-buy-option:first-child,#tr-bundle-two:checked~.tr-buy-options .tr-buy-option:nth-child(2),#tr-bundle-three:checked~.tr-buy-options .tr-buy-option:nth-child(3){border-color:var(--tr-hue);background:color-mix(in oklab, var(--tr-hue) 6%, #fff)}#tr-bundle-one:checked~.tr-buy-options .tr-buy-option:first-child .tr-buy-tick,#tr-bundle-two:checked~.tr-buy-options .tr-buy-option:nth-child(2) .tr-buy-tick,#tr-bundle-three:checked~.tr-buy-options .tr-buy-option:nth-child(3) .tr-buy-tick{border-color:var(--tr-hue);background:var(--tr-hue);color:var(--tr-on-hue)}#tr-bundle-one:focus-visible~.tr-buy-options .tr-buy-option:first-child,#tr-bundle-two:focus-visible~.tr-buy-options .tr-buy-option:nth-child(2),#tr-bundle-three:focus-visible~.tr-buy-options .tr-buy-option:nth-child(3){outline:2px solid var(--tr-ink);outline-offset:2px}.tr-buy-cta{margin-top:18px}.tr-buy-trust{border-top:1px solid var(--tr-hair);grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;margin:18px 0 0;padding:16px 0 0;list-style:none;display:grid}.tr-buy-trust-item{text-align:center;flex-direction:column;align-items:center;gap:6px;display:flex}.tr-buy-trust-mark{color:var(--tr-hue)}.tr-buy-trust-words{font-family:var(--sf-font-poppins), system-ui, sans-serif;flex-direction:column;display:flex}.tr-buy-trust-words b{color:var(--tr-ink);font-size:12.5px;font-weight:600;line-height:17px}.tr-buy-trust-words span{color:var(--tr-body);font-size:11.5px;line-height:16px}.tr-buy-bar{z-index:2;background:var(--tr-card);border-radius:999px;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:12px;margin-top:16px;padding:10px 10px 10px 12px;display:grid;position:sticky;bottom:12px;box-shadow:0 14px 34px -16px #1111114d,0 2px 8px -4px #11111129}.tr-buy-bar-thumb{background:color-mix(in oklab, var(--tr-hue) 10%, #fff);height:44px;font-family:var(--sf-font-poppins), system-ui, sans-serif;letter-spacing:.04em;color:var(--tr-hue);border-radius:12px;place-items:center;font-size:9.5px;font-weight:600;display:grid}.tr-buy-bar-words{min-width:0;font-family:var(--sf-font-poppins), system-ui, sans-serif;flex-direction:column;display:flex}.tr-buy-bar-words b{text-overflow:ellipsis;white-space:nowrap;color:var(--tr-ink);font-size:14px;font-weight:600;line-height:19px;overflow:hidden}.tr-buy-bar-words span{color:var(--tr-body);font-size:12.5px;line-height:17px}.tr-buy-bar-cta{background:var(--tr-hue);min-height:44px;color:var(--tr-on-hue);font-family:var(--sf-font-poppins), system-ui, sans-serif;white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:0 20px;font-size:14.5px;font-weight:600;line-height:20px;text-decoration:none;display:flex}.tr-buy-bar-cta:focus-visible{outline:2px solid var(--tr-ink);outline-offset:3px}.tr-tag{border:1px dashed color-mix(in oklab, var(--tr-hue) 40%, var(--tr-hair));font-family:var(--sf-font-poppins), system-ui, sans-serif;font-size:var(--tr-fine);font-weight:var(--tr-w-medium);line-height:var(--tr-fine-lh);letter-spacing:.04em;text-transform:uppercase;color:var(--tr-ink);border-radius:999px;align-self:flex-start;margin:0 0 14px;padding:5px 12px}.tr-buyb .tr-col,.tr-buyc .tr-col{gap:0}.tr-buyb-card{border-radius:var(--tr-radius);background:var(--tr-card);box-shadow:0 12px 30px -18px color-mix(in srgb, var(--tr-hue) 34%, transparent), 0 2px 6px -3px color-mix(in srgb, var(--tr-hue) 20%, transparent);flex-direction:column;padding:22px 18px 20px;display:flex}.tr-buyb-h{font-family:var(--sf-font-poppins), system-ui, sans-serif;letter-spacing:-.024em;color:var(--tr-ink);margin:0;font-size:26px;font-weight:700;line-height:31px}.tr-buyb-tag{font-family:var(--sf-font-poppins), system-ui, sans-serif;color:var(--tr-body);margin:3px 0 0;font-size:14px;line-height:21px}.tr-buyb-pick{margin-top:18px}.tr-buyb-tiles{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.tr-buyb-tile{border:1.5px solid var(--tr-hair);text-align:center;cursor:pointer;border-radius:14px;flex-direction:column;align-items:center;gap:1px;padding:16px 6px 12px;transition:border-color .16s,background-color .16s;display:flex;position:relative}@media (hover:hover){.tr-buyb-tile:hover{border-color:color-mix(in oklab, var(--tr-hue) 40%, var(--tr-hair))}}.tr-buyb-flag{background:var(--tr-hue);color:var(--tr-on-hue);font-family:var(--sf-font-poppins), system-ui, sans-serif;white-space:nowrap;border-radius:999px;padding:2px 8px;font-size:10px;font-weight:600;line-height:14px;position:absolute;top:-9px;left:50%;transform:translate(-50%)}.tr-buyb-qty{font-family:var(--sf-font-poppins), system-ui, sans-serif;font-variant-numeric:tabular-nums;color:var(--tr-hue);font-size:24px;font-weight:700;line-height:28px}.tr-buyb-name{font-family:var(--sf-font-poppins), system-ui, sans-serif;color:var(--tr-ink);font-size:12px;font-weight:600;line-height:16px}.tr-buyb-price{font-family:var(--sf-font-poppins), system-ui, sans-serif;color:var(--tr-ink);margin-top:4px;font-size:14px;font-weight:700;line-height:19px}.tr-buyb-save{font-family:var(--sf-font-poppins), system-ui, sans-serif;color:var(--tr-body);font-size:11px;line-height:15px}#tr-bundle-b-one:checked~.tr-buyb-tiles .tr-buyb-tile:first-child,#tr-bundle-b-two:checked~.tr-buyb-tiles .tr-buyb-tile:nth-child(2),#tr-bundle-b-three:checked~.tr-buyb-tiles .tr-buyb-tile:nth-child(3){border-color:var(--tr-hue);background:color-mix(in oklab, var(--tr-hue) 7%, #fff)}#tr-bundle-b-one:focus-visible~.tr-buyb-tiles .tr-buyb-tile:first-child,#tr-bundle-b-two:focus-visible~.tr-buyb-tiles .tr-buyb-tile:nth-child(2),#tr-bundle-b-three:focus-visible~.tr-buyb-tiles .tr-buyb-tile:nth-child(3){outline:2px solid var(--tr-ink);outline-offset:2px}.tr-buyb-list{font-family:var(--sf-font-poppins), system-ui, sans-serif;color:var(--tr-ink);flex-direction:column;gap:7px;margin:16px 0 0;padding:0;font-size:13.5px;line-height:19px;list-style:none;display:flex}.tr-buyb-list li{grid-template-columns:16px minmax(0,1fr);align-items:start;column-gap:9px;display:grid}.tr-buyb-tick{color:var(--tr-hue);place-items:center;margin-top:1px;display:grid}.tr-buyb-cta{margin-top:16px}.tr-buyb-trust{font-family:var(--sf-font-poppins), system-ui, sans-serif;color:var(--tr-body);flex-wrap:wrap;justify-content:center;gap:6px 16px;margin:14px 0 0;font-size:11.5px;line-height:16px;display:flex}.tr-buyb-trust span{position:relative}.tr-buyb-trust span+span:before{content:"";background:var(--tr-hair);border-radius:50%;width:3px;height:3px;position:absolute;top:6px;left:-9px}.tr-buyc-eyebrow{font-family:var(--sf-font-poppins), system-ui, sans-serif;letter-spacing:.15em;text-transform:uppercase;color:var(--tr-body);margin:0;font-size:11.5px;font-weight:600;line-height:16px}.tr-buyc-h{font-family:var(--sf-font-poppins), system-ui, sans-serif;letter-spacing:-.03em;color:var(--tr-ink);margin:10px 0 0;font-size:38px;font-weight:700;line-height:43px}.tr-buyc-tag{max-width:30ch;font-family:var(--sf-font-poppins), system-ui, sans-serif;text-wrap:pretty;color:var(--tr-body);margin:8px 0 0;font-size:17px;line-height:26px}.tr-buyc-rating{margin:18px 0 0}.tr-buyc-price{font-family:var(--sf-font-poppins), system-ui, sans-serif;font-variant-numeric:tabular-nums;align-items:baseline;gap:12px;margin:26px 0 0;display:flex}.tr-buyc-price b{letter-spacing:-.03em;color:var(--tr-ink);font-size:40px;font-weight:700;line-height:46px}.tr-buyc-price s{color:var(--tr-body);font-size:17px;line-height:24px}.tr-buyc-pick{margin-top:24px}.tr-buyc-seg{background:var(--tr-card);box-shadow:inset 0 0 0 1px var(--tr-hair);border-radius:999px;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;padding:5px;display:grid}.tr-buyc-segment{min-height:44px;font-family:var(--sf-font-poppins), system-ui, sans-serif;color:var(--tr-body);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;padding:0 8px;font-size:13.5px;font-weight:500;line-height:18px;transition:background-color .17s,color .17s;display:flex}@media (hover:hover){.tr-buyc-segment:hover{color:var(--tr-ink)}}#tr-bundle-c-one:checked~.tr-buyc-seg .tr-buyc-segment:first-child,#tr-bundle-c-two:checked~.tr-buyc-seg .tr-buyc-segment:nth-child(2),#tr-bundle-c-three:checked~.tr-buyc-seg .tr-buyc-segment:nth-child(3){background:var(--tr-hue);color:var(--tr-on-hue);font-weight:600}#tr-bundle-c-one:focus-visible~.tr-buyc-seg .tr-buyc-segment:first-child,#tr-bundle-c-two:focus-visible~.tr-buyc-seg .tr-buyc-segment:nth-child(2),#tr-bundle-c-three:focus-visible~.tr-buyc-seg .tr-buyc-segment:nth-child(3){outline:2px solid var(--tr-ink);outline-offset:2px}.tr-buyc-lines{margin-top:14px;display:grid}.tr-buyc-line{font-family:var(--sf-font-poppins), system-ui, sans-serif;color:var(--tr-body);opacity:0;visibility:hidden;grid-area:1/1;margin:0;font-size:13.5px;line-height:20px}.tr-buyc-line b{color:var(--tr-ink);font-weight:600}#tr-bundle-c-one:checked~.tr-buyc-lines .tr-buyc-line:first-child,#tr-bundle-c-two:checked~.tr-buyc-lines .tr-buyc-line:nth-child(2),#tr-bundle-c-three:checked~.tr-buyc-lines .tr-buyc-line:nth-child(3){opacity:1;visibility:visible}.tr-buyc-cta{margin-top:22px}.tr-buyc-trust{font-family:var(--sf-font-poppins), system-ui, sans-serif;text-align:center;color:var(--tr-body);margin:12px 0 0;font-size:12px;line-height:17px}.tr-pd .tr-col{gap:0}.tr-pd-gallery{margin-bottom:26px;position:relative}.tr-pd-radio{white-space:nowrap;clip-path:inset(50%);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.tr-pd-frames{aspect-ratio:1;background:var(--tr-card);border-radius:16px;display:grid;overflow:hidden}.tr-pd-frame{opacity:0;visibility:hidden;grid-area:1/1;transition:opacity .24s,visibility 0s linear .24s;position:relative}#tr-pd-shot-one:checked~.tr-pd-frames .tr-pd-frame:first-child,#tr-pd-shot-two:checked~.tr-pd-frames .tr-pd-frame:nth-child(2),#tr-pd-shot-three:checked~.tr-pd-frames .tr-pd-frame:nth-child(3),#tr-pd-shot-four:checked~.tr-pd-frames .tr-pd-frame:nth-child(4){opacity:1;visibility:visible;transition:opacity .24s,visibility linear}.tr-pd-dots{justify-content:center;gap:2px;display:flex;position:absolute;bottom:10px;left:0;right:0}.tr-pd-dot{cursor:pointer;place-items:center;width:32px;height:32px;display:grid}.tr-pd-dot:after{content:"";background:#ffffff9e;border-radius:50%;width:7px;height:7px;transition:background-color .18s,width .18s;box-shadow:0 1px 3px #11111147}.tr-pd-dot-label{clip-path:inset(50%);width:1px;height:1px;position:absolute;overflow:hidden}#tr-pd-shot-one:checked~.tr-pd-dots .tr-pd-dot:first-child:after,#tr-pd-shot-two:checked~.tr-pd-dots .tr-pd-dot:nth-child(2):after,#tr-pd-shot-three:checked~.tr-pd-dots .tr-pd-dot:nth-child(3):after,#tr-pd-shot-four:checked~.tr-pd-dots .tr-pd-dot:nth-child(4):after{background:#fff;border-radius:999px;width:18px}#tr-pd-shot-one:focus-visible~.tr-pd-dots .tr-pd-dot:first-child,#tr-pd-shot-two:focus-visible~.tr-pd-dots .tr-pd-dot:nth-child(2),#tr-pd-shot-three:focus-visible~.tr-pd-dots .tr-pd-dot:nth-child(3),#tr-pd-shot-four:focus-visible~.tr-pd-dots .tr-pd-dot:nth-child(4){outline-offset:-6px;border-radius:999px;outline:2px solid #fff}.tr-pd-rating{font-family:var(--sf-font-poppins), system-ui, sans-serif;font-size:var(--tr-small);line-height:var(--tr-small-lh);color:var(--tr-body);align-items:center;gap:10px;margin:0;display:flex}.tr-pd-stars{color:var(--tr-hue);gap:1px;display:inline-flex}.tr-pd-rating b{font-size:var(--tr-small);font-weight:var(--tr-w-bold);color:var(--tr-ink)}.tr-pd-rating-link{color:var(--tr-body);text-underline-offset:3px;text-decoration-line:underline;-webkit-text-decoration-color:var(--tr-hair);text-decoration-color:var(--tr-hair)}@media (hover:hover){.tr-pd-rating-link:hover{color:var(--tr-ink);text-decoration-color:currentColor}}.tr-pd-name{font-family:var(--sf-font-poppins), system-ui, sans-serif;font-size:var(--tr-h2);font-weight:var(--tr-w-bold);line-height:var(--tr-h2-lh);letter-spacing:-.025em;color:var(--tr-ink);margin:8px 0 0}.tr-pd-promise{font-family:var(--sf-font-poppins), system-ui, sans-serif;font-size:var(--tr-small);font-weight:var(--tr-w-regular);line-height:var(--tr-small-lh);text-wrap:pretty;color:var(--tr-body);margin:4px 0 0}.tr-pd-offer{border:1px solid var(--tr-hair);background:var(--tr-card);border-radius:16px;grid-template-columns:62px minmax(0,1fr) auto;align-items:center;gap:14px;margin-top:24px;padding:14px;display:grid}.tr-pd-thumb{background:color-mix(in oklab, var(--tr-hue) 10%, #fff);height:62px;font-family:var(--sf-font-poppins), system-ui, sans-serif;font-size:var(--tr-fine);font-weight:var(--tr-w-medium);line-height:var(--tr-fine-lh);color:var(--tr-hue);border-radius:12px;place-items:center;display:grid}.tr-pd-offer-words{min-width:0;font-family:var(--sf-font-poppins), system-ui, sans-serif;flex-direction:column;align-items:flex-start;gap:6px;display:flex}.tr-pd-offer-words b{font-size:var(--tr-body);font-weight:var(--tr-w-medium);line-height:var(--tr-body-lh);color:var(--tr-ink)}.tr-pd-flag{background:var(--tr-hue);color:var(--tr-on-hue);font-size:var(--tr-fine);font-weight:var(--tr-w-medium);line-height:var(--tr-fine-lh);border-radius:999px;padding:3px 10px}.tr-pd-offer-price{font-family:var(--sf-font-poppins), system-ui, sans-serif;font-variant-numeric:tabular-nums;flex-direction:column;align-items:flex-end;display:flex}.tr-pd-offer-price b{font-size:var(--tr-lead);font-weight:var(--tr-w-bold);line-height:var(--tr-lead-lh);letter-spacing:-.02em;color:var(--tr-ink)}.tr-pd-offer-price s{font-size:var(--tr-small);line-height:var(--tr-small-lh);color:var(--tr-body)}.tr-pd-cta{background:var(--tr-hue);min-height:52px;color:var(--tr-on-hue);font-family:var(--sf-font-poppins), system-ui, sans-serif;font-size:var(--tr-body);font-weight:var(--tr-w-medium);line-height:var(--tr-body-lh);border-radius:14px;justify-content:center;align-items:center;margin-top:14px;padding:0 22px;text-decoration:none;transition:filter .16s;display:flex}.tr-pd-cta:focus-visible{outline:2px solid var(--tr-ink);outline-offset:3px}@media (hover:hover){.tr-pd-cta:hover{filter:brightness(1.06)}}@media (prefers-reduced-motion:reduce){.tr-pd-cta,.tr-pd-frame,.tr-pd-dot:after{transition:none}}.tr-pd-ship{font-family:var(--sf-font-poppins), system-ui, sans-serif;font-size:var(--tr-small);line-height:var(--tr-small-lh);color:var(--tr-body);flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;margin:16px 0 0;display:flex}.tr-pd-ship b{font-weight:var(--tr-w-medium);color:var(--tr-ink)}.tr-pd-ship-dot{background:var(--tr-hue);border-radius:50%;width:8px;height:8px}.tr-pd-ship-sep{background:var(--tr-hair);border-radius:50%;width:3px;height:3px}.tr-pd-tabs{margin-top:34px}.tr-pd-tabbar{border-bottom:1px solid var(--tr-hair);gap:4px;display:flex}.tr-pd-tab{font-family:var(--sf-font-poppins), system-ui, sans-serif;font-size:var(--tr-small);font-weight:var(--tr-w-medium);line-height:var(--tr-small-lh);text-align:center;color:var(--tr-body);cursor:pointer;border-bottom:2px solid #0000;flex:1 1 0;margin-bottom:-1px;padding:12px 4px 13px;transition:color .17s,border-color .17s}@media (hover:hover){.tr-pd-tab:hover{color:var(--tr-ink)}}#tr-pd-tab-details:checked~.tr-pd-tabbar .tr-pd-tab:first-child,#tr-pd-tab-specs:checked~.tr-pd-tabbar .tr-pd-tab:nth-child(2),#tr-pd-tab-shipping:checked~.tr-pd-tabbar .tr-pd-tab:nth-child(3),#tr-pd-tab-faq:checked~.tr-pd-tabbar .tr-pd-tab:nth-child(4){border-bottom-color:var(--tr-hue);color:var(--tr-ink);font-weight:var(--tr-w-bold)}#tr-pd-tab-details:focus-visible~.tr-pd-tabbar .tr-pd-tab:first-child,#tr-pd-tab-specs:focus-visible~.tr-pd-tabbar .tr-pd-tab:nth-child(2),#tr-pd-tab-shipping:focus-visible~.tr-pd-tabbar .tr-pd-tab:nth-child(3),#tr-pd-tab-faq:focus-visible~.tr-pd-tabbar .tr-pd-tab:nth-child(4){outline:2px solid var(--tr-ink);outline-offset:-2px}.tr-pd-panels{padding-top:22px;display:grid}.tr-pd-panel{opacity:0;visibility:hidden;grid-area:1/1}#tr-pd-tab-details:checked~.tr-pd-panels .tr-pd-panel:first-child,#tr-pd-tab-specs:checked~.tr-pd-panels .tr-pd-panel:nth-child(2),#tr-pd-tab-shipping:checked~.tr-pd-panels .tr-pd-panel:nth-child(3),#tr-pd-tab-faq:checked~.tr-pd-panels .tr-pd-panel:nth-child(4){opacity:1;visibility:visible}.tr-pd-copy{font-family:var(--sf-font-poppins), system-ui, sans-serif;font-size:var(--tr-small);font-weight:var(--tr-w-regular);line-height:var(--tr-small-lh);text-wrap:pretty;color:var(--tr-ink);margin:0}.tr-pd-points{font-family:var(--sf-font-poppins), system-ui, sans-serif;font-size:var(--tr-small);line-height:var(--tr-small-lh);color:var(--tr-ink);flex-direction:column;gap:12px;margin:20px 0 0;padding:0;list-style:none;display:flex}.tr-pd-points li{grid-template-columns:24px minmax(0,1fr);align-items:start;column-gap:12px;display:grid}.tr-pd-point-mark{background:var(--tr-ink);width:24px;height:24px;color:var(--tr-card);border-radius:50%;place-items:center;display:grid}.tr-ld .tr-col{gap:0}.tr-ld-radio{white-space:nowrap;clip-path:inset(50%);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.tr-ld-sr{clip-path:inset(50%);width:1px;height:1px;position:absolute;overflow:hidden}.tr-ld-gallery{margin-bottom:16px;position:relative}.tr-ld-frames{aspect-ratio:1;background:var(--tr-card);border-radius:16px;display:grid;overflow:hidden}.tr-ld-frame{opacity:0;visibility:hidden;grid-area:1/1;transition:opacity .22s,visibility 0s linear .22s;position:relative}#tr-ld-shot-one:checked~.tr-ld-frames .tr-ld-frame:first-child,#tr-ld-shot-two:checked~.tr-ld-frames .tr-ld-frame:nth-child(2),#tr-ld-shot-three:checked~.tr-ld-frames .tr-ld-frame:nth-child(3){opacity:1;visibility:visible;transition:opacity .22s,visibility linear}.tr-ld-dots{justify-content:center;gap:2px;display:flex;position:absolute;bottom:8px;left:0;right:0}.tr-ld-dot{cursor:pointer;place-items:center;width:32px;height:32px;display:grid}.tr-ld-dot:after{content:"";background:#fff9;border-radius:999px;width:7px;height:7px;transition:width .17s,background-color .17s;box-shadow:0 1px 3px #11111142}#tr-ld-shot-one:checked~.tr-ld-dots .tr-ld-dot:first-child:after,#tr-ld-shot-two:checked~.tr-ld-dots .tr-ld-dot:nth-child(2):after,#tr-ld-shot-three:checked~.tr-ld-dots .tr-ld-dot:nth-child(3):after{background:#fff;width:18px}#tr-ld-shot-one:focus-visible~.tr-ld-dots .tr-ld-dot:first-child,#tr-ld-shot-two:focus-visible~.tr-ld-dots .tr-ld-dot:nth-child(2),#tr-ld-shot-three:focus-visible~.tr-ld-dots .tr-ld-dot:nth-child(3){outline-offset:-5px;border-radius:999px;outline:2px solid #fff}.tr-ld-rating{font-family:var(--sf-font-poppins), system-ui, sans-serif;font-size:var(--tr-small);font-weight:var(--tr-w-regular);line-height:var(--tr-small-lh);color:var(--tr-body);align-items:center;gap:7px;margin:0;display:flex}.tr-ld-stars{color:var(--tr-hue);gap:1px;display:inline-flex}.tr-ld-bar{background:var(--tr-hair);width:1px;height:11px}.tr-ld-rating-link{color:var(--tr-body);text-underline-offset:3px;text-decoration-line:underline;-webkit-text-decoration-color:var(--tr-hair);text-decoration-color:var(--tr-hair)}.tr-ld-rating-link b{font-weight:var(--tr-w-medium);color:var(--tr-ink)}@media (hover:hover){.tr-ld-rating-link:hover{text-decoration-color:currentColor}}.tr-ld-name{font-family:var(--sf-font-poppins), system-ui, sans-serif;font-size:var(--tr-h2);font-weight:var(--tr-w-bold);line-height:var(--tr-h2-lh);letter-spacing:-.025em;color:var(--tr-ink);margin:8px 0 0}.tr-ld-promise{font-family:var(--sf-font-poppins), system-ui, sans-serif;font-size:var(--tr-small);font-weight:var(--tr-w-regular);line-height:var(--tr-small-lh);text-wrap:pretty;color:var(--tr-body);margin:4px 0 0}.tr-ld-pick{margin-top:18px}.tr-ld-rungs{gap:9px;display:grid}.tr-ld-rung{border:1.5px solid var(--tr-hair);cursor:pointer;border-radius:14px;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:56px;padding:11px 13px;transition:border-color .15s,background-color .15s;display:grid;position:relative}@media (hover:hover){.tr-ld-rung:hover{border-color:color-mix(in oklab, var(--tr-hue) 42%, var(--tr-hair))}}.tr-ld-thumb{background:color-mix(in oklab, var(--tr-hue) 11%, #fff);height:44px;font-family:var(--sf-font-poppins), system-ui, sans-serif;font-size:var(--tr-body);font-weight:var(--tr-w-bold);line-height:var(--tr-body-lh);font-variant-numeric:tabular-nums;color:var(--tr-hue);border-radius:10px;place-items:center;display:grid}.tr-ld-rung-words{min-width:0;font-family:var(--sf-font-poppins), system-ui, sans-serif;flex-direction:column;align-items:flex-start;gap:4px;display:flex}.tr-ld-rung-words b{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:var(--tr-body);font-weight:var(--tr-w-medium);line-height:var(--tr-body-lh);color:var(--tr-ink);overflow:hidden}.tr-ld-save{background:var(--tr-hue);color:var(--tr-on-hue);font-size:var(--tr-fine);font-weight:var(--tr-w-medium);line-height:var(--tr-fine-lh);border-radius:999px;padding:2px 8px}.tr-ld-rung-price{font-family:var(--sf-font-poppins), system-ui, sans-serif;font-variant-numeric:tabular-nums;align-items:baseline;gap:7px;display:flex}.tr-ld-rung-price b{font-size:var(--tr-lead);font-weight:var(--tr-w-bold);line-height:var(--tr-lead-lh);letter-spacing:-.02em;color:var(--tr-ink)}.tr-ld-rung-price s{font-size:var(--tr-fine);font-weight:var(--tr-w-regular);line-height:var(--tr-fine-lh);color:var(--tr-body)}.tr-ld-flag{background:var(--tr-ink);color:var(--tr-card);font-family:var(--sf-font-poppins), system-ui, sans-serif;font-size:var(--tr-fine);font-weight:var(--tr-w-medium);line-height:var(--tr-fine-lh);white-space:nowrap;border-radius:999px;padding:1px 8px;position:absolute;top:-8px;right:12px}#tr-ld-rung-one:checked~.tr-ld-rungs .tr-ld-rung:first-child,#tr-ld-rung-two:checked~.tr-ld-rungs .tr-ld-rung:nth-child(2),#tr-ld-rung-three:checked~.tr-ld-rungs .tr-ld-rung:nth-child(3){border-color:var(--tr-hue);background:color-mix(in oklab, var(--tr-hue) 6%, #fff)}#tr-ld-rung-one:focus-visible~.tr-ld-rungs .tr-ld-rung:first-child,#tr-ld-rung-two:focus-visible~.tr-ld-rungs .tr-ld-rung:nth-child(2),#tr-ld-rung-three:focus-visible~.tr-ld-rungs .tr-ld-rung:nth-child(3){outline:2px solid var(--tr-ink);outline-offset:2px}.tr-ld-cta{background:var(--tr-hue);min-height:52px;color:var(--tr-on-hue);font-family:var(--sf-font-poppins), system-ui, sans-serif;font-size:var(--tr-body);font-weight:var(--tr-w-medium);line-height:var(--tr-body-lh);border-radius:14px;justify-content:center;align-items:center;margin-top:14px;padding:0 22px;text-decoration:none;transition:filter .15s;display:flex}.tr-ld-cta:focus-visible{outline:2px solid var(--tr-ink);outline-offset:3px}@media (hover:hover){.tr-ld-cta:hover{filter:brightness(1.06)}}.tr-ld-ship{font-family:var(--sf-font-poppins), system-ui, sans-serif;font-size:var(--tr-small);font-weight:var(--tr-w-regular);line-height:var(--tr-small-lh);color:var(--tr-body);flex-wrap:wrap;justify-content:center;align-items:center;gap:7px;margin:12px 0 0;display:flex}.tr-ld-ship b{font-weight:var(--tr-w-medium);color:var(--tr-ink)}.tr-ld-ship-dot{background:var(--tr-hue);border-radius:50%;width:7px;height:7px}.tr-ld-ship-sep{background:var(--tr-hair);border-radius:50%;width:3px;height:3px}.tr-ld-notes{background:var(--tr-card);border-radius:14px;margin-top:16px;padding:13px 14px 4px}.tr-ld-notes-head{font-family:var(--sf-font-poppins), system-ui, sans-serif;font-size:var(--tr-fine);font-weight:var(--tr-w-regular);line-height:var(--tr-fine-lh);color:var(--tr-body);justify-content:space-between;align-items:baseline;gap:10px;margin:0 0 10px;display:flex}.tr-ld-notes-head b{font-weight:var(--tr-w-medium);color:var(--tr-ink)}.tr-ld-notes-more{font-weight:var(--tr-w-medium);color:var(--tr-ink);flex:none;text-decoration:none}@media (hover:hover){.tr-ld-notes-more:hover{text-underline-offset:3px;text-decoration-line:underline}}.tr-ld-note{grid-template-columns:15px minmax(0,1fr);align-items:start;column-gap:9px;margin:0 0 11px;display:grid}.tr-ld-note-tick{background:var(--tr-hue);width:15px;height:15px;color:var(--tr-on-hue);border-radius:50%;place-items:center;margin-top:2px;display:grid}.tr-ld-note-body{font-family:var(--sf-font-poppins), system-ui, sans-serif;font-size:var(--tr-fine);font-weight:var(--tr-w-regular);line-height:var(--tr-small-lh);color:var(--tr-ink);flex-direction:column;gap:2px;display:flex}.tr-ld-note-meta{font-size:var(--tr-fine);line-height:var(--tr-fine-lh);color:var(--tr-body)}.tr-ld-note-meta i{color:color-mix(in oklab, var(--tr-body) 76%, #fff);font-style:normal}@media (prefers-reduced-motion:reduce){.tr-ld-frame,.tr-ld-dot:after,.tr-ld-rung,.tr-ld-cta{transition:none}}.tr-gal{margin-bottom:16px;position:relative}.tr-gal-rail{aspect-ratio:1;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;background:var(--tr-card);scrollbar-width:none;border-radius:16px;display:flex;overflow:auto hidden}.tr-gal-rail::-webkit-scrollbar{display:none}.tr-gal-rail:focus-visible{outline:2px solid var(--tr-ink);outline-offset:3px}.tr-gal-frame{scroll-snap-align:start;scroll-snap-stop:always;flex:0 0 100%;width:100%;position:relative}.tr-gal-dots{justify-content:center;gap:2px;display:flex;position:absolute;bottom:8px;left:0;right:0}.tr-gal-dot{cursor:pointer;appearance:none;background:0 0;border:0;place-items:center;width:32px;height:32px;padding:0;display:grid}.tr-gal-dot:after{content:"";background:#fff9;border-radius:999px;width:7px;height:7px;transition:width .17s,background-color .17s;box-shadow:0 1px 3px #11111142}.tr-gal-dot[data-on]:after{background:#fff;width:18px}.tr-gal-dot:focus-visible{outline-offset:-5px;border-radius:999px;outline:2px solid #fff}@media (prefers-reduced-motion:reduce){.tr-gal-rail{scroll-behavior:auto}.tr-gal-dot:after{transition:none}}.db-navgroup{flex-direction:column;gap:2px;display:flex}.db-navchev{color:var(--faint);margin-left:auto;transition:transform .16s;display:inline-flex}.db-navgroup.is-open .db-navchev{transform:rotate(180deg)}.db-navkids{border-left:1px solid var(--line);flex-direction:column;gap:2px;margin:2px 0 2px 15px;padding-left:11px;display:flex}.db-navkid{gap:10px;padding:8px 10px;font-size:13.5px}.is-rail .db-navchev,.is-rail .db-navkids{display:none}.sc-root{max-width:940px;color:var(--ink);padding:24px 28px 48px}.sc-top{margin-bottom:16px}.sc-title{letter-spacing:-.01em;margin:0;font-size:22px;font-weight:700}.sc-lede{color:var(--body-text);max-width:62ch;margin:5px 0 0;font-size:13.5px}.sc-banner{color:#4c1d95;background:#f2ecfe;border-radius:10px;max-width:78ch;margin:0 0 22px;padding:11px 14px;font-size:13px;line-height:1.6}.sc-group{background:var(--surface);border:1px solid var(--line);border-radius:12px;margin-bottom:26px;padding:4px 18px 18px}.sc-group-head{border-bottom:1px solid var(--line-soft);flex-wrap:wrap;align-items:baseline;gap:10px;margin-bottom:10px;padding:14px 0 10px;display:flex}.sc-group-title{margin:0;font-size:15px;font-weight:700}.sc-group-hint,.sc-row-hint{color:var(--muted);font-size:12.5px;font-weight:400}.sc-row-hint{margin-top:2px;display:block}.sc-group-body{flex-direction:column;gap:2px;display:flex}.sc-sub-title{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin:16px 0 4px;font-size:11.5px;font-weight:700}.sc-row{border-bottom:1px solid var(--line-soft);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:14px;padding:9px 0;display:flex}.sc-row:last-child{border-bottom:none}.sc-check{cursor:pointer;align-items:flex-start;gap:10px;font-size:14px;display:flex}.sc-check input{width:15px;height:15px;accent-color:var(--accent);cursor:pointer;flex:none;margin:2px 0 0}.sc-check-label{color:var(--ink);font-size:14px}.sc-row.is-done>.sc-check .sc-check-label{color:var(--muted);text-decoration:line-through;-webkit-text-decoration-color:var(--faint);text-decoration-color:var(--faint)}.sc-subs{flex-wrap:wrap;gap:6px;width:100%;margin-top:2px;padding-left:25px;display:flex}.sc-sub{border:1px solid var(--line);color:var(--body-text);cursor:pointer;border-radius:999px;align-items:center;gap:6px;padding:3px 9px;font-size:12px;display:inline-flex}.sc-sub.is-on{background:var(--accent-soft);color:var(--accent);border-color:#c9d8fb}.sc-sub input{width:12px;height:12px;accent-color:var(--accent);cursor:pointer}.sc-counter{align-items:center}.sc-stepper{border:1px solid var(--line);border-radius:9px;align-items:center;gap:2px;padding:2px;display:inline-flex}.sc-stepper button{cursor:pointer;width:26px;height:26px;color:var(--body-text);background:0 0;border:none;border-radius:7px;font-family:inherit;font-size:15px;line-height:1}.sc-stepper button:hover{background:var(--hover);color:var(--ink)}.sc-count{text-align:center;font-variant-numeric:tabular-nums;min-width:62px;font-size:13.5px;font-weight:600}.sc-count-unit{color:var(--muted);margin-left:4px;font-size:12px;font-weight:400}.sc-spec{background:#f7f5ff;border:1px solid #e3dcfb;border-radius:10px;gap:12px;margin:14px 0 4px;padding:12px 14px;display:flex}.sc-spec-tag{letter-spacing:.06em;text-transform:uppercase;color:#fff;background:#6d28d9;border-radius:5px;flex:none;align-self:flex-start;padding:3px 7px;font-size:10.5px;font-weight:700}.sc-spec-body{min-width:0}.sc-spec-open{color:#3b1d80;margin:0 0 5px;font-size:13.5px;font-weight:600}.sc-spec-why p{color:#4c3d7a;max-width:74ch;margin:0 0 7px;font-size:13px;line-height:1.65}.sc-spec-why p:last-child{margin-bottom:0}.sc-blocked{border:1px dashed var(--line);background:var(--canvas);border-radius:10px;padding:14px 16px}.sc-blocked-title{margin:0 0 8px;font-size:14px;font-weight:700}.sc-blocked p{color:var(--body-text);max-width:76ch;margin:0 0 9px;font-size:13px;line-height:1.65}.sc-blocked p:last-child{margin-bottom:0}.sc-board{grid-template-columns:repeat(6,minmax(140px,1fr));gap:10px;padding-bottom:4px;display:grid;overflow-x:auto}.sc-col{background:var(--canvas);border:1px solid var(--line);border-radius:10px;min-width:140px;padding:10px}.sc-col-head{justify-content:space-between;align-items:center;gap:6px;display:flex}.sc-col-name{font-size:12.5px;font-weight:700}.sc-col-count{color:var(--muted);background:var(--line-soft);font-variant-numeric:tabular-nums;border-radius:999px;padding:1px 7px;font-size:11.5px}.sc-col-note{color:var(--muted);margin:5px 0 9px;font-size:11.5px;line-height:1.5}.sc-col-empty{color:var(--faint);border:1px dashed var(--line);text-align:center;border-radius:8px;padding:14px 8px;font-size:11.5px}.sc-form{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));align-items:start;gap:12px 16px;display:grid}.sc-field{flex-direction:column;gap:5px;display:flex}.sc-field.is-area{grid-column:1/-1}.sc-field-label{color:var(--body-text);font-size:12.5px;font-weight:600}.sc-field input,.sc-field select,.sc-field textarea{color:var(--ink);background:var(--surface);border:1px solid var(--line);border-radius:9px;width:100%;padding:8px 10px;font-family:inherit;font-size:13.5px}.sc-field textarea{resize:vertical;line-height:1.55}.sc-field input:focus,.sc-field select:focus,.sc-field textarea:focus{box-shadow:0 0 0 3px var(--accent-soft);border-color:#c9d8fb;outline:none}.sc-checks{flex-wrap:wrap;grid-column:1/-1;gap:18px;padding-top:2px;display:flex}.sc-actions{flex-wrap:wrap;grid-column:1/-1;gap:8px;margin-top:14px;display:flex}.sc-btn{border:1px solid var(--line);background:var(--surface);color:var(--body-text);cursor:pointer;border-radius:9px;padding:8px 14px;font-family:inherit;font-size:13px;font-weight:600}.sc-btn:hover{background:var(--hover);color:var(--ink)}.sc-btn.is-primary{background:var(--accent);border-color:var(--accent);color:var(--accent-contrast)}.sc-btn.is-primary:hover{color:var(--accent-contrast);background:#2549c9}.sc-tools{flex-direction:column;gap:7px;margin:10px 0 0;padding:0;list-style:none;display:flex}.sc-tools li{flex-wrap:wrap;align-items:baseline;gap:10px;font-size:13px;display:flex}.sc-tools a{color:var(--accent);align-items:center;gap:5px;font-weight:600;text-decoration:none;display:inline-flex}.sc-tools a:hover{text-decoration:underline}.sc-tools .sc-row-hint{margin:0;display:inline}.sc-foot{color:var(--muted);margin:26px 0 0;font-size:12.5px}.sc-linkbtn{font-family:inherit;font-size:inherit;color:var(--accent);cursor:pointer;background:0 0;border:none;padding:0;text-decoration:underline}.sc-toast-region{pointer-events:none;justify-content:center;min-height:1px;margin-top:22px;display:flex;position:sticky;bottom:14px}.sc-toast{background:var(--ink);color:#fff;border-radius:999px;padding:9px 15px;font-size:13px;font-weight:500;box-shadow:0 12px 28px -12px #0f172980}@media (max-width:900px){.sc-root{padding:20px 16px 44px}.sc-board{grid-template-columns:repeat(6,minmax(150px,1fr))}}.ov-conn{color:var(--body-text);align-items:baseline;gap:7px;margin:0 0 10px;font-size:12.5px;line-height:1.55;display:flex}.ov-conn-dot{background:var(--faint);border-radius:50%;flex:none;width:8px;height:8px;transform:translateY(-1px)}.ov-conn.is-connected .ov-conn-dot{background:#16a34a}.ov-conn.is-failing .ov-conn-dot{background:#e5484d}.ov-conn.is-not_configured .ov-conn-dot{background:#6d28d9}.st-stripe{flex-wrap:wrap;gap:8px;margin:8px 0 4px;display:flex}.st-stripe .st-input{flex:190px;min-width:0}.st-sub code{font-family:var(--font-mono,ui-monospace, "SFMono-Regular", Menlo, monospace);background:var(--line-soft);border-radius:5px;padding:1px 5px;font-size:12px}.st-error{color:#8e2020;background:#fcecec;border:1px solid #f3c9c9;border-radius:10px;margin:0 0 14px;padding:11px 14px;font-size:13.5px;line-height:1.55}.lg-page{background:var(--canvas);place-items:center;min-height:100svh;padding:24px;display:grid}.lg-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);flex-direction:column;gap:8px;width:100%;max-width:340px;padding:28px;display:flex}.lg-mark{letter-spacing:.08em;text-transform:uppercase;color:var(--accent);margin:0;font-size:13px;font-weight:600}.lg-title{color:var(--ink);margin:0 0 12px;font-size:20px;font-weight:600}.lg-label{color:var(--body-text);font-size:13px;font-weight:500}.lg-input{width:100%;font:inherit;color:var(--ink);background:var(--surface);border:1px solid var(--line);border-radius:8px;padding:10px 12px;font-size:15px}.lg-input:focus-visible{outline:2px solid var(--accent);outline-offset:1px;border-color:var(--accent)}.lg-button{font:inherit;color:var(--accent-contrast);background:var(--accent);border:1px solid var(--accent);cursor:pointer;border-radius:8px;margin-top:8px;padding:10px 14px;font-size:15px;font-weight:600}.lg-button:hover{filter:brightness(.95)}.lg-error{color:#b42318;margin:4px 0 0;font-size:13px;line-height:1.45}.db-signout{margin-top:auto;padding-top:8px}.db-signout .db-navitem{width:100%;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0}
