*,:after,:before{box-sizing:border-box}:root{--color-background:#0b0c0f;--color-surface:#14171d;--color-surface-elevated:#191d25;--color-foreground:#f5f7fb;--color-muted:#aeb8c8;--color-accent:#73a7ff;--color-accent-strong:#2f6fed;--color-border:rgba(215,224,240,0.14);--color-ring:#9fc3ff;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--motion-fast:180ms;--motion-base:260ms;--motion-slow:420ms;--nav-height:74px;--nav-offset:12px;--bg-1:var(--color-background);--bg-2:#101218;--bg-3:var(--color-surface-elevated);--text:var(--color-foreground);--muted:var(--color-muted);--accent:var(--color-accent);--card:var(--color-surface);--navbar:rgba(12,14,18,0.86)}body,html{margin:0;padding:0;background-color:var(--color-background)}body,html{overflow-x:hidden}html{overflow-y:scroll;scrollbar-gutter:stable;scroll-behavior:smooth;scroll-padding-top:calc(var(--nav-height) + (var(--nav-offset) * 2) + 8px)}body{margin:0;color:var(--text);font-family:var(--font-sans),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-weight:400;line-height:1.5;background:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(180deg,var(--bg-1) 0,var(--bg-2) 58%,var(--bg-1) 100%);background-size:44px 44px,44px 44px,auto;background-attachment:fixed;padding-top:calc(var(--nav-height) + (var(--nav-offset) * 2) + 6px);transition:background .5s ease,color .3s ease;overflow-x:hidden;overscroll-behavior-x:none;touch-action:pan-y}.site-shell{position:relative;min-height:100dvh}:focus-visible{outline:2px solid var(--color-ring);outline-offset:3px}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@supports (padding:max(0px)){body{padding-left:max(0px,env(safe-area-inset-left));padding-right:max(0px,env(safe-area-inset-right))}}iframe,img,video{max-width:100%;height:auto}.bg-anim{position:fixed;inset:0;z-index:-1;pointer-events:none;background:radial-gradient(1200px 800px at 10% 15%,rgba(255,255,255,.05) 0,rgba(255,255,255,0) 40%),radial-gradient(900px 600px at 85% 80%,rgba(255,255,255,.05) 0,rgba(255,255,255,0) 45%),repeating-linear-gradient(90deg,rgba(255,255,255,.02) 0 1px,transparent 1px 3px),repeating-linear-gradient(0deg,rgba(255,255,255,.018) 0 1px,transparent 1px 3px),linear-gradient(180deg,var(--bg-1) 0,var(--bg-2) 50%,var(--bg-3) 100%);background-size:auto,auto,140px 140px,180px 180px,auto;animation:bg-pan 28s linear infinite;filter:saturate(105%) contrast(102%)}@keyframes bg-pan{0%{background-position:0 0,0 0,0 0,0 0,0 0}to{background-position:120px 90px,-160px -110px,140px 0,0 180px,0 0}}@media (prefers-reduced-motion:reduce){.bg-anim{animation:none}}.navbar{position:fixed;top:var(--nav-offset);left:50%;transform:translateX(-50%);width:min(1180px,calc(100vw - 24px));min-height:var(--nav-height);background:var(--navbar);backdrop-filter:blur(16px);display:grid;grid-template-columns:minmax(48px,1fr) auto minmax(48px,1fr);align-items:center;gap:16px;z-index:1000;animation:navbarFadeIn .6s ease-out;padding:12px 16px;border:1px solid var(--color-border);border-radius:18px;box-shadow:0 18px 42px rgba(0,0,0,.22)}@media (min-width:1600px){.navbar{width:min(1700px,calc(100vw - 52px));padding-inline:24px}}.nav-spacer{min-width:48px}.nav-links{list-style:none;gap:10px;margin:0;padding:0;max-width:100%;flex-wrap:wrap;align-items:center;justify-content:center;justify-self:center}.nav-links,.nav-links li{display:flex}.nav-links a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 14px;border-radius:999px;border:1px solid transparent;color:var(--text);text-decoration:none;font-size:15px;font-weight:600;transition:color var(--motion-fast) ease,border-color var(--motion-fast) ease,background var(--motion-fast) ease,transform var(--motion-fast) ease;position:relative}.nav-links a:focus-visible,.nav-links a:hover,.nav-links li.active a{color:var(--text);background:rgba(255,255,255,.055);border-color:rgba(115,167,255,.28);transform:translateY(-1px)}.nav-links li.active a{color:var(--accent);background:rgba(115,167,255,.12);border-color:rgba(115,167,255,.38);transform:none}.nav-links a:after{content:"";position:absolute;left:14px;right:14px;bottom:9px;height:1.5px;background:linear-gradient(90deg,transparent,currentColor,transparent);opacity:0;transform:scaleX(.72);transform-origin:center;transition:opacity .22s ease,transform .22s ease}.nav-links a:focus-visible:after,.nav-links a:hover:after,.nav-links li.active a:after{opacity:.9;transform:scaleX(1)}.lang-row{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin-top:0;width:auto;justify-self:end}.lang-btn{background:rgba(255,255,255,.06);border:1.5px solid rgba(255,255,255,.18);color:var(--text);min-height:42px;min-width:48px;padding:0 14px;border-radius:999px;cursor:pointer;font-weight:700;transition:transform .12s ease,border-color .2s ease,color .2s ease,background .2s ease}.lang-btn:hover{transform:translateY(-1px)}.lang-btn:focus-visible{outline:2px solid rgba(255,255,255,.7);outline-offset:2px}.lang-btn.active{border-color:var(--accent)}@media (max-width:760px){:root{--nav-height:96px;--nav-offset:8px}body{padding-top:calc(var(--nav-height) + (var(--nav-offset) * 2) + 10px)}.navbar{grid-template-columns:1fr;justify-items:center;gap:6px;padding:8px 10px;border-radius:16px}.nav-spacer{display:none}.nav-links{max-width:min(100%,360px);gap:4px}.nav-links a{min-height:32px;padding:0 9px;font-size:12px}.lang-row{justify-self:center}.lang-btn{min-height:32px;min-width:42px;padding-inline:11px}}.main-content{min-height:calc(100vh - var(--nav-height));flex-direction:column;justify-content:flex-start;padding:0 0 12px;text-align:left;overflow-x:clip}.main-content,.page-transition{display:flex;align-items:stretch}.page-transition{width:100%;margin-inline:0;min-width:0;flex:1 1 auto;flex-direction:column;animation:page-fade .48s cubic-bezier(.2,.8,.2,1)}.center-full{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100vh - var(--nav-height));margin:0 auto}.no-scroll{height:calc(100vh - var(--nav-height));overflow:hidden}.content{max-width:1100px;margin-top:20px;padding:0 16px}h1{font-size:2.4rem;margin:0 0 10px}h1,h2{font-weight:600}h2{margin:0}p{font-size:1.08rem;margin:8px 0 0}.buttons{margin-top:20px;display:flex;gap:14px;flex-wrap:wrap;width:100%}.btn,.buttons{justify-content:center}.btn{display:inline-flex;align-items:center;padding:10px 18px;background:linear-gradient(135deg,#4f87ff,#6b9fff);color:#f4f7ff!important;border:none;border-radius:10px;cursor:pointer;text-decoration:none;font-weight:700;font-size:14px;transition:transform .15s ease,filter .2s ease}.btn:hover{transform:translateY(-1px) scale(1.02);filter:brightness(.95)}.portfolio-cats{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin:18px 0 12px;padding:0 8px}.cat-btn{background:rgba(255,255,255,.06);border:1.5px solid rgba(255,255,255,.18);color:var(--text);padding:10px 16px;border-radius:999px;cursor:pointer;font-weight:700;letter-spacing:.2px;transition:transform .12s ease,border-color .2s ease,color .2s ease,background .2s ease}.cat-btn:hover{transform:translateY(-1px)}.cat-btn.active{border-color:var(--accent);color:var(--accent);background:rgba(126,166,255,.12)}.projects-grid{display:grid;gap:22px;margin-top:14px;grid-template-columns:repeat(3,minmax(0,1fr));width:100%}@media (max-width:1024px){.projects-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.projects-grid{grid-template-columns:1fr}}.project-card{opacity:0;transform:translateY(30px);animation:fadeInUp .6s ease-out forwards;background:var(--card);border-radius:14px;padding:16px;color:var(--text);box-shadow:0 6px 16px rgba(0,0,0,.28);display:flex;flex-direction:column;gap:10px;text-align:center;will-change:transform;transition:transform .18s ease}.project-card:hover{transform:translateY(-3px) scale(1.02)}.project-card h2{font-size:1.2rem;margin:6px 0 0}.project-card p{color:var(--muted);margin:0;min-height:38px}.card-actions,.video-preview{display:flex;justify-content:center}.video-preview{position:relative;width:100%;aspect-ratio:16/9;background:#333;background-size:cover;background-position:50%;border-radius:10px;overflow:hidden;align-items:center;cursor:pointer}.play-icon{color:var(--accent);z-index:2;transition:transform .2s ease}.video-preview:hover .play-icon{transform:scale(1.08)}.overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.45))}.video-modal{position:fixed;inset:0;background:rgba(0,0,0,.8);display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px}.video-container{position:relative;background:#fff;padding:10px;border-radius:10px;box-shadow:0 10px 30px rgba(0,0,0,.6);max-width:min(960px,95vw);width:95vw;max-height:85vh;overflow:hidden}.video-container iframe{display:block;width:100%;height:auto;aspect-ratio:16/9}.page-content{max-width:960px;margin:0 auto;padding:0 16px}.profile-photo-container{display:flex;justify-content:center;margin:26px 0 16px}.profile-photo{width:180px;height:180px;border-radius:50%;border:3px solid var(--accent);box-shadow:0 4px 15px rgba(0,0,0,.5);object-fit:cover}.about-sections{display:flex;flex-direction:column;gap:36px;margin-top:16px}.about-section{background:rgba(30,30,30,.8);padding:24px;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,.3)}.section-header{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:10px}.section-icon{color:var(--accent);width:28px;height:28px}.section-content{text-align:left}.section-content p{color:#dcdcdc;line-height:1.7}.experience-list,.method-list{list-style:none;padding-left:18px}.experience-list li,.method-list li{position:relative;margin:8px 0;padding-left:12px}.experience-list li:before,.method-list li:before{content:"•";position:absolute;left:0;color:var(--accent)}.section-divider{border:none;height:2px;background:var(--accent);opacity:.28;margin:24px 0}.detail-block{background:rgba(30,30,30,.8);padding:20px;border-radius:12px;margin-top:18px;text-align:left}.detail-list{margin:8px 0 0;padding-left:18px}.detail-list li{margin:6px 0}.gallery{margin-top:10px;display:grid;gap:14px;grid-template-columns:repeat(3,minmax(0,1fr))}@media (max-width:900px){.gallery{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.gallery{grid-template-columns:1fr}}.gallery-item{background:var(--card);border-radius:12px;padding:10px;text-align:center}.gallery-thumb{width:100%;aspect-ratio:16/9;background:#222;border-radius:8px;box-shadow:inset 0 0 0 2px rgba(255,255,255,.06)}.gallery-item figcaption{color:var(--muted);font-size:.9rem;margin-top:6px}.contact-info{margin-top:14px;font-size:18px}.contact-info a{color:var(--accent);text-decoration:none;font-weight:700}.contact-info a:hover{text-decoration:underline}.contact-item{margin-bottom:10px;justify-content:center}.contact-icon{color:var(--accent)}.footer{display:flex;flex-direction:column;gap:8px;text-align:center;margin-top:50px;padding:20px;color:var(--text)}.footer a{color:var(--accent);text-decoration:none;transition:color .22s ease,opacity .22s ease}.footer a:focus-visible,.footer a:hover{color:#c0d5ff}@keyframes navbarFadeIn{0%{opacity:0;transform:translate(-50%,-20px)}to{opacity:1;transform:translate(-50%)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes page-fade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.content{max-width:100%}h1{font-size:2rem}p{font-size:1rem}.nav-links{gap:12px 14px}}@media (max-width:680px){.navbar{width:calc(100vw - 16px);grid-template-columns:1fr;gap:8px;padding:10px 12px;border-radius:16px}.nav-spacer{display:none}.nav-links{gap:6px}.nav-links a{font-size:13px}.lang-row{justify-content:center;justify-self:center}}.portfolio-page{width:min(70vw,1100px);margin:0 auto;padding:32px 0 56px}@media (max-width:1280px){.portfolio-page{width:min(84vw,1100px)}}.portfolio-head{margin-bottom:24px}.portfolio-title{font-size:clamp(28px,3.5vw,40px);font-weight:800;letter-spacing:-.02em;margin:0 0 8px}.portfolio-subtitle{margin:0;opacity:.75}.portfolio-grid{display:grid;gap:18px;grid-template-columns:1fr}@media (min-width:768px){.portfolio-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1200px){.portfolio-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}}.card{position:relative;display:flex;flex-direction:column;overflow:clip;border-radius:18px;background:linear-gradient(180deg,#141418,#0f0f12);border:1px solid rgba(255,255,255,.06);text-decoration:none;color:inherit;isolation:isolate;transform:translateZ(0);transition:transform .35s cubic-bezier(.2,.75,.2,1),box-shadow .35s cubic-bezier(.2,.75,.2,1),border-color .25s ease,filter .25s ease;box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 10px 18px rgba(0,0,0,.28)}.card:focus-visible,.card:hover{transform:translateY(-6px);box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 18px 34px rgba(0,0,0,.42),0 0 0 1px rgba(255,214,0,.35);border-color:rgba(255,214,0,.45);filter:none}.card:before{content:"";position:absolute;inset:0;background:radial-gradient(120% 80% at 50% -10%,rgba(255,214,0,.12),transparent 60%);opacity:0;transition:opacity .25s ease;pointer-events:none;z-index:0}.card:focus-visible:before,.card:hover:before{opacity:1}.card-glow{position:absolute;inset:-40% -10% auto -10%;height:60%;background:radial-gradient(60% 60% at 50% 40%,rgba(255,255,255,.07),transparent 60%);opacity:0;transition:opacity .35s ease;pointer-events:none;z-index:0}.card:focus-visible .card-glow,.card:hover .card-glow{opacity:1}@media (min-width:1200px){.card.card--accent{grid-column:span 2}}.card-media{position:relative;width:100%;aspect-ratio:16/10;background:#0b0b0c}.card.card--vertical .card-media{aspect-ratio:3/4}.card-img{object-fit:cover;object-position:center}.card-body{position:relative;z-index:1;padding:14px 14px 16px}.card.card--vertical .card-body{padding:12px 12px 14px}.card-title{margin:0 0 6px;font-size:clamp(16px,1.6vw,20px);font-weight:700;letter-spacing:-.01em}.card-desc{margin:0 0 10px;color:#b7b7c2;line-height:1.45;font-size:14px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.card.card--vertical .card-desc{-webkit-line-clamp:4}.card-tags{list-style:none;margin:0;padding:0;display:flex;gap:8px;flex-wrap:wrap}.card-tag{font-size:12px;padding:6px 8px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03)}@media (min-width:1280px){.card-body{padding:16px 16px 18px}.card-title{font-size:20px}.card-desc{font-size:15px}}.home-hero{min-height:calc(100vh - var(--nav-height) - 12px);width:100vw;position:relative;left:50%;transform:translateX(-50%);display:flex;justify-content:center;align-items:center}.home-hero__inner{width:fit-content;max-width:min(92vw,1100px);margin:0;height:auto;border:1px solid rgba(255,255,255,.12);border-radius:24px;padding:clamp(24px,5vw,56px);background:radial-gradient(circle at 82% 20%,rgba(255,204,0,.2),transparent 32%),radial-gradient(circle at 10% 85%,rgba(87,146,255,.2),transparent 34%),linear-gradient(160deg,rgba(17,20,28,.95),rgba(9,12,18,.95));text-align:left}.home-hero__kicker{margin:0;text-transform:uppercase;letter-spacing:.18em;font-size:12px;color:#a8b8d8}.home-hero__lead{margin-top:8px;font-size:clamp(16px,2.5vw,24px);color:#d6deef}.home-hero__desc{max-width:66ch;color:#9fb0cf}.contact-page{min-height:calc(100vh - var(--nav-height));display:grid;place-items:center}@media (max-width:900px){.home-hero{min-height:calc(100vh - var(--nav-height));margin-top:0}.home-hero__inner{text-align:center}}.worlds-page{position:relative;width:100%;isolation:isolate}.worlds-bg{position:fixed;inset:var(--nav-height) 0 0;pointer-events:none;z-index:-1;overflow:hidden}.world-orb{position:absolute;border-radius:999px;filter:blur(26px);opacity:.5;animation:worlds-float 16s ease-in-out infinite}.world-orb--a{width:min(52vw,560px);height:min(52vw,560px);right:-8vw;top:8vh;background:radial-gradient(circle at 30% 30%,rgba(255,184,72,.45),rgba(255,184,72,.06))}.world-orb--b{width:min(48vw,520px);height:min(48vw,520px);left:-10vw;bottom:4vh;background:radial-gradient(circle at 60% 50%,rgba(96,162,255,.34),rgba(96,162,255,.06));animation-delay:-6s}.world-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 0);background-size:34px 34px;mask-image:radial-gradient(circle at 50% 35%,black,transparent 78%)}.about-shell,.contact-shell{border:1px solid rgba(184,210,247,.2);border-radius:24px;padding:clamp(16px,4vw,38px);background:linear-gradient(155deg,rgba(11,16,25,.86),rgba(17,23,36,.82));backdrop-filter:blur(8px)}.about-page .about-sections{gap:16px}.about-page .about-section{border:1px solid rgba(184,210,247,.18);background:linear-gradient(145deg,rgba(17,24,37,.9),rgba(13,17,28,.9));border-radius:16px;box-shadow:0 14px 34px rgba(4,7,13,.42)}.about-page .section-content,.about-page .section-header{text-align:left;justify-content:flex-start}.about-page .section-divider{display:none}.contact-shell{max-width:min(720px,100%)}.contact-shell .contact-info{margin-top:18px;width:100%}.contact-shell .contact-item{justify-content:flex-start;border:1px solid rgba(184,210,247,.18);border-radius:14px;padding:12px 14px;background:rgba(14,21,33,.82)}@keyframes worlds-float{0%,to{transform:translateY(0) translateX(0)}50%{transform:translateY(-14px) translateX(8px)}}@media (max-width:900px){.about-page .section-content,.about-page .section-header,.contact-shell .contact-item{justify-content:center;text-align:center}.contact-shell .contact-item{flex-wrap:wrap}}@media (prefers-reduced-motion:reduce){.world-orb{animation:none}}.app-worlds-bg{position:fixed;inset:0;z-index:-2;pointer-events:none;overflow:hidden;background:radial-gradient(circle at 12% 12%,rgba(87,112,174,.16),transparent 26%),radial-gradient(circle at 88% 24%,rgba(208,162,92,.14),transparent 24%),linear-gradient(145deg,#090d14,#111926 54%,#181f2d)}.app-world{position:absolute;border-radius:999px;filter:blur(72px);opacity:.42;animation:app-world-float 26s ease-in-out infinite}.app-world--a{width:min(70vw,820px);height:min(70vw,820px);top:8vh;left:-18vw;background:radial-gradient(circle,rgba(76,140,255,.35) 0,rgba(76,140,255,.06) 62%)}.app-world--b{width:min(64vw,760px);height:min(64vw,760px);right:-16vw;bottom:-6vh;background:radial-gradient(circle,rgba(255,180,56,.28) 0,rgba(255,180,56,.05) 64%);animation-delay:-7s}.app-world-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 0);background-size:56px 56px;opacity:.32;mask-image:linear-gradient(180deg,rgba(0,0,0,.68),transparent 78%)}@keyframes app-world-float{0%,to{transform:translateZ(0)}50%{transform:translate3d(0,-12px,0)}}.about-shell,.contact-shell{width:min(100%,980px);border:1px solid rgba(193,214,255,.2);border-radius:22px;background:linear-gradient(155deg,rgba(10,16,27,.88),rgba(14,20,34,.82));box-shadow:0 18px 48px rgba(2,5,10,.45)}.about-shell--mobile{padding:clamp(14px,4vw,28px)}.about-hero{text-align:center;border-bottom:1px solid rgba(188,209,255,.18);padding-bottom:16px}.about-hero p{max-width:56ch;margin:8px auto 0;color:#adc0e2}.about-stack{margin-top:14px;display:grid;gap:12px}.about-card{border:1px solid rgba(188,209,255,.18);border-radius:16px;background:rgba(14,21,35,.84);padding:14px;text-align:left}.about-card h2{margin:0 0 10px;display:flex;align-items:center;gap:8px;font-size:clamp(20px,4vw,30px)}.about-list{list-style:none;margin:0;padding:0;display:grid;gap:8px}.about-list li{color:#d7e3f9;line-height:1.45}.contact-shell{padding:clamp(14px,4vw,28px);max-width:min(760px,100%)}.contact-item{width:100%;border:1px solid rgba(188,209,255,.2);border-radius:14px;background:rgba(13,20,33,.86);padding:12px 14px;display:flex;align-items:center;gap:10px;text-decoration:none;color:inherit}.contact-item span{display:grid;gap:2px;text-align:left}.contact-item small{color:#9cb0d7}.contact-item--copy{cursor:pointer}@media (max-width:900px){.main-content{padding:0 12px 12px}.nav-links{gap:12px;justify-content:center}.nav-links a{font-size:15px}.buttons{gap:10px}.btn{min-height:44px;padding:10px 14px}.about-card{padding:12px}.about-card h2{font-size:clamp(22px,7vw,28px)}.contact-item{align-items:flex-start}}@media (max-width:620px){.nav-links{gap:10px}.nav-links a{font-size:14px}.portfolio-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;align-items:stretch}.portfolio-tab{min-width:0;min-height:52px;height:auto;padding:10px 8px;display:flex;align-items:center;justify-content:center;text-align:center;white-space:normal;line-height:1.2;overflow-wrap:anywhere;word-break:break-word}}@media (prefers-reduced-motion:reduce){.app-world{animation:none}}.main-content{width:100%;max-width:none;padding-inline:0}.content{padding-inline:clamp(8px,1.2vw,18px)}.center-full,.content{width:100%;max-width:min(100%,1860px);margin-inline:auto}.page-content{width:100%;max-width:min(100%,1760px);margin-inline:auto}.home-hero{width:100%;max-width:min(100%,1860px)}.about-journey-shell,.about-shell,.contact-shell{width:100%;max-width:min(100%,1540px);margin-inline:auto}@media (max-width:900px){.main-content{padding-inline:0}.center-full,.content,.page-content{max-width:100%;padding-inline:6px}}.about-journey-page{width:100%}.about-journey-shell{width:100%;max-width:min(100%,1540px);border:0;border-radius:0;background:transparent;padding:clamp(8px,2vw,14px) clamp(4px,1vw,10px)}.about-journey-hero{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:24px;text-align:left;border-bottom:0;padding:clamp(20px,2.5vw,34px);border-radius:22px;background:linear-gradient(145deg,rgba(10,16,27,.85),rgba(14,20,34,.62))}.about-journey-kicker{margin:0;text-transform:uppercase;letter-spacing:.16em;font-size:13px;color:#9cb3d9}.about-journey-lead{margin-top:12px;color:#b7c9e7;max-width:72ch;font-size:clamp(19px,1.2vw,28px);line-height:1.4}.about-journey-path{margin-top:18px;display:grid;gap:14px;position:relative}.journey-block{border:0;border-radius:0;background:transparent;padding:0;text-align:left}.journey-block h2{margin:0 0 12px;display:flex;align-items:center;gap:8px;font-size:clamp(32px,2.3vw,44px)}.skills-block-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.skills-block-card{border:1px solid rgba(191,212,252,.15);border-radius:16px;background:rgba(17,24,38,.62);padding:18px;min-height:210px;aspect-ratio:4/3;display:flex;flex-direction:column;justify-content:flex-start}.skills-block-icon{color:#ffd56a;margin-bottom:8px}.skills-block-card h3{margin:0 0 8px;font-size:clamp(20px,1.2vw,28px)}.skills-block-card p{margin:0;color:#aebfde;font-size:clamp(16px,.9vw,20px);line-height:1.5}.journey-timeline{display:grid;gap:12px;border-left:2px solid rgba(191,212,252,.2);padding-left:16px}.timeline-row{display:grid;grid-template-columns:minmax(150px,max-content) 1fr;align-items:start;gap:14px}.timeline-badges{display:flex;flex-wrap:wrap;gap:8px}.timeline-badge{display:inline-flex;justify-content:center;align-items:center;min-height:34px;padding:0 12px;border-radius:999px;border:1px solid rgba(255,213,106,.45);background:rgba(255,213,106,.1);font-size:13px;font-weight:700}.timeline-row p{color:#d5e2fb;line-height:1.5}.journey-block--cta p,.timeline-row p{margin:0;font-size:clamp(18px,1vw,24px)}.journey-block--cta p{color:#b1c5e6;max-width:56ch}.journey-cta-row{margin-top:12px;display:flex;gap:10px;flex-wrap:wrap}.about-journey-page .profile-photo{width:clamp(150px,10vw,220px);height:clamp(150px,10vw,220px)}.about-journey-hero h1{font-size:clamp(48px,4vw,86px);line-height:1.02;margin:2px 0 0}@media (min-width:1280px){.about-journey-page .about-journey-path{align-items:stretch}.about-journey-page .journey-block{height:100%;display:flex;flex-direction:column}.about-journey-page .journey-block--timeline .journey-timeline{flex:1;align-content:start}.about-journey-page .journey-block--cta{grid-column:1/-1}.about-journey-shell{max-width:min(100%,1860px)}.about-journey-path{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.journey-block:first-child{grid-column:1/-1}.skills-block-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1680px){.skills-block-grid{grid-template-columns:repeat(6,minmax(0,1fr))}}@media (max-width:980px){.skills-block-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.skills-block-card{aspect-ratio:auto;min-height:0}}@media (max-width:760px){.about-journey-hero{grid-template-columns:1fr;justify-items:center;text-align:center}.about-journey-shell{border-radius:18px}.skills-block-grid{grid-template-columns:1fr}.skills-block-card{min-height:auto;aspect-ratio:auto;padding:14px}.about-journey-hero h1{font-size:clamp(38px,10vw,54px)}.timeline-row{grid-template-columns:1fr;gap:6px}.timeline-badges{gap:6px}.timeline-badge{width:fit-content}}.about-journey-page .about-reveal{opacity:1;transform:none;will-change:transform,opacity;animation:about-reveal-in .48s ease both}.about-journey-page .journey-block{border:1px solid rgba(191,212,252,.16);border-radius:18px;background:linear-gradient(145deg,rgba(13,19,31,.82),rgba(16,24,39,.62));box-shadow:0 16px 34px rgba(3,7,13,.38);padding:clamp(14px,1.6vw,22px)}.about-journey-page .skills-block-grid--methods{grid-template-columns:repeat(4,minmax(0,1fr))}.about-journey-page .skills-block-card{transition:transform .24s ease,border-color .24s ease,background .24s ease}.about-journey-page .skills-block-card:hover{transform:translateY(-4px);border-color:rgba(255,213,106,.42);background:rgba(18,26,40,.74)}.about-journey-page .journey-block--cta{background:radial-gradient(circle at 85% 22%,rgba(255,213,106,.16),transparent 44%),linear-gradient(145deg,rgba(13,19,31,.84),rgba(16,24,39,.62))}@media (max-width:1100px){.about-journey-page .skills-block-grid--methods{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.about-journey-page .journey-block{border-radius:14px;padding:12px}.about-journey-page .skills-block-grid--methods{grid-template-columns:1fr}}.about-journey-page .journey-block{overflow:hidden}.about-journey-page .skills-block-grid,.about-journey-page .skills-block-grid--methods{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.about-journey-page .skills-block-card{min-height:0;height:100%;aspect-ratio:auto}.about-journey-page .skills-block-card p{overflow-wrap:anywhere}@media (max-width:760px){.about-journey-page .skills-block-grid,.about-journey-page .skills-block-grid--methods{grid-template-columns:1fr}}.contact-journey-page{width:100%}.contact-journey-shell{width:100%;max-width:min(100%,1540px);margin-inline:auto;display:grid;gap:14px;padding:clamp(8px,2vw,14px) clamp(4px,1vw,10px)}.contact-journey-hero{border:1px solid rgba(191,212,252,.16);border-radius:18px;background:linear-gradient(145deg,rgba(13,19,31,.82),rgba(16,24,39,.62));box-shadow:0 16px 34px rgba(3,7,13,.38);padding:clamp(14px,1.6vw,22px);text-align:left}.contact-journey-hero h1{margin:2px 0 8px;font-size:clamp(40px,3.2vw,72px)}.contact-journey-hero p{margin:0;color:#b7c9e7;max-width:72ch;font-size:clamp(18px,1.1vw,24px)}.contact-journey-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.contact-journey-card{border:1px solid rgba(191,212,252,.15);border-radius:16px;background:rgba(17,24,38,.62);box-shadow:0 10px 24px rgba(3,7,13,.24);padding:14px;display:flex;align-items:center;gap:10px;text-decoration:none;color:inherit;text-align:left;transition:transform .2s ease,border-color .2s ease,background .2s ease}.contact-journey-card:hover{transform:translateY(-3px);border-color:rgba(255,213,106,.4);background:rgba(18,26,40,.74)}.contact-journey-card .contact-icon{color:#ffd56a;flex:0 0 auto}.contact-journey-card span{display:grid;gap:2px}.contact-journey-card strong{font-size:clamp(18px,1vw,24px)}.contact-journey-card small{color:#9cb0d7;font-size:clamp(14px,.88vw,18px)}.contact-journey-actions{justify-content:flex-start;margin-top:2px}@media (max-width:1100px){.contact-journey-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.contact-journey-shell{padding:0}.contact-journey-grid{grid-template-columns:1fr}.contact-journey-card{border-radius:14px;padding:12px}.contact-journey-actions{justify-content:center}}@supports (animation-timeline:view()){.about-journey-page .about-reveal{animation:about-reveal-scroll linear both;animation-timeline:view();animation-range:entry 8% cover 28%}}@keyframes about-reveal-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes about-reveal-scroll{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.about-journey-page .about-reveal{animation:none}}body.cms-admin-page{padding-top:0!important;background:#f8fafc!important}body.cms-admin-page .app-worlds-bg,body.cms-admin-page .footer,body.cms-admin-page .navbar{display:none!important}body.cms-admin-page .main-content{min-height:100vh;padding:0!important;text-align:left}.navbar{height:auto;gap:14px;padding:16px 20px 18px;border-bottom:1px solid rgba(126,166,255,.1);background:linear-gradient(90deg,rgba(13,21,34,.92),rgba(12,18,29,.82) 52%,rgba(16,22,36,.9));box-shadow:0 16px 34px rgba(5,9,16,.22);backdrop-filter:blur(18px)}.footer,.lang-btn,.nav-links a{font-family:var(--font-mono),monospace}.nav-links a{letter-spacing:.14em;font-size:.72rem;color:rgba(244,240,232,.78)}.lang-btn,.nav-links a{text-transform:uppercase}.lang-btn{letter-spacing:.08em;background:rgba(255,255,255,.03);border-color:rgba(255,255,255,.1);color:rgba(244,240,232,.8)}.lang-btn.active{color:var(--accent);background:rgba(126,166,255,.12);box-shadow:inset 0 0 0 1px rgba(126,166,255,.28)}.footer{width:min(1180px,calc(100% - 40px));display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:14px;margin:18px auto 0;padding:20px 0 30px;border-top:1px solid rgba(215,224,240,.1);color:rgba(174,184,200,.86);text-transform:uppercase;letter-spacing:.04em;font-size:.68rem}@media (min-width:1600px){.footer{width:min(1180px,calc(100% - 40px))}}.footer p{margin:0}.footer__brand{display:grid;gap:4px;justify-items:start}.footer__name{color:rgba(245,247,251,.94)}.footer__links{display:flex;flex-wrap:wrap;justify-content:center;gap:14px}.footer__meta{justify-self:end}.footer a{color:#b9d2ff}.home-landing{--home-shell-width:min(1240px,calc(100vw - 56px));width:100%;display:grid;gap:clamp(44px,6vw,92px);padding-top:18px}.home-shell{width:var(--home-shell-width);margin-inline:auto}.home-section{width:100%}.home-editorial-surface{padding:clamp(28px,4vw,40px);border:0;border-radius:34px;background:linear-gradient(180deg,rgba(14,21,32,.84),rgba(10,16,25,.74));box-shadow:0 22px 48px rgba(3,7,12,.16)}.home-editorial-surface--soft{background:linear-gradient(180deg,rgba(15,21,32,.72),rgba(10,16,25,.64))}.home-section--cta{padding-bottom:clamp(28px,5vw,64px)}.home-section-heading{display:grid;gap:12px;max-width:640px;margin-bottom:clamp(26px,3vw,40px);text-align:left}.home-section-heading--center{margin-inline:auto;text-align:center}.home-cta-card__kicker,.home-expertise-card__index,.home-hero-panel__badges span,.home-hero-panel__intro,.home-hero-panel__kicker,.home-process-card__number,.home-project-card__cta,.home-project-card__meta,.home-proof-panel__kicker,.home-section-heading__kicker{font-family:var(--font-mono),monospace}.home-hero-panel__intro{margin:0;color:rgba(247,244,238,.76);font-size:.84rem;letter-spacing:.08em;text-transform:uppercase}.home-cta-card__kicker,.home-hero-panel__kicker,.home-proof-panel__kicker,.home-section-heading__kicker{margin:0;color:var(--accent);font-size:.74rem;letter-spacing:.24em;text-transform:uppercase}.home-cta-card h2,.home-section-heading h2{margin:0;font-size:clamp(2.2rem,3.8vw,3.95rem);line-height:1;letter-spacing:-.04em}.home-section-heading--compact h2{max-width:13ch;font-size:clamp(1.95rem,2.8vw,3rem);line-height:1.04}.home-cta-card p,.home-section-heading__lead{margin:0;color:rgba(184,196,217,.88);font-size:clamp(1rem,1.15vw,1.14rem);line-height:1.65}.home-btn{display:inline-flex;align-items:center;justify-content:center;min-height:56px;padding:0 24px;border-radius:999px;border:1px solid transparent;text-decoration:none;font-family:var(--font-mono),monospace;font-size:.74rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;transition:transform .22s ease,border-color .22s ease,background .22s ease,color .22s ease,box-shadow .22s ease}.home-btn:focus-visible,.home-btn:hover{transform:translateY(-2px)}.home-btn--primary{background:linear-gradient(135deg,#e0c48d,#c9974c);color:#0b1017;box-shadow:0 16px 34px rgba(201,151,76,.24)}.home-btn--secondary{border-color:rgba(216,179,106,.26);background:rgba(14,22,33,.34);color:rgba(247,244,238,.92)}.home-btn--secondary:focus-visible,.home-btn--secondary:hover{border-color:rgba(216,179,106,.58);background:rgba(18,28,42,.6)}.home-hero-panel{position:relative;overflow:clip;width:100%;padding-top:clamp(16px,3vw,28px)}.home-hero-panel__inner{position:relative;overflow:visible;min-height:min(72vh,760px);padding:clamp(18px,2vw,28px) 0 0}.home-hero-panel__backdrop{position:absolute;inset:-6% 0 auto;height:clamp(420px,60vw,760px);background:radial-gradient(circle at 22% 24%,rgba(74,113,206,.22),transparent 28%),radial-gradient(circle at 78% 18%,rgba(216,179,106,.18),transparent 24%);filter:blur(22px);opacity:.92;pointer-events:none}.home-hero-panel__layout{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,480px);align-items:center;gap:clamp(28px,5vw,82px)}.home-hero-panel__content{display:grid;align-content:start;min-height:0;max-width:42rem;padding-block:clamp(44px,8vw,92px);gap:16px;text-align:left}.home-hero-panel h1{max-width:8.8ch;margin:0;font-size:clamp(3.5rem,7vw,6.8rem);line-height:.88;letter-spacing:-.08em;text-wrap:balance}.home-hero-panel__lead{max-width:34ch;margin:0;color:rgba(194,206,222,.9);font-size:clamp(1.02rem,1.15vw,1.2rem);line-height:1.64;text-wrap:pretty}.home-hero-panel__summary{max-width:40ch;margin:0;color:rgba(164,180,205,.88);font-size:.98rem;line-height:1.62;text-wrap:pretty}.home-hero-panel__socials{display:flex;flex-wrap:wrap;gap:10px}.home-hero-panel__social{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:999px;border:1px solid rgba(216,179,106,.16);background:rgba(16,24,36,.68);color:rgba(247,244,238,.88);transition:transform .2s ease,border-color .2s ease,background .2s ease}.home-hero-panel__social:focus-visible,.home-hero-panel__social:hover{transform:translateY(-2px);border-color:rgba(216,179,106,.42);background:rgba(20,30,44,.86)}.home-hero-panel__badges{display:flex;flex-wrap:wrap;gap:10px;margin-top:4px}.home-hero-panel__badges span{display:inline-flex;align-items:center;min-height:36px;padding:0 14px;border:1px solid rgba(216,179,106,.14);border-radius:999px;background:rgba(16,24,36,.72);color:rgba(221,229,241,.84);font-size:.68rem;letter-spacing:.16em;text-transform:uppercase}.home-hero-panel__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:10px}.home-hero-panel__visual{display:grid;align-items:center;justify-self:end;width:min(100%,480px)}.home-hero-portrait{position:relative;display:grid;justify-items:start;gap:14px;padding:0}.home-hero-portrait__topline{display:flex;flex-wrap:wrap;gap:10px}.home-hero-portrait__topline span{display:inline-flex;align-items:center;min-height:34px;padding:0 14px;border:0;border-radius:999px;background:rgba(12,18,28,.56);color:rgba(247,244,238,.82);font-family:var(--font-mono),monospace;font-size:.65rem;letter-spacing:.16em;text-transform:uppercase}.home-hero-portrait__frame{position:relative;width:min(100%,452px);aspect-ratio:.9;overflow:visible;border-radius:0;background:transparent;box-shadow:none}.home-hero-portrait__frame:before{content:"";position:absolute;inset:12% 16% 16%;border-radius:999px;background:radial-gradient(circle,rgba(84,123,219,.28),rgba(226,189,118,.18) 44%,transparent 72%);filter:blur(40px)}.home-hero-portrait__frame:after{content:"";position:absolute;left:18%;right:18%;bottom:4%;height:12%;border-radius:999px;background:radial-gradient(circle,rgba(8,12,18,.66),transparent 72%);filter:blur(18px)}.home-hero-portrait__image{object-fit:contain;object-position:center bottom;filter:drop-shadow(0 18px 28px rgba(4,7,12,.56)) drop-shadow(0 38px 64px rgba(3,7,12,.4));transform:scale(1.02)}.home-hero-portrait__details{position:relative;z-index:1;margin-top:-72px;padding-left:10px}.home-hero-portrait__label{display:grid;gap:5px;align-content:center;width:fit-content;min-width:min(100%,240px);min-height:0;padding:18px 20px;border:0;border-radius:20px;background:linear-gradient(180deg,rgba(10,15,24,.86),rgba(9,14,22,.92));backdrop-filter:blur(12px);box-shadow:0 18px 40px rgba(3,7,12,.34)}.home-hero-portrait__label strong{margin:0;font-size:1.08rem;letter-spacing:-.02em}.home-hero-portrait__label span{color:rgba(184,196,217,.86);font-size:.88rem}.home-proof-panel{position:relative;overflow:visible;width:var(--home-shell-width);margin-inline:auto;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.home-proof-panel__header{display:grid;justify-items:start;gap:12px;max-width:40rem;margin:0 0 18px;text-align:left}.home-proof-panel__kicker{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 18px;border:1px solid rgba(216,179,106,.18);border-radius:999px;background:rgba(15,22,34,.58)}.home-proof-panel__header h2{margin:0;max-width:10ch;font-size:clamp(2rem,3.5vw,3.4rem);line-height:.98;letter-spacing:-.06em;text-wrap:balance}.home-proof-panel__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.home-proof-card{min-height:0;padding:18px 20px;border:1px solid rgba(188,205,235,.08);border-radius:24px;background:linear-gradient(180deg,rgba(14,21,32,.96),rgba(9,14,23,.88));box-shadow:0 18px 36px rgba(3,7,12,.16);display:flex;align-items:flex-start;gap:18px}.home-proof-card strong{margin:0;min-width:88px;font-size:clamp(2rem,2.8vw,3.1rem);line-height:.9;letter-spacing:-.08em}.home-proof-card__body{display:grid;gap:6px}.home-proof-card__body span{color:rgba(242,240,234,.96);font-size:.98rem;line-height:1.26;text-wrap:pretty}.home-proof-card__body p{margin:0;color:rgba(175,189,212,.9);font-size:.88rem;line-height:1.5;text-wrap:pretty}.home-expertise-grid,.home-process-grid{display:grid;gap:18px}.home-process-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.home-process-card{min-height:220px;padding:24px;border:0;border-radius:28px;background:linear-gradient(180deg,rgba(16,24,36,.9),rgba(10,16,26,.82));box-shadow:0 14px 38px rgba(3,7,12,.16);display:grid;align-content:start;gap:16px;text-align:left}.home-expertise-card:before,.home-process-card:before{content:"";display:block;width:52px;height:1px;background:linear-gradient(90deg,rgba(216,179,106,.9),rgba(216,179,106,0))}.home-process-card__top{display:flex;align-items:center;justify-content:space-between;gap:14px}.home-process-card__number,.home-project-card__cta,.home-project-card__meta{color:var(--accent);font-size:.68rem;letter-spacing:.2em;text-transform:uppercase}.home-process-card h3,.home-project-card h3{margin:0;font-size:1.4rem;line-height:1.08}.home-process-card p,.home-project-card p{margin:0;color:rgba(184,196,217,.88);line-height:1.62}.home-process-card__tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:auto}.home-process-card__tags span{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border-radius:999px;border:0;background:rgba(15,23,35,.68);color:rgba(208,217,232,.82);font-family:var(--font-mono),monospace;font-size:.62rem;letter-spacing:.12em;text-transform:uppercase}.home-services-surface{width:var(--home-shell-width);margin-inline:auto;padding:clamp(28px,3.4vw,38px);border:1px solid rgba(188,205,235,.08);border-radius:32px;background:linear-gradient(180deg,rgba(10,15,24,.86),rgba(9,14,23,.72));box-shadow:0 24px 54px rgba(3,7,12,.18)}.home-services-surface .home-section-heading{max-width:52rem;margin-inline:auto}.home-services-surface .home-section-heading--compact h2{max-width:14ch;margin-inline:auto}.home-services-list{display:grid;gap:10px}.home-service-row{display:grid;grid-template-columns:minmax(240px,.9fr) minmax(0,1.1fr);align-items:center;gap:20px;padding:20px 22px;border-radius:18px;border:1px solid rgba(188,205,235,.08);background:linear-gradient(180deg,rgba(14,22,34,.94),rgba(10,16,25,.86));box-shadow:0 18px 38px rgba(3,7,12,.16)}.home-service-row--featured{background:linear-gradient(90deg,rgba(39,60,112,.96),rgba(18,28,42,.96) 48%,rgba(13,20,31,.98)),radial-gradient(circle at 100% 0,rgba(216,179,106,.16),transparent 42%);border-color:rgba(216,179,106,.16);box-shadow:0 24px 48px rgba(3,7,12,.22)}.home-service-row__head{display:flex;align-items:center;gap:16px}.home-service-row__index{color:var(--accent);font-family:var(--font-mono),monospace;font-size:.72rem;letter-spacing:.24em;text-transform:uppercase}.home-service-row__title{display:grid;gap:4px;min-width:0}.home-service-row__title h3{margin:0;font-size:clamp(1.08rem,1.6vw,1.42rem);line-height:1.06}.home-service-row__title span{color:rgba(247,244,238,.52);font-family:var(--font-mono),monospace;font-size:.66rem;letter-spacing:.18em;text-transform:uppercase}.home-service-row__text{margin:0;color:rgba(194,206,222,.88);font-size:.92rem;line-height:1.55;text-wrap:pretty}.home-process-grid{align-items:start}.home-process-card:nth-child(2){margin-top:24px}.home-process-card:nth-child(3){margin-top:48px}.home-projects{width:100%;scroll-margin-top:calc(var(--nav-height) + 22px)}.home-projects__head{display:block;width:var(--home-shell-width);margin-inline:auto}.home-projects__head .home-section-heading{margin-bottom:0}.home-projects__stage{position:relative;overflow:visible;width:var(--home-shell-width);margin-inline:auto;margin-top:22px;padding:0;background:transparent}.home-projects__stage:after,.home-projects__stage:before{display:none}.home-showcase{display:grid;gap:18px}.home-showcase__featured{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:0;overflow:hidden;border:1px solid rgba(188,205,235,.08);border-radius:34px;background:linear-gradient(180deg,rgba(11,16,25,.96),rgba(9,14,23,.92));box-shadow:0 26px 62px rgba(3,7,12,.24)}.home-showcase__media{position:relative;min-height:100%;aspect-ratio:1.18;overflow:hidden}.home-showcase__image{object-fit:cover;transform:scale(1.01)}.home-showcase__media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,12,18,.06),rgba(8,12,18,.56)),linear-gradient(90deg,rgba(8,12,18,.08),rgba(8,12,18,.4))}.home-showcase__media-overlay{position:absolute;left:22px;right:22px;bottom:22px;z-index:1;display:flex;flex-wrap:wrap;gap:10px}.home-showcase-card__meta,.home-showcase__control,.home-showcase__eyebrow,.home-showcase__facts span,.home-showcase__media-overlay span,.home-showcase__rail-head p,.home-showcase__signals span{font-family:var(--font-mono),monospace}.home-showcase__facts span,.home-showcase__media-overlay span,.home-showcase__signals span{display:inline-flex;align-items:center;min-height:34px;padding:0 14px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:rgba(10,15,24,.6);color:rgba(244,240,232,.88);font-size:.67rem;letter-spacing:.14em;text-transform:uppercase}.home-showcase__content{display:grid;align-content:start;gap:16px;padding:clamp(24px,3vw,34px);text-align:left}.home-showcase__eyebrow{margin:0;color:var(--accent);font-size:.7rem;letter-spacing:.22em;text-transform:uppercase}.home-showcase-card__meta,.home-showcase__meta{display:flex;flex-wrap:wrap;gap:12px;color:rgba(212,220,232,.68);font-size:.66rem;letter-spacing:.18em;text-transform:uppercase}.home-showcase__content h3{margin:0;font-size:clamp(2rem,2.9vw,3rem);line-height:.98;letter-spacing:-.05em}.home-showcase__description{margin:0;color:rgba(240,238,232,.94);font-size:1.04rem;line-height:1.56}.home-showcase__goal{display:grid;gap:8px;margin:0;color:rgba(182,196,216,.88);font-size:.95rem;line-height:1.6}.home-showcase__goal strong{color:rgba(247,244,238,.92);font-size:.86rem;letter-spacing:-.01em}.home-showcase__facts,.home-showcase__signals{display:flex;flex-wrap:wrap;gap:10px}.home-showcase__actions{margin-top:6px}.home-showcase__rail-shell{display:grid;gap:14px}.home-showcase__rail-head{display:flex;align-items:center;justify-content:space-between;gap:14px}.home-showcase__rail-head p{margin:0;color:rgba(176,190,211,.78);font-size:.7rem;letter-spacing:.18em;text-transform:uppercase}.home-showcase__controls{display:flex;flex-wrap:wrap;gap:8px}.home-showcase__control{min-height:38px;padding:0 14px;border:1px solid rgba(188,205,235,.1);border-radius:999px;background:rgba(13,20,31,.86);color:rgba(243,239,232,.86);font-size:.66rem;letter-spacing:.16em;text-transform:uppercase;cursor:pointer;transition:border-color .18s ease,background .18s ease,transform .18s ease}.home-showcase__control:focus-visible,.home-showcase__control:hover{transform:translateY(-1px);border-color:rgba(216,179,106,.34);background:rgba(18,28,42,.92)}.home-showcase__rail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(248px,292px);gap:14px;overflow-x:auto;padding:2px 2px 12px;scroll-snap-type:x mandatory;scrollbar-width:thin}.home-showcase-card{display:grid;gap:0;padding:0;overflow:hidden;border:1px solid rgba(188,205,235,.08);border-radius:24px;background:linear-gradient(180deg,rgba(12,18,28,.96),rgba(9,14,23,.92));color:inherit;text-align:left;cursor:pointer;scroll-snap-align:center;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,opacity .22s ease}.home-showcase-card.is-active,.home-showcase-card:focus-visible,.home-showcase-card:hover{transform:translateY(-3px);border-color:rgba(216,179,106,.28);box-shadow:0 18px 38px rgba(3,7,12,.18)}.home-showcase-card:not(.is-active){opacity:.8}.home-showcase-card__media{position:relative;aspect-ratio:16/10;overflow:hidden}.home-showcase-card__image{object-fit:cover;transition:transform .24s ease}.home-showcase-card.is-active .home-showcase-card__image,.home-showcase-card:focus-visible .home-showcase-card__image,.home-showcase-card:hover .home-showcase-card__image{transform:scale(1.04)}.home-showcase-card__body{display:grid;gap:8px;padding:14px 14px 16px}.home-showcase-card__body strong{font-size:1.02rem;line-height:1.2}.home-showcase-card__body span:last-child{color:rgba(170,184,205,.84);font-size:.9rem;line-height:1.45}.home-projects__footer{display:flex;justify-content:center;margin-top:12px}.home-timeline-grid{display:grid;width:var(--home-shell-width);margin-inline:auto;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.home-timeline-column{display:grid;gap:16px}.home-timeline-column__header{display:flex;align-items:center;gap:12px}.home-timeline-column__header h2{margin:0;font-size:clamp(1.5rem,2.2vw,2rem);line-height:1.04}.home-timeline-column__icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:14px;background:rgba(216,179,106,.12);color:var(--accent)}.home-timeline-column__stack{display:grid;gap:12px}.home-timeline-card{padding:18px 18px 16px;border:1px solid rgba(188,205,235,.08);border-radius:18px;background:radial-gradient(circle at 100% 0,rgba(216,179,106,.12),transparent 42%),linear-gradient(180deg,rgba(16,24,36,.92),rgba(11,17,27,.86));box-shadow:0 16px 34px rgba(3,7,12,.14)}.home-timeline-card__period{margin:0 0 10px;color:var(--accent);font-family:var(--font-mono),monospace;font-size:.72rem;letter-spacing:.16em;text-transform:uppercase}.home-timeline-card h3{margin:0 0 8px;font-size:1.14rem;line-height:1.16}.home-timeline-card__place{margin:0;color:rgba(194,206,222,.82);font-size:.94rem;line-height:1.46}.home-cta-card{position:relative;overflow:hidden;width:var(--home-shell-width);margin-inline:auto;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:24px;padding:clamp(34px,5vw,58px);border:0;border-radius:38px;background:radial-gradient(circle at 90% 22%,rgba(216,179,106,.16),transparent 26%),linear-gradient(150deg,rgba(12,18,28,.95),rgba(18,27,40,.82));box-shadow:0 24px 60px rgba(3,7,12,.28);text-align:left}.home-cta-card__content{display:grid;gap:18px;max-width:50rem}.home-cta-card__action{justify-self:end;align-self:center}.home-cta-card .home-btn{min-width:228px}@media (max-width:1180px){.home-hero-panel__layout{grid-template-columns:1fr}.home-hero-panel__visual{justify-self:center;max-width:520px}.home-proof-panel__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-service-row,.home-showcase__featured{grid-template-columns:1fr;align-items:start}.home-cta-card,.home-timeline-grid{grid-template-columns:1fr}}@media (max-width:760px){.home-landing{--home-shell-width:calc(100vw - 24px)}body{background-attachment:scroll}.home-shell{width:var(--home-shell-width)}.nav-links a{font-size:14px;letter-spacing:.02em}.home-hero-panel__inner{padding-top:0;min-height:0}.home-hero-panel__layout{gap:18px}.home-hero-panel__content{min-height:0;gap:10px;padding-block:18px 6px}.home-hero-panel h1{max-width:100%;font-size:clamp(2.55rem,11.8vw,4rem);line-height:.92}.home-hero-panel__lead{max-width:28ch;font-size:.92rem;line-height:1.48}.home-hero-panel__summary{font-size:.9rem;line-height:1.54}.home-hero-panel__actions{display:grid;grid-template-columns:1fr;gap:8px;margin-top:2px}.home-hero-panel__actions .home-btn{width:100%;min-height:52px;font-size:.68rem}.home-hero-portrait{gap:12px}.home-hero-portrait__topline{gap:8px}.home-hero-portrait__topline span{min-height:32px;padding:0 12px;font-size:.6rem}.home-hero-portrait__frame{width:min(100%,300px)}.home-hero-portrait__details{margin-top:-56px;padding-left:6px}.home-hero-portrait__label{min-width:0;max-width:calc(100% - 10px);padding:14px 16px}.home-cta-card,.home-editorial-surface,.home-process-card,.home-proof-panel,.home-service-row,.home-services-surface{border-radius:20px}.home-process-grid{grid-template-columns:1fr}.home-proof-panel__header{gap:12px;margin-bottom:16px}.home-proof-panel__header h2{max-width:100%;font-size:clamp(1.8rem,9.2vw,2.6rem)}.home-proof-panel__grid{grid-template-columns:1fr}.home-process-card,.home-proof-card,.home-service-row{min-height:0}.home-proof-card{padding:16px;gap:14px}.home-proof-card__body{gap:5px}.home-service-row{gap:14px;padding:18px 16px}.home-projects__head{align-items:start}.home-projects__stage{margin-top:24px;padding:0}.home-showcase{gap:16px}.home-showcase__featured{border-radius:24px}.home-showcase__media{aspect-ratio:16/11}.home-showcase__content{gap:14px;padding:18px 16px 20px}.home-showcase__content h3{font-size:clamp(1.8rem,9vw,2.5rem)}.home-showcase__rail-head{align-items:start;flex-direction:column}.home-showcase__rail{grid-auto-columns:minmax(246px,82vw)}.home-timeline-card{padding:16px 16px 14px}.home-cta-card h2{font-size:clamp(2rem,10.5vw,2.8rem);line-height:.98}.home-cta-card__content{gap:14px}.home-cta-card .home-btn,.home-cta-card__action{width:100%}.footer{width:calc(100% - 28px);grid-template-columns:1fr;justify-items:start;padding-inline:0;text-align:left}.footer__brand,.footer__meta{justify-items:start;justify-self:start}}@media (prefers-reduced-motion:reduce){.home-btn,.home-showcase-card,.home-showcase-card__image,.home-showcase__control{transition:none}}.home-cinema{--home-shell-width:min(1320px,calc(100vw - 32px));--home-border:rgba(238,222,197,0.14);--home-border-strong:rgba(238,222,197,0.24);--home-muted:#b9b1a4;--home-soft:#e9dfcf;--home-accent:#cda56a;--home-accent-soft:rgba(205,165,106,0.12);--home-shadow:0 24px 70px rgba(2,5,10,0.45);width:100%;display:grid;gap:22px;padding:8px 0 56px;color:var(--text);text-align:left}.home-cinema__section,.home-cinema__shell{width:var(--home-shell-width);margin:0 auto}.home-cinema__hero{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.9fr);gap:22px;align-items:stretch}.home-cinema__cta,.home-cinema__feature-card,.home-cinema__hero-aside,.home-cinema__hero-copy,.home-cinema__panel,.home-cinema__rail-card,.home-cinema__timeline-column{position:relative;overflow:hidden;border:1px solid var(--home-border);background:radial-gradient(circle at top right,rgba(205,165,106,.12),transparent 28%),linear-gradient(180deg,rgba(15,19,28,.96),rgba(8,11,17,.96));box-shadow:var(--home-shadow)}.home-cinema__cta,.home-cinema__hero-aside,.home-cinema__hero-copy,.home-cinema__panel,.home-cinema__timeline-column{border-radius:28px;padding:clamp(22px,3vw,34px)}.home-cinema__hero-copy{min-height:42rem;display:flex;flex-direction:column;justify-content:space-between;gap:18px}.home-cinema__cta:before,.home-cinema__hero-aside:before,.home-cinema__hero-copy:before,.home-cinema__panel:before,.home-cinema__timeline-column:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(120deg,rgba(255,255,255,.05),transparent 18%,transparent 80%,rgba(255,255,255,.03)),radial-gradient(circle at 14% 20%,rgba(110,148,255,.1),transparent 20%);opacity:.8}.home-cinema__cta-copy,.home-cinema__hero-headline,.home-cinema__section-heading{position:relative;z-index:1}.home-cinema__availability,.home-cinema__capability-label,.home-cinema__chips span,.home-cinema__eyebrow,.home-cinema__fact-list span,.home-cinema__feature-meta,.home-cinema__process-number,.home-cinema__status,.home-cinema__timeline-card span{font-family:var(--font-mono),"IBM Plex Mono",monospace;letter-spacing:.08em;text-transform:uppercase}.home-cinema__eyebrow{margin:0;color:var(--home-accent);font-size:.78rem}.home-cinema__status{display:inline-flex;align-items:center;gap:8px;width:fit-content;min-height:44px;padding:10px 14px;border-radius:999px;border:1px solid rgba(205,165,106,.28);background:rgba(205,165,106,.1);color:var(--home-soft);font-size:.74rem}.home-cinema__status:before{content:"";width:8px;height:8px;border-radius:999px;background:var(--home-accent);box-shadow:0 0 0 5px rgba(205,165,106,.12)}.home-cinema__cta h2,.home-cinema__hero h1,.home-cinema__section-heading h2{margin:0;font-family:var(--font-display),Georgia,serif;font-weight:400;letter-spacing:-.03em;line-height:.95;color:#f8f2e8}.home-cinema__hero h1{max-width:12ch;font-size:clamp(3.4rem,7vw,6.25rem)}.home-cinema__lead{margin:0;max-width:42rem;color:#ebe3d6;font-size:clamp(1.1rem,1.4vw,1.32rem);line-height:1.6}.home-cinema__aside-note p,.home-cinema__capability-card p,.home-cinema__compact-body p,.home-cinema__cta-copy p:last-child,.home-cinema__feature-body p,.home-cinema__process-card p,.home-cinema__rail-body p,.home-cinema__section-heading p,.home-cinema__summary,.home-cinema__timeline-card p{margin:0;color:var(--home-muted);line-height:1.65}.home-cinema__cta-actions,.home-cinema__hero-actions{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:12px}.home-cinema__button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 18px;border-radius:999px;border:1px solid transparent;text-decoration:none;font-weight:700;font-size:.96rem;transition:transform .18s ease,border-color .18s ease,background-color .18s ease,color .18s ease}.home-cinema__button:focus-visible,.home-cinema__button:hover,.home-cinema__feature-card--compact:focus-visible,.home-cinema__feature-card--compact:hover,.home-cinema__inline-link:focus-visible,.home-cinema__inline-link:hover,.home-cinema__rail-card:focus-visible,.home-cinema__rail-card:hover{transform:translateY(-2px)}.home-cinema__button:focus-visible,.home-cinema__feature-card--compact:focus-visible,.home-cinema__inline-link:focus-visible,.home-cinema__rail-card:focus-visible{outline:2px solid var(--home-accent);outline-offset:3px}.home-cinema__button--primary{color:#121212;background:linear-gradient(135deg,#f0cf98,#c7974f);box-shadow:0 14px 28px rgba(205,165,106,.2)}.home-cinema__button--secondary{color:var(--home-soft);border-color:var(--home-border-strong);background:rgba(255,255,255,.03)}.home-cinema__signal-row{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.home-cinema__aside-note,.home-cinema__capability-card,.home-cinema__compact-body,.home-cinema__process-card,.home-cinema__rail-body,.home-cinema__signal-card,.home-cinema__timeline-card{border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03)}.home-cinema__signal-card{border-radius:20px;padding:16px;display:grid;gap:10px}.home-cinema__signal-card strong{font-family:var(--font-display),Georgia,serif;font-weight:400;font-size:clamp(1.8rem,2vw,2.35rem);color:#f8f2e8}.home-cinema__signal-card span{color:#ece4d7;font-weight:700}.home-cinema__signal-card p{margin:0;color:var(--home-muted);font-size:.94rem}.home-cinema__hero-aside{display:grid;gap:14px;align-content:start}.home-cinema__portrait-panel{position:relative;z-index:1;border-radius:24px;overflow:hidden;border:1px solid rgba(255,255,255,.08);background:rgba(13,17,24,.92)}.home-cinema__portrait-frame{position:relative;aspect-ratio:4/5;overflow:hidden}.home-cinema__portrait-frame:after{content:"";position:absolute;inset:auto 0 0;height:38%;background:linear-gradient(180deg,transparent,rgba(5,7,11,.86))}.home-cinema__feature-image,.home-cinema__portrait-image{object-fit:cover}.home-cinema__portrait-meta{position:absolute;left:18px;right:18px;bottom:18px;z-index:1;display:grid;gap:4px}.home-cinema__portrait-meta span{color:rgba(248,242,232,.82);font-size:.82rem}.home-cinema__portrait-meta strong{font-family:var(--font-display),Georgia,serif;font-size:clamp(1.5rem,2vw,2rem);font-weight:400}.home-cinema__aside-note{position:relative;z-index:1;border-radius:24px;padding:18px;display:grid;gap:14px}.home-cinema__chips,.home-cinema__fact-list{display:flex;flex-wrap:wrap;gap:10px}.home-cinema__chips span,.home-cinema__fact-list span,.home-cinema__feature-meta span{display:inline-flex;align-items:center;min-height:32px;padding:0 10px;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.03);color:#eadfce;font-size:.72rem}.home-cinema__availability{display:inline-flex;align-items:center;gap:8px;min-height:44px;width:fit-content;padding:10px 14px;border-radius:999px;background:rgba(110,148,255,.08);border:1px solid rgba(110,148,255,.18);color:#d9e2f5;font-size:.74rem}.home-cinema__section{display:grid;gap:18px}.home-cinema__section-heading{display:grid;gap:10px;max-width:48rem}.home-cinema__section-heading--tight{max-width:100%}.home-cinema__cta h2,.home-cinema__section-heading h2{font-size:clamp(2.2rem,4vw,3.7rem)}.home-cinema__feature-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(260px,.86fr);gap:18px;align-items:stretch}.home-cinema__feature-card{border-radius:28px;text-decoration:none;color:inherit}.home-cinema__feature-card--primary{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr)}.home-cinema__compact-media,.home-cinema__feature-media,.home-cinema__rail-media{position:relative;overflow:hidden;background:#10151d}.home-cinema__feature-media{min-height:100%;aspect-ratio:1/1}.home-cinema__compact-media{aspect-ratio:16/11}.home-cinema__rail-media{aspect-ratio:16/10}.home-cinema__compact-body,.home-cinema__feature-body,.home-cinema__rail-body{position:relative;z-index:1}.home-cinema__feature-body{display:grid;align-content:start;gap:16px;padding:22px}.home-cinema__capability-card h3,.home-cinema__compact-body strong,.home-cinema__cta h2,.home-cinema__feature-body h3,.home-cinema__process-card h3,.home-cinema__rail-body strong,.home-cinema__timeline-head h3{margin:0;color:#f6efe3}.home-cinema__feature-body h3{font-family:var(--font-display),Georgia,serif;font-size:clamp(2rem,3vw,2.9rem);font-weight:400;line-height:1.02}.home-cinema__inline-link{display:inline-flex;align-items:center;gap:8px;min-height:44px;width:fit-content;color:#f2d4a4;text-decoration:none;font-weight:700;transition:transform .18s ease,color .18s ease}.home-cinema__feature-stack{display:grid;gap:14px}.home-cinema__feature-card--compact,.home-cinema__rail-card{display:grid;overflow:hidden;transition:transform .18s ease,border-color .18s ease,background-color .18s ease}.home-cinema__feature-card--compact{grid-template-columns:1fr}.home-cinema__compact-body,.home-cinema__rail-body{display:grid;gap:10px;padding:16px}.home-cinema__compact-body strong,.home-cinema__rail-body strong{font-size:1.16rem;line-height:1.25}.home-cinema__rail{display:grid;gap:18px}.home-cinema__rail,.home-cinema__section--split{grid-template-columns:repeat(2,minmax(0,1fr))}.home-cinema__panel{display:grid;gap:18px}.home-cinema__capabilities,.home-cinema__process-list,.home-cinema__timeline-list{display:grid;gap:12px}.home-cinema__capabilities{grid-template-columns:repeat(2,minmax(0,1fr))}.home-cinema__capability-card,.home-cinema__process-card,.home-cinema__timeline-card{border-radius:20px;padding:16px}.home-cinema__capability-card{display:grid;gap:10px}.home-cinema__capability-top,.home-cinema__timeline-head{display:flex;align-items:center;gap:10px}.home-cinema__capability-icon,.home-cinema__timeline-head svg{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:999px;color:var(--home-accent);background:var(--home-accent-soft);flex:0 0 auto}.home-cinema__capability-label{color:#e6d8c4;font-size:.72rem}.home-cinema__process-card{display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:start}.home-cinema__process-number{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:14px;color:#141414;background:linear-gradient(135deg,#f0cf98,#c7974f);font-size:.82rem;font-weight:700}.home-cinema__timeline-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.home-cinema__timeline-column{display:grid;gap:16px}.home-cinema__timeline-card span{color:var(--home-accent);font-size:.74rem}.home-cinema__timeline-card strong{display:block;margin-top:8px;margin-bottom:6px;font-size:1.05rem}.home-cinema__cta{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:center}.home-cinema__cta-copy{display:grid;gap:10px}@media (max-width:1180px){.home-cinema__cta,.home-cinema__feature-card--primary,.home-cinema__feature-grid,.home-cinema__hero,.home-cinema__section--split,.home-cinema__timeline-grid{grid-template-columns:1fr}.home-cinema__feature-media{aspect-ratio:16/11}}@media (max-width:900px){.home-cinema{--home-shell-width:calc(100vw - 20px);gap:16px;padding-bottom:44px}.home-cinema__cta,.home-cinema__hero-aside,.home-cinema__hero-copy,.home-cinema__panel,.home-cinema__timeline-column{border-radius:22px;padding:18px}.home-cinema__hero-copy{min-height:auto}.home-cinema__hero h1{max-width:100%;font-size:clamp(2.45rem,12.5vw,3.85rem);line-height:.92}.home-cinema__capabilities,.home-cinema__rail,.home-cinema__signal-row{grid-template-columns:1fr}.home-cinema__lead{font-size:1.02rem}.home-cinema__cta-actions,.home-cinema__hero-actions{flex-direction:column}.home-cinema__button{width:100%}}@media (prefers-reduced-motion:reduce){.home-cinema__button,.home-cinema__feature-card--compact,.home-cinema__inline-link,.home-cinema__rail-card{transition:none}}@media (max-width:760px){.navbar{width:calc(100vw - 16px);grid-template-columns:1fr;justify-items:center;gap:6px;padding:8px 10px;border-radius:16px}.nav-spacer{display:none}.nav-links{max-width:min(100%,360px);gap:4px;justify-content:center}.nav-links a{min-height:32px;padding:0 9px;font-size:12px}.lang-row{justify-self:center}.lang-btn{min-height:32px;min-width:42px}}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Manrope Fallback;src:local("Arial");ascent-override:103.31%;descent-override:29.07%;line-gap-override:0.00%;size-adjust:103.19%}.__className_fe7774{font-family:Manrope,Manrope Fallback;font-style:normal}.__variable_fe7774{--font-sans:"Manrope","Manrope Fallback"}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/58f386aa6b1a2a92-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/011e180705008d6f-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7ba5fb2a8c88521c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/92eeb95d069020cc-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/d3ebbfd689654d3a-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ef4d5661765d0e49-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/d29838c109ef09b4-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e40af3453d7c920a-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/99dcf268bda04fe5-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/98e207f02528a563-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/73cb51aac9c97f90-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/d26bbd13d6b70f89-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/20535187d867b7b9-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/5356a6a4f2c8c8d8-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/db96af6b531dc71f-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:IBM Plex Mono Fallback;src:local("Arial");ascent-override:76.16%;descent-override:20.43%;line-gap-override:0.00%;size-adjust:134.59%}.__className_ae93f2{font-family:IBM Plex Mono,IBM Plex Mono Fallback;font-style:normal}.__variable_ae93f2{--font-mono:"IBM Plex Mono","IBM Plex Mono Fallback"}@font-face{font-family:Rubik;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/32c80fb7588b7a2e-s.woff2) format("woff2");unicode-range:u+06??,u+0750-077f,u+0870-088e,u+0890-0891,u+0897-08e1,u+08e3-08ff,u+200c-200e,u+2010-2011,u+204f,u+2e41,u+fb50-fdff,u+fe70-fe74,u+fe76-fefc,u+102e0-102fb,u+10e60-10e7e,u+10ec2-10ec4,u+10efc-10eff,u+1ee00-1ee03,u+1ee05-1ee1f,u+1ee21-1ee22,u+1ee24,u+1ee27,u+1ee29-1ee32,u+1ee34-1ee37,u+1ee39,u+1ee3b,u+1ee42,u+1ee47,u+1ee49,u+1ee4b,u+1ee4d-1ee4f,u+1ee51-1ee52,u+1ee54,u+1ee57,u+1ee59,u+1ee5b,u+1ee5d,u+1ee5f,u+1ee61-1ee62,u+1ee64,u+1ee67-1ee6a,u+1ee6c-1ee72,u+1ee74-1ee77,u+1ee79-1ee7c,u+1ee7e,u+1ee80-1ee89,u+1ee8b-1ee9b,u+1eea1-1eea3,u+1eea5-1eea9,u+1eeab-1eebb,u+1eef0-1eef1}@font-face{font-family:Rubik;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/60181e10ad16e354-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Rubik;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c1b11e140b58cf5a-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Rubik;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/99e31c27a1524300-s.woff2) format("woff2");unicode-range:u+0307-0308,u+0590-05ff,u+200c-2010,u+20aa,u+25cc,u+fb1d-fb4f}@font-face{font-family:Rubik;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/5b25d60b4670300e-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Rubik;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/0a86735c6520d94f-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Rubik;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/32c80fb7588b7a2e-s.woff2) format("woff2");unicode-range:u+06??,u+0750-077f,u+0870-088e,u+0890-0891,u+0897-08e1,u+08e3-08ff,u+200c-200e,u+2010-2011,u+204f,u+2e41,u+fb50-fdff,u+fe70-fe74,u+fe76-fefc,u+102e0-102fb,u+10e60-10e7e,u+10ec2-10ec4,u+10efc-10eff,u+1ee00-1ee03,u+1ee05-1ee1f,u+1ee21-1ee22,u+1ee24,u+1ee27,u+1ee29-1ee32,u+1ee34-1ee37,u+1ee39,u+1ee3b,u+1ee42,u+1ee47,u+1ee49,u+1ee4b,u+1ee4d-1ee4f,u+1ee51-1ee52,u+1ee54,u+1ee57,u+1ee59,u+1ee5b,u+1ee5d,u+1ee5f,u+1ee61-1ee62,u+1ee64,u+1ee67-1ee6a,u+1ee6c-1ee72,u+1ee74-1ee77,u+1ee79-1ee7c,u+1ee7e,u+1ee80-1ee89,u+1ee8b-1ee9b,u+1eea1-1eea3,u+1eea5-1eea9,u+1eeab-1eebb,u+1eef0-1eef1}@font-face{font-family:Rubik;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/60181e10ad16e354-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Rubik;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c1b11e140b58cf5a-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Rubik;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/99e31c27a1524300-s.woff2) format("woff2");unicode-range:u+0307-0308,u+0590-05ff,u+200c-2010,u+20aa,u+25cc,u+fb1d-fb4f}@font-face{font-family:Rubik;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/5b25d60b4670300e-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Rubik;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/0a86735c6520d94f-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Rubik;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/32c80fb7588b7a2e-s.woff2) format("woff2");unicode-range:u+06??,u+0750-077f,u+0870-088e,u+0890-0891,u+0897-08e1,u+08e3-08ff,u+200c-200e,u+2010-2011,u+204f,u+2e41,u+fb50-fdff,u+fe70-fe74,u+fe76-fefc,u+102e0-102fb,u+10e60-10e7e,u+10ec2-10ec4,u+10efc-10eff,u+1ee00-1ee03,u+1ee05-1ee1f,u+1ee21-1ee22,u+1ee24,u+1ee27,u+1ee29-1ee32,u+1ee34-1ee37,u+1ee39,u+1ee3b,u+1ee42,u+1ee47,u+1ee49,u+1ee4b,u+1ee4d-1ee4f,u+1ee51-1ee52,u+1ee54,u+1ee57,u+1ee59,u+1ee5b,u+1ee5d,u+1ee5f,u+1ee61-1ee62,u+1ee64,u+1ee67-1ee6a,u+1ee6c-1ee72,u+1ee74-1ee77,u+1ee79-1ee7c,u+1ee7e,u+1ee80-1ee89,u+1ee8b-1ee9b,u+1eea1-1eea3,u+1eea5-1eea9,u+1eeab-1eebb,u+1eef0-1eef1}@font-face{font-family:Rubik;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/60181e10ad16e354-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Rubik;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c1b11e140b58cf5a-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Rubik;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/99e31c27a1524300-s.woff2) format("woff2");unicode-range:u+0307-0308,u+0590-05ff,u+200c-2010,u+20aa,u+25cc,u+fb1d-fb4f}@font-face{font-family:Rubik;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/5b25d60b4670300e-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Rubik;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/0a86735c6520d94f-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Rubik Fallback;src:local("Arial");ascent-override:89.06%;descent-override:23.81%;line-gap-override:0.00%;size-adjust:104.98%}.__className_647193{font-family:Rubik,Rubik Fallback;font-style:normal}.__variable_647193{--font-display:"Rubik","Rubik Fallback"}