@import "https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Space+Grotesk:wght@400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap";:root{--font-sans:"Inter", system-ui, sans-serif;--font-heading:"Lora", Georgia, serif;--font-mono:"Space Grotesk", "Courier New", monospace;--bg-dark:#09090b;--bg-card:#141419a6;--bg-card-hover:#1c1c23d9;--border-glow:#3b82f626;--border-mute:#ffffff0f;--text-primary:#f4f4f5;--text-secondary:#a1a1aa;--text-muted:#52525b;--color-orchestrator:#3b82f6;--color-orchestrator-rgb:59, 130, 246;--color-strategy:#10b981;--color-strategy-rgb:16, 185, 129;--color-mlops:#06b6d4;--color-mlops-rgb:6, 182, 212;--color-product:#f59e0b;--color-product-rgb:245, 158, 11;--transition-smooth:all .25s cubic-bezier(.4, 0, .2, 1);--shadow-lg:0 10px 30px -10px #000c;--glass-blur:blur(16px)}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-dark);color:var(--text-primary);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-image:radial-gradient(at 0 0,#3b82f60f 0,#0000 50%),radial-gradient(at 100% 100%,#10b9810d 0,#0000 50%),radial-gradient(#06b6d408 0,#0000 50%);background-attachment:fixed;height:100vh;min-height:100vh;max-height:100vh;line-height:1.5;overflow:hidden}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:#0000001a}::-webkit-scrollbar-thumb{background:var(--border-mute);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.app-container{flex-direction:column;gap:.75rem;height:100vh;max-height:100vh;padding:.85rem 1.25rem;display:flex;overflow:hidden}.glass-panel{background:var(--bg-card);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--border-mute);box-shadow:var(--shadow-lg);transition:var(--transition-smooth);border-radius:12px}.glass-panel:hover{border-color:#ffffff1a}h1,h2,h3,h4,h5{font-family:var(--font-heading);letter-spacing:-.01em;font-weight:700}.gradient-text{background:linear-gradient(135deg, #fff 40%, var(--text-secondary) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.main-header{flex-direction:column;justify-content:center;padding:.75rem 1.25rem;display:flex}.profile-avatar{object-fit:cover;border:1.5px solid var(--color-orchestrator);border-radius:50%;flex-shrink:0;width:52px;height:52px;box-shadow:0 0 10px #3b82f640}.header-top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.header-info h1{font-size:1.6rem;line-height:1.2}.header-subtitle{font-family:var(--font-mono);color:var(--color-orchestrator);align-items:center;gap:.5rem;font-size:.85rem;font-weight:500;display:flex}.header-subtitle span{background-color:var(--color-orchestrator);width:5px;height:5px;box-shadow:0 0 8px var(--color-orchestrator);border-radius:50%;display:inline-block}.header-cta{gap:.6rem;display:flex}.btn{font-family:var(--font-heading);cursor:pointer;transition:var(--transition-smooth);border-radius:6px;align-items:center;gap:.4rem;padding:.45rem .95rem;font-size:.8rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-secondary{color:var(--text-primary);border:1px solid var(--border-mute);background:#ffffff0a}.btn-secondary:hover{border-color:var(--text-secondary);background:#ffffff14;transform:translateY(-1px)}.dashboard-grid{flex:1;grid-template-columns:28% 38% 34%;gap:.75rem;min-height:0;display:grid;overflow:hidden}@media (width<=1100px){.dashboard-grid{grid-template-columns:1fr;min-height:auto;overflow-y:auto}body{max-height:none;overflow:auto}.app-container,.dashboard-col,.chat-workspace,.terminal-workspace,.portfolio-section,.cv-section{height:auto;max-height:none;overflow:visible}.chat-history{max-height:400px}.terminal-content{max-height:150px}.projects-grid,.cv-tab-content{max-height:500px}}.dashboard-col{flex-direction:column;height:100%;display:flex;overflow:hidden}.left-col{flex-direction:column;gap:.75rem;display:flex}.chat-workspace{background:#0f0f1466;flex-direction:column;flex:3.2;display:flex;overflow:hidden}.workspace-header{border-bottom:1px solid var(--border-mute);flex-shrink:0;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.agent-selector{gap:.35rem;display:flex}.agent-btn{font-family:var(--font-heading);cursor:pointer;border:1px solid var(--border-mute);color:var(--text-secondary);transition:var(--transition-smooth);background:0 0;border-radius:4px;padding:.3rem .6rem;font-size:.72rem;font-weight:600}.agent-btn.active.orchestrator{border-color:var(--color-orchestrator);color:var(--color-orchestrator);background:#3b82f626}.agent-btn.active.strategy{border-color:var(--color-strategy);color:var(--color-strategy);background:#10b98126}.agent-btn.active.mlops{border-color:var(--color-mlops);color:var(--color-mlops);background:#06b6d426}.agent-btn.active.product{border-color:var(--color-product);color:var(--color-product);background:#f59e0b26}.agent-btn:hover:not(.active){color:#fff;background:#ffffff08}.chat-history{box-sizing:border-box;flex-direction:column;flex:1;gap:.85rem;width:100%;padding:.85rem 1rem;display:flex;overflow:hidden auto}.message-bubble{box-sizing:border-box;overflow-wrap:break-word;word-break:break-word;border-radius:8px;width:100%;min-width:0;padding:.65rem .85rem;font-size:.85rem;line-height:1.45}.message-bubble.user{border:1px solid var(--border-mute);background:#ffffff0d;border-bottom-right-radius:2px;align-self:flex-end}.message-bubble.agent{border-bottom-left-radius:2px;align-self:flex-start}.message-bubble.agent.orchestrator{background:#3b82f60d;border:1px solid #3b82f626}.message-bubble.agent.strategy{background:#10b9810d;border:1px solid #10b98126}.message-bubble.agent.mlops{background:#06b6d40d;border:1px solid #06b6d426}.message-bubble.agent.product{background:#f59e0b0d;border:1px solid #f59e0b26}.bubble-meta{font-family:var(--font-mono);-webkit-user-select:none;user-select:none;align-items:center;gap:.35rem;margin-bottom:.35rem;font-size:.68rem;font-weight:600;display:flex}.bubble-meta.orchestrator{color:var(--color-orchestrator)}.bubble-meta.strategy{color:var(--color-strategy)}.bubble-meta.mlops{color:var(--color-mlops)}.bubble-meta.product{color:var(--color-product)}.chat-input-area{border-top:1px solid var(--border-mute);background:#0a0a0c80;flex-shrink:0;padding:.65rem .85rem}.chat-form{gap:.5rem;display:flex}.chat-input{border:1px solid var(--border-mute);color:#fff;font-family:var(--font-sans);transition:var(--transition-smooth);background:#ffffff05;border-radius:6px;flex:1;padding:.5rem .85rem;font-size:.85rem}.chat-input:focus{border-color:var(--color-orchestrator);background:#ffffff0a;outline:none}.chat-submit-btn{background:var(--color-orchestrator);color:#fff;cursor:pointer;transition:var(--transition-smooth);border:none;border-radius:6px;justify-content:center;align-items:center;padding:0 .85rem;display:flex}.chat-submit-btn:hover{filter:brightness(1.15)}.chat-submit-btn.strategy{background:var(--color-strategy)}.chat-submit-btn.mlops{background:var(--color-mlops)}.chat-submit-btn.product{background:var(--color-product)}.terminal-workspace{font-family:var(--font-mono);flex-direction:column;flex:.4;display:flex;overflow:hidden}.terminal-header{border-bottom:1px solid var(--border-mute);background:#0003;flex-shrink:0;justify-content:space-between;align-items:center;padding:.5rem .85rem;display:flex}.terminal-title{color:var(--text-secondary);align-items:center;gap:.4rem;font-size:.72rem;display:flex}.terminal-dots{gap:.3rem;display:flex}.dot{border-radius:50%;width:7px;height:7px}.dot-red{background:#ef4444}.dot-yellow{background:#f59e0b}.dot-green{background:#10b981}.terminal-content{color:#10b981;background:#050508f5;flex-direction:column;flex:1;gap:.4rem;padding:.75rem .85rem;font-size:.75rem;display:flex;overflow-y:auto}.terminal-line{word-break:break-all;line-height:1.35}.terminal-line.info{color:#3b82f6}.terminal-line.warn{color:#f59e0b}.terminal-line.success{color:#10b981}.terminal-line.agent-log{color:#c084fc}.terminal-line.input-echo{color:var(--text-secondary)}.portfolio-section{flex-direction:column;padding:.85rem 1rem;display:flex;overflow:hidden}.portfolio-header-container{flex-direction:column;flex-shrink:0;gap:.5rem;margin-bottom:.75rem;display:flex}.section-title{align-items:center;gap:.5rem;font-size:1.15rem;display:flex}.filters-bar{flex-wrap:wrap;gap:.25rem;display:flex}.filter-chip{font-size:.65rem;font-weight:600;font-family:var(--font-heading);border:1px solid var(--border-mute);color:var(--text-secondary);cursor:pointer;transition:var(--transition-smooth);background:#ffffff05;border-radius:4px;padding:.25rem .5rem}.filter-chip.active{color:#3b82f6;background:#3b82f61f;border-color:#3b82f666}.filter-chip:hover:not(.active){color:#fff;background:#ffffff0f}.projects-grid{flex-direction:column;flex:1;gap:.6rem;padding-right:.5rem;display:flex;overflow-y:auto}.project-card{box-sizing:border-box;background:#ffffff03;flex-direction:column;justify-content:space-between;gap:.5rem;width:100%;min-width:0;padding:.85rem;display:flex}.project-card:hover{background:#ffffff05;border-color:#3b82f640;box-shadow:0 4px 15px #0006}.project-card-header{flex-direction:column;gap:.25rem;display:flex}.project-tags{flex-wrap:wrap;gap:.25rem;display:flex}.tag{font-size:.6rem;font-family:var(--font-mono);border:1px solid var(--border-mute);color:var(--text-secondary);background:#ffffff05;border-radius:3px;padding:.1rem .4rem;font-weight:600}.project-desc{color:var(--text-secondary);font-size:.8rem;line-height:1.4}.project-title{color:#fff;transition:var(--transition-smooth)}.project-card:hover .project-title{color:var(--color-orchestrator)}.project-links{border-top:1px solid var(--border-mute);justify-content:space-between;align-items:center;margin-top:.2rem;padding-top:.4rem;display:flex}.project-url-links{gap:.5rem;display:flex}.project-link-item{color:var(--text-secondary);font-size:.72rem;font-family:var(--font-mono);align-items:center;gap:.25rem;text-decoration:none;display:inline-flex}.project-link-item:hover{color:#fff}.project-ask-btn{color:var(--color-orchestrator);font-size:.68rem;font-family:var(--font-heading);cursor:pointer;transition:var(--transition-smooth);background:#3b82f60f;border:1px solid #3b82f626;border-radius:4px;padding:.2rem .5rem;font-weight:600}.project-ask-btn:hover{background:var(--color-orchestrator);color:#fff}.cv-section{flex-direction:column;height:100%;display:flex;overflow:hidden}.cv-tabs-header{border-bottom:1px solid var(--border-mute);background:#00000040;flex-wrap:wrap;flex-shrink:0;gap:5px;padding:.5rem;display:flex}.cv-tab-btn{border:1px solid var(--border-mute);color:var(--text-secondary);font-family:var(--font-heading);cursor:pointer;transition:var(--transition-smooth);white-space:nowrap;background:#ffffff03;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;gap:.35rem;padding:.4rem .75rem;font-size:.72rem;font-weight:600;display:inline-flex}.cv-tab-btn:hover{color:#fff;background:#ffffff0a}.cv-tab-btn.active{color:var(--color-orchestrator);background:#3b82f614;border-color:#3b82f64d}.cv-tab-btn.job-matcher-tab-btn{color:#d946efbf;background:#d946ef05;border-color:#d946ef40}.cv-tab-btn.job-matcher-tab-btn:hover{color:#fff;background:#d946ef0f;border-color:#d946ef80}.cv-tab-btn.job-matcher-tab-btn.active{color:#d946ef;background:#d946ef1f;border-color:#d946ef99;box-shadow:0 0 10px #d946ef26}@keyframes pulse-glow{0%,to{opacity:.6;transform:scale(1);box-shadow:0 0 4px #d946ef}50%{opacity:1;transform:scale(1.2);box-shadow:0 0 10px #d946ef}}.dot-fuchsia{background:#d946ef;border-radius:50%;animation:2s ease-in-out infinite pulse-glow}.cv-tab-content{flex:1;padding:.85rem .75rem;overflow:hidden auto}.timeline{box-sizing:border-box;flex-direction:column;gap:1rem;width:100%;display:flex}.timeline-item{border-left:1px solid var(--border-mute);box-sizing:border-box;flex-direction:column;gap:.25rem;width:100%;padding-left:1.15rem;display:flex;position:relative}.timeline-item:after{content:"";background:var(--bg-dark);border:1.5px solid var(--color-orchestrator);border-radius:50%;width:7px;height:7px;position:absolute;top:5px;left:-4px}.timeline-header{box-sizing:border-box;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.5rem;width:100%;display:flex}.timeline-title{word-break:break-word;flex:1;min-width:0}.timeline-title h4{color:#fff;font-size:.9rem}.timeline-company{font-family:var(--font-mono);color:var(--color-orchestrator);font-size:.78rem}.timeline-date{font-family:var(--font-mono);color:var(--text-secondary);font-size:.72rem}.timeline-bullets{flex-direction:column;gap:.25rem;padding-left:.75rem;display:flex}.timeline-bullets li{color:var(--text-secondary);word-break:break-word;font-size:.78rem;line-height:1.35}.competencies-grid{box-sizing:border-box;flex-direction:column;gap:.5rem;width:100%;display:flex}.competency-card{box-sizing:border-box;width:100%;min-width:0;padding:.65rem}.competency-card h4{color:#fff;border-bottom:1px solid var(--border-mute);word-break:break-word;margin-bottom:.35rem;padding-bottom:.25rem;font-size:.8rem}.skills-list{box-sizing:border-box;flex-wrap:wrap;gap:.25rem;width:100%;display:flex}.skill-badge{border:1px solid var(--border-mute);color:var(--text-secondary);word-break:break-word;white-space:normal;background:#ffffff05;border-radius:3px;padding:.15rem .4rem;font-size:.68rem}@keyframes blink{50%{opacity:0}}.cursor{background:currentColor;width:5px;height:12px;margin-left:2px;animation:1s step-end infinite blink;display:inline-block}.message-bubble h1,.message-bubble h2,.message-bubble h3{margin:.35rem 0 .2rem;font-size:.95rem}.message-bubble p{margin-bottom:.35rem}.message-bubble p:last-child{margin-bottom:0}.message-bubble ul,.message-bubble ol{margin-bottom:.35rem;padding-left:1rem}.message-bubble li{font-size:.82rem}.message-bubble code{font-family:var(--font-mono);color:#f3f4f6;background:#0000004d;border-radius:2px;padding:.05rem .2rem;font-size:.75rem}.message-bubble a{color:var(--color-orchestrator);text-decoration:underline}.message-bubble a:hover{color:#fff}.miso-badge{font-size:.58rem;font-family:var(--font-mono);color:#a855f7cc;cursor:help;white-space:nowrap;transition:var(--transition-smooth);letter-spacing:.03em;background:#a855f712;border:1px solid #a855f733;border-radius:20px;align-items:center;gap:.25rem;padding:.15rem .45rem;font-weight:600;display:inline-flex}.miso-badge:hover{color:#a855f7;background:#a855f71f;border-color:#a855f766}.voice-waveform{align-items:center;gap:2px;height:18px;padding:0 2px;display:flex}.voice-waveform span{background:#10b981;border-radius:2px;width:2.5px;animation:1.1s ease-in-out infinite voice-bar;display:block;box-shadow:0 0 4px #10b98199}.voice-waveform span:first-child{height:4px;animation-delay:0s}.voice-waveform span:nth-child(2){height:10px;animation-delay:.1s}.voice-waveform span:nth-child(3){height:16px;animation-delay:.2s}.voice-waveform span:nth-child(4){height:10px;animation-delay:.3s}.voice-waveform span:nth-child(5){height:4px;animation-delay:.4s}@keyframes voice-bar{0%,to{opacity:.55;transform:scaleY(.45)}50%{opacity:1;transform:scaleY(1)}}.voice-stop-btn{color:#ef4444;cursor:pointer;transition:var(--transition-smooth);background:#ef444414;border:1px solid #ef444440;border-radius:5px;justify-content:center;align-items:center;padding:.2rem .35rem;line-height:1;display:inline-flex}.voice-stop-btn:hover{background:#ef44442e;border-color:#ef44448c;box-shadow:0 0 8px #ef444433}.voice-toggle-btn{border:1px solid var(--border-mute);color:var(--text-muted);cursor:pointer;transition:var(--transition-smooth);font-family:var(--font-mono);background:#ffffff08;border-radius:6px;align-items:center;gap:.3rem;padding:.22rem .55rem;line-height:1;display:inline-flex}.voice-toggle-btn:hover{color:var(--text-secondary);border-color:var(--text-muted);background:#ffffff0f}.voice-toggle-btn.active{color:#10b981;background:#10b98114;border-color:#10b98159;box-shadow:0 0 8px #10b9811f}.voice-toggle-btn.active:hover{background:#10b98124;border-color:#10b9818c}.voice-record-trigger{color:#a855f7bf;font-size:.65rem;font-family:var(--font-mono);cursor:pointer;transition:var(--transition-smooth);white-space:nowrap;background:#a855f70f;border:1px solid #a855f733;border-radius:6px;align-items:center;gap:.3rem;padding:.22rem .55rem;font-weight:600;display:inline-flex}.voice-record-trigger:hover{color:#a855f7;background:#a855f71f;border-color:#a855f773}.voice-record-trigger.has-sample{color:#10b981;background:#10b98112;border-color:#10b9814d}.voice-record-trigger.has-sample:hover{background:#10b98121;border-color:#10b98180}.synth-spinner{justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.synth-spinner>span{border:2px solid #a855f733;border-top-color:#a855f7;border-radius:50%;width:14px;height:14px;animation:.75s linear infinite spin;display:block}@keyframes spin{to{transform:rotate(360deg)}}.voice-modal-overlay{-webkit-backdrop-filter:blur(8px);z-index:9999;background:#000000b8;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.voice-modal{background:#0e0e14fa;border:1px solid #a855f740;border-radius:14px;flex-direction:column;gap:.85rem;width:100%;max-width:440px;padding:1.5rem;display:flex;box-shadow:0 24px 60px #0009,0 0 0 1px #a855f714}.voice-modal-header{font-family:var(--font-heading);color:#fff;justify-content:space-between;align-items:center;font-size:1rem;font-weight:700;display:flex}.voice-modal-engine{font-family:var(--font-mono);color:#a855f7b3;background:#a855f70f;border:1px solid #a855f726;border-radius:5px;padding:.3rem .6rem;font-size:.68rem}.voice-modal-engine strong{color:#a855f7}.voice-modal-desc{color:var(--text-secondary);font-size:.82rem;line-height:1.5}.voice-modal-desc strong{color:#fff}.voice-modal-tip{color:var(--text-muted);background:#ffffff05;border-left:2px solid #a855f74d;border-radius:0 4px 4px 0;padding:.5rem .75rem;font-size:.78rem;line-height:1.5}.voice-sample-exists{color:#10b981;background:#10b98112;border:1px solid #10b98133;border-radius:6px;align-items:center;gap:.4rem;padding:.4rem .75rem;font-size:.75rem;display:flex}.voice-clone-error{color:#f59e0b;background:#f59e0b0f;border:1px solid #f59e0b33;border-radius:6px;padding:.4rem .75rem;font-size:.75rem}.voice-modal-controls{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.record-btn{color:#a855f7;font-family:var(--font-heading);cursor:pointer;transition:var(--transition-smooth);background:linear-gradient(135deg,#a855f726 0%,#a855f714 100%);border:1px solid #a855f766;border-radius:7px;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.82rem;font-weight:600;display:inline-flex}.record-btn:hover{color:#c084fc;background:#a855f738;border-color:#a855f7a6;box-shadow:0 0 16px #a855f733}.recording-indicator{font-family:var(--font-mono);color:#ef4444;flex:1;align-items:center;gap:.5rem;min-width:0;font-size:.75rem;font-weight:600;display:flex}.rec-dot{background:#ef4444;border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:1s ease-in-out infinite rec-pulse;box-shadow:0 0 8px #ef4444cc}@keyframes rec-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.85)}}.rec-progress{background:#ef444426;border-radius:2px;flex:1;height:3px;overflow:hidden}.rec-progress-fill{background:#ef4444;border-radius:2px;height:100%;transition:width 1s linear}.stop-record-btn{color:#ef4444;font-family:var(--font-heading);cursor:pointer;transition:var(--transition-smooth);white-space:nowrap;background:#ef444414;border:1px solid #ef44444d;border-radius:6px;align-items:center;gap:.3rem;padding:.4rem .75rem;font-size:.78rem;font-weight:600;display:inline-flex}.stop-record-btn:hover{background:#ef444426;border-color:#ef44448c}.clear-voice-btn{border:1px solid var(--border-mute);color:var(--text-muted);font-family:var(--font-heading);cursor:pointer;transition:var(--transition-smooth);background:0 0;border-radius:6px;align-items:center;gap:.3rem;padding:.4rem .75rem;font-size:.78rem;font-weight:600;display:inline-flex}.clear-voice-btn:hover{border-color:var(--text-secondary);color:var(--text-secondary)}.voice-engine-grid{grid-template-columns:1fr;gap:.6rem;max-height:280px;margin:.25rem 0;padding-right:.2rem;display:grid;overflow-y:auto}@media (width>=380px){.voice-engine-grid{grid-template-columns:repeat(2,1fr)}}.voice-engine-card{cursor:pointer;background:#ffffff05;border:1px solid #ffffff0d;border-radius:10px;flex-direction:column;gap:.35rem;padding:.75rem;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.voice-engine-card:hover{background:#ffffff0a;border-color:#a855f74d;transform:translateY(-1px)}.voice-engine-card.active{background:#a855f70d;border-color:#a855f7a6;box-shadow:0 0 12px #a855f726}.card-badge{font-size:.55rem;font-family:var(--font-mono);text-transform:uppercase;border-radius:3px;padding:.1rem .3rem;font-weight:700;line-height:1;position:absolute;top:.4rem;right:.4rem}.card-badge.free{color:#10b981;background:#10b9811a;border:1px solid #10b98133}.card-badge.local{color:#3b82f6;background:#3b82f61a;border:1px solid #3b82f633}.card-badge.premium{color:#a855f7;background:#a855f71a;border:1px solid #a855f733}.card-header{color:#fff;align-items:center;gap:.4rem;font-size:.8rem;font-weight:700;display:flex}.card-icon{color:#a855f7d9}.card-desc{color:var(--text-muted);font-size:.68rem;line-height:1.3}.elevenlabs-setup-info{color:var(--text-secondary);background:#f59e0b0d;border-left:2px solid #f59e0b;border-radius:0 4px 4px 0;padding:.5rem .75rem;font-size:.72rem;line-height:1.45}.custom-voice-id-container{flex-direction:column;gap:.35rem;margin-top:.2rem;display:flex}.custom-voice-label{color:var(--text-secondary);font-size:.75rem;font-weight:600}.custom-voice-input{color:#fff;font-size:.78rem;font-family:var(--font-mono);transition:var(--transition-smooth);background:#00000040;border:1px solid #ffffff14;border-radius:6px;outline:none;padding:.45rem .75rem}.custom-voice-input:focus{border-color:#a855f799;box-shadow:0 0 8px #a855f726}.misotts-footer-hint{color:var(--text-muted);text-align:center;border-top:1px solid #ffffff0a;margin-top:.25rem;padding-top:.5rem;font-size:.65rem}.voice-studio-modal{max-width:480px}
