:root{--bg:#f5f6f1;--surface:#fff;--surface-muted:#eceee7;--line:#d9ded2;--ink:#161815;--muted:#626a60;--good:#167057;--good-bg:#dceee7;--warn:#946a16;--warn-bg:#f5e8bf;--bad:#a33a32;--bad-bg:#f2d9d6;--blue:#315f8a;--blue-bg:#dbe7f1;--font-sans:"Hiragino Sans", "Yu Gothic UI", "Meiryo", system-ui, sans-serif}*{box-sizing:border-box}html{background:var(--bg);min-width:320px;color:var(--ink);letter-spacing:0}body{font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}img{max-width:100%}.page-shell{width:min(1180px,100% - 32px);margin:0 auto;padding:24px 0 56px}.product-page-shell{padding-top:18px}.app-header{justify-content:space-between;align-items:end;gap:20px;padding:20px 0 18px;display:flex}.app-header p{color:var(--muted);margin:0 0 6px;font-size:.86rem}.app-header h1{margin:0;font-size:2.45rem;line-height:1.08}.header-actions,.event-filter-bar,.hero-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.filter-chip,.button-link,.icon-link{border:1px solid var(--line);background:var(--surface);min-height:38px;color:var(--ink);white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;gap:7px;padding:0 12px;font-size:.92rem;font-weight:700;display:inline-flex}.filter-chip.active{border-color:var(--ink);background:var(--ink);color:#fff}.icon-link{background:0 0;border:0;min-height:34px;padding:0}.button-link{background:var(--ink);color:#fff}.status-pill{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;min-height:26px;padding:0 9px;font-size:.78rem;font-weight:800;display:inline-flex}.event-filter-bar{padding:16px 0 8px}.section-band{padding:22px 0 0}.section-heading{justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:12px;display:flex}.section-heading h2{margin:0;font-size:1.15rem}.section-heading span{color:var(--muted);font-size:.88rem}.product-grid{grid-template-columns:repeat(auto-fill,minmax(268px,1fr));gap:12px;display:grid}.product-card{border:1px solid var(--line);background:var(--surface);border-radius:8px;grid-template-columns:112px minmax(0,1fr);min-height:178px;display:grid;overflow:hidden}.product-card-media{background:var(--surface-muted);min-height:178px;display:block;position:relative}.product-card-media img,.product-hero-media img{object-fit:cover}.image-placeholder{width:100%;height:100%;min-height:inherit;color:var(--muted);place-items:center;font-weight:800;display:grid}.product-card-body{flex-direction:column;gap:9px;min-width:0;padding:12px;display:flex}.product-card-topline{justify-content:space-between;align-items:center;gap:8px;display:flex}.product-card-topline>span{color:var(--muted);font-size:.78rem}.product-card h2{-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:44px;margin:0;font-size:1rem;line-height:1.35;display:-webkit-box;overflow:hidden}.product-card-price{align-items:baseline;gap:8px;display:flex}.product-card-price strong{font-size:1.2rem}.product-card-price span,.product-card-stock span{color:var(--muted);font-size:.83rem}.product-card-stock{flex-wrap:wrap;gap:8px;display:flex}.product-card-stock span{align-items:center;gap:5px;display:inline-flex}.ops-header{align-items:center}.ops-summary-row{flex-wrap:wrap;align-items:center;gap:8px;margin-top:16px;display:flex}.ops-summary-row>span:not(.status-pill){color:var(--muted);align-items:center;gap:6px;font-size:.88rem;font-weight:700;display:inline-flex}.ops-delivery-list,.ops-run-list{gap:8px;display:grid}.ops-run-row{border:1px solid var(--line);background:var(--surface);border-radius:8px;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:10px;padding:12px;display:grid}.ops-run-row>svg{color:var(--blue);margin-top:5px}.ops-run-main{gap:6px;min-width:0;display:grid}.ops-run-title{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.ops-run-title span:not(.status-pill){color:var(--muted);font-size:.84rem}.ops-delivery-row{border:1px solid var(--line);background:var(--surface);border-radius:8px;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:10px;padding:12px;display:grid}.ops-delivery-row>svg{color:var(--warn);margin-top:5px}.ops-delivery-main{gap:6px;min-width:0;display:grid}.ops-delivery-title,.ops-delivery-meta{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.ops-delivery-title strong{min-width:0}.ops-delivery-title span:not(.status-pill),.ops-delivery-meta{color:var(--muted);font-size:.84rem}.ops-delivery-meta.strong{color:var(--ink);font-weight:700}.ops-delivery-error{border-left:4px solid var(--bad);background:var(--bad-bg);color:var(--bad);padding:7px 9px;font-size:.86rem;font-weight:700}.ops-delivery-actions{flex-wrap:wrap;grid-column:2/-1;align-items:center;gap:8px;display:flex}.ops-error-action{align-items:center;gap:6px;display:inline-flex}.ops-error-field{border:1px solid var(--line);background:var(--surface);width:min(220px,48vw);min-height:36px;color:var(--ink);border-radius:8px;padding:0 10px}.ops-action-error{color:var(--bad);font-size:.82rem;font-weight:700}.button-link:disabled,.icon-button:disabled{cursor:not-allowed;opacity:.58}.icon-button{border:1px solid var(--line);background:var(--surface);width:38px;height:38px;color:var(--ink);border-radius:8px;place-items:center;display:inline-grid}.spin-icon{animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.empty-panel{border:1px dashed var(--line);min-height:86px;color:var(--muted);background:#ffffff8a;border-radius:8px;padding:24px}.product-hero{grid-template-columns:minmax(280px,360px) minmax(0,1fr);align-items:stretch;gap:24px;margin-top:16px;display:grid}.product-hero-media{background:var(--surface-muted);border-radius:8px;min-height:460px;position:relative;overflow:hidden}.product-hero-main{flex-direction:column;justify-content:center;gap:18px;min-width:0;display:flex}.product-kicker{color:var(--muted);flex-wrap:wrap;align-items:center;gap:8px;font-size:.88rem;display:flex}.product-hero h1{max-width:720px;margin:0;font-size:3rem;line-height:1.08}.hero-price-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.hero-price-row strong{font-size:2rem}.decision-callout{border-radius:8px;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:10px;width:min(100%,620px);padding:14px;display:grid}.decision-callout strong,.decision-callout span{display:block}.decision-callout span{margin-top:2px}.decision-good{background:var(--good-bg);color:var(--good)}.decision-warn{background:var(--warn-bg);color:var(--warn)}.decision-bad{background:var(--bad-bg);color:var(--bad)}.decision-neutral{background:var(--blue-bg);color:var(--blue)}.answer-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:22px;display:grid}.answer-tile{border:1px solid var(--line);background:var(--surface);border-radius:8px;grid-template-columns:auto minmax(0,1fr);gap:4px 9px;min-height:116px;padding:14px;display:grid}.answer-tile svg{color:var(--blue);grid-row:span 3;margin-top:2px}.answer-tile span,.answer-tile small{color:var(--muted)}.answer-tile strong{font-size:1.25rem}.stock-matrix{grid-template-columns:max-content repeat(var(--size-count), minmax(48px, 1fr));border:1px solid var(--line);background:var(--surface);border-radius:8px;width:100%;display:grid;overflow:auto}.stock-color-head,.stock-size-head,.stock-color,.stock-cell{border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:48px}.stock-size-head,.stock-color-head{z-index:1;background:var(--surface-muted);color:var(--muted);place-items:center;font-size:.78rem;font-weight:800;display:grid;position:sticky;top:0}.stock-color{align-items:center;gap:8px;padding:6px 10px;font-weight:800;display:flex}.color-swatch{background-position:50%;background-size:cover;border:1px solid #8f948d;border-radius:999px;flex:none;width:22px;height:22px;box-shadow:inset 0 0 0 1px #ffffff6b}.color-label{flex-direction:column;gap:2px;min-width:0;line-height:1.05;display:flex}.color-code{font-size:.8rem}.color-name{overflow-wrap:anywhere;max-width:112px;color:var(--muted);font-size:.68rem;font-weight:750}.stock-cell{justify-content:center;align-items:center;gap:4px;min-width:48px;padding:0 5px;font-size:.82rem;font-weight:800;display:flex}.stock-symbol{font-size:.96rem;line-height:1}.stock-in_stock{color:var(--good);background:#eef6ef}.stock-unknown,.stock-missing{background:var(--surface-muted);color:var(--muted)}.purchase-coming_soon{box-shadow:inset 0 -3px 0 var(--blue)}.price-history{border:1px solid var(--line);background:var(--surface);border-radius:8px;grid-auto-columns:minmax(96px,1fr);grid-auto-flow:column;gap:10px;padding:14px;display:grid;overflow-x:auto}.price-bar-item{grid-template-rows:112px auto auto auto;gap:4px;min-width:96px;display:grid}.price-bar-track{border-bottom:1px solid var(--line);justify-content:center;align-items:end;display:flex}.price-bar{width:36px;height:var(--bar-height);background:var(--blue);border-radius:6px 6px 0 0}.price-kind-unknown{background:var(--muted)}.price-bar-item span,.price-bar-item small{color:var(--muted);font-size:.78rem}.event-timeline{border:1px solid var(--line);background:var(--surface);border-radius:8px;gap:8px;margin:0;padding:12px;list-style:none;display:grid}.event-timeline li{grid-template-columns:auto minmax(0,1fr);align-items:start;gap:10px;min-height:42px;display:grid}.event-timeline svg{color:var(--blue);margin-top:3px}.event-timeline-good svg{color:var(--good)}.event-timeline-warn svg{color:var(--warn)}.event-timeline-bad svg{color:var(--bad)}.event-timeline strong,.event-timeline span{display:block}.event-timeline strong{line-height:1.35}.event-timeline p{color:var(--ink);margin:3px 0 4px;font-size:.9rem;line-height:1.55}.event-timeline span{color:var(--muted);font-size:.86rem}.restock-lookup{border:1px solid var(--line);background:var(--surface);border-radius:8px;gap:18px;margin-bottom:12px;padding:16px;display:grid}.restock-lookup-heading{gap:4px;display:grid}.restock-lookup-heading strong{color:var(--ink);font-size:1.04rem;line-height:1.4}.restock-lookup-heading p{color:var(--muted);margin:0;font-size:.86rem;line-height:1.55}.restock-picker{gap:9px;display:grid}.restock-picker-label{align-items:baseline;gap:8px;display:flex}.restock-picker-label span,.restock-answer small{color:var(--muted);font-size:.78rem;font-weight:800}.restock-picker-label strong{min-width:0;color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:.92rem;font-weight:900;overflow:hidden}.restock-color-grid{grid-template-columns:repeat(auto-fill,minmax(72px,1fr));gap:8px;display:grid}.restock-color-chip{border:1px solid var(--line);background:var(--surface);min-width:0;min-height:86px;color:var(--ink);cursor:pointer;border-radius:8px;justify-items:center;gap:6px;padding:7px;display:grid}.restock-color-chip img,.restock-color-chip>span{border:1px solid var(--line);border-radius:4px;width:52px;height:52px;display:block}.restock-color-chip img{object-fit:cover}.restock-color-chip>span{background:var(--surface-muted);color:var(--muted);place-items:center;font-size:.9rem;font-weight:900;display:grid}.restock-color-chip small{max-width:100%;color:var(--muted);text-align:center;text-overflow:ellipsis;white-space:nowrap;font-size:.7rem;font-weight:800;line-height:1.2;overflow:hidden}.restock-size-grid{flex-wrap:wrap;gap:8px;display:flex}.restock-size-chip{border:1px solid var(--line);background:var(--surface);min-width:52px;height:44px;color:var(--ink);cursor:pointer;border-radius:8px;font-size:.9rem;font-weight:900}.restock-color-chip:hover,.restock-size-chip:hover{border-color:var(--ink)}.restock-color-chip:focus-visible,.restock-size-chip:focus-visible{outline:3px solid var(--blue-bg);outline-offset:2px}.restock-color-chip.selected,.restock-size-chip.selected{border-color:var(--ink);box-shadow:inset 0 0 0 1px var(--ink)}.restock-color-chip.selected small{color:var(--ink)}.restock-size-chip.selected{background:var(--ink);color:#fff}.restock-answer{border:1px solid var(--line);border-left:4px solid var(--muted);background:var(--surface-muted);border-radius:8px;grid-template-columns:minmax(0,1fr) auto auto auto;align-items:baseline;gap:10px;padding:10px 12px;display:grid}.restock-answer-seen{border-left-color:var(--good);background:var(--good-bg)}.restock-answer span{min-width:0;color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:.92rem;font-weight:900;overflow:hidden}.restock-answer strong{color:var(--ink);font-size:1.02rem;line-height:1}.restock-answer-seen strong{color:var(--good)}@media (max-width:860px){.page-shell{width:min(100% - 22px,680px)}.app-header,.product-hero,.answer-grid,.restock-answer{grid-template-columns:1fr}.restock-answer span{white-space:normal}.ops-delivery-row{grid-template-columns:auto minmax(0,1fr)}.ops-delivery-row .icon-button{grid-column:2;width:100%}.ops-delivery-actions{grid-column:1/-1}.ops-delivery-actions .icon-button{grid-column:auto;width:38px}.ops-error-action,.ops-error-field{width:100%}.app-header{align-items:start}.product-hero-media{min-height:360px}.app-header h1{font-size:2rem}.product-hero h1{font-size:2.15rem}.answer-grid{gap:8px}}@media (max-width:540px){.page-shell{width:min(100% - 16px,420px);padding-bottom:36px}.product-grid{grid-template-columns:1fr}.product-card{grid-template-columns:104px minmax(0,1fr)}.product-card-media{min-height:168px}.app-header h1{font-size:1.8rem}.product-hero h1{font-size:1.9rem}}:root{--bg:#fcfcfd;--bg-subtle:#f4f5f7;--surface:#fff;--surface-muted:#f1f5f9;--glass:#ffffffe0;--glass-border:#0f172a14;--line:#0f172a1a;--ink:#0f172a;--text:#0f172a;--muted:#64748b;--text-muted:#64748b;--good:#059669;--good-bg:#05966914;--warn:#ea580c;--warn-bg:#ea580c14;--bad:#dc2626;--bad-bg:#dc262614;--blue:#0284c7;--blue-bg:#0284c714;--shadow:0 4px 20px #0f172a0a;--shadow-lg:0 18px 42px #94a3b824;--radius-sm:8px;--radius:12px;--radius-lg:16px;--font-noto-serif:"Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif}html,body{background:var(--bg);color:var(--text)}body:before{content:"";z-index:-2;pointer-events:none;background:linear-gradient(#ffffff75,#0000 54%);position:fixed;inset:0}.ambient-bg{z-index:-1;pointer-events:none;background:linear-gradient(#f8fafc 0%,#fcfcfd 48%,#f5f7fb 100%),radial-gradient(circle at 1px 1px,#0f172a09 1px,#0000 0) 0 0/18px 18px;position:fixed;inset:0}.page-shell{width:min(100% - 32px,1180px)}.product-page-shell{gap:1.25rem;width:min(100% - 32px,1100px);padding:1.5rem 0 4rem;display:grid;position:relative}.product-page-shell>*{min-width:0}.page-nav{margin:0}.page-nav .icon-link{border:1px solid var(--glass-border);width:fit-content;min-height:36px;color:var(--text-secondary,#334155);box-shadow:var(--shadow);background:#ffffffbd;border-radius:999px;gap:8px;padding:0 12px}.product-hero{background:var(--glass);-webkit-backdrop-filter:blur(16px);border:1px solid #ffffffd1;border-radius:32px;grid-template-columns:minmax(190px,280px) minmax(0,1fr);align-items:center;gap:clamp(24px,4vw,44px);min-height:340px;margin-top:0;padding:clamp(24px,4vw,42px);display:grid;position:relative;overflow:hidden;box-shadow:0 30px 70px -32px #0f172a4d}.product-hero:before{content:"";z-index:0;pointer-events:none;background:linear-gradient(145deg,#ffffffeb,#ffffffb8);position:absolute;inset:0}.product-hero-backdrop{z-index:0;filter:blur(24px);opacity:.2;background-position:top;background-size:cover;height:64%;position:absolute;inset:-44px -44px auto;transform:scale(1.1);-webkit-mask-image:linear-gradient(#000 42%,#0000 100%);mask-image:linear-gradient(#000 42%,#0000 100%)}.product-hero-media{z-index:1;aspect-ratio:3/4;background:var(--surface-muted);border:4px solid #ffffffb8;border-radius:24px;justify-self:center;width:min(100%,270px);min-height:0;position:relative;overflow:hidden;transform:rotate(-2deg);box-shadow:0 24px 56px #0f172a29}.product-hero-media img{object-fit:cover;object-position:center top}.image-placeholder.large{min-height:100%}.product-hero-main{z-index:1;flex-direction:column;justify-content:center;gap:14px;min-width:0;padding:6px 0;display:flex;position:relative}.product-kicker{color:var(--text-muted);gap:8px;font-size:.82rem}.product-hero h1{max-width:680px;color:var(--text);font-family:var(--font-noto-serif);text-wrap:balance;overflow-wrap:anywhere;margin:0;font-size:clamp(1.55rem,3vw,2.15rem);font-weight:600;line-height:1.34}.hero-price-row{gap:10px}.hero-price-row strong{color:var(--text);font-family:var(--font-noto-serif);font-size:clamp(1.55rem,3vw,2rem);line-height:1}.decision-callout{border-radius:var(--radius-lg);border:1px solid #0000;width:min(100%,620px);padding:14px 16px;font-size:.94rem}.decision-good{background:var(--good-bg);color:var(--good);border-color:#0596692e}.decision-warn{background:var(--warn-bg);color:var(--warn);border-color:#ea580c2e}.decision-bad{background:var(--bad-bg);color:var(--bad);border-color:#dc26262e}.decision-neutral{background:var(--blue-bg);color:var(--blue);border-color:#0284c72e}.button-link{color:#fff;background:#0f172a;border:0;border-radius:999px;min-height:42px;padding:0 16px;box-shadow:0 14px 28px #0f172a1f}.answer-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:0}.answer-tile{border:1px solid var(--glass-border);border-radius:var(--radius-lg);min-height:126px;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(12px);background:#ffffffdb;padding:16px}.answer-tile svg{color:var(--blue)}.answer-tile strong{color:var(--text);font-size:1.15rem;line-height:1.25}.section-band{padding-top:.25rem}.section-heading{border-bottom:1px solid var(--line);margin-bottom:10px;padding-bottom:10px}.section-heading h2{color:var(--text);font-size:1.1rem}.section-heading h2:before{content:"";background:var(--text);vertical-align:-.14em;border-radius:999px;width:3px;height:1.05em;margin-right:8px;display:inline-block}.stock-matrix,.price-history,.event-timeline{border:1px solid var(--glass-border);border-radius:var(--radius-lg);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(12px);background:#ffffffdb}.stock-matrix{grid-template-columns:max-content repeat(var(--size-count), minmax(52px, 1fr))}.stock-color-head,.stock-size-head{color:var(--text-muted);background:#f1f5f9db}.stock-in_stock{background:#05966914}.stock-low_stock{color:#dc2626;background:#fef2f2}.stock-out_of_stock{color:#64748b;background:#f1f5f9}.price-history{padding:16px}.related-products{margin:0 0 32px}.related-products-heading{margin-bottom:16px}.related-products-heading h2{color:var(--text);margin:0;font-size:1.15rem;font-weight:700;line-height:1.35}.related-products-sections{gap:24px;display:grid}.related-products-section{min-width:0}.related-products-subhead{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.related-products-subhead h3{color:#555;margin:0;font-size:.82rem;font-weight:700;line-height:1.35}.related-products-link{color:#555;text-underline-offset:4px;white-space:nowrap;align-items:center;gap:6px;font-size:.75rem;font-weight:600;-webkit-text-decoration:underline #d4d4d4;text-decoration:underline #d4d4d4;display:inline-flex}.related-products-link:hover{color:#111;text-decoration-color:#111}.related-products-link svg{transition:transform .18s}.related-products-link:hover svg{transform:translate(2px)}.related-products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.related-product-card{background:#fff;border:1px solid #eef2f6;border-radius:8px;transition:border-color .22s,box-shadow .22s,transform .22s;overflow:hidden}.related-product-card:hover{border-color:#cbd5e1;transform:translateY(-3px);box-shadow:0 8px 24px #0f172a0f}.related-product-media{aspect-ratio:3/4;background:#f8fafc;position:relative;overflow:hidden}.related-product-media img{object-fit:cover;mix-blend-mode:multiply;width:100%;height:100%;transition:transform .42s}.related-product-card:hover .related-product-media img{transform:scale(1.04)}.related-product-placeholder{color:#94a3b8;letter-spacing:.08em;justify-content:center;align-items:center;width:100%;height:100%;font-size:.68rem;font-weight:700;display:flex}.related-product-sale-badge{z-index:2;color:#fff;letter-spacing:.1em;background:#2c2c2c;border-radius:2px;padding:2px 6px;font-size:.6rem;font-weight:800;position:absolute;top:6px;right:6px;box-shadow:0 1px 3px #0f172a1f}.related-product-body{padding:12px 10px}.related-product-body p{-webkit-line-clamp:2;color:#333;-webkit-box-orient:vertical;min-height:2.6em;margin:0;font-size:.8rem;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.related-product-price{align-items:baseline;gap:6px;margin-top:8px;display:flex}.related-product-price strong{color:#111;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.9rem;font-weight:800}.related-product-price span{color:#94a3b8;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.65rem;text-decoration:line-through}@media (min-width:768px){.related-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:900px){.related-products-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.related-product-card-wide-hidden{display:none}}@media (max-width:640px){.related-products{margin-bottom:24px}.related-products-heading{margin-bottom:10px}.related-products-heading h2{font-size:.95rem}.related-products-subhead{align-items:flex-start;margin-bottom:10px}.related-products-subhead h3{font-size:.72rem}.related-products-link{font-size:.7rem}.related-products-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px 6px}.related-product-card{border-color:#f1f5f9}.related-product-body{padding:8px 6px}.related-product-body p{min-height:2.4em;font-size:.68rem;line-height:1.25}.related-product-price{flex-direction:column;align-items:flex-start;gap:2px;margin-top:6px}.related-product-price strong{font-size:.75rem}.related-product-price span{font-size:.55rem}.related-product-sale-badge{padding:2px 4px;font-size:.55rem;top:4px;right:4px}}.price-bar{background:var(--blue)}.price-kind-limited_offer,.price-kind-markdown{background:var(--good)}.event-timeline{padding:14px}.event-timeline li+li{border-top:1px solid var(--line);padding-top:8px}.empty-panel{border-color:var(--line);background:#ffffffb8}.status-pill{border-radius:999px;min-height:25px;padding:0 9px;font-size:.75rem}.status-pill-good{background:var(--good-bg);color:var(--good)}.status-pill-warn{background:var(--warn-bg);color:var(--warn)}.status-pill-bad{background:var(--bad-bg);color:var(--bad)}.status-pill-neutral{background:var(--blue-bg);color:var(--blue)}.status-pill-quiet{background:var(--surface-muted);color:var(--text-muted)}.site-frame{flex-direction:column;min-height:100dvh;display:flex}.site-main{flex:1}.site-header{z-index:50;border-bottom:1px solid var(--glass-border);-webkit-backdrop-filter:blur(10px);background:linear-gradient(#fffffff2,#f8fafce0),radial-gradient(120% 120% at 0 0,#0ea5e914,#0000 40%);position:sticky;top:0}.site-header-inner{justify-content:space-between;align-items:center;gap:14px;width:min(100% - 32px,1100px);margin:0 auto;padding:12px 0;display:flex}.site-menu-button{color:#334155;background:0 0;border:0;flex-direction:column;flex:none;justify-content:center;align-items:center;gap:.19rem;width:1.9rem;height:1.9rem;padding:.25rem;display:none}.site-menu-button span{background:currentColor;border-radius:999px;width:1.1rem;height:1.5px;display:block}.site-brand{align-items:center;gap:10px;min-width:0;display:inline-flex}.site-brand-mark{color:#fff;letter-spacing:.08em;background:linear-gradient(135deg,#0f172a,#334155);border-radius:10px;flex:none;justify-content:center;align-items:center;width:32px;height:32px;font-size:.76rem;font-weight:900;display:inline-flex;box-shadow:0 8px 18px #0f172a33}.site-brand-copy{flex-direction:column;min-width:0;display:inline-flex}.site-brand-copy strong{color:var(--text);font-family:var(--font-noto-serif);text-overflow:ellipsis;white-space:nowrap;font-size:.98rem;line-height:1.1;overflow:hidden}.site-brand-copy small{color:var(--text-muted);letter-spacing:.1em;margin-top:2px;font-size:.62rem;font-weight:800}.site-gender-nav{align-self:stretch;align-items:center;gap:4px;min-width:0;margin-left:18px;display:flex}.site-gender-item{align-self:stretch;align-items:center;display:flex}.site-gender-link{color:#111827;letter-spacing:0;border-bottom:2px solid #0000;align-items:center;min-height:40px;padding:0 12px;font-size:.82rem;font-weight:900;display:inline-flex}.site-gender-link:hover,.site-gender-item:focus-within .site-gender-link{border-bottom-color:#111827}.site-gender-item.is-menu-suppressed .site-gender-link{border-bottom-color:#0000}.site-gender-flyout{z-index:49;visibility:hidden;border-top:1px solid var(--glass-border);border-bottom:1px solid var(--glass-border);opacity:0;background:#fffffffa;transition:opacity .16s,transform .16s,visibility .16s;position:absolute;top:100%;left:0;right:0;transform:translateY(-8px);box-shadow:0 18px 36px #0f172a1f}.site-gender-item:hover .site-gender-flyout,.site-gender-item:focus-within .site-gender-flyout{visibility:visible;opacity:1;transform:translateY(0)}.site-gender-item.is-menu-suppressed .site-gender-flyout{visibility:hidden;opacity:0;pointer-events:none;transform:translateY(-6px)}.site-gender-flyout-inner{width:min(100% - 32px,1100px);margin:0 auto;padding:18px 0 22px}.site-gender-flyout-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:14px;display:flex}.site-gender-flyout-header span{color:#111827;font-size:.86rem;font-weight:900}.site-gender-flyout-header a{color:#334155;font-size:.78rem;font-weight:800}.site-gender-menu-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:2px 28px;display:grid}.site-gender-menu-grid a{color:#111827;border-bottom:1px solid #e2e8f0e6;padding:9px 0;font-size:.88rem;font-weight:700;line-height:1.35}.site-gender-menu-grid a:hover,.site-gender-menu-grid a:focus-visible{color:#0f766e}.site-account-actions{justify-content:flex-end;align-items:center;gap:8px;min-width:0;margin-left:auto;display:flex}.site-header-action{color:#fff;white-space:nowrap;background:linear-gradient(90deg,#0f172a,#334155);border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;padding:.42rem .75rem;font-size:.75rem;font-weight:800;transition:transform .16s;display:inline-flex;box-shadow:0 8px 16px #0f172a2e}.site-header-action:hover{transform:translateY(-1px)}.site-drawer-backdrop{z-index:59;visibility:hidden;opacity:0;background:#0f172a59;transition:opacity .18s,visibility .18s;position:fixed;inset:0}.site-drawer-backdrop.is-open{visibility:visible;opacity:1}.site-mobile-drawer{z-index:60;border-right:1px solid var(--glass-border);background:#fff;width:min(86vw,330px);height:100dvh;padding:16px 16px 24px;transition:transform .2s;position:fixed;top:0;left:0;overflow-y:auto;transform:translate(-100%);box-shadow:0 18px 40px #0f172a29}.site-mobile-drawer.is-open{transform:translate(0)}.site-drawer-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.site-drawer-header strong{color:var(--text);font-size:1rem}.site-drawer-header button{border:1px solid var(--glass-border);color:#334155;background:#fff;border-radius:10px;place-items:center;width:32px;height:32px;font-size:1.25rem;line-height:1;display:grid}.site-drawer-nav{flex-direction:column;gap:8px;display:flex}.site-drawer-nav a{border:1px solid var(--glass-border);color:#334155;background:#fff;border-radius:12px;padding:10px 12px;font-size:.9rem}.site-drawer-gender{border:1px solid var(--glass-border);background:#fff;border-radius:12px}.site-drawer-gender summary{cursor:pointer;color:#111827;padding:10px 12px;font-size:.9rem;font-weight:900}.site-drawer-gender div{gap:6px;padding:0 10px 10px;display:grid}.site-drawer-nav .site-drawer-gender a{border-radius:8px;padding:8px 10px;font-size:.84rem}.site-footer{border-top:1px solid var(--glass-border);background:linear-gradient(#fffffff5,#f5f8fcfa);position:relative;overflow:hidden}.site-footer-bg{pointer-events:none;background:radial-gradient(120% 80% at 10% 0,#0ea5e91a,#0000 50%),radial-gradient(90% 90% at 100% 0,#10b98117,#0000 45%);position:absolute;inset:0}.site-footer-inner{grid-template-columns:1.3fr 1fr;gap:18px;width:min(100% - 32px,1100px);margin:0 auto;padding:36px 0 18px;display:grid;position:relative}.site-footer p{color:#475569;letter-spacing:.14em;margin:0 0 6px;font-size:.7rem;font-weight:900}.site-footer h2{color:var(--text);font-family:var(--font-noto-serif);margin:0;font-size:1.25rem}.site-footer span{color:#475569;max-width:35rem;margin-top:8px;font-size:.9rem;line-height:1.7;display:block}.site-footer-links{justify-items:end;gap:4px;display:grid}.site-footer-links a{color:#334155;border:1px solid #0000;border-radius:999px;padding:5px 8px;font-size:.88rem;transition:border-color .16s,background .16s,transform .16s}.site-footer-links a:hover{border-color:var(--glass-border);background:#fffc;transform:translateY(-1px)}.site-footer-copy{width:min(100% - 32px,1100px);color:var(--text-muted);margin:0 auto;padding:0 0 20px;font-size:.78rem;position:relative}@media (max-width:760px){.site-header-inner,.site-footer-inner,.site-footer-copy{width:min(100% - 24px,680px)}.site-header-inner{gap:8px;padding:12px 0}.site-menu-button{display:inline-flex}.site-gender-nav{display:none}.site-brand-copy strong{max-width:44vw}.site-brand-copy small{display:none}.site-footer-inner{grid-template-columns:1fr}.site-footer-links{justify-items:start}}.product-list-page{background:var(--bg);min-height:100dvh;color:var(--text)}.product-list-bg{z-index:-1;pointer-events:none;background:linear-gradient(#f8fafc 0%,#fcfcfd 44%,#f5f7fb 100%),radial-gradient(circle at 1px 1px,#0f172a09 1px,#0000 0) 0 0/18px 18px;position:fixed;inset:0}.product-list-shell{width:min(100% - 32px,1600px);margin:0 auto;padding:32px 0 72px}.product-list-layout{gap:32px;min-width:0;display:grid}.product-list-sidebar,.product-list-main{min-width:0}.product-list-panel{border:1px solid var(--glass-border);border-radius:var(--radius-sm);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(12px);background:#ffffffe0;padding:20px}.product-list-title p,.product-list-kicker,.filter-heading{color:var(--text-muted);letter-spacing:.16em;text-transform:uppercase;margin:0;font-size:.72rem;font-weight:800}.product-list-title h1{color:var(--text);font-family:var(--font-noto-serif);margin:8px 0 0;font-size:clamp(1.55rem,3vw,2rem);font-weight:700;line-height:1.25}.product-list-title>span{color:var(--text-muted);margin-top:10px;font-size:.88rem;font-weight:700;display:block}.product-list-title strong{color:var(--text)}.product-list-sidebar .event-filter-bar{border-top:1px solid var(--line);align-items:stretch;gap:8px;margin-top:18px;padding:18px 0 0;display:grid}.product-list-page .filter-chip{border-color:var(--glass-border);border-radius:var(--radius-sm);color:#334155;min-height:42px;box-shadow:none;background:#fff;justify-content:flex-start;transition:border-color .16s,background .16s,color .16s}.product-list-page .filter-chip:hover{background:#f8fafc;border-color:#0f172a2e}.product-list-page .filter-chip.active{color:#fff;background:#0f172a;border-color:#0f172a}.filter-search{border-top:1px solid var(--line);grid-template-columns:auto minmax(0,1fr) 34px auto;align-items:center;gap:8px;margin-top:18px;padding-top:18px;display:grid}.filter-search>svg{color:var(--text-muted)}.filter-search input[type=search]{border:1px solid var(--glass-border);border-radius:var(--radius-sm);min-width:0;height:38px;color:var(--text);background:#fff;padding:0 10px;font-size:.86rem}.filter-search button,.filter-search a{border:1px solid var(--glass-border);border-radius:var(--radius-sm);color:#334155;background:#fff;place-items:center;width:34px;height:34px;display:inline-grid}.filter-search button{cursor:pointer}.facet-section{border-top:1px solid var(--line);gap:8px;margin-top:18px;padding-top:18px;display:grid}.facet-list{flex-wrap:wrap;gap:6px;min-width:0;display:flex}.facet-chip{border:1px solid var(--glass-border);border-radius:var(--radius-sm);color:#334155;background:#fff;align-items:center;gap:6px;max-width:100%;min-height:32px;padding:0 8px;font-size:.78rem;font-weight:800;display:inline-flex}.facet-chip span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.facet-chip strong{color:var(--text-muted);flex:none;font-size:.68rem}.facet-chip.active{color:#fff;background:#0f172a;border-color:#0f172a}.facet-chip.active strong{color:#ffffffb8}.tag-facet-groups{gap:12px;display:grid}.tag-facet-group{gap:7px;min-width:0;display:grid}.tag-facet-group-title{color:var(--text-muted);align-items:center;gap:6px;font-size:.76rem;font-weight:900;display:inline-flex}.filter-reset{border:1px solid var(--line);border-radius:var(--radius-sm);color:#334155;background:#fff;justify-content:center;align-items:center;width:100%;min-height:38px;margin-top:18px;font-size:.86rem;font-weight:900;display:inline-flex}.product-list-main{flex-direction:column;gap:20px;display:flex}.product-list-toolbar{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-end;gap:16px;padding:2px 0 14px;display:flex}.product-list-toolbar h2{color:var(--text);margin:4px 0 0;font-size:clamp(1.35rem,2.2vw,1.75rem);line-height:1.2}.product-list-toolbar>span{color:var(--text-muted);white-space:nowrap;font-size:.86rem;font-weight:800}.pagination{justify-content:center;align-items:center;gap:8px;width:100%;display:flex}.pagination-pages{justify-content:center;align-items:center;gap:6px;min-width:0;display:flex}.pagination-button,.pagination-page,.pagination-ellipsis{border:1px solid var(--line);min-width:34px;height:34px;color:var(--text);background:#ffffffc7;border-radius:4px;justify-content:center;align-items:center;font-size:.86rem;font-weight:900;text-decoration:none;display:inline-flex}.pagination-button:hover,.pagination-page:hover{background:#fff;border-color:#111827}.pagination-page.active{color:#fff;background:#111827;border-color:#111827}.pagination-button.disabled,.pagination-ellipsis{color:var(--text-muted);opacity:.55}.pagination-ellipsis{background:0 0;border-color:#0000}.product-list-page .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 14px;display:grid}.product-list-page .product-card{min-height:0;color:var(--text);background:0 0;border:0;border-radius:0;flex-direction:column;transition:color .18s,transform .18s;display:flex;overflow:visible}.product-list-page .product-card:hover{color:#000;transform:translateY(-2px)}.product-list-page .product-card-media{aspect-ratio:3/4;background:var(--surface-muted);border-radius:4px;width:100%;min-height:0;display:block;position:relative;overflow:hidden}.product-list-page .product-card-media img{object-fit:cover;object-position:center top;transition:transform .7s}.product-list-page .product-card:hover .product-card-media img{transform:scale(1.035)}.product-card-badges{justify-items:start;gap:4px;display:grid;position:absolute;top:8px;left:0}.product-badge{color:#fff;letter-spacing:.08em;align-items:center;min-height:21px;padding:0 8px;font-size:.62rem;font-weight:900;display:inline-flex}.product-badge-sale{background:#dc2626f2}.product-badge-stock{background:#0f172adb}.product-list-page .product-card-body{flex-direction:column;flex:1;gap:8px;min-width:0;padding:10px 2px 0;display:flex}.product-card-tags,.product-card-meta,.product-list-page .product-card-price,.product-list-page .product-card-stock,.product-card-decision{align-items:center;min-width:0;display:flex}.product-card-tags,.product-card-meta,.product-list-page .product-card-price,.product-list-page .product-card-stock{flex-wrap:wrap;gap:6px}.product-card-tags>span:not(.status-pill),.product-card-meta span,.product-list-page .product-card-price span,.product-list-page .product-card-stock span{color:var(--text-muted);font-size:.72rem;font-weight:800}.product-card-meta{justify-content:space-between;gap:8px}.product-card-meta span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.product-list-page .product-card h2{min-height:2.85em;color:var(--text);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.9rem;font-weight:700;line-height:1.42;display:-webkit-box;overflow:hidden}.product-list-page .product-card-price strong{color:#000;font-size:clamp(1rem,2.2vw,1.18rem);line-height:1}.product-list-page .product-card-stock span{gap:4px}.product-card-decision{border:1px solid var(--glass-border);color:#334155;background:#fff;border-radius:999px;gap:6px;width:fit-content;margin-top:auto;padding:6px 10px;font-size:.76rem;font-weight:900}.product-card-decision-good{color:var(--good);background:#05966914;border-color:#05966938}.product-card-decision-warn{color:var(--warn);background:#ea580c14;border-color:#ea580c38}.product-card-decision-bad{color:var(--bad);background:#dc262614;border-color:#dc26262e}.product-list-page .empty-panel{border-color:var(--line);border-radius:var(--radius-sm);min-height:240px;color:var(--text-muted);background:#ffffffb3}@media (min-width:760px){.product-list-page .product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:32px 18px}}@media (min-width:1040px){.product-list-layout{grid-template-columns:260px minmax(0,1fr);align-items:start}.product-list-sidebar{position:sticky;top:24px}.product-list-page .product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:38px 24px}}@media (max-width:720px){.product-list-shell{width:min(100% - 20px,680px);padding:20px 0 48px}.product-list-layout{gap:22px}.product-list-panel{padding:16px}.product-list-toolbar{flex-direction:column;align-items:flex-start}.pagination{justify-content:flex-start;padding-bottom:2px;overflow-x:auto}.product-card-tags .status-pill{min-height:22px;padding:0 7px;font-size:.68rem}.product-card-decision{padding:5px 8px}}@media (max-width:860px){.product-page-shell{width:min(100% - 22px,680px);padding-top:1rem}.product-hero{border-radius:24px;grid-template-columns:1fr;gap:18px;padding:22px}.product-hero-media{width:min(62vw,250px);transform:rotate(-1.5deg)}.product-hero-main{padding:0}.product-hero h1{font-size:clamp(1.35rem,5.6vw,1.55rem)}.answer-grid{grid-template-columns:1fr}}@media (max-width:540px){.page-shell,.product-page-shell{width:min(100% - 20px,420px)}.product-hero{padding:18px}.product-hero-media{width:min(74vw,238px)}.decision-callout{grid-template-columns:1fr}.stock-matrix{grid-template-columns:max-content repeat(var(--size-count), 46px)}.stock-color{grid-template-columns:18px minmax(0,1fr);column-gap:6px;padding:6px 8px;display:grid}.color-swatch{width:18px;height:18px}.color-label{flex-direction:column;align-items:flex-start;gap:2px;width:100%}.color-code{font-size:.74rem}.color-name{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:.62rem;overflow:hidden}.stock-cell{min-width:46px}}.ft-product-hero-block{width:100%;padding-bottom:.25rem;position:relative}.ft-product-nav{z-index:20;margin-bottom:.9rem;position:relative}.ft-back-link,.ft-track-cta,.ft-official-link{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;min-height:2.5rem;font-weight:800;display:inline-flex}.ft-back-link{border:1px solid var(--glass-border);color:var(--text-secondary,#334155);box-shadow:var(--shadow);background:#ffffffd6;padding:0 .95rem}.ft-product-hero{min-height:25rem;position:relative;overflow:visible}.ft-product-hero-bg{z-index:0;opacity:.78;height:26rem;position:absolute;inset:0 0 auto;overflow:hidden;-webkit-mask-image:linear-gradient(#000 54%,#0000 100%);mask-image:linear-gradient(#000 54%,#0000 100%)}.ft-product-hero-bg>div{filter:blur(24px);opacity:.42;background-position:top;background-size:cover;position:absolute;inset:-2.25rem;transform:scale(1.1)}.ft-product-hero-bg:after{content:"";mix-blend-mode:overlay;background:#ffffff85;position:absolute;inset:0}.ft-product-hero-stage{z-index:1;width:min(100%,58rem);margin:0 auto;padding-top:7rem;position:relative}.ft-product-image-card{z-index:3;background:var(--surface-muted);border:4px solid #ffffffad;border-radius:1.5rem;width:15rem;height:21.5rem;position:absolute;top:0;left:0;overflow:hidden;transform:translate(-4rem,-1rem)rotate(-3deg);box-shadow:0 24px 48px #0f172a2e}.ft-product-image-card img{object-fit:cover;object-position:center top}.ft-product-info-card{z-index:2;-webkit-backdrop-filter:blur(14px);background:#fffffff0;border:1px solid #fffffff5;border-radius:2.25rem;min-height:18.75rem;padding:1.5rem 2rem 1.5rem 17rem;position:relative;box-shadow:0 30px 70px -32px #0f172a4d}.ft-hero-badges{flex-wrap:wrap;gap:.38rem;margin-bottom:.65rem;display:flex}.ft-hero-badges span{color:#334155;background:#fdf2f8;border:1px solid #fbcfe8;border-radius:999px;align-items:center;min-height:1.55rem;padding:0 .6rem;font-size:.68rem;font-weight:800;display:inline-flex}.ft-hero-kicker{color:#94a3b8;text-transform:uppercase;flex-wrap:wrap;align-items:center;gap:.55rem;margin:0 0 .45rem;font-size:.78rem;font-weight:700;display:flex}.ft-hero-kicker span{border-left:1px solid #e2e8f0;padding-left:.55rem}.ft-product-info-card h1{color:#1e293b;max-width:36rem;font-family:var(--font-noto-serif);overflow-wrap:anywhere;margin:0;font-size:clamp(1.25rem,2.5vw,1.55rem);font-weight:600;line-height:1.5}.ft-hero-tag-profile{border-top:1px solid #0f172a1f;gap:.72rem;margin-top:1rem;padding-top:1rem;display:grid}.ft-hero-tag-profile-heading{align-items:center;gap:.62rem;min-width:0;display:flex}.ft-hero-tag-profile-icon{color:#0f172a;flex:none;justify-content:center;align-items:center;width:auto;height:auto;display:inline-flex}.ft-hero-tag-profile-heading>div{gap:.1rem;min-width:0;display:grid}.ft-hero-tag-profile-heading>div>span{color:#1e293b;font-size:.82rem;font-weight:900;line-height:1.25}.ft-hero-tag-profile-heading small{color:var(--text-muted);font-size:.66rem;font-weight:800;line-height:1.25}.ft-hero-feature-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:.48rem;display:grid}.ft-hero-feature{background:#fff;border:1px solid #0f172a24;border-radius:8px;gap:.16rem;min-width:0;padding:.52rem .62rem;display:grid}.ft-hero-feature span{color:#737373;font-size:.63rem;font-weight:800;line-height:1.25}.ft-hero-feature strong{color:#111827;overflow-wrap:anywhere;min-width:0;font-size:.86rem;font-weight:900;line-height:1.35}.ft-hero-spec-list{flex-wrap:wrap;gap:.36rem;display:flex}.ft-hero-spec{background:#f8fafc;border:1px solid #0f172a21;border-radius:999px;align-items:baseline;gap:.34rem;max-width:100%;padding:.28rem .55rem;display:inline-flex}.ft-hero-spec span{color:#737373;flex:none;font-size:.6rem;font-weight:800;line-height:1.25}.ft-hero-spec strong{color:#0f172a;overflow-wrap:anywhere;min-width:0;font-size:.72rem;font-weight:900;line-height:1.25}.ft-hero-facts{border-top:1px solid #f1f5f9;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;margin-top:1rem;padding-top:1rem;display:grid}.ft-hero-facts span{color:var(--text-muted);font-size:.73rem;font-weight:700}.ft-hero-facts strong{color:#334155;min-width:0;font-family:var(--font-noto-serif);text-overflow:ellipsis;white-space:nowrap;margin-top:.2rem;font-size:.92rem;font-weight:700;display:block;overflow:hidden}.ft-hero-actions{flex-wrap:wrap;gap:.65rem;margin-top:1.15rem;display:flex}.ft-track-cta{color:#fff;background:#0f172a;border:0;padding:0 1rem;box-shadow:0 16px 34px #0f172a24}.ft-track-cta:disabled{cursor:wait;opacity:.68}.ft-track-message{color:var(--muted);margin:.45rem 0 0;font-size:.82rem;line-height:1.5}.ft-official-link{border:1px solid var(--glass-border);color:#334155;background:#fff;padding:0 .9rem}.ft-timing-forecast{border-radius:var(--radius-lg);color:#f8fafc;background:#070b15;border:1px solid #20263a;padding:clamp(1rem,2.5vw,1.65rem);position:relative;overflow:hidden;box-shadow:0 24px 70px #00000052}.ft-timing-sheen{pointer-events:none;background:linear-gradient(135deg,#ffffff0f,#0000 42%),linear-gradient(90deg,#0000,#aebeff14,#0000);position:absolute;inset:0}.ft-timing-header,.ft-timing-header>div,.ft-timing-updated{align-items:center;display:flex;position:relative}.ft-timing-header{flex-wrap:wrap;justify-content:space-between;gap:.75rem}.ft-timing-header>div{gap:.75rem}.ft-timing-icon{border-radius:var(--radius);color:#fff;background:#ffffff12;border:1px solid #ffffff1f;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:inline-flex;box-shadow:0 12px 30px #0000003d}.ft-timing-header h2{color:#fff;margin:0;font-size:clamp(1.3rem,4vw,1.65rem);line-height:1}.ft-timing-updated{color:#aab4cf;background:#00000029;border:1px solid #ffffff1a;border-radius:999px;gap:.45rem;width:fit-content;padding:.38rem .8rem;font-size:.78rem;font-weight:700}.ft-timing-main{grid-template-columns:1.05fr .95fr;align-items:stretch;gap:1.2rem;margin-top:1.35rem;display:grid;position:relative}.ft-weather-side{min-width:0}.ft-weather-art{border-radius:var(--radius-lg);background:linear-gradient(135deg,#f6d77f2e,#0000 42%),linear-gradient(160deg,#8fb3d933,#0a111f6b);height:12rem;position:relative;overflow:hidden}.ft-weather-art span{background:#fff4c2b8;border-radius:999px;height:.35rem;display:block;position:absolute;transform:rotate(-18deg);box-shadow:0 0 14px #f6d77f70}.ft-weather-art span:first-child{width:3.5rem;top:22%;left:14%}.ft-weather-art span:nth-child(2){width:5rem;top:38%;right:13%}.ft-weather-art span:nth-child(3){width:3rem;bottom:23%;right:24%}.ft-weather-cloudy{background:linear-gradient(135deg,#8fb3d92e,#0000 42%),linear-gradient(160deg,#47556957,#0a111f75)}.ft-weather-rainy{background:linear-gradient(135deg,#60a5fa2e,#0000 42%),linear-gradient(160deg,#1e293b7a,#0a111f8f)}.ft-weather-neutral{background:linear-gradient(135deg,#94a3b833,#0000 42%),linear-gradient(160deg,#3341555c,#0a111f75)}.ft-weather-copy{justify-content:space-between;align-items:end;gap:1rem;margin-top:-3.8rem;padding:0 1rem;display:flex;position:relative}.ft-weather-label{color:#fff;font-size:clamp(3rem,8vw,4.4rem);font-weight:900;line-height:1}.ft-verdict{color:#f6d77f;white-space:nowrap;background:#171207bf;border:1px solid #f4d37a99;border-radius:999px;align-items:center;gap:.45rem;padding:.45rem .9rem;font-size:1rem;font-weight:900;display:inline-flex;box-shadow:0 0 24px #f6cc5c38}.ft-verdict-cloudy,.ft-verdict-neutral{color:#c8d7eb;box-shadow:none;background:#111827bf;border-color:#8fb3d959}.ft-verdict-rainy{color:#fecaca;box-shadow:none;background:#271111bf;border-color:#f871714d}.ft-weather-side p{color:#cdd5e8;margin:1rem 0 0;font-size:.95rem;font-weight:700;line-height:1.75}.ft-price-summary{border-radius:var(--radius-lg);background:#0003;border:1px solid #ffffff1a;align-content:center;min-width:0;padding:clamp(1rem,2.4vw,1.25rem);display:grid;box-shadow:0 16px 42px #0000002e}.ft-summary-badge{color:#aab4cf;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:999px;justify-self:end;width:fit-content;padding:.18rem .65rem;font-size:.72rem;font-weight:800}.ft-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr)) auto;align-items:end;gap:1rem;margin-top:.9rem;display:grid}.ft-summary-grid>div{min-width:0}.ft-summary-grid>div:nth-child(3){border-left:1px solid #ffffff1a;padding-left:1rem}.ft-summary-grid span{color:#b5bdd2;font-size:.78rem;font-weight:800}.ft-summary-grid strong{color:#e8edf8;white-space:nowrap;margin-top:.35rem;font-size:clamp(1.45rem,3.6vw,2.15rem);font-weight:900;line-height:1;display:block}.ft-summary-grid .ft-summary-current{color:#f6d77f}.ft-summary-grid small{color:#aab4cf;text-overflow:ellipsis;white-space:nowrap;margin-top:.55rem;font-size:.76rem;font-weight:700;display:block;overflow:hidden}.ft-factor-area{border-top:1px solid #ffffff1a;margin-top:1.25rem;padding-top:1rem;position:relative}.ft-factor-area h3{color:#fff;margin:0 0 .75rem;font-size:1rem}.ft-factor-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;display:grid}.ft-factor{border-radius:var(--radius);color:#aab4cf;background:#00000029;border:1px solid #ffffff1a;align-items:center;gap:.75rem;min-width:0;padding:.8rem;display:flex}.ft-factor>span{border-radius:var(--radius);color:#9aa6c6;background:#171c2b;border:1px solid #ffffff1a;flex:none;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;display:inline-flex}.ft-factor-active{color:#fff;background:#1712079e;border-color:#f4d37a3d}.ft-factor-active>span{color:#f6d77f;background:#211908;border-color:#f4d37a47}.ft-factor strong,.ft-factor small{display:block}.ft-factor strong{color:inherit;font-size:.98rem}.ft-factor small{color:#8b94aa;margin-top:.25rem;font-weight:800}.ft-factor-active small{color:#f6d77f}.ft-section-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:2rem;padding-bottom:1rem;display:flex}.ft-section-heading h2{color:var(--text);letter-spacing:0;margin:0;font-size:clamp(1.25rem,2.4vw,1.5rem);font-weight:800;line-height:1.25}.ft-section-heading span{color:var(--text-muted);white-space:nowrap;font-size:.82rem;font-weight:700}.ft-history-panel{border:1px solid var(--glass-border);border-radius:var(--radius-lg);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(12px);background:#ffffffdb;padding:clamp(1rem,2.5vw,1.35rem);overflow:hidden}.ft-history-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-top:1rem;display:grid}.ft-history-summary>div{border:1px solid var(--glass-border);border-radius:var(--radius);background:var(--surface);padding:.9rem}.ft-history-summary span,.ft-history-summary small{color:var(--text-muted);font-size:.78rem;font-weight:800}.ft-history-summary strong{color:var(--text);margin-top:.35rem;font-size:1.45rem;line-height:1;display:block}.ft-history-summary small{margin-top:.4rem;display:block}.ft-chart-card{border:1px solid var(--glass-border);border-radius:var(--radius-lg);background:var(--surface);margin-top:1rem;padding:.65rem;overflow:hidden}.ft-chart-card svg{width:100%;height:auto;display:block}.ft-chart-axis,.ft-chart-gridline{stroke:#0f172a1f;stroke-width:1px}.ft-chart-gridline{stroke-dasharray:5 7}.ft-chart-label{fill:var(--text-muted);font-size:.78rem;font-weight:800}.ft-chart-value-label{fill:var(--text);paint-order:stroke;stroke:#ffffffeb;stroke-width:4px;stroke-linejoin:round;font-size:.86rem;font-weight:900}.ft-chart-line{fill:none;stroke:var(--blue);stroke-linecap:round;stroke-linejoin:round;stroke-width:4px}.ft-chart-dot{fill:var(--blue);stroke:#fff;stroke-width:3px}.ft-chart-dot-low{fill:var(--green)}.ft-history-table-wrap{border:1px solid var(--glass-border);border-radius:var(--radius-lg);background:var(--surface);margin-top:1rem;overflow-x:auto}.ft-history-table{border-collapse:collapse;text-align:left;width:100%;min-width:340px;font-size:.86rem}.ft-history-table thead{border-bottom:1px solid var(--line);background:var(--bg-subtle)}.ft-history-table th,.ft-history-table td{padding:.72rem .9rem}.ft-history-table th{color:var(--text-muted);font-weight:800}.ft-history-table tr+tr{border-top:1px solid var(--line)}.ft-history-table td:first-child{color:var(--text-muted);white-space:nowrap;font-weight:800}.ft-history-table td:nth-child(2){color:var(--text);font-weight:900}.ft-history-table td span{border:1px solid var(--glass-border);background:var(--bg-subtle);color:var(--text-muted);border-radius:999px;padding:.25rem .55rem;font-size:.75rem;font-weight:800;display:inline-flex}@media (max-width:860px){.ft-product-hero{min-height:0}.ft-product-hero-bg{width:100vw;height:19rem;left:50%;transform:translate(-50%)}.ft-product-hero-stage{padding-top:2.7rem}.ft-product-image-card{border-radius:1.25rem;width:11.75rem;height:17rem;left:.25rem;transform:translateY(-.65rem)rotate(-3deg)}.ft-product-info-card{border-radius:2rem;min-height:17.5rem;padding:1.25rem 1.25rem 1.25rem 14.25rem}.ft-hero-badges{display:none}.ft-product-info-card h1{max-width:36rem;font-size:1.25rem}.ft-hero-tag-profile{max-width:22rem}.ft-hero-feature-list{grid-template-columns:repeat(2,minmax(0,1fr))}.ft-hero-facts{grid-template-columns:repeat(2,minmax(0,1fr));max-width:22rem}.ft-hero-facts>div:nth-child(3){display:none}.ft-timing-main,.ft-factor-grid{grid-template-columns:1fr}.ft-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ft-summary-grid>div:nth-child(3){border-top:1px solid #ffffff1a;border-left:0;grid-column:1/-1;padding-top:.85rem;padding-left:0}}@media (max-width:560px){body{overflow-x:hidden}.ft-product-nav{margin-bottom:.65rem}.ft-product-hero-stage{padding-top:2.35rem}.ft-product-image-card{width:10rem;height:14rem;transform:translateY(-.45rem)rotate(-3deg)}.ft-product-info-card{border-radius:1.65rem;grid-template-columns:10.25rem minmax(0,1fr);gap:0 1rem;min-height:0;padding:1rem;display:grid}.ft-hero-kicker{order:1;grid-column:2;font-size:.68rem}.ft-product-info-card h1{order:2;grid-column:2;max-width:none;font-size:.95rem;line-height:1.45}.ft-hero-tag-profile{order:4;grid-column:1/-1;gap:.62rem;max-width:none;margin-top:1rem;padding-top:1rem}.ft-hero-tag-profile-heading{gap:.46rem}.ft-hero-tag-profile-icon{width:auto;height:auto}.ft-hero-tag-profile-heading>div>span{font-size:.72rem}.ft-hero-tag-profile-heading small{font-size:.58rem}.ft-hero-feature-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:.42rem}.ft-hero-feature{padding:.46rem .56rem}.ft-hero-feature span{font-size:.58rem}.ft-hero-feature strong{font-size:.75rem}.ft-hero-spec-list{gap:.34rem}.ft-hero-spec{gap:.28rem;padding:.24rem .48rem}.ft-hero-spec span{font-size:.54rem}.ft-hero-spec strong{font-size:.66rem}.ft-hero-facts{order:3;grid-column:2;grid-template-columns:1fr;gap:.42rem;max-width:none;margin-top:.8rem;padding-top:.8rem}.ft-hero-facts>div:nth-child(2){display:none}.ft-hero-facts strong{font-size:.78rem}.ft-hero-actions{order:5;grid-column:1/-1;width:100%;margin-top:.95rem}.ft-hero-actions>*{flex:100%}.ft-weather-art{height:10.5rem}.ft-weather-label{font-size:2.75rem}.ft-weather-copy{flex-direction:column;justify-content:flex-start;align-items:flex-end;margin-top:-3.25rem}.ft-weather-label,.ft-verdict{align-self:flex-start}.ft-verdict{padding:.38rem .7rem;font-size:.92rem}.ft-summary-grid{gap:.8rem}.ft-summary-grid strong{font-size:clamp(1.45rem,8vw,1.85rem)}.ft-history-summary{grid-template-columns:1fr}.ft-section-heading{align-items:flex-start;margin-bottom:1.15rem}.ft-section-heading h2{font-size:1.2rem}}
