*{box-sizing:border-box}body,html{margin:0;padding:0;background:#0f1115;color:#e8eaed;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}main.center{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;gap:16px}.card{background:#191c22;border:1px solid #2a2f3a;border-radius:14px;padding:28px;width:100%;max-width:460px}.card h1{font-size:24px;margin:0 0 6px}.card p.sub{color:#9aa0a6;margin:0 0 20px;font-size:14px;line-height:1.5}label{display:block;font-size:13px;color:#9aa0a6;margin-bottom:6px}input[type=email],input[type=text]{width:100%;padding:12px 14px;border-radius:10px;border:1px solid #2a2f3a;background:#0f1115;color:#e8eaed;font-size:15px;margin-bottom:14px}input:focus{outline:2px solid #4f6ef7;border-color:transparent}button.primary{width:100%;padding:13px;border:none;border-radius:10px;background:#4f6ef7;color:white;font-size:15px;font-weight:600;cursor:pointer}button.primary:disabled{opacity:.5;cursor:default}button.secondary{width:100%;padding:12px;border:1px solid #2a2f3a;border-radius:10px;background:transparent;color:#e8eaed;font-size:14px;cursor:pointer}.linkbox{display:flex;gap:8px;margin-bottom:14px}.linkbox input{margin-bottom:0;font-size:13px}.linkbox button{white-space:nowrap;padding:0 16px;border-radius:10px;border:1px solid #2a2f3a;background:#222735;color:#e8eaed;cursor:pointer}.notice{background:#1d2130;border:1px solid #33405e;border-radius:10px;padding:14px;font-size:13px;color:#b9c3d9;line-height:1.55;margin-bottom:18px}.error{color:#f28b82}.error,.ok{font-size:13px;margin-top:10px}.ok{color:#81c995}.roomwrap{height:100vh}.transcript{width:320px;flex-shrink:0;background:#14161b;border-left:1px solid #2a2f3a;display:flex;flex-direction:column;padding:16px}.transcript h2{font-size:15px;margin:0 0 10px}.tsegments{flex:1 1;overflow-y:auto;font-size:13px;line-height:1.5}.tsegments p{margin:0 0 8px}.tsegments strong{color:#8ab4f8;font-weight:600}.hint{color:#9aa0a6;font-size:12px;line-height:1.5}.summary{margin-top:16px;background:#0f1115;border:1px solid #2a2f3a;border-radius:10px;padding:16px;font-size:13px;line-height:1.6;white-space:pre-wrap;max-height:50vh;overflow-y:auto}.brandlogo{display:block;width:130px;height:auto;margin:0 auto 18px}.coach{flex-shrink:0;background:#101a14;border:1px solid #2f4a3a;border-radius:10px;padding:12px;margin-bottom:14px}.coachhead{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.coachhead h2{margin:0;font-size:14px;color:#81c995}.coachhead button{flex-shrink:0;font-size:12px;padding:5px 10px;border-radius:8px;border:1px solid #2f4a3a;background:#16241b;color:#cfe8d8;cursor:pointer}.coachhead button:disabled{opacity:.6;cursor:default}.coachtip{margin:0;font-size:13px;line-height:1.55;white-space:pre-wrap;color:#e6efe9}