*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #2563eb;--primary-light: #3b82f6;--primary-dark: #1d4ed8;--secondary: #059669;--danger: #dc2626;--warning: #d97706;--bg: #f8fafc;--card-bg: #ffffff;--text: #1e293b;--text-secondary: #64748b;--border: #e2e8f0;--shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--radius: 12px;--sidebar-width: 260px}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;min-height:100vh}#root{min-height:100vh}.app{display:flex;min-height:100vh}.sidebar{width:var(--sidebar-width);background:linear-gradient(180deg,#1e293b,#0f172a);color:#fff;padding:1.5rem 0;position:fixed;height:100vh;overflow-y:auto;z-index:100}.sidebar-header{padding:0 1.5rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:1rem}.sidebar-header .logo{font-size:1.5rem;font-weight:700;color:#fff;display:flex;align-items:center;gap:.5rem}.sidebar-header .logo-icon{width:36px;height:36px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.2rem}.sidebar-header .subtitle{color:#fff9;font-size:.875rem;margin-top:.25rem}.sidebar-nav{padding:0 .75rem}.nav-section{margin-bottom:1.5rem}.nav-section-title{color:#fff6;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;padding:0 .75rem;margin-bottom:.5rem}.nav-item{display:flex;align-items:center;gap:.75rem;padding:.625rem .75rem;border-radius:8px;color:#ffffffb3;cursor:pointer;transition:all .2s;text-decoration:none;font-size:.9rem;border:none;background:none;width:100%;text-align:left}.nav-item:hover{background:#ffffff14;color:#fff}.nav-item.active{background:#3b82f633;color:#60a5fa}.nav-item .icon{font-size:1.1rem;width:24px;text-align:center}.nav-item .badge{margin-left:auto;background:var(--primary);color:#fff;font-size:.7rem;padding:.125rem .5rem;border-radius:999px}.sidebar-footer{position:absolute;bottom:1rem;left:0;right:0;padding:1rem 1.5rem;border-top:1px solid rgba(255,255,255,.1)}.user-info{display:flex;align-items:center;gap:.75rem}.avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#8b5cf6);display:flex;align-items:center;justify-content:center;font-weight:600;color:#fff}.user-details .name{font-weight:600;color:#fff}.user-details .role{font-size:.8rem;color:#ffffff80}.logout-btn{margin-top:.75rem;width:100%;padding:.5rem;background:#dc262626;color:#fca5a5;border:none;border-radius:8px;cursor:pointer;font-size:.85rem;transition:all .2s}.logout-btn:hover{background:#dc262640}.main{margin-left:var(--sidebar-width);flex:1;padding:2rem;min-height:100vh}.topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.topbar h1{font-size:1.75rem;font-weight:700}.topbar .breadcrumb{color:var(--text-secondary);font-size:.875rem;margin-top:.25rem}.topbar-actions{display:flex;gap:.75rem}.card{background:var(--card-bg);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow);border:1px solid var(--border)}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.card-title{font-size:1.1rem;font-weight:600}.card-title .icon{margin-right:.5rem}.grid{display:grid;gap:1.5rem}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem;margin-bottom:2rem}.stat-card{background:var(--card-bg);border-radius:var(--radius);padding:1.25rem;box-shadow:var(--shadow);border:1px solid var(--border);transition:transform .2s,box-shadow .2s}.stat-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.stat-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:.75rem}.stat-icon.blue{background:#dbeafe;color:#1d4ed8}.stat-icon.green{background:#d1fae5;color:#059669}.stat-icon.orange{background:#fed7aa;color:#c2410c}.stat-icon.purple{background:#ede9fe;color:#7c3aed}.stat-value{font-size:1.75rem;font-weight:700;color:var(--text)}.stat-label{color:var(--text-secondary);font-size:.875rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;border:none;transition:all .2s;text-decoration:none}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-1px)}.btn-secondary{background:var(--border);color:var(--text)}.btn-secondary:hover{background:#cbd5e1}.btn-danger{background:var(--danger);color:#fff}.btn-danger:hover{background:#b91c1c}.btn-success{background:var(--secondary);color:#fff}.btn-success:hover{background:#047857}.btn-sm{padding:.375rem .75rem;font-size:.8rem}.btn-block{width:100%;justify-content:center}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.form-group{margin-bottom:1.25rem}.form-group label{display:block;margin-bottom:.375rem;font-weight:500;color:var(--text);font-size:.9rem}.form-control{width:100%;padding:.625rem .875rem;border:1px solid var(--border);border-radius:8px;font-size:.9rem;background:#fff;color:var(--text);transition:border-color .2s,box-shadow .2s;font-family:inherit}.form-control:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1a}textarea.form-control{resize:vertical;min-height:100px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--border)}.table th{background:#f8fafc;font-weight:600;color:var(--text-secondary);font-size:.8rem;text-transform:uppercase;letter-spacing:.05em}.table tbody tr:hover{background:#f8fafc}.table-actions{display:flex;gap:.5rem}.badge{display:inline-block;padding:.25rem .625rem;border-radius:999px;font-size:.75rem;font-weight:500}.badge-success{background:#d1fae5;color:#065f46}.badge-warning{background:#fef3c7;color:#92400e}.badge-danger{background:#fee2e2;color:#991b1b}.badge-info{background:#dbeafe;color:#1e40af}.badge-gray{background:#f1f5f9;color:#475569}.chat-container{display:flex;flex-direction:column;height:calc(100vh - 180px)}.chat-messages{flex:1;overflow-y:auto;padding:1.25rem;display:flex;flex-direction:column;gap:1rem}.chat-message{display:flex;gap:.75rem;max-width:85%}.chat-message.user{align-self:flex-end;flex-direction:row-reverse}.chat-message.assistant{align-self:flex-start}.chat-avatar{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;flex-shrink:0}.chat-message.user .chat-avatar{background:var(--primary);color:#fff}.chat-message.assistant .chat-avatar{background:linear-gradient(135deg,#8b5cf6,#3b82f6);color:#fff}.chat-content{padding:.75rem 1rem;border-radius:12px;line-height:1.6;font-size:.9rem;white-space:pre-wrap}.chat-message.user .chat-content{background:var(--primary);color:#fff;border-bottom-right-radius:4px}.chat-message.assistant .chat-content{background:#f1f5f9;color:var(--text);border-bottom-left-radius:4px}.chat-input-area{padding:1rem;border-top:1px solid var(--border);background:#fff;border-radius:0 0 var(--radius) var(--radius)}.chat-input-wrapper{display:flex;gap:.75rem}.chat-input{flex:1;padding:.75rem 1rem;border:1px solid var(--border);border-radius:10px;font-size:.9rem;resize:none;max-height:120px;min-height:44px;font-family:inherit}.chat-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1a}.typing-indicator{display:flex;gap:.25rem;padding:.25rem 0}.typing-indicator span{width:8px;height:8px;background:#94a3b8;border-radius:50%;animation:bounce 1.4s infinite ease-in-out both}.typing-indicator span:nth-child(1){animation-delay:-.32s}.typing-indicator span:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2)}.auth-container{background:#fff;border-radius:var(--radius);padding:2.5rem;box-shadow:var(--shadow-lg);width:100%;max-width:420px}.auth-header{text-align:center;margin-bottom:2rem}.auth-logo{width:64px;height:64px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:1.75rem;margin:0 auto 1rem}.auth-title{font-size:1.5rem;font-weight:700}.auth-subtitle{color:var(--text-secondary);font-size:.9rem;margin-top:.25rem}.alert{padding:.875rem 1rem;border-radius:8px;margin-bottom:1rem;font-size:.9rem}.alert-success{background:#d1fae5;color:#065f46;border:1px solid #a7f3d0}.alert-error{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}.alert-warning{background:#fef3c7;color:#92400e;border:1px solid #fde68a}.alert-info{background:#dbeafe;color:#1e40af;border:1px solid #bfdbfe}.empty-state{text-align:center;padding:3rem 1rem;color:var(--text-secondary)}.empty-state .icon{font-size:3rem;margin-bottom:1rem}.empty-state .title{font-size:1.1rem;color:var(--text);margin-bottom:.5rem}@media (max-width: 1024px){.grid-cols-3,.grid-cols-4{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.sidebar{transform:translate(-100%);transition:transform .3s}.sidebar.open{transform:translate(0)}.main{margin-left:0;padding:1rem}.grid-cols-2,.grid-cols-3,.grid-cols-4,.form-row{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.loading{display:flex;align-items:center;justify-content:center;padding:2rem;color:var(--text-secondary)}.spinner{width:32px;height:32px;border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.symptom-chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.symptom-chip{padding:.375rem .875rem;background:#f1f5f9;border:1px solid var(--border);border-radius:999px;cursor:pointer;font-size:.85rem;transition:all .2s}.symptom-chip:hover,.symptom-chip.selected{background:var(--primary);color:#fff;border-color:var(--primary)}.quick-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem}.quick-action{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;background:#f8fafc;border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;transition:all .2s;text-align:center}.quick-action:hover{background:var(--primary);color:#fff;border-color:var(--primary);transform:translateY(-2px)}.quick-action .icon{font-size:1.75rem}.quick-action .label{font-size:.85rem;font-weight:500}.timeline{position:relative;padding-left:1.5rem}.timeline:before{content:"";position:absolute;left:.5rem;top:0;bottom:0;width:2px;background:var(--border)}.timeline-item{position:relative;padding-bottom:1.5rem}.timeline-item:before{content:"";position:absolute;left:-1.5rem;top:.25rem;width:12px;height:12px;border-radius:50%;background:var(--primary);border:3px solid white;box-shadow:0 0 0 2px var(--primary)}.timeline-content{background:#f8fafc;padding:.75rem 1rem;border-radius:8px;border:1px solid var(--border)}.timeline-content .time{font-size:.75rem;color:var(--text-secondary)}.timeline-content .title{font-weight:600;margin:.25rem 0}.timeline-content .description{font-size:.85rem;color:var(--text-secondary)}
