:root{color-scheme:dark;font-family:system-ui,-apple-system,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0;background:#0b0b0d;color:#f2f2f2}.age-gate{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#0b0b0d;padding:1.5rem}.age-gate-box{max-width:480px;text-align:center;border:1px solid #2a2a2e;border-radius:12px;padding:2.5rem 2rem;background:#161618}.age-gate-box h1{letter-spacing:.1em;font-size:2.5rem;margin-bottom:.5rem}.age-gate-actions{display:flex;gap:.75rem;justify-content:center;margin-top:1.5rem}.btn{padding:.6rem 1.2rem;border-radius:8px;border:none;font-size:1rem;cursor:pointer}.btn-primary{background:#e0356b;color:#fff}.btn-secondary{background:#2a2a2e;color:#ccc}.app{max-width:1100px;margin:0 auto;padding:1.5rem}.site-header{text-align:center;margin-bottom:2rem}.site-header h1{letter-spacing:.15em;margin-bottom:.25rem}.tagline{color:#999;margin:0}.player{margin-bottom:2rem}.player video{width:100%;max-height:70vh;border-radius:10px;background:#000}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}.card{background:#161618;border:1px solid #2a2a2e;border-radius:8px;padding:0;overflow:hidden;cursor:pointer;color:#f2f2f2;text-align:left;display:flex;flex-direction:column}.card-thumb{position:relative}.card img,.card-placeholder{width:100%;aspect-ratio:16 / 9;object-fit:cover;background:#2a2a2e;display:block}.date-badge{position:absolute;bottom:.4rem;right:.4rem;background:#000000bf;color:#f2f2f2;font-size:.7rem;padding:.15rem .4rem;border-radius:4px;line-height:1.4}.card span:not(.date-badge){padding:.5rem .75rem;font-size:.9rem}.video-date{color:#999;font-size:.85rem;margin:.1rem 0 .75rem}.card-active{outline:2px solid #e0356b}.site-footer{text-align:center;color:#666;margin-top:3rem;font-size:.85rem}
