*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;padding:20px}#root{display:flex;justify-content:center;align-items:center;min-height:100vh}.container{width:100%;max-width:800px;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;padding:40px}h1{color:#333;margin-bottom:8px;font-size:32px}.subtitle{color:#666;margin-bottom:30px;font-size:16px}.input-section{margin-bottom:30px}.label{display:block;font-weight:600;color:#333;margin-bottom:12px;font-size:14px}.controls{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.button{padding:12px 24px;font-size:14px;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:8px}.button-primary{background:#667eea;color:#fff}.button-primary:hover:not(:disabled){background:#5568d3;transform:translateY(-2px);box-shadow:0 8px 16px #667eea66}.button-primary:disabled{opacity:.5;cursor:not-allowed}.button-secondary{background:#f0f0f0;color:#333}.button-secondary:hover:not(:disabled){background:#e0e0e0}.button-danger{background:#ef4444;color:#fff}.button-danger:hover:not(:disabled){background:#dc2626}.recording-indicator{display:inline-flex;align-items:center;gap:8px;color:#ef4444;font-weight:600}.recording-dot{width:8px;height:8px;background:#ef4444;border-radius:50%;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.transcript-area{background:#f9fafb;border:2px solid #e5e7eb;border-radius:8px;padding:16px;margin-top:12px;min-height:80px;font-size:14px;color:#333;line-height:1.6;max-height:200px;overflow-y:auto}.transcript-area.empty{color:#999;font-style:italic}.submit-button{margin-top:20px;width:100%;padding:14px;font-size:16px;font-weight:600}.rebuttal-section{margin-top:30px;border-top:2px solid #e5e7eb;padding-top:20px}.rebuttal-title{color:#333;margin-bottom:16px;font-size:18px;font-weight:600}.rebuttal-brief{background:#f0f4ff;border-left:4px solid #667eea;padding:16px;border-radius:8px;margin-bottom:16px;line-height:1.6;color:#333;font-size:15px}.expander-header{display:flex;align-items:center;gap:12px;cursor:pointer;padding:12px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;-webkit-user-select:none;user-select:none;transition:background .2s ease}.expander-header:hover{background:#f0f4ff}.expander-arrow{display:flex;align-items:center;justify-content:center;width:24px;height:24px;font-size:18px;transition:transform .3s ease;color:#667eea}.expander-arrow.open{transform:rotate(180deg)}.expander-text{flex:1;font-weight:600;color:#333}.rebuttal-detailed{max-height:1000px;overflow:hidden;transition:max-height .3s ease,opacity .3s ease;opacity:1}.rebuttal-detailed.collapsed{max-height:0;opacity:0}.rebuttal-detailed-content{background:#fff;border:1px solid #e5e7eb;border-top:none;padding:16px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;line-height:1.8;color:#333;font-size:15px;margin-top:-1px}.loading{display:flex;align-items:center;gap:8px;color:#667eea;font-weight:600}.spinner{display:inline-block;width:16px;height:16px;border:3px solid rgba(102,126,234,.3);border-radius:50%;border-top-color:#667eea;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error{background:#fee2e2;border:1px solid #fecaca;color:#991b1b;padding:12px;border-radius:8px;margin-top:12px;font-size:14px}.success{background:#dcfce7;border:1px solid #bbf7d0;color:#166534;padding:12px;border-radius:8px;margin-top:12px;font-size:14px}@media (max-width: 600px){.container{padding:24px}h1{font-size:24px}.controls{flex-direction:column}.button{width:100%;justify-content:center}}
