:root{--bg-color: #fafafa;--bg-secondary: #f5f5f5;--bg-tertiary: #eeeeee;--card-bg: #ffffff;--text-color: #1a1a1a;--text-secondary: #525252;--text-muted: #8a8a8a;--primary-color: #c9a227;--primary-light: #d4b23a;--primary-dark: #a68921;--primary-subtle: rgba(201, 162, 39, .08);--border-color: rgba(26, 26, 26, .15);--border-light: rgba(26, 26, 26, .08);--border-focus: rgba(26, 26, 26, .4);--error-color: #b91c1c;--success-color: #166534;--warning-color: #b45309;--font-display: "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-family: "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-size-xs: .75rem;--font-size-sm: .8125rem;--font-size-base: .9375rem;--font-size-lg: 1.0625rem;--font-size-xl: 1.25rem;--font-size-2xl: 1.5rem;--font-size-3xl: 1.875rem;--font-size-4xl: 2.25rem;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: .75rem;--spacing-lg: 1rem;--spacing-xl: 1.5rem;--spacing-2xl: 2rem;--spacing-3xl: 3rem;--radius-xs: 4px;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;--radius-xl: 20px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .04);--shadow-md: 0 2px 8px rgba(0, 0, 0, .06), 0 1px 2px rgba(0, 0, 0, .04);--shadow-lg: 0 4px 16px rgba(0, 0, 0, .08), 0 2px 4px rgba(0, 0, 0, .04);--shadow-xl: 0 8px 32px rgba(0, 0, 0, .1), 0 2px 8px rgba(0, 0, 0, .04);--transition-fast: .15s cubic-bezier(.4, 0, .2, 1);--transition-normal: .2s cubic-bezier(.4, 0, .2, 1);--transition-slow: .3s cubic-bezier(.4, 0, .2, 1);--question-indent: 26px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;height:100%;background-color:var(--bg-secondary);-webkit-tap-highlight-color:transparent}body{font-family:var(--font-family);font-size:var(--font-size-base);font-weight:400;line-height:1.6;letter-spacing:-.01em;color:var(--text-color);background-color:var(--bg-secondary);height:100%}#root{height:100%;overflow-y:auto}::selection{background:var(--primary-color);color:var(--text-color)}:focus-visible{outline:2px solid var(--text-color);outline-offset:2px}:focus:not(:focus-visible){outline:none}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.site-header{position:fixed;top:0;left:0;right:0;z-index:200;background:#f5f5f499;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(0,0,0,.06);transition:border-color .2s ease,background-color .2s ease;animation:headerFadeIn .4s cubic-bezier(.16,1,.3,1) both}.site-header.scrolled{border-bottom-color:#0000001a;background:#f5f5f4eb}.site-header-inner{width:100%;display:flex;align-items:center;height:52px;padding:0 16px}.site-header-logo{display:flex;align-items:center;gap:10px;text-decoration:none;transition:opacity var(--transition-fast)}.site-header-logo:hover{opacity:.7}.site-header-logo-img{width:32px;height:32px}@keyframes headerFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media(min-width:768px){.site-header-inner{height:56px;padding:0 24px}.site-header-logo-img{width:34px;height:34px}}@media(min-width:1200px){.site-header-inner{height:60px;padding:0 32px}.site-header-logo-img{width:36px;height:36px}}.app{min-height:100vh;min-height:-webkit-fill-available;display:flex;flex-direction:column;background-color:var(--bg-secondary);position:relative;overflow:hidden}.main-content{position:fixed;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:var(--spacing-xl);overflow-y:auto;z-index:1}.question-wrapper{width:100%;max-width:560px;display:flex;flex-direction:column;align-items:flex-start}.question-wrapper.no-progress>*{margin-left:0;width:100%}.question-header{display:flex;align-items:flex-start;gap:8px;margin-bottom:var(--spacing-lg);width:100%}.question-header-text{flex:1}.question-number{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;background:linear-gradient(145deg,var(--text-color) 0%,#2a2a2a 100%);border:none;border-radius:4px;font-size:10px;font-weight:600;color:var(--bg-color);flex-shrink:0;margin-top:6px;box-shadow:0 1px 3px #00000026}.question-title{font-family:var(--font-display);font-size:var(--font-size-2xl);font-weight:600;color:var(--text-color);line-height:1.35;letter-spacing:-.02em;text-align:left}.question-title .required-indicator{color:var(--primary-dark);margin-left:2px}.question-subtitle{font-size:var(--font-size-base);color:var(--text-secondary);margin-top:var(--spacing-sm);line-height:1.5}.input-container{width:100%;display:flex;flex-direction:column;align-items:flex-start}@media(min-width:768px){.question-title{font-size:var(--font-size-3xl)}.main-content{padding:var(--spacing-2xl)}}@media(min-width:1200px){.question-wrapper{max-width:640px}.question-title{font-size:2.25rem}.question-subtitle{font-size:var(--font-size-lg)}.question-number{min-width:22px;height:22px;font-size:11px;margin-top:8px}}@media(max-width:768px){.question-header{flex-direction:column;gap:var(--spacing-sm);margin-bottom:var(--spacing-sm)}.question-number{margin-top:0}}@media(max-width:480px){.question-title{font-size:var(--font-size-xl)}.main-content{padding:var(--spacing-md)}}.welcome-screen{display:flex;flex-direction:column;align-items:center;width:100%;height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;background:#f5f5f4;padding-top:52px}@keyframes welcomeFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.welcome-top{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;max-width:800px;padding:32px 24px 48px;margin:0 auto}.welcome-backed-by{display:flex;align-items:center;gap:10px;margin-bottom:36px;animation:welcomeFadeIn .5s cubic-bezier(.16,1,.3,1) 80ms both}.welcome-backed-by-label{font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted)}.welcome-backed-by-logos{display:flex;align-items:center;gap:6px}.welcome-partner-logo{display:flex;align-items:center;justify-content:center;height:28px;padding:4px 10px;background:var(--bg-secondary);border-radius:6px;border:1px solid var(--border-light)}.welcome-partner-uusmaa{width:auto;height:16px;padding:6px 10px;box-sizing:content-box}.welcome-partner-ai-eesti{width:18px;height:18px;padding:5px 8px;box-sizing:content-box;object-fit:contain}.welcome-backed-by-divider{display:none}.welcome-headline{font-family:var(--font-display);font-size:2rem;font-weight:600;color:var(--text-color);line-height:1.2;letter-spacing:-.03em;margin:0 0 20px;max-width:600px;animation:welcomeFadeIn .5s cubic-bezier(.16,1,.3,1) .12s both}.welcome-headline strong{font-weight:600}.welcome-subtitle{font-size:var(--font-size-lg);color:var(--text-muted);line-height:1.6;max-width:480px;margin:0 0 36px;font-weight:400;animation:welcomeFadeIn .5s cubic-bezier(.16,1,.3,1) .16s both}.welcome-cta-section{display:flex;flex-direction:column;align-items:center;gap:12px;animation:welcomeFadeIn .5s cubic-bezier(.16,1,.3,1) .2s both}.welcome-cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 36px;font-family:var(--font-family);font-size:var(--font-size-base);font-weight:600;letter-spacing:.01em;color:#fff;text-decoration:none;background:var(--text-color);border:none;border-radius:10px;cursor:pointer;transition:all .2s cubic-bezier(.16,1,.3,1);box-shadow:0 1px 3px #0000001a,0 4px 12px #00000014;position:relative;overflow:hidden}.welcome-cta:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.06),transparent);transition:left .4s ease}.welcome-cta:hover:after{left:100%}.welcome-cta:hover{transform:translateY(-1px);box-shadow:0 2px 6px #0000001f,0 8px 24px #0000001f}.welcome-cta:active{transform:translateY(0);box-shadow:0 1px 3px #00000014}.welcome-cta-arrow{transition:transform .2s cubic-bezier(.16,1,.3,1)}.welcome-cta:hover .welcome-cta-arrow{transform:translate(3px)}.welcome-time-hint{display:inline-flex;align-items:center;gap:6px;font-size:var(--font-size-xs);color:var(--text-muted);letter-spacing:.02em}.welcome-time-hint svg{opacity:.4}.welcome-hero{width:100%;padding:0;display:flex;justify-content:center;animation:welcomeFadeIn .7s cubic-bezier(.16,1,.3,1) .35s both}.welcome-hero-inner{width:100%;max-width:1100px;background:radial-gradient(ellipse 80% 60% at 50% 100%,rgba(201,162,39,.08) 0%,transparent 60%),radial-gradient(ellipse 60% 80% at 20% 0%,rgba(60,50,35,1) 0%,transparent 70%),linear-gradient(175deg,#2a2520,#1a1815,#252018);border-radius:12px;padding:48px 24px 64px;display:flex;justify-content:center;overflow:hidden;position:relative}.welcome-mockup{width:100%;max-width:640px;transform:perspective(1200px) rotateX(2deg);transform-origin:bottom center}.welcome-mockup-window{border-radius:12px;overflow:hidden;box-shadow:0 4px 16px #0000004d,0 16px 48px #0006,0 32px 80px #0000004d,0 0 0 1px #ffffff0d}.welcome-mockup-titlebar{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#f5f5f5f2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.08);border-radius:12px 12px 0 0}.welcome-mockup-dots{display:flex;align-items:center;gap:6px}.welcome-mockup-dot{width:10px;height:10px;border-radius:50%}.welcome-mockup-dot.dot-red{background:#ff5f57}.welcome-mockup-dot.dot-yellow{background:#febc2e}.welcome-mockup-dot.dot-green{background:#28c840}.welcome-mockup-titlebar-text{font-family:var(--font-family);font-size:12px;font-weight:500;color:var(--text-secondary);letter-spacing:.01em}.welcome-mockup-card{background:#fff;padding:28px 24px 24px}.welcome-mockup-header{text-align:center;margin-bottom:24px;padding-bottom:18px;border-bottom:1px solid rgba(0,0,0,.06)}.welcome-mockup-label{display:inline-block;font-size:9px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--primary-dark);background:var(--primary-subtle);padding:3px 8px;border-radius:4px;margin-bottom:10px}.welcome-mockup-title{display:block;font-family:var(--font-display);font-size:20px;font-weight:600;color:var(--text-color);letter-spacing:-.02em}.welcome-mockup-questions{display:flex;flex-direction:column;gap:20px}.welcome-mockup-q{padding-bottom:20px;border-bottom:1px solid rgba(0,0,0,.06)}.welcome-mockup-q:last-child{padding-bottom:0;border-bottom:none}.welcome-mockup-number-input{display:flex;align-items:center;width:100%}.welcome-mockup-number-value{font-family:var(--font-family);font-size:16px;font-weight:500;color:var(--text-color);width:100%;padding:6px 0;border:none;border-bottom:1.5px solid rgba(0,0,0,.12);background:transparent;outline:none;transition:border-color .2s ease}.welcome-mockup-number-value::placeholder{color:var(--text-muted);font-weight:400}.welcome-mockup-number-value:focus{border-bottom-color:var(--text-color)}.welcome-mockup-q-title{display:block;font-family:var(--font-display);font-size:13px;font-weight:500;color:var(--text-color);margin-bottom:10px}.welcome-mockup-choices{display:grid;grid-template-columns:repeat(2,1fr);gap:6px}.welcome-mockup-choice{display:flex;align-items:center;justify-content:center;padding:9px 10px;font-family:var(--font-family);font-size:11.5px;font-weight:500;color:var(--text-secondary);background:#f7f7f7;border:1px solid rgba(0,0,0,.06);border-radius:8px;text-align:center;line-height:1.3;cursor:pointer;transition:all .18s cubic-bezier(.16,1,.3,1)}.welcome-mockup-choice:hover{background:#f0f0f0;border-color:#00000026;transform:translateY(-1px)}.welcome-mockup-choice:active{transform:translateY(0) scale(.98)}.welcome-mockup-choice.selected{color:var(--text-color);background:#fff;border-color:var(--text-color);font-weight:600;box-shadow:0 1px 4px #00000014}.welcome-bottom{width:100%;padding:64px 0 0;display:flex;justify-content:center}.welcome-bottom-inner{width:100%;max-width:1100px;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:12px;overflow:hidden;box-shadow:0 2px 12px #0000000a}.welcome-bottom-card{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:32px}.welcome-bottom-headline{font-family:var(--font-display);font-size:1.5rem;font-weight:600;color:var(--text-color);letter-spacing:-.02em;line-height:1.2;margin:0}.welcome-bottom-card .welcome-cta{padding:10px 24px;font-size:.875rem;border-radius:8px;white-space:nowrap}.welcome-bottom-painting{width:100%;height:280px;border-radius:12px}.welcome-footer{width:100%;padding:40px 16px;border-top:1px solid rgba(0,0,0,.06);margin-top:64px}.welcome-footer-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 8px}.welcome-footer-brand{font-family:var(--font-display);font-size:14px;font-weight:600;color:var(--text-color);letter-spacing:-.01em}.welcome-footer-copy{font-size:12px;color:var(--text-muted)}@media(max-width:480px){.welcome-top{padding:24px 20px 36px}.welcome-backed-by{margin-bottom:28px;gap:8px}.welcome-backed-by-label{font-size:9px}.welcome-partner-logo{height:26px;padding:3px 8px}.welcome-partner-uusmaa{height:14px;padding:5px 8px}.welcome-partner-ai-eesti{width:16px;height:16px;padding:4px 6px}.welcome-headline{font-size:2.125rem}.welcome-subtitle{font-size:1.0625rem;margin-bottom:28px}.welcome-cta{width:100%;justify-content:center;padding:14px 28px}.welcome-hero-inner{padding:32px 16px 48px;border-radius:0}.welcome-mockup-window{border-radius:10px}.welcome-mockup-titlebar{padding:10px 14px}.welcome-mockup-dot{width:8px;height:8px}.welcome-mockup-dots{gap:5px}.welcome-mockup-titlebar-text{font-size:11px}.welcome-mockup-card{padding:20px 16px}.welcome-mockup-title{font-size:18px}.welcome-mockup-q-title{font-size:13px}.welcome-mockup-choice{padding:8px 10px;font-size:11.5px}.welcome-bottom{padding:48px 0 0}.welcome-bottom-card{flex-direction:column;align-items:flex-start;padding:24px;gap:20px}.welcome-bottom-headline{font-size:1.25rem}.welcome-bottom-painting{height:180px}.welcome-footer{padding:32px 16px;margin-top:48px}.welcome-footer-inner{flex-direction:column;gap:8px;text-align:center}}@media(min-width:768px){.welcome-screen{padding-top:56px}.welcome-top{padding:40px 32px 56px}.welcome-backed-by{margin-bottom:44px}.welcome-headline{font-size:2.75rem}.welcome-subtitle{font-size:1.125rem;max-width:500px;margin-bottom:44px}.welcome-cta{padding:16px 44px;font-size:1rem}.welcome-time-hint{font-size:var(--font-size-sm)}.welcome-hero{padding:0 24px}.welcome-hero-inner{padding:56px 32px 72px;border-radius:16px}.welcome-mockup{max-width:680px}.welcome-mockup-card{padding:32px 28px 28px}.welcome-mockup-title{font-size:22px}.welcome-mockup-q-title{font-size:14px}.welcome-mockup-choice{padding:10px 12px;font-size:12px}.welcome-bottom{padding:64px 24px 0}.welcome-bottom-inner{border-radius:16px}}@media(min-width:1200px){.welcome-screen{padding-top:60px}.welcome-top{max-width:900px;padding:48px 32px 64px}.welcome-backed-by{margin-bottom:48px}.welcome-headline{font-size:3.25rem;max-width:700px}.welcome-subtitle{font-size:1.25rem;max-width:540px;margin-bottom:48px}.welcome-cta{padding:18px 52px;font-size:1.0625rem;border-radius:12px}.welcome-time-hint{font-size:var(--font-size-base)}.welcome-hero{padding:0 40px}.welcome-hero-inner{max-width:1200px;padding:64px 48px 80px}.welcome-mockup{max-width:760px}.welcome-mockup-card{padding:36px 32px 32px}.welcome-mockup-title{font-size:24px}.welcome-mockup-q-title{font-size:15px}.welcome-mockup-choice{padding:11px 14px;font-size:13px}.welcome-bottom{padding:64px 40px 0}.welcome-bottom-inner{max-width:1200px}}
