@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";body{background-color:#09090b;margin:0}#root{width:100%;min-height:100vh}:root{--font-sans:"Outfit", sans-serif;--bg-dark:#09090b;--bg-card:#14141999;--border-glass:#ffffff14;--border-focus:#14b8a666;--primary:#14b8a6;--primary-glow:#14b8a626;--primary-hover:#0d9488;--secondary:#ffffff14;--secondary-hover:#ffffff26;--text-main:#f4f4f5;--text-muted:#a1a1aa;--green:#22c55e;--green-bg:#22c55e1a;--red:#ef4444;--red-bg:#ef444426;--yellow:#eab308;--yellow-bg:#eab3081a}html{width:100%;max-width:100%;margin:0;padding:0;overflow-x:hidden}*{box-sizing:border-box;margin:0;padding:0}body{width:100%;max-width:100%;font-family:var(--font-sans);background-color:var(--bg-dark);color:var(--text-main);line-height:1.5;overflow-x:hidden}.app-container{z-index:1;opacity:0;box-sizing:border-box;flex-direction:column;align-items:center;width:100%;max-width:100%;min-height:100vh;transition:opacity 1s cubic-bezier(.16,1,.3,1) .2s,transform 1s cubic-bezier(.16,1,.3,1) .2s;display:flex;position:relative;overflow-x:hidden;transform:scale(.98)}.app-content{box-sizing:border-box;flex-direction:column;flex:1;align-items:center;width:100%;max-width:1200px;padding:calc(64px + 2rem) 2rem 2rem;display:flex}.app-container.app-visible{opacity:1;transform:scale(1)}.app-container.app-hidden{opacity:0;pointer-events:none;transform:scale(.98)}.glow{filter:blur(140px);z-index:-1;pointer-events:none;opacity:.45;border-radius:50%;position:absolute}.glow-1{background:radial-gradient(circle,#14b8a699 0%,#6366f11a 80%);width:400px;height:400px;top:10%;left:10%}.glow-2{background:radial-gradient(circle,#6366f180 0%,#14b8a61a 80%);width:500px;height:500px;bottom:10%;right:5%}.app-navbar{z-index:1000;box-sizing:border-box;-webkit-backdrop-filter:blur(16px)saturate(180%);background:#08080ca6;border-bottom:1px solid #ffffff14;width:100%;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);position:fixed;top:0;left:0;right:0;box-shadow:0 4px 30px #0006,inset 0 -1px #ffffff0a}.app-navbar.nav-hidden{opacity:0;pointer-events:none;transform:translateY(-100%)}.app-navbar.nav-visible{opacity:1;transform:translateY(0)}.nav-container{box-sizing:border-box;justify-content:space-between;align-items:center;width:100%;height:100%;display:flex}.nav-left{cursor:pointer;align-items:center;transition:transform .25s cubic-bezier(.16,1,.3,1);display:flex}.nav-left:hover{transform:translateY(-1px)}.nav-left:hover .nav-logo{filter:drop-shadow(0 0 12px #14b8a6a6);transform:scale(1.06)rotate(-2deg)}.nav-logo{object-fit:contain;transition:transform .3s cubic-bezier(.16,1,.3,1),filter .3s}@media (width>=901px){.app-navbar{height:64px}.nav-container{padding:0 3rem}.nav-left{gap:.75rem}.nav-logo{filter:drop-shadow(0 0 8px #14b8a673);width:36px;height:36px}.nav-title{letter-spacing:-.015em;white-space:nowrap;align-items:center;gap:.4rem;margin:0;font-size:1.35rem;font-weight:800;display:flex}.pwa-badge{padding:.25rem .65rem;font-size:.65rem}.pwa-badge:hover{border-color:#14b8a680;transform:scale(1.02);box-shadow:0 0 16px #14b8a659}}@media (width<=900px){.app-navbar{height:clamp(52px,7.5vw,60px)}.nav-container{padding:0 clamp(1rem,3vw,1.5rem)}.nav-left{gap:clamp(.4rem,1.5vw,.75rem)}.nav-logo{filter:drop-shadow(0 0 6px #14b8a666);width:clamp(22px,6vw,36px);height:clamp(22px,6vw,36px)}.nav-title{letter-spacing:-.01em;white-space:nowrap;align-items:center;gap:clamp(.12rem,1vw,.3rem);margin:0;font-size:clamp(.95rem,2.8vw,1.15rem);font-weight:700;display:flex}.pwa-badge{padding:clamp(.12rem,.6vw,.2rem) clamp(.35rem,1.5vw,.65rem);font-size:clamp(.5rem,1.8vw,.75rem)}}.nav-title-brand{background:linear-gradient(135deg,#fff 40%,#a1a1aa 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.nav-title-subtitle{background:linear-gradient(90deg,#14b8a6 0%,#6366f1 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.pwa-badge{letter-spacing:.05em;color:#fff;-webkit-backdrop-filter:blur(10px);z-index:10;background:linear-gradient(135deg,#14b8a626 0%,#6366f126 100%);border:1px solid #14b8a64d;border-radius:9999px;font-weight:600;transition:all .25s}.btn-back{color:#ffffffbf;cursor:pointer;box-sizing:border-box;background:#ffffff0a;border:1px solid #ffffff14;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;padding:0;transition:all .25s cubic-bezier(.16,1,.3,1);display:inline-flex}.btn-back:hover{color:#fff;background:#ffffff14;border-color:#fff3;transform:translate(-3px);box-shadow:0 0 12px #ffffff0d}@media (width<=900px){.btn-back{width:clamp(30px,6vw,36px);height:clamp(30px,6vw,36px)}}.app-header{text-align:center;width:100%;max-width:1200px;margin-bottom:2rem}.badge{background:linear-gradient(135deg, var(--primary), #6366f1);color:#fff;border-radius:9999px;padding:.25rem .6rem;font-size:.75rem;font-weight:600;box-shadow:0 0 12px #14b8a64d}.subtitle{color:var(--text-muted);font-size:1.1rem;font-weight:300}.app-grid{grid-template-columns:1.25fr .75fr;align-items:start;gap:2rem;width:100%;max-width:1200px;display:grid}.panel-glass{background:var(--bg-card);-webkit-backdrop-filter:blur(20px);border:1px solid var(--border-glass);border-radius:1.25rem;padding:1.75rem;transition:border-color .3s,box-shadow .3s;box-shadow:0 8px 32px #0000005e}.panel-glass:hover{border-color:#ffffff1f}.card{margin-bottom:1.5rem}.card:last-child{margin-bottom:0}.card-header{color:var(--text-main);border-bottom:1px solid #ffffff0d;align-items:center;gap:.6rem;margin-bottom:1.25rem;padding-bottom:.75rem;display:flex}.card-header svg{color:var(--primary)}.card-header h2{letter-spacing:-.01em;font-size:1.2rem;font-weight:600}.dropzone{text-align:center;cursor:pointer;background:#ffffff03;border:2px dashed #ffffff26;border-radius:1rem;flex-direction:column;align-items:center;gap:.75rem;margin-bottom:2rem;padding:2.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.dropzone:hover{border-color:var(--primary);background:#14b8a60d;box-shadow:0 0 25px #14b8a626}.dropzone:hover svg{color:var(--primary);filter:drop-shadow(0 0 8px #14b8a699)}.dropzone h3{font-size:1.25rem;font-weight:500}.dropzone p{color:var(--text-muted);max-width:320px;font-size:.85rem}.queue-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.queue-header h2{color:var(--text-main);font-size:1.15rem;font-weight:500}.queue-list{flex-direction:column;gap:.75rem;max-height:480px;padding-right:.5rem;display:flex;overflow-y:auto}.queue-list::-webkit-scrollbar{width:6px}.queue-list::-webkit-scrollbar-track{background:#ffffff03}.queue-list::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}.empty-queue{text-align:center;color:var(--text-muted);background:#ffffff03;border:1px solid #ffffff08;border-radius:.75rem;padding:4rem 2rem;font-size:.95rem}.queue-item{border:1px solid var(--border-glass);background:#ffffff05;border-radius:.75rem;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 1rem;transition:all .2s;display:flex}.queue-item:hover{background:#ffffff0f;border-color:#ffffff38;box-shadow:0 0 15px #ffffff0d}.queue-item:hover .file-name{color:#fff;text-shadow:0 0 8px #fff6}.item-details{flex-direction:column;flex-grow:1;gap:.15rem;min-width:0;display:flex}.file-name{white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:500;overflow:hidden}.file-size{color:var(--text-muted);font-size:.75rem}.item-status-wrapper{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.status-badge{border-radius:.5rem;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.75rem;font-weight:600;display:flex}.status-badge.pending{color:var(--text-muted);background:#ffffff0d}.status-badge.success{background:var(--green-bg);color:var(--green)}.status-badge.error{background:var(--red-bg);color:var(--red)}.status-badge.warning{background:var(--yellow-bg);color:var(--yellow)}.success-info{align-items:center;gap:.5rem;display:flex}.progress-mini{background:#ffffff0d;border-radius:.5rem;width:120px;height:18px;position:relative;overflow:hidden}.progress-mini .progress-bar-fill{background:linear-gradient(90deg, var(--primary), #6366f1);height:100%;transition:width .3s}.progress-text{color:#fff;justify-content:center;align-items:center;width:100%;height:100%;font-size:.65rem;font-weight:600;display:flex;position:absolute;top:0;left:0}.btn{font-family:var(--font-sans);cursor:pointer;border:none;border-radius:.75rem;justify-content:center;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex}.btn-secondary{background-color:var(--secondary);color:var(--text-main);border:1px solid #ffffff14}.btn-secondary:hover{filter:brightness(1.2);background-color:#ffffff38;border-color:#ffffff59;box-shadow:0 0 15px #ffffff26}.btn-primary{background:linear-gradient(135deg, var(--primary), #6366f1);color:#fff;box-shadow:0 4px 14px #14b8a64d}.btn-primary:hover:not(:disabled){filter:brightness(1.25);box-shadow:0 0 20px #14b8a699}.btn-primary:disabled{color:#ffffff59;box-shadow:none;cursor:not-allowed;background:#ffffff14;border:1px solid #ffffff1a}.btn-warning{background:linear-gradient(135deg, var(--yellow), #f97316);color:#fff;box-shadow:0 4px 14px #eab3084d}.btn-warning:hover{filter:brightness(1.25);box-shadow:0 0 20px #eab30899}.btn-danger{color:var(--red);background:#ef44441a;border:1px solid #ef444440}.btn-danger:hover:not(:disabled){filter:brightness(1.25);background:#ef444438;border-color:#ef444480;box-shadow:0 0 15px #ef444466}.btn-danger:disabled{opacity:.5;cursor:not-allowed}.btn-sparkle{color:var(--primary);background:#14b8a61a;border:1px solid #14b8a640;border-radius:.5rem;padding:.4rem .8rem;font-size:.8rem}.btn-sparkle:hover{filter:brightness(1.2);background:#14b8a640;border-color:#14b8a680;box-shadow:0 0 18px #14b8a673}.btn-icon{color:var(--text-muted);background:0 0;border:none;border-radius:.5rem;padding:.35rem}.btn-icon:hover{color:var(--text-main);background:#ffffff0d}.btn-delete:hover{color:var(--red);background:#ef44441a}.btn-sm{padding:.35rem .75rem;font-size:.8rem}.btn-large{width:100%;padding:.9rem;font-size:1.05rem;font-weight:600}.recommendation-card{background:linear-gradient(135deg,#14b8a614 0%,#6366f108 100%);border-color:#14b8a633}.settings-card{max-height:420px;padding-right:.5rem;overflow-y:auto}.settings-card::-webkit-scrollbar{width:6px}.settings-card::-webkit-scrollbar-track{background:#ffffff03}.settings-card::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:3px}.recommendation-text{color:var(--text-muted);margin-bottom:.85rem;font-size:.875rem;line-height:1.45}.setting-group{margin-bottom:1.5rem}.setting-group:last-of-type{margin-bottom:0}.setting-group label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:.6rem;font-size:.85rem;font-weight:600;display:block}.toggle-buttons{background:#0003;border:1px solid #ffffff08;border-radius:.75rem;grid-template-columns:repeat(auto-fit,minmax(60px,1fr));padding:.25rem;display:grid}.toggle-buttons button{color:var(--text-muted);cursor:pointer;font-size:.85rem;font-weight:600;font-family:var(--font-sans);background:0 0;border:none;border-radius:.5rem;padding:.5rem 1rem;transition:all .2s}.toggle-buttons button.active{background:var(--primary);color:#fff;box-shadow:0 2px 8px #14b8a64d}.toggle-buttons button:disabled{opacity:.2;cursor:not-allowed}.slider-header{justify-content:space-between;align-items:center;display:flex}.value-display{color:var(--primary);font-size:.95rem;font-weight:700}.help-text{color:var(--text-muted);margin-top:.35rem;font-size:.75rem;line-height:1.3}.warn-text{color:var(--yellow);align-items:flex-start;gap:.3rem;margin-top:.5rem;display:flex}.warn-text svg{flex-shrink:0;margin-top:.1rem}input[type=range]{appearance:none;background:#ffffff1a;border-radius:3px;outline:none;width:100%;height:6px;margin:.6rem 0}input[type=range]::-webkit-slider-thumb{appearance:none;border:2px solid var(--primary);cursor:pointer;background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .1s;box-shadow:0 0 10px #14b8a680}input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.25)}.setting-group.inline{flex-direction:row-reverse;justify-content:flex-end;align-items:center;gap:.6rem;display:flex}.setting-group.inline label{cursor:pointer;margin-bottom:0}input[type=checkbox]{appearance:none;cursor:pointer;background:0 0;border:2px solid #fff3;border-radius:.35rem;outline:none;width:18px;height:18px;transition:all .2s;position:relative}input[type=checkbox]:checked{background:var(--primary);border-color:var(--primary)}input[type=checkbox]:checked:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:4px;height:8px;position:absolute;top:1px;left:5px;transform:rotate(45deg)}.progress-section{margin-bottom:1.5rem}.progress-bar-outer{background:#ffffff0d;border-radius:5px;width:100%;height:10px;margin-bottom:1rem;overflow:hidden}.progress-bar-outer .progress-bar-fill{background:linear-gradient(90deg, var(--primary) 0%, #6366f1 100%);border-radius:5px;height:100%;transition:width .4s cubic-bezier(.4,0,.2,1)}.stats-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.stats-grid div{text-align:center;background:#ffffff05;border:1px solid #ffffff08;border-radius:.5rem;padding:.6rem}.stat-label{color:var(--text-muted);text-transform:uppercase;margin-bottom:.15rem;font-size:.7rem;display:block}.stat-value{font-size:1.15rem;font-weight:700}.text-red{color:var(--red)}@media (width<=900px){.app-grid{grid-template-columns:1fr;gap:1.5rem}.app-content{padding:calc(64px + 1.25rem) 1.25rem 1.25rem}.panel-glass{padding:1.25rem}.voice-assistant-fab{width:48px;height:48px;bottom:1.25rem;right:1.25rem;box-shadow:0 4px 15px #a855f773}.voice-assistant-fab svg{width:22px;height:22px}.voice-feedback{bottom:5rem;right:1.25rem}}@media (width<=480px){.app-navbar{height:60px;padding:0 1rem}.nav-title{gap:.18rem;font-size:1.1rem}.nav-logo{width:34px;height:34px}.pwa-badge{padding:.15rem .45rem;font-size:.55rem}.app-content{padding:calc(60px + 1rem) 1rem 1rem}.subtitle{font-size:.85rem;line-height:1.45}.dropzone{padding:1.75rem}.stats-grid{grid-template-columns:1fr;gap:.5rem}.splash-content,.panel-glass{padding:1rem}.tab-btn{padding:8px 6px;font-size:.85rem}.output-toggle-row{flex-direction:column;gap:8px}}.tabs-header{gap:10px;margin-bottom:15px;display:flex}.tab-btn{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;flex:1;padding:12px;font-weight:600;transition:all .3s}.tab-btn.active{background:linear-gradient(135deg,#6366f1,#a855f7);border-color:#0000;box-shadow:0 4px 15px #6366f166}.tab-content{animation:.3s fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.panel-glass{transition:border-color .3s,box-shadow .3s}.panel-glass:hover{border-color:#6366f166;box-shadow:0 10px 40px #6366f126,0 0 20px #14b8a61a}.voice-assistant-fab{cursor:pointer;z-index:1000;background:linear-gradient(135deg,#a855f7,#6366f1);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 20px #a855f780}.voice-assistant-fab svg{color:#fff;width:28px;height:28px}.voice-assistant-fab:hover{transform:scale(1.1);box-shadow:0 6px 25px #a855f7cc}.voice-assistant-fab.listening{background:linear-gradient(135deg,#ef4444,#f97316);animation:1.5s infinite pulse-glow;box-shadow:0 0 30px #ef4444cc}@keyframes pulse-glow{0%{transform:scale(1);box-shadow:0 0 15px #ef444499}50%{transform:scale(1.15);box-shadow:0 0 40px #ef4444e6}to{transform:scale(1);box-shadow:0 0 15px #ef444499}}.voice-feedback{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;z-index:1000;background:#0f0f14e6;border:1px solid #a855f766;border-radius:12px;align-items:center;gap:10px;padding:1rem 1.5rem;font-weight:600;animation:.3s forwards slideInUp;display:flex;position:fixed;bottom:6.5rem;right:2rem;box-shadow:0 10px 30px #00000080}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-overlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:2000;background:#050505d9;justify-content:center;align-items:center;width:100vw;height:100vh;animation:.25s fadeIn;display:flex;position:fixed;top:0;left:0}.modal-content{width:90%;max-width:480px;transform-style:preserve-3d;background:#141419f2;border:1px solid #a855f74d;border-radius:1.25rem;padding:2.25rem;animation:.3s cubic-bezier(.34,1.56,.64,1) scaleIn;box-shadow:0 15px 50px #a855f726}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.modal-title{background:linear-gradient(135deg,#fff 40%,#a855f7 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:1.5rem;font-weight:700;display:flex}.modal-description{color:var(--text-muted);margin-bottom:1.5rem;font-size:.875rem;line-height:1.45}.modal-dropzone{text-align:center;cursor:pointer;background:#a855f705;border:2px dashed #a855f740;border-radius:.75rem;flex-direction:column;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:1.75rem;transition:all .2s;display:flex}.modal-dropzone:hover{background:#a855f70d;border-color:#a855f7}.modal-dropzone p{color:var(--text-muted);font-size:.85rem}.modal-input-group{margin-bottom:1.5rem}.modal-input-group label{text-transform:uppercase;color:var(--text-muted);letter-spacing:.05em;margin-bottom:.5rem;font-size:.75rem;font-weight:600;display:block}.modal-input-group input{color:#fff;width:100%;font-family:var(--font-sans);background:#0000004d;border:1px solid #ffffff14;border-radius:.75rem;outline:none;padding:.75rem 1rem;transition:all .2s}.modal-input-group input:focus{border-color:#a855f7;box-shadow:0 0 10px #a855f740}.modal-actions{gap:.75rem;display:flex}.modal-actions button{flex:1}.error-text{color:#ef4444;margin-top:.5rem;font-size:.8rem;display:block}.voice-assistant-overlay{-webkit-backdrop-filter:blur(18px);z-index:2100;background:#08080cd1;justify-content:center;align-items:center;width:100vw;height:100vh;animation:.3s cubic-bezier(.16,1,.3,1) forwards overlayFadeIn;display:flex;position:fixed;top:0;left:0}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}.voice-assistant-card{color:#fff;background:linear-gradient(135deg,#14141ef2,#0f0a14fa);border:1px solid #a855f759;border-radius:1.5rem;flex-direction:column;align-items:center;width:90%;max-width:580px;padding:2.5rem;animation:.4s cubic-bezier(.34,1.56,.64,1) forwards cardSlideUp;display:flex;position:relative;box-shadow:0 20px 60px #a855f72e,0 0 40px #6366f11a}@keyframes cardSlideUp{0%{opacity:0;transform:translateY(40px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.voice-close-btn{color:#ffffffb3;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;transition:all .2s;display:flex;position:absolute;top:1.25rem;right:1.25rem}.voice-close-btn:hover{color:#ef4444;background:#ef444426;border-color:#ef444466;transform:rotate(90deg)}.voice-card-header{align-items:center;gap:10px;margin-top:.5rem;margin-bottom:.25rem;display:flex}.voice-card-header svg{color:#a855f7;width:22px;height:22px;animation:4s linear infinite rotateSparkle}@keyframes rotateSparkle{0%{transform:rotate(0)scale(1)}50%{transform:rotate(180deg)scale(1.1)}to{transform:rotate(360deg)scale(1)}}.voice-card-header h2{background:linear-gradient(135deg,#fff 30%,#a855f7 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin:0;font-size:1.4rem;font-weight:700}.voice-status-pill{color:#d8b4fe;background:#a855f71f;border:1px solid #a855f740;border-radius:50px;padding:.25rem .65rem;font-size:.75rem;font-weight:600;box-shadow:0 0 10px #a855f71a}.voice-card-subtitle{color:var(--text-muted);margin-top:0;margin-bottom:1.5rem;font-size:.85rem}.voice-avatar-container{flex-direction:column;justify-content:center;align-items:center;width:100%;height:120px;margin-bottom:1.5rem;display:flex;position:relative}.voice-avatar-ring{z-index:1;border-radius:50%;position:absolute}.voice-avatar-ring.ring-1{border:1px dashed #a855f759;width:110px;height:110px;animation:10s linear infinite spinClockwise;box-shadow:0 0 10px #a855f71a}.voice-avatar-ring.ring-2{border:1px dotted #6366f173;width:95px;height:95px;animation:7s linear infinite spinCounterClockwise}@keyframes spinClockwise{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes spinCounterClockwise{0%{transform:rotate(360deg)}to{transform:rotate(0)}}.voice-avatar-orb{z-index:2;background:linear-gradient(135deg,#a855f733,#6366f133);border:2px solid #a855f766;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;transition:all .5s;display:flex;position:relative;box-shadow:0 0 30px #a855f733,inset 0 0 20px #6366f133}.voice-avatar-orb svg{color:#d8b4fe;width:30px;height:30px;transition:all .3s}.voice-avatar-orb.listening{background:linear-gradient(135deg,#ef444440,#f9731640);border-color:#ef4444;animation:1.2s infinite orbPulse;box-shadow:0 0 40px #ef444480,inset 0 0 20px #f9731640}.voice-avatar-orb.listening svg{color:#f87171;transform:scale(1.1)}.voice-avatar-orb.processing{background:linear-gradient(135deg,#eab30840,#a855f740);border-color:#eab308;animation:2s linear infinite orbRotate;box-shadow:0 0 45px #eab30866}.voice-avatar-orb.speaking{background:linear-gradient(135deg,#10b98140,#3b82f640);border-color:#10b981;animation:.9s infinite alternate orbPulse;box-shadow:0 0 40px #10b98180}.voice-avatar-orb.speaking svg{color:#34d399}@keyframes orbPulse{0%{transform:scale(1)}to{transform:scale(1.08)}}@keyframes orbRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.voice-wave-container{opacity:.3;justify-content:center;align-items:center;gap:4px;height:32px;margin-top:15px;transition:opacity .3s;display:flex}.voice-wave-container.active{opacity:1}.wave-bar{background:#a855f7;border-radius:50px;width:3px;height:8px;transition:height .15s}.voice-wave-container.active .wave-bar:nth-child(2n){animation:.6s infinite alternate wavePulse}.voice-wave-container.active .wave-bar:nth-child(odd){animation:.8s .1s infinite alternate wavePulse}.voice-avatar-orb.listening~.voice-wave-container .wave-bar{background:#ef4444}.voice-avatar-orb.speaking~.voice-wave-container .wave-bar{background:#10b981}@keyframes wavePulse{0%{height:6px}to{height:26px}}.voice-transcript-box{background:#05050aa6;border:1px solid #a855f738;border-radius:12px;flex-direction:column;gap:12px;width:100%;height:140px;margin-bottom:1.5rem;padding:.85rem 1.15rem;display:flex;overflow-y:auto;box-shadow:inset 0 0 12px #000000d9}.console-line{align-items:flex-start;gap:10px;font-family:Courier New,Courier,monospace;font-size:.875rem;line-height:1.45;display:flex}.console-line.user{color:#c084fc}.console-line.assistant{color:#38bdf8}.console-label{letter-spacing:.05em;flex-shrink:0;min-width:90px;font-weight:700}.console-text{word-break:break-word;white-space:pre-wrap}.voice-card-actions{justify-content:center;width:100%;margin-bottom:1.5rem;display:flex}.voice-card-actions button{border-radius:50px;padding:.65rem 1.75rem;font-weight:600;box-shadow:0 4px 15px #0003}.voice-commands-help{text-align:left;border-top:1px solid #ffffff14;width:100%;padding-top:1.25rem}.voice-commands-help h3{text-transform:uppercase;letter-spacing:.05em;color:#d8b4fe;margin-top:0;margin-bottom:.75rem;font-size:.85rem;font-weight:600}.help-grid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.help-grid div{font-size:.75rem}.help-grid strong{color:#fff9;margin-bottom:5px;display:block}.help-grid ul{color:#ffffff73;margin:0;padding-left:15px}.help-grid li{margin-bottom:4px}@media (width<=600px){.voice-assistant-card{border-radius:1.25rem;width:92%;max-height:85vh;padding:1.5rem 1.25rem;overflow-y:auto}.voice-card-header h2{font-size:1.15rem}.voice-avatar-container{height:100px;margin-bottom:1rem}.voice-avatar-orb{width:65px;height:65px}.voice-avatar-ring.ring-1{width:90px;height:90px}.voice-avatar-ring.ring-2{width:78px;height:78px}.voice-transcript-box{max-height:110px;margin-bottom:1rem;padding:.75rem}.speech-bubble{padding:.5rem .75rem;font-size:.825rem}.help-grid{grid-template-columns:1fr;gap:.75rem}.voice-commands-help h3{font-size:.75rem}.voice-card-subtitle{margin-bottom:1rem}}.output-toggle-group{flex-direction:column;gap:8px;width:100%;display:flex}.output-toggle-group button{color:var(--text-muted);cursor:pointer;font-size:.85rem;font-weight:600;font-family:var(--font-sans);background:#0003;border:1px solid #ffffff08;border-radius:.75rem;align-items:center;gap:.4rem;padding:.6rem 1rem;transition:all .2s;display:inline-flex}.output-toggle-group button:hover{color:var(--text-main);background:#ffffff0d}.output-toggle-group button.active{background:var(--primary);color:#fff;border-color:#0000;box-shadow:0 2px 8px #14b8a64d}.output-toggle-row{gap:8px;width:100%;display:flex}.splash-screen{z-index:99999;background-color:#050508;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity 1s cubic-bezier(.16,1,.3,1),transform 1s cubic-bezier(.16,1,.3,1),filter 1s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;inset:0;overflow:hidden}.splash-screen.fade-out{opacity:0;filter:blur(20px);pointer-events:none;transform:scale(1.04)}.splash-content{text-align:center;flex-direction:column;align-items:center;width:100%;max-width:480px;padding:2rem;display:flex;position:relative}.splash-logo-container{opacity:0;justify-content:center;align-items:center;margin-bottom:2.5rem;animation:1.4s cubic-bezier(.16,1,.3,1) forwards splashLogoIn;display:flex;position:relative;transform:scale(.85)}.splash-logo-glow{filter:blur(10px);z-index:-1;background:radial-gradient(circle,#14b8a640 0%,#6366f100 70%);border-radius:50%;width:160px;height:160px;animation:4s ease-in-out infinite splashGlowPulse;position:absolute}.splash-logo{object-fit:contain;filter:drop-shadow(0 0 15px #14b8a64d);width:100px;height:100px;position:relative}.splash-title-container{flex-direction:column;align-items:center;gap:.5rem;margin-bottom:3.5rem;display:flex}.splash-title-brand,.splash-title-subtitle{white-space:nowrap;flex-wrap:nowrap;justify-content:center;margin:0;display:flex}.splash-title-brand span{opacity:0;color:#fff;animation:1.2s cubic-bezier(.16,1,.3,1) forwards splashLetterWave;display:inline-block;transform:translateY(18px)scale(.85)}.splash-title-subtitle span{opacity:0;background:linear-gradient(90deg,#14b8a6 0%,#6366f1 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;animation:1.2s cubic-bezier(.16,1,.3,1) forwards splashLetterWave;display:inline-block;transform:translateY(18px)scale(.85)}.splash-title-brand{font-family:var(--font-sans);color:#fff;letter-spacing:clamp(.05em,1.2vw,.18em);font-size:clamp(1.4rem,5.5vw,3rem);font-weight:800;line-height:1.1}.splash-title-subtitle{font-family:var(--font-sans);letter-spacing:clamp(.08em,2vw,.25em);margin-top:.2rem;font-size:clamp(.75rem,2.7vw,1.5rem);font-weight:700}.splash-progress-container{opacity:0;flex-direction:column;align-items:stretch;width:100%;max-width:260px;animation:.8s .8s forwards splashFadeIn;display:flex}.splash-progress-track{background-color:#ffffff0f;border-radius:999px;width:100%;height:3px;position:relative;overflow:hidden}.splash-progress-bar{background:linear-gradient(90deg,#14b8a6 0%,#0d9488 50%,#6366f1 100%);border-radius:999px;height:100%;transition:width .1s linear;position:relative}.splash-progress-glow-tip{background-color:#14b8a6;border-radius:50%;width:10px;height:11px;position:absolute;top:-4px;right:-5px;box-shadow:0 0 12px 3px #14b8a6,0 0 4px 1px #fff}.splash-meta{justify-content:space-between;align-items:center;margin-top:.8rem;font-family:monospace;display:flex}.splash-status{color:var(--text-muted);letter-spacing:.08em;opacity:.8;text-transform:uppercase;font-size:.65rem}.splash-percentage{color:var(--primary);letter-spacing:.05em;text-shadow:0 0 8px #14b8a666;font-size:.68rem;font-weight:600}@keyframes splashLogoIn{to{opacity:1;transform:scale(1)}}@keyframes splashGlowPulse{0%,to{opacity:.8;transform:scale(1)}50%{opacity:.5;transform:scale(1.1)}}@keyframes splashLetterWave{0%{opacity:0;transform:translateY(18px)scale(.85)}35%{opacity:.5}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes splashFadeIn{to{opacity:1}}.app-grid,.left-panel,.right-panel,.card,.setting-group{box-sizing:border-box!important;max-width:100%!important}.btn{white-space:normal!important;text-align:center!important;word-break:break-word!important}@media (width<=600px){.queue-item{flex-direction:column!important;align-items:stretch!important;gap:.65rem!important;padding:.85rem!important}.item-status-wrapper{border-top:1px dashed #ffffff0d!important;justify-content:space-between!important;align-items:center!important;width:100%!important;margin-top:.2rem!important;padding-top:.6rem!important;display:flex!important}.success-info{flex-grow:1!important;justify-content:flex-start!important;gap:.5rem!important}.output-toggle-row{flex-direction:column!important;gap:8px!important}.output-toggle-row button{width:100%!important}.tabs-header{flex-wrap:wrap!important;gap:8px!important}.tab-btn{flex:90px!important;padding:8px 6px!important;font-size:.8rem!important}}@media (width<=500px){.single-preview-image-container,.single-preview-info{flex-basis:100%!important}}
