:root{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#17202a;background:#f4f6f8;font-synthesis:none;text-rendering:optimizeLegibility;--bg:#f4f6f8;--surface:rgba(255,255,255,.88);--surface-solid:#fff;--surface-soft:rgba(244,247,250,.92);--text:#17202a;--muted:#6d7885;--faint:#98a2ad;--border:rgba(26,39,53,.1);--border-strong:rgba(26,39,53,.17);--accent:#3b6f92;--accent-strong:#244f6d;--accent-soft:rgba(59,111,146,.1);--danger:#b44949;--shadow:0 24px 70px rgba(20,31,43,.1),0 2px 10px rgba(20,31,43,.04)}:root[data-theme=dark]{color:#eef3f7;background:#0b1016;--bg:#0b1016;--surface:rgba(18,25,34,.9);--surface-solid:#121922;--surface-soft:rgba(25,34,45,.88);--text:#eef3f7;--muted:#98a6b4;--faint:#73808d;--border:rgba(220,231,240,.1);--border-strong:rgba(220,231,240,.18);--accent:#79a9c6;--accent-strong:#a9c9dc;--accent-soft:rgba(121,169,198,.13);--danger:#e48b8b;--shadow:0 24px 80px rgba(0,0,0,.34),0 2px 12px rgba(0,0,0,.22)}*{box-sizing:border-box}html{min-height:100%;background:var(--bg)}body{margin:0;min-width:320px;min-height:100vh;background:var(--bg);color:var(--text)}button,input,textarea{font:inherit}button{-webkit-tap-highlight-color:transparent}.app-shell{position:relative;min-height:100vh;min-height:100dvh;overflow:hidden;display:flex;flex-direction:column;align-items:center;padding:max(18px,env(safe-area-inset-top)) 14px max(18px,env(safe-area-inset-bottom));background:radial-gradient(circle at 12% 5%,rgba(91,131,156,.12),transparent 34%),radial-gradient(circle at 88% 88%,rgba(90,116,132,.09),transparent 32%),linear-gradient(180deg,var(--bg),var(--bg))}.ambient{position:fixed;pointer-events:none;filter:blur(80px);opacity:.42;border-radius:999px}.ambient-a{width:210px;height:210px;left:-90px;top:14%;background:#547e9629}.ambient-b{width:240px;height:240px;right:-120px;bottom:8%;background:#6c7f8c21}.app-card{width:min(100%,620px);position:relative;z-index:1;overflow:hidden;background:var(--surface);border:1px solid var(--border);border-radius:28px;box-shadow:var(--shadow);backdrop-filter:blur(22px) saturate(120%);-webkit-backdrop-filter:blur(22px) saturate(120%)}.brand-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:20px 20px 16px}.brand-lockup{display:flex;align-items:center;gap:11px}.brand-mark{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:var(--text);color:var(--surface-solid);font-weight:800;letter-spacing:-.04em}.brand-name{font-size:15px;line-height:1.1;font-weight:760;letter-spacing:-.02em}.brand-subtitle{margin-top:3px;color:var(--muted);font-size:11px;letter-spacing:.08em;text-transform:uppercase}.brand-chip{white-space:nowrap;border:1px solid var(--border);background:var(--surface-soft);color:var(--muted);border-radius:999px;padding:7px 10px;font-size:11px;font-weight:650}.preview-note{margin:0 20px 14px;display:flex;gap:8px;align-items:center;border:1px solid var(--border);background:var(--surface-soft);border-radius:14px;padding:10px 12px;color:var(--muted);font-size:12px;line-height:1.35}.preview-dot{width:7px;height:7px;flex:0 0 auto;border-radius:50%;background:var(--accent);box-shadow:0 0 0 4px var(--accent-soft)}.progress{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;padding:0 20px}.progress-bar{height:3px;border-radius:99px;background:var(--border);transition:.2s ease}.progress-bar.active{background:var(--accent)}.screen{padding:26px 20px 22px}.eyebrow{color:var(--accent);font-size:11px;font-weight:750;letter-spacing:.1em;text-transform:uppercase;margin-bottom:9px}h1{margin:0;font-size:clamp(27px,8vw,38px);line-height:1.02;letter-spacing:-.045em;font-weight:760}.lead{max-width:520px;margin:12px 0 24px;color:var(--muted);font-size:14px;line-height:1.55}.type-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.type-card{min-height:128px;position:relative;text-align:left;border:1px solid var(--border);border-radius:20px;background:var(--surface-soft);color:var(--text);padding:15px;cursor:pointer;transition:transform .16s ease,border-color .16s ease,background .16s ease}.type-card:active{transform:scale(.985)}.type-card.selected{border-color:var(--accent);background:var(--accent-soft)}.type-symbol{width:30px;height:30px;display:grid;place-items:center;border-radius:10px;margin-bottom:17px;background:var(--surface-solid);border:1px solid var(--border);color:var(--accent-strong);font-size:16px;font-weight:800}.type-copy{display:flex;flex-direction:column;padding-right:16px}.type-copy strong{font-size:14px}.type-copy small{margin-top:4px;color:var(--muted);font-size:11px;line-height:1.35}.select-ring{position:absolute;right:13px;top:13px;width:13px;height:13px;border:1px solid var(--border-strong);border-radius:50%}.type-card.selected .select-ring{border:4px solid var(--accent)}.field{display:block;margin-top:17px}.field-label{display:flex;justify-content:space-between;align-items:baseline;gap:8px;margin:0 2px 8px;font-size:12px;font-weight:700}.field-label em{font-style:normal;font-size:10px;color:var(--faint);font-weight:600}input,textarea{width:100%;border:1px solid var(--border);outline:none;border-radius:16px;background:var(--surface-soft);color:var(--text);padding:13px 14px;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}input::placeholder,textarea::placeholder{color:var(--faint)}textarea{resize:vertical;min-height:132px;line-height:1.48}input:focus,textarea:focus{border-color:var(--accent);background:var(--surface-solid);box-shadow:0 0 0 4px var(--accent-soft)}.field-meta{min-height:16px;margin:6px 3px 0;display:flex;align-items:center;justify-content:space-between;color:var(--faint);font-size:10px}.field-meta.single{justify-content:flex-end}.field-error{color:var(--danger)}.author-options{display:grid;gap:10px}.author-card{width:100%;display:flex;align-items:flex-start;gap:12px;text-align:left;border:1px solid var(--border);background:var(--surface-soft);color:var(--text);border-radius:18px;padding:15px;cursor:pointer}.author-card.selected{border-color:var(--accent);background:var(--accent-soft)}.author-card strong,.consent-card strong{display:block;font-size:13px;line-height:1.3}.author-card small,.consent-card small{display:block;margin-top:4px;color:var(--muted);font-size:11px;line-height:1.4}.radio{width:18px;height:18px;flex:0 0 auto;display:grid;place-items:center;border:1px solid var(--border-strong);border-radius:50%;margin-top:1px}.author-card.selected .radio{border-color:var(--accent)}.author-card.selected .radio span{width:9px;height:9px;border-radius:50%;background:var(--accent)}.consent-card{display:flex;align-items:flex-start;gap:11px;margin-top:16px;border:1px solid var(--border);background:var(--surface-soft);border-radius:18px;padding:14px 15px;cursor:pointer}.consent-card input{appearance:none;width:18px;height:18px;min-width:18px;padding:0;margin:1px 0 0;border-radius:6px}.consent-card input:checked{background:var(--accent);border-color:var(--accent);box-shadow:inset 0 0 0 4px var(--surface-solid)}.review-card{overflow:hidden;border:1px solid var(--border);background:var(--surface-soft);border-radius:20px}.review-row{display:grid;grid-template-columns:120px minmax(0,1fr);gap:14px;padding:13px 15px;border-bottom:1px solid var(--border)}.review-row:last-child{border-bottom:0}.review-row>span{color:var(--muted);font-size:11px}.review-row>strong{min-width:0;font-size:12px;line-height:1.45;font-weight:650;overflow-wrap:anywhere}.review-row.multiline{grid-template-columns:1fr;gap:7px}.error-banner{margin:0 20px 16px;border:1px solid rgba(180,73,73,.25);background:#b4494914;color:var(--danger);border-radius:14px;padding:11px 12px;font-size:12px;line-height:1.4}.actions{display:flex;gap:9px;padding:14px 20px 20px;border-top:1px solid var(--border);background:var(--surface)}.primary-button,.secondary-button{min-height:48px;border-radius:15px;padding:0 17px;font-size:13px;font-weight:720;cursor:pointer;transition:transform .14s ease,opacity .14s ease}.primary-button:active,.secondary-button:active{transform:scale(.985)}.primary-button{flex:1;border:1px solid var(--text);background:var(--text);color:var(--surface-solid)}.secondary-button{flex:0 0 auto;border:1px solid var(--border);background:var(--surface-soft);color:var(--text)}.primary-button:disabled,.secondary-button:disabled{opacity:.45;cursor:default;transform:none}.success-screen{text-align:center;padding-top:38px;padding-bottom:32px}.success-icon{width:64px;height:64px;display:grid;place-items:center;margin:0 auto 20px;border-radius:22px;background:var(--text);color:var(--surface-solid);font-size:28px;font-weight:800}.success-screen .lead{margin-left:auto;margin-right:auto}.success-ticket{max-width:280px;margin:20px auto 24px;display:flex;justify-content:space-between;align-items:center;border:1px solid var(--border);background:var(--surface-soft);border-radius:16px;padding:13px 14px;font-size:12px}.success-ticket span{color:var(--muted)}.success-screen .primary-button{width:min(100%,300px)}.footnote{position:relative;z-index:1;margin-top:13px;color:var(--faint);font-size:10px;letter-spacing:.06em}@media (max-width:420px){.app-shell{padding-left:8px;padding-right:8px}.app-card{border-radius:24px}.brand-row,.screen,.progress{padding-left:16px;padding-right:16px}.preview-note,.error-banner{margin-left:16px;margin-right:16px}.actions{padding-left:16px;padding-right:16px}.brand-chip{display:none}.type-grid{grid-template-columns:1fr}.type-card{min-height:102px}.type-symbol{margin-bottom:11px}.review-row{grid-template-columns:96px minmax(0,1fr)}}@media (prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.brand-lockup{text-decoration:none;color:inherit;min-width:0}.brand-logo{display:block;width:auto;height:36px;max-width:min(72vw,250px);object-fit:contain;object-position:left center;flex:0 0 auto;border:0;border-radius:0;background:transparent;filter:none}.brand-meta{min-width:0}.privacy-warning{display:flex;flex-direction:column;gap:5px;margin:0 0 14px;border:1px solid var(--border);background:var(--surface-soft);border-radius:16px;padding:12px 13px}.privacy-warning strong{font-size:11px}.privacy-warning span{color:var(--muted);font-size:10px;line-height:1.45}.resource-links{position:relative;z-index:1;width:min(100%,620px);display:flex;flex-wrap:wrap;justify-content:center;gap:7px 12px;margin-top:14px}.resource-links a{color:var(--muted);font-size:11px;font-weight:650;text-decoration:none}.resource-links a:active{opacity:.65}.privacy-note{position:relative;z-index:1;width:min(100%,560px);margin-top:10px;padding:0 14px;color:var(--faint);font-size:9.5px;line-height:1.45;text-align:center}.footnote{text-align:center}@media (max-width:420px){.brand-logo{height:34px;max-width:142px}.resource-links{gap:6px 10px}.resource-links a{font-size:10px}}.telegram-only-shell{justify-content:center}.telegram-only-card{max-width:540px}.telegram-only-screen{text-align:center;padding-top:34px;padding-bottom:34px}.telegram-only-screen .lead{margin-left:auto;margin-right:auto;max-width:430px}.telegram-only-icon{width:58px;height:58px;margin:0 auto 20px;display:grid;place-items:center;border-radius:19px;background:var(--text);color:var(--surface-solid);font-size:16px;font-weight:800;letter-spacing:.06em}.telegram-open-button{display:flex;align-items:center;justify-content:center;width:min(100%,330px);margin:0 auto;text-decoration:none}.telegram-only-warning{max-width:430px;margin:18px auto 0;text-align:left}.brand-logo{display:block;width:auto;height:44px;max-width:min(68vw,270px);object-fit:contain;object-position:left center;flex:0 0 auto;border:0;border-radius:0;background:transparent;filter:none}.brand-lockup{text-decoration:none;color:inherit}@media (max-width: 420px){.brand-logo{height:38px;max-width:72vw}}
