.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:20px}.auth-card{background:white;border-radius:12px;padding:40px;max-width:450px;width:100%;box-shadow:0 10px 40px #0000001a}.auth-card h1{margin:0 0 8px;color:#1a202c;font-size:28px}.auth-subtitle{color:#718096;margin:0 0 30px;font-size:14px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;color:#2d3748;font-weight:500;font-size:14px}.form-group input{width:100%;padding:12px 16px;border:2px solid #e2e8f0;border-radius:8px;font-size:14px;transition:all .2s;box-sizing:border-box}.form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group input:disabled{background-color:#f7fafc;cursor:not-allowed}.form-group small{display:block;margin-top:6px;color:#718096;font-size:12px}.btn-primary{width:100%;padding:12px 24px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;margin-top:10px}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{padding:10px 20px;background:#f7fafc;color:#2d3748;border:2px solid #e2e8f0;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;text-decoration:none;display:inline-block;transition:all .2s}.btn-secondary:hover{background:#edf2f7;border-color:#cbd5e0}.btn-danger{padding:10px 20px;background:#f56565;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.btn-danger:hover{background:#e53e3e;transform:translateY(-1px)}.error-message{background:#fed7d7;color:#c53030;padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:14px;border-left:4px solid #f56565}.success-message{background:#c6f6d5;color:#2f855a;padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:14px;border-left:4px solid #48bb78}.auth-footer{margin-top:24px;text-align:center;padding-top:24px;border-top:1px solid #e2e8f0}.auth-footer p{margin:0;color:#718096;font-size:14px}.auth-footer a{color:#667eea;text-decoration:none;font-weight:600}.auth-footer a:hover{text-decoration:underline}.profile-info{margin:30px 0}.profile-field{margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #e2e8f0}.profile-field:last-child{border-bottom:none}.profile-field label{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.5px;color:#718096;margin-bottom:6px;font-weight:600}.profile-field p{margin:0;font-size:16px;color:#2d3748;font-weight:500}.profile-field .user-id{font-family:Courier New,monospace;font-size:13px;color:#4a5568;word-break:break-all}.profile-actions{display:flex;gap:12px;justify-content:space-between;margin-top:30px}.header-actions{display:flex;align-items:center;gap:15px}.profile-link{color:#fff;text-decoration:none;font-weight:500;padding:8px 16px;border-radius:6px;background:rgba(255,255,255,.2);transition:background .2s}.profile-link:hover{background:rgba(255,255,255,.3)}.no-data{text-align:center;padding:60px 20px;color:#718096}.no-data p{margin:8px 0}.no-data .hint{font-size:14px;color:#a0aec0}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem;animation:fadeIn .2s ease-out}.event-detail-modal{background:white;border-radius:16px;max-width:900px;width:100%;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{padding:2rem 2.5rem 1.5rem;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:flex-start}.modal-header h2{margin:0 0 1rem;font-size:1.75rem;color:#111827;font-weight:600}.event-meta{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center}.source-badge,.event-type-badge,.severity-badge{padding:.375rem .875rem;border-radius:6px;font-size:.875rem;font-weight:500}.source-badge{background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);color:#fff}.badge-fda{background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%)}.badge-ema{background:linear-gradient(135deg,#10b981 0%,#059669 100%)}.badge-health_canada{background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%)}.event-type-badge{background:#f3f4f6;color:#374151}.severity-badge{font-weight:600;text-transform:uppercase;font-size:.75rem;letter-spacing:.05em}.severity-critical{background:#7f1d1d;color:#fff}.severity-high{background:#dc2626;color:#fff}.severity-medium{background:#f59e0b;color:#fff}.severity-low{background:#10b981;color:#fff}.event-date{color:#6b7280;font-size:.875rem}.close-button{background:none;border:none;font-size:1.5rem;color:#9ca3af;cursor:pointer;padding:.25rem .5rem;line-height:1;transition:color .2s}.close-button:hover{color:#374151}.modal-body{flex:1;overflow-y:auto;padding:2rem 2.5rem}.detail-section{margin-bottom:2rem}.detail-section:last-child{margin-bottom:0}.detail-section h3{font-size:1.125rem;font-weight:600;color:#111827;margin:0 0 1rem}.summary-text{color:#374151;line-height:1.7;font-size:1rem}.description-text{color:#4b5563;line-height:1.7;white-space:pre-wrap;font-size:.9375rem}.enrichment-section{background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 100%);padding:1.5rem;border-radius:12px;border:1px solid #bae6fd}.enrichment-content{color:#0c4a6e;line-height:1.7;white-space:pre-wrap;font-size:.9375rem}.metadata-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.metadata-item{display:flex;flex-direction:column;gap:.25rem}.metadata-full-width{grid-column:1 / -1}.metadata-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#6b7280}.metadata-value{color:#111827;font-size:.9375rem}.metadata-link{color:#3b82f6;text-decoration:none;word-break:break-all;font-size:.875rem}.metadata-link:hover{text-decoration:underline}.raw-data-section{background:#f9fafb;padding:1rem 1.5rem;border-radius:8px;border:1px solid #e5e7eb}.raw-data-section summary{cursor:pointer;font-weight:600;color:#374151;-webkit-user-select:none;user-select:none;list-style:none}.raw-data-section summary::-webkit-details-marker{display:none}.raw-data{margin-top:1rem;background:#1f2937;color:#d1d5db;padding:1.5rem;border-radius:8px;overflow-x:auto;font-size:.8125rem;line-height:1.6}.modal-footer{padding:1.5rem 2.5rem;border-top:1px solid #e5e7eb;display:flex;gap:1rem;justify-content:flex-end}.btn{padding:.625rem 1.5rem;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s;border:none;font-size:.9375rem;text-decoration:none;display:inline-block}.btn-primary{background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);color:#fff}.btn-primary:hover{background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);transform:translateY(-1px);box-shadow:0 4px 12px #3b82f666}.btn-secondary{background:white;color:#374151;border:1px solid #d1d5db}.btn-secondary:hover{background:#f9fafb;border-color:#9ca3af}.modal-body::-webkit-scrollbar{width:8px}.modal-body::-webkit-scrollbar-track{background:#f3f4f6;border-radius:4px}.modal-body::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.modal-body::-webkit-scrollbar-thumb:hover{background:#9ca3af}.personalized-feed{background:white;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:1.5rem}.feed-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.feed-header h2{margin:0;font-size:1.5rem;color:#111827}.subscriptions-manager{background:#f9fafb;padding:1rem;border-radius:6px;margin-bottom:1.5rem;border:1px solid #e5e7eb}.add-sub-form{display:flex;gap:.5rem;margin-bottom:1rem}.sub-input{flex:1;padding:.5rem;border:1px solid #d1d5db;border-radius:4px}.subs-list{display:flex;flex-wrap:wrap;gap:.5rem}.sub-tag{background:#e0e7ff;color:#4338ca;padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;display:flex;align-items:center;gap:.5rem}.sub-remove{cursor:pointer;font-weight:700;opacity:.6}.sub-remove:hover{opacity:1}.events-grid{display:grid;gap:1.5rem}.event-card{border:1px solid #e5e7eb;border-radius:8px;padding:1.25rem;transition:box-shadow .2s}.event-card:hover{box-shadow:0 4px 6px #0000000d}.event-meta{display:flex;justify-content:space-between;margin-bottom:.75rem;font-size:.875rem}.badge{padding:.25rem .5rem;border-radius:4px;font-weight:500;text-transform:uppercase;font-size:.75rem}.badge-recall{background:#fee2e2;color:#991b1b}.badge-guidance{background:#dbeafe;color:#1e40af}.badge-meeting{background:#f3f4f6;color:#374151}.event-date{color:#6b7280}.event-card h3{margin:0 0 .75rem;font-size:1.125rem;color:#111827}.event-summary{color:#4b5563;margin-bottom:1.25rem;line-height:1.5}.event-actions{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #f3f4f6;padding-top:1rem}.btn-chat{background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-weight:500;display:flex;align-items:center;gap:.5rem;transition:background .2s}.btn-chat:hover{background:#dcfce7}.btn-link{color:#3b82f6;text-decoration:none;font-weight:500}.btn-link:hover{text-decoration:underline}.subscription-manager-container{padding:1.5rem;background:white;border-radius:12px;box-shadow:0 1px 3px #0000001a}.sub-header{margin-bottom:2rem}.sub-header h3{font-size:1.5rem;font-weight:600;color:#111827;margin-bottom:.5rem}.text-muted{color:#6b7280;font-size:.95rem}.add-subscription-card{background:#f9fafb;padding:1.5rem;border-radius:8px;margin-bottom:2rem;border:1px solid #e5e7eb}.add-sub-form .input-group{display:flex;gap:1rem;max-width:600px}.modern-input{flex:1;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;transition:border-color .2s}.modern-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.subscriptions-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.subscription-card{background:white;border:1px solid #e5e7eb;border-radius:8px;padding:1.25rem;transition:all .2s ease}.subscription-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border-color:#d1d5db}.sub-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.topic-name{font-weight:600;color:#1f2937;font-size:1.1rem}.btn-icon-danger{background:none;border:none;cursor:pointer;font-size:1.1rem;opacity:.6;transition:opacity .2s;padding:4px;border-radius:4px}.btn-icon-danger:hover{opacity:1;background-color:#fee2e2}.sub-keywords{display:flex;flex-wrap:wrap;gap:.5rem}.keyword-tag{background:#eff6ff;color:#2563eb;padding:.25rem .75rem;border-radius:9999px;font-size:.85rem;font-weight:500}.empty-state-card{grid-column:1 / -1;text-align:center;padding:4rem 2rem;background:#f9fafb;border-radius:12px;border:2px dashed #e5e7eb}.empty-icon{font-size:3rem;margin-bottom:1rem;opacity:.5}.error-message{background-color:#fee2e2;color:#991b1b;padding:1rem;border-radius:6px;margin-bottom:1.5rem}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:white;border-radius:8px;width:100%;max-width:500px;box-shadow:0 4px 6px #0000001a;animation:slideIn .2s ease-out}@keyframes slideIn{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{padding:1.5rem;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.modal-header h3{margin:0;font-size:1.25rem;color:#111827}.close-button{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:0;line-height:1}.modal-body{padding:1.5rem}.modal-description{color:#6b7280;margin-bottom:1.5rem;font-size:.95rem}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#374151}.form-input{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem}.form-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.error-message{color:#ef4444;font-size:.875rem;margin-top:.5rem}.modal-footer{padding:1.5rem;background-color:#f9fafb;border-top:1px solid #e5e7eb;border-radius:0 0 8px 8px;display:flex;justify-content:flex-end;gap:1rem}.btn-secondary{padding:.5rem 1rem;background:white;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;font-weight:500}.btn-primary{padding:.5rem 1rem;background:#3b82f6;border:1px solid #3b82f6;border-radius:6px;color:#fff;cursor:pointer;font-weight:500}:root{--chat-bg-primary: #F8FAFC;--chat-bg-secondary: #FFFFFF;--chat-accent-primary: #0EA5E9;--chat-accent-secondary: #0284C7;--chat-text-primary: #1E293B;--chat-text-secondary: #64748B;--chat-border-color: #E2E8F0;--chat-message-user-bg: #0EA5E9;--chat-message-user-text: #FFFFFF;--chat-message-ai-bg: #FFFFFF;--chat-message-ai-text: #334155;--chat-shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--chat-shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--chat-radius-lg: 1rem;--chat-radius-md: .75rem;--chat-font-family: "Inter", system-ui, -apple-system, sans-serif}.chat-layout{display:flex;flex-direction:column;height:100vh;background-color:var(--chat-bg-primary);font-family:var(--chat-font-family);color:var(--chat-text-primary)}.chat-header{background-color:var(--chat-bg-secondary);border-bottom:1px solid var(--chat-border-color);padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:var(--chat-shadow-sm);z-index:10}.header-content h1{font-size:1.25rem;font-weight:600;color:var(--chat-text-primary);margin:0;display:flex;align-items:center;gap:.5rem}.header-subtitle{font-size:.875rem;color:var(--chat-text-secondary);margin:.25rem 0 0}.header-actions{display:flex;gap:1rem}.btn-ghost{background:transparent;border:none;color:var(--chat-text-secondary);cursor:pointer;padding:.5rem;border-radius:var(--chat-radius-md);transition:all .2s;text-decoration:none;font-size:.875rem;font-weight:500}.btn-ghost:hover{background-color:var(--chat-bg-primary);color:var(--chat-text-primary)}.messages-container{flex:1;overflow-y:auto;padding:2rem;display:flex;flex-direction:column;gap:1.5rem;scroll-behavior:smooth}.welcome-screen{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--chat-text-primary);max-width:600px;margin:0 auto;animation:fadeIn .5s ease-out}.welcome-icon{font-size:3rem;margin-bottom:1.5rem;background:#E0F2FE;width:80px;height:80px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:var(--chat-accent-primary)}.welcome-screen h2{font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.welcome-screen p{color:var(--chat-text-secondary);margin-bottom:2rem}.suggestion-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;width:100%}.suggestion-card{background:var(--chat-bg-secondary);border:1px solid var(--chat-border-color);padding:1rem;border-radius:var(--chat-radius-md);cursor:pointer;transition:all .2s;text-align:left}.suggestion-card:hover{border-color:var(--chat-accent-primary);box-shadow:var(--chat-shadow-md);transform:translateY(-2px)}.suggestion-card h3{font-size:.875rem;font-weight:600;margin:0 0 .25rem;color:var(--chat-text-primary)}.suggestion-card p{font-size:.75rem;margin:0;color:var(--chat-text-secondary)}.message-wrapper{display:flex;gap:1rem;max-width:80%;animation:slideUp .3s ease-out}.message-wrapper.user{align-self:flex-end;flex-direction:row-reverse}.message-wrapper.assistant{align-self:flex-start}.avatar{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;flex-shrink:0}.user .avatar{background-color:var(--chat-accent-primary);color:#fff}.assistant .avatar{background-color:#10b981;color:#fff}.assistant .message-bubble{background-color:var(--chat-message-ai-bg);color:var(--chat-message-ai-text);border:1px solid var(--chat-border-color);border-bottom-left-radius:4px}.message-bubble{padding:1rem;border-radius:var(--chat-radius-lg);box-shadow:var(--chat-shadow-sm);max-width:100%;overflow-wrap:break-word}.user .message-bubble{background-color:var(--chat-message-user-bg);color:var(--chat-message-user-text);border-bottom-right-radius:4px}.message-time{font-size:.75rem;margin-top:.25rem;opacity:.7;text-align:right}.markdown-content{font-size:.9375rem;line-height:1.6}.markdown-content p{margin-bottom:.75rem}.markdown-content p:last-child{margin-bottom:0}.markdown-content ul,.markdown-content ol{margin-left:1.5rem;margin-bottom:.75rem}.markdown-content li{margin-bottom:.25rem}.markdown-content h1,.markdown-content h2,.markdown-content h3,.markdown-content h4{font-weight:600;margin-top:1rem;margin-bottom:.5rem;color:inherit}.markdown-content strong{font-weight:600;color:inherit}.markdown-content a{color:var(--chat-accent-primary);text-decoration:underline}.markdown-content blockquote{border-left:3px solid var(--chat-border-color);padding-left:1rem;margin:1rem 0;color:var(--chat-text-secondary)}.markdown-content code{background:rgba(0,0,0,.05);padding:.2rem .4rem;border-radius:4px;font-family:monospace;font-size:.85em}.markdown-content pre{background:#1e293b;color:#e2e8f0;padding:1rem;border-radius:8px;overflow-x:auto;margin:1rem 0}.markdown-content pre code{background:transparent;padding:0;color:inherit}.sources-section{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--chat-border-color)}.sources-title{font-size:.75rem;font-weight:600;color:var(--chat-text-secondary);margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.05em;display:flex;align-items:center;gap:.5rem}.sources-grid{display:flex;flex-direction:column;gap:.75rem}.source-card{background:#F1F5F9;border-radius:var(--chat-radius-md);padding:.75rem;border:1px solid transparent;transition:all .2s}.source-card:hover{background:#FFFFFF;border-color:var(--chat-accent-primary);box-shadow:var(--chat-shadow-sm)}.source-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.source-title{font-weight:600;font-size:.875rem;color:var(--chat-accent-primary)}.source-match{font-size:.75rem;background:#E0F2FE;color:#0369a1;padding:2px 8px;border-radius:12px;font-weight:500}.source-meta{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:.5rem}.meta-badge{font-size:.7rem;padding:2px 6px;border-radius:4px;background:#E2E8F0;color:#475569}.source-content{font-size:.8125rem;color:var(--chat-text-secondary);line-height:1.5;border-left:2px solid #CBD5E1;padding-left:.75rem}.input-area{background-color:var(--chat-bg-secondary);border-top:1px solid var(--chat-border-color);padding:1.5rem 2rem}.input-wrapper{max-width:900px;margin:0 auto;position:relative;display:flex;gap:1rem;align-items:flex-end;background:var(--chat-bg-primary);padding:.75rem;border-radius:var(--chat-radius-lg);border:1px solid var(--chat-border-color);transition:all .2s}.input-wrapper:focus-within{border-color:var(--chat-accent-primary);box-shadow:0 0 0 2px #0ea5e91a;background:#FFFFFF}.chat-textarea{flex:1;border:none;background:transparent;resize:none;padding:.5rem;font-family:var(--chat-font-family);font-size:.9375rem;line-height:1.5;color:var(--chat-text-primary);max-height:150px;outline:none}.send-btn{background:var(--chat-accent-primary);color:#fff;border:none;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;flex-shrink:0}.send-btn:hover:not(:disabled){background:var(--chat-accent-secondary);transform:scale(1.05)}.send-btn:disabled{background:#CBD5E1;cursor:not-allowed}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.typing-indicator{display:flex;gap:4px;padding:4px 8px}.typing-dot{width:6px;height:6px;background:#94A3B8;border-radius:50%;animation:bounce 1.4s infinite ease-in-out both}.typing-dot:nth-child(1){animation-delay:-.32s}.typing-dot:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.dashboard-container{padding:1rem;max-width:1600px;margin:0 auto}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.dashboard-header h1{font-size:1.875rem;font-weight:700;color:#111827;margin:0}.tenant-name{color:#6b7280;margin-top:.25rem;font-size:.875rem}.hero-grid{display:grid;grid-template-columns:300px 1fr;gap:1.5rem;margin-bottom:2rem}.stats-column{display:flex;flex-direction:column;gap:1rem}.stat-card{background:white;padding:1.5rem;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;display:flex;align-items:center;gap:1rem;transition:transform .2s ease}.stat-card:hover{transform:translateY(-2px)}.stat-icon{font-size:2rem;background-color:#eff6ff;width:3.5rem;height:3.5rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center}.stat-content h3{font-size:1.5rem;font-weight:700;color:#111827;margin:0}.stat-content p{color:#6b7280;margin:0;font-size:.875rem}.main-chart-card{background:white;padding:1.5rem;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a;height:100%;min-height:400px}.secondary-charts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.chart-card{background:white;padding:1.5rem;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a;height:350px}.chart-card h3{margin-top:0;margin-bottom:1rem;color:#374151;font-size:1.1rem;font-weight:600}.events-section{background:white;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a;overflow:hidden}.table-header-controls{padding:1.5rem;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.table-filters{display:flex;gap:1rem;flex-wrap:wrap}.filter-input,.filter-select{padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.875rem;outline:none;transition:border-color .2s}.filter-input:focus,.filter-select:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.search-input{min-width:250px}.events-table{width:100%;border-collapse:collapse}.events-table th{background-color:#f9fafb;padding:.75rem 1.5rem;text-align:left;font-size:.75rem;font-weight:600;text-transform:uppercase;color:#6b7280;letter-spacing:.05em;cursor:pointer;-webkit-user-select:none;user-select:none}.events-table th:hover{background-color:#f3f4f6}.events-table td{padding:1rem 1.5rem;border-bottom:1px solid #e5e7eb;color:#374151;font-size:.875rem}.events-table tr:last-child td{border-bottom:none}.events-table tr:hover{background-color:#f9fafb}.badge{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500;display:inline-block}.badge-fda{background-color:#dbeafe;color:#1e40af}.badge-ema{background-color:#d1fae5;color:#065f46}.badge-health_canada{background-color:#fee2e2;color:#991b1b}.badge-type{background-color:#f3f4f6;color:#374151;border:1px solid #e5e7eb}@media (max-width: 1024px){.hero-grid{grid-template-columns:1fr}.stats-column{flex-direction:row;flex-wrap:wrap}.stat-card{flex:1;min-width:200px}}.tenant-profile-container{padding:2rem;max-width:1200px;margin:0 auto}.tenant-profile-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.tenant-profile-header h1{margin:0;font-size:2rem;color:#1e293b}.alert{padding:1rem 1.5rem;border-radius:8px;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500}.alert-success{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.alert-error{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}.tenant-profile-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem}.profile-card{background:white;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000001a}.profile-card h2{margin:0 0 1.5rem;font-size:1.25rem;color:#1e293b;padding-bottom:.75rem;border-bottom:2px solid #f1f5f9}.profile-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.875rem;font-weight:500;color:#475569}.form-input{padding:.75rem 1rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;transition:border-color .2s,box-shadow .2s}.form-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-input:disabled{background:#f8fafc;cursor:not-allowed}textarea.form-input{resize:vertical;font-family:inherit}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:.5rem}.profile-view{display:flex;flex-direction:column;gap:1.5rem}.field{display:flex;flex-direction:column;gap:.5rem}.field label{font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.field p{margin:0;font-size:.938rem;color:#1e293b}.text-muted{color:#94a3b8;font-style:italic}.details-list{display:flex;flex-direction:column;gap:1rem}.detail-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#f8fafc;border-radius:8px}.detail-label{font-size:.875rem;color:#64748b;font-weight:500}.detail-value{font-size:.875rem;color:#1e293b}code.detail-value{background:#e2e8f0;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-family:Courier New,monospace}.settings-preview{margin-top:1rem;display:flex;flex-direction:column;gap:1rem}.setting-item{display:flex;align-items:center}.setting-item label{display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:#475569;cursor:not-allowed}.setting-item input[type=checkbox]{width:18px;height:18px;cursor:not-allowed}.loading-state{text-align:center;padding:4rem 2rem}@media (max-width: 768px){.tenant-profile-container{padding:1rem}.tenant-profile-header{flex-direction:column;align-items:flex-start;gap:1rem}.tenant-profile-grid{grid-template-columns:1fr}.form-actions{flex-direction:column-reverse}.form-actions .btn{width:100%;justify-content:center}}.settings-layout{display:flex;min-height:calc(100vh - 64px);background-color:#f8fafc}.settings-sidebar{width:280px;background:white;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;padding:1.5rem 0;flex-shrink:0}.settings-sidebar-header{padding:0 1.5rem 1.5rem;border-bottom:1px solid #f1f5f9;margin-bottom:1rem}.settings-sidebar-header h2{font-size:1.25rem;font-weight:700;color:#0f172a;margin:0}.settings-nav-group{padding:0 1rem;margin-bottom:2rem}.settings-nav-group h3{font-size:.75rem;text-transform:uppercase;color:#64748b;font-weight:600;letter-spacing:.05em;margin:0 0 .75rem .5rem}.nav-item{display:block;width:100%;text-align:left;padding:.75rem 1rem;border:none;background:transparent;color:#475569;font-size:.9375rem;font-weight:500;border-radius:8px;cursor:pointer;transition:all .2s ease;margin-bottom:.25rem}.nav-item:hover{background:#f1f5f9;color:#1e293b}.nav-item.active{background:#eff6ff;color:#2563eb;font-weight:600}.settings-sidebar-footer{margin-top:auto;padding:1.5rem;border-top:1px solid #f1f5f9}.btn-logout{width:100%;padding:.75rem;border:1px solid #fee2e2;background:#fff;color:#ef4444;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.btn-logout:hover{background:#fef2f2;border-color:#fca5a5}.settings-main{flex:1;padding:2rem 3rem;max-width:900px}.settings-content-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.settings-content-header h1{font-size:1.875rem;font-weight:700;color:#0f172a;margin:0}.settings-form{background:white;padding:2rem;border-radius:12px;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0}.form-group{margin-bottom:1.5rem}.form-row{display:flex;gap:1.5rem}.form-row .form-group{flex:1}.form-group label{display:block;font-size:.875rem;font-weight:600;color:#334155;margin-bottom:.5rem}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.625rem .875rem;border:1px solid #cbd5e1;border-radius:6px;font-size:.9375rem;color:#1e293b;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.input-disabled{background-color:#f8fafc;color:#64748b;cursor:not-allowed}.help-text{display:block;margin-top:.375rem;font-size:.75rem;color:#64748b}.form-actions{margin-top:2rem;display:flex;justify-content:flex-end}.settings-section{display:flex;flex-direction:column;gap:1rem}.settings-section h3{font-size:1.125rem;color:#0f172a;margin:1.5rem 0 .75rem}.setting-card{background:white;padding:1.5rem;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 1px 2px #0000000d}.setting-toggle{display:flex;justify-content:space-between;align-items:flex-start;cursor:pointer;gap:1rem}.setting-info{flex:1}.setting-title{display:block;font-weight:600;color:#1e293b;margin-bottom:.25rem}.setting-desc{margin:0;font-size:.875rem;color:#64748b;line-height:1.5}.setting-toggle input[type=checkbox]{width:1.25rem;height:1.25rem;margin-top:.25rem;cursor:pointer}.divider{height:1px;background:#e2e8f0;margin:2rem 0}.alert{padding:1rem;border-radius:8px;margin-bottom:1.5rem;font-weight:500}.alert-success{background:#ecfdf5;color:#047857;border:1px solid #a7f3d0}.alert-error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.btn{padding:.625rem 1.25rem;border-radius:6px;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s;border:none}.btn-primary{background:#2563eb;color:#fff}.btn-primary:hover:not(:disabled){background:#1d4ed8}.btn-primary:disabled{opacity:.7;cursor:not-allowed}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;width:100%;min-height:400px}.spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:#2563eb;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:1rem}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 768px){.settings-layout{flex-direction:column}.settings-sidebar{width:100%;border-right:none;border-bottom:1px solid #e2e8f0;padding-bottom:0}.settings-nav-group{display:flex;overflow-x:auto;padding-bottom:1rem;margin-bottom:0}.settings-nav-group h3{display:none}.nav-item{width:auto;white-space:nowrap;margin-right:.5rem;margin-bottom:0}.settings-main{padding:1.5rem}}:root{--sidebar-width: 260px;--sidebar-bg: #111827;--sidebar-text: #e5e7eb;--sidebar-hover: #1f2937;--sidebar-active: #374151;--accent-color: #3b82f6;--main-bg: #f3f4f6}.app-layout{display:flex;min-height:100vh;background-color:var(--main-bg)}.sidebar{width:var(--sidebar-width);background-color:var(--sidebar-bg);color:var(--sidebar-text);display:flex;flex-direction:column;position:fixed;height:100vh;left:0;top:0;z-index:50;transition:transform .3s ease;box-shadow:4px 0 10px #0000001a}.sidebar-header{padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center;gap:.75rem}.logo-icon{font-size:1.5rem}.brand-name{font-size:1.25rem;font-weight:700;color:#fff;letter-spacing:-.025em}.sidebar-nav{flex:1;padding:1.5rem 1rem;display:flex;flex-direction:column;gap:.5rem}.nav-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:.5rem;color:var(--sidebar-text);text-decoration:none;transition:all .2s ease;font-weight:500}.nav-item:hover{background-color:var(--sidebar-hover);color:#fff;transform:translate(4px)}.nav-item.active{background-color:var(--accent-color);color:#fff}.nav-icon{font-size:1.25rem;width:1.5rem;text-align:center}.sidebar-footer{padding:1.5rem;border-top:1px solid rgba(255,255,255,.1);background-color:#0003}.user-info{display:flex;align-items:center;gap:.75rem}.user-avatar{width:40px;height:40px;background-color:var(--accent-color);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;font-size:1.1rem}.user-details{flex:1;overflow:hidden}.user-name{display:block;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tenant-badge{display:inline-block;font-size:.75rem;color:#9ca3af;background-color:#ffffff1a;padding:.125rem .375rem;border-radius:.25rem;margin-top:.25rem}.main-content{flex:1;margin-left:var(--sidebar-width);padding:2rem;width:calc(100% - var(--sidebar-width));min-height:100vh;transition:margin-left .3s ease,width .3s ease}@media (max-width: 768px){.sidebar{transform:translate(-100%)}.sidebar.open{transform:translate(0)}.main-content{margin-left:0;width:100%;padding:1rem}.mobile-toggle{display:block;position:fixed;top:1rem;left:1rem;z-index:60;background:var(--sidebar-bg);color:#fff;border:none;padding:.5rem;border-radius:.375rem;cursor:pointer}}:root{--primary-color: #2563eb;--bg-color: #f8fafc;--card-bg: #ffffff;--text-color: #1e293b;--text-secondary: #64748b}body{margin:0;font-family:Inter,system-ui,-apple-system,sans-serif;background-color:var(--bg-color);color:var(--text-color)}.container{max-width:1200px;margin:0 auto;padding:2rem}.header{margin-bottom:3rem;text-align:center}.header h1{font-size:2.5rem;margin-bottom:.5rem;color:var(--primary-color)}.events-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.event-card{background:var(--card-bg);border-radius:8px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;transition:transform .2s}.event-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px #0000001a}.event-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.tag{background:#e0e7ff;color:#3730a3;padding:.25rem .75rem;border-radius:999px;font-size:.875rem;font-weight:600}.tag.FDA{background:#dbeafe;color:#1e40af}.tag.EMA{background:#fce7f3;color:#9d174d}.date{color:var(--text-secondary);font-size:.875rem}h3{margin:0 0 .5rem;font-size:1.25rem;line-height:1.4}p{color:var(--text-secondary);line-height:1.6;margin-bottom:1rem}.event-footer{border-top:1px solid #e2e8f0;padding-top:1rem;font-size:.875rem;color:var(--text-secondary)}.loading,.error{text-align:center;padding:2rem;font-size:1.25rem}.error{color:#ef4444}body{margin:0;padding:0;box-sizing:border-box}
