@font-face{font-family:Cascadia Code;src:url(/Fonts/Consolas.ttf) format("truetype");font-weight:400;font-style:normal}.terminal-page{margin:0;padding:0;background:#000;min-height:100vh;position:relative;font-family:Cascadia Code,monospace;overflow:hidden}.matrix-background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1;opacity:.1}.matrix-background.layer-1{opacity:.3;animation:glitch 5s infinite}.matrix-background.layer-2{opacity:.2;animation:glitch 7s infinite}.terminal-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80%;max-width:900px;height:70vh;z-index:2;border:2px solid #7c7474;border-radius:10px;overflow:hidden}.terminal-header{background:#1a1a1a;padding:8px;border-bottom:1px solid rgb(124,116,116);display:flex;justify-content:space-between;align-items:center}.terminal-controls{display:flex;gap:8px}.control-btn{width:12px;height:12px;border-radius:50%;border:none;cursor:pointer}.close{background:#ff5f56}.minimize{background:#ffbd2e}.maximize{background:#27c93f}.terminal{background-color:#000000d9;color:#fff;height:calc(100% - 37px);padding:8px 12px;overflow-y:auto;line-height:1.2;-ms-overflow-style:none;scrollbar-width:none}.terminal::-webkit-scrollbar{display:none}.output{white-space:pre-wrap;padding-bottom:5px}.message{padding:2px;min-height:20px;display:block;word-wrap:break-word;overflow-wrap:break-word}.command-line,.input-line{display:flex;align-items:flex-start;min-height:20px}.command-text,.input-line input{background:transparent;border:none;color:#fff;font-family:Cascadia Code,monospace;font-size:inherit;outline:none;padding:0;width:100%;min-height:20px;line-height:1.2}.command-text{margin-left:8px;word-wrap:break-word;overflow-wrap:break-word;flex:1}.prompt{display:flex;gap:8px;margin-right:8px;flex-shrink:0}.user{color:#0f0}.path{color:#0087ff}.symbol{color:#fff}.death-screen{position:fixed;top:0;left:0;width:100%;height:100%;background:url(/assets/death_screen.png) no-repeat center center;background-size:cover;opacity:0;animation:fadeIn 1s ease-in-out forwards;z-index:1000}.death-screen button{position:absolute;bottom:13px;padding:0;cursor:pointer;border:none;animation:fadeIn 1s ease-in-out forwards;transition:transform .2s ease}.death-screen button:hover{transform:scale(1.1)}.death-screen .start-over-button{left:50px;width:200px;height:50px;background:url(/assets/start_over.png) no-repeat center center;background-size:contain}.death-screen .exit-button{left:240px;width:120px;height:50px;background:url(/assets/Exit.png) no-repeat center center;background-size:contain}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes glow{0%{box-shadow:0 0 20px #00ff0080}50%{box-shadow:0 0 30px #00ff00b3}to{box-shadow:0 0 20px #00ff0080}}@keyframes blink{50%{opacity:0}}@keyframes glitch{0%,to{transform:translate(0);text-shadow:none}20%{transform:translate(-2px,2px);text-shadow:2px 0 #ff0000,-2px 0 #00ff00}40%{transform:translate(-2px,-2px);text-shadow:3px 0 #ff0000,-3px 0 #00ff00}60%{transform:translate(2px,2px);text-shadow:-3px 0 #ff0000,3px 0 #00ff00}80%{transform:translate(2px,-2px);text-shadow:-2px 0 #ff0000,2px 0 #00ff00}}@keyframes scanline{0%{transform:translateY(-100%)}to{transform:translateY(100%)}}.glitch-text{animation:glitch .2s infinite;position:relative}.terminal.glitch-active{position:relative;overflow:hidden}.terminal.glitch-active:before{content:"";position:absolute;top:0;left:0;width:100%;height:2px;background:#fff3;animation:scanline 6s linear infinite;pointer-events:none}.terminal.glitch-active .message,.terminal.glitch-active .command-text,.terminal.glitch-active .prompt,.terminal.glitch-active input{animation:glitch .2s infinite}.mobile-suggestions{display:none;flex-wrap:wrap;gap:6px;margin-top:8px;padding:0 0 8px;opacity:.6;transition:opacity .3s ease}.mobile-suggestions:hover{opacity:.9}.suggestion-chip{background:#ffffff08;border:1px solid rgba(255,255,255,.1);color:#999;font-family:Cascadia Code,monospace;font-size:11px;padding:3px 7px;border-radius:3px;cursor:pointer;transition:all .15s ease;white-space:nowrap;outline:none}.suggestion-chip:hover{background:#00ff0014;border-color:#00ff0040;color:#0d0;transform:translateY(-1px)}.suggestion-chip:active{transform:translateY(0);background:#00ff001f}@media (max-width: 768px){.mobile-suggestions{display:flex}.terminal-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:95%;height:75vh;max-width:none}.input-line{flex-direction:column;align-items:flex-start}.input-line input{margin-top:4px;width:100%;padding-left:16px}.command-line{flex-direction:column;align-items:flex-start}.command-text{margin-left:16px;margin-top:4px}}@media (max-width: 480px){.terminal-container{position:absolute;top:47%;left:50%;transform:translate(-50%,-50%);width:95%;height:65vh}.terminal,.terminal-header{padding:6px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#2d3748;background-color:#f7fafc}a{text-decoration:none;font-weight:700;color:#1a73e8;transition:color .3s ease,border-bottom .3s ease;border-bottom:2px solid transparent;margin-left:5px}a:hover{color:#0b66c3;border-bottom:2px solid #0b66c3;cursor:pointer}.portfolio-container{display:flex;min-height:100vh}.left-panel{position:fixed;width:40%;height:100vh;overflow:hidden}.background-layer{position:absolute;width:100%;height:100%;z-index:1}.background-layer img{width:100%;height:100%;object-fit:cover}.profile-layer{position:absolute;width:100%;height:100%;background:linear-gradient(to bottom,#111827cc,#111827e6);z-index:2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.profile-content{position:relative;padding:4rem;height:100%;display:flex;flex-direction:column;justify-content:center;gap:2.5rem;color:#f7fafc}.profile-circle{width:140px;height:140px;border-radius:50%;background-color:#4a5568;border:4px solid #F7FAFC;transition:transform .3s ease}.profile-circle:hover{transform:scale(1.05)}.profile-info h1{font-size:2.75rem;margin-bottom:1rem;font-weight:700;letter-spacing:-.025em}.subtitle{font-size:1.25rem;opacity:.9;margin-bottom:.75rem;font-weight:500}.location{font-size:1.1rem;opacity:.8;font-weight:400}.social-links{display:flex;gap:1.75rem;flex-wrap:wrap}.profile-photo{border-radius:50%;width:140px;height:140px;object-fit:cover;border:4px solid #F7FAFC;transition:transform .3s ease}.profile-photo:hover{transform:scale(1.05)}.social-icon img{width:24px;height:24px;transition:transform .2s ease}.social-icon{opacity:.8;transition:all .2s ease}.social-icon:hover{opacity:1}.social-icon:hover img{transform:scale(1.2)}.profile-description{font-size:1rem;line-height:1.6;opacity:.9;margin-top:1rem}.social-links{display:flex;gap:1.75rem;align-items:center}.right-panel{margin-left:40%;width:60%;min-height:100vh;background-color:#f7fafc;overflow-y:auto}.content-section{padding:4rem 2rem;max-width:900px;margin:0 auto}.intro-section{margin-bottom:5rem;margin-top:2rem;padding:2rem;background:#fff;border-radius:1rem;box-shadow:0 4px 6px #0000000d}.section-title{font-size:2.75rem;margin-bottom:1.5rem;color:#1a202c;font-weight:700;letter-spacing:-.025em;position:relative;padding-bottom:.75rem}.section-title:after{content:"";position:absolute;bottom:0;left:0;width:80px;height:4px;background:linear-gradient(90deg,#3182ce,#4299e1);border-radius:2px}.section-subtitle{font-size:1.875rem;color:#4a5568;margin-bottom:2.5rem;font-weight:600}.description{font-size:1.125rem;line-height:1.75;color:#4a5568;margin-bottom:2.5rem}.button-group{display:flex;gap:1.25rem;margin-bottom:2.5rem;margin-top:2.5rem}.button-group a{text-decoration:none;border-bottom:none;margin-left:0}.button-group a:hover{border-bottom:none}.primary-button,.secondary-button{padding:.875rem 1.75rem;border-radius:.5rem;cursor:pointer;transition:all .2s ease;font-size:1rem;font-weight:500;border:none;display:inline-block;text-align:center;min-width:140px}.primary-button{background-color:#3182ce;color:#fff!important;box-shadow:0 4px 6px #3182ce1a}.secondary-button{background-color:#fff;color:#2d3748!important;border:2px solid #E2E8F0}.primary-button:hover{background-color:#2b6cb0;transform:translateY(-2px);color:#fff!important}.secondary-button:hover{background-color:#f7fafc;border-color:#cbd5e0;transform:translateY(-2px);color:#2d3748!important}section{margin-bottom:5rem;padding:2rem;background:#fff;border-radius:1rem;box-shadow:0 4px 6px #0000000d}section h2{font-size:1.875rem;margin-bottom:2.5rem;color:#1a202c;font-weight:700;position:relative;padding-bottom:.75rem;margin-left:0;margin-right:0}section h2:after{content:"";position:absolute;bottom:0;left:0;width:80px;height:4px;background:linear-gradient(90deg,#3182ce,#4299e1);border-radius:2px}.education-item{margin-bottom:2.5rem;margin-left:0;margin-right:0;padding:1.5rem;border-radius:.75rem;background-color:#f8fafc;transition:transform .2s ease}.education-item:hover{transform:translateY(-2px)}.education-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.education-header h3{font-size:1.375rem;color:#2d3748;font-weight:600}.duration{color:#718096;font-weight:500}.degree,.scores,.achievements{color:#4a5568;margin-bottom:.5rem;font-weight:500}.experience-card{margin-bottom:2.5rem;margin-left:0;margin-right:0;padding:1.5rem;border-radius:.75rem;background-color:#f8fafc;transition:all .2s ease}.experience-card:hover{transform:translateY(-2px)}.experience-header{margin-bottom:1.25rem}.experience-header h3{font-size:1.25rem;color:#2d3748;font-weight:600;margin-bottom:.5rem}.experience-details{list-style-type:none;color:#4a5568}.experience-details li{margin-bottom:.75rem;padding-left:1.5rem;position:relative}.experience-details li:before{content:"•";position:absolute;left:0;color:#3182ce}.project-card{margin-bottom:2.5rem;margin-left:0;margin-right:0;padding:1.5rem;border-radius:.75rem;background-color:#f8fafc;transition:all .2s ease}.project-card:hover{transform:translateY(-2px)}.project-card h3{font-size:1.25rem;color:#2d3748;font-weight:600;margin-bottom:1rem}.project-card .reddit{margin-bottom:0}.project-card .redditAbout{font-size:.75rem;margin-bottom:1rem}.project-details{list-style-type:none;color:#4a5568}.project-details li{margin-bottom:.75rem;padding-left:1.5rem;position:relative}.project-details li:before{content:"•";position:absolute;left:0;color:#3182ce}.project-links{float:right;font-size:14px;display:flex;align-items:center}.skills-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.skill-card{padding:1.5rem;margin-left:0;margin-right:0;background-color:#f8fafc;border-radius:.75rem;transition:all .2s ease}.skill-card:hover{transform:translateY(-2px);background-color:#edf2f7}.skill-card h3{font-size:1.25rem;color:#2d3748;font-weight:600;margin-bottom:.75rem}.skill-card p{color:#4a5568;line-height:1.6}.achievements-list{list-style-type:none;padding:.5rem}.achievements-list li{margin-bottom:1rem;background-color:#f8fafc;border-radius:.75rem;color:#4a5568;position:relative;padding:1rem 1.5rem 1rem 2.5rem;transition:all .2s ease}.achievements-list li:hover{transform:translate(4px);background-color:#edf2f7}.achievements-list li:before{content:"★";position:absolute;left:1rem;top:1rem;color:#3182ce}@media (max-width: 1280px){.content-section{padding:3rem}.skills-grid{grid-template-columns:1fr 1fr}}@media (max-width: 1024px){.left-panel{width:45%}.right-panel{margin-left:45%;width:55%}.profile-content{padding:3rem}.section-title{font-size:2.25rem}.section-subtitle{font-size:1.5rem}}@media (max-width: 768px){.portfolio-container{flex-direction:column}.left-panel{position:relative;width:100%;height:100vh}.right-panel{margin-left:0;width:100%}.profile-content{padding:2rem}.skills-grid{grid-template-columns:1fr}.content-section{padding:1rem;max-width:none}.button-group{flex-direction:row;flex-wrap:wrap;gap:1rem;align-items:stretch}.button-group>a:nth-child(1),.button-group>a:nth-child(2){flex:1 1 calc(50% - .5rem);min-width:0}.primary-button,.secondary-button{width:100%;padding:.75rem 1rem;font-size:.9rem;text-align:center;box-sizing:border-box;display:block}.button-group>*:nth-child(3){flex:1 1 100%;margin-top:.5rem}.education-header{flex-direction:column;align-items:flex-start;gap:.5rem}.intro-section{margin-bottom:3rem;margin-top:1rem;padding:1.5rem}.section-title{font-size:2rem;margin-bottom:1rem}.section-subtitle{font-size:1.5rem;margin-bottom:1.5rem}.description{font-size:1rem;margin-bottom:2rem}.achievements-list li{padding:1rem 1.25rem 1rem 2.75rem}.achievements-list li:before{left:1.25rem;top:1rem}.experience-details li:before,.project-details li:before{content:"•";position:absolute;left:0;top:0;color:#3182ce;font-size:.8rem;line-height:1.5;display:flex;align-items:center;height:1.5rem}.experience-details li,.project-details li{padding-left:.75rem}.experience-card,.project-card,.education-item,.skill-card{margin-left:-.5rem;margin-right:-.5rem}.skills-grid{gap:1rem}.skill-card{padding:1rem;margin-bottom:1rem}}@media (max-width: 640px){.content-section{padding:.875rem}.experience-card,.project-card,.education-item,.skill-card{padding:1.25rem;margin-bottom:2rem;margin-left:-.5rem;margin-right:-.5rem}}@media (max-width: 480px){.profile-info h1{font-size:2rem}.section-title{font-size:1.75rem}.section-subtitle{font-size:1.25rem}.content-section{padding:.75rem}.social-links{gap:1rem}.experience-card,.project-card,.education-item,.skill-card{padding:1.25rem;margin-bottom:2rem;margin-left:-.5rem;margin-right:-.5rem}.achievements-list li{padding:.75rem 1rem .75rem 2.5rem}.achievements-list li:before{left:1rem;top:.75rem}.intro-section{margin-bottom:2.5rem;margin-top:.5rem;padding:1rem}.description{font-size:.9rem;line-height:1.6}.button-group{margin-top:2rem;flex-direction:row;gap:.75rem;align-items:stretch}.button-group>a:nth-child(1),.button-group>a:nth-child(2){flex:1 1 calc(50% - .375rem);min-width:0}.primary-button,.secondary-button{width:100%;padding:.75rem .5rem;font-size:.85rem;box-sizing:border-box;display:block}.button-group>*:nth-child(3){flex:1 1 100%;margin-top:.5rem}.skills-grid{gap:.75rem}.skill-card{padding:.75rem;margin-bottom:.75rem}}.right-panel::-webkit-scrollbar{width:8px}.right-panel::-webkit-scrollbar-track{background:#f7fafc}.right-panel::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:4px}.right-panel::-webkit-scrollbar-thumb:hover{background:#a0aec0}@media print{.left-panel{display:none}.right-panel{margin-left:0;width:100%}.button-group{display:none}section{break-inside:avoid;page-break-inside:avoid;box-shadow:none}}
