@import"https://fonts.googleapis.com/css2?family=Geist:wght@100..900&family=Inter:wght@100..900&family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap";*{margin:0;box-sizing:border-box;padding:0}body{--circle-size: 600px;--animation-duration: 18s;font-size:16px;min-height:100vh;background-color:var(--color-background);color:var(--color-on-background);font-family:Inter,sans-serif;overflow-x:hidden;scroll-behavior:smooth;background-image:linear-gradient(to right,transparent 0 49px,rgba(255,255,255,.015) 49px),linear-gradient(to bottom,transparent 0 49px,rgba(255,255,255,.015) 49px);background-size:50px 50px}body:before{position:fixed;width:var(--circle-size);height:var(--circle-size);content:"";background:radial-gradient(circle,#00dce51a,#0f172a00 70%);z-index:-1;top:0;left:0;border-radius:50%;pointer-events:none;filter:blur(80px);animation:moveCircle var(--animation-duration) ease-in-out infinite}@keyframes moveCircle{0%{transform:translate(0)}25%{transform:translate(75vw,40vh)}50%{transform:translate(15vw,75vh)}75%{transform:translate(70vw,15vh)}to{transform:translate(0)}}html{scroll-behavior:smooth;background-color:var(--color-background)}ul{list-style-type:none}a{text-decoration:none;color:inherit;transition:color .2s ease-in-out}a:hover{color:var(--color-vibrant-teal)!important}p{color:var(--color-on-surface-variant);line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:Geist,sans-serif;color:var(--color-on-surface)}.container{width:100%;max-width:calc(var(--spacing-container-max) + var(--spacing-margin-desktop) * 2);margin:0 auto;padding:0 var(--spacing-margin-mobile)}@media (min-width: 768px){.container{padding:0 var(--spacing-margin-desktop)}}.main-content{padding-top:96px}.section-container{max-width:var(--spacing-container-max);margin:0 auto;padding:0 var(--spacing-margin-mobile)}@media (min-width: 768px){.section-container{padding:0 var(--spacing-margin-desktop)}}.glass{background:var(--color-surface-glass);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--color-border-subtle)}.text-glow{text-shadow:0 0 30px rgba(0,245,255,.25)}.card-hover{transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease;border:1px solid var(--color-border-subtle)}.card-hover:hover{transform:translateY(-4px);border-color:#00f5ff66;box-shadow:0 16px 40px -12px #00f5ff26}.section-label{font-family:JetBrains Mono,monospace;font-size:13px;font-weight:500;letter-spacing:.1em;color:var(--color-vibrant-teal);text-transform:uppercase}.section-heading{display:flex;flex-direction:column;gap:.75rem;margin-bottom:4rem}.section-heading h2{font-family:Geist,sans-serif;font-size:32px;font-weight:600;line-height:1.3;letter-spacing:-.02em;color:var(--color-on-surface)}.section-heading p{max-width:440px;color:var(--color-on-surface-variant)}.tech-tag{font-family:JetBrains Mono,monospace;font-size:12px;font-weight:500;letter-spacing:.05em;color:var(--color-vibrant-teal);text-transform:uppercase}.btn{font-family:Inter,sans-serif;font-weight:600;font-size:15px;cursor:pointer;padding:1rem 2rem;border-radius:var(--rounded-lg);transition:all .25s ease-in-out;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:none;outline:none;white-space:nowrap}.btn-primary{background-color:var(--color-vibrant-teal);color:var(--color-deep-slate)!important}.btn-primary:hover{box-shadow:0 0 24px #00f5ff73;transform:translateY(-2px);color:var(--color-deep-slate)!important}.btn-primary:active{transform:scale(.97)}.btn-secondary{background:transparent;border:1.5px solid var(--color-vibrant-teal);color:var(--color-vibrant-teal)!important}.btn-secondary:hover{background:#00f5ff14;transform:translateY(-2px)}.btn-secondary:active{transform:scale(.97)}.animate-section{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.section-visible{opacity:1;transform:translateY(0)}@media (min-width: 1180px){.section-container{padding:0 var(--spacing-margin-desktop)}}.about{padding:clamp(4rem,10vw,6rem) 0}.about-heading{flex-direction:column;align-items:flex-start;gap:.5rem;margin-bottom:4rem}.about-heading .section-label{display:block;margin-bottom:.75rem}.about-grid{display:grid;grid-template-columns:1fr;gap:3.5rem;align-items:start}@media (min-width: 768px){.about-grid{grid-template-columns:5fr 7fr;gap:5rem}}.about-photo-wrapper{display:flex;justify-content:center}.about-photo{border-radius:1.25rem;overflow:hidden;padding:.5rem;max-width:360px;width:100%}.about-photo__img{width:100%;height:auto;-o-object-fit:cover;object-fit:cover;border-radius:.875rem;display:block;filter:grayscale(30%);transition:filter .7s ease}.about-photo__img:hover{filter:grayscale(0%)}.about-content{display:flex;flex-direction:column;gap:2rem}.about-stats{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.about-stat{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;border-radius:1rem;cursor:default}.about-stat__icon{color:var(--color-vibrant-teal);font-size:1.5rem;flex-shrink:0;margin-top:2px}.about-stat__title{font-family:Geist,sans-serif;font-size:.9rem;font-weight:600;color:var(--color-on-surface);margin-bottom:.35rem}.about-stat__text{font-size:.8125rem;line-height:1.5;color:var(--color-on-surface-variant)}.about-bio{display:flex;flex-direction:column;gap:1rem}.about-bio p{font-size:.9375rem;line-height:1.75;color:var(--color-on-surface-variant)}.about-bio p strong{color:var(--color-on-surface);font-weight:600}.about-tags{display:flex;flex-wrap:wrap;gap:.6rem}.about-tag{font-family:JetBrains Mono,monospace;font-size:11px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--color-vibrant-teal);background:#00f5ff0f;border:1px solid rgba(0,245,255,.2);padding:.3rem .75rem;border-radius:9999px;transition:background .2s ease,border-color .2s ease}.about-tag:hover{background:#00f5ff1f;border-color:#00f5ff66}.contact-cta-section{padding:clamp(4rem,10vw,8rem) 0}.contact-cta-section .cta-card{position:relative;background:var(--color-surface-glass);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--color-border-subtle);border-radius:var(--rounded-3xl);padding:3rem 1.5rem;text-align:center;overflow:hidden;display:flex;flex-direction:column;align-items:center}@media only screen and (min-width: 760px){.contact-cta-section .cta-card{padding:6rem 3rem}}.contact-cta-section .cta-card .card-bg-icon{position:absolute;top:20%;right:10%;font-size:10rem;color:var(--color-vibrant-teal);opacity:.2;transform:rotate(12deg);pointer-events:none}.contact-cta-section .cta-card .cta-heading{font-family:Geist,sans-serif;font-size:clamp(32px,5vw,64px);font-weight:700;line-height:1.1;letter-spacing:-.04em;color:var(--color-on-surface);margin-bottom:1.5rem}.contact-cta-section .cta-card .cta-heading .accent-teal{color:var(--color-vibrant-teal)}.contact-cta-section .cta-card .cta-description{font-family:Inter,sans-serif;font-size:18px;line-height:1.6;color:var(--color-on-surface-variant);max-width:600px;margin-bottom:2.5rem}.contact-cta-section .cta-card .cta-action-row{display:flex;flex-direction:column;align-items:center;gap:1.5rem}@media only screen and (min-width: 760px){.contact-cta-section .cta-card .cta-action-row{flex-direction:row;gap:2.5rem}}.contact-cta-section .cta-card .cta-action-row .cta-btn{padding:1rem 2.5rem;font-size:1.1rem;border-radius:var(--rounded-full)}.contact-cta-section .cta-card .cta-action-row .cta-btn:hover{box-shadow:0 0 30px #00f5ff66}.contact-cta-section .cta-card .cta-action-row .social-links-row{display:flex;gap:1.5rem;align-items:center}.contact-cta-section .cta-card .cta-action-row .social-links-row a{display:flex;align-items:center;gap:.4rem;font-family:JetBrains Mono,monospace;font-size:.9rem;color:var(--color-on-surface-variant)!important;transition:all .2s ease-in-out}.contact-cta-section .cta-card .cta-action-row .social-links-row a:hover{color:var(--color-vibrant-teal)!important;transform:translateY(-2px)}.footer-section{width:100%;padding:3rem var(--spacing-margin-mobile);border-top:1px solid var(--color-border-subtle);background:var(--color-background)}@media (min-width: 768px){.footer-section{padding:3rem var(--spacing-margin-desktop)}}.footer-section .footer-container{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:2rem;max-width:var(--spacing-container-max);margin:0 auto}@media (min-width: 768px){.footer-section .footer-container{flex-direction:row}}.footer-section .footer-left{display:flex;align-items:center;gap:1rem}.footer-section .footer-left .footer-logo{font-family:Geist,sans-serif;font-size:1.25rem;font-weight:700;color:var(--color-vibrant-teal)}.footer-section .footer-left .footer-copy{font-family:JetBrains Mono,monospace;font-size:13px;color:var(--color-on-surface-variant);padding-left:1rem;border-left:1px solid var(--color-border-subtle)}.footer-section .footer-links{display:flex;gap:2rem}.footer-section .footer-links a{font-family:Inter,sans-serif;font-size:.95rem;color:var(--color-on-surface-variant)!important;transition:all .2s ease-in-out}.footer-section .footer-links a:hover{color:var(--color-vibrant-teal)!important;transform:translateY(-1px)}.footer-section .scroll-top-btn{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--color-surface-glass);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--color-border-subtle);border-radius:var(--rounded-full);color:var(--color-vibrant-teal);cursor:pointer;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.footer-section .scroll-top-btn:hover{background:#00f5ff1f!important;transform:translateY(-3px);box-shadow:0 0 14px #00f5ff33}.header{position:fixed;top:1rem;left:50%;transform:translate(-50%);z-index:100;width:calc(100% - var(--spacing-margin-mobile) * 2);max-width:calc(var(--spacing-container-max) + 2rem);background:var(--color-surface-glass);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--color-border-subtle);border-radius:var(--rounded-xl);padding:.85rem 1.5rem;box-shadow:0 4px 30px #00f5ff0d;display:flex;justify-content:space-between;align-items:center}@media (min-width: 768px){.header{padding:.85rem 2rem}}.header-left{display:flex;align-items:center;gap:.75rem;font-family:Geist,sans-serif;font-size:1.25rem;font-weight:700;letter-spacing:-.02em;color:var(--color-vibrant-teal)}.header-left .logo-icon{font-size:1.4rem;color:var(--color-vibrant-teal)}.header-nav--desktop{display:none;align-items:center;gap:2rem}@media (min-width: 768px){.header-nav--desktop{display:flex}}.header-nav__link{font-family:JetBrains Mono,monospace;font-size:14px;font-weight:500;letter-spacing:.05em;color:var(--color-on-surface-variant)!important;text-transform:uppercase;transition:color .2s ease}.header-nav__link:hover{color:var(--color-vibrant-teal)!important}.header-nav__cta{border-radius:var(--rounded-full);padding:.6rem 1.5rem;font-size:14px}.menu-toggle{display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:var(--color-on-surface);font-size:1.5rem;cursor:pointer}@media (min-width: 768px){.menu-toggle{display:none}}@media (max-width: 767px){.hide-mobile{display:none!important}}@media (min-width: 768px){.hide-desktop{display:none!important}}.header-drawer{position:fixed;top:80px;right:0;bottom:0;left:0;background:#020617f5;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-top:1px solid var(--color-border-subtle);transform:translateY(-100%);opacity:0;pointer-events:none;transition:transform .35s cubic-bezier(.4,0,.2,1),opacity .35s ease;z-index:99}.header-drawer--open{transform:translateY(0);opacity:1;pointer-events:all}@media (min-width: 768px){.header-drawer{display:none}}.header-nav--mobile{display:flex;flex-direction:column;align-items:center;gap:2rem;padding:3rem 1.5rem}.header-nav__cta-mobile{border-radius:var(--rounded-full);padding:.75rem 2rem;width:100%;text-align:center}.hero{min-height:calc(100vh - 96px);display:flex;align-items:center;padding:clamp(3rem,8vw,5rem) 0;position:relative;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center;width:100%}@media (min-width: 768px){.hero-grid{grid-template-columns:7fr 5fr;gap:clamp(2rem,4vw,4rem)}}.hero-text{display:flex;flex-direction:column;gap:1.75rem}.status-pill{display:inline-flex;align-items:center;gap:.5rem;background:var(--color-surface-glass);border:1px solid var(--color-border-subtle);border-radius:var(--rounded-full);padding:.4rem 1rem;width:-moz-fit-content;width:fit-content}.pulse-dot{width:8px;height:8px;background:var(--color-vibrant-teal);border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.status-label{font-family:JetBrains Mono,monospace;font-size:12px;letter-spacing:.04em;color:var(--color-on-surface-variant)}.hero-title{font-family:Geist,sans-serif;font-size:clamp(2.5rem,5vw + 1rem,4rem);font-weight:700;line-height:1.1;letter-spacing:-.04em;color:var(--color-primary)}.accent-teal{color:var(--color-vibrant-teal)}.hero-description{font-family:Inter,sans-serif;font-size:18px;line-height:1.6;color:var(--color-on-surface-variant);max-width:540px}.hero-cta-group{display:flex;flex-wrap:wrap;gap:1rem}.hero-photo-wrapper{position:relative;display:flex;justify-content:center}.hero-photo{width:clamp(260px,50vw,380px);aspect-ratio:1;border-radius:var(--rounded-2xl);overflow:hidden;border:1px solid var(--color-border-subtle);padding:.5rem}.hero-photo__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;filter:grayscale(1) contrast(1.25);transition:filter .7s ease}.hero-photo__img:hover{filter:grayscale(0) contrast(1)}.hero-blob{position:absolute;border-radius:50%;filter:blur(60px);pointer-events:none}.hero-blob--top{width:180px;height:180px;top:-2rem;right:-2rem;background:#00f5ff26}.hero-blob--bottom{width:240px;height:240px;bottom:-3rem;left:-3rem;background:#00dce514}.projects-section{padding:clamp(4rem,10vw,6rem) 0;background:var(--color-surface-dim);margin-left:calc(-1 * var(--spacing-margin-mobile));margin-right:calc(-1 * var(--spacing-margin-mobile));padding-left:var(--spacing-margin-mobile);padding-right:var(--spacing-margin-mobile)}@media (min-width: 768px){.projects-section{margin-left:calc(-1 * var(--spacing-margin-desktop));margin-right:calc(-1 * var(--spacing-margin-desktop));padding-left:var(--spacing-margin-desktop);padding-right:var(--spacing-margin-desktop)}}.projects-section .projects-header{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;margin-bottom:clamp(2rem,5vw,4rem);gap:1rem}@media only screen and (min-width: 760px){.projects-section .projects-header{flex-direction:row;align-items:flex-end}}.projects-section .projects-header .title-group{display:flex;flex-direction:column;gap:.5rem}.projects-section .projects-header .title-group .section-title{font-family:Geist,sans-serif;font-size:32px;font-weight:600;line-height:1.3;letter-spacing:-.02em;color:var(--color-on-surface)}.projects-section .projects-header .title-group .section-subtitle{font-family:Inter,sans-serif;font-size:1rem;color:var(--color-on-surface-variant);max-width:500px}.projects-section .projects-header .section-number{font-family:JetBrains Mono,monospace;font-size:14px;font-weight:500;color:var(--color-vibrant-teal);letter-spacing:.05em}.projects-section .projects-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media only screen and (min-width: 760px){.projects-section .projects-grid{grid-template-columns:repeat(2,1fr);gap:3rem}}.projects-section .project-card{display:flex;flex-direction:column;gap:1.25rem}.projects-section .project-card .img-wrapper{aspect-ratio:16/10;overflow:hidden;border-radius:var(--rounded-xl);background:var(--color-surface-glass);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--color-border-subtle);padding:.75rem}.projects-section .project-card .img-wrapper .project-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:var(--rounded-lg);transition:transform .7s ease}.projects-section .project-card .img-wrapper:hover .project-img{transform:scale(1.1)}.projects-section .project-card .card-info{display:flex;flex-direction:column;gap:.75rem}.projects-section .project-card .card-info .info-top{display:flex;justify-content:space-between;align-items:center}.projects-section .project-card .card-info .info-top .project-title{font-family:Geist,sans-serif;font-size:20px;font-weight:600;color:var(--color-on-surface);transition:color .2s ease}.projects-section .project-card .card-info .info-top .arrow-icon{font-size:1rem;color:var(--color-on-surface-variant);transition:color .2s ease,transform .2s ease}.projects-section .project-card .card-info .project-desc{font-family:Inter,sans-serif;font-size:.9rem;color:var(--color-on-surface-variant);line-height:1.6}.projects-section .project-card .card-info .tag-row{display:flex;flex-wrap:wrap;gap:.5rem}.projects-section .project-card .card-info .tag-row .tag-badge{font-family:JetBrains Mono,monospace;font-size:12px;font-weight:500;letter-spacing:.05em;color:var(--color-vibrant-teal);text-transform:uppercase}.projects-section .project-card .card-info .card-actions{display:flex;gap:.75rem;margin-top:.5rem}.projects-section .project-card .card-info .card-actions .btn-sm{padding:.5rem 1rem;font-size:13px;border-radius:var(--rounded-lg)}.projects-section .project-card:hover .info-top .project-title{color:var(--color-vibrant-teal)}.projects-section .project-card:hover .info-top .arrow-icon{color:var(--color-vibrant-teal);transform:translate(2px,-2px)}.skills-section{padding:clamp(4rem,10vw,6rem) 0}.skills-section .skills-header{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;margin-bottom:clamp(2rem,5vw,4rem);gap:1rem}@media only screen and (min-width: 760px){.skills-section .skills-header{flex-direction:row;align-items:flex-end}}.skills-section .skills-header .title-group{display:flex;flex-direction:column;gap:.5rem}.skills-section .skills-header .title-group .section-title{font-family:Geist,sans-serif;font-size:32px;font-weight:600;line-height:1.3;letter-spacing:-.02em;color:var(--color-on-surface)}.skills-section .skills-header .title-group .section-subtitle{font-family:Inter,sans-serif;font-size:1rem;color:var(--color-on-surface-variant);max-width:500px}.skills-section .skills-header .section-number{font-family:JetBrains Mono,monospace;font-size:14px;font-weight:500;color:var(--color-vibrant-teal);letter-spacing:.05em}.skills-section .bento-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media only screen and (min-width: 760px){.skills-section .bento-grid{grid-template-columns:repeat(3,1fr)}}@media only screen and (min-width: 760px){.skills-section .col-span-2{grid-column:span 2}}@media only screen and (min-width: 760px){.skills-section .col-span-3{grid-column:span 3}}.skills-section .bento-card{background:var(--color-surface-glass);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--color-border-subtle);border-radius:var(--rounded-xl);padding:1.75rem;display:flex;flex-direction:column;justify-content:space-between;gap:1.5rem;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.skills-section .bento-card:hover{transform:translateY(-4px);border-color:#00f5ff66;box-shadow:0 10px 30px -10px #00f5ff26}.skills-section .bento-card .card-top{display:flex;flex-direction:column}.skills-section .bento-card .bento-icon{font-size:1.75rem;color:var(--color-vibrant-teal);margin-bottom:1rem}.skills-section .bento-card .bento-title{font-family:Geist,sans-serif;font-size:20px;font-weight:600;line-height:1.4;color:var(--color-on-surface);margin-bottom:.5rem}.skills-section .bento-card .bento-desc{font-family:Inter,sans-serif;font-size:.9rem;color:var(--color-on-surface-variant);line-height:1.6}.skills-section .bento-card .tag-group{display:flex;gap:.5rem;flex-wrap:wrap}.skills-section .bento-card .tag-group .tech-tag{font-family:JetBrains Mono,monospace;font-size:11px;padding:.3rem .7rem;background:var(--color-surface-container-high);border:1px solid var(--color-border-subtle);border-radius:var(--rounded-full);color:var(--color-on-surface-variant);letter-spacing:.03em;transition:color .2s ease,border-color .2s ease}.skills-section .bento-card:hover .tech-tag{color:var(--color-vibrant-teal);border-color:#00f5ff40}:root{--color-surface: #051424;--color-surface-dim: #051424;--color-surface-bright: #2c3a4c;--color-surface-container-lowest: #010f1f;--color-surface-container-low: #0d1c2d;--color-surface-container: #122131;--color-surface-container-high: #1c2b3c;--color-surface-container-highest: #273647;--color-on-surface: #d4e4fa;--color-on-surface-variant: #b9caca;--color-inverse-surface: #d4e4fa;--color-inverse-on-surface: #233143;--color-outline: #849495;--color-outline-variant: #3a494a;--color-surface-tint: #00dce5;--color-primary: #e9feff;--color-on-primary: #003739;--color-primary-container: #00f5ff;--color-on-primary-container: #006c71;--color-inverse-primary: #00696e;--color-secondary: #bec6e0;--color-on-secondary: #283044;--color-secondary-container: #3f465c;--color-on-secondary-container: #adb4ce;--color-tertiary: #fafaff;--color-on-tertiary: #263143;--color-tertiary-container: #d3def6;--color-on-tertiary-container: #576276;--color-error: #ffb4ab;--color-on-error: #690005;--color-error-container: #93000a;--color-on-error-container: #ffdad6;--color-primary-fixed: #63f7ff;--color-primary-fixed-dim: #00dce5;--color-on-primary-fixed: #002021;--color-on-primary-fixed-variant: #004f53;--color-secondary-fixed: #dae2fd;--color-secondary-fixed-dim: #bec6e0;--color-on-secondary-fixed: #131b2e;--color-on-secondary-fixed-variant: #3f465c;--color-tertiary-fixed: #d8e3fb;--color-tertiary-fixed-dim: #bcc7de;--color-on-tertiary-fixed: #111c2d;--color-on-tertiary-fixed-variant: #3c475a;--color-background: #020617;--color-on-background: #d4e4fa;--color-surface-variant: #273647;--color-surface-glass: rgba(30, 41, 59, .5);--color-border-subtle: rgba(255, 255, 255, .1);--color-vibrant-teal: #00F5FF;--color-deep-slate: #0F172A;--rounded-sm: .25rem;--rounded-default: .5rem;--rounded-md: .75rem;--rounded-lg: .5rem;--rounded-xl: .75rem;--rounded-2xl: 1rem;--rounded-3xl: 1.5rem;--rounded-full: 9999px;--spacing-unit: 4px;--spacing-gutter: 24px;--spacing-margin-mobile: 20px;--spacing-margin-desktop: 80px;--spacing-container-max: 1200px}
