.demo-loading,.demo-root{min-height:100vh;background:var(--surface-page)}.demo-eyebrow{font-size:var(--text-xs);font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:var(--green-700);display:block}.demo-intro{min-height:100vh;display:grid;place-items:center;padding:48px 24px;background:linear-gradient(180deg,var(--surface-page),var(--surface-card))}.demo-intro__inner{max-width:620px;text-align:center;animation:appelo-rise .4s var(--ease-out)}.demo-intro__mark{margin-bottom:28px}.demo-intro__inner h1{font-size:44px;line-height:1.08;letter-spacing:-.024em;color:var(--text-strong);margin-top:14px}.demo-intro__inner p{font-size:18px;line-height:1.55;color:var(--text-muted);margin:18px auto 0;max-width:52ch}.demo-intro__actions{display:flex;gap:12px;justify-content:center;margin-top:30px}.demo-intro__note{display:inline-flex;align-items:center;gap:8px;margin-top:26px;font-size:13.5px;color:var(--text-muted)}.demo-intro__note svg{color:var(--green-600)}.demo-stage{height:100vh;display:flex;flex-direction:column;overflow:hidden}.demo-bar{height:56px;flex:none;display:flex;align-items:center;gap:16px;padding:0 18px;background:var(--surface-card);border-bottom:1px solid var(--border-subtle);z-index:2}.demo-bar__progress{margin:0 auto;display:flex;gap:8px}.demo-bar__right{display:flex;align-items:center;gap:4px}.demo-autoprogress{height:3px;width:0;flex:none;background:var(--brand);animation-name:demo-fill;animation-timing-function:linear;animation-fill-mode:forwards}@keyframes demo-fill{0%{width:0}to{width:100%}}.demo-rail__title:focus{outline:none}.demo-rail__title:focus-visible{outline:3px solid var(--focus-ring);outline-offset:4px;border-radius:4px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.demo-dot{width:30px;height:6px;border-radius:var(--radius-pill);border:0;padding:0;background:var(--ink-150);cursor:pointer;transition:background-color var(--dur-fast) var(--ease-standard)}.demo-dot.is-done{background:var(--green-300)}.demo-dot.is-active{background:var(--brand)}.demo-body{flex:1 1;min-height:0;display:flex}.demo-canvas{flex:1 1;min-width:0;position:relative;overflow:hidden;background:var(--surface-page);border-right:1px solid var(--border-subtle);animation:appelo-rise .32s var(--ease-out)}.demo-canvas .demo-screen.app{height:100%}.demo-screen[aria-hidden=true]{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.demo-frame{position:relative;height:100%}.demo-spotlight{position:absolute;z-index:3;pointer-events:none;border-radius:var(--radius-lg);box-shadow:0 0 0 2px var(--brand),0 0 0 6px var(--focus-ring),0 0 0 9999px color-mix(in oklch,var(--ink-900) 22%,transparent);transition:top var(--dur-fast) linear,left var(--dur-fast) linear,width var(--dur-fast) linear,height var(--dur-fast) linear;animation:demo-spot-in var(--dur-slower) var(--ease-out) both}@media (prefers-reduced-motion:no-preference){@keyframes demo-spot-in{0%{opacity:0}to{opacity:1}}}@media (prefers-reduced-motion:reduce){.demo-spotlight{animation:none;transition:none}}.demo-rail{width:400px;flex:none;display:flex;flex-direction:column;background:var(--surface-card);box-shadow:var(--shadow-md);z-index:1}.demo-rail__body{flex:1 1;overflow-y:auto;padding:28px 28px 16px}.demo-rail__title{font-size:26px;line-height:1.16;letter-spacing:-.02em;color:var(--text-strong);margin-top:12px}.demo-rail__copy{font-size:15.5px;line-height:1.6;color:var(--text-body);margin-top:14px}.demo-hil{display:flex;align-items:center;gap:9px;margin-top:20px;padding:11px 13px;background:var(--surface-sunken);border-radius:var(--radius-md);font-size:13px;font-weight:600}.demo-hil__ai{color:var(--green-700)}.demo-hil__ai,.demo-hil__you{display:inline-flex;align-items:center;gap:6px}.demo-hil__you{color:var(--text-strong)}.demo-hil__arrow{color:var(--ink-300)}.demo-rail__proof{display:flex;align-items:flex-start;gap:8px;margin-top:16px;padding:12px 13px;font-size:13px;line-height:1.5;color:var(--green-800);background:var(--green-50);box-shadow:inset 0 0 0 1px var(--green-200);border-radius:var(--radius-md)}.demo-rail__proof svg{flex:none;margin-top:1px;color:var(--green-600)}.demo-rail__nav{flex:none;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 18px;border-top:1px solid var(--border-subtle)}.demo-rail__count{font-family:var(--font-mono);font-size:13px;color:var(--text-muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.demo-finish{min-height:100vh;display:grid;place-items:center;padding:48px 24px;background:linear-gradient(180deg,var(--surface-page),var(--surface-card))}.demo-finish__inner{width:100%;max-width:460px;text-align:center;animation:appelo-rise .4s var(--ease-out)}.demo-finish__inner h1{font-size:38px;line-height:1.1;letter-spacing:-.022em;color:var(--text-strong);margin-top:10px}.demo-finish__inner p{font-size:16.5px;line-height:1.55;color:var(--text-muted);margin:14px auto 0;max-width:44ch}.demo-finish__check{display:inline-flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:var(--radius-xl);background:var(--green-100);color:var(--green-700);box-shadow:inset 0 0 0 1px var(--green-200);margin-bottom:18px}.demo-lead-form{display:flex;flex-direction:column;gap:14px;margin:26px 0 0;text-align:left}.demo-lead-consent{font-size:12.5px!important;color:var(--text-subtle)!important;line-height:1.5;margin-top:14px!important;max-width:42ch}.demo-finish__actions{display:flex;gap:12px;justify-content:center;margin-top:28px}.demo-finish__secondary{display:flex;flex-direction:column;align-items:center;gap:6px;margin-top:18px}.demo-finish__replay{display:inline-flex;align-items:center;gap:6px;background:transparent;border:0;cursor:pointer;font-family:var(--font-sans);font-size:13.5px;font-weight:600;color:var(--text-muted);padding:6px}.demo-finish__replay:hover{color:var(--text-strong)}@media (max-width:1024px){.demo-stage{height:auto;min-height:100vh}.demo-body{flex-direction:column}.demo-canvas{height:60vh;border-right:0;border-bottom:1px solid var(--border-subtle)}.demo-rail{width:100%}}@media (max-width:640px){.demo-intro__inner h1{font-size:34px}.demo-intro__actions{flex-direction:column}}.auth{min-height:100vh;display:grid;place-items:center;padding:48px 24px;background:linear-gradient(180deg,var(--surface-page),var(--surface-card))}.auth__card{width:100%;max-width:420px;background:var(--surface-card);border-radius:var(--radius-xl);box-shadow:var(--ring-card),var(--shadow-lg);padding:40px 36px;text-align:center;animation:appelo-rise .4s var(--ease-out)}.auth__mark{margin-bottom:22px}.auth__card h1{font-size:28px;letter-spacing:-.02em;color:var(--text-strong)}.auth__sub{font-size:14.5px;line-height:1.55;color:var(--text-muted);margin:12px auto 0;max-width:36ch}.auth__error{margin-top:18px;padding:10px 13px;font-size:13px;color:var(--red-700);background:var(--red-50);box-shadow:inset 0 0 0 1px var(--red-100)}.auth__error,.auth__google{border-radius:var(--radius-md)}.auth__google{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:26px;height:50px;background:var(--surface-card);box-shadow:inset 0 0 0 1px var(--border-strong);font-family:var(--font-sans);font-size:15.5px;font-weight:600;color:var(--text-strong);cursor:pointer;transition:var(--transition-color),box-shadow var(--dur-fast) var(--ease-standard)}.auth__google:hover{background:var(--surface-sunken);box-shadow:inset 0 0 0 1px var(--ink-300)}.auth__g{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:var(--ink-900);color:#fff;font-family:var(--font-display);font-weight:600;font-size:15px}.auth__legal{font-size:12px;line-height:1.5;color:var(--text-subtle);margin-top:18px}.auth__back{display:inline-block;margin-top:22px;font-size:13.5px;font-weight:600;color:var(--text-muted)}.auth__back:hover{color:var(--text-strong)}.app-side__signout{margin-left:auto;display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:var(--radius-sm);color:var(--ink-400);flex:none;transition:var(--transition-color)}.app-side__signout:hover{background:var(--ink-800);color:#fff}