:root{--bg-primary: #0f172a;--bg-secondary: #1e293b;--bg-tertiary: #334155;--text-primary: #f8fafc;--text-secondary: #94a3b8;--text-muted: #64748b;--accent-primary: #2dd4bf;--accent-secondary: #34d399;--accent-dim: rgba(45, 212, 191, .1);--border-subtle: rgba(148, 163, 184, .1);--border-focus: rgba(45, 212, 191, .5);--font-main: "Inter", sans-serif;--font-mono: "JetBrains Mono", monospace;--spacing-xs: .75rem;--spacing-sm: 1.5rem;--spacing-md: 3rem;--spacing-lg: 6rem;--spacing-xl: 10rem;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--shadow-card: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-glow: 0 0 20px rgba(45, 212, 191, .15);--z-navbar: 100;--z-modal: 200}body{background-color:var(--bg-primary);color:var(--text-primary)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-main);background-color:var(--bg-primary);color:var(--text-primary);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased;background-image:linear-gradient(to right,rgba(148,163,184,.05) 1px,transparent 1px),linear-gradient(to bottom,rgba(148,163,184,.05) 1px,transparent 1px);background-size:40px 40px}h1,h2,h3,h4,h5,h6{font-family:var(--font-main);font-weight:700;line-height:1.2;letter-spacing:-.02em}a{text-decoration:none;color:inherit;transition:.2s ease}ul{list-style:none}.container{max-width:1200px;margin:0 auto;padding:0 var(--spacing-sm)}.mono{font-family:var(--font-mono)}.card{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-md);transition:all .2s ease}.card:hover{border-color:var(--border-focus);transform:translateY(-2px);box-shadow:var(--shadow-glow)}.section-title{font-family:var(--font-mono);color:var(--accent-primary);font-size:.875rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:var(--spacing-sm);display:block}.section-padding{padding:var(--spacing-xl) 0}.btn-primary{background:var(--accent-primary);color:var(--bg-primary);font-family:var(--font-mono);font-weight:600;padding:.75rem 1.5rem;border-radius:var(--radius-sm);border:none;cursor:pointer;transition:all .2s ease}.btn-primary:hover{background:var(--accent-secondary);transform:translateY(-1px)}.btn-outline{background:transparent;color:var(--text-primary);font-family:var(--font-mono);font-weight:600;padding:.75rem 1.5rem;border-radius:var(--radius-sm);border:1px solid var(--border-subtle);cursor:pointer;transition:all .2s ease}.btn-outline:hover{border-color:var(--accent-primary);color:var(--accent-primary);background:var(--accent-dim)}.navbar{position:fixed;top:0;left:0;right:0;z-index:var(--z-navbar);transition:all .3s ease;padding:1.5rem 0;background:transparent;border-bottom:1px solid transparent}.navbar-scrolled{background:var(--bg-primary);border-color:var(--border-subtle);padding:1rem 0}.navbar-container{display:flex;justify-content:space-between;align-items:center}.navbar-logo{font-size:1.25rem;font-weight:700;font-family:var(--font-mono);color:var(--accent-primary);cursor:pointer}.navbar-links{display:none}@media(min-width:768px){.navbar-links{display:flex;align-items:center;gap:2rem}}.nav-link{background:none;border:none;font-size:.875rem;font-family:var(--font-mono);color:var(--text-secondary);cursor:pointer;transition:color .2s ease}.nav-link:hover{color:var(--accent-primary)}.nav-link-hash{color:var(--accent-primary);opacity:.5;margin-right:.25rem}.navbar-socials{display:flex;align-items:center;gap:1rem}.navbar-socials a{color:var(--text-secondary);font-size:1.125rem;transition:color .2s ease}.navbar-socials a:hover{color:var(--text-primary)}.hero-section{min-height:100vh;display:flex;align-items:center;justify-content:center;padding-top:5rem}.hero-container{z-index:10}.hero-content{max-width:48rem}.hero-intro{font-family:var(--font-mono);color:var(--accent-primary);margin-bottom:1rem}.hero-title{font-size:3rem;font-weight:700;margin-bottom:1.5rem;letter-spacing:-.02em;color:var(--text-primary)}@media(min-width:768px){.hero-title{font-size:4.5rem}}.hero-subtitle{font-size:2.25rem;font-weight:700;margin-bottom:2rem;color:var(--text-secondary)}@media(min-width:768px){.hero-subtitle{font-size:3.75rem}}.hero-description{max-width:36rem;color:var(--text-muted);margin-bottom:2.5rem;font-size:1.125rem;line-height:1.75}.hero-actions{display:flex;flex-direction:column;gap:1.5rem}@media(min-width:768px){.hero-actions{flex-direction:row}}.about-grid{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:768px){.about-grid{grid-template-columns:1fr 1fr}}.about-text{color:var(--text-secondary);font-size:1.125rem;line-height:1.75;display:flex;flex-direction:column;gap:1.5rem}.skills-wrapper{display:flex;flex-direction:column;gap:1.5rem}.skill-title{font-size:.875rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem;font-family:var(--font-mono)}.skill-list{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tag{font-size:.75rem;font-family:var(--font-mono);padding:.25rem .5rem;border-radius:var(--radius-sm);background:var(--bg-tertiary);color:var(--text-primary);border:1px solid var(--border-subtle)}.experience-container{max-width:56rem;margin:0 auto}.timeline{position:relative;border-left:1px solid var(--border-subtle);margin-left:.75rem;display:flex;flex-direction:column;gap:3rem}@media(min-width:768px){.timeline{margin-left:1.5rem}}.timeline-item{position:relative;padding-left:2rem}@media(min-width:768px){.timeline-item{padding-left:3rem}}.timeline-dot{position:absolute;left:-5px;top:.5rem;width:.625rem;height:.625rem;border-radius:50%;background:var(--accent-primary);box-shadow:0 0 0 4px var(--bg-primary)}.timeline-header{display:flex;flex-direction:column;margin-bottom:.5rem}@media(min-width:640px){.timeline-header{flex-direction:row;align-items:center;justify-content:space-between}}.timeline-role{font-size:1.25rem;font-weight:700;color:var(--text-primary)}.timeline-period{font-family:var(--font-mono);font-size:.875rem;color:var(--accent-primary)}.timeline-meta{color:var(--text-secondary);font-family:var(--font-mono);font-size:.875rem;margin-bottom:1rem}.timeline-highlights{display:flex;flex-direction:column;gap:.5rem}.highlight-item{display:flex;align-items:flex-start;color:var(--text-muted)}.highlight-bullet{color:var(--accent-primary);margin-right:.5rem;margin-top:.375rem;font-size:.75rem}.projects-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}.project-card{display:flex;flex-direction:column;height:100%;padding:1.5rem;width:100%}@media(min-width:768px){.project-card{width:calc(50% - 1rem)}}@media(min-width:1024px){.project-card{width:calc(33.333% - 1.33rem)}}.project-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.project-links{display:flex;gap:1rem;color:var(--text-secondary)}.project-title{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.project-description{color:var(--text-muted);margin-bottom:1.5rem;font-size:.875rem;line-height:1.6;flex-grow:1}.project-tech-stack{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:auto}.tech-tag{font-size:.75rem;font-family:var(--font-mono);color:var(--text-secondary)}.contact-section{text-align:center}.contact-container{max-width:42rem;margin:0 auto}.contact-heading{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:var(--text-primary)}@media(min-width:768px){.contact-heading{font-size:3rem}}.contact-text{color:var(--text-muted);margin-bottom:4rem;font-size:1.125rem;line-height:1.75;max-width:36rem;margin-left:auto;margin-right:auto}.contact-btn{display:inline-block;font-size:1.125rem;padding:1rem 2.5rem}.contact-footer{margin-top:5rem;padding-top:2.5rem;border-top:1px solid var(--border-subtle);font-size:.875rem;font-family:var(--font-mono);color:var(--text-secondary)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--bg-tertiary);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}
