@import"https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,300;0,6..12,400;0,6..12,600;0,6..12,700;0,6..12,800;1,6..12,300;1,6..12,400&display=swap";:root{--blue-600: #2563EB;--blue-700: #1D4ED8;--blue-100: #DBEAFE;--blue-50: #EFF6FF;--green-600: #059669;--green-100: #D1FAE5;--green-50: #ECFDF5;--red-600: #DC2626;--red-100: #FEE2E2;--amber-600: #D97706;--amber-100: #FEF3C7;--indigo-600:#4F46E5;--indigo-100:#E0E7FF;--purple-600:#7C3AED;--purple-100:#F3E8FF;--white: #FFFFFF;--gray-50: #F9FAFB;--gray-100: #F3F4F6;--gray-200: #E5E7EB;--gray-300: #D1D5DB;--gray-400: #9CA3AF;--gray-500: #6B7280;--gray-600: #4B5563;--gray-700: #374151;--gray-800: #1F2937;--gray-900: #111827;--gray-950: #0B1220;--brand: var(--blue-600);--brand-hover: var(--blue-700);--brand-soft: var(--blue-100);--brand-tint: var(--blue-50);--action: var(--blue-600);--action-hover: var(--blue-700);--action-soft: var(--blue-100);--action-tint: var(--blue-50);--surface: var(--white);--surface-sunken: var(--gray-50);--surface-alt: var(--gray-100);--surface-dark: var(--gray-900);--surface-dark-2: var(--gray-800);--text-inverse: var(--white);--text-on-action: var(--white);--text-link: var(--brand);--border-strong: var(--gray-300);--border-dark: #2A3441;--success: var(--green-600);--success-soft: var(--green-100);--danger: var(--red-600);--danger-soft: var(--red-100);--warning: var(--amber-600);--warning-soft: var(--amber-100);--info: var(--indigo-600);--info-soft: var(--indigo-100);--special: var(--purple-600);--special-soft: var(--purple-100);--ring: 0 0 0 3px var(--brand-soft);--ring-action: 0 0 0 3px var(--action-soft);--font-sans: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;--weight-light: 300;--weight-regular: 400;--weight-medium: 500;--weight-semibold: 600;--weight-bold: 700;--weight-extrabold: 800;--text-xs: 12px;--text-sm: 14px;--text-base: 16px;--text-md: 17px;--text-lg: 20px;--text-xl: 24px;--text-2xl: 30px;--text-3xl: 36px;--text-4xl: 44px;--text-5xl: 56px;--leading-tight: 1.15;--leading-snug: 1.3;--leading-normal: 1.5;--leading-relaxed: 1.7;--tracking-tighter: -.02em;--tracking-tight: -.015em;--tracking-normal: 0;--tracking-wide: .05em;--tracking-wider: .1em;--radius-xs: 4px;--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-pill: 999px;--radius-round: 50%;--shadow-xs: 0 1px 2px rgba(16, 24, 40, .05);--shadow-sm: 0 1px 4px rgba(16, 24, 40, .06);--shadow-md: 0 2px 8px rgba(16, 24, 40, .08);--shadow-lg: 0 4px 16px rgba(16, 24, 40, .1);--shadow-xl: 0 12px 32px rgba(16, 24, 40, .14);--shadow-brand: 0 4px 16px rgba(37, 99, 235, .18);--shadow-action: 0 4px 14px rgba(37, 99, 235, .3);--ease-standard: cubic-bezier(.4, 0, .2, 1);--ease-out: cubic-bezier(.16, 1, .3, 1);--dur-fast: .15s;--dur-base: .2s;--dur-slow: .35s;--dur-slower: .6s;--transition-control: color var(--dur-base) var(--ease-standard), background var(--dur-base) var(--ease-standard), border-color var(--dur-base) var(--ease-standard), box-shadow var(--dur-base) var(--ease-standard), transform var(--dur-fast) var(--ease-standard);--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--space-12: 48px;--space-16: 64px;--space-20: 80px;--space-24: 96px;--container-max: 1160px;--container-app: 1200px;--gutter: 24px;--section-y: 96px;--primary: var(--brand);--primary-hover: var(--brand-hover);--primary-light: var(--brand-soft);--primary-tint: var(--brand-tint);--accent: var(--action);--accent-hover: var(--action-hover);--accent-light: var(--action-soft);--secondary: var(--success);--secondary-light: var(--success-soft);--warning-strong: #B45309;--warning-light: var(--warning-soft);--info-light: var(--info-soft);--special-light: var(--special-soft);--bg-primary: var(--surface-sunken);--bg-secondary: var(--surface-alt);--bg-white: var(--surface);--bg-dark: var(--surface-dark);--text-primary: var(--gray-900);--text-secondary: var(--gray-500);--text-muted: var(--gray-400);--border: var(--gray-200);--error: var(--danger);--error-light: var(--danger-soft);--radius: var(--radius-md);--shadow: var(--shadow-sm)}@keyframes pooly-spin{to{transform:rotate(360deg)}}@keyframes pooly-pulse{0%,to{opacity:1}50%{opacity:.6}}@keyframes pooly-fade-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Nunito Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg-primary);color:var(--text-primary);line-height:1.5}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.navbar{background:var(--bg-white);border-bottom:1px solid var(--border);padding:1rem 2rem;position:sticky;top:0;z-index:200;display:flex;justify-content:flex-start;align-items:center;flex-wrap:nowrap}.navbar-brand{font-size:1.5rem;font-weight:700;color:var(--primary);text-decoration:none}.navbar-links{display:flex;align-items:center;gap:1rem}.navbar-desktop-actions{margin-left:auto}.nav-link{color:var(--text-secondary);text-decoration:none;padding:.5rem 1rem;border-radius:var(--radius)}.nav-link:hover{background:var(--bg-secondary);color:var(--text-primary)}.navbar-center-links{display:flex;align-items:center;gap:4px;list-style:none;margin:0 0 0 2rem;padding:0}.navbar-center-link{color:var(--text-secondary);text-decoration:none;font-size:14.5px;font-weight:500;padding:7px 13px;display:block;transition:color .2s,background .2s}.navbar-center-link:hover{color:var(--text-primary);background:var(--bg-secondary)}.navbar-hamburger{display:none;background:none;border:none;cursor:pointer;color:var(--text-primary);padding:.25rem;flex-shrink:0;margin-left:auto}.navbar-mobile-menu{position:absolute;top:100%;left:0;right:0;background:var(--bg-white);border-bottom:1px solid var(--border);box-shadow:0 4px 16px #00000014;z-index:199}.navbar-mobile-links{list-style:none;padding:0;margin:0;border-bottom:1px solid var(--border)}.navbar-mobile-link{display:block;padding:.875rem 1.25rem;color:var(--text-primary);text-decoration:none;font-size:.9375rem;font-weight:500;border-bottom:1px solid var(--border);transition:background .15s}.navbar-mobile-link:last-child{border-bottom:none}.navbar-mobile-link:hover{background:var(--bg-secondary)}.navbar-mobile-actions{padding:0}@media(max-width:768px){.navbar{padding:.875rem 1.25rem}.navbar-center-links,.navbar-desktop-actions{display:none}.navbar-hamburger{display:flex;align-items:center;justify-content:center}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.25rem;font-family:var(--font-sans);font-size:.875rem;font-weight:600;line-height:1;letter-spacing:.01em;border-radius:var(--radius-md);border:1px solid transparent;cursor:pointer;text-decoration:none;white-space:nowrap;transition:var(--transition-control)}.btn:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.btn:disabled{opacity:.55;cursor:not-allowed}.btn:active:not(:disabled){transform:scale(.97)}.btn-primary{background:var(--brand);color:#fff}.btn-primary:hover{background:var(--brand-hover)}.btn-action{background:var(--action);color:var(--text-on-action)}.btn-action:hover{background:var(--action-hover);transform:translateY(-1px)}.btn-ink{background:var(--surface-dark);color:#fff}.btn-ink:hover{background:var(--brand)}.btn-secondary{background:var(--surface);color:var(--text-primary);border-color:var(--border)}.btn-secondary:hover{background:var(--surface-alt)}.btn-outline{background:transparent;color:var(--text-primary);border-color:var(--border)}.btn-outline:hover{background:var(--surface-alt)}.btn-large{padding:.875rem 1.75rem;font-size:.9375rem}.btn-danger{background:var(--danger);color:#fff}.btn-danger:hover{background:#b91c1c}.btn-danger:disabled{background:#f87171;cursor:not-allowed}.card{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow)}.input-group{margin-bottom:1rem}.input-label{display:block;font-size:.875rem;font-weight:500;color:var(--text-secondary);margin-bottom:.5rem}.input-field{width:100%;padding:.625rem .875rem;font-size:1rem;font-family:inherit;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-white);color:var(--text-primary);transition:var(--transition-control)}.input-field:focus{outline:none;border-color:var(--primary);box-shadow:var(--ring)}textarea.input-field{resize:vertical;min-height:80px}.alert{padding:.75rem .875rem;border-radius:var(--radius-md);margin-bottom:1rem;font-size:.875rem;line-height:1.5;display:flex;align-items:center;gap:.625rem}.alert-icon{width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;flex-shrink:0}.alert-error{background:var(--error-light);color:var(--error)}.alert-error .alert-icon{background:var(--error);color:#fff}.alert-success{background:var(--secondary-light);color:var(--secondary)}.alert-success .alert-icon{background:var(--secondary);color:#fff}.alert-warning{background:var(--warning-light);color:var(--warning)}.alert-warning .alert-icon{background:var(--warning);color:#fff}.alert-info{background:var(--primary-light);color:var(--primary-hover)}.alert-info .alert-icon{background:var(--primary);color:#fff}.hero{background:var(--bg-primary);padding:6rem 1rem;text-align:center}.hero-title{font-size:2.5rem;font-weight:800;color:var(--text-primary);margin-bottom:1rem;line-height:1.2}.hero-title-accent{color:var(--primary)}.hero-description{font-size:1.125rem;color:var(--text-secondary);max-width:600px;margin:0 auto 2rem}.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius-pill);padding:.5rem 1rem;font-size:.875rem;color:var(--text-secondary);margin-bottom:1.5rem}.hero-badge-dot{width:8px;height:8px;background:var(--secondary);border-radius:50%}.section{padding:4rem 1rem}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:2rem;font-weight:700;margin-bottom:.5rem}.section-header p{color:var(--text-secondary);max-width:600px;margin:0 auto}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:900px;margin:0 auto}.step-card{text-align:center}.step-number{width:60px;height:60px;background:var(--bg-white);border:2px solid var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;color:var(--primary);margin:0 auto 1rem}.step-card h3{font-size:1.125rem;margin-bottom:.5rem}.step-card p{color:var(--text-secondary);font-size:.9375rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;max-width:1000px;margin:0 auto}.feature-card{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;transition:all .2s}.feature-card:hover{box-shadow:var(--shadow-md);border-color:var(--primary)}.feature-icon{width:48px;height:48px;background:var(--primary-light);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1rem}.feature-card h3{font-size:1.125rem;margin-bottom:.5rem}.feature-card p{color:var(--text-secondary);font-size:.9375rem}.stats-section{background:var(--bg-dark);padding:3rem 1rem}.cta-section{background:var(--primary);padding:4rem 1rem;text-align:center}.cta-section h2{color:#fff;font-size:1.75rem;margin-bottom:.5rem}.cta-section p{color:#ffffffe6;margin-bottom:1.5rem}.cta-section .btn{background:var(--bg-white);color:var(--primary)}.footer{background:var(--bg-dark);padding:2rem 1rem;text-align:center}.footer p{color:var(--text-muted);font-size:.875rem}.auth-container{min-height:calc(100vh - 65px);display:flex;align-items:center;justify-content:center;padding:2rem 1rem;background:#f5f5f5}.auth-card{background:var(--bg-white);border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow-md);padding:2.25rem 2rem;width:100%;max-width:420px}.auth-card h1{font-size:1.5rem;text-align:center;margin-bottom:.25rem}.auth-card .subtitle{text-align:center;color:var(--text-secondary);margin-bottom:1.5rem}.auth-footer{text-align:center;margin-top:1rem;font-size:.875rem;color:var(--text-secondary)}.auth-footer a{color:var(--primary);font-weight:500}.auth-card .input-field,.auth-card .btn{font-family:Nunito Sans,sans-serif}.auth-card h1{font-family:Nunito Sans,sans-serif;font-weight:800}.auth-divider{display:flex;align-items:center;gap:.75rem;margin:1.25rem 0;color:var(--text-muted);font-size:.8125rem}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:var(--border)}.auth-social-btn{display:flex;align-items:center;justify-content:center;gap:.6rem;width:100%;padding:.6rem 1rem;background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;font-size:.875rem;font-weight:500;color:var(--text-primary);font-family:Nunito Sans,sans-serif;transition:background .15s;margin-bottom:.5rem}.auth-social-btn:hover{background:#f9fafb}.auth-social-btn:last-child{margin-bottom:0}.auth-legal{margin-top:1rem;font-size:.8rem;color:var(--text-muted);line-height:1.5;text-align:center}.auth-legal a{color:var(--primary);text-decoration:none}.auth-legal a:hover{text-decoration:underline}.legal-page{max-width:760px;margin:0 auto;padding:3rem 1.5rem 5rem;font-family:Nunito Sans,sans-serif}.legal-page h1{font-size:2rem;font-weight:800;margin-bottom:.5rem;color:var(--text-primary)}.legal-page .legal-meta{font-size:.875rem;color:var(--text-muted);margin-bottom:2.5rem}.legal-page h2{font-size:1.125rem;font-weight:700;margin:2rem 0 .75rem;color:var(--text-primary)}.legal-page p{color:var(--text-secondary);line-height:1.7;margin-bottom:.75rem}.legal-page ul{color:var(--text-secondary);line-height:1.7;padding-left:1.5rem;margin-bottom:.75rem}.legal-page ul li{margin-bottom:.4rem}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.page-title{font-size:1.5rem;font-weight:800;font-family:Nunito Sans,sans-serif}.page-subtitle{color:var(--text-secondary);margin-top:.25rem}.event-card{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem;margin-bottom:1rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.event-card h3{font-size:1.125rem;margin-bottom:.25rem}.event-card-meta{display:flex;gap:1rem;font-size:.875rem;color:var(--text-secondary)}.event-card-actions{display:flex;gap:.5rem}.question-card{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem;margin-bottom:1rem}.question-card h3{font-size:1rem;font-weight:600;margin-bottom:.75rem}.progress-bar{background:var(--bg-secondary);border-radius:var(--radius-pill);height:6px;overflow:hidden;margin-bottom:1.5rem}.progress-bar-fill{background:var(--brand);height:100%;border-radius:var(--radius-pill);transition:width .4s var(--ease-out)}.trust-badges{display:flex;gap:1.5rem;justify-content:center;margin-top:1.5rem;font-size:.875rem;color:var(--text-muted)}.success-state{text-align:center;padding:3rem 1rem}.success-icon{width:64px;height:64px;background:var(--secondary-light);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;margin:0 auto 1rem}.success-state h2{font-size:1.25rem;margin-bottom:.5rem}.success-state p{color:var(--text-secondary);margin-bottom:1.5rem}.back-link{color:var(--primary);text-decoration:none;font-size:.875rem;display:inline-block;margin-bottom:1rem}.back-link:hover{text-decoration:underline}.submission-container{max-width:700px;margin:0 auto;padding:0 1rem 2rem}.submission-header{text-align:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.submission-header h1{font-size:1.5rem;margin-bottom:.25rem}.submission-header p{color:var(--text-secondary)}.dashboard-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.card-elevated{background:var(--bg-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:2rem}.section-title{font-size:1.25rem;font-weight:600}.survey-page{min-height:100vh;background:var(--action-tint)}.survey-stage{max-width:560px;margin:0 auto;min-height:100vh;background:var(--bg-white);border-left:1px solid var(--border);border-right:1px solid var(--border);display:flex;flex-direction:column}.survey-preview-page .survey-header{top:48px}.survey-preview-banner{position:sticky;top:0;z-index:200;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.625rem 1.25rem;background:var(--special);color:#fff;font-size:.8125rem}.survey-preview-banner-content{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.survey-preview-banner-label{font-weight:700;letter-spacing:.06em;font-size:.75rem;padding:.125rem .5rem;background:#fff3;border-radius:3px}.survey-preview-banner-desc{opacity:.9}.survey-preview-banner-close{display:flex;align-items:center;gap:.375rem;padding:.375rem .75rem;background:#ffffff26;border:1px solid rgba(255,255,255,.3);border-radius:var(--radius-sm);color:#fff;font-size:.8125rem;cursor:pointer;white-space:nowrap;transition:background .15s}.survey-preview-banner-close:hover{background:#ffffff40}.survey-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:var(--bg-white);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100}.survey-brand{font-size:1.25rem;font-weight:700;color:var(--primary);text-decoration:none}.survey-progress-badge{background:var(--primary-light);color:var(--primary);padding:.375rem .875rem;border-radius:var(--radius-pill);font-size:.875rem;font-weight:600}.survey-header-progress{flex:1;max-width:200px;height:5px;background:var(--bg-secondary);border-radius:var(--radius-pill);overflow:hidden}.survey-header-progress-fill{height:100%;background:var(--primary);border-radius:var(--radius-pill);transition:width .4s var(--ease-out)}.survey-header-counter{font-size:.78rem;font-weight:700;color:var(--text-secondary);flex-shrink:0}.survey-intro{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2.5rem 1.75rem;text-align:center}.survey-intro-icon{width:64px;height:64px;margin-bottom:1.25rem;border-radius:var(--radius-xl);background:var(--primary-light);color:var(--primary);display:flex;align-items:center;justify-content:center}.survey-intro-title{margin:0 0 .75rem;font-size:1.625rem;font-weight:800;letter-spacing:var(--tracking-tighter);color:var(--text-primary);line-height:1.25}.survey-intro-desc{margin:0 auto 1.75rem;max-width:380px;font-size:1rem;color:var(--text-secondary);line-height:1.6}.survey-intro-trust{display:flex;justify-content:center;gap:1.125rem;margin-top:1.5rem;font-size:.78rem;color:var(--text-muted)}.survey-intro-trust span{display:inline-flex;align-items:center;gap:.3rem}.survey-text-block{background:var(--bg-secondary);border-left:3px solid var(--primary);border-radius:var(--radius-md);padding:1rem 1.25rem;margin:0 0 1rem 3rem}.survey-powered-by{text-align:center;padding:.875rem;font-size:.72rem;color:var(--text-muted);border-top:1px solid var(--border)}.survey-progress-track{position:sticky;top:0;z-index:99;height:4px;background:var(--bg-secondary)}.survey-progress-fill{height:100%;background:var(--brand);border-radius:0 var(--radius-pill) var(--radius-pill) 0;transition:width .4s var(--ease-out)}.survey-hero{text-align:center;padding:3rem 1.5rem 2rem;max-width:700px;margin:0 auto}.survey-title{font-size:2rem;font-weight:800;letter-spacing:-.02em;color:var(--text-primary);margin-bottom:.75rem}.survey-description{font-size:1.0625rem;color:var(--text-secondary);line-height:1.6}.survey-container{max-width:700px;margin:0 auto;padding:0 1rem 2rem}.chat-container{display:flex;flex-direction:column;gap:1.5rem}.chat-block{display:flex;flex-direction:column;gap:.75rem}.chat-message{display:flex;gap:.75rem}.chat-message.chat-assistant{align-items:flex-start}.chat-message.chat-user{padding-left:3rem}.chat-avatar{width:36px;height:36px;background:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.chat-avatar span{color:#fff;font-weight:600;font-size:.875rem}.chat-bubble{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius-lg);border-top-left-radius:var(--radius-sm);padding:1.125rem 1.375rem;flex:1;box-shadow:var(--shadow)}.chat-question-number{font-size:.75rem;font-weight:700;color:var(--accent);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.chat-question-text{font-size:1.125rem;font-weight:600;color:var(--text-primary);line-height:1.5}.chat-input-container{position:relative;flex:1}.chat-textarea{width:100%;padding:1rem;font-size:1rem;font-family:inherit;border:2px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-white);color:var(--text-primary);resize:none;transition:border-color .2s,box-shadow .2s;line-height:1.5}.chat-textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 4px var(--primary-light)}.chat-textarea::placeholder{color:var(--text-muted)}@keyframes carouselFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.carousel-slide{animation:carouselFadeIn .35s ease}.chat-input-single{width:100%;padding:1rem;font-size:1rem;font-family:inherit;border:2px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-white);color:var(--text-primary);transition:border-color .2s,box-shadow .2s}.chat-input-single:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 4px var(--primary-light)}.chat-input-status{position:absolute;right:.75rem;bottom:.75rem;width:24px;height:24px;background:var(--secondary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600}.chat-options{flex:1;display:flex;flex-direction:column;gap:.5rem}.chat-option{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border:2px solid var(--border);border-radius:var(--radius-md);background:var(--bg-white);cursor:pointer;transition:border-color var(--dur-fast),background var(--dur-fast),transform .1s;-webkit-user-select:none;user-select:none;min-height:48px}.chat-option:active{transform:scale(.99)}.chat-option:hover{border-color:var(--primary);background:var(--primary-tint)}.chat-option.is-selected{border-color:var(--primary);background:var(--primary-light)}.chat-option-dot{width:18px;height:18px;border-radius:50%;border:2px solid var(--border);flex-shrink:0;transition:border-color .15s,background .15s;display:flex;align-items:center;justify-content:center}.chat-option.is-selected .chat-option-dot{border-color:var(--primary);background:var(--primary)}.chat-option.is-selected .chat-option-dot:after{content:"";width:6px;height:6px;border-radius:50%;background:#fff}.chat-option-check{width:18px;height:18px;border-radius:4px;border:2px solid var(--border);flex-shrink:0;transition:border-color .15s,background .15s;display:flex;align-items:center;justify-content:center}.chat-option.is-selected .chat-option-check{border-color:var(--primary);background:var(--primary)}.chat-option.is-selected .chat-option-check:after{content:"";width:5px;height:9px;border:2px solid white;border-top:none;border-left:none;transform:rotate(45deg) translateY(-1px)}.chat-option-text{font-size:.95rem;color:var(--text-primary);line-height:1.4}.chat-options-done{display:flex;justify-content:flex-end;margin-top:.25rem}.chat-options-done span{width:24px;height:24px;background:var(--secondary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600}.survey-footer{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.survey-footer-info{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--text-muted)}.survey-footer-icon{font-size:1rem;display:flex;align-items:center;color:var(--secondary)}.survey-submit{min-width:160px}.survey-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:1rem;color:var(--text-secondary)}.survey-loading-spinner{width:40px;height:40px;border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.survey-success{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center;padding:2rem}.survey-success-icon{width:80px;height:80px;background:var(--secondary-light);color:var(--secondary);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;margin-bottom:1.5rem}.survey-success h1{font-size:1.5rem;margin-bottom:.5rem}.survey-success p{color:var(--text-secondary);margin-bottom:.5rem}.survey-success-note{font-size:.875rem;color:var(--text-muted)}.survey-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center;padding:2rem}.survey-error h1{font-size:1.5rem;margin-bottom:.5rem}.survey-error p{color:var(--text-secondary)}.share-card{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem;margin-bottom:2rem;box-shadow:var(--shadow-sm)}.share-card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.875rem}.share-card-icon{width:40px;height:40px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-md);background:var(--primary-light);color:var(--primary)}.share-card-title{font-size:1rem;font-weight:600;color:var(--text-primary);margin-bottom:.125rem}.share-card-subtitle{font-size:.875rem;color:var(--text-secondary)}.share-card-url{display:flex;gap:.5rem}.share-card-input{flex:1;padding:.75rem 1rem;font-size:.875rem;font-family:var(--font-mono);border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-white);color:var(--text-primary)}.share-card-input:focus{outline:none}.share-card-btn{padding:.6875rem 1.125rem;font-size:.875rem;font-weight:600;background:var(--primary);color:#fff;border:none;border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition-control);white-space:nowrap}.share-card-btn:hover{background:var(--primary-hover)}.share-card-btn.copied{background:var(--secondary)}.share-card-btn:disabled{opacity:.5;cursor:not-allowed}.share-card-hint{margin-top:.75rem;font-size:.8125rem;color:var(--text-muted)}.import-summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.import-summary-item{padding:1rem;background:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius)}.import-summary-item span{display:block;font-size:.78rem;color:var(--text-muted);margin-bottom:.35rem;text-transform:uppercase;letter-spacing:.04em}.import-summary-item strong{color:var(--text-primary);line-height:1.4}.response-item{background:var(--bg-secondary);border-radius:var(--radius);padding:.75rem 1rem;font-size:.9375rem;color:var(--text-primary);line-height:1.5}.tabs-container{margin-top:1.5rem}.tabs-nav{display:flex;gap:.5rem;border-bottom:2px solid var(--border);margin-bottom:1.5rem}.tab-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.125rem;font-family:var(--font-sans);font-size:.90625rem;font-weight:500;color:var(--text-secondary);background:transparent;border:none;border-bottom:2px solid transparent;border-top-left-radius:var(--radius-sm);border-top-right-radius:var(--radius-sm);margin-bottom:-2px;cursor:pointer;transition:var(--transition-control)}.tab-btn:hover{background:var(--bg-secondary)}.tab-btn.active{color:var(--primary);font-weight:700;border-bottom-color:var(--primary)}.tab-icon{font-size:1rem}.tab-badge{background:var(--primary);color:#fff;font-size:.75rem;font-weight:600;padding:.125rem .5rem;border-radius:var(--radius-pill);margin-left:.25rem}.tab-content{min-height:200px}.reports-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.reports-title{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin-bottom:.25rem}.reports-subtitle{font-size:.875rem;color:var(--text-muted)}.btn-spinner{display:inline-block;width:14px;height:14px;border:2px solid var(--border);border-top-color:var(--text-primary);border-radius:50%;animation:spin .8s linear infinite;margin-right:.5rem}.reports-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;color:var(--text-secondary)}.reports-spinner{width:40px;height:40px;border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite;margin-bottom:1rem}.reports-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;background:var(--bg-secondary);border-radius:var(--radius-lg)}.reports-empty-icon{display:flex;color:var(--text-muted);margin-bottom:1rem}.reports-empty h4{font-size:1.125rem;color:var(--text-primary);margin-bottom:.5rem}.reports-empty p{font-size:.9375rem;color:var(--text-muted);max-width:300px}.reports-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1.5rem}.report-type-section{margin-bottom:.5rem}.report-type-section-title{display:flex;align-items:center;gap:.5rem;font-size:.78rem;font-weight:700;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.06em;margin-bottom:1rem}.report-dist-row{display:flex;align-items:center;gap:.75rem;padding:.35rem 0;font-size:.875rem}.report-dist-label{flex:0 0 110px;color:var(--text-primary);font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:.82rem}.report-dist-bar-track{flex:1;height:8px;background:var(--bg-secondary, #F9FAFB);border-radius:4px;overflow:hidden;border:1px solid var(--border)}.report-dist-bar-fill{height:100%;background:var(--primary);border-radius:4px;transition:width .4s ease}.report-dist-value{flex:0 0 80px;text-align:right;color:var(--text-primary);font-size:.8rem;font-weight:600}.report-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:auto;border-top:1px solid var(--border);border-left:1px solid var(--border);margin:0}.report-stat-box{display:flex;flex-direction:column;align-items:center;padding:.75rem .5rem;border-right:1px solid var(--border);border-bottom:1px solid var(--border);text-align:center}.report-stat-box .report-stat-value{font-size:1.3rem;font-weight:700;color:var(--primary);line-height:1.2}.report-stat-box .report-stat-label{font-size:.67rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-top:.2rem}.report-card{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-sm);transition:var(--transition-control)}.report-card:hover{box-shadow:var(--shadow-md);border-color:var(--primary);transform:translateY(-1px)}.report-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.report-category{font-size:1.125rem;font-weight:600;color:var(--text-primary)}.report-badges{display:flex;gap:.5rem;flex-wrap:wrap}.report-badge{font-size:.75rem;font-weight:600;padding:.25rem .625rem;border-radius:var(--radius-pill)}.report-badge.sentiment-positive{background:var(--secondary-light);color:var(--secondary)}.report-badge.sentiment-negative{background:var(--error-light);color:var(--error)}.report-badge.sentiment-neutral{background:var(--bg-secondary);color:var(--text-secondary)}.report-badge.urgency-high{background:var(--error-light);color:var(--error)}.report-badge.urgency-medium{background:var(--warning-light);color:var(--warning)}.report-badge.urgency-low{background:var(--bg-secondary);color:var(--text-muted)}.report-stats{display:flex;gap:2rem;padding:1rem;background:var(--bg-secondary);border-radius:var(--radius);margin-bottom:1rem}.report-stat{display:flex;flex-direction:column}.report-stat-value{font-size:1.5rem;font-weight:700;color:var(--primary);line-height:1.2}.report-stat-label{font-size:.75rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.025em}.report-summary{font-size:.9375rem;color:var(--text-secondary);line-height:1.6;margin-bottom:1rem}.report-examples{background:var(--bg-primary);border-radius:var(--radius);padding:.875rem 1rem;margin-bottom:1rem}.report-examples-label{font-size:.75rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.025em;display:block;margin-bottom:.5rem}.report-examples-list{list-style:none;display:flex;flex-direction:column;gap:.375rem}.report-examples-list li{font-size:.875rem;color:var(--text-secondary);font-style:italic}.report-timestamp{font-size:.75rem;color:var(--text-muted);padding-top:.75rem;border-top:1px solid var(--border)}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-container{background:var(--bg-white);border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow-xl);width:100%;max-width:480px;max-height:90vh;overflow:auto;animation:slideUp .2s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border)}.modal-title{font-size:1.125rem;font-weight:600;color:var(--text-primary)}.modal-close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;font-size:1.5rem;color:var(--text-muted);cursor:pointer;border-radius:var(--radius);transition:all .2s}.modal-close:hover{background:var(--bg-secondary);color:var(--text-primary)}.modal-body{padding:1.5rem}.modal-footer{padding:1rem 1.5rem;border-top:1px solid var(--border);background:var(--bg-secondary)}.modal-actions{display:flex;justify-content:flex-end;gap:.75rem}.modal-confirm-content{text-align:center}.modal-icon{display:flex;justify-content:center;color:var(--primary);margin-bottom:1rem}.modal-message{font-size:1rem;color:var(--text-primary);line-height:1.6;margin-bottom:1.5rem}.modal-info-box{background:var(--bg-secondary);border-radius:var(--radius);padding:1rem;text-align:left}.modal-info-item{display:flex;align-items:flex-start;gap:.75rem;padding:.625rem 0;font-size:.9375rem;color:var(--text-secondary);line-height:1.5}.modal-info-item:not(:last-child){border-bottom:1px solid var(--border)}.modal-info-icon{display:flex;align-items:center;color:var(--primary);flex-shrink:0}.modal-info-item strong{color:var(--text-primary);font-weight:600}.modal-icon-danger{width:64px;height:64px;background:var(--error-light);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:var(--error)}.modal-warning-box{background:var(--error-light);border:1px solid #FECACA;border-radius:var(--radius);padding:1rem;text-align:left;margin-top:1rem}.modal-warning-box p{font-size:.875rem;color:var(--error);font-weight:500;margin-bottom:.5rem}.modal-warning-box ul{list-style:none;margin:0;padding:0}.modal-warning-box li{font-size:.8125rem;color:#991b1b;padding:.25rem 0 .25rem 1rem;position:relative}.modal-warning-box li:before{content:"•";position:absolute;left:0;color:var(--error)}.jobs-table-container{overflow-x:auto;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-white)}.jobs-table{width:100%;border-collapse:collapse;font-size:.9375rem}.jobs-table th,.jobs-table td{padding:1rem 1.25rem;text-align:left;border-bottom:1px solid var(--border)}.jobs-table th{background:var(--bg-secondary);font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.jobs-table tbody tr:last-child td{border-bottom:none}.jobs-table tbody tr:hover{background:var(--bg-primary)}.jobs-table-id{font-weight:600;color:var(--text-muted);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.jobs-table-message{max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text-secondary)}.jobs-table-date{white-space:nowrap;color:var(--text-muted);font-size:.875rem}.job-status{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:var(--radius-pill);font-size:.8125rem;font-weight:600}.job-status-icon{display:flex;align-items:center}.job-status-running .job-status-icon{animation:pooly-spin 1s linear infinite}.job-status-completed{background:var(--secondary-light);color:var(--secondary)}.job-status-running{background:var(--primary-light);color:var(--primary);animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.job-status-error{background:var(--error-light);color:var(--error)}.job-status-unknown{background:var(--bg-secondary);color:var(--text-muted)}.tab-badge.running{background:var(--primary);animation:pulse 2s ease-in-out infinite}.create-event-layout{display:grid;grid-template-columns:1fr 360px;gap:2rem;max-width:900px}.create-event-form{min-width:0}.create-event-tips{position:sticky;top:6rem}.import-layout{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(280px,.8fr);gap:1.5rem;align-items:flex-start}.import-dropzone{display:grid;gap:.9rem;padding:1.25rem;border:1.5px dashed var(--border);border-radius:var(--radius-lg);background:var(--bg-primary);cursor:pointer;transition:border-color .2s ease,background .2s ease}.import-dropzone:hover{border-color:var(--primary);background:#f8fbff}.import-dropzone.is-drag-active{border-color:var(--primary);background:#eff6ff;box-shadow:inset 0 0 0 1px var(--primary-light)}.import-dropzone-icon{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;background:var(--primary-light);color:var(--primary);border-radius:var(--radius)}.import-dropzone-title{font-size:1rem;font-weight:600;color:var(--text-primary)}.import-dropzone-subtitle{margin-top:.25rem;font-size:.875rem;line-height:1.5;color:var(--text-secondary)}.import-dropzone-file{font-size:.8125rem;color:var(--text-muted)}.import-sidebar{position:sticky;top:6.5rem}.tips-panel{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow)}.tips-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.tips-header-icon{font-size:1.5rem;display:flex;align-items:center;justify-content:center;width:34px;height:34px;flex-shrink:0;background:var(--primary-light);color:var(--primary);border-radius:var(--radius-sm)}.tips-title{font-size:1rem;font-weight:600;color:var(--text-primary)}.tips-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.tip-item{display:flex;gap:.75rem;align-items:flex-start}.tip-icon{font-size:1.125rem;flex-shrink:0;margin-top:.125rem;display:flex;align-items:center;color:var(--primary)}.tip-title{font-size:.875rem;font-weight:600;color:var(--text-primary);margin-bottom:.25rem}.tip-description{font-size:.8125rem;color:var(--text-secondary);line-height:1.5}.tips-examples{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius);padding:1rem;margin-bottom:1rem}.tips-examples-title{font-size:.75rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.025em;margin-bottom:.75rem}.tips-examples-list{list-style:none;display:flex;flex-direction:column;gap:.5rem}.tips-examples-list li{font-size:.8125rem;color:var(--text-secondary);padding-left:1rem;position:relative;line-height:1.4}.tips-examples-list li:before{content:'"';position:absolute;left:0;color:var(--primary);font-weight:600}.tips-highlight{background:var(--bg-secondary);border-radius:var(--radius);padding:1rem;display:flex;gap:.75rem;align-items:flex-start}.tips-highlight-icon{font-size:1.25rem;flex-shrink:0;display:flex;align-items:center;color:var(--accent)}.tips-highlight p{font-size:.8125rem;color:var(--text-secondary);line-height:1.5}@media(max-width:768px){.dashboard-entry-grid,.import-layout,.import-summary-grid{grid-template-columns:1fr}.btn{min-height:46px}.page-header{flex-direction:column;align-items:stretch}.page-header .btn{width:100%}.card,.card-elevated{padding:1.25rem}.chat-question-text{font-size:1.0625rem}.chat-textarea,.chat-input-single{font-size:16px}.hero-title{font-size:1.75rem}.section-header h2{font-size:1.5rem}.section-header p{font-size:.9375rem}.steps-grid{grid-template-columns:1fr;gap:1.5rem;max-width:400px}.features-grid{grid-template-columns:1fr;gap:1rem}.stats-grid{grid-template-columns:1fr}.navbar{padding:.75rem 1rem}.survey-title{font-size:1.5rem}.survey-hero{padding:2rem 1rem 1.5rem}.chat-message.chat-user{padding-left:0}.survey-footer{flex-direction:column;align-items:stretch}.survey-footer-info{justify-content:center}.survey-submit{width:100%}.share-card-url{flex-direction:column}.tabs-nav{overflow-x:auto}.tab-btn{padding:.75rem 1rem;font-size:.875rem;white-space:nowrap}.reports-grid{grid-template-columns:1fr}.report-card-header{flex-direction:column}.reports-header{flex-direction:column;align-items:flex-start}.modal-container{max-width:100%;margin:.5rem}.modal-actions{flex-direction:column-reverse}.modal-actions .btn{width:100%}.jobs-table th,.jobs-table td{padding:.75rem 1rem}.jobs-table-message{max-width:150px}.create-event-layout{grid-template-columns:1fr}.create-event-tips{position:static;order:-1}.tips-panel{padding:1.25rem}.tips-list{gap:.75rem}.import-sidebar{position:static}}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem}.stat-card{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem;box-shadow:var(--shadow-sm);display:flex;align-items:center;gap:1rem;transition:var(--transition-control)}.stat-card:hover{box-shadow:var(--shadow-md);border-color:var(--primary)}.stat-icon{width:48px;height:48px;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;flex-shrink:0}.stat-icon-primary{background:var(--primary-light);color:var(--primary)}.stat-icon-success{background:var(--secondary-light);color:var(--secondary)}.stat-icon-info{background:var(--info-light);color:var(--info)}.stat-icon-warning{background:var(--warning-light);color:var(--warning)}.stat-content{display:flex;flex-direction:column}.stat-value-row{display:flex;align-items:baseline;gap:.5rem}.stat-value{font-size:1.75rem;font-weight:800;color:var(--text-primary);line-height:1.2;letter-spacing:var(--tracking-tight)}.stat-trend{display:inline-flex;align-items:center;gap:.15rem;font-size:.75rem;font-weight:700}.stat-trend-up{color:var(--secondary)}.stat-trend-down{color:var(--error)}.stat-label{font-size:.8125rem;color:var(--text-secondary);margin-top:.125rem}.suggested-action-card{display:flex;align-items:center;gap:1rem;padding:1.125rem 1.375rem;margin-bottom:1.75rem;background:linear-gradient(135deg,var(--blue-50) 0%,var(--bg-white) 70%);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);flex-wrap:wrap}.suggested-action-icon{width:44px;height:44px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-md);background:var(--accent-light);color:var(--accent-hover)}.suggested-action-body{flex:1;min-width:220px}.suggested-action-eyebrow{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:var(--tracking-wider);color:var(--accent-hover);display:block;margin-bottom:.2rem}.suggested-action-title{font-size:.9375rem;font-weight:700;color:var(--text-primary);line-height:1.4}.suggested-action-desc{font-size:.8125rem;color:var(--text-secondary);margin-top:.15rem}@media(max-width:640px){.suggested-action-card{flex-direction:column;align-items:flex-start}.suggested-action-card .btn{width:100%}}.dashboard-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.dashboard-entry-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-bottom:2rem}.dashboard-entry-card{display:flex;gap:1rem;align-items:flex-start;padding:1.25rem 1.5rem;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-white);color:inherit;text-decoration:none;box-shadow:var(--shadow);transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.dashboard-entry-card:hover{border-color:var(--primary);box-shadow:var(--shadow-md);transform:translateY(-1px)}.dashboard-entry-card-accent{background:linear-gradient(135deg,#eff6ff,#fff 70%)}.dashboard-entry-icon{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:var(--primary-light);color:var(--primary);border-radius:var(--radius)}.dashboard-entry-content h2{font-size:1.05rem;margin-bottom:.35rem}.dashboard-entry-content p{color:var(--text-secondary);font-size:.9rem;line-height:1.5}.section-title{font-size:1.125rem;font-weight:600;color:var(--text-primary)}.section-count{font-size:.875rem;color:var(--text-secondary);background:var(--bg-secondary);padding:.25rem .75rem;border-radius:var(--radius-pill)}.empty-state-card{background:var(--bg-white);border:2px dashed var(--border);border-radius:var(--radius-lg);padding:4rem 2rem;text-align:center;display:flex;flex-direction:column;align-items:center}.empty-state-icon{width:80px;height:80px;background:var(--primary-light);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--primary);margin-bottom:1.5rem}.empty-state-title{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.empty-state-description{color:var(--text-secondary);margin-bottom:1.5rem;max-width:360px}.events-list{display:flex;flex-direction:column;gap:.75rem}.event-card-enhanced{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;transition:all .2s}.event-card-enhanced:hover{border-color:var(--primary);box-shadow:var(--shadow)}.event-card-main{flex:1;min-width:0}.event-card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.event-card-title{font-size:1rem;font-weight:600;color:var(--text-primary);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.event-status-badge{font-size:.6875rem;font-weight:700;padding:.25rem .625rem;border-radius:var(--radius-sm);text-transform:uppercase;letter-spacing:.06em;flex-shrink:0}.event-status-active{background:var(--secondary-light);color:var(--secondary)}.event-status-warning{background:var(--warning-light);color:var(--warning-strong)}.event-status-urgent{background:var(--error-light);color:var(--error)}.event-status-ended{background:var(--bg-secondary);color:var(--text-secondary)}.event-status-paused{background:var(--special-light);color:var(--special)}.event-card-stats{display:flex;align-items:center;gap:1.5rem}.event-stat{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;color:var(--text-secondary)}.event-stat svg{flex-shrink:0}.event-card-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.fab{display:none;position:fixed;bottom:1.5rem;right:1.5rem;width:56px;height:56px;background:var(--accent);color:#fff;border-radius:50%;align-items:center;justify-content:center;box-shadow:0 4px 12px #ea580c66;z-index:100;text-decoration:none;transition:transform .2s,box-shadow .2s}.fab:hover{transform:scale(1.08);box-shadow:0 6px 16px #ea580c80}.fab:active{transform:scale(.95)}.create-survey-inline{gap:.5rem}@media(max-width:640px){.fab{display:flex}.create-survey-inline{display:none}}@media(max-width:1024px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.stats-grid{grid-template-columns:1fr}.stat-card{padding:1rem}.stat-value{font-size:1.5rem}.event-card-enhanced{flex-direction:column;align-items:flex-start;gap:1rem}.event-card-stats{flex-direction:column;align-items:flex-start;gap:.5rem}.event-card-actions{width:100%}.event-card-actions .btn{flex:1}.dashboard-section-header{flex-direction:column;align-items:flex-start;gap:.5rem}}.events-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem}.survey-card{position:relative;background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;min-height:180px}.survey-card:hover{border-color:var(--primary);box-shadow:var(--shadow-md)}.survey-card:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light)}.survey-card:active{box-shadow:none}.survey-card-paused{opacity:.75}.survey-card-paused:after{content:"";position:absolute;inset:0;background:repeating-linear-gradient(-45deg,transparent,transparent 8px,rgba(124,58,237,.04) 8px,rgba(124,58,237,.04) 16px);pointer-events:none;border-radius:inherit}.survey-card-menu-wrapper{position:absolute;top:.75rem;right:.75rem;z-index:20}.survey-card-menu-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-muted);cursor:pointer;transition:all .2s;opacity:0}.survey-card:hover .survey-card-menu-btn,.survey-card:focus .survey-card-menu-btn,.survey-card-menu-btn[aria-expanded=true]{opacity:1}.survey-card-menu-btn:hover{background:var(--bg-secondary);color:var(--text-primary)}.survey-card-dropdown{position:absolute;top:calc(100% + 4px);right:0;min-width:160px;background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-lg);overflow:hidden;z-index:100;animation:dropdownFadeIn .12s ease}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.survey-card-dropdown-item{width:100%;display:flex;align-items:center;gap:.625rem;padding:.625rem 1rem;font-size:.875rem;color:var(--text-primary);background:none;border:none;cursor:pointer;text-align:left;transition:background .15s}.survey-card-dropdown-item:hover{background:var(--bg-secondary)}.survey-card-dropdown-item-danger{color:var(--error)}.survey-card-dropdown-item-danger:hover{background:var(--error-light)}.survey-card-dropdown-divider{height:1px;background:var(--border);margin:.25rem 0}.skeleton{background:linear-gradient(90deg,var(--bg-secondary) 25%,#e9e9e9 50%,var(--bg-secondary) 75%);background-size:200% 100%;animation:skeletonShimmer 1.4s infinite;border-radius:4px;display:block}@keyframes skeletonShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.survey-card-delete{position:absolute;top:.75rem;right:.75rem;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-muted);cursor:pointer;transition:all .2s;opacity:0;z-index:10}.survey-card:hover .survey-card-delete,.survey-card:focus .survey-card-delete{opacity:1}.survey-card-delete:hover{background:var(--error-light);border-color:var(--error);color:var(--error)}.survey-card-delete:focus{outline:none;opacity:1;background:var(--error-light);border-color:var(--error);color:var(--error)}.survey-card-status{display:inline-flex;align-self:flex-start;font-size:.6875rem;font-weight:700;padding:.25rem .625rem;border-radius:var(--radius-sm);text-transform:uppercase;letter-spacing:.06em;margin-bottom:1rem}.survey-card-status-active{background:var(--secondary-light);color:var(--secondary)}.survey-card-status-warning{background:var(--warning-light);color:var(--warning-strong)}.survey-card-status-urgent{background:var(--error-light);color:var(--error)}.survey-card-status-ended{background:var(--bg-secondary);color:var(--text-secondary)}.survey-card-status-paused{background:var(--special-light);color:var(--special)}.survey-card-source-badge{display:inline-flex;align-self:flex-start;font-size:.6875rem;font-weight:700;padding:.25rem .625rem;border:1px solid var(--border);border-radius:var(--radius-pill);margin-bottom:.875rem;text-transform:uppercase;letter-spacing:.04em}.survey-card-source-online{background:var(--primary-light);color:var(--primary-hover);border-color:#bfdbfe}.survey-card-source-imported{background:var(--secondary-light);color:var(--secondary);border-color:#a7f3d0}.survey-card-content{flex:1}.survey-card-title{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin:0 0 .5rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.survey-card-description{font-size:.875rem;color:var(--text-secondary);line-height:1.5;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.survey-card-meta{margin-top:.75rem;font-size:.8rem;color:var(--text-muted)}.survey-card-footer{display:flex;align-items:center;gap:1.25rem;padding-top:1rem;margin-top:auto;border-top:1px solid var(--border)}.survey-card-stat{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;color:var(--text-muted)}.survey-card-stat svg{flex-shrink:0;color:var(--text-muted)}.survey-card-tap-hint{display:none;align-items:center;justify-content:flex-end;gap:.25rem;font-size:.75rem;color:var(--primary);margin-top:.75rem}.survey-card-tap-hint svg{transition:transform .2s}.survey-card:hover .survey-card-tap-hint svg{transform:translate(2px)}@media(max-width:768px){.events-grid{grid-template-columns:1fr;gap:1rem}.survey-card{min-height:160px;padding:1.25rem}.survey-card-delete{opacity:1;width:40px;height:40px}.survey-card-tap-hint{display:flex}.survey-card-title{font-size:1rem;padding-right:2.5rem}}@media(hover:none){.survey-card-delete{opacity:1}.survey-card-tap-hint{display:flex}}.md-editor{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-white);overflow:hidden}.md-editor-label-row{display:flex;align-items:center;justify-content:space-between;padding:.6rem .75rem 0}.md-editor-hint{font-size:.72rem;color:var(--text-muted);font-style:italic}.md-editor-tabs{display:flex;border-bottom:1px solid var(--border);background:var(--bg-secondary);padding:0 .5rem;gap:0}.md-editor-tab{background:none;border:none;border-bottom:2px solid transparent;padding:.5rem .9rem;font-size:.8rem;font-weight:500;color:var(--text-secondary);cursor:pointer;margin-bottom:-1px;transition:color .15s,border-color .15s}.md-editor-tab.is-active{color:var(--primary);border-bottom-color:var(--primary);background:var(--bg-white)}.md-editor-toolbar{display:flex;align-items:center;gap:.1rem;padding:.35rem .5rem;background:var(--bg-secondary);border-bottom:1px solid var(--border);flex-wrap:wrap}.md-editor-toolbar-btn{background:none;border:1px solid transparent;border-radius:4px;padding:.2rem .45rem;font-size:.8rem;color:var(--text-primary);cursor:pointer;line-height:1.4;transition:background .12s,border-color .12s;font-family:inherit}.md-editor-toolbar-btn:hover{background:var(--bg-white);border-color:var(--border)}.md-editor-toolbar-sep{width:1px;height:18px;background:var(--border);margin:0 .25rem}.md-editor-textarea{border-top:none!important;border-top-left-radius:0!important;border-top-right-radius:0!important;resize:vertical;min-height:140px}.md-editor-preview{padding:1rem 1.25rem;min-height:140px;font-size:.9rem;line-height:1.7;color:var(--text-primary)}.md-editor-preview h1{font-size:1.4rem;margin:.5rem 0}.md-editor-preview h2{font-size:1.15rem;margin:.5rem 0}.md-editor-preview h3{font-size:1rem;margin:.4rem 0}.md-editor-preview p{margin:.4rem 0}.md-editor-preview ul,.md-editor-preview ol{padding-left:1.5rem;margin:.4rem 0}.md-editor-preview code{background:var(--bg-secondary);padding:.1rem .35rem;border-radius:3px;font-size:.85em;font-family:var(--font-mono)}.md-editor-preview strong{font-weight:700}.md-editor-preview em{font-style:italic}.screen-section{padding:.9rem 1rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-secondary);margin-bottom:.5rem}.screen-section-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.screen-section-badge{display:inline-block;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);border:1px solid var(--border);padding:.1rem .4rem;border-radius:3px;margin-right:.5rem}.screen-section-title{font-size:.875rem;font-weight:600;color:var(--text-primary)}.screen-section-toggle{background:none;border:1px solid var(--border);border-radius:4px;padding:.25rem .65rem;font-size:.78rem;font-weight:600;color:var(--text-secondary);cursor:pointer;white-space:nowrap;transition:all .15s}.screen-section-toggle:hover,.screen-section-toggle.is-active{border-color:var(--primary);color:var(--primary);background:var(--primary-light)}.screen-section-divider{display:flex;align-items:center;gap:.75rem;margin:1.25rem 0 1rem}.screen-section-divider-line{flex:1;height:1px;background:var(--border)}.screen-section-divider-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);white-space:nowrap}.survey-welcome{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:70vh;padding:3rem 1.5rem}.survey-welcome-content{max-width:680px;width:100%;text-align:center}.survey-welcome-markdown{text-align:center;font-size:1rem;line-height:1.75;color:var(--text-primary)}.survey-welcome-markdown ul,.survey-welcome-markdown ol{display:inline-block;text-align:left}.survey-welcome-markdown h1{font-size:2rem;margin-bottom:.75rem}.survey-welcome-markdown h2{font-size:1.5rem;margin-bottom:.5rem}.survey-welcome-markdown h3{font-size:1.2rem;margin-bottom:.4rem}.survey-welcome-markdown p{margin-bottom:.75rem}.survey-welcome-markdown ul,.survey-welcome-markdown ol{padding-left:1.5rem;margin-bottom:.75rem}.survey-welcome-markdown strong{font-weight:700}.survey-welcome-markdown em{font-style:italic}.survey-welcome-markdown code{background:var(--bg-secondary);padding:.1rem .4rem;border-radius:3px;font-family:var(--font-mono);font-size:.9em}.survey-success-markdown{text-align:center;font-size:1rem;line-height:1.75;color:var(--text-primary);max-width:480px;width:100%;margin-bottom:.5rem}.survey-success-markdown ul,.survey-success-markdown ol{display:inline-block;text-align:left}.survey-success-markdown h1{font-size:1.5rem;margin-bottom:.5rem}.survey-success-markdown h2{font-size:1.2rem;margin-bottom:.4rem}.survey-success-markdown p{margin-bottom:.5rem}.survey-success-markdown ul,.survey-success-markdown ol{padding-left:1.5rem;margin-bottom:.5rem}.survey-success-markdown strong{font-weight:700}.survey-success-markdown em{font-style:italic}.survey-success-markdown code{background:var(--bg-secondary);padding:.1rem .4rem;border-radius:3px;font-family:var(--font-mono);font-size:.9em}.landing-page{--lp-accent: #2563EB;--lp-accent-hover: #1D4ED8;--lp-accent-light: #DBEAFE;--lp-cta: var(--lp-accent);--lp-cta-hover: var(--lp-accent-hover);--lp-cta-light: var(--lp-accent-light);--lp-ink: #111827;--lp-ink-mid: #1F2937;--lp-muted: #6B7280;--lp-border: #E5E7EB;--lp-surface: #FFFFFF;--lp-surface-tint: #F9FAFB;--lp-dark-bg: #0B1220;--lp-dark-mid: #1F2937;--lp-dark-border: #2A3441;--lp-dark-muted: #9CA3AF;--lp-radius: 8px;--lp-radius-lg: 12px;--lp-radius-pill: 999px;font-family:Nunito Sans,sans-serif;-webkit-font-smoothing:antialiased}.lp-container{max-width:1160px;margin:0 auto;padding:0 32px}.lp-eyebrow{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--lp-accent);margin-bottom:16px;display:block}.lp-btn-primary{display:inline-flex;align-items:center;gap:8px;background:var(--lp-cta);color:#fff;padding:14px 28px;border-radius:var(--lp-radius);font-family:Nunito Sans,sans-serif;font-size:15px;font-weight:700;text-decoration:none;border:none;cursor:pointer;transition:background .2s,transform .15s,box-shadow .2s;white-space:nowrap;box-shadow:0 1px 3px #2563eb4d}.lp-btn-primary:hover{background:var(--lp-cta-hover);transform:translateY(-1px);color:#fff;box-shadow:0 4px 12px #2563eb59}.lp-btn-primary.lp-btn-full{display:flex;justify-content:center;width:100%}.lp-btn-ghost{display:inline-flex;align-items:center;gap:8px;background:transparent;color:var(--lp-ink);padding:13px 26px;border-radius:var(--lp-radius);border:1.5px solid var(--lp-border);font-family:Nunito Sans,sans-serif;font-size:15px;font-weight:500;text-decoration:none;cursor:pointer;transition:border-color .2s,color .2s}.lp-btn-ghost:hover{border-color:var(--lp-accent);color:var(--lp-accent)}.lp-btn-ghost-dark{color:#fff;border-color:var(--lp-dark-border)}.lp-btn-ghost-dark:hover{border-color:var(--lp-accent);color:var(--lp-accent)}.lp-hero{padding:88px 0 64px;background:var(--lp-surface);overflow:hidden;text-align:center}.lp-hero h1{font-family:Nunito Sans,sans-serif;font-size:clamp(34px,4.4vw,54px);font-weight:800;line-height:1.12;letter-spacing:-.02em;color:var(--lp-ink);max-width:820px;margin:0 auto 22px}.lp-hero h1 em{font-style:normal;color:var(--lp-accent)}.lp-hero-sub{font-size:18px;color:var(--lp-muted);line-height:1.65;max-width:560px;margin:0 auto 32px}.lp-hero-actions{display:flex;flex-direction:column;align-items:center}.lp-hero-note{margin-top:14px;font-size:13px;color:var(--lp-muted)}.lp-shot-wrap{max-width:900px;margin:56px auto 0}.lp-shot{border:1px solid var(--lp-border);border-radius:var(--lp-radius-lg);box-shadow:var(--shadow-xl, 0 20px 40px rgba(17, 24, 39, .12));overflow:hidden;background:var(--lp-surface);text-align:left}.lp-shot-bar{display:flex;align-items:center;gap:6px;padding:10px 14px;border-bottom:1px solid var(--lp-border);background:var(--lp-surface-tint)}.lp-shot-bar i{width:10px;height:10px;border-radius:50%;background:var(--gray-300, #d1d5db);font-style:normal}.lp-dash{background:var(--lp-surface);font-family:Nunito Sans,sans-serif}.lp-dash-nav{display:flex;align-items:center;gap:24px;padding:14px 24px;border-bottom:1px solid var(--lp-border)}.lp-dash-logo{font-weight:800;font-size:16px;color:var(--lp-ink)}.lp-dash-logo span{color:var(--lp-accent)}.lp-dash-tabs{display:flex;gap:18px;font-size:13px;color:var(--lp-muted);font-weight:600}.lp-dash-tabs .active{color:var(--lp-ink)}.lp-dash-nav-right{margin-left:auto;display:flex;align-items:center;gap:12px}.lp-dash-new-btn{background:var(--lp-accent);color:#fff;font-size:12.5px;font-weight:700;padding:6px 12px;border-radius:6px}.lp-dash-avatar{width:26px;height:26px;border-radius:50%;background:var(--lp-accent-light);color:var(--lp-accent);font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center}.lp-dash-body{padding:24px}.lp-dash-greeting h3{font-size:18px;font-weight:800;color:var(--lp-ink);margin-bottom:2px}.lp-dash-greeting p{font-size:13px;color:var(--lp-muted)}.lp-dash-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:18px}.lp-dash-stat{border:1px solid var(--lp-border);border-radius:var(--lp-radius);padding:14px;display:flex;align-items:center;gap:10px}.lp-dash-stat-icon{width:34px;height:34px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.lp-dash-stat strong{display:block;font-size:18px;font-weight:800;color:var(--lp-ink);line-height:1.1}.lp-dash-stat span{font-size:11px;color:var(--lp-muted)}.lp-dash-action{margin-top:14px;display:flex;align-items:center;gap:12px;background:var(--lp-accent-light);border:1px solid #bfdbfe;border-radius:var(--lp-radius);padding:14px 16px}.lp-dash-action-icon{width:30px;height:30px;border-radius:8px;background:#fff;color:var(--lp-accent);display:flex;align-items:center;justify-content:center;flex-shrink:0}.lp-dash-action-label{font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--lp-accent)}.lp-dash-action p{font-size:12.5px;color:var(--lp-ink-mid);margin-top:2px}.lp-dash-action-btn{margin-left:auto;background:var(--lp-accent);color:#fff;font-size:12px;font-weight:700;padding:7px 12px;border-radius:6px;white-space:nowrap;flex-shrink:0}.lp-dash-surveys{margin-top:18px}.lp-dash-surveys-head{display:flex;align-items:center;font-size:13px;font-weight:700;color:var(--lp-ink);margin-bottom:10px}.lp-dash-survey-row{display:flex;align-items:center;justify-content:space-between;border:1px solid var(--lp-border);border-radius:var(--lp-radius);padding:12px 14px;margin-bottom:8px}.lp-dash-survey-title{font-size:13px;font-weight:700;color:var(--lp-ink)}.lp-dash-survey-meta{font-size:11.5px;color:var(--lp-muted);margin-top:2px}.lp-dash-badge{font-size:10.5px;font-weight:700;padding:2px 8px;border-radius:var(--lp-radius-pill)}.lp-dash-badge.active{background:#dcfce7;color:#15803d}.lp-dash-badge.urgent{background:#fee2e2;color:#b91c1c}.lp-problem-subtitle{max-width:620px;margin:0 auto}.lp-problem-cols{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:48px}.lp-problem-col{background:var(--lp-surface);border:1px solid var(--lp-border);border-radius:var(--lp-radius-lg);padding:28px}.lp-problem-col-head{display:flex;align-items:center;gap:9px;font-size:13px;font-weight:700;letter-spacing:.02em;color:var(--lp-ink);margin-bottom:20px}.lp-problem-dot{width:9px;height:9px;border-radius:50%;flex-shrink:0}.lp-problem-item{display:flex;align-items:flex-start;gap:14px}.lp-problem-item+.lp-problem-item{margin-top:18px}.lp-problem-item-icon{width:36px;height:36px;border-radius:var(--lp-radius);display:flex;align-items:center;justify-content:center;flex-shrink:0}.lp-problem-item h3{font-size:15px;font-weight:700;color:var(--lp-ink);margin-bottom:4px;line-height:1.35}.lp-problem-item p{font-size:13.5px;color:var(--lp-muted);line-height:1.55}.lp-fit-subtitle{max-width:560px;margin:0 auto}.lp-fit-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;max-width:800px;margin:48px auto 0;align-items:stretch}.lp-fit-card{background:var(--lp-surface);border:2px solid var(--lp-border);border-radius:var(--lp-radius-lg);padding:26px;display:flex;flex-direction:column}.lp-fit-card.blue{border-color:var(--lp-accent)}.lp-fit-card.purple{border-color:#7c3aed}.lp-fit-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:14px}.lp-fit-card.blue .lp-fit-icon{background:var(--lp-accent-light);color:var(--lp-accent)}.lp-fit-card.purple .lp-fit-icon{background:#ede9fe;color:#7c3aed}.lp-fit-card-title{display:flex;align-items:center;gap:7px;font-size:16px;font-weight:700;color:var(--lp-ink);margin-bottom:4px;line-height:1.3}.lp-fit-card-title svg{flex-shrink:0}.lp-fit-card.blue .lp-fit-card-title svg{color:var(--lp-accent)}.lp-fit-card.purple .lp-fit-card-title svg{color:#7c3aed}.lp-fit-card-subtitle{font-size:13px;font-style:italic;color:var(--lp-muted);margin-bottom:16px}.lp-fit-divider{border:none;border-top:1px solid var(--lp-border);margin:0 0 16px}.lp-fit-list{list-style:none;display:flex;flex-direction:column;gap:12px;flex:1}.lp-fit-list li{display:flex;align-items:flex-start;gap:9px;font-size:13.5px;color:var(--lp-ink-mid);line-height:1.5}.lp-fit-list li svg{flex-shrink:0;margin-top:2px}.lp-fit-card.blue .lp-fit-list li svg{color:var(--lp-accent)}.lp-fit-card.purple .lp-fit-list li svg{color:#7c3aed}.lp-fit-scroll-cue{display:flex;justify-content:center;margin-top:44px}.lp-fit-scroll-cue span{width:36px;height:36px;border-radius:50%;background:var(--lp-ink);color:#fff;display:flex;align-items:center;justify-content:center}.lp-section{padding:96px 0}.lp-section-light{background:var(--lp-surface)}.lp-section-tint{background:var(--lp-surface-tint)}.lp-section-dark{background:var(--lp-dark-bg)}.lp-section-header{margin-bottom:0}.lp-section-header.center{text-align:center}.lp-section-title{font-family:Nunito Sans,sans-serif;font-size:clamp(28px,3vw,38px);font-weight:800;line-height:1.15;letter-spacing:-.015em;color:var(--lp-ink);margin-bottom:0}.lp-section-title-dark{color:#fff}.lp-section-body{font-size:17px;color:var(--lp-muted);line-height:1.75;max-width:560px}.lp-section-body-dark{color:var(--lp-dark-muted)}.lp-how{display:grid;grid-template-columns:.9fr 1.1fr;gap:56px;align-items:center;margin-top:56px}.lp-step{display:flex;gap:18px;align-items:flex-start}.lp-step+.lp-step{margin-top:34px}.lp-step-n{font-family:Nunito Sans,sans-serif;font-size:34px;font-weight:800;color:var(--lp-cta-light);-webkit-text-stroke:1.5px var(--lp-cta);line-height:1;letter-spacing:-.02em;flex-shrink:0;width:52px}.lp-step-title{font-size:19px;font-weight:700;color:var(--lp-ink);margin-bottom:6px}.lp-step-body{font-size:14.5px;color:var(--lp-muted);line-height:1.6}.lp-platforms{border-top:1px solid var(--lp-border);border-bottom:1px solid var(--lp-border);padding:64px 0}.lp-platform-logos{display:flex;align-items:center;justify-content:center;gap:40px;flex-wrap:wrap;margin:32px 0 24px}.lp-platform-logo{font-family:Nunito Sans,sans-serif;font-weight:800;font-size:19px;color:var(--gray-400, #9ca3af);letter-spacing:-.02em}.lp-platform-other{font-size:14px;color:var(--lp-muted)}.lp-platforms .lp-section-body{margin:0 auto}.lp-pricing-single{max-width:440px;margin:44px auto 0;text-align:left;background:var(--lp-surface);border:2px solid var(--lp-cta);border-radius:var(--lp-radius-lg);padding:36px}.lp-pricing-price-row{display:flex;align-items:baseline;gap:6px}.lp-pricing-price-row .amount{font-family:Nunito Sans,sans-serif;font-size:52px;font-weight:800;color:var(--lp-ink);letter-spacing:-.02em;line-height:1}.lp-pricing-price-row .suffix{font-size:16px;color:var(--lp-muted)}.lp-pricing-note{font-size:13px;color:var(--lp-muted);margin:8px 0 22px}.lp-pricing-features{list-style:none;margin:0 0 22px;display:flex;flex-direction:column;gap:11px}.lp-pricing-features li{display:flex;align-items:flex-start;gap:9px;font-size:14.5px;color:var(--lp-muted);line-height:1.45}.lp-pricing-features li svg{flex-shrink:0;margin-top:2px;color:var(--lp-accent)}.lp-pricing-spots{display:flex;align-items:center;gap:8px;padding:10px 14px;background:var(--lp-cta-light);border:1px solid #bfdbfe;border-radius:var(--lp-radius);margin-bottom:22px;font-size:13.5px;font-weight:700;color:var(--lp-cta-hover)}.lp-faq{max-width:720px;margin:48px auto 0;display:flex;flex-direction:column;gap:12px}.lp-faq details{background:var(--lp-surface);border:1px solid var(--lp-border);border-radius:var(--lp-radius-lg);padding:0 22px;transition:border-color .2s}.lp-faq details[open]{border-color:var(--lp-accent)}.lp-faq summary{cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:18px 0;font-size:15.5px;font-weight:700;color:var(--lp-ink)}.lp-faq summary::-webkit-details-marker{display:none}.lp-faq summary:after{content:"+";font-size:20px;font-weight:400;color:var(--lp-muted);flex-shrink:0}.lp-faq details[open] summary:after{content:"–";color:var(--lp-accent)}.lp-faq p{margin:0;padding:0 0 20px;font-size:14.5px;color:var(--lp-muted);line-height:1.65}.lp-cta-band{background:var(--lp-dark-bg);padding:90px 0;text-align:center}.lp-cta-band h2{font-family:Nunito Sans,sans-serif;font-size:clamp(28px,3.5vw,40px);font-weight:800;color:#fff;letter-spacing:-.015em;margin-bottom:14px;line-height:1.15}.lp-cta-band p{font-size:18px;color:var(--lp-dark-muted);margin:0 auto 30px;max-width:520px;line-height:1.6}.lp-footer{background:var(--gray-950, #030712);padding:52px 0 40px}.lp-footer-grid{display:flex;justify-content:space-between;align-items:flex-start;gap:40px;flex-wrap:wrap}.lp-footer-logo{font-family:Nunito Sans,sans-serif;font-size:22px;font-weight:800;color:#fff;text-decoration:none;letter-spacing:-.01em;display:inline-block}.lp-footer-logo span{color:var(--lp-accent)}.lp-footer-tagline{font-size:13.5px;color:var(--lp-dark-muted);line-height:1.6;max-width:260px;margin:12px 0 14px}.lp-footer-copy{font-size:13px;color:var(--gray-500, #6b7280)}.lp-footer-links{display:flex;flex-direction:column;gap:10px;text-align:right}.lp-footer-links a{font-size:14px;color:var(--lp-dark-muted);text-decoration:none;transition:color .2s}.lp-footer-links a:hover{color:#fff}.lp-fade-up{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.lp-fade-up.visible{opacity:1;transform:none}@media(max-width:900px){.lp-container{padding:0 20px}.lp-problem-cols,.lp-fit-grid{grid-template-columns:1fr}.lp-how{grid-template-columns:1fr;gap:40px}.lp-dash-stats{grid-template-columns:repeat(2,1fr)}.lp-dash-tabs{display:none}.lp-footer-grid{flex-direction:column}.lp-footer-links{text-align:left}}@media(max-width:600px){.lp-hero{padding:48px 0 40px}.lp-section{padding:48px 0}.lp-shot-wrap{margin-top:36px}.lp-dash-body{padding:16px}.lp-dash-stats{grid-template-columns:repeat(2,1fr)}.lp-platform-logos{gap:24px}}
