:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}html,body,#root{height:100%;margin:0;padding:0;overflow:hidden}*{box-sizing:border-box;margin:0;padding:0}.app-container-enhanced{height:100vh;width:100vw;background:linear-gradient(135deg,#667eea,#764ba2);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;display:flex;flex-direction:column}.app-header{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 20px #0000001a;padding:1rem 4rem;position:sticky;top:0;z-index:100}.header-content{display:flex;justify-content:space-between;align-items:center;width:100%}.app-title{font-size:1.75rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.connection-status{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#0000000d;border-radius:20px}.status-indicator-small{width:10px;height:10px;border-radius:50%;transition:all .3s ease}.status-indicator-small.connected{background:#10b981;box-shadow:0 0 10px #10b98180;animation:pulse 2s infinite}.status-indicator-small.connecting{background:#f59e0b;animation:pulse 1s infinite}.status-indicator-small.disconnected,.status-indicator-small.error{background:#ef4444}.status-text-small{font-size:.875rem;font-weight:500;color:#4b5563}.error-banner{background:#fee2e2;border-left:4px solid #ef4444;padding:.75rem 1rem;margin-top:1rem;border-radius:4px;display:flex;align-items:center;gap:.5rem}.error-icon{font-size:1.25rem}.error-message{color:#991b1b;font-size:.875rem}.main-content-fullscreen{flex:1;display:flex;padding:0;width:100%;background:linear-gradient(135deg,#f5f7fa,#e9ecef)}.notes-container{flex:1;display:flex;flex-direction:column;padding:2rem 4rem;width:100%}.notes-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:2rem 3rem;background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014}.notes-main-title{font-size:2rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}.audio-status{display:flex;align-items:center;gap:.75rem}.audio-wave-compact{display:flex;align-items:center;gap:2px;height:16px}.audio-wave-compact span{display:block;width:3px;height:100%;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:3px;animation:wave 1.2s linear infinite}.audio-wave-compact span:nth-child(2){animation-delay:-1.1s}.audio-wave-compact span:nth-child(3){animation-delay:-1s}.notes-content{flex:1;display:grid;grid-template-columns:1fr;gap:2rem}.notes-summary-section{background:#fff;border-radius:16px;padding:2.5rem 3rem;box-shadow:0 4px 20px #00000014}.section-title{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:3px solid #e5e7eb}.summary-content{font-size:1.1rem;line-height:1.8;color:#374151;background:#f9fafb;padding:1.5rem;border-radius:12px;border-left:4px solid #3b82f6}.notes-issues-section{background:#fff;border-radius:16px;padding:2.5rem 3rem;box-shadow:0 4px 20px #00000014}.issues-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(450px,1fr));gap:2rem}.issue-card{padding:1.5rem;border-radius:12px;border:2px solid;transition:all .3s ease;position:relative;overflow:hidden}.issue-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.issue-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.issue-number{font-size:.875rem;font-weight:600;color:#6b7280}.severity-indicator{font-size:.875rem;font-weight:700;padding:.5rem 1rem;border-radius:8px;text-transform:uppercase;letter-spacing:.05em}.issue-text{font-size:1rem;line-height:1.6;color:#1f2937;margin:0}.issue-card.severity-high{background:linear-gradient(135deg,#fee2e2,#fecaca);border-color:#ef4444}.issue-card.severity-high .severity-indicator{background:#ef4444;color:#fff}.issue-card.severity-medium{background:linear-gradient(135deg,#fef3c7,#fde68a);border-color:#f59e0b}.issue-card.severity-medium .severity-indicator{background:#f59e0b;color:#fff}.issue-card.severity-low{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border-color:#9ca3af}.issue-card.severity-low .severity-indicator{background:#9ca3af;color:#fff}.no-issues-found{text-align:center;padding:3rem;background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-radius:12px;border:2px solid #10b981}.check-icon{display:inline-block;font-size:3rem;color:#10b981;margin-bottom:1rem}.no-issues-found p{font-size:1.25rem;color:#059669;font-weight:500;margin:0}.notes-loading{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;text-align:center;background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014}.loading-spinner{width:60px;height:60px;border:4px solid #e5e7eb;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:2rem}.notes-loading p{font-size:1.25rem;color:#4b5563;margin-bottom:.5rem}.loading-subtext{font-size:1rem;color:#9ca3af}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.audio-text{font-size:.875rem;font-weight:500;color:#6b7280}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes wave{0%,60%,to{transform:scaleY(.4)}30%{transform:scaleY(1)}}@media (max-width: 1024px){.issues-grid{grid-template-columns:1fr}.notes-container,.notes-header{padding:1rem}.notes-main-title{font-size:1.5rem}}@media (max-width: 640px){.app-header{padding:1rem}.header-content{flex-direction:column;gap:1rem}.app-title{font-size:1.5rem}.notes-header{flex-direction:column;gap:1rem;text-align:center}.notes-main-title,.section-title{font-size:1.25rem}.notes-summary-section,.notes-issues-section,.issue-card{padding:1rem}}.app-container,.error-container{display:none}.app-header-compact{background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 1px 4px #0000001a;padding:.5rem 1rem;position:sticky;top:0;z-index:100}.status-bar{display:flex;justify-content:space-between;align-items:center;gap:1rem}.app-title-compact{font-size:.875rem;font-weight:600;color:#1f2937}.connection-info{display:flex;align-items:center;gap:.5rem;font-size:.75rem}.status-dot{width:8px;height:8px;border-radius:50%;transition:all .3s ease}.status-dot.connected{background:#10b981;box-shadow:0 0 8px #10b98180;animation:pulse 2s infinite}.status-dot.connecting{background:#f59e0b;animation:pulse 1s infinite}.status-dot.disconnected,.status-dot.error{background:#ef4444}.status-label{font-size:.75rem;font-weight:500;color:#6b7280}.error-banner-compact{background:#fee2e2;color:#991b1b;padding:.5rem 1rem;font-size:.75rem;text-align:center;border-bottom:1px solid #fecaca}.notes-list-container{flex:1;overflow-y:auto;overflow-x:hidden;padding:1rem;background:#f3f4f6;height:100%;width:100%}.note-box{background:#fff;border-radius:8px;padding:1rem;margin-bottom:.75rem;box-shadow:0 1px 3px #0000001a;transition:transform .2s ease;animation:slideIn .3s ease}.note-box:hover{transform:translate(4px);box-shadow:0 2px 8px #00000026}.note-timestamp{font-size:.625rem;color:#9ca3af;margin-bottom:.5rem;font-weight:500}.note-statement{font-size:.875rem;color:#1f2937;margin-bottom:.75rem;line-height:1.5;font-weight:500}.note-recommendation{background:linear-gradient(135deg,#e0f2fe,#cffafe);border-left:3px solid #0891b2;border-radius:6px;padding:.75rem;margin-bottom:.75rem;font-size:.8rem;line-height:1.5}.recommendation-label{display:block;font-weight:600;color:#0e7490;margin-bottom:.375rem;font-size:.75rem}.recommendation-text{color:#164e63;display:block}.note-issues{display:flex;flex-direction:column;gap:.5rem}.note-issue{display:flex;align-items:flex-start;gap:.5rem;padding:.5rem;border-radius:6px;font-size:.75rem}.note-issue.severity-high{background:#fee2e2;border-left:3px solid #ef4444}.note-issue.severity-medium{background:#fef3c7;border-left:3px solid #f59e0b}.note-issue.severity-low{background:#f3f4f6;border-left:3px solid #9ca3af}.severity-badge{font-size:.625rem;font-weight:700;text-transform:uppercase;padding:.125rem .375rem;border-radius:4px;white-space:nowrap;letter-spacing:.025em}.note-issue.severity-high .severity-badge{background:#ef4444;color:#fff}.note-issue.severity-medium .severity-badge{background:#f59e0b;color:#fff}.note-issue.severity-low .severity-badge{background:#9ca3af;color:#fff}.issue-comment{flex:1;color:#374151;line-height:1.4}.notes-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;color:#9ca3af}.notes-empty .loading-spinner{width:40px;height:40px;border-width:3px;margin-bottom:1rem}.notes-empty p{font-size:.875rem}.factcheck-section{margin-bottom:1rem}.section-header{font-size:.875rem;font-weight:600;color:#1f2937;margin-bottom:.75rem;padding-left:.25rem}.factcheck-box{background:#fff;border-radius:8px;padding:.875rem;margin-bottom:.5rem;box-shadow:0 1px 3px #0000001a;border-left:3px solid;animation:slideIn .3s ease}.factcheck-box.verdict-true{border-left-color:#10b981;background:linear-gradient(135deg,#f0fdf4,#ecfdf5)}.factcheck-box.verdict-false{border-left-color:#ef4444;background:linear-gradient(135deg,#fef2f2,#fee2e2)}.factcheck-box.verdict-disputed{border-left-color:#f59e0b;background:linear-gradient(135deg,#fffbeb,#fef3c7)}.factcheck-box.verdict-unable_to_verify{border-left-color:#6b7280;background:linear-gradient(135deg,#f9fafb,#f3f4f6)}.factcheck-header{margin-bottom:.5rem}.verdict-badge{font-size:.625rem;font-weight:700;text-transform:uppercase;padding:.25rem .5rem;border-radius:4px;letter-spacing:.025em}.verdict-badge.verdict-true{background:#10b981;color:#fff}.verdict-badge.verdict-false{background:#ef4444;color:#fff}.verdict-badge.verdict-disputed{background:#f59e0b;color:#fff}.verdict-badge.verdict-unable_to_verify{background:#6b7280;color:#fff}.factcheck-claim{font-size:.875rem;font-weight:500;color:#1f2937;line-height:1.5;margin-bottom:.5rem;font-style:italic}.factcheck-explanation{font-size:.75rem;color:#4b5563;line-height:1.5;padding:.5rem;background:#00000008;border-radius:4px;margin-bottom:.5rem}.factcheck-sources{display:flex;gap:.5rem;flex-wrap:wrap}.source-link{font-size:.625rem;color:#3b82f6;text-decoration:none;padding:.125rem .375rem;background:#eff6ff;border-radius:4px;transition:background .2s ease}.source-link:hover{background:#dbeafe;text-decoration:underline}
