@import"https://fonts.googleapis.com/css2?family=Outfit:wght@700;800&family=Inter:wght@400;500;600&display=swap";.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}.navbar[data-astro-cid-5blmo7yk]{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;border-bottom:1px solid rgba(128,128,128,.08)}.logo[data-astro-cid-5blmo7yk]{font-family:Outfit,sans-serif;font-size:1.3rem;font-weight:800;text-decoration:none;color:var(--on-surface);letter-spacing:-.02em;flex-shrink:0}.logo-dot[data-astro-cid-5blmo7yk]{color:var(--primary)}.navbar-controls[data-astro-cid-5blmo7yk]{display:flex;align-items:center;gap:.5rem}.icon-btn[data-astro-cid-5blmo7yk]{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:8px;background:none;border:1px solid rgba(128,128,128,.12);cursor:pointer;color:var(--on-surface-variant);transition:color var(--ease-out),border-color var(--ease-out),background var(--ease-out)}.icon-btn[data-astro-cid-5blmo7yk]:hover{color:var(--primary);border-color:#80ffc733}.icon-moon[data-astro-cid-5blmo7yk],[data-astro-cid-5blmo7yk][data-theme=light] .icon-sun[data-astro-cid-5blmo7yk]{display:none}[data-astro-cid-5blmo7yk][data-theme=light] .icon-moon[data-astro-cid-5blmo7yk]{display:block}.lang-btn[data-astro-cid-5blmo7yk]{display:flex;align-items:center;padding:.3rem .65rem;border-radius:8px;border:1px solid rgba(128,128,128,.12);background:none;color:var(--on-surface-variant);font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.06em;text-decoration:none;cursor:pointer;transition:color var(--ease-out),border-color var(--ease-out)}.lang-btn[data-astro-cid-5blmo7yk]:hover{color:var(--primary);border-color:#80ffc74d}.nav-links[data-astro-cid-5blmo7yk]{display:flex;list-style:none;align-items:center;gap:.25rem;margin:0;padding:0}.nav-link[data-astro-cid-5blmo7yk]{display:block;padding:.4rem .75rem;text-decoration:none;color:var(--on-surface-variant);font-size:.875rem;font-weight:500;border-radius:8px;transition:color var(--ease-out),background var(--ease-out)}.nav-link[data-astro-cid-5blmo7yk]:hover{color:var(--primary);background:#80ffc70f}.contact-link[data-astro-cid-5blmo7yk]{color:var(--primary);border:1px solid rgba(128,255,199,.2)}.contact-link[data-astro-cid-5blmo7yk]:hover{background:#80ffc714;border-color:#80ffc766}.hamburger[data-astro-cid-5blmo7yk]{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.25rem}.hamburger[data-astro-cid-5blmo7yk] span[data-astro-cid-5blmo7yk]{display:block;width:24px;height:2px;background-color:var(--on-surface);transition:all .3s ease;transform-origin:center}.hamburger[data-astro-cid-5blmo7yk].open span[data-astro-cid-5blmo7yk]:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger[data-astro-cid-5blmo7yk].open span[data-astro-cid-5blmo7yk]:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger[data-astro-cid-5blmo7yk].open span[data-astro-cid-5blmo7yk]:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(max-width:768px){.navbar[data-astro-cid-5blmo7yk]{padding:1rem 1.25rem}.hamburger[data-astro-cid-5blmo7yk]{display:flex}.nav-links[data-astro-cid-5blmo7yk]{display:none;flex-direction:column;align-items:flex-start;gap:.25rem;position:absolute;top:100%;left:0;width:100%;padding:1rem 1.25rem 1.5rem;background:var(--glass-bg);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border-bottom:1px solid rgba(128,128,128,.06)}.nav-links[data-astro-cid-5blmo7yk].open{display:flex}.nav-link[data-astro-cid-5blmo7yk]{width:100%;padding:.6rem .75rem;font-size:1rem}.contact-link[data-astro-cid-5blmo7yk]{margin-top:.5rem;width:100%;text-align:center}}:root,[data-theme=dark]{--surface-dim: #131314;--surface-low: #1C1B1C;--surface-high: #2A2A2B;--surface-highest: #323233;--primary: #80FFC7;--primary-container: #2EE6A6;--secondary: #43E5B1;--tertiary: #C4EEFF;--on-surface: #E5E2E3;--on-surface-variant: #BACABF;--gradient-brand: linear-gradient(135deg, #80FFC7, #C4EEFF);--glass-bg: rgba(22, 22, 24, .7);--glass-blur: blur(12px);--section-gap: 7rem;--radius-card: 20px;--radius-btn: 12px;--ease-out: .3s ease-out}[data-theme=light]{--surface-dim: #F0F2F0;--surface-low: #FAFAFA;--surface-high: #E8E8EA;--surface-highest: #DEDEDF;--primary: #006B4C;--primary-container: #005A3F;--secondary: #00785E;--tertiary: #005A6B;--on-surface: #1C1B1C;--on-surface-variant: #48474A;--gradient-brand: linear-gradient(135deg, #006B4C, #005A6B);--glass-bg: rgba(248, 250, 248, .82)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{background-color:var(--surface-dim);color:var(--on-surface);font-family:Inter,sans-serif;font-weight:400;line-height:1.6;-webkit-font-smoothing:antialiased}.font-display{font-family:Outfit,sans-serif}.display-lg{font-family:Outfit,sans-serif;font-size:clamp(2.5rem,6vw,3.5rem);font-weight:800;letter-spacing:-.02em;line-height:1.1}.headline-md{font-family:Outfit,sans-serif;font-size:1.75rem;font-weight:700;letter-spacing:-.01em;line-height:1.2}.headline-sm{font-family:Outfit,sans-serif;font-size:1.25rem;font-weight:700;line-height:1.3}.body-lg{font-size:1rem;font-weight:400;color:var(--on-surface-variant);line-height:1.7}.label-md{font-size:.75rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--on-surface-variant)}.gradient-text{background:var(--gradient-brand);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:var(--gradient-brand);color:#0a0a0a;font-family:Inter,sans-serif;font-weight:600;font-size:.9rem;border-radius:var(--radius-btn);border:none;cursor:pointer;text-decoration:none;transition:transform var(--ease-out),box-shadow var(--ease-out)}.btn-primary:hover{transform:translateY(-4px);box-shadow:0 8px 24px #80ffc740}[data-theme=light] .btn-primary{color:#fff;box-shadow:0 2px 8px #006b4c33}[data-theme=light] .btn-primary:hover{box-shadow:0 8px 24px #006b4c4d}.btn-ghost{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:transparent;color:var(--primary);font-family:Inter,sans-serif;font-weight:500;font-size:.9rem;border-radius:var(--radius-btn);border:1px solid rgba(128,255,199,.15);cursor:pointer;text-decoration:none;transition:border-color var(--ease-out),background var(--ease-out),transform var(--ease-out)}.btn-ghost:hover{border-color:#80ffc766;background:#80ffc70d;transform:translateY(-2px)}[data-theme=light] .btn-ghost{border-color:#006b4c33}[data-theme=light] .btn-ghost:hover{border-color:#006b4c66;background:#006b4c0d}.section-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section-wrapper{padding:var(--section-gap) 0}.section-label{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.section-label:before{content:"";display:block;width:24px;height:2px;background:var(--gradient-brand)}.card{background:var(--surface-highest);border-radius:var(--radius-card);overflow:hidden;transition:transform var(--ease-out),box-shadow var(--ease-out)}.card-interactive:hover{transform:scale(1.02);box-shadow:0 20px 40px #0006,0 0 20px #2ee6a614}[data-theme=light] .card-interactive:hover{box-shadow:0 16px 32px #00000014,0 0 16px #006b4c0f}.chip{display:inline-flex;align-items:center;gap:.4rem;padding:.3rem .75rem;background:var(--surface-high);border-radius:999px;font-size:.7rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--on-surface-variant);border:1px solid rgba(255,255,255,.04)}.chip:before{content:"";display:block;width:6px;height:6px;border-radius:50%;background:var(--primary-container);flex-shrink:0}.glass{background:var(--glass-bg);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur)}.bg-surface-dim{background-color:var(--surface-dim)}.bg-surface-low{background-color:var(--surface-low)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--surface-dim)}::-webkit-scrollbar-thumb{background:var(--surface-high);border-radius:999px}::-webkit-scrollbar-thumb:hover{background:var(--primary-container)}.hero-section[data-astro-cid-anhloy43]{position:relative;min-height:100vh;display:flex;align-items:center;padding-top:5rem;overflow:hidden}.hero-glow[data-astro-cid-anhloy43]{position:absolute;top:-20%;left:50%;transform:translate(-50%);width:600px;height:600px;background:radial-gradient(circle,rgba(128,255,199,.07) 0%,transparent 70%);pointer-events:none}[data-astro-cid-anhloy43][data-theme=light] .hero-glow[data-astro-cid-anhloy43]{background:radial-gradient(circle,rgba(0,107,76,.06) 0%,transparent 70%)}.hero-inner[data-astro-cid-anhloy43]{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;padding-top:2rem;padding-bottom:5rem}.hero-content[data-astro-cid-anhloy43]{animation:fadeUp .8s ease-out both}.section-intro[data-astro-cid-anhloy43]{margin-bottom:1.25rem;display:flex;align-items:center;gap:.5rem;color:var(--primary)}.section-intro[data-astro-cid-anhloy43]:before{content:"";display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--primary);animation:pulse 2s ease-in-out infinite}.hero-title[data-astro-cid-anhloy43]{margin-bottom:.75rem}.hero-subtitle[data-astro-cid-anhloy43]{font-family:Outfit,sans-serif;font-size:1.35rem;font-weight:700;color:var(--on-surface-variant);margin-bottom:1.5rem}.hero-description[data-astro-cid-anhloy43]{max-width:520px;margin-bottom:2.5rem}.hero-actions[data-astro-cid-anhloy43]{display:flex;flex-wrap:wrap;gap:.75rem;animation:fadeUp .8s .2s ease-out both}.hero-visual[data-astro-cid-anhloy43]{position:relative;display:flex;align-items:center;justify-content:center;animation:fadeUp .8s .1s ease-out both}.photo-ring[data-astro-cid-anhloy43]{width:340px;height:340px;border-radius:50%;background:conic-gradient(from 0deg,var(--primary) 0%,var(--tertiary) 35%,transparent 50%,var(--primary-container) 75%,var(--primary) 100%);padding:3px;display:flex;align-items:center;justify-content:center;box-shadow:0 0 60px #80ffc71f;animation:spin-ring 8s linear infinite}[data-astro-cid-anhloy43][data-theme=light] .photo-ring[data-astro-cid-anhloy43]{background:conic-gradient(from 0deg,var(--primary) 0%,var(--tertiary) 35%,transparent 50%,var(--primary-container) 75%,var(--primary) 100%);box-shadow:0 0 40px #006b4c1f}.photo-frame[data-astro-cid-anhloy43]{width:100%;height:100%;border-radius:50%;overflow:hidden;background:var(--surface-dim);border:4px solid var(--surface-dim)}[data-astro-cid-anhloy43][data-theme=light] .photo-frame[data-astro-cid-anhloy43]{border-color:var(--surface-low)}.photo-img[data-astro-cid-anhloy43]{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}@keyframes spin-ring{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.photo-frame[data-astro-cid-anhloy43]{animation:counter-spin 8s linear infinite}@keyframes counter-spin{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}.floating-chip[data-astro-cid-anhloy43]{position:absolute;animation:float 4s ease-in-out infinite}.chip-1[data-astro-cid-anhloy43]{top:10%;right:0;animation-delay:0s}.chip-2[data-astro-cid-anhloy43]{bottom:15%;left:0;animation-delay:1.3s}.chip-3[data-astro-cid-anhloy43]{bottom:30%;right:-10%;animation-delay:2.6s}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@media(max-width:768px){.hero-inner[data-astro-cid-anhloy43]{grid-template-columns:1fr;gap:2rem;text-align:center;padding-top:1rem}.hero-description[data-astro-cid-anhloy43]{max-width:100%;margin-left:auto;margin-right:auto}.hero-actions[data-astro-cid-anhloy43],.section-intro[data-astro-cid-anhloy43]{justify-content:center}.hero-visual[data-astro-cid-anhloy43]{order:-1}.photo-ring[data-astro-cid-anhloy43]{width:220px;height:220px}.floating-chip[data-astro-cid-anhloy43]{display:none}}.about-inner[data-astro-cid-zsov6f23]{display:grid;grid-template-columns:1.4fr 1fr;gap:5rem;align-items:center}.about-heading[data-astro-cid-zsov6f23]{margin-bottom:1.5rem}.about-stats[data-astro-cid-zsov6f23]{display:flex;flex-direction:column;gap:1.25rem}.stat-card[data-astro-cid-zsov6f23]{padding:1.75rem 2rem;display:flex;flex-direction:column;gap:.4rem}.stat-value[data-astro-cid-zsov6f23]{font-family:Outfit,sans-serif;font-size:2.5rem;font-weight:800;letter-spacing:-.02em}.stat-label[data-astro-cid-zsov6f23]{color:var(--on-surface-variant)}@media(max-width:768px){.about-inner[data-astro-cid-zsov6f23]{grid-template-columns:1fr;gap:3rem}.about-stats[data-astro-cid-zsov6f23]{flex-direction:row;flex-wrap:wrap}.stat-card[data-astro-cid-zsov6f23]{flex:1;min-width:140px;padding:1.25rem;text-align:center;align-items:center}}.skills-heading[data-astro-cid-sye7xtqh]{margin-bottom:3rem}.skills-grid[data-astro-cid-sye7xtqh]{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.skill-category[data-astro-cid-sye7xtqh]{padding:1.75rem;background:var(--surface-high)}.category-title[data-astro-cid-sye7xtqh]{font-family:Outfit,sans-serif;font-size:.95rem;font-weight:700;color:var(--on-surface);margin-bottom:1rem;letter-spacing:-.01em}.chips-row[data-astro-cid-sye7xtqh]{display:flex;flex-wrap:wrap;gap:.5rem}@media(max-width:900px){.skills-grid[data-astro-cid-sye7xtqh]{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.skills-grid[data-astro-cid-sye7xtqh]{grid-template-columns:1fr}}.projects-heading[data-astro-cid-44zkpkd5]{margin-bottom:1rem}.project-block[data-astro-cid-44zkpkd5]{margin-top:3rem}.block-label[data-astro-cid-44zkpkd5]{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:1px solid rgba(128,255,199,.08)}[data-astro-cid-44zkpkd5][data-theme=light] .block-label[data-astro-cid-44zkpkd5]{border-bottom-color:#006b4c1a}.block-label[data-astro-cid-44zkpkd5] .label-md[data-astro-cid-44zkpkd5]{color:var(--primary)}.projects-grid[data-astro-cid-44zkpkd5]{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.project-card[data-astro-cid-44zkpkd5]{background:var(--surface-highest)}.project-card[data-astro-cid-44zkpkd5].offset{margin-top:2rem}.project-body[data-astro-cid-44zkpkd5]{padding:2rem;display:flex;flex-direction:column;gap:1rem;height:100%}.project-chips[data-astro-cid-44zkpkd5]{display:flex;flex-wrap:wrap;gap:.4rem}.project-title[data-astro-cid-44zkpkd5]{color:var(--on-surface);transition:color var(--ease-out)}.project-card[data-astro-cid-44zkpkd5]:hover .project-title[data-astro-cid-44zkpkd5]{color:var(--primary)}.project-desc[data-astro-cid-44zkpkd5]{font-size:.9rem;flex:1}.project-meta[data-astro-cid-44zkpkd5]{display:flex;flex-direction:column;gap:.75rem;background:var(--surface-high);border-radius:12px;padding:1rem 1.25rem}.project-meta[data-astro-cid-44zkpkd5] dt[data-astro-cid-44zkpkd5]{margin-bottom:.2rem}.project-meta[data-astro-cid-44zkpkd5] dd[data-astro-cid-44zkpkd5]{font-size:.85rem;color:var(--on-surface)}.project-links[data-astro-cid-44zkpkd5]{display:flex;gap:.75rem;flex-wrap:wrap}.project-links[data-astro-cid-44zkpkd5] .btn-ghost[data-astro-cid-44zkpkd5]{padding:.5rem 1rem;font-size:.8rem}@media(max-width:768px){.projects-grid[data-astro-cid-44zkpkd5]{grid-template-columns:1fr}.project-card[data-astro-cid-44zkpkd5].offset{margin-top:0}}.exp-heading[data-astro-cid-ghubstuj]{margin-bottom:3rem}.timeline[data-astro-cid-ghubstuj]{display:flex;flex-direction:column}.timeline-item[data-astro-cid-ghubstuj]{display:grid;grid-template-columns:40px 1fr;gap:1.5rem;margin-bottom:2rem}.timeline-marker[data-astro-cid-ghubstuj]{display:flex;flex-direction:column;align-items:center;padding-top:1.75rem}.marker-dot[data-astro-cid-ghubstuj]{width:12px;height:12px;border-radius:50%;background:var(--primary-container);box-shadow:0 0 12px #2ee6a666;flex-shrink:0}[data-astro-cid-ghubstuj][data-theme=light] .marker-dot[data-astro-cid-ghubstuj]{box-shadow:0 0 12px #005a3f40}.marker-line[data-astro-cid-ghubstuj]{flex:1;width:2px;background:linear-gradient(to bottom,rgba(46,230,166,.15),transparent);margin-top:.5rem;min-height:2rem}[data-astro-cid-ghubstuj][data-theme=light] .marker-line[data-astro-cid-ghubstuj]{background:linear-gradient(to bottom,rgba(0,107,76,.12),transparent)}.timeline-content[data-astro-cid-ghubstuj]{padding:1.75rem;background:var(--surface-high)}.role-header[data-astro-cid-ghubstuj]{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem}.role-title[data-astro-cid-ghubstuj]{color:var(--on-surface);margin-bottom:.3rem}.role-company[data-astro-cid-ghubstuj]{font-size:.875rem;color:var(--on-surface-variant)}.role-meta[data-astro-cid-ghubstuj]{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem;flex-shrink:0}.role-period[data-astro-cid-ghubstuj]{white-space:nowrap}.role-duration[data-astro-cid-ghubstuj]{color:var(--primary-container);white-space:nowrap}.role-highlights[data-astro-cid-ghubstuj]{list-style:none;display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.25rem;padding-left:0}.role-highlights[data-astro-cid-ghubstuj] li[data-astro-cid-ghubstuj]{font-size:.9rem;color:var(--on-surface-variant);padding-left:1rem;position:relative;line-height:1.6}.role-highlights[data-astro-cid-ghubstuj] li[data-astro-cid-ghubstuj]:before{content:"·";position:absolute;left:0;color:var(--primary);font-weight:700;line-height:1;font-size:1.1rem}.role-chips[data-astro-cid-ghubstuj]{display:flex;flex-wrap:wrap;gap:.4rem}@media(max-width:640px){.role-header[data-astro-cid-ghubstuj]{flex-direction:column;gap:.5rem}.role-meta[data-astro-cid-ghubstuj]{align-items:flex-start}.timeline-item[data-astro-cid-ghubstuj]{grid-template-columns:24px 1fr;gap:1rem}}.edu-heading[data-astro-cid-qtcj2w7e]{margin-bottom:3rem}.edu-grid[data-astro-cid-qtcj2w7e]{display:grid;grid-template-columns:1.2fr 1fr;gap:3rem}.column-title[data-astro-cid-qtcj2w7e]{color:var(--primary);margin-bottom:1.25rem}.edu-list[data-astro-cid-qtcj2w7e]{display:flex;flex-direction:column;gap:1rem}.edu-item[data-astro-cid-qtcj2w7e]{padding:1.75rem;background:var(--surface-highest)}.edu-institution-label[data-astro-cid-qtcj2w7e]{color:var(--primary-container);margin-bottom:.5rem}.edu-title[data-astro-cid-qtcj2w7e]{font-family:Outfit,sans-serif;font-size:1rem;font-weight:700;color:var(--on-surface);margin-bottom:.5rem;line-height:1.35}.edu-institution[data-astro-cid-qtcj2w7e]{font-size:.875rem;margin-bottom:.4rem}.edu-period[data-astro-cid-qtcj2w7e]{color:var(--primary-container);display:block;margin-bottom:.75rem}.edu-description[data-astro-cid-qtcj2w7e]{font-size:.825rem;line-height:1.6;margin-top:.75rem;padding-top:.75rem;border-top:1px solid rgba(128,128,128,.08)}.cert-item[data-astro-cid-qtcj2w7e]{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;background:var(--surface-highest)}.cert-badge[data-astro-cid-qtcj2w7e]{flex-shrink:0;width:44px;height:44px;border-radius:10px;background:linear-gradient(135deg,#80ffc726,#c4eeff14);border:1px solid rgba(128,255,199,.12);display:flex;align-items:center;justify-content:center;font-family:Outfit,sans-serif;font-size:.65rem;font-weight:800;color:var(--primary);letter-spacing:.02em}[data-astro-cid-qtcj2w7e][data-theme=light] .cert-badge[data-astro-cid-qtcj2w7e]{background:linear-gradient(135deg,#006b4c1a,#005a6b12);border-color:#006b4c26}.cert-info[data-astro-cid-qtcj2w7e]{display:flex;flex-direction:column}@media(max-width:768px){.edu-grid[data-astro-cid-qtcj2w7e]{grid-template-columns:1fr;gap:2.5rem}}.cl-banner[data-astro-cid-qtcj2w7e]{margin-top:3.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.25rem;padding:2.5rem 2rem;border-radius:var(--radius-card);background:var(--surface-highest);border:1px solid rgba(128,255,199,.08);position:relative;overflow:hidden}.cl-banner[data-astro-cid-qtcj2w7e]:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:280px;height:1px;background:linear-gradient(90deg,transparent,rgba(128,255,199,.35),transparent)}[data-astro-cid-qtcj2w7e][data-theme=light] .cl-banner[data-astro-cid-qtcj2w7e]{border-color:#006b4c1f}[data-astro-cid-qtcj2w7e][data-theme=light] .cl-banner[data-astro-cid-qtcj2w7e]:before{background:linear-gradient(90deg,transparent,rgba(0,107,76,.3),transparent)}.cl-icon[data-astro-cid-qtcj2w7e]{display:flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:14px;background:linear-gradient(135deg,#80ffc71f,#c4eeff0f);border:1px solid rgba(128,255,199,.12);color:var(--primary);flex-shrink:0}[data-astro-cid-qtcj2w7e][data-theme=light] .cl-icon[data-astro-cid-qtcj2w7e]{background:linear-gradient(135deg,#006b4c1a,#005a6b0d);border-color:#006b4c26}.cl-content[data-astro-cid-qtcj2w7e]{display:flex;flex-direction:column;align-items:center;gap:1rem}.cl-label[data-astro-cid-qtcj2w7e]{color:var(--primary)}.cl-description[data-astro-cid-qtcj2w7e]{max-width:560px;font-size:.95rem}.cl-description[data-astro-cid-qtcj2w7e] strong{color:var(--on-surface);font-weight:600}.cl-chips[data-astro-cid-qtcj2w7e]{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem}.contact-heading[data-astro-cid-zbjjch6a]{margin-bottom:3rem}.contact-inner[data-astro-cid-zbjjch6a]{display:grid;grid-template-columns:1fr 1.5fr;gap:5rem;align-items:start}.contact-blurb[data-astro-cid-zbjjch6a]{margin-bottom:2rem}.contact-links[data-astro-cid-zbjjch6a]{display:flex;flex-direction:column;gap:1rem}.contact-link[data-astro-cid-zbjjch6a]{display:flex;align-items:center;gap:.75rem;color:var(--on-surface-variant);text-decoration:none;font-size:.95rem;transition:color var(--ease-out)}.contact-link[data-astro-cid-zbjjch6a]:hover{color:var(--primary)}.contact-link[data-astro-cid-zbjjch6a] svg[data-astro-cid-zbjjch6a]{color:var(--primary);flex-shrink:0}.contact-form[data-astro-cid-zbjjch6a]{display:flex;flex-direction:column;gap:1.5rem}.form-group[data-astro-cid-zbjjch6a]{display:flex;flex-direction:column;gap:.5rem}.form-label[data-astro-cid-zbjjch6a]{color:var(--on-surface-variant)}.form-input[data-astro-cid-zbjjch6a]{background:var(--surface-highest);border:none;border-bottom:2px solid rgba(128,128,128,.12);border-radius:8px 8px 0 0;padding:.85rem 1rem;color:var(--on-surface);font-family:Inter,sans-serif;font-size:.95rem;width:100%;outline:none;resize:none;transition:border-color var(--ease-out),background var(--ease-out)}.form-input[data-astro-cid-zbjjch6a]::placeholder{color:var(--on-surface-variant);opacity:.5}.form-input[data-astro-cid-zbjjch6a]:focus{background:var(--surface-high);border-bottom-color:var(--primary)}.form-textarea[data-astro-cid-zbjjch6a]{min-height:140px}.form-submit[data-astro-cid-zbjjch6a]{align-self:flex-start}.form-feedback[data-astro-cid-zbjjch6a]{font-size:.875rem;color:var(--primary);min-height:1.2em}@media(max-width:768px){.contact-inner[data-astro-cid-zbjjch6a]{grid-template-columns:1fr;gap:3rem}}.footer[data-astro-cid-scinlfmn]{border-top:1px solid rgba(128,128,128,.05);padding:2.5rem 0}.footer-inner[data-astro-cid-scinlfmn]{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.footer-name[data-astro-cid-scinlfmn]{font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:800;letter-spacing:-.02em;color:var(--on-surface);text-decoration:none}.footer-dot[data-astro-cid-scinlfmn]{color:var(--primary)}.footer-copy[data-astro-cid-scinlfmn]{color:var(--on-surface-variant)}.footer-links[data-astro-cid-scinlfmn]{display:flex;gap:1.5rem}.footer-link[data-astro-cid-scinlfmn]{font-size:.85rem;color:var(--on-surface-variant);text-decoration:none;transition:color var(--ease-out)}.footer-link[data-astro-cid-scinlfmn]:hover{color:var(--primary)}@media(max-width:560px){.footer-inner[data-astro-cid-scinlfmn]{flex-direction:column;align-items:flex-start;gap:.75rem}}
