.terminal-container{background-color:var(--terminal-bg);border-radius:8px;box-shadow:0 4px 6px #0000004d;overflow:hidden;font-family:Courier New,Courier,monospace;width:100%;max-width:900px;margin:2rem auto;border:1px solid #333}.terminal-header{background-color:#333;padding:.5rem 1rem;display:flex;align-items:center;gap:.5rem}.terminal-dot{width:12px;height:12px;border-radius:50%}.red{background-color:#ff5f56}.yellow{background-color:#ffbd2e}.green{background-color:#27c93f}.terminal-title{margin-left:1rem;color:#ccc;font-size:.8rem}.terminal-body{padding:1.5rem;height:400px;overflow-y:auto;color:#f8f8f2;scroll-behavior:smooth}.command-line{display:flex;align-items:center;margin-top:.5rem}.prompt{color:var(--secondary-color);margin-right:.5rem}.cursor{display:inline-block;width:10px;height:1.2em;background-color:var(--text-color);animation:blink 1s step-end infinite;vertical-align:middle}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.input-line{background:transparent;border:none;color:inherit;font-family:inherit;font-size:inherit;flex:1;outline:none}.output-line{margin-bottom:.5rem;white-space:pre-wrap;word-break:break-word;line-height:1.4;width:100%}.highlight{color:var(--primary-color)}.error{color:var(--accent-color)}@media(max-width:768px){.terminal-container{width:95%;margin:1rem auto}.terminal-body{padding:1rem;height:350px}.output-line{font-size:.85rem}.terminal-body>div>div>div>div{flex-direction:column}}:root{--bg-color: #1e1e1e;--text-color: #d4d4d4;--primary-color: #61dafb;--secondary-color: #a6e22e;--accent-color: #f92672;--warning-color: #fd971f;--dim-color: #808080;--terminal-bg: #272822;--font-mono: "Courier New", Courier, monospace;--font-sans: "Inter", system-ui, Avenir, Helvetica, Arial, sans-serif}body{margin:0;padding:0;background-color:var(--bg-color);color:var(--text-color);font-family:Courier New,Courier,monospace;font-weight:600;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;width:100%}*,*:before,*:after{box-sizing:border-box}#root{width:100%;min-height:100vh}a{color:var(--primary-color);text-decoration:none}a:hover{text-decoration:underline}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{background:var(--dim-color);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--text-color)}@media(max-width:600px){body{font-size:14px}header h1{font-size:1.8rem!important}.section-container{padding:1rem!important}div[style*=fixed]{display:none}}.cv-header{padding:3rem 1rem 2rem;margin-bottom:2rem;background:linear-gradient(to bottom,rgba(0,0,0,.2),transparent);border-bottom:1px solid rgba(255,255,255,.05)}.header-content{max-width:900px;margin:0 auto;text-align:left;padding:0 1rem}.header-content h1{font-family:Courier New,Courier,monospace;font-size:2.5rem;color:var(--secondary-color);margin-bottom:.5rem;letter-spacing:-1px}.header-subtitle{font-family:Consolas,Monaco,monospace;color:var(--dim-color);font-size:1.1rem;margin-bottom:1.5rem;display:flex;justify-content:flex-start;align-items:center;gap:1rem}.header-subtitle .separator{color:var(--primary-color);opacity:.5}.header-links{display:flex;justify-content:flex-start;gap:2rem}.header-link{color:#fff;text-decoration:none;font-family:Consolas,Monaco,monospace;font-size:.95rem;border:1px solid rgba(255,255,255,.2);padding:.5rem 1.2rem;border-radius:4px;transition:all .2s ease}.header-link:hover{border-color:var(--primary-color);color:var(--primary-color);background:#ffffff0d;transform:translateY(-2px)}@media(max-width:920px){.header-content,.terminal-container{width:95%;max-width:none}}@media(max-width:600px){.header-links{flex-direction:column;gap:.8rem;align-items:flex-start}.header-content h1{font-size:2rem}.header-link{width:100%;text-align:center}}
