:root{--bg:#090d16;--bg-surface:#0f172a;--bg-card:#131c2e;--bg-card-hover:#1a263e;--text:#94a3b8;--text-h:#f8fafc;--border:#ffffff17;--border-active:#38bdf859;--accent:#38bdf8;--accent-cyan:#06b6d4;--accent-indigo:#6366f1;--accent-emerald:#10b981;--sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}*{box-sizing:border-box}html{scroll-behavior:smooth}html,body{max-width:100%;font-family:var(--sans);background-color:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;margin:0;padding:0;line-height:1.6;overflow-x:hidden}#root{width:100%;max-width:100%;min-height:100vh;overflow-x:hidden}h1,h2,h3,h4,h5,h6{color:var(--text-h);letter-spacing:-.02em;margin:0;font-weight:600}p{margin:0}a{color:var(--accent);transition:color .2s,opacity .2s}a:hover{color:#7dd3fc}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.hero-section{justify-content:center;align-items:center;min-height:88vh;padding:6rem 0 4rem;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:0;opacity:.85;width:100%;height:100%;position:absolute;inset:0}.hero-bg canvas{display:block;width:100%!important;height:100%!important}.hero-bg:after{content:"";pointer-events:none;background:radial-gradient(circle,#090d1666 0%,#090d16f2 100%);position:absolute;inset:0}.hero-container{z-index:1;flex-direction:column;align-items:flex-start;max-width:860px;display:flex;position:relative}.hero-badge{color:#38bdf8;letter-spacing:.02em;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172acc;border:1px solid #38bdf84d;border-radius:999px;align-items:center;gap:.6rem;margin-bottom:1.5rem;padding:.4rem .9rem;font-size:.85rem;font-weight:600;display:inline-flex}.badge-dot{background-color:#38bdf8;border-radius:50%;width:8px;height:8px;box-shadow:0 0 10px #38bdf8}.hero-title{color:var(--text-h);letter-spacing:-.03em;margin-bottom:.75rem;font-size:clamp(2.75rem,6vw,4.75rem);font-weight:800;line-height:1.05}.hero-tagline{color:#e2e8f0;background:linear-gradient(135deg,#f8fafc 0%,#cbd5e1 50%,#38bdf8 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1.25rem;font-size:clamp(1.25rem,2.5vw,1.85rem);font-weight:600;line-height:1.3}.hero-description{color:#94a3b8;max-width:760px;margin-bottom:1.75rem;font-size:clamp(1rem,1.2vw,1.15rem);line-height:1.65}.hero-availability{color:#cbd5e1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172abf;border:1px solid #38bdf833;border-radius:10px;align-items:flex-start;gap:.75rem;margin-bottom:2rem;padding:1rem 1.25rem;font-size:.95rem;line-height:1.5;display:flex}.hero-availability strong{color:#f8fafc}.avail-icon{flex-shrink:0;font-size:1.2rem;line-height:1}.hero-actions{flex-wrap:wrap;align-items:center;gap:.85rem;display:flex}.btn{cursor:pointer;border-radius:8px;justify-content:center;align-items:center;padding:.75rem 1.4rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary{color:#090d16;background:#38bdf8;border:1px solid #38bdf8;box-shadow:0 4px 14px #38bdf840}.btn-primary:hover{color:#090d16;background:#7dd3fc;border-color:#7dd3fc;transform:translateY(-2px);box-shadow:0 6px 20px #38bdf859}.btn-secondary{color:#f8fafc;background:#ffffff0d;border:1px solid #ffffff1f}.btn-secondary:hover{color:#fff;background:#ffffff1a;border-color:#ffffff40;transform:translateY(-2px)}.btn-resume{color:#38bdf8;background:#38bdf81f;border:1px solid #38bdf859;box-shadow:0 4px 14px #38bdf826}.btn-resume:hover{color:#f8fafc;background:#38bdf838;border-color:#38bdf8;transform:translateY(-2px);box-shadow:0 6px 20px #38bdf840}.btn-tertiary{color:#94a3b8;background:0 0;border:1px solid #0000}.btn-tertiary:hover{color:#f8fafc}@media (width<=768px){.hero-section{min-height:auto;padding:4rem 0 3rem}.hero-container{align-items:flex-start}.hero-actions{flex-direction:column;width:100%}.btn{width:100%}}section{scroll-margin-top:80px}.darkveil-canvas{width:100%;height:100%;display:block}.about-section{background-color:var(--bg);padding:5rem 0}.about-container{align-items:center;gap:3.5rem;display:flex}.about-image{flex-shrink:0}#Me{object-fit:cover;border:3px solid #38bdf84d;border-radius:50%;width:280px;height:280px;box-shadow:0 0 30px #38bdf826}.about-content{flex:1}.about-tag{color:var(--accent-cyan);letter-spacing:.06em;text-transform:uppercase;margin-bottom:.4rem;font-size:.85rem;font-weight:700}.about-content h2{margin-bottom:1.25rem;font-size:2.25rem}.text p{color:#cbd5e1;margin-bottom:1rem;font-size:1.05rem;line-height:1.7}.text strong{color:var(--text-h)}.about-highlight-box{color:#e2e8f0;background:#0f172ab3;border:1px solid #38bdf840;border-radius:10px;margin-top:1.5rem;padding:1.1rem 1.35rem;font-size:.95rem;line-height:1.6}.about-highlight-box strong{color:#38bdf8}@media (width<=850px){.about-container{text-align:center;flex-direction:column;align-items:center;gap:2rem}#Me{width:200px;height:200px}.about-highlight-box{text-align:left}}.skills-section{background-color:var(--bg);border-top:1px solid var(--border);padding:5rem 0}.skills-subtitle{color:#94a3b8;max-width:800px;margin-top:.5rem;margin-bottom:2.5rem;font-size:1.1rem}.skills-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;display:grid}.skill-card{background-color:var(--bg-card);border:1px solid var(--border);border-radius:14px;padding:1.75rem;transition:transform .2s,border-color .2s,box-shadow .2s}.skill-card:hover{border-color:var(--border-active);transform:translateY(-2px);box-shadow:0 8px 24px #00000040}.skill-card-header{margin-bottom:1.25rem}.skill-card-title{color:var(--text-h);margin-bottom:.4rem;font-size:1.25rem;font-weight:700}.skill-card-description{color:#94a3b8;font-size:.9rem;line-height:1.5}.skill-pill-container{flex-wrap:wrap;gap:.6rem;display:flex}.skill-pill{color:#e2e8f0;background:#ffffff0d;border:1px solid #ffffff14;border-radius:6px;align-items:center;padding:.4rem .85rem;font-size:.85rem;font-weight:500;transition:background-color .2s,border-color .2s;display:inline-flex}.skill-pill:hover{color:#38bdf8;background:#38bdf81a;border-color:#38bdf84d}@media (width<=850px){.skills-grid{grid-template-columns:1fr}}.projects-section{background-color:var(--bg);border-top:1px solid var(--border);padding:5rem 0}.projects-subtitle{color:#94a3b8;max-width:840px;margin-top:.5rem;margin-bottom:2.5rem;font-size:1.1rem}.projects-flagship-grid{flex-direction:column;gap:2.25rem;margin-bottom:4rem;display:flex}.project-card{background-color:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:2rem;transition:border-color .2s,box-shadow .2s;box-shadow:0 4px 20px #0003}.flagship-card{border-left:4px solid var(--accent)}.project-card:hover{border-color:var(--border-active);box-shadow:0 8px 30px #0000004d}.project-card-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;display:flex}.project-title-group{flex-direction:column;gap:.3rem;display:flex}.project-category{text-transform:uppercase;letter-spacing:.06em;color:var(--accent-cyan);font-size:.8rem;font-weight:600}.project-title{color:var(--text-h);font-size:1.45rem;font-weight:700}.project-status{white-space:nowrap;border-radius:999px;padding:.35rem .85rem;font-size:.8rem;font-weight:600}.status-working-prototype,.status-functional-prototype{color:#10b981;background:#10b9811f;border:1px solid #10b9814d}.status-experimental-prototype{color:#c084fc;background:#a855f71f;border:1px solid #a855f74d}.status-educational-ml-project{color:#f59e0b;background:#f59e0b1f;border:1px solid #f59e0b4d}.status-completed-project,.status-functional-utility,.status-lightweight-utility{color:#38bdf8;background:#38bdf81f;border:1px solid #38bdf84d}.project-problem,.project-description{color:#cbd5e1;margin-bottom:.85rem;font-size:1rem;line-height:1.6}.project-problem strong,.project-description strong{color:var(--text-h)}.project-diagram-wrapper{background:#090d16;border:1px solid #ffffff0f;border-radius:10px;margin:1.25rem 0;padding:1rem}.diagram-label{text-transform:uppercase;letter-spacing:.05em;color:#64748b;margin-bottom:.75rem;font-size:.75rem;font-weight:600}.project-diagram svg{width:100%;height:auto;display:block}.project-tech-list{flex-wrap:wrap;gap:.5rem;margin-top:1rem;margin-bottom:1.25rem;display:flex}.project-pill{color:#94a3b8;background:#ffffff0a;border:1px solid #ffffff14;border-radius:6px;padding:.35rem .75rem;font-size:.825rem;font-weight:500}.project-details-section{border-top:1px solid #ffffff0f;margin-top:1rem;padding-top:.75rem}.details-toggle-btn{color:var(--accent);cursor:pointer;background:0 0;border:none;align-items:center;gap:.4rem;padding:.4rem 0;font-size:.9rem;font-weight:600;transition:opacity .2s;display:inline-flex}.details-toggle-btn:hover{opacity:.85}.project-expanded-content{background:#0f172a99;border:1px solid #ffffff0f;border-radius:10px;margin-top:.85rem;padding:1.25rem}.project-expanded-content h4{color:var(--text-h);margin-bottom:.75rem;font-size:1rem;font-weight:700}.architecture-bullet-list{color:#cbd5e1;flex-direction:column;gap:.6rem;margin:0;padding-left:1.25rem;font-size:.925rem;display:flex}.architecture-bullet-list strong{color:var(--text-h)}.testing-note-box{color:#d1fae5;background:#10b98114;border:1px solid #10b98133;border-radius:8px;margin-top:1rem;padding:.75rem 1rem;font-size:.875rem;line-height:1.5}.project-footer-links{flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;display:flex}.btn-github,.btn-demo{border-radius:6px;align-items:center;gap:.4rem;padding:.6rem 1.1rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-github{color:var(--text-h);background:#ffffff0f;border:1px solid #ffffff1f}.btn-github:hover{color:#fff;background:#ffffff1f}.btn-demo{color:#38bdf8;background:#38bdf81f;border:1px solid #38bdf84d}.btn-demo:hover{background:#38bdf838}.supporting-projects-wrapper{border-top:1px dashed #ffffff1f;margin-top:5rem;padding-top:3rem}.supporting-projects-title{margin-bottom:.5rem;font-size:1.75rem}.supporting-projects-subtitle{color:#94a3b8;margin-bottom:2rem;font-size:1rem}.projects-supporting-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;display:grid}@media (width<=850px){.project-card-header{flex-direction:column;align-items:flex-start}.projects-supporting-grid{grid-template-columns:1fr}}.experience-section{background-color:var(--bg);border-top:1px solid var(--border);padding:5rem 0}.experience-subtitle{color:#94a3b8;max-width:840px;margin-top:.5rem;margin-bottom:2.5rem;font-size:1.1rem}.experience-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;display:grid}.experience-card{background-color:var(--bg-card);border:1px solid var(--border);border-radius:14px;flex-direction:column;justify-content:space-between;padding:1.75rem;transition:transform .2s,border-color .2s;display:flex}.experience-card:hover{border-color:var(--border-active);transform:translateY(-2px)}.experience-card-header{margin-bottom:1rem}.experience-card h3{color:var(--text-h);margin-bottom:.35rem;font-size:1.3rem;font-weight:700}.experience-date{color:var(--accent);font-size:.875rem;font-weight:600}.experience-description{color:#cbd5e1;margin-bottom:1.25rem;font-size:.975rem;line-height:1.6}.experience-list{color:#cbd5e1;margin-bottom:1.25rem;padding-left:1.25rem;font-size:.925rem;line-height:1.6}.experience-list li{margin-bottom:.35rem}.experience-pill-list{flex-wrap:wrap;gap:.5rem;margin-top:auto;margin-bottom:1rem;display:flex}.experience-pill{color:#94a3b8;background:#ffffff0d;border:1px solid #ffffff14;border-radius:6px;padding:.3rem .7rem;font-size:.8rem;font-weight:500}.experience-courses-grid{background:#0f172a80;border:1px solid #ffffff0d;border-radius:8px;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;margin:1rem 0;padding:.85rem;display:grid}.course-item{color:#94a3b8;font-size:.85rem}.experience-availability-tag{color:#e2e8f0;background:#38bdf814;border:1px solid #38bdf833;border-radius:8px;margin-top:1rem;padding:.75rem 1rem;font-size:.875rem;line-height:1.5}.experience-link{color:var(--accent);align-items:center;gap:.3rem;margin-top:.75rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:opacity .2s;display:inline-flex}.experience-link:hover{opacity:.85}.experience-project-links{flex-direction:column;gap:.5rem;margin-top:1rem;display:flex}.supporting-experience-wrapper{border-top:1px dashed #ffffff1f;margin-top:4rem;padding-top:2.5rem}.supporting-experience-title{color:var(--text-h);margin-bottom:.4rem;font-size:1.5rem;font-weight:700}.supporting-experience-subtitle{color:#94a3b8;max-width:800px;margin-bottom:1.5rem;font-size:.95rem}.supporting-work-card{background-color:#131c2e99;border:1px solid #ffffff14;max-width:100%}@media (width<=850px){.experience-grid,.experience-courses-grid{grid-template-columns:1fr}}.contact-section{background-color:var(--bg);border-top:1px solid var(--border);padding:5rem 0}.contact-subtitle{color:#94a3b8;max-width:800px;margin-top:.5rem;margin-bottom:2.5rem;font-size:1.1rem}.contact-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;display:grid}.contact-card{background-color:var(--bg-card);border:1px solid var(--border);border-radius:14px;flex-direction:column;justify-content:space-between;padding:1.75rem;text-decoration:none;transition:transform .2s,border-color .2s,box-shadow .2s;display:flex}.contact-card:hover{border-color:var(--border-active);transform:translateY(-2px);box-shadow:0 8px 24px #00000040}.contact-card h3{color:var(--text-h);margin-bottom:.6rem;font-size:1.3rem;font-weight:700}.contact-card p{color:#cbd5e1;margin-bottom:1.25rem;font-size:.95rem;line-height:1.6}.contact-link{color:var(--accent);font-size:.925rem;font-weight:600}@media (width<=850px){.contact-grid{grid-template-columns:1fr}}.home-page>*{border-bottom:1px solid var(--border);padding:4rem 2rem}.navbar{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--border);z-index:1000;background:#090d16d9;width:100%;max-width:100%;position:sticky;top:0}.navbar-inner{justify-content:space-between;align-items:center;gap:1rem;width:100%;max-width:1200px;height:64px;margin:0 auto;padding:0 1.5rem;display:flex}.logo{color:var(--text-h);letter-spacing:-.01em;align-items:center;gap:.5rem;font-size:1.1rem;font-weight:700;text-decoration:none;display:flex}.logo-badge{color:var(--accent);letter-spacing:.05em;background:#38bdf81f;border:1px solid #38bdf84d;border-radius:999px;padding:2px 7px;font-size:.75rem;font-weight:600}.nav-links{align-items:center;gap:1.75rem;display:flex}.navbar .nav-link{color:var(--text);font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s;position:relative}.navbar .nav-link:after{content:"";background:var(--accent);width:0%;height:2px;transition:width .25s;position:absolute;bottom:-4px;left:0}.navbar .nav-link:hover:after{width:100%}.navbar .nav-link:hover{color:var(--text-h)}.menu-toggle,.mobile-navigation{display:none}.menu-toggle{border:1px solid var(--border);width:44px;height:44px;color:var(--text-h);cursor:pointer;background:0 0;border-radius:8px;flex:0 0 44px;justify-content:center;align-items:center;padding:0}.menu-toggle-icon{width:20px;height:14px;display:block;position:relative}.menu-toggle-icon span{background:currentColor;border-radius:2px;width:100%;height:2px;transition:top .2s,transform .2s,opacity .2s;position:absolute;left:0}.menu-toggle-icon span:first-child{top:0}.menu-toggle-icon span:nth-child(2){top:6px}.menu-toggle-icon span:nth-child(3){top:12px}.menu-toggle[aria-expanded=true] .menu-toggle-icon span:first-child{top:6px;transform:rotate(45deg)}.menu-toggle[aria-expanded=true] .menu-toggle-icon span:nth-child(2){opacity:0}.menu-toggle[aria-expanded=true] .menu-toggle-icon span:nth-child(3){top:6px;transform:rotate(-45deg)}.resume-button{color:#38bdf8;background:#38bdf81f;border:1px solid #38bdf859;border-radius:8px;padding:.45rem .95rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s}.resume-button:hover{color:#f8fafc;background:#38bdf838;border-color:#38bdf8}.navbar .nav-link:focus-visible,.resume-button:focus-visible,.menu-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:3px}@media (width<=800px){.nav-links{display:none}.menu-toggle{display:inline-flex}.mobile-navigation{border-top:1px solid var(--border);background:#090d16fa;width:100%}.mobile-navigation:not([hidden]){display:block}.mobile-navigation-inner{flex-direction:column;gap:.5rem;width:100%;padding:1rem 1.5rem;display:flex}.mobile-navigation .nav-link{border-radius:6px;width:100%;padding:.75rem;font-size:1rem}.mobile-navigation .nav-link:after{display:none}.mobile-navigation .nav-link:hover{background:#ffffff0d}.mobile-resume-button{text-align:center;margin-top:.5rem}}
