:root{color-scheme:dark;--bg: #000;--fg: #f4f0e8;--accent: #7dd3fc;--muted: rgba(244, 240, 232, .55);--focus: #38bdf8;--danger: #fb7185;--ok: #86efac;font-family:Sora,Segoe UI,system-ui,sans-serif}*{box-sizing:border-box}html,body,#root{margin:0;width:600px;height:600px;overflow:hidden;background:var(--bg);color:var(--fg)}.app{width:600px;height:600px;padding:18px 20px 16px;display:flex;flex-direction:column;gap:12px}.brand{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.brand h1{margin:0;font-size:28px;font-weight:700;letter-spacing:.02em;color:#fff}.brand .tag{font-size:13px;color:var(--accent)}.hint{margin:0;font-size:14px;color:var(--muted);line-height:1.35}.menu{display:flex;flex-direction:column;gap:10px;margin-top:8px}.focusable{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;min-height:72px;padding:14px 16px;border:2px solid transparent;border-radius:14px;background:#ffffff0f;color:#fff;font:inherit;font-size:20px;font-weight:600;text-align:left;cursor:pointer;transition:border-color .12s ease,box-shadow .12s ease,background .12s ease}.focusable:focus{outline:none;border-color:var(--focus);box-shadow:0 0 18px #38bdf859;background:#38bdf81f}.focusable.small{min-height:56px;font-size:17px}.focusable.ghost{background:transparent;border-color:#ffffff1f}.row{display:flex;gap:10px}.row .focusable{flex:1}.panel{flex:1;min-height:0;display:flex;flex-direction:column;gap:10px}.bullets{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.bullets li{font-size:20px;line-height:1.25;font-weight:600;color:#fff;padding:10px 12px;border-left:3px solid var(--accent);background:#ffffff0a;border-radius:0 10px 10px 0}.bullets li.ok{border-left-color:var(--ok)}.bullets li.warn{border-left-color:#fbbf24}.bullets li.bad{border-left-color:var(--danger)}.status{font-size:14px;color:var(--muted)}.error{color:var(--danger);font-size:16px;font-weight:600}.footer{margin-top:auto;display:flex;gap:10px}html.talk-mode,html.talk-mode body,html.talk-mode #root{width:100%;height:100%;min-height:100dvh}.app.talk{width:min(100%,520px);height:auto;min-height:100dvh;margin:0 auto;padding:22px 18px 28px}.talk-panel{flex:1;display:flex;flex-direction:column;gap:14px;min-height:180px}.talk-placeholder{color:var(--muted);font-size:16px;line-height:1.4}.talk-you,.talk-ai{margin:0;padding:14px 16px;border-radius:14px;font-size:18px;line-height:1.35;font-weight:500}.talk-you{background:#ffffff0f;border-left:3px solid rgba(255,255,255,.35)}.talk-ai{background:#38bdf81a;border-left:3px solid var(--accent)}.talk-you span,.talk-ai span{display:block;font-size:12px;letter-spacing:.04em;text-transform:uppercase;color:var(--muted);margin-bottom:6px;font-weight:600}.talk-actions{display:flex;flex-direction:column;gap:10px;margin-top:auto}.mic{min-height:88px!important;font-size:22px!important;text-align:center!important;background:#38bdf82e!important}.mic.hot{background:#fb718540!important;border-color:var(--danger)!important;box-shadow:0 0 22px #fb718559}
