*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#f8fafc,#e0f2fe);min-height:100vh;color:#0f172a}.app{min-height:100vh}.app-container{max-width:1200px;margin:0 auto;padding:2rem 1.5rem}.app-header-simple{text-align:center;margin-bottom:3rem}.header-icon{display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.header-icon .icon{width:3rem;height:3rem;color:#fff;background:#2563eb;padding:1rem;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.header-title{font-size:2.25rem;font-weight:700;color:#1e293b;margin-bottom:1rem;margin:0}.header-subtitle{font-size:1.25rem;color:#64748b;max-width:48rem;margin:0 auto}.app-main-content{max-width:64rem;margin:0 auto}.top-controls-section{margin-bottom:2rem}.top-controls-container{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-bottom:1rem;flex-wrap:wrap}.connection-status{display:flex;justify-content:center;margin-bottom:1rem}.control-container{display:flex;align-items:center;gap:1.5rem;justify-content:center;flex-wrap:wrap}.language-selector-discrete{display:flex;align-items:center;gap:.5rem;background:#f8fafccc;padding:.75rem 1rem;border-radius:16px;box-shadow:0 8px 32px #0000000d,inset 0 1px #fff;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);transition:all .3s cubic-bezier(.4,0,.2,1)}.language-selector-discrete:hover{background:#fff;transform:translateY(-2px);box-shadow:0 16px 64px #00000014,inset 0 1px #fff}.language-icon-small{width:1rem;height:1rem;color:#64748b;opacity:.8}.language-dropdown-discrete{background:transparent;border:none;font-size:.875rem;font-weight:500;color:#334155;cursor:pointer;outline:none;padding:.25rem 1.5rem .25rem 0;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e2e8f0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .25rem center;background-size:.75rem;min-width:140px}.language-dropdown-discrete:hover:not(:disabled){color:#1e293b}.language-dropdown-discrete:disabled{opacity:.5;cursor:not-allowed}.language-dropdown-discrete option{background:#fff;color:#1e293b;padding:.5rem}@media (max-width: 768px){.app-header{padding:2rem 1rem;border-radius:0 0 16px 16px}.app-header h1{font-size:2.5rem}.subtitle{font-size:1.1rem}.app-main{padding:1rem}.control-container{flex-direction:column;gap:1rem}.language-selector-discrete{order:-1;align-self:center}.language-dropdown-discrete{min-width:120px;font-size:.8rem}.control-button{padding:1rem 2rem;font-size:1.1rem}.ideas-grid{grid-template-columns:1fr;gap:1rem}.idea-card{padding:1.5rem}.transcription-section,.ideas-section,.prd-section{padding:1.5rem;border-radius:16px;margin-bottom:1.5rem}}.interim-text{color:#64748b;font-style:italic;opacity:.7}.app-main{flex:1;padding:2rem;max-width:1400px;margin:0 auto;width:100%}.audio-config-section{width:100%}.control-section{display:flex;flex-direction:column;align-items:center;gap:1.5rem;margin-bottom:2rem}.control-button{display:flex;align-items:center;gap:.75rem;padding:1.25rem 2.5rem;font-size:1.2rem;font-weight:700;border:none;border-radius:32px;background:#ffffffe6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(226,232,240,.5);color:#1e293b;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 20px 25px -5px #00000014,0 10px 10px -5px #0000000a,inset 0 1px #fffc;position:relative;overflow:hidden}.control-button:hover{transform:translateY(-4px);background:#fff;box-shadow:0 32px 64px #0000001f,0 16px 32px #00000014,inset 0 2px #fff}.control-button.active{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border-color:#ef444480;box-shadow:0 20px 25px -5px #ef444466,0 10px 10px -5px #ef44444d,inset 0 1px #fff3}.button-icon{width:1.5rem;height:1.5rem}.recording-indicator{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#ef44441a;border-radius:25px;color:#ef4444;font-weight:500}.recording-icon{width:1.25rem;height:1.25rem;animation:pulse 2s infinite}.recognition-status{font-size:.9rem;opacity:.8;margin-left:.5rem}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.error-message{background:#ef44440d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(239,68,68,.2);color:#dc2626;padding:1.5rem;border-radius:16px;margin-bottom:1.5rem;box-shadow:0 10px 25px #ef44441a,inset 0 1px #fffc;animation:errorSlideIn .3s ease-out}@keyframes errorSlideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.audio-source-selector{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(226,232,240,.5);border-radius:16px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 10px 15px -3px #0000000f,0 4px 6px -2px #0000000a}.audio-source-selector.loading{display:flex;align-items:center;gap:.75rem;justify-content:center;padding:2rem}.loading-spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top:2px solid #6366f1;border-radius:50%;animation:spin 1s linear infinite}.selector-title{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;color:#1e293b}.audio-sources{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.audio-source-option{background:#f8fafc99;border:1px solid rgba(226,232,240,.3);border-radius:12px;padding:1rem;transition:all .2s ease}.audio-source-option:hover{background:#f8fafce6;border-color:#e2e8f080}.source-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.source-info{display:flex;align-items:center;gap:.5rem}.source-label{font-weight:500;color:#1e293b}.status-supported{color:#10b981}.status-unsupported{color:#ef4444}.toggle-switch{position:relative;display:inline-block;width:44px;height:24px}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#fff3;transition:.3s;border-radius:24px}.toggle-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}input:checked+.toggle-slider{background-color:#6366f1}input:checked+.toggle-slider:before{transform:translate(20px)}input:disabled+.toggle-slider{cursor:not-allowed;opacity:.5}.source-description{color:#64748b;font-size:.875rem;line-height:1.4;margin-bottom:.75rem}.device-selector{margin-top:.75rem}.device-selector label{display:block;font-size:.875rem;font-weight:500;color:#1e293b;margin-bottom:.5rem}.device-selector select{width:100%;background:#f8fafccc;border:1px solid rgba(226,232,240,.5);border-radius:8px;padding:.5rem;color:#1e293b;font-size:.875rem}.device-selector select:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.system-audio-notice{display:flex;align-items:center;gap:.5rem;background:#f59e0b1a;border:1px solid rgba(245,158,11,.3);border-radius:8px;padding:.75rem;margin-top:.75rem;font-size:.875rem;color:#fbbf24}.advanced-settings{border-top:1px solid rgba(226,232,240,.5);padding-top:1rem;margin-bottom:1rem}.advanced-toggle{display:flex;align-items:center;gap:.5rem;background:none;border:none;color:#64748b;font-size:.875rem;cursor:pointer;padding:.5rem 0;transition:color .2s ease}.advanced-toggle:hover{color:#1e293b}.advanced-toggle:disabled{cursor:not-allowed;opacity:.5}.advanced-content{margin-top:1rem;padding:1rem;background:#f8fafc80;border-radius:8px;border:1px solid rgba(226,232,240,.3)}.setting-item{margin-bottom:1rem}.setting-item:last-child{margin-bottom:0}.setting-item h4{font-size:.875rem;font-weight:600;color:#1e293b;margin-bottom:.25rem}.setting-item p{font-size:.75rem;color:#64748b;line-height:1.4}.compatibility-list{display:flex;flex-direction:column;gap:.25rem}.compat-item{font-size:.75rem;display:flex;align-items:center;gap:.25rem}.compat-item.supported{color:#10b981}.compat-item.unsupported{color:#ef4444}.compat-item:before{content:"•";font-weight:700}.recommendations{background:#10b9811a;border:1px solid rgba(16,185,129,.2);border-radius:8px;padding:1rem;margin-top:1rem}.recommendations h4{font-size:.875rem;font-weight:600;color:#10b981;margin-bottom:.5rem}.recommendations ul{list-style:none;margin:0;padding:0}.recommendations li{font-size:.8rem;color:#64748b;margin-bottom:.25rem;padding-left:1rem;position:relative}.recommendations li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700}.recommendations li:last-child{margin-bottom:0}.transcription-section{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(226,232,240,.5);border-radius:24px;padding:2rem;margin-bottom:2rem;box-shadow:0 20px 25px -5px #0000000f,0 10px 10px -5px #0000000a,inset 0 1px #fff;animation:fadeInUp .6s ease-out}.transcription-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.transcription-actions{display:flex;gap:12px;align-items:center}.transcription-section h2{color:#1e293b;margin:0;font-size:1.5rem;font-weight:700}.save-transcription-button{display:flex;align-items:center;gap:8px;padding:10px 16px;font-size:14px;font-weight:500;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease}.save-transcription-button:hover{transform:translateY(-1px);box-shadow:0 4px 8px #10b9814d}.extract-ideas-button{display:flex;align-items:center;gap:8px;padding:10px 16px;font-size:14px;font-weight:500;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease}.extract-ideas-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 8px #6366f14d}.extract-ideas-button:disabled{opacity:.7;cursor:not-allowed;transform:none;background:linear-gradient(135deg,#94a3b8,#9ca3af)}.transcription-text{max-height:240px;overflow-y:auto;padding:1.5rem;background:#f8fafccc;border:1px solid rgba(226,232,240,.5);border-radius:16px;line-height:1.7;color:#334155;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.interim-text{color:#64748b;font-style:italic;opacity:.8}.ideas-section{background:#ffffff14;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:2rem;margin-bottom:2rem;box-shadow:0 20px 25px -5px #0000004d,0 10px 10px -5px #0003,inset 0 1px #ffffff1a;animation:fadeInUp .8s ease-out}.ideas-section h2{color:#1e293b;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.ideas-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.idea-card{padding:2rem;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:20px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 25px #0003,inset 0 1px #ffffff1a}.idea-card:hover{border-color:#6366f180;transform:translateY(-4px);background:#ffffff1a;box-shadow:0 20px 40px #0000004d,0 0 20px #6366f133,inset 0 2px #fff3}.idea-card.selected{border-color:#6366f1cc;background:#6366f11a;box-shadow:0 20px 40px #0000004d,0 0 30px #6366f14d,inset 0 2px #fff3}.idea-card h3{color:#1e293b;margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.idea-card p{color:#64748b;line-height:1.6;margin-bottom:1.5rem}.generate-prd-button{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border:none;border-radius:16px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 25px #6366f14d,inset 0 1px #fff3}.generate-prd-button:hover:not(:disabled){transform:translateY(-2px);background:linear-gradient(135deg,#5b21b6,#7c3aed);box-shadow:0 20px 40px #6366f166,inset 0 2px #ffffff4d}.generate-prd-button:disabled{opacity:.6;cursor:not-allowed}.prd-section{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(226,232,240,.5);border-radius:24px;padding:2rem;margin-bottom:2rem;box-shadow:0 20px 25px -5px #0000000f,0 10px 10px -5px #0000000a,inset 0 1px #fff;animation:fadeInUp 1s ease-out}.prd-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.prd-header h2{color:#1e293b;font-size:1.5rem;font-weight:700}.conjure-mvp-button{display:flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:linear-gradient(135deg,#ec4899,#f59e0b);color:#fff;border:none;border-radius:32px;font-weight:700;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 20px 25px -5px #ec489966,0 10px 10px -5px #ec48994d,inset 0 1px #fff3;position:relative;overflow:hidden}.conjure-mvp-button:hover:not(:disabled){transform:translateY(-4px);background:linear-gradient(135deg,#be185d,#d97706);box-shadow:0 32px 64px #ec489980,0 16px 32px #ec489966,inset 0 2px #ffffff4d}.conjure-mvp-button:disabled{opacity:.6;cursor:not-allowed}.prd-content{max-height:600px;overflow-y:auto;padding:2rem;background:#f8fafccc;border:1px solid rgba(226,232,240,.5);border-radius:16px;line-height:1.8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.prd-content h1,.prd-content h2,.prd-content h3{color:#1e293b;margin-top:1.5rem;margin-bottom:.75rem;font-weight:700}.prd-content h1{font-size:1.75rem}.prd-content h2{font-size:1.5rem}.prd-content h3{font-size:1.25rem}.prd-content p{color:#475569;margin-bottom:1rem}.prd-content ul,.prd-content ol{margin-left:2rem;margin-bottom:1rem;color:#64748b}.prd-content li{margin-bottom:.5rem}.prd-content strong{color:#1e293b;font-weight:700}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{background:#0000001a;border-radius:6px}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:6px;border:2px solid transparent;background-clip:content-box}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#5b21b6,#7c3aed);background-clip:content-box}.progress-indicators{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(226,232,240,.5);border-radius:24px;padding:2rem;margin:2rem 0;box-shadow:0 20px 25px -5px #0000000f,0 10px 10px -5px #0000000a,inset 0 1px #fff}.progress-indicators-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(226,232,240,.5)}.progress-indicators-header h3{margin:0;font-size:1.25rem;font-weight:700;color:#1e293b}.progress-indicators-status{display:flex;align-items:center}.status-active{display:flex;align-items:center;gap:8px;color:#10b981;font-weight:600;font-size:.875rem}.status-inactive{color:#64748b;font-weight:500;font-size:.875rem}.status-pulse{width:10px;height:10px;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;animation:pulse 2s infinite;box-shadow:0 0 10px #10b98180}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.1)}}.progress-steps{display:flex;flex-direction:column;gap:1rem}.progress-step{border:1px solid;border-radius:16px;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.progress-step-header{display:flex;align-items:flex-start;gap:12px}.progress-step-icon{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#f8fafccc;border:1px solid rgba(226,232,240,.5);border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 32px #0003,inset 0 1px #ffffff1a}.progress-step-content{flex:1;min-width:0}.progress-step-title{margin:0 0 .5rem;font-size:1rem;font-weight:600;color:#1e293b}.progress-step-description{margin:0 0 .75rem;font-size:.875rem;color:#64748b;line-height:1.5}.progress-step-timing{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#64748b;margin-top:.5rem}.progress-step-bar{display:flex;align-items:center;gap:1rem;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.progress-bar{flex:1;height:8px;background:#0003;border:1px solid rgba(255,255,255,.1);border-radius:4px;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.progress-bar-fill{height:100%;background:linear-gradient(90deg,#6366f1,#8b5cf6);border-radius:4px;transition:width .5s cubic-bezier(.4,0,.2,1);position:relative;box-shadow:0 0 10px #6366f180}.progress-bar-fill:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmer 2s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.progress-percentage{font-size:.875rem;font-weight:700;color:#6366f1;min-width:40px;text-align:right;text-shadow:0 0 10px rgba(99,102,241,.5)}.progress-step-estimate{margin-top:.5rem;font-size:.75rem;color:#64748b;text-align:right}.progress-indicators-footer{margin-top:1.5rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}@media (max-width: 640px){.progress-indicators{padding:16px;margin:16px 0}.progress-indicators-header{flex-direction:column;align-items:flex-start;gap:8px}.progress-step{padding:12px}.progress-step-header{gap:8px}.progress-step-icon{width:28px;height:28px}.extracted-ideas-section{padding:12px}.idea-title{font-size:14px}.idea-description{font-size:12px}.generate-prd-mini-button{font-size:12px;padding:6px 10px}}.extracted-ideas-section{margin-top:16px;padding:16px;background:#8b5cf60d;border:1px solid rgba(139,92,246,.2);border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.extracted-ideas-header{display:flex;align-items:center;gap:8px;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid rgba(139,92,246,.2)}.extracted-ideas-header h4{font-size:15px;font-weight:600;color:#8b5cf6;margin:0}.extracted-ideas-grid{display:grid;gap:12px;grid-template-columns:1fr}.extracted-idea-card{padding:12px;background:#f8fafc99;border:1px solid rgba(226,232,240,.3);border-radius:8px;cursor:pointer;transition:all .2s ease}.extracted-idea-card:hover{background:#f8fafce6;border-color:#8b5cf64d;transform:translateY(-1px)}.extracted-idea-card.selected{background:#8b5cf626;border-color:#8b5cf666;box-shadow:0 4px 12px #8b5cf633}.idea-content{margin-bottom:8px}.idea-title{font-size:16px;font-weight:600;color:#1e293b;margin:0 0 4px;line-height:1.3}.idea-description{font-size:14px;color:#64748b;margin:0;line-height:1.4}.generate-prd-mini-button{display:flex;align-items:center;gap:6px;padding:8px 12px;font-size:14px;font-weight:500;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border:none;border-radius:6px;cursor:pointer;transition:all .3s ease;margin-top:8px}.generate-prd-mini-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 8px #6366f14d}.generate-prd-mini-button:disabled{opacity:.7;cursor:not-allowed;transform:none;background:linear-gradient(135deg,#94a3b8,#9ca3af)}.spinning{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%;min-height:100vh}
