:root{--text:#334155;--text-h:#0f172a;--bg:#f8fafc;--section-bg:#f1f5f9;--border:#e2e8f0;--code-bg:#e8f1f8;--accent:#2563eb;--accent-light:#3b82f6;--accent-bg:#2563eb1a;--accent-border:#2563eb4d;--button-primary:#2563eb;--button-hover:#1d4ed8;--social-bg:#e2e8f0cc;--shadow:#00000014 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (width<=1024px){:root{font-size:16px}}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}body{margin:0}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.header{z-index:1000;border-bottom:1px solid var(--border);box-shadow:var(--shadow);background:#fff;position:sticky;top:0}.header-container{justify-content:space-between;align-items:center;max-width:1600px;margin:0 auto;padding:1rem 2rem;display:flex}.header-logo{flex-shrink:0}.logo-button{color:var(--text-h);cursor:pointer;font-size:1.25rem;font-weight:700;font-family:var(--heading);background:0 0;border:none;padding:0;transition:color .3s}.logo-button:hover{color:var(--accent)}.header-nav{align-items:center;gap:2rem;display:flex}.nav-link{color:var(--text);cursor:pointer;background:0 0;border:none;padding:.5rem 0;font-size:.95rem;font-weight:500;transition:color .3s;position:relative}.nav-link:after{content:"";background:var(--accent);width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.nav-link:hover{color:var(--accent)}.nav-link:hover:after{width:100%}.menu-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:6px;padding:.5rem;display:none}.menu-toggle span{background:var(--text-h);border-radius:2px;width:25px;height:3px;transition:all .3s}.app-main{flex-direction:column;width:100%;display:flex}.app-main section{padding:6rem 0}.app-main section:first-child{padding:0}section h2{color:var(--text-h);text-align:center;margin-bottom:1rem;font-size:2.5rem;font-weight:600}.section-subtitle{color:var(--text);opacity:.8;text-align:center;margin-bottom:2rem;font-size:1.1rem}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.hero-section{border-bottom:1px solid var(--border);background:linear-gradient(135deg,#2563eb14 0%,#3b82f60a 100%);justify-content:center;align-items:center;min-height:90vh;padding:8rem 0;display:flex}.hero-container{text-align:center;max-width:800px;padding:0 2rem}.hero-title{color:var(--text-h);letter-spacing:-1px;margin-bottom:2rem;font-size:3.5rem;font-weight:700}.hero-subtitle{color:var(--accent);margin-bottom:1.5rem;font-size:1.5rem;font-weight:500}.hero-description{color:var(--text);max-width:700px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.1rem;line-height:1.6}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:1.5rem;max-width:600px;margin:0 auto;display:flex}.btn{cursor:pointer;border:none;border-radius:.5rem;justify-content:center;align-items:center;min-width:200px;padding:1rem 2.5rem;font-size:1rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.btn-primary{background:var(--button-primary);color:#fff}.btn-primary:hover{background:var(--button-hover);transform:translateY(-2px)}.btn-secondary{color:var(--accent);border:2px solid var(--accent);background:0 0}.btn-secondary:hover{background:var(--accent-bg);transform:translateY(-2px)}.about-section{background:var(--section-bg);border-bottom:1px solid var(--border)}.about-section .container{max-width:900px}.about-section p{color:var(--text);text-align:left;margin-bottom:1.5rem;font-size:1.05rem;line-height:1.8}.roles-section{background:var(--bg)}.roles-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem;display:grid}.role-card{background:var(--section-bg);border:1px solid var(--border);border-radius:.75rem;padding:2rem;transition:all .3s}.role-card:hover{box-shadow:var(--shadow);border-color:var(--accent);transform:translateY(-4px)}.role-card h3{color:var(--text-h);margin-bottom:1rem;font-size:1.25rem;font-weight:600}.role-card p{color:var(--text);font-size:.95rem;line-height:1.6}.skills-section{background:var(--section-bg);border-bottom:1px solid var(--border)}.skills-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-auto-flow:dense;gap:1.5rem;margin-top:2rem;display:grid}.skill-category{background:var(--code-bg);border:1px solid var(--border);border-radius:.75rem;padding:1.25rem 1.5rem}.skill-category-wide{grid-column:span 2}.skill-category h3{color:var(--text-h);margin-bottom:.85rem;font-size:1.1rem;font-weight:600}.skill-badges{flex-wrap:wrap;gap:.5rem;display:flex}.skill-badges-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.5rem .75rem;display:grid}.skill-badge{text-align:center;background:var(--accent-bg);color:var(--accent);border:1px solid var(--accent-border);white-space:nowrap;border-radius:.4rem;justify-content:center;align-items:center;padding:.35rem .7rem;font-size:.8rem;font-weight:500;display:inline-flex}.skill-badges-grid .skill-badge{white-space:normal}.focus-section{background:var(--bg)}.focus-section .container{max-width:900px}.focus-list,.coming-soon-list{text-align:left;margin:2rem 0;padding:0;list-style:none}.focus-list li,.coming-soon-list li{color:var(--text);margin-bottom:1rem;padding-left:1.5rem;font-size:1.05rem;line-height:1.6;position:relative}.focus-list li:before,.coming-soon-list li:before{content:"✓";color:var(--accent);font-weight:700;position:absolute;left:0}.coming-soon-section{background:var(--section-bg);border-bottom:1px solid var(--border)}.coming-soon-section .container{max-width:900px}.footer-section{background:var(--text-h);color:#fff;text-align:center;border-top:1px solid var(--border);padding:4rem 0}.footer-section h2{color:#fff;margin-bottom:1rem}.footer-section p{color:#fffc;margin-bottom:1.5rem;font-size:1.05rem}.contact-links{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin:2rem 0;display:flex}.contact-link{color:#fff;border:2px solid #fff;border-radius:.5rem;padding:.75rem 1.5rem;font-weight:500;text-decoration:none;transition:all .3s}.contact-link:hover{color:var(--text-h);background:#fff;transform:translateY(-2px)}.footer-text{opacity:.7;margin-top:2rem;font-size:.9rem}@media (width<=1024px){.header-nav{display:none}.header-nav.open{border-bottom:1px solid var(--border);box-shadow:var(--shadow);background:#fff;flex-direction:column;gap:0;padding:1rem 0;display:flex;position:absolute;top:70px;left:0;right:0}.header-nav.open .nav-link{border-radius:0;padding:.75rem 1.5rem}.menu-toggle{display:flex}.app-main section{padding:4rem 0}section h2{font-size:2rem}.hero-title{margin-bottom:1.5rem;font-size:2.5rem}.hero-subtitle{margin-bottom:1.25rem;font-size:1.2rem}.hero-description{font-size:1rem}.hero-buttons{flex-direction:column;gap:1rem}.btn{width:100%;min-width:unset}.roles-grid,.skills-grid{grid-template-columns:1fr}.skill-category-wide{grid-column:span 1}.skill-badges-grid{flex-wrap:wrap;display:flex}.contact-links{flex-direction:column;gap:1rem}.contact-link{display:block}}@media (width<=768px){.header-container{padding:.75rem 1.5rem}.logo-button{font-size:1.1rem}.header-nav.open{top:60px}.app-main section{padding:3rem 0}.hero-section{min-height:70vh}.hero-title{margin-bottom:1.25rem;font-size:2rem}.hero-subtitle{margin-bottom:1rem;font-size:1rem}.hero-description{margin-bottom:2rem}section h2{font-size:1.75rem}}@media (width<=480px){.container{padding:0 1rem}.app-main section{padding:2rem 0}section h2{font-size:1.5rem}.hero-section{min-height:60vh;padding:4rem 0}.hero-title{margin-bottom:1rem;font-size:1.5rem}.hero-subtitle{margin-bottom:.75rem;font-size:.9rem}.hero-description{margin-bottom:1.5rem;font-size:.95rem}.role-card,.skill-category{padding:1.25rem}.role-card h3{font-size:1.1rem}.btn{padding:.75rem 1.5rem;font-size:.9rem}}
