.app{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem 1rem}.container{max-width:900px;margin:0 auto;background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;overflow:hidden}.header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:3rem 2rem;text-align:center}.header h1{font-size:2.5rem;margin-bottom:.5rem;font-weight:700}.subtitle{font-size:1.1rem;opacity:.95;margin-top:.5rem}.content{padding:2rem}.upload-section{margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;margin-bottom:.5rem;color:#333;font-size:1rem}.required{color:#ef4444}.input{width:100%;padding:.875rem;border:2px solid #e5e7eb;border-radius:10px;font-size:1rem;transition:all .3s ease;font-family:inherit}.input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.input:disabled{background-color:#f3f4f6;cursor:not-allowed}.file-input-wrapper{position:relative}.file-input{position:absolute;opacity:0;width:.1px;height:.1px}.file-label{display:block;padding:1rem;background:#f9fafb;border:2px dashed #d1d5db;border-radius:10px;text-align:center;cursor:pointer;transition:all .3s ease;color:#6b7280;font-weight:500}.file-label:hover{background:#f3f4f6;border-color:#667eea;color:#667eea}.file-input:disabled+.file-label{cursor:not-allowed;opacity:.6}.hint{display:block;margin-top:.5rem;color:#6b7280;font-size:.875rem}.btn{padding:.875rem 2rem;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:inherit}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;width:100%;box-shadow:0 4px 15px #667eea66}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.btn-secondary{background:#f3f4f6;color:#374151}.btn-secondary:hover:not(:disabled){background:#e5e7eb}.btn-remove{background:#fee2e2;color:#dc2626;padding:.5rem 1rem;min-width:40px}.btn-remove:hover:not(:disabled){background:#fecaca}.loading-status{display:flex;align-items:center;justify-content:center;margin-top:1.5rem;padding:1rem;background:#eff6ff;border-radius:10px;color:#1e40af;font-weight:500}.spinner{width:20px;height:20px;border:3px solid #bfdbfe;border-top-color:#2563eb;border-radius:50%;animation:spin 1s linear infinite;margin-right:.75rem}@keyframes spin{to{transform:rotate(360deg)}}.alert{padding:1rem;border-radius:10px;margin-bottom:1.5rem;font-weight:500}.alert-error{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}.error-header{margin-bottom:.5rem;font-size:1.1rem}.error-message{margin-bottom:1rem;line-height:1.6}.error-solution{background:#ffffffb3;padding:.75rem;border-radius:6px;border-left:3px solid #dc2626;font-size:.95rem}.alert-success{background:#d1fae5;color:#065f46;border:1px solid #a7f3d0}.result-section{margin-top:2rem}.result-section h2{font-size:1.5rem;color:#1f2937;margin-bottom:1rem;font-weight:700}.result-box{padding:1.5rem;border-radius:10px;line-height:1.8;font-size:1rem}.transcript-box{background:#f9fafb;border:1px solid #e5e7eb;color:#374151;max-height:300px;overflow-y:auto}.summary-box{background:#eff6ff;border-left:4px solid #2563eb;color:#1e40af}.tasks-box{background:#f0fdf4;border-left:4px solid #10b981;color:#065f46}.task-list{list-style:none;padding:0;margin:0}.task-list li{margin-bottom:.5rem;background:#fff;border-radius:8px;position:relative;padding:.75rem .75rem .75rem 2rem}.task-list li:before{content:"✓";position:absolute;left:.75rem;color:#10b981;font-weight:700}.email-section{margin-top:3rem;padding-top:2rem;border-top:2px solid #e5e7eb}.email-section h2{font-size:1.5rem;color:#1f2937;margin-bottom:1rem;font-weight:700}.email-form{display:flex;flex-direction:column;gap:1rem}.email-input-group{display:flex;gap:.5rem;align-items:center}.email-input-group .input{flex:1}.email-actions{display:flex;gap:1rem;margin-top:.5rem}.email-actions .btn{flex:1}@media (max-width: 768px){.app{padding:1rem .5rem}.header h1{font-size:1.75rem}.subtitle{font-size:1rem}.content{padding:1.5rem}.email-actions{flex-direction:column}}*{margin:0;padding:0;box-sizing:border-box}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,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;-webkit-text-size-adjust:100%}body{margin:0;display:flex;min-width:320px;min-height:100vh}#root{width:100%}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}}
