:root { --ink:#f5f7ff; --muted:#aeb8ce; --bg:#0b0e16; --panel:#151b2a; --panel2:#101522; --line:rgba(255,255,255,.11); --accent:#ffbd69; --accent2:#8fe3ce; --max:1200px; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; color:var(--ink); background:radial-gradient(circle at 10% -10%,#27324e 0,transparent 32%),var(--bg); font:16px/1.7 Inter,system-ui,-apple-system,"Microsoft YaHei",sans-serif; }
a { color:inherit; text-decoration:none; }
img,video { display:block; max-width:100%; }
button,input { font:inherit; }
:focus-visible { outline:3px solid var(--accent); outline-offset:3px; }
.wrap { width:min(calc(100% - 40px),var(--max)); margin:auto; }
.topbar { padding:22px 0; border-bottom:1px solid var(--line); background:rgba(11,14,22,.86); backdrop-filter:blur(18px); position:sticky; top:0; z-index:20; }
.navrow { display:flex; align-items:center; gap:28px; }
.brand { display:flex; gap:12px; align-items:center; min-width:max-content; }
.brand-mark { width:42px;height:42px; display:grid; place-items:center; border:1px solid #ffbd69; border-radius:13px; color:#0b0e16; background:linear-gradient(135deg,#ffbd69,#ffe0a8); font-size:20px; box-shadow:0 0 32px rgba(255,189,105,.25); }
.brand strong { font-size:15px; letter-spacing:.04em; }
.brand span { display:block; color:var(--muted); font-size:12px; }
.nav { display:flex; gap:7px; flex:1; justify-content:flex-end; }
.nav a { color:var(--muted); padding:9px 10px; border-radius:10px; font-size:13px; white-space:nowrap; }
.nav a:hover,.nav a[aria-current="page"] { color:var(--ink); background:rgba(255,255,255,.09); }
.nav i { font-style:normal; margin-right:4px; color:var(--accent); }
.menu { display:none; background:none; color:var(--ink); border:1px solid var(--line); padding:8px 11px; border-radius:9px; }
.hero { padding:90px 0 78px; position:relative; overflow:hidden; }
.hero:after { content:""; position:absolute; right:-12%; top:8%; width:58%; height:120%; background:linear-gradient(115deg,transparent 0 42%,rgba(255,189,105,.12) 43% 48%,transparent 49%),linear-gradient(90deg,transparent,rgba(143,227,206,.08)); transform:skewX(-18deg); pointer-events:none; }
.hero-grid { display:grid; grid-template-columns:1.05fr .95fr; gap:50px; align-items:center; position:relative; z-index:1; }
.eyebrow,.kicker { color:var(--accent); text-transform:uppercase; letter-spacing:.16em; font-size:11px; font-weight:700; }
h1,h2,h3,p { margin-top:0; }
h1 { font-size:clamp(38px,6vw,76px); line-height:1.06; letter-spacing:-.05em; margin:17px 0 20px; }
h1 a { text-decoration:underline; text-decoration-color:rgba(255,189,105,.35); text-decoration-thickness:5px; text-underline-offset:8px; }
h2 { font-size:clamp(26px,3vw,40px); line-height:1.15; margin-bottom:12px; letter-spacing:-.03em; }
h3 { font-size:19px; line-height:1.3; margin-bottom:8px; }
.lede { color:#d5dced; max-width:600px; font-size:18px; }
.actions { display:flex; gap:12px; flex-wrap:wrap; margin-top:28px; }
.btn { display:inline-flex; align-items:center; justify-content:center; gap:8px; padding:12px 17px; border-radius:11px; border:1px solid var(--line); background:#fff; color:#10131b; font-weight:800; }
.btn.alt { background:transparent; color:var(--ink); }
.signal { border:1px solid var(--line); border-radius:22px; padding:22px; background:linear-gradient(155deg,rgba(255,255,255,.09),rgba(255,255,255,.025)); box-shadow:0 24px 70px rgba(0,0,0,.22); }
.signal-top { display:flex; justify-content:space-between; color:var(--muted); font-size:12px; }
.screen { aspect-ratio:16/10; margin:18px 0; border-radius:15px; overflow:hidden; background:linear-gradient(135deg,#29334c,#10131f); position:relative; display:grid; place-items:center; }
.screen img { width:100%; height:100%; object-fit:cover; opacity:.68; }
.play { position:absolute; width:64px;height:64px;border-radius:50%; display:grid;place-items:center; background:var(--accent); color:#17120b; font-size:25px; box-shadow:0 0 0 10px rgba(255,189,105,.18); }
.timeline { height:4px; background:rgba(255,255,255,.16); border-radius:10px; overflow:hidden; }.timeline span { display:block; width:42%; height:100%; background:var(--accent); }
.section { padding:72px 0; }.section.alt { background:rgba(255,255,255,.025); border-block:1px solid var(--line); }
.section-head { display:flex; justify-content:space-between; align-items:end; gap:20px; margin-bottom:24px; }.section-head p { color:var(--muted); max-width:600px; margin-bottom:0; }
.grid { display:grid; grid-template-columns:repeat(5,1fr); gap:16px; }.grid.three { grid-template-columns:repeat(3,1fr); }
.card { border:1px solid var(--line); background:rgba(255,255,255,.045); border-radius:15px; overflow:hidden; transition:.2s ease; }.card:hover { transform:translateY(-4px); border-color:rgba(255,189,105,.55); }
.poster { aspect-ratio:3/4; overflow:hidden; background:#252b3c; }.poster img { width:100%;height:100%;object-fit:cover; }.card-body { padding:15px; }.card h3 { margin-bottom:4px; }.meta { color:var(--muted); font-size:12px; }.tag { display:inline-block; color:var(--accent2); font-size:11px; border:1px solid rgba(143,227,206,.3); padding:3px 7px; border-radius:99px; margin-top:8px; }
.feature-grid { display:grid; grid-template-columns:1.2fr .8fr; gap:18px; }.feature { min-height:270px; padding:26px; border-radius:17px; border:1px solid var(--line); background:linear-gradient(135deg,rgba(255,189,105,.18),rgba(255,255,255,.035)); }.feature.big { min-height:360px; display:flex; flex-direction:column; justify-content:end; background:linear-gradient(180deg,transparent 20%,rgba(0,0,0,.72)),url('https://tse-mm.bing.com/th?q=北纬海岸灯塔冒险电影海报') center/cover; }.feature p { color:#d0d7e7; }.mini-stack { display:grid; gap:18px; }.mini { display:grid; grid-template-columns:120px 1fr; gap:15px; padding:14px; border:1px solid var(--line); border-radius:15px; background:rgba(255,255,255,.04); }.mini .poster { aspect-ratio:4/3; border-radius:9px; }
.icon-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }.icon-card { padding:18px; border:1px solid var(--line); border-radius:15px; background:rgba(255,255,255,.035); }.icon-card .big-icon { font-size:27px; color:var(--accent); margin-bottom:12px; }.icon-card p { color:var(--muted); font-size:14px; margin-bottom:0; }
.steps { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; counter-reset:step; }.step { padding:20px; border-top:2px solid var(--accent); background:rgba(255,255,255,.04); border-radius:12px; }.step b { display:block; color:var(--accent); font-size:12px; letter-spacing:.12em; margin-bottom:15px; }
.faq { display:grid; grid-template-columns:repeat(2,1fr); gap:12px; }.faq details { border:1px solid var(--line); border-radius:12px; padding:16px 18px; background:rgba(255,255,255,.03); }.faq summary { cursor:pointer; font-weight:700; }.faq p { color:var(--muted); margin:14px 0 0; }
.subscribe { display:flex; justify-content:space-between; align-items:center; gap:30px; padding:30px; border:1px solid rgba(255,189,105,.35); border-radius:18px; background:linear-gradient(110deg,rgba(255,189,105,.14),rgba(143,227,206,.08)); }.subscribe p { color:var(--muted); margin-bottom:0; }
footer { padding:38px 0; color:var(--muted); font-size:13px; }.foot { display:flex; justify-content:space-between; gap:25px; }.footnav { display:flex; flex-wrap:wrap; gap:12px; }.footnav a:hover { color:var(--ink); }
.crumb { padding:34px 0 18px; color:var(--muted); font-size:13px; }.crumb a { color:var(--accent); }.listing-hero { padding:20px 0 45px; }.listing-hero h1 { font-size:clamp(38px,5vw,60px); margin-bottom:12px; }.listing-hero p { color:var(--muted); max-width:700px; }
.detail { display:grid; grid-template-columns:300px 1fr; gap:32px; padding:20px 0 70px; }.detail-poster { aspect-ratio:3/4; border-radius:17px; overflow:hidden; border:1px solid var(--line); }.detail-poster img { width:100%;height:100%;object-fit:cover; }.detail-info h1 { font-size:clamp(36px,5vw,64px); margin:0 0 12px; }.facts { display:flex; gap:9px; flex-wrap:wrap; margin:18px 0; }.facts span { padding:5px 10px; border:1px solid var(--line); color:var(--muted); border-radius:99px; font-size:13px; }.copy { color:#ccd4e5; max-width:720px; }.player { background:#05070b; border:1px solid var(--line); border-radius:17px; padding:14px; margin:20px 0 14px; }.player video { width:100%; aspect-ratio:16/9; background:#05070b; border-radius:10px; }.notice { color:var(--muted); font-size:13px; }.episode { display:flex; flex-wrap:wrap; gap:10px; margin:16px 0 26px; }.episode a { padding:8px 13px; border:1px solid var(--line); border-radius:9px; color:var(--muted); }.episode a.current,.episode a:hover { color:#10131b; background:var(--accent); border-color:var(--accent); }.pager { display:flex; justify-content:space-between; gap:15px; margin-top:25px; }.pager a { border:1px solid var(--line); padding:11px 14px; border-radius:10px; color:var(--muted); }.pager a:hover { color:var(--ink); border-color:var(--accent); }
@media (max-width:980px) { .navrow { justify-content:space-between; }.menu { display:block; }.nav { display:none; position:absolute; left:20px; right:20px; top:78px; padding:12px; background:#121827; border:1px solid var(--line); border-radius:14px; flex-direction:column; }.nav.open { display:flex; }.nav a { padding:11px 13px; }.hero-grid,.feature-grid { grid-template-columns:1fr; }.grid { grid-template-columns:repeat(3,1fr); }.icon-grid,.steps { grid-template-columns:repeat(2,1fr); } }
@media (max-width:620px) { .wrap { width:min(calc(100% - 28px),var(--max)); }.topbar { padding:15px 0; }.brand strong { font-size:13px; }.hero { padding:56px 0 45px; }.section { padding:50px 0; }.grid,.grid.three { grid-template-columns:repeat(2,1fr); gap:11px; }.card-body { padding:11px; }.card h3 { font-size:16px; }.feature.big { min-height:300px; }.mini { grid-template-columns:90px 1fr; }.detail { grid-template-columns:1fr; gap:20px; }.detail-poster { width:190px; }.faq { grid-template-columns:1fr; }.subscribe,.foot { flex-direction:column; align-items:flex-start; }.steps,.icon-grid { grid-template-columns:1fr; }.section-head { align-items:flex-start; flex-direction:column; } }