@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;700&family=JetBrains+Mono:wght@400;500;600&display=swap";:root{--font-sans: "Space Grotesk", system-ui, -apple-system, sans-serif;--font-mono: "JetBrains Mono", ui-monospace, monospace;--bg-start: #07101e;--bg-mid: #0b1527;--bg-end: #12233d;--panel: rgba(10, 16, 30, .78);--panel-soft: rgba(9, 15, 28, .76);--line: rgba(148, 163, 184, .18);--line-soft: rgba(148, 163, 184, .1);--text: #f8fafc;--muted: #94a3b8;--emerald: #34d399;--teal: #2dd4bf;--cyan: #22d3ee;--orange: #fb923c;--shadow: 0 18px 60px rgba(4, 10, 22, .34)}html,body{margin:0;padding:0;overflow-x:hidden;font-family:var(--font-sans);color:var(--text);background:linear-gradient(180deg,var(--bg-start) 0%,var(--bg-mid) 55%,var(--bg-end) 100%);scroll-behavior:smooth}body{min-height:100vh;background-image:radial-gradient(480px 480px at 8% 8%,rgba(52,211,153,.12) 0%,transparent 72%),radial-gradient(520px 520px at 92% 18%,rgba(45,212,191,.12) 0%,transparent 74%),radial-gradient(440px 440px at 28% 100%,rgba(251,146,60,.1) 0%,transparent 76%),linear-gradient(180deg,var(--bg-start) 0%,var(--bg-mid) 55%,var(--bg-end) 100%);background-repeat:no-repeat;background-attachment:scroll;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{cursor:pointer}img,video{content-visibility:auto;display:block;max-width:100%}#root{min-height:100vh}.section-shell{width:min(1120px,calc(100% - 2rem));margin:0 auto}.section-title{margin:1rem 0 0;font-size:clamp(2rem,4vw,3rem);font-weight:700;letter-spacing:-.03em;color:var(--text)}.section-kicker{display:inline-block;font-family:var(--font-mono);font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;color:#5eead4}.section-copy{color:var(--muted);line-height:1.7}.card{background:var(--panel);border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow)}.card-soft{background:var(--panel-soft);border:1px solid rgba(148,163,184,.14);border-radius:18px}.surface-grid{position:relative}.surface-grid:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background-image:linear-gradient(rgba(148,163,184,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(148,163,184,.05) 1px,transparent 1px);background-size:24px 24px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.7),transparent 100%);mask-image:linear-gradient(180deg,rgba(0,0,0,.7),transparent 100%);pointer-events:none}.hero-caret{color:#38bdf8;margin-left:.25rem;animation:blink 1s steps(2,end) infinite}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.no-scrollbar::-webkit-scrollbar{display:none}@keyframes blink{50%{opacity:0}}@media (prefers-reduced-motion: reduce){*{transition:none!important;animation:none!important;scroll-behavior:auto!important}}@media (max-width: 768px){.section-shell{width:min(100% - 1rem,1120px)}.card{border-radius:22px}}.about-section{padding:6rem 0;position:relative}.about-heading{margin-bottom:3rem;text-align:center}.about-heading .section-title{margin-top:1rem}.about-heading .section-copy{margin:1rem auto 0;max-width:42rem}.about-card{overflow:hidden;padding:0}.about-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,3fr)}.about-profile{padding:2rem;border-right:1px solid rgba(255,255,255,.08)}.about-profile__header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.about-profile__badge{width:5rem;height:5rem;display:flex;align-items:center;justify-content:center;border-radius:1.5rem;background:linear-gradient(135deg,#34d399,#22d3ee);color:#020617;font-size:2rem;font-weight:700;box-shadow:0 20px 40px #22d3ee33}.about-profile__kicker{color:#86efac;font-family:var(--font-mono);font-size:.75rem;letter-spacing:.22em;text-transform:uppercase}.about-profile__title{margin:.35rem 0 0;font-size:2rem;color:#fff}.about-profile__subtitle{margin-top:.35rem;color:#94a3b8}.about-terminal{overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:1.5rem;background:#020617b3}.about-terminal__bar{display:flex;align-items:center;gap:.5rem;padding:.9rem 1rem;border-bottom:1px solid rgba(255,255,255,.08);background:#ffffff0a}.about-terminal__dot{width:.75rem;height:.75rem;border-radius:999px}.about-terminal__dot--red{background:#ef4444d9}.about-terminal__dot--yellow{background:#eab308d9}.about-terminal__dot--green{background:#22c55ed9}.about-terminal__label{margin-left:.5rem;color:#64748b;font-size:.8rem}.about-terminal__body{min-height:10.5rem;padding:1.25rem 1rem;font-family:var(--font-mono);font-size:.95rem;color:#34d399}.about-terminal__line{margin:0;min-height:2rem;line-height:1.75}.about-terminal__line+.about-terminal__line{margin-top:.35rem}.about-terminal__line--muted{color:#e2e8f0}.about-skills{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin-top:1.5rem}.about-skill-card{padding:1rem;border:1px solid rgba(255,255,255,.1);border-radius:1.25rem;background:#ffffff0d;text-align:center}.about-skill-icon{width:3rem;height:3rem;margin:0 auto;display:flex;align-items:center;justify-content:center;border-radius:1rem;color:#020617;font-size:1.4rem;box-shadow:0 14px 30px #0f172a47}.about-skill-icon--cyan{background:linear-gradient(135deg,#22d3ee,#3b82f6)}.about-skill-icon--green{background:linear-gradient(135deg,#4ade80,#10b981)}.about-skill-icon--orange{background:linear-gradient(135deg,#fb923c,#ef4444)}.about-skill-card__label{margin-top:.8rem;color:#e5e7eb;font-size:.95rem}.about-stats{margin-top:1.5rem;display:flex;align-items:center;justify-content:center;gap:1.5rem}.about-stats__divider{width:1px;height:2.5rem;background:#ffffff1a}.about-stat{text-align:center}.about-stat__value{font-size:2rem;font-weight:700}.about-stat__value--green{color:#86efac}.about-stat__value--blue{color:#7dd3fc}.about-stat__value--orange{color:#fdba74}.about-stat__label{margin-top:.25rem;color:#94a3b8;font-size:.75rem}.about-content{padding:2rem}.about-features{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.about-feature-card{padding:1.25rem;border:1px solid rgba(255,255,255,.08);border-radius:1.5rem;background:#ffffff0d}.about-feature-icon{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border-radius:1rem;background:#ffffff0f;font-size:1.4rem}.about-feature-icon--cyan{color:#22d3ee}.about-feature-icon--orange{color:#fb923c}.about-feature-icon--green{color:#4ade80}.about-feature-icon--blue{color:#38bdf8}.about-feature-card__title{margin:1rem 0 .5rem;color:#fff;font-size:1.1rem}.about-feature-card__description{margin:0;color:#94a3b8;line-height:1.7;font-size:.95rem}.about-cta{margin-top:1.5rem;padding:1.5rem;border:1px solid rgba(52,211,153,.2);border-radius:1.75rem;background:linear-gradient(90deg,#34d39914,#22d3ee14);text-align:center}.about-cta__text{margin:0 0 1rem;color:#fff;font-size:1.05rem}.about-cta__accent{color:#86efac}.about-cta__button{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;padding:.9rem 1.25rem;border-radius:999px;background:linear-gradient(90deg,#22c55e,#14b8a6);color:#04111a;font-weight:700}.about-cta__arrow{font-size:1.1rem}@media (max-width: 960px){.about-layout{grid-template-columns:1fr}.about-profile{border-right:0;border-bottom:1px solid rgba(255,255,255,.08)}}@media (max-width: 640px){.about-section{padding:5rem 0}.about-profile,.about-content{padding:1.25rem}.about-profile__header{align-items:flex-start;flex-direction:column}.about-profile__title{font-size:1.65rem}.about-skills,.about-features{grid-template-columns:1fr}.about-stats{gap:1rem}}.chatbot{position:fixed;right:1rem;bottom:1rem;z-index:50}.chatbot__panel{width:min(100vw - 2rem,22.5rem);margin-bottom:1rem;overflow:hidden;border:1px solid var(--line);border-radius:1.75rem;background:linear-gradient(145deg,#080d18fa,#0a101efa 60%,#0f172afa);box-shadow:0 20px 60px #02061773}.chatbot__header{position:relative;display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:linear-gradient(90deg,#34d39940,#22d3ee40)}.chatbot__avatar{display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:999px;background:linear-gradient(135deg,#ffffff4d,#ffffff1a);color:#fff;font-size:.9rem;font-weight:700}.chatbot__title{font-size:1rem;font-weight:700}.chatbot__status{display:inline-flex;align-items:center;gap:.35rem;color:#dcfce7;font-size:.76rem}.chatbot__status-dot{width:.5rem;height:.5rem;border-radius:999px;background:#4ade80}.chatbot__close{position:absolute;top:1rem;right:1rem;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:0;border-radius:999px;background:#ffffff1a;color:#fff}.chatbot__messages{display:flex;flex-direction:column;gap:.75rem;height:14rem;padding:1rem;overflow-y:auto}.chatbot__bubble{max-width:85%;padding:.75rem 1rem;border-radius:1rem;font-size:.9rem;line-height:1.6}.chatbot__bubble--bot{align-self:flex-start;border-bottom-left-radius:.35rem;background:#ffffff1a;color:#fff}.chatbot__bubble--user{align-self:flex-end;border-bottom-right-radius:.35rem;background:linear-gradient(90deg,#34d399,#22d3ee);color:#04111a}.chatbot__typing{display:inline-flex;align-items:center;gap:.3rem}.chatbot__typing span{width:.45rem;height:.45rem;border-radius:999px;background:#ffffffa6;animation:chatbot-bounce .8s infinite ease-in-out}.chatbot__typing span:nth-child(2){animation-delay:.15s}.chatbot__typing span:nth-child(3){animation-delay:.3s}.chatbot__options{display:flex;flex-wrap:wrap;gap:.5rem;padding:1rem;border-top:1px solid var(--line-soft);background:#0000002e}.chatbot__option{display:inline-flex;align-items:center;gap:.45rem;padding:.65rem .9rem;border:0;border-radius:999px;background:#ffffff1a;color:#ffffffeb;font-size:.78rem}.chatbot__option-icon{display:inline-flex;font-size:.95rem}.chatbot__toggle{display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;margin-left:auto;border:0;border-radius:999px;background:linear-gradient(135deg,#34d399,#2dd4bf,#22d3ee);color:#04111a;font-size:1.8rem;box-shadow:0 18px 40px #080d1859}@keyframes chatbot-bounce{0%,80%,to{transform:translateY(0);opacity:.55}40%{transform:translateY(-3px);opacity:1}}.contact-section{padding:6rem 0}.contact-heading{margin-bottom:3rem;text-align:center}.contact-heading .section-copy{max-width:42rem;margin:1rem auto 0}.contact-layout{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:1.5rem}.contact-panel,.contact-form{padding:1.5rem}.contact-panel__title{margin:0;font-size:1.65rem}.contact-panel__copy{margin:1rem 0 0;color:var(--muted);line-height:1.8}.contact-panel__links{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}.contact-pill{display:inline-flex;align-items:center;gap:.75rem;padding:.85rem 1rem;border:1px solid rgba(148,163,184,.16);border-radius:999px;background:#ffffff0a;color:#e2e8f0}.contact-pill svg{color:#86efac}.contact-form{display:grid;gap:1rem;font-family:var(--font-mono)}.contact-input{width:100%;padding:1rem;border:1px solid rgba(255,255,255,.1);border-radius:1rem;background:#ffffff0d;color:#fff;outline:none}.contact-input::placeholder{color:#fff6}.contact-input:focus{border-color:#86efac99}.contact-input--textarea{resize:none}.contact-submit{display:inline-flex;align-items:center;justify-content:center;padding:.95rem 1.2rem;border:0;border-radius:999px;background:linear-gradient(90deg,#22c55e,#14b8a6);color:#04111a;font-weight:700}@media (max-width: 960px){.contact-layout{grid-template-columns:1fr}}.curriculum-section{padding:6rem 0 4rem}.curriculum-heading{max-width:640px;margin-bottom:2.5rem}.curriculum-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.1fr);gap:2rem}.curriculum-column{display:flex;flex-direction:column;gap:1.6rem}.curriculum-profile{padding:1.8rem}.curriculum-profile__header{display:flex;align-items:center;gap:1rem}.curriculum-profile__badge{width:3.1rem;height:3.1rem;border-radius:999px;display:grid;place-items:center;background:linear-gradient(135deg,#5eead44d,#22d3ee1f);border:1px solid var(--line-soft);font-weight:700;letter-spacing:.04em}.curriculum-profile__name{margin:0;font-size:1.5rem;font-weight:700}.curriculum-profile__role{margin:.2rem 0 0;font-size:.85rem;font-family:var(--font-mono);color:var(--muted)}.curriculum-profile__summary{margin:1.1rem 0 1.5rem;color:var(--muted);line-height:1.7}.curriculum-panel{padding:1.2rem 1.4rem}.curriculum-panel__header{display:flex;align-items:center;gap:.6rem;font-family:var(--font-mono);font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:#5eead4;margin-bottom:.9rem}.curriculum-panel__list{margin:0;padding:0;list-style:none;display:grid;gap:.5rem;color:var(--text)}.curriculum-contact{display:grid;gap:.85rem}.curriculum-contact__item{display:flex;gap:.65rem;align-items:flex-start}.curriculum-contact__icon{margin-top:.2rem;color:#38bdf8}.curriculum-contact__label{font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;font-family:var(--font-mono);color:var(--muted)}.curriculum-contact__value{font-size:.92rem;color:var(--text)}.curriculum-stack{padding:1.5rem}.curriculum-stack__group{margin-bottom:1rem}.curriculum-stack__group:last-child{margin-bottom:0}.curriculum-stack__label{font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;font-family:var(--font-mono);color:var(--muted)}.curriculum-stack__tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.55rem}.curriculum-stack__tag{padding:.35rem .65rem;border-radius:999px;border:1px solid var(--line-soft);font-size:.78rem;color:var(--text);background:#0f172a4d}.curriculum-timeline{padding:1.5rem 1.6rem}.curriculum-timeline__list{display:grid;gap:1.25rem}.curriculum-item{position:relative;padding-left:1.5rem;border-left:1px solid var(--line-soft)}.curriculum-item:before{content:"";position:absolute;left:-.42rem;top:.4rem;width:.75rem;height:.75rem;border-radius:999px;background:#5eead4b3;border:2px solid rgba(9,15,28,.9)}.curriculum-item__meta{display:flex;justify-content:space-between;flex-wrap:wrap;gap:.6rem;font-weight:600}.curriculum-item__period{font-size:.82rem;color:var(--muted);font-weight:500}.curriculum-item__company{margin-top:.25rem;color:var(--muted);font-size:.92rem}.curriculum-item__bullets{margin:.65rem 0 0;padding-left:1rem;color:var(--text);display:grid;gap:.35rem}.curriculum-item__note{margin-top:.4rem;color:#86efac;font-size:.85rem;font-family:var(--font-mono)}@media (max-width: 1024px){.curriculum-grid{grid-template-columns:1fr}}@media (max-width: 640px){.curriculum-section{padding:5rem 0 3rem}.curriculum-profile{padding:1.4rem}.curriculum-timeline,.curriculum-stack{padding:1.2rem}}.contact-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:flex;align-items:center;justify-content:center;padding:1rem}.contact-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0009}.contact-modal__panel{position:relative;z-index:1;width:min(100%,42rem);padding:1.5rem}.contact-modal__header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem}.contact-modal__icon{display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:1rem;background:#34d39926;color:#86efac;font-size:1.25rem}.contact-modal__title{margin:0;font-size:1.7rem}.contact-modal__subtitle{margin:.3rem 0 0;color:var(--muted)}.contact-modal__form{display:grid;gap:.75rem}.contact-modal__input{width:100%;padding:1rem;border:1px solid rgba(255,255,255,.1);border-radius:1rem;background:#ffffff0d;color:#fff;outline:none}.contact-modal__input:focus{border-color:#86efac99}.contact-modal__input--textarea{resize:none}.contact-modal__actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:.25rem}.contact-modal__button{display:inline-flex;align-items:center;justify-content:center;padding:.9rem 1.2rem;border-radius:999px;font-weight:700}.contact-modal__button--ghost{border:1px solid rgba(255,255,255,.1);background:#ffffff08;color:#fff}.contact-modal__button--primary{border:0;background:linear-gradient(90deg,#22c55e,#14b8a6);color:#04111a}@media (max-width: 640px){.contact-modal__actions{flex-direction:column}}.hero{position:relative;display:flex;align-items:center;min-height:100vh;padding:7rem 0 3rem}.hero__layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:2.5rem;align-items:center}.hero__content{display:flex;flex-direction:column;align-items:flex-start}.hero__pill{display:inline-flex;align-items:center;gap:.55rem;padding:.7rem 1rem;border:1px solid rgba(52,211,153,.2);border-radius:999px;background:#34d3991a;color:#bbf7d0;font-size:.92rem}.hero__title{margin:1.3rem 0 0;font-size:clamp(2.8rem,6vw,5rem);line-height:.98;letter-spacing:-.04em}.hero__highlight{display:block;background:linear-gradient(90deg,#22c55e,#14b8a6 55%,#38bdf8);-webkit-background-clip:text;background-clip:text;color:transparent}.hero__subtitle{margin:1.25rem 0 0;color:#bfdbfe;font-family:var(--font-mono);font-size:.98rem}.hero__copy{max-width:42rem;margin:1.5rem 0 0;color:#cbd5e1;line-height:1.9;font-size:1.05rem}.hero__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:2rem}.hero__button{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:.9rem 1.3rem;border-radius:999px;border:1px solid transparent;font-weight:700;transition:transform .18s ease,border-color .18s ease,background-color .18s ease}.hero__button:hover{transform:translateY(-1px)}.hero__button--primary{background:linear-gradient(90deg,#22c55e,#14b8a6);color:#04111a;box-shadow:0 20px 40px #14b8a633}.hero__button--outline{border-color:#ffffff1a;background:#ffffff08;color:#fff}.hero__button--secondary{border-color:#38bdf83d;background:linear-gradient(135deg,#14b8a62e,#38bdf824);color:#fff}.hero__links{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:2rem}.hero__link-pill{display:inline-flex;align-items:center;gap:.55rem;padding:.75rem 1rem;border:1px solid rgba(148,163,184,.16);border-radius:999px;background:#ffffff0a;color:#e2e8f0;font-size:.92rem;transition:border-color .18s ease,color .18s ease,transform .18s ease}.hero__link-pill:hover{border-color:#86efac66;color:#bbf7d0;transform:translateY(-1px)}.hero__media{display:flex;justify-content:flex-end}.hero__avatar-frame{display:inline-block;padding:.65rem;border-radius:999px;background:linear-gradient(145deg,#14b8a64d,#22c55e14);box-shadow:0 22px 70px #080d1873}.hero__avatar-card{padding:1rem;overflow:hidden;border-radius:2rem}.hero__avatar{width:min(340px,100%);border-radius:1.6rem;object-fit:cover}@media (max-width: 900px){.hero__layout{grid-template-columns:1fr}.hero__content,.hero__media{align-items:center;justify-content:center;text-align:center}.hero__copy{max-width:36rem}}@media (max-width: 640px){.hero__actions,.hero__links{justify-content:center}.hero__button{width:100%}}.navbar{position:fixed;inset:0 0 auto;z-index:50;padding:.75rem .75rem 0;color:#fff}.navbar__shell{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1rem;border:1px solid var(--line);border-radius:999px;background:#07101ed6}.navbar__brand{display:flex;align-items:center;gap:.75rem;padding:0;border:0;background:transparent;color:inherit}.navbar__logo{width:2.5rem;height:2.5rem;border-radius:999px}.navbar__brand-copy{display:block;text-align:left}.navbar__brand-title{font-size:.92rem;font-weight:700}.navbar__brand-subtitle{color:var(--muted);font-family:var(--font-mono);font-size:.74rem}.navbar__menu{display:flex;align-items:center;gap:.35rem;margin:0;padding:0;list-style:none}.navbar__link,.navbar__mobile-link{border:0;background:transparent;color:#cbd5e1;font-family:var(--font-mono)}.navbar__link{padding:.75rem 1rem;border-radius:999px;font-size:.84rem;transition:background-color .18s ease,color .18s ease}.navbar__link:hover,.navbar__mobile-link:hover{background:#ffffff0d;color:#86efac}.navbar__right{display:flex;align-items:center;gap:.65rem}.navbar__lang{display:inline-flex;align-items:center;padding:.25rem;border:1px solid var(--line-soft);border-radius:999px;background:#ffffff08}.navbar__lang-btn{min-width:2.55rem;height:2rem;display:inline-flex;align-items:center;justify-content:center;gap:.28rem;padding:0 .42rem;border:0;border-radius:999px;background:transparent;color:#fff;font-size:.78rem;font-family:var(--font-mono);line-height:1;transition:background-color .18s ease,transform .18s ease}.navbar__lang-btn:hover{background:#ffffff14}.navbar__lang-btn--active{background:#86efac38;transform:translateY(-1px)}.navbar__lang-icon{width:.92rem;height:.92rem;border-radius:999px;flex-shrink:0}.navbar__toggle{display:none;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border:1px solid var(--line);border-radius:999px;background:transparent;color:#fff;font-size:1.5rem}.navbar__mobile{display:none;margin-top:.75rem;padding:.75rem;border:1px solid var(--line);border-radius:1.5rem;background:#07101ef0}.navbar__mobile-link{display:block;width:100%;padding:.95rem 1rem;border-radius:1rem;text-align:left;transition:background-color .18s ease,color .18s ease}@media (max-width: 1024px){.navbar__menu{display:none}.navbar__toggle,.navbar__mobile{display:flex}.navbar__mobile{flex-direction:column}}@media (max-width: 640px){.navbar__brand-copy{display:none}.navbar__shell{padding-right:.75rem;padding-left:.75rem}.navbar__lang-btn{min-width:2.3rem;height:1.8rem;font-size:.72rem}}.projects-section{padding:6rem 0}.projects-heading{margin-bottom:3rem;text-align:center}.projects-card{overflow:hidden;padding:0}.projects-card__bar{display:flex;align-items:center;gap:.55rem;padding:.9rem 1rem;border-radius:0;border-width:0 0 1px}.projects-card__dot{width:.75rem;height:.75rem;border-radius:999px}.projects-card__dot--red{background:#ef4444}.projects-card__dot--yellow{background:#eab308}.projects-card__dot--green{background:#22c55e}.projects-card__label{margin-left:.6rem;color:#64748b;font-family:var(--font-mono);font-size:.76rem;letter-spacing:.2em;text-transform:uppercase}.projects-tabs-wrap{display:flex;align-items:center;gap:.75rem;padding:1rem;border-bottom:1px solid var(--line-soft)}.projects-tabs__arrow{flex:0 0 auto;width:2.75rem;height:2.75rem;display:flex;align-items:center;justify-content:center;border:1px solid var(--line-soft);border-radius:999px;background:#ffffff0d;color:#e2e8f0;font-size:1.4rem}.projects-tabs__arrow:disabled{opacity:.35;cursor:default}.projects-tabs{display:flex;flex:1 1 auto;gap:.6rem;overflow-x:auto;scroll-behavior:smooth}.projects-tab{flex:0 0 auto;padding:.8rem 1rem;border:0;border-radius:999px;background:#ffffff0a;color:#cbd5e1;font-family:var(--font-mono);font-size:.84rem}.projects-tab--active{background:var(--emerald);color:#04111a}.projects-card__body{padding:1.5rem 2rem 2rem}.projects-card__title{margin:0 0 .5rem;color:#86efac;font-size:1.7rem}.projects-card__description{max-width:48rem;margin:0 0 1.5rem;color:#cbd5e1;line-height:1.8}.projects-layout{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:1.5rem}.projects-preview__surface{display:flex;align-items:flex-end;min-height:16rem;padding:1.5rem;overflow:hidden;border:1px solid var(--line-soft);border-radius:1.75rem;background:linear-gradient(135deg,#020617,#0f172a)}.projects-preview__icon{display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;margin-bottom:1rem;border-radius:1rem;background:#34d3991f;color:#86efac;font-size:2rem}.projects-preview__label{color:#64748b;font-family:var(--font-mono);font-size:.76rem;letter-spacing:.22em;text-transform:uppercase}.projects-preview__copy{max-width:30rem;margin:.9rem 0 0;color:var(--muted);line-height:1.8;font-size:.95rem}.projects-preview__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.projects-button{display:inline-flex;align-items:center;gap:.55rem;padding:.9rem 1.2rem;border:1px solid transparent;border-radius:999px;font-weight:700}.projects-button--primary{background:linear-gradient(90deg,#22c55e,#14b8a6);color:#04111a}.projects-button--outline{border-color:#ffffff1a;background:#ffffff08;color:#fff}.projects-stack{padding:1.5rem}.projects-stack__header{display:inline-flex;align-items:center;gap:.55rem;color:#fdba74;font-family:var(--font-mono);font-size:.76rem;letter-spacing:.22em;text-transform:uppercase}.projects-stack__pills{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1rem}.projects-stack__pill{display:inline-flex;align-items:center;justify-content:center;min-width:3rem;min-height:3rem;padding:.65rem .9rem;border:1px solid rgba(148,163,184,.16);border-radius:999px;background:#ffffff0a;color:#fff;font-size:1.15rem}.projects-stack__links{display:flex;flex-direction:column;gap:.9rem;margin-top:1.5rem}.projects-stack__link{display:inline-flex;align-items:center;gap:.55rem;color:#86efac}.projects-stack__copy{margin:.4rem 0 0;color:var(--muted);line-height:1.8;font-size:.95rem}@media (max-width: 960px){.projects-layout{grid-template-columns:1fr}}@media (max-width: 640px){.projects-card__body{padding:1.25rem}.projects-tabs-wrap{gap:.5rem;padding:.9rem}.projects-tabs__arrow{width:2.4rem;height:2.4rem}}.skills-section{padding:6rem 0;text-align:center}.skills-heading .section-copy{max-width:42rem;margin:1rem auto 0}.skills-card{margin-top:3rem;padding:1.5rem}.skills-filters{display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem;margin-bottom:1.75rem}.skills-filter{padding:.75rem 1rem;border:0;border-radius:999px;background:#ffffff0a;color:#fff;font-family:var(--font-mono);font-size:.85rem;transition:background-color .18s ease,color .18s ease}.skills-filter:hover{background:#ffffff14}.skills-filter--active{background:var(--emerald);color:#04111a}.skills-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.75rem}.skills-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;min-height:7rem;padding:1rem;transition:transform .18s ease}.skills-item:hover{transform:translateY(-2px)}.skills-item__icon{display:flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;border-radius:1rem;background:#fff;font-size:2rem;box-shadow:0 12px 24px #0f172a3d}.skills-item__label{color:#e2e8f0;font-size:.92rem;font-weight:500}.skills-footnote{display:inline-flex;align-items:center;gap:.45rem;margin-top:1.75rem;color:var(--muted);font-size:.92rem}.skills-footnote svg{color:#86efac}@media (max-width: 960px){.skills-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 640px){.skills-card{padding:1.25rem}.skills-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
