:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--background:#090909;--foreground:#f5f0e8;--accent:#f0ba4e}*{box-sizing:border-box}html,body{min-height:100%;color:var(--foreground);background:radial-gradient(circle at top,#f0ba4e29,#0000 36%),linear-gradient(#18110d 0%,#090909 58%);margin:0;font-family:Georgia,Times New Roman,serif}body{min-height:100vh}.poster{place-items:center;min-height:100vh;padding:1.5rem;display:grid;position:relative;overflow:hidden}.grain{opacity:.12;pointer-events:none;background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:24px 24px;position:absolute;inset:0}.poster__image{z-index:1;object-fit:contain;border:1px solid #ffffff24;border-radius:24px;width:min(92vw,820px);height:auto;max-height:88vh;animation:.6s ease-out both settle;display:block;position:relative;box-shadow:0 30px 80px #00000073,0 0 0 1px #f0ba4e1f}.poster__label{z-index:2;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);letter-spacing:.18em;text-transform:uppercase;background:#09090994;border:1px solid #ffffff24;border-radius:999px;padding:.5rem .8rem;font-size:.72rem;position:absolute;bottom:1.25rem;right:1.5rem}.poster__label p{color:var(--accent);margin:0}@keyframes settle{0%{opacity:0;transform:translateY(18px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:640px){.poster{padding:1rem}.poster__image{border-radius:18px;width:100%;max-height:82vh}.poster__label{bottom:1rem;right:1rem}}
