:root{--base-bg: #f2f2f7;--base-surface: #ffffff;--base-text: #1c1c1e;--base-hint: #8e8e93;--base-accent: #2f7d68;--base-accent-contrast: #ffffff;--base-link: #2f7d68;--base-danger: #d9423a;--base-section-header: #6d6d72;--success: #34a853;--warning: #f29d38;--danger-soft: #e5484d;--radius: 14px;--radius-sm: 10px;--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-serif: Georgia, "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, serif}@media (prefers-color-scheme: dark){:root:not([data-theme=light]){--base-bg: #000000;--base-surface: #1c1c1e;--base-text: #f2f2f7;--base-hint: #8e8e93;--base-accent: #5fc4a4;--base-accent-contrast: #04140f;--base-link: #5fc4a4;--base-danger: #ff6961;--base-section-header: #8e8e93}}:root[data-theme=dark]{--base-bg: #000000;--base-surface: #1c1c1e;--base-text: #f2f2f7;--base-hint: #8e8e93;--base-accent: #5fc4a4;--base-accent-contrast: #04140f;--base-link: #5fc4a4;--base-danger: #ff6961;--base-section-header: #8e8e93}:root{--bg: var(--tg-theme-secondary-bg-color, var(--base-bg));--surface: var(--tg-theme-section-bg-color, var(--tg-theme-bg-color, var(--base-surface)));--text: var(--tg-theme-text-color, var(--base-text));--text-muted: var(--tg-theme-hint-color, var(--base-hint));--accent: var(--tg-theme-button-color, var(--base-accent));--accent-contrast: var(--tg-theme-button-text-color, var(--base-accent-contrast));--link: var(--tg-theme-link-color, var(--base-link));--danger: var(--tg-theme-destructive-text-color, var(--base-danger));--section-header: var(--tg-theme-section-header-text-color, var(--base-section-header));--border: color-mix(in srgb, var(--text) 10%, transparent);--accent-soft: color-mix(in srgb, var(--accent) 14%, transparent);--strength-track: color-mix(in srgb, var(--text) 10%, transparent);--strength-fill: var(--accent)}:root{--app-height: 100%}:root[data-telegram=true]{--app-height: var(--tg-viewport-height, 100%)}*,*:before,*:after{box-sizing:border-box}html,body,#root{height:var(--app-height, 100%)}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-sans);font-size:16px;line-height:1.45;-webkit-font-smoothing:antialiased}h1,h2,h3,p{margin:0}button{font-family:inherit}a{color:var(--accent)}.app-shell{height:var(--app-height, 100%);display:flex;flex-direction:column}.app-shell-content{flex:1;min-height:0;overflow-y:auto}.screen{min-height:100%;display:flex;flex-direction:column;padding:20px 20px calc(20px + env(safe-area-inset-bottom,0px));gap:24px;max-width:560px;margin:0 auto;width:100%}.stack{display:flex;flex-direction:column;gap:12px}.row{display:flex;align-items:center;gap:12px}.row-between{display:flex;align-items:center;justify-content:space-between;gap:12px}.card{background:var(--surface);border:0;border-radius:var(--radius);padding:16px}button.card{color:inherit;text-align:inherit;font-size:inherit;width:100%}.muted{color:var(--text-muted)}.small{font-size:13px}.pinned-bottom{position:sticky;bottom:0;padding-top:12px;padding-bottom:env(safe-area-inset-bottom,0px);background:linear-gradient(to top,var(--bg) 60%,transparent)}.chip-row{display:flex;gap:8px;flex-wrap:wrap}.chip{border:0;background:var(--surface);color:var(--text);border-radius:999px;padding:6px 14px;font-size:14px;cursor:pointer}.chip[aria-pressed=true]{background:var(--accent);border-color:var(--accent);color:var(--accent-contrast)}.text-input{background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:var(--radius);padding:12px 14px;font-size:16px;font-family:inherit;width:100%;resize:vertical}.text-input:focus{outline:2px solid var(--accent);outline-offset:1px}.text-input:disabled{opacity:.6;resize:none}.nav-bar{position:sticky;bottom:0;display:flex;justify-content:space-around;gap:4px;padding:8px 8px calc(8px + env(safe-area-inset-bottom,0px));background:var(--surface);border-top:.5px solid var(--border)}.nav-bar-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:3px;text-align:center;text-decoration:none;color:var(--text-muted);font-size:11px;min-height:44px;padding:6px 4px;border-radius:var(--radius);transition:color .12s ease}.nav-bar-item-active{color:var(--accent);font-weight:600}.nav-bar-item-active svg{stroke-width:2.1}@media (prefers-reduced-motion: reduce){.nav-bar-item{transition:none}}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.strength-bar{display:flex;align-items:center;gap:10px}.strength-bar-track{flex:1;height:8px;border-radius:999px;background:var(--strength-track);overflow:hidden}.strength-bar-fill{height:100%;border-radius:999px;background:var(--strength-fill);transition:width .4s ease}.strength-bar-value{min-width:34px;text-align:right;font-variant-numeric:tabular-nums}.btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid transparent;border-radius:var(--radius);padding:14px 20px;font-size:16px;font-weight:600;cursor:pointer;text-align:center;width:100%}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--accent);color:var(--accent-contrast)}.btn-secondary{background:var(--accent-soft);color:var(--accent);border-color:transparent}.btn-option{background:var(--surface);color:var(--text);border-color:var(--border);text-align:left;font-weight:400}.btn-option[aria-pressed=true]{border-color:var(--accent)}.candidate-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.candidate-row{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:10px;padding:10px 12px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);cursor:pointer}.candidate-lemma{font-family:var(--font-serif);font-size:16px}.screen-title{font-size:28px;font-weight:700;letter-spacing:-.02em}.screen-subtitle{color:var(--text-muted);margin-top:2px}.section{display:flex;flex-direction:column;gap:6px}.section-title{color:var(--section-header);font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:0 16px}.section-footer{color:var(--text-muted);font-size:13px;padding:0 16px}.list{background:var(--surface);border-radius:var(--radius);overflow:hidden}.list-row{display:flex;align-items:center;gap:12px;width:100%;min-height:48px;padding:10px 16px;background:none;border:0;color:inherit;font:inherit;text-align:left;cursor:pointer;position:relative}.list-row+.list-row:before{content:"";position:absolute;top:0;left:var(--row-inset, 58px);right:0;border-top:.5px solid var(--border)}.list-row:active{background:var(--accent-soft)}.list-row-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.list-row-title{font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.list-row-subtitle{color:var(--text-muted);font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.list-row-value{color:var(--text-muted);font-variant-numeric:tabular-nums}.chevron{color:var(--text-muted);opacity:.6;flex:none}.icon-tile{width:30px;height:30px;flex:none;border-radius:8px;display:grid;place-items:center;color:#fff;font-size:16px}.tone-danger{background:var(--danger-soft)}.tone-warning{background:var(--warning)}.tone-success{background:var(--success)}.tone-accent{background:var(--accent);color:var(--accent-contrast)}.hero{background:var(--surface);border-radius:20px;padding:22px 20px 20px;display:flex;flex-direction:column;gap:16px}.hero-top{display:flex;align-items:center;gap:16px}.hero-number{font-size:44px;font-weight:700;line-height:1;letter-spacing:-.03em;font-variant-numeric:tabular-nums}.hero-label{font-weight:600}.ring{flex:none;transform:rotate(-90deg)}.ring-track{stroke:var(--strength-track)}.ring-fill{stroke:var(--accent);stroke-linecap:round;transition:stroke-dashoffset .6s ease}@media (prefers-reduced-motion: reduce){.ring-fill{transition:none}}.stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.stat{background:var(--surface);border-radius:var(--radius);padding:14px 16px;display:flex;flex-direction:column;gap:4px}.stat-value{font-size:24px;font-weight:700;font-variant-numeric:tabular-nums}.stat-label{color:var(--text-muted);font-size:13px}.segmented{display:flex;gap:4px;padding:3px;background:var(--surface);border-radius:12px;overflow-x:auto;scrollbar-width:none}.segmented::-webkit-scrollbar{display:none}.segment{flex:1 0 auto;border:0;background:none;color:var(--text-muted);font:inherit;font-size:14px;font-weight:500;padding:8px 12px;border-radius:9px;cursor:pointer;white-space:nowrap}.segment[aria-pressed=true]{background:var(--accent);color:var(--accent-contrast)}.segment-count{opacity:.7;margin-left:4px;font-variant-numeric:tabular-nums}.dot{width:8px;height:8px;border-radius:50%;flex:none}.badge{font-size:12px;font-weight:600;padding:2px 7px;border-radius:6px;background:var(--accent-soft);color:var(--accent);text-transform:uppercase;flex:none}.thin-bar{height:3px;border-radius:999px;background:var(--strength-track);overflow:hidden;margin-top:6px}.thin-bar>span{display:block;height:100%;background:var(--accent);border-radius:inherit}.step{display:flex;gap:12px;align-items:flex-start;padding:12px 16px}.step+.step{border-top:.5px solid var(--border)}.step-number{width:26px;height:26px;flex:none;border-radius:50%;display:grid;place-items:center;background:var(--accent-soft);color:var(--accent);font-weight:700;font-size:14px}.skeleton{background:linear-gradient(90deg,var(--surface) 25%,color-mix(in srgb,var(--text) 6%,var(--surface)) 50%,var(--surface) 75%);background-size:200% 100%;animation:skeleton 1.2s ease-in-out infinite;border-radius:var(--radius)}@keyframes skeleton{0%{background-position:200% 0}to{background-position:-200% 0}}@media (prefers-reduced-motion: reduce){.skeleton{animation:none}}
