.speech-to-text{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background-color:#1f2937;min-height:100vh}.speech-to-text__hero{height:auto;padding-top:8rem;padding-bottom:1.5rem;background-color:#000}.speech-to-text__function{background-color:#000;padding-top:1.5rem;padding-bottom:4rem}@supports (content-visibility: auto){#speech-to-text-page>section:not(.speech-to-text__hero):not(.speech-to-text__function){content-visibility:auto;contain-intrinsic-size:auto 650px}}.speech-to-text__media-container{position:relative}.speech-to-text__media-area{position:relative;width:100%;aspect-ratio:16/9}.speech-to-text__upload{position:relative;cursor:pointer;border:2px dashed #374151;background:linear-gradient(145deg,#111827,#1f2937);border-radius:1rem;padding:3rem;text-align:center;transition:all .4s ease;box-shadow:0 8px 32px #0000004d;backdrop-filter:blur(10px)}.speech-to-text__upload:hover{border-color:#3b82f6;background:linear-gradient(145deg,#1f2937,#2563eb15);transform:translateY(-2px);box-shadow:0 12px 48px #3b82f633}.speech-to-text__upload--dragover{border-color:#3b82f6;background:linear-gradient(145deg,#1e40af20,#3b82f615);transform:scale(1.02) translateY(-2px);box-shadow:0 16px 64px #3b82f64d}.speech-to-text__upload--processing{pointer-events:none;opacity:.8;background:linear-gradient(145deg,#111827,#7c3aed15)}.speech-to-text__upload-icon{margin-bottom:1.5rem}.speech-to-text__upload-icon svg{filter:drop-shadow(0 4px 8px rgba(59,130,246,.3));transition:all .3s ease}.speech-to-text__upload:hover .speech-to-text__upload-icon svg{transform:scale(1.1);filter:drop-shadow(0 6px 12px rgba(59,130,246,.4))}.speech-to-text__progress{background:linear-gradient(145deg,#111827,#1f2937);border-radius:1rem;box-shadow:0 8px 32px #0000004d}.speech-to-text__preview{background:linear-gradient(145deg,#111827,#1f2937);border-radius:1rem;box-shadow:0 8px 32px #0000004d;overflow:hidden}.speech-to-text__preview video{border-radius:1rem}.speech-to-text__button{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;text-decoration:none;border:none;cursor:pointer;transition:all .3s ease;font-size:.875rem}.speech-to-text__button--primary{background-color:#2563eb;color:#fff}.speech-to-text__button--primary:hover{background-color:#1d4ed8;transform:translateY(-1px)}.speech-to-text__button--success{background-color:#059669;color:#fff}.speech-to-text__button--success:hover{background-color:#047857}.speech-to-text__button--danger{background-color:#dc2626;color:#fff}.speech-to-text__button--danger:hover{background-color:#b91c1c}.speech-to-text__button--purple{background-color:#7c3aed;color:#fff}.speech-to-text__button--purple:hover{background-color:#6d28d9}.speech-to-text__progress-container{background-color:#111827;border-radius:.5rem;padding:1.5rem;margin-top:2rem}.speech-to-text__progress-item{margin-bottom:1.5rem}.speech-to-text__progress-item:last-child{margin-bottom:0}.speech-to-text__progress-bar-container{width:100%;height:.5rem;background-color:#374151;border-radius:9999px;overflow:hidden}.speech-to-text__progress-bar{height:100%;border-radius:9999px;transition:width .3s ease;position:relative}.speech-to-text__progress-bar:after{content:"";position:absolute;inset:0;background-image:linear-gradient(45deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%,transparent);background-size:1rem 1rem;animation:progress-stripe 1s linear infinite}.speech-to-text__progress-bar--upload{background-color:#2563eb}.speech-to-text__progress-bar--processing{background-color:#7c3aed}@keyframes progress-stripe{0%{background-position:0 0}to{background-position:1rem 0}}.speech-to-text__tabs{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;border-bottom:1px solid #374151;padding-bottom:1rem}.speech-to-text__tab{background-color:transparent;color:#9ca3af;padding:.5rem 1rem;border-radius:.5rem;border:none;cursor:pointer;font-weight:500;font-size:.875rem;transition:all .3s ease;position:relative}.speech-to-text__tab:hover{color:#d1d5db;background-color:#4b5563;transform:translateY(-1px)}.speech-to-text__tab--active{background-color:#2563eb;color:#fff;box-shadow:0 4px 14px #2563eb40}.speech-to-text__tab--active:after{content:"";position:absolute;bottom:-1rem;left:50%;transform:translate(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #1f2937}.speech-to-text__content{padding:1rem;max-height:24rem;overflow-y:auto}.speech-to-text__content::-webkit-scrollbar{width:8px}.speech-to-text__content::-webkit-scrollbar-track{background-color:#374151;border-radius:4px}.speech-to-text__content::-webkit-scrollbar-thumb{background-color:#6b7280;border-radius:4px}.speech-to-text__content::-webkit-scrollbar-thumb:hover{background-color:#9ca3af}.speech-to-text__content pre{white-space:pre-wrap;word-wrap:break-word;color:#d1d5db;font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:.875rem;line-height:1.6;margin:0}.speech-to-text__results{padding:1.5rem;margin-top:2rem}.speech-to-text__file-info{background-color:#1f2937;border-radius:.5rem;padding:1rem;margin-bottom:1.5rem;border:1px solid #374151}.speech-to-text__file-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.speech-to-text__info-item label{display:block;font-size:.75rem;font-weight:500;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.speech-to-text__info-item p{color:#f3f4f6;font-weight:600;margin:0;font-size:.875rem}.speech-to-text__error{background-color:transparent;border:1px solid #ef4444;border-radius:1rem;padding:2rem;margin-top:2rem;backdrop-filter:blur(10px)}.speech-to-text__error-header{display:flex;align-items:center;margin-bottom:1rem}.speech-to-text__error-icon{width:1.5rem;height:1.5rem;color:#ef4444;margin-right:.75rem}.speech-to-text__error-title{font-size:1.25rem;font-weight:600;color:#ef4444;margin:0}.speech-to-text__error-message{color:#ef4444;margin-bottom:1rem;line-height:1.6}.speech-to-text__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.speech-to-text__actions .speech-to-text__button{display:inline-flex;align-items:center;gap:.5rem}.speech-to-text__actions .speech-to-text__button svg{width:1rem;height:1rem}.speech-to-text__status{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500}.speech-to-text__status--success{color:#10b981}.speech-to-text__status--error{color:#ef4444}.speech-to-text__status--processing{color:#f59e0b}.speech-to-text__spinner{display:inline-block;width:1rem;height:1rem;border:2px solid #374151;border-radius:50%;border-top-color:#3b82f6;animation:spin 1s ease-in-out infinite}.speech-to-text__checkmark{display:inline-block;width:1rem;height:1rem;border-radius:50%;background-color:#10b981;position:relative}.speech-to-text__checkmark:after{content:"";position:absolute;left:.25rem;top:.125rem;width:.25rem;height:.5rem;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.speech-to-text__results,.speech-to-text__error{animation:fadeIn .5s ease-out}.speech-to-text__tooltip{position:relative;display:inline-block}.speech-to-text__tooltip-text{visibility:hidden;width:120px;background-color:#1f2937;color:#f3f4f6;text-align:center;border-radius:6px;padding:5px;font-size:.75rem;position:absolute;z-index:1;bottom:125%;left:50%;margin-left:-60px;opacity:0;transition:opacity .3s}.speech-to-text__tooltip:hover .speech-to-text__tooltip-text{visibility:visible;opacity:1}.speech-to-text__hidden{display:none}.speech-to-text__fade-in{animation:fadeIn .5s ease-in-out}.speech-to-text__faq-button{background:none;border:none;outline:none;cursor:pointer;width:100%;display:flex;justify-content:space-between;align-items:center;text-align:left;color:#fff;transition:color .3s ease}.speech-to-text__faq-button:focus{outline:none;box-shadow:none}.speech-to-text__faq-button:hover h3{color:#60a5fa}.speech-to-text__faq-icon{width:1.5rem;height:1.5rem;color:#9ca3af;transition:transform .3s ease,color .3s ease}.speech-to-text__faq-button:hover .speech-to-text__faq-icon{color:#60a5fa}.speech-to-text__faq-icon--rotated{transform:rotate(180deg)}.speech-to-text__feature-card:hover{transform:translateY(-5px)}.speech-to-text__use-case-card:hover{transform:translateY(-5px) scale(1.02)}.speech-to-text__comparison{background-color:#000;padding:4rem 0}.speech-to-text__comparison-layout{max-width:80rem;margin:0 auto}.speech-to-text__comparison-items{background:none;border:1px solid rgba(75,85,99,.3);border-radius:.75rem;padding:1rem;box-shadow:0 1px 3px #0000001a}.speech-to-text__comparison-header{background:none;border-radius:.5rem;margin-bottom:.5rem;box-shadow:none}.speech-to-text__comparison-header .speech-to-text__comparison-left{font-weight:700;color:#60a5fa}.speech-to-text__comparison-header .speech-to-text__comparison-center,.speech-to-text__comparison-header .speech-to-text__comparison-right{font-weight:700;color:#34d399}.speech-to-text__comparison-items{background:none}.speech-to-text__comparison-item{display:grid;grid-template-columns:200px 1fr 1fr;align-items:center;transition:all .3s ease}.speech-to-text__comparison-item:hover{background:none}.speech-to-text__comparison-header:hover{background:none!important}.speech-to-text__comparison-left{background:none;padding:1rem 2rem;text-align:left;font-weight:600;color:#f3f4f6}.speech-to-text__comparison-center{padding:1rem 2rem;background:none;text-align:center}.speech-to-text__comparison-right{background:none;padding:1rem 2rem;text-align:center}.speech-to-text__comparison-value-box{display:flex;align-items:center;gap:.75rem;position:relative}.speech-to-text__comparison-left .speech-to-text__comparison-value-box{justify-content:flex-end}.speech-to-text__comparison-right .speech-to-text__comparison-value-box{justify-content:flex-start}.speech-to-text__advantage-dot{width:.75rem;height:.75rem;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:50%;flex-shrink:0;position:relative;box-shadow:0 2px 8px #3b82f666}.speech-to-text__advantage-dot:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:.3rem;height:.3rem;background-color:#fff;border-radius:50%}.speech-to-text__comparison-separator{position:relative;padding:0 2rem;margin:1rem 0}.speech-to-text__separator-line{background:linear-gradient(to right,#37415126,#37415199,#3741514d,#37415199,#37415126);height:1px;opacity:.6;position:relative;transition:opacity .3s ease}@media(max-width:768px){.speech-to-text__comparison{padding:2rem 0}.speech-to-text__comparison-layout{margin:0 1rem}.speech-to-text__comparison-header{background:none;border-radius:.25rem;margin-bottom:1rem;box-shadow:none}.speech-to-text__comparison-header .speech-to-text__comparison-left span{font-size:1.25rem;color:#60a5fa}.speech-to-text__comparison-header .speech-to-text__comparison-center span,.speech-to-text__comparison-header .speech-to-text__comparison-right span{font-size:1.25rem;color:#34d399}.speech-to-text__comparison-item{grid-template-columns:1fr;gap:0}.speech-to-text__comparison-left{order:-1;padding:1rem;background:none;text-align:left;font-weight:700;border:none}.speech-to-text__comparison-center,.speech-to-text__comparison-right{padding:.75rem;background:none;text-align:left}.speech-to-text__comparison-value-box,.speech-to-text__comparison-left .speech-to-text__comparison-value-box,.speech-to-text__comparison-center .speech-to-text__comparison-value-box,.speech-to-text__comparison-right .speech-to-text__comparison-value-box{justify-content:flex-start}.speech-to-text__comparison-separator{padding:0 1rem;margin:1rem 0}}@media(max-width:1024px){.speech-to-text__hero{padding-top:6rem;padding-bottom:1.5rem}.speech-to-text__upload{padding:2.5rem 1.5rem}}@media(max-width:768px){.speech-to-text__hero{padding-top:5rem;padding-bottom:1rem}.speech-to-text__function{padding-top:1rem;padding-bottom:3rem}.speech-to-text__upload{padding:2rem 1rem;margin:0 1rem}.speech-to-text__upload button{min-height:48px}.speech-to-text__tabs{flex-direction:row;gap:.25rem;margin-bottom:1.5rem}.speech-to-text__tab{flex:1;padding:.75rem .5rem;font-size:.875rem;text-align:center;min-height:44px}.speech-to-text__content{padding:1rem;max-height:20rem;font-size:.875rem}.speech-to-text__actions{flex-direction:column;gap:.75rem;margin:0 1rem}.speech-to-text__actions .speech-to-text__button,.speech-to-text__actions button{width:100%;justify-content:center;min-height:48px}.speech-to-text__file-info-grid{grid-template-columns:1fr;gap:.75rem}.speech-to-text__error{margin:1rem;padding:1.5rem}.speech-to-text__faq-button{padding:1rem 0;min-height:48px}.speech-to-text__faq-button h3{line-height:1.4;margin-right:1rem}.faq-item{margin:0 1rem}}@media(max-width:480px){.speech-to-text__hero{padding-top:4rem;padding-bottom:1rem}.container{padding-left:1rem!important;padding-right:1rem!important}.speech-to-text__upload{padding:1.5rem .75rem;margin:0 .5rem}.speech-to-text__upload button{width:100%}.speech-to-text__tab{padding:.625rem .25rem}.speech-to-text__actions{margin:0 .5rem;gap:.5rem}.speech-to-text__progress,.speech-to-text__preview{margin:0 .5rem}.speech-to-text__results{margin:1rem .5rem;padding:1rem}.faq-item{margin:0 .5rem;padding:1rem}.speech-to-text__error{margin:.5rem;padding:1rem}}@media(max-width:360px){.speech-to-text__upload{margin:0 .25rem;padding:1rem .5rem}.speech-to-text__tab{padding:.5rem .125rem}.container{padding-left:.5rem!important;padding-right:.5rem!important}}@media(max-height:500px)and (orientation:landscape){.speech-to-text__hero{padding-top:2rem;padding-bottom:.5rem}.speech-to-text__upload{padding:1rem}.speech-to-text__upload-icon{margin-bottom:.5rem!important}}@media(hover:none)and (pointer:coarse){.speech-to-text__tab,.speech-to-text__button,.speech-to-text__faq-button,button{min-height:44px;min-width:44px}.speech-to-text__upload:hover,.speech-to-text__tab:hover,.speech-to-text__button:hover{transform:none}}@media(max-height:480px)and (orientation:landscape){.speech-to-text__upload{padding:1rem}.how-to-use-section,.why-use-section,.use-cases-section{padding-top:2rem;padding-bottom:2rem}}@media(hover:none){.speech-to-text__upload:hover{transform:none;border-color:#374151;background:linear-gradient(145deg,#111827,#1f2937);box-shadow:0 8px 32px #0000004d}.step-card:hover,.use-case-card:hover,.feature-card:hover{transform:none;box-shadow:none}}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.speech-to-text__upload{border-width:1.5px}.speech-to-text__separator-line{height:.5px}}@media(prefers-reduced-motion:reduce){.speech-to-text__upload,.speech-to-text__tab,.speech-to-text__button,.step-card,.use-case-card{transition:none;transform:none}.speech-to-text__upload:hover{transform:none}}@media(prefers-color-scheme:dark){.speech-to-text__upload{border-color:#4b5563}.speech-to-text__content{background-color:#111827cc}}.speech-to-text__tab:focus,.speech-to-text__button:focus,.speech-to-text__upload:focus{outline:2px solid #3b82f6;outline-offset:2px}.speech-to-text__content pre{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.speech-to-text__content{scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.speech-to-text__error .error__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.speech-to-text__error .garden-btn{display:inline-flex;min-height:48px;align-items:center;justify-content:center;padding:.75rem 1.5rem;border:1px solid transparent;border-radius:.75rem;color:#fff;font-weight:500;text-decoration:none;cursor:pointer;transition:transform .2s,background-color .2s,border-color .2s}.speech-to-text__error .garden-btn--primary{background:linear-gradient(to right,#2563eb,#9333ea)}.speech-to-text__error .garden-btn--primary:hover{transform:scale(1.05);background:linear-gradient(to right,#1d4ed8,#7e22ce)}.speech-to-text__error .garden-btn--secondary{border-color:#4b5563;background:#374151}.speech-to-text__error .garden-btn--secondary:hover{background:#4b5563}@media(max-width:639px){.speech-to-text__error .garden-btn{width:100%}}
