:root{--tg-bg: #ffffff;--tg-text: #000000;--tg-hint: #999999;--tg-link: #2481cc;--tg-button: #2481cc;--tg-button-text: #ffffff;--tg-secondary-bg: #f1f1f1;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%;background:var(--tg-bg);color:var(--tg-text);overscroll-behavior:none;overflow:hidden}button{font:inherit;cursor:pointer;border:none;border-radius:12px;padding:14px 20px;background:var(--tg-button);color:var(--tg-button-text);font-weight:600;transition:opacity .15s}button:active{opacity:.7}button.secondary{background:var(--tg-secondary-bg);color:var(--tg-text)}.screen{position:relative;height:100dvh;max-height:100vh;padding:16px;display:flex;flex-direction:column;gap:16px;overflow:hidden}.screen.scrollable{overflow-y:auto}.title{font-size:24px;font-weight:700;margin:0}.subtitle{font-size:14px;color:var(--tg-hint);margin:0}.card{background:var(--tg-secondary-bg);border-radius:16px;padding:20px;display:flex;flex-direction:column;gap:6px}.card.disabled{opacity:.4}.card .name{font-size:18px;font-weight:600}.card .desc{font-size:14px;color:var(--tg-hint)}.card .card-meta{font-size:13px;color:var(--tg-link);font-weight:600;margin-top:4px}.btn-row{display:flex;gap:12px}.btn-row button{flex:1}.exercise-image{flex:1 1 0;min-height:0;display:flex;align-items:center;justify-content:center;background:var(--tg-secondary-bg);border-radius:16px;overflow:hidden}.exercise-image img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;display:block}.counter{text-align:center;font-size:18px;font-weight:600;color:var(--tg-hint)}.controls{flex:0 0 auto;display:flex;gap:12px;justify-content:center}.controls button{padding:12px 22px;font-size:15px;background:var(--tg-secondary-bg);color:var(--tg-text);border-radius:12px;font-weight:600}.wf-top{display:flex;justify-content:space-between;align-items:center;font-weight:600}.wf-status{font-size:12px;padding:4px 10px;border-radius:10px;background:var(--tg-secondary-bg);align-self:flex-start;font-weight:500;display:inline-flex;align-items:center;gap:4px}.wf-status-listening{color:#34c759}.wf-status-restarting{color:#ff9500}.wf-status-error{color:#ff3b30}.wf-status-idle{color:var(--tg-hint)}.wf-timer{font-size:22px;font-variant-numeric:tabular-nums}.wf-counter{font-size:16px;color:var(--tg-hint)}.wf-letter{flex:1 1 0;min-height:0;display:flex;align-items:center;justify-content:center;font-size:clamp(120px,40vh,280px);font-weight:800;line-height:1;-webkit-user-select:none;user-select:none}.wf-words{flex:0 0 auto;display:flex;flex-wrap:wrap;gap:6px;justify-content:center;align-content:flex-start;min-height:28px;max-height:25vh;overflow-y:auto;padding:4px 0}.wf-word{font-size:13px;color:var(--tg-hint);background:var(--tg-secondary-bg);padding:4px 10px;border-radius:10px}.wf-duplicate{flex:0 0 auto;padding:8px 14px;border-radius:10px;background:#ff3b3026;color:#ff3b30;font-weight:600;font-size:14px;text-align:center;align-self:center;animation:wf-duplicate-fade 2s ease-in}@keyframes wf-duplicate-fade{0%{opacity:1}75%{opacity:1}to{opacity:0}}.wf-done-list{flex:1 1 0;min-height:0;max-height:40vh;overflow-y:auto;display:flex;flex-wrap:wrap;gap:6px;justify-content:center;align-content:flex-start;width:100%}.story-topic-card{background:var(--tg-secondary-bg);border-radius:16px;padding:20px;text-align:center;width:100%;max-width:360px}.story-topic-label{font-size:12px;color:var(--tg-hint);text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}.story-topic-text{font-size:20px;font-weight:700;line-height:1.3}.story-topic-bar{flex:0 0 auto;background:var(--tg-secondary-bg);border-radius:12px;padding:10px 14px;display:flex;flex-direction:column;gap:2px}.story-topic-text-inline{font-size:15px;font-weight:600}.story-counter{flex:1 1 auto;font-size:13px;color:var(--tg-hint);text-align:right;font-variant-numeric:tabular-nums}.story-counter-row{flex:0 0 auto;display:flex;align-items:center;gap:8px}.story-timer{flex:0 0 auto;font-size:14px;font-weight:700;font-variant-numeric:tabular-nums;background:var(--tg-secondary-bg);color:var(--tg-text);padding:4px 10px;border-radius:8px;transition:background .3s,color .3s}.story-timer-over{background:#ff3b30;color:#fff}.story-words-list{flex:1 1 0;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:8px;align-items:center;padding:4px 0}.story-word{font-size:18px;color:var(--tg-hint);padding:8px 18px;background:var(--tg-secondary-bg);border-radius:12px}.story-helper{flex:0 0 auto;background:var(--tg-secondary-bg);border-radius:12px;padding:12px 14px;font-size:12px;line-height:1.4;color:var(--tg-hint)}.story-helper-title{font-weight:600;color:var(--tg-text);margin-bottom:6px}.story-helper ul{margin:0;padding-left:18px;display:flex;flex-direction:column;gap:2px}.story-helper b{color:var(--tg-text)}.stance-row{display:flex;gap:12px;margin-top:16px}.stance-btn{flex:1;font-size:18px;font-weight:700;padding:16px;border-radius:12px;color:#fff;border:none;cursor:pointer}.stance-za{background:#34c759}.stance-protiv{background:#ff3b30}.stance-badge{display:inline-block;padding:2px 10px;border-radius:8px;font-size:11px;font-weight:700;color:#fff;letter-spacing:.5px}.stance-badge.stance-za{background:#34c759}.stance-badge.stance-protiv{background:#ff3b30}.stance-refresh{margin-top:12px;background:transparent;color:var(--tg-link);border:none;font-size:14px;font-weight:500;padding:6px 12px;cursor:pointer;width:100%;text-align:center}.stance-refresh:active{opacity:.6}.story-done-list{flex:1 1 0;min-height:0;max-height:35vh;overflow-y:auto;display:flex;flex-wrap:wrap;gap:6px;justify-content:center;align-content:flex-start;width:100%}.wf-result{font-size:clamp(80px,25vh,160px);font-weight:800;line-height:1}
