*{margin:0;padding:0;box-sizing:border-box}body{font-family:Courier New,monospace;background-color:#0a0e1a;color:#0f0;overflow:hidden}#root{width:100vw;height:100vh}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#0a0e1a}::-webkit-scrollbar-thumb{background:#0f0;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#0c0}.loading-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;background-color:#0a0e1a;gap:16px}.loading-spinner{width:48px;height:48px;border:4px solid #1a1f2e;border-top-color:#0f0;border-radius:50%;animation:spin 1s linear infinite}.loading-text{color:#0f0;font-family:Courier New,monospace;font-size:14px}.network-map{height:100%;display:flex;flex-direction:column;padding:1rem;color:#0f0;font-family:Courier New,monospace}.network-map-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #00ff00}.network-map-header h2{margin:0;font-size:1.2rem}.server-count{font-size:.85rem;opacity:.7}.network-map-content{flex:1;display:flex;gap:1rem;overflow:hidden}.network-graph-container{flex:1;position:relative;display:flex;flex-direction:column;background-color:#0a0e1a;border:1px solid #00ff0044;border-radius:4px;overflow:hidden}.network-graph-area{flex:1;position:relative;overflow:hidden}.network-graph-container svg{display:block}@keyframes pulse-ring{0%{opacity:1;stroke-dashoffset:0}50%{opacity:.5}to{opacity:1;stroke-dashoffset:12}}.selection-ring.pulse{animation:pulse-ring 1s linear infinite}.network-toolbar{display:flex;align-items:center;justify-content:space-between;padding:.3rem .5rem;background-color:#0a0e1ae6;border-bottom:1px solid #00ff0044;font-size:.75rem;z-index:1;flex-shrink:0}.toolbar-btn{background:none;border:1px solid #00ff00;color:#0f0;font-family:Courier New,monospace;font-size:.75rem;font-weight:700;padding:.2rem .5rem;border-radius:3px;cursor:pointer;transition:all .15s}.toolbar-btn:hover{background-color:#0f02;box-shadow:0 0 6px #0f04}.toolbar-btn:active{background-color:#0f04}.control-hint{color:#0f0;opacity:.6}.show-all-toggle{display:flex;align-items:center;gap:.4rem;cursor:pointer;color:#0f0}.show-all-toggle input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:12px;height:12px;border:1px solid #00ff00;border-radius:2px;background:transparent;cursor:pointer;position:relative}.show-all-toggle input[type=checkbox]:checked{background:#0f0}.show-all-toggle input[type=checkbox]:checked:after{content:"";position:absolute;left:3px;top:0;width:3px;height:7px;border:solid #0a0e1a;border-width:0 2px 2px 0;transform:rotate(45deg)}.network-legend{position:absolute;top:.5rem;right:.5rem;background-color:#0a0e1ae6;border:1px solid #00ff0044;border-radius:4px;padding:.5rem .75rem;font-size:.75rem}.legend-item{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.legend-item:last-child{margin-bottom:0}.legend-icon{width:12px;height:14px;border-radius:2px;border:2px solid}.legend-icon.accessible{border-color:#0f0;box-shadow:0 0 6px #0f0}.legend-icon.locked{border-color:#f60;box-shadow:0 0 6px #f60}.legend-icon.selected{border-color:#0f0;box-shadow:0 0 6px #0f0,0 0 12px #0f0;outline:2px dashed #00ff00;outline-offset:2px}.legend-icon.hacking{border-color:#0ff;box-shadow:0 0 6px #0ff,0 0 12px #0ff;background:linear-gradient(90deg,transparent 50%,#00ffff 50%);background-size:6px 100%;animation:hacking-legend .5s linear infinite}@keyframes hacking-legend{0%{background-position:0 0}to{background-position:6px 0}}.server-panel{width:250px;flex-shrink:0;background-color:#0a0e1a;border:1px solid #00ff00;border-radius:4px;display:flex;flex-direction:column;overflow:hidden}.panel-tabs{display:flex;border-bottom:1px solid #00ff00}.panel-tab{flex:1;padding:.5rem;background:none;border:none;color:#0f08;font-family:Courier New,monospace;font-size:.85rem;cursor:pointer;transition:all .2s}.panel-tab:hover{color:#0f0;background-color:#0f01}.panel-tab.active{color:#0f0;background-color:#0f02;border-bottom:2px solid #00ff00;margin-bottom:-1px}.panel-content{flex:1;overflow-y:auto;padding:.75rem}.server-details h3{margin:0 0 .75rem;font-size:1rem;border-bottom:1px solid #00ff00;padding-bottom:.5rem;word-break:break-all}.detail-row{display:flex;justify-content:space-between;align-items:center;padding:.4rem 0;font-size:.9rem;border-bottom:1px solid rgba(0,255,0,.2)}.detail-row:last-child{border-bottom:none}.detail-row .label{opacity:.7}.detail-row .value{font-weight:700}.detail-row .value.accessible{color:#0f0}.detail-row .value.locked{color:#f60}.no-selection{display:flex;align-items:center;justify-content:center;height:100%;opacity:.5;text-align:center}.no-selection p{margin:0}.server-list{display:flex;flex-direction:column;gap:.25rem}.server-item{display:flex;justify-content:space-between;align-items:center;padding:.4rem .5rem;font-size:.8rem;border:1px solid transparent;border-radius:3px;cursor:pointer;transition:all .15s}.server-item:hover{background-color:#0f01;border-color:#0f04}.server-item.selected{background-color:#0f02;border-color:#0f0}.server-name{font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.server-status{font-size:.75rem;flex-shrink:0;margin-left:.5rem}.server-status.accessible{color:#0f0}.server-status.locked{color:#f60}.connections-row{flex-direction:column;align-items:flex-start;gap:.4rem}.connections-row .label{margin-bottom:.2rem}.connections-list{display:flex;flex-wrap:wrap;gap:.4rem;width:100%}.connection-link{padding:.2rem .4rem;border:1px solid transparent;border-radius:3px;cursor:pointer;font-size:.8rem;transition:all .15s}.connection-link:hover{background-color:#0f02;border-color:#0f08}.connection-link.accessible{color:#0f0;border-color:#0f04}.connection-link.locked{color:#f60;border-color:#f604}.game-layout{display:flex;flex-direction:column;height:100vh;background-color:#0a0e1a;color:#0f0;font-family:Courier New,monospace;--border-draw-duration: 1s;--content-fade-duration: .6s}.game-header{background-color:#1a1f2e;padding:1rem;border-bottom:2px solid #00ff00}.game-header h1{margin:0;font-size:1.5rem;color:#0f0;text-shadow:0 0 10px #00ff00}.game-content{display:flex;flex:1;overflow:hidden}.stats-panel{width:250px;background-color:#131823;border-right:1px solid #00ff00;padding:1rem;overflow-y:auto}.main-content{flex:1;display:flex;flex-direction:column;overflow:hidden}.tabbed-panel{display:flex;flex-direction:column;background-color:#1a1f2e;overflow:hidden}.tab-bar{display:flex;background-color:#0a0e1a;border-bottom:2px solid #00ff00;flex-shrink:0;gap:2px;padding:.5rem .5rem 0}.tab-button{padding:.75rem 1.5rem;background-color:#131823;border:1px solid #00ff0044;border-bottom:none;border-radius:6px 6px 0 0;color:#0f0;font-family:Courier New,monospace;font-size:.95rem;font-weight:700;cursor:pointer;opacity:.5;transition:all .2s ease;position:relative;top:2px}.tab-button:hover{opacity:.75;background-color:#1a2535;border-color:#0f08}.tab-button.active{opacity:1;background-color:#1a1f2e;border-color:#0f0;border-width:2px;color:#0f0;text-shadow:0 0 8px #00ff00,0 0 15px #00ff0066;box-shadow:0 -2px 10px #00ff004d}.tab-button.active:before{content:"> "}.tab-button.active:after{content:" <"}.tab-content{flex:1;overflow:hidden}.tab-pane{height:100%;overflow:hidden}.editor-panel{background-color:#1a1f2e;overflow:hidden}.resize-handle{height:6px;background-color:#0f0;cursor:ns-resize;position:relative;display:flex;align-items:center;justify-content:center;transition:background-color .2s;-webkit-user-select:none;user-select:none}.resize-handle:hover{background-color:#0c0}.resize-handle.dragging{background-color:#0f0;box-shadow:0 0 10px #0f0}.resize-handle-line{width:60px;height:2px;background-color:#0a0e1a;border-radius:2px}.terminal-panel{background-color:#0a0e1a;overflow:hidden;flex-shrink:0}@keyframes draw-border-h{0%{background-size:0% 2px}to{background-size:100% 2px}}@keyframes draw-border-v{0%{background-size:1px 0%}to{background-size:1px 100%}}@keyframes wipe-reveal{0%{clip-path:inset(0 100% 0 0)}to{clip-path:inset(0 0 0 0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.game-layout.anim-borders .game-header{border-bottom-color:transparent;background-image:linear-gradient(#0f0,#0f0);background-size:0% 2px;background-position:bottom left;background-repeat:no-repeat;background-origin:border-box;animation:draw-border-h .5s ease-out forwards}.game-layout.anim-borders .stats-panel{border-right-color:transparent;background-image:linear-gradient(#0f0,#0f0);background-size:1px 0%;background-position:top right;background-repeat:no-repeat;background-origin:border-box;animation:draw-border-v .5s ease-out .15s forwards}.game-layout.anim-borders .tab-bar{border-bottom-color:transparent;background-image:linear-gradient(#0f0,#0f0);background-size:0% 2px;background-position:bottom left;background-repeat:no-repeat;background-origin:border-box;animation:draw-border-h .4s ease-out .35s forwards}.game-layout.anim-borders .resize-handle{clip-path:inset(0 100% 0 0);animation:wipe-reveal .3s ease-out .55s forwards}.game-layout.anim-phase-1 .game-header>*,.game-layout.anim-phase-1 .stats-panel>*,.game-layout.anim-phase-1 .tab-bar>*,.game-layout.anim-phase-1 .tab-content,.game-layout.anim-phase-1 .terminal-panel>*,.game-layout.anim-phase-1 .resize-handle-line{opacity:0}.game-layout.anim-phase-1 .tab-bar>*,.game-layout.anim-phase-1 .resize-handle{pointer-events:none}.game-layout.anim-phase-2 .game-header>*{opacity:0;animation:fade-in .3s ease-out forwards}.game-layout.anim-phase-2 .stats-panel>*{opacity:0;animation:fade-in .3s ease-out .1s forwards}.game-layout.anim-phase-2 .tab-bar>*{opacity:0;animation:fade-in .3s ease-out .2s forwards}.game-layout.anim-phase-2 .tab-content{opacity:0;animation:fade-in .3s ease-out .2s forwards}.game-layout.anim-phase-2 .resize-handle-line{opacity:0;animation:fade-in .3s ease-out .3s forwards}.game-layout.anim-phase-2 .terminal-panel>*{opacity:0;animation:fade-in .3s ease-out .4s forwards}@media(prefers-reduced-motion:reduce){.game-layout.anim-borders .game-header,.game-layout.anim-borders .stats-panel,.game-layout.anim-borders .tab-bar,.game-layout.anim-borders .resize-handle{animation:none!important}.game-layout.anim-borders .game-header{border-bottom-color:#0f0}.game-layout.anim-borders .stats-panel{border-right-color:#0f0}.game-layout.anim-borders .tab-bar{border-bottom-color:#0f0}.game-layout.anim-borders .resize-handle{clip-path:none}.game-layout.anim-phase-1 *,.game-layout.anim-phase-2 *{animation:none!important;opacity:1!important}}.terminal{height:100%;background-color:#0a0e1a;padding:1rem;display:flex;flex-direction:column;overflow:hidden}.terminal-output{flex:1;overflow-y:auto;font-family:Courier New,monospace;font-size:.9rem;line-height:1.4}.terminal-line{color:#0f0;white-space:pre-wrap;word-wrap:break-word}.terminal-input-line{display:flex;align-items:center;gap:.5rem;margin-top:.5rem;background-color:#131d33;padding:.5rem;border-radius:3px;border:1px solid transparent}.terminal-input-line:focus-within{border-color:#4a9eff}.terminal-prompt{color:#0f0;font-weight:700}.terminal-input{flex:1;background-color:transparent;border:none;color:#0f0;font-family:Courier New,monospace;font-size:.9rem;outline:none}.terminal-input::selection{background-color:#0f03}.code-editor{height:100%;display:flex;flex-direction:column;background-color:#1a1f2e;position:relative}.editor-toolbar{display:flex;justify-content:space-between;align-items:center;padding:.5rem 1rem;background-color:#0f1419;border-bottom:1px solid #00ff00}.editor-file-info{display:flex;align-items:center;gap:.5rem}.editor-filename{background-color:transparent;border:1px solid #00ff00;color:#0f0;padding:.4rem .8rem;font-family:Courier New,monospace;font-size:.9rem;outline:none;min-width:150px}.editor-filename:focus{box-shadow:0 0 5px #0f0}.editor-unsaved-indicator{color:#fc0;font-size:1.2rem;font-weight:700}.editor-close-button{background-color:transparent;border:1px solid #00ff00;color:#0f0;width:24px;height:24px;font-size:1.2rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.editor-close-button:hover:not(:disabled){background-color:#f44;border-color:#f44;color:#0a0e1a}.editor-close-button:disabled{opacity:.4;cursor:not-allowed}.editor-buttons{display:flex;gap:.5rem}.editor-button{background-color:#0f0;color:#0a0e1a;border:none;padding:.4rem 1rem;font-family:Courier New,monospace;cursor:pointer;font-weight:700;transition:all .2s}.editor-button:hover:not(:disabled){background-color:#0c0;box-shadow:0 0 10px #0f0}.editor-button:disabled{opacity:.6;cursor:not-allowed}.editor-button-primary{background-color:#0c0}.editor-button-stop{background-color:#dc3545;color:#fff}.editor-button-stop:hover:not(:disabled){background-color:#c82333;box-shadow:0 0 10px #dc3545}.editor-textarea{flex:1;background-color:#1a1f2e;color:#0f0;border:none;padding:1rem;font-family:Courier New,monospace;font-size:.9rem;line-height:1.5;resize:none;outline:none}.editor-textarea::selection{background-color:#0f03}.editor-textarea-readonly{opacity:.5;cursor:not-allowed}.editor-button-secondary{background-color:transparent;border:1px solid #00ff00;color:#0f0}.editor-button-secondary:hover:not(:disabled){background-color:#0f02}.editor-dialog-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000}.editor-dialog{background-color:#1a1f2e;border:1px solid #00ff00;padding:1.5rem;min-width:300px;box-shadow:0 0 20px #00ff004d}.editor-dialog-title{color:#0f0;font-family:Courier New,monospace;font-size:1.1rem;font-weight:700;margin-bottom:1rem}.editor-dialog-message{color:#0f0;font-family:Courier New,monospace;font-size:.9rem;margin-bottom:1.5rem;opacity:.9}.editor-dialog-input{width:100%;background-color:#0f1419;border:1px solid #00ff00;color:#0f0;padding:.5rem .8rem;font-family:Courier New,monospace;font-size:.9rem;margin-bottom:1rem;outline:none;box-sizing:border-box}.editor-dialog-input:focus{box-shadow:0 0 5px #0f0}.editor-dialog-input::placeholder{color:#0f06}.editor-dialog-error{color:#f44;font-family:Courier New,monospace;font-size:.85rem;margin-bottom:1rem;margin-top:-.5rem}.editor-dialog-buttons{display:flex;gap:.5rem;justify-content:flex-end}.collapsible-section{background-color:#1a1f2e;border:1px solid #00ff00;border-radius:4px;overflow:hidden}.collapsible-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;cursor:pointer;-webkit-user-select:none;user-select:none;border-bottom:1px solid #00ff00;transition:background-color .2s;position:relative}.available-indicator{position:absolute;left:0;top:0;bottom:0;width:8px;background-color:#00ffff80;animation:flash-indicator 1s ease-in-out infinite}@keyframes flash-indicator{0%,to{opacity:1}50%{opacity:.2}}.collapsible-header:hover{background-color:#252b3d}.collapsible-section:not(:has(.collapsible-content)) .collapsible-header{border-bottom:none}.collapsible-header h2{margin:0;font-size:1rem;color:#0f0;text-transform:uppercase}.collapsible-arrow{color:#0f0;font-size:.75rem;transition:transform .2s}.collapsible-content{padding:1rem}.resources-panel{background-color:#1a1f2e}.resources-panel h3{margin:0 0 1rem;font-size:.9rem;color:#0f0;text-transform:uppercase;padding-bottom:.5rem}.resource-row{display:flex;flex-direction:column;align-items:flex-start;padding:.75rem 0;border-bottom:1px solid #1a3020;gap:.5rem}.resource-row:last-child{border-bottom:none}.resource-info{display:flex;flex-direction:column;gap:.25rem}.resource-label{color:#0f0;font-weight:700;font-size:.9rem}.resource-count{color:#0c0;font-size:.75rem}.resource-count-number{color:#fff}.resource-rate{color:#888;font-size:.7rem}.hire-button{background-color:#0f0;color:#0a0e1a;border:none;padding:.4rem .8rem;font-family:Courier New,monospace;cursor:pointer;font-weight:700;font-size:.75rem;transition:all .2s;border-radius:2px}.hire-button:hover:not(:disabled){background-color:#0c0;box-shadow:0 0 8px #0f0}.hire-button:disabled{opacity:.4;cursor:not-allowed;background-color:#040;color:#fff}.boss-panel{display:flex;flex-direction:column;gap:.75rem}.boss-progress{font-size:.7rem;color:#888;text-transform:uppercase;letter-spacing:.05em}.boss-avatar-container{width:100%;aspect-ratio:1;border:1px solid #00ff00;border-radius:4px;overflow:hidden;background-color:#0a0e1a}.boss-avatar{width:100%;height:100%;object-fit:cover}.boss-name{margin:0;font-size:.95rem;color:#0f0;text-transform:uppercase}.boss-level-req{font-size:.75rem}.boss-level-req .req-met{color:#0f0}.boss-level-req .req-not-met{color:#f44}.boss-description{margin:0;font-size:.7rem;color:#0c0;line-height:1.4}.boss-fight-button{background-color:#0f0;color:#0a0e1a;border:none;padding:.5rem 1rem;font-family:Courier New,monospace;font-size:.85rem;font-weight:700;cursor:pointer;border-radius:2px;transition:all .2s;text-transform:uppercase;width:100%}.boss-fight-button:hover:not(:disabled){background-color:#0c0;box-shadow:0 0 10px #0f0}.boss-fight-button:disabled{opacity:.4;cursor:not-allowed;background-color:#040;color:#fff}.boss-all-defeated{text-align:center;padding:1rem 0}.boss-victory-icon{color:#0f0;font-size:.9rem;font-weight:700}.boss-victory-text{margin:.5rem 0 0;color:#0c0;font-size:.8rem}.boss-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000}.boss-modal{background:#0a0e1a;border:1px solid #00ff00;border-radius:4px;padding:2rem 3rem;text-align:center;box-shadow:0 0 20px #0f03}.boss-modal-text{margin:0 0 1.5rem;color:#0f0;font-size:1.1rem;font-weight:700;font-family:Courier New,monospace;letter-spacing:.1em}.boss-modal-ok{background-color:#0f0;color:#0a0e1a;border:none;padding:.4rem 2rem;font-family:Courier New,monospace;font-size:.85rem;font-weight:700;cursor:pointer;border-radius:2px;transition:all .2s}.boss-modal-ok:hover{background-color:#0c0;box-shadow:0 0 10px #0f0}.stats-panel-content{display:flex;flex-direction:column;gap:1.5rem}.stat-row{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #1a3020}.stat-row:last-child{border-bottom:none}.stat-label{color:#0c0}.stat-value{color:#0f0;font-weight:700}.exp-progress-container{position:relative;height:20px;background-color:#0a0e1a;border:1px solid #00ff00;border-radius:2px;margin-top:.5rem;overflow:hidden}.exp-progress-bar{position:absolute;top:0;left:0;height:100%;background-color:#0f0;transition:width .3s ease}.exp-progress-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:.7rem;white-space:nowrap;pointer-events:none;color:#0f0;font-weight:700;mix-blend-mode:difference}.exp-per-tick{font-size:.7rem;color:#fff;margin-top:.25rem;text-align:left}.level-up-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000c;display:flex;justify-content:center;align-items:center;z-index:1000}.level-up-popup{background-color:#1a1f2e;border:2px solid #00ff00;border-radius:8px;padding:2rem;text-align:center;box-shadow:0 0 20px #0f0}.level-up-popup h3{color:#0f0;font-size:1.5rem;margin:0 0 1rem;text-transform:uppercase}.level-up-popup p{color:#0c0;font-size:1rem;margin:0 0 1.5rem}.unlock-description{color:#090;font-size:.85rem;margin:0 0 1.5rem;font-style:italic}.dismiss-button{background-color:#0f0;color:#0a0e1a;border:none;padding:.5rem 1.5rem;font-family:Courier New,monospace;font-size:.9rem;font-weight:700;cursor:pointer;border-radius:4px;transition:all .2s}.dismiss-button:hover{background-color:#0c0;box-shadow:0 0 10px #0f0}.save-indicator{position:fixed;bottom:16px;left:16px;display:flex;align-items:center;gap:8px;padding:8px 12px;background-color:#1a1f2ee6;border:1px solid #00ff00;border-radius:4px;z-index:1000}.save-spinner{width:16px;height:16px;border:2px solid #0a0e1a;border-top-color:#0f0;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.save-text{font-size:12px;color:#0f0;font-family:Courier New,monospace}.typewriter-text{display:inline-block;overflow:hidden;white-space:nowrap;width:0;border-right:2px solid currentColor;animation:typewriter-reveal var(--typewriter-duration, 2s) steps(var(--typewriter-chars, 20),end) forwards,typewriter-blink .53s step-end infinite}.typewriter-text.typewriter-done{animation:none;width:auto;border-right-color:transparent}@keyframes typewriter-reveal{to{width:calc(var(--typewriter-chars) * 1ch)}}@keyframes typewriter-blink{50%{border-color:transparent}}.intro-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;background-color:#0a0e1a;color:#0f0;font-family:Courier New,monospace}.intro-screen{max-width:600px;padding:2rem;text-align:center}.intro-screen-content h2{font-size:1.8rem;margin-bottom:1rem;text-shadow:0 0 10px #00ff00}.intro-screen-content p{font-size:1rem;line-height:1.6;color:#0f0c}.intro-nav{display:flex;align-items:center;gap:1.5rem;margin-top:2rem;opacity:0;pointer-events:none}.intro-nav-visible{opacity:1;pointer-events:auto;transition:opacity .4s ease}.intro-progress{font-size:.85rem;color:#0f08}.intro-btn{padding:.75rem 1.5rem;background-color:#131823;border:1px solid #00ff00;border-radius:4px;color:#0f0;font-family:Courier New,monospace;font-size:.95rem;cursor:pointer;transition:all .2s ease}.intro-btn:hover{background-color:#1a2535;box-shadow:0 0 10px #00ff004d;text-shadow:0 0 8px #00ff00}
