.terminal-container{width:100%;max-width:900px;height:90vh;max-height:700px;background:#1e1e1e;border-radius:10px;box-shadow:0 20px 60px #00000080;overflow:hidden;display:flex;flex-direction:column;transition:border-radius .3s ease,box-shadow .3s ease,width .3s ease,height .3s ease,max-width .3s ease,max-height .3s ease}.terminal-container.dragging{transition:none!important}.terminal-container.fullscreen{border-radius:0;box-shadow:none}.terminal-window{background:#2d2d2d;padding:8px 12px;display:flex;align-items:center;gap:8px;border-bottom:1px solid #3d3d3d;user-select:none;-webkit-user-select:none;position:relative}.traffic-lights{display:flex;gap:8px;flex-shrink:0}.traffic-light{width:12px;height:12px;border-radius:50%;border:.5px solid rgba(0,0,0,.2);-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;cursor:pointer;transition:opacity .2s,transform .1s}.traffic-light:hover:not([style*="cursor: not-allowed"]){opacity:.8;transform:scale(1.1)}.traffic-light:active:not([style*="cursor: not-allowed"]){transform:scale(.95)}.traffic-light.close{background:#ff5f57}.traffic-light.minimize{background:#ffbd2e}.traffic-light.maximize{background:#28ca42}.terminal-title{position:absolute;left:50%;transform:translate(-50%);font-size:13px;color:#a0a0a0;-webkit-user-select:none;user-select:none;white-space:nowrap}.terminal-content{flex:1;padding:20px;overflow-y:auto;background:#1e1e1e;font-size:14px;line-height:1.6;min-height:0}.terminal-content::-webkit-scrollbar{width:8px}.terminal-content::-webkit-scrollbar-track{background:#1e1e1e}.terminal-content::-webkit-scrollbar-thumb{background:#3d3d3d;border-radius:4px}.terminal-content::-webkit-scrollbar-thumb:hover{background:#4d4d4d}.command-line{display:flex;align-items:center;gap:8px;margin-bottom:12px}.prompt{color:#28ca42;font-weight:500}.prompt-user{color:#5dd5fa}.prompt-host{color:#ff6b9d}.prompt-separator{color:#a0a0a0}.command-input{flex:1;background:transparent;border:none;outline:none;color:#d4d4d4;font-family:inherit;font-size:14px;caret-color:#28ca42}.command-input::placeholder{color:#5d5d5d}.output{margin-bottom:12px;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,monospace}.output.error{color:#ff5f57}.output.success{color:#28ca42}.output.info{color:#5dd5fa}.output.warning{color:#ffbd2e}.command-history{margin-bottom:12px}.welcome-message{color:#5dd5fa;margin-bottom:20px;font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,monospace;white-space:pre;line-height:1.6}.welcome-message h1{font-size:24px;margin-bottom:10px;color:#28ca42}.welcome-message p{margin-bottom:8px;color:#a0a0a0}.help-commands{margin-top:15px;color:#a0a0a0}.help-commands h3{color:#5dd5fa;margin-bottom:8px;font-size:16px}.help-commands ul{list-style:none;padding-left:0}.help-commands li{margin-bottom:6px;padding-left:20px}.help-commands code{color:#28ca42;background:#28ca421a;padding:2px 6px;border-radius:3px}.section-content{margin-top:10px;color:#d4d4d4}.section-content h2{color:#5dd5fa;font-size:20px;margin-bottom:15px;border-bottom:1px solid #3d3d3d;padding-bottom:8px}.section-content h3{color:#ff6b9d;font-size:16px;margin-top:20px;margin-bottom:10px}.section-content p{margin-bottom:12px;line-height:1.8}.section-content ul{list-style:none;padding-left:0;margin-bottom:15px}.section-content li{margin-bottom:8px;padding-left:20px;position:relative}.section-content li:before{content:"▸";position:absolute;left:0;color:#28ca42}.section-content a{color:#5dd5fa;text-decoration:none;border-bottom:1px solid rgba(93,213,250,.3);transition:color .2s}.section-content a:hover{color:#7de5ff;border-bottom-color:#5dd5fa99}.project-item{margin-bottom:25px;padding:15px;background:#2d2d2d4d;border-left:3px solid #28ca42;border-radius:4px}.project-item h4{color:#ff6b9d;font-size:18px;margin-bottom:8px}.experience-item{margin-bottom:25px;padding:15px;background:#2d2d2d4d;border-left:3px solid #5dd5fa;border-radius:4px}.experience-heading{display:flex;justify-content:space-between;gap:12px;align-items:baseline;flex-wrap:wrap;margin-bottom:8px}.experience-heading h4{color:#ff6b9d;font-size:18px}.experience-heading span{color:#a0a0a0;font-size:12px}.project-item .project-tech{color:#a0a0a0;font-size:12px;margin-bottom:10px}.project-item .project-description{color:#d4d4d4;margin-bottom:10px}.project-links{display:flex;gap:15px;flex-wrap:wrap}.contact-info{margin-top:15px}.contact-item{margin-bottom:12px;display:flex;align-items:center;gap:10px}.contact-item strong{color:#5dd5fa;min-width:100px}.contact-item a{color:#28ca42;overflow-wrap:anywhere}.copy-button{background:#28ca421a;border:1px solid #28ca42;color:#28ca42;padding:4px 8px;border-radius:3px;cursor:pointer;font-size:12px;font-family:inherit;transition:all .2s}.copy-button:hover{background:#28ca4233}.copy-button:active{transform:scale(.95)}.skills-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.skill-tag{background:#5dd5fa1a;border:1px solid rgba(93,213,250,.3);color:#5dd5fa;padding:4px 10px;border-radius:12px;font-size:12px}.neofetch-output{margin-top:10px;font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,monospace}.neofetch-art{color:#28ca42;font-size:13px;line-height:1.4;margin:0;white-space:pre;overflow-x:auto;background:transparent;border:none;padding:0}@media(max-width:768px){.terminal-container{width:100%;height:100dvh;max-height:none;border-radius:0}.terminal-title{max-width:calc(100% - 92px);overflow:hidden;text-overflow:ellipsis}.terminal-content{padding:14px;font-size:13px;line-height:1.55}.command-line,.command-history{align-items:flex-start;gap:6px}.prompt{flex-shrink:0}.command-input{min-width:0;font-size:16px}.section-content p,.section-content li{line-height:1.65}.welcome-message h1{font-size:20px}.section-content h2{font-size:18px}.project-item,.experience-item{padding:12px}.experience-heading{display:block}.experience-heading span{display:block;margin-top:4px}.contact-item{flex-direction:column;align-items:flex-start;gap:6px}.contact-item strong{min-width:auto}.copy-button{min-height:36px;padding:7px 10px}.neofetch-art{max-width:100%;font-size:12px}}@media(max-width:420px){.terminal-window{padding:8px 10px}.traffic-lights{gap:7px}.terminal-content{padding:12px 10px;font-size:12px}.command-line,.command-history{flex-wrap:wrap}.command-input{flex-basis:100%;padding-left:0}.section-content h2{font-size:17px}.section-content h3,.project-item h4,.experience-heading h4{font-size:15px}.section-content li{padding-left:16px}}.normal-view{width:100%;min-height:100vh;background:radial-gradient(circle at top left,rgba(40,202,66,.12),transparent 34rem),linear-gradient(135deg,#1e1e1e,#2d2d2d);color:#d4d4d4;padding:40px 20px}.normal-header{max-width:1200px;margin:0 auto 48px;display:flex;justify-content:space-between;align-items:center;padding-bottom:30px;border-bottom:2px solid #3d3d3d}.normal-header h1{font-size:36px;color:#28ca42;margin:4px 0}.normal-eyebrow{color:#5dd5fa;font-size:13px;letter-spacing:0;text-transform:uppercase}.normal-title{color:#a0a0a0;font-size:16px}.normal-actions,.normal-hero-actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.terminal-toggle-btn,.normal-link-btn,.normal-hero-actions a{background:#28ca421a;border:2px solid #28ca42;color:#28ca42;padding:12px 24px;border-radius:6px;cursor:pointer;font-size:16px;font-family:inherit;font-weight:500;line-height:1;text-decoration:none;transition:all .2s}.terminal-toggle-btn:hover,.normal-link-btn:hover,.normal-hero-actions a:hover{background:#28ca4233;transform:translateY(-2px);box-shadow:0 4px 12px #28ca424d}.terminal-toggle-btn:active{transform:translateY(0)}.normal-content{max-width:1200px;margin:0 auto}.normal-hero{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:32px;align-items:stretch;margin-bottom:48px}.normal-hero h2{color:#f2f2f2;font-size:44px;line-height:1.08;max-width:780px;margin:12px 0 18px}.normal-hero p{max-width:760px;color:#c8c8c8;font-size:18px;line-height:1.7;margin-bottom:24px}.normal-snapshot{border:1px solid rgba(93,213,250,.24);border-left:4px solid #5dd5fa;border-radius:8px;background:#1e1e1e6b;padding:24px}.normal-snapshot h3{color:#ff6b9d;margin-bottom:14px;font-size:18px}.normal-snapshot ul{list-style:none;margin-bottom:18px}.normal-snapshot li{position:relative;padding-left:18px;margin-bottom:10px;line-height:1.5}.normal-snapshot li:before{content:">";color:#28ca42;position:absolute;left:0}.normal-skill-strip{display:flex;flex-wrap:wrap;gap:8px}.normal-skill-strip span{border:1px solid rgba(40,202,66,.28);border-radius:999px;color:#28ca42;background:#28ca4214;padding:5px 10px;font-size:12px}.normal-section{margin-bottom:80px;padding:40px;background:#2d2d2d4d;border-radius:10px;border-left:4px solid #28ca42}.normal-section:last-child{margin-bottom:0}@media(max-width:768px){.normal-view{padding:24px 14px}.normal-header{flex-direction:column;gap:18px;align-items:stretch;margin-bottom:32px;padding-bottom:22px;text-align:left}.normal-header h1{font-size:30px;line-height:1.15}.normal-actions,.normal-hero-actions{width:100%;align-items:stretch}.terminal-toggle-btn,.normal-link-btn,.normal-hero-actions a{flex:1 1 150px;min-height:44px;padding:12px 14px;text-align:center}.normal-hero-actions a{display:inline-flex;align-items:center;justify-content:center}.normal-hero{grid-template-columns:1fr;gap:22px;margin-bottom:36px}.normal-hero h2{font-size:31px;line-height:1.16}.normal-hero p{font-size:16px;line-height:1.65;margin-bottom:20px}.normal-snapshot{padding:18px}.normal-snapshot li{padding-left:16px}.normal-section{padding:22px 18px;margin-bottom:40px;border-radius:8px}}@media(max-width:420px){.normal-view{padding:18px 10px}.normal-header h1{font-size:27px}.normal-eyebrow{font-size:12px}.normal-title{font-size:14px}.normal-hero h2{font-size:26px}.terminal-toggle-btn,.normal-link-btn,.normal-hero-actions a{flex-basis:100%}.normal-section{padding:18px 14px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,SF Mono,Monaco,Cascadia Code,Roboto Mono,monospace;background:#1e1e1e;color:#d4d4d4;overflow:hidden;height:100vh;-webkit-text-size-adjust:100%}body.normal-mode-active{overflow:auto;height:auto;min-height:100vh}#root{width:100%;height:100%}.app{width:100%;height:100vh;position:relative;padding:20px;background:linear-gradient(135deg,#1e1e1e,#2d2d2d);overflow:hidden}.app.normal-mode{height:auto;min-height:100vh;overflow:visible;padding:0}@media(max-width:768px){.app,.app.normal-mode{padding:0}}
