.speech-card{max-width:760px;background:var(--card);border:1px solid var(--line);border-radius:20px;padding:32px;box-shadow:var(--shadow)}.speech-top{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-top:8px}.speech-top h2{font-family:Georgia,serif;font-size:44px;font-weight:500;margin:8px 0 3px}.speech-top p{color:var(--muted);margin:0}.hear-big,.secondary{border:1px solid var(--line);background:white;border-radius:999px;padding:10px 14px;font:inherit;font-weight:700;color:var(--green);cursor:pointer}.speech-instruction{color:var(--muted);margin:30px 0 12px}.mic-button{width:100%;border:0;border-radius:14px;padding:18px;background:var(--green);color:white;font:inherit;font-weight:800;font-size:17px;cursor:pointer}.mic-button span{display:inline-block;margin-right:8px;color:#ffb2b2}.mic-button.listening{background:#923737;animation:pulse 1.2s infinite}.speech-status{text-align:center;color:var(--muted);font-size:13px;margin:10px 0 0}.speech-feedback{margin-top:22px;padding:20px;border-radius:14px;background:var(--green2);border:1px solid #afc9b8}.speech-feedback strong{display:block;color:var(--green);font-family:Georgia,serif;font-size:25px}.speech-feedback span{display:block;margin-top:7px}.speech-feedback p{color:var(--muted);margin:8px 0 0;line-height:1.45}.speech-actions{display:flex;gap:9px;margin-top:18px}.speech-note{font-size:12px;color:#879087;line-height:1.5;margin:24px 0 0}@keyframes pulse{50%{transform:scale(.99);opacity:.88}}@media(max-width:600px){.speech-card{padding:22px}.speech-top{align-items:flex-start;flex-direction:column}.speech-top h2{font-size:36px}}