@charset "UTF-8";.section{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:4rem 2rem;position:relative;transition:background .6s ease}@media(min-width:1280px){.section{padding-left:2vw;padding-right:2vw}}@media(min-width:1920px){.section{padding-left:1.5vw;padding-right:1.5vw}}.section__inner{width:100%;max-width:93rem;margin:0 auto;opacity:0;transform:translateY(36px) scale(.985);filter:blur(2px);transition:opacity 1.1s cubic-bezier(.22,1,.36,1),transform 1.1s cubic-bezier(.22,1,.36,1),filter 1.1s cubic-bezier(.22,1,.36,1)}.section--visible .section__inner{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}.section--hero{background-image:url(/assets/gifs/stars.gif),linear-gradient(145deg,#0b0f1a,#1b2233 45%,#0b0f1a);background-size:cover,cover;background-position:center,center;background-repeat:repeat,no-repeat;color:#f8fafc}.section--skills{background:#0b1224;color:inherit;padding:0}.section--skills .section__inner{max-width:100%;width:100%}.section--hero,.section--skills{position:relative;z-index:1}.section--project-teal{background:linear-gradient(150deg,#eef6f7,#d8eef0 45%,#bfe2e7);color:#0b3d45}.section--project-blue{background:linear-gradient(155deg,#f1f4fb,#dfe7fb,#c8d6f6);color:#1a2e5c}.section--project-dark{background:linear-gradient(160deg,#101623,#1a2233,#0f1420);color:#e6edf6}.section--project-purple{background:linear-gradient(150deg,#f6f2f7,#ede6f1,#e3d9ea);color:#3a2957}.section--project-mint{background:linear-gradient(155deg,#f3f8f5,#e4efe8,#d4e6dc);color:#214238}.section--publications{background:linear-gradient(160deg,#faf7f2,#f0ebe4,#e5ded4);color:#5c3a2e}.section--education{background:linear-gradient(155deg,#f5f6f7,#e8eaee,#d9dde4);color:#2d3642}.section--languages{background:linear-gradient(145deg,#0b0f1a,#1b2233);color:#f8fafc}.section__inner>*{opacity:0;transform:translateY(18px);transition:opacity .9s cubic-bezier(.22,1,.36,1),transform .9s cubic-bezier(.22,1,.36,1);transition-delay:.15s}.section--visible .section__inner>*{opacity:1;transform:translateY(0)}.section--visible .section__inner>*:nth-child(2){transition-delay:.28s}.section--visible .section__inner>*:nth-child(3){transition-delay:.4s}@media(min-width:1440px){.section__inner{max-width:100rem}}@media(min-width:1920px){.section__inner{max-width:112rem}}@media(max-width:900px){.section__inner{max-width:100%}}.section--projects{padding:0;background:radial-gradient(900px 520px at 18% 18%,rgba(255,255,255,.06),transparent 60%),radial-gradient(900px 520px at 78% 22%,rgba(103,232,249,.08),transparent 60%),linear-gradient(180deg,#0b0f1a,#0b1224 45%,#0b0f1a);color:#f8fafc}.projectsPro{position:relative;min-height:100vh;padding:clamp(42px,6vw,96px) 0;overflow:clip}.projectsPro .dot{width:10px;height:10px;border-radius:999px;background:#ffffff8c;box-shadow:0 0 0 6px #ffffff14}.section--projects .projectsPro__header{opacity:0;transform:translateY(20px);transition:opacity .6s cubic-bezier(.22,1,.36,1),transform .6s cubic-bezier(.22,1,.36,1)}.section--projects.section--visible .projectsPro__header{opacity:1;transform:translateY(0)}.section--projects .projectsPro__stage{opacity:0;transform:translateY(18px);transition:opacity .55s cubic-bezier(.22,1,.36,1) .1s,transform .55s cubic-bezier(.22,1,.36,1) .1s}.section--projects.section--visible .projectsPro__stage{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.section--projects .projectsPro__header,.section--projects .projectsPro__stage{opacity:1;transform:none;transition:none}}.projectsPro__header{width:min(1180px,92vw);margin:0 auto 16px}@media(min-width:1440px){.projectsPro__header{width:min(1400px,94vw)}}@media(min-width:1920px){.projectsPro__header{width:min(1680px,96vw)}}.projectsPro__kicker{margin:0 0 10px;font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:#ffffffa6;display:flex;align-items:center;gap:10px}.projectsPro__title{font-family:Outfit,Manrope,system-ui,sans-serif;margin:0 0 10px;font-size:clamp(1.6rem,3vw,2.35rem);letter-spacing:-.02em}.projectsPro__subtitle{margin:0;color:#ffffffad;max-width:80ch}.projectsPro__stage{width:100%;margin-top:18px;position:relative}.projectsPro__track{display:grid;grid-auto-flow:column;grid-auto-columns:100%;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-padding:0;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;overscroll-behavior-x:contain;overscroll-behavior-y:auto;cursor:grab;-webkit-user-select:none;user-select:none}.projectsPro__track::-webkit-scrollbar{display:none}.projectsPro__track.is-dragging{cursor:grabbing;-webkit-user-select:none;user-select:none}.projectsPro__nav{position:absolute;top:0;height:100%;width:clamp(44px,5vw,72px);border:none;background:transparent;color:#fff9;display:grid;place-items:center;cursor:pointer;z-index:3;transition:opacity .2s ease,color .2s ease}.projectsPro__nav--prev{left:0;border-radius:18px 0 0 18px}.projectsPro__nav--next{right:0;border-radius:0 18px 18px 0}.projectsPro__arrow{font-size:36px;line-height:1;text-shadow:0 6px 24px rgba(0,0,0,.5);opacity:.55;transition:opacity .2s ease,transform .2s ease}.projectsPro__nav:hover{color:#fffffff2;background:linear-gradient(90deg,#ffffff14,#fff0);backdrop-filter:blur(10px) saturate(120%);-webkit-backdrop-filter:blur(10px) saturate(120%);box-shadow:0 8px 22px #00000038,inset 0 0 0 1px #ffffff14}.projectsPro__nav--next:hover{background:linear-gradient(-90deg,#ffffff14,#fff0)}.projectsPro__nav:hover .projectsPro__arrow{opacity:1;transform:translate(2px)}.projectsPro__nav--prev:hover .projectsPro__arrow{transform:translate(-2px)}@media(max-width:900px){.projectsPro__nav{width:40px}.projectsPro__arrow{font-size:30px}}@media(max-width:768px){.projectsPro__nav{display:none}}.pSlide{scroll-snap-align:center;padding:0 95px 64px;min-height:auto;display:flex;align-items:flex-start;justify-content:center}.pSlide__inner{width:min(1180px,92vw);margin:0 auto;display:grid;gap:14px;padding-top:6px;opacity:0;transform:translateY(18px) scale(.985);filter:blur(2px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1),filter .7s cubic-bezier(.22,1,.36,1)}@media(min-width:1440px){.pSlide__inner{width:min(1400px,94vw)}}@media(min-width:1920px){.pSlide__inner{width:min(1680px,96vw)}}@media(max-width:768px){.pSlide{padding:0 0 64px}}.pSlide.is-active .pSlide__inner{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}.pSlide__top{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;flex-wrap:wrap}.pSlide__brand{display:flex;align-items:center;gap:12px}.pSlide__logo{width:52px;height:52px;border-radius:14px;object-fit:contain;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);display:block;padding:3px}.pSlide__logo--ghost{display:grid;place-items:center;color:#ffffffe6}.pSlide__logo--ghost svg{width:22px;height:22px}.pSlide__kicker{margin:0;font-weight:750;letter-spacing:-.01em}.pSlide__link{display:inline-block;margin-top:4px;color:#ffffffb3;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.22)}.pSlide__link:hover{opacity:.86}.pSlide__tags{display:flex;flex-wrap:wrap;gap:8px}.tag{border:1px solid rgba(255,255,255,.12);background:#ffffff0d;color:#ffffffc7;padding:7px 10px;border-radius:999px;font-size:13px}.pSlide__grid{display:grid;grid-template-columns:repeat(12,1fr);gap:14px}.pCard{grid-column:span 5;border-radius:22px;border:1px solid rgba(255,255,255,.14);background:linear-gradient(180deg,#ffffff16,#ffffff0b);box-shadow:0 26px 80px #00000059;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);padding:18px;position:relative;overflow:hidden}.pCard:before{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;opacity:.9;pointer-events:none;background:radial-gradient(520px 240px at 15% 0%,rgba(255,255,255,.06),transparent 60%)}.pSlide[data-accent=cyan] .pCard:before{background:radial-gradient(520px 240px at 15% 0%,rgba(103,232,249,.14),transparent 60%)}.pSlide[data-accent=blue] .pCard:before{background:radial-gradient(520px 240px at 15% 0%,rgba(140,180,255,.14),transparent 60%)}.pSlide[data-accent=violet] .pCard:before{background:radial-gradient(520px 240px at 15% 0%,rgba(165,140,255,.14),transparent 60%)}.pSlide[data-accent=dark] .pCard:before{background:radial-gradient(520px 240px at 15% 0%,rgba(255,255,255,.05),transparent 60%)}.pCard--media{grid-column:span 7}.pCard--wide{grid-column:span 12}.pCard__head{display:grid;grid-template-columns:40px 1fr;gap:12px;align-items:start;position:relative;z-index:1}.pIcon{width:40px;height:40px;border-radius:14px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;display:grid;place-items:center;color:#ffffffdb}.pIcon svg{width:20px;height:20px}.pCard__title{margin:0;font-size:16px;color:#ffffffeb}.pCard__desc{margin:4px 0 0;font-size:13px;color:#ffffff9e}.pCard__body{position:relative;z-index:1;margin-top:12px;color:#ffffffbd}.pText{margin:0;line-height:1.65;color:#ffffffbd}.pMedia{margin-top:12px;border-radius:18px;overflow:hidden;border:1px solid rgba(255,255,255,.1);box-shadow:0 22px 50px #0000003d;padding:6px;background:#ffffff08}.pMedia__img{width:100%;object-fit:cover;display:block;transform:translateY(var(--imgShift, 0px));transition:transform .18s ease;border-radius:12px}.pList{margin:0;padding-left:18px;line-height:1.75;color:#ffffffc7}.pList li{margin-bottom:8px}.pList a{color:inherit;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.22);text-underline-offset:4px}.pList a:hover{opacity:.86}.pList--cols{columns:2;column-gap:28px}.pSlide--two .pSlide__grid{grid-template-columns:repeat(12,1fr);grid-auto-rows:auto;align-items:stretch}.pSlide--two .pSlide__grid>.pCard:not(.pCard--wide){grid-column:span 6;min-height:260px;height:100%;display:flex;flex-direction:column}.pSlide--two .pCard--wide{grid-column:1/-1}.pSlide--two .pCard__body{flex:1;display:flex;flex-direction:column}.pSlide--two .pList{margin-top:6px}@media(max-width:900px){.projectsPro{padding:40px 0}.projectsPro__header{width:min(92vw,980px)}.pSlide__top{flex-direction:column;align-items:flex-start}.pSlide__tags{gap:6px}.tag{font-size:12px;padding:6px 9px}.pCard{padding:16px}.pCard__head{grid-template-columns:36px 1fr}.pIcon{width:36px;height:36px;border-radius:12px}.pIcon svg{width:18px;height:18px}.pList{padding-left:16px;font-size:.96rem}}@media(max-width:980px){.pCard,.pCard--media{grid-column:span 12}.pList--cols{columns:1}.pSlide--two .pSlide__grid>.pCard:not(.pCard--wide){grid-column:span 12;min-height:auto}}@media(max-width:600px){.projectsPro__title{font-size:clamp(1.4rem,5vw,2rem)}.pSlide{padding-bottom:48px}.pSlide__logo{width:46px;height:46px;border-radius:12px}.pSlide__logo--ghost svg{width:20px;height:20px}.pCard{border-radius:18px}}@media(max-width:720px){.projectsPro{padding-top:50px}}.footerPro{position:relative;padding:clamp(64px,8vw,110px) 0;background:radial-gradient(900px 520px at 10% 15%,rgba(103,232,249,.08),transparent 60%),radial-gradient(900px 520px at 90% 70%,rgba(165,140,255,.08),transparent 60%),linear-gradient(180deg,#0b0f1a,#0b1224 60%,#0b0f1a);color:#ffffffeb;overflow:hidden;touch-action:pan-y}.footerPro__fx{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none}.footerPro__inner{position:relative;z-index:2;width:min(1200px,92vw);margin:0 auto}@media(min-width:1440px){.footerPro__inner{width:min(1400px,94vw)}}@media(min-width:1920px){.footerPro__inner{width:min(1680px,96vw)}}.footerPro__top{display:flex;align-items:center;justify-content:space-between;gap:24px 36px;flex-wrap:wrap;margin-bottom:clamp(28px,5vw,42px)}.footerPro__brand{display:flex;flex-direction:column;gap:12px;flex-shrink:0}.footerPro__brandContent{display:flex;align-items:center;gap:16px}.footerPro__mark{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;background:#ffffff14;border:1px solid rgba(255,255,255,.14);box-shadow:0 18px 40px #00000059;flex-shrink:0;opacity:0}@media(prefers-reduced-motion:reduce){.footerPro__mark{opacity:1}}.footerPro__mark svg{width:24px;height:24px}.footerPro__brandText{opacity:0}@media(prefers-reduced-motion:reduce){.footerPro__brandText{opacity:1}}.footerPro__name{margin:0;font-size:clamp(16px,2.2vw,28px);font-weight:700;letter-spacing:-.02em;line-height:1.2}.footerPro__tagline{margin:4px 0 0;color:#fff9;font-size:clamp(12px,1.4vw,16px);line-height:1.35}@media(min-width:861px){.footerPro__brand{gap:14px}.footerPro__brandContent{gap:20px}.footerPro__mark{width:56px;height:56px;border-radius:16px}.footerPro__mark svg{width:28px;height:28px}.footerPro__name{font-size:clamp(24px,2.8vw,32px);letter-spacing:-.03em}.footerPro__tagline{font-size:15px;margin-top:6px;color:#ffffffa6}}@media(min-width:1920px){.footerPro__name{font-size:clamp(26px,2.6vw,38px)}.footerPro__tagline{font-size:16px}}@media(min-width:2560px){.footerPro__name{font-size:clamp(28px,2.4vw,42px)}.footerPro__tagline{font-size:17px}}.footerPro__cta{display:grid;gap:12px;min-width:min(520px,92vw)}.fBtn{display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center;padding:14px 18px;border-radius:16px;border:1px solid rgba(255,255,255,.12);background:#ffffff0a;color:inherit;text-decoration:none;box-shadow:0 16px 40px #00000047;transition:transform .2s ease,border-color .2s ease,background .2s ease}.fBtn__icon{width:36px;height:36px;border-radius:12px;display:grid;place-items:center;background:#ffffff14;border:1px solid rgba(255,255,255,.14)}.fBtn__icon svg,.fBtn__arrow svg{width:18px;height:18px}.fBtn__text{display:grid;gap:2px}.fBtn__label{font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:#fff9}.fBtn__value{font-size:15px;color:#ffffffeb}.fBtn__hint{margin-top:2px;font-size:12px;color:#ffffff8c}.fBtn__arrow{width:34px;height:34px;display:grid;place-items:center;color:#fff9}.fBtn:hover{border-color:#ffffff3d;background:#ffffff14}.fBtn:active{transform:translateY(0) scale(.99)}.footerPro__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.fCard{border-radius:20px;border:1px solid rgba(255,255,255,.12);background:linear-gradient(180deg,#ffffff14,#ffffff0a);padding:18px;box-shadow:0 20px 50px #00000059}.fCard--wide{grid-column:1/-1}.fCard__head{display:grid;grid-template-columns:42px 1fr;gap:12px;align-items:start}.fIcon{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.14);background:#ffffff0f}.fIcon svg{width:20px;height:20px}.fCard__title{margin:0;font-size:16px}.fCard__desc{margin:4px 0 0;color:#ffffffa6;font-size:13px}.fCard__text{margin:12px 0 0;color:#ffffffbf;font-size:14px;line-height:1.6}.fList{margin:12px 0 0;padding:0 0 0 18px;color:#ffffffbf;line-height:1.6;font-size:14px}.fPills{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}.fPill{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:#ffffff0a;color:#ffffffd1;text-decoration:none;font-size:13px;transition:transform .2s ease,border-color .2s ease}.fPill__dot{width:6px;height:6px;border-radius:999px;background:#fff9}.fPill:hover{border-color:#ffffff38}.fPill:active{transform:translateY(0) scale(.99)}.footerPro__bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:18px;color:#ffffff8c;font-size:12px;flex-wrap:wrap}@media(max-width:860px){.footerPro__top{align-items:flex-start}.footerPro__cta{min-width:100%}}@media(max-width:720px){.footerPro__grid{grid-template-columns:1fr}}@media(max-width:520px){.footerPro__cta{min-width:0;width:100%}.fBtn{grid-template-columns:auto 1fr;padding:12px 14px}.fBtn__arrow{display:none}.fBtn__value,.fBtn__hint{word-break:break-word}}body.chat-open{overflow:hidden}.chat-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1300;display:flex;align-items:center;justify-content:center;padding:clamp(24px,5vw,48px)}.chat-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#02060ed1;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.chat-modal__panel{position:relative;width:min(720px,94vw);height:min(85vh,720px);max-height:720px;display:grid;grid-template-rows:auto 1fr auto;border-radius:24px;border:1px solid rgba(255,255,255,.12);background:linear-gradient(165deg,#0c1220fa,#080e1afc);color:#fffffff0;box-shadow:0 0 0 1px #ffffff0f,0 32px 64px -12px #00000080,0 0 120px -24px #67e8f914;overflow:hidden}.chat-modal__header{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:20px 24px;background:#ffffff08;border-bottom:1px solid rgba(255,255,255,.06)}.chat-modal__title{display:inline-flex;align-items:center;gap:12px;font-weight:600;font-size:1.25rem;letter-spacing:.01em}.chat-modal__title svg{width:26px;height:26px;color:#67e8f9e6}.chat-modal__close{border:1px solid rgba(255,255,255,.12);background:#ffffff0f;color:#fffc;padding:10px 16px;border-radius:10px;font-size:1.05rem;cursor:pointer;transition:background .2s,border-color .2s}.chat-modal__close:hover{background:#ffffff1a;border-color:#ffffff2e}.chat-modal__body{display:flex;flex-direction:column;min-height:0;overflow:hidden}.chat-modal__messages{flex:1;display:flex;flex-direction:column;gap:14px;padding:24px 28px;overflow:auto;min-height:0}.chat-placeholder{margin:auto;text-align:center;display:flex;flex-direction:column;align-items:center;gap:18px;max-width:380px}.chat-placeholder__icon{width:96px;height:96px;border-radius:24px;border:1px solid rgba(103,232,249,.25);background:radial-gradient(circle at 35% 25%,rgba(103,232,249,.2),transparent 65%),#0f172ad9;display:grid;place-items:center;color:#67e8f9f2;box-shadow:0 16px 48px #0006;animation:chatPulse 2.5s ease-in-out infinite}.chat-placeholder__icon svg{width:48px;height:48px}.chat-placeholder__text{margin:0;font-size:1.1rem;line-height:1.5;color:#e2e8f0d1}.chat-loading{margin-top:10px;padding:14px 18px;border-radius:16px;background:#0f172ab3;border:1px solid rgba(148,163,184,.2);display:flex;flex-direction:column;gap:10px;align-self:flex-start}.chat-loading__typing{display:inline-flex;gap:5px;padding:4px 0}.chat-loading__typing .chat-placeholder__dot{width:6px;height:6px;border-radius:999px;background:#94a3b8e6;animation:chatTypingDot 1.2s infinite ease-in-out}.chat-loading__typing .chat-placeholder__dot:nth-child(2){animation-delay:.15s}.chat-loading__typing .chat-placeholder__dot:nth-child(3){animation-delay:.3s}.chat-loading__text{margin:0;font-size:1rem;color:#94a3b8e6}@keyframes chatTypingDot{0%,20%{transform:translateY(0);opacity:.5}50%{transform:translateY(-3px);opacity:1}80%,to{transform:translateY(0);opacity:.5}}@keyframes chatPulse{0%,to{transform:scale(1);box-shadow:0 16px 48px #0006}50%{transform:scale(1.04);box-shadow:0 20px 56px #00000073}}.chat-reconnect{display:flex;flex-direction:column;align-items:center;gap:10px;padding:20px 24px;margin-bottom:12px;border-radius:16px;background:#0f172ad9;border:1px solid rgba(103,232,249,.25)}.chat-reconnect__spinner{width:36px;height:36px;border:3px solid rgba(103,232,249,.2);border-top-color:#67e8f9e6;border-radius:50%;animation:chatReconnectSpin .9s linear infinite}.chat-reconnect__text{margin:0;font-size:1.05rem;font-weight:500;color:#e2e8f0f2}.chat-reconnect__hint{margin:0;font-size:.9rem;color:#94a3b8d9}.chat-reconnect--failed{border-color:#f8717159}.chat-reconnect--failed .chat-reconnect__text{color:#f87171}.chat-reconnect--limit{border-color:#fbbf2466}.chat-reconnect--limit .chat-reconnect__text{color:#f59e0b}@keyframes chatReconnectSpin{to{transform:rotate(360deg)}}.chat-message{display:flex}.chat-message--user{justify-content:flex-end}.chat-message--assistant{justify-content:flex-start}.chat-message__bubble{max-width:82%;padding:14px 20px;border-radius:18px;font-size:1.1rem;line-height:1.55;word-break:break-word}.chat-message--user .chat-message__bubble{background:linear-gradient(135deg,#67e8f933,#67e8f91a);border:1px solid rgba(103,232,249,.35);border-bottom-right-radius:6px}.chat-message--assistant .chat-message__bubble{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-bottom-left-radius:6px}.chat-message--assistant .chat-message__bubble p{margin:0 0 .55em;font-size:1.1rem}.chat-message--assistant .chat-message__bubble p:last-child{margin-bottom:0}.chat-message--assistant .chat-message__bubble ul,.chat-message--assistant .chat-message__bubble ol{margin:.4em 0;padding-left:1.4em}.chat-message--assistant .chat-message__bubble li{margin-bottom:.25em}.chat-message--assistant .chat-message__bubble strong,.chat-message--assistant .chat-message__bubble b{font-weight:600}.chat-message--assistant .chat-message__bubble a{color:#67e8f9f2;text-decoration:none}.chat-message--assistant .chat-message__bubble a:hover{text-decoration:underline}.chat-modal__error{margin:10px 0 0;padding:12px 18px;border-radius:12px;font-size:1.05rem;color:#f87171;background:#f871711a;border:1px solid rgba(248,113,113,.25)}.chat-modal__footer{display:flex;gap:12px;padding:18px 24px 24px;background:#0003;border-top:1px solid rgba(255,255,255,.06)}.chat-modal__input{flex:1;min-width:0;border-radius:14px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;color:#ffffffe6;padding:16px 22px;font-size:1.1rem;transition:border-color .2s,background .2s}.chat-modal__input::placeholder{color:#fff6}.chat-modal__input:focus{outline:none;border-color:#67e8f966;background:#ffffff14}.chat-modal__send{border:none;border-radius:14px;padding:16px 24px;font-size:1.1rem;font-weight:500;cursor:pointer;background:linear-gradient(135deg,#22d3ee,#06b6d4);color:#0f172a;box-shadow:0 4px 16px #06b6d473;transition:transform .15s,box-shadow .15s,filter .15s}.chat-modal__send:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 24px #06b6d480;filter:brightness(1.08)}.chat-modal__send:disabled{opacity:.6;cursor:not-allowed}@media(max-width:720px){.chat-modal{align-items:stretch;justify-content:stretch;padding:max(12px,env(safe-area-inset-top)) max(12px,env(safe-area-inset-right)) max(12px,env(safe-area-inset-bottom)) max(12px,env(safe-area-inset-left));box-sizing:border-box;overflow:hidden}.chat-modal__panel{width:100%;min-width:0;max-width:100%;height:100%;min-height:0;max-height:none;border-radius:14px;border-left:none;border-right:none;box-sizing:border-box;overflow:hidden;overflow-x:hidden}.chat-modal__header{min-width:0;flex-shrink:0;padding:14px 12px;gap:10px}.chat-modal__title{min-width:0;flex:1 1 auto;overflow:hidden;font-size:1.05rem;gap:8px}.chat-modal__title span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-modal__title svg{width:22px;height:22px;flex-shrink:0}.chat-modal__close{flex-shrink:0;padding:8px 12px;font-size:.9rem}.chat-modal__body{min-width:0;min-height:0;overflow-x:hidden}.chat-modal__messages{min-width:0;padding:16px 12px 20px;box-sizing:border-box;overflow-x:hidden}.chat-placeholder{max-width:100%;box-sizing:border-box;padding:0 4px}.chat-placeholder__text{max-width:100%;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;box-sizing:border-box;padding:0 2px}.chat-placeholder__icon{width:72px;height:72px}.chat-placeholder__icon svg{width:36px;height:36px}.chat-message__bubble{max-width:85%;box-sizing:border-box}.chat-modal__footer{min-width:0;flex-shrink:0;gap:10px;padding:14px 12px max(12px,env(safe-area-inset-bottom));box-sizing:border-box}.chat-modal__input{min-width:0;padding:14px 16px;font-size:1rem;box-sizing:border-box}.chat-modal__send{flex-shrink:0;padding:14px 16px;font-size:.9rem;white-space:nowrap;box-sizing:border-box}.chat-reconnect,.chat-modal__error{box-sizing:border-box;max-width:100%}}.main-page{font-family:Manrope,system-ui,sans-serif}.section-aurora-divider{position:relative;height:0;z-index:999;pointer-events:none}.section-aurora-divider__band{position:absolute;left:0;top:0;transform:translateY(-50%);width:100%;height:20vh;background:url(/assets/photos/blur_bg.png) center/cover no-repeat;opacity:.9;filter:saturate(115%);animation:auroraGlow 4.5s ease-in-out infinite}@media(max-width:768px){.section-aurora-divider__band{top:0;height:40vh}}@keyframes auroraGlow{0%,to{opacity:.95;filter:saturate(120%)}50%{opacity:1;filter:saturate(135%)}}@media(prefers-reduced-motion:reduce){.section-aurora-divider__band{animation:none}}.skillsPro{position:relative;isolation:isolate;min-height:100vh;display:flex;align-items:center;padding:clamp(56px,7vw,96px) 0;touch-action:pan-y;background:radial-gradient(900px 520px at 12% 18%,rgba(103,232,249,.1),transparent 58%),radial-gradient(900px 520px at 88% 22%,rgba(165,140,255,.1),transparent 60%),radial-gradient(900px 520px at 50% 92%,rgba(255,255,255,.04),transparent 62%),linear-gradient(180deg,#0b1224,#0d1426 45%,#0b1224)}.skillsPro__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;opacity:.95}@media(max-width:768px){.skillsPro__bg{shape-rendering:optimizeSpeed}}.skillsPro__inner{position:relative;z-index:2;width:min(1180px,92vw);margin:0 auto}@media(min-width:1440px){.skillsPro__inner{width:min(1400px,94vw)}}@media(min-width:1920px){.skillsPro__inner{width:min(1680px,96vw)}}.skillsPro__header{margin-bottom:18px}.skillsPro__kicker{margin:0 0 10px;font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:#ffffffa6;display:flex;align-items:center;gap:10px}.skillsPro .dot{width:10px;height:10px;border-radius:999px;background:#ffffff8c;box-shadow:0 0 0 6px #ffffff14}.skillsPro__title{font-family:Outfit,Manrope,system-ui,sans-serif;color:#ffffffeb}.skillsPro__subtitle{margin:0;color:#ffffffad;max-width:70ch}.section--skills .skillsPro__header{opacity:0;transform:translateY(20px);transition:opacity .6s cubic-bezier(.22,1,.36,1),transform .6s cubic-bezier(.22,1,.36,1)}.section--skills.section--visible .skillsPro__header{opacity:1;transform:translateY(0)}.section--skills .skillsPro__inner>.sCard-slot>.sCard,.section--skills .skillsPro__grid .sCard,.section--skills .skillsPro__metaRow .sCard{opacity:0;pointer-events:none;transition:opacity .9s cubic-bezier(.22,1,.36,1),transform .98s cubic-bezier(.22,1,.36,1)}@media(min-width:721px){.section--skills .skillsPro__inner>.sCard-slot>.sCard,.section--skills .skillsPro__grid .sCard,.section--skills .skillsPro__metaRow .sCard{transition:opacity 1.5s cubic-bezier(.19,1,.22,1),transform 1.58s cubic-bezier(.19,1,.22,1);transition-delay:0s}.section--skills .skillsPro__inner>.sCard-slot>.sCard:not(.sCard--scroll-visible){transform:translateY(-85vh)}.section--skills .skillsPro__grid>.sCard-slot:nth-child(1)>.sCard:not(.sCard--scroll-visible){transform:translate(-105vw)}.section--skills .skillsPro__grid>.sCard-slot:nth-child(2)>.sCard:not(.sCard--scroll-visible){transform:translate(105vw)}.section--skills .skillsPro__grid>.sCard-slot:nth-child(3)>.sCard:not(.sCard--scroll-visible){transform:translate(-100vw,-55vh)}.section--skills .skillsPro__grid>.sCard-slot:nth-child(4)>.sCard:not(.sCard--scroll-visible){transform:translate(100vw,-55vh)}.section--skills .skillsPro__grid>.sCard-slot:nth-child(5)>.sCard:not(.sCard--scroll-visible){transform:translate(-105vw,25px)}.section--skills .skillsPro__grid>.sCard-slot:nth-child(6)>.sCard:not(.sCard--scroll-visible){transform:translate(105vw,25px)}.section--skills .skillsPro__metaRow>.sCard-slot:nth-child(1)>.sCard:not(.sCard--scroll-visible){transform:translate(-108vw)}.section--skills .skillsPro__metaRow>.sCard-slot:nth-child(2)>.sCard:not(.sCard--scroll-visible){transform:translate(108vw)}.section--skills .sCard.sCard--scroll-visible{opacity:1;transform:translate(0);pointer-events:auto}.section--skills.section--visible .skillsPro__inner>.sCard-slot>.sCard:not(.sCard--scroll-visible),.section--skills.section--visible .skillsPro__grid .sCard:not(.sCard--scroll-visible),.section--skills.section--visible .skillsPro__metaRow .sCard:not(.sCard--scroll-visible){opacity:0}.section--skills.section--visible .skillsPro__inner>.sCard-slot>.sCard:not(.sCard--scroll-visible){transform:translateY(-85vh)}.section--skills.section--visible .skillsPro__grid>.sCard-slot:nth-child(1)>.sCard:not(.sCard--scroll-visible){transform:translate(-105vw)}.section--skills.section--visible .skillsPro__grid>.sCard-slot:nth-child(2)>.sCard:not(.sCard--scroll-visible){transform:translate(105vw)}.section--skills.section--visible .skillsPro__grid>.sCard-slot:nth-child(3)>.sCard:not(.sCard--scroll-visible){transform:translate(-100vw,-55vh)}.section--skills.section--visible .skillsPro__grid>.sCard-slot:nth-child(4)>.sCard:not(.sCard--scroll-visible){transform:translate(100vw,-55vh)}.section--skills.section--visible .skillsPro__grid>.sCard-slot:nth-child(5)>.sCard:not(.sCard--scroll-visible){transform:translate(-105vw,25px)}.section--skills.section--visible .skillsPro__grid>.sCard-slot:nth-child(6)>.sCard:not(.sCard--scroll-visible){transform:translate(105vw,25px)}.section--skills.section--visible .skillsPro__metaRow>.sCard-slot:nth-child(1)>.sCard:not(.sCard--scroll-visible){transform:translate(-108vw)}.section--skills.section--visible .skillsPro__metaRow>.sCard-slot:nth-child(2)>.sCard:not(.sCard--scroll-visible){transform:translate(108vw)}}@media(max-width:720px){.section--skills .skillsPro__inner>.sCard-slot>.sCard,.section--skills .skillsPro__grid .sCard,.section--skills .skillsPro__metaRow .sCard{transform:translateY(18px)}}.section--skills.section--visible .skillsPro__inner>.sCard-slot>.sCard,.section--skills.section--visible .skillsPro__grid .sCard,.section--skills.section--visible .skillsPro__metaRow .sCard{opacity:1;transform:translate(0);pointer-events:auto}.section--skills.section--visible .skillsPro__inner>.sCard-slot>.sCard{transition-delay:.05s}.section--skills.section--visible .skillsPro__grid>.sCard-slot:nth-child(1)>.sCard{transition-delay:.1s}.section--skills.section--visible .skillsPro__grid>.sCard-slot:nth-child(2)>.sCard{transition-delay:.16s}.section--skills.section--visible .skillsPro__grid>.sCard-slot:nth-child(3)>.sCard{transition-delay:.22s}.section--skills.section--visible .skillsPro__grid>.sCard-slot:nth-child(4)>.sCard{transition-delay:.28s}.section--skills.section--visible .skillsPro__grid>.sCard-slot:nth-child(5)>.sCard{transition-delay:.34s}.section--skills.section--visible .skillsPro__grid>.sCard-slot:nth-child(6)>.sCard{transition-delay:.4s}.section--skills.section--visible .skillsPro__metaRow>.sCard-slot:nth-child(1)>.sCard{transition-delay:.46s}.section--skills.section--visible .skillsPro__metaRow>.sCard-slot:nth-child(2)>.sCard{transition-delay:.52s}@media(prefers-reduced-motion:reduce){.section--skills .skillsPro__header,.section--skills .skillsPro__inner>.sCard-slot>.sCard,.section--skills .skillsPro__grid .sCard,.section--skills .skillsPro__metaRow .sCard{opacity:1;transform:none;transition:none}}@media(max-width:720px){.section--skills .skillsPro__inner>.sCard-slot>.sCard,.section--skills .skillsPro__grid .sCard,.section--skills .skillsPro__metaRow .sCard{transition:transform 1.5s cubic-bezier(.19,1,.22,1),opacity 1.43s cubic-bezier(.19,1,.22,1);transition-delay:0s}.section--skills .skillsPro__inner>.sCard-slot>.sCard[data-slide-from=left]:not(.sCard--scroll-visible):not(.sCard--scroll-exit-right),.section--skills .skillsPro__grid .sCard[data-slide-from=left]:not(.sCard--scroll-visible):not(.sCard--scroll-exit-right),.section--skills .skillsPro__metaRow .sCard[data-slide-from=left]:not(.sCard--scroll-visible):not(.sCard--scroll-exit-right){transform:translate(-105vw);opacity:0}.section--skills .skillsPro__inner>.sCard-slot>.sCard[data-slide-from=right]:not(.sCard--scroll-visible):not(.sCard--scroll-exit-left),.section--skills .skillsPro__grid .sCard[data-slide-from=right]:not(.sCard--scroll-visible):not(.sCard--scroll-exit-left),.section--skills .skillsPro__metaRow .sCard[data-slide-from=right]:not(.sCard--scroll-visible):not(.sCard--scroll-exit-left){transform:translate(105vw);opacity:0}.section--skills .sCard.sCard--scroll-visible{transform:translate(0);opacity:1}.section--skills .sCard.sCard--scroll-exit-left{transform:translate(-105vw);opacity:0}.section--skills .sCard.sCard--scroll-exit-right{transform:translate(105vw);opacity:0}}@media(max-width:720px)and (prefers-reduced-motion:reduce){.section--skills .sCard[data-slide-from],.section--skills .sCard.sCard--scroll-visible,.section--skills .sCard.sCard--scroll-exit-left,.section--skills .sCard.sCard--scroll-exit-right{transform:none;opacity:1;transition:none}}.sCard{border-radius:22px;border:1px solid rgba(255,255,255,.14);background:linear-gradient(180deg,#ffffff16,#ffffff0b);box-shadow:0 26px 80px #00000059;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);padding:18px;position:relative;overflow:hidden}.sCard:before{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;opacity:.9;pointer-events:none;background:radial-gradient(520px 240px at 15% 0%,rgba(255,255,255,.06),transparent 60%)}.sCard[data-accent=cyan]:before{background:radial-gradient(520px 240px at 12% 0%,rgba(103,232,249,.14),transparent 60%)}.sCard[data-accent=violet]:before{background:radial-gradient(520px 240px at 12% 0%,rgba(165,140,255,.14),transparent 60%)}.sCard[data-accent=mint]:before{background:radial-gradient(520px 240px at 12% 0%,rgba(120,255,180,.12),transparent 60%)}.sCard[data-accent=neutral]:before{background:radial-gradient(520px 240px at 12% 0%,rgba(255,255,255,.08),transparent 60%)}.sCard--wide{margin-top:14px;margin-bottom:16px}.sCard--experience{padding:22px;border-color:#fff3;box-shadow:0 30px 90px #020a1880}.sExperience__grid{display:grid;grid-template-columns:1.2fr .8fr;gap:16px;position:relative;z-index:1}.sExperience__title{margin:0 0 10px;font-size:15px;color:#ffffffe6;letter-spacing:.01em}.sExperience__bridge{margin-top:4px;color:#fffc}.sExperience__actions{margin-top:16px;position:relative;z-index:1}.sExperience__cta{display:inline-flex;align-items:center;justify-content:center;padding:.72rem 1.2rem;border-radius:999px;border:1px solid rgba(103,232,249,.55);color:#67e8f9;background:#67e8f91f;text-decoration:none;font-weight:600;transition:background .22s ease,transform .2s ease,border-color .22s ease}.sExperience__cta:hover{background:#67e8f93d;border-color:#67e8f9d9;transform:translateY(-1px)}.sExperience__cta:focus-visible{outline:none;box-shadow:0 0 0 3px #67e8f959}.sCard__head{display:grid;grid-template-columns:46px 1fr;gap:12px;align-items:start;position:relative;z-index:1}.sIcon{width:46px;height:46px;border-radius:14px;border:1px solid rgba(255,255,255,.14);background:#ffffff0f;display:grid;place-items:center;color:#ffffffd6}.sIcon svg{width:22px;height:22px}.sCard__title{margin:0;font-size:18px;color:#ffffffeb;letter-spacing:-.01em}.sCard__desc{margin:4px 0 0;font-size:14px;color:#ffffffa6;line-height:1.35}.sCard__body{position:relative;z-index:1;color:#ffffffbd}.sCard__body.prose p{margin:0 0 12px;line-height:1.75}.chips{list-style:none;padding:0;margin:14px 0 0;display:flex;flex-wrap:wrap;gap:8px;position:relative;z-index:1}.chip{border:1px solid rgba(255,255,255,.12);background:#ffffff0d;color:#ffffffc2;padding:7px 10px;border-radius:999px;font-size:13px}.sDivider{height:1px;background:#ffffff1f;margin:14px 0 12px;position:relative;z-index:1}.sList{list-style:none;padding:0;margin:0;display:grid;gap:9px;color:#ffffffbd;font-size:14px;line-height:1.45;position:relative;z-index:1}.sList li{position:relative;padding-left:16px}.sList li:before{content:"";position:absolute;left:0;top:.55em;width:8px;height:8px;border-radius:999px;background:#ffffff42}.skillsPro__grid{display:grid;grid-template-columns:repeat(12,1fr);gap:14px;align-items:stretch}.skillsPro__grid>.sCard-slot{grid-column:span 6}.skillsPro__metaRow{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:14px;align-items:stretch}.sCard-slot{min-width:0;display:flex;flex-direction:column}.sCard-slot>.sCard{flex:1;min-height:0}@media(max-width:980px){.skillsPro__grid>.sCard-slot{grid-column:span 12}.skillsPro__metaRow,.sExperience__grid{grid-template-columns:1fr}}.hero__content{text-align:center}.hero__label{font-size:.875rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;opacity:.85;margin-bottom:1rem}.hero__title{font-family:Outfit,Manrope,system-ui,sans-serif;font-size:clamp(2rem,5vw,3.25rem);font-weight:700;line-height:1.2;margin:0 0 1rem;letter-spacing:-.02em}.hero__title-accent{color:#67e8f9;font-weight:600}.hero__actions{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap}.hero__cta{display:inline-flex;align-items:center;gap:10px;padding:.9rem 1.75rem;background:#67e8f933;color:#67e8f9;font-weight:600;text-decoration:none;border-radius:999px;border:2px solid rgba(103,232,249,.5);transition:background .25s ease,transform .2s ease,border-color .25s ease,box-shadow .25s ease}.hero__cta-icon{display:inline-flex;align-items:center;justify-content:center}.hero__cta-icon svg{width:18px;height:18px}.hero__cta:hover{background:#67e8f961;border-color:#67e8f9d9;transform:scale(1.03);box-shadow:0 0 0 1px #67e8f933}.hero__cta:focus-visible{outline:none;border-color:#67e8f9;box-shadow:0 0 0 3px #67e8f966;transform:scale(1.02)}.hero__actions-right{display:flex;flex-wrap:wrap;align-items:center;gap:10px;justify-content:center}.hero__btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:.85rem 1.2rem;border-radius:999px;border:1px solid rgba(255,255,255,.2);background:#ffffff0f;color:#ffffffe6;font-weight:600;font-size:.95rem;cursor:pointer;transition:background .25s ease,transform .2s ease,border-color .25s ease,box-shadow .25s ease}.hero__btn:hover{background:#ffffff24;border-color:#ffffff73;transform:scale(1.02);box-shadow:0 0 0 1px #ffffff14}.hero__btn:focus-visible{outline:none;border-color:#fff9;box-shadow:0 0 0 3px #fff3;transform:scale(1.02)}.hero__btn:disabled{opacity:.65;cursor:progress}.hero__btn--chat{padding:.85rem;min-width:48px}.hero__btn--chat svg{width:22px;height:22px}.hero__download-error{margin:0;font-size:.9rem;color:#fbbf24}.hero__hint{margin:1.5rem auto 2.5rem;font-size:1.2rem;font-weight:500;line-height:1.5;text-align:center;max-width:28rem;background:linear-gradient(90deg,#f8fcffe6,#bae6fdf7,#e0f2fefa 40%,#f8fcffeb 50%,#bae6fdf5 70%,#e0f2fef7,#f8fcffe6);background-size:220% auto;-webkit-background-clip:text;background-clip:text;color:transparent;animation:heroHintShimmer 3.2s ease-in-out infinite}@keyframes heroHintShimmer{0%,to{background-position:0% center}50%{background-position:100% center}}@media(prefers-reduced-motion:reduce){.hero__hint{animation:none;color:#e0f2feeb;background:none;background-clip:unset;-webkit-background-clip:unset}}@media(max-width:720px){.hero__hint{font-size:1rem;margin:1.25rem auto 2rem;max-width:22rem}}.content-section__title{font-family:Outfit,Manrope,system-ui,sans-serif;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;margin:0 0 1rem;letter-spacing:-.02em}.content-section__role{font-size:1rem;opacity:.9;margin-bottom:.5rem}.content-section__stack{font-size:.95rem;opacity:.85;margin-bottom:1rem}.content-section__list-title{font-size:1.25rem;font-weight:600;margin:0 0 .5rem}.content-section__two-col{display:grid;grid-template-columns:1.2fr .8fr;gap:2rem;margin-top:1rem}@media(max-width:900px){.content-section__two-col{grid-template-columns:1fr;gap:1.5rem}}.content-section__body{margin-top:1rem}.content-section__body.prose p{margin:0 0 1rem;line-height:1.7}.content-section__list{margin:0;padding-left:1.5rem;line-height:1.8}.content-section__list--plain{list-style:none;padding-left:0}.content-section__list li{margin-bottom:.5rem}.content-section__links{list-style:none;padding:0;margin:0}.content-section__links a{display:inline-block;padding:.5rem 0;color:inherit;font-weight:600;text-decoration:underline;text-underline-offset:4px;transition:opacity .2s}.content-section__links a:hover{opacity:.8}.content-section--compact .content-section__title{margin-bottom:.75rem}.content-section--two-col{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem 3rem;width:100%;align-items:start}@media(max-width:768px){.content-section--two-col{grid-template-columns:1fr;gap:2rem}}.content-section__col{min-width:0}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem 3rem;margin-top:1.5rem}.skills-grid ul{margin:0;padding-left:1.25rem;line-height:1.75}.skills-grid li{margin-bottom:.4rem}.project-section{display:grid;grid-template-columns:1.5fr 1fr;grid-template-rows:auto auto auto;grid-template-areas:"header header" "media content" "full full";gap:0 3rem;row-gap:1rem;align-items:start;width:100%}@media(max-width:900px){.project-section{grid-template-columns:1fr;grid-template-rows:auto auto auto auto;grid-template-areas:"header" "media" "content" "full";gap:1rem 0}}.project-section--reverse{grid-template-columns:1fr 1.5fr;grid-template-areas:"header header" "content media" "full full"}@media(max-width:900px){.project-section--reverse{grid-template-columns:1fr;grid-template-areas:"header" "media" "content" "full"}}.project-section__header{grid-area:header;display:flex;align-items:center;gap:.75rem;padding-bottom:.5rem;border-bottom:1px solid rgba(0,0,0,.08)}.section--project-dark .project-section__header{border-bottom-color:#ffffff26}.project-section__header--no-icon{padding-left:0}.project-section__icon{width:100px;height:100px;object-fit:contain;flex-shrink:0}.project-section__media{grid-area:media;position:relative;border-radius:16px;overflow:hidden;box-shadow:0 24px 48px #0000001f;min-height:0;transition:opacity .9s cubic-bezier(.22,1,.36,1),transform .9s cubic-bezier(.22,1,.36,1)}.project-section__content{grid-area:content;transition:opacity .9s cubic-bezier(.22,1,.36,1),transform .9s cubic-bezier(.22,1,.36,1)}.project-section__img{width:100%;height:50dvh;display:block;border-radius:16px}@media(max-width:900px){.project-section__img{max-height:35dvh;object-fit:cover}}.project-section__title{font-size:clamp(1.25rem,2vw,1.75rem);font-weight:700;margin:0;letter-spacing:-.02em}.project-section__title a{color:inherit;text-decoration:none;border-bottom:2px solid currentColor;transition:opacity .2s;font-size:1.4em;line-height:1.2}.project-section__title a:hover{opacity:.85}.project-section__role{font-size:1rem;opacity:.95;margin-bottom:.5rem}.project-section__stack{font-size:.875rem;opacity:.8;margin-bottom:1rem}.project-section__list-title{font-size:.95rem;font-weight:600;margin:0 0 .5rem}.project-section__list{margin:0;padding-left:1.25rem;line-height:1.75}.project-section__list li{margin-bottom:.5rem}.project-section__list ul{margin:.5rem 0 .5rem 1rem;padding-left:1rem}.project-section__links{list-style:none;margin:.75rem 0 0;padding:0}.project-section__links li{margin-bottom:.35rem}.project-section__links a{color:inherit;font-weight:600;text-decoration:underline;text-underline-offset:4px;transition:opacity .2s}.project-section__links a:hover{opacity:.85}.project-section__content--full{grid-area:full;margin-top:1rem;transition:opacity .9s cubic-bezier(.22,1,.36,1),transform .9s cubic-bezier(.22,1,.36,1)}.project-section__split{display:grid;grid-template-columns:1.6fr 1fr;gap:2rem;align-items:start}@media(max-width:900px){.project-section__split{grid-template-columns:1fr}}.project-section__split-col{min-width:0}@media(max-width:900px){.hero__hint{margin-bottom:2rem;font-size:.95rem}.skillsPro{padding:44px 0}.skillsPro__inner{width:min(92vw,980px)}.sCard{padding:16px}.sCard__head{grid-template-columns:40px 1fr}.sIcon{width:40px;height:40px;border-radius:12px}.chips .chip{font-size:12px;padding:6px 9px}}@media(max-width:600px){.hero__title{font-size:clamp(1.6rem,8vw,2.4rem)}.hero__hint{font-size:.875rem}.hero__cta{padding:.75rem 1.25rem}.sCard{border-radius:18px}.skillsPro__bg{opacity:.75}}.section:not(.section--visible) .project-section__media{opacity:0;transform:translate(-28px) translateY(12px)}.section:not(.section--visible) .project-section__content{opacity:0;transform:translate(24px) translateY(12px)}.section:not(.section--visible) .project-section--reverse .project-section__media{transform:translate(28px) translateY(12px)}.section:not(.section--visible) .project-section--reverse .project-section__content{transform:translate(-24px) translateY(12px)}.section:not(.section--visible) .project-section__content--full{opacity:0;transform:translateY(18px)}.section--visible .project-section__media,.section--visible .project-section__content,.section--visible .project-section__content--full{opacity:1;transform:translate(0)}.section--visible .hero__label{animation:mainFadeUp .6s cubic-bezier(.22,1,.36,1) .1s both}.section--visible .hero__title{animation:mainFadeUp .6s cubic-bezier(.22,1,.36,1) .2s both}.section--visible .hero__cta{animation:mainFadeUp .6s cubic-bezier(.22,1,.36,1) .45s both}@keyframes mainFadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media(max-width:720px){.skillsPro{padding-top:50px}}@media(min-width:1920px){.hero__title{font-size:clamp(2.25rem,4.5vw,3.5rem)}.content-section__title{font-size:clamp(1.6rem,3vw,2.5rem)}.skillsPro__kicker{font-size:.8rem}}@media(min-width:2560px){.hero__title{font-size:clamp(2.5rem,4vw,4rem)}.content-section__title{font-size:clamp(1.75rem,2.8vw,2.75rem)}.skillsPro__kicker{font-size:.85rem}.skillsPro__subtitle{font-size:1.05rem}}.not-found{min-height:100vh;background:linear-gradient(165deg,#f4fbfa,#e8f4f2,#f0f9f7 70%,#fafdfc);background-color:#f6fbf9;display:flex;align-items:center;justify-content:center;padding:2rem;position:relative;overflow:hidden}.not-found:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 1px 1px,rgba(32,178,170,.06) 1px,transparent 0);background-size:28px 28px;pointer-events:none;z-index:0}.not-found__content{text-align:center;max-width:42rem;position:relative;z-index:1}.not-found__blob-wrap{position:fixed;left:49%;top:54%;transform:translate(-50%,-50%);width:98vmin;height:98vmin;max-width:90vw;max-height:90vw;z-index:0;pointer-events:none}.not-found__blob-svg{width:100%;height:100%;object-fit:contain}.not-found__graphic{transform:rotate(-4deg);margin-bottom:1.5rem;animation:notFoundGraphicIn .8s cubic-bezier(.34,1.56,.64,1) both}.not-found__svg{width:100%;max-width:34rem;height:auto;display:block;margin:0 auto;filter:drop-shadow(0 4px 12px rgba(0,0,0,.06))}.not-found__blob{transform-origin:50% 50%;animation:notFoundBlob 4s ease-in-out infinite}.not-found__digit{transform-origin:center center}.not-found__digit--first{animation:notFoundDigitIn .6s cubic-bezier(.34,1.56,.64,1) .15s both}.not-found__digit--zero{animation:notFoundDigitIn .6s cubic-bezier(.34,1.56,.64,1) .25s both}.not-found__digit--second{animation:notFoundDigitIn .6s cubic-bezier(.34,1.56,.64,1) .35s both}.not-found__title{margin:0 0 .5rem;font-size:1.5rem;font-weight:700;color:#1a1a1a;letter-spacing:-.02em;animation:notFoundTextIn .5s ease-out .4s both}.not-found__subtitle{margin:0 0 1.75rem;font-size:1rem;font-weight:400;color:#555;animation:notFoundTextIn .5s ease-out .5s both}.not-found__cta{display:inline-block;padding:.85rem 1.75rem;background:linear-gradient(180deg,#ff8c42,#e86b2a);color:#fff!important;font-size:.95rem;font-weight:600;text-decoration:none;border-radius:999px;border:none;box-shadow:0 4px 14px #e86b2a66,inset 0 1px #ffffff40;transition:transform .2s,box-shadow .2s;animation:notFoundTextIn .5s ease-out .6s both}.not-found__cta:hover{transform:scale(1.04);box-shadow:0 6px 20px #e86b2a73,inset 0 1px #ffffff40}.not-found__cta:active{transform:scale(.98)}@keyframes notFoundGraphicIn{0%{opacity:0;transform:rotate(-4deg) scale(.85) translateY(10px)}to{opacity:1;transform:rotate(-4deg) scale(1) translateY(0)}}@keyframes notFoundBlob{0%,to{transform:scale(1) rotate(0);opacity:.95}50%{transform:scale(1.03) rotate(1deg);opacity:1}}@keyframes notFoundDigitIn{0%{opacity:0;transform:translateY(12px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes notFoundTextIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}*,*:before,*:after{box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}@media(min-width:1920px){html{font-size:17px}}@media(min-width:2560px){html{font-size:18px}}body{margin:0;font-family:system-ui,-apple-system,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased;background-color:#0c0202;padding-top:env(safe-area-inset-top);padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right);padding-bottom:env(safe-area-inset-bottom)}#root{min-height:100vh}
