:root{--primary: #2563eb;--primary-light: #eff6ff;--platinum: #166534;--platinum-light: #dcfce7;--success: #059669;--success-light: #ecfdf5;--error: #dc2626;--error-light: #fef2f2;--warning: #d97706;--warning-light: #fffbeb;--safety: #b45309;--safety-light: #ffedd5;--template: #7c3aed;--template-light: #f5f3ff;--text: #1e293b;--bg: #f8fafc}body{margin:0;font-family:Inter,-apple-system,sans-serif;background-color:var(--bg);color:var(--text);line-height:1.5}.dashboard-wrapper{position:relative;min-height:100vh}.dashboard{max-width:1600px;margin:0 auto;padding:2rem;transition:filter .5s ease}.dashboard.blurred{filter:blur(12px) grayscale(40%);pointer-events:none;-webkit-user-select:none;user-select:none}.lock-screen-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#0f172ab3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.lock-notice{margin-top:2rem;display:flex;align-items:center;gap:.75rem;background:#ef444433;border:1px solid rgba(239,68,68,.4);padding:.75rem 1.5rem;border-radius:2rem;color:#fca5a5;font-weight:600;font-size:.9rem;animation:slideUp .4s ease-out}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}h1{margin:0;font-size:1.5rem;font-weight:700;color:#0f172a}.card{background:#fff;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;padding:1.5rem;margin-bottom:1.5rem}.upload-zone{border:2px dashed #cbd5e1;border-radius:.75rem;padding:3rem;text-align:center;cursor:pointer;transition:all .2s}.upload-zone:hover{border-color:var(--primary);background:var(--primary-light)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-bottom:2rem}.stat-item{background:#fff;padding:1rem;border-radius:.75rem;box-shadow:0 1px 2px #0000000d;border-left:4px solid var(--primary)}.stat-item.platinum{border-left-color:var(--platinum)}.stat-item.match{border-left-color:var(--success)}.stat-item.safety{border-left-color:var(--safety)}.stat-item.template{border-left-color:var(--template)}.stat-item.discrepancy{border-left-color:var(--error)}.stat-item.unverifiable{border-left-color:#64748b}.stat-value{font-size:1.5rem;font-weight:700;display:block}.stat-label{font-size:.75rem;color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-weight:600}.table-container{overflow-x:auto}table{width:100%;border-collapse:collapse}th{text-align:left;padding:1rem;border-bottom:1px solid #e2e8f0;font-size:.875rem;color:#64748b}td{padding:1rem;border-bottom:1px solid #f1f5f9;font-size:.875rem}.status-badge{padding:.25rem .6rem;border-radius:9999px;font-weight:600;font-size:.7rem;text-transform:uppercase;white-space:nowrap}.status-badge.platinum{background:var(--platinum-light);color:var(--platinum)}.status-badge.trial{background:var(--success-light);color:var(--success)}.status-badge.safety{background:var(--safety-light);color:var(--safety)}.status-badge.template{background:var(--template-light);color:var(--template)}.status-badge.discrepancy{background:var(--error-light);color:var(--error)}.status-badge.unverifiable{background:#f1f5f9;color:#64748b}.btn{padding:.5rem 1rem;border-radius:.5rem;font-weight:500;cursor:pointer;border:none;display:inline-flex;align-items:center;gap:.5rem}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:#1d4ed8}.btn-outline{border:1px solid #e2e8f0;background:#fff}.progress-bar-container{height:.5rem;background:#e2e8f0;border-radius:9999px;overflow:hidden;margin:1rem 0}.progress-bar{height:100%;background:var(--primary);transition:width .3s ease}.split-layout{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:1.5rem}@media(min-width:1200px){.split-layout{grid-template-columns:3.2fr 1fr}}.sidebar-panel{display:flex;flex-direction:column;gap:1.5rem;height:fit-content}.sidebar-card{background:#fff;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;padding:1.25rem;border:1px solid #e2e8f0}.sidebar-title{font-size:.8125rem;font-weight:800;color:#64748b;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #f1f5f9;padding-bottom:.5rem;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.activity-feed{display:flex;flex-direction:column;gap:.75rem}.comment-feed-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.6rem;padding:.75rem;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.comment-feed-item:hover{border-color:#3b82f6;background:#f1f5f9;transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000000d}.comment-feed-meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:.35rem;font-size:.75rem}.comment-feed-author{font-weight:700;color:#0f172a}.comment-feed-file{font-size:.7rem;font-family:monospace;background:#eff6ff;color:#2563eb;padding:.1rem .35rem;border-radius:.25rem;font-weight:600}.comment-feed-text{margin:0;font-size:.785rem;color:#475569;line-height:1.4;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.specialty-list{display:flex;flex-direction:column;gap:.5rem}.specialty-list-item{display:flex;align-items:center;justify-content:space-between;padding:.5rem .75rem;background:#f8fafc;border-radius:.5rem;font-size:.8125rem;border:1px solid #e2e8f0}.specialty-list-label{font-weight:600;color:#334155;display:flex;align-items:center;gap:.35rem}.specialty-list-badge{font-size:.75rem;font-weight:800;padding:.15rem .45rem;border-radius:2rem;background:#e2e8f0;color:#475569}.specialty-list-badge.active-spec{background:#4f46e5;color:#fff}@keyframes badgePulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.15);opacity:.85}}.login-container{display:flex;align-items:center;justify-content:center;min-height:100vh;background:radial-gradient(circle at top left,#1e293b,#0f172a);padding:1rem}.login-glass-card{background:#1e293bb3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);border-radius:1.5rem;padding:2.5rem;width:100%;max-width:420px;box-shadow:0 25px 50px -12px #00000080}.login-header{text-align:center;margin-bottom:2rem}.logo-badge{display:inline-flex;padding:.75rem;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:1rem;color:#fff;margin-bottom:1rem}.login-header h2{color:#fff;margin:0;font-size:1.5rem}.login-header p{color:#94a3b8;font-size:.875rem;margin-top:.5rem}.login-form{display:flex;flex-direction:column;gap:1.25rem}.input-group label{display:flex;align-items:center;gap:.5rem;color:#cbd5e1;font-size:.75rem;font-weight:600;text-transform:uppercase;margin-bottom:.5rem}.input-group input{width:100%;background:#0f172a99;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;padding:.75rem 1rem;color:#fff;outline:none;transition:all .2s}.input-group input:focus{border-color:#3b82f6;background:#0f172acc;box-shadow:0 0 0 4px #3b82f61a}.login-submit-btn{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:.75rem;padding:.875rem;font-weight:700;cursor:pointer;transition:all .2s}.login-submit-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #2563eb4d}.login-error-alert{background:#ef44441a;border:1px solid rgba(239,68,68,.2);color:#fca5a5;padding:.75rem 1rem;border-radius:.75rem;font-size:.8125rem;display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}
