:root{--bg: #e9eef3;--card-bg: #ffffff;--card-dark-bg: #0b2447;--text: #1a1a1a;--text-muted: #6b7280;--text-on-dark: #ffffff;--text-muted-on-dark: #b8c4d8;--badge-bg: #d6ecfb;--badge-text: #04182e;--linkedin-bg: #0A66C2;--linkedin-bg-2: #0A66C2;--avatar-bg: #b7e0d2;--border-radius: 24px;--shadow: 0 1px 2px rgba(0, 0, 0, .04)}*{box-sizing:border-box}html,body,#root{margin:0;padding:0;min-height:100%}body{background-color:var(--bg);color:var(--text);font-family:Aptos,Aptos Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;line-height:1.55}.page{max-width:1100px;margin:0 auto;padding:40px 24px 60px}.page__name{text-align:center;font-size:16px;font-weight:600;margin:0 0 28px;letter-spacing:.1px}.grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:16px;grid-template-areas:"about profile linkedin" "experience stats ai"}.grid__about{grid-area:about}.grid__profile{grid-area:profile}.grid__linkedin{grid-area:linkedin}.grid__experience{grid-area:experience}.grid__ai{grid-area:ai}.grid__stats{grid-area:stats}.grid__profile,.grid__linkedin,.stack__square{aspect-ratio:1 / 1}.grid__profile,.grid__linkedin,.stack{align-self:start}.stack{display:flex;flex-direction:column;gap:16px}.card{background-color:var(--card-bg);border-radius:var(--border-radius);padding:22px;box-shadow:var(--shadow);height:100%;display:flex;flex-direction:column}.badge{display:inline-block;background-color:var(--badge-bg);color:var(--badge-text);font-size:11px;font-weight:500;padding:5px 12px;border-radius:999px;width:fit-content}.card--about .badge,.card--experience .badge,.card--ai .badge{background-color:#fed766}.card--about .about__body{margin-top:22px}.card--about p{margin:0 0 14px;font-size:14px;color:var(--text)}.card--about p:first-child{font-weight:700}.card--about p:last-child{margin-bottom:0}.card--profile{align-items:center;justify-content:center;padding:18px;min-height:190px}.profile__media{position:relative;width:186px;height:186px;max-width:100%;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center}.profile__ring{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;animation:ring-spin 32s linear infinite}.profile__ring text{fill:var(--text-muted);font-size:10.5px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}@keyframes ring-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: reduce){.profile__ring{animation:none}}.profile__avatar{width:140px;height:140px;border-radius:50%;display:flex;align-items:center;justify-content:center;overflow:hidden}.profile__avatar img{width:100%;height:100%;object-fit:cover;object-position:50% 0%}.card--linkedin{position:relative;background:linear-gradient(180deg,var(--linkedin-bg) 0%,var(--linkedin-bg-2) 100%);color:#fff;text-decoration:none;display:flex;align-items:center;justify-content:center;min-height:180px}.linkedin__logo{width:56px;height:56px;color:#fff}.linkedin__arrow{position:absolute;right:14px;bottom:14px;width:26px;height:26px;border-radius:50%;background-color:#fff;color:var(--linkedin-bg-2);display:flex;align-items:center;justify-content:center}.card--experience .experience__list{list-style:none;margin:22px 0 0;padding:0;flex:1}.experience__item{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;padding:14px 0;border-bottom:1px solid transparent}.experience__item+.experience__item{margin-top:0}.experience__role{font-size:14px;font-weight:600;color:var(--text);margin-bottom:2px}.experience__company{font-size:12.5px;color:var(--text-muted)}.experience__period{font-size:12.5px;color:var(--text-muted);white-space:nowrap;padding-top:2px}.resume-btn{margin-top:14px;align-self:flex-start;display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:999px;border:1px solid #e3e6ea;background:#fff;color:var(--text);font-size:12.5px;text-decoration:none;cursor:pointer;transition:background-color .15s ease}.resume-btn:hover{background-color:#f7f8fa}.card--ai .ai__title{margin-top:22px;font-weight:700;font-size:14.5px;line-height:1.4;color:var(--text)}.card--ai .ai__body{margin:14px 0 0;color:var(--text-muted);font-size:13px}.card--clickable{font:inherit;color:inherit;text-align:left;text-decoration:none;border:none;cursor:pointer;width:100%}.card--clickable:focus-visible{outline:2px solid var(--linkedin-bg);outline-offset:2px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0b244759;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;padding:24px;z-index:100;animation:modal-fade-in .15s ease-out}.modal{position:relative;background-color:var(--card-bg);border-radius:var(--border-radius);padding:28px;box-shadow:0 20px 50px #0000002e;max-width:340px;width:100%;display:flex;flex-direction:column;animation:modal-pop-in .18s ease-out}.modal__close{position:absolute;top:14px;right:14px;width:28px;height:28px;border-radius:50%;border:1px solid #e3e6ea;background:#fff;color:var(--text-muted);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .15s ease,color .15s ease}.modal__close:hover{background-color:#f7f8fa;color:var(--text)}.modal__title{font-weight:600;font-size:16px;line-height:1.4;color:var(--text)}.modal__body{margin:10px 0 0;color:var(--text-muted);font-size:13px;line-height:1.5}@keyframes modal-fade-in{0%{opacity:0}to{opacity:1}}@keyframes modal-pop-in{0%{opacity:0;transform:translateY(6px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.card--project{position:relative;overflow:hidden}.card--project .badge{background-color:#fed766;position:relative;z-index:1}.project__art{position:absolute;left:0;right:0;bottom:0;height:70%;background-size:cover;background-position:center top;background-repeat:no-repeat;transform:translateY(16%);transition:transform .35s ease}.card--project:hover .project__art,.card--project:focus-visible .project__art{transform:translateY(0)}.project__fan{position:absolute;left:50%;bottom:-14%;width:46%;aspect-ratio:3 / 4;transform:translate(-50%)}.project__fan-item{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:10px;background-color:var(--card-bg);box-shadow:0 6px 18px #00000029;filter:blur(1px);transform-origin:bottom center;transition:transform .45s cubic-bezier(.22,1,.36,1)}.project__fan-item--1{z-index:1;transform:translate(-11%,-5%) rotate(-5deg)}.project__fan-item--2{z-index:2;transform:translateY(-2%) rotate(0)}.project__fan-item--3{z-index:3;transform:translate(11%) rotate(5deg)}.card--project:hover .project__fan-item--1{transform:translate(-42%,-22%) rotate(-13deg)}.card--project:hover .project__fan-item--2{transform:translateY(-30%) rotate(-1deg)}.card--project:hover .project__fan-item--3{transform:translate(42%,-18%) rotate(11deg)}@media (prefers-reduced-motion: reduce){.project__art,.project__fan-item{transition:none}}.card--stats{gap:4px}.stat{padding:4px 0}.stat+.stat{margin-top:14px}.stat__value{font-size:22px;font-weight:700;color:var(--text);margin-bottom:6px}.stat__desc{color:var(--text-muted);font-size:12.5px;line-height:1.5}@media (max-width: 900px){.grid{grid-template-columns:1fr 1fr;grid-template-areas:"about about" "profile linkedin" "experience experience" "stats ai"}}@media (max-width: 560px){.page{padding:28px 16px 40px}.grid{grid-template-columns:1fr;grid-template-areas:"about" "profile" "linkedin" "experience" "ai" "stats"}.grid__profile,.grid__linkedin,.stack__square{aspect-ratio:auto}.card--linkedin{min-height:160px}.card--project{min-height:200px}.linkedin__logo{font-size:72px}.experience__item{flex-direction:column;gap:4px}.experience__period{padding-top:0}}.catalogue{--ink: #1a1a1a;--work-yellow: #fed766;--work-yellow-ink: #152238;--work-shadow: 0 1px 2px rgba(16, 24, 40, .05);max-width:1160px;margin:0 auto;padding:clamp(16px,3vw,32px) clamp(16px,3vw,40px) clamp(56px,7vw,104px);display:flex;flex-direction:column;gap:clamp(24px,3vw,36px)}.catalogue__bar{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;padding:0 4px 8px}.catalogue__back{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:500;line-height:1.4;color:var(--text-muted);text-decoration:none}.catalogue__back:hover,.catalogue__back:focus-visible{color:var(--text)}.catalogue__back-arrow{font-size:15px;line-height:1}.catalogue__name{font-size:13px;font-weight:500;line-height:1.4;letter-spacing:-.01em;color:var(--text)}.work-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px}.work-card{--card-blur: 7px;position:relative;display:block;aspect-ratio:4 / 3;border-radius:var(--border-radius);overflow:hidden;background:var(--card-bg);box-shadow:var(--work-shadow);color:var(--ink);text-decoration:none;transition:transform .16s ease,box-shadow .16s ease}.work-card:hover,.work-card:focus-visible{--card-blur: 0px;transform:translateY(-3px);box-shadow:0 10px 24px #1018281a}.work-card:focus-visible{outline:2px solid var(--ink);outline-offset:3px}.work-card__cover{position:absolute;top:-12px;right:-12px;bottom:-12px;left:-12px;width:calc(100% + 24px);height:calc(100% + 24px);object-fit:cover;filter:blur(var(--card-blur));transition:filter .3s ease}.work-card__badge{position:absolute;top:16px;left:16px;display:inline-block;padding:7px 16px;border-radius:999px;background:var(--work-yellow);color:var(--work-yellow-ink);font-size:13px;font-weight:600;line-height:1;white-space:nowrap}.work-card__title{position:absolute;bottom:16px;left:16px;display:inline-flex;align-items:center;gap:10px;padding:6px 16px;border-radius:999px;background:var(--card-bg);border:1.5px solid var(--ink);font-size:13px;font-weight:400;line-height:1;color:var(--ink);filter:blur(var(--card-blur));transition:filter .3s ease}.work-card__arrow{font-size:.82em;line-height:1}.contact-card{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;margin-top:clamp(8px,1.5vw,20px);padding:clamp(28px,3.4vw,44px);border-radius:var(--border-radius);background:var(--ink);box-shadow:var(--work-shadow);color:#fff;text-decoration:none}.contact-card:focus-visible{outline:2px solid var(--ink);outline-offset:3px}.contact-card__text{display:flex;flex-direction:column;gap:8px}.contact-card__eyebrow{font-size:13px;font-weight:500;line-height:1.4;color:#fff9}.contact-card__title{font-size:clamp(21px,2.2vw,28px);font-weight:700;line-height:1.15;letter-spacing:-.02em}.contact-card__arrow{flex:none;width:52px;height:52px;border-radius:999px;background:var(--work-yellow);color:var(--work-yellow-ink);display:flex;align-items:center;justify-content:center;font-size:20px;line-height:1}.page--notfound{text-align:center}.notfound__body{color:var(--text-muted);margin:0 0 16px}@media (max-width: 400px){.work-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion: reduce){.work-card,.work-card__cover,.work-card__title{transition:none}.work-card:hover,.work-card:focus-visible{transform:none}}.cs{--ink: #1a1a1a;--body: #374151;--border: #e2e6ed;--work-yellow: #fed766;--work-yellow-ink: #152238;--work-shadow: 0 1px 2px rgba(16, 24, 40, .05);max-width:1080px;margin:0 auto;padding:clamp(16px,3vw,32px) clamp(16px,3vw,40px) clamp(56px,7vw,104px);display:flex;flex-direction:column;gap:24px}.cs-badge{display:inline-block;align-self:flex-start;padding:7px 16px;border-radius:999px;background:var(--work-yellow);color:var(--work-yellow-ink);font-size:13px;font-weight:600;line-height:1}.cs-hero{background:var(--card-bg);border-radius:var(--border-radius);box-shadow:var(--work-shadow);padding:clamp(40px,6vw,76px) clamp(24px,4vw,48px);display:flex;flex-direction:column;align-items:center;gap:18px;text-align:center}.cs-hero__title{margin:0;font-weight:800;font-size:clamp(30px,3.6vw,44px);line-height:1.08;letter-spacing:-.028em;color:var(--ink);max-width:24ch}.cs-hero__subtitle{margin:0;font-weight:400;font-size:clamp(16px,1.6vw,19px);line-height:1.5;color:var(--text-muted);max-width:52ch}.cs-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:24px}.cs-fact{background:var(--card-bg);border-radius:var(--border-radius);box-shadow:var(--work-shadow);padding:28px;display:flex;flex-direction:column;gap:30px}.cs-fact__value,.cs-live__label{font-weight:700;font-size:clamp(18px,1.8vw,21px);line-height:1.25;letter-spacing:-.015em;color:var(--ink)}.cs-live{background:var(--work-yellow);border-radius:var(--border-radius);box-shadow:var(--work-shadow);padding:28px;min-height:132px;display:flex;flex-direction:column;justify-content:flex-end;gap:30px;text-decoration:none}.cs-live__label{display:inline-flex;align-items:center;gap:8px;color:var(--work-yellow-ink)}.cs-live__arrow{font-size:15px}.cs-live:focus-visible,.cs-next:focus-visible{outline:2px solid var(--ink);outline-offset:3px}.cs-frame{position:relative;border-radius:var(--border-radius);box-shadow:var(--work-shadow);overflow:hidden;background:var(--card-bg)}.cs-frame__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block}.cs-frame__img--cover{object-fit:cover}.cs-frame__img--contain{object-fit:contain}.cs-frame--hero{height:clamp(240px,38vw,480px);margin-top:clamp(16px,2vw,24px)}.cs-frame--square-lg{flex:0 0 auto;height:clamp(280px,34vw,400px);aspect-ratio:1 / 1;max-width:100%}.cs-frame--square{flex:0 0 auto;height:clamp(240px,30vw,360px);aspect-ratio:1 / 1;max-width:100%}.cs-frame--landscape{flex:1 1 320px;min-width:0;height:clamp(240px,30vw,360px)}.cs-frame--wide{height:clamp(220px,32vw,420px)}.cs-section{padding:clamp(40px,5vw,72px) 0 clamp(8px,1vw,16px);display:flex;flex-direction:column;gap:20px}.cs-section__title{margin:0;font-weight:700;font-size:clamp(21px,2.2vw,26px);line-height:1.2;letter-spacing:-.018em;color:var(--ink)}.cs-section__body{margin:0;font-weight:400;font-size:clamp(16px,1.5vw,19px);line-height:1.6;color:var(--body)}.cs-section__body--wide{line-height:1.65}.cs-did{display:flex;flex-wrap:wrap;gap:32px;align-items:stretch;margin-top:clamp(24px,3vw,40px)}.cs-did__text{flex:1 1 340px;min-width:0;display:flex;flex-direction:column;gap:20px;padding-top:clamp(8px,1.6vw,20px)}.cs-did__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px 32px;flex:1;align-content:end}.cs-did__col{display:flex;flex-direction:column;gap:14px}.cs-did__item{font-size:clamp(15px,1.35vw,16px);line-height:1.55;color:var(--ink);padding-bottom:10px;border-bottom:1px solid var(--border)}.cs-gallery{display:flex;flex-wrap:wrap;gap:24px;margin-top:clamp(16px,2vw,24px)}.cs-stats{background:var(--work-yellow);border-radius:var(--border-radius);box-shadow:var(--work-shadow);padding:clamp(28px,3.4vw,44px);display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:32px}.cs-stat{display:flex;flex-direction:column;gap:8px}.cs-stat__value{font-weight:800;font-size:clamp(32px,3.8vw,46px);line-height:1;color:var(--work-yellow-ink)}.cs-stat__label{font-size:14px;line-height:1.5;color:var(--work-yellow-ink)}.cs-next{margin-top:clamp(16px,2vw,24px)}@media (max-width: 560px){.cs-frame--square-lg,.cs-frame--square{width:100%;height:auto}}
