:root{--color-bg: #ffffff;--color-text: #1a1a1a;--color-muted: #666;--color-accent: #3b82f6;--color-border: #e5e5e5;--max-width: 720px;--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}@media(prefers-color-scheme:dark){:root{--color-bg: #0f0f0f;--color-text: #f0f0f0;--color-muted: #999;--color-border: #2a2a2a}}*{box-sizing:border-box}html,body{margin:0;padding:0}body{overflow-x:hidden}body{font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text);line-height:1.6;font-size:17px}main{max-width:var(--max-width);margin:0 auto;padding:2rem 1.25rem 0}a{color:var(--color-accent);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3{line-height:1.2;margin-top:2rem}h1{font-size:2rem}.site-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;background:#090816;position:sticky;top:0;z-index:100}.site-title{font-weight:600;color:#f5f5f5;font-size:1.1rem}.site-header nav a{margin-left:1.25rem;color:#f5f5f5}.site-footer{background:#090816;color:#ffffff80;font-size:.9rem;text-align:center;padding:1.5rem}.hero{margin:-2rem calc(-50vw + 50%) 0;min-height:calc(100vh - 4rem);display:flex;align-items:center;justify-content:center;text-align:center;background:linear-gradient(#080a1973,#080a19b3),url(/WebsiteBackground.jpg) center/cover no-repeat;color:#f5f5f5}.availability-badge{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff14;border:1px solid rgba(255,255,255,.2);border-radius:999px;padding:.35rem 1rem;font-size:.85rem;color:#ffffffe6;margin-bottom:1.25rem}.availability-dot{width:8px;height:8px;border-radius:50%;background:#4ade80;flex-shrink:0;box-shadow:0 0 6px #4ade80;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.hero h1{font-size:clamp(2.5rem,7vw,5rem);margin:0;padding:0 1.5rem;letter-spacing:.02em}.hero-subtitle{font-size:clamp(1rem,1.6vw,1.25rem);margin:1rem 0 0;padding:0 1.5rem;opacity:.9;line-height:1.5}.hero-links{display:flex;justify-content:center;gap:1rem;margin-top:2rem}.hero-link{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:#ffffff14;border:1px solid rgba(255,255,255,.25);color:#f5f5f5;transition:background .2s ease,transform .2s ease,border-color .2s ease}.hero-link:hover{background:#ffffff2e;border-color:#ffffff80;transform:translateY(-2px);text-decoration:none}.hero-link svg{width:22px;height:22px}.about{margin:0 calc(-50vw + 50%);padding:4rem 0 2rem;background:#090816;color:#f5f5f5}.about-title{max-width:960px;margin:0 auto 1.5rem;padding:0 2rem;color:#f5f5f5;text-align:center}.about .intro{max-width:960px;margin:0 auto;padding:0 2rem}.about p{color:#ffffffd9;margin-bottom:2rem}.about .intro-photo{box-shadow:0 0 0 3px #ffffff26}.stats{margin:0 calc(-50vw + 50%);padding:1rem 1rem 2rem;background:#090816}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;max-width:760px;margin:0 auto}.stat-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:2.5rem 1.5rem;background:#0d0b28;border:1px solid hsl(244,60%,22%);border-radius:12px;text-align:center}.stat-value{font-size:2.75rem;font-weight:700;color:#93c5fd;line-height:1;text-shadow:0 0 20px rgba(147,197,253,.3)}.stat-label{font-size:.9rem;color:#ffffff80;letter-spacing:.03em}.skills{margin:0 calc(-50vw + 50%);padding:4rem 2rem;background:#090816;color:#f5f5f5;text-align:center}.skills-title{max-width:960px;margin:0 auto .75rem;padding:0 2rem;color:#f5f5f5;text-align:center}.skills-subtitle{margin:0 auto 3rem;color:#ffffff8c;max-width:500px}.skills-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;max-width:1100px;margin:0 auto;text-align:left}.skill-card{padding:1.75rem;background:#0d0b28;border:1px solid hsl(244,60%,18%);border-radius:12px}.skill-card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.skill-card-header h3{margin:0;font-size:1.05rem;color:#f5f5f5}.skill-icon{width:24px;height:24px;color:#22d3ee;flex-shrink:0}.skill-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.skill-meta{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.35rem}.skill-name{font-size:.9rem;color:#ffffffd9}.skill-pct{font-size:.82rem;color:#ffffff73}.skill-bar-track{height:4px;background:#1e1c40;border-radius:999px;overflow:hidden}.skill-bar-fill{height:100%;width:0;border-radius:999px;background:linear-gradient(90deg,#22d3ee,#a855f7);transition:width 1s cubic-bezier(.4,0,.2,1)}@media(max-width:800px){.skills-grid{grid-template-columns:1fr}}.projects{margin:0 calc(-50vw + 50%);padding:4rem 2rem;background:#090816;color:#f5f5f5;text-align:center}.projects-title{max-width:960px;margin:0 auto .75rem;padding:0 2rem;color:#f5f5f5;text-align:center}.projects-subtitle{margin:0 auto 3rem;color:#ffffff8c;max-width:500px}.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;max-width:1100px;margin:0 auto;text-align:left}.project-card{display:flex;flex-direction:column;gap:.75rem;padding:1.75rem;background:#0d0b28;border:1px solid hsl(244,60%,18%);border-radius:12px;transition:background .2s ease,border-color .2s ease,transform .2s ease;color:inherit;text-decoration:none}.project-card:hover{text-decoration:none}.project-card:hover{background:#14113b;border-color:#281fad;transform:translateY(-3px)}.project-card-header{display:flex;align-items:center;gap:.75rem}.project-icon{width:22px;height:22px;color:#93c5fd;flex-shrink:0}.project-icon-emoji{font-size:1.25rem;line-height:1;flex-shrink:0}.project-card h3{margin:0;font-size:1.05rem;color:#f5f5f5}.project-card p{margin:0;font-size:.95rem;color:#ffffff8c;line-height:1.6;flex:1}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.25rem}.tag{font-size:.78rem;padding:.2rem .65rem;border-radius:999px;background:#141236;border:1px solid hsl(244,60%,24%);color:#ffffffb3}@media(max-width:800px){.projects-grid{grid-template-columns:1fr}}.experience{margin:0 calc(-50vw + 50%);padding:4rem 2rem;background:#090816;color:#f5f5f5;text-align:center}.experience-title{max-width:960px;margin:0 auto .75rem;padding:0 2rem;color:#f5f5f5;text-align:center}.experience-subtitle{margin:0 auto 3rem;color:#ffffff8c;max-width:500px}.experience-list{display:flex;flex-direction:column;gap:1.25rem;max-width:800px;margin:0 auto;text-align:left}.experience-item{padding:1.75rem;background:#0d0b28;border:1px solid hsl(244,60%,18%);border-left:3px solid #22d3ee;border-radius:12px}.experience-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.75rem;flex-wrap:wrap}.experience-role{margin:0 0 .2rem;font-size:1.05rem;color:#f5f5f5}.experience-company{font-size:.9rem;color:#22d3ee}.experience-date{font-size:.85rem;color:#ffffff73;white-space:nowrap}.experience-desc{margin:0;font-size:.95rem;color:#fff9;line-height:1.6}.blog{margin:0 calc(-50vw + 50%);padding:4rem 2rem;background:#090816;color:#f5f5f5;text-align:center}.blog-title{max-width:960px;margin:0 auto .75rem;padding:0 2rem;color:#f5f5f5;text-align:center}.blog-subtitle{margin:0 auto 3rem;color:#ffffff8c;max-width:500px}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;max-width:1100px;margin:0 auto;text-align:left}.blog-card{display:flex;flex-direction:column;gap:.6rem;padding:1.75rem;background:#0d0b28;border:1px solid hsl(244,60%,18%);border-radius:12px;transition:background .2s ease,border-color .2s ease,transform .2s ease}.blog-card:hover{background:#14113b;border-color:#281fad;transform:translateY(-3px)}.blog-date{font-size:.8rem;color:#fff6;letter-spacing:.03em}.blog-card h3{margin:0;font-size:1.05rem;color:#f5f5f5}.blog-card p{margin:0;font-size:.92rem;color:#ffffff8c;line-height:1.6;flex:1}.blog-read-more{font-size:.85rem;color:#22d3ee;margin-top:.25rem}@media(max-width:800px){.blog-grid{grid-template-columns:1fr}}.find-me{margin:0 calc(-50vw + 50%);padding:4rem 0;background:#090816;color:#f5f5f5;text-align:center}.find-me h2{margin-top:0;color:#f5f5f5}.find-me ul{list-style:none;padding:0;margin:0;display:flex;justify-content:center;gap:2rem}.find-me a{color:#ffffffbf}.find-me a:hover{color:#fff}.intro{display:flex;align-items:center;gap:3rem;margin-top:2rem}.intro-photo{width:300px;height:300px;border-radius:50%;object-fit:cover;flex-shrink:0}.intro-text h1{margin-top:0;margin-bottom:.5rem}@media(max-width:600px){.intro{flex-direction:column;align-items:flex-start}}.project-list{list-style:none;padding:0}.project-list li{padding:1rem 0;border-bottom:1px solid var(--color-border)}.project-list h3{margin:0 0 .25rem}.project-list p{margin:0;color:var(--color-muted)}
