:root{--bg:#f2f5f9;--surface:#fff;--ink:#0e1a2b;--muted:#5a6a80;--line:#d9e0ea;--accent:#1d5bff;--accent-ink:#fff;--sky:#dce8ff;--shadow:0 24px 55px -30px #0a1e5a6b;color-scheme:light}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--bg:#0a1220;--surface:#131e33;--ink:#eaf0fa;--muted:#a8b8d0;--line:#24324b;--accent:#79a0ff;--accent-ink:#091426;--sky:#16264a;--shadow:0 24px 55px -30px #000;color-scheme:dark}}:root[data-theme=dark]{--bg:#0a1220;--surface:#131e33;--ink:#eaf0fa;--muted:#a8b8d0;--line:#24324b;--accent:#79a0ff;--accent-ink:#091426;--sky:#16264a;--shadow:0 24px 55px -30px #000;color-scheme:dark}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--ink);margin:0;font:16px/1.55 Avenir Next,PingFang SC,Hiragino Sans,Noto Sans CJK SC,system-ui,sans-serif}button,input,select{font:inherit}button,select{cursor:pointer}a{color:inherit}img{max-width:100%}:focus-visible{outline:3px solid var(--accent);outline-offset:3px}.visually-hidden{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;position:absolute!important}.site-header{z-index:20;background:color-mix(in srgb,var(--bg) 90%,transparent);backdrop-filter:blur(18px);border-bottom:1px solid var(--line);position:sticky;top:0}.header-inner{align-items:center;gap:42px;max-width:1280px;min-height:74px;margin:auto;padding:8px clamp(20px,4vw,56px);display:flex}.brand{letter-spacing:-.04em;white-space:nowrap;align-items:center;gap:9px;font-size:23px;font-weight:800;text-decoration:none;display:flex}.brand img{object-fit:contain}.site-header nav{align-items:center;gap:28px;display:flex}.site-header nav a,.footer-links a{color:var(--muted);font-size:14px;font-weight:650;text-decoration:none}.site-header nav a:hover,.footer-links a:hover{color:var(--accent)}.header-actions{align-items:center;gap:9px;margin-left:auto;display:flex}.header-actions select,.icon-button{border:1px solid var(--line);background:var(--surface);color:var(--ink);border-radius:999px;height:38px}.header-actions select{max-width:120px;padding:0 12px}.icon-button{width:38px;font-size:20px;line-height:1}.hero-card,.card-art,.detail-preview,.version img{height:auto}.card-art{width:100%}.category-links{flex-wrap:wrap;gap:8px;margin:0 0 12px;display:flex}.category-links:last-of-type{margin-bottom:25px}.category-links a{border:1px solid var(--line);background:var(--surface);color:var(--muted);border-radius:999px;padding:6px 14px;font-size:13px;font-weight:700;text-decoration:none}.category-links a:hover{border-color:var(--accent);color:var(--accent)}.hero{background:radial-gradient(900px 500px at 82% 35%,var(--sky),transparent 72%);border-bottom:1px solid var(--line);overflow:hidden}.hero-inner{grid-template-columns:1fr 1fr;align-items:center;gap:68px;max-width:1280px;min-height:500px;margin:auto;padding:64px clamp(20px,4vw,56px);display:grid}.eyebrow{text-transform:uppercase;letter-spacing:.18em;color:var(--accent);margin:0 0 15px;font-size:13px;font-weight:800}.hero h1{letter-spacing:-.05em;max-width:12ch;margin:0;font-size:clamp(46px,5.7vw,79px);line-height:1.04}.hero p.lead{color:var(--muted);max-width:34ch;margin:22px 0 30px;font-size:19px;line-height:1.55}.actions{flex-wrap:wrap;gap:12px;display:flex}.button{border:1px solid var(--accent);background:var(--accent);color:var(--accent-ink);border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:12px 23px;font-weight:750;text-decoration:none;display:inline-flex}.button:hover{filter:brightness(1.08)}.button.ghost{background:var(--surface);color:var(--accent);border-color:var(--line)}.button.small{padding:8px 16px;font-size:14px}.hero-visual{perspective:1000px;justify-content:center;align-items:center;min-height:360px;display:flex;position:relative}.hero-visual:before{content:"";filter:blur(20px);background:radial-gradient(circle,#1d5bff2e,#0000 70%);border-radius:50%;width:420px;height:420px;position:absolute}.hero-card{aspect-ratio:1.586;object-fit:cover;border-radius:5.2%;width:min(470px,90%);transition:opacity .5s,transform .5s;position:absolute;transform:rotate(-8deg);box-shadow:0 42px 70px -25px #0a1e5a80,0 7px 20px #0a1e5a26}.hero-card:nth-child(2){transform:translate(16px,15px)rotate(7deg)}.hero-card[hidden]{display:none}.hero-dots{gap:8px;display:flex;position:absolute;bottom:-48px}.hero-dots button{cursor:pointer;background:0 0;border:0;border-radius:50%;width:44px;height:44px;padding:0;position:relative}.hero-dots button:after{content:"";background:var(--line);border-radius:9px;width:9px;height:9px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-dots button[aria-current=true]:after{background:var(--accent);width:29px}.section{max-width:1280px;margin:0 auto;padding:68px clamp(20px,4vw,56px)}.section-heading{justify-content:space-between;align-items:end;gap:20px;margin-bottom:25px;display:flex}.section-heading h2{letter-spacing:-.035em;margin:0;font-size:clamp(30px,3vw,42px);line-height:1.15}.section-heading p{color:var(--muted);margin:8px 0 0}.catalog-controls{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:24px;margin-bottom:28px;padding:20px}.search-row{align-items:center;gap:10px;display:flex}.search{border:1px solid var(--line);background:var(--bg);min-width:0;color:var(--ink);border-radius:14px;flex:1;padding:13px 16px}.search::placeholder{color:var(--muted)}.filter-row{flex-wrap:wrap;gap:10px;margin-top:14px;display:flex}.filter-row select,.filter-row button{background:var(--bg);color:var(--ink);border:1px solid var(--line);border-radius:12px;max-width:190px;padding:9px 12px}.filter-row button{color:var(--accent);background:0 0}.result-count{color:var(--muted);margin:0 0 15px;font-size:14px}.card-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:28px;display:grid}.card-tile{min-width:0}.card-art{aspect-ratio:1.586;background:var(--sky);object-fit:cover;border-radius:5.2%;transition:transform .2s,box-shadow .2s;display:block;box-shadow:0 18px 34px -18px #0a1e5a73}.card-tile a:hover .card-art{transform:translateY(-5px);box-shadow:0 26px 40px -20px #0a1e5a80}.card-tile a{text-decoration:none}.card-meta{padding:13px 3px 0}.card-meta h3{overflow-wrap:anywhere;margin:0 0 3px;font-size:17px;line-height:1.3}.card-meta p{color:var(--muted);overflow-wrap:anywhere;margin:0;font-size:13px}.catalog-bottom{text-align:center;padding-top:35px}.empty{border:1px dashed var(--line);text-align:center;color:var(--muted);border-radius:20px;padding:55px 20px}.empty h3{color:var(--ink);margin:0 0 6px}.empty p{margin:0}.story{background:var(--surface);border:1px solid var(--line);border-radius:32px;grid-template-columns:1.2fr .8fr;align-items:center;gap:30px;padding:clamp(30px,5vw,60px);display:grid}.story h2{letter-spacing:-.03em;margin:0 0 12px;font-size:clamp(29px,3vw,42px);line-height:1.15}.story p{color:var(--muted);max-width:54ch}.story img{object-fit:contain;max-height:240px;margin:auto;display:block}.page-header{background:radial-gradient(800px 420px at 80% 35%,var(--sky),transparent 75%);border-bottom:1px solid var(--line)}.page-header-inner{max-width:1280px;margin:auto;padding:54px clamp(20px,4vw,56px)}.page-header h1{letter-spacing:-.04em;overflow-wrap:anywhere;margin:10px 0;font-size:clamp(36px,4vw,58px);line-height:1.1}.page-header p{color:var(--muted);max-width:62ch;margin:0;font-size:18px}.breadcrumbs{color:var(--muted);flex-wrap:wrap;gap:8px;font-size:13px;display:flex}.breadcrumbs a:hover{color:var(--accent)}.detail-layout{grid-template-columns:minmax(0,1.18fr) minmax(300px,.82fr);gap:52px;display:grid}.detail-preview{aspect-ratio:1.586;object-fit:contain;background:var(--surface);border-radius:5.2%;width:100%;box-shadow:0 28px 55px -28px #0a1e5a80}.detail-info{background:var(--surface);border:1px solid var(--line);border-radius:24px;align-self:start;padding:27px}.detail-info h2,.versions h2{letter-spacing:-.02em;margin:0 0 18px;font-size:25px}.fact-list{grid-template-columns:1fr 1.5fr;gap:10px 18px;margin:0;display:grid}.fact-list dt{color:var(--muted)}.fact-list dd{overflow-wrap:anywhere;margin:0}.fact-list a{color:var(--accent)}.versions{margin-top:55px}.version-grid{grid-template-columns:repeat(auto-fill,minmax(285px,1fr));gap:24px;display:grid}.version{border:1px solid var(--line);background:var(--surface);border-radius:22px;padding:16px}.version img{aspect-ratio:1.586;object-fit:contain;background:var(--bg);border-radius:12px;width:100%}.version p{color:var(--muted);overflow-wrap:anywhere;margin:12px 0;font-size:14px}.version .button{width:100%}.prose{max-width:780px;margin:auto;font-size:18px;line-height:1.75}.prose h2{margin-top:38px;font-size:29px;line-height:1.25}.prose a{color:var(--accent)}.steps{counter-reset:step;padding:0;list-style:none}.steps li{counter-increment:step;gap:20px;margin:0 0 25px;display:flex}.steps li:before{content:counter(step);background:var(--accent);width:40px;height:40px;color:var(--accent-ink);border-radius:50%;flex:none;place-items:center;font-size:18px;font-weight:800;display:grid}.note{background:var(--surface);border-left:4px solid var(--accent);border-radius:10px;padding:18px 24px;font-size:16px}.site-footer{border-top:1px solid var(--line);background:var(--surface)}.footer-inner{justify-content:space-between;gap:30px;max-width:1280px;margin:auto;padding:45px clamp(20px,4vw,56px);display:flex}.footer-brand{font-size:21px;font-weight:800;text-decoration:none}.site-footer p{color:var(--muted);max-width:55ch;font-size:13px}.footer-links{flex-wrap:wrap;gap:18px;display:flex}.consent{z-index:50;background:var(--surface);border:1px solid var(--line);max-width:480px;box-shadow:var(--shadow);border-radius:18px;margin:auto;padding:18px;position:fixed;bottom:20px;left:20px;right:20px}.consent[hidden]{display:none}.consent p{margin:0 0 12px}.consent div{gap:10px;display:flex}@media (width<=820px){.header-inner{flex-wrap:wrap;gap:15px}.site-header nav{order:3;justify-content:space-between;gap:10px;width:100%;padding-bottom:7px}.hero-inner{grid-template-columns:1fr;gap:20px;padding-top:48px}.hero h1{max-width:none}.hero-visual{min-height:310px}.story,.detail-layout{grid-template-columns:1fr}.story img{max-height:180px}.footer-inner{display:block}.footer-links{margin-top:20px}.section{padding-top:50px;padding-bottom:50px}}@media (width<=520px){.brand{font-size:21px}.header-actions select{max-width:112px}.hero-inner{min-height:0}.hero-visual{min-height:230px}.hero-card{width:84%}.hero-dots{bottom:-29px}.card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:17px}.card-meta h3{font-size:14px}.card-meta p{font-size:12px}.filter-row select{flex:1;max-width:calc(50% - 5px)}.filter-row button{flex:1}.page-header-inner{padding-top:35px;padding-bottom:35px}.fact-list{grid-template-columns:1fr;gap:1px}.fact-list dd{margin-bottom:10px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}
