:root{--bg-base:#f7f5f1;--bg-base-rgb:247,245,241;--bg-surface:#fff;--bg-surface-rgb:255,255,255;--bg-dark:#0f1f2e;--bg-dark-rgb:15,31,46;--bg-dark-surface:#162636;--bg-dark-surface-rgb:22,38,54;--accent-primary:#1a7cfa;--accent-primary-rgb:26,124,250;--accent-secondary:#00c896;--accent-secondary-rgb:0,200,150;--accent-warm:#f5a623;--accent-warm-rgb:245,166,35;--accent-blue:#1a7cfa;--accent-blue-rgb:26,124,250;--accent-green:#00c896;--accent-green-rgb:0,200,150;--text-success:#0b8d6a;--primary:var(--accent-primary);--primary-rgb:var(--accent-primary-rgb);--success:var(--accent-green);--success-rgb:var(--accent-green-rgb);--white:#fff;--white-rgb:255,255,255;--black:#000;--black-rgb:0,0,0;--bg-dark-grad-start:#0f1f2e;--bg-dark-grad-end:#1a3a5c;--blue-grad-start:#1a7cfa;--blue-grad-end:#68a9ff;--orange-grad-start:#c88b2f;--orange-grad-end:#f5a623;--green-grad-start:#00a980;--green-grad-end:#00c896;--error:#d14343;--error-rgb:209,67,67;--text-primary:#0d1117;--text-primary-rgb:13,17,23;--text-secondary:#4a5568;--text-secondary-rgb:74,85,104;--text-tertiary:#8a95a3;--text-tertiary-rgb:138,149,163;--text-inverse:#fff;--text-inverse-rgb:255,255,255;--foreground:var(--text-primary);--background:var(--bg-surface);--border:#e2ddd6;--border-rgb:226,221,214;--border-strong:#c8c0b5;--border-strong-rgb:200,192,181;--surface-0:#f7f5f1;--surface-1:#fff;--surface-2:#e8e2d8;--surface-strong:#0f1f2e;--surface-strong-2:#162636;--surface:var(--bg-surface);--surface-soft:var(--surface-2);--surface-contrast:var(--surface-strong);--surface-contrast-2:var(--surface-strong-2);--text:var(--text-primary);--text-soft:var(--text-secondary);--text-subtle:var(--text-tertiary);--line:var(--border);--line-strong:rgba(48,72,84,.18);--brand:var(--accent-primary);--brand-rgb:26,124,250;--brand-2:var(--accent-secondary);--brand-2-rgb:0,200,150;--brand-soft:rgba(26,124,250,.12);--brand-2-soft:rgba(0,200,150,.12);--ok:#2f7d5b;--pe-text:var(--text-primary);--pe-foreground:var(--text-primary);--pe-muted:var(--text-secondary);--pe-muted-foreground:var(--text-tertiary);--pe-brand:var(--accent-primary);--pe-brand-strong:var(--accent-secondary);--pe-border:var(--border);--font-body:"IBM Plex Sans";--font-display:var(--font-geist-sans);--font-mono:"IBM Plex Mono";--radius-sm:8px;--radius-md:14px;--radius-lg:22px;--radius-xl:32px;--section-padding:96px;--sidebar-width:320px;--input-dock-height:11.5rem;--chat-composer-height:var(--input-dock-height);--mobile-header-height:40px;--cta-stack-offset:clamp(7rem,20vh,12rem);--color-background:var(--bg-surface);--color-border:var(--border);--color-brand:var(--accent-primary);--color-error:var(--error);--color-foreground:var(--foreground);--color-muted:var(--text-secondary);--color-muted-background:var(--surface-0);--color-placeholder:var(--text-tertiary);--color-primary:var(--accent-primary);--color-surface-1:var(--surface-1);--color-surface-2:var(--surface-2);--color-text:var(--text);--shadow-sm:0 12px 28px rgba(18,23,27,.08);--shadow-md:0 22px 52px rgba(18,23,27,.12);--shadow-lg:0 34px 72px rgba(18,23,27,.16)}*,:after,:before{box-sizing:border-box}html{margin:0;padding:0;scroll-behavior:smooth}body{margin:0;background:linear-gradient(180deg,var(--bg-base) 0,var(--bg-surface) 100%);color:var(--text);font-family:var(--font-body),"IBM Plex Sans","Inter","Segoe UI","Helvetica Neue",Arial,sans-serif;line-height:1.5;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}body,main{min-height:100vh}a{color:inherit;text-decoration:none;text-decoration-thickness:.08em;text-underline-offset:.18em}button,input,select,textarea{font:inherit}h1,h2,h3,h4,h5,h6{margin:0;font-family:var(--font-display,"Geist"),"Geist","Inter","Segoe UI",sans-serif;font-weight:700;letter-spacing:-.03em;line-height:1.1}h1{font-size:clamp(3rem,5vw + 1rem,5.5rem)}h2{font-size:clamp(2.25rem,3vw + 1rem,3.75rem)}h3{font-size:clamp(1.5rem,1.25vw + 1rem,2.25rem)}h4{font-size:1.5rem}p{margin:0}code,kbd,pre,samp{font-family:var(--font-mono),"IBM Plex Mono","SFMono-Regular",Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}ol[class],ul[class]{margin:0;padding:0;list-style:none}canvas,img,picture,svg{display:block;max-width:100%}input[type=email],input[type=number],input[type=password],input[type=text],textarea{width:100%;padding:.85rem 1rem;border:1px solid rgba(var(--border-rgb),.72);border-radius:1rem;background:rgba(var(--bg-surface-rgb),.88);color:var(--text);transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=text]:focus,textarea:focus{outline:none;border-color:rgba(var(--accent-secondary-rgb),.52);background:rgba(var(--bg-surface-rgb),1);box-shadow:0 0 0 1px rgba(var(--accent-secondary-rgb),.12),0 0 0 4px rgba(var(--accent-secondary-rgb),.12)}input[type=email]::placeholder,input[type=number]::placeholder,input[type=password]::placeholder,input[type=text]::placeholder,textarea::placeholder{color:var(--text-subtle);opacity:1}input.fieldError,textarea.fieldError{border-color:#d14343;background-color:rgba(209,67,67,.04)}input.fieldError:focus,textarea.fieldError:focus{box-shadow:0 0 0 1px rgba(209,67,67,.12),0 0 0 4px rgba(209,67,67,.12)}:focus-visible{outline:none;box-shadow:0 0 0 1px rgba(var(--bg-surface-rgb),.4),0 0 0 4px rgba(var(--accent-primary-rgb),.18)}::selection{background:rgba(var(--accent-primary-rgb),.22);color:var(--text)}[data-sonner-toaster]{position:fixed!important;bottom:1.5rem!important;right:1.5rem!important;z-index:99999999!important;pointer-events:none!important;margin:0!important}[data-sonner-toaster]>*{pointer-events:auto!important}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.tooltip_tooltipContent__CJgB5{z-index:60;border-radius:.75rem;border:1px solid #e2ddd6;background:#fff;color:#0d1117;padding:.75rem 1rem;font-size:.875rem;line-height:1.4;box-shadow:0 18px 35px rgba(10,12,16,.35);transform-origin:center;animation:tooltip_fadeIn__X_j6Q .12s ease forwards}@keyframes tooltip_fadeIn__X_j6Q{0%{opacity:0;transform:translateY(.25rem) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.tooltip_tooltipArrow__IWKZB{fill:#fff;stroke:#e2ddd6;stroke-width:1px}