:root{--bg:#f8f9fa;--surface:#fff;--surface-muted:#f3f6fb;--surface-soft:#eef4ff;--text:#2b2d42;--muted:#6b7280;--line:#e5e7eb;--line-strong:#d7dce5;--primary:#3b82f6;--primary-strong:#2563eb;--accent:#ff9f1c;--accent-soft:#ff9f1c1f;--hero-tint:#3b82f61a;--dark:#23283b;--dark-soft:#374151;--shadow-sm:0 10px 24px #0f172a0f;--shadow-md:0 18px 48px #0f172a14;--radius-xl:28px;--radius-lg:20px;--radius-md:14px;--radius-sm:10px;--max-width:1200px;--font-body:"Inter", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;--font-size-hero:clamp(2.75rem, 5.4vw, 4.4rem);--font-size-page-title:clamp(2rem, 4.2vw, 3.3rem);--font-size-section-title:clamp(1.55rem, 2vw, 2rem);--font-size-panel-title:clamp(1.4rem, 1.8vw, 1.75rem);--font-size-card-title:1.1rem;--font-size-about-title:clamp(2.2rem, 3.8vw, 2.95rem);--font-size-about-body:clamp(1rem, 1.2vw, 1.12rem);--font-size-about-title-mobile:clamp(1.95rem, 4.8vw, 2.3rem);--font-size-stat:2rem;--font-size-stat-large:clamp(2.3rem, 3.8vw, 3.05rem);--font-size-code:.95em;--font-size-body-lg:1.08rem;--font-size-body:1rem;--font-size-body-sm:.98rem;--font-size-caption:.94rem;--font-size-meta:.95rem;--line-height-stat:1;--line-height-tight:1.08;--line-height-title:1.16;--line-height-body:1.75;--line-height-reading:1.95;color:var(--text);font-family:var(--font-body);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);min-width:320px;margin:0}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font:inherit}#app{min-height:100vh}.page-shell{background:linear-gradient(#ffffffeb 0%,#f8f9faf5 28%,#f8f9fa 100%);min-height:100vh}.site-header{z-index:40;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffeb;border-bottom:1px solid #d7dce5cc;position:sticky;top:0}.site-header__inner,.site-footer__inner,.page-main{width:min(var(--max-width), calc(100% - 32px));margin:0 auto}.site-header__inner,.site-footer__inner{justify-content:space-between;align-items:center;gap:24px;display:flex}.site-header__inner{height:60px;min-height:60px}.brand{align-items:center;gap:14px;display:inline-flex}.brand__mark{object-fit:contain;border-radius:12px;width:42px;height:42px;box-shadow:0 8px 24px #ff9f1c33}.brand__name{font-size:var(--font-size-body-lg);color:var(--text);font-weight:700}.brand__meta,.content-card__kicker,.eyebrow,.meta-row,.meta-pills,.site-footer__meta,.contact-list__item span,.toc-link,.text-link,.mini-list__item span,.section-summary{color:var(--muted);font-size:var(--font-size-caption);letter-spacing:.02em}.nav,.site-footer__nav{flex-wrap:wrap;align-items:center;display:flex}.nav{gap:22px}.nav a,.site-footer__nav a{transition:color .18s;position:relative}.nav a{font-size:var(--font-size-body-sm);color:var(--dark-soft);padding:8px 0}.nav a:after{background:var(--accent);transform-origin:50%;content:"";border-radius:999px;height:2px;transition:transform .18s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.nav a.is-active,.nav a:hover,.site-footer__nav a:hover,.text-link:hover,.toc-link:hover{color:var(--primary)}.nav a.is-active:after,.nav a:hover:after{transform:scaleX(1)}.page-main{flex-direction:column;gap:36px;padding:32px 0 88px;display:flex}.hero,.page-hero,.detail-hero,.panel,.content-card,.stat-card,.empty-state,.gallery-card{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-sm)}.hero,.page-hero,.detail-hero{position:relative;overflow:hidden}.hero--home{min-height:620px}.hero__backdrop{position:absolute;inset:0}.hero__backdrop:after{content:"";background:linear-gradient(90deg,#fffffff5 0%,#ffffffe6 32%,#ffffff80 58%,#ffffff14 100%),linear-gradient(#3b82f60d 0%,#fff0 100%);position:absolute;inset:0}.hero__image{object-fit:cover;object-position:right center;width:100%;height:100%}.hero__content,.detail-hero__body{z-index:1;position:relative}.hero__content{flex-direction:column;justify-content:center;max-width:580px;min-height:620px;padding:56px 56px 64px;display:flex}.page-hero,.detail-hero{padding:40px}.page-hero h1,.detail-hero h1,.section-heading h2,.panel h2,.content-card h3,.empty-state h3{color:var(--text);font-weight:700;line-height:var(--line-height-title);margin:0}.hero h1{color:var(--text);font-size:var(--font-size-hero);line-height:var(--line-height-tight);margin:0}.page-hero h1,.detail-hero h1{font-size:var(--font-size-page-title)}.section-heading h2{font-size:var(--font-size-section-title)}.panel h2{font-size:var(--font-size-panel-title)}.content-card h3,.empty-state h3{font-size:var(--font-size-card-title)}.eyebrow{color:var(--primary);font-size:var(--font-size-caption);margin:0 0 12px;font-weight:700}.hero__lead,.stacked-text,.content-card__body p,.empty-state p,.contact-list__item strong,.novel-body p,.feature-list span{color:var(--muted);font-size:var(--font-size-body);line-height:var(--line-height-body)}.hero__lead{color:#4b5563;font-size:var(--font-size-body-lg);line-height:var(--line-height-body);margin-top:18px}.hero__actions,.meta-pills,.filter-row{flex-wrap:wrap;gap:12px;display:flex}.hero__actions{margin-top:28px}.button{border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;min-height:46px;padding:0 20px;font-weight:600;transition:transform .18s,box-shadow .18s,border-color .18s,background-color .18s,color .18s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button--primary{color:#fff;background:var(--primary);box-shadow:0 14px 28px #3b82f62e}.button--primary:hover{background:var(--primary-strong)}.button--ghost{color:var(--text);border-color:var(--line-strong);background:#ffffffb8}.button--ghost:hover{border-color:var(--primary);color:var(--primary)}.stats-grid,.card-grid,.gallery-grid,.two-column{gap:22px;display:grid}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:34px}.stats-grid--about{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;margin-top:44px}.stat-card{background:#ffffffd6;padding:18px 20px}.stat-card--about{box-shadow:none;background:0 0;border:0;padding:0}.stat-card strong{color:var(--text);font-size:var(--font-size-stat);line-height:var(--line-height-stat);display:block}.stat-card--about strong{color:#3b82f6;letter-spacing:-.02em;font-size:12px;font-weight:700;line-height:var(--line-height-body)}.stat-card span{margin-top:8px;display:block}.stat-card--about span{color:#596273;font-size:12px;line-height:var(--line-height-body);letter-spacing:.02em;margin-top:10px}.section{flex-direction:column;gap:20px;display:flex}.section--home{border:1px solid var(--line);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);background:linear-gradient(#fffffffa 0%,#f3f6fbe6 100%);padding:34px}.section--about-home{border:1px solid var(--line);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);background:linear-gradient(#eef2fbfa 0%,#fffffff5 100%);padding:34px}.section-heading,.meta-row{justify-content:space-between;align-items:end;gap:16px;display:flex}.section-heading--center{text-align:center;justify-content:center}.section-summary{max-width:720px;line-height:var(--line-height-body);margin:10px 0 0}.section-actions{justify-content:center;margin-top:6px;display:flex}.section-actions--left{justify-content:flex-start}.card-grid--showcase,.card-grid--games,.card-grid--novels{grid-template-columns:repeat(4,minmax(0,1fr))}.card-grid--highlights{grid-template-columns:repeat(3,minmax(0,1fr))}.content-card{flex-direction:column;min-width:0;display:flex;overflow:hidden}.content-card__media{object-fit:cover;width:100%}.content-card__media--poster,.content-card--game .content-card__media,.card-grid--novels .content-card__media,.card-grid--showcase .content-card__media{aspect-ratio:3/4}#novels .content-card--book .content-card__media,.card-grid--novels .content-card__media{object-position:center top}.content-card__body{flex-direction:column;flex:1;gap:12px;padding:18px;display:flex}.content-card__kicker{color:var(--primary);font-weight:600}.content-card__body h3{font-size:var(--font-size-card-title)}.content-card__body p{font-size:var(--font-size-body);line-height:var(--line-height-body);-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.text-link{width:fit-content;color:var(--primary);font-size:var(--font-size-caption);align-items:center;gap:6px;margin-top:auto;font-weight:600;display:inline-flex}.text-link:after{content:"→"}.two-column{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr)}.two-column--about{align-items:stretch}.about-home{grid-template-columns:minmax(0,1.08fr) minmax(600px,.92fr);align-items:center;gap:64px;display:grid}.about-home__content{max-width:700px;padding:6px 0 10px 6px}.about-home__title{color:var(--text);font-size:var(--font-size-about-title);line-height:var(--line-height-title);letter-spacing:-.02em;margin:0 0 26px}.about-home__text{color:#596273;max-width:680px;font-size:var(--font-size-about-body);line-height:var(--line-height-body);margin:0 0 22px}.about-home__media{min-height:610px;padding:18px 18px 18px 8px;position:relative}.about-home__media-deco{z-index:0;background:#f5dbc0b8;border-radius:18px;position:absolute}.about-home__media-deco--top{width:236px;height:292px;top:8px;right:-6px}.about-home__media-deco--bottom{width:272px;height:272px;bottom:24px;left:-28px}.about-home__image-shell{z-index:1;border-radius:28px;margin-top:48px;margin-left:10px;position:relative;overflow:hidden;box-shadow:0 18px 44px #2536541a}.about-home__image{aspect-ratio:1.62;object-fit:cover;width:100%}.panel{padding:30px}.panel--image{padding:0;overflow:hidden}.panel__image{object-fit:cover;width:100%;height:100%;min-height:100%}.panel--contact{background:linear-gradient(180deg, #3b82f614 0%, #fff 100%), var(--surface)}.detail-hero{grid-template-columns:minmax(240px,320px) minmax(0,1fr);align-items:center;gap:28px;display:grid}.detail-hero__media{border-radius:calc(var(--radius-lg) - 4px);background:var(--surface-muted);overflow:hidden}.detail-hero__media img{aspect-ratio:3/4;object-fit:cover;width:100%}.detail-hero__media--book img{aspect-ratio:3/4;object-position:center top}.meta-pills{margin-top:18px}.meta-pills span,.filter-chip{border:1px solid var(--line-strong);background:var(--surface-muted);border-radius:999px;padding:10px 14px}.filter-row{gap:10px}.filter-chip{cursor:pointer;color:var(--dark-soft);transition:color .18s,border-color .18s,background-color .18s}.filter-chip.is-active,.filter-chip:hover{color:#fff;border-color:var(--primary);background:var(--primary)}.gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.gallery-card{overflow:hidden}.gallery-card img{aspect-ratio:3/4;object-fit:cover;width:100%}.mini-list{flex-direction:column;gap:14px;margin-top:20px;display:flex}.mini-list__item{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-muted);grid-template-columns:72px minmax(0,1fr);gap:12px;padding:10px;transition:border-color .18s,transform .18s;display:grid}.mini-list__item:hover{border-color:var(--primary);transform:translateY(-1px)}.mini-list__item img{object-fit:cover;border-radius:10px;width:72px;height:96px}.mini-list__item strong,.contact-list__item strong,.feature-list strong{color:var(--text);margin-bottom:6px;display:block}.contact-list,.feature-list{gap:16px;display:grid}.contact-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;display:grid}.contact-card{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-sm);text-align:center;padding:28px 20px}.contact-card span{color:var(--muted);font-size:var(--font-size-meta);margin-bottom:12px;display:block}.contact-card strong{color:var(--text);font-size:var(--font-size-body);line-height:var(--line-height-body);word-break:break-word;display:block}.contact-list__item,.feature-list li{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-muted);padding:18px;list-style:none}.feature-list{margin:22px 0 0;padding:0}.prose-panel--wide{min-width:0}.toc-panel{align-self:start;position:sticky;top:104px}.toc-link{padding:8px 0;transition:color .18s;display:block}.toc-link--level-2{padding-left:14px}.toc-link--level-3{padding-left:28px}.novel-body{color:var(--text)}.novel-body h1,.novel-body h2,.novel-body h3{color:var(--text);line-height:var(--line-height-title);margin:32px 0 16px}.novel-body p,.novel-body li,.novel-body blockquote{font-size:var(--font-size-body-lg);line-height:var(--line-height-reading);margin:0 0 16px}.novel-body ul,.novel-body ol{padding-left:24px}.novel-body blockquote{color:var(--muted);border-left:3px solid #3b82f659;padding-left:18px}.novel-body hr{border:0;border-top:1px solid var(--line);margin:28px 0}.novel-body code{font-size:var(--font-size-code);background:#3b82f614;border-radius:8px;padding:2px 6px}.empty-state{text-align:left;padding:34px}.site-footer{color:#ffffffd1;background:linear-gradient(#2c3248 0%,#212638 100%)}.site-footer__inner{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:20px;padding:28px 0 22px;display:flex}.site-footer__top{justify-content:space-between;align-items:flex-start;gap:40px;display:flex}.site-footer__brand{text-align:left;max-width:520px;margin-right:auto}.site-footer strong{color:#fff;font-size:var(--font-size-body-lg);margin-bottom:10px;display:block}.site-footer p{color:#ffffffb3;font-size:var(--font-size-body-sm);line-height:var(--line-height-body);margin:0}.site-footer__links{flex-direction:column;align-items:flex-start;min-width:140px;margin-left:auto;display:flex}.site-footer__nav{text-align:left;flex-direction:column;align-items:flex-start;gap:10px;display:flex}.site-footer__nav a{color:#ffffffc2;font-size:var(--font-size-body-sm)}.site-footer__bottom{border-top:1px solid #ffffff1f;padding-top:16px}.site-footer__meta{white-space:nowrap;text-align:center;color:#ffffffa3;font-size:var(--font-size-caption)}@media (width<=1100px){.card-grid--showcase,.card-grid--games,.card-grid--novels,.gallery-grid,.card-grid--highlights,.contact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=960px){.site-header__inner,.site-footer__top{flex-direction:column;align-items:flex-start}.hero__content{max-width:100%;min-height:auto;padding:40px 32px 44px}.hero--home{min-height:540px}.page-hero,.detail-hero,.section--home,.panel{padding:26px}.two-column,.detail-hero{grid-template-columns:1fr}.stats-grid,.stats-grid--about{grid-template-columns:repeat(2,minmax(0,1fr))}.section--about-home{padding:26px}.about-home{grid-template-columns:1fr;gap:26px}.about-home__content{max-width:none;padding:0}.about-home__title{font-size:var(--font-size-about-title-mobile);margin-bottom:20px}.about-home__text{font-size:var(--font-size-body);margin-bottom:22px}.about-home__media{min-height:auto;padding:0}.about-home__media-deco--top{width:120px;height:120px;top:-8px;right:4px}.about-home__media-deco--bottom{width:140px;height:140px;bottom:-12px;left:-4px}.about-home__image-shell{margin-top:22px}.toc-panel{position:static}.site-footer__meta{text-align:left}}@media (width<=720px){.site-header__inner,.site-footer__inner,.page-main{width:min(var(--max-width), calc(100% - 20px))}.site-header__inner{height:60px;min-height:60px;padding:0}.brand__meta{display:none}.nav{gap:10px 16px}.hero--home{min-height:500px}.hero__backdrop:after{background:linear-gradient(#ffffffeb 0%,#ffffffe0 48%,#ffffff42 100%),linear-gradient(#3b82f614 0%,#fff0 100%)}.hero__content,.page-hero,.detail-hero,.section--home,.panel,.empty-state,.section--about-home{padding:22px}.hero h1,.page-hero h1,.detail-hero h1{max-width:none}.stats-grid,.card-grid--showcase,.card-grid--games,.card-grid--novels,.card-grid--highlights,.gallery-grid,.contact-grid{grid-template-columns:1fr}.section-heading,.meta-row{flex-direction:column;align-items:flex-start}.section-actions,.section-actions--left{justify-content:stretch}.section-actions .button{width:100%}}
