:root{--primary: #0D9488;--primary-dark: #0F766E;--primary-light: #CCFBF1;--primary-subtle: #F0FDFA;--accent: #F59E0B;--accent-light: #FEF3C7;--surface: #FAFAF9;--surface-elevated: #FFFFFF;--text-main: #1C1917;--text-muted: #78716C;--border: #E7E5E4;--border-focus: #0D9488;--success: #059669;--error: #DC2626;--error-bg: #FEF2F2;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .04);--shadow-md: 0 4px 12px rgba(0, 0, 0, .06);--shadow-lg: 0 12px 40px rgba(0, 0, 0, .08);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:linear-gradient(180deg,#f0fdfa,#fafaf9 40%,#f5f5f4);color:var(--text-main);font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}#root{width:100%;min-height:100vh;padding:2rem 1rem}.app-container{max-width:1100px;margin:0 auto}.app-header{text-align:center;margin-bottom:2.5rem}.logo{display:block;margin:0 auto 1rem;height:5rem;border-radius:var(--radius-md);object-fit:contain}.brand-name{font-size:1.75rem;font-weight:700;color:var(--primary-dark);letter-spacing:-.02em;margin-bottom:.25rem}.title{font-size:1.25rem;font-weight:500;color:var(--text-muted)}.main-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2.5rem}.card{background:var(--surface-elevated);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-sm);transition:box-shadow .2s ease,border-color .2s ease}.card:hover{box-shadow:var(--shadow-md);border-color:#0d948833}.card h2{margin:0 0 1rem;font-size:1.1rem;font-weight:600;color:var(--text-main)}button{padding:.625rem 1.25rem;border:none;border-radius:var(--radius-sm);background:var(--primary);color:#fff;font-size:.9375rem;font-weight:600;font-family:inherit;cursor:pointer;transition:background .2s ease,transform .1s ease}button:hover{background:var(--primary-dark)}button:active{transform:scale(.98)}button:disabled{background:var(--border);color:var(--text-muted);cursor:not-allowed;transform:none}button.secondary{background:var(--surface);color:var(--text-main);border:1px solid var(--border)}button.secondary:hover{background:var(--border);border-color:var(--text-muted)}input[type=file]{font-size:.9rem;padding:.5rem;border:1px dashed var(--border);border-radius:var(--radius-sm);background:var(--surface);cursor:pointer;width:100%}input[type=file]:hover{border-color:var(--primary);background:var(--primary-subtle)}.loading,.error{text-align:center;padding:1rem 1.5rem;margin-bottom:1.5rem;border-radius:var(--radius-md);font-size:.9375rem}.loading{background:var(--primary-subtle);color:var(--primary-dark);font-weight:500;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.85}}.error{background:var(--error-bg);color:var(--error);border:1px solid rgba(220,38,38,.2)}.results-section{display:flex;flex-direction:column;gap:1.25rem}.transcribed-text{border-left:4px solid var(--primary)}.transcribed-text p{margin:0;font-size:1rem;line-height:1.7;color:var(--text-main)}.result-row{display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem;padding:.5rem 0;border-bottom:1px solid var(--border)}.result-row:last-child{border-bottom:none}.result-label{font-weight:500;color:var(--text-muted);min-width:120px}.result-value{color:var(--text-main)}.sample-list{display:flex;flex-direction:column;gap:.75rem}.sample-item{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);transition:border-color .2s,background .2s}.sample-item:hover{border-color:var(--primary);background:var(--primary-subtle)}.sample-item span{font-size:.9375rem;font-weight:500;color:var(--text-main)}.tooltip-wrapper{position:relative;display:inline-flex;align-items:center;cursor:help;touch-action:manipulation;-webkit-tap-highlight-color:rgba(13,148,136,.2)}.tooltip-wrapper:after{content:"ⓘ";margin-left:.35rem;font-size:.8rem;color:var(--primary);opacity:.85}.tooltip-bubble{position:absolute;bottom:100%;left:50%;transform:translate(-50%) translateY(-6px);background:var(--text-main);color:#fff;padding:.5rem .75rem;border-radius:var(--radius-sm);font-size:.8125rem;font-weight:400;white-space:normal;max-width:260px;min-width:180px;z-index:1000;box-shadow:var(--shadow-lg);pointer-events:auto}.tooltip-bubble:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:var(--text-main)}@media(max-width:640px){.tooltip-wrapper{padding:.25rem 0}.tooltip-wrapper:after{font-size:1rem}.tooltip-bubble{bottom:auto;top:100%;transform:translate(-50%) translateY(8px);font-size:.9375rem;line-height:1.5;padding:.75rem 1rem;max-width:min(280px,calc(100vw - 2rem));min-width:200px}.tooltip-bubble:after{top:auto;bottom:100%;border-top-color:transparent;border-bottom-color:var(--text-main)}}.waveform-container{min-height:80px;width:100%;border-radius:var(--radius-sm);overflow:hidden;background:var(--surface);margin-bottom:1rem}.sentiment-card{text-align:center;padding:2rem}.sentiment-card.sentiment-positive{border-left:4px solid var(--success);background:linear-gradient(135deg,#fff,#f0fdf4)}.sentiment-card.sentiment-negative{border-left:4px solid var(--error);background:linear-gradient(135deg,#fff,#fef2f2)}.sentiment-card.sentiment-neutral{border-left:4px solid var(--text-muted)}.sentiment-content{display:flex;flex-direction:column;align-items:center;gap:.5rem}.sentiment-icon{width:3.5rem;height:3.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700}.sentiment-icon.positive{background:#dcfce7;color:#166534}.sentiment-icon.negative{background:#fee2e2;color:#991b1b}.sentiment-icon.neutral{background:#f3f4f6;color:#4b5563}.card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.card-header h2{margin:0;font-size:1.1rem;font-weight:600}.emotion-indicator,.health-indicator,.wellness-indicator,.fusion-indicator,.profile-indicator{width:12px;height:12px;border-radius:50%}.emotion-indicator{background:#6b7280}.health-indicator.healthy{background:#10b981}.health-indicator.sick{background:#ef4444}.wellness-indicator{background:#06b6d4}.fusion-indicator{background:#8b5cf6}.profile-indicator{background:#f59e0b}.main-result{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;padding:.75rem;background:var(--surface);border-radius:var(--radius-sm)}.result-highlight{font-size:1.5rem;font-weight:700}.result-highlight.healthy-text{color:#10b981}.result-highlight.sick-text{color:#ef4444}.confidence-badge{font-size:.875rem;font-weight:500;color:var(--text-muted);background:var(--surface-elevated);padding:.25rem .5rem;border-radius:var(--radius-sm)}.prob-section{margin-top:1rem}.prob-section h4{margin:0 0 .75rem;font-size:.875rem;font-weight:500;color:var(--text-muted)}.prob-bar-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.prob-label{font-size:.8125rem;font-weight:500;color:var(--text-muted);min-width:60px}.prob-bar-container{flex:1;height:8px;background:var(--border);border-radius:4px;overflow:hidden;position:relative}.prob-bar-fill{height:100%;border-radius:4px;transition:width .3s ease}.prob-value{font-size:.8125rem;font-weight:500;color:var(--text-main);min-width:35px;text-align:right}.score-section{margin-top:1rem;padding:.75rem;background:var(--surface);border-radius:var(--radius-sm)}.score-label{font-size:.875rem;font-weight:500;color:var(--text-muted);margin-bottom:.5rem}.score-bar-container{height:12px;background:var(--border);border-radius:6px;overflow:hidden}.score-bar{height:100%;border-radius:6px;transition:width .3s ease}.score-value{font-size:1rem;font-weight:600;color:var(--text-main);margin-top:.5rem}.fusion-result{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;padding:.75rem;background:var(--surface);border-radius:var(--radius-sm)}.fusion-label{font-size:1.25rem;font-weight:700}.fusion-label.positive{color:#10b981}.fusion-label.negative{color:#ef4444}.fusion-label.neutral{color:#6b7280}.fusion-confidence{font-size:.875rem;color:var(--text-muted)}.fusion-sources{display:flex;flex-direction:column;gap:.5rem}.source-bar{display:flex;align-items:center;gap:.75rem}.source-label{font-size:.8125rem;font-weight:500;color:var(--text-muted);min-width:45px}.source-bar-container{flex:1;height:8px;background:var(--border);border-radius:4px;overflow:hidden}.source-fill{height:100%;border-radius:4px;transition:width .3s ease}.source-fill.text-source{background:#3b82f6}.source-fill.audio-source{background:#8b5cf6}.source-value{font-size:.8125rem;font-weight:500;color:var(--text-main);min-width:35px;text-align:right}.fusion-note{margin-top:.75rem;font-size:.8125rem;color:var(--text-muted);font-style:italic}.profile-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.profile-item{display:flex;flex-direction:column;gap:.25rem}.profile-label{font-size:.8125rem;color:var(--text-muted)}.profile-value{font-size:1.25rem;font-weight:600}.profile-confidence{margin-top:.25rem}.mini-bars{display:flex;gap:2px;height:4px}.mini-bar{flex:1;border-radius:2px;transition:width .3s ease}.sentiment-label{margin:0;font-size:1.25rem;font-weight:700}.sentiment-score{margin:0;font-size:1rem;color:var(--text-muted)}
