@import"https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";nav{font-family:var(--retro-font);position:fixed;top:0;left:-3px;right:3px;width:101%;padding:20px 0;display:flex;justify-content:center;align-items:center;background-color:var(--main-bg);backdrop-filter:blur(15px);z-index:1000;user-select:none;animation:pixel-flicker 3s infinite ease-in-out;transition:transform .3s ease;box-shadow:0 0 0 1px var(--primary),1px 0 0 1px var(--primary),-1px 0 0 1px var(--primary),0 1px 0 1px var(--primary),0 -1px 0 1px var(--primary),0 0 0 2px #00ffd4cc,1px 1px 0 2px #00ffd4a6,-1px -1px 0 2px #00ffd4a6,1px -1px 0 2px #00ffd4a6,-1px 1px 0 2px #00ffd4a6,0 0 0 3px #00ffd466,2px 2px 0 3px #00ffd440,-2px -2px 0 3px #00ffd440,2px -2px 0 3px #00ffd440,-2px 2px 0 3px #00ffd440,inset 0 -1px #00b78dcc,inset 0 -2px 0 1px #00b78d80,inset 0 -3px 0 2px #00b78d40}@keyframes pixel-flicker{0%,to{opacity:1}50%{opacity:.85}}.nav-links{display:flex;gap:2rem;justify-content:center;align-items:center;max-width:1200px;width:100%;padding:0 1rem;flex-wrap:wrap}.nav-item{display:inline-block;padding:.5rem 1rem;color:var(--text);text-decoration:none;cursor:pointer;transition:all .2s steps(4);border:none;background:transparent;position:relative;text-shadow:2px 2px var(--main-bg),-1px -1px var(--surface);letter-spacing:2px}.nav-item:hover{color:var(--primary);transform:translateY(-2px) scale(1.05)}.nav-item:hover:before{content:">";position:absolute;left:-5px;color:var(--accent);animation:blink 1s steps(2) infinite}.nav-item.active{color:var(--primary);position:relative}.nav-item.active:after{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:2px;background:var(--primary);box-shadow:0 0 10px var(--primary);animation:pulse 2s infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@keyframes pulse{0%,to{opacity:1;transform:scaleX(1)}50%{opacity:.6;transform:scaleX(.85)}}.nav-nyan{height:15rem;position:absolute;right:20px;top:50%;transform:translateY(-50%)}@media (max-width: 767px){.nav-nyan{display:none}}.nav-hidden{transform:translateY(-100%);transition:transform .3s ease}footer{font-family:var(--retro-font);width:101%;left:-2px;right:2px;padding:2rem;background-color:#000;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem;position:relative;z-index:10;opacity:.85;overflow:hidden;box-shadow:0 0 0 1px var(--primary),1px 0 0 1px var(--primary),-1px 0 0 1px var(--primary),0 1px 0 1px var(--primary),0 -1px 0 1px var(--primary),0 0 0 2px #00ffd4cc,1px 1px 0 2px #00ffd4a6,-1px -1px 0 2px #00ffd4a6,1px -1px 0 2px #00ffd4a6,-1px 1px 0 2px #00ffd4a6,0 0 0 3px #00ffd466,2px 2px 0 3px #00ffd440,-2px -2px 0 3px #00ffd440,2px -2px 0 3px #00ffd440,-2px 2px 0 3px #00ffd440,inset 0 1px #00b78dcc,inset 0 2px 0 1px #00b78d80,inset 0 3px 0 2px #00b78d40}.footer-text{color:var(--muted);font-size:.8rem;text-align:center;line-height:2}.footer-text span{color:var(--ctf-yellow);text-shadow:0 0 4px var(--ctf-yellow),0 0 8px var(--ctf-yellow),0 0 12px var(--ctf-yellow-glow),0 0 16px var(--ctf-yellow-glow);animation:textGlow 1.5s ease-in-out infinite}.konami-clue{display:block;font-size:.7rem;color:#333;margin-top:1.5rem;letter-spacing:.05em;opacity:.1;transition:opacity .2s,color .4s;animation:none!important;text-shadow:none!important;cursor:default}.konami-clue:hover{opacity:.8}.konami-clue::selection{background:var(--primary);color:#000}.dog-image{height:150px;object-fit:contain;cursor:pointer;border:2px solid transparent;transition:transform .55s ease-in,opacity .45s ease-in}.dog-image:hover{content:url(/pixels/annoying2.gif)}.dog-image--run{transform:translate(400%);opacity:0;pointer-events:none;cursor:default}@media (max-width: 768px){footer{padding:1.5rem 1rem;width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);box-sizing:border-box}.footer-text{font-size:.7rem;max-width:90%;margin:0 auto}.dog-image{height:120px}}.preload-image{display:none}.ut-dialog{position:fixed;bottom:32px;left:50%;transform:translate(-50%) translateY(16px);width:min(560px,calc(100vw - 32px));background:#000;outline:3px solid #fff;border:4px solid #000;box-shadow:0 0 0 7px #fff,0 0 0 10px #000;padding:1.2rem 1.6rem;font-family:"Press Start 2P",monospace;font-size:.78rem;color:#fff;line-height:2.2;z-index:10000;pointer-events:none;opacity:0;transition:opacity .15s ease,transform .18s ease}.ut-dialog--visible{opacity:1;transform:translate(-50%) translateY(0)}.ut-dialog-inner{display:flex;gap:.55rem;align-items:flex-start}.ut-star{flex-shrink:0;color:#fff;line-height:2}.ut-body{display:inline;word-break:break-word}.ut-cursor{display:inline-block;color:#fff;margin-left:1px;animation:ut-cursor-blink .75s steps(1) infinite}@keyframes ut-cursor-blink{0%,49%{opacity:1}50%,to{opacity:0}}@media (max-width: 768px){.ut-dialog{left:12px;right:12px;bottom:16px;width:auto;max-width:calc(100vw - 24px);transform:translateY(calc(100% + 24px));outline:3px solid #fff;border:4px solid #000;box-shadow:0 0 0 7px #fff,0 0 0 10px #000;font-size:.62rem;line-height:2;padding:.9rem 1rem}.ut-dialog--visible{transform:translateY(0)}}.bb-overlay{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;font-family:"Press Start 2P",monospace;background:repeating-linear-gradient(0deg,transparent,transparent 3px,rgba(0,0,0,.22) 3px,rgba(0,0,0,.22) 4px),#000;opacity:0;pointer-events:none;transition:opacity .45s ease}.bb-overlay.bb-active{opacity:1;pointer-events:all}.bb-screen{display:flex;flex-direction:column;width:min(680px,96vw);max-height:96vh;background:transparent;opacity:0;transform:scale(.96);transition:opacity .35s ease .45s,transform .35s ease .45s}.bb-overlay.bb-active .bb-screen{opacity:1;transform:scale(1)}.bb-dog-section{position:relative;display:flex;justify-content:center;align-items:flex-end;height:155px;overflow:hidden;background:transparent}.bb-dog{position:absolute;bottom:0;left:50%;height:155px;image-rendering:pixelated;transform:translate(calc(-50% - 600px))}.bb-dialog-box{display:flex;align-items:flex-start;gap:.55rem;padding:1.2rem 1.6rem;background:#000;outline:3px solid #fff;border:4px solid #000;box-shadow:0 0 0 7px #fff,0 0 0 10px #000;font-family:"Press Start 2P",monospace;margin:1rem 0;min-height:52px}.bb-dialog-star{color:#fff;font-size:1rem;flex-shrink:0;line-height:2.2}.bb-dialog-text{color:#fff;font-size:1rem;line-height:2;flex:1;word-break:break-word}.bb-dialog-cursor{color:#fff;font-size:.78rem;line-height:2.2;margin-left:1px;animation:bb-blink .75s steps(1) infinite}@keyframes bb-blink{0%,49%{opacity:1}50%,to{opacity:0}}.bb-arena-wrap{display:flex;justify-content:center;padding:.85rem;background:transparent}.bb-arena{position:relative;width:440px;height:280px;border:4px solid #fff;background:#000;overflow:hidden;box-shadow:0 0 0 1px #000,0 0 0 4px #fff,0 0 0 6px #000}.bb-soul{position:absolute;width:14px;height:12px;z-index:10;filter:drop-shadow(0 0 6px #ff0000) drop-shadow(0 0 12px rgba(255,0,0,.5))}.bb-soul--flash{animation:soul-flash .9s steps(2) forwards}@keyframes soul-flash{0%,to{opacity:1}20%,60%{opacity:0}40%,80%{opacity:1}}.bb-bone{position:absolute;background:#fff;box-shadow:0 0 8px #ffffff59}.bb-bone--h:before,.bb-bone--h:after{content:"";position:absolute;width:15px;height:calc(100% + 12px);background:#fff;top:50%;transform:translateY(-50%);box-shadow:0 0 6px #fff6}.bb-bone--h:before{left:-4px}.bb-bone--h:after{right:-4px}.bb-bone--v:before,.bb-bone--v:after{content:"";position:absolute;height:15px;width:calc(100% + 12px);background:#fff;left:50%;transform:translate(-50%);box-shadow:0 0 6px #fff6}.bb-bone--v:before{top:-4px}.bb-bone--v:after{bottom:-4px}.bb-bullet{position:absolute;width:9px;height:9px;background:#fff;box-shadow:0 0 6px #fff,0 0 12px #fff6}.bb-paw-bullet{position:absolute;width:10px;height:10px;background:#ff9f4a;box-shadow:0 0 8px #ff9f4a,0 0 16px #ff9f4a80}.bb-status{display:flex;justify-content:space-between;align-items:center;padding:.6rem 1rem;background:transparent}.bb-hp-row{display:flex;align-items:center;gap:.55rem}.bb-label{color:#888;font-size:.65rem;letter-spacing:.1em}.bb-hearts{display:flex;gap:3px}.bb-heart{image-rendering:pixelated;filter:drop-shadow(0 0 3px #ff0000);transition:opacity .15s,transform .15s}.bb-heart--lost{opacity:.15;filter:grayscale(1)}.bb-timer{display:flex;align-items:center;gap:.4rem}.bb-timer-val{color:gold;font-size:1.15rem;text-shadow:0 0 10px #ffd700,0 0 4px #aa8800;min-width:2ch;display:inline-block;text-align:right}.bb-timer-val.bb-timer--urgent{color:#ff2052;text-shadow:0 0 10px #ff2052;animation:timer-urgent .5s steps(1) infinite}@keyframes timer-urgent{0%,49%{opacity:1}50%,to{opacity:.6}}.bb-endscreen{position:absolute;inset:0;background:#000000eb;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.8rem;opacity:0;pointer-events:none;transition:opacity .4s ease;z-index:20}.bb-endscreen.bb-show{opacity:1;pointer-events:all}.bb-go-title{color:#ff2052;font-size:1rem;letter-spacing:.08em;text-shadow:0 0 14px #ff2052,0 0 28px rgba(255,32,82,.4);animation:go-pulse 1s ease-in-out infinite alternate}@keyframes go-pulse{0%{text-shadow:0 0 10px #ff2052}to{text-shadow:0 0 26px #ff2052,0 0 48px rgba(255,32,82,.6)}}.bb-win-title{color:gold;font-size:.72rem;text-shadow:0 0 12px #ffd700;letter-spacing:.06em}.bb-end-sub{color:#bbb;font-size:.8rem;line-height:2.2;text-align:center}.bb-endscreen-btns{display:flex;gap:.6rem;margin-top:.3rem}.bb-btn{font-family:"Press Start 2P",monospace;font-size:.7rem;color:#000;background:#fff;border:none;padding:.5rem 1rem;cursor:pointer;letter-spacing:.05em;transition:background .1s,box-shadow .1s;position:relative}.bb-btn:before{content:"❯ ";font-family:"Press Start 2P",monospace;font-size:.7rem;opacity:0;transition:opacity .1s}.bb-btn:hover:before{opacity:1;font-size:.7rem}.bb-btn:hover{background:gold;box-shadow:0 0 10px gold}.bb-btn--red{background:#ff2052;color:#fff}.bb-btn--red:hover{background:#f57;box-shadow:0 0 10px #f57}.bb-dpad{display:none;flex-direction:column;align-items:center;gap:2px;padding:.5rem 0 .3rem;border-top:1px solid #1a1a1a}.bb-dpad-row{display:flex;gap:2px}.bb-dpad-btn{width:46px;height:46px;background:#ffffff14;border:2px solid rgba(255,255,255,.2);color:#fff;font-size:1rem;display:flex;align-items:center;justify-content:center;cursor:pointer;user-select:none;-webkit-user-select:none;touch-action:none;transition:background .08s}.bb-dpad-btn:active{background:#ffffff40}.bb-hint{text-align:center;font-size:.55rem;color:#444;padding:.5rem 0;letter-spacing:.08em}@media (max-width: 640px){.bb-arena{width:290px;height:190px}.bb-arena-wrap{padding:.4rem .5rem}.bb-dog-section,.bb-dog{height:110px}.bb-dpad{display:flex}.bb-go-title{font-size:.75rem}.bb-timer-val{font-size:1rem}.bb-dialog-text,.bb-dialog-cursor{font-size:.5rem}.bb-bone--h:before,.bb-bone--h:after{width:11px;height:calc(100% + 9px)}.bb-bone--v:before,.bb-bone--v:after{height:11px;width:calc(100% + 9px)}}body{margin:0;background:repeating-linear-gradient(45deg,var(--color-bg),var(--color-bg) 20px,var(--color-surface) 20px,var(--color-surface) 40px);color:var(--color-text);min-height:100vh;display:flex;flex-direction:column;background-color:#000!important}footer{flex-shrink:0}:root{--ctf-accent: #4287f5;--ctf-accent-glow: rgba(66, 135, 245, .15);--border: rgba(0, 255, 212, .3);--ctf-yellow: #ffd700;--ctf-yellow-glow: rgba(255, 215, 0, .3);--pixel-border: 4px;--pixel-corner: 2px;--main-bg: #0a0f1b;--surface: #111827;--primary: #00ffd4;--secondary: #6f00ff;--accent: #ff2052;--text: #f5f5f5ca;--muted: #586069;--ui-font: "Inter";--retro-font: "Press Start 2P", monospace}main,html,body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,figure,figcaption,dl,dd{margin:0;padding:0}blockquote{border-left:4px solid var(--primary);background:#0000001a;padding:.8em 1.2em;color:#aaa;font-style:italic}html,body,button,input,select,textarea{font-size:14px;line-height:1.5;-webkit-font-smoothing:none;-moz-osx-font-smoothing:grayscale}html,body{height:100%;width:100%}body{background-color:var(--color-bg);color:var(--text);font-family:var(--ui-font),sans-serif;font-size:14px;line-height:1.5;-webkit-font-smoothing:none;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:var(--primary);border-radius:4px}::-webkit-scrollbar-track{background:transparent}*{scrollbar-width:thin;scrollbar-color:var(--primary) transparent}ul,ol{list-style:none}a{color:inherit;text-decoration:none;background-color:transparent}img{max-width:100%;display:block}button,input,select,textarea{font:inherit;border:none;outline:none;background:none;color:inherit}:focus{outline:none}strong,b{font-weight:700}em,i{font-style:italic}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}canvas{display:block}[hidden]{display:none!important}h1,h2,h3,h4,h5,h6,button,.btn,.decorative,.logo,.badge,.chip,.tag,.nav{font-family:var(--retro-font)}
