:root{--background:#f7ff3c;--foreground:#111111;--muted-foreground:rgba(17,17,17,0.66);--surface-card:#ffffff;--surface-elevated:#111111;--primary:#111111;--primary-foreground:#f7ff3c;--accent:#ff4d8d;--accent-foreground:#111111;--border-subtle:rgba(17,17,17,0.24);--border-strong:#111111;--ring:#ff4d8d;--radius-card:4px;--radius-button:4px;--shadow-card:8px 8px 0 #111111;--shadow-floating:12px 12px 0 #111111;--blur-glass:blur(0px);--paper:var(--background);--surface:var(--surface-card);--surface-strong:var(--surface-card);--ink:var(--foreground);--muted:var(--muted-foreground);--line:var(--border-subtle);--line-strong:var(--border-strong);--green:var(--primary);--green-dark:var(--primary);--green-soft:var(--accent);--amber:#8a4b00;--red:#d71919;--shadow:var(--shadow-card);--radius:var(--radius-card)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:linear-gradient(90deg,rgba(17,17,17,.18) 1px,transparent 1px) 0 0 /34px 34px,linear-gradient(rgba(17,17,17,.18) 1px,transparent 1px) 0 0 /34px 34px,var(--background);color:var(--ink);font-family:ui-sans-serif,Arial Black,Microsoft YaHei,PingFang SC,sans-serif;letter-spacing:0}a{color:inherit;text-decoration:none}button,input{font:inherit}button{color:inherit}a:focus-visible,button:focus-visible,input:focus-visible{outline:4px solid var(--ring);outline-offset:3px}img{display:block;max-width:100%}.site-shell{min-height:100vh}.topbar{position:-webkit-sticky;position:sticky;top:0;z-index:30;border-bottom:3px solid var(--border-strong);background:var(--background);-webkit-backdrop-filter:var(--blur-glass);backdrop-filter:var(--blur-glass)}.footer-inner,.page,.topbar-inner{width:min(1180px,calc(100% - 32px));margin:0 auto}.topbar-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 0}.brand{display:inline-flex;align-items:center;gap:10px;color:var(--foreground);font-weight:900;text-transform:uppercase}.brand-mark{display:grid;width:32px;height:32px;place-items:center;background:var(--accent);color:var(--accent-foreground)}.brand-mark,.topbar-order-link{border:3px solid var(--border-strong);border-radius:var(--radius-button);font-family:ui-sans-serif,system-ui,sans-serif;font-size:13px;box-shadow:4px 4px 0 var(--border-strong)}.topbar-order-link{display:inline-flex;min-height:36px;flex:0 0 auto;align-items:center;justify-content:center;gap:7px;background:var(--primary);padding:7px 12px;color:var(--primary-foreground);font-weight:950;transition:transform .15s ease,box-shadow .15s ease}.topbar-order-link:hover{transform:translate(-1px,-1px);box-shadow:5px 5px 0 var(--border-strong)}.page{padding:18px 0 56px}.footer{border-top:3px solid var(--border-strong);background:var(--surface-card)}.footer-inner{display:flex;flex-wrap:wrap;gap:8px 18px;justify-content:space-between;padding:18px 0;color:var(--muted);font-family:ui-sans-serif,system-ui,sans-serif;font-size:12px;font-weight:700}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.button,.icon-button{display:inline-flex;align-items:center;justify-content:center;border:3px solid var(--border-strong);background:var(--primary);color:var(--primary-foreground);cursor:pointer;font-family:ui-sans-serif,system-ui,sans-serif;font-weight:900;transition:background .15s ease,box-shadow .15s ease,transform .15s ease;box-shadow:4px 4px 0 var(--border-strong)}.button{min-height:40px;gap:8px;border-radius:var(--radius-button);padding:9px 15px;font-size:14px}.button:hover,.icon-button:hover{transform:translate(-2px,-2px);box-shadow:7px 7px 0 var(--border-strong)}.button.primary{background:var(--primary);color:var(--primary-foreground)}.button.green{border-color:var(--border-strong);background:var(--accent);color:var(--accent-foreground)}.button.small{min-height:34px;padding:7px 12px;font-size:13px}.icon-button{width:38px;height:38px;border-radius:var(--radius-button)}.catalog-shell{display:grid;grid-gap:12px;gap:12px}.catalog-toolbar{position:-webkit-sticky;position:sticky;top:57px;z-index:20;display:grid;grid-gap:0;gap:0;border:3px solid var(--border-strong);border-radius:var(--radius);background:var(--surface-card);padding:12px;box-shadow:var(--shadow-card);-webkit-backdrop-filter:var(--blur-glass);backdrop-filter:var(--blur-glass);transition:box-shadow .18s ease,transform .18s ease}.catalog-search-line{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:10px;gap:10px;align-items:center}.catalog-toolbar-actions{display:inline-flex;align-items:center;gap:10px;justify-content:flex-end}.catalog-search{position:relative;display:flex;min-height:44px;align-items:center;gap:10px;border:3px solid var(--border-strong);border-radius:var(--radius-card);background:var(--surface-strong);padding:0 12px;color:var(--muted);font-family:ui-sans-serif,system-ui,sans-serif}.catalog-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--ink);font-size:16px;font-weight:800}.catalog-search input::placeholder{color:var(--muted-foreground)}.catalog-search-clear{display:grid;width:28px;height:28px;flex:0 0 auto;place-items:center;border:2px solid var(--border-strong);border-radius:var(--radius-button);background:var(--accent);cursor:pointer}.catalog-expand-filter{display:inline-flex;min-height:44px;align-items:center;justify-content:center;gap:7px;border:3px solid var(--border-strong);border-radius:var(--radius-button);background:var(--accent);padding:7px 12px;color:var(--ink);font-family:ui-sans-serif,system-ui,sans-serif;font-size:14px;font-weight:950;white-space:nowrap;cursor:pointer;box-shadow:4px 4px 0 var(--border-strong);transition:transform .15s ease,box-shadow .15s ease}.catalog-expand-filter:hover{transform:translate(-1px,-1px);box-shadow:5px 5px 0 var(--border-strong)}.catalog-expand-filter:active{transform:translate(2px,2px);box-shadow:2px 2px 0 var(--border-strong)}.catalog-result-meter{display:inline-flex;min-height:44px;align-items:baseline;gap:6px;border:3px solid var(--border-strong);border-radius:var(--radius);background:var(--surface-elevated);padding:7px 14px;color:var(--primary-foreground);font-family:ui-sans-serif,system-ui,sans-serif;font-weight:900;white-space:nowrap;box-shadow:4px 4px 0 var(--border-strong)}.catalog-result-meter small,.catalog-result-meter span{color:rgba(247,255,60,.72);font-size:13px}.catalog-result-meter strong{font-size:28px;line-height:1}.catalog-filter-deck{display:grid;grid-gap:8px;gap:8px;max-height:420px;margin-top:10px;overflow:hidden;opacity:1;transform:translateY(0);transition:max-height .24s ease,margin-top .24s ease,opacity .18s ease,transform .24s ease;will-change:max-height,opacity,transform}.catalog-toolbar.is-filter-hidden .catalog-filter-deck{max-height:0;margin-top:0;opacity:0;pointer-events:none;transform:translateY(-8px)}.catalog-toolbar.is-filter-hidden{box-shadow:4px 4px 0 var(--border-strong)}.catalog-filter-label{display:inline-flex;align-items:center;gap:6px;color:var(--muted);font-family:ui-sans-serif,system-ui,sans-serif;font-size:13px;font-weight:900}.catalog-filter-group{display:grid;grid-template-columns:44px minmax(0,1fr);grid-gap:8px;gap:8px;align-items:start}.catalog-filter-group b{padding-top:7px;font-family:ui-sans-serif,system-ui,sans-serif;font-size:13px;line-height:1.2;white-space:nowrap}.catalog-filter-row{display:flex;gap:7px;overflow-x:auto;padding-bottom:2px;scrollbar-width:none}.catalog-filter-row::-webkit-scrollbar{display:none}.catalog-filter-row button,.catalog-reset{min-height:32px;border-radius:var(--radius-button);cursor:pointer;font-family:ui-sans-serif,system-ui,sans-serif;font-size:12px;font-weight:900;white-space:nowrap}.catalog-filter-row button{border:2px solid var(--border-strong);background:var(--surface-card);padding:6px 10px;color:var(--foreground)}.catalog-filter-row button.active{border-color:var(--border-strong);background:var(--accent);color:var(--accent-foreground);box-shadow:3px 3px 0 var(--border-strong)}.catalog-reset{justify-self:start;display:inline-flex;align-items:center;gap:6px;border:2px solid var(--border-strong);background:var(--surface-elevated);padding:7px 10px;color:var(--primary-foreground)}.catalog-count{color:var(--muted);font-family:ui-sans-serif,system-ui,sans-serif;font-size:14px;font-weight:800}.catalog-count strong{color:var(--ink)}.catalog-grid,.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.catalog-card,.catalog-empty,.detail-hero,.detail-panel,.product-card,.scenario-tile{border:3px solid var(--border-strong);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-card)}.catalog-card{overflow:hidden;content-visibility:auto;contain-intrinsic-size:420px}.catalog-card-media,.product-media{position:relative;background:var(--surface-elevated)}.catalog-card-media{aspect-ratio:1.7/1}.catalog-card-media,.product-media{border-bottom:3px solid var(--border-strong)}.product-media{aspect-ratio:1.85/1}.catalog-card-media img,.detail-hero img,.product-media img{width:100%;height:100%;object-fit:cover}.catalog-card-media span,.score-badge{position:absolute;top:10px;right:10px;border:2px solid var(--border-strong);border-radius:var(--radius-button);background:var(--accent);padding:5px 8px;color:var(--accent-foreground);font-family:ui-sans-serif,system-ui,sans-serif;font-size:12px;font-weight:900;box-shadow:3px 3px 0 var(--border-strong)}.catalog-card-body,.product-body{display:grid;grid-gap:12px;gap:12px;padding:14px}.catalog-card-meta,.catalog-raw-tags,.product-topline{display:flex;flex-wrap:wrap;gap:6px}.catalog-card-meta span,.catalog-raw-tags span,.tag{display:inline-flex;align-items:center;gap:4px;border:2px solid var(--border-strong);border-radius:var(--radius-button);padding:4px 8px;background:var(--surface-card);color:var(--foreground);font-family:ui-sans-serif,system-ui,sans-serif;font-size:12px;font-weight:800}.catalog-raw-tags span,.tag.amber{border-color:var(--border-strong);background:var(--background);color:var(--foreground)}.tag.green{background:var(--accent);color:var(--accent-foreground)}.tag.green,.tag.red{border-color:var(--border-strong)}.tag.red{background:var(--surface-elevated);color:var(--primary-foreground)}.catalog-card h2,.product-name,.scenario-title,.section-title{margin:0;line-height:1.18}.catalog-card h2{font-size:20px}.catalog-card-facts,.spec-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px}.catalog-card-facts span{display:grid;min-width:0;grid-gap:2px;gap:2px;border:2px solid var(--border-strong);border-radius:var(--radius-card);background:var(--background);padding:8px 7px}.catalog-card-facts b{overflow:hidden;color:var(--foreground);font-family:ui-sans-serif,system-ui,sans-serif;font-size:17px;font-weight:950;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}.catalog-card-facts small,.spec span{color:var(--muted);font-family:ui-sans-serif,system-ui,sans-serif;font-size:11px;font-weight:900}.catalog-card p,.hero-copy,.product-summary,.scenario-meta,.section-note{margin:0;color:var(--muted-foreground);font-family:ui-sans-serif,system-ui,sans-serif;line-height:1.65}.catalog-card p{display:-webkit-box;min-height:43px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:13px}.catalog-card-actions,.product-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:2px}.catalog-load-more{justify-self:center;min-height:42px;border:3px solid var(--border-strong);border-radius:var(--radius-button);background:var(--accent);color:var(--accent-foreground);cursor:pointer;padding:9px 18px;font-family:ui-sans-serif,system-ui,sans-serif;font-size:14px;font-weight:900;box-shadow:var(--shadow-card)}.back-to-top{position:fixed;right:max(16px,env(safe-area-inset-right));bottom:max(18px,env(safe-area-inset-bottom));z-index:50;display:grid;width:48px;height:48px;place-items:center;border:3px solid var(--border-strong);border-radius:var(--radius-button);background:var(--accent);color:var(--accent-foreground);cursor:pointer;opacity:0;pointer-events:none;transform:translate(10px,12px) scale(.92);transition:opacity .18s ease,transform .18s ease,box-shadow .15s ease;box-shadow:5px 5px 0 var(--border-strong)}.back-to-top.is-visible{opacity:1;pointer-events:auto;transform:translate(0) scale(1)}.back-to-top:hover{transform:translate(-2px,-2px) scale(1);box-shadow:8px 8px 0 var(--border-strong)}.remote-image-placeholder{display:block;width:100%;height:100%;background:linear-gradient(90deg,var(--surface-card),var(--background),var(--surface-card)),var(--surface-card);background-size:220% 100%;animation:skeleton-sweep 1.15s ease-in-out infinite}.catalog-empty{display:grid;justify-items:start;grid-gap:10px;gap:10px;padding:26px}.catalog-empty h2,.catalog-empty p{margin:0}.catalog-empty p{color:var(--muted);font-family:ui-sans-serif,system-ui,sans-serif}.order-modal{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:16px}.order-modal-backdrop{position:absolute;inset:0;border:0;background:rgba(17,17,17,.72);cursor:pointer}.order-modal-panel{position:relative;z-index:1;display:grid;grid-template-rows:auto minmax(0,1fr);width:min(1120px,100%);height:min(860px,calc(100dvh - 32px));overflow:hidden;border:3px solid var(--border-strong);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-floating)}.order-modal-head{display:flex;align-items:center;justify-content:space-between;gap:14px;border-bottom:3px solid var(--border-strong);padding:12px 14px}.order-modal-head p,.order-modal-head span{font-family:ui-sans-serif,system-ui,sans-serif}.order-modal-head span{color:var(--muted);font-size:12px;font-weight:900}.order-modal-head h2{margin:3px 0;font-size:clamp(18px,2.4vw,26px);line-height:1.16}.order-modal-head p{margin:0;color:var(--muted-foreground);font-size:13px;font-weight:800}.order-modal-actions{display:flex;flex:0 0 auto;align-items:center;gap:8px}.order-iframe-shell{position:relative;min-height:min(760px,calc(100dvh - 180px));overflow:hidden;background:var(--surface-card)}.order-frame-skeleton{position:absolute;inset:0;display:grid;align-content:start;grid-gap:18px;gap:18px;padding:clamp(18px,4vw,38px);background:linear-gradient(90deg,rgba(17,17,17,.08) 1px,transparent 1px) 0 0 /36px 36px,var(--surface-card);color:var(--muted);font-family:ui-sans-serif,system-ui,sans-serif;z-index:1}.order-skeleton-top{display:flex;align-items:center;gap:12px}.order-skeleton-top span{width:42px;height:42px;border-radius:var(--radius-button);background:linear-gradient(90deg,var(--surface-card),var(--background),var(--surface-card));background-size:220% 100%;animation:skeleton-sweep 1.15s ease-in-out infinite}.order-skeleton-top strong{color:var(--ink);font-size:16px}.order-skeleton-form{display:grid;grid-gap:12px;gap:12px;width:min(520px,100%)}.order-skeleton-button,.order-skeleton-form i{display:block;border:2px solid var(--border-strong);border-radius:var(--radius-card);background:linear-gradient(90deg,var(--surface-card),var(--background),var(--surface-card));background-size:220% 100%;animation:skeleton-sweep 1.15s ease-in-out infinite}.order-skeleton-form i{height:46px}.order-skeleton-form i:nth-child(2){width:84%}.order-skeleton-form i:nth-child(3){width:92%}.order-skeleton-form i:nth-child(4){width:70%}.order-skeleton-button{width:min(220px,56%);height:44px;margin-top:2px;border-radius:var(--radius-button)}.order-iframe{position:relative;display:block;width:100%;min-height:min(760px,calc(100dvh - 180px));border:0;background:var(--surface-card);opacity:0;transition:opacity .18s ease}.order-iframe.loaded{opacity:1}.order-modal .order-iframe,.order-modal .order-iframe-shell{height:100%;min-height:0}@keyframes skeleton-sweep{0%{background-position:120% 0}to{background-position:-120% 0}}.detail-layout{grid-template-columns:minmax(0,1fr) minmax(320px,.42fr)}.detail-layout,.detail-main{display:grid;grid-gap:18px;gap:18px}.detail-hero{overflow:hidden}.detail-hero img{height:330px}.detail-hero-body,.detail-panel{padding:20px}.detail-hero-body h1{margin:12px 0;font-size:clamp(34px,5vw,58px);line-height:1}.section{margin-top:32px}.section-header{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:14px}.section-title{font-size:28px}.section-note{max-width:560px;margin-top:8px;color:var(--muted);font-size:14px}.spec{min-width:0;border-top:3px solid var(--border-strong);padding-top:8px}.spec strong{display:block;overflow:hidden;font-family:ui-sans-serif,system-ui,sans-serif;font-size:20px;line-height:1;text-overflow:ellipsis;white-space:nowrap}.spec span{display:block;margin-top:4px}.scenario-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.scenario-tile{display:grid;grid-gap:10px;gap:10px;padding:14px}.scenario-title{font-size:18px}.scenario-meta{color:var(--muted);font-size:13px}.notice-list{display:grid;grid-gap:10px;gap:10px;margin:0;padding-left:18px;color:var(--foreground);font-family:ui-sans-serif,system-ui,sans-serif;line-height:1.6}.sticky-aside{position:-webkit-sticky;position:sticky;top:82px;display:grid;grid-gap:12px;gap:12px;align-self:start}.kv-list{display:grid;grid-gap:10px;gap:10px;margin:0}.kv{display:flex;justify-content:space-between;gap:14px;border-bottom:2px solid var(--border-subtle);padding-bottom:10px;font-family:ui-sans-serif,system-ui,sans-serif}.kv:last-child{border-bottom:0;padding-bottom:0}.kv dt{color:var(--muted)}.kv dd{margin:0;text-align:right;font-weight:900}.product-card{display:flex;min-height:100%;flex-direction:column;overflow:hidden}.product-body{flex:1 1}.product-name{font-size:22px}.product-summary{font-size:14px}.product-actions{margin-top:auto}@media (max-width:980px){.catalog-grid,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.detail-layout{grid-template-columns:1fr}.sticky-aside{position:static}}@media (max-width:680px){.footer-inner,.page,.topbar-inner{width:min(100% - 24px,1180px)}.page{padding-top:12px}.brand{min-width:0}.brand span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topbar-order-link{min-height:34px;padding:6px 10px}.catalog-toolbar{top:57px;gap:0;padding:10px}.catalog-search-line{grid-template-columns:1fr}.catalog-toolbar-actions{width:100%;justify-content:space-between;gap:8px}.catalog-expand-filter{min-height:36px;padding:6px 10px;font-size:13px}.catalog-result-meter{justify-content:center;width:-moz-fit-content;width:fit-content;min-height:36px;padding:6px 12px}.catalog-result-meter strong{font-size:22px}.catalog-filter-deck{max-height:480px;margin-top:8px}.catalog-filter-group{grid-template-columns:38px minmax(0,1fr)}.back-to-top{right:max(12px,env(safe-area-inset-right));bottom:max(14px,env(safe-area-inset-bottom));width:44px;height:44px}.catalog-grid,.product-grid,.scenario-grid{grid-template-columns:1fr}.catalog-card{display:grid;grid-template-columns:112px minmax(0,1fr)}.catalog-card-media{min-height:100%;aspect-ratio:auto;border-right:3px solid var(--border-strong);border-bottom:0}.catalog-card-body{gap:8px;padding:10px}.catalog-card h2{font-size:17px}.catalog-card-facts{gap:5px}.catalog-card-facts span{padding:6px 5px}.catalog-card p{display:none}.order-modal{padding:0}.order-modal-panel{width:100%;height:100dvh;border-radius:0}.order-modal-head{align-items:flex-start}.order-modal-head h2{font-size:18px}.order-modal-actions .button{display:none}.detail-hero img{height:240px}.detail-hero-body,.detail-panel{padding:16px}.detail-hero-body h1{font-size:34px}.section-header{align-items:flex-start}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.back-to-top,.catalog-filter-deck{transition:none}}