*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root,[data-theme=dark]{--bg:#020c18;--bg2:#071526;--bg3:#0d2137;--accent:#00d4ff;--accent2:#0f8;--text:#d4eeff;--muted:#5b8aaa;--border:#0d2a40}[data-theme=light]{--bg:#f0f9ff;--bg2:#e0f2fe;--bg3:#bae6fd;--accent:#0284c7;--accent2:#059669;--text:#0c1a2e;--muted:#475569;--border:#94d2e8}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:Inter,system-ui,sans-serif;line-height:1.6;overflow-x:hidden}#root{width:100%}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--bg3);border-radius:3px}a{color:inherit;text-decoration:none}::selection{background:var(--accent);color:#000}body:before{content:"";background-image:linear-gradient(var(--border) 1px, transparent 1px), linear-gradient(90deg, var(--border) 1px, transparent 1px);opacity:.3;pointer-events:none;z-index:0;background-size:40px 40px;position:fixed;inset:0}.container{z-index:1;max-width:1100px;margin:0 auto;padding:0 2rem;position:relative}.section{z-index:1;padding:5rem 0;position:relative}.section-alt{background:#071526d9}.section-title{align-items:center;gap:.75rem;margin-bottom:3rem;font-size:1.8rem;font-weight:700;display:inline-flex}.section-title:before{content:"";background:var(--accent);width:4px;height:1.8rem;box-shadow:0 0 10px var(--accent);border-radius:2px}.navbar{z-index:100;width:100%;padding:0 2rem;transition:background .3s,box-shadow .3s;position:fixed;top:0}.navbar.scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 1px 0 var(--border), 0 4px 20px #0006;background:#020c18f2}.nav-inner{justify-content:space-between;align-items:center;max-width:1100px;height:64px;margin:0 auto;display:flex}.nav-logo{color:var(--accent);text-shadow:0 0 10px var(--accent);-webkit-user-select:none;user-select:none;font-family:Courier New,monospace;font-size:1.1rem;font-weight:700}.nav-logo span{color:var(--accent2)}.nav-links{gap:2rem;list-style:none;display:flex}.nav-links li a{color:var(--muted);cursor:pointer;letter-spacing:.8px;text-transform:uppercase;font-size:.78rem;transition:color .2s}.nav-links li a:hover{color:var(--accent)}.nav-actions{align-items:center;gap:.5rem;display:flex}.theme-toggle{background:var(--bg2);border:1px solid var(--border);width:36px;height:36px;color:var(--muted);cursor:pointer;border-radius:4px;justify-content:center;align-items:center;font-size:1rem;transition:all .2s;display:flex}.theme-toggle:hover{color:var(--accent);border-color:var(--accent)}.burger{color:var(--text);cursor:pointer;background:0 0;border:none;align-items:center;padding:4px;font-size:1.4rem;display:none}@media (width<=768px){.burger{display:flex}.nav-links{background:var(--bg);border-bottom:1px solid var(--border);flex-direction:column;align-items:center;gap:1.5rem;padding:1.5rem;display:none;position:fixed;top:64px;left:0;right:0}.nav-links.open{display:flex}}.hero-section{align-items:center;min-height:100vh;padding:6rem 2rem 4rem;display:flex;position:relative;overflow:hidden}.hero-glow{pointer-events:none;z-index:0;background:radial-gradient(circle,#00d4ff12 0%,#0000 65%);border-radius:50%;width:700px;height:700px;position:absolute;top:-150px;right:-150px}.hero-glow2{pointer-events:none;z-index:0;background:radial-gradient(circle,#00ff880d 0%,#0000 65%);border-radius:50%;width:500px;height:500px;position:absolute;bottom:-150px;left:-150px}.hero-content{z-index:1;width:100%;max-width:1100px;margin:0 auto;position:relative}.hero-tag{color:var(--accent);letter-spacing:.5px;background:#00d4ff12;border:1px solid #00d4ff33;border-radius:4px;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.35rem .85rem;font-family:Courier New,monospace;font-size:.78rem;display:inline-flex}.hero-tag:before{content:"> ";opacity:.6}.hero-name{margin-bottom:.75rem;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;line-height:1.1}.hero-name span{background:linear-gradient(90deg, var(--accent), var(--accent2));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-title{color:var(--muted);margin-bottom:1.5rem;font-size:clamp(1rem,2.5vw,1.25rem);font-weight:400}.hero-bio{max-width:600px;color:var(--muted);margin-bottom:2rem;font-size:.95rem;line-height:1.8}.hero-cta{flex-wrap:wrap;gap:1rem;margin-bottom:2rem;display:flex}.btn{cursor:pointer;letter-spacing:.5px;border:none;border-radius:4px;align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary{background:var(--accent);color:#000;box-shadow:0 0 20px #00d4ff4d}.btn-primary:hover{background:#0ef;transform:translateY(-1px);box-shadow:0 0 30px #00d4ff80}.btn-outline{color:var(--accent);border:1px solid var(--accent);background:0 0}.btn-outline:hover{background:#00d4ff14;transform:translateY(-1px)}.hero-socials{gap:.75rem;display:flex}.hero-socials a{background:var(--bg2);border:1px solid var(--border);width:42px;height:42px;color:var(--muted);border-radius:4px;justify-content:center;align-items:center;font-size:1.1rem;transition:all .2s;display:flex}.hero-socials a:hover{color:var(--accent);border-color:var(--accent);transform:translateY(-2px);box-shadow:0 0 12px #00d4ff33}.about-grid{grid-template-columns:220px 1fr;align-items:start;gap:4rem;display:grid}.photo-wrapper{border-radius:8px;flex-shrink:0;width:200px;height:260px;position:relative;overflow:hidden}.photo-bg{z-index:0;background:linear-gradient(175deg,#0d2137 0%,#071a2e 50%,#020c18 100%);position:absolute;inset:0}.photo-bg:after{content:"";background:linear-gradient(#0000,#00d4ff14);height:35%;position:absolute;bottom:0;left:0;right:0}.profile-photo{object-fit:cover;object-position:top center;z-index:1;filter:brightness(1.35)contrast(.92);width:100%;height:100%;display:block;position:absolute;inset:0}.photo-border{border:1.5px solid var(--accent);z-index:2;opacity:.35;pointer-events:none;border-radius:8px;width:100%;height:100%;position:absolute;top:8px;left:8px}.about-right{flex-direction:column;gap:2rem;display:flex}.about-text{color:var(--muted);flex-direction:column;gap:1rem;font-size:.95rem;line-height:1.8;display:flex}.about-text strong{color:var(--text)}.about-stats{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.stat-card{background:var(--bg2);border:1px solid var(--border);text-align:center;border-radius:8px;padding:1.25rem 1rem;transition:all .2s}.stat-card:hover{border-color:var(--accent);box-shadow:0 0 16px #00d4ff14}.stat-value{color:var(--accent);margin-bottom:.2rem;font-family:Courier New,monospace;font-size:1.6rem;font-weight:800;display:block}.stat-label{color:var(--muted);font-size:.72rem}@media (width<=900px){.about-grid{grid-template-columns:1fr;gap:2rem}.about-stats{grid-template-columns:1fr 1fr}}.skills-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem;display:grid}.skill-group{background:var(--bg2);border:1px solid var(--border);border-radius:8px;padding:1.25rem;transition:border-color .2s}.skill-group:hover{border-color:#00d4ff4d}.skill-category{text-transform:uppercase;letter-spacing:1.5px;color:var(--accent);margin-bottom:.75rem;font-family:Courier New,monospace;font-size:.72rem;font-weight:700}.skill-tags{flex-wrap:wrap;gap:.4rem;display:flex}.skill-tag{color:var(--text);background:#00d4ff0d;border:1px solid #00d4ff1f;border-radius:4px;padding:.25rem .65rem;font-size:.8rem;transition:all .2s}.skill-tag:hover{border-color:var(--accent);color:var(--accent)}.projects-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;display:grid}.project-card{background:var(--bg2);border:1px solid var(--border);border-radius:8px;flex-direction:column;gap:.9rem;padding:1.5rem;transition:all .2s;display:flex}.project-card:hover{border-color:#00d4ff59;transform:translateY(-3px);box-shadow:0 0 24px #00d4ff0f}.project-card-header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.project-name{margin-bottom:.2rem;font-size:1rem;font-weight:700}.project-subtitle{color:var(--accent);font-family:Courier New,monospace;font-size:.76rem}.project-gh-link{color:var(--muted);flex-shrink:0;font-size:1.1rem;transition:color .2s}.project-gh-link:hover{color:var(--accent)}.project-desc{color:var(--muted);flex:1;font-size:.85rem;line-height:1.7}.project-stack{flex-wrap:wrap;gap:.4rem;display:flex}.stack-tag{color:var(--accent2);background:#00ff880d;border:1px solid #00ff882e;border-radius:4px;padding:.18rem .55rem;font-family:Courier New,monospace;font-size:.72rem;font-weight:500}.timeline{border-left:1px solid var(--border);flex-direction:column;margin-bottom:3rem;padding-left:1.5rem;display:flex;position:relative}.timeline-item{padding:0 0 2rem 2rem;position:relative}.timeline-item:last-child{padding-bottom:0}.timeline-dot{background:var(--accent);border:2px solid var(--bg);width:10px;height:10px;box-shadow:0 0 8px var(--accent);border-radius:50%;position:absolute;top:.4rem;left:calc(-1.5rem - 5px)}.timeline-content{background:var(--bg2);border:1px solid var(--border);border-radius:8px;padding:1.25rem 1.5rem;transition:border-color .2s}.timeline-content:hover{border-color:#00d4ff4d}.exp-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.5rem;display:flex}.exp-role{margin-bottom:.15rem;font-size:1rem;font-weight:700}.exp-company{color:var(--accent);font-family:Courier New,monospace;font-size:.82rem}.exp-period{color:var(--muted);white-space:nowrap;background:var(--bg3);border-radius:4px;padding:.2rem .6rem;font-family:Courier New,monospace;font-size:.72rem}.exp-bullets{flex-direction:column;gap:.45rem;margin-top:.75rem;padding:0;list-style:none;display:flex}.exp-bullets li{color:var(--muted);padding-left:1.1rem;font-size:.85rem;line-height:1.6;position:relative}.exp-bullets li:before{content:"▹";color:var(--accent);position:absolute;left:0}.cert-edu-grid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.info-box{background:var(--bg2);border:1px solid var(--border);border-radius:8px;padding:1.5rem}.box-title{text-transform:uppercase;letter-spacing:1.5px;color:var(--accent);margin-bottom:1rem;font-family:Courier New,monospace;font-size:.7rem;font-weight:700}.cert-item{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.85rem;display:flex}.cert-item:last-child{margin-bottom:0}.cert-name{margin-bottom:.15rem;font-size:.875rem;font-weight:700}.cert-issuer{color:var(--muted);font-size:.8rem}.cert-date{color:var(--muted);white-space:nowrap;background:var(--bg3);border-radius:4px;padding:.2rem .6rem;font-family:Courier New,monospace;font-size:.7rem}.edu-degree{margin-bottom:.2rem;font-weight:700}.edu-school{color:var(--muted);font-size:.85rem}.edu-year{color:var(--muted);background:var(--bg3);white-space:nowrap;border-radius:4px;padding:.2rem .6rem;font-family:Courier New,monospace;font-size:.7rem}@media (width<=768px){.cert-edu-grid{grid-template-columns:1fr}}.contact-intro{color:var(--muted);max-width:500px;margin-bottom:2.5rem;line-height:1.8}.contact-links{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem;display:grid}.contact-card{background:var(--bg2);border:1px solid var(--border);border-radius:8px;align-items:center;gap:1rem;padding:1.25rem 1.5rem;text-decoration:none;transition:all .2s;display:flex}.contact-card:hover{border-color:var(--accent);transform:translateY(-2px);box-shadow:0 0 16px #00d4ff1a}.contact-icon{color:var(--accent);flex-shrink:0;font-size:1.3rem}.contact-label{color:var(--muted);text-transform:uppercase;letter-spacing:.8px;margin-bottom:.2rem;font-size:.7rem}.contact-value{color:var(--text);font-size:.875rem;font-weight:500}.footer{background:var(--bg2);border-top:1px solid var(--border);text-align:center;color:var(--muted);z-index:1;padding:1.5rem 2rem;font-size:.82rem;position:relative}
