:root{--bg:#0a0202;--accent:#ff2d2d;--text:#f3f4f6;--text-dim:#ffb3b3;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-family:Black Ops One,system-ui,sans-serif}body{background:var(--bg);min-height:100vh;color:var(--text);flex-direction:column;justify-content:center;align-items:center;margin:0;display:flex;position:relative}body:before,body:after{content:"";z-index:-1;background:var(--accent);width:60px;position:fixed;top:0;bottom:0}body:before{clip-path:polygon(0 0,100% 0,92% 1.5%,100% 3%,92% 4.5%,100% 6%,92% 7.5%,100% 9%,92% 10.5%,100% 12%,92% 13.5%,100% 15%,92% 16.5%,100% 18%,92% 19.5%,100% 21%,92% 22.5%,100% 24%,92% 25.5%,100% 27%,92% 28.5%,100% 30%,92% 31.5%,100% 33%,92% 34.5%,100% 36%,92% 37.5%,100% 39%,92% 40.5%,100% 42%,92% 43.5%,100% 45%,92% 46.5%,100% 48%,92% 49.5%,100% 51%,92% 52.5%,100% 54%,92% 55.5%,100% 57%,92% 58.5%,100% 60%,92% 61.5%,100% 63%,92% 64.5%,100% 66%,92% 67.5%,100% 69%,92% 70.5%,100% 72%,92% 73.5%,100% 75%,92% 76.5%,100% 78%,92% 79.5%,100% 81%,92% 82.5%,100% 84%,92% 85.5%,100% 87%,92% 88.5%,100% 90%,92% 91.5%,100% 93%,92% 94.5%,100% 96%,92% 97.5%,0 100%);left:0}body:after{clip-path:polygon(100% 0,0 0,8% 1.5%,0 3%,8% 4.5%,0 6%,8% 7.5%,0 9%,8% 10.5%,0 12%,8% 13.5%,0 15%,8% 16.5%,0 18%,8% 19.5%,0 21%,8% 22.5%,0 24%,8% 25.5%,0 27%,8% 28.5%,0 30%,8% 31.5%,0 33%,8% 34.5%,0 36%,8% 37.5%,0 39%,8% 40.5%,0 42%,8% 43.5%,0 45%,8% 46.5%,0 48%,8% 49.5%,0 51%,8% 52.5%,0 54%,8% 55.5%,0 57%,8% 58.5%,0 60%,8% 61.5%,0 63%,8% 64.5%,0 66%,8% 67.5%,0 69%,8% 70.5%,0 72%,8% 73.5%,0 75%,8% 76.5%,0 78%,8% 79.5%,0 81%,8% 82.5%,0 84%,8% 85.5%,0 87%,8% 88.5%,0 90%,8% 91.5%,0 93%,8% 94.5%,0 96%,8% 97.5%,100% 100%);right:0}#app{text-align:center;box-sizing:border-box;flex-direction:column;align-items:center;width:100%;max-width:min(1000px,92vw);padding:48px 16px;display:flex}#datepicker{color:var(--text);background:var(--bg);border:2px solid var(--accent);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;cursor:pointer;border-radius:8px;margin:32px 0 0;padding:8px 14px;font-family:Black Ops One,system-ui,sans-serif;font-size:1rem}#app h1{text-transform:uppercase;letter-spacing:2px;color:var(--accent);font-family:Orbitron,sans-serif;font-weight:900}#media{border:2px solid var(--accent);border-radius:12px;width:min(92vw,60vh);margin:24px 0;overflow:hidden;box-shadow:0 0 40px #ff2d2d59}#media.loading{aspect-ratio:1;align-items:stretch;display:flex}.placeholder{background:linear-gradient(110deg,#170505 8%,#330b0b 18%,#170505 33%) 0 0/200% 100%;flex:1;animation:1.2s linear infinite shimmer}@keyframes shimmer{to{background-position:-200% 0}}#media img{object-fit:contain;width:100%;height:auto;max-height:62vh;display:block}#media.video iframe,#media.video video{aspect-ratio:16/9;border:0;width:100%;display:block}#app p{color:var(--text-dim);max-width:65ch;font-family:Black Ops One,sans-serif;font-size:1.05rem;line-height:1.7}@media (width<=600px){body:before,body:after{display:none}#app{padding:24px 16px}}
