.skip-link{color:#fff;z-index:9999;background:#2563eb;border-radius:14px;padding:8px 24px;font-family:Inter,system-ui,sans-serif;font-weight:600;text-decoration:none;position:absolute;top:-100%;left:50%;transform:translate(-50%)}.skip-link:focus{top:8px}.navigation-shell{z-index:1000;will-change:transform, background, box-shadow, border-radius, padding;padding:16px 24px;transition:all .4s cubic-bezier(.22,1,.36,1);position:fixed;top:0;left:0;right:0}.navigation-shell.hero{box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;padding:32px 24px}.navigation-shell.hero .nav-inner{max-width:1280px}.navigation-shell.hero .brand-logo{height:38px}.navigation-shell.hero .brand-status{display:none}.navigation-shell.hero .cta-btn{color:#fff;background:#2563eb;border:none;border-radius:14px;padding:8px 24px;box-shadow:0 4px 14px #2563eb4d}.navigation-shell.hero .cta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 28px #2563eb66}.navigation-shell.hero .navbar-bottom-line{display:none}.navigation-shell.hero .active-underline{background:#2563eb}.navigation-shell.capsule{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0b11209e;border:1px solid #ffffff0f;border-radius:999px;width:min(1200px,100% - 32px);padding:16px 32px;top:16px;left:50%;transform:translate(-50%);box-shadow:0 8px 32px #00000026}.navigation-shell.capsule .nav-inner{max-width:100%}.navigation-shell.capsule .brand-logo{height:28px}.navigation-shell.capsule .brand-status{letter-spacing:.1em;text-transform:uppercase;color:#ffffff73;align-items:center;gap:4px;margin-left:8px;font-family:JetBrains Mono,ui-monospace,monospace;font-size:11px;font-weight:600;display:flex}.navigation-shell.capsule .brand-status .status-dot{background:#06b6d4;border-radius:50%;width:6px;height:6px;animation:6s ease-in-out infinite pulse-dot}.navigation-shell.capsule .cta-btn{color:#f8fafc;background:0 0;border:1px solid #f8fafc33;border-radius:14px;padding:4px 16px;transition:all .4s cubic-bezier(.22,1,.36,1)}.navigation-shell.capsule .cta-btn:hover{border-color:#2563eb;transform:scale(1.04);box-shadow:0 4px 12px #2563eb26}.navigation-shell.capsule .cta-btn:hover .cta-icon{transform:translate(4px)}.navigation-shell.capsule .navbar-bottom-line{display:block}.navigation-shell.capsule .active-underline{background:#2563eb}.navigation-shell.hidden{pointer-events:none;transform:translateY(-150%)}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.2}}.nav-inner{justify-content:space-between;align-items:center;margin:0 auto;display:flex;position:relative}.brand{color:#f8fafc;align-items:center;gap:8px;text-decoration:none;display:flex}.brand .brand-text{letter-spacing:-.03em;color:#f8fafc;font-family:Space Grotesk,system-ui,sans-serif;font-size:18px;font-weight:700}.brand .brand-text span{color:#06b6d4}.nav-links-wrapper{align-items:center;gap:24px;display:flex;position:relative}.nav-links{align-items:center;gap:24px;display:flex}.nav-links a{color:#f8fafcb3;letter-spacing:-.02em;padding:4px 0;font-family:Inter,system-ui,sans-serif;font-size:15px;font-weight:500;text-decoration:none;transition:color .3s cubic-bezier(.22,1,.36,1);position:relative}.nav-links a:hover{color:#f8fafcf2}.nav-links a.active{color:#f8fafc}.active-underline{pointer-events:none;border-radius:999px;width:24px;height:2px;transition:transform .4s cubic-bezier(.22,1,.36,1);position:absolute;bottom:-2px;left:0}.navbar-bottom-line{opacity:.5;pointer-events:none;background:#06b6d4;border-radius:2px;width:60px;height:2px;transition:left .2s ease-out;position:absolute;bottom:0;box-shadow:0 0 8px #06b6d426}.nav-actions{align-items:center;gap:16px;display:flex}.cta-btn{cursor:pointer;align-items:center;gap:4px;font-family:Inter,system-ui,sans-serif;font-size:14px;font-weight:600;transition:all .4s cubic-bezier(.22,1,.36,1);display:inline-flex}.cta-btn .cta-icon{transition:transform .4s cubic-bezier(.22,1,.36,1)}.mobile-toggle{color:#f8fafc;cursor:pointer;background:0 0;border:none;padding:4px;font-size:24px;display:none}.mobile-sheet-overlay{z-index:1100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;justify-content:center;align-items:flex-end;animation:.3s cubic-bezier(.22,1,.36,1) overlay-fade;display:flex;position:fixed;inset:0}.mobile-sheet{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#0b1120eb;border-radius:24px 24px 0 0;outline:none;flex-direction:column;gap:24px;width:100%;max-width:480px;padding:32px 24px 48px;animation:.4s cubic-bezier(.22,1,.36,1) sheet-slide;display:flex}.mobile-sheet .sheet-close{color:#f8fafc;cursor:pointer;background:0 0;border:none;align-self:flex-end;font-size:24px}.mobile-sheet .sheet-nav{flex-direction:column;gap:16px;display:flex}.mobile-sheet .sheet-nav a{color:#f8fafc;font-family:Space Grotesk,system-ui,sans-serif;font-size:28px;font-weight:600;text-decoration:none;transition:color .2s}.mobile-sheet .sheet-nav a:hover{color:#06b6d4}.mobile-sheet .sheet-footer{margin-top:24px}.mobile-sheet .sheet-footer .btn-nav-mobile{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:14px;justify-content:center;align-items:center;gap:8px;width:100%;padding:16px;font-family:Inter,system-ui,sans-serif;font-size:18px;font-weight:600;display:flex}@keyframes overlay-fade{0%{opacity:0}to{opacity:1}}@keyframes sheet-slide{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media (width<=768px){.navigation-shell{padding:8px 16px}.navigation-shell.capsule{width:calc(100% - 16px);padding:4px 16px;top:8px}.nav-links,.nav-actions .cta-btn{display:none}.mobile-toggle{display:block}.navigation-shell.capsule .brand-status{display:none}.navigation-shell.hero .brand-logo{height:32px}.navbar-bottom-line,.active-underline{display:none!important}}@media (prefers-reduced-motion:reduce){.navigation-shell,.active-underline,.cta-btn,.mobile-sheet{transition-duration:.01ms!important}.status-dot{animation:none!important}}:root{--navbar-height:80px;--hero-top-padding:20px}.hero-section{height:100dvh;min-height:unset;color:#f8fafc;background-color:#0b1120;justify-content:center;align-items:center;padding:0;display:flex;position:relative;overflow:hidden}.hero-grid-overlay{z-index:0;pointer-events:none;opacity:.03;background-image:linear-gradient(#06b6d499 1px,#0000 1px),linear-gradient(90deg,#06b6d499 1px,#0000 1px);background-size:48px 48px;animation:8s ease-in-out infinite alternate grid-pulse;position:absolute;inset:0}@keyframes grid-pulse{0%{opacity:.02;transform:scale(1)}to{opacity:.06;transform:scale(1.02)}}.hero-terminal{z-index:1;color:#06b6d414;text-align:right;pointer-events:none;font-family:JetBrains Mono,ui-monospace,monospace;font-size:12px;line-height:1.6;animation:6s ease-in-out infinite alternate float-text;display:none;position:absolute;bottom:20%;right:10%}@media (width>=1024px){.hero-terminal{display:block}}@keyframes float-text{0%{opacity:0;transform:translateY(0)}to{opacity:.1;transform:translateY(-10px)}}.energy-orb-container{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.energy-orb-container canvas{aspect-ratio:1;object-fit:contain;width:min(90%,75vh,850px);height:auto}.hero-content{z-index:2;width:100%;max-width:1200px;height:100%;padding:calc(var(--navbar-height) + var(--hero-top-padding)) 20px clamp(8px, 2vh, 16px);flex-direction:column;justify-content:space-between;gap:0;margin:0 auto;display:flex;position:relative}.hero-layout-row{flex-shrink:0;grid-template-columns:1fr 1fr;align-items:center;gap:clamp(20px,4vw,40px);width:100%;display:grid}.hero-left-col{flex-direction:column;align-items:flex-start;gap:clamp(8px,2vh,16px);padding-left:clamp(12px,5vw,80px);padding-right:0;display:flex}.hero-title{letter-spacing:-.035em;color:#f8fafc;text-align:left;flex-direction:column;gap:2px;font-family:Space Grotesk,system-ui,sans-serif;font-size:clamp(28px,4vw,72px);font-weight:800;line-height:.97;display:flex}.title-line{white-space:nowrap}.title-extrude{background:linear-gradient(135deg,#fff 0%,#bfe3f5 55%,#06b6d4 100%);color:#0000;white-space:nowrap;-webkit-background-clip:text;background-clip:text}.hero-subtext{color:#94a3b8;text-align:left;max-width:480px;margin:0;font-family:Inter,system-ui,sans-serif;font-size:clamp(14px,.8vw + .9vh,18px);line-height:1.6}.hero-cta{flex-wrap:wrap;justify-content:flex-start;gap:16px;margin-top:clamp(16px,3vh,28px);display:flex}.btn{cursor:pointer;border:1px solid #0000;border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:clamp(10px,1.8vh,16px) clamp(18px,3vw,32px);font-family:Inter,system-ui,sans-serif;font-size:16px;font-weight:600;transition:all .3s cubic-bezier(.22,1,.36,1);display:inline-flex}.btn svg{width:16px;height:16px;transition:transform .3s cubic-bezier(.22,1,.36,1)}.btn:hover svg{transform:translate(3px)}.btn-primary{color:#fff;background-color:#2563eb;box-shadow:0 4px 14px #2563eb4d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #2563eb66}.btn-secondary{color:#f8fafc;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#ffffff14;border:1px solid #ffffff1f}.btn-secondary:hover{background-color:#ffffff26;border-color:#06b6d4;transform:translateY(-2px)}.hero-stats{border-top:1px solid #ffffff14;flex-wrap:wrap;flex-shrink:0;justify-content:center;gap:clamp(16px,3vw,32px);width:100%;margin-top:0;padding-top:clamp(8px,2vh,16px);padding-bottom:clamp(8px,2vh,16px);display:flex}.stat-item{flex-direction:column;align-items:center;gap:4px;display:flex}.stat-value{letter-spacing:-.02em;color:#f8fafc;font-family:JetBrains Mono,ui-monospace,monospace;font-size:clamp(20px,1.4vw + 1.4vh,32px);font-weight:700;line-height:1}.stat-label{letter-spacing:.14em;text-transform:uppercase;color:#94a3b8bf;font-family:JetBrains Mono,ui-monospace,monospace;font-size:10.5px;font-weight:600}.hero-scroll-cue{z-index:2;color:#94a3b880;animation:2.4s ease-in-out infinite scroll-cue-bob;position:absolute;bottom:clamp(12px,3vh,24px);left:50%;transform:translate(-50%)}.hero-scroll-cue svg{width:20px;height:20px}@media (width<=768px){.hero-scroll-cue{display:none}}@keyframes scroll-cue-bob{0%,to{transform:translate(-50%)}50%{transform:translate(-50%,6px)}}@media (width<=640px){.hero-grid-overlay{opacity:.05;background-size:36px 36px}.hero-terminal,.hero-right-col,.energy-orb-container{display:none}.hero-content{padding:calc(var(--navbar-height) + 12px) 16px clamp(12px, 3vh, 24px);text-align:center;justify-content:space-between;align-items:center;height:100%}.hero-layout-row{flex-direction:column;flex:1 0 auto;grid-template-columns:1fr;justify-content:center;align-items:center;gap:0;display:flex}.hero-left-col{text-align:center;align-items:center;gap:clamp(10px,2.5vh,18px);width:100%;padding-left:0;padding-right:0}.hero-title{text-align:center;gap:4px;font-size:clamp(30px,7vw,42px);line-height:1.05}.hero-subtext{text-align:center;white-space:nowrap;box-sizing:content-box;width:auto;max-width:none;padding:0 12px;font-size:14px;line-height:1.5;overflow:visible}.hero-cta{flex-direction:column;align-items:center;gap:12px;width:100%;margin-top:clamp(12px,3vh,24px)}.hero-cta .btn{justify-content:center;width:100%;max-width:300px;padding:14px 20px;font-size:16px}.hero-stats{border-top:1px solid #ffffff0f;flex-wrap:wrap;justify-content:center;gap:clamp(12px,4vw,24px);width:100%;padding-top:clamp(8px,2vh,12px);padding-bottom:0}.stat-item{min-width:60px}.stat-value{font-size:clamp(18px,5vw,24px)}.stat-label{letter-spacing:.1em;font-size:9px}.hero-scroll-cue{display:none}}@media (width<=380px){.hero-title{font-size:clamp(26px,8vw,32px)}.hero-subtext{font-size:13px}.hero-cta .btn{padding:12px 16px;font-size:15px}.hero-stats{gap:10px}}@media (height<=700px){.hero-content{padding:calc(var(--navbar-height) + 4px) 20px 4px}.hero-left-col{gap:4px;padding-left:clamp(8px,3vw,40px)}.hero-title{font-size:clamp(28px,3vw + 2.2vh,56px)}.hero-subtext{font-size:14px;line-height:1.45}.hero-cta{margin-top:clamp(8px,2vh,16px)}.btn{padding:9px 16px;font-size:14px}.hero-stats{gap:16px;padding-top:6px;padding-bottom:6px}.stat-value{font-size:18px}.stat-label{font-size:9px}.hero-scroll-cue{display:none}}@media (prefers-reduced-motion:reduce){.hero-grid-overlay,.hero-terminal,.hero-scroll-cue{animation:none!important}}.webgl-fallback{color:#fff3;text-align:center;font-family:JetBrains Mono,ui-monospace,monospace;font-size:12px}.services-section{background-color:#f8fafc;flex-direction:column;justify-content:center;width:100%;min-height:0;padding:clamp(24px,6vh,96px) 0;display:flex;position:relative;overflow:hidden}.section-head{z-index:1;text-align:center;flex-direction:column;align-items:center;gap:clamp(2px,.8vh,8px);max-width:100%;margin-bottom:clamp(16px,3vh,64px);padding:0 8px;display:flex;position:relative}.section-head .eyebrow{letter-spacing:.12em;color:#475569;white-space:nowrap;background:#fff;border:1px solid #0f172a0a;border-radius:999px;align-items:center;gap:8px;padding:4px 14px;font-family:JetBrains Mono,ui-monospace,monospace;font-size:clamp(9px,.5vw + .4vh,12px);font-weight:600;display:inline-flex}.section-head .eyebrow .eyebrow-dot{background-color:#0f172a;border-radius:50%;width:6px;height:6px}.section-head h2{letter-spacing:-.025em;color:#0f172a;overflow-wrap:break-word;max-width:90vw;margin:0;font-family:Space Grotesk,system-ui,sans-serif;font-size:clamp(22px,3.6vw + 3vh,72px);font-weight:700;line-height:1.05}.section-head p{color:#475569;max-width:520px;margin:0 auto;padding:0 8px;font-family:Inter,system-ui,sans-serif;font-size:clamp(13px,.8vw + .9vh,18px);line-height:1.5}.services-grid{z-index:1;box-sizing:border-box;grid-template-columns:repeat(2,1fr);gap:clamp(8px,1.5vw + .5vh,32px);width:100%;max-width:1100px;margin:0 auto;padding:0 16px;display:grid;position:relative}@media (width<=992px){.services-grid{grid-template-columns:1fr;gap:16px;max-width:100%}}.service-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-sizing:border-box;background:#fff9;border:1px solid #0f172a0d;border-radius:clamp(12px,1.5vw,28px);align-items:stretch;gap:clamp(8px,1.5vw + .5vh,40px);width:100%;padding:clamp(12px,2vw + 1vh,48px);transition:all .3s cubic-bezier(.22,1,.36,1);display:flex;box-shadow:0 8px 32px #0000000d}.service-card:hover{background:#ffffffbf;transform:translateY(-4px);box-shadow:0 12px 48px #00000014}.service-left{flex-direction:column;flex:0 0 45%;justify-content:space-between;align-items:flex-start;gap:clamp(4px,1vw + .5vh,16px);width:100%;min-width:0;display:flex}.service-header{flex-direction:column;gap:2px;display:flex}.service-title{color:#0f172a;word-break:break-word;margin:0;font-family:Space Grotesk,system-ui,sans-serif;font-size:clamp(16px,1.5vw + 1vh,26px);font-weight:700;line-height:1.1}.service-subtitle{color:#475569;font-family:Inter,system-ui,sans-serif;font-size:clamp(12px,.5vw + .5vh,15px)}.service-number{letter-spacing:-.03em;color:#0f172a;margin:0;font-family:Space Grotesk,system-ui,sans-serif;font-size:clamp(20px,3vw + 1.5vh,56px);font-weight:800;line-height:1}.service-btn{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:4px;min-height:32px;padding:clamp(4px,.8vw + .3vh,12px) clamp(10px,1.5vw + .5vh,24px);font-family:Inter,system-ui,sans-serif;font-size:clamp(12px,.6vw + .4vh,15px);font-weight:600;transition:all .3s cubic-bezier(.22,1,.36,1);display:inline-flex}.service-btn .btn-icon{transition:transform .3s cubic-bezier(.22,1,.36,1)}.service-btn.btn-outline{color:#0f172a;background:0 0;border-color:#0f172a33}.service-btn.btn-outline:hover{border-color:#0f172a;transform:translateY(-2px)}.service-btn.btn-outline:hover .btn-icon{transform:translate(3px)}.service-btn.btn-solid{color:#fff;background:#0f172a;box-shadow:0 4px 12px #0000000d}.service-btn.btn-solid:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0000001a}.service-btn.btn-solid:hover .btn-icon{transform:translate(3px)}.service-right{border-left:1px solid #0f172a0f;flex-direction:column;flex:1;justify-content:flex-start;gap:clamp(6px,1vw + .5vh,16px);min-width:0;padding-left:clamp(8px,1.5vw + .5vh,24px);display:flex}.features-label{color:#475569;font-family:Inter,system-ui,sans-serif;font-size:clamp(12px,.5vw + .5vh,15px);font-weight:500}.service-features{flex-direction:column;gap:clamp(2px,.6vw + .3vh,12px);margin:0;padding:0;list-style:none;display:flex}.service-features li{color:#0f172a;align-items:flex-start;gap:8px;font-family:Inter,system-ui,sans-serif;font-size:clamp(13px,.5vw + .5vh,16px);line-height:1.3;display:flex}.service-features li .check-icon{color:#2563eb;flex-shrink:0;width:18px;height:18px;margin-top:2px}@media (width<=992px){.service-card{flex-direction:column;gap:clamp(8px,1.5vh,16px);width:100%;max-width:100%}.service-left{flex:auto;gap:clamp(4px,.8vh,10px);width:100%}.service-right{border-top:1px solid #0f172a0f;border-left:none;width:100%;padding-top:clamp(8px,1.5vh,16px);padding-left:0}.service-number{margin:4px 0}}@media (width<=600px){.services-grid{gap:12px;max-width:100%;padding:0 8px}.service-card{padding:16px}.service-btn{min-height:28px;padding:4px 12px;font-size:12px}.service-features li{font-size:13px}.ambient-blob{display:none}}@media (height<=600px){.services-section{padding:20px 0}.section-head{margin-bottom:12px}.service-card{gap:8px;padding:12px 16px}.service-number{font-size:24px!important}.service-left{gap:4px}.service-title{font-size:16px!important}.service-btn{min-height:24px;padding:2px 10px;font-size:11px}.service-features{gap:2px}.service-features li{font-size:12px}}.process-section{background-color:#f8fafc;padding:96px 0}.process-head{text-align:center;margin-bottom:48px}.process-head .eyebrow{letter-spacing:.15em;text-transform:uppercase;color:#2563eb;margin-bottom:4px;font-family:JetBrains Mono,ui-monospace,monospace;font-size:12px;font-weight:600;display:block}.process-head h2{letter-spacing:-.025em;color:#0f172a;margin:0;font-family:Space Grotesk,system-ui,sans-serif;font-size:clamp(32px,4vw,48px);font-weight:700}.process-grid{flex-direction:column;gap:32px;max-width:1100px;margin:0 auto;display:flex}.process-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fff9;border:1px solid #0f172a0a;border-radius:20px;justify-content:space-between;align-items:center;gap:32px;padding:32px;transition:all .3s cubic-bezier(.22,1,.36,1);display:flex;position:relative;overflow:hidden}.process-card:hover{background:#fffc;border-color:#2563eb1a;transform:translateY(-4px);box-shadow:0 8px 32px #0000000f}.process-content{z-index:1;flex-direction:column;flex:1;align-items:flex-start;gap:16px;display:flex}.process-number{color:#0000;-webkit-text-stroke:1px #0f172a26;pointer-events:none;font-family:Space Grotesk,system-ui,sans-serif;font-size:clamp(64px,6vw,80px);font-weight:800;line-height:.8}.process-tags{flex-wrap:wrap;gap:8px;margin-top:-4px;display:flex}.tag{letter-spacing:.04em;color:#475569;background:#f1f5f9cc;border-radius:999px;padding:4px 14px;font-family:JetBrains Mono,ui-monospace,monospace;font-size:11px;font-weight:600}.process-title{color:#0f172a;margin:0;font-family:Space Grotesk,system-ui,sans-serif;font-size:clamp(24px,2.5vw,32px);font-weight:700}.process-desc{color:#475569;max-width:480px;margin:0;font-family:Inter,system-ui,sans-serif;font-size:16px;line-height:1.6}.process-visual{border-radius:20px;flex:0 0 320px;justify-content:center;align-items:center;height:240px;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 24px #0000000d}.process-visual:before{content:"";pointer-events:none;z-index:1;background:#ffffff26;position:absolute;inset:0}.process-visual .icon-wrapper{color:#ffffffe6;z-index:2;filter:drop-shadow(0 4px 8px #0000000d)}.process-visual .icon-wrapper svg{width:80px;height:80px}@media (width<=992px){.process-visual{flex:0 0 200px;height:180px}.process-visual .icon-wrapper svg{width:56px;height:56px}}@media (width<=768px){.process-card{-webkit-backdrop-filter:none;backdrop-filter:none;background:#fff;flex-direction:column;align-items:stretch;gap:24px;padding:24px}.process-number{-webkit-text-stroke:1px #0f172a33}.process-visual{flex:auto;width:100%;height:180px}.process-visual .icon-wrapper svg{width:56px;height:56px}}.work-image-slot{aspect-ratio:16/9;background:linear-gradient(135deg,#2563eb33,#06b6d41a);border:1px solid #f8fafc14;border-radius:14px;width:100%;margin-bottom:16px;position:relative;overflow:hidden}.work-image-slot img{object-fit:cover;width:100%;height:100%;transition:transform 1s cubic-bezier(.22,1,.36,1);display:block}.work-image-slot .image-placeholder{color:#f8fafc40;background:linear-gradient(135deg,#2563eb1a,#06b6d40d);justify-content:center;align-items:center;width:100%;height:100%;font-family:JetBrains Mono,ui-monospace,monospace;font-size:14px;display:flex}.work-card:hover .work-image-slot img{transform:scale(1.03)}.work-section{color:#f8fafc;background-color:#1e293b;padding:0;position:relative;overflow:hidden}.work-pin-container{align-items:center;width:100%;height:100vh;display:flex;position:relative;overflow:hidden}.work-track{align-items:center;gap:48px;width:max-content;height:100%;padding:0 48px;display:flex}.work-card{background:#0b1120;border:1px solid #f8fafc14;border-radius:20px;flex-direction:column;gap:16px;width:500px;min-width:500px;padding:32px;transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s cubic-bezier(.22,1,.36,1);display:flex}.work-card:hover{border-color:#2563eb33;transform:translateY(-4px);box-shadow:0 12px 40px #0006}.work-card h3{color:#f8fafc;margin:0;font-family:Space Grotesk,system-ui,sans-serif;font-size:26px;font-weight:700}.work-card .work-desc{color:#94a3b8;margin:0;font-family:Inter,system-ui,sans-serif;font-size:15px;line-height:1.6}.work-card .work-metrics{border-top:1px solid #f8fafc0f;gap:24px;margin-top:8px;padding-top:16px;display:flex}.work-card .work-metrics div{flex-direction:column;gap:2px;min-width:0;display:flex}.work-card .work-metrics .metric-value{color:#06b6d4;white-space:nowrap;font-family:JetBrains Mono,ui-monospace,monospace;font-size:14px;font-weight:700}.work-card .work-metrics .metric-label{letter-spacing:.1em;text-transform:uppercase;color:#94a3b8b3;white-space:nowrap;font-family:JetBrains Mono,ui-monospace,monospace;font-size:10px}@media (width<=1024px){.work-section{padding:64px 0}.work-pin-container{align-items:flex-start;height:auto;overflow:visible}.work-track{grid-template-columns:1fr;justify-items:center;gap:32px;width:100%;padding:0 16px;display:grid}.work-card{width:100%;min-width:auto;max-width:500px}}@media (width<=480px){.work-track{padding:0 8px}.work-card{padding:24px}.work-card h3{font-size:22px}.work-card .work-desc{font-size:14px}.work-card .work-metrics{gap:16px}.work-card .work-metrics .metric-value{font-size:12px}}.studio-section{background-color:#f8fafc;padding:96px 0;position:relative;overflow:hidden}.ambient-blob{filter:blur(120px);z-index:0;pointer-events:none;opacity:.6;border-radius:50%;position:absolute}.blob-top-left{background:radial-gradient(circle,#a78bfa,#0000 70%);width:700px;height:700px;top:-300px;left:-350px}.blob-top-right{background:radial-gradient(circle,#60a5fa,#0000 70%);width:600px;height:600px;top:-250px;right:-300px}.blob-bottom-left{background:radial-gradient(circle,#60a5fa,#0000 70%);width:600px;height:600px;bottom:-250px;left:-300px}.blob-bottom-right{background:radial-gradient(circle,#a78bfa,#0000 70%);width:700px;height:700px;bottom:-300px;right:-350px}.studio-head{z-index:1;text-align:center;margin-bottom:48px;position:relative}.studio-head .eyebrow{letter-spacing:.15em;text-transform:uppercase;color:#2563eb;margin-bottom:4px;font-family:JetBrains Mono,ui-monospace,monospace;font-size:12px;font-weight:600;display:block}.studio-head h2{letter-spacing:-.025em;color:#0f172a;margin:0;font-family:Space Grotesk,system-ui,sans-serif;font-size:clamp(32px,4vw,48px);font-weight:700}.studio-head p{color:#475569;max-width:560px;margin:8px auto 0;font-family:Inter,system-ui,sans-serif;font-size:18px;line-height:1.6}.studio-grid{z-index:1;grid-template-columns:repeat(3,1fr);gap:32px;max-width:1100px;margin:0 auto;display:grid;position:relative}@media (width<=768px){.studio-grid{grid-template-columns:1fr;gap:24px}}.studio-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);text-align:center;background:#fff9;border:1px solid #0f172a0a;border-radius:20px;flex-direction:column;align-items:center;padding:32px;transition:all .3s cubic-bezier(.22,1,.36,1);display:flex}.studio-card:hover{background:#ffffffd9;border-color:#2563eb1a;transform:translateY(-4px);box-shadow:0 8px 32px #0000000f}.studio-card .avatar{background:#2563eb0d;border:2px solid #2563eb33;border-radius:50%;width:120px;height:120px;margin-bottom:16px;overflow:hidden;box-shadow:0 4px 20px #2563eb0d}.studio-card .monochrome-avatar{object-fit:cover;filter:grayscale()contrast(1.1);width:100%;height:100%;transition:filter .6s cubic-bezier(.22,1,.36,1)}.studio-card .studio-card:hover .monochrome-avatar{filter:grayscale(0%)contrast()}.studio-card h3{color:#0f172a;margin:0 0 4px;font-family:Space Grotesk,system-ui,sans-serif;font-size:22px;font-weight:600}.studio-card .role{letter-spacing:.08em;text-transform:uppercase;color:#2563eb;margin-bottom:8px;font-family:JetBrains Mono,ui-monospace,monospace;font-size:12px;font-weight:600}.studio-card p{color:#475569;margin:0;font-family:Inter,system-ui,sans-serif;font-size:15px;line-height:1.6}@media (width<=768px){.ambient-blob{display:none}.studio-card{-webkit-backdrop-filter:none;backdrop-filter:none;background:#fff}}.studio-sub{color:#475569;text-align:center;max-width:560px;margin:48px auto 0;font-family:Inter,system-ui,sans-serif;font-size:18px;line-height:1.6}.testimonials-section{background-color:#f8fafc;padding:96px 0;position:relative;overflow:hidden}.testimonials-head{text-align:center;margin-bottom:48px}.testimonials-head .eyebrow{letter-spacing:.15em;text-transform:uppercase;color:#2563eb;margin-bottom:4px;font-family:JetBrains Mono,ui-monospace,monospace;font-size:12px;font-weight:600;display:block}.testimonials-head h2{letter-spacing:-.025em;color:#0f172a;margin:0;font-family:Space Grotesk,system-ui,sans-serif;font-size:clamp(32px,4vw,48px);font-weight:700}.testimonials-head p{color:#475569;max-width:520px;margin:8px auto 0;font-family:Inter,system-ui,sans-serif;font-size:18px;line-height:1.6}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:32px;max-width:1100px;margin:0 auto;display:grid}@media (width<=768px){.testimonials-grid{grid-template-columns:1fr;gap:24px}}.testimonial-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffb3;border:1px solid #0f172a0d;border-radius:20px;padding:32px;transition:all .3s cubic-bezier(.22,1,.36,1);box-shadow:0 4px 16px #0000000a}.testimonial-card:hover{background:#ffffffd9;border-color:#2563eb1a;transform:translateY(-4px);box-shadow:0 8px 24px #0000000f}.testimonial-card .testimonial-quote{color:#0f172a;margin-bottom:24px;font-family:Inter,system-ui,sans-serif;font-size:18px;font-style:italic;line-height:1.6}.testimonial-card .testimonial-attribution{border-top:1px solid #0f172a14;padding-top:16px}.testimonial-card .testimonial-attribution .testimonial-name{color:#0f172a;font-family:Space Grotesk,system-ui,sans-serif;font-size:16px;font-weight:600}.testimonial-card .testimonial-attribution .testimonial-title{color:#475569;margin-top:2px;font-family:Inter,system-ui,sans-serif;font-size:14px}@media (width<=600px){.testimonial-card{padding:24px}.testimonial-card .testimonial-quote{font-size:16px}}.footer-section{color:#f8fafc;background-color:#0b1120;margin-top:auto;padding:64px 0 0;position:relative}.footer-cta-panel{text-align:center;background:linear-gradient(135deg,#2563eb14,#06b6d40a);border:1px solid #2563eb26;border-radius:20px;flex-direction:column;align-items:center;gap:16px;max-width:1100px;margin:0 auto 64px;padding:48px;display:flex;position:relative;overflow:hidden}.footer-cta-panel:before{content:"";pointer-events:none;background:radial-gradient(circle,#06b6d414,#0000 60%);width:80%;height:200%;position:absolute;top:-50%;left:50%;transform:translate(-50%)}.footer-cta-panel h2{letter-spacing:-.025em;color:#f8fafc;z-index:1;margin:0;font-family:Space Grotesk,system-ui,sans-serif;font-size:clamp(32px,4.5vw,48px);font-weight:800;position:relative}.footer-cta-panel p{color:#94a3b8;z-index:1;max-width:480px;margin:0;font-family:Inter,system-ui,sans-serif;font-size:18px;position:relative}.footer-cta-panel .btn-cta-footer{color:#fff;cursor:pointer;z-index:1;background:#2563eb;border:none;border-radius:14px;align-items:center;gap:8px;margin-top:8px;padding:16px 48px;font-family:Inter,system-ui,sans-serif;font-size:16px;font-weight:600;transition:all .3s cubic-bezier(.22,1,.36,1);display:inline-flex;position:relative;box-shadow:0 4px 14px #2563eb4d}.footer-cta-panel .btn-cta-footer:hover{transform:translateY(-2px);box-shadow:0 8px 28px #2563eb66}.footer-bottom{border-top:1px solid #f8fafc0f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:24px 0;display:flex}.footer-bottom .footer-brand{color:#f8fafc;align-items:center;gap:8px;text-decoration:none;display:flex}.footer-bottom .footer-brand img{width:auto;height:28px}.footer-bottom .footer-brand .brand-text{font-family:Space Grotesk,system-ui,sans-serif;font-size:16px;font-weight:700}.footer-bottom .footer-brand .brand-text span{color:#06b6d4}.footer-bottom .footer-links{gap:24px;display:flex}.footer-bottom .footer-links a{color:#f8fafc99;font-family:Inter,system-ui,sans-serif;font-size:14px;text-decoration:none;transition:color .3s cubic-bezier(.22,1,.36,1)}.footer-bottom .footer-links a:hover{color:#f8fafc}.footer-bottom .footer-socials{gap:16px;display:flex}.footer-bottom .footer-socials a{color:#f8fafc66;transition:color .3s cubic-bezier(.22,1,.36,1)}.footer-bottom .footer-socials a:hover{color:#f8fafc}.footer-meta{color:#94a3b880;border-top:1px solid #f8fafc08;justify-content:space-between;align-items:center;padding-top:16px;font-size:13px;display:flex}.footer-meta .location{font-family:Inter,system-ui,sans-serif}@media (width<=768px){.footer-bottom{text-align:center;flex-direction:column;gap:16px}.footer-bottom .footer-links{flex-wrap:wrap;justify-content:center}.footer-meta{text-align:center;flex-direction:column;gap:8px}}.project-flow{color:#f8fafc;background:#0b1120;min-height:80vh;padding:100px 24px 96px;position:relative;overflow:hidden}@media (width<=640px){.project-flow{padding:80px 16px 40px}}@media (width<=400px){.project-flow{padding:70px 12px 32px}}.project-flow .grid-overlay{z-index:0;pointer-events:none;opacity:.04;background-image:linear-gradient(#06b6d499 1px,#0000 1px),linear-gradient(90deg,#06b6d499 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0}.project-flow .session-error{z-index:1;text-align:center;color:#94a3b8;padding:1rem;position:relative}.project-flow .project-header{z-index:1;max-width:1100px;margin:0 auto 48px;position:relative}@media (width<=640px){.project-flow .project-header{margin-bottom:28px}}.project-flow .project-header .back-home{cursor:pointer;color:#94a3b8;background:0 0;border:none;margin-bottom:16px;padding:0;font-family:Inter,system-ui,sans-serif;font-size:14px;transition:color .2s}.project-flow .project-header .back-home:hover{color:#f8fafc}.project-flow .project-header .eyebrow{letter-spacing:.12em;text-transform:uppercase;color:#06b6d4;margin-bottom:8px;font-family:JetBrains Mono,ui-monospace,monospace;font-size:12px;display:block}.project-flow .project-header h1{letter-spacing:-.02em;max-width:640px;margin:0;font-family:Space Grotesk,system-ui,sans-serif;font-size:clamp(32px,4vw,44px);font-weight:700}@media (width<=640px){.project-flow .project-header h1{font-size:28px}}.project-flow .project-header .subhead{color:#94a3b8;max-width:520px;margin-top:16px;font-size:17px;line-height:1.5}@media (width<=640px){.project-flow .project-header .subhead{margin-top:10px;font-size:15px}}.project-flow .flow-grid{z-index:1;grid-template-columns:1.4fr 1fr;align-items:start;gap:24px;max-width:1100px;margin:0 auto;display:grid;position:relative}@media (width<=840px){.project-flow .flow-grid{grid-template-columns:1fr;gap:24px}}.project-flow .panel{background:#1e293b;border:1px solid #ffffff14;border-radius:20px;padding:32px;position:relative;overflow:hidden}@media (width<=640px){.project-flow .panel{padding:20px 16px}}.project-flow .panel:before{content:"";pointer-events:none;background:radial-gradient(circle,#06b6d40f,#0000 65%);width:60%;height:140%;position:absolute;top:-40%;right:-20%}.project-flow .panel h2{margin:0 0 4px;font-family:Space Grotesk,system-ui,sans-serif;font-size:20px;font-weight:600;position:relative}@media (width<=640px){.project-flow .panel h2{font-size:18px}}.project-flow .panel .desc{color:#94a3b8;margin:0 0 24px;font-size:14px;position:relative}@media (width<=640px){.project-flow .panel .desc{margin-bottom:16px;font-size:13px}}.project-flow .slot-picker{margin-bottom:24px;position:relative}.project-flow .slot-picker .label{color:#94a3b8;margin:0 0 8px;font-size:13px}.project-flow .slot-picker .slots-list{flex-direction:column;gap:16px;display:flex}.project-flow .slot-picker .slots-list .loading{color:#94a3b8;font-size:13px}.project-flow .slot-picker .slot-date-group .slot-date-label{letter-spacing:.06em;text-transform:uppercase;color:#94a3b8;margin:0 0 8px;font-family:JetBrains Mono,ui-monospace,monospace;font-size:11px}.project-flow .slot-picker .slot-date-group .slot-chips{flex-wrap:wrap;gap:8px;display:flex}.project-flow .slot-picker .slot-btn{color:#f8fafc;cursor:pointer;background:#ffffff05;border:1px solid #ffffff14;border-radius:14px;padding:10px 16px;font-size:13px;transition:all .3s cubic-bezier(.22,1,.36,1)}.project-flow .slot-picker .slot-btn:hover{border-color:#06b6d4}.project-flow .slot-picker .slot-btn:active{transform:scale(.96)}@media (width<=640px){.project-flow .slot-picker .slot-btn{padding:12px 14px;font-size:14px}}.project-flow .slot-picker .btn-secondary{cursor:pointer;color:#94a3b8;background:#ffffff0a;border:none;border-radius:14px;align-self:flex-start;padding:10px 16px;font-size:13px;transition:background .3s cubic-bezier(.22,1,.36,1)}.project-flow .slot-picker .btn-secondary:hover{background:#ffffff14}.project-flow .slot-chosen{background:#06b6d40f;border:1px solid #06b6d44d;border-radius:14px;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;padding:14px 18px;animation:.25s cubic-bezier(.22,1,.36,1) fade-in-up;display:flex}.project-flow .slot-chosen .slot-chosen-label{letter-spacing:.06em;text-transform:uppercase;color:#06b6d4;margin-bottom:2px;font-family:JetBrains Mono,ui-monospace,monospace;font-size:11px;display:block}.project-flow .slot-chosen .slot-chosen-value{color:#f8fafc;font-size:14px;display:block}.project-flow .slot-chosen .btn-link{color:#94a3b8;cursor:pointer;white-space:nowrap;background:0 0;border:none;font-size:13px;text-decoration:underline}.project-flow .slot-chosen .btn-link:hover{color:#f8fafc}@media (width<=400px){.project-flow .slot-chosen{flex-direction:column;align-items:flex-start;gap:8px}}.project-flow .booking-form{flex-direction:column;gap:8px;display:flex;position:relative}.project-flow .booking-form .form-row{gap:8px;display:flex}@media (width<=600px){.project-flow .booking-form .form-row{flex-direction:column}}.project-flow .booking-form .field-group{flex-direction:column;flex:1;gap:4px;display:flex}.project-flow .booking-form .field-group.full-width{flex:0 0 100%}.project-flow .booking-form .field-group input.error,.project-flow .booking-form .field-group textarea.error{border-color:#e24b4a;box-shadow:0 0 0 3px #e24b4a1f}.project-flow .booking-form .field-group .field-error{color:#f09595;font-size:12px}.project-flow .booking-form .field-group input,.project-flow .booking-form .field-group textarea{color:#f8fafc;background:#ffffff08;border:1px solid #ffffff14;border-radius:14px;padding:12px 14px;font-family:Inter,system-ui,sans-serif;font-size:14px}.project-flow .booking-form .field-group input::placeholder,.project-flow .booking-form .field-group textarea::placeholder{color:#94a3b8}.project-flow .booking-form .field-group input:focus,.project-flow .booking-form .field-group textarea:focus{border-color:#06b6d4;outline:none;box-shadow:0 0 0 3px #06b6d41f}.project-flow .booking-form .field-group textarea{resize:vertical;min-height:80px}@media (width<=640px){.project-flow .booking-form .field-group input,.project-flow .booking-form .field-group textarea{padding:14px;font-size:15px}}.project-flow .booking-form .btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb 0%,#06b6d4 100%);border:none;border-radius:14px;justify-content:center;align-items:center;gap:8px;margin-top:8px;padding:13px 24px;font-size:14px;font-weight:600;transition:opacity .3s cubic-bezier(.22,1,.36,1),transform .1s cubic-bezier(.22,1,.36,1);display:inline-flex}.project-flow .booking-form .btn-primary:disabled{opacity:.75;cursor:not-allowed}.project-flow .booking-form .btn-primary:hover:not(:disabled){opacity:.9}.project-flow .booking-form .btn-primary:active:not(:disabled){transform:scale(.97)}@media (width<=640px){.project-flow .booking-form .btn-primary{width:100%;padding:14px}}.project-flow .booking-confirmation{text-align:center;position:relative}.project-flow .booking-confirmation h2{margin-bottom:8px}.project-flow .booking-confirmation p{color:#94a3b8;margin-bottom:8px}.project-flow .booking-confirmation a{color:#06b6d4;text-decoration:underline}.project-flow .booking-confirmation .btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb 0%,#06b6d4 100%);border:none;border-radius:14px;margin-top:16px;padding:13px 24px;font-weight:600}@media (width<=640px){.project-flow .booking-confirmation .btn-primary{width:100%}}.project-flow .lead-panel{border-top:1px solid #ffffff14;margin-top:24px;padding-top:24px;position:relative}.project-flow .lead-panel form{flex-direction:column;gap:8px;display:flex}.project-flow .lead-panel form input,.project-flow .lead-panel form textarea{color:#f8fafc;background:#ffffff08;border:1px solid #ffffff14;border-radius:14px;padding:12px 14px;font-family:Inter,system-ui,sans-serif;font-size:14px}.project-flow .lead-panel form input::placeholder,.project-flow .lead-panel form textarea::placeholder{color:#94a3b8}.project-flow .lead-panel form input:focus,.project-flow .lead-panel form textarea:focus{border-color:#06b6d4;outline:none;box-shadow:0 0 0 3px #06b6d41f}.project-flow .lead-panel form textarea{min-height:60px}@media (width<=640px){.project-flow .lead-panel form input,.project-flow .lead-panel form textarea{padding:14px;font-size:15px}}.project-flow .lead-panel form .btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb 0%,#06b6d4 100%);border:none;border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-weight:600;transition:opacity .3s cubic-bezier(.22,1,.36,1),transform .1s cubic-bezier(.22,1,.36,1);display:inline-flex}.project-flow .lead-panel form .btn-primary:disabled{opacity:.75}.project-flow .lead-panel form .btn-primary:active:not(:disabled){transform:scale(.97)}@media (width<=640px){.project-flow .lead-panel form .btn-primary{width:100%}}.project-flow .lead-thanks{text-align:center;color:#94a3b8;margin-top:24px;position:relative}.project-flow .trust-panel .step{gap:16px;margin-bottom:24px;display:flex;position:relative}.project-flow .trust-panel .step:last-child{margin-bottom:0}.project-flow .trust-panel .step .step-num{color:#06b6d4;border:1px solid #06b6d44d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-family:JetBrains Mono,ui-monospace,monospace;font-size:12px;display:flex}.project-flow .trust-panel .step h3{margin:0 0 3px;font-size:14px;font-weight:600}.project-flow .trust-panel .step p{color:#94a3b8;margin:0;font-size:13px;line-height:1.5}@media (width<=640px){.project-flow .trust-panel .step{margin-bottom:20px}.project-flow .trust-panel .step h3{font-size:15px}.project-flow .trust-panel .step p{font-size:14px}}.project-flow .chat-fab{cursor:pointer;z-index:100;background:linear-gradient(135deg,#2563eb 0%,#06b6d4 100%);border:none;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;transition:transform .2s,box-shadow .2s;animation:2.5s ease-in-out infinite alternate fab-glow;display:flex;position:fixed;bottom:40px;right:32px;box-shadow:0 8px 24px #2563eb59,0 0 0 4px #2563eb1a}.project-flow .chat-fab:hover{transform:scale(1.08);box-shadow:0 10px 28px #2563eb80,0 0 0 6px #2563eb26}.project-flow .chat-fab .chat-fab-logo{object-fit:contain;background:#000;border-radius:50%;width:100%;height:100%;padding:6px}@media (width<=640px){.project-flow .chat-fab{width:64px;height:64px;bottom:28px;right:20px;box-shadow:0 8px 24px #2563eb66,0 0 0 3px #2563eb1f}.project-flow .chat-fab .chat-fab-logo{padding:5px}}.project-flow .chat-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:200;background:#0009;justify-content:flex-end;align-items:flex-end;padding:24px;animation:.3s ease-out overlayFadeIn;display:flex;position:fixed;inset:0}.project-flow .chat-modal-overlay.closing{animation:.3s ease-in forwards overlayFadeOut}@media (width<=600px){.project-flow .chat-modal-overlay{z-index:9999;align-items:stretch;padding:0}}.project-flow .chat-modal{background:#1e293b;border:1px solid #ffffff14;border-radius:20px;flex-direction:column;width:360px;max-width:100%;height:480px;max-height:80vh;animation:.35s cubic-bezier(.16,1,.3,1) modalSlideUp;display:flex;overflow:hidden}.project-flow .chat-modal.closing{animation:.3s cubic-bezier(.55,0,1,.45) forwards modalSlideDown}@media (width<=600px){.project-flow .chat-modal{border-radius:0;width:100%;height:100%;max-height:100%;animation:.35s cubic-bezier(.16,1,.3,1) modalSlideUpMobile}.project-flow .chat-modal.closing{animation:.3s cubic-bezier(.55,0,1,.45) forwards modalSlideDownMobile}}.project-flow .chat-modal-header{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.project-flow .chat-modal-header h3{margin:0;font-family:Space Grotesk,system-ui,sans-serif;font-size:16px}.project-flow .chat-modal-header .chat-close{color:#94a3b8;cursor:pointer;background:0 0;border:none;font-size:16px;transition:color .2s,background .2s}.project-flow .chat-modal-header .chat-close:hover{color:#f8fafc}@media (width<=600px){.project-flow .chat-modal-header .chat-close{color:#0a0a0a;background:#06b6d4;border:2px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:22px;font-weight:700;display:flex;box-shadow:0 4px 12px #0006}.project-flow .chat-modal-header .chat-close:hover{background:#15d7f8;transform:scale(1.05)}.project-flow .chat-modal-header .chat-close:active{transform:scale(.95)}.project-flow .chat-modal-header{padding:16px;padding-top:calc(16px + env(safe-area-inset-top))}.project-flow .chat-modal-header h3{font-size:18px}}.project-flow .chat-messages{flex-direction:column;flex:1;gap:8px;padding:16px 24px;display:flex;overflow-y:auto}@media (width<=600px){.project-flow .chat-messages{padding:16px}}.project-flow .chat-messages .message{border-radius:14px;max-width:85%;padding:10px 14px;font-size:14px;line-height:1.5}.project-flow .chat-messages .message.assistant{color:#f8fafc;background:#ffffff0d;align-self:flex-start}.project-flow .chat-messages .message.user{color:#fff;background:#2563eb;align-self:flex-end}.project-flow .chat-messages .message.typing{color:#94a3b8;background:0 0;padding-left:0;font-style:italic}@media (width<=600px){.project-flow .chat-messages .message{max-width:90%;font-size:15px}}.project-flow .chat-input{border-top:1px solid #ffffff14;gap:8px;padding:16px 24px;display:flex}@media (width<=600px){.project-flow .chat-input{gap:8px;padding:12px 16px}}.project-flow .chat-input input{color:#f8fafc;background:#ffffff08;border:1px solid #ffffff14;border-radius:14px;flex:1;padding:10px 14px;font-family:Inter,system-ui,sans-serif;font-size:14px}.project-flow .chat-input input::placeholder{color:#94a3b8}.project-flow .chat-input input:focus{border-color:#06b6d4;outline:none}@media (width<=600px){.project-flow .chat-input input{padding:12px 14px;font-size:15px}}.project-flow .chat-input button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:14px;justify-content:center;align-items:center;min-width:60px;padding:10px 16px;font-size:13px;font-weight:600;transition:opacity .3s cubic-bezier(.22,1,.36,1),transform .1s cubic-bezier(.22,1,.36,1);display:inline-flex}.project-flow .chat-input button:disabled{opacity:.6;cursor:not-allowed}.project-flow .chat-input button:active:not(:disabled){transform:scale(.95)}@media (width<=600px){.project-flow .chat-input button{padding:12px 18px;font-size:14px}}.project-flow .booking-form{animation:.25s cubic-bezier(.22,1,.36,1) fade-in-up}.project-flow .typing-cursor{vertical-align:-2px;background:#06b6d4;width:2px;height:13px;margin-left:2px;animation:.8s step-end infinite cursor-blink;display:inline-block}.project-flow .typing-indicator{padding:10px 14px!important}.project-flow .typing-dots{gap:4px;display:inline-flex}.project-flow .typing-dots span{background:#94a3b8;border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite dot-bounce}.project-flow .typing-dots span:nth-child(2){animation-delay:.15s}.project-flow .typing-dots span:nth-child(3){animation-delay:.3s}@keyframes fade-in-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes cursor-blink{50%{opacity:0}}@keyframes dot-bounce{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}@keyframes fab-glow{0%{box-shadow:0 8px 24px #2563eb59,0 0 0 4px #2563eb1a}to{box-shadow:0 8px 24px #2563eb73,0 0 0 8px #2563eb08}}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}@keyframes overlayFadeOut{0%{opacity:1}to{opacity:0}}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(30px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes modalSlideDown{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(30px)scale(.95)}}@keyframes modalSlideUpMobile{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes modalSlideDownMobile{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(100%)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.admin-page{color:#f8fafc;background:#0b1120;min-height:100vh;padding:24px;font-family:Inter,system-ui,sans-serif}@media (width<=600px){.admin-page{padding:16px}}.admin-gate{justify-content:center;align-items:center;display:flex}.admin-gate .admin-gate-panel{background:#1e293b;border:1px solid #ffffff14;border-radius:20px;width:340px;padding:32px}.admin-gate .admin-gate-panel h1{margin:0 0 8px;font-family:Space Grotesk,system-ui,sans-serif;font-size:20px}.admin-gate .admin-gate-panel p{color:#94a3b8;margin:0 0 16px;font-size:13px}.admin-gate .admin-gate-panel form{gap:8px;display:flex}.admin-gate .admin-gate-panel input{color:#f8fafc;background:#ffffff08;border:1px solid #ffffff14;border-radius:14px;flex:1;padding:10px 12px}.admin-gate .admin-gate-panel input:focus{border-color:#06b6d4;outline:none}.admin-gate .admin-gate-panel button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:14px;justify-content:center;align-items:center;min-width:64px;padding:10px 16px;display:inline-flex}.admin-gate .admin-gate-panel button:disabled{opacity:.6;cursor:not-allowed}@media (width<=600px){.admin-gate .admin-gate-panel{width:100%;max-width:340px;padding:24px}}.admin-header{justify-content:space-between;align-items:center;max-width:1100px;margin:0 auto 24px;display:flex}.admin-header h1{margin:0;font-family:Space Grotesk,system-ui,sans-serif;font-size:20px}.admin-header .admin-logout{color:#94a3b8;cursor:pointer;background:0 0;border:1px solid #ffffff1f;border-radius:14px;padding:6px 14px;font-size:13px}.admin-header .admin-logout:hover{color:#f8fafc;border-color:#ffffff3d}@media (width<=600px){.admin-header{flex-direction:column;align-items:flex-start;gap:8px}}.admin-tabs{-webkit-overflow-scrolling:touch;gap:8px;max-width:1100px;margin:0 auto 24px;display:flex;overflow-x:auto}.admin-tabs button{color:#94a3b8;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #ffffff14;border-radius:14px;padding:8px 16px;font-size:13px}.admin-tabs button.active{color:#f8fafc;background:#06b6d40f;border-color:#06b6d4}@media (width<=600px){.admin-tabs{gap:4px}.admin-tabs button{padding:8px 12px;font-size:12px}}.admin-body{max-width:1100px;margin:0 auto}.admin-panel-narrow{background:#1e293b;border:1px solid #ffffff14;border-radius:20px;padding:24px}@media (width<=600px){.admin-panel-narrow{border-radius:14px;padding:16px}}.admin-split{grid-template-columns:240px 1fr;gap:24px;display:grid}@media (width<=700px){.admin-split{grid-template-columns:1fr}}.btn-primary,.btn-danger{cursor:pointer;border:none;border-radius:14px;align-items:center;gap:6px;padding:10px 20px;font-size:.875rem;font-weight:600;transition:opacity .3s cubic-bezier(.22,1,.36,1);display:inline-flex}.btn-primary:disabled,.btn-danger:disabled{opacity:.6;cursor:not-allowed}@media (width<=600px){.btn-primary,.btn-danger{padding:10px 16px;font-size:.8125rem}}.btn-primary{color:#fff;background:linear-gradient(135deg,#2563eb 0%,#06b6d4 100%)}.btn-danger{color:#fff;background:#e24b4a}.btn-secondary{color:#f8fafc;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1f;border-radius:14px;padding:10px 20px;font-size:.875rem;font-weight:600}.btn-secondary:hover{background:#ffffff1a}@media (width<=600px){.btn-secondary{padding:10px 16px;font-size:.8125rem}}.btn-link{color:#06b6d4;cursor:pointer;background:0 0;border:none;font-size:13px;text-decoration:underline}.admin-error{color:#f09595;margin-top:8px;font-size:13px}.admin-placeholder{color:#94a3b8;font-size:14px}.admin-desc{color:#94a3b8;margin:0 0 16px;font-size:13px}.admin-loading{color:#94a3b8;align-items:center;gap:8px;font-size:13px;display:flex}.admin-inline-form{align-items:center;gap:8px;margin-top:16px;display:flex}.admin-inline-form input{flex:1}.field{margin-bottom:16px}.field label{color:#94a3b8;margin-bottom:4px;font-size:12px;font-weight:600;display:block}.field input,.field textarea{color:#f8fafc;background:#ffffff08;border:1px solid #ffffff14;border-radius:14px;width:100%;padding:10px 12px;font-family:Inter,system-ui,sans-serif;font-size:13px}.field input:focus,.field textarea:focus{border-color:#06b6d4;outline:none;box-shadow:0 0 0 3px #06b6d41f}.field textarea{resize:vertical}.template-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.template-header h2{margin:0;font-size:1.25rem;font-weight:700}@media (width<=600px){.template-header{flex-direction:column;align-items:flex-start;gap:8px}}.empty-msg{color:#94a3b8;font-size:14px}.template-table-wrapper{-webkit-overflow-scrolling:touch;box-sizing:border-box;border:1px solid #ffffff14;border-radius:20px;width:100%;max-width:100%;max-height:60vh;display:block;overflow:auto}@media (width<=600px){.template-table-wrapper{border-radius:14px;max-height:50vh}}.template-table{border-collapse:collapse;width:100%;min-width:600px;font-size:.8125rem}.template-table th{text-align:left;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;z-index:2;background:#1e293b;border-bottom:2px solid #ffffff14;padding:12px 16px;font-size:.75rem;font-weight:600;position:sticky;top:0}.template-table td{color:#f8fafc;border-bottom:1px solid #ffffff0a;padding:12px 16px}.template-table tr:hover td{background:#ffffff05}.template-table .row-num{text-align:center;color:#94a3b8;width:40px}.template-table code{color:#06b6d4;font-family:JetBrains Mono,ui-monospace,monospace;font-size:.8rem}.template-table .actions-cell{flex-wrap:wrap;gap:6px;display:flex}.template-table .action-btn{color:#94a3b8;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #ffffff1f;border-radius:6px;padding:4px 12px;font-size:.75rem;font-weight:500;transition:background .2s}.template-table .action-btn:hover{background:#ffffff14}.skeleton-th,.skeleton-td{background:#ffffff0d;border-radius:4px;height:14px;animation:1.5s ease-in-out infinite pulse}.skeleton-th{width:100%;height:12px}.skeleton-td{width:100%;height:14px}@keyframes pulse{0%,to{opacity:.4}50%{opacity:.8}}.modal-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1000;background:#000000b3;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}@media (width<=600px){.modal-overlay{align-items:flex-end;padding:0}}.modal{background:#1e293b;border:1px solid #ffffff14;border-radius:20px;width:90%;max-width:650px;max-height:85vh;padding:32px;overflow-y:auto}@media (width<=600px){.modal{border-radius:20px 20px 0 0;width:100%;max-width:100%;max-height:90vh;padding:24px}}.modal.modal-sm{max-width:420px}.modal h3{margin-bottom:16px;font-size:1.25rem;font-weight:700}.modal .modal-close{color:#94a3b8;cursor:pointer;float:right;background:0 0;border:none;font-size:1.25rem}.modal .modal-close:hover{color:#f8fafc}.modal .form-grid{gap:16px;display:grid}.modal .modal-actions{justify-content:flex-end;gap:10px;margin-top:24px;display:flex}@media (width<=600px){.modal .modal-actions{flex-direction:column}.modal .modal-actions button{width:100%}}.modal .loading-msg{color:#94a3b8;font-size:13px}.modal .form-error{color:#f09595;margin-bottom:12px;font-size:13px}.success-message{text-align:center;padding:24px 0}.success-message .success-icon{color:#34d399;background:#34d39926;border-radius:50%;width:48px;height:48px;margin:0 auto 12px;font-size:24px;line-height:48px}.success-message p{color:#f8fafc;margin:0;font-size:15px;font-weight:500}.briefs-panel{background:#1e293b;border:1px solid #ffffff14;border-radius:20px;max-width:800px;padding:32px}@media (width<=600px){.briefs-panel{border-radius:14px;padding:24px}}.briefs-panel h2{margin:0 0 8px;font-size:1.25rem;font-weight:700}.briefs-panel .desc{color:#94a3b8;margin:0 0 24px;font-size:14px}.briefs-panel .brief-form{align-items:center;gap:8px;display:flex}@media (width<=600px){.briefs-panel .brief-form{flex-direction:column;align-items:stretch}}.briefs-panel .brief-form .brief-input{color:#f8fafc;background:#ffffff08;border:1px solid #ffffff14;border-radius:14px;flex:1;padding:12px 14px;font-family:Inter,system-ui,sans-serif;font-size:14px;transition:border-color .2s}.briefs-panel .brief-form .brief-input:focus{border-color:#06b6d4;outline:none;box-shadow:0 0 0 3px #06b6d41f}.briefs-panel .brief-form .brief-input::placeholder{color:#94a3b8}.briefs-panel .brief-form .brief-btn{white-space:nowrap;padding:12px 20px}.briefs-panel .loading-msg{color:#94a3b8;align-items:center;gap:8px;margin-top:16px;font-size:13px;display:flex}.briefs-panel .error-msg{color:#f09595;margin-top:8px;font-size:13px}.brief-content-box{background:#ffffff05;border:1px solid #ffffff0f;border-radius:20px;margin-top:32px;padding:24px}@media (width<=600px){.brief-content-box{border-radius:14px;padding:16px}}.brief-content{color:#f8fafc;font-family:Inter,system-ui,sans-serif;font-size:15px;line-height:1.7}@media (width<=600px){.brief-content{font-size:14px}}.brief-content .brief-h2{color:#f8fafc;border-bottom:1px solid #ffffff14;margin:0 0 16px;padding-bottom:8px;font-size:1.5rem;font-weight:700}.brief-content .brief-h3{color:#06b6d4;text-transform:uppercase;letter-spacing:.05em;margin:20px 0 10px;font-size:1rem;font-weight:600}.brief-content .brief-h4{color:#94a3b8;margin:12px 0 4px;font-size:.875rem;font-weight:600}.brief-content .brief-hr{border:0;border-top:1px solid #ffffff14;margin:24px 0}.brief-content p{margin:0 0 12px}.brief-content ul{margin:0 0 16px 20px;padding:0}.brief-content ul li{color:#94a3b8;margin-bottom:6px}.brief-content ul li strong{color:#f8fafc}.brief-content strong{color:#f8fafc;font-weight:600}.brief-content em{color:#06b6d4;font-style:italic}.playbook-grid{grid-template-columns:1fr 1fr;align-items:start;gap:32px;display:grid}@media (width<=700px){.playbook-grid{grid-template-columns:1fr;gap:24px}}.playbook-card{background:#1e293b;border:1px solid #ffffff14;border-radius:20px;padding:32px}@media (width<=600px){.playbook-card{border-radius:14px;padding:24px}}.playbook-card-header{margin-bottom:24px}.playbook-card-header h2{margin:0 0 2px;font-size:1.25rem;font-weight:700}.playbook-card-header .subtitle{color:#94a3b8;margin:0;font-size:.8125rem}.playbook-content{color:#f8fafc;white-space:pre-wrap;word-break:break-word;background:#ffffff08;border:1px solid #ffffff0f;border-radius:14px;max-height:300px;margin:0;padding:16px;font-family:Inter,system-ui,sans-serif;font-size:.875rem;line-height:1.7;overflow-y:auto}@media (width<=600px){.playbook-content{max-height:200px}}.meta-grid{grid-template-columns:auto 1fr;gap:.75rem 24px;margin-bottom:24px;display:grid}.meta-grid dt{text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;font-size:.6875rem;font-weight:600}.meta-grid dd{color:#f8fafc;word-break:break-word;margin:0;font-size:.875rem}.actions{gap:8px;margin-top:4px;display:flex}@media (width<=600px){.actions{flex-direction:column}}.btn{cursor:pointer;border:none;border-radius:14px;align-items:center;gap:.4rem;padding:.625rem 1.5rem;font-size:.8125rem;font-weight:600;transition:opacity .2s;display:inline-flex}.btn:disabled{opacity:.6;cursor:not-allowed}@media (width<=600px){.btn{justify-content:center;width:100%}}.btn-approve{color:#fff;background:linear-gradient(135deg,#2563eb 0%,#06b6d4 100%)}.btn-approve:hover:not(:disabled){opacity:.9}.btn-reject{color:#fff;background:#e11d48}.btn-reject:hover:not(:disabled){opacity:.9}.bookings-panel h2{margin:0 0 8px;font-size:1.25rem;font-weight:700}.bookings-panel .desc{color:#94a3b8;margin:0 0 24px;font-size:14px}.badge-active{color:#06b6d4;white-space:nowrap;background:#06b6d41f;border-radius:20px;align-items:center;gap:4px;padding:2px 12px;font-size:.75rem;font-weight:600;display:inline-flex}.loading-msg{color:#94a3b8;align-items:center;gap:8px;font-size:.875rem;display:flex}.error-msg{color:#fca5a5;margin-top:8px;font-size:.875rem}.empty-msg{color:#94a3b8;text-align:center;padding:24px 0;font-size:.875rem}.case-study-page{min-height:100dvh;padding:calc(var(--navbar-height,80px) + 40px) 0 96px;color:#f8fafc;background:#0b1120;flex-direction:column;display:flex}.case-study-page .back-link{color:#94a3b8;cursor:pointer;background:0 0;border:none;align-self:flex-start;align-items:center;min-height:44px;margin-bottom:16px;font-size:14px;transition:color .2s;display:inline-flex}.case-study-page .back-link:hover{color:#f8fafc}@media (width<=640px){.case-study-page .back-link{padding:8px 0;font-size:15px}}.case-study-page .case-title{letter-spacing:-.02em;margin:0 0 24px;font-family:Space Grotesk,system-ui,sans-serif;font-size:clamp(28px,5vw,48px);font-weight:700}.case-study-page .case-hero{margin-bottom:32px}.case-study-page .case-hero .work-image-slot{aspect-ratio:16/9;border-radius:20px;width:100%}@media (width<=640px){.case-study-page .case-hero .work-image-slot{max-height:300px}}.case-study-page .case-content{width:100%;max-width:900px;margin:0 auto}@media (width<=768px){.case-study-page .case-content{padding:0 24px}}@media (width<=480px){.case-study-page .case-content{padding:0 16px}}.case-study-page .case-section{margin-bottom:48px}@media (width<=640px){.case-study-page .case-section{margin-bottom:24px}}.case-study-page .case-section h2{color:#f8fafc;margin:0 0 8px;font-family:Space Grotesk,system-ui,sans-serif;font-size:clamp(18px,3vw,24px);font-weight:600}.case-study-page .case-section p{color:#94a3b8;margin:0;font-family:Inter,system-ui,sans-serif;font-size:clamp(14px,1.5vw,16px);line-height:1.7}.case-study-page .case-results-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:16px;margin-top:8px;display:grid}@media (width<=480px){.case-study-page .case-results-grid{grid-template-columns:1fr;gap:8px}}.case-study-page .case-results-grid .case-result{text-align:center;background:#ffffff0d;border-radius:14px;padding:16px}.case-study-page .case-results-grid .case-result .case-result-value{color:#06b6d4;font-family:JetBrains Mono,ui-monospace,monospace;font-size:24px;font-weight:700;display:block}@media (width<=480px){.case-study-page .case-results-grid .case-result .case-result-value{font-size:20px}}.case-study-page .case-results-grid .case-result .case-result-label{color:#94a3b8;margin-top:4px;font-family:Inter,system-ui,sans-serif;font-size:13px;display:block}.case-study-page .testimonial-box{background:#06b6d40f;border-left:3px solid #06b6d4;border-radius:14px;padding:24px}@media (width<=600px){.case-study-page .testimonial-box{border-top:3px solid #06b6d4;border-left:none;padding:16px}}.case-study-page .testimonial-box .testimonial-quote{color:#f8fafc;margin-bottom:8px;font-size:clamp(16px,2vw,18px);font-style:italic}.case-study-page .testimonial-box .testimonial-attribution{color:#94a3b8;font-size:14px}.case-study-page .testimonial-box .testimonial-attribution strong{color:#f8fafc}.case-study-page .case-link{margin-top:24px}.case-study-page .case-link a{color:#06b6d4;font-weight:600;text-decoration:underline}.case-study-page .case-link a:hover{color:#15d7f8}.case-study-page .container{flex-direction:column;flex:1;width:100%;display:flex}.chat-fab{cursor:pointer;z-index:100;background:linear-gradient(135deg,#2563eb 0%,#06b6d4 100%);border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .2s,box-shadow .2s;animation:2.5s ease-in-out infinite alternate fab-glow;display:flex;position:fixed;bottom:40px;right:32px;box-shadow:0 8px 24px #2563eb59,0 0 0 4px #2563eb1a}.chat-fab:hover{transform:scale(1.08);box-shadow:0 10px 28px #2563eb80,0 0 0 6px #2563eb26}.chat-fab .chat-fab-logo{object-fit:contain;background:#000;border-radius:50%;width:100%;height:100%;padding:4px}@media (width<=640px){.chat-fab{width:48px;height:48px;bottom:28px;right:20px;box-shadow:0 8px 24px #2563eb66,0 0 0 3px #2563eb1f}.chat-fab .chat-fab-logo{padding:3px}}.chat-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:200;background:#0009;justify-content:flex-end;align-items:flex-end;padding:24px;animation:.3s ease-out overlayFadeIn;display:flex;position:fixed;inset:0}.chat-modal-overlay.closing{animation:.3s ease-in forwards overlayFadeOut}@media (width<=600px){.chat-modal-overlay{z-index:9999;align-items:stretch;padding:0}}.chat-modal{background:#1e293b;border:1px solid #ffffff14;border-radius:20px;flex-direction:column;width:360px;max-width:100%;height:480px;max-height:80vh;animation:.35s cubic-bezier(.16,1,.3,1) modalSlideUp;display:flex;overflow:hidden}.chat-modal.closing{animation:.3s cubic-bezier(.55,0,1,.45) forwards modalSlideDown}@media (width<=600px){.chat-modal{border-radius:0;width:100%;height:100%;max-height:100%;animation:.35s cubic-bezier(.16,1,.3,1) modalSlideUpMobile}.chat-modal.closing{animation:.3s cubic-bezier(.55,0,1,.45) forwards modalSlideDownMobile}}.chat-modal-header{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.chat-modal-header h3{color:#fff;margin:0;font-family:Space Grotesk,system-ui,sans-serif;font-size:16px}.chat-modal-header .chat-close{color:#94a3b8;cursor:pointer;background:0 0;border:none;font-size:16px;transition:color .2s}.chat-modal-header .chat-close:hover{color:#f8fafc}@media (width<=600px){.chat-modal-header .chat-close{color:#0a0a0a;background:#06b6d4;border:2px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:22px;font-weight:700;display:flex;box-shadow:0 4px 12px #0006}.chat-modal-header .chat-close:hover{background:#15d7f8;transform:scale(1.05)}.chat-modal-header .chat-close:active{transform:scale(.95)}}.chat-messages{scroll-behavior:smooth;flex-direction:column;flex:1;gap:8px;padding:16px 24px;display:flex;overflow-y:auto}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{background:0 0}.chat-messages::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.chat-messages::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.chat-messages .message{border-radius:14px;max-width:85%;padding:10px 14px;font-size:14px;line-height:1.5}.chat-messages .message.assistant{color:#f8fafc;background:#ffffff0d;align-self:flex-start}.chat-messages .message.user{color:#fff;background:#2563eb;align-self:flex-end}.chat-input{border-top:1px solid #ffffff14;gap:8px;padding:16px 24px;display:flex}.chat-input input{color:#f8fafc;background:#ffffff08;border:1px solid #ffffff14;border-radius:14px;flex:1;padding:10px 14px;font-family:Inter,system-ui,sans-serif;font-size:14px}.chat-input input::placeholder{color:#94a3b8}.chat-input input:focus{border-color:#06b6d4;outline:none}.chat-input button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:14px;justify-content:center;align-items:center;min-width:60px;padding:10px 16px;font-size:13px;font-weight:600;transition:opacity .3s cubic-bezier(.22,1,.36,1);display:inline-flex}.chat-input button:disabled{opacity:.6;cursor:not-allowed}.typing-indicator{padding:10px 14px!important}.typing-dots{gap:4px;display:inline-flex}.typing-dots span{background:#94a3b8;border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite dot-bounce}.typing-dots span:nth-child(2){animation-delay:.15s}.typing-dots span:nth-child(3){animation-delay:.3s}.spinner{animation:.7s linear infinite spin}.message-actions{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.action-btn{color:#06b6d4;cursor:pointer;background:#06b6d41f;border:1px solid #06b6d440;border-radius:999px;align-items:center;gap:6px;padding:6px 14px;font-family:Inter,system-ui,sans-serif;font-size:12px;font-weight:600;transition:all .2s cubic-bezier(.22,1,.36,1);display:inline-flex}.action-btn:hover{color:#fff;background:#06b6d4;transform:translateY(-1px);box-shadow:0 4px 12px #06b6d440}.action-btn:active{transform:scale(.95)}.action-icon{width:14px;height:14px}.message-summary{color:#ffffff73;border-top:1px solid #ffffff0f;margin-top:12px;padding-top:10px;font-size:12px;line-height:1.4}.message-summary .summary-label{text-transform:uppercase;letter-spacing:.05em;color:#ffffff40;margin-bottom:2px;font-size:10px;font-style:normal;font-weight:600;display:block}.message-summary .summary-text{font-style:italic}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;min-height:100dvh}body{color:#0f172a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8fafc;min-height:100dvh;font-family:Inter,system-ui,sans-serif;line-height:1.6;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}#root{flex-direction:column;min-height:100dvh;display:flex}main{flex:1}.container{max-width:1280px;margin:0 auto;padding-left:16px;padding-right:16px}@media (width>=768px){.container{padding-left:24px;padding-right:24px}}@media (width>=1024px){.container{padding-left:32px;padding-right:32px}}.theme-dark{color:#f8fafc;background-color:#0b1120}.theme-light{color:#0f172a;background-color:#f8fafc}.reveal{opacity:0;transform:translateY(30px)}.reveal.in{opacity:1!important;transform:translateY(0)!important}@media (width<=768px){button,.btn,.btn-nav,.btn-cta-footer{min-width:48px;min-height:48px}}.snackbar-container{z-index:9999;flex-direction:column;gap:10px;width:90%;max-width:500px;display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%)}.snackbar{color:#fff;background:#1a1a2e;border-radius:12px;justify-content:space-between;align-items:center;padding:12px 20px;animation:.3s slideUp;display:flex;box-shadow:0 8px 24px #00000026}.snackbar.error{background:#e53e3e}.snackbar.success{background:#38a169}.snackbar.info{background:#447deb}.snackbar-action{color:#fff;cursor:pointer;background:0 0;border:none;margin-left:12px;font-weight:600}.snackbar-close{color:#fff9;cursor:pointer;background:0 0;border:none;margin-left:12px;font-size:18px}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
