:root{--color-bg:#16171a;--color-text:#fff;--color-text-dim:#9a9ba0;--color-accent:#e94e28;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-family:system-ui,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--color-bg);color:var(--color-text)}.start-screen{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:100svh;padding:0 24px;display:flex}.start-screen__logo{width:auto;height:64px;margin-bottom:8px}.start-screen h1{letter-spacing:-.5px;margin:0 0 32px;font-size:40px;font-weight:500}.start-screen__label{color:var(--color-text-dim);font-size:14px}.start-screen__input{width:100%;max-width:480px;color:var(--color-text);background:#1f2024;border:1px solid #33343a;border-radius:6px;padding:12px 16px;font-size:16px}.start-screen__input:focus{border-color:var(--color-accent);outline:none}.start-screen__button{color:#08060d;background:var(--color-accent);cursor:pointer;border:none;border-radius:6px;margin-top:12px;padding:12px 32px;font-size:16px;font-weight:500}.start-screen__button:disabled{opacity:.6;cursor:default}.start-screen__message{margin-top:20px;font-size:15px;line-height:1.6}.start-screen__message--success{color:var(--color-text)}.start-screen__message--error{color:#ff6b6b}.teleprompter{flex-direction:column;justify-content:center;align-items:center;gap:24px;min-height:100svh;padding:0 48px;display:flex}.teleprompter__viewport{width:100%;height:480px;position:relative;overflow:hidden}.teleprompter__track{flex-direction:column;align-items:center;gap:32px;width:100%;display:flex}.teleprompter__line{text-align:center;width:100%;max-width:900px;margin:0;font-size:40px;font-weight:500;line-height:1.35}.progress-bar{background:#2e2f36;border-radius:2px;width:100%;max-width:500px;height:4px;overflow:hidden}.progress-bar__fill{background:var(--color-accent);height:100%}.controls{justify-content:center;gap:12px;display:flex;position:fixed;bottom:32px;left:0;right:0}.controls__button{color:var(--color-text);cursor:pointer;background:#1f2024;border:1px solid #33343a;border-radius:6px;padding:10px 20px;font-size:14px}.controls__button:hover{border-color:var(--color-accent)}.controls__button--primary{color:#08060d;background:var(--color-accent);border:none;min-width:90px}.header{flex-direction:column;align-items:center;gap:6px;display:flex;position:fixed;top:24px;left:0;right:0}.header__logo{width:auto;height:37px}.header__counter{color:var(--color-text-dim);margin:0;font-size:21px;font-weight:700}
