*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f5f5f5;color:#333}.wrapper{max-width:720px;margin:0 auto;padding:32px 20px 110px}h1{text-align:center;margin-bottom:28px;font-size:26px}.input-card{background:#fff;border-radius:10px;padding:20px;box-shadow:0 1px 4px #00000014;display:flex;flex-direction:column;gap:14px}.mode-row{display:flex;align-items:center;gap:10px}.mode-row label{font-size:14px;white-space:nowrap;color:#555}.mode-toggle{display:flex;border:1px solid #ddd;border-radius:6px;overflow:hidden}.mode-toggle button{flex:1;padding:6px 18px;font-size:13px;border:none;border-radius:0;background:#fff;color:#888;cursor:pointer;transition:all .2s}.mode-toggle button:first-child{border-right:1px solid #ddd}.mode-toggle button.active{background:#4a90d9;color:#fff}.mode-toggle button:disabled{opacity:.55;cursor:not-allowed}.cred-row{display:flex;gap:10px}.cred-row input{flex:1;padding:8px 10px;border:1px solid #ddd;border-radius:6px;font-size:13px;font-family:inherit}.cred-row input:focus{outline:none;border-color:#4a90d9}.voice-row{display:flex;align-items:center;gap:10px}.voice-row label{font-size:14px;white-space:nowrap;color:#555}.voice-row select{flex:1;padding:8px 10px;border:1px solid #ddd;border-radius:6px;font-size:14px;font-family:inherit;background:#fff;cursor:pointer}.voice-row select:focus{outline:none;border-color:#4a90d9}textarea{width:100%;border:1px solid #ddd;border-radius:8px;padding:12px;font-size:15px;line-height:1.7;resize:vertical;font-family:inherit}textarea:focus{outline:none;border-color:#4a90d9;box-shadow:0 0 0 2px #4a90d926}button{align-self:flex-end;padding:10px 28px;font-size:15px;border:none;border-radius:8px;background:#4a90d9;color:#fff;cursor:pointer;transition:background .2s}button:hover:not(:disabled){background:#357abd}button:disabled{opacity:.55;cursor:not-allowed}.status{text-align:center;margin-top:16px;color:#888;font-size:14px}.text-display{background:#fff;border-radius:10px;padding:20px 24px;margin-top:20px;box-shadow:0 1px 4px #00000014;line-height:2.2;font-size:16px}.text-display p{transition:all .3s;padding:2px 6px;border-radius:4px;margin:2px 0}.text-display p.highlight{background:#fff3cd;color:#856404;font-weight:600;box-shadow:0 0 0 3px #fff3cd99}.player-bar{position:fixed;bottom:0;left:0;right:0;height:88px;background:#fff;border-top:1px solid #e0e0e0;box-shadow:0 -2px 12px #0000000f;display:flex;align-items:center;justify-content:center;z-index:100}.player-inner{width:100%;max-width:720px;padding:0 24px;display:flex;align-items:center;gap:20px}.play-btn{flex-shrink:0;width:56px;height:56px;border-radius:50%;border:none;background:#4a90d9;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,transform .1s;padding:0}.play-btn:hover{background:#357abd}.play-btn:active{transform:scale(.94)}.play-icon{font-size:24px;line-height:1}.progress-area{flex:1;display:flex;align-items:center;gap:12px}.time{font-size:13px;color:#888;font-variant-numeric:tabular-nums;min-width:40px;flex-shrink:0}.time:first-child{text-align:right}.progress-track{flex:1;cursor:pointer;padding:8px 0;user-select:none;-webkit-user-select:none}.progress-rail{position:relative;height:6px;background:#e0e0e0;border-radius:3px;overflow:visible}.progress-fill{position:absolute;top:0;left:0;height:100%;background:#4a90d9;border-radius:3px;transition:width .1s linear;pointer-events:none}.progress-thumb{position:absolute;top:50%;width:16px;height:16px;background:#4a90d9;border-radius:50%;transform:translate(-50%,-50%);pointer-events:none;box-shadow:0 1px 3px #0003}.progress-track:hover .progress-thumb{width:18px;height:18px}
