:root{--bg: #fbfbf8;--text: #181818;--text-soft: #777;--text-soft-strong: rgba(24, 24, 24, .68);--line: rgba(24, 24, 24, .1);--line-strong: rgba(24, 24, 24, .28);--blue: #34ace8;--orange: #ff9f1a;--text-on-accent: #ffffff;--surface: rgba(255, 255, 255, .58);--surface-strong: rgba(255, 255, 255, .66);--surface-border: rgba(24, 24, 24, .12);--overlay-top: rgba(255, 255, 255, .82);--overlay-side: rgba(255, 255, 255, .74);--overlay-glow: rgba(255, 255, 255, .3);--cursor-glow: transparent;--cursor-x: 50vw;--cursor-y: 30vh;--shadow-soft: 0 22px 40px rgba(0, 0, 0, .12);--shadow-pill: 0 18px 28px rgba(0, 0, 0, .18);--font-sans: "Red Hat Display", system-ui, sans-serif;--cursor-size: 14px}.site-shell.theme-paper{--bg: #fbfbf8;--text: #181818;--text-soft: #777;--text-soft-strong: rgba(24, 24, 24, .68);--line: rgba(24, 24, 24, .1);--line-strong: rgba(24, 24, 24, .28);--surface: rgba(255, 255, 255, .58);--surface-strong: rgba(255, 255, 255, .66);--surface-border: rgba(24, 24, 24, .12);--overlay-top: rgba(255, 255, 255, .82);--overlay-side: rgba(255, 255, 255, .74);--overlay-glow: rgba(255, 255, 255, .3);--cursor-glow: transparent}.site-shell.theme-colorful{--bg: #ff9f19;--text: #141416;--text-soft: rgba(20, 20, 22, .72);--text-soft-strong: rgba(20, 20, 22, .84);--blue: #19a6ff;--orange: #ff9f19;--line: rgba(255, 245, 228, .16);--line-strong: rgba(255, 250, 241, .34);--surface: rgba(255, 244, 231, .82);--surface-strong: rgba(255, 248, 238, .9);--surface-border: rgba(255, 255, 255, .34);--overlay-top: rgba(255, 243, 211, .24);--overlay-side: rgba(255, 213, 148, .08);--overlay-glow: rgba(255, 239, 200, .18);--cursor-glow: rgba(255, 248, 233, .24);--shadow-soft: 0 32px 54px rgba(110, 52, 0, .24);--shadow-pill: 0 24px 38px rgba(110, 52, 0, .28)}.site-shell.theme-dark{--bg: #121214;--text: #f8f8f4;--text-soft: rgba(248, 248, 244, .82);--text-soft-strong: rgba(248, 248, 244, .94);--line: rgba(255, 255, 255, .1);--line-strong: rgba(255, 255, 255, .24);--surface: rgba(28, 28, 32, .84);--surface-strong: rgba(38, 38, 44, .9);--surface-border: rgba(255, 255, 255, .12);--overlay-top: rgba(255, 255, 255, .1);--overlay-side: rgba(255, 255, 255, .03);--overlay-glow: rgba(255, 255, 255, .05);--cursor-glow: rgba(95, 125, 255, .12);--shadow-soft: 0 28px 48px rgba(0, 0, 0, .4);--shadow-pill: 0 24px 36px rgba(0, 0, 0, .36)}*{box-sizing:border-box;margin:0;padding:0}html{background:var(--bg);scroll-behavior:smooth;scroll-padding-top:112px}body{min-height:100vh;color:var(--text);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;background:transparent}body,#root{min-height:100vh}body.has-custom-cursor,body.has-custom-cursor *{cursor:none!important}#app-cursor{position:fixed;top:0;left:0;width:31px;height:34px;pointer-events:none;z-index:9999;will-change:transform;filter:drop-shadow(0 12px 18px rgba(0,0,0,.18));opacity:0;transition:filter .18s ease,opacity .18s ease}#app-cursor.is-visible{opacity:1}#app-cursor svg{display:block;width:100%;height:100%;transition:transform .18s ease}#app-cursor .app-cursor__fill,#app-cursor .app-cursor__accent{transition:fill .18s ease}#app-cursor.is-hovered{filter:drop-shadow(0 16px 24px rgba(0,0,0,.24)) brightness(1.02)}#app-cursor.is-hovered svg{transform:scale(1.04)}#app-cursor.is-hovered .app-cursor__accent{fill:var(--orange)}.site-shell{position:relative;min-height:100vh;overflow:hidden;isolation:isolate;background-color:var(--bg);background-image:linear-gradient(var(--line) 1px,transparent 1px),linear-gradient(90deg,var(--line) 1px,transparent 1px);background-size:128px 128px;background-position:center top;transition:background-color .7s cubic-bezier(.4,0,.2,1),background-image .7s cubic-bezier(.4,0,.2,1)}.cursor-glow-layer{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;opacity:0;will-change:opacity;transform:translateZ(0);background:radial-gradient(circle 150px at var(--cursor-x) var(--cursor-y),var(--cursor-glow) 0%,rgba(255,255,255,.02) 32%,transparent 68%);transition:opacity .35s ease,background .22s ease-out}.site-shell.theme-colorful .cursor-glow-layer,.site-shell.theme-dark .cursor-glow-layer{opacity:1}.viewport-gradual-blur{position:fixed;left:0;right:0;bottom:0;height:min(24vh,240px);pointer-events:none;z-index:2;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);mask-image:linear-gradient(to top,rgba(0,0,0,.98),rgba(0,0,0,.72),transparent 100%);-webkit-mask-image:linear-gradient(to top,rgba(0,0,0,.98),rgba(0,0,0,.72),transparent 100%)}.viewport-gradual-blur:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(251,251,248,.56) 0%,rgba(251,251,248,.2) 45%,transparent 100%)}.site-shell.theme-colorful .viewport-gradual-blur:before{background:linear-gradient(to top,rgba(255,159,25,.34) 0%,rgba(255,159,25,.12) 45%,transparent 100%)}.site-shell.theme-dark .viewport-gradual-blur:before{background:linear-gradient(to top,rgba(18,18,20,.62) 0%,rgba(18,18,20,.22) 45%,transparent 100%)}.site-shell:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 12%,var(--overlay-top),transparent 34%),linear-gradient(90deg,var(--overlay-side),transparent 16%,transparent 84%,var(--overlay-side));pointer-events:none;will-change:opacity;transition:opacity .7s cubic-bezier(.4,0,.2,1),background .22s ease-out}.site-shell:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 10%,var(--overlay-glow),transparent 42%);opacity:.8;pointer-events:none;will-change:opacity;transition:opacity .7s cubic-bezier(.4,0,.2,1)}.site-main{position:relative;z-index:1;scroll-snap-type:y proximity}.motion-stage{--offset-x: 0px;--offset-y: 0px;--glow-x: 50%;--glow-y: 18%;--section-progress: 0;--section-depth: 0;scroll-snap-align:start}.site-header-mobile{display:contents}.site-header{position:fixed;top:1.5rem;left:50%;transform:translate(-50%);width:min(92vw,790px);min-height:76px;padding:.75rem .875rem .75rem 1.25rem;display:flex;align-items:center;justify-content:space-between;border:1px solid var(--surface-border);border-radius:999px;background:linear-gradient(180deg,#ffffff8f,#ffffff52),linear-gradient(135deg,#ffffff38,#ffffff0f);backdrop-filter:blur(26px) saturate(1.18);-webkit-backdrop-filter:blur(26px) saturate(1.18);box-shadow:0 22px 42px #0000001a,inset 0 1px #ffffffad,inset 0 -1px #ffffff38;z-index:10;overflow:hidden;isolation:isolate;animation:settle-in-centered .9s cubic-bezier(.2,1,.3,1) both}.site-header__top-row{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem}.site-header--minimal{display:inline-flex;width:max-content;min-width:0;max-width:none;justify-content:flex-start;gap:1.5rem;padding-left:1.25rem;padding-right:.875rem}.site-header--minimal .site-header__brand:before{display:none}.site-header--minimal .site-header__brand{flex:0 0 auto;justify-content:flex-start;font-size:20px;font-weight:300;letter-spacing:-.04em;text-align:left}.site-header--minimal .site-header__cta{flex:0 0 auto}.site-header:before,.site-header:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none}.site-header:before{background:radial-gradient(circle at 16% 0%,rgba(255,255,255,.62),transparent 28%),radial-gradient(circle at 84% 100%,rgba(255,255,255,.24),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.24),transparent 48%);opacity:.95}.site-header:after{top:1px;right:1px;bottom:1px;left:1px;border-radius:inherit;border:1px solid rgba(255,255,255,.2);mask-image:linear-gradient(180deg,rgba(0,0,0,.96),transparent 72%);-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.96),transparent 72%)}.site-header__brand,.site-header__cta,.site-header__nav a{color:var(--text);text-decoration:none}.site-header__brand{display:inline-flex;align-items:center;gap:.625rem;font-size:1rem;font-weight:700;letter-spacing:-.03em;min-height:44px;position:relative;z-index:1}.site-header__brand-logo{width:30px;height:30px;flex:0 0 auto;display:block}.site-header__actions{display:inline-flex;align-items:center;gap:.75rem;position:relative;z-index:1}.language-toggle{position:fixed;right:24px;top:24px;z-index:34;transform:none;display:inline-flex;align-items:center;gap:.2rem;border:1px solid var(--surface-border);border-radius:999px;background:#ffffff94;padding:.22rem;box-shadow:var(--shadow-pill)}.language-toggle button{min-width:38px;min-height:30px;border:0;border-radius:999px;background:transparent;color:var(--text-soft);font:inherit;font-size:.72rem;font-weight:900;letter-spacing:.08em;transition:background .2s ease,color .2s ease,transform .2s ease}.language-toggle button:hover,.language-toggle button.is-active{background:var(--blue);color:var(--text-on-accent)}.language-toggle button:hover{transform:translateY(-1px)}.site-shell.theme-dark .language-toggle{border-color:#ffffff1f;background:#ffffff14}.site-header__brand:before{content:"";width:14px;height:14px;border-radius:50%;background:var(--orange);box-shadow:0 0 0 1px #ffffff59,0 6px 12px #ff9f1a3d;flex:0 0 auto}.site-header__brand:has(.site-header__brand-logo):before{display:none}.site-header__nav{display:flex;align-items:center;justify-content:center;gap:1.75rem;list-style:none;min-height:44px;margin:0;padding:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.site-header__nav a{display:inline-flex;align-items:center;font-size:.92rem;font-weight:500;color:var(--text-soft-strong);min-height:44px;line-height:1;transition:color .2s ease}.site-header__nav a:hover{color:var(--text)}.button-primary,.button-secondary{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;text-decoration:none;font:inherit;font-weight:700;letter-spacing:-.02em;white-space:nowrap;transition:transform .28s ease,box-shadow .28s ease,filter .28s ease,background .28s ease,color .28s ease,border-color .28s ease}.button-primary{border:1px solid var(--surface-border);background:var(--blue);color:var(--text-on-accent);box-shadow:var(--shadow-pill);position:relative;overflow:hidden;isolation:isolate}.button-secondary{border:1px solid var(--surface-border);background:#ffffff57;color:var(--text);backdrop-filter:blur(18px) saturate(1.04);-webkit-backdrop-filter:blur(18px) saturate(1.04)}.button-primary:hover,.button-secondary:hover{transform:translateY(-1px)}.button-primary:hover{box-shadow:0 22px 32px #0003;filter:saturate(1.02)}.site-header__cta{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 1.4rem;border:0;font-size:1rem;font-weight:600;position:relative;z-index:1;cursor:pointer}.site-header__menu-toggle{display:none;width:52px;min-width:52px;height:52px;min-height:52px;padding:0;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:var(--blue);color:var(--text-on-accent);box-shadow:var(--shadow-pill);position:relative;z-index:1}.site-header__mobile-launcher{display:none}.site-header__menu-toggle-icon{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center}.site-header__menu-toggle-icon svg{width:100%;height:100%;display:block;fill:currentColor}.button-primary:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(115deg,transparent 18%,rgba(255,255,255,.08) 32%,rgba(255,255,255,.3) 44%,rgba(255,255,255,.1) 56%,transparent 72%);transform:translate(-135%);transition:transform .9s cubic-bezier(.22,1,.36,1);pointer-events:none;z-index:0}.button-primary:after{content:"";position:absolute;top:1px;right:1px;bottom:1px;left:1px;border-radius:inherit;background:linear-gradient(180deg,rgba(255,255,255,.16),transparent 42%);opacity:.4;pointer-events:none;z-index:0}.button-primary>*{position:relative;z-index:1}.button-primary:hover:before{transform:translate(135%)}.site-shell.theme-dark .site-header,.site-shell.theme-dark .theme-toggle,.site-shell.theme-dark .project-tile,.site-shell.theme-dark .skills-ticker{box-shadow:0 20px 36px #0000003d}.site-shell.theme-colorful .site-header{background:linear-gradient(180deg,#ffecf647,#ffe3ff1f),linear-gradient(135deg,#fff3,#ffffff14);border-color:#ffffff42;box-shadow:0 24px 44px #4b14872e,inset 0 1px #ffffff6b,inset 0 -1px #ffffff1f}.site-shell.theme-dark .site-header{background:linear-gradient(180deg,#2a2a32ad,#1a1a2075),linear-gradient(135deg,#ffffff14,#ffffff05);border-color:#ffffff1a;backdrop-filter:blur(24px) saturate(1.12);-webkit-backdrop-filter:blur(24px) saturate(1.12)}.theme-toggle__label{font-size:.82rem;text-transform:uppercase;letter-spacing:.12em;color:var(--text-soft)}.theme-toggle__value{font-size:1rem;font-weight:700}.hero-section{position:relative;min-height:100vh;padding:4.25rem 8vw 2rem;display:flex;justify-content:center;align-items:center}.hero-section__floating{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;pointer-events:none}.hero-section__overlay-center{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;display:grid;place-items:center;pointer-events:none}.side-chat{position:absolute;top:calc(50% - 50px);right:clamp(1.25rem,4vw,4rem);z-index:4;width:min(27vw,372px);min-width:308px;transform:translate3d(var(--badge-drag-x, 0),calc(-50% + var(--badge-drag-y, 0)),0);padding:0;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none}.side-chat-notification{display:none}.side-chat.project-tile:hover{transform:translate3d(var(--badge-drag-x, 0),calc(-50% + var(--badge-drag-y, 0)),0);box-shadow:0 24px 38px #00000014}.side-chat[data-dragging=true]{cursor:grabbing;transition:none}.side-chat__visual{display:flex;flex-direction:column;gap:.7rem;min-height:100%;padding:1rem}.side-chat__viewport{position:relative;flex:1 1 auto;min-height:196px;max-height:196px;padding:.85rem 1rem 1rem;border-radius:30px;background:radial-gradient(circle at 18% 0%,rgba(52,172,232,.08),transparent 30%),radial-gradient(circle at 100% 100%,rgba(255,159,26,.08),transparent 36%),linear-gradient(180deg,var(--surface-strong),var(--surface));box-shadow:inset 0 0 0 1px #ffffff29,inset 0 18px 36px #0000000b,inset 0 -14px 28px #fff3;overflow-y:auto;overflow-x:hidden;scroll-behavior:smooth;scrollbar-width:none}.side-chat__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:40px;padding:0 .15rem}.side-chat__title{font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--text-soft-strong)}.side-chat__meta{display:inline-flex;align-items:center;min-height:34px;padding:0 .8rem;border-radius:999px;background:#ffffff4d;border:1px solid var(--surface-border);font-size:.84rem;font-weight:700;color:var(--text-soft-strong)}.side-chat__viewport::-webkit-scrollbar{display:none}.side-chat__track{display:flex;flex-direction:column;gap:.72rem;padding-right:.2rem;padding-bottom:1rem;list-style:none}.side-chat__message{display:none;opacity:0;transform:translateY(10px);color:var(--text);font-family:var(--font-sans);font-size:.9rem;line-height:1.42;letter-spacing:-.02em;text-wrap:pretty;transition:opacity .45s ease,transform .45s ease}.side-chat__message.is-visible{display:block;opacity:1;transform:translateY(0)}.side-chat__typing{display:inline-flex;align-items:center;gap:.7rem;width:fit-content;min-height:38px;padding:.65rem .85rem;border:1px solid var(--surface-border);border-radius:999px;background:#ffffff3d;color:var(--text-soft-strong);font-family:var(--font-sans);font-size:.82rem;font-weight:600}.side-chat__typing-user{color:var(--text-soft)}.side-chat__typing-dots{display:inline-flex;align-items:center;gap:.3rem}.side-chat__typing-dots span{width:7px;height:7px;border-radius:50%;background:var(--blue);animation:side-chat-dot-pulse 1.1s ease-in-out infinite}.side-chat__typing-dots span:nth-child(2){animation-delay:.16s;background:var(--orange)}.side-chat__typing-dots span:nth-child(3){animation-delay:.32s;background:var(--blue)}.side-chat__user{font-weight:700}.side-chat__user--blue{color:var(--blue)}.side-chat__user--orange{color:var(--orange)}.side-chat__text{color:var(--text)}.side-chat-notification{position:absolute;top:clamp(5.1rem,10vw,7.9rem);right:clamp(1.25rem,4vw,4rem);z-index:4;width:min(28vw,430px);min-width:320px;padding:.9rem 1rem;display:none;align-items:flex-start;gap:.85rem;box-sizing:border-box;border:1px solid var(--surface-border);border-radius:28px;background:linear-gradient(180deg,#ffffffd1,#ffffff9e),linear-gradient(140deg,#ffffff3d,#ffffff14);box-shadow:0 24px 38px #0000001a,inset 0 1px #ffffffa3;contain:paint}.side-chat-notification__icon{width:42px;min-width:42px;height:42px;min-height:42px;display:inline-flex;align-items:center;justify-content:center;border-radius:16px;box-shadow:0 14px 24px #0000001f}.side-chat-notification__icon img{width:100%;height:100%;display:block}.side-chat-notification__body{flex:1 1 auto;width:100%;min-width:0;display:flex;flex-direction:column;gap:.16rem;padding-right:1rem}.side-chat-notification__topline{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.side-chat-notification__label,.side-chat-notification__time{font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--text-soft)}.side-chat-notification__title{color:var(--text);font-size:1rem;font-weight:700;letter-spacing:-.03em}.side-chat-notification__copy{color:var(--text-soft-strong);font-size:.9rem;line-height:1.42;letter-spacing:-.02em;max-width:none;text-wrap:pretty}.side-chat-notification__typing{position:absolute;top:1rem;right:1rem;display:inline-flex;align-items:center;gap:.28rem;min-width:34px;pointer-events:none}.side-chat-notification__typing span{width:6px;height:6px;border-radius:50%;background:var(--blue);animation:side-chat-dot-pulse 1.1s ease-in-out infinite}.side-chat-notification__typing span:nth-child(2){animation-delay:.16s;background:var(--orange)}.side-chat-notification__typing span:nth-child(3){animation-delay:.32s}.site-shell.theme-dark .side-chat__viewport{background:radial-gradient(circle at 18% 0%,rgba(52,172,232,.1),transparent 30%),radial-gradient(circle at 100% 100%,rgba(255,159,26,.1),transparent 36%),linear-gradient(180deg,#1e1e23f0,#18181ce6);box-shadow:inset 0 0 0 1px #ffffff14,inset 0 18px 36px #00000038,inset 0 -14px 28px #ffffff0a}.site-shell.theme-dark .side-chat-notification{background:linear-gradient(180deg,#26262ceb,#18181cd6),linear-gradient(140deg,#ffffff14,#ffffff05);box-shadow:inset 0 0 0 1px #ffffff14,0 20px 32px #0000002e}.site-shell.theme-dark .side-chat-notification__title{color:#fff}.site-shell.theme-dark .side-chat-notification__copy,.site-shell.theme-dark .side-chat-notification__label,.site-shell.theme-dark .side-chat-notification__time{color:#ffffffb8}.site-shell.theme-dark .side-chat__header{color:#f8f8f4d1}.hero-section__content{position:relative;z-index:2;display:flex;flex-direction:column;margin-top:2.5rem;max-width:940px;animation:content-in .9s .18s cubic-bezier(.2,1,.3,1) both;transform:translateY(calc(var(--section-progress) * -2.5rem));opacity:calc(1.1 - (var(--section-progress) * .18));align-items:center}.hero-section__controls{position:fixed;top:24px;left:24px;z-index:10;display:flex;flex-direction:column;align-items:flex-start;animation:content-in .9s .12s cubic-bezier(.2,1,.3,1) both}.hero-section__badge-orbit{position:relative;width:min(940px,calc(100vw - 24rem));min-height:620px;height:72vh;max-height:720px;pointer-events:none}.hero-section__status-pill{width:min(100%,450px);display:inline-flex;align-items:center;justify-content:flex-start;gap:.5rem;min-height:54px;padding:0 1rem;border:1px solid var(--surface-border);border-radius:999px;background:var(--surface-strong);color:var(--text);font-size:.82rem;font-weight:600;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 18px 32px #0000000f}.hero-section__status-text{display:inline-flex;align-items:center;flex:1 1 auto;min-width:0;white-space:nowrap;line-height:1;letter-spacing:-.02em}.hero-section__status-text>span:first-child{flex:0 0 auto}.hero-section__status-type{flex:1 1 auto;min-width:0;max-width:none;display:inline-flex;align-items:center;overflow:hidden;white-space:nowrap}.hero-section__status-caret{width:1px;height:1.05em;margin-left:.08em;background:currentColor;opacity:.65;animation:status-caret-blink .9s steps(1) infinite}.hero-section__status-dot{position:relative;width:11px;height:11px;flex:0 0 auto;border-radius:50%;background:#2bb673;box-shadow:0 0 0 6px #2bb6731a}.hero-section__status-dot:after{content:"";position:absolute;top:-7px;right:-7px;bottom:-7px;left:-7px;border-radius:999px;border:1px solid rgba(43,182,115,.22);opacity:0;transform:scale(.82);animation:status-ping 2.8s ease-out infinite}.hero-section__title{font-size:clamp(5rem,9vw,9.2rem);line-height:1;font-weight:700;letter-spacing:-.055em;text-wrap:balance;display:block;text-align:center;padding:.06em 0 .16em;overflow:visible;perspective:900px;transform-style:preserve-3d}.hero-section__title-line{display:flex;justify-content:center;align-items:flex-end;gap:.145em;overflow:visible;min-height:1.08em;will-change:transform;transition:transform .3s cubic-bezier(.22,1,.36,1)}.hero-section__title-line--1{transform:translate3d(calc(var(--offset-x) * .5),calc(var(--offset-y) * -.38),0) skew(calc(var(--offset-x) * -.045deg))}.hero-section__title-line--2{transform:translate3d(calc(var(--offset-x) * -.34),calc(var(--offset-y) * .28),0) skew(calc(var(--offset-x) * .03deg))}.hero-section__title-segment,.hero-section__title-copy,.hero-section__title-accent{--word-scale-x: 1;--word-scale-y: 1;--word-shift-y: 0em;--word-letter-spacing: -.01em;--word-opacity: 1;display:inline-flex;align-items:flex-end;justify-content:center;overflow:visible;line-height:1;padding:.04em 0 .12em;font-family:var(--word-font-family, var(--font-sans));letter-spacing:-.02em;opacity:var(--word-opacity);white-space:nowrap;transition:opacity .24s ease,font-family .18s ease}.hero-section__title-line:first-child .hero-section__title-copy{margin-left:0}.hero-section__title-char{--char-scale-x: 1;--char-scale-y: 1;--char-shift-y: 0em;--char-opacity: 1;--char-drag-x: 0px;--char-drag-y: 0px;display:inline-block;line-height:1;font-family:var(--char-font-family, inherit);transform-origin:50% 72%;transform:translate3d(var(--char-drag-x),var(--char-drag-y),0) translateY(var(--char-shift-y)) scaleX(var(--char-scale-x)) scaleY(var(--char-scale-y));opacity:var(--char-opacity);touch-action:none;transition:transform .24s cubic-bezier(.22,1,.36,1),opacity .18s ease,color .2s ease,font-family .1s ease}.hero-section__title-char--space{width:.16em}.hero-section__title-segment{cursor:default}.hero-section__title-char[data-pressure-char=true]{cursor:grab}.hero-section__title-char--drag-demo{position:relative;z-index:1}.hero-section__title-char-inner{display:inline-block;transform-origin:50% 72%}.hero-section__title-char--drag-demo .hero-section__title-char-inner{animation:hero-first-letter-float 5.6s cubic-bezier(.42,0,.2,1) infinite;will-change:transform;filter:drop-shadow(0 10px 18px rgba(52,172,232,.18))}.hero-section__title-char[data-dragging=true]{cursor:grabbing;z-index:2;filter:drop-shadow(0 14px 24px rgba(0,0,0,.12));transition:none}.hero-section__title-char[data-dragging=true] .hero-section__title-char-inner{animation-play-state:paused}.is-dragging-title-char{-webkit-user-select:none;user-select:none}.site-shell.theme-colorful .site-header,.site-shell.theme-colorful .hero-section__status-pill,.site-shell.theme-colorful .theme-toggle,.site-shell.theme-colorful .experience-counters__card,.site-shell.theme-colorful .project-tile,.site-shell.theme-colorful .skills-ticker{background:linear-gradient(180deg,#fff4eff0,#ffe3d8db);border-color:#fff6;box-shadow:0 24px 42px #7a220033,inset 0 1px #ffffff73}.site-shell.theme-colorful .theme-toggle__track{background:linear-gradient(180deg,#fffbf8fa,#fff0e8eb)}.site-shell.theme-colorful .theme-toggle__copy,.site-shell.theme-colorful .hero-section__status-pill,.site-shell.theme-colorful .site-header__brand,.site-shell.theme-colorful .site-header__nav a,.site-shell.theme-colorful .site-header__cta{color:#151518}.site-shell.theme-colorful .skills-ticker__item:after{background:#73e300}.site-shell.theme-colorful .project-tile__tag{background:#ffffff6b;color:#141416c2}.site-shell.theme-colorful .work-showcase__filter{background:#fff5f057;border-color:#fff6}.hero-section__title-accent{color:var(--blue)}.hero-section__title-copy{color:var(--text)}.site-shell.theme-colorful .hero-section__title-accent{color:#19a6ff}.site-shell.theme-colorful .hero-section__title-copy{color:#151518}.site-shell.theme-dark .hero-section__title-copy{color:#fff}.site-shell.theme-dark .hero-section__title-accent{color:var(--orange)}.hero-section__subtitle{margin-top:.25rem;font-size:clamp(1.8rem,2.8vw,3rem);font-weight:400;letter-spacing:-.03em;color:var(--text-soft-strong);display:inline-flex;align-items:center;justify-content:center;gap:.24em;will-change:transform;transform:translate3d(calc(var(--offset-x) * .12),calc(var(--offset-y) * .08),0) skew(calc(var(--offset-x) * -.012deg));transition:transform .28s cubic-bezier(.22,1,.36,1),color .22s ease}.hero-section__subtitle-word{display:inline-block;transition:transform .32s cubic-bezier(.22,1,.36,1),opacity .22s ease}.hero-section__subtitle-word:nth-child(1){transform:translate3d(calc(var(--offset-x) * -.08),calc(var(--offset-y) * -.05),0)}.hero-section__subtitle-word:nth-child(2){transform:translate3d(calc(var(--offset-x) * .02),calc(var(--offset-y) * .03),0)}.hero-section__subtitle-word:nth-child(3){transform:translate3d(calc(var(--offset-x) * .1),calc(var(--offset-y) * .06),0)}.hero-section__primary-cta{margin-top:1.5rem;min-height:60px;padding:0 1.6rem;font-size:1rem;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-color:transparent}.theme-toggle{width:fit-content;display:inline-flex;align-items:center;gap:.6rem;padding:.44rem .62rem .44rem .82rem;border-radius:999px;border:1px solid var(--surface-border);background:var(--surface-strong);color:var(--text);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:var(--shadow-pill);transition:transform .24s ease,box-shadow .24s ease;align-self:flex-start}.theme-toggle:hover{transform:translateY(-2px)}.theme-toggle--compact{padding:.44rem .5rem}.theme-toggle--compact .theme-toggle__copy,.mobile-theme-switch{display:none}.theme-toggle__copy{display:flex;flex-direction:column;align-items:flex-start;min-width:4.85rem}.theme-toggle__track{position:relative;width:80px;height:38px;flex:0 0 auto;display:block;border-radius:999px;background:#fffffff5;box-shadow:inset 6px 6px 10px #0000000f,inset -6px -6px 10px #fffffff2,0 14px 22px #00000014;overflow:hidden}.site-shell.theme-dark .theme-toggle__track{background:#ffffff1f;box-shadow:inset 6px 6px 10px #00000038,inset -6px -6px 10px #ffffff0f,0 14px 22px #00000038}.theme-toggle__track:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(135deg,rgba(255,255,255,.64),transparent 54%);pointer-events:none}.theme-toggle__knob{position:absolute;top:3px;left:3px;width:32px;height:32px;border-radius:50%;background:linear-gradient(145deg,#ffe487,#ffc62a);box-shadow:0 12px 18px #ffc62a47,inset 5px 5px 10px #ffffff75,inset -5px -5px 9px #dea30057;transition:transform .58s cubic-bezier(.175,.885,.32,1.275),background .35s ease,box-shadow .35s ease;overflow:hidden;isolation:isolate}.theme-toggle__knob:before{content:"";position:absolute;top:2px;right:2px;bottom:2px;left:2px;border-radius:inherit;background:radial-gradient(circle at 28% 26%,rgba(255,255,255,.58) 0%,rgba(255,255,255,.22) 16%,transparent 34%),radial-gradient(circle at 70% 72%,rgba(255,214,96,.28) 0%,transparent 42%),radial-gradient(circle at 48% 44%,rgba(255,244,214,.24) 0%,transparent 58%);filter:blur(1px) saturate(1.08);transform:scale(1);animation:knob-oracle 5.4s ease-in-out infinite alternate;pointer-events:none;z-index:0}.theme-toggle__knob:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(120deg,transparent 18%,rgba(255,255,255,.08) 30%,rgba(255,255,255,.34) 46%,rgba(255,255,255,.1) 60%,transparent 76%);transform:translate(-140%);animation:knob-shine 2.8s ease-in-out infinite;pointer-events:none;z-index:1}.theme-toggle--colorful .theme-toggle__knob{transform:translate(21px);background:linear-gradient(145deg,#7dd0f6,#34ace8);box-shadow:0 12px 18px #34ace847,inset 5px 5px 10px #ffffff57,inset -5px -5px 9px #007ab647}.theme-toggle--colorful .theme-toggle__knob:before{background:radial-gradient(circle at 28% 26%,rgba(255,255,255,.46) 0%,rgba(255,255,255,.16) 14%,transparent 34%),radial-gradient(circle at 72% 70%,rgba(128,77,255,.22) 0%,transparent 42%),radial-gradient(circle at 44% 46%,rgba(25,166,255,.24) 0%,transparent 56%)}.theme-toggle--colorful .theme-toggle__knob:after{background:linear-gradient(120deg,transparent 18%,rgba(255,255,255,.06) 30%,rgba(197,241,255,.3) 46%,rgba(255,255,255,.08) 60%,transparent 76%)}.theme-toggle--dark .theme-toggle__knob{transform:translate(42px);background:linear-gradient(145deg,#dfdfe5,#7b7b87);box-shadow:0 12px 18px #00000057,inset 5px 5px 10px #ffffff3d,inset -5px -5px 9px #4c4c5c47}.theme-toggle--dark .theme-toggle__knob:before{background:radial-gradient(circle at 28% 26%,rgba(255,255,255,.34) 0%,rgba(255,255,255,.14) 14%,transparent 32%),radial-gradient(circle at 70% 68%,rgba(255,159,25,.18) 0%,transparent 42%),radial-gradient(circle at 46% 46%,rgba(160,160,184,.18) 0%,transparent 56%)}.theme-toggle--dark .theme-toggle__knob:after{background:linear-gradient(120deg,transparent 18%,rgba(255,255,255,.04) 30%,rgba(255,240,214,.2) 46%,rgba(255,255,255,.06) 60%,transparent 76%)}.floating-badge{--badge-drag-x: 0px;--badge-drag-y: 0px;position:absolute;animation:badge-in .8s cubic-bezier(.2,1,.3,1) both;pointer-events:auto;z-index:3;will-change:transform,opacity;touch-action:none;cursor:grab;transition:filter .24s ease}.floating-badge--name{animation-delay:.1s;transform:translateY(calc(var(--section-progress) * -1.2rem))}.floating-badge--client{animation-delay:.2s;left:-14rem;top:50%;transform:translate3d(var(--badge-drag-x),var(--badge-drag-y),0) translateY(calc(-50% + (var(--section-progress) * -2rem)))}.floating-badge--designer{animation-delay:.26s;right:-49rem;top:71%;transform:translate3d(var(--badge-drag-x),var(--badge-drag-y),0) translateY(calc(-50% + (var(--section-progress) * -1.6rem)))}.floating-badge--svg{position:relative;display:block}.floating-badge--client.floating-badge--svg{width:clamp(162px,11.6vw,186px);aspect-ratio:145.86 / 73.96}.floating-badge--designer.floating-badge--svg{width:clamp(204px,14.2vw,238px);aspect-ratio:187.8 / 73.96}.floating-badge--svg .floating-badge__art{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;pointer-events:none}.floating-badge__svg{display:block;width:100%;height:100%;overflow:visible;filter:drop-shadow(0 18px 22px rgba(0,0,0,.16));transition:transform .24s ease,filter .24s ease}.floating-badge__label{position:absolute;top:70%;left:50%;z-index:1;display:flex;align-items:center;justify-content:center;width:100%;color:#fff;font-family:var(--font-sans);font-size:1.55rem;font-weight:400;line-height:1;letter-spacing:-.03em;white-space:nowrap;pointer-events:none;transform:translate(-50%,-50%)}.floating-badge--client .floating-badge__label{top:70%;left:42.8%}.floating-badge--designer .floating-badge__label{top:70%;left:57.2%}.floating-badge--client .floating-badge__art,.floating-badge--designer .floating-badge__art{will-change:transform}.floating-badge--client .floating-badge__art{animation:badge-float-client 8.2s linear infinite;transform-origin:76% 48%}.floating-badge--designer .floating-badge__art{animation:badge-float-designer 8.8s linear infinite;transform-origin:24% 48%}.interactive:hover .floating-badge__svg{transform:translateY(-1px);filter:drop-shadow(0 22px 28px rgba(0,0,0,.2))}.floating-badge[data-dragging=true]{cursor:grabbing;filter:drop-shadow(0 18px 28px rgba(0,0,0,.16))}.floating-badge[data-dragging=true] .floating-badge__art{animation-play-state:paused}.is-dragging-floating-badge{-webkit-user-select:none;user-select:none}.hero-section__badge-orbit .floating-badge{pointer-events:auto}.pill-badge{display:inline-flex;align-items:center;justify-content:center;min-height:58px;padding:0 2rem;border-radius:999px;font-family:var(--font-sans);font-size:clamp(1.15rem,2vw,1.45rem);font-weight:400;letter-spacing:-.03em;white-space:nowrap;border:1px solid rgba(255,255,255,.86);box-shadow:var(--shadow-pill);transition:transform .3s ease,box-shadow .3s ease;position:relative;overflow:hidden;isolation:isolate}.site-shell.theme-dark .pill-badge{border-color:#ffffff24}.interactive:hover .pill-badge{transform:translateY(-1px);box-shadow:0 22px 30px #0000002e}.pill-badge--outline{color:var(--text);background:var(--surface);border-color:var(--line-strong);box-shadow:none;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.contact-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:30;display:grid;place-items:center;padding:clamp(.75rem,2vw,1.25rem);overflow:hidden}.contact-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#08080a7a;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);opacity:0;transition:opacity .22s ease}.contact-modal__panel{position:relative;width:min(92vw,860px);max-height:calc(100dvh - 2rem);padding:clamp(1.1rem,2vw,1.6rem);box-sizing:border-box;display:flex;flex-direction:column;border:1px solid var(--surface-border);border-radius:32px;background:linear-gradient(180deg,#ffffffc7,#ffffff94),linear-gradient(140deg,#ffffff3d,#ffffff14);box-shadow:0 28px 80px #0003,inset 0 1px #ffffffa3;backdrop-filter:blur(32px) saturate(1.15);-webkit-backdrop-filter:blur(32px) saturate(1.15);overflow-y:auto;overflow-x:hidden;scrollbar-width:none;-ms-overflow-style:none;opacity:0;transform:translateY(8px) scale(.985);transition:opacity .22s ease,transform .22s cubic-bezier(.22,1,.36,1)}.contact-modal__panel::-webkit-scrollbar{display:none}.contact-modal.is-open .contact-modal__backdrop{opacity:1}.contact-modal.is-open .contact-modal__panel{opacity:1;transform:translateY(0) scale(1)}.contact-modal__panel--colorful{background:linear-gradient(180deg,#fff6f1eb,#ffe6d7d1),linear-gradient(140deg,#ffffff3d,#ffffff14)}.contact-modal__panel--dark{background:linear-gradient(180deg,#222228eb,#141418d6),linear-gradient(140deg,#ffffff14,#ffffff05)}.contact-modal__panel--dark,.contact-modal__panel--dark .contact-modal__header h2,.contact-modal__panel--dark .contact-form__field>span,.contact-modal__panel--dark .contact-form__captcha-placeholder,.contact-modal__panel--dark .contact-form__note,.contact-modal__panel--dark .contact-form__status--pending{color:#fff}.contact-modal__panel--dark .contact-modal__eyebrow{color:#ffffffc7}.contact-modal__panel--dark .contact-form__field input,.contact-modal__panel--dark .contact-form__field textarea{border-color:#ffffff29;background:#ffffff14;color:#fff}.contact-modal__panel--dark .contact-form__field input::placeholder,.contact-modal__panel--dark .contact-form__field textarea::placeholder{color:#ffffff7a}.contact-modal__ambient{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.contact-modal__orb{position:absolute;border-radius:50%;filter:blur(12px);opacity:.8;animation:modal-orb-float 8s ease-in-out infinite}.contact-modal__orb--blue{top:-4rem;right:-3rem;width:220px;height:220px;background:radial-gradient(circle,rgba(52,172,232,.34),transparent 68%)}.contact-modal__orb--orange{bottom:-5rem;left:-2rem;width:260px;height:260px;background:radial-gradient(circle,rgba(255,159,26,.32),transparent 68%);animation-delay:-3.4s}.contact-modal__header,.contact-form,.contact-form__footer{position:relative;z-index:1}.contact-modal__header,.contact-modal__header>div,.contact-form,.contact-form__grid,.contact-form__field{min-width:0}.contact-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.contact-modal__eyebrow{margin-bottom:.35rem;font-size:.76rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--text-soft)}.contact-modal__header h2{max-width:18ch;font-size:clamp(2rem,5vw,3.15rem);line-height:.9;letter-spacing:-.055em}.contact-modal__close,.work-preview-modal__close,.cookie-panel__close{width:44px;min-width:44px;height:44px;min-height:44px;padding:0;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--surface-border);border-radius:50%;background:#ffffff61;color:var(--text);font:inherit;box-shadow:0 16px 24px #00000014,inset 0 1px #ffffffb8;position:relative;overflow:hidden;isolation:isolate;backdrop-filter:blur(18px) saturate(1.04);-webkit-backdrop-filter:blur(18px) saturate(1.04);transition:transform .22s ease,box-shadow .22s ease,background .22s ease}.contact-modal__close-icon,.work-preview-modal__close-icon,.cookie-panel__close-icon{display:inline-block;font-size:1.65rem;font-weight:400;line-height:1}.contact-modal__close-label,.work-preview-modal__close-label{display:none}.contact-modal__close:hover,.work-preview-modal__close:hover,.cookie-panel__close:hover{transform:translateY(-1px);box-shadow:0 20px 30px #0000001f,inset 0 1px #ffffffd6;background:#ffffff80}.contact-form{display:flex;flex-direction:column;gap:.9rem;min-height:0}.contact-form__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.contact-form__field{display:flex;flex-direction:column;gap:.45rem}.contact-form__honeypot{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.contact-form__field>span{font-size:.84rem;font-weight:700;letter-spacing:-.02em}.contact-form__field input,.contact-form__field textarea{width:100%;border:1px solid var(--surface-border);border-radius:24px;background:#ffffff80;color:var(--text);font:inherit;padding:.92rem 1rem;outline:none;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.site-shell.theme-dark .contact-form__field input,.site-shell.theme-dark .contact-form__field textarea{background:#ffffff0f}.contact-form__field textarea{resize:none;min-height:clamp(124px,18vh,164px)}.contact-form__field input:focus,.contact-form__field textarea:focus{border-color:#34ace88f;box-shadow:0 0 0 4px #34ace81f;transform:translateY(-1px)}.contact-form__field input[aria-invalid=true],.contact-form__field textarea[aria-invalid=true]{border-color:#ff6b6b8f;box-shadow:0 0 0 4px #ff6b6b1f}.contact-form__error{color:#d44d4d;font-size:.8rem;line-height:1.35}.contact-form__captcha{display:flex;align-items:flex-start;min-height:70px;padding:.35rem 0}.contact-form__captcha-widget{min-width:300px;min-height:65px}.contact-form__captcha-placeholder{max-width:34ch;color:var(--text-soft);font-size:.84rem;line-height:1.45}.contact-form__chips{display:flex;flex-wrap:wrap;gap:.75rem}.contact-chip{min-height:46px;padding:0 1rem;border:1px solid var(--surface-border);border-radius:999px;background:#ffffff57;color:var(--text);font:inherit;font-size:.9rem;font-weight:600;transition:transform .22s ease,border-color .22s ease,background .22s ease}.contact-chip:hover,.contact-chip.is-active{transform:translateY(-1px);border-color:#34ace870;background:#34ace824}.contact-form__footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:.15rem}.contact-form__feedback-group{display:flex;flex-direction:column;gap:.55rem}.contact-form__note{max-width:32ch;color:var(--text-soft-strong);font-size:.88rem;line-height:1.4}.contact-form__status{max-width:none;font-size:.85rem;line-height:1.4;white-space:nowrap}.contact-form__status--pending{color:var(--text-soft-strong)}.contact-form__status--success{color:#1f8f58}.contact-form__status--error{color:#d44d4d}.contact-form__submit{min-height:52px;min-width:176px;padding:0 1.35rem;border:0;border-radius:999px;background:var(--blue);color:var(--text-on-accent);font:inherit;font-size:1rem;font-weight:700;box-shadow:var(--shadow-pill);cursor:pointer;overflow:hidden;position:relative;isolation:isolate;transition:transform .22s ease,box-shadow .22s ease,opacity .22s ease,min-width .28s cubic-bezier(.22,1,.36,1),border-radius .28s cubic-bezier(.22,1,.36,1),background .22s ease}.contact-form__submit:disabled{cursor:not-allowed;opacity:.72}.contact-form__submit-copy{position:relative;display:inline-flex;align-items:center;justify-content:center;min-width:100%;min-height:24px;z-index:1}.contact-form__submit-label,.contact-form__submit-plane,.contact-form__submit-loader,.contact-form__submit-check{transition:transform .42s cubic-bezier(.22,1,.36,1),opacity .24s ease}.contact-form__submit-label{display:inline-flex;align-items:center;justify-content:center}.contact-form__submit-loader,.contact-form__submit-check{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) scale(.8);opacity:0}.contact-form__submit-loader{display:inline-flex;align-items:center;gap:.35rem}.contact-form__submit-loader span{width:7px;height:7px;border-radius:50%;background:currentColor;animation:submit-loader-dot .85s ease-in-out infinite}.contact-form__submit-loader span:nth-child(2){animation-delay:.12s}.contact-form__submit-loader span:nth-child(3){animation-delay:.24s}.contact-form__submit-check{width:22px;height:22px}.contact-form__submit-check svg{width:100%;height:100%;display:block}.contact-form__submit-check path{stroke-dasharray:24;stroke-dashoffset:24;transition:stroke-dashoffset .32s ease .08s}.contact-form__submit-plane{position:absolute;left:50%;top:50%;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;opacity:0;transform:translate(-50%,10px) rotate(-18deg) scale(.78)}.contact-form__submit-plane svg{width:100%;height:100%;display:block}.contact-form__submit--loading{min-width:56px;border-radius:999px;transform:translateY(-1px);box-shadow:0 24px 36px #00000038}.contact-form__submit--loading .contact-form__submit-label,.contact-form__submit--success .contact-form__submit-label{opacity:0;transform:translateY(-8px) scale(.92)}.contact-form__submit--loading .contact-form__submit-loader{opacity:1;transform:translate(-50%,-50%) scale(1)}.contact-form__submit--success{min-width:56px;border-radius:999px;background:#1f8f58;box-shadow:0 24px 36px #1f8f5847}.contact-form__submit--success .contact-form__submit-check{opacity:1;transform:translate(-50%,-50%) scale(1)}.contact-form__submit--success .contact-form__submit-check path{stroke-dashoffset:0}.contact-form__submit--pending .contact-form__submit-plane{opacity:1;transform:translate(-50%,-50%) rotate(-8deg) scale(1)}.contact-form__submit--loading .contact-form__submit-plane,.contact-form__submit--success .contact-form__submit-plane{opacity:0}@keyframes submit-loader-dot{0%,80%,to{transform:translateY(0) scale(.82);opacity:.45}40%{transform:translateY(-3px) scale(1);opacity:1}}.work-preview-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:32;display:grid;place-items:center;padding:clamp(.75rem,2vw,1.25rem)}.work-preview-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#08080a7a;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);opacity:0;transition:opacity .22s ease}.work-preview-modal__panel{position:relative;width:min(92vw,760px);min-height:min(52vh,440px);max-height:calc(100dvh - 2rem);padding:clamp(1.25rem,2.2vw,1.9rem);display:flex;flex-direction:column;justify-content:space-between;gap:1.5rem;border:1px solid var(--surface-border);border-radius:34px;background:linear-gradient(180deg,#fffc,#fff9),linear-gradient(140deg,#ffffff3d,#ffffff14);box-shadow:0 28px 80px #0003,inset 0 1px #ffffffa3;backdrop-filter:blur(32px) saturate(1.15);-webkit-backdrop-filter:blur(32px) saturate(1.15);overflow:auto;scrollbar-width:none;-ms-overflow-style:none;opacity:0;transform:translateY(8px) scale(.985);transition:opacity .22s ease,transform .22s cubic-bezier(.22,1,.36,1)}.work-preview-modal__panel--gallery{width:min(94vw,1180px);min-height:min(82vh,920px);justify-content:flex-start}.work-preview-modal__panel::-webkit-scrollbar{display:none}.work-preview-modal.is-open .work-preview-modal__backdrop{opacity:1}.work-preview-modal.is-open .work-preview-modal__panel{opacity:1;transform:translateY(0) scale(1)}.work-preview-modal__panel--colorful{background:linear-gradient(180deg,#fff6f1eb,#ffe6d7d1),linear-gradient(140deg,#ffffff3d,#ffffff14)}.work-preview-modal__panel--dark{background:linear-gradient(180deg,#222228eb,#141418d6),linear-gradient(140deg,#ffffff14,#ffffff05)}.work-preview-modal__panel--dark,.work-preview-modal__panel--dark .work-preview-modal__header h2,.work-preview-modal__panel--dark .work-preview-modal__copy{color:#fff}.work-preview-modal__panel--dark .work-preview-modal__eyebrow{color:#ffffffc7}.work-preview-modal__ambient{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.work-preview-modal__orb{position:absolute;border-radius:50%;filter:blur(12px);opacity:.8;animation:modal-orb-float 8s ease-in-out infinite}.work-preview-modal__orb--blue{top:-3rem;right:-2rem;width:210px;height:210px;background:radial-gradient(circle,rgba(52,172,232,.3),transparent 68%)}.work-preview-modal__orb--orange{bottom:-4rem;left:-2rem;width:240px;height:240px;background:radial-gradient(circle,rgba(255,159,26,.26),transparent 68%);animation-delay:-2.6s}.work-preview-modal__header,.work-preview-modal__behance,.work-preview-modal__pulse{position:relative;z-index:1}.work-preview-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.work-preview-modal__eyebrow{margin-bottom:.45rem;font-size:.76rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--text-soft)}.work-preview-modal__header h2{font-size:clamp(2rem,4.6vw,3.15rem);line-height:.92;letter-spacing:-.055em}.work-preview-modal__copy{margin-top:.75rem;max-width:none;color:var(--text-soft-strong);font-size:1rem;line-height:1.45;white-space:nowrap}.work-preview-modal__behance{width:min(100%,460px);margin:auto;padding:1.05rem;display:grid;justify-items:center;gap:.8rem;text-align:center;border:1px solid rgba(52,172,232,.24);border-radius:26px;background:linear-gradient(180deg,#ffffff94,#ffffff61),#ffffff38;box-shadow:0 18px 48px #34ace81f,inset 0 1px #ffffffa3;backdrop-filter:blur(20px) saturate(1.12);-webkit-backdrop-filter:blur(20px) saturate(1.12)}.work-preview-modal__behance p{margin:0;color:var(--text-soft-strong);font-size:.95rem;line-height:1.4}.work-preview-modal__behance-link{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.75rem 1.2rem;border-radius:999px;background:var(--blue);color:#fff;font-weight:800;text-decoration:none;box-shadow:0 14px 30px #34ace847;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.work-preview-modal__behance-link:hover{transform:translateY(-2px);box-shadow:0 18px 36px #34ace857}.work-preview-modal__panel--dark .work-preview-modal__behance{border-color:#ffffff24;background:linear-gradient(180deg,#ffffff1a,#ffffff0d),#1414187a;box-shadow:0 20px 48px #0000003d,inset 0 1px #ffffff1a}.work-preview-modal__panel--dark .work-preview-modal__behance p{color:#ffffffc7}.work-preview-modal__close{position:absolute;top:1.25rem;right:1.25rem;z-index:3}.hero-section__primary-cta:before,.hero-section__primary-cta:after,.contact-form__submit:before,.contact-form__submit:after,.contact-modal__close:before,.contact-modal__close:after,.work-preview-modal__close:before,.work-preview-modal__close:after,.cookie-panel__close:before,.cookie-panel__close:after{content:"";position:absolute;pointer-events:none;z-index:0}.hero-section__primary-cta:before,.contact-form__submit:before,.contact-modal__close:before,.work-preview-modal__close:before,.cookie-panel__close:before{top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(115deg,transparent 18%,rgba(255,255,255,.08) 32%,rgba(255,255,255,.3) 44%,rgba(255,255,255,.1) 56%,transparent 72%);transform:translate(-135%);transition:transform .9s cubic-bezier(.22,1,.36,1)}.hero-section__primary-cta:after,.contact-form__submit:after,.contact-modal__close:after,.work-preview-modal__close:after,.cookie-panel__close:after{top:1px;right:1px;bottom:1px;left:1px;border-radius:inherit;background:linear-gradient(180deg,rgba(255,255,255,.16),transparent 42%);opacity:.4}.hero-section__primary-cta>*,.contact-modal__close>*,.work-preview-modal__close>*,.cookie-panel__close>*{position:relative;z-index:1}.hero-section__primary-cta:hover:before,.contact-form__submit:hover:before,.contact-modal__close:hover:before,.work-preview-modal__close:hover:before,.cookie-panel__close:hover:before{transform:translate(135%)}.work-preview-modal__pulse{display:inline-flex;align-items:center;gap:.75rem}.work-preview-modal__pulse span{width:16px;height:16px;border-radius:50%;background:var(--blue);box-shadow:0 10px 24px #34ace83d;animation:work-preview-dot 1.4s ease-in-out infinite}.work-preview-modal__pulse span:nth-child(2){animation-delay:.18s;background:var(--orange);box-shadow:0 10px 24px #ff9f1a3d}.work-preview-modal__pulse span:nth-child(3){animation-delay:.36s}.work-gallery{position:relative;z-index:1;display:flex;flex-direction:column;gap:1.4rem}.work-gallery__lead{max-width:48rem;padding-right:5rem}.work-gallery__eyebrow{margin-bottom:.45rem;font-size:.76rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--text-soft)}.work-gallery__lead h2{font-size:clamp(2.4rem,5vw,4.4rem);line-height:.92;letter-spacing:-.06em}.work-gallery__intro{margin-top:.85rem;max-width:42rem;color:var(--text-soft-strong);font-size:1rem;line-height:1.5}.work-gallery__grid{display:grid;grid-template-columns:1.35fr 1fr;gap:1rem}.work-gallery__card{display:flex;flex-direction:column;gap:1rem;min-height:260px;padding:1rem;border:1px solid rgba(24,24,24,.08);border-radius:28px;background:linear-gradient(180deg,#ffffff9e,#ffffff6b),linear-gradient(135deg,#ffffff3d,#ffffff0f);box-shadow:inset 0 1px #ffffff8c,0 18px 34px #00000014}.work-gallery__card--hero,.work-gallery__card--tall{grid-row:span 2}.work-gallery__artwork{position:relative;min-height:210px;border-radius:24px;overflow:hidden;background:var(--surface-strong);box-shadow:inset 0 0 0 1px #1818180d}.work-gallery__card--hero .work-gallery__artwork{min-height:380px}.work-gallery__artwork--dashboard{background:radial-gradient(circle at 18% 12%,rgba(52,172,232,.18),transparent 30%),linear-gradient(145deg,#f9fcfff5,#eff7ffe6)}.work-gallery__artwork--dashboard span:nth-child(1){position:absolute;inset:1rem 1rem auto 1rem;height:62px;border-radius:20px;background:#ffffffeb;box-shadow:inset 0 0 0 1px #1818180d}.work-gallery__artwork--dashboard span:nth-child(2){position:absolute;inset:5.5rem 1rem auto 1rem;height:104px;border-radius:24px;background:linear-gradient(135deg,#34ace8eb,#8ddeffdb);box-shadow:0 20px 32px #34ace83d}.work-gallery__artwork--dashboard span:nth-child(3),.work-gallery__artwork--dashboard span:nth-child(4){position:absolute;bottom:1rem;top:auto;height:118px;width:calc(50% - 1.5rem);border-radius:24px;background:#ffffffeb;box-shadow:inset 0 0 0 1px #1818180d}.work-gallery__artwork--dashboard span:nth-child(3){left:1rem}.work-gallery__artwork--dashboard span:nth-child(4){right:1rem}.work-gallery__artwork--cards{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem;padding:1rem;background:radial-gradient(circle at 100% 0%,rgba(255,159,26,.16),transparent 32%),linear-gradient(145deg,#fafbfdf5,#f3f7fbe6)}.work-gallery__artwork--cards span,.work-gallery__artwork--metrics span{border-radius:22px;background:#fffffff0;box-shadow:inset 0 0 0 1px #1818180d}.work-gallery__artwork--cards span:nth-child(2){background:#34ace8e6}.work-gallery__artwork--cards span:nth-child(3){background:#ff9f1ad6}.work-gallery__artwork--flow{background:linear-gradient(180deg,#fffffff5,#f4f8fceb)}.work-gallery__artwork--flow span{position:absolute;left:50%;width:3px;border-radius:999px;background:#1818181f;transform:translate(-50%)}.work-gallery__artwork--flow span:nth-child(1){top:1rem;width:64%;height:68px;left:50%;background:#34ace8e6;border-radius:22px;transform:translate(-50%)}.work-gallery__artwork--flow span:nth-child(2){top:5.75rem;height:54px}.work-gallery__artwork--flow span:nth-child(3){top:9.5rem;width:58%;height:62px;left:50%;background:#fffffff5;border-radius:22px;box-shadow:inset 0 0 0 1px #1818180d;transform:translate(-50%)}.work-gallery__artwork--flow span:nth-child(4){bottom:1rem;width:68%;height:70px;left:50%;background:#ff9f1adb;border-radius:22px;transform:translate(-50%)}.work-gallery__artwork--metrics{display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem;padding:1rem;background:radial-gradient(circle at 0% 100%,rgba(255,159,26,.16),transparent 36%),linear-gradient(145deg,#f9fcfff5,#f1f6fae6)}.work-gallery__artwork--metrics span:nth-child(1),.work-gallery__artwork--metrics span:nth-child(4){background:#34ace8e0}.work-gallery__artwork--metrics span:nth-child(2){background:#ff9f1ad1}.work-gallery__card-copy h3{font-size:1.25rem;line-height:1;letter-spacing:-.04em}.work-gallery__card-copy p{margin-top:.45rem;color:var(--text-soft-strong);font-size:.92rem;line-height:1.45}@keyframes work-preview-dot{0%,to{transform:translateY(0) scale(.9);opacity:.55}50%{transform:translateY(-8px) scale(1);opacity:1}}@keyframes modal-orb-float{0%,to{transform:translateZ(0) scale(1)}50%{transform:translate3d(0,-16px,0) scale(1.06)}}.skills-ticker{margin:0 0 3rem;position:relative;padding:1.5rem 0;background:var(--surface-strong);border-top:1px solid var(--surface-border);border-bottom:1px solid var(--surface-border);overflow:hidden;transform:rotate(-1.4deg) scale(1.02);box-shadow:0 18px 26px #00000014}.skills-ticker:before,.skills-ticker:after{content:"";position:absolute;top:0;bottom:0;width:clamp(2.75rem,8vw,6rem);pointer-events:none;z-index:1}.skills-ticker:before{left:0;background:linear-gradient(90deg,var(--bg),transparent)}.skills-ticker:after{right:0;background:linear-gradient(270deg,var(--bg),transparent)}.skills-ticker__track{display:flex;flex-wrap:nowrap;width:max-content;min-width:max-content;will-change:transform;transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden;animation-name:marquee-scroll;animation-duration:26s;animation-timing-function:linear;animation-iteration-count:infinite;animation-play-state:running}.skills-ticker__item{display:flex;align-items:center;gap:1.5rem;padding:0 2rem;font-size:clamp(1.15rem,2vw,1.55rem);font-weight:700;letter-spacing:-.04em;text-transform:uppercase;white-space:nowrap}.site-shell.theme-dark .skills-ticker__item{color:var(--text)}.skills-ticker__item:after{content:"";width:10px;height:10px;border-radius:50%;background:var(--orange)}.experience-counters{padding:2rem 8vw 3rem}.experience-counters__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.experience-counters__card{min-height:172px;padding:1.75rem 2rem;display:flex;flex-direction:column;justify-content:center;border:1px solid var(--surface-border);border-radius:34px;background:var(--surface-strong);box-shadow:0 22px 34px #00000014;contain:paint}.experience-counters__value{font-size:3rem;font-weight:700;line-height:.95;letter-spacing:-.06em;color:var(--orange)}.experience-counters__label{margin-top:1rem;font-size:1.02rem;font-weight:600;color:var(--text)}.site-shell.theme-colorful .experience-counters__card{background:#ffffff2e}.site-shell.theme-paper .experience-counters__value,.site-shell.theme-colorful .experience-counters__value{color:var(--blue)}.site-shell.theme-dark .experience-counters__card{background:#1a1a1ddb;box-shadow:0 22px 34px #00000047}.site-shell.theme-dark .experience-counters__label{color:#fff}.work-showcase{padding:4.75rem 8vw 5rem}.work-showcase__header{display:flex;justify-content:space-between;align-items:end;gap:2rem;margin-bottom:3rem}.section-label{margin-bottom:.75rem;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--text-soft)}.site-shell.theme-dark .section-label{color:var(--orange)}.work-showcase__header h2{font-size:clamp(2.8rem,5vw,4.6rem);line-height:.92;letter-spacing:-.05em}.site-shell.theme-dark .work-showcase__header h2,.site-shell.theme-dark .project-tile__header h3{color:var(--orange)}.site-shell.theme-dark .work-showcase__header h2{color:var(--text)}.work-showcase__filters{display:flex;gap:.75rem;flex-wrap:wrap}.work-showcase__filter{min-height:48px;padding:0 1.25rem;border-radius:999px;border:1px solid var(--surface-border);background:var(--surface);color:var(--text-soft-strong);font-family:var(--font-sans);font-size:.92rem;font-weight:700;transition:all .25s ease}.work-showcase__filter.is-active,.work-showcase__filter:hover{background:var(--text);color:var(--bg);transform:translateY(-1px)}.site-shell.theme-dark .work-showcase__filter.is-active,.site-shell.theme-dark .work-showcase__filter:hover{color:#121214}.site-shell.theme-colorful .work-showcase__filter.is-active,.site-shell.theme-colorful .work-showcase__filter:hover{color:#fff}.blog-section{position:relative;z-index:1;padding:4.5rem 8vw 2.5rem}.blog-section__header{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-bottom:2.4rem}.blog-section__header h2{color:var(--text);font-size:clamp(2.2rem,3.4vw,3.6rem);font-weight:500;line-height:.94;letter-spacing:-.055em;max-width:none;white-space:nowrap}.blog-page__hero h1,.blog-page__category-header h2,.blog-page__cta-card h2{color:var(--text);font-size:clamp(2.4rem,5vw,4.6rem);line-height:.92;letter-spacing:-.06em}.blog-section__view-all,.blog-page__category-link,.site-header__back-link{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 1rem;border:1px solid var(--surface-border);border-radius:999px;background:#ffffff57;color:var(--text);text-decoration:none;font-size:.94rem;font-weight:700;letter-spacing:-.03em;backdrop-filter:blur(18px) saturate(1.04);-webkit-backdrop-filter:blur(18px) saturate(1.04)}.blog-section__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.blog-card,.blog-page__post-card,.blog-page__cta-card,.blog-page__category-section{border:1px solid var(--surface-border);border-radius:32px;background:linear-gradient(180deg,#ffffffc7,#fff9),linear-gradient(140deg,#ffffff3d,#ffffff14);box-shadow:0 24px 48px #0000001a,inset 0 1px #ffffff94;contain:paint}.blog-card{padding:1.1rem;display:flex;flex-direction:column;gap:.85rem;transition:transform .32s ease,box-shadow .32s ease,border-color .32s ease}.blog-card--link{text-decoration:none;color:inherit}.blog-card:hover,.blog-page__post-card:hover{transform:translateY(-8px);box-shadow:0 32px 56px #00000024,inset 0 1px #ffffffa3}.blog-card:hover .blog-thumbnail,.blog-page__post-card:hover .blog-thumbnail{transform:scale(1.02);box-shadow:0 24px 44px #0000001f}.blog-thumbnail{aspect-ratio:16 / 9;border-radius:22px;overflow:hidden;position:relative;box-shadow:0 18px 32px #00000014,inset 0 1px #ffffff85;transition:transform .4s ease,box-shadow .4s ease}.blog-thumbnail img{width:100%;height:100%;display:block;object-fit:cover}.blog-thumbnail span{position:absolute;display:block}.blog-thumbnail--blue-orb{background:radial-gradient(circle at 72% 26%,rgba(52,172,232,.94),transparent 18%),radial-gradient(circle at 28% 76%,rgba(255,159,26,.26),transparent 28%),linear-gradient(135deg,#f4fafff5,#e4f2ffe0)}.blog-thumbnail--blue-orb span:nth-child(1){inset:18% 18% auto auto;width:148px;height:148px;border-radius:50%;background:linear-gradient(135deg,#34ace8f5,#8ddfffe0)}.blog-thumbnail--blue-orb span:nth-child(2){left:10%;right:24%;bottom:20%;height:18px;border-radius:999px;background:#1818181f}.blog-thumbnail--grid-notes{background:linear-gradient(rgba(24,24,24,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(24,24,24,.06) 1px,transparent 1px),linear-gradient(140deg,#fffffffa,#eff7ffe6);background-size:56px 56px,56px 56px,cover}.blog-thumbnail--grid-notes span:nth-child(1){left:14%;top:22%;width:42%;height:18px;border-radius:999px;background:var(--blue);transform:rotate(-6deg)}.blog-thumbnail--grid-notes span:nth-child(2){right:12%;top:48%;width:34%;height:18px;border-radius:999px;background:var(--orange)}.blog-thumbnail--soft-panel{background:radial-gradient(circle at 18% 20%,rgba(255,159,26,.18),transparent 24%),radial-gradient(circle at 82% 72%,rgba(52,172,232,.22),transparent 30%),linear-gradient(145deg,#fffffff5,#f3f7fbeb)}.blog-thumbnail--soft-panel span:nth-child(1){top:16%;right:14%;bottom:16%;left:14%;border-radius:28px;background:linear-gradient(145deg,#ffffffd1,#e8f3ffeb);box-shadow:0 18px 28px #00000014}.blog-thumbnail--ux-map{background:linear-gradient(145deg,#f8fbfff5,#ffffffeb)}.blog-thumbnail--ux-map span:nth-child(1),.blog-thumbnail--ux-map span:nth-child(2),.blog-thumbnail--ux-map span:nth-child(3){height:16px;border-radius:999px;background:var(--blue)}.blog-thumbnail--ux-map span:nth-child(1){top:26%;left:12%;right:28%}.blog-thumbnail--ux-map span:nth-child(2){top:48%;left:22%;right:18%;background:var(--orange)}.blog-thumbnail--ux-map span:nth-child(3){top:68%;left:16%;right:36%;background:#18181824}.blog-thumbnail--brand-ribbons{background:linear-gradient(145deg,#fffffffa,#f6f9ffeb)}.blog-thumbnail--brand-ribbons span:nth-child(1),.blog-thumbnail--brand-ribbons span:nth-child(2){width:68%;height:24px;border-radius:999px}.blog-thumbnail--brand-ribbons span:nth-child(1){top:34%;left:10%;background:var(--blue);transform:rotate(-10deg)}.blog-thumbnail--brand-ribbons span:nth-child(2){top:54%;right:10%;background:var(--orange);transform:rotate(8deg)}.blog-thumbnail--campaign-cards{background:linear-gradient(145deg,#f8fbfff5,#ffffffeb)}.blog-thumbnail--campaign-cards span{width:30%;height:42%;border-radius:22px;top:30%;background:linear-gradient(145deg,#ffffffeb,#e7f3ffeb)}.blog-thumbnail--campaign-cards span:nth-child(1){left:12%}.blog-thumbnail--campaign-cards span:nth-child(2){left:35%;background:linear-gradient(145deg,#34ace8eb,#8cddffe0)}.blog-thumbnail--campaign-cards span:nth-child(3){right:12%}.blog-card--preview{position:sticky;top:8rem}.blog-card__meta,.blog-page__post-meta{display:flex;align-items:center;justify-content:space-between;gap:.6rem;color:var(--text-soft);font-size:.74rem;font-weight:700;letter-spacing:.11em;text-transform:uppercase}.blog-card__category{color:var(--blue)}.blog-card h3,.blog-page__post-card h3{color:var(--text);font-size:1.38rem;line-height:1.02;font-weight:600;letter-spacing:-.05em}.blog-card p,.blog-page__post-card p,.blog-page__intro,.blog-page__category-header p,.blog-page__cta-card p{color:var(--text-soft-strong);font-size:.96rem;line-height:1.52}.blog-card__footer{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:1rem;color:var(--text-soft);font-size:.88rem;padding-top:.35rem}.blog-card__link{color:var(--text);font-weight:700;text-decoration:none}.blog-page{position:relative;z-index:1;min-height:100vh;padding:9rem 8vw 3rem}.blog-page__hero,.blog-page__sections,.blog-page__cta{width:min(100%,1100px);margin:0 auto}.blog-page__hero{display:flex;flex-direction:column;gap:1rem}.blog-page__intro{max-width:42rem}.blog-page__category-nav{display:flex;flex-wrap:wrap;gap:.75rem}.blog-page__sections{margin-top:2.2rem;display:grid;gap:1.5rem}.blog-page__category-section{padding:1.5rem}.blog-page__category-header{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);gap:1.25rem;align-items:end}.blog-page__posts-grid{margin-top:1.25rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.blog-page__post-card{padding:1.2rem;display:flex;flex-direction:column;gap:1rem}.blog-page__cta{margin-top:2rem}.blog-page__cta-card{padding:clamp(1.4rem,3vw,2rem)}.blog-page__cta-card .site-footer__cta{margin-top:1.25rem}.site-shell.theme-dark .blog-card,.site-shell.theme-dark .blog-page__post-card,.site-shell.theme-dark .blog-page__cta-card,.site-shell.theme-dark .blog-page__category-section{background:linear-gradient(180deg,#222228e6,#141418d1),linear-gradient(140deg,#ffffff14,#ffffff05)}.site-shell.theme-dark .blog-section__view-all,.site-shell.theme-dark .blog-page__category-link,.site-shell.theme-dark .site-header__back-link{background:#ffffff0f}.site-shell.theme-colorful .blog-section__view-all,.site-shell.theme-colorful .blog-page__category-link,.site-shell.theme-colorful .site-header__back-link{background:#fff8ee7a}.blog-article{width:min(100%,920px);margin:0 auto;display:grid;gap:1.5rem}.blog-article__hero h1{color:var(--text);font-size:clamp(3rem,6vw,5.4rem);line-height:.92;letter-spacing:-.06em}.blog-article__subtitle{margin-top:.85rem;color:var(--text-soft);font-size:clamp(1.25rem,2.4vw,1.8rem);line-height:1.25}.blog-article__meta{margin-top:1rem;display:flex;gap:.85rem;flex-wrap:wrap;color:var(--text-soft);font-size:.86rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.blog-article__hero-image .blog-thumbnail{min-height:400px;border-radius:32px}.blog-article__lead,.blog-article__content{border:1px solid var(--surface-border);border-radius:32px;background:linear-gradient(180deg,#ffffffc7,#fff9),linear-gradient(140deg,#ffffff3d,#ffffff14);box-shadow:0 24px 48px #0000001a,inset 0 1px #ffffff94;contain:paint}.blog-article__lead{padding:1.6rem}.blog-article__lead p{color:var(--text);font-size:clamp(1.2rem,2.2vw,1.55rem);line-height:1.45}.blog-article__content{padding:clamp(1.25rem,3vw,2rem);display:grid;gap:1.25rem}.blog-article__paragraph,.blog-article__list li,.blog-article__media-copy p,.blog-article__figure figcaption{color:var(--text-soft-strong);font-size:1rem;line-height:1.72}.blog-article__heading,.blog-article__media-copy h3{color:var(--text);font-size:clamp(1.6rem,3vw,2.2rem);line-height:1.05;letter-spacing:-.05em}.blog-article__list{padding-left:1.3rem;display:grid;gap:.45rem}.blog-article__figure,.blog-article__media-text{display:grid;gap:.85rem}.blog-article__figure img,.blog-article__media img{width:100%;border-radius:24px;display:block;object-fit:cover}.blog-article__image-placeholder{min-height:260px;border-radius:24px;background:linear-gradient(145deg,#ebf3fbeb,#fffffff5)}.blog-article__media-text{grid-template-columns:minmax(240px,.9fr) minmax(0,1fr);align-items:center}.blog-article__button{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-height:52px;padding:0 1.3rem;border-radius:999px;background:var(--blue);color:var(--text-on-accent);text-decoration:none;font-weight:700;box-shadow:var(--shadow-pill)}.blog-studio__layout{width:min(100%,1200px);margin:2rem auto 0;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:1.25rem}.blog-studio__panel,.blog-studio__preview{border:1px solid var(--surface-border);border-radius:32px;background:linear-gradient(180deg,#ffffffc7,#fff9),linear-gradient(140deg,#ffffff3d,#ffffff14);box-shadow:0 24px 48px #0000001a,inset 0 1px #ffffff94;contain:paint}.blog-studio__panel{padding:1.3rem;display:grid;gap:1rem}.blog-studio__preview{padding:1.3rem;align-self:start}.blog-studio__field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.blog-studio__field{display:grid;gap:.45rem}.blog-studio__field span,.blog-studio__block-top p{color:var(--text);font-size:.88rem;font-weight:700}.blog-studio__field input,.blog-studio__field textarea,.blog-studio__field select,.blog-studio__block input,.blog-studio__block textarea,.blog-studio__block select{width:100%;min-height:48px;padding:.85rem 1rem;border:1px solid var(--surface-border);border-radius:18px;background:#fff6;color:var(--text);font:inherit}.blog-studio__field textarea,.blog-studio__block textarea{min-height:120px;resize:vertical}.blog-studio__upload{min-height:48px;padding:.85rem 1rem;display:inline-flex;align-items:center;justify-content:center;border:1px dashed var(--surface-border);border-radius:18px;background:#ffffff3d;cursor:pointer;color:var(--text);font-weight:700}.blog-studio__upload input{display:none}.blog-studio__blocks-toolbar{display:flex;gap:.6rem;flex-wrap:wrap}.blog-studio__ghost-button{min-height:42px;padding:0 .9rem;border:1px solid var(--surface-border);border-radius:999px;background:#ffffff57;color:var(--text);font:inherit;font-size:.9rem;font-weight:700}.blog-studio__blocks{display:grid;gap:.85rem}.blog-studio__block{padding:1rem;display:grid;gap:.75rem;border:1px solid var(--surface-border);border-radius:24px;background:#ffffff47}.blog-studio__block-top{display:flex;align-items:center;justify-content:space-between;gap:1rem}.blog-studio__actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.blog-studio__message{color:var(--text-soft)}.site-shell.theme-dark .blog-article__lead,.site-shell.theme-dark .blog-article__content,.site-shell.theme-dark .blog-studio__panel,.site-shell.theme-dark .blog-studio__preview{background:linear-gradient(180deg,#222228e6,#141418d1),linear-gradient(140deg,#ffffff14,#ffffff05)}.site-shell.theme-dark .blog-studio__field input,.site-shell.theme-dark .blog-studio__field textarea,.site-shell.theme-dark .blog-studio__field select,.site-shell.theme-dark .blog-studio__block input,.site-shell.theme-dark .blog-studio__block textarea,.site-shell.theme-dark .blog-studio__block select,.site-shell.theme-dark .blog-studio__upload,.site-shell.theme-dark .blog-studio__ghost-button{background:#ffffff0f}.work-showcase__grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:1.5rem}.project-tile{display:flex;flex-direction:column;border:1px solid var(--surface-border);border-radius:38px;background:var(--surface);overflow:hidden;box-shadow:0 24px 38px #00000014;transition:transform .32s ease,box-shadow .32s ease;contain:paint}.project-tile:hover{transform:translateY(-8px);box-shadow:0 34px 48px #0000001f}.project-tile--wide{grid-column:span 7}.project-tile--tall,.project-tile--medium{grid-column:span 5}.project-tile__visual{padding:1rem}.artwork{width:100%;height:100%;min-height:288px;border-radius:30px;background:var(--surface-strong);position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #1818180d}.site-shell.theme-dark .artwork{box-shadow:inset 0 0 0 1px #ffffff1a}.artwork--panel{background:radial-gradient(circle at 20% 20%,rgba(52,172,232,.24),transparent 32%),linear-gradient(135deg,#ffffffe0,#ecf7fff2)}.artwork--panel span,.artwork--orb span{position:absolute;top:16%;right:18%;bottom:16%;left:18%;border-radius:28px;background:linear-gradient(135deg,#34ace8f0,#8cddffe6);box-shadow:0 24px 36px #34ace838;transform:rotate(-8deg)}.artwork--orb{display:grid;place-items:center;background:radial-gradient(circle at 50% 50%,rgba(52,172,232,.12),transparent 52%),linear-gradient(145deg,#f8fbfff5,#ffffffeb)}.artwork--orb span{inset:auto;width:170px;height:170px;border-radius:50%;transform:none}.artwork--lines{background:linear-gradient(180deg,#fffffff5,#f4f8fceb)}.artwork--lines span{position:absolute;left:12%;right:12%;height:18px;border-radius:999px;box-shadow:0 12px 24px #00000014}.artwork--lines span:nth-child(1){top:28%;background:var(--orange);transform:rotate(-5deg)}.artwork--lines span:nth-child(2){top:48%;left:20%;right:18%;background:var(--blue);transform:rotate(8deg)}.artwork--lines span:nth-child(3){top:68%;left:16%;right:26%;background:#18181829}.site-shell.theme-dark .artwork--lines span:nth-child(3){background:#ffffff3d}.artwork--grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem;padding:1.25rem;background:linear-gradient(135deg,#fffffff5,#f6f9fce6)}.artwork--grid span{border-radius:22px;background:#fff;box-shadow:inset 0 0 0 1px #1818180f}.site-shell.theme-dark .artwork--grid span{box-shadow:inset 0 0 0 1px #ffffff1a}.artwork--grid span:nth-child(2),.artwork--grid span:nth-child(5){background:#34ace8e6}.artwork--grid span:nth-child(3),.artwork--grid span:nth-child(4){background:#ff9f1ae0}.project-tile__meta{display:flex;flex-direction:column;gap:1rem;padding:0 1.25rem 1.25rem;color:var(--text)}.project-tile__tags{display:flex;flex-wrap:wrap;gap:.5rem}.project-tile__tag{min-height:30px;padding:0 .75rem;display:inline-flex;align-items:center;border-radius:999px;background:#7f7f7f24;color:var(--text-soft-strong);font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.project-tile__header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.project-tile__header h3{font-size:1.7rem;line-height:1;letter-spacing:-.05em;margin-bottom:.5rem}.project-tile__header p{max-width:32rem;color:var(--text-soft-strong);font-size:.98rem;line-height:1.45}.project-tile__arrow{width:48px;height:48px;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:var(--orange);color:var(--text-on-accent);box-shadow:var(--shadow-pill);font-size:1.3rem;transition:transform .24s ease,background .24s ease,color .24s ease;position:relative;overflow:hidden;isolation:isolate}.site-shell.theme-dark .project-tile__arrow{color:var(--text-on-accent)}.project-tile__arrow:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(115deg,transparent 18%,rgba(255,255,255,.08) 32%,rgba(255,255,255,.3) 44%,rgba(255,255,255,.1) 56%,transparent 72%);transform:translate(-135%);transition:transform .9s cubic-bezier(.22,1,.36,1);pointer-events:none;z-index:0}.project-tile__arrow:after{content:"";position:absolute;top:1px;right:1px;bottom:1px;left:1px;border-radius:inherit;background:linear-gradient(180deg,rgba(255,255,255,.16),transparent 42%);opacity:.4;pointer-events:none;z-index:0}.project-tile__arrow>*{position:relative;z-index:1}.project-tile:hover .project-tile__arrow{transform:translate(4px) translateY(-1px);box-shadow:0 22px 30px #0000002e;filter:saturate(1.02)}.project-tile:hover .project-tile__arrow:before{transform:translate(135%)}.reveal-stage [data-reveal=item]{opacity:0;transform:translate3d(var(--magnet-x, 0px),calc(22px + var(--magnet-y, 0px) + var(--hover-lift, 0px)),0) scale(.992);transition:opacity .82s cubic-bezier(.22,1,.36,1),transform .26s cubic-bezier(.22,1,.36,1);transition-delay:var(--reveal-delay, 0ms);will-change:opacity,transform}.reveal-stage.is-visible [data-reveal=item]{opacity:1;transform:translate3d(var(--magnet-x, 0px),calc(var(--magnet-y, 0px) + var(--hover-lift, 0px)),0) scale(1)}.button-primary,.button-secondary,.site-footer__cta,.contact-form__submit{transform:translate3d(var(--magnet-x, 0px),var(--magnet-y, 0px),0);transition:transform .24s cubic-bezier(.22,1,.36,1),box-shadow .24s ease,filter .24s ease;will-change:transform}.site-faq{padding:4.25rem 8vw 3rem;display:grid;gap:1.5rem}.site-faq__intro{width:min(100%,920px);margin:0 auto;text-align:center}.site-faq__intro h2{margin:.35rem 0 0;color:var(--text);font-size:clamp(2.6rem,4.8vw,4.4rem);font-weight:500;line-height:.95;letter-spacing:-.055em}.site-faq__copy{max-width:42rem;margin:1rem auto 0;color:var(--text-soft-strong);font-size:1rem;line-height:1.6}.site-faq__list{width:min(100%,920px);margin:0 auto;display:grid;gap:.9rem}.site-faq__item{--hover-lift: 0px;border:1px solid var(--surface-border);border-radius:28px;background:linear-gradient(180deg,#ffffffc7,#fff9),linear-gradient(140deg,#ffffff3d,#ffffff14);box-shadow:0 24px 48px #0000001a,inset 0 1px #ffffff94;overflow:hidden;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease;contain:paint}.site-faq__item:hover{--hover-lift: -2px;box-shadow:0 28px 52px #00000021,inset 0 1px #ffffff9e}.site-faq__item.is-open{border-color:#34ace847}.site-faq__trigger{width:100%;padding:1.3rem 1.4rem;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem;align-items:center;border:0;background:transparent;color:inherit;text-align:left;font:inherit}.site-faq__question{color:var(--text);font-size:clamp(1.05rem,1.5vw,1.28rem);font-weight:700;letter-spacing:-.03em;line-height:1.25}.site-faq__icon{width:42px;height:42px;border-radius:50%;border:1px solid var(--surface-border);background:#ffffff57;display:inline-flex;align-items:center;justify-content:center;position:relative;flex:0 0 auto}.site-faq__icon span{position:absolute;width:14px;height:2px;border-radius:999px;background:var(--text);transition:transform .24s ease,opacity .24s ease}.site-faq__icon span:last-child{transform:rotate(90deg)}.site-faq__item.is-open .site-faq__icon span:last-child{transform:rotate(90deg) scaleX(0);opacity:0}.site-faq__answer-wrap{display:grid;grid-template-rows:0fr;transition:grid-template-rows .28s ease}.site-faq__item.is-open .site-faq__answer-wrap{grid-template-rows:1fr}.site-faq__answer{overflow:hidden}.site-faq__answer p{margin:0;padding:0 1.4rem 1.35rem;color:var(--text-soft-strong);font-size:1rem;line-height:1.65}.site-contact{padding:4.5rem 8vw 5rem;display:flex;flex-direction:column;align-items:center;text-align:center}.site-contact__spotlight{width:min(100%,1040px);padding:clamp(2.2rem,4vw,3.4rem) clamp(1.5rem,4vw,3.2rem);border:1px solid var(--surface-border);border-radius:38px;background:linear-gradient(180deg,#fffc,#ffffff9e),linear-gradient(140deg,#ffffff3d,#ffffff1a);box-shadow:0 28px 56px #0000001f,inset 0 1px #ffffff94;position:relative;overflow:hidden;isolation:isolate;contain:paint}.site-contact__ambient{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0}.site-contact__orb{position:absolute;border-radius:50%;filter:blur(48px);opacity:.56}.site-contact__orb--blue{width:220px;height:220px;top:10%;right:10%;background:#34ace847}.site-contact__orb--orange{width:180px;height:180px;left:9%;bottom:10%;background:#ff9f1a33}.site-contact__spotlight>*{position:relative;z-index:1}.site-contact__status-pill{width:min(100%,34rem);margin:0 auto 1.4rem}.site-contact__content{width:min(100%,920px);margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:2.2rem}.site-contact__copy-column,.site-contact__decision-column{display:grid}.site-contact__copy-column{width:min(100%,760px);gap:1.15rem;text-align:center;justify-items:center}.site-contact h2{font-size:clamp(2.9rem,4.8vw,4.6rem);font-family:var(--font-sans);font-weight:500;line-height:.94;letter-spacing:-.05em;margin:0;color:var(--text);text-shadow:none;-webkit-text-stroke:0 transparent;text-wrap:balance;white-space:nowrap}.site-contact__intro{max-width:46rem;margin:0;color:var(--text-soft-strong);font-size:1.02rem;line-height:1.72;text-wrap:pretty}.site-contact__grid{width:min(100%,920px);margin-top:1.6rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}.site-contact__panel{padding:1.4rem;border:1px solid var(--surface-border);border-radius:28px;background:linear-gradient(180deg,#ffffffc7,#fff9),linear-gradient(140deg,#ffffff3d,#ffffff14);box-shadow:0 24px 48px #0000001a,inset 0 1px #ffffff94;backdrop-filter:blur(24px) saturate(1.08);-webkit-backdrop-filter:blur(24px) saturate(1.08);text-align:left}.site-contact__testimonial-list,.site-contact__faq-list{display:grid;gap:1rem}.site-contact__testimonial,.site-contact__faq-item{display:grid;gap:.45rem}.site-contact__testimonial+.site-contact__testimonial,.site-contact__faq-item+.site-contact__faq-item{padding-top:1rem;border-top:1px solid var(--surface-border)}.site-contact__quote{margin:0;color:var(--text);font-size:1rem;line-height:1.55}.site-contact__quote-author,.site-contact__faq-item h3{margin:0;color:var(--text);font-size:1rem;font-weight:700;letter-spacing:-.03em}.site-contact__quote-context,.site-contact__faq-item p{margin:0;color:var(--text-soft-strong);font-size:.94rem;line-height:1.55}.site-contact__actions{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap;width:100%;margin-top:.2rem}.site-contact__secondary-cta{min-height:58px;padding:0 1.35rem;font-size:1rem}.site-shell.theme-dark .site-contact__panel{background:linear-gradient(180deg,#222228e6,#141418d1),linear-gradient(140deg,#ffffff14,#ffffff05)}.site-shell.theme-dark .site-contact__spotlight{background:linear-gradient(180deg,#222228e6,#141418d1),linear-gradient(140deg,#ffffff14,#ffffff05);box-shadow:0 30px 58px #0000004d,inset 0 1px #ffffff14}.site-shell.theme-dark .site-faq__item{background:linear-gradient(180deg,#222228e6,#141418d1),linear-gradient(140deg,#ffffff14,#ffffff05)}.site-shell.theme-dark .button-secondary,.site-shell.theme-dark .site-faq__icon{background:#ffffff0f}.site-shell.theme-colorful .button-secondary,.site-shell.theme-colorful .site-faq__icon{background:#fff8ee7a}.portal-auth,.portal-shell{width:100%;min-height:100vh;color:var(--text)}.portal-auth{display:grid;place-items:center;padding:8.5rem 6vw 5rem}.portal-auth__panel{width:min(100%,520px);border:1px solid var(--surface-border);border-radius:36px;background:linear-gradient(180deg,var(--surface-strong),rgba(255,255,255,.5));box-shadow:var(--shadow-soft);padding:2rem;contain:paint}.portal-auth__brand,.portal-sidebar__brand{display:inline-flex;align-items:center;gap:.75rem;color:var(--text);text-decoration:none;font-weight:800;letter-spacing:-.03em}.portal-auth__brand img,.portal-sidebar__brand img{width:34px;height:34px;display:block}.portal-auth__copy{margin-top:2.3rem}.portal-auth__topline,.portal-topbar__actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.portal-auth__topline{justify-content:space-between}.portal-language{display:inline-flex;align-items:center;gap:.2rem;border:1px solid var(--surface-border);border-radius:999px;background:#ffffff7a;padding:.22rem}.portal-language button{min-width:38px;min-height:30px;border:0;border-radius:999px;background:transparent;color:var(--text-soft);font:inherit;font-size:.72rem;font-weight:900;letter-spacing:.08em}.portal-language button.is-active{background:var(--blue);color:var(--text-on-accent)}.portal-auth__copy h1,.portal-topbar h1{font-size:clamp(2.3rem,5vw,4.05rem);line-height:.98;letter-spacing:-.04em;color:var(--text)}.portal-auth__copy h1{max-width:10ch}.portal-topbar h1{max-width:12ch}.portal-auth__copy p:not(.section-label){margin-top:1rem;color:var(--text-soft);font-size:1.08rem;line-height:1.55}.portal-auth__copy .portal-auth__notice{color:var(--text);font-weight:700}.portal-auth__form,.portal-create form{margin-top:2rem;display:grid;gap:1rem}.portal-auth__form label,.portal-create form label,.portal-detail__fields label{display:grid;gap:.45rem;color:var(--text-soft);font-size:.86rem;font-weight:700}.portal-auth__form input,.portal-auth__form select,.portal-create form input,.portal-create form textarea,.portal-create form select,.portal-detail__fields input,.portal-detail__fields select,.portal-task-composer input{width:100%;border:1px solid var(--surface-border);border-radius:22px;background:#ffffff9e;color:var(--text);font:inherit;font-size:1rem;font-weight:650;letter-spacing:-.025em;min-height:58px;padding:0 1.15rem;outline:none}.portal-auth__form select,.portal-create form select,.portal-detail__fields select{-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:linear-gradient(45deg,transparent 50%,currentColor 50%),linear-gradient(135deg,currentColor 50%,transparent 50%);background-position:calc(100% - 1.45rem) 50%,calc(100% - 1.05rem) 50%;background-size:.42rem .42rem,.42rem .42rem;background-repeat:no-repeat;padding-right:3.1rem}.portal-create form textarea{padding-top:1rem;padding-bottom:1rem}.portal-create form textarea{min-height:88px;resize:vertical}.portal-shell{display:grid;grid-template-columns:260px minmax(0,1fr);gap:1.25rem;padding:8.5rem 2vw 2rem}.portal-sidebar{position:sticky;top:7.5rem;align-self:start;min-height:calc(100vh - 10rem);border:1px solid var(--surface-border);border-radius:28px;background:#ffffff85;padding:1.2rem;display:flex;flex-direction:column;gap:1.5rem;box-shadow:0 16px 34px #00000014;contain:paint}.portal-sidebar__nav{display:grid;gap:.45rem}.portal-sidebar__nav button{min-height:44px;border:1px solid transparent;border-radius:14px;background:transparent;color:var(--text-soft-strong);font:inherit;font-weight:700;text-align:left;text-transform:capitalize;padding:0 .9rem}.portal-sidebar__nav button.is-active{background:var(--blue);color:var(--text-on-accent);box-shadow:0 14px 24px #34ace838}.portal-sidebar__nav button:disabled{opacity:.42}.portal-sidebar__user{margin-top:auto;display:flex;align-items:center;gap:.75rem;border-top:1px solid var(--line);padding-top:1rem}.portal-sidebar__user>span,.portal-user-row>span{width:40px;height:40px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:var(--blue);color:#fff;font-size:.78rem;font-weight:800}.portal-sidebar__user strong,.portal-user-row strong{display:block;color:var(--text);font-size:.94rem}.portal-sidebar__user p,.portal-user-row p{margin-top:.12rem;color:var(--text-soft);font-size:.82rem;text-transform:capitalize}.portal-workspace{min-width:0}.portal-topbar{display:flex;justify-content:space-between;gap:1.5rem;align-items:flex-end;margin-bottom:1rem}.portal-topbar__actions .button-primary,.portal-topbar__actions .button-secondary,.portal-task-composer .button-primary,.portal-create .button-secondary{min-height:58px;padding:0 1.45rem;border:0;font-size:1rem;font-weight:700}.portal-auth__form .button-primary{min-height:58px;padding:0 1.45rem;border:0;font-size:1rem;font-weight:700;width:100%}.portal-auth__form .button-primary:disabled{cursor:not-allowed;opacity:.55;transform:none;box-shadow:none}.portal-dashboard{display:grid;grid-template-columns:minmax(280px,.55fr) minmax(0,1fr);gap:1rem;align-items:start}.portal-dashboard--huly{grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:8px;gap:1rem;grid-auto-flow:row;align-items:start}.portal-dashboard--huly .portal-panel{border-radius:26px}.portal-dashboard__block{position:relative;min-width:0;max-width:100%;display:grid;gap:1rem;align-self:start;height:max-content;transition:order .22s ease,opacity .2s ease,transform .2s ease,filter .2s ease}.portal-dashboard__block>*{width:100%;min-width:0;max-width:100%}.portal-dashboard__block--add{cursor:default;grid-column:4}.portal-dashboard__resize{position:absolute;right:.8rem;bottom:.8rem;z-index:2;width:34px;min-width:34px;height:34px;min-height:34px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--surface-border);border-radius:999px;background:#ffffffc7;color:var(--text-soft);font-size:.9rem;font-weight:900;opacity:0;transform:translateY(4px) scale(.96);transition:opacity .18s ease,transform .18s ease,border-color .18s ease,color .18s ease}.portal-dashboard__block:hover .portal-dashboard__resize,.portal-dashboard__resize:focus-visible{opacity:1;transform:translateY(0) scale(1)}.portal-dashboard__resize:hover{border-color:#34ace86b;color:var(--blue)}.portal-dashboard__block[draggable=true]{cursor:grab}.portal-dashboard__block[draggable=true]:active{cursor:grabbing}.portal-dashboard__block.is-dragging{opacity:1;filter:none;transform:scale(.985)}.portal-dashboard__block.is-dragging>*{visibility:hidden}.portal-dashboard__block.is-dragging:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;border:1.5px dashed rgba(52,172,232,.58);border-radius:26px;background:radial-gradient(circle at 50% 35%,rgba(52,172,232,.12),transparent 34%),#34ace80a;box-shadow:inset 0 0 0 1px #ffffff47;pointer-events:none}.portal-dashboard--huly .portal-panel--compact,.portal-dashboard--huly .portal-panel--actions,.portal-dashboard--huly .portal-panel--activity,.portal-dashboard--huly .portal-panel--users,.portal-dashboard--huly .portal-create{padding:1rem}.portal-panel--focus{padding:clamp(1.05rem,1.6vw,1.35rem)}.portal-add-tile{width:100%;min-height:220px;display:grid;place-items:center;align-content:center;gap:.3rem;border:1.5px dashed rgba(52,172,232,.48);border-radius:26px;background:radial-gradient(circle at 50% 38%,rgba(52,172,232,.12),transparent 34%),#ffffff57;color:var(--text);font:inherit;text-align:center}.portal-add-tile.is-disabled{cursor:not-allowed;opacity:.64}.portal-add-tile span{width:62px;height:62px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:var(--blue);color:#fff;font-size:2rem;font-weight:650;line-height:1;box-shadow:0 18px 32px #34ace83d}.portal-add-tile strong{color:var(--text);font-size:1rem;letter-spacing:-.03em}.portal-add-tile small{color:var(--text-soft);font-size:.78rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.portal-create--tile{padding:0}.portal-create--tile[open]{padding:1rem}.portal-create--tile[open] .portal-add-tile{min-height:132px;margin-bottom:1rem}.portal-timeline{width:100%;margin-bottom:1rem;border:1px solid var(--surface-border);border-radius:20px;background:#ffffff8a;box-shadow:0 10px 26px #0000000f;padding:1rem;contain:paint}.portal-timeline__header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.portal-timeline__header h2{color:var(--text);font-size:1.35rem;line-height:1}.portal-timeline__controls{display:inline-flex;align-items:center;gap:.45rem;flex-wrap:wrap;justify-content:flex-end}.portal-timeline__controls button,.portal-timeline__controls span{border:1px solid var(--surface-border);border-radius:999px;color:var(--text-soft);font-size:.78rem;font-weight:800;padding:.42rem .75rem}.portal-timeline__controls button{background:#ffffff8f;color:var(--text)}.portal-timeline__controls button:hover{border-color:#34ace866;color:var(--blue)}.portal-timeline__grid{margin-top:.9rem;display:grid;grid-template-columns:repeat(7,minmax(132px,1fr));gap:.55rem;overflow-x:auto;padding-bottom:.15rem}.portal-timeline__day{min-width:132px;border:1px solid var(--surface-border);border-radius:16px;background:#ffffff7a;padding:.7rem}.portal-timeline__day.is-weekend{background:#18181809;opacity:.62}.portal-timeline__day.is-today{border-color:#34ace86b;box-shadow:inset 0 0 0 1px #34ace81f}.portal-timeline__date{min-height:30px;display:flex;justify-content:space-between;gap:.4rem;align-items:center;color:var(--text-soft-strong);font-size:.8rem;font-weight:900;text-transform:uppercase}.portal-timeline__date em{border-radius:999px;background:#1818180f;color:var(--text-soft);font-size:.58rem;font-style:normal;font-weight:900;padding:.22rem .38rem}.portal-timeline__tasks{display:grid;gap:.5rem}.portal-timeline__tasks>p{margin:0;border-radius:12px;background:#18181809;color:var(--text-soft);font-size:.76rem;font-weight:800;padding:.55rem}.portal-timeline__task{position:relative;width:100%;border:1px solid rgba(52,172,232,.18);border-radius:14px;background:#34ace81a;color:var(--text);text-align:left;padding:.65rem;display:grid;gap:.2rem}.portal-timeline__task--task{border-color:#ff9f1a3d;background:#ff9f1a1a}.portal-timeline__task.is-active{background:#34ace82e;border-color:#34ace870}.portal-timeline__task span,.portal-timeline__task small{color:var(--text-soft);font-size:.72rem;font-weight:800}.portal-timeline__task strong{color:var(--text);font-size:.88rem;line-height:1.15}.portal-timeline__task em{position:absolute;top:.45rem;right:.45rem;border-radius:999px;background:var(--orange);color:#fff;font-size:.62rem;font-style:normal;font-weight:900;line-height:1;padding:.28rem .42rem;text-transform:uppercase}.portal-empty-state{margin:.9rem 0 0;border:1px dashed var(--surface-border);border-radius:16px;background:#ffffff57;color:var(--text-soft);font-size:.94rem;font-weight:800;line-height:1.35;padding:.9rem 1rem}.site-shell.theme-dark .portal-empty-state{background:#ffffff0d}.portal-rail{display:grid;grid-template-columns:minmax(0,1fr);gap:1rem}.portal-rail--huly{align-self:start;gap:.9rem}.portal-panel,.portal-create,.portal-files,.portal-users{width:100%;min-width:0;max-width:100%;border:1px solid var(--surface-border);border-radius:20px;background:#ffffff8a;box-shadow:0 10px 26px #0000000f;contain:paint;overflow:hidden}.portal-panel,.portal-create,.portal-files,.portal-users{padding:1rem}.portal-create{margin-top:0}.portal-create form{margin-top:1rem}.portal-create summary{min-height:42px;display:flex;align-items:center;color:var(--text);font-size:.98rem;font-weight:800;list-style:none}.portal-create summary::-webkit-details-marker{display:none}.portal-create--tile{border:0;background:transparent;box-shadow:none;contain:initial;padding:0}.portal-create--tile[open]{border:1px solid var(--surface-border);border-radius:26px;background:#ffffff8a;box-shadow:0 10px 26px #0000000f;contain:paint;padding:1rem}.portal-create--tile summary.portal-add-tile{min-height:220px;display:grid;place-items:center;align-content:center;gap:.3rem}.portal-create--tile[open] summary.portal-add-tile{min-height:132px;margin-bottom:1rem}.portal-create--tile form{margin-top:0}.portal-create--focus{padding:clamp(1rem,1.35vw,1.25rem)}.portal-project-intake{display:grid;gap:.9rem;margin-top:0}.portal-project-intake__header{display:grid;gap:.35rem}.portal-project-intake__header h3{max-width:11ch;font-size:clamp(1.55rem,2vw,2rem);line-height:1;letter-spacing:-.04em}.portal-create--locked{display:grid;gap:.55rem}.portal-create--locked p:not(.portal-panel__eyebrow){color:var(--text-soft);font-weight:750;line-height:1.4}.portal-category-field{position:relative}.portal-category-field small{color:var(--text-soft);font-size:.72rem;font-weight:750;line-height:1.3}.portal-category-suggestions{display:flex;flex-wrap:wrap;gap:.45rem}.portal-category-suggestions button{border:1px solid var(--surface-border);border-radius:999px;background:#ffffff9e;color:var(--text-soft-strong);font-size:.76rem;font-weight:800;padding:.4rem .65rem}.portal-category-suggestions button:hover{border-color:#34ace86b;color:var(--blue)}.portal-create__grid--project{grid-template-columns:repeat(auto-fit,minmax(min(100%,170px),1fr))}.portal-file-drop--project{min-height:116px;margin-top:0;padding:1rem;text-align:center}.portal-file-list--draft{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:0}.portal-panel__header,.portal-detail__header,.portal-task-card__footer,.portal-task-card__topline{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;min-width:0}.portal-panel__header>div,.portal-detail__header>div,.portal-task-card__topline>div{min-width:0}.portal-panel__eyebrow{color:var(--orange);font-size:.72rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.portal-panel h2,.portal-panel h3,.portal-create h3,.portal-files h3,.portal-users h3{color:var(--text);letter-spacing:0}.portal-panel__header>span{border:1px solid var(--surface-border);border-radius:999px;color:var(--text-soft);font-size:.82rem;font-weight:700;padding:.45rem .75rem}.portal-project-list,.portal-task-list,.portal-file-list,.portal-activity-list{margin-top:.85rem;display:grid;gap:.75rem}.portal-project-card,.portal-task-card{width:100%;min-width:0;max-width:100%;border:1px solid var(--surface-border);border-radius:18px;background:#ffffff8f;color:inherit;text-align:left;padding:.92rem}.portal-project-card{display:grid;gap:1rem}.portal-project-card.is-active{border-color:#34ace885;box-shadow:inset 0 0 0 1px #34ace82e}.portal-project-card span,.portal-task-card__topline span,.portal-task-card__footer span{color:var(--text-soft);font-size:.82rem;font-weight:700}.portal-project-card h3,.portal-task-card h3{margin-top:.35rem;color:var(--text);font-size:1.02rem;line-height:1.18;letter-spacing:-.03em;overflow-wrap:anywhere}.portal-project-card p,.portal-detail__header p,.portal-task-card p{margin-top:.45rem;color:var(--text-soft);line-height:1.45;font-size:.94rem;overflow-wrap:anywhere}.portal-project-card__meta{display:flex;justify-content:space-between;gap:.75rem;align-items:center;min-width:0}.portal-priority{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;min-height:28px;padding:0 .7rem;background:#34ace824;color:var(--blue);font-size:.75rem;font-weight:800}.portal-priority--urgent{background:#ff9f1a2e;color:var(--orange)}.portal-priority--high{background:#34ace82e;color:var(--blue)}.portal-priority--normal,.portal-priority--low{background:#1818180f;color:var(--text-soft-strong)}.portal-detail__header h2{margin-top:.25rem;max-width:15ch;font-size:clamp(1.8rem,2.25vw,2.55rem);line-height:1.04;letter-spacing:-.035em;overflow-wrap:anywhere}.portal-stats-row{margin-top:1rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem}.portal-stat-card,.portal-activity-item{border:1px solid var(--surface-border);border-radius:18px;background:radial-gradient(circle at 88% 12%,rgba(52,172,232,.08),transparent 34%),#ffffff75;padding:.85rem}.portal-stat-card span,.portal-activity-item span{display:block;color:var(--text-soft);font-size:.72rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.portal-stat-card strong{display:block;margin-top:.3rem;color:var(--text);font-size:clamp(1rem,1.5vw,1.22rem);line-height:1.05;letter-spacing:-.035em}.portal-activity-item{display:grid;gap:.25rem}.portal-activity-item strong{color:var(--text);font-size:.94rem;line-height:1.18;letter-spacing:-.025em}.portal-activity-item p{margin:0;color:var(--text-soft);font-size:.82rem;font-weight:700;line-height:1.35}.portal-detail__fields{margin-top:1rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,150px),1fr));gap:.75rem}.portal-create__grid{margin-top:1rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,138px),1fr));gap:.75rem}.portal-detail__fields label,.portal-create__grid>*,.portal-task-composer>*{min-width:0}.portal-file-list span,.portal-file-preview-button{display:inline-flex;width:fit-content;border:1px solid var(--surface-border);border-radius:999px;color:var(--text-soft-strong);font-size:.82rem;font-weight:700;padding:.45rem .75rem}.portal-file-preview-button{align-items:center;gap:.5rem;background:#34ace81a;color:var(--blue)}.portal-file-preview-button small{color:inherit;font-size:.68rem;font-weight:900;text-transform:uppercase}.portal-file-preview-button:hover{border-color:#34ace86b;background:#34ace82e}.portal-task-composer{margin-top:1.1rem;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.75rem}.portal-task-card{display:grid;gap:1rem}.portal-file-drop{margin-top:1rem;display:grid;place-items:center;min-height:92px;border:1px dashed rgba(52,172,232,.48);border-radius:18px;background:#34ace814;color:var(--blue);font-weight:800}.portal-file-drop input{display:none}.portal-users{display:grid;gap:.75rem}.portal-detail__tools{margin-top:1rem;display:grid;gap:.65rem}.portal-collapsible{border:1px solid var(--surface-border);border-radius:16px;background:#ffffff6b;padding:.2rem .85rem .85rem}.portal-collapsible summary{min-height:42px;display:flex;align-items:center;color:var(--text);font-size:.94rem;font-weight:800;list-style:none}.portal-collapsible summary::-webkit-details-marker{display:none}.portal-users-list{display:grid;gap:.65rem}.portal-user-row{display:flex;align-items:center;gap:.7rem;border-top:1px solid var(--line);padding-top:.75rem}.portal-toast{position:fixed;right:1.5rem;bottom:1.5rem;z-index:80;max-width:min(360px,calc(100vw - 2rem));border:1px solid rgba(52,172,232,.28);border-radius:999px;background:#ffffffe6;box-shadow:0 16px 40px #00000024;color:var(--text);font-size:.95rem;font-weight:900;padding:.85rem 1.1rem;animation:portal-toast-in .28s ease both}.portal-preview-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;display:grid;place-items:center;background:#14141470;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);padding:1.25rem}.portal-preview-modal__panel{position:relative;width:min(920px,100%);border:1px solid var(--surface-border);border-radius:28px;background:#ffffffe0;box-shadow:0 24px 80px #00000038;padding:1rem}.portal-preview-modal__panel img{display:block;width:100%;max-height:min(72vh,760px);border-radius:20px;object-fit:contain}.portal-preview-modal__panel p{margin:.75rem 4.5rem 0 .25rem;color:var(--text-soft);font-weight:800}.portal-preview-modal__panel .modal-close-button{top:1.15rem;right:1.15rem}.portal-tutorial{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;pointer-events:none}.portal-tutorial__spotlight{position:fixed;border:2px solid rgba(52,172,232,.78);border-radius:26px;background:#ffffff14;box-shadow:0 0 0 9999px #10101275,0 22px 60px #34ace83d,inset 0 0 0 1px #ffffff6b;pointer-events:none;transition:top .28s ease,left .28s ease,width .28s ease,height .28s ease}.portal-tutorial__note{position:fixed;z-index:121;pointer-events:auto;border:1px solid rgba(52,172,232,.32);border-radius:28px;background:radial-gradient(circle at 12% 0%,rgba(255,159,26,.11),transparent 30%),linear-gradient(180deg,#fffffff5,#ffffffe6);box-shadow:0 26px 70px #0003,inset 0 1px #ffffffc7;padding:1.05rem;animation:portal-tour-note-in .36s cubic-bezier(.2,.9,.2,1.12) both}.portal-tutorial__counter{margin:0 0 .4rem;color:var(--orange);font-size:.78rem;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.portal-tutorial__note h3{margin:0;color:var(--text);font:inherit;font-size:1.42rem;font-weight:800;line-height:1.04;letter-spacing:-.04em}.portal-tutorial__note>p:not(.portal-tutorial__counter){margin:.62rem 0 0;color:var(--text-soft-strong);font:inherit;font-size:.98rem;font-weight:500;line-height:1.48;letter-spacing:-.02em}.portal-tutorial__actions{margin-top:.95rem;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.portal-tutorial__actions button{min-height:40px;border:1px solid var(--surface-border);border-radius:999px;background:#ffffffad;color:var(--text);font-size:.82rem;font-weight:900;padding:0 .82rem}.portal-tutorial__actions button:disabled{cursor:not-allowed;opacity:.42}.portal-tutorial__actions .portal-tutorial__primary{border-color:#34ace8b3;background:var(--blue);color:#fff;box-shadow:0 12px 24px #34ace83d}.site-shell.theme-dark .portal-toast,.site-shell.theme-dark .portal-preview-modal__panel{background:#1c1c20eb;border-color:#ffffff1f}.site-shell.theme-dark .portal-timeline__controls button,.site-shell.theme-dark .portal-timeline__tasks>p{background:#ffffff0f}@keyframes portal-toast-in{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes portal-tour-note-in{0%{opacity:0;transform:translateY(12px) scale(.96) rotate(-1deg)}to{opacity:1;transform:translateY(0) scale(1) rotate(0)}}.site-shell.theme-dark .portal-auth__panel,.site-shell.theme-dark .portal-sidebar,.site-shell.theme-dark .portal-panel,.site-shell.theme-dark .portal-create,.site-shell.theme-dark .portal-files,.site-shell.theme-dark .portal-users,.site-shell.theme-dark .portal-stat-card,.site-shell.theme-dark .portal-activity-item,.site-shell.theme-dark .portal-add-tile,.site-shell.theme-dark .portal-project-card,.site-shell.theme-dark .portal-task-card{background:#1c1c20d1;border-color:#ffffff1a}.site-shell.theme-dark .portal-auth__form input,.site-shell.theme-dark .portal-auth__form select,.site-shell.theme-dark .portal-create form input,.site-shell.theme-dark .portal-create form textarea,.site-shell.theme-dark .portal-create form select,.site-shell.theme-dark .portal-detail__fields input,.site-shell.theme-dark .portal-detail__fields select,.site-shell.theme-dark .portal-task-composer input{background:#ffffff12;border-color:#ffffff1f}.site-shell.theme-dark .portal-create--tile:not([open]){background:transparent;border-color:transparent;box-shadow:none}.site-shell.theme-dark .portal-tutorial__spotlight{box-shadow:0 0 0 9999px #00000094,0 22px 60px #34ace847,inset 0 0 0 1px #ffffff1f}.site-shell.theme-dark .portal-tutorial__note{background:radial-gradient(circle at 14% 0%,rgba(52,172,232,.16),transparent 32%),linear-gradient(180deg,#202024fa,#16161af2);border-color:#ffffff1f}.site-shell.theme-dark .portal-tutorial__actions button{background:#ffffff14;border-color:#ffffff24;color:#fff}.site-shell.theme-dark .portal-tutorial__actions .portal-tutorial__primary{background:var(--blue);border-color:#34ace8ad}.site-footer{width:100%;padding:2.75rem 8vw 40px;min-height:auto;display:flex;flex-direction:column;align-items:center;text-align:center;justify-content:flex-start;border-radius:120px 120px 0 0;background:radial-gradient(circle at 18% 18%,rgba(255,255,255,.18),transparent 28%),radial-gradient(circle at 82% 0%,rgba(255,255,255,.12),transparent 24%),linear-gradient(180deg,#38b5f4fa,#29abe2);color:#fff;box-shadow:0 -18px 40px #0f4e6e2e,inset 0 1px #ffffff3d;overflow:hidden}.site-footer__grid{width:min(100%,920px);margin-top:1.75rem;display:grid;grid-template-columns:minmax(0,1.4fr) repeat(2,minmax(0,1fr));gap:1.5rem;align-items:start;text-align:left}.site-footer__column{display:flex;flex-direction:column;gap:.8rem}.site-footer__brand-lockup{display:inline-flex;align-items:center;gap:.7rem}.site-footer__brand-logo{width:34px;height:34px;flex:0 0 auto;display:block}.site-footer__brand{color:#fff;font-size:1.1rem;font-weight:700;letter-spacing:-.03em}.site-footer__copy{max-width:28ch;color:#ffffffd6;font-size:.96rem;line-height:1.55}.site-footer__eyebrow{color:#ffffffbd;font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.site-footer__link{color:#fff;text-decoration:none;font-size:.98rem}.site-footer__cta{min-height:58px;padding:0 1.5rem;font-size:1rem}.site-footer__divider{width:min(100%,920px);height:1px;margin-top:0;background:#ffffff3d}.site-footer__social{color:#fff;text-decoration:none;width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.22);border-radius:50%;background:#ffffff24;box-shadow:0 14px 24px #0000001f,inset 0 1px #ffffff2e;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,background .22s ease,color .22s ease}.site-footer__social:hover,.site-footer__social:focus-visible{color:var(--blue);background:#fffffff5;border-color:#fffffff5;transform:translateY(-4px);box-shadow:0 18px 28px #0000002e,0 0 0 1px #fff3}.site-footer__socials{display:flex;align-items:center;justify-content:flex-start;gap:.75rem;flex-wrap:wrap}.site-footer__social svg{width:20px;height:20px;fill:currentColor}.site-footer__meta{width:min(100%,920px);margin-top:1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;color:#ffffffd6;font-size:.95rem}.site-footer__meta-item{margin:0;color:inherit;text-decoration:none}.site-footer__signature{margin-top:1rem;color:var(--text-soft);font-size:.95rem;letter-spacing:-.02em}.cookie-panel{position:fixed;left:24px;bottom:24px;z-index:34;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;width:min(500px,calc(100vw - 2rem));min-height:58px}.cookie-panel__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;opacity:0;pointer-events:none;background:#0a0c122e;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:opacity .24s ease}.cookie-panel__backdrop.is-visible{opacity:1;pointer-events:auto}.cookie-panel__launcher{position:absolute;left:0;bottom:0;min-height:58px;padding:0 1.15rem 0 1rem;display:inline-flex;align-items:center;gap:.7rem;border:1px solid var(--surface-border);border-radius:999px;background:linear-gradient(180deg,#ffffffd6,#ffffffad),linear-gradient(140deg,#ffffff3d,#ffffff14);color:var(--text);box-shadow:0 24px 40px #00000024,inset 0 1px #ffffffad;backdrop-filter:blur(24px) saturate(1.1);-webkit-backdrop-filter:blur(24px) saturate(1.1);transform-origin:left bottom;transition:transform .44s cubic-bezier(.2,.9,.22,1.18),opacity .26s ease,box-shadow .22s ease,border-color .22s ease}.cookie-panel__launcher:hover{--hover-lift: -1px;box-shadow:0 28px 44px #0000002e,inset 0 1px #ffffffb8}.cookie-panel__launcher.is-unresolved{animation:cookie-launcher-pulse 2.8s ease-in-out infinite}.cookie-panel.is-open .cookie-panel__launcher{opacity:0;transform:scale(.72);pointer-events:none}.cookie-panel__launcher-icon{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:var(--orange);color:var(--text-on-accent);box-shadow:0 14px 22px #ff9f1a38}.cookie-panel__launcher-icon svg{width:22px;height:22px;fill:currentColor}.cookie-panel__launcher-label{font-size:.98rem;font-weight:700;letter-spacing:-.03em}.cookie-panel__dialog{position:absolute;left:0;bottom:0;width:min(500px,calc(100vw - 2rem));max-height:min(700px,calc(100dvh - 7rem));padding:1rem;display:flex;flex-direction:column;border:1px solid var(--surface-border);border-radius:32px;background:linear-gradient(180deg,#ffffffe6,#ffffffbd),linear-gradient(140deg,#ffffff3d,#ffffff14);box-shadow:0 28px 64px #0000002e,inset 0 1px #ffffffb8;backdrop-filter:blur(30px) saturate(1.12);-webkit-backdrop-filter:blur(30px) saturate(1.12);overflow:hidden;opacity:0;pointer-events:none;transform-origin:left bottom;transform:translateZ(0) scale(.22);transition:transform .52s cubic-bezier(.16,1,.3,1.14),opacity .22s ease}.cookie-panel__dialog.is-visible{opacity:1;pointer-events:auto;transform:translateZ(0) scale(1)}.cookie-panel.is-modal{left:0;right:0;top:0;bottom:0;width:auto;min-height:100dvh;align-items:center;justify-content:center;pointer-events:none}.cookie-panel.is-modal .cookie-panel__dialog{position:relative;left:auto;bottom:auto;width:min(500px,calc(100vw - 2rem));max-height:min(700px,calc(100dvh - 2rem));transform-origin:center;transform:translate3d(0,20px,0) scale(.92);pointer-events:auto}.cookie-panel.is-modal .cookie-panel__dialog.is-visible{transform:translateZ(0) scale(1)}.cookie-panel__header,.cookie-panel__content,.cookie-panel__actions{position:relative;z-index:1}.cookie-panel__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.85rem}.cookie-panel__eyebrow{color:var(--text-soft);font-size:.76rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.cookie-panel__header h2{margin-top:.35rem;color:var(--text);font-size:clamp(1.85rem,4vw,2.55rem);line-height:.94;letter-spacing:-.05em}.cookie-panel__content{margin-top:.8rem;display:flex;flex-direction:column;gap:.75rem;overflow:visible}.cookie-panel__content p{color:var(--text-soft-strong);font-size:.84rem;line-height:1.42}.cookie-panel__options{display:grid;gap:.7rem}.cookie-panel__option{padding:.85rem .95rem;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.85rem;align-items:center;border:1px solid var(--surface-border);border-radius:22px;background:#ffffff52}.cookie-panel__option.is-disabled{background:#ffffff3d}.cookie-panel__option-title{color:var(--text);font-size:.96rem;font-weight:700;letter-spacing:-.03em}.cookie-panel__option-description{margin-top:.22rem;color:var(--text-soft);font-size:.84rem;line-height:1.42}.cookie-panel__toggle{width:62px;height:36px;padding:3px;display:inline-flex;align-items:center;border:0;border-radius:999px;background:#18181829;transition:background .2s ease,opacity .2s ease}.cookie-panel__toggle.is-on{background:#34ace8f0}.cookie-panel__toggle.is-disabled{opacity:.65}.cookie-panel__toggle-knob{width:30px;height:30px;border-radius:50%;background:#fff;box-shadow:0 8px 14px #00000029;transition:transform .22s ease}.cookie-panel__toggle.is-on .cookie-panel__toggle-knob{transform:translate(26px)}.cookie-panel__actions{margin-top:.8rem;padding-top:.8rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.6rem;border-top:1px solid var(--surface-border)}.cookie-panel__action{min-height:44px;padding:0 .85rem;border-radius:999px;font:inherit;font-size:.88rem;font-weight:700;letter-spacing:-.03em}.cookie-panel__action:hover{--hover-lift: -1px}.cookie-panel__action--primary{border:0;background:var(--blue);color:var(--text-on-accent);box-shadow:var(--shadow-pill)}.cookie-panel__action--secondary{border:1px solid var(--surface-border);background:#ffffff57;color:var(--text)}.site-shell.theme-dark .cookie-panel__launcher,.site-shell.theme-dark .cookie-panel__dialog{background:linear-gradient(180deg,#222228eb,#141418d6),linear-gradient(140deg,#ffffff14,#ffffff05);color:#fff}.site-shell.theme-dark .cookie-panel__eyebrow,.site-shell.theme-dark .cookie-panel__option-description,.site-shell.theme-dark .cookie-panel__content p{color:#ffffffbd}.site-shell.theme-dark .cookie-panel__header h2,.site-shell.theme-dark .cookie-panel__option-title,.site-shell.theme-dark .cookie-panel__launcher-label,.site-shell.theme-dark .cookie-panel__action--secondary,.site-shell.theme-dark .cookie-panel__close{color:#fff}.site-shell.theme-dark .cookie-panel__close,.site-shell.theme-dark .cookie-panel__option,.site-shell.theme-dark .cookie-panel__action--secondary{border-color:#ffffff1f}.site-shell.theme-dark .cookie-panel__option,.site-shell.theme-dark .cookie-panel__close,.site-shell.theme-dark .cookie-panel__action--secondary{background:#ffffff0f}.site-shell.theme-dark .cookie-panel__toggle{background:#ffffff24}.site-shell.theme-dark .cookie-panel__toggle.is-on{background:#34ace8f0}.site-shell.theme-dark .cookie-panel__backdrop{background:#02040a6b}.privacy-page{position:relative;z-index:1;min-height:100vh;padding:9rem 8vw 3rem}.privacy-page__hero{width:min(100%,920px);margin:0 auto 2rem}.privacy-page__hero h1{color:var(--text);font-size:clamp(3rem,7vw,5.4rem);line-height:.92;letter-spacing:-.06em}.privacy-page__effective{margin-top:1rem;color:var(--text-soft);font-size:.98rem}.privacy-page__card{width:min(100%,920px);margin:0 auto;padding:clamp(1.4rem,2.8vw,2.2rem);border:1px solid var(--surface-border);border-radius:32px;background:linear-gradient(180deg,#ffffffc2,#ffffff94),linear-gradient(140deg,#ffffff3d,#ffffff14);box-shadow:0 24px 48px #0000001a,inset 0 1px #ffffff94;backdrop-filter:blur(24px) saturate(1.08);-webkit-backdrop-filter:blur(24px) saturate(1.08)}.site-shell.theme-dark .privacy-page__card{background:linear-gradient(180deg,#222228e6,#141418d1),linear-gradient(140deg,#ffffff14,#ffffff05)}.privacy-page__section+.privacy-page__section{margin-top:2rem;padding-top:2rem;border-top:1px solid var(--surface-border)}.privacy-page__section h2{color:var(--text);font-size:1.45rem;letter-spacing:-.04em;margin-bottom:.9rem}.privacy-page__section p,.privacy-page__list li,.privacy-page__contact p{color:var(--text-soft-strong);font-size:1rem;line-height:1.68}.privacy-page__list{margin:.85rem 0 0 1.25rem;display:grid;gap:.5rem}.privacy-page__contact{margin-top:.85rem;display:grid;gap:.35rem}.privacy-page__inline-link{color:var(--blue);text-decoration:none}.site-shell.theme-colorful .site-header__cta{background:#19a6ff;color:var(--text-on-accent)}.site-shell.theme-colorful .artwork--panel,.site-shell.theme-colorful .artwork--lines,.site-shell.theme-colorful .artwork--grid,.site-shell.theme-colorful .artwork--orb{background-color:#fff7f2f2}.site-shell.theme-colorful .artwork--panel span,.site-shell.theme-colorful .artwork--orb span{background:linear-gradient(135deg,#19a6fffa,#804dffeb)}.site-shell.theme-colorful .artwork--lines span:nth-child(1){background:#ff1900}.site-shell.theme-colorful .artwork--lines span:nth-child(2){background:#19a6ff}.site-shell.theme-colorful .artwork--lines span:nth-child(3){background:#73e300b8}.site-shell.theme-colorful .artwork--grid span:nth-child(2),.site-shell.theme-colorful .artwork--grid span:nth-child(5){background:#19a6fff0}.site-shell.theme-colorful .artwork--grid span:nth-child(3),.site-shell.theme-colorful .artwork--grid span:nth-child(4){background:#804dfff0}.site-shell.theme-colorful .project-tile__tag:nth-child(3n+1){background:#ff190024}.site-shell.theme-colorful .project-tile__tag:nth-child(3n+2){background:#19a6ff29}.site-shell.theme-colorful .project-tile__tag:nth-child(3n+3){background:#73e3002e}.site-shell.theme-colorful .project-tile__arrow{background:#804dff}.site-shell.theme-colorful .site-footer__cta,.site-shell.theme-colorful .site-header__cta{background:#19a6ff}.site-shell.theme-dark .artwork--panel,.site-shell.theme-dark .artwork--lines,.site-shell.theme-dark .artwork--grid,.site-shell.theme-dark .artwork--orb{background-color:#ffffffe6}@keyframes settle-in{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes settle-in-centered{0%{opacity:0;transform:translate(-50%,18px)}to{opacity:1;transform:translate(-50%)}}@keyframes content-in{0%{opacity:0;filter:blur(10px)}to{opacity:1;filter:blur(0)}}@keyframes badge-in{0%{opacity:0;filter:blur(8px)}to{opacity:1;filter:blur(0)}}@keyframes badge-float-client{0%{transform:translateZ(0) rotate(-1.8deg) scale(1)}12%{transform:translate3d(14px,.35rem,0) rotate(.6deg) scale(1.01)}27%{transform:translate3d(4px,.95rem,0) rotate(1.8deg) scale(.995)}46%{transform:translate3d(-12px,.1rem,0) rotate(-.8deg) scale(1.008)}63%{transform:translate3d(-2px,-.55rem,0) rotate(-1.2deg) scale(1.004)}81%{transform:translate3d(16px,-.1rem,0) rotate(1deg) scale(1.008)}92%{transform:translate3d(6px,.5rem,0) rotate(.2deg) scale(1.002)}to{transform:translateZ(0) rotate(-1.8deg) scale(1)}}@keyframes hero-first-letter-float{0%{transform:translateZ(0) rotate(-3deg) scale(1)}10%{transform:translate3d(18px,.08rem,0) rotate(1.8deg) scale(1.065)}21%{transform:translate3d(8px,.92rem,0) rotate(3.2deg) scale(.986)}36%{transform:translate3d(-15px,-.08rem,0) rotate(-1.4deg) scale(1.042)}52%{transform:translate3d(-4px,-.84rem,0) rotate(-2.8deg) scale(1.02)}69%{transform:translate3d(20px,-.22rem,0) rotate(1.9deg) scale(1.05)}84%{transform:translate3d(6px,.48rem,0) rotate(.55deg) scale(1.015)}to{transform:translateZ(0) rotate(-3deg) scale(1)}}@keyframes hero-first-letter-float-mobile{0%{transform:translateZ(0) rotate(-4deg) scale(1)}14%{transform:translate3d(24px,.1rem,0) rotate(2.4deg) scale(1.1)}30%{transform:translate3d(10px,1.05rem,0) rotate(3.5deg) scale(.98)}48%{transform:translate3d(-18px,-.18rem,0) rotate(-2deg) scale(1.055)}66%{transform:translate3d(-6px,-1rem,0) rotate(-3.2deg) scale(1.03)}84%{transform:translate3d(22px,-.12rem,0) rotate(2.1deg) scale(1.065)}to{transform:translateZ(0) rotate(-4deg) scale(1)}}@keyframes cookie-launcher-pulse{0%,to{transform:translateY(0);box-shadow:0 24px 40px #00000024,inset 0 1px #ffffffad}50%{transform:translateY(-2px);box-shadow:0 28px 46px #0000002e,0 0 0 6px #34ace814,inset 0 1px #ffffffb8}}@keyframes badge-float-designer{0%{transform:translateZ(0) rotate(1.6deg) scale(1)}14%{transform:translate3d(12px,.55rem,0) rotate(-.7deg) scale(1.012)}31%{transform:translate3d(-4px,1rem,0) rotate(-1.9deg) scale(.996)}49%{transform:translate3d(-14px,.05rem,0) rotate(.9deg) scale(1.006)}68%{transform:translate3d(2px,-.65rem,0) rotate(1.3deg) scale(1.004)}86%{transform:translate3d(15px,-.05rem,0) rotate(-.4deg) scale(1.008)}to{transform:translateZ(0) rotate(1.6deg) scale(1)}}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes status-ping{0%{opacity:0;transform:scale(.82)}20%{opacity:.55}to{opacity:0;transform:scale(1.55)}}@keyframes status-caret-blink{0%,45%{opacity:.7}46%,to{opacity:0}}@keyframes knob-shine{0%,16%{transform:translate(-140%)}34%{transform:translate(140%)}to{transform:translate(140%)}}@keyframes knob-oracle{0%{transform:scale(1) rotate(0);filter:blur(1px) saturate(1.02);opacity:.88}50%{transform:scale(1.05) rotate(8deg);filter:blur(2px) saturate(1.12);opacity:1}to{transform:scale(.96) rotate(-6deg);filter:blur(1.4px) saturate(1.08);opacity:.9}}@keyframes side-chat-dot-pulse{0%,80%,to{transform:translateY(0) scale(.72);opacity:.4}40%{transform:translateY(-2px) scale(1);opacity:1}}@media (max-width: 1024px){.site-shell{background-size:96px 96px}.portal-shell{grid-template-columns:1fr;padding:7.5rem 1rem 1.5rem}.portal-sidebar{position:static;min-height:auto}.portal-sidebar__nav{grid-template-columns:repeat(4,minmax(0,1fr))}.portal-sidebar__nav button{text-align:center;padding:0 .45rem}.portal-dashboard,.portal-dashboard--huly{grid-template-columns:1fr}.portal-dashboard__block--add{grid-column:auto}.portal-dashboard__resize{display:none}.portal-timeline__grid{grid-template-columns:repeat(6,minmax(150px,1fr))}.portal-topbar{align-items:flex-start;flex-direction:column}.portal-topbar__actions{justify-content:flex-start}.portal-detail__fields,.portal-stats-row,.portal-create__grid{grid-template-columns:1fr}.hero-section{min-height:100vh;padding-top:4.5rem}.hero-section__content{margin-top:3rem}.hero-section__badge-orbit{width:min(820px,calc(100vw - 10rem));min-height:560px}.contact-modal__panel{width:min(100%,680px)}.side-chat,.side-chat-notification{display:none}.experience-counters__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.work-showcase__header{flex-direction:column;align-items:flex-start}.project-tile--wide,.project-tile--tall,.project-tile--medium{grid-column:span 6}}@media (max-width: 1700px) and (min-width: 1025px){.side-chat{display:none}.side-chat-notification{display:flex}.hero-section__content{max-width:min(980px,calc(100vw - 24rem))}.hero-section__title{font-size:clamp(5.4rem,8.4vw,8.4rem)}}@media (max-width: 1250px) and (min-width: 769px){.hero-section__controls{display:none}.language-toggle{right:24px;top:24px;bottom:auto;transform:none}.mobile-theme-switch{position:fixed;right:24px;bottom:24px;z-index:34;display:inline-flex;width:fit-content;min-width:0;min-height:0;padding:.44rem .5rem;align-items:center;justify-content:center}.mobile-theme-switch .theme-toggle__track{width:72px;height:34px}.mobile-theme-switch .theme-toggle__knob{top:3px;left:3px;width:28px;height:28px}.mobile-theme-switch.theme-toggle--colorful .theme-toggle__knob{transform:translate(19px)}.mobile-theme-switch.theme-toggle--dark .theme-toggle__knob{transform:translate(38px)}}@media (max-width: 768px){#app-cursor{display:none}.portal-auth{padding:6.5rem 1rem 2rem}.portal-auth__panel{border-radius:28px;padding:1.3rem}.portal-shell{padding-top:6.5rem}.portal-sidebar__nav{grid-template-columns:repeat(2,minmax(0,1fr))}.portal-topbar__actions,.portal-task-composer{width:100%}.portal-topbar__actions{display:grid;grid-template-columns:auto minmax(0,1fr) minmax(0,1fr);align-items:center}.portal-topbar__actions .button-primary,.portal-topbar__actions .button-secondary,.portal-task-composer .button-primary{width:100%}.portal-topbar__actions .portal-language{align-self:stretch}.portal-task-composer{grid-template-columns:1fr}.portal-detail__header,.portal-panel__header,.portal-project-card__meta,.portal-task-card__footer,.portal-timeline__header{flex-direction:column;align-items:flex-start}.portal-timeline{padding:.85rem}.portal-tutorial__spotlight{border-radius:22px}.portal-tutorial__note{right:1rem;bottom:calc(1rem + env(safe-area-inset-bottom));left:1rem!important;top:auto!important;width:auto!important;border-radius:24px;padding:.95rem}.portal-tutorial__note h3{font-size:1.28rem}.portal-tutorial__actions{display:grid;grid-template-columns:1fr 1fr}.portal-tutorial__actions .portal-tutorial__primary{grid-column:1 / -1}.site-shell:before{background:radial-gradient(circle at 50% 12%,var(--overlay-top),transparent 34%),linear-gradient(90deg,var(--overlay-side),transparent 16%,transparent 84%,var(--overlay-side))}.hero-section:before{content:none}.side-chat-notification{display:flex;top:calc(max(.75rem,env(safe-area-inset-top)) + 90px);right:.75rem;left:.75rem;width:auto;min-width:0;padding:.8rem .9rem;gap:.75rem;border-radius:24px}.side-chat-notification__body{padding-right:1rem}.side-chat-notification__icon{width:36px;min-width:36px;height:36px;min-height:36px;border-radius:14px}.side-chat-notification__label,.side-chat-notification__time{font-size:.66rem;letter-spacing:.12em}.side-chat-notification__title{font-size:.92rem}.side-chat-notification__copy{font-size:.82rem;line-height:1.36}.hero-section__title,.hero-section__subtitle{text-shadow:0 10px 28px rgba(0,0,0,.18)}.site-shell.theme-colorful .hero-section__title-copy,.site-shell.theme-colorful .hero-section__subtitle{color:#fff8ef;text-shadow:0 14px 30px rgba(70,34,0,.26),0 2px 8px rgba(70,34,0,.16)}.site-shell.theme-colorful .hero-section__title-accent{color:var(--blue);text-shadow:0 14px 28px rgba(70,34,0,.24),0 2px 8px rgba(70,34,0,.14)}.site-shell.theme-dark .hero-section__title-copy,.site-shell.theme-dark .hero-section__subtitle{color:#fff;text-shadow:0 16px 34px rgba(0,0,0,.42),0 2px 10px rgba(0,0,0,.26)}.site-shell.theme-dark .hero-section__title-accent{color:#ffb347;text-shadow:0 16px 30px rgba(0,0,0,.34),0 2px 10px rgba(0,0,0,.22)}.site-header-mobile{position:fixed;top:max(.75rem,env(safe-area-inset-top));right:.75rem;z-index:10;display:flex;flex-direction:column;align-items:flex-end;pointer-events:none;width:60px;min-height:60px}.site-header{position:absolute;top:0;right:0;left:auto;width:min(calc(100vw - 1.5rem),820px);min-height:0;height:auto;padding:1rem 1rem 1.15rem;gap:0;align-items:stretch;flex-direction:column;border-radius:34px;opacity:0;visibility:hidden;pointer-events:none;transform-origin:right top;transform:translateZ(0) scale(.22);animation:none;transition:transform .52s cubic-bezier(.16,1,.3,1.14),opacity .22s ease,visibility 0s linear .22s}.site-header-mobile.is-open{pointer-events:auto;width:min(calc(100vw - 1.5rem),820px)}.site-header-mobile.is-open .site-header{opacity:1;visibility:visible;pointer-events:auto;transform:translateZ(0) scale(1);transition:transform .52s cubic-bezier(.16,1,.3,1.14),opacity .22s ease,visibility 0s linear 0s}.site-header--minimal{position:fixed;top:max(.75rem,env(safe-area-inset-top));left:.75rem;right:.75rem;width:auto;max-width:none;min-height:60px;padding:.7rem .75rem;justify-content:space-between;gap:.65rem;opacity:1;visibility:visible;pointer-events:auto;transform:none;animation:none}.site-header--minimal .site-header__brand{min-width:0;font-size:1rem}.site-header--minimal .site-header__actions{margin-left:auto;gap:.5rem}.site-header--minimal .site-header__back-link,.site-header--minimal .site-header__cta{min-height:42px;padding:0 .9rem}.site-header__mobile-launcher{width:60px;min-width:60px;height:60px;min-height:60px;padding:0;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:50%;background:var(--blue);color:var(--text-on-accent);box-shadow:0 24px 36px #34ace83d;position:absolute;top:0;right:0;z-index:2;pointer-events:auto;transition:transform .44s cubic-bezier(.2,.9,.22,1.18),opacity .26s ease,box-shadow .22s ease}.site-header__mobile-launcher.is-hidden{opacity:0;transform:scale(.72);pointer-events:none}.site-header__mobile-launcher .site-header__menu-toggle-icon{width:26px;height:26px}.site-header__nav{position:static;top:auto;left:auto;transform:none;width:100%;max-height:0;display:grid;grid-template-columns:1fr;justify-items:stretch;gap:.7rem;overflow:hidden;opacity:0;pointer-events:none;transition:max-height .28s ease,opacity .2s ease,margin-top .2s ease,padding-top .2s ease}.site-header__brand{min-width:0;flex:1 1 auto;font-size:.94rem}.site-header__brand-logo{width:34px;height:34px}.site-header__top-row{align-items:center}.site-header__actions{gap:.8rem;flex:0 0 auto}.site-header__cta{min-height:48px;padding:0 1.35rem;font-size:.88rem}.site-header__menu-toggle{display:inline-flex;width:52px;min-width:52px;height:52px;min-height:52px;border:0;border-radius:999px;box-shadow:0 18px 28px #34ace838}.site-header.is-mobile-open{border-radius:34px}.site-header.is-mobile-open .site-header__nav{max-height:260px;margin-top:1rem;padding-top:1.35rem;border-top:1px solid var(--surface-border);opacity:1;pointer-events:auto}.site-header__nav a{min-height:52px;justify-content:center;font-size:.98rem;font-weight:500;color:var(--text)}.site-header--minimal{width:calc(100vw - 1rem);max-width:calc(100vw - 1rem);justify-content:space-between}.hero-section{min-height:100svh;min-height:100dvh;padding:calc(env(safe-area-inset-top) + 7.5rem) 1rem calc(env(safe-area-inset-bottom) + .25rem);align-items:center;justify-content:center}.hero-section__overlay-center{place-items:stretch}.hero-section__badge-orbit{width:100%;min-height:100%;height:100%;max-height:none}.hero-section__content{width:min(100%,34rem);margin-top:0;max-width:34rem;align-items:center}.hero-section__title{font-size:clamp(3.8rem,15vw,5.8rem)}.hero-section__title-line--1,.hero-section__title-line--2,.hero-section__subtitle,.hero-section__subtitle-word:nth-child(1),.hero-section__subtitle-word:nth-child(2),.hero-section__subtitle-word:nth-child(3){transform:none}.hero-section__title-char--drag-demo .hero-section__title-char-inner{animation-name:hero-first-letter-float-mobile;animation-duration:3.7s;filter:drop-shadow(0 14px 24px rgba(52,172,232,.28))}.hero-section__status-pill{width:100%;min-height:52px;padding:0 1.25rem}.hero-section__subtitle{font-size:2rem}.hero-section__controls{display:none}.theme-toggle{padding:.6rem .75rem .6rem .9rem}.theme-toggle__copy{min-width:6rem}.theme-toggle__track{width:72px;height:34px}.theme-toggle__knob{top:3px;left:3px;width:28px;height:28px}.theme-toggle--colorful .theme-toggle__knob{transform:translate(19px)}.theme-toggle--dark .theme-toggle__knob{transform:translate(38px)}.pill-badge{min-height:46px;padding:0 1.25rem;font-size:1rem}.floating-badge--svg{width:auto}.floating-badge--client.floating-badge--svg{width:152px;transform:translate3d(var(--badge-drag-x),var(--badge-drag-y),0) scale(.6) translateY(calc(-50% + (var(--section-progress) * -2rem)));transform-origin:center center}.floating-badge--designer.floating-badge--svg{width:184px;transform:translate3d(var(--badge-drag-x),var(--badge-drag-y),0) scale(.6) translateY(calc(-50% + (var(--section-progress) * -2.4rem)));transform-origin:center center}.floating-badge--name{top:2.25rem;left:1.5rem}.floating-badge--client{top:auto;left:14%;bottom:2.5rem;animation-name:badge-in;animation-duration:.8s;animation-iteration-count:1}.floating-badge--designer{top:auto;right:10%;bottom:6.5rem;animation-name:badge-in;animation-duration:.8s;animation-iteration-count:1}.contact-modal{padding:.5rem}.contact-modal__panel{width:min(100%,calc(100vw - 1rem));max-height:calc(100dvh - 1rem);padding:1rem 1rem max(1rem,env(safe-area-inset-bottom));border-radius:26px;overflow-x:hidden}.contact-modal__header,.contact-form__footer,.contact-form__grid{grid-template-columns:1fr;flex-direction:column;align-items:stretch}.contact-modal__header h2{max-width:none;font-size:clamp(2rem,12vw,2.8rem);padding-right:4rem}.contact-modal__close,.work-preview-modal__close{position:absolute;top:.45rem;right:.45rem;width:44px;min-width:44px;height:44px;min-height:44px;padding:0;align-self:auto;justify-content:center;z-index:3}.contact-modal__close-label,.work-preview-modal__close-label{display:none}.contact-modal__close-icon,.work-preview-modal__close-icon{display:inline-block}.contact-form{gap:.8rem}.contact-form__field{gap:.35rem}.contact-form__field textarea{min-height:clamp(132px,19vh,176px)}.contact-form__captcha{min-height:68px}.contact-form__captcha-widget{transform-origin:left top;transform:scale(.92)}.contact-form__footer{margin-top:auto}.contact-form__submit{width:100%;min-width:0}.contact-form__note{max-width:none}.work-preview-modal__panel{width:100%;min-height:min(46vh,360px);max-height:calc(100dvh - 1rem);padding:1.1rem 1.2rem max(1rem,env(safe-area-inset-bottom));border-radius:26px}.work-preview-modal__panel--gallery{min-height:auto}.work-preview-modal__header{flex-direction:column;align-items:stretch}.work-preview-modal__header h2{font-size:clamp(2rem,11vw,2.8rem);padding-right:4.9rem}.work-preview-modal__copy{max-width:none;padding-right:1.1rem;white-space:normal}.work-preview-modal__behance{width:100%;margin:1.1rem auto;padding:.95rem;border-radius:22px}.work-preview-modal__behance-link{width:100%}.work-preview-modal__pulse span{animation:work-preview-dot 1.4s ease-in-out infinite!important}.work-gallery{gap:1rem}.work-gallery__lead{padding-right:4rem}.work-gallery__lead h2{font-size:clamp(2rem,11vw,3rem)}.work-gallery__grid{grid-template-columns:1fr}.work-gallery__card--hero,.work-gallery__card--tall{grid-row:auto}.work-gallery__artwork,.work-gallery__card--hero .work-gallery__artwork{min-height:220px}.experience-counters,.work-showcase,.site-faq,.site-contact,.site-footer{padding-left:1.5rem;padding-right:1.5rem}.experience-counters{padding-top:1.75rem;padding-bottom:2.5rem}.work-showcase{padding-top:4rem;padding-bottom:4.25rem}.site-faq{padding-top:3.5rem;padding-bottom:2.5rem}.site-contact{padding-top:2.75rem;padding-bottom:3.5rem}.site-contact__spotlight{padding:1.5rem 1.2rem;border-radius:28px}.site-contact__status-pill{width:100%;margin-bottom:1.2rem}.site-contact__content{gap:1.5rem}.site-contact__copy-column{text-align:center;justify-items:center}.site-contact__intro{max-width:none;font-size:.98rem}.site-contact__actions{justify-content:center}.site-footer{padding-top:2.25rem}.site-faq__intro h2{font-size:clamp(2.3rem,10vw,3.5rem)}.site-faq__trigger{padding:1.1rem 1.15rem}.site-faq__answer p{padding:0 1.15rem 1.15rem;font-size:.96rem}.site-footer__meta{margin-top:1.5rem;flex-direction:column;justify-content:center;text-align:center}.site-footer__grid{grid-template-columns:1fr;text-align:center}.site-contact__grid{grid-template-columns:1fr}.site-contact__panel{padding:1.15rem;border-radius:24px}.site-contact__actions{width:100%;flex-direction:column;align-items:stretch}.site-contact__secondary-cta,.site-footer__cta{width:100%}.site-footer__copy{max-width:none}.site-footer__column{align-items:center}.site-footer__socials{justify-content:center}.privacy-page{padding:calc(env(safe-area-inset-top) + 6.5rem) 1.5rem 2rem}.privacy-page__card{border-radius:26px}.privacy-page__hero h1{font-size:clamp(2.5rem,14vw,4rem)}.cookie-panel{left:12px;right:12px;bottom:calc(env(safe-area-inset-bottom) + 12px);align-items:stretch;width:auto;max-width:none}.language-toggle{right:12px;top:calc(env(safe-area-inset-top) + 12px);bottom:auto;transform:none}.cookie-panel.is-modal{left:0;right:0;top:0;bottom:0}.mobile-theme-switch{position:fixed;right:12px;bottom:calc(env(safe-area-inset-bottom) + 12px);z-index:34;display:inline-flex;width:fit-content;min-width:0;min-height:0;padding:.44rem .5rem;align-items:center;justify-content:center}.mobile-theme-switch .theme-toggle__track{width:72px;height:34px}.mobile-theme-switch .theme-toggle__knob{top:3px;left:3px;width:28px;height:28px}.mobile-theme-switch.theme-toggle--colorful .theme-toggle__knob{transform:translate(19px)}.mobile-theme-switch.theme-toggle--dark .theme-toggle__knob{transform:translate(38px)}.cookie-panel__launcher{align-self:flex-start;max-width:max-content;min-width:58px;padding:0;justify-content:center}.cookie-panel__launcher-label{display:none}.cookie-panel__dialog{left:0;right:0;width:auto;max-height:min(700px,calc(100dvh - 5.5rem));padding:.9rem;border-radius:26px;overflow-y:auto;-webkit-overflow-scrolling:touch}.cookie-panel.is-modal .cookie-panel__dialog{width:min(calc(100vw - 24px),500px);max-height:min(700px,calc(100dvh - 24px));margin:auto}.cookie-panel__header h2{font-size:clamp(1.65rem,9vw,2.1rem)}.cookie-panel__content{gap:.65rem}.cookie-panel__option{position:relative;grid-template-columns:1fr;align-items:start;min-height:132px;padding:.95rem 6.5rem .95rem .95rem;border-radius:30px}.cookie-panel__option-copy{max-width:none}.cookie-panel__option-title{font-size:.92rem}.cookie-panel__option-description{margin-top:.24rem;font-size:.79rem;line-height:1.4}.cookie-panel__toggle{position:absolute;top:.95rem;right:.95rem}.cookie-panel__option.is-disabled .cookie-panel__toggle{opacity:1;background:#18181824;box-shadow:inset 0 0 0 1px #1818180f}.cookie-panel__option.is-disabled .cookie-panel__toggle .cookie-panel__toggle-knob{background:#fffffff0}.cookie-panel__actions{grid-template-columns:1fr;gap:.5rem}.experience-counters__grid{grid-template-columns:1fr}.experience-counters__card{min-height:148px;padding:1.5rem}.experience-counters__label{font-size:.95rem}.skills-ticker__item{gap:1.15rem;padding:0 1.5rem;font-size:1.08rem}.skills-ticker{margin:3.25rem -.35rem 2.5rem;padding:1.15rem 0;transform:rotate(-1.8deg) scale(1.035);box-shadow:0 20px 34px #0000001f}.skills-ticker__track{animation-duration:11.5s}.skills-ticker__item:after{width:12px;height:12px;box-shadow:0 0 0 4px #ff9f1a1f}.work-showcase__grid{grid-template-columns:1fr}.project-tile--wide,.project-tile--tall,.project-tile--medium{grid-column:span 1}.project-tile__visual{min-height:250px}.project-tile__header{flex-direction:column}.blog-section__grid,.blog-page__posts-grid,.blog-studio__layout,.blog-page__category-header,.blog-article__media-text,.blog-studio__field-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.reveal-stage [data-reveal=item]{opacity:1!important;transform:none!important;will-change:auto!important}}@media (max-width: 768px){.blog-section{padding-top:2.5rem;padding-bottom:1.5rem}.blog-section__header{align-items:flex-start;flex-direction:column;gap:1rem;margin-bottom:1.4rem}.blog-section__header h2{font-size:clamp(2.1rem,11vw,3rem);max-width:none}.blog-page__hero h1,.blog-page__category-header h2,.blog-page__cta-card h2{font-size:clamp(2.2rem,12vw,3.4rem)}.blog-page{padding:calc(env(safe-area-inset-top) + 6.5rem) 1.5rem 2rem}.blog-page__hero,.blog-page__sections,.blog-page__cta{width:100%}.blog-page__category-section,.blog-page__cta-card,.blog-card,.blog-studio__panel,.blog-studio__preview,.blog-article__lead,.blog-article__content{border-radius:26px}.blog-page__category-section,.blog-page__cta-card,.blog-studio__panel,.blog-studio__preview{padding:1.1rem}.blog-card h3,.blog-page__post-card h3{font-size:1.35rem}.blog-card__footer,.blog-card__meta,.blog-page__post-meta{flex-wrap:wrap}.blog-thumbnail{aspect-ratio:16 / 9}.blog-article__hero h1{font-size:clamp(2.4rem,12vw,3.8rem)}.blog-article__hero-image .blog-thumbnail{min-height:220px;border-radius:24px}.blog-studio__actions{align-items:stretch;flex-direction:column}.hero-section__title-char--drag-demo .hero-section__title-char-inner{animation:hero-first-letter-float-mobile 3.7s cubic-bezier(.42,0,.2,1) infinite!important;will-change:transform}.skills-ticker__track{animation:marquee-scroll 11.5s linear infinite!important;will-change:transform}}
