*{margin:0;padding:0;box-sizing:border-box}body{background-color:#0d1117;color:#e6edf3;font-family:Fira Code,monospace;font-size:16px;overflow:hidden;height:100vh;width:100vw;display:flex;flex-direction:column}::-webkit-scrollbar{width:8px;background:#0d1117}::-webkit-scrollbar-thumb{background:#30363d;border-radius:4px}#matrix-bg{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;opacity:.15}.container{width:100%;height:100%;padding:20px;overflow-y:auto;display:flex;flex-direction:column;position:relative}#boot-screen{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0d1117;z-index:100;padding:20px;font-size:14px;color:#8b949e;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end}#boot-log{width:100%;white-space:pre-wrap;line-height:1.4}.boot-line{opacity:0;animation:fadeIn .1s forwards}.boot-ok{color:#39ff14;font-weight:700}.boot-info{color:#58a6ff}.boot-warn{color:#d29922}#terminal{width:100%;max-width:900px;margin:0 auto;display:none;flex-direction:column;gap:5px;padding-bottom:40px}#terminal.active{display:flex}.text-green{color:#39ff14}.text-blue{color:#58a6ff}.text-red{color:#ff7b72}.text-yellow{color:#d29922}.text-purple{color:#bc8cff}.text-grey{color:#8b949e}.text-white{color:#e6edf3}a{color:#58a6ff;text-decoration:none;border-bottom:1px dotted #58a6ff;transition:all .2s ease}a:hover{color:#39ff14;border-bottom:1px solid #39ff14;background-color:#39ff141a}.input-line{display:flex;align-items:center;width:100%;flex-wrap:wrap}.prompt{white-space:nowrap;margin-right:10px}.user{color:#39ff14;font-weight:700}.at{color:#e6edf3}.host{color:#58a6ff;font-weight:700}.colon{color:#e6edf3}.path{color:#58a6ff}.dollar{color:#e6edf3}#command-input{background:transparent;border:none;outline:none;color:#e6edf3;font-family:Fira Code,monospace;font-size:16px;flex-grow:1;caret-color:#39ff14;min-width:100px}.output-line{margin-bottom:5px;line-height:1.5;word-wrap:break-word}.command-output{margin-top:5px;margin-bottom:15px;padding-left:0}.ascii-art{white-space:pre;font-size:10px;line-height:10px;color:#39ff14;overflow-x:hidden;margin-bottom:20px}.grid-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px;margin-top:10px}.grid-item{padding:10px;border:1px solid #30363d;border-radius:4px;background:#0d111780}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes contentFadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:contentFadeIn .3s ease-out forwards}@media screen and (max-width: 600px){body,#command-input{font-size:14px}.prompt{margin-bottom:5px;font-size:12px}.ascii-art{font-size:8px;line-height:8px}.input-line{padding-bottom:40px}}
