:root{color:#17201b;background:#f4f1ea;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0;min-width:320px}button,input,textarea{font:inherit}.app-shell{min-height:100vh;padding:32px;background:linear-gradient(135deg,rgba(52,121,94,.12),transparent 42%),linear-gradient(315deg,rgba(43,86,135,.14),transparent 38%),#f4f1ea}.workspace{display:grid;grid-template-columns:minmax(280px,380px) minmax(0,1fr);gap:20px;max-width:1180px;margin:0 auto}.panel{border:1px solid #d8d2c5;border-radius:8px;background:#ffffffd1;box-shadow:0 18px 42px #2a241814}.side-panel{display:flex;flex-direction:column;gap:24px;min-height:calc(100vh - 64px);padding:24px}.kicker{margin:0 0 8px;color:#39745f;font-size:13px;font-weight:700;text-transform:uppercase}h1{margin:0;font-size:30px;line-height:1.15}.intro{margin:14px 0 0;color:#525950;font-size:15px;line-height:1.65}.field{display:grid;gap:8px;color:#525950;font-size:14px}.field input{width:100%;border:1px solid #c9c1b2;border-radius:6px;padding:12px 13px;background:#fffdf8;color:#17201b}.field small{color:#6f756d;font-size:12px;line-height:1.45}.help-box{border:1px solid #d8d2c5;border-radius:8px;padding:12px 14px;background:#fffdf8;color:#525950;font-size:14px;line-height:1.55}.help-box summary{display:flex;align-items:center;gap:8px;color:#17201b;cursor:pointer;font-weight:700;list-style:none}.help-box summary::-webkit-details-marker{display:none}.help-box p{margin:10px 0 0}.custom-text{display:grid;gap:9px;color:#525950;font-size:14px}.custom-text label{font-weight:700}.custom-text textarea{width:100%;resize:vertical;min-height:84px;border:1px solid #c9c1b2;border-radius:6px;padding:11px 12px;background:#fffdf8;color:#17201b;line-height:1.5}.custom-text button,.retry-button{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-height:38px;border:1px solid #2f6f5b;border-radius:7px;padding:0 13px;background:#fffdf8;color:#2f6f5b;cursor:pointer;font-weight:700}.list-heading{display:flex;align-items:center;justify-content:space-between;gap:10px;color:#525950;font-size:14px;font-weight:700}.list-heading button{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:34px;border:1px solid #c9c1b2;border-radius:7px;padding:0 10px;background:#fffdf8;color:#17201b;cursor:pointer;white-space:nowrap}.text-list{display:grid;gap:10px;overflow:auto}.text-row{display:grid;gap:5px;width:100%;min-height:76px;border:1px solid #ded7ca;border-radius:8px;padding:12px;background:#fffdf8;color:#17201b;text-align:left;cursor:pointer}.text-row strong{color:#2f6f5b;font-size:14px}.text-row span{line-height:1.45}.text-row.selected{border-color:#2f6f5b;box-shadow:inset 0 0 0 1px #2f6f5b}.recorder-panel{display:grid;align-content:center;gap:28px;min-height:calc(100vh - 64px);padding:44px}.prompt{display:grid;gap:16px}.prompt span{width:fit-content;border-radius:999px;padding:7px 12px;background:#e3efe8;color:#2f6f5b;font-size:14px;font-weight:700}.prompt p{margin:0;max-width:760px;font-size:36px;line-height:1.35}.meter{display:grid;grid-template-columns:repeat(8,1fr);align-items:center;gap:8px;width:min(100%,560px);height:110px}.meter i{display:block;width:100%;height:22px;border-radius:6px;background:#cfd8d3;transition:height .18s ease}.meter.active i{animation:pulse .76s ease-in-out infinite alternate;background:#39745f}.meter i:nth-child(2),.meter i:nth-child(7){animation-delay:90ms}.meter i:nth-child(3),.meter i:nth-child(6){animation-delay:.17s}.meter i:nth-child(4),.meter i:nth-child(5){animation-delay:.26s}@keyframes pulse{0%{height:22px}to{height:96px}}.actions{display:flex;flex-wrap:wrap;gap:12px}.actions button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;border:1px solid #bcc5bd;border-radius:7px;padding:0 16px;background:#fffdf8;color:#17201b;cursor:pointer}.actions button.primary{border-color:#2f6f5b;background:#2f6f5b;color:#fff}.actions button:disabled{cursor:not-allowed;opacity:.48}audio{width:min(100%,560px)}.status{min-height:24px;margin:0;color:#525950}@media(max-width:760px){.app-shell{padding:14px}.workspace{grid-template-columns:1fr}.side-panel,.recorder-panel{min-height:auto;padding:20px}.prompt p{font-size:26px}.list-heading{align-items:flex-start;flex-direction:column}.custom-text button,.retry-button{width:100%}}
