*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#e2e8f0;background-color:#1e1e1e;min-width:320px;min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.navbar{position:fixed;top:0;left:0;right:0;background:#1e1e1e;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #2d2d2d;z-index:1000}.nav-container{display:flex;justify-content:space-between;align-items:center;height:80px;max-width:1200px;margin:0 auto;padding:0 2rem}.nav-logo{font-size:1.75rem;font-weight:700;color:#f5f5f5}.nav-menu{display:flex;gap:.5rem}.nav-item{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:none;border:none;border-radius:12px;cursor:pointer;font-weight:500;color:#c5c5c5;transition:all .2s}.nav-item:hover{color:#fff;background:#2a2a2a}.nav-item.active{color:#fff;background:#3a3a3a}.main{padding-top:80px}.section{min-height:100vh;width:100%;padding:4rem 2rem;padding-top:120px;display:flex;justify-content:center;align-items:flex-start}.home-content{display:flex;flex-direction:column;align-items:center;width:100%;max-width:800px;text-align:center}.avatar{width:150px;height:150px;border-radius:50%;overflow:hidden;border:4px solid #3a3a3a;margin-bottom:2rem}.avatar img{width:100%;height:100%;object-fit:cover}.home-title{font-size:3rem;font-weight:700;color:#f5f5f5;margin-bottom:.5rem}.home-subtitle{font-size:1.5rem;color:#c5c5c5;font-weight:400;margin-bottom:2rem}.home-description{font-size:1.1rem;color:#a0a0a0;max-width:600px;line-height:1.6;margin-bottom:1rem}.social-links{display:flex;justify-content:center;gap:2rem}.social-link{color:#c5c5c5;transition:all .2s;padding:.75rem;border-radius:12px}.social-link:hover{color:#fff;background:#2a2a2a;transform:translateY(-2px)}.contact-cta{display:flex;align-items:center;gap:.5rem;margin-top:1.5rem;padding:.75rem 1.5rem;background:#059669;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.contact-cta:hover{background:#047857;transform:translateY(-2px)}.skill-title{font-size:1.25rem;color:#f5f5f5;margin-bottom:.5rem}.skill-text{color:#c5c5c5}.about-content{display:flex;flex-direction:column;align-items:center;width:100%;max-width:800px;text-align:center}.section-title{font-size:2.5rem;font-weight:700;color:#f5f5f5;margin-bottom:2rem;text-align:center}.about-text{font-size:1.1rem;color:#c5c5c5;line-height:1.7;margin-bottom:3rem}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;width:100%}.skill-item{text-align:left;padding:1.5rem;background:#252525;border-radius:12px;border:1px solid #3a3a3a;position:relative;overflow:hidden;transition:all .3s ease}.skill-item:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#059669,#0891b2)}.skill-item:hover{transform:translateY(-5px);border-color:#4a4a4a;box-shadow:0 10px 25px #0000004d}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(350px,100%),1fr));gap:2rem}.project-card{background:#252525;border:1px solid #3a3a3a;border-radius:16px;padding:2rem;transition:all .3s ease;position:relative;overflow:hidden;display:flex;flex-direction:column}.project-card-body{flex:1;display:flex;flex-direction:column}.project-card:hover{transform:translateY(-5px);border-color:#4a4a4a;box-shadow:0 10px 25px #0000004d}.project-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#059669,#0891b2)}.project-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.project-icon{display:flex;align-items:center;justify-content:center;width:50px;height:50px;background:#3a3a3a;border-radius:12px;color:#059669}.project-title{font-size:1.5rem;font-weight:600;color:#f5f5f5;margin:0}.project-content{flex:1;display:flex;flex-direction:column;gap:1.5rem}.project-description{color:#c5c5c5;font-size:1rem;line-height:1.6;flex:1}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:auto}.tech-tag{background:#1a1a1a;color:#059669;padding:.4rem .8rem;border-radius:6px;font-size:.85rem;font-weight:500;border:1px solid #2a2a2a}.project-links{display:flex;gap:1rem;margin-top:1.5rem}.project-link{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border:none;border-radius:8px;cursor:pointer;font-weight:500;font-size:.9rem;transition:all .2s;text-decoration:none}.code-link{background:#2a2a2a;color:#f5f5f5;border:1px solid #3a3a3a}.code-link:hover{background:#3a3a3a;border-color:#4a4a4a}.demo-link{background:#059669;color:#fff}.demo-link:hover{background:#047857}.terminal-content{display:flex;flex-direction:column;align-items:stretch;width:100%;max-width:1200px}.terminal-title{font-size:2.5rem;font-weight:700;color:#f5f5f5;margin-bottom:.5rem}.terminal-description{color:#c5c5c5;margin-bottom:2rem;font-size:1.1rem}.terminal-status{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.status-indicator{padding:.5rem 1rem;border-radius:8px;font-weight:500;font-size:.9rem}.status-indicator.connected{background:#065f46;color:#d1fae5}.start-shell-btn,.stop-shell-btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s}.start-shell-btn{background:#059669;color:#fff}.start-shell-btn:hover{background:#047857}.stop-shell-btn{background:#dc2626;color:#fff}.stop-shell-btn:hover{background:#b91c1c}.terminal-window{width:100%;background:#0d1117;border-radius:12px;border:1px solid #30363d;overflow:hidden;position:relative;padding-top:8px}.terminal-window:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#059669,#0891b2);z-index:1}.terminal-panels{display:flex;gap:1.5rem;margin-top:2rem}.terminal-info-panel{flex:1;padding:1.5rem;background:#161b22;border-radius:12px;border:1px solid #30363d;position:relative;overflow:hidden;transition:all .3s ease}.terminal-info-panel:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#059669,#0891b2)}.terminal-info-panel:hover{border-color:#4a4a4a;box-shadow:0 10px 25px #0000004d}.terminal-info-panel h3{color:#f0f6fc;margin-bottom:1rem;font-size:1.25rem}.feature-list{display:grid;grid-template-columns:1fr;gap:.75rem}.feature-item{color:#8b949e;font-size:.9rem;padding:.5rem;background:#21262d;border-radius:6px}.inline-code{background:#21262d;color:#059669;padding:.15rem .4rem;border-radius:4px;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,Consolas,Courier New,monospace;font-size:.9em}.contact-grid{display:flex;flex-wrap:wrap;gap:3rem;max-width:1000px}.contact-info{flex:1 1 400px;display:flex;flex-direction:column;gap:1.5rem}.contact-description{color:#c5c5c5;font-size:1.1rem;line-height:1.6}.contact-item{display:flex;align-items:center;gap:1rem;font-size:1rem;color:#c5c5c5;padding:1rem;background:#252525;border-radius:12px;border:1px solid #3a3a3a;transition:all .2s}.contact-item:hover{border-color:#4a4a4a;transform:translateY(-2px)}.contact-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#3a3a3a;border-radius:8px;color:#059669}.contact-form{flex:1 1 400px;display:flex;flex-direction:column;gap:1.5rem;background:#252525;padding:2rem;border-radius:16px;border:1px solid #3a3a3a;position:relative;overflow:hidden;transition:all .3s ease}.contact-form:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#059669,#0891b2)}.contact-form:hover{border-color:#4a4a4a;box-shadow:0 10px 25px #0000004d}.contact-text{text-decoration:none;color:inherit;transition:color .2s}.contact-text:hover{color:#059669}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{color:#f5f5f5;font-weight:500;font-size:.9rem}.form-input,.form-textarea{padding:1rem;border:1px solid #444;border-radius:8px;background:#1a1a1a;color:#f5f5f5;font-size:1rem;transition:border-color .2s}.form-input:focus,.form-textarea:focus{outline:none;border-color:#059669}.form-textarea{min-height:120px;resize:vertical}.form-button{padding:1rem 2rem;border:none;border-radius:8px;background:#059669;color:#fff;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s}.form-button:hover{background:#047857;transform:translateY(-2px)}.reconnect-btn{padding:.5rem 1rem;border:none;border-radius:6px;background:#059669;color:#fff;font-size:.85rem;cursor:pointer;margin-left:1rem}.connection-error{color:#fecaca;font-size:.9rem;display:flex;align-items:center}@media (max-width: 768px){.nav-container{height:60px;padding:0 .5rem;justify-content:center}.main{padding-top:60px}.nav-logo,.nav-label{display:none}.nav-item{padding:.75rem;min-width:44px;justify-content:center}.nav-menu{gap:.25rem}.container{padding:0 1rem}.section{padding:2rem 1rem;padding-top:80px}.home-title{font-size:2rem}.home-subtitle{font-size:1.15rem}.home-description{font-size:1rem}.section-title{font-size:1.75rem}.avatar{width:120px;height:120px}.about-text{font-size:1rem}.skills-grid{grid-template-columns:1fr;gap:1rem}.projects-grid{grid-template-columns:1fr;gap:1.5rem}.project-card{padding:1.5rem}.project-links{flex-direction:row;gap:.75rem}.project-link{flex:1;justify-content:center}.terminal-content{padding:0}.terminal-title{font-size:1.75rem}.terminal-status{flex-direction:column;gap:.75rem;align-items:stretch}.terminal-panels{flex-direction:column}.terminal-window{border-radius:8px}.contact-grid{gap:2rem}.contact-info,.contact-form{flex:1 1 100%}.contact-form{padding:1.5rem}.social-links{gap:1.5rem}}@media (max-width: 480px){.section{padding:1.5rem .75rem;padding-top:72px}.home-title{font-size:1.75rem}.avatar{width:100px;height:100px;margin-bottom:1.5rem}.home-subtitle{font-size:1rem;margin-bottom:1.5rem}.section-title{font-size:1.5rem}.project-header{gap:.75rem}.project-icon{width:40px;height:40px}.project-title{font-size:1.25rem}.project-card{padding:1.25rem}.contact-item{padding:.75rem}.contact-icon{width:36px;height:36px}.terminal-window{border-radius:6px}.skill-item{padding:1rem}}/**
 * Copyright (c) 2014 The xterm.js authors. All rights reserved.
 * Copyright (c) 2012-2013, Christopher Jeffrey (MIT License)
 * https://github.com/chjj/term.js
 * @license MIT
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 *
 * Originally forked from (with the author's permission):
 *   Fabrice Bellard's javascript vt100 for jslinux:
 *   http://bellard.org/jslinux/
 *   Copyright (c) 2011 Fabrice Bellard
 *   The original design remains. The terminal itself
 *   has been extended to include xterm CSI codes, among
 *   other features.
 */.xterm{cursor:text;position:relative;user-select:none;-ms-user-select:none;-webkit-user-select:none}.xterm.focus,.xterm:focus{outline:none}.xterm .xterm-helpers{position:absolute;top:0;z-index:5}.xterm .xterm-helper-textarea{padding:0;border:0;margin:0;position:absolute;opacity:0;left:-9999em;top:0;width:0;height:0;z-index:-5;white-space:nowrap;overflow:hidden;resize:none}.xterm .composition-view{background:#000;color:#fff;display:none;position:absolute;white-space:nowrap;z-index:1}.xterm .composition-view.active{display:block}.xterm .xterm-viewport{background-color:#000;overflow-y:scroll;cursor:default;position:absolute;right:0;left:0;top:0;bottom:0}.xterm .xterm-screen{position:relative}.xterm .xterm-screen canvas{position:absolute;left:0;top:0}.xterm .xterm-scroll-area{visibility:hidden}.xterm-char-measure-element{display:inline-block;visibility:hidden;position:absolute;top:0;left:-9999em;line-height:normal}.xterm.enable-mouse-events{cursor:default}.xterm.xterm-cursor-pointer,.xterm .xterm-cursor-pointer{cursor:pointer}.xterm.column-select.focus{cursor:crosshair}.xterm .xterm-accessibility,.xterm .xterm-message{position:absolute;left:0;top:0;bottom:0;right:0;z-index:10;color:transparent;pointer-events:none}.xterm .live-region{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.xterm-dim{opacity:1!important}.xterm-underline-1{text-decoration:underline}.xterm-underline-2{text-decoration:double underline}.xterm-underline-3{text-decoration:wavy underline}.xterm-underline-4{text-decoration:dotted underline}.xterm-underline-5{text-decoration:dashed underline}.xterm-overline{text-decoration:overline}.xterm-overline.xterm-underline-1{text-decoration:overline underline}.xterm-overline.xterm-underline-2{text-decoration:overline double underline}.xterm-overline.xterm-underline-3{text-decoration:overline wavy underline}.xterm-overline.xterm-underline-4{text-decoration:overline dotted underline}.xterm-overline.xterm-underline-5{text-decoration:overline dashed underline}.xterm-strikethrough{text-decoration:line-through}.xterm-screen .xterm-decoration-container .xterm-decoration{z-index:6;position:absolute}.xterm-screen .xterm-decoration-container .xterm-decoration.xterm-decoration-top-layer{z-index:7}.xterm-decoration-overview-ruler{z-index:8;position:absolute;top:0;right:0;pointer-events:none}.xterm-decoration-top{z-index:2;position:relative}
