:root{--primary: #0d9488;--primary-soft: #ccfbf1;--danger: #dc2626;--warning: #d97706;--info: #2563eb;--slate: #64748b;--slate-strong: #334155;--border: #e8edf3;--bg: #f5f7fa;--radius: 14px}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--bg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;color:#1f2937;-webkit-font-smoothing:antialiased}.page{display:flex;flex-direction:column;gap:16px}.page__head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;flex-wrap:wrap}.page__title{font-size:20px;font-weight:650;margin:0}.page__desc{margin:6px 0 0;color:var(--slate);font-size:13px}.app-shell{height:100vh;overflow:hidden}.app-brand{display:flex;align-items:center;gap:10px;height:60px;padding:0 18px;border-bottom:1px solid var(--border)}.app-brand__mark{width:30px;height:30px;border-radius:9px;background:linear-gradient(135deg,#0d9488,#0f766e);color:#fff;display:grid;place-items:center;font-size:14px;font-weight:700;letter-spacing:-.5px}.app-brand__text{line-height:1.15}.app-brand__name{font-size:14px;font-weight:650}.app-brand__sub{font-size:11px;color:var(--slate)}.app-topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 22px;height:60px;flex-shrink:0;background:#fff;border-bottom:1px solid var(--border)}.app-topbar__title{font-size:15px;font-weight:620}.app-topbar__meta{display:flex;align-items:center;gap:14px;font-size:12.5px;color:var(--slate)}.app-content{flex:1;min-height:0;overflow-y:auto;padding:18px 22px 32px}.live-dot{width:7px;height:7px;border-radius:50%;background:var(--primary);display:inline-block;margin-right:6px;box-shadow:0 0 0 3px #0d948829}.section-card{border-radius:var(--radius)!important;box-shadow:0 1px 2px #0f172a0a}.section-card .ant-card-head{min-height:46px;border-bottom:1px solid var(--border)}.section-card .ant-card-head-title{font-size:14px;font-weight:620}.stat-card{background:#fff;border-radius:var(--radius);padding:15px 16px 14px;box-shadow:0 1px 2px #0f172a0a;height:100%}.stat-card__head{display:flex;align-items:center;justify-content:space-between;gap:8px}.stat-card__label{font-size:12.5px;color:var(--slate)}.stat-card__icon{width:26px;height:26px;border-radius:8px;display:grid;place-items:center;font-size:13px}.stat-card__value{margin-top:8px;font-size:26px;font-weight:680;line-height:1.15;font-variant-numeric:tabular-nums}.stat-card__suffix{font-size:12.5px;font-weight:500;color:var(--slate);margin-left:5px}.stat-card__hint{margin-top:6px;font-size:11.5px;color:var(--slate)}.bar-list{display:flex;flex-direction:column;gap:10px}.bar-list__row{display:grid;grid-template-columns:132px 1fr 62px;align-items:center;gap:10px;font-size:12.5px}.bar-list__label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--slate-strong)}.bar-list__track{height:8px;background:#f1f5f9;border-radius:999px;overflow:hidden}.bar-list__fill{height:100%;border-radius:999px;transition:width .3s ease}.bar-list__value{text-align:right;color:var(--slate);font-variant-numeric:tabular-nums}.donut__legend i{width:8px;height:8px;border-radius:3px;display:inline-block;margin-right:6px}.donut{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.donut__legend{flex:1;min-width:190px;display:flex;flex-direction:column;gap:8px;font-size:12.5px}.donut__legend>div{display:grid;grid-template-columns:14px 1fr auto 44px;align-items:center;gap:6px}.donut__name{color:var(--slate-strong)}.donut__value{font-variant-numeric:tabular-nums}.donut__ratio{text-align:right;color:var(--slate)}.msg-stream{display:flex;flex-direction:column;gap:14px;max-height:560px;overflow-y:auto;padding:4px 6px 4px 2px}.msg-row{display:flex;flex-direction:column;gap:5px;align-items:flex-start}.msg-row--system{align-items:center}.msg-meta{display:flex;align-items:center;gap:8px;font-size:11.5px;color:var(--slate)}.msg-meta__name{color:#0f172a;font-weight:600;font-size:12px}.msg-bubble{max-width:88%;background:#fff;border:1px solid var(--border);border-left:3px solid var(--border);border-radius:10px;padding:10px 12px;font-size:13.5px;line-height:1.6;white-space:pre-wrap;word-break:break-word}.msg-row--employee .msg-bubble{border-left-color:var(--primary)}.msg-row--patient .msg-bubble{border-left-color:#2563eb}.msg-quote{border-left:3px solid #cbd5e1;padding:4px 8px;margin-bottom:6px;color:var(--slate);font-size:12.5px;background:#94a3b814;border-radius:4px}.msg-media{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;color:var(--slate);background:#f8fafc;border:1px dashed #cbd5e1;border-radius:8px;padding:6px 10px}.msg-media--expired{color:#b45309;border-color:#fcd34d;background:#fffbeb}.msg-media__link{display:inline-flex;border-radius:8px;overflow:hidden;line-height:0}.msg-media__img{max-width:220px;max-height:220px;object-fit:cover;border:1px solid var(--border);border-radius:8px;background:#f1f5f9}.msg-system{font-size:11.5px;color:var(--slate);background:#94a3b81f;border-radius:999px;padding:3px 12px}.role-tag{border:1px solid currentColor;border-radius:999px;padding:0 7px;font-size:10.5px;line-height:16px;opacity:.9}.insight{display:flex;flex-direction:column;gap:12px}.insight__row{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.insight__label{font-size:11.5px;color:var(--slate);width:100%}.insight__text{font-size:13px;line-height:1.65;color:var(--slate-strong)}.room-cell{display:flex;flex-direction:column;gap:2px}.room-cell__name{font-weight:600;font-size:13px}.room-cell__sub{font-size:11.5px;color:var(--slate)}.profile{display:flex;flex-direction:column;gap:10px}.profile__row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;font-size:13px}.profile__label{width:74px;color:var(--slate);font-size:12px;flex:none}.profile__member{display:inline-flex;align-items:center;gap:5px;font-size:12.5px;color:var(--slate-strong);background:#f8fafc;border-radius:999px;padding:2px 9px 2px 4px}.reply-metric{display:inline-flex;flex-direction:column;line-height:1.35}.reply-metric b{font-size:13px;font-variant-numeric:tabular-nums}.reply-metric em{font-size:10.5px;font-style:normal;opacity:.85}.patient-strip{display:flex;align-items:flex-start;gap:14px;padding:10px 14px;margin-bottom:14px;background:#fff;border:1px solid var(--border);border-radius:12px}.patient-strip__label{flex:none;display:flex;flex-direction:column;gap:2px;padding-top:6px;font-size:13px;font-weight:600}.patient-strip__count{font-size:11.5px;font-weight:400;color:var(--slate)}.patient-strip__list{flex:1;min-width:0;display:flex;gap:8px;overflow-x:auto;padding-bottom:2px}.patient-chip{flex:none;display:flex;flex-direction:column;gap:3px;padding:7px 12px;border:1px solid var(--border);border-radius:10px;background:#fff;cursor:pointer;text-align:left;font:inherit;transition:background .15s ease,border-color .15s ease}.patient-chip:hover{background:#f8fafc;border-color:#cbd5e1}.patient-chip--active{background:var(--primary-soft);border-color:#5eead4}.patient-chip__name{font-size:13px;font-weight:600;white-space:nowrap}.patient-chip__meta{display:flex;gap:8px;font-size:11px;color:var(--slate);white-space:nowrap}.analysis-main{display:flex;flex-direction:column;gap:14px;min-width:0}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}::-webkit-scrollbar-track{background:transparent}.brief-head{position:relative;border-radius:18px;padding:22px 24px 18px;background:radial-gradient(120% 140% at 0% 0%,rgba(13,148,136,.13),transparent 55%),radial-gradient(110% 130% at 100% 0%,rgba(37,99,235,.12),transparent 50%),#fff;border:1px solid #e2e8f0;box-shadow:0 6px 24px -12px #0f172a2e}.brief-head__top{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.brief-head__badge{display:inline-flex;align-items:center;padding:2px 9px;border-radius:999px;font-size:11.5px;font-weight:620;color:#0f766e;background:linear-gradient(135deg,#ccfbf1,#e0f2fe);border:1px solid #99f6e4;white-space:nowrap}.brief-head__date{font-size:12.5px;color:var(--slate)}.brief-head__headline{margin:14px 0 0;font-size:25px;line-height:1.42;font-weight:700;letter-spacing:-.2px;color:#0f172a;max-width:1080px}.brief-head__sub{margin:12px 0 0;font-size:13.5px;line-height:1.85;color:#334155;max-width:1120px}.action-list{display:flex;flex-direction:column;gap:12px}.action-item{display:grid;grid-template-columns:4px 1fr;gap:14px;padding:14px 16px 14px 12px;border:1px solid var(--border);border-radius:14px;background:#fff}.action-item__bar{border-radius:999px}.action-item__head{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:13.5px}.action-item__title{color:#334155}.action-item__detail{margin-top:7px;font-size:12.5px;line-height:1.75;color:#475569}.action-item__quote{margin-top:8px;padding:7px 10px;border-left:3px solid #cbd5e1;background:#f8fafc;border-radius:0 8px 8px 0;font-size:12.5px;line-height:1.7;color:#475569}.action-item__foot{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-top:10px;font-size:12.5px}.action-empty{padding:18px 0;text-align:center;font-size:13px;color:var(--slate)}.group-strip{display:flex;gap:10px;overflow-x:auto;padding-bottom:2px}.group-chip{flex:none;display:flex;flex-direction:column;gap:4px;padding:10px 14px;border:1px solid var(--border);border-radius:12px;background:#fff;cursor:pointer;text-align:left;font:inherit;transition:background .15s ease,border-color .15s ease}.group-chip:hover{background:#f8fafc;border-color:#cbd5e1}.group-chip__name{font-size:13.5px;font-weight:620;white-space:nowrap}.group-chip__meta{display:flex;gap:10px;font-size:11.5px;color:var(--slate);white-space:nowrap}.group-chip__foot{font-size:11.5px;white-space:nowrap}.breakdown-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px}.breakdown-box{padding:12px 14px;border:1px solid var(--border);border-radius:12px;background:#fff}.breakdown-box__title{font-size:12px;color:var(--slate);margin-bottom:8px}.breakdown-box__row{display:flex;justify-content:space-between;align-items:baseline;padding:3px 0;font-size:12.5px;color:#475569}.breakdown-box__row b{font-variant-numeric:tabular-nums}.signal-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:12px}.signal-item{padding:12px 14px;border:1px solid var(--border);border-radius:12px;background:#fff}.signal-item__head{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.signal-item__note{margin-top:7px;font-size:12.5px;line-height:1.7;color:#475569}.evidence-drawer .ant-drawer-body{display:flex;flex-direction:column;min-height:0;padding:14px 16px}.evidence-drawer .msg-stream{flex:1;min-height:0;max-height:none}.evidence-drawer__title{display:flex;flex-direction:column;gap:2px}.evidence-drawer__sub{font-size:11.5px;font-weight:400;color:var(--slate)}.msg-row--focus .msg-bubble{outline:2px solid #5eead4;outline-offset:2px}.footnote{margin-top:12px;font-size:11.5px;line-height:1.7;color:var(--slate)}.ai-status{color:var(--primary);font-weight:600}.app-topbar__model{font-size:11.5px;color:#334155;background:#f1f5f9;border-radius:6px;padding:2px 7px}.app-topbar__muted{font-size:11.5px;color:var(--slate)}.auth-loading{height:100vh;display:grid;place-items:center}.login-page{min-height:100vh;display:grid;place-items:center;padding:32px 20px;background:radial-gradient(1000px 600px at 12% 8%,rgba(13,148,136,.14),transparent 60%),radial-gradient(900px 520px at 88% 92%,rgba(37,99,235,.12),transparent 60%),var(--bg)}.login-card{width:min(940px,100%);display:grid;grid-template-columns:1.05fr 1fr;background:#fff;border:1px solid var(--border);border-radius:20px;overflow:hidden;box-shadow:0 24px 60px -28px #0f172a59}.login-intro{padding:40px 38px;color:#e6fffb;background:radial-gradient(120% 120% at 0% 0%,rgba(255,255,255,.16),transparent 55%),linear-gradient(150deg,#0f766e,#0d9488 45%,#115e59)}.login-intro__mark{width:42px;height:42px;border-radius:13px;background:#ffffff2e;font-size:19px}.login-intro__title{margin:22px 0 0;font-size:25px;font-weight:700;color:#fff;letter-spacing:-.3px}.login-intro__sub{margin:6px 0 0;font-size:12px;letter-spacing:.6px;text-transform:uppercase;opacity:.72}.login-intro__list{margin:26px 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:11px;font-size:13px;line-height:1.6}.login-intro__list li{display:flex;align-items:flex-start;gap:9px;opacity:.95}.login-intro__list li:before{content:"";width:6px;height:6px;border-radius:50%;background:#5eead4;margin-top:7px;flex:none}.login-intro__tags{margin-top:30px;display:flex;gap:6px}.login-intro__tags .ant-tag{border:none}.login-form{padding:42px 44px;display:flex;flex-direction:column;justify-content:center}.login-form__head{display:flex;align-items:center;gap:12px;margin-bottom:22px}.login-form__head h2{margin:0;font-size:19px;font-weight:650}.login-form__head p{margin:3px 0 0;font-size:12.5px;color:var(--slate)}.login-form__icon{font-size:26px;color:var(--primary)}@media(max-width:880px){.login-card{grid-template-columns:1fr}.login-intro{display:none}.login-form{padding:32px 26px}}.app-topbar__user{display:inline-flex;align-items:center;gap:7px;padding:3px 8px 3px 4px;border-radius:999px;cursor:pointer;transition:background .15s ease}.app-topbar__user:hover{background:#f1f5f9}.app-topbar__user-name{font-size:12.5px;font-weight:600;color:#1f2937}.user-menu__who{display:flex;flex-direction:column;line-height:1.45}.user-menu__who b{font-size:13px;color:#1f2937}.user-menu__who span{font-size:11.5px;color:var(--slate)}.audit-detail{margin:0;max-width:460px;max-height:320px;overflow:auto;font-size:11.5px;line-height:1.6}.audit-detail-inline{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:bottom;font-size:12px;color:var(--slate-strong);background:#f8fafc;border:1px solid var(--border);border-radius:6px;padding:1px 6px}
