:root{--bg-dark: #17171f;--bg-light: #17172f;--accent: #bc7f2a;--accent-hover: #dc9f4a;--text-light: #9c6f1a;--text-muted: #851;--max-width: 900px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Segoe UI,Roboto,sans-serif;background:var(--bg-dark);color:var(--text-light);line-height:1.6;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-height:100vh;padding:2rem 1rem;overflow-x:hidden;position:relative}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:transparent;z-index:0}.star{position:fixed;background:#fff;border-radius:50%;opacity:.8;pointer-events:none;z-index:0}main{max-width:var(--max-width);background:var(--bg-light);padding:2rem;border-radius:1.25rem;box-shadow:0 10px 30px #00000080;position:relative;z-index:1}main h2{font-size:1.6rem;margin-bottom:1rem;color:var(--accent)}main p{margin-bottom:1rem}.comment{display:flex;gap:1rem;align-items:flex-start;flex-wrap:wrap;padding:1rem;background:#ffffff0d;border-radius:.75rem}.comment img{border-radius:.5rem;flex-shrink:0}.poster{max-height:368px;max-width:100%;height:auto;width:auto;border-radius:.75rem;box-shadow:0 10px 25px #0009}.features{display:grid;gap:1.5rem;margin:2rem 0}.feature{padding:1rem;background:#ffffff0d;border-radius:.75rem}.feature ul{list-style-position:inside;padding-left:1.5rem;margin:0}.feature li{margin:.25rem 0}.features a{text-decoration:none;color:var(--accent)}.features a:hover{text-decoration:underline;color:var(--text-light)}footer a,footer a:visited{text-decoration:none;font-weight:600;color:var(--text-muted)}footer a:hover{text-decoration:underline;color:var(--text-light)}footer{margin-top:3rem;font-size:.9rem;color:var(--text-muted);text-align:center;position:relative;z-index:1}.meteor{position:fixed;width:2px;height:80px;background:linear-gradient(45deg,#fff,#fff0);top:0;left:0;opacity:.8;pointer-events:none;z-index:0;transform:rotate(45deg)}.lightbox{position:fixed;inset:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:9999;cursor:zoom-out;padding:2rem}.lightbox img{max-width:90%;max-height:90%;border-radius:1rem;box-shadow:0 20px 50px #000c}.lightbox{animation:fadeIn .6s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.comment-body{max-width:80%}
