:root{--navy:#071c58;--blue:#0c46a3;--orange:#f4770b;--ink:#102044;--muted:#56647e;--line:#dbe5f3;--bg:#f3f7fc;--white:#fff}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:var(--bg);line-height:1.6}
a{color:inherit}.wrap{width:min(1180px,calc(100% - 36px));margin:auto}.site-header{background:linear-gradient(135deg,#031642,#0a3b91);color:#fff;padding:18px 0;box-shadow:0 8px 28px #071c5830}
.header-row{display:flex;align-items:center;justify-content:space-between;gap:22px}.brand{display:flex;align-items:center;gap:14px;text-decoration:none;font-weight:900}.brand img{width:58px;height:58px;object-fit:contain}.brand span{display:block;font-size:12px;color:#b9d8ff;letter-spacing:.08em;text-transform:uppercase}
.nav{display:flex;gap:10px;flex-wrap:wrap}.nav a,.button{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;padding:10px 15px;text-decoration:none;font-weight:800}.nav a{background:#ffffff12;border:1px solid #ffffff28}.hero{padding:72px 0 54px;background:radial-gradient(circle at 85% 20%,#2c79df25,transparent 35%),linear-gradient(#fff,#edf4fd)}
.eyebrow{color:var(--orange);font-weight:900;text-transform:uppercase;letter-spacing:.12em;font-size:12px}.hero h1{max-width:900px;font-size:clamp(36px,6vw,68px);line-height:1.02;letter-spacing:-.045em;margin:12px 0 22px;color:var(--navy)}.hero p{max-width:760px;font-size:19px;color:var(--muted)}
.meta{display:flex;gap:9px;flex-wrap:wrap;margin:24px 0}.pill{border:1px solid #bed1eb;background:#fff;border-radius:999px;padding:7px 11px;font-weight:800;font-size:13px}.actions{display:flex;gap:11px;flex-wrap:wrap}.button.primary{background:var(--orange);color:#fff}.button.secondary{background:var(--navy);color:#fff}.button.ghost{background:#fff;border:1px solid #bdcce0}
.library{padding:54px 0 80px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 18px 45px #12295212;display:flex;flex-direction:column}.card img{width:100%;aspect-ratio:4/3;object-fit:cover;object-position:top;background:#fff}.card-body{padding:20px;display:flex;flex-direction:column;flex:1}.card small{color:var(--blue);font-weight:900}.card h2{font-size:21px;line-height:1.2;margin:8px 0}.card p{color:var(--muted);font-size:14px}.card .button{margin-top:auto;background:var(--navy);color:#fff}
.detail{padding:44px 0 80px}.detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:30px;align-items:start}.poster{background:#fff;border:1px solid var(--line);border-radius:18px;padding:14px;box-shadow:0 20px 50px #12295216}.poster img{display:block;width:100%;height:auto}.side{display:grid;gap:18px;position:sticky;top:20px}.panel{background:#fff;border:1px solid var(--line);border-radius:16px;padding:20px}.panel h2,.panel h3{margin-top:0;color:var(--navy)}.panel ul{padding-left:20px}.warning{border-left:5px solid var(--orange);background:#fff8ec}.related{padding:48px 0;background:#e9f1fb}.related h2{color:var(--navy)}
.footer{background:#041331;color:#dceaff;padding:36px 0}.footer-row{display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap}.footer a{color:#fff}
@media(max-width:900px){.grid{grid-template-columns:repeat(2,1fr)}.detail-grid{grid-template-columns:1fr}.side{position:static}.header-row{align-items:flex-start;flex-direction:column}}
@media(max-width:620px){.grid{grid-template-columns:1fr}.hero{padding-top:48px}.hero h1{font-size:38px}.brand img{width:48px;height:48px}.nav{width:100%}.nav a{flex:1}}
@media print{.site-header,.actions,.related,.footer{display:none}.hero{padding:20px 0}.detail{padding:0}.detail-grid{display:block}.side{display:none}.poster{border:0;box-shadow:none;padding:0}.wrap{width:100%}}
