.server-room-intro-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background-color:#0a0a12;background-image:linear-gradient(#001428cc,#000a14e6),url(https://www.transparenttextures.com/patterns/cubes.png);color:#e0e0e0;font-family:Courier New,Courier,monospace;position:relative;overflow:hidden}.scanline-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#fff0,#fff0 50%,#0003 50%,#0003);background-size:100% 4px;pointer-events:none;z-index:10}.game-title{font-size:3rem;text-align:center;margin-bottom:2rem;text-transform:uppercase;letter-spacing:4px;color:#fff;text-shadow:0 0 10px rgba(0,191,255,.7)}.title-highlight{color:#00ffea;font-weight:700}.neon-flicker{animation:flicker 2s infinite alternate}@keyframes flicker{0%,19%,21%,23%,25%,54%,56%,to{text-shadow:0 0 4px #fff,0 0 11px #fff,0 0 19px #fff,0 0 40px #00ffea,0 0 80px #00ffea,0 0 90px #00ffea,0 0 100px #00ffea,0 0 150px #00ffea}20%,24%,55%{text-shadow:none}}.music-note-pink{display:inline-block;color:#ff69b4;font-size:.7em;animation:pinkNeonFlicker 1.5s infinite alternate;filter:drop-shadow(0 0 3px rgba(255,105,180,.6)) drop-shadow(0 0 6px rgba(255,105,180,.4))}@keyframes pinkNeonFlicker{0%,19%,21%,23%,25%,54%,56%,to{filter:drop-shadow(0 0 3px rgba(255,105,180,.6)) drop-shadow(0 0 6px rgba(255,105,180,.4)) drop-shadow(0 0 9px rgba(255,105,180,.3));transform:scale(1)}20%,24%,55%{filter:drop-shadow(0 0 2px rgba(255,105,180,.4));transform:scale(.98)}}.intro-content-box{display:flex;flex-direction:column;gap:30px;z-index:20}.monitor-screen{background-color:#00141ecc;border:2px solid #005577;border-radius:10px;padding:20px 30px;box-shadow:inset 0 0 20px #00bfff33,0 0 15px #00557780;min-width:400px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.board-title{font-size:1.2rem;color:#00ffea;border-bottom:1px dashed #005577;padding-bottom:10px;margin-bottom:15px;text-align:left}.record-list{list-style:none;padding:0;margin:0}.record-item{display:flex;justify-content:space-between;padding:8px 0;font-size:1rem;color:#adf;border-bottom:1px solid rgba(0,85,119,.3);cursor:pointer;transition:all .2s}.record-item:hover{background-color:#0088ff1a;color:#fff}.record-item .rank{color:#fc0;font-weight:700}.record-item .score{color:#fff;font-weight:700}.record-item .date{font-size:.8rem;color:#68a}.no-record{text-align:center;padding:20px;color:#68a}.button-group-container{display:flex;justify-content:space-between;gap:20px;width:100%}.cyber-button{position:relative;padding:15px 30px;font-family:Courier New,Courier,monospace;font-size:1.1rem;font-weight:700;text-transform:uppercase;border:2px solid #0088ff;background:transparent;color:#08f;cursor:pointer;overflow:hidden;transition:all .3s ease;flex:1;box-shadow:inset 0 0 10px #0088ff4d}.cyber-button:hover{background:#08f3;box-shadow:0 0 20px #08f9;transform:translateY(-2px)}.help-button{background:transparent;border:2px solid #0088ff;color:#08f;box-shadow:inset 0 0 10px #0088ff4d}.help-button:hover{background:#08f3;box-shadow:0 0 20px #08f9;transform:translateY(-2px)}.speed-button-active{background:#0088ff4d!important;box-shadow:0 0 25px #08fc,inset 0 0 15px #08f6!important;color:#00ffea!important;border-color:#00ffea!important;transform:scale(1.05)}.speed-button-active:hover{background:#08f6!important;box-shadow:0 0 35px #08f,inset 0 0 20px #0088ff80!important}.start-button{background:#f50;color:#121212;border:2px solid #ff5500;box-shadow:0 0 15px #ff550080}.start-button:hover{background:#f70;box-shadow:0 0 30px #f50c;transform:translateY(-2px)}.intro-footer{position:absolute;bottom:20px;left:50%;transform:translate(-50%);font-size:.8rem;color:#057;opacity:.7;text-align:center}@media(max-width:600px){.game-title{font-size:2rem}.monitor-screen{min-width:auto;width:90%}.record-item{font-size:.9rem}.button-group-container{flex-direction:column}}@keyframes shake{0%{transform:scale(.8);opacity:0}50%{transform:scale(1.05);opacity:1}to{transform:scale(1)}}.pause-modal-button:hover{background-color:red!important;transform:scale(1.05)!important;box-shadow:0 0 25px #f00c!important}.game-result-button:hover{background-color:#fa0!important;transform:scale(1.05)!important;box-shadow:0 0 25px #fa0c!important}html,body{width:100%;height:100%;margin:0;padding:0;overflow:hidden}@font-face{font-family:Galmuri11;font-weight:700;src:url(/assets/Galmuri11_Bold-lPwBxft5.ttf) format("truetype")}.ScoreBoardContainer{display:flex;flex-direction:column;align-items:center;width:100%;margin-bottom:20px}.ScoreDisplay{font-size:24px;font-weight:700;margin-bottom:15px;padding:10px 30px;border:2px solid #58a6ff;border-radius:8px;background-color:#161b22;color:#c9d1d9}.TimerSection{width:300px;display:flex;flex-direction:column;align-items:center}.TimerDisplay{font-size:20px;color:#ffc107;font-weight:700;margin-bottom:8px;transition:all .3s ease}.TimerGaugeOuter{width:100%;height:10px;background-color:#161b22;border:1px solid #30363d;border-radius:5px;overflow:hidden}.TimerGaugeInner{height:100%;background:linear-gradient(90deg,#58a6ff,#22c55e);transition:width 1s linear}.TimerSection.danger .TimerDisplay{color:#ef4444;transform:scale(1.1)}.TimerSection.danger .TimerGaugeInner{background:#ef4444;box-shadow:0 0 10px #ef4444}.loading-container{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#0a0a12;display:flex;justify-content:center;align-items:center;font-family:Courier New,Courier,monospace;z-index:5000;overflow:hidden}.terminal-window{width:90%;max-width:600px;height:450px;background-color:#00050ff2;border:1px solid #00ffea;border-radius:8px;box-shadow:0 0 30px #00ffea26,inset 0 0 15px #00ffea0d;display:flex;flex-direction:column;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.terminal-header{background-color:#00ffea;padding:10px 15px;display:flex;align-items:center;justify-content:space-between}.header-dots{display:flex}.dot{width:12px;height:12px;border-radius:50%;margin-right:8px;border:1px solid rgba(0,0,0,.1)}.red{background-color:#ff5f56}.yellow{background-color:#ffbd2e}.green{background-color:#27c93f}.terminal-title{color:#0a0a12;font-size:.75rem;font-weight:700;letter-spacing:1px}.terminal-body{flex:1;padding:20px;color:#00ffea;font-size:.9rem;overflow-y:auto;display:flex;flex-direction:column;justify-content:flex-start;background-image:linear-gradient(rgba(0,255,234,.03) 1px,transparent 1px);background-size:100% 4px}.log-line{margin-bottom:8px;line-height:1.4;text-shadow:0 0 5px rgba(0,255,234,.5)}.prompt{color:#f0f;margin-right:10px;font-weight:700}.cursor-block{display:inline-block;width:8px;height:1.1em;background-color:#00ffea;animation:blink .8s step-end infinite;vertical-align:middle;box-shadow:0 0 8px #00ffea}@keyframes blink{50%{opacity:0}}.loading-bar-area{padding:20px;background-color:#00141ecc;border-top:1px solid rgba(0,255,234,.2)}.loading-info{display:flex;justify-content:space-between;margin-bottom:10px}.loading-text{color:#00ffea;font-size:.75rem;letter-spacing:1px}.progress-bar-border{width:100%;height:8px;background-color:#ffffff0d;border-radius:4px;overflow:hidden;border:1px solid rgba(0,255,234,.2)}.progress-bar-fill{height:100%;background-color:#00ffea;box-shadow:0 0 15px #00ffea;transition:width .15s ease-out}.terminal-body::-webkit-scrollbar{width:4px}.terminal-body::-webkit-scrollbar-thumb{background:#00ffea4d;border-radius:2px}*{box-sizing:border-box}html,body{margin:0;padding:0;width:100%;height:100%;background-color:#0d1117;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif}@keyframes containerFadeIn{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}@keyframes shakeArea{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-10px)}20%,40%,60%,80%{transform:translate(10px)}}@keyframes scoreFloat{0%{transform:translate(-50%);opacity:0}20%{opacity:1}to{transform:translate(-50%,-100px);opacity:0}}@keyframes dangerPulseArea{0%,to{box-shadow:0 0 20px #58a6ff80;border-color:#30363d}50%{box-shadow:0 0 50px #ff4d4de6;border-color:#ff4d4d;background-color:#ff00000d}}@keyframes timerPanic{0%,to{transform:scale(1);color:#ffc107}50%{transform:scale(1.15);color:#ff4d4d;text-shadow:0 0 10px #ff4d4d}}.BugHunterContainer{display:flex;flex-direction:column;align-items:center;padding:20px;background-color:#0d1117;min-height:100vh;color:#c9d1d9;animation:containerFadeIn .6s ease-out}.ScoreDisplay{font-size:24px;font-weight:700;margin-bottom:20px;padding:10px 20px;border:2px solid #58a6ff;border-radius:8px;background-color:#161b22;box-shadow:0 0 10px #58a6ff4d}.TimerDisplay{font-size:20px;color:#ffc107;margin-bottom:10px;font-weight:700;transition:all .3s ease}.TimerDisplay.danger{animation:timerPanic .5s infinite}.PlayArea{position:relative;width:600px;height:800px;margin:auto;overflow:hidden;background-image:var(--bg-image);background-size:100% 100%;background-repeat:no-repeat;background-position:center;box-shadow:0 0 20px #58a6ff80;border:2px solid #30363d;z-index:10;transition:all .2s ease-in-out}.PlayArea.danger-mode{animation:dangerPulseArea .5s infinite}.score-popup{position:absolute;top:40%;left:50%;transform:translate(-50%);color:#4ade80;font-size:32px;font-weight:700;text-shadow:0 0 10px rgba(74,222,128,.8);z-index:100;pointer-events:none;animation:scoreFloat .6s ease-out forwards}.PlayArea.correct{box-shadow:0 0 40px 15px #22c55e;border:3px solid #16a34a}.PlayArea.incorrect{animation:shakeArea .5s cubic-bezier(.36,.07,.19,.97) both;box-shadow:0 0 50px 20px #ef4444!important;border:4px solid #dc2626!important;filter:brightness(.9)}.character-item{position:absolute;transition:transform .25s cubic-bezier(.175,.885,.32,1.275)}.BodyLevelDeco{position:fixed;top:50%;transform:translateY(-50%);width:200px;z-index:0;opacity:.6}.BodyLevelDeco.left{left:50px}.BodyLevelDeco.right{right:50px}button{padding:12px 24px;font-size:18px;font-weight:600;background-color:#238636;color:#fff;border:none;border-radius:6px;cursor:pointer}
