@font-face{font-family:Kindergarten;src:url(../fonts/kindergarten-webfont.woff2) format("woff2"),url(../fonts/kindergarten-webfont.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}*,*:before,*:after{box-sizing:border-box}html{overflow-x:hidden}body{margin:0;font-family:Kindergarten,cursive;background:#111;color:#fff;min-height:100vh;overflow-x:hidden}#app{min-height:100vh}.ca-bar{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:center;background:#000;color:#fff;padding:.75rem 1rem;text-align:center;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:1.6rem;letter-spacing:.02em;border-bottom:1px solid #222}.ca-bar:hover{background:#0a0a0a}.ca-text{word-break:break-all}.ca-mute{position:absolute;right:10px;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:none;background:transparent;color:#fff;cursor:pointer;border-radius:4px}.ca-mute:hover{color:#ccc;background:#ffffff14}.ca-mute .icon{display:block}.ca-mute .icon-muted,.ca-mute.is-muted .icon-volume{display:none}.ca-mute.is-muted .icon-muted{display:block}.cover{position:relative;min-height:1080px;overflow:visible;display:flex;flex-direction:column;justify-content:flex-end}.cover:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:linear-gradient(to top,#000,#0000 35%)}.cover:after{content:"";position:absolute;bottom:-100px;right:-80px;width:60%;height:120px;background:#111;transform:rotate(-2deg);z-index:2;pointer-events:none}.cover-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background-size:cover;background-position:top center;background-repeat:no-repeat}.cover-content{position:relative;z-index:2;padding:2rem 1.5rem 8rem;display:flex;flex-direction:column;align-items:center;gap:1.25rem;text-align:center}.cover-title{margin:0}.cover-logo{display:block;width:900px;max-width:95%;height:auto}.cover-quote{margin:-.55rem 0 0;font-size:clamp(1.25rem,4vw,1.45rem);opacity:.95}.cover-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2.25rem;font-size:1.5rem;line-height:1;border-radius:999px;font-weight:600;text-decoration:none;transition:transform .15s,box-shadow .15s}.btn-icon{height:1.25em;width:auto;display:block;vertical-align:middle}.btn:hover{transform:scale(1.05)}.btn-primary{background:#fff;color:#000}.btn-primary:hover{box-shadow:0 0 20px #fff6}.btn-secondary{background:#000;color:#fff;border:2px solid #fff}.btn-secondary:hover{background:#1a1a1a;box-shadow:0 0 20px #fff3}.marquee-wrap{position:absolute;bottom:-24px;left:50%;transform:translate(-50%) rotate(-2deg);width:120%;z-index:4;overflow:hidden;background:#fff;border-top:3px solid #000;border-bottom:3px solid #000;padding:.9rem 0;min-height:3rem;box-shadow:0 4px #111}.marquee-track{display:flex;width:max-content;animation:marquee 15s linear infinite}.marquee-item{color:#000;font-family:system-ui,-apple-system,sans-serif;font-weight:800;font-size:1.85rem;white-space:nowrap;padding:0 2rem}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.memes-section{width:100%;padding:5rem 1.5rem 0;margin:0;background:#111;position:relative;z-index:1}.memes-title{font-family:Kindergarten,cursive;text-align:center;margin:0 0 2rem;font-size:2rem}.memes-grid{display:grid;grid-template-columns:repeat(4,minmax(200px,280px));gap:1.5rem;max-width:1200px;margin:0 auto;padding-bottom:10rem;justify-content:center}.meme-tile{aspect-ratio:1;width:100%;padding:0;border:none;border-radius:12px;overflow:hidden;cursor:pointer;background:#222;background-size:cover;background-position:top center;transition:transform .2s,box-shadow .2s}.meme-tile:hover{transform:scale(1.03);box-shadow:0 8px 24px #00000080}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#000000e6;display:flex;align-items:center;justify-content:center;padding:2rem;opacity:0;visibility:hidden;transition:opacity .2s,visibility .2s}.lightbox[aria-hidden=false]{opacity:1;visibility:visible}.lightbox-close{position:absolute;top:1rem;right:1rem;width:48px;height:48px;border:none;background:#ffffff26;color:#fff;font-size:2rem;line-height:1;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .15s}.lightbox-close:hover{background:#ffffff40}.lightbox-content{max-width:90vw;max-height:85vh}.lightbox-content img{max-width:100%;max-height:85vh;object-fit:contain;border-radius:8px}.toast{position:fixed;bottom:2rem;left:50%;transform:translate(-50%) translateY(100px);background:#fff;color:#000;padding:.75rem 1.5rem;border-radius:999px;font-weight:600;box-shadow:0 4px 20px #0000004d;z-index:2000;opacity:0;transition:transform .3s,opacity .3s}.toast.show{transform:translate(-50%) translateY(0);opacity:1}
