/**handles:stt-style**/
.stt-container{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin:2rem 0}.stt-info h2{color:#1e73be;margin-bottom:1rem}.stt-info ol{padding-left:1.2rem}.stt-info li{margin-bottom:.6rem}.stt-tip{margin-top:1rem;font-style:italic;color:#555}.stt-form-wrapper{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 16px rgba(0,0,0,.05);position:relative}.stt-form-wrapper button[type=submit],.stt-form-wrapper input[type=file],.stt-form-wrapper select{width:100%;margin-bottom:1rem;border-radius:6px;border:1px solid #ccc;padding:.6rem;font-size:1rem}.stt-form-wrapper button[type=submit]{background:#1e73be;color:#fff;border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.stt-form-wrapper button[type=submit]:disabled{opacity:.6;cursor:default}.stt-spinner{display:none;margin-left:.5rem;width:16px;height:16px;border:2px solid #e0e0e0;border-top:2px solid #1e73be;border-radius:50%;animation:stt-spin .7s linear infinite}@keyframes stt-spin{to{transform:rotate(360deg)}}#stt-result{background:#fafafa;padding:1rem;border-radius:6px;min-height:6rem;white-space:pre-wrap;font-family:inherit;margin-bottom:1rem}.stt-progress{position:absolute;bottom:1rem;left:1.5rem;right:1.5rem;height:6px;background:#eee;border-radius:3px;overflow:hidden;display:none}.stt-progress .bar{width:0;height:100%;background:#1e73be;transition:width .3s ease}.stt-actions{text-align:right;display:none}.stt-actions .stt-btn{background:#1e73be;color:#fff;border:none;padding:.6rem 1.2rem;border-radius:6px;cursor:pointer}@media (max-width:768px){.stt-container{display:flex!important;flex-direction:column}.stt-form-wrapper{order:1}.stt-info{order:2;margin-top:2rem}}