*{margin:0;padding:0;box-sizing:border-box}body{font-family:Courier New,monospace;background:#0a0a0a;color:#0f0;overflow-x:hidden}#app{min-height:100vh;background:linear-gradient(135deg,#0a0a0a 0%,#1a1a1a 100%);position:relative}.terminal-global{font-family:Courier New,monospace;background:#000;color:#0f0}@keyframes terminal-boot{0%{opacity:0}to{opacity:1}}.cursor-blink{animation:blink 1s infinite}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#1a1a1a}::-webkit-scrollbar-thumb{background:#00ff00;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#00cc00}::selection{background:#00ff00;color:#000}::-moz-selection{background:#00ff00;color:#000}@keyframes typewriter{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.glow{text-shadow:0 0 10px currentColor}.terminal-button{background:#00ff00;color:#000;border:none;padding:8px 16px;border-radius:3px;cursor:pointer;font-family:Courier New,monospace;font-weight:700;transition:all .3s ease;text-shadow:none}.terminal-button:hover{background:#00cc00;box-shadow:0 0 10px #00ff0080}.terminal-button:active{transform:translateY(1px)}.terminal-input{background:transparent;border:1px solid #00ff00;color:#0f0;font-family:Courier New,monospace;padding:8px 12px;outline:none;transition:all .3s ease}.terminal-input:focus{background:rgba(0,255,0,.1);box-shadow:0 0 10px #00ff004d}.terminal-notification{background:rgba(0,0,0,.9);border:1px solid #00ff00;color:#0f0;padding:15px;border-radius:5px;font-family:Courier New,monospace;box-shadow:0 0 20px #00ff004d}@media (max-width: 768px){body{font-size:12px}.terminal-button{padding:6px 12px;font-size:12px}.terminal-input{padding:6px 10px;font-size:12px}}.matrix-bg{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:-1;opacity:.1}.terminal-link{color:#0ff;text-decoration:none;transition:all .3s ease}.terminal-link:hover{color:#0f0;text-shadow:0 0 10px rgba(0,255,0,.5)}.terminal-title{color:#0f0;font-weight:700;text-shadow:0 0 10px rgba(0,255,0,.5);text-transform:uppercase;letter-spacing:2px}.terminal-subtitle{color:#0ff;font-weight:700;text-shadow:0 0 5px rgba(0,255,255,.5);text-transform:uppercase;letter-spacing:1px}.terminal-text{color:#888;line-height:1.6}.terminal-success{color:#0f0;font-weight:700;text-shadow:0 0 10px rgba(0,255,0,.5)}.terminal-error{color:#f44;font-weight:700;text-shadow:0 0 10px rgba(255,68,68,.5)}.terminal-warning{color:#fa0;font-weight:700;text-shadow:0 0 10px rgba(255,170,0,.5)}.access-denied[data-v-7f1634ce]{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#0a0a0a 0%,#1a1a1a 100%);padding:20px;position:relative}.terminal[data-v-7f1634ce]{width:100%;max-width:900px;background:#000;border-radius:8px;box-shadow:0 0 30px #ff00004d;overflow:hidden;margin-bottom:30px}.terminal-header[data-v-7f1634ce]{background:#333;padding:10px 15px;display:flex;align-items:center;justify-content:space-between}.terminal-buttons[data-v-7f1634ce]{display:flex;gap:8px}.btn[data-v-7f1634ce]{width:12px;height:12px;border-radius:50%}.btn.red[data-v-7f1634ce]{background:#ff5f56}.btn.yellow[data-v-7f1634ce]{background:#ffbd2e}.btn.green[data-v-7f1634ce]{background:#27ca3f}.terminal-title[data-v-7f1634ce]{color:#fff;font-size:14px;font-weight:700}.terminal-body[data-v-7f1634ce]{padding:20px;font-family:Courier New,monospace;font-size:14px;line-height:1.6}.terminal-line[data-v-7f1634ce]{margin-bottom:8px;opacity:0;animation:typewriter-7f1634ce .5s ease-in-out forwards}.terminal-line[data-v-7f1634ce]:nth-child(1){animation-delay:0s}.terminal-line[data-v-7f1634ce]:nth-child(2){animation-delay:.5s}.terminal-line[data-v-7f1634ce]:nth-child(3){animation-delay:1s}.terminal-line[data-v-7f1634ce]:nth-child(4){animation-delay:1.5s}.terminal-line[data-v-7f1634ce]:nth-child(5){animation-delay:2s}.terminal-line[data-v-7f1634ce]:nth-child(6){animation-delay:2.5s}.terminal-line[data-v-7f1634ce]:nth-child(7){animation-delay:3s}.terminal-line[data-v-7f1634ce]:nth-child(8){animation-delay:3.5s}.terminal-line[data-v-7f1634ce]:nth-child(9){animation-delay:4s}.terminal-line[data-v-7f1634ce]:nth-child(10){animation-delay:4.5s}.terminal-line[data-v-7f1634ce]:nth-child(11){animation-delay:5s}.terminal-line[data-v-7f1634ce]:nth-child(12){animation-delay:5.5s}@keyframes typewriter-7f1634ce{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.prompt[data-v-7f1634ce]{color:#0f0;font-weight:700}.command[data-v-7f1634ce]{color:#fff}.output[data-v-7f1634ce]{color:#888}.error[data-v-7f1634ce]{color:#f44;font-weight:700;text-shadow:0 0 10px rgba(255,68,68,.5)}.warning[data-v-7f1634ce]{color:#fa0;font-weight:700;text-shadow:0 0 10px rgba(255,170,0,.5)}.cursor[data-v-7f1634ce]{color:#0f0;animation:blink-7f1634ce 1s infinite}@keyframes blink-7f1634ce{0%,50%{opacity:1}51%,to{opacity:0}}.warning-message[data-v-7f1634ce]{text-align:center;color:#fff;background:rgba(255,0,0,.1);border:2px solid #ff4444;border-radius:10px;padding:30px;box-shadow:0 0 20px #ff00004d;animation:pulse-7f1634ce 2s infinite}.warning-message h1[data-v-7f1634ce]{font-size:3rem;margin:0 0 20px;color:#f44;text-shadow:0 0 20px rgba(255,68,68,.8);animation:glow-7f1634ce 2s ease-in-out infinite alternate}.warning-message p[data-v-7f1634ce]{font-size:1.2rem;margin:0 0 20px;color:#ccc}.error-code[data-v-7f1634ce]{font-family:Courier New,monospace;font-size:1.5rem;color:#f44;background:#000;padding:10px 20px;border-radius:5px;border:1px solid #ff4444;display:inline-block;animation:flicker-7f1634ce 1s infinite}@keyframes pulse-7f1634ce{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}@keyframes glow-7f1634ce{0%{text-shadow:0 0 20px rgba(255,68,68,.8)}to{text-shadow:0 0 30px rgba(255,68,68,1),0 0 40px rgba(255,68,68,.8)}}@keyframes flicker-7f1634ce{0%,to{opacity:1}50%{opacity:.8}}@media (max-width: 768px){.warning-message h1[data-v-7f1634ce]{font-size:2rem}.warning-message p[data-v-7f1634ce]{font-size:1rem}.error-code[data-v-7f1634ce]{font-size:1.2rem}}.lab-report[data-v-9c670088]{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#0a0a0a 0%,#1a1a1a 100%);padding:20px}.terminal[data-v-9c670088]{width:100%;max-width:1000px;background:#000;border-radius:8px;box-shadow:0 0 30px #00ff004d;overflow:hidden}.terminal-header[data-v-9c670088]{background:#333;padding:10px 15px;display:flex;align-items:center;justify-content:space-between}.terminal-buttons[data-v-9c670088]{display:flex;gap:8px}.btn[data-v-9c670088]{width:12px;height:12px;border-radius:50%}.btn.red[data-v-9c670088]{background:#ff5f56}.btn.yellow[data-v-9c670088]{background:#ffbd2e}.btn.green[data-v-9c670088]{background:#27ca3f}.terminal-title[data-v-9c670088]{color:#fff;font-size:14px;font-weight:700}.terminal-body[data-v-9c670088]{padding:20px;font-family:Courier New,monospace;font-size:14px;line-height:1.6;max-height:80vh;overflow-y:auto}.terminal-line[data-v-9c670088]{margin-bottom:5px;opacity:0;animation:typewriter-9c670088 .3s ease-in-out forwards}.terminal-line[data-v-9c670088]:nth-child(1){animation-delay:0s}.terminal-line[data-v-9c670088]:nth-child(2){animation-delay:.2s}.terminal-line[data-v-9c670088]:nth-child(3){animation-delay:.4s}.terminal-line[data-v-9c670088]:nth-child(4){animation-delay:.6s}.terminal-line[data-v-9c670088]:nth-child(5){animation-delay:.8s}.terminal-line[data-v-9c670088]:nth-child(6){animation-delay:1s}.terminal-line[data-v-9c670088]:nth-child(7){animation-delay:1.2s}.terminal-line[data-v-9c670088]:nth-child(8){animation-delay:1.4s}.terminal-line[data-v-9c670088]:nth-child(9){animation-delay:1.6s}.terminal-line[data-v-9c670088]:nth-child(10){animation-delay:1.8s}.terminal-line[data-v-9c670088]:nth-child(11){animation-delay:2s}.terminal-line[data-v-9c670088]:nth-child(12){animation-delay:2.2s}.terminal-line[data-v-9c670088]:nth-child(13){animation-delay:2.4s}.terminal-line[data-v-9c670088]:nth-child(14){animation-delay:2.6s}.terminal-line[data-v-9c670088]:nth-child(15){animation-delay:2.8s}.terminal-line[data-v-9c670088]:nth-child(16){animation-delay:3s}.terminal-line[data-v-9c670088]:nth-child(17){animation-delay:3.2s}.terminal-line[data-v-9c670088]:nth-child(18){animation-delay:3.4s}.terminal-line[data-v-9c670088]:nth-child(19){animation-delay:3.6s}.terminal-line[data-v-9c670088]:nth-child(20){animation-delay:3.8s}.terminal-line[data-v-9c670088]:nth-child(21){animation-delay:4s}.terminal-line[data-v-9c670088]:nth-child(22){animation-delay:4.2s}.terminal-line[data-v-9c670088]:nth-child(23){animation-delay:4.4s}.terminal-line[data-v-9c670088]:nth-child(24){animation-delay:4.6s}.terminal-line[data-v-9c670088]:nth-child(25){animation-delay:4.8s}.terminal-line[data-v-9c670088]:nth-child(26){animation-delay:5s}.terminal-line[data-v-9c670088]:nth-child(27){animation-delay:5.2s}.terminal-line[data-v-9c670088]:nth-child(28){animation-delay:5.4s}.terminal-line[data-v-9c670088]:nth-child(29){animation-delay:5.6s}.terminal-line[data-v-9c670088]:nth-child(30){animation-delay:5.8s}.terminal-line[data-v-9c670088]:nth-child(31){animation-delay:6s}.terminal-line[data-v-9c670088]:nth-child(32){animation-delay:6.2s}.terminal-line[data-v-9c670088]:nth-child(33){animation-delay:6.4s}.terminal-line[data-v-9c670088]:nth-child(34){animation-delay:6.6s}.terminal-line[data-v-9c670088]:nth-child(35){animation-delay:6.8s}.terminal-line[data-v-9c670088]:nth-child(36){animation-delay:7s}.terminal-line[data-v-9c670088]:nth-child(37){animation-delay:7.2s}.terminal-line[data-v-9c670088]:nth-child(38){animation-delay:7.4s}.terminal-line[data-v-9c670088]:nth-child(39){animation-delay:7.6s}.terminal-line[data-v-9c670088]:nth-child(40){animation-delay:7.8s}.terminal-line[data-v-9c670088]:nth-child(41){animation-delay:8s}.terminal-line[data-v-9c670088]:nth-child(42){animation-delay:8.2s}.terminal-line[data-v-9c670088]:nth-child(43){animation-delay:8.4s}.terminal-line[data-v-9c670088]:nth-child(44){animation-delay:8.6s}.terminal-line[data-v-9c670088]:nth-child(45){animation-delay:8.8s}.terminal-line[data-v-9c670088]:nth-child(46){animation-delay:9s}.terminal-line[data-v-9c670088]:nth-child(47){animation-delay:9.2s}.terminal-line[data-v-9c670088]:nth-child(48){animation-delay:9.4s}.terminal-line[data-v-9c670088]:nth-child(49){animation-delay:9.6s}.terminal-line[data-v-9c670088]:nth-child(50){animation-delay:9.8s}.terminal-line[data-v-9c670088]:nth-child(51){animation-delay:10s}.terminal-line[data-v-9c670088]:nth-child(52){animation-delay:10.2s}.terminal-line[data-v-9c670088]:nth-child(53){animation-delay:10.4s}.terminal-line[data-v-9c670088]:nth-child(54){animation-delay:10.6s}.terminal-line[data-v-9c670088]:nth-child(55){animation-delay:10.8s}.terminal-line[data-v-9c670088]:nth-child(56){animation-delay:11s}.terminal-line[data-v-9c670088]:nth-child(57){animation-delay:11.2s}.terminal-line[data-v-9c670088]:nth-child(58){animation-delay:11.4s}.terminal-line[data-v-9c670088]:nth-child(59){animation-delay:11.6s}.terminal-line[data-v-9c670088]:nth-child(60){animation-delay:11.8s}.input-line[data-v-9c670088]{opacity:1!important;animation:none!important}.animated-result[data-v-9c670088]{opacity:0;animation:resultAppear-9c670088 .5s ease-in-out forwards}.animated-result.error[data-v-9c670088]{opacity:1!important;animation:none!important}@keyframes resultAppear-9c670088{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes typewriter-9c670088{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.prompt[data-v-9c670088]{color:#0f0;font-weight:700}.command[data-v-9c670088]{color:#fff}.output[data-v-9c670088]{color:#888}.status[data-v-9c670088]{color:#fa0;font-weight:700;text-shadow:0 0 5px rgba(255,170,0,.5)}.cipher[data-v-9c670088]{color:#0ff;font-weight:700;text-shadow:0 0 10px rgba(0,255,255,.5);background:rgba(0,255,255,.1);padding:2px 6px;border-radius:3px}.terminal-input[data-v-9c670088]{background:transparent;border:none;color:#fff;font-family:Courier New,monospace;font-size:14px;outline:none;width:300px;margin-left:5px;min-width:200px}.terminal-input[data-v-9c670088]:focus{background:rgba(255,255,255,.1);border-radius:3px;padding:2px 4px}.terminal-input.correct[data-v-9c670088]{color:#0f0;text-shadow:0 0 5px rgba(0,255,0,.5)}.terminal-input.incorrect[data-v-9c670088]{color:#f44;text-shadow:0 0 5px rgba(255,68,68,.5)}.terminal-btn[data-v-9c670088]{background:#00ff00;color:#000;border:none;padding:8px 16px;border-radius:3px;cursor:pointer;font-family:Courier New,monospace;font-weight:700;font-size:12px;margin-left:5px;transition:all .3s ease;text-shadow:none}.terminal-btn[data-v-9c670088]:hover{background:#00cc00;box-shadow:0 0 10px #00ff0080}.success[data-v-9c670088]{color:#0f0;font-weight:700;text-shadow:0 0 10px rgba(0,255,0,.5)}.error[data-v-9c670088]{color:#f44!important;font-weight:700;text-shadow:0 0 10px rgba(255,68,68,.5);opacity:1!important}.cursor[data-v-9c670088]{color:#0f0;animation:blink-9c670088 1s infinite}@keyframes blink-9c670088{0%,50%{opacity:1}51%,to{opacity:0}}.terminal-body[data-v-9c670088]::-webkit-scrollbar{width:8px}.terminal-body[data-v-9c670088]::-webkit-scrollbar-track{background:#1a1a1a}.terminal-body[data-v-9c670088]::-webkit-scrollbar-thumb{background:#00ff00;border-radius:4px}.terminal-body[data-v-9c670088]::-webkit-scrollbar-thumb:hover{background:#00cc00}@media (max-width: 768px){.terminal-body[data-v-9c670088]{font-size:12px;padding:15px}.terminal-input[data-v-9c670088]{width:200px}.terminal-btn[data-v-9c670088]{font-size:10px;padding:6px 12px}}
