:root{color:#1f2937;background:#f8fafc;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5}*{box-sizing:border-box}body{margin:0}.page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px}.card{width:100%;max-width:420px;background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:32px;box-shadow:0 10px 30px #0f172a14}.card h1{margin:0 0 8px;font-size:1.75rem}.card p{margin:0 0 24px;color:#6b7280}.auth-form{display:grid;gap:16px;margin-bottom:16px}.field{display:grid;gap:6px}.field span{font-size:.9rem;font-weight:600;color:#374151}.field input{width:100%;padding:12px 14px;border:1px solid #d1d5db;border-radius:10px;font-size:1rem}.primary-button{width:100%;padding:12px 16px;border:none;border-radius:10px;background:#111827;color:#fff;font-size:1rem;font-weight:600;cursor:pointer}.primary-button:hover:not(:disabled){background:#1f2937}.primary-button:disabled{opacity:.7;cursor:not-allowed}.auth-links{display:flex;justify-content:space-between;gap:12px;margin-top:16px;font-size:.95rem}.auth-links a{color:#2563eb;text-decoration:none}.auth-links a:hover{text-decoration:underline}.hint{margin:0;color:#6b7280;font-size:.95rem}.text-button{width:100%;padding:8px 0 0;border:none;background:transparent;color:#2563eb;font-size:.95rem;cursor:pointer}.text-button:hover{text-decoration:underline}.error{margin-top:16px;color:#b91c1c}.success{margin-top:16px;color:#047857}.profile{display:grid;gap:12px}.profile-row{display:flex;justify-content:space-between;gap:16px;padding:10px 0;border-bottom:1px solid #e5e7eb}.profile-row:last-child{border-bottom:none}.profile-label{color:#6b7280}.logout-button{margin-top:24px;width:100%;padding:12px 16px;border:none;border-radius:10px;background:#111827;color:#fff;font-size:1rem;font-weight:600;cursor:pointer}.logout-button:hover{background:#1f2937}.avatar{width:72px;height:72px;border-radius:50%;object-fit:cover;margin-bottom:16px}.landing{min-height:100vh;background:radial-gradient(circle at top left,rgba(99,102,241,.12),transparent 28%),radial-gradient(circle at top right,rgba(236,72,153,.1),transparent 24%),#0f172a;color:#e2e8f0}.landing-container{width:100%;max-width:1120px;margin:0 auto;padding:0 24px}.landing-nav{position:sticky;top:0;z-index:10;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f172ad1;border-bottom:1px solid rgba(148,163,184,.16)}.landing-nav-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:72px}.landing-logo,.landing-nav-links a,.landing-nav-cta{color:inherit;text-decoration:none}.landing-logo{font-size:1.25rem;font-weight:700;letter-spacing:.02em}.landing-nav-end{display:flex;align-items:center;gap:20px;min-width:0}.landing-nav-links{display:flex;gap:20px;font-size:.95rem;color:#cbd5e1}.landing-nav-user{position:relative;flex-shrink:0}.landing-nav-user-trigger{display:inline-flex;align-items:center;gap:8px;max-width:260px;padding:0;border:none;background:transparent;color:#f1f5f9;font:inherit;font-size:.9rem;font-weight:700;cursor:pointer}.landing-nav-user-icon{flex-shrink:0;color:#e2e8f0}.landing-nav-user-email{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.landing-nav-user-menu{position:absolute;top:calc(100% + 10px);right:0;z-index:20;min-width:180px;padding:6px;border:1px solid rgba(148,163,184,.28);border-radius:12px;background:#0f172af5;box-shadow:0 12px 32px #02061773}.landing-nav-user-menu button{display:block;width:100%;padding:10px 12px;border:none;border-radius:8px;background:transparent;color:#e2e8f0;font:inherit;font-size:.92rem;text-align:left;cursor:pointer}.landing-nav-user-menu button:hover{background:#94a3b829;color:#fff}.narrations-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;display:flex;align-items:center;justify-content:center;padding:24px;background:#020617b8}.narrations-modal{width:min(720px,100%);max-height:min(80vh,640px);overflow:auto;border:1px solid rgba(148,163,184,.28);border-radius:16px;background:#0f172a;box-shadow:0 24px 64px #0206178c}.narrations-modal-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;border-bottom:1px solid rgba(148,163,184,.18)}.narrations-modal-header h2{margin:0;font-size:1.2rem;color:#f8fafc}.narrations-modal-close{width:36px;height:36px;border:none;border-radius:8px;background:transparent;color:#cbd5e1;font-size:1.5rem;line-height:1;cursor:pointer}.narrations-modal-close:hover{background:#94a3b829;color:#fff}.narrations-modal-body{padding:20px}.narrations-modal-status,.narrations-modal-error{margin:0;color:#94a3b8}.narrations-modal-error{color:#fca5a5}.narrations-table{width:100%;border-collapse:collapse;font-size:.95rem}.narrations-table th,.narrations-table td{padding:12px 10px;border-bottom:1px solid rgba(148,163,184,.16);text-align:left;vertical-align:top}.narrations-table th{color:#94a3b8;font-weight:600}.narrations-table td{color:#e2e8f0}.narrations-table a{color:#93c5fd;text-decoration:none}.narrations-table a:hover{color:#bfdbfe;text-decoration:underline}.landing-nav-links a:hover,.landing-nav-cta:hover{color:#fff}.landing-nav-cta{padding:10px 16px;border:1px solid rgba(148,163,184,.35);border-radius:999px;font-size:.95rem;font-weight:600}.landing-hero{padding:72px 0 56px}.landing-hero-copy{max-width:720px}.landing-hero-copy h1{margin:0 0 16px;font-size:clamp(2.2rem,4vw,3.5rem);line-height:1.05;color:#f8fafc}.landing-eyebrow{margin:0 0 12px;color:#c4b5fd;font-size:.95rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.landing-lead,.landing-trust,.landing-section p{color:#94a3b8}.landing-lead{margin:0 0 12px;font-size:1.08rem;max-width:56ch}.landing-trust{margin:0 0 24px;font-size:.98rem}.landing-hero-actions{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.landing-wizard{width:100%}.landing-wizard-panel{display:grid;gap:14px;padding:18px 18px 16px;border:1px solid rgba(148,163,184,.3);border-radius:16px;background:#0f172a73}.landing-wizard-fields{display:grid;gap:14px;margin:0}.landing-wizard-action{width:100%}.landing-wizard-action-stack{display:grid;gap:10px;width:100%}.landing-button-inline{display:inline-flex;align-items:center;justify-content:center;width:auto;min-width:180px;text-decoration:none}.landing-upload-button{width:100%;padding:18px 24px;border:2px solid #020617;border-radius:16px;background:linear-gradient(135deg,#6366f1,#8b5cf6 55%,#ec4899);color:#fff;font-size:1.15rem;font-weight:700;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,filter .15s ease}.landing-upload-button:hover:not(:disabled){filter:brightness(1.05);box-shadow:0 8px 24px #6366f159}.landing-upload-button:active:not(:disabled){transform:translateY(1px)}.landing-upload-button:disabled{opacity:.7;cursor:not-allowed}.landing-upload-form{max-height:0;overflow:hidden;opacity:0;margin-top:0;transition:max-height .4s ease,opacity .3s ease,margin-top .3s ease}.landing-upload-form.open{max-height:600px;opacity:1;margin-top:16px}.landing-upload-intro{margin:0;color:#cbd5e1;font-size:1rem;line-height:1.6}.landing-upload-fields{display:grid;gap:14px}.landing-field{display:grid;gap:6px}.landing-field span{font-size:.9rem;font-weight:600;color:#94a3b8}.landing-field input{width:100%;padding:12px 14px;border:1px solid rgba(148,163,184,.3);border-radius:10px;background:#0f172acc;color:#f8fafc;font-size:1rem}.landing-field input::placeholder{color:#64748b}.landing-otp{display:flex;justify-content:center;gap:10px}.landing-otp-input{width:3rem;height:3.25rem;padding:0;border:1px solid rgba(148,163,184,.35);border-radius:12px;background:#0f172ad9;color:#f8fafc;font-size:1.5rem;font-weight:700;text-align:center;caret-color:#a5b4fc}.landing-otp-input:focus{outline:none;border-color:#818cf8;box-shadow:0 0 0 3px #6366f140}.landing-otp-input:disabled{opacity:.7}.landing-upload-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:8px}.landing-upload-secondary{width:100%;padding:16px 20px;border:1px solid rgba(148,163,184,.4);border-radius:14px;background:transparent;color:#f8fafc;font-size:1.05rem;font-weight:700;cursor:pointer;transition:border-color .15s ease,background .15s ease}.landing-upload-secondary:hover:not(:disabled){border-color:#f8fafc8c;background:#94a3b814}.landing-upload-secondary:disabled{opacity:.7;cursor:not-allowed}.landing-upload-submit{width:100%;margin-top:8px;padding:16px 24px;border:2px solid #020617;border-radius:14px;background:linear-gradient(135deg,#6366f1,#8b5cf6 55%,#ec4899);color:#fff;font-size:1.1rem;font-weight:700;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,filter .15s ease}.landing-upload-submit-inline{margin-top:0}.landing-upload-submit:hover:not(:disabled){filter:brightness(1.08);box-shadow:0 8px 24px #6366f166}.landing-upload-submit:active:not(:disabled){transform:translateY(1px)}.landing-upload-submit:disabled{opacity:.7;cursor:not-allowed}.landing-pay-info{margin:0;padding:16px 18px;border:1px solid rgba(148,163,184,.25);border-radius:12px;background:#0f172a8c}.landing-pay-info-title{margin:0 0 10px;color:#f8fafc;font-size:1.05rem;font-weight:700}.landing-pay-info-list{margin:0;padding-left:1.2rem;color:#cbd5e1;font-size:.95rem;line-height:1.55;display:grid;gap:8px}.landing-consent-list{display:grid;gap:10px;margin:0}.landing-consent{display:flex;align-items:flex-start;gap:10px;color:#cbd5e1;font-size:.92rem;line-height:1.45;cursor:pointer}.landing-consent input{margin-top:3px;flex-shrink:0}.landing-consent a{color:#a5b4fc;text-decoration:underline;text-underline-offset:2px}.landing-consent a:hover{color:#c7d2fe}.landing-upload-success{margin-top:4px;color:#34d399}.landing-upload-price{margin:0}.landing-upload-price-label{margin:0 0 6px;color:#cbd5e1;font-size:1rem;font-weight:600;line-height:1.4}.landing-upload-price-amount{margin:0;color:#f8fafc;font-size:2rem;font-weight:800;line-height:1.2;letter-spacing:-.02em}.landing-upload-value-list{margin:0;padding-left:1.2rem;color:#cbd5e1;font-size:.95rem;line-height:1.5;display:grid;gap:6px}.landing-upload-disclaimer{margin:0;color:#94a3b8;font-size:.95rem;line-height:1.55}.landing-upload-error{margin-top:4px;color:#f87171}.secondary-button{padding:12px 16px;border:1px solid rgba(148,163,184,.35);border-radius:10px;background:transparent;color:#f8fafc;font-size:1rem;font-weight:600;cursor:pointer}.secondary-button:hover{border-color:#f8fafc80;background:#94a3b814}.landing-section{padding:72px 0}.landing-section-muted{background:#0f172a73;border-block:1px solid rgba(148,163,184,.12)}.landing-section-head{max-width:720px;margin-bottom:32px}.landing-section-head h2,.landing-split h2{margin:0 0 12px;font-size:clamp(1.8rem,3vw,2.4rem);color:#f8fafc}.landing-split{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px;align-items:center}.landing-list{margin:20px 0 0;padding-left:20px;color:#cbd5e1}.landing-list li+li{margin-top:8px}.landing-steps,.landing-feature-grid,.landing-demo-grid,.landing-audience-grid{display:grid;gap:20px}.landing-steps{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:24px}.landing-feature-grid,.landing-audience-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-demo-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.landing-step-card,.landing-feature-card,.landing-demo-card,.landing-audience-card{padding:24px;border:1px solid rgba(148,163,184,.18);border-radius:18px;background:#0f172ab8}.landing-step-card h3,.landing-feature-card h3,.landing-demo-card h3,.landing-audience-card h3{margin:0 0 8px;color:#f8fafc}.landing-step-card p,.landing-feature-card p,.landing-demo-card p,.landing-audience-card p{margin:0}.landing-step-number{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;margin-bottom:16px;border-radius:999px;background:#6366f12e;color:#c4b5fd;font-size:.9rem;font-weight:700}.landing-pricing-card{max-width:480px;padding:28px 24px;border:1px solid rgba(148,163,184,.18);border-radius:18px;background:#0f172ab8}.landing-pricing-amount{margin:0 0 8px;font-size:clamp(1.8rem,3vw,2.4rem);font-weight:700;line-height:1.2;color:#f8fafc}.landing-pricing-note{margin:0 0 16px;color:#cbd5e1}.landing-pricing-disclaimer{margin:0;font-size:.95rem;color:#94a3b8}.landing-media-image{display:block;width:100%;height:auto;border-radius:16px;border:1px solid rgba(148,163,184,.18);object-fit:cover}.media-placeholder{padding:20px;border:1px dashed rgba(148,163,184,.35);border-radius:16px;background:#0f172a8c}.media-placeholder-label{display:inline-block;margin-bottom:10px;color:#c4b5fd;font-size:.82rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.media-placeholder p{margin:0;color:#94a3b8;font-size:.95rem}.landing-footer{border-top:1px solid rgba(148,163,184,.16);background:#020617b8}.landing-footer-inner{display:flex;flex-direction:column;gap:12px;padding:24px 0;color:#cbd5e1}.landing-footer-brand{display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px;align-items:center}.landing-footer-requisites{display:flex;flex-wrap:wrap;gap:8px 16px;font-size:.85rem;color:#94a3b8}.landing-footer-brand-link{color:inherit;text-decoration:none}.landing-footer-brand-link:hover{color:#f8fafc}.landing-footer-requisites a,.landing-footer-legal a{color:#94a3b8;text-decoration:underline;text-underline-offset:2px}.landing-footer-requisites a:hover,.landing-footer-legal a:hover{color:#cbd5e1}.landing-footer-legal{display:flex;flex-wrap:wrap;gap:8px 16px;font-size:.85rem}.legal-page .landing-nav-links a{color:#cbd5e1;text-decoration:none}.legal-page .landing-nav-links a:hover{color:#f8fafc}.legal-main{padding:48px 0 64px}.legal-container{max-width:800px}.legal-prose{color:#e2e8f0}.legal-prose h1{margin:0 0 16px;font-size:clamp(1.75rem,3vw,2.25rem);line-height:1.2;color:#f8fafc}.legal-prose h2{margin:32px 0 12px;font-size:1.25rem;color:#f1f5f9}.legal-prose h3{margin:24px 0 8px;font-size:1.05rem;color:#f1f5f9}.legal-prose p{margin:0 0 12px;color:#cbd5e1;line-height:1.65}.legal-prose ul{margin:0 0 16px;padding-left:1.25rem;color:#cbd5e1;line-height:1.65}.legal-prose li{margin-bottom:6px}.legal-prose hr{margin:24px 0;border:none;border-top:1px solid rgba(148,163,184,.24)}.legal-prose a{color:#93c5fd;text-decoration:underline;text-underline-offset:2px}.legal-prose a:hover{color:#bfdbfe}.legal-prose strong{color:#f1f5f9;font-weight:600}.legal-prose blockquote{margin:0 0 16px;padding:12px 16px;border-left:3px solid rgba(148,163,184,.4);color:#94a3b8}.legal-prose .legal-note{margin-top:32px;font-size:.9rem;color:#94a3b8;font-style:italic}@media (max-width: 960px){.landing-nav-links{display:none}.landing-split,.landing-steps,.landing-feature-grid,.landing-demo-grid,.landing-audience-grid{grid-template-columns:1fr}}@media (max-width: 640px){.landing-container{padding:0 16px}.landing-hero{padding-top:48px}.landing-section{padding:56px 0}.landing-hero-actions,.landing-footer-brand{flex-direction:column;align-items:stretch}.landing-footer-requisites,.landing-footer-legal{flex-direction:column;gap:6px}.landing-button-inline{width:100%}}
