:root{color-scheme:dark;--bg: #07111f;--bg-soft: #0d1829;--panel: rgba(12, 22, 39, .88);--panel-strong: rgba(15, 27, 46, .96);--panel-border: rgba(148, 163, 184, .16);--text: #edf3ff;--text-muted: #93a4bf;--text-soft: #70819c;--primary: #62d4ff;--primary-strong: #2ea5ff;--secondary: #8b5cf6;--accent: #f97316;--success: #22c55e;--shadow: 0 24px 64px rgba(0, 0, 0, .3);--radius-xl: 28px;--radius-lg: 22px;--radius-md: 16px;--radius-sm: 12px;--container: min(1400px, calc(100vw - 32px) )}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;font-family:Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;color:var(--text);background:radial-gradient(circle at top right,rgba(46,165,255,.2),transparent 30%),radial-gradient(circle at top left,rgba(139,92,246,.18),transparent 26%),linear-gradient(180deg,#08111d,#091525 42%,#050b14)}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:36px 36px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.65),transparent 88%);mask-image:linear-gradient(180deg,rgba(0,0,0,.65),transparent 88%);opacity:.5}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input{font:inherit}button{cursor:pointer}input,button{border:0;outline:0}[v-cloak]{display:none}.container{width:var(--container);margin:0 auto}.page{padding:32px 0 72px}.panel{background:var(--panel);border:1px solid var(--panel-border);border-radius:var(--radius-xl);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--primary)}.section-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:20px}.section-title h2{margin:0;font-size:20px}.section-title span{font-size:12px;color:var(--text-muted)}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 18px;border-radius:999px;background:#ffffff14;color:var(--text);transition:transform .24s ease,background-color .24s ease,border-color .24s ease}.button:hover{transform:translateY(-1px);background:#ffffff1f}.button--primary{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-strong) 100%);color:#02111f;font-weight:700}.button--primary:hover{background:linear-gradient(135deg,#89e2ff,#4bb7ff)}.button--ghost{border:1px solid rgba(255,255,255,.12);background:transparent}.button--small{min-height:38px;padding:0 14px;font-size:14px}.tag-list,.filter-chips,.quick-topics{display:flex;flex-wrap:wrap;gap:10px}.tag-chip,.topic-chip,.filter-chip{display:inline-flex;align-items:center;min-height:36px;padding:0 14px;border-radius:999px;font-size:13px;color:var(--text-muted);background:#ffffff0d;border:1px solid transparent;transition:all .24s ease}.topic-chip:hover,.filter-chip:hover{color:var(--text);border-color:#62d4ff66}.topic-chip.is-active,.filter-chip.is-active{color:#02111f;background:linear-gradient(135deg,var(--primary) 0%,#8de6ff 100%);border-color:transparent}@media (max-width: 768px){.page{padding-top:24px;padding-bottom:56px}.panel{border-radius:22px}}.header{position:sticky;top:0;z-index:50;padding:18px 0;background:#050b14b8;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid rgba(148,163,184,.1)}.header__inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:20px}.header__brand{display:inline-flex;align-items:center;gap:14px;min-width:0}.header__brand-badge{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:16px;color:#04111e;background:linear-gradient(135deg,var(--primary) 0%,#8b5cf6 100%);box-shadow:0 16px 32px #2ea5ff38}.header__brand-copy{display:flex;flex-direction:column;gap:4px}.header__brand-copy strong{font-size:18px}.header__brand-copy small{color:var(--text-muted)}.header__nav{display:flex;justify-content:center;flex-wrap:wrap;gap:10px}.header__nav-link{padding:12px 16px;border-radius:999px;color:var(--text-muted);transition:color .24s ease,background-color .24s ease}.header__nav-link:hover{color:var(--text);background:#ffffff0f}.header__nav-link.is-active{color:var(--text);background:#2ea5ff38;box-shadow:inset 0 0 0 1px #2ea5ff59}.header__search{display:inline-flex;align-items:center;gap:10px;min-width:min(100%,360px);padding:8px 8px 8px 14px;border-radius:999px;background:#ffffff0f;border:1px solid rgba(255,255,255,.08)}.header__search i{color:var(--text-soft)}.header__search input{flex:1;min-width:0;background:transparent;color:var(--text)}.header__search input::placeholder{color:var(--text-soft)}.header__toggle{display:none;align-items:center;justify-content:center;width:44px;height:44px;color:var(--text);background:#ffffff14;border-radius:14px}@media (max-width: 1100px){.header__inner{grid-template-columns:auto auto 1fr}.header__toggle{display:inline-flex}.header__nav{position:absolute;top:calc(100% + 12px);left:16px;right:16px;display:none;flex-direction:column;align-items:stretch;padding:14px;border-radius:22px;background:#08111df5;border:1px solid rgba(148,163,184,.16);box-shadow:var(--shadow)}.header__nav.is-open{display:flex}.header__nav-link{border-radius:16px}.header__search{min-width:0}}@media (max-width: 768px){.header{padding:14px 0}.header__inner{grid-template-columns:1fr auto;gap:14px}.header__search{grid-column:1/-1}}.footer{padding:0 0 36px}.footer__inner{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:20px;padding:28px;background:#080f1bf0;border:1px solid rgba(148,163,184,.12);border-radius:28px;box-shadow:var(--shadow)}.footer__intro,.footer__share,.footer__notice{padding:8px 0}.footer__brand{display:inline-flex;align-items:center;gap:12px;margin-bottom:14px;font-size:18px;font-weight:700}.footer__brand i{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:14px;color:#03111f;background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%)}.footer__intro p,.footer__notice p{margin:0;color:var(--text-muted);line-height:1.75}.footer__links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;align-content:start}.footer__links a{display:inline-flex;align-items:center;min-height:44px;padding:0 16px;border-radius:16px;color:var(--text-muted);background:#ffffff0a;border:1px solid rgba(255,255,255,.06);transition:all .24s ease}.footer__links a:hover{color:var(--text);border-color:#62d4ff47;background:#ffffff14}.footer__share{display:flex;flex-direction:column;gap:14px}.footer__share>span{color:var(--text-muted)}.footer__share-list{display:flex;flex-wrap:wrap;gap:12px}.footer__share-list a{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:14px;color:var(--text);background:#ffffff0d;border:1px solid rgba(255,255,255,.08);transition:transform .24s ease,border-color .24s ease,background-color .24s ease}.footer__share-list a:hover{transform:translateY(-2px);border-color:#62d4ff5c;background:#62d4ff1f}.footer__notice{grid-column:1/-1;display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding-top:20px;border-top:1px solid rgba(148,163,184,.12)}.footer__notice strong{min-width:84px;font-size:16px}.footer__notice span{color:var(--text-soft);white-space:nowrap}@media (max-width: 980px){.footer__inner{grid-template-columns:1fr}.footer__notice{flex-direction:column}}@media (max-width: 640px){.footer__inner{padding:22px}.footer__links{grid-template-columns:1fr}}.search-page{display:grid;gap:22px}.search-hero,.search-toolbar,.result-card,.empty-state{padding:24px}.search-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.9fr);gap:16px}.search-hero h1{margin:10px 0 12px;font-size:clamp(30px,4vw,42px)}.search-hero p{margin:0;color:var(--text-muted);line-height:1.8}.search-hero__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.search-hero__stats span{display:grid;gap:6px;align-content:center;padding:14px 12px;border-radius:14px;background:#ffffff0a}.search-hero__stats strong{font-size:20px}.search-hero__stats small{color:var(--text-soft);font-size:12px}.search-toolbar{display:flex;flex-wrap:wrap;gap:16px 24px}.filter-group{display:grid;gap:10px}.filter-group>span{color:var(--text-soft);font-size:13px}.filter-chips{display:flex;flex-wrap:wrap;gap:10px}.filter-chip{display:inline-flex;align-items:center;min-height:36px;padding:0 14px;border-radius:999px;font-size:13px;color:var(--text-muted);background:#ffffff0d;border:1px solid transparent;transition:all .24s ease}.filter-chip:hover{color:var(--text);border-color:#62d4ff66}.filter-chip.is-active{color:#02111f;background:linear-gradient(135deg,var(--primary) 0%,#8de6ff 100%)}.search-grid{display:grid;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr))}@media screen and (max-width: 750px){.search-grid{grid-template-columns:repeat(1,minmax(0,1fr))}}.result-card{display:grid;grid-template-columns:140px minmax(0,1fr);gap:16px}.result-card__poster img{width:140px;height:100%;border-radius:12px;object-fit:cover}.result-card__body{display:grid;gap:10px}.result-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.result-card__head a{font-size:22px;font-weight:700}.result-card__head span{display:inline-flex;align-items:center;min-height:30px;padding:0 11px;border-radius:999px;background:linear-gradient(135deg,#fbbf24,#f97316);color:#02111f;font-size:12px;font-weight:700}.result-card__meta{margin:0;display:flex;flex-wrap:wrap;gap:10px;color:var(--text-soft);font-size:12px}.result-card__review-list{display:grid;gap:10px}.review-hit{padding:12px;border-radius:12px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08)}.review-hit__head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.review-hit__head strong{font-size:14px}.review-hit__head span{color:var(--text-soft);font-size:12px}.review-hit h3{margin:0 0 8px;font-size:15px}.review-hit p{margin:0;color:var(--text-muted);line-height:1.8;max-height:5.4em;overflow:clip;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.empty-state{display:grid;place-items:center;gap:10px;min-height:220px;text-align:center;color:var(--text-muted)}.empty-state i{color:var(--primary);font-size:26px}@media (max-width: 1024px){.search-hero{grid-template-columns:1fr}}@media (max-width: 640px){.search-hero,.search-toolbar,.result-card,.empty-state{padding:20px}.search-hero__stats,.result-card{grid-template-columns:1fr}.result-card__poster img{width:100%;height:220px}.result-card__head,.review-hit__head{flex-direction:column;align-items:flex-start}}
