:root{--color-bg:#000;--color-surface:#141414;--color-red:#e50914;--color-white:#fff;--color-muted:#aaa;--color-dim:#555;--color-border:#333;--font-ui:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-title:Georgia,"Times New Roman",serif;--nav-height:56px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}body,html{background:var(--color-bg);color:var(--color-white);font-family:var(--font-ui);min-height:100vh;-webkit-font-smoothing:antialiased}a{text-decoration:none}a,button{color:inherit}button{cursor:pointer;background:none;border:none;font:inherit}img{display:block;max-width:100%}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:var(--color-surface)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:2px}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}@keyframes kenBurns{0%{transform:scale(1) translate(0)}to{transform:scale(1.08) translate(var(--pan-x,3%),var(--pan-y,2%))}}@keyframes curtainRise{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.crossfade-enter-active,.crossfade-leave-active{transition:opacity .8s ease;position:absolute;inset:0}.crossfade-enter-from,.crossfade-leave-to{opacity:0}
