:root{--bg-primary: #0a0a0a;--bg-secondary: #1a1a1a;--bg-tertiary: #2a2a2a;--text-primary: #f0f0f0;--text-secondary: #a0a0a0;--accent-primary: #0070f3;--accent-secondary: #7928ca;--accent-gradient: linear-gradient(90deg, #0070f3, #7928ca);--card-border: rgba(255, 255, 255, .1);--nav-bg: rgba(10, 10, 10, .8);--font-sans: "Inter", system-ui, -apple-system, sans-serif;--font-mono: "Fira Code", monospace;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 2rem;--spacing-xl: 4rem;--transition-fast: .2s ease;--transition-normal: .3s ease}[data-theme=light]{--bg-primary: #ffffff;--bg-secondary: #f4f4f5;--bg-tertiary: #e4e4e7;--text-primary: #18181b;--text-secondary: #52525b;--accent-primary: #0070f3;--accent-secondary: #7928ca;--accent-gradient: linear-gradient(90deg, #0070f3, #7928ca);--card-border: rgba(0, 0, 0, .1);--nav-bg: rgba(255, 255, 255, .8)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--bg-primary);color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--accent-primary)}button{cursor:pointer;border:none;background:none;font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 var(--spacing-md)}.gradient-text{background:var(--accent-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.navbar{padding:1.5rem 0;position:sticky;top:0;background-color:var(--nav-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;border-bottom:1px solid var(--card-border)}.nav-container{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 var(--spacing-md)}.nav-logo a{font-size:1.5rem;font-weight:700;letter-spacing:-.05em}.nav-right-section{display:flex;gap:1.5rem;align-items:center}.nav-links{display:flex;gap:2rem;list-style:none;margin:0;padding:0;align-items:center}.nav-link{color:var(--text-secondary);text-decoration:none;font-size:.95rem;font-weight:500;transition:color .2s ease}.nav-link:hover{color:var(--accent-primary)}.mobile-menu-btn{display:none;flex-direction:column;justify-content:space-around;width:2rem;height:2rem;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001}.mobile-menu-btn span{width:2rem;height:.25rem;background:var(--text-primary);border-radius:10px;transition:all .3s linear;position:relative;transform-origin:1px}@media(max-width:768px){.mobile-menu-btn{display:flex}.nav-links{display:none;flex-direction:column;position:absolute;top:100%;left:0;right:0;background-color:var(--bg-secondary);padding:2rem;gap:1.5rem;border-bottom:1px solid var(--card-border);box-shadow:0 10px 30px #0000001a}.nav-links.open{display:flex;animation:slideDown .3s ease-in-out}.nav-right-section{gap:1rem}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.profile-section{padding:8rem 0;background-color:var(--bg-secondary)}.profile-container{display:flex;flex-direction:row;align-items:center;gap:4rem;flex-wrap:wrap;max-width:1000px;margin:0 auto;padding:0 var(--spacing-md)}.profile-image-container{flex:1;display:flex;justify-content:center;min-width:250px}.profile-image{width:280px;height:280px;border-radius:50%;object-fit:cover;box-shadow:0 20px 40px #0006;border:4px solid var(--accent-primary);transition:transform .3s ease}.profile-image:hover{transform:scale(1.02)}.profile-content{flex:2;min-width:300px}.profile-heading{font-size:2.5rem;margin-bottom:2rem;font-weight:700}.profile-text{font-size:1.1rem;color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.8}.profile-stats{display:flex;gap:3rem;margin-top:3rem;flex-wrap:wrap}.stat-item{display:flex;flex-direction:column}.stat-number{font-size:2.5rem;font-weight:800;color:var(--accent-primary);line-height:1;margin-bottom:.5rem}.stat-label{font-size:.9rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:1px}@media(max-width:768px){.profile-section{padding:4rem 0}.profile-container{flex-direction:column-reverse;gap:2rem;text-align:center}.profile-content{min-width:100%}.profile-image{width:200px;height:200px}.profile-heading{font-size:2rem}.profile-stats{justify-content:center;gap:2rem}}.about-section{padding:6rem 0;background-color:var(--bg-tertiary)}.about-container{display:flex;justify-content:center;padding:0 var(--spacing-md)}.about-content{max-width:800px}.about-heading{font-size:2.5rem;margin-bottom:2rem;font-weight:700}.about-text{font-size:1.1rem;color:var(--text-secondary);margin-bottom:3rem;line-height:1.8}.about-skills{margin-top:2rem}.about-subheading{font-size:1.25rem;margin-bottom:1rem;color:var(--text-primary)}.skills-list{display:flex;flex-wrap:wrap;gap:.75rem}.skill-badge{padding:.5rem 1rem;background-color:var(--bg-secondary);border:1px solid rgba(255,255,255,.1);border-radius:4px;font-size:.9rem;color:var(--text-primary);transition:all .2s ease}.skill-badge:hover{border-color:var(--accent-primary);transform:translateY(-2px)}@media(max-width:768px){.about-section{padding:4rem 0}.about-heading{font-size:2rem;text-align:center}.about-text{font-size:1rem;text-align:justify}.about-subheading{text-align:center}.skills-list{justify-content:center}}
