:root{color-scheme:light;--bg-top: #eff8f4;--bg-bottom: #d5ecf7;--card: rgba(255, 255, 255, .9);--card-strong: #ffffff;--text-main: #153243;--text-soft: #4d6573;--brand: #138a72;--brand-deep: #0e6d5a;--accent: #f59e0b;--line: rgba(21, 50, 67, .08);--shadow: 0 18px 45px rgba(29, 74, 96, .12);font-family:Noto Sans SC,Microsoft YaHei,PingFang SC,sans-serif}*{box-sizing:border-box}body{margin:0;min-width:320px;color:var(--text-main);background:#fff;overflow-x:hidden}button,input,textarea,select{font:inherit}button{cursor:pointer;border:none}.page-shell{min-height:100vh;padding:24px 16px 40px}.mobile-frame{width:min(100%,460px);margin:0 auto;display:grid;gap:16px}.chat-frame{gap:14px}.hero-panel,.screen-card,.topbar-card{background:var(--card);border:1px solid rgba(255,255,255,.55);border-radius:28px;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hero-panel{padding:28px 24px;background:linear-gradient(135deg,#138a72f2,#2f78bde0),var(--card);color:#fff;overflow:hidden;position:relative}.hero-panel:after{content:"";position:absolute;inset:auto -40px -50px auto;width:180px;height:180px;border-radius:999px;background:#ffffff24}.hero-panel.compact{padding-bottom:24px}.hero-panel h1,.topbar-card h1,.screen-card h2{margin:0}.hero-panel p,.settings-row p{margin:10px 0 0;line-height:1.65}.eyebrow{display:inline-flex;margin-bottom:10px;padding:6px 10px;border-radius:999px;background:#ffffff2e;font-size:12px;letter-spacing:.08em}.screen-card{padding:22px 18px}.form-grid{display:grid;gap:14px;margin-top:14px}.field{display:grid;gap:8px;color:var(--text-soft);font-size:14px}.field span{font-weight:600}.field input,.chat-input{width:100%;border:1px solid var(--line);border-radius:18px;padding:14px 16px;outline:none;background:#f8fcfdf2;transition:border-color .2s ease,box-shadow .2s ease}.field input:focus,.chat-input:focus{border-color:#138a728c;box-shadow:0 0 0 4px #138a721f}.field textarea,.field select{width:100%;border:1px solid var(--line);border-radius:18px;padding:14px 16px;outline:none;background:#f8fcfdf2;transition:border-color .2s ease,box-shadow .2s ease}.field textarea:focus,.field select:focus{border-color:#138a728c;box-shadow:0 0 0 4px #138a721f}.disease-grid{display:flex;flex-wrap:wrap;gap:10px}.select-chip{position:relative;padding:10px 14px;border-radius:999px;background:#eef6f3;color:var(--text-main);border:1px solid transparent}.select-chip.active{border-color:#138a7259;background:#138a721f;color:var(--brand-deep)}.select-chip input{position:absolute;opacity:0;pointer-events:none}.notice-card,.disclaimer-card{padding:14px 16px;border-radius:18px;line-height:1.65;color:#7a5200;background:linear-gradient(135deg,#f59e0b29,#ffffffd9)}.primary-button,.secondary-button,.ghost-button,.toggle-button,.text-button{min-height:48px;border-radius:18px;transition:transform .18s ease,opacity .18s ease,background .18s ease}.primary-button:hover,.secondary-button:hover,.ghost-button:hover,.toggle-button:hover,.text-button:hover{transform:translateY(-1px)}.primary-button{background:linear-gradient(135deg,var(--brand),#2570c8);color:#fff;font-weight:700}.secondary-button,.toggle-button{background:#138a721a;color:var(--brand-deep);font-weight:700}.ghost-button{padding:0 18px;background:#15324314;color:var(--text-main)}.text-button{background:transparent;color:#2570c8}.status-text{margin:8px 0 0;font-size:14px;line-height:1.6;color:#d94949}.topbar-card{display:flex;align-items:center;justify-content:space-between;padding:20px 18px}.system-panel{display:flex;flex-wrap:wrap;gap:10px}.system-pill{padding:10px 14px;border-radius:999px;background:#ffffffb8;border:1px solid rgba(21,50,67,.08);box-shadow:0 8px 20px #234a6614;color:var(--text-soft)}.system-pill.online{color:var(--brand-deep);background:#138a721f}.settings-card{padding:18px}.settings-row{display:flex;align-items:center;justify-content:space-between;gap:16px}.settings-row h2,.quick-panel h2{margin:0 0 8px}.quick-actions{display:flex;flex-wrap:wrap;gap:10px}.quick-chip{padding:10px 14px;border-radius:16px;background:#eff6fb;color:#255a84}.knowledge-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.knowledge-card{padding:14px;border-radius:22px;background:#ffffffc7;border:1px solid rgba(255,255,255,.66);box-shadow:0 14px 32px #234a6614}.knowledge-card span{display:block;margin-bottom:8px;font-size:12px;color:#2570c8}.knowledge-card strong{font-size:14px;line-height:1.55}.chat-stream{display:grid;gap:12px}.bubble-row{display:grid;grid-template-columns:42px 1fr;gap:10px;align-items:flex-start}.bubble-row.is-user{grid-template-columns:1fr 42px}.bubble-row.is-user .bubble-card{order:1}.bubble-row.is-user .bubble-avatar{order:2}.bubble-avatar{width:42px;height:42px;display:grid;place-items:center;border-radius:16px;background:#fffc;box-shadow:0 10px 24px #234a6614;font-weight:700}.bubble-card{padding:16px;border-radius:22px;box-shadow:0 14px 32px #234a6614}.assistant-card{background:#ffffffe6}.user-card{background:linear-gradient(135deg,#138a72eb,#2570c8e0);color:#fff}.bubble-text{white-space:pre-wrap;line-height:1.7}.bubble-meta{margin-top:10px;font-size:13px;color:var(--text-soft)}.bubble-footer{display:flex;align-items:center;gap:8px;margin-top:12px;font-size:12px}.source-tag{padding:4px 8px;border-radius:999px;background:#15324314}.timestamp{opacity:.75}.composer-card{position:sticky;bottom:12px}.chat-input{resize:none;min-height:108px}.composer-actions{display:flex;gap:10px;margin-top:14px}.composer-actions>*{flex:1}@media (max-width: 560px){.page-shell{padding:16px 12px 32px}.settings-row,.topbar-card{align-items:flex-start;flex-direction:column}.knowledge-strip{grid-template-columns:1fr}.composer-actions{flex-direction:column}}.mini-chat-page{width:100%;max-width:430px;min-width:0;margin:0 auto;padding:0;background:#f3f7fd;overflow-x:hidden}.mini-device{height:100vh;width:100%;max-width:430px;min-width:0;margin:0 auto;display:grid;grid-template-rows:auto 1fr auto;padding:0;overflow:hidden}.consult-header{height:38px;display:flex;align-items:center;justify-content:space-between;padding:0 6px;background:#fff;border-bottom:1px solid rgba(229,236,244,.86)}.consult-header h1{margin:0;color:#171717;font-size:17px;line-height:1;font-weight:800}.consult-back,.consult-menu{width:36px;height:32px;display:grid;place-items:center;background:transparent;color:#121212}.consult-back{font-size:28px;line-height:1}.consult-menu{grid-auto-flow:column;gap:4px;border:1px solid #edf0f4;border-radius:999px;background:#fff}.consult-menu span{width:4px;height:4px;border-radius:50%;background:#111}.consult-new-chat{min-width:82px;height:36px;display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:0 10px;border:1px solid #ff8a4a;border-radius:10px;background:#fffaf6;color:#ff7a32;font-size:14px;font-weight:900;white-space:nowrap;box-shadow:0 4px 10px #ff7a321a}.consult-new-chat:before{content:"+";width:18px;height:18px;display:inline-grid;place-items:center;border:2px solid currentColor;border-radius:7px;font-size:15px;line-height:1;font-weight:900}.mini-main{min-height:0;overflow-y:auto;padding:12px 8px 18px;background:#f3f7fd}.welcome-shell{min-height:100%;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;text-align:left;padding:0}.service-guard-card{margin-bottom:18px;padding:12px 14px 14px;border-radius:8px;background:#fff;box-shadow:0 5px 16px #1960a814}.service-guard-card strong{display:flex;align-items:center;gap:6px;color:#1f2933;font-size:15px}.service-guard-card strong span{width:14px;height:14px;display:grid;place-items:center;border-radius:4px;background:#1684ff;color:#fff;font-size:10px}.service-guard-card p{margin:9px 0 0;display:flex;flex-wrap:wrap;align-items:center;gap:7px;color:#a0a5ad;font-size:13px;font-weight:700}.service-guard-card b{width:5px;height:5px;border-radius:50%;background:#c4c9d0}.welcome-dialog{display:grid;grid-template-columns:42px minmax(0,1fr);gap:10px;align-items:start;margin-bottom:14px}.doctor-avatar{width:36px;height:36px;position:relative;overflow:hidden;border-radius:50%;border:1px solid #dfe6ef;background:radial-gradient(circle at 50% 31%,#ffe3cd 0 9px,transparent 10px),radial-gradient(circle at 48% 18%,#6f4534 0 10px,transparent 11px),linear-gradient(145deg,#fff 0,#fff 58%,#e9f1ff 59%,#e9f1ff);box-shadow:0 2px 6px #2a568714}.doctor-avatar:after{content:"";position:absolute;left:8px;right:8px;bottom:-3px;height:16px;border-radius:12px 12px 0 0;background:#fff;border-top:3px solid #72a9e9}.assistant-prompt{width:fit-content;max-width:min(320px,100%);padding:13px 14px;border-radius:9px;background:#fff;color:#222;line-height:1.7;font-size:13px;box-shadow:0 4px 14px #2b5b9114}.scope-notice{margin:2px 0 14px 52px;padding:10px 12px;border-radius:8px;background:#eaf4ff;color:#2771bd;line-height:1.55;font-size:13px}.quick-symptom-head{display:flex;align-items:center;justify-content:space-between;margin:2px 4px 10px;color:#505965;font-size:13px}.quick-symptom-head button{background:transparent;color:#a5abb3;font-size:17px}.symptom-chip-row{display:flex;flex-wrap:wrap;gap:9px}.symptom-chip{max-width:46%;min-height:30px;padding:0 12px;border-radius:999px;background:#d8ecff;color:#0978ff;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.conversation-list{min-height:100%;padding:10px 0 12px}.message-row{display:flex;align-items:flex-start;gap:10px;margin-bottom:14px}.message-row.role-user{justify-content:flex-end}.message-avatar{flex:0 0 36px}.message-content{max-width:min(79%,324px)}.message-row:not(.role-user) .message-content{max-width:calc(100% - 46px)}.message-row.role-user .message-content{display:flex;flex-direction:column;align-items:flex-end}.message-head{display:flex;align-items:center;gap:6px;margin-bottom:5px}.message-tag{padding:3px 8px;border-radius:999px;background:#1684ff1f;color:#1684ff;font-size:12px}.message-tag.pending-tag{background:#138a7224;color:#138a72}.message-card{padding:13px 14px;border-radius:9px;white-space:pre-wrap;line-height:1.7;font-size:13px;box-shadow:0 4px 14px #2b5b9114}.message-card.markdown-card{white-space:normal;width:100%;overflow:hidden}.message-card.pending-message{border:1px solid rgba(19,138,114,.14);background:#fff}.assistant-message,.system-message{background:#fff;color:#222}.user-message{background:#d6ebff;color:#1f2a35}.message-time{margin-top:4px;font-size:12px;color:#a5abb3}.message-loading{display:grid;gap:4px;color:#4b5563;font-size:13px;line-height:1.4}.message-loading>div{display:inline-flex;align-items:center;gap:7px}.message-loading strong{min-width:28px;font-size:12px;font-weight:700;color:#8b95a1;font-variant-numeric:tabular-nums}.message-loading small{color:#8b95a1;font-size:12px;line-height:1.5}.markdown-body{color:inherit;font-size:13px;line-height:1.75;overflow-wrap:anywhere}.markdown-body>:first-child{margin-top:0}.markdown-body>:last-child{margin-bottom:0}.markdown-body p{margin:0 0 10px}.markdown-body h2,.markdown-body h3,.markdown-body h4{margin:15px 0 8px;color:#1e293b;font-size:14px;line-height:1.55}.markdown-body h4{font-size:13px}.markdown-body strong{font-weight:700;color:#111827}.markdown-body ul,.markdown-body ol{margin:7px 0 12px;padding-left:20px}.markdown-body li{margin:4px 0;padding-left:2px}.markdown-body blockquote{margin:12px 0;padding:8px 0 8px 12px;border-left:2px solid #d9e0ea;color:#667085;background:transparent}.markdown-body blockquote p{margin-bottom:6px}.markdown-body hr{margin:14px 0;border:0;border-top:1px solid #eef1f5}.markdown-body code{padding:1px 5px;border-radius:5px;background:#f4f6f8;color:#344054;font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:12px}.markdown-body sup{color:#f97316;font-size:10px;font-weight:700}.markdown-body a{color:#1684ff;text-decoration:none}.markdown-table-card{margin:14px 0;overflow:hidden;border:1px solid #d9dde4;border-radius:8px;background:#fff}.markdown-table-title{padding:10px 14px;border-bottom:1px solid #e3e6eb;background:#fafafa;color:#1f2937;font-size:13px;font-weight:600}.markdown-table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.markdown-body table{width:100%;min-width:520px;border-collapse:collapse;table-layout:auto;font-size:13px;line-height:1.65}.markdown-body th,.markdown-body td{min-width:112px;padding:10px 12px;border-right:1px solid #e1e5eb;border-bottom:1px solid #e1e5eb;text-align:left;vertical-align:top}.markdown-body th:last-child,.markdown-body td:last-child{border-right:0}.markdown-body tbody tr:last-child td{border-bottom:0}.markdown-body th{background:#fbfbfc;color:#111827;font-weight:700}@keyframes loadingSpin{to{transform:rotate(360deg)}}.floating-status{margin:0 8px 8px;padding:9px 12px;border-radius:9px;max-width:100%;background:#fff;color:#377bc4;text-align:center;box-shadow:0 4px 14px #2b5b9114}.chat-insight-panel{width:calc(100% - 58px);margin:-2px 8px 10px 58px;display:grid;gap:8px}.risk-alert-card,.department-recommend-card,.followup-card{padding:10px 12px;border-radius:12px;background:#fff;box-shadow:0 8px 18px #2a518014}.risk-alert-card{border:1px solid #ffd2d2;background:#fff5f5;color:#c52727}.risk-alert-card strong,.department-recommend-card strong,.followup-card strong{display:block;margin-bottom:5px;font-size:13px}.risk-alert-card p,.followup-card p{margin:0;color:inherit;font-size:13px;line-height:1.55}.followup-card p+p{margin-top:4px}.department-recommend-card{border:1px solid #d9ebff;background:#f6fbff}.department-recommend-card div{display:flex;flex-wrap:wrap;gap:7px}.department-recommend-card button{min-height:28px;padding:0 10px;border-radius:999px;background:#d9ecff;color:#087cff;font-size:13px;font-weight:700}.followup-card{border:1px solid #dff3ec;background:#f4fffb;color:#1e6455}.composer-shell{display:grid;gap:8px;padding:8px 6px max(8px,env(safe-area-inset-bottom));background:#fff;border-top:1px solid #e7edf4;flex-shrink:0}.intent-shortcut-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;padding:0 2px}.intent-shortcut-row button{min-width:0;min-height:32px;padding:0 6px;border-radius:999px;background:#eef6ff;color:#54708f;font-size:12px;font-weight:700;white-space:nowrap}.intent-shortcut-row button.active{background:#087cff;color:#fff;box-shadow:0 5px 12px #087cff2e}.composer-bar{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:center;padding:0;border-radius:999px;background:transparent;box-shadow:none}.composer-input{width:100%;min-height:40px;border:1px solid #e6edf5;border-radius:999px;background:#fff;padding:0 12px;color:#1f2a35;outline:none;box-shadow:inset 0 1px 3px #1332550a}.composer-input::placeholder{color:#c6cbd1}.send-button{min-width:58px;min-height:40px;padding:0 14px;border-radius:999px;background:#087cff;color:#fff;font-weight:700;box-shadow:0 5px 12px #087cff3d}.send-button:disabled{opacity:.72}.drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;background:#45342d47;display:flex;justify-content:flex-end}.settings-drawer{width:min(100%,360px);height:100%;padding:14px 18px 22px;background:#fbf8f3;box-shadow:-18px 0 40px #533f352e;overflow-y:auto}.drawer-handle{width:42px;height:5px;border-radius:999px;background:#7d68cd2e;margin:0 auto 16px}.drawer-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.drawer-eyebrow{margin:0 0 6px;color:#9a8a7f;font-size:12px;letter-spacing:.12em}.drawer-header h2{margin:0;color:#47342c}.drawer-close{min-height:38px;padding:0 14px;border-radius:999px;background:#7d68cd14;color:#7d68cd}.drawer-section{margin-top:18px;padding:18px;border-radius:22px;background:#ffffffd1}.settings-button,.logout-button{width:100%;min-height:46px;border-radius:16px}.settings-button+.settings-button{margin-top:10px}.settings-button{background:#f6f0fb;color:#5a458a}.settings-button.primary{background:linear-gradient(135deg,#9d83ee,#836ae7);color:#fff}.profile-panel{margin-top:18px;padding:18px;border-radius:22px;background:linear-gradient(135deg,#ffffffe6,#f9f2ffe6);box-shadow:0 12px 24px #a08a7e14}.profile-line{display:flex;justify-content:space-between;gap:18px;color:#806f67}.profile-line+.profile-line{margin-top:12px}.profile-line strong{color:#49372e;text-align:right}.disease-line strong{max-width:65%}.section-title-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.section-title-row h3,.drawer-section h3{margin:0;color:#4b3830}.section-title-row span{color:#9b8b81;font-size:13px}.history-empty,.drawer-copy{margin:0;line-height:1.8;color:#8f8076}.history-item{width:100%;padding:14px;border-radius:18px;background:#faf7f2;text-align:left}.history-item+.history-item{margin-top:10px}.history-swipe-shell{position:relative;overflow:hidden;border-radius:18px}.history-swipe-shell+.history-swipe-shell{margin-top:10px}.history-delete-action{position:absolute;inset:0 0 0 auto;width:92px;border-radius:18px;background:linear-gradient(135deg,#f26f6f,#de4c4c);color:#fff;font-weight:700}.swipe-card{position:relative;margin:0;transition:transform .18s ease;box-shadow:0 8px 18px #94807414}.history-title{color:#49372f;font-weight:700}.history-preview{margin-top:6px;color:#8f8076;line-height:1.6;font-size:13px}.history-time{margin-top:8px;color:#b0a198;font-size:12px}.logout-button{margin-top:18px;background:#e34e4e1a;color:#ca4747}.drawer-fade-enter-active,.drawer-fade-leave-active{transition:opacity .18s ease}.drawer-fade-enter-active .settings-drawer,.drawer-fade-leave-active .settings-drawer{transition:transform .22s ease}.drawer-fade-enter-from,.drawer-fade-leave-to{opacity:0}.drawer-fade-enter-from .settings-drawer,.drawer-fade-leave-to .settings-drawer{transform:translate(18px)}.admin-mobile-page{background:radial-gradient(circle at top left,rgba(236,246,255,.92),transparent 42%),radial-gradient(circle at top right,rgba(225,237,229,.88),transparent 28%),linear-gradient(180deg,#f6f3ee,#f3f5f1 52%,#eef2ee)}.admin-login-frame{width:min(100%,440px);margin:0 auto;display:grid;gap:16px;padding-top:20px}.admin-hero{background:linear-gradient(135deg,#1a608cf5,#138a72eb),var(--card)}.admin-login-card{border-radius:26px}.admin-mobile-shell{grid-template-rows:auto 1fr auto;padding-bottom:10px}.admin-topbar{padding-bottom:12px}.admin-topbar-side{display:flex;align-items:center;gap:10px}.admin-user-badge{padding:9px 12px;border-radius:999px;background:#ffffffb8;color:#4b6b62;font-size:13px;box-shadow:0 10px 20px #6a85781f}.admin-main{padding-bottom:8px}.admin-page{display:grid;gap:12px;padding:4px 0 8px}.admin-toolbar-card,.admin-card,.admin-empty-card{padding:16px;border-radius:24px;background:#ffffffe0;box-shadow:0 16px 32px #596e641a}.admin-search-row,.admin-chip-row,.admin-card-head,.admin-card-actions,.admin-page-actions,.admin-meta-grid,.admin-summary-grid,.admin-dialog-actions,.admin-sheet-actions,.admin-inline-grid{display:flex;gap:10px}.admin-search-row{align-items:center}.admin-search-input{flex:1;min-height:44px;border-radius:16px;background:#f7faf8f5}.admin-small-button{min-width:64px;min-height:44px}.admin-chip-row{flex-wrap:wrap;margin-top:12px}.shortcut-chip.active{background:linear-gradient(135deg,#1a608cf0,#138a72eb);color:#fff}.admin-inline-status{margin:0}.admin-list{display:grid;gap:12px}.admin-empty-card{color:#7f736a;text-align:center;line-height:1.7}.admin-card-head{align-items:flex-start;justify-content:space-between}.admin-card-tags{display:flex;flex-wrap:wrap;gap:8px}.admin-state-badge{padding:3px 9px;border-radius:999px;font-size:12px}.admin-state-badge.success{background:#138a721f;color:#138a72}.admin-state-badge.muted{background:#5d4d451a;color:#7b6a61}.admin-state-badge.warning{background:#f59e0b24;color:#ad6c00}.admin-meta-text{color:#9b8b81;font-size:12px}.admin-card-title{margin:12px 0 8px;font-size:18px;line-height:1.55;color:#40312b}.admin-card-copy{margin:0;line-height:1.7;color:#786960}.admin-source-panel{margin-top:12px;padding:12px 14px;border-radius:18px;background:#f7faf8f5}.admin-source-panel p{margin:0;line-height:1.7;color:#6f635b}.admin-source-panel p+p{margin-top:8px}.admin-source-link{display:inline-flex;margin-top:8px;color:#1a608c;text-decoration:none;font-weight:600}.admin-source-preview{margin-top:10px}.admin-meta-grid{flex-wrap:wrap;margin-top:12px;color:#95867c;font-size:12px}.admin-card-actions,.admin-page-actions,.admin-dialog-actions,.admin-sheet-actions,.admin-summary-grid,.admin-inline-grid{margin-top:14px}.admin-card-actions>*,.admin-page-actions>*,.admin-dialog-actions>*,.admin-sheet-actions>*{flex:1}.admin-page-actions{position:sticky;bottom:0;padding:10px;border-radius:22px;background:#ffffffeb;box-shadow:0 -8px 24px #61726d14}.admin-bottom-nav{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px;margin-top:10px;padding:10px;border-radius:22px;background:#ffffffe6;box-shadow:0 18px 28px #798c8224}.admin-nav-item{min-height:48px;border-radius:16px;background:transparent;color:#7f736a;font-weight:600}.admin-nav-item.active{background:linear-gradient(135deg,#1a608c,#138a72);color:#fff}.admin-nav-label{font-size:14px}.admin-sheet{width:min(100%,420px);margin-top:auto;border-radius:28px 28px 0 0;background:#fbf8f3;box-shadow:0 -18px 40px #533f352e;padding:14px 16px 22px}.admin-sheet-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.admin-sheet-head h3{margin:0;color:#47342c}.admin-sheet-body{margin-top:14px}.admin-sheet-foot{margin-top:16px}.admin-dialog-backdrop{justify-content:center;align-items:center}.admin-confirm-dialog{width:min(100%,360px);padding:20px;border-radius:24px;background:#fff;box-shadow:0 16px 36px #3f37312e}.admin-confirm-dialog h3{margin:0;color:#47342c}.admin-confirm-dialog p{margin:12px 0 0;color:#7e7068;line-height:1.7}.admin-form-grid{margin-top:0}.admin-textarea{resize:vertical;min-height:110px}.admin-switch-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;border-radius:18px;background:#f7faf8f5}.admin-switch-row span,.admin-switch-row strong{color:#40312b}.admin-switch-row input{width:18px;height:18px}.admin-hidden-input{display:none}.admin-summary-grid{flex-wrap:wrap}.admin-summary-card{flex:1 1 calc(50% - 10px);min-width:120px;padding:14px;border-radius:18px;background:#f7faf8f5;text-align:center}.admin-summary-card strong{display:block;font-size:24px;color:#1a608c}.admin-summary-card span{display:block;margin-top:6px;color:#8a7c73;font-size:13px}.admin-errors-block{margin-top:16px;padding:14px;border-radius:18px;background:#f59e0b14}.admin-errors-block h4{margin:0 0 8px;color:#8d5d00}.admin-errors-block p{margin:8px 0 0;line-height:1.6;color:#8d6f57}.admin-settings-field{margin-top:14px}.admin-option-grid{display:grid;gap:10px}.admin-mode-card{width:100%;padding:14px 16px;border-radius:18px;text-align:left;background:#f7faf8f5;border:1px solid transparent;color:#4c3a32;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.admin-mode-card strong{display:block;font-size:15px}.admin-mode-card p{margin:8px 0 0;line-height:1.6;color:#7d6d63;font-size:13px}.admin-mode-card.active{border-color:#1a608c38;background:linear-gradient(135deg,#1a608c1f,#138a721f);box-shadow:0 14px 28px #596e6414}.admin-cookie-textarea{min-height:126px;resize:vertical;word-break:break-all;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;line-height:1.55}.admin-provider-status{display:block;margin-top:8px;color:#7d6d63;font-size:12px;font-style:normal}.admin-mobile-page{background:linear-gradient(135deg,#e4f6f1e6,#eef7fff0 52%,#fff9ebb8),#f6fbfc;color:var(--app-ink)}.admin-mobile-page .mini-main{background:transparent;padding:12px 10px 14px}.admin-login-frame{padding:18px 12px 28px}.admin-hero{overflow:hidden;border-radius:var(--app-radius);background:linear-gradient(135deg,#0f766e,#147cc2);box-shadow:0 16px 34px #0f766e2e}.admin-hero:after{display:none}.admin-login-card,.admin-toolbar-card,.admin-card,.admin-empty-card,.admin-sheet,.admin-confirm-dialog,.admin-summary-card,.admin-errors-block,.admin-switch-row,.admin-mode-card{border-radius:var(--app-radius)}.admin-login-hint{display:grid;gap:5px;margin:12px 0 14px;padding:10px 12px;border:1px solid rgba(20,124,194,.14);border-radius:var(--app-radius);background:linear-gradient(135deg,var(--app-blue-soft),var(--app-green-soft))}.admin-login-hint span{color:#5e7380;font-size:12px;font-weight:800}.admin-login-hint strong{color:#0d5168;font-size:16px}.admin-mobile-shell{padding:0 10px 10px}.admin-topbar{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 -10px 8px;padding:14px 14px 12px;border-radius:0 0 var(--app-radius) var(--app-radius);background:linear-gradient(135deg,#0f766e,#147cc2);color:#fff;box-shadow:0 12px 28px #0f766e29}.admin-topbar h1,.admin-topbar .topbar-label{margin:0}.admin-topbar h1{margin-top:4px;font-size:22px;line-height:1.2}.admin-topbar .topbar-label{color:#ffffffc7;font-size:12px;font-weight:900}.admin-user-badge,.admin-front-button{min-height:32px;display:inline-flex;align-items:center;justify-content:center;padding:0 10px;border-radius:999px;background:#ffffff2e;color:#fff;font-size:12px;font-weight:900;box-shadow:none;white-space:nowrap}.admin-front-button{border:1px solid rgba(255,255,255,.32)}.admin-toolbar-card,.admin-card,.admin-empty-card,.admin-page-actions{border:1px solid rgba(149,180,190,.22);background:#fffffff0;box-shadow:0 10px 24px #1c5c7614}.admin-card-title{color:#102a3a;font-size:17px}.admin-card-copy,.admin-source-panel p,.admin-mode-card p,.admin-provider-status{color:#58707a}.admin-source-panel,.admin-search-input,.admin-switch-row,.admin-summary-card,.admin-mode-card{background:#f5fbfb}.admin-small-button,.admin-card-actions button,.admin-page-actions button,.admin-dialog-actions button,.admin-sheet-actions button{min-height:42px;border-radius:var(--app-radius);font-weight:900}.admin-bottom-nav{gap:6px;margin-top:8px;padding:7px;border:1px solid rgba(149,180,190,.22);border-radius:var(--app-radius);background:#fffffff5;box-shadow:0 -8px 22px #1c5c7614}.admin-nav-item{min-height:54px;display:grid;place-items:center;align-content:center;gap:3px;border-radius:var(--app-radius);color:#627982;font-weight:900}.admin-nav-icon{width:24px;height:24px;display:grid;place-items:center;border-radius:7px;background:var(--app-blue-soft);color:var(--app-blue);font-size:12px}.admin-nav-item.active{background:var(--app-green-soft);color:#0c755a}.admin-nav-item.active .admin-nav-icon{background:var(--app-green);color:#fff}.admin-mobile-shell .admin-bottom-nav{grid-template-columns:repeat(7,minmax(0,1fr))}.admin-mobile-shell .admin-nav-label{font-size:10px;line-height:1.1;white-space:nowrap}.admin-upload-box{display:grid;gap:8px;padding:12px;border:1px dashed rgba(20,124,194,.28);border-radius:var(--app-radius);background:#f6fbff}.admin-upload-box input{width:100%;min-width:0;color:var(--app-ink)}.admin-upload-box small{color:var(--app-muted);font-size:12px;line-height:1.4}.admin-audio-preview{width:100%;margin:10px 0;display:block}.admin-yi-login-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.8fr);gap:10px}.admin-yi-login-grid .settings-button{margin-top:0}.admin-yi-qr-panel{display:grid;grid-template-columns:148px minmax(0,1fr);gap:14px;align-items:center;padding:14px;border:1px solid rgba(24,127,155,.14);border-radius:var(--app-radius);background:#f8fcfc}.admin-yi-qr-image-wrap{display:grid;place-items:center;width:148px;height:148px;padding:8px;border-radius:var(--app-radius);background:#fff}.admin-yi-qr-image{width:132px;height:132px;object-fit:contain}.admin-yi-qr-copy{min-width:0}.admin-yi-qr-copy strong{display:block;color:var(--app-ink);font-size:14px;line-height:1.5}.admin-yi-qr-copy .settings-button{width:100%;margin-top:10px}@media (max-width: 440px){.admin-yi-qr-panel{grid-template-columns:minmax(0,1fr)}.admin-yi-qr-image-wrap{margin:0 auto}}.persistent-music-mini{position:fixed;right:max(14px,env(safe-area-inset-right));bottom:calc(74px + env(safe-area-inset-bottom));z-index:45;width:min(280px,calc(100vw - 28px));display:grid;grid-template-columns:58px minmax(0,1fr);gap:8px;align-items:center;padding:8px;border:1px solid rgba(24,127,155,.14);border-radius:8px;background:#fffffff5;box-shadow:0 12px 30px #13455b24}.persistent-music-toggle{min-height:38px;border-radius:999px;background:var(--app-green);color:#fff;font-size:13px;font-weight:1000}.persistent-music-info{min-width:0;display:grid;gap:2px;text-align:left;background:transparent}.persistent-music-info strong,.persistent-music-info span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.persistent-music-info strong{color:var(--app-ink);font-size:14px}.persistent-music-info span{color:var(--app-muted);font-size:12px}.player-shell{width:min(100%,450px);min-height:100vh;margin:0 auto;padding:12px 16px 24px;background:linear-gradient(180deg,#eef7f6,#f7fafc 42%,#f8fafb)}.player-topbar{min-height:48px;display:grid;grid-template-columns:48px minmax(0,1fr) 48px;align-items:center;gap:8px}.player-topbar h1{margin:0;color:var(--app-ink);font-size:18px;line-height:1.25;text-align:center}.icon-button{width:42px;height:42px;border-radius:8px;background:#ffffffdb;color:var(--app-ink);font-size:26px;font-weight:900;box-shadow:0 6px 16px #234d5c0f}.now-card,.track-list,.player-panel{border:1px solid rgba(80,122,139,.16);border-radius:8px;background:#fffffffa;box-shadow:0 8px 22px #1f4e5e12}.now-card{display:grid;grid-template-columns:116px minmax(0,1fr);align-items:center;gap:14px;padding:14px;overflow:hidden}.music-stage{position:relative;min-height:116px;display:grid;place-items:center;border-radius:8px;background:linear-gradient(145deg,#f4fafafa,#edf6faf5),#f5f9fa;overflow:hidden}.wave-ring{position:absolute;width:94px;height:94px;border:1px solid rgba(15,159,121,.2);border-radius:50%;animation:breathe 3.2s ease-in-out infinite}.wave-ring:nth-child(2){width:70px;height:70px;border-color:#2e6fae2e;animation-delay:.45s}.wave-ring:nth-child(3){width:42px;height:42px;border-color:#0f9f7942;animation-delay:.9s}.music-core{position:relative;z-index:1;width:58px;height:58px;display:flex;align-items:center;justify-content:center;gap:4px;border-radius:50%;background:#fff;box-shadow:0 8px 18px #1f4e5e1a}.music-core:before,.music-core:after,.music-core span{content:"";width:4px;border-radius:999px;background:var(--app-green)}.music-core:before{height:16px}.music-core span{height:24px}.music-core:after{height:12px}.paused .wave-ring{animation-play-state:paused;opacity:.5}@keyframes breathe{0%,to{transform:scale(.92);opacity:.48}50%{transform:scale(1.08);opacity:1}}.now-copy{display:grid;gap:6px}.now-copy span{width:fit-content;padding:5px 10px;border-radius:999px;background:#e7f4f1;color:var(--app-green);font-size:12px;font-weight:900}.now-copy h2{margin:0;overflow:hidden;color:var(--app-ink);font-size:23px;line-height:1.22;text-overflow:ellipsis;white-space:nowrap}.now-copy p{margin:0;color:var(--app-muted);font-size:13px;line-height:1.55}.player-panel{display:grid;grid-template-columns:minmax(0,1fr) 118px;gap:14px;padding:14px;margin-top:12px}.primary-control{min-height:48px;border-radius:999px;background:var(--app-green);color:#fff;font-size:16px;font-weight:1000}.secondary-control{min-height:42px;padding:0 12px;border-radius:999px;background:#eef5fb;color:var(--app-blue);font-weight:1000}.secondary-control.active{background:#e7f4f1;color:var(--app-green)}.control-row{grid-column:1 / -1;display:grid;grid-template-columns:52px minmax(0,1fr) 42px;align-items:center;gap:10px;color:var(--app-muted);font-size:12px;font-weight:800}.track-list{display:grid;gap:8px;margin-top:12px;padding:14px}.section-title{display:flex;align-items:center;justify-content:space-between;gap:10px}.section-title h2{margin:0;color:var(--app-ink);font-size:17px}.section-title span{color:var(--app-muted);font-size:12px;font-weight:800}.track-button{width:100%;max-width:100%;min-height:64px;display:grid;grid-template-columns:42px minmax(0,1fr) 50px;align-items:center;gap:10px;padding:10px;border:1px solid rgba(36,119,212,.08);border-radius:8px;background:#f8fbfc;text-align:left}.track-button.active{border-color:#19ad8352;background:#eef8f5}.track-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:8px;background:#e8f4f1;color:var(--app-green);font-weight:1000}.track-copy{min-width:0;display:block}.track-copy strong{display:block;overflow:hidden;color:var(--app-ink);font-size:15px;text-overflow:ellipsis;white-space:nowrap}.track-copy small{display:none}.track-state{display:block;min-width:42px;color:var(--app-green);font-size:12px;font-weight:900;text-align:right}.status-text{margin:10px 2px 0;color:#507a8b;font-size:12px;line-height:1.45}@media (max-width: 560px){.mini-device{width:100%;padding-left:12px;padding-right:12px}.welcome-shell h2{font-size:22px}.message-content{max-width:88%}.admin-search-row,.admin-card-actions,.admin-page-actions,.admin-dialog-actions,.admin-sheet-actions,.admin-inline-grid{flex-direction:column}.admin-bottom-nav{gap:8px}}.home-page-shell{width:100%;max-width:430px;min-width:0;margin:0 auto;min-height:100vh;padding:18px 12px 94px;overflow-x:hidden;background:linear-gradient(180deg,#fffffffa,#f4fbfff5 42%,#fff)}.home-device{width:100%;min-width:0;margin:0}.home-header{display:flex;justify-content:space-between;gap:14px;padding:0 4px 12px}.home-header h1{margin:0 0 6px;color:#1f1b1b;font-size:31px;line-height:1.1;letter-spacing:0}.home-cert-line{margin:0;display:flex;flex-wrap:wrap;align-items:center;gap:4px;color:#a6aaad;font-size:13px;font-weight:700}.shield-mark{width:14px;height:14px;display:inline-grid;place-items:center;border-radius:5px;border:1px solid #b7bec4;color:#9ba3a9;font-size:10px;line-height:1}.chevron-text{color:#bcc2c7;font-size:18px;line-height:1}.home-search-row{display:grid;grid-template-columns:minmax(0,1fr) 42px;gap:8px;align-items:center;margin-bottom:18px}.home-search-box{min-width:0;min-height:44px;display:grid;grid-template-columns:28px 1fr;align-items:center;padding:0 18px;border-radius:999px;background:#fff;box-shadow:0 8px 24px #3889ca1a}.home-search-box input{min-width:0;border:0;outline:0;background:transparent;color:#333;font-size:17px;font-weight:700}.home-search-box input::placeholder{color:#b6b6b6}.search-symbol{width:15px;height:15px;border:3px solid #e7ebef;border-radius:50%;position:relative}.search-symbol:after{content:"";position:absolute;width:8px;height:3px;right:-7px;bottom:-4px;border-radius:999px;background:#e7ebef;transform:rotate(45deg)}.service-button{width:40px;height:44px;display:grid;place-items:center;border-radius:50%;background:transparent}.headset-icon{width:29px;height:28px;position:relative;border:4px solid #151a20;border-bottom-color:transparent;border-radius:18px 18px 8px 8px}.headset-icon:before,.headset-icon:after{content:"";position:absolute;top:13px;width:8px;height:12px;border-radius:5px;background:#9ccffd;border:3px solid #151a20}.headset-icon:before{left:-8px}.headset-icon:after{right:-8px}.home-consult-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:9px;margin-bottom:18px}.fast-consult-card,.dept-consult-card,.campaign-banner,.sleep-card,.mini-feature,.placeholder-card{min-width:0;border:0;text-align:left;background:#fff;box-shadow:0 10px 28px #327dc81a}.fast-consult-card{min-height:154px;grid-row:span 2;position:relative;overflow:hidden;display:grid;align-content:center;padding:18px 13px;border-radius:10px}.fast-consult-card strong{display:block;color:#151515;font-size:clamp(23px,5.7vw,27px);line-height:1.05;letter-spacing:0}.fast-consult-card small{display:block;margin:5px 0 10px;color:#303030;font-size:13px;font-weight:700;text-align:center}.urgent-pill{display:inline-flex;align-items:center;justify-self:start;min-height:22px;padding:0 10px;border-radius:999px;background:#1678ff;color:#fff;font-size:12px;font-weight:800}.dept-consult-card{min-height:72px;position:relative;overflow:hidden;display:grid;align-content:center;padding:17px 12px 10px;border-radius:10px}.dept-consult-card strong,.dept-consult-card small{position:relative;z-index:1;display:block}.dept-consult-card strong{padding-right:0;font-size:clamp(22px,5.4vw,26px);line-height:1.05;font-weight:900}.dept-consult-card small{margin-top:6px;color:#171717;font-size:clamp(21px,5.2vw,24px);line-height:1.05}.dept-consult-card.dermatology strong{color:#1678ff}.dept-consult-card.cardiology strong{color:#18bf8a;font-size:clamp(20px,5vw,23px)}.campaign-banner{width:100%;min-height:104px;display:grid;grid-template-columns:minmax(0,1fr) minmax(76px,104px);align-items:center;gap:8px;position:relative;overflow:hidden;margin-bottom:22px;padding:18px 16px;border-radius:10px;background:linear-gradient(90deg,#dde8fffa,#d1e1fff0),#d9e6ff}.campaign-banner span:first-child{display:grid;gap:3px;color:#3b4f83;font-size:clamp(21px,5.8vw,28px);line-height:1.02;font-weight:900}.campaign-banner em{color:#7b88a7;font-size:13px;font-style:normal;font-weight:700}.campaign-banner b{width:max-content;margin-top:6px;padding:7px 14px;border-radius:999px;background:#5a87dd;color:#fff;font-size:14px;line-height:1}.banner-kid{height:96px;position:relative}.banner-kid:before{content:"";position:absolute;right:16px;top:0;width:66px;height:66px;border-radius:52% 48% 45% 55%;background:#ffbf90;box-shadow:-16px 18px #ffe16e,-30px 38px #ffef9e,22px 37px #edf6ff}.banner-kid:after{content:"";position:absolute;right:56px;top:8px;width:42px;height:26px;border-radius:50% 50% 12px 12px;background:#c86f49;transform:rotate(-22deg)}.section-title-line{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:14px}.section-title-line h2{margin:0;color:#181818;font-size:24px;line-height:1.1}.section-title-line p{margin:0;color:#b3b2b2;font-size:13px;font-weight:700}.section-title-line button{padding:0;background:transparent;color:#9aa6b2;font-size:13px;font-weight:800}.feature-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:9px;padding:12px;border-radius:12px;background:#fff;box-shadow:0 10px 28px #327dc814}.sleep-card{min-height:112px;grid-row:span 2;position:relative;overflow:hidden;display:grid;align-content:center;padding:14px 12px;border-radius:8px;background:#e5fff3}.sleep-badge{display:block;color:#19b982;font-size:16px;font-weight:900}.sleep-card strong{display:block;margin-top:5px;overflow:hidden;color:#98aaa3;font-size:13px;line-height:1.35;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4}.mini-feature{min-height:64px;display:grid;align-content:center;padding:10px 12px;border-radius:8px}.mini-feature.baby{background:#fff0f1}.mini-feature.diet{background:#eef8ff}.mini-feature strong{overflow:hidden;color:#333;font-size:16px;line-height:1.32;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.mini-feature span{color:#9b9b9b;font-weight:700;font-size:12px;line-height:1.35}.home-bottom-nav{position:fixed;left:50%;bottom:0;z-index:20;width:100%;max-width:430px;min-width:0;transform:translate(-50%);display:grid;grid-template-columns:repeat(2,1fr);gap:8px;padding:9px 24px max(16px,env(safe-area-inset-bottom));background:#fff;border-top:1px solid rgba(220,230,238,.9);box-shadow:0 -8px 20px #1c466e0f}.home-nav-item{min-height:58px;display:grid;place-items:center;gap:2px;color:#b8b8b8;text-decoration:none;font-size:15px;font-weight:800}.home-nav-item.active{color:#1682ff}.nav-house,.nav-person,.placeholder-icon{display:block;width:30px;height:30px;position:relative;background:currentColor;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:27px 27px;mask-size:27px 27px}.nav-house{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 10.7 12 3l9 7.7v8.1c0 1.2-1 2.2-2.2 2.2h-3.3v-6.1h-7V21H5.2C4 21 3 20 3 18.8v-8.1Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 10.7 12 3l9 7.7v8.1c0 1.2-1 2.2-2.2 2.2h-3.3v-6.1h-7V21H5.2C4 21 3 20 3 18.8v-8.1Z'/%3E%3C/svg%3E")}.nav-person{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 12.2a4.6 4.6 0 1 0 0-9.2 4.6 4.6 0 0 0 0 9.2Zm0 2c-4.7 0-8.5 2.5-8.5 5.5 0 .9.7 1.6 1.6 1.6h13.8c.9 0 1.6-.7 1.6-1.6 0-3-3.8-5.5-8.5-5.5Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 12.2a4.6 4.6 0 1 0 0-9.2 4.6 4.6 0 0 0 0 9.2Zm0 2c-4.7 0-8.5 2.5-8.5 5.5 0 .9.7 1.6 1.6 1.6h13.8c.9 0 1.6-.7 1.6-1.6 0-3-3.8-5.5-8.5-5.5Z'/%3E%3C/svg%3E")}.placeholder-device{min-height:calc(100vh - 112px);display:grid;align-content:start;gap:22px}.placeholder-header{display:flex;align-items:center;gap:12px;padding:4px 2px}.placeholder-header p{margin:0;color:#96a2ad;font-weight:700}.placeholder-header h1{margin:3px 0 0;color:#1f1b1b;font-size:26px}.placeholder-back{width:40px;height:40px;border-radius:50%;background:#fff;color:#1f1b1b;box-shadow:0 8px 18px #327dc81a;font-size:30px;line-height:1}.placeholder-card{display:grid;justify-items:start;gap:12px;padding:28px;border-radius:14px}.placeholder-card h2,.placeholder-card p{margin:0}.placeholder-card h2{color:#1f1b1b}.placeholder-card p{color:#7d8992;line-height:1.7}.placeholder-icon{width:62px;height:62px;border-radius:18px;background:#e9f4ff}.placeholder-icon.message:before,.placeholder-icon.profile:before{content:"";position:absolute;top:16px;right:16px;bottom:16px;left:16px;border-radius:7px;background:#1682ff}.placeholder-icon.message:after{content:"";position:absolute;left:25px;bottom:12px;border-top:10px solid #1682ff;border-right:10px solid transparent}.placeholder-icon.profile:before{border-radius:50%}.placeholder-icon.profile:after{content:"";position:absolute;left:16px;right:16px;bottom:10px;height:18px;border-radius:14px 14px 7px 7px;background:#1682ff}.placeholder-primary{min-height:46px;padding:0 18px;border-radius:999px;background:#1682ff;color:#fff;font-weight:800}.mobile-titlebar{height:42px;display:grid;grid-template-columns:42px 1fr 42px;align-items:center;margin:-8px -6px 10px;background:#fff}.mobile-titlebar h1{margin:0;text-align:center;color:#171717;font-size:17px;font-weight:900}.mobile-titlebar button{height:38px;background:transparent;color:#111;font-size:28px;line-height:1}.mobile-titlebar .plain-link,.plain-link{color:#1682ff;font-size:13px;font-weight:800}.article-page{background:#f3f7fd}.article-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:12px}.article-tabs button{min-height:36px;border-radius:999px;background:#fff;color:#8e9aa7;font-weight:800}.article-tabs button.active{background:#1682ff;color:#fff}.article-list{display:grid;gap:12px}.article-search{display:grid;grid-template-columns:1fr auto;gap:8px;margin-bottom:10px;padding:8px;border-radius:999px;background:#fff;box-shadow:0 8px 22px #327dc814}.article-search input{min-width:0;border:0;outline:0;padding:0 12px;background:transparent;color:#1f2a35}.article-search button,.comment-form button{min-height:34px;padding:0 14px;border-radius:999px;background:#1682ff;color:#fff;font-weight:800}.category-row{display:flex;gap:8px;overflow-x:auto;padding:2px 0 12px}.category-row button{flex:0 0 auto;min-height:32px;padding:0 12px;border-radius:999px;background:#fff;color:#7f8a96;font-size:13px;font-weight:800}.category-row button.active{background:#1682ff;color:#fff}.article-card{width:100%;min-height:112px;display:grid;grid-template-columns:minmax(0,1fr) 126px;gap:12px;align-items:stretch;padding:12px;border-radius:10px;background:#fff;box-shadow:0 8px 22px #327dc814;text-align:left}.article-copy{min-width:0;display:grid;align-content:start;gap:7px}.article-copy h2{margin:0;color:#1d2630;font-size:17px;line-height:1.35}.article-copy p{margin:0;display:-webkit-box;overflow:hidden;color:#8c96a1;font-size:12px;line-height:1.5;-webkit-line-clamp:2;-webkit-box-orient:vertical}.article-copy span{color:#8f99a4;font-size:12px}.article-copy small{color:#a5aeb8;font-size:11px}.article-empty{padding:24px 16px;border-radius:10px;background:#fff;color:#83909d;text-align:center;box-shadow:0 8px 22px #327dc814}.article-cover{min-width:0;position:relative;overflow:hidden;border-radius:8px;background:#eaf4ff}.article-cover img,.detail-media img{width:100%;height:100%;display:block;object-fit:cover}.article-cover.empty{display:grid;place-items:center;color:#1682ff;font-weight:900}.article-cover i{position:absolute;left:50%;top:50%;width:32px;height:32px;border-radius:50%;background:#00000073;transform:translate(-50%,-50%)}.article-cover i:after{content:"";position:absolute;left:12px;top:8px;border-left:11px solid #fff;border-top:8px solid transparent;border-bottom:8px solid transparent}.pager-bar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;margin-top:16px;padding:10px;border-radius:999px;background:#fff;box-shadow:0 8px 22px #327dc814}.pager-bar button{min-height:34px;border-radius:999px;background:#eaf4ff;color:#1682ff;font-weight:800}.pager-bar button:disabled{opacity:.45}.pager-bar span,.article-status{color:#7e8a96;font-size:13px;text-align:center}.article-detail-card{padding:18px;border-radius:10px;background:#fff;box-shadow:0 8px 22px #327dc814}.detail-source{margin:0 0 8px;color:#8f99a4;font-size:12px}.article-detail-card h2{margin:0;color:#111;font-size:23px;line-height:1.35}.detail-media{position:relative;overflow:hidden;height:184px;margin:16px 0;border-radius:10px;background:#eaf4ff}.detail-media a{position:absolute;right:12px;bottom:12px;padding:7px 12px;border-radius:999px;background:#1682ffeb;color:#fff;font-size:13px;text-decoration:none}.detail-summary{margin:14px 0;padding:12px;border-radius:8px;background:#f2f8ff;color:#43617a;line-height:1.7}.article-disclaimer{margin-top:-4px;background:#f5fbfa;color:#607684;font-size:13px}.detail-body p{margin:0 0 13px;color:#242a31;font-size:15px;line-height:1.9}.detail-stats,.detail-actions{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0}.detail-stats span{padding:5px 9px;border-radius:999px;background:#f0f6ff;color:#6c7a88;font-size:12px}.detail-actions button{flex:1;min-height:42px;border-radius:999px;background:#eef5ff;color:#1682ff;font-weight:900}.detail-actions button.active{background:#1682ff;color:#fff}.comment-panel{margin-top:12px;padding:14px;border-radius:10px;background:#fff;box-shadow:0 8px 22px #327dc814}.comment-form{display:grid;grid-template-columns:1fr auto;gap:8px;margin-bottom:12px}.comment-form input{min-width:0;border:1px solid #e7edf4;border-radius:999px;padding:0 12px;outline:none}.comment-list{display:grid;gap:10px}.comment-card{padding:12px;border-radius:9px;background:#f7fbff}.comment-card strong{color:#1f2a35}.comment-card p{margin:6px 0;color:#3d4852;line-height:1.65}.comment-card span{color:#99a4af;font-size:12px}.home-latest-strip{display:grid;gap:8px;margin:-8px 0 20px}.home-latest-strip button{display:grid;gap:4px;padding:11px 13px;border-radius:10px;background:#fff;text-align:left;box-shadow:0 8px 20px #327dc814}.home-latest-strip strong{overflow:hidden;color:#1f2a35;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.home-latest-strip span{color:#8e99a5;font-size:12px}.source-button{display:block;margin-top:18px;padding:12px;border-radius:999px;background:#1682ff;color:#fff;text-align:center;text-decoration:none;font-weight:800}.messages-page,.profile-page{background:#f3f7fd}.message-device{display:grid;gap:12px}.my-id-card,.add-friend-row,.chat-panel,.friend-list,.profile-hero,.profile-section,.tool-card,.forum-post,.doctor-profile-card,.checkin-summary,.checkin-list{border-radius:10px;background:#fff;box-shadow:0 8px 22px #327dc814}.my-id-card{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px}.my-id-card span{display:block;color:#8b96a2;font-size:12px}.my-id-card strong{display:block;margin-top:3px;color:#111;font-size:22px}.realtime-hint{display:flex;align-items:center;gap:7px;margin:-2px 4px 0;color:#7f8b96;font-size:12px;font-weight:700}.realtime-hint span{width:8px;height:8px;border-radius:50%;background:#18bf8a;box-shadow:0 0 0 5px #18bf8a1f}.my-id-card button,.add-friend-row button,.friend-composer button{min-height:36px;padding:0 14px;border-radius:999px;background:#1682ff;color:#fff;font-weight:800}.friend-composer button:disabled{opacity:.62}.add-friend-row,.friend-composer{display:grid;gap:8px;padding:8px}.add-friend-row{grid-template-columns:1fr auto}.friend-composer{grid-template-columns:auto auto 1fr auto}.add-friend-row input,.friend-composer input{min-width:0;border:1px solid #e7edf4;border-radius:999px;padding:0 13px;outline:none}.friend-list,.chat-panel,.profile-section{padding:14px}.message-section-title{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:12px}.message-section-title h2{margin:0;color:#111;font-size:22px}.message-section-title span{color:#9aa5af;font-size:13px;font-weight:800}.friend-card{width:100%;display:grid;grid-template-columns:44px minmax(0,1fr) auto;gap:10px;align-items:center;padding:10px 0;background:transparent;text-align:left}.friend-card+.friend-card{border-top:1px solid #edf2f6}.friend-avatar,.profile-avatar{display:grid;place-items:center;border-radius:50%;background:#d8ecff;color:#1682ff;font-weight:900}.friend-avatar{width:42px;height:42px}.friend-card strong,.chat-panel-head strong{color:#1e2730}.friend-card p,.chat-panel-head span,.friend-card time,.empty-text{margin:4px 0 0;color:#8f9aa5;font-size:12px}.chat-panel{display:grid;min-height:520px;grid-template-rows:auto 1fr auto;padding:0;overflow:hidden}.chat-panel-head{display:grid;grid-template-columns:42px 1fr;gap:8px;align-items:center;padding:10px 12px;border-bottom:1px solid #edf2f6}.chat-panel-head button{background:transparent;color:#111;font-size:28px}.friend-chat-list{min-height:0;display:flex;flex-direction:column;gap:10px;overflow-y:auto;padding:12px;background:#f3f7fd}.friend-message{max-width:78%;align-self:flex-start;display:grid;gap:4px}.friend-message.mine{align-self:flex-end}.friend-message span{padding:10px 12px;border-radius:9px;background:#fff;color:#1f2a35;line-height:1.6;white-space:pre-wrap}.friend-message.mine span{background:#d6ebff}.friend-message-tag{width:max-content;max-width:100%;padding:3px 8px;border-radius:999px;background:#d8ecff;color:#1682ff;font-size:12px;line-height:1.2}.friend-message.mine .friend-message-tag{justify-self:end;background:#e6f7f2;color:#138a72}.friend-message-image{width:min(220px,100%);max-height:240px;display:block;object-fit:cover;border-radius:10px;background:#eaf4ff;box-shadow:0 8px 20px #327dc814}.friend-message.sticker{max-width:180px}.friend-sticker-bubble{display:grid;justify-items:center;gap:5px;padding:10px 12px;border-radius:14px;background:#fff;box-shadow:0 8px 20px #327dc814}.friend-message.mine .friend-sticker-bubble{background:#d6ebff}.friend-sticker-bubble em{color:#6e7b86;font-style:normal;font-size:12px;font-weight:800}.friend-message small{color:#9ca6b0;font-size:11px}.friend-message.mine small{text-align:right}.message-tag-row{display:flex;gap:7px;overflow-x:auto;padding:8px 8px 0;background:#fff}.quick-message-tag{flex:0 0 auto;min-height:30px;padding:0 11px;border-radius:999px;background:#eef6ff;color:#577187;font-size:12px;font-weight:800}.quick-message-tag.active{background:#1682ff;color:#fff}.image-action-button{background:#eaf4ff!important;color:#1682ff!important}.emoji-action-button{background:#fff5d8!important;color:#b77900!important}.emoji-action-button.active{background:#ffd86b!important;color:#6b4600!important}.sticker-panel{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;padding:10px;background:#fff;border-top:1px solid #edf2f6}.sticker-choice{min-width:0;display:grid;justify-items:center;gap:5px;padding:8px 4px;border-radius:12px;background:#f7fbff}.sticker-choice small{color:#7d8994;font-size:11px;font-weight:800}.yellow-sticker{position:relative;width:52px;height:52px;display:block;border-radius:50%;background:radial-gradient(circle at 34% 30%,rgba(255,255,255,.72) 0 5px,transparent 6px),linear-gradient(145deg,#ffe76e,#ffc83d 54%,#f4a918);box-shadow:inset 0 -4px #ab69001f,0 6px 14px #d893152e}.yellow-sticker .eye{position:absolute;top:18px;width:5px;height:8px;border-radius:999px;background:#4d3217}.yellow-sticker .eye.left{left:16px}.yellow-sticker .eye.right{right:16px}.yellow-sticker .mouth{position:absolute;left:18px;right:18px;bottom:14px;height:8px;border-bottom:3px solid #7a451d;border-radius:0 0 999px 999px}.sticker-laugh .eye{height:3px;top:19px}.sticker-laugh .mouth{left:15px;right:15px;bottom:12px;height:12px;border:0;border-radius:0 0 999px 999px;background:#7a321b}.sticker-heart .heart-mark{position:absolute;left:17px;bottom:10px;color:#ef4444;font-style:normal;font-size:18px;line-height:1}.sticker-heart .mouth{display:none}.sticker-cry .mouth{bottom:11px;height:8px;border-top:3px solid #7a451d;border-bottom:0;border-radius:999px 999px 0 0}.sticker-cry .tear{position:absolute;right:11px;top:27px;width:8px;height:12px;border-radius:999px 999px 999px 0;background:#61bfff;transform:rotate(16deg)}.sticker-sweat .sweat-drop{position:absolute;right:6px;top:8px;width:9px;height:13px;border-radius:999px 999px 999px 0;background:#69c8ff;transform:rotate(22deg)}.sticker-sleep .eye{height:3px;top:20px}.sticker-sleep:after{content:"Z";position:absolute;right:-3px;top:-7px;color:#1682ff;font-size:18px;font-weight:900}.sticker-angry .eye{height:4px;top:18px;transform:rotate(18deg)}.sticker-angry .eye.right{transform:rotate(-18deg)}.sticker-angry .mouth{bottom:12px;height:7px;border-top:3px solid #7a451d;border-bottom:0;border-radius:999px 999px 0 0}.sticker-wow .eye{width:7px;height:9px}.sticker-wow .mouth{left:21px;right:21px;bottom:11px;height:11px;border:3px solid #7a451d;border-radius:50%}.hidden-file-input{display:none}.image-compose-preview{display:grid;grid-template-columns:52px minmax(0,1fr) auto;gap:10px;align-items:center;padding:8px 10px;background:#fff;border-top:1px solid #edf2f6}.image-compose-preview img{width:52px;height:52px;border-radius:9px;object-fit:cover;background:#eaf4ff}.image-compose-preview strong,.image-compose-preview span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.image-compose-preview strong{color:#1f2a35;font-size:13px}.image-compose-preview span{margin-top:3px;color:#8f9aa5;font-size:12px}.image-compose-preview button{min-height:32px;padding:0 10px;border-radius:999px;background:#fff2f2;color:#ef4444;font-size:12px;font-weight:800}.profile-hero{display:flex;align-items:center;gap:12px;padding:18px;margin-bottom:12px}.profile-identity{min-width:0;flex:1}.profile-avatar{width:58px;height:58px;flex:0 0 58px;background:linear-gradient(135deg,#1682ff,#18bf8a);color:#fff;font-size:24px}.profile-hero h1{margin:0;color:#111;font-size:24px}.profile-hero p{margin:5px 0 0;color:#8d98a3;font-size:13px}.profile-login-button{flex:0 0 auto;min-height:34px;padding:0 13px;border-radius:999px;background:#eef6ff;color:#1682ff;font-size:13px;font-weight:900}.profile-section{margin-bottom:12px}.profile-feedback-section{display:grid;gap:10px;padding:14px;border-radius:10px;background:linear-gradient(180deg,#fff,#f7fbff);border:1px solid #e6edf5}.profile-quick-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.profile-feedback-toggle{min-width:0;display:grid;grid-template-columns:36px 1fr;grid-template-rows:auto auto;column-gap:9px;row-gap:2px;align-items:center;padding:12px;border-radius:9px;background:#f7fbff;text-align:left}.profile-feedback-toggle strong{color:#1f2a35;font-size:14px}.profile-feedback-toggle small{color:#8d98a3;font-size:11px;line-height:1.35}.profile-feedback-panel{display:grid;gap:9px}.profile-feedback-close{min-height:28px;padding:0 10px;border-radius:999px;background:#eef6ff;color:#1682ff;font-size:12px;font-weight:800}.profile-feedback-form{display:grid;gap:9px}.profile-feedback-form textarea,.profile-feedback-form input{width:100%;border:1px solid #e6edf5;border-radius:9px;background:#fff;color:#1f2a35;outline:none;padding:11px 12px;font-size:13px;line-height:1.55;transition:border-color .18s ease,box-shadow .18s ease}.profile-feedback-form textarea{resize:vertical;min-height:92px}.profile-feedback-form textarea:focus,.profile-feedback-form input:focus{border-color:#1682ff;box-shadow:0 0 0 3px #1682ff1f}.profile-feedback-actions{display:flex;align-items:center;justify-content:space-between;gap:10px}.profile-feedback-actions small{min-height:20px;color:#ef4444;font-size:12px;line-height:1.5}.profile-feedback-actions small.success{color:#18a873}.profile-feedback-actions button{flex:0 0 auto;min-height:36px;padding:0 16px;border-radius:999px;background:#1682ff;color:#fff;font-size:13px;font-weight:900}.profile-feedback-actions button:disabled{opacity:.7}.profile-action-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.profile-action-card{min-width:0;display:grid;grid-template-columns:36px 1fr;grid-template-rows:auto auto;column-gap:9px;row-gap:2px;align-items:center;padding:12px;border-radius:9px;background:#f7fbff;text-align:left}.action-icon{grid-row:span 2;width:36px;height:36px;display:grid;place-items:center;border-radius:10px;color:#fff;font-size:14px;font-weight:900}.action-icon.blue{background:#1682ff}.action-icon.green{background:#18bf8a}.action-icon.orange{background:#f59e0b}.action-icon.pink{background:#f27c9d}.action-icon.red{background:#ef4444}.profile-action-card strong{color:#1f2a35;font-size:14px}.profile-action-card small{color:#8d98a3;font-size:11px;line-height:1.35}.compact-profile-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.compact-profile-grid .profile-action-card,.profile-feedback-toggle{min-height:86px}.content-list{display:grid;gap:10px}.content-card{width:100%;display:grid;gap:6px;padding:14px;border-radius:10px;background:#fff;text-align:left;box-shadow:0 8px 22px #327dc814}.content-card span{width:max-content;padding:4px 8px;border-radius:999px;background:#edf6ff;color:#1682ff;font-size:12px;font-weight:800}.content-card h2{margin:0;color:#111;font-size:18px}.content-card p{margin:0;color:#7d8994;line-height:1.6}.calendar-card{display:grid;gap:10px;margin-bottom:12px;padding:18px;border-radius:10px;background:linear-gradient(135deg,#1682ff,#18bf8a);color:#fff;box-shadow:0 8px 22px #327dc824}.calendar-card span{opacity:.82;font-weight:800}.calendar-card h2,.calendar-card p{margin:0}.calendar-card p{line-height:1.75}.calendar-item{padding:12px;border-radius:9px;background:#f7fbff;color:#2f3b47;line-height:1.6}.calendar-item+.calendar-item{margin-top:8px}.tool-page .home-device{display:grid;gap:12px}.tool-card{padding:14px}.tool-card textarea,.tool-card input{width:100%;min-width:0;border:1px solid #e7edf4;border-radius:10px;padding:11px 12px;outline:none;background:#f8fbff;color:#1f2a35;font:inherit}.tool-card textarea{resize:vertical;line-height:1.6}.primary-pill{min-height:38px;margin-top:10px;padding:0 18px;border-radius:999px;background:#1682ff;color:#fff;font-weight:900}.forum-tabs{display:flex;gap:8px;overflow-x:auto;padding-bottom:2px}.forum-tabs button{flex:0 0 auto;min-height:34px;padding:0 14px;border-radius:999px;background:#eef6ff;color:#587083;font-weight:800}.forum-tabs button.active{background:#1682ff;color:#fff}.forum-list,.doctor-list,.checkin-list{display:grid;gap:10px}.forum-post,.doctor-profile-card{padding:14px}.forum-post span,.doctor-profile-card span{color:#18bf8a;font-size:12px;font-weight:900}.forum-post h2,.doctor-profile-card h2{margin:6px 0;color:#111;font-size:18px}.forum-post p,.doctor-profile-card p,.doctor-goodat{margin:0;color:#647281;font-size:13px;line-height:1.6}.forum-post small{display:block;margin-top:8px;color:#9aa5af}.doctor-profile-card{display:grid;grid-template-columns:44px minmax(0,1fr) auto;gap:10px;align-items:center}.doctor-list-avatar{width:44px;height:44px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(135deg,#dff2ff,#dffaf0);color:#1682ff;font-weight:900}.doctor-profile-card button{min-height:34px;padding:0 13px;border-radius:999px;background:#1682ff;color:#fff;font-weight:900}.doctor-goodat{grid-column:1 / -1;padding-top:8px;border-top:1px solid #edf2f6}.doctor-function-tags{grid-column:1 / -1;display:flex;flex-wrap:wrap;gap:6px}.doctor-function-tags span{padding:4px 8px;border-radius:999px;background:#eef7ff;color:#1682ff;font-size:11px;font-weight:800}.checkin-summary{display:grid;place-items:center;min-height:110px;background:linear-gradient(135deg,#eaf5ff,#eefdf7)}.checkin-summary strong{color:#1682ff;font-size:36px}.checkin-summary span{color:#637381;font-weight:800}.checkin-item{display:grid;grid-template-columns:auto 38px 1fr;gap:10px;align-items:center;padding:12px;border-radius:9px;background:#fff}.checkin-item input{width:18px;height:18px}.checkin-item>span{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:#eef6ff;color:#1682ff;font-weight:900}.checkin-item strong{color:#1f2a35}.checkin-item small,.record-row small{display:block;margin-top:3px;color:#8d98a3}.tool-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.mini-record-list{display:grid;gap:7px;margin:10px 0 0;padding:0;list-style:none}.mini-record-list li,.record-row,.record-grid button{padding:10px;border-radius:9px;background:#f7fbff;color:#2f3b47;text-align:left}.record-row{width:100%;display:block}.record-row+.record-row{margin-top:8px}.record-select-row{display:grid;grid-template-columns:minmax(0,1fr);gap:8px;align-items:stretch}.record-select-row+.record-select-row{margin-top:8px}.record-select-row.selecting{grid-template-columns:30px minmax(0,1fr)}.record-check{min-height:100%;display:grid;place-items:center}.record-check input{position:absolute;opacity:0;pointer-events:none}.record-check span{width:22px;height:22px;display:grid;place-items:center;border:2px solid #b8d3dc;border-radius:7px;background:#fff}.record-check input:checked+span{border-color:#ef6b5b;background:#ef6b5b}.record-check input:checked+span:after{content:"";width:9px;height:5px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg)}.record-delete-actions{display:inline-flex;align-items:center;gap:6px}.record-delete-actions button{min-height:30px;padding:0 10px;border-radius:999px;font-size:12px;font-weight:900}.record-delete-button{background:#fff0ee;color:#d94c3f}.record-delete-button:disabled{opacity:.45}.record-cancel-button{background:var(--app-blue-soft);color:var(--app-blue)}.guided-page .home-device{padding-bottom:18px}.guide-card{background:linear-gradient(180deg,#fff,#f7fbff)}.guide-chip-grid{display:flex;flex-wrap:wrap;gap:8px;margin:8px 0 10px}.guide-chip-grid button{min-height:32px;padding:0 12px;border-radius:999px;background:#eef6ff;color:#597083;font-size:13px;font-weight:800}.guide-chip-grid button.active{background:#1682ff;color:#fff}.guide-risk-text{margin:6px 0 0;padding:9px 10px;border-radius:9px;background:#fff1f2;color:#dc2626;font-size:13px;line-height:1.55;font-weight:800}.department-result-list{display:grid;gap:8px}.department-result-list button{display:grid;gap:4px;padding:12px;border-radius:10px;background:#f7fbff;text-align:left}.department-result-list strong{color:#132033;font-size:16px}.department-result-list small{color:#7d8994;font-size:12px;line-height:1.5}.guide-wide-button{width:100%}.guide-check-row{display:grid;grid-template-columns:auto 1fr;gap:9px;align-items:start;padding:10px 0;border-bottom:1px solid #edf2f6;color:#2f3b47;font-size:14px;line-height:1.5}.guide-check-row:last-child{border-bottom:0}.guide-check-row input{width:17px;height:17px;margin-top:2px;accent-color:#1682ff}.guide-summary{margin:0;padding:12px;border-radius:10px;background:#f7fbff;color:#324354;line-height:1.65}.guide-point-list{display:grid;gap:8px;margin:0;padding:0;list-style:none}.guide-point-list li{position:relative;padding-left:16px;color:#324354;font-size:13px;line-height:1.6}.guide-point-list li:before{content:"";position:absolute;left:0;top:9px;width:6px;height:6px;border-radius:50%;background:#18bf8a}.health-tool-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;background:linear-gradient(135deg,#eaf5ff,#effdf8)}.health-tool-hero span{color:#1682ff;font-size:12px;font-weight:900}.health-tool-hero h2{margin:5px 0;color:#132033;font-size:20px;line-height:1.25}.health-tool-hero p{margin:0;color:#667789;font-size:13px;line-height:1.55}.health-tool-hero button{min-height:36px;padding:0 12px;border-radius:999px;background:#1682ff;color:#fff;font-size:12px;font-weight:900;white-space:nowrap}.health-result-band{display:grid;gap:4px;margin-top:10px;padding:12px;border-radius:10px;background:#f7fbff}.health-result-band strong{color:#132033;font-size:15px}.health-result-band small{color:#6e7e8e;font-size:12px;line-height:1.55}.mini-toggle-row{min-width:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;padding:3px;border-radius:10px;background:#eef6ff}.mini-toggle-row button{min-height:34px;border-radius:8px;background:transparent;color:#668098;font-size:13px;font-weight:900}.mini-toggle-row button.active{background:#fff;color:#1682ff;box-shadow:0 5px 12px #327dc81f}.guide-chip-grid.compact{margin-bottom:0}.guide-chip-grid.compact button{min-height:30px;padding:0 10px;font-size:12px}.record-row strong{color:#1f2a35}.record-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}@media (max-width: 420px){.home-header h1{font-size:29px}.fast-consult-card strong{font-size:clamp(23px,6.6vw,27px)}.dept-consult-card strong{font-size:clamp(22px,6vw,25px)}.dept-consult-card small{font-size:clamp(21px,5.8vw,24px)}.campaign-banner{grid-template-columns:minmax(0,1fr) minmax(70px,90px)}.campaign-banner span:first-child{font-size:clamp(20px,6vw,24px)}}:root{--care-bg: #f4faf9;--care-surface: #ffffff;--care-surface-soft: #eff8f6;--care-ink: #102a36;--care-muted: #647985;--care-line: rgba(24, 62, 75, .1);--care-blue: #177ddc;--care-blue-soft: #e8f3ff;--care-green: #18a77b;--care-green-soft: #e7f8f1;--care-coral: #ef6b5b;--care-coral-soft: #fff0ee;--care-amber: #d89416;--care-amber-soft: #fff7e2;--care-shadow: 0 10px 28px rgba(22, 90, 112, .1);--care-radius: 8px}body{background:var(--care-bg)}.redesigned-home,.library-page{padding:14px 12px 92px;background:linear-gradient(180deg,#eef9f7,#f7fbff 46%,#fff)}.home-workbench,.library-device{display:grid;gap:12px}.health-hero,.primary-consult-card,.symptom-shortcut-panel,.library-entry-panel,.home-news-panel,.redesigned-feature,.library-hero-card,.consult-mode-card,.assistant-intro-card,.quick-question-panel,.conversation-summary-card{border:1px solid var(--care-line);border-radius:var(--care-radius);background:var(--care-surface);box-shadow:var(--care-shadow)}.health-hero{position:relative;overflow:hidden;padding:18px;color:#fff;background:linear-gradient(135deg,#127494f5,#149f79eb),#127494}.health-hero:after{content:"";position:absolute;right:12px;bottom:12px;width:98px;height:98px;border:1px solid rgba(255,255,255,.22);border-radius:50%;background:linear-gradient(90deg,transparent 48%,rgba(255,255,255,.18) 49% 51%,transparent 52%),linear-gradient(0deg,transparent 48%,rgba(255,255,255,.18) 49% 51%,transparent 52%);opacity:.8}.hero-trust-row,.section-title-line.compact-title,.library-titlebar,.quick-symptom-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.trust-chip,.section-kicker{width:max-content;max-width:100%;display:inline-flex;align-items:center;min-height:26px;padding:0 9px;border-radius:999px;background:#ffffff2e;color:inherit;font-size:12px;font-weight:800}.section-kicker{background:var(--care-green-soft);color:#12775d}.message-orb{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#ffffff2e}.message-orb span,.message-orb span:before,.message-orb span:after{display:block;width:4px;height:4px;border-radius:50%;background:#fff}.message-orb span{position:relative}.message-orb span:before,.message-orb span:after{content:"";position:absolute;top:0}.message-orb span:before{left:-8px}.message-orb span:after{right:-8px}.health-hero h1{position:relative;z-index:1;margin:24px 0 8px;max-width:280px;font-size:30px;line-height:1.18;letter-spacing:0}.health-hero p{position:relative;z-index:1;margin:0;max-width:276px;color:#ffffffdb;font-size:14px;line-height:1.6}.hero-proof-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin-top:16px}.hero-proof-grid span{min-width:0;padding:8px 6px;border-radius:var(--care-radius);background:#ffffff26;font-size:12px;font-weight:800;text-align:center;white-space:nowrap}.care-search-row{margin:0;padding:7px;border:1px solid var(--care-line);border-radius:var(--care-radius);background:#fff;box-shadow:0 8px 20px #165a7014}.care-search-box input{min-height:38px}.search-submit-button{min-width:62px;height:38px;border-radius:var(--care-radius);background:var(--care-blue);color:#fff;font-size:13px;font-weight:900}.primary-consult-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:end;padding:16px}.primary-consult-card h2,.consult-mode-card h2,.library-hero-card h2{margin:7px 0;color:var(--care-ink);font-size:20px;line-height:1.3;letter-spacing:0}.primary-consult-card p,.library-hero-card p{margin:0;color:var(--care-muted);font-size:13px;line-height:1.55}.primary-consult-card button{min-height:42px;padding:0 15px;border-radius:var(--care-radius);background:var(--care-green);color:#fff;font-size:13px;font-weight:900;white-space:nowrap}.symptom-shortcut-panel,.library-entry-panel,.home-news-panel,.redesigned-feature{padding:14px}.section-title-line.compact-title{margin:0 0 10px}.section-title-line.compact-title h2{margin:0;color:var(--care-ink);font-size:18px;line-height:1.25}.section-title-line.compact-title button{min-height:30px;padding:0 10px;border-radius:999px;background:var(--care-blue-soft);color:var(--care-blue);font-size:12px;font-weight:900}.symptom-workbench-grid,.library-entry-grid,.welcome-action-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.symptom-workbench-card,.library-entry-card,.welcome-action-card{min-width:0;display:grid;gap:4px;padding:12px;border:1px solid transparent;border-radius:var(--care-radius);text-align:left}.symptom-workbench-card span,.library-entry-card span,.welcome-action-card span,.news-feature-card span,.care-feature-mini span{width:max-content;max-width:100%;padding:3px 7px;border-radius:999px;font-size:11px;font-weight:900;line-height:1.3}.symptom-workbench-card strong,.library-entry-card strong,.welcome-action-card strong{color:var(--care-ink);font-size:15px;line-height:1.35}.symptom-workbench-card small,.library-entry-card small,.welcome-action-card small{color:var(--care-muted);font-size:12px;line-height:1.35}.symptom-workbench-card.blue,.library-entry-card.library-blue,.welcome-action-card.blue{background:var(--care-blue-soft)}.symptom-workbench-card.green,.library-entry-card.library-green,.welcome-action-card.green{background:var(--care-green-soft)}.symptom-workbench-card.coral,.library-entry-card.library-coral,.welcome-action-card.coral{background:var(--care-coral-soft)}.symptom-workbench-card.amber,.library-entry-card.library-amber,.welcome-action-card.amber{background:var(--care-amber-soft)}.symptom-workbench-card.blue span,.library-entry-card.library-blue span,.welcome-action-card.blue span{background:#fff;color:var(--care-blue)}.symptom-workbench-card.green span,.library-entry-card.library-green span,.welcome-action-card.green span{background:#fff;color:var(--care-green)}.symptom-workbench-card.coral span,.library-entry-card.library-coral span,.welcome-action-card.coral span{background:#fff;color:var(--care-coral)}.symptom-workbench-card.amber span,.library-entry-card.library-amber span,.welcome-action-card.amber span{background:#fff;color:var(--care-amber)}.news-feature-card{width:100%;display:grid;gap:6px;padding:14px;border-radius:var(--care-radius);background:linear-gradient(135deg,#e8f3fff2,#e7f8f1f2);text-align:left}.news-feature-card span{background:#fff;color:var(--care-blue)}.news-feature-card strong{color:var(--care-ink);font-size:17px;line-height:1.45}.news-feature-card small{color:var(--care-muted);font-size:12px}.redesigned-latest{display:grid;gap:8px;margin-top:8px}.redesigned-latest button{padding:12px;border:1px solid var(--care-line);border-radius:var(--care-radius);background:#fff;box-shadow:none}.care-feature-grid{gap:8px}.care-feature-main,.care-feature-mini{border-radius:var(--care-radius);box-shadow:none}.care-feature-main{min-height:134px;background:linear-gradient(135deg,#137a9cf0,#18a77be6)}.care-feature-mini{display:grid;align-content:space-between;min-height:63px;background:var(--care-surface-soft)}.care-feature-mini span{padding:0;color:var(--care-green)}.redesigned-bottom-nav{grid-template-columns:repeat(4,minmax(0,1fr));gap:0;padding:8px 10px max(8px,env(safe-area-inset-bottom));border-top:1px solid var(--care-line);background:#fffffff5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.redesigned-bottom-nav .home-nav-item{min-width:0;min-height:50px;border-radius:var(--care-radius);color:#738690;font-size:12px;font-weight:900}.redesigned-bottom-nav .home-nav-item.active,.redesigned-bottom-nav .home-nav-item.router-link-active{background:var(--care-green-soft);color:#12775d}.nav-chat,.nav-book{position:relative;width:22px;height:22px;display:block;margin-bottom:3px}.nav-chat:before{content:"";position:absolute;top:3px;right:2px;bottom:5px;left:2px;border:2px solid currentColor;border-radius:7px}.nav-chat:after{content:"";position:absolute;left:7px;bottom:2px;width:7px;height:7px;border-left:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(-18deg)}.nav-book:before{content:"";position:absolute;top:3px;right:4px;bottom:3px;left:4px;border:2px solid currentColor;border-radius:3px}.nav-book:after{content:"";position:absolute;top:5px;bottom:5px;left:50%;border-left:2px solid currentColor}.library-titlebar{min-height:48px}.library-titlebar button{width:42px;height:38px;border-radius:var(--care-radius);background:#fff;color:var(--care-blue);font-size:14px;font-weight:900;box-shadow:0 6px 16px #165a7014}.library-titlebar button:first-child{color:var(--care-ink);font-size:28px}.library-titlebar div{min-width:0;text-align:center}.library-titlebar span{display:block;color:var(--care-muted);font-size:12px;font-weight:800}.library-titlebar h1{margin:2px 0 0;color:var(--care-ink);font-size:20px;line-height:1.2}.library-hero-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;padding:16px}.library-hero-card strong{width:58px;height:58px;display:grid;place-items:center;border-radius:var(--care-radius);background:var(--care-blue-soft);color:var(--care-blue);font-size:20px;font-variant-numeric:tabular-nums}.first-aid-library .library-hero-card strong{background:var(--care-coral-soft);color:var(--care-coral)}.library-search{margin:0;border:1px solid var(--care-line);border-radius:var(--care-radius);box-shadow:0 8px 20px #165a7014}.library-search button{border-radius:var(--care-radius)}.library-mode-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:4px;border-radius:var(--care-radius);background:#eaf4f6}.library-mode-row button{min-height:38px;border-radius:6px;background:transparent;color:var(--care-muted);font-size:13px;font-weight:900}.library-mode-row button.active{background:#fff;color:var(--care-blue);box-shadow:0 6px 14px #165a7014}.library-category-row{padding:0 0 2px}.library-category-row button{border:1px solid var(--care-line);box-shadow:none}.library-category-row button.active{background:var(--care-ink)}.library-list{gap:9px}.library-content-card{position:relative;grid-template-columns:42px minmax(0,1fr) auto;grid-template-areas:"icon tag hint" "icon title title" "icon copy copy";column-gap:10px;row-gap:5px;align-items:start;padding:13px;border:1px solid var(--care-line);border-radius:var(--care-radius);box-shadow:0 8px 18px #165a7012}.library-content-card i{grid-area:icon;width:42px;height:42px;display:grid;place-items:center;border-radius:var(--care-radius);background:var(--care-blue-soft);color:var(--care-blue);font-style:normal;font-weight:900}.library-content-card.first-aid-card i{background:var(--care-coral-soft);color:var(--care-coral)}.library-content-card span{grid-area:tag;width:fit-content;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.library-content-card h2{grid-area:title;color:var(--care-ink);font-size:16px;line-height:1.35}.library-content-card p{grid-area:copy;display:-webkit-box;overflow:hidden;color:var(--care-muted);font-size:13px;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:2}.library-content-card small{grid-area:hint;color:var(--care-green);font-size:12px;font-weight:900;white-space:nowrap}.library-empty-card{padding:18px;border:1px dashed rgba(24,62,75,.18);border-radius:var(--care-radius);background:#fff;color:var(--care-muted);text-align:center}.redesigned-chat-page{max-width:430px;padding:0;background:#edf7f6}.redesigned-chat-page .mini-device{height:100dvh;background:linear-gradient(180deg,#f6fbfa,#eef7fb)}.redesigned-consult-header{min-height:54px;height:auto;padding:8px 10px;border-bottom:1px solid var(--care-line);background:#fffffff5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.consult-title-stack{flex:1 1 auto;min-width:0;text-align:center}.consult-title-stack h1{margin:0;color:var(--care-ink);font-size:17px;line-height:1.2}.consult-title-stack span{display:block;margin-top:2px;color:var(--care-muted);font-size:11px;font-weight:800}.redesigned-consult-header .consult-back,.redesigned-consult-header .consult-menu{width:38px;height:38px;border-radius:var(--care-radius);background:var(--care-surface-soft)}.redesigned-mini-main{padding:12px 10px 14px;background:transparent}.redesigned-welcome-shell{display:grid;gap:8px}.consult-mode-card{padding:12px 14px 8px;background:linear-gradient(180deg,#fff,#f4fbf8)}.consult-mode-card h2{margin:6px 0 12px}.redesigned-guard-card{margin:0 0 12px;padding:10px;border:1px solid var(--care-line);border-radius:var(--care-radius);box-shadow:none}.redesigned-guard-card strong{color:var(--care-ink)}.redesigned-guard-card strong span{background:var(--care-green)}.redesigned-guard-card p{color:var(--care-muted)}.mode-pill-row{display:flex;gap:10px;width:100%;justify-content:center;overflow:hidden;padding-top:0}.mode-pill-row button{flex:1 1 0;min-width:0;min-height:40px;display:inline-flex;align-items:center;justify-content:center;padding:0 10px;border-radius:999px;background:var(--care-blue-soft);color:var(--care-blue);font-size:15px;font-weight:900;text-align:center;white-space:nowrap}.mode-pill-row button.active{background:var(--care-green);color:#fff}.assistant-intro-card{display:grid;grid-template-columns:42px minmax(0,1fr);gap:9px;align-items:start;padding:10px 12px 7px}.assistant-intro-card span{color:var(--care-green);font-size:12px;font-weight:900}.assistant-intro-card p{margin:3px 0 0;color:var(--care-ink);font-size:14px;line-height:1.55}.redesigned-chat-page .consult-mode-card,.redesigned-chat-page .assistant-intro-card{align-content:start;min-height:0}.welcome-action-grid{gap:8px}.redesigned-chat-page .welcome-action-card{min-height:96px;gap:7px;padding:14px}.redesigned-chat-page .welcome-action-card span{min-height:27px;padding:4px 10px;font-size:13px;line-height:1.25}.redesigned-chat-page .welcome-action-card strong{font-size:17px;line-height:1.28}.redesigned-chat-page .welcome-action-card small{font-size:13px;line-height:1.35}.redesigned-scope-notice{margin:0;border:1px solid rgba(239,107,91,.18);background:var(--care-coral-soft);color:#b94d42}.quick-question-panel{padding:12px}.quick-question-panel .quick-symptom-head{margin:0 0 9px}.quick-question-panel .quick-symptom-head span{color:var(--care-ink);font-weight:900}.quick-question-panel .quick-symptom-head button{min-height:28px;padding:0 9px;border-radius:999px;background:var(--care-surface-soft);color:var(--care-muted);font-size:12px;font-weight:900}.redesigned-chip-row{gap:8px}.redesigned-chip-row .symptom-chip{max-width:100%;min-height:34px;border:1px solid var(--care-line);border-radius:999px;background:#fff;color:var(--care-blue);font-size:13px;box-shadow:0 6px 14px #165a700f}.redesigned-conversation-list{min-height:100%;padding:0 0 12px}.conversation-summary-card{display:grid;gap:3px;margin-bottom:10px;padding:10px 12px}.conversation-summary-card span{color:var(--care-green);font-size:12px;font-weight:900}.conversation-summary-card strong{color:var(--care-ink);font-size:15px;line-height:1.35}.redesigned-chat-page .message-row{gap:8px;margin-bottom:12px}.redesigned-chat-page .doctor-avatar{width:38px;height:38px;border-color:#d6ece6;box-shadow:0 6px 14px #165a7014}.redesigned-chat-page .message-content{max-width:min(81%,330px)}.redesigned-chat-page .message-card{border:1px solid var(--care-line);border-radius:var(--care-radius);box-shadow:0 8px 18px #165a7014}.ai-output-footer{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:end;margin-top:7px;padding:10px 10px 8px;border:1px solid rgba(203,213,225,.75);border-radius:8px;background:#f8fbfcf0;color:#9aa7b1}.ai-output-footer p{margin:0;color:#9aa7b1;font-size:12px;line-height:1.65}.ai-output-actions{display:flex;align-items:center;gap:8px}.ai-output-actions button{min-width:58px;height:30px;display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:0 8px;border-radius:999px;background:transparent;color:#5b6570;font-size:12px;font-weight:900}.ai-output-actions button.active{background:#1684ff1a;color:#1684ff}.ai-action-icon{position:relative;width:18px;height:18px;display:block}.ai-action-icon.copy:before,.ai-action-icon.copy:after{content:"";position:absolute;width:11px;height:11px;border:2px solid currentColor;border-radius:3px}.ai-action-icon.copy:before{left:2px;top:5px}.ai-action-icon.copy:after{left:6px;top:1px;background:#f8fbfcf0}.redesigned-chat-page .assistant-message,.redesigned-chat-page .system-message{background:#fff}.redesigned-chat-page .user-message{border-color:#177ddc2e;background:#dff0ff;color:#12364c}.redesigned-chat-page .message-tag{background:var(--care-green-soft);color:var(--care-green)}.loading-pulse{width:28px;height:28px;display:inline-block;border:3px solid rgba(24,167,123,.16);border-top-color:var(--care-green);border-radius:50%;animation:loadingSpin .9s linear infinite}.redesigned-chat-page .message-loading{grid-template-columns:auto 1fr;align-items:center}.redesigned-insight-panel{width:calc(100% - 52px);margin-left:48px}.redesigned-insight-panel .risk-alert-card,.redesigned-insight-panel .department-recommend-card,.redesigned-insight-panel .followup-card{border-radius:var(--care-radius);box-shadow:0 8px 18px #165a7012}.redesigned-floating-status{margin:0 10px 8px;border:1px solid var(--care-line);border-radius:var(--care-radius);color:var(--care-blue)}.redesigned-composer-shell{gap:8px;padding:8px 10px max(10px,env(safe-area-inset-bottom));border-top:1px solid var(--care-line);background:#fffffffa;box-shadow:0 -10px 24px #165a7014}.redesigned-intent-row{display:flex;gap:7px;overflow-x:auto;padding:0}.redesigned-intent-row button{flex:0 0 auto;min-width:auto;min-height:32px;padding:0 11px;border:1px solid var(--care-line);border-radius:999px;background:#fff;color:var(--care-muted)}.redesigned-intent-row button.active{border-color:transparent;background:var(--care-blue);color:#fff}.redesigned-composer-bar{grid-template-columns:minmax(0,1fr) auto;gap:8px}.redesigned-composer-bar .composer-input{min-height:42px;border-color:var(--care-line);border-radius:var(--care-radius);background:#f8fcfb}.redesigned-composer-bar .send-button{min-width:58px;min-height:42px;border-radius:var(--care-radius);background:var(--care-green);box-shadow:none}@media (max-width: 380px){.health-hero h1{font-size:27px}.primary-consult-card{grid-template-columns:1fr;align-items:stretch}.primary-consult-card button{width:100%}.symptom-workbench-grid,.library-entry-grid,.welcome-action-grid{grid-template-columns:1fr 1fr}.library-content-card{grid-template-columns:38px minmax(0,1fr);grid-template-areas:"icon tag" "icon title" "copy copy" "hint hint"}.library-content-card i{width:38px;height:38px}}:root{--app-bg: #eff8f6;--app-bg-2: #f7fbff;--app-card: #ffffff;--app-ink: #102a36;--app-muted: #607680;--app-soft: #eef8f5;--app-blue: #176fd1;--app-blue-soft: #e8f3ff;--app-green: #14a47b;--app-green-soft: #e6f7f0;--app-coral: #ef6658;--app-coral-soft: #fff0ee;--app-amber: #d49216;--app-amber-soft: #fff6df;--app-line: rgba(16, 42, 54, .1);--app-shadow: 0 10px 28px rgba(19, 84, 105, .1);--app-radius: 8px}.user-page-shell,.home-page-shell:not(.admin-shell),.page-shell:has(.mobile-frame){width:100%;max-width:430px;min-width:0;min-height:100vh;margin:0 auto;padding:12px 10px 92px;overflow-x:hidden;color:var(--app-ink);background:linear-gradient(180deg,#edf8f6,#f6fbff 52%,#fff)}.page-shell:has(.mobile-frame){padding-top:18px;padding-bottom:28px}.user-page,.home-device,.mobile-frame{width:100%;min-width:0;max-width:430px;display:grid;gap:12px;margin:0 auto}.care-home-device{gap:12px}.home-banner-carousel{display:grid;gap:8px}.home-banner-frame{width:100%;min-width:0;display:block;overflow:hidden;padding:0;border:1px solid var(--app-line);border-radius:var(--app-radius);background:#fff;box-shadow:var(--app-shadow);aspect-ratio:45 / 16}.home-banner-frame img{width:100%;height:100%;display:block;object-fit:contain}.home-banner-dots{display:flex;justify-content:center;gap:6px}.home-banner-dots button{width:6px;height:6px;padding:0;border-radius:999px;background:#c9dbe2}.home-banner-dots button.active{width:18px;background:var(--app-green)}.care-home-hero,.care-primary-card,.care-section-card,.screen-card,.tool-card,.profile-section,.article-detail-card,.comment-panel,.my-id-card,.chat-panel,.friend-list,.doctor-profile-card,.forum-post,.calendar-card,.checkin-summary,.library-hero-card,.content-card,.article-card,.profile-feedback-section{border:1px solid var(--app-line);border-radius:var(--app-radius);background:var(--app-card);box-shadow:var(--app-shadow)}.care-home-hero{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr) 84px;gap:12px;align-items:center;padding:18px;color:#fff;background:linear-gradient(135deg,#127494f5,#14a47bed),#127494}.care-home-hero h1{margin:12px 0 8px;max-width:260px;color:#fff;font-size:28px;line-height:1.18;letter-spacing:0}.care-home-hero p,.care-primary-card p,.care-news-row small,.care-entry-card small,.tool-card p,.profile-hero p,.article-card p,.content-card p,.forum-post p,.doctor-profile-card p,.doctor-goodat,.detail-summary,.drawer-copy,.empty-text,.calendar-item,.record-row small{color:var(--app-muted);line-height:1.58}.care-home-hero p{margin:0;color:#ffffffe0;font-size:14px}.care-kicker,.drawer-eyebrow,.detail-source,.article-copy span,.forum-post span,.doctor-profile-card span,.calendar-card span,.health-tool-hero span,.message-section-title span{width:max-content;max-width:100%;display:inline-flex;align-items:center;min-height:24px;padding:0 8px;border-radius:999px;background:var(--app-green-soft);color:#0c755a;font-size:12px;font-weight:900}.care-home-hero .care-kicker{background:#ffffff2e;color:#fff}.medical-cross-mark,.mini-book-icon,.mini-chart-icon,.mini-chat-icon,.mini-user-icon,.care-search-icon,.article-cover.empty span,.doctor-list-avatar,.action-icon,.profile-avatar,.friend-avatar,.library-content-card i{position:relative;display:grid;place-items:center;flex:0 0 auto}.medical-cross-mark{width:82px;height:82px;border:1px solid rgba(255,255,255,.24);border-radius:50%;background:#ffffff1f}.medical-cross-mark:before,.medical-cross-mark:after{content:"";position:absolute;border-radius:999px;background:#ffffffc7}.medical-cross-mark:before{width:34px;height:8px}.medical-cross-mark:after{width:8px;height:34px}.care-search-card,.article-search,.add-friend-row,.comment-form,.friend-composer,.profile-feedback-form{min-width:0}.care-search-card,.article-search,.add-friend-row,.comment-form,.friend-composer{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:8px;align-items:center;padding:7px;border:1px solid var(--app-line);border-radius:var(--app-radius);background:#fff;box-shadow:0 8px 20px #13546914}.article-search{grid-template-columns:minmax(0,1fr) auto}.friend-composer{grid-template-columns:auto auto minmax(0,1fr) auto;border-radius:0;box-shadow:none}.care-search-icon{width:26px;height:26px;border:2px solid #c9d9df;border-radius:50%}.care-search-icon:after{content:"";position:absolute;right:2px;bottom:2px;width:8px;height:2px;border-radius:999px;background:#c9d9df;transform:rotate(45deg)}.care-search-card input,.article-search input,.add-friend-row input,.comment-form input,.friend-composer input,.field input,.field textarea,.field select,.tool-card input,.tool-card textarea,.profile-feedback-form input,.profile-feedback-form textarea,.composer-input{min-width:0;width:100%;border:1px solid var(--app-line);border-radius:var(--app-radius);outline:none;background:#f8fcfb;color:var(--app-ink);font-size:14px}.care-search-card input,.article-search input,.add-friend-row input,.comment-form input,.friend-composer input{min-height:38px;border:0;background:transparent;padding:0 4px}.field input,.field textarea,.field select,.tool-card input,.tool-card textarea,.profile-feedback-form input,.profile-feedback-form textarea{padding:11px 12px}.care-search-card input::placeholder,.article-search input::placeholder,.tool-card input::placeholder,.tool-card textarea::placeholder,.field input::placeholder,.field textarea::placeholder{color:#9aaab1}.care-search-card button,.article-search button,.add-friend-row button,.comment-form button,.friend-composer button,.care-primary-card button,.primary-pill,.primary-button,.secondary-button,.profile-login-button,.doctor-profile-card button,.profile-feedback-actions button,.settings-button,.source-button,.detail-actions button,.pager-bar button{min-height:38px;border-radius:var(--app-radius);font-size:13px;font-weight:900;white-space:nowrap}.care-search-card button,.article-search button,.comment-form button,.friend-composer button[type=submit],.care-primary-card button,.primary-pill,.primary-button,.profile-feedback-actions button,.doctor-profile-card button{background:var(--app-green);color:#fff}.secondary-button,.profile-login-button,.settings-button,.detail-actions button,.pager-bar button,.source-button{background:var(--app-blue-soft);color:var(--app-blue)}.care-primary-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:end;padding:15px}.care-consult-grid{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(0,1fr);grid-template-rows:repeat(2,minmax(94px,auto));gap:9px;width:100%}.care-consult-card{min-width:0;min-height:94px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:4px;padding:14px 16px;border:1px solid rgba(219,232,239,.8);border-radius:var(--app-radius);background:linear-gradient(145deg,#f9fffd,#eef9ff);color:var(--app-ink);text-align:left;box-shadow:0 8px 20px #165a700f}.care-consult-card.fast{grid-row:1 / span 2;justify-content:center;padding:18px 16px;border-color:#177ddc24;background:radial-gradient(circle at 86% 14%,rgba(24,167,123,.18),transparent 34%),linear-gradient(150deg,#eaf5ff,#f7fffb)}.care-consult-card.dermatology{border-color:#177ddc26;background:linear-gradient(145deg,#eaf3ff,#f8fbff)}.care-consult-card.cardiology{border-color:#18a77b29;background:linear-gradient(145deg,#e8f8f0,#f8fffb)}.care-consult-card strong{color:var(--app-ink);font-size:24px;line-height:1.08;font-weight:950;letter-spacing:0}.care-consult-card.fast strong{font-size:25px}.care-consult-card.dermatology strong{color:var(--app-blue)}.care-consult-card.cardiology strong{color:var(--app-green);font-size:22px}.care-consult-card span{color:#091f2f;font-size:20px;line-height:1.12;font-weight:600}.care-consult-card.fast span{align-self:center;font-size:13px;font-weight:900}.care-consult-card small{width:max-content;max-width:100%;margin-top:8px;padding:5px 9px;border-radius:999px;background:var(--app-blue);color:#fff;font-size:12px;font-weight:900}.care-primary-card h2,.care-section-head h2,.message-section-title h2,.screen-card h2,.tool-card h2,.article-copy h2,.content-card h2,.article-detail-card h2,.forum-post h2,.doctor-profile-card h2,.profile-hero h1,.calendar-card h2{margin:0;color:var(--app-ink);letter-spacing:0}.care-primary-card h2,.care-section-head h2{margin-top:6px;font-size:20px;line-height:1.32}.care-entry-grid,.profile-action-grid,.profile-quick-row,.tool-form-grid,.record-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.care-entry-card,.profile-action-card,.profile-feedback-toggle,.record-grid button{min-width:0;display:grid;gap:5px;padding:12px;border:1px solid transparent;border-radius:var(--app-radius);text-align:left}.care-entry-card.blue,.action-icon.blue,.doctor-list-avatar,.record-grid button{background:var(--app-blue-soft);color:var(--app-blue)}.care-entry-card.green,.action-icon.green{background:var(--app-green-soft);color:var(--app-green)}.care-entry-card.amber,.action-icon.orange{background:var(--app-amber-soft);color:var(--app-amber)}.care-entry-card.coral,.action-icon.red,.action-icon.pink{background:var(--app-coral-soft);color:var(--app-coral)}.mini-book-icon,.mini-chart-icon,.mini-chat-icon,.mini-user-icon,.action-icon,.doctor-list-avatar,.profile-avatar,.friend-avatar{width:38px;height:38px;border-radius:var(--app-radius);font-style:normal;font-weight:900}.mini-book-icon:before{content:"册"}.mini-chart-icon:before{content:"测"}.mini-chat-icon:before{content:"聊"}.mini-user-icon:before{content:"我"}.care-entry-card strong,.profile-action-card strong,.profile-feedback-toggle strong{color:var(--app-ink);font-size:15px;line-height:1.35}.profile-admin-section{margin-bottom:8px}.profile-admin-entry{width:100%;display:grid;grid-template-columns:42px minmax(0,1fr);gap:10px;align-items:center;padding:12px;border:1px solid rgba(20,124,194,.18);border-radius:var(--app-radius);background:linear-gradient(135deg,#eff8ff,#ecfbf6);text-align:left}.profile-admin-entry strong,.profile-admin-entry small{display:block}.profile-admin-entry strong{color:var(--app-ink);font-size:16px}.profile-admin-entry small{margin-top:4px;color:var(--app-muted);font-size:12px;line-height:1.45}.care-section-card,.tool-card,.profile-section,.comment-panel{padding:14px}.care-section-head,.message-section-title,.section-title-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.care-section-head button,.message-section-title button,.plain-link,.mobile-titlebar .plain-link{min-height:30px;padding:0 10px;border-radius:999px;background:var(--app-blue-soft);color:var(--app-blue);font-size:12px;font-weight:900}.care-news-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.care-news-row{width:100%;min-width:0;display:grid;align-content:start;min-height:112px;padding:13px;border:1px solid var(--app-line);border-radius:var(--app-radius);background:linear-gradient(135deg,#e8f3ffeb,#e6f7f0eb);text-align:left}.care-news-copy{min-width:0;display:grid;gap:5px}.care-news-row span,.content-card span,.article-card span,.friend-message-tag,.quick-message-tag,.doctor-function-tags span{width:max-content;max-width:100%;padding:4px 8px;border-radius:999px;background:var(--app-blue-soft);color:var(--app-blue);font-size:12px;font-weight:900}.care-news-row span,.article-card span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.care-news-row strong{display:-webkit-box;overflow:hidden;color:var(--app-ink);font-size:15px;line-height:1.38;-webkit-box-orient:vertical;-webkit-line-clamp:2}.mobile-titlebar,.library-titlebar{min-height:48px;display:grid;grid-template-columns:42px minmax(0,1fr) 42px;gap:8px;align-items:center;margin:0;padding:0;background:transparent}.mobile-titlebar:has(.plain-link+.titlebar-home),.library-titlebar:has(button:not(:first-child):not(.titlebar-home)+.titlebar-home){grid-template-columns:42px minmax(0,1fr) auto 42px}.mobile-titlebar h1,.library-titlebar h1{min-width:0;overflow:hidden;color:var(--app-ink);font-size:20px;line-height:1.2;text-align:center;text-overflow:ellipsis;white-space:nowrap}.mobile-titlebar button,.library-titlebar button{width:42px;height:38px;border-radius:var(--app-radius);background:#fff;color:var(--app-ink);font-size:24px;box-shadow:0 6px 16px #13546914}.mobile-titlebar .plain-link,.library-titlebar .plain-link,.library-titlebar button:not(:first-child):not(.titlebar-home){width:auto;min-width:42px;padding:0 10px;font-size:12px;color:var(--app-blue)}.mobile-titlebar .titlebar-home,.library-titlebar .titlebar-home{position:relative;width:42px;min-width:42px;padding:0;color:var(--app-green)}.mobile-titlebar .titlebar-home:before,.library-titlebar .titlebar-home:before{content:"";position:absolute;left:12px;top:15px;width:16px;height:14px;border:2px solid currentColor;border-top:0;border-radius:3px 3px 5px 5px}.mobile-titlebar .titlebar-home:after,.library-titlebar .titlebar-home:after{content:"";position:absolute;left:13px;top:10px;width:14px;height:14px;border-left:2px solid currentColor;border-top:2px solid currentColor;transform:rotate(45deg);border-radius:2px 0 0}.hero-panel{border-radius:var(--app-radius);background:linear-gradient(135deg,#127494,#14a47b);box-shadow:var(--app-shadow)}.screen-card{padding:16px;border-radius:var(--app-radius)}.form-grid{gap:12px}.field{color:var(--app-muted)}.field span{color:var(--app-ink)}.select-chip{border-radius:999px;background:var(--app-blue-soft);color:var(--app-blue)}.select-chip.active{background:var(--app-green);color:#fff}.notice-card,.disclaimer-card,.guide-risk-text{border-radius:var(--app-radius);background:var(--app-amber-soft);color:#7a5200}.article-tabs,.forum-tabs,.category-row,.guide-chip-grid,.message-tag-row{display:flex;gap:8px;overflow-x:auto;padding:2px 0 10px}.article-tabs button,.forum-tabs button,.category-row button,.guide-chip-grid button,.mini-toggle-row button,.message-tag-row button{flex:0 0 auto;min-height:34px;padding:0 12px;border:1px solid var(--app-line);border-radius:999px;background:#fff;color:var(--app-muted);font-size:13px;font-weight:900}.article-tabs button.active,.forum-tabs button.active,.category-row button.active,.guide-chip-grid button.active,.mini-toggle-row button.active,.message-tag-row button.active{border-color:transparent;background:var(--app-green);color:#fff}.article-list,.content-list,.doctor-list,.forum-list,.checkin-list,.friend-list,.comment-list{display:grid;gap:10px}.article-list{grid-template-columns:minmax(0,1fr)}.article-list>.article-empty{grid-column:1 / -1}.article-card{width:100%;min-height:0;display:grid;grid-template-columns:minmax(0,1fr);align-content:start;gap:10px;padding:15px 16px;border:1px solid rgba(26,177,134,.1);border-radius:8px;background:linear-gradient(135deg,#fffffffa,#f6fcfaf5),#fff;box-shadow:0 8px 22px #145a8214;text-align:left}.article-copy{min-width:0;display:grid;gap:8px}.article-copy h2,.content-card h2{display:-webkit-box;overflow:hidden;color:#092438;font-size:18px;line-height:1.38;-webkit-box-orient:vertical;-webkit-line-clamp:2}.article-copy p,.content-card p{display:-webkit-box;overflow:hidden;color:#536c7b;font-size:14px;line-height:1.58;-webkit-box-orient:vertical;-webkit-line-clamp:2}.article-copy span{width:fit-content;max-width:100%;display:block;overflow:hidden;padding:5px 10px;border-radius:999px;background:#e7f3ff;color:#176bd8;font-size:12px;font-weight:900;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.article-copy small{color:#91a1ad;font-size:12px;line-height:1.3}.article-cover{display:none}.article-detail-card{padding:16px}.article-detail-card h2{margin:10px 0;font-size:22px;line-height:1.32}.detail-media,.detail-media img{border-radius:var(--app-radius)}.detail-body{color:var(--app-ink);font-size:15px;line-height:1.82}.detail-stats,.detail-actions,.pager-bar,.profile-feedback-actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.detail-stats span{padding:6px 9px;border-radius:999px;background:var(--app-soft);color:var(--app-muted);font-size:12px;font-weight:800}.content-card,.library-content-card{border-radius:var(--app-radius)}.calendar-card{padding:16px;color:#fff;background:linear-gradient(135deg,#176fd1,#14a47b)}.calendar-card h2,.calendar-card p,.calendar-card span{color:#fff}.calendar-item,.checkin-item,.record-row,.mini-record-list li{border:1px solid var(--app-line);border-radius:var(--app-radius);background:#fff}.profile-hero{align-items:center;padding:14px;border-radius:var(--app-radius);background:linear-gradient(135deg,#e8f3ffeb,#e6f7f0eb)}.profile-avatar,.friend-avatar{background:linear-gradient(135deg,var(--app-blue),var(--app-green));color:#fff}.profile-action-card,.profile-feedback-toggle{grid-template-columns:38px minmax(0,1fr);grid-template-rows:auto auto;column-gap:9px}.profile-action-card .action-icon,.profile-feedback-toggle .action-icon{grid-row:span 2}.my-id-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;padding:14px}.my-id-card span{color:var(--app-muted);font-size:12px;font-weight:900}.my-id-card strong{display:block;margin-top:3px;color:var(--app-ink);font-size:20px}.my-id-card button{min-height:36px;padding:0 12px;border-radius:var(--app-radius);background:var(--app-green);color:#fff;font-weight:900}.realtime-hint{display:flex;align-items:center;gap:8px;margin:0;padding:9px 12px;border-radius:var(--app-radius);background:var(--app-green-soft);color:#0c755a;font-size:13px;font-weight:800}.friend-card{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:10px;align-items:center;padding:12px;border:1px solid var(--app-line);border-radius:var(--app-radius);background:#fff;text-align:left}.friend-card div{min-width:0}.friend-card p{margin:3px 0 0;overflow:hidden;color:var(--app-muted);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.chat-panel{overflow:hidden}.friend-chat-list{max-height:56vh}.friend-message span,.friend-sticker-bubble{border-radius:var(--app-radius)}.doctor-profile-card{grid-template-columns:44px minmax(0,1fr) auto;border-radius:var(--app-radius)}.doctor-function-tags{grid-column:1 / -1}.forum-post{padding:14px;border-radius:var(--app-radius)}.checkin-summary{min-height:112px;background:linear-gradient(135deg,var(--app-blue-soft),var(--app-green-soft))}.checkin-summary strong{color:var(--app-blue)}.checkin-summary span{color:var(--app-muted)}.checkin-item{grid-template-columns:auto 40px minmax(0,1fr)}.health-tool-hero{background:linear-gradient(135deg,var(--app-blue-soft),var(--app-green-soft))}.health-result-band,.guide-summary{border-radius:var(--app-radius);background:#f8fcfb}.mini-toggle-row{border-radius:var(--app-radius);background:var(--app-soft)}.guide-check-row{border-bottom-color:var(--app-line)}.guide-point-list li:before{background:var(--app-green)}.floating-status,.article-status,.status-text{border-radius:var(--app-radius);color:var(--app-coral);line-height:1.5}.drawer-backdrop{background:#102a3652}.settings-drawer{background:#f8fcfb}.app-bottom-nav{position:fixed;left:50%;bottom:0;z-index:30;width:min(100%,430px);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2px;padding:7px 8px max(7px,env(safe-area-inset-bottom));border-top:1px solid var(--app-line);background:#fffffff5;box-shadow:0 -10px 26px #13546914;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);transform:translate(-50%)}.app-nav-item{min-width:0;min-height:52px;display:grid;place-items:center;align-content:center;gap:3px;border-radius:var(--app-radius);color:#738891;font-size:11px;font-weight:900;text-decoration:none}.app-nav-item.active,.app-nav-item.router-link-active{background:var(--app-green-soft);color:#0c755a}.app-nav-consult{position:relative;z-index:2;min-height:68px;margin-top:-20px;color:#129373;font-size:12px}.app-nav-consult.active,.app-nav-consult.router-link-active{background:transparent;color:#0f8b70}.app-nav-item span{position:relative;width:21px;height:21px;display:block}.app-nav-consult span{width:54px;height:54px;border:2px solid rgba(18,147,115,.16);border-radius:50%;background:radial-gradient(circle at 50% 50%,#ffffff 0 24%,transparent 25%),radial-gradient(circle at 35% 34%,#69d7f6 0 13%,transparent 14%),radial-gradient(circle at 66% 34%,#78e2a8 0 13%,transparent 14%),radial-gradient(circle at 66% 66%,#69b5ff 0 13%,transparent 14%),radial-gradient(circle at 35% 66%,#f6b8d8 0 13%,transparent 14%),linear-gradient(145deg,#fff,#edf9f6);box-shadow:0 8px 22px #12937333}.article-list{width:100%;overflow:hidden}.article-card,.article-copy,.care-news-row,.care-news-copy,.forum-post-button,.forum-detail-card,.admin-article-card{min-width:0;max-width:100%;box-sizing:border-box}.article-copy h2,.article-copy p,.article-copy small,.care-news-row strong,.care-news-row small,.forum-post h2,.forum-post p,.admin-article-card .admin-card-title,.admin-article-card .admin-card-copy{overflow-wrap:anywhere}.detail-actions .danger-action,.admin-card-actions .danger-action{background:#fff1f1;color:#e55757}.forum-compose-card textarea{min-height:92px}.forum-post-button{width:100%;display:grid;text-align:left}.forum-detail-card{padding:18px;border:1px solid var(--app-line);border-radius:var(--app-radius);background:linear-gradient(145deg,#fffffffa,#eefaf6f5),#fff;box-shadow:0 10px 26px #145a8214}.forum-detail-badge{width:fit-content;max-width:100%;display:block;margin-bottom:10px;padding:5px 10px;border-radius:999px;background:var(--app-green-soft);color:#0c755a;font-size:12px;font-weight:900}.forum-detail-card h2{margin:0 0 12px;color:var(--app-ink);font-size:22px;line-height:1.35}.forum-detail-card p{margin:0 0 14px;color:#425f70;font-size:15px;line-height:1.75}.forum-detail-card small{color:#8da0ad;font-size:12px}.forum-comment-panel{background:linear-gradient(145deg,#fffffffa,#f4fbfff5),#fff}.profile-simple-grid{margin-top:0}.profile-support-section .profile-action-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-filter-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center}.admin-pager-bar{margin-bottom:8px}.app-nav-home span:before{content:"";position:absolute;left:3px;right:3px;bottom:3px;height:11px;border:2px solid currentColor;border-top:0;border-radius:3px}.app-nav-home span:after{content:"";position:absolute;left:5px;top:3px;width:11px;height:11px;border-left:2px solid currentColor;border-top:2px solid currentColor;transform:rotate(45deg)}.app-nav-consult span:before,.app-nav-community span:before{content:"";position:absolute;top:4px;right:2px;bottom:5px;left:2px;border:2px solid currentColor;border-radius:7px}.app-nav-consult span:after,.app-nav-community span:after{content:"";position:absolute;left:7px;bottom:2px;width:7px;height:7px;border-left:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(-18deg)}.app-nav-consult span:before{content:"";position:absolute;left:22px;top:13px;width:10px;height:28px;border:0;border-radius:999px;background:#fff;transform:none;box-shadow:none}.app-nav-consult span:after{content:"";position:absolute;left:13px;top:22px;width:28px;height:10px;border:0;border-radius:999px;background:#fff;transform:none}.app-nav-library span:before{content:"";position:absolute;top:3px;right:4px;bottom:3px;left:4px;border:2px solid currentColor;border-radius:3px}.app-nav-library span:after{content:"";position:absolute;top:5px;bottom:5px;left:50%;border-left:2px solid currentColor}.app-nav-profile span:before{content:"";position:absolute;left:7px;top:3px;width:7px;height:7px;border:2px solid currentColor;border-radius:50%}.app-nav-profile span:after{content:"";position:absolute;left:4px;right:4px;bottom:3px;height:8px;border:2px solid currentColor;border-radius:999px 999px 3px 3px}@media (max-width: 380px){.care-home-hero{grid-template-columns:minmax(0,1fr) 66px}.care-home-hero h1{font-size:25px}.medical-cross-mark{width:64px;height:64px}.care-primary-card{grid-template-columns:1fr;align-items:stretch}.care-primary-card button{width:100%}.article-card{grid-template-columns:minmax(0,1fr)}.article-cover{display:none}.friend-composer{grid-template-columns:auto auto minmax(0,1fr)}.friend-composer button[type=submit]{grid-column:1 / -1}}.doctor-avatar,.redesigned-chat-page .doctor-avatar{width:38px;height:38px;position:relative;overflow:hidden;border:1px solid #bfe8df;border-radius:50%;background:#fff url("data:image/svg+xml,%3csvg%20width='128'%20height='128'%20viewBox='0%200%20128%20128'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cdefs%3e%3clinearGradient%20id='bg'%20x1='20'%20y1='16'%20x2='108'%20y2='118'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23E6FFF8'/%3e%3cstop%20offset='0.55'%20stop-color='%23F8FCFF'/%3e%3cstop%20offset='1'%20stop-color='%23DFF2FF'/%3e%3c/linearGradient%3e%3clinearGradient%20id='coat'%20x1='64'%20y1='76'%20x2='64'%20y2='128'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23FFFFFF'/%3e%3cstop%20offset='1'%20stop-color='%23EDF9FF'/%3e%3c/linearGradient%3e%3clinearGradient%20id='scrub'%20x1='50'%20y1='82'%20x2='78'%20y2='124'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%231DC8A7'/%3e%3cstop%20offset='1'%20stop-color='%231787D7'/%3e%3c/linearGradient%3e%3cclipPath%20id='clip'%3e%3ccircle%20cx='64'%20cy='64'%20r='60'/%3e%3c/clipPath%3e%3c/defs%3e%3ccircle%20cx='64'%20cy='64'%20r='62'%20fill='white'/%3e%3ccircle%20cx='64'%20cy='64'%20r='60'%20fill='url(%23bg)'/%3e%3cg%20clip-path='url(%23clip)'%3e%3cpath%20d='M100%206C107%2018%20108%2032%20100%2044C91%2057%2072%2056%2064%2045C55%2033%2059%2015%2071%207C80%201%2092%201%20100%206Z'%20fill='%23BCEDE3'%20opacity='0.5'/%3e%3cpath%20d='M26%2081C32%2071%2042%2065%2052%2062H76C90%2067%2099%2076%20103%2091L112%20128H16L26%2081Z'%20fill='url(%23coat)'/%3e%3cpath%20d='M50%2082L64%2099L78%2082V128H50V82Z'%20fill='url(%23scrub)'/%3e%3cpath%20d='M38%20128L48%2076L64%2099L80%2076L90%20128'%20stroke='%23CFE5F1'%20stroke-width='4'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M44%2085C36%2088%2033%2096%2034%20104C35%20113%2042%20118%2050%20118'%20stroke='%232E7896'%20stroke-width='4'%20stroke-linecap='round'/%3e%3cpath%20d='M84%2085C91%2089%2094%2096%2093%20104C92%20112%2086%20117%2079%20118'%20stroke='%232E7896'%20stroke-width='4'%20stroke-linecap='round'/%3e%3ccircle%20cx='50'%20cy='118'%20r='5'%20fill='%231BAF91'/%3e%3ccircle%20cx='79'%20cy='118'%20r='5'%20fill='%231BAF91'/%3e%3cpath%20d='M46%2048C45%2038%2049%2027%2057%2022C66%2016%2080%2020%2084%2031C91%2033%2094%2039%2093%2048C92%2059%2083%2068%2070%2071H58C50%2068%2047%2060%2046%2048Z'%20fill='%23284A61'/%3e%3cpath%20d='M46%2049C46%2041%2053%2034%2064%2034C77%2034%2084%2042%2084%2052V58C84%2070%2075%2080%2064%2080C53%2080%2044%2070%2044%2058V54C44%2052%2045%2050%2046%2049Z'%20fill='%23FFDCC7'/%3e%3cpath%20d='M46%2049C53%2047%2058%2042%2060%2035C65%2043%2074%2049%2084%2050C83%2040%2076%2030%2064%2030C54%2030%2047%2037%2046%2049Z'%20fill='%23284A61'/%3e%3cpath%20d='M56%2058C58%2060%2060%2060%2062%2058'%20stroke='%236B8798'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M67%2058C69%2060%2071%2060%2073%2058'%20stroke='%236B8798'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M58%2069C62%2072%2067%2072%2071%2069'%20stroke='%23D28A75'%20stroke-width='2.5'%20stroke-linecap='round'/%3e%3cpath%20d='M50%2077C54%2084%2058%2088%2064%2088C70%2088%2075%2084%2078%2077'%20stroke='%23E9F5FF'%20stroke-width='7'%20stroke-linecap='round'/%3e%3ccircle%20cx='92'%20cy='34'%20r='17'%20fill='white'%20stroke='%23BFE8DF'%20stroke-width='3'/%3e%3cpath%20d='M92%2024V44M82%2034H102'%20stroke='%2315AA8F'%20stroke-width='6'%20stroke-linecap='round'/%3e%3c/g%3e%3ccircle%20cx='64'%20cy='64'%20r='60'%20stroke='%23BFE8DF'%20stroke-width='2'/%3e%3c/svg%3e") center / cover no-repeat;box-shadow:0 6px 14px #165a701f}.doctor-avatar:before{content:none;display:none}.doctor-avatar:after{content:none;display:none}.department-split-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.department-system-page{background:radial-gradient(circle at 18% 0%,rgba(29,178,137,.15),transparent 28%),linear-gradient(180deg,#effafa,#f7fbff)}.department-system-device{display:grid;gap:12px}.department-system-hero,.department-topic-card,.music-card,.department-ready-card,.department-action-card,.department-warning-card,.department-form-card{border:1px solid rgba(24,127,155,.12);border-radius:var(--app-radius);background:#fffffff0;box-shadow:0 10px 28px #18587617}.department-system-hero{min-height:154px;display:grid;grid-template-columns:minmax(0,1fr) 82px;gap:12px;align-items:center;padding:18px;overflow:hidden}.department-system-hero span,.music-card span,.department-ready-card span{display:inline-flex;width:fit-content;padding:5px 10px;border-radius:999px;background:#e7f7f1;color:var(--app-green);font-size:12px;font-weight:900}.department-system-hero h2,.department-ready-card h2{margin:10px 0 8px;color:var(--app-ink);font-size:24px;line-height:1.22}.department-system-hero p,.department-ready-card p{margin:0;color:var(--app-muted);font-size:14px;line-height:1.6}.department-system-hero i{width:76px;height:76px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(135deg,#e7f3ff,#dff8ee);color:var(--app-blue);font-style:normal;font-size:34px;font-weight:1000}.cardio-system .department-system-hero i{color:#13a779;background:linear-gradient(135deg,#e9fbf3,#e7f1ff)}.department-topic-card{display:grid;gap:12px;padding:14px;background:linear-gradient(145deg,#fffffffa,#f0faf7f5),#fff}.department-topic-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.department-topic-item{min-width:0;display:grid;gap:5px;padding:11px 10px;border-radius:var(--app-radius);background:#f3fbfb}.department-topic-item strong{color:var(--app-ink);font-size:14px}.department-topic-item small{color:var(--app-muted);font-size:12px;line-height:1.45}.music-card{display:grid;grid-template-columns:78px minmax(0,1fr) auto;gap:12px;align-items:center;padding:14px 16px}.enhanced-music-card{overflow:hidden;background:radial-gradient(circle at 82% 10%,rgba(83,190,205,.2),transparent 30%),linear-gradient(135deg,#fffffffa,#edfaf8f5),#fff}.music-visual{position:relative;width:74px;height:74px;overflow:hidden;border-radius:8px;background:linear-gradient(180deg,#dff4ff,#e9fbf2);box-shadow:inset 0 0 0 1px #14748c14}.music-visual span{position:absolute;display:block}.music-visual.rain-scene span{width:2px;height:22px;border-radius:999px;background:#2585be80;animation:rainDrop 1.1s linear infinite}.music-visual.rain-scene span:nth-child(1){left:18px;top:-18px}.music-visual.rain-scene span:nth-child(2){left:38px;top:-26px;animation-delay:.28s}.music-visual.rain-scene span:nth-child(3){left:56px;top:-14px;animation-delay:.56s}.music-visual.mist-scene span,.music-visual.piano-scene span,.music-visual.breath-scene span,.music-visual.skin-scene span,.music-visual.heart-scene span,.music-visual.uploaded-scene span{top:14px;right:14px;bottom:14px;left:14px;border:2px solid rgba(26,177,134,.26);border-radius:50%;animation:musicPulse 2.4s ease-in-out infinite}.music-visual.mist-scene span:nth-child(2),.music-visual.piano-scene span:nth-child(2),.music-visual.breath-scene span:nth-child(2),.music-visual.skin-scene span:nth-child(2),.music-visual.heart-scene span:nth-child(2),.music-visual.uploaded-scene span:nth-child(2){top:24px;right:24px;bottom:24px;left:24px;animation-delay:.4s}.music-visual.mist-scene span:nth-child(3),.music-visual.piano-scene span:nth-child(3),.music-visual.breath-scene span:nth-child(3),.music-visual.skin-scene span:nth-child(3),.music-visual.heart-scene span:nth-child(3),.music-visual.uploaded-scene span:nth-child(3){top:34px;right:34px;bottom:34px;left:34px;background:var(--app-green);border:0;animation-delay:.8s}.music-visual.heart-scene{background:linear-gradient(180deg,#e9fbf3,#edf4ff)}.music-visual.heart-scene span{border-color:#1da77952}.music-visual.skin-scene{background:linear-gradient(180deg,#e7f4ff,#effbf7)}@keyframes rainDrop{0%{transform:translateY(0) rotate(12deg);opacity:0}18%{opacity:1}to{transform:translateY(104px) rotate(12deg);opacity:0}}@keyframes musicPulse{0%,to{transform:scale(.92);opacity:.5}50%{transform:scale(1.08);opacity:1}}.music-card strong{display:block;margin-top:4px;color:var(--app-ink);font-size:17px}.music-card-main{min-width:0}.music-card-main small{display:block;margin-top:4px;color:var(--app-muted);font-size:12px;line-height:1.35}.music-track-grid{grid-column:1 / -1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.music-track-grid button{min-width:0;min-height:36px;padding:0 8px;border-radius:999px;background:#eef7ff;color:var(--app-blue);font-size:12px;font-weight:900}.music-track-grid button.active{background:var(--app-green);color:#fff}.music-card>button,.department-submit{min-height:42px;padding:0 18px;border-radius:999px;background:var(--app-green);color:#fff;font-weight:900}.music-card .music-more-button{align-self:end;justify-self:end}.department-form-card{display:grid;gap:14px;padding:16px}.department-form-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:grid;align-items:end;justify-items:center;padding:18px 10px;background:#0a1f2d57}.department-form-overlay .department-form-card{width:min(100%,540px);max-height:88vh;overflow:auto;border-radius:14px 14px var(--app-radius) var(--app-radius);box-shadow:0 18px 46px #0a1f2d38}.form-close-button{width:36px;height:36px;display:grid;place-items:center;flex:0 0 auto;border-radius:999px;background:#f1f7f8;color:var(--app-muted);font-size:24px;font-weight:800;line-height:1}.department-question{display:grid;gap:9px}.department-question strong{color:var(--app-ink);font-size:15px}.department-choice-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.department-choice-row button{min-height:40px;padding:0 10px;border-radius:999px;background:#eef7ff;color:var(--app-blue);font-weight:900}.department-choice-row button.active{background:var(--app-green);color:#fff}.department-question textarea{width:100%;min-width:0;resize:vertical;border:1px solid var(--app-line);border-radius:var(--app-radius);padding:12px;color:var(--app-ink);background:#fbfefe;font:inherit;line-height:1.5;outline:0}.department-dashboard{display:grid;gap:12px}.department-ready-card{padding:16px}.department-ready-card.waiting{background:linear-gradient(135deg,#fff,#effbf7)}.department-status{margin:0;padding:0 4px}.department-action-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.compact-department-actions{grid-template-columns:1.15fr 1fr .9fr}.department-action-card{min-height:116px;display:grid;gap:5px;align-content:center;justify-items:start;padding:14px;text-align:left}.department-action-card span{width:34px;height:34px;display:grid;place-items:center;border-radius:12px;background:#e7f3ff;color:var(--app-blue);font-weight:1000}.department-action-card.primary span{background:var(--app-green);color:#fff}.department-action-card strong{color:var(--app-ink);font-size:17px}.department-action-card small{color:var(--app-muted);font-size:12px}.department-record-block{display:grid;gap:6px;margin-top:10px;padding:10px;border-radius:var(--app-radius);background:#f5fbfa}.department-record-block strong{color:var(--app-green);font-size:13px}.department-record-block p{margin:0;color:var(--app-muted);font-size:13px;line-height:1.45}.department-warning-card{padding:14px 16px;background:linear-gradient(135deg,#fff7e6fa,#fff1f1f0),#fff}.department-warning-card strong{display:block;margin-bottom:6px;color:#b24d1f;font-size:15px}.department-warning-card p{margin:0;color:#7b5d45;font-size:13px;line-height:1.65}@media (max-width: 390px){.department-topic-grid,.compact-department-actions{grid-template-columns:minmax(0,1fr)}.music-card{grid-template-columns:62px minmax(0,1fr)}.music-card>button{grid-column:1 / -1}.music-visual{width:62px;height:62px}.music-track-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.home-device{gap:12px}.department-system-page,.profile-page,.article-page{background:linear-gradient(180deg,#e8faf7eb,#f7fbfff5 44%,#f7fbff),#f7fbff}.department-system-hero,.department-topic-card,.enhanced-music-card,.department-ready-card,.department-action-card,.department-warning-card,.profile-hero,.profile-section,.article-card,.article-empty,.pager-bar,.admin-toolbar-card,.admin-card,.admin-empty-card{border-radius:8px;border:1px solid rgba(127,177,190,.18);box-shadow:0 8px 22px #18587612}.department-system-device{gap:10px}.department-system-hero{min-height:126px;grid-template-columns:minmax(0,1fr) 64px;padding:14px}.department-system-hero h2,.department-ready-card h2{margin:8px 0 6px;font-size:22px}.department-system-hero p,.department-ready-card p{font-size:13px;line-height:1.55}.department-system-hero i{width:58px;height:58px;font-size:26px}.department-topic-card{gap:10px;padding:12px}.department-topic-card .message-section-title{margin-bottom:0}.department-topic-grid{gap:7px}.department-topic-item{min-height:76px;padding:10px}.music-card{grid-template-columns:62px minmax(0,1fr) auto;gap:10px;padding:12px}.music-visual{width:58px;height:58px}.music-card strong{overflow:hidden;margin-top:3px;font-size:16px;text-overflow:ellipsis;white-space:nowrap}.music-card-main small{margin-top:3px;line-height:1.35}.music-card>button,.department-submit{min-height:38px;padding:0 15px}.department-ready-card{padding:14px}.department-action-grid{gap:8px}.compact-department-actions{grid-template-columns:repeat(3,minmax(0,1fr))}.department-action-card{min-height:92px;padding:12px}.department-action-card span{width:30px;height:30px;border-radius:8px}.department-action-card strong{font-size:15px;line-height:1.25}.department-warning-card{padding:12px 14px;background:linear-gradient(135deg,#fffaf1fa,#fff6f6f0)}.department-warning-card strong{margin-bottom:4px;color:#9a4a1f}.profile-page .home-device{gap:14px;padding-top:18px}.profile-hero{display:grid;grid-template-columns:52px minmax(0,1fr) auto;gap:12px;align-items:center;padding:16px;background:linear-gradient(135deg,#f6fcff,#effbf6)}.profile-avatar{width:52px;height:52px;border-radius:8px;background:linear-gradient(135deg,var(--app-blue),var(--app-green));color:#fff;font-size:22px}.profile-identity{min-width:0}.profile-identity h1,.profile-identity p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-login-button{min-height:36px;padding:0 13px;border-radius:8px;background:#eef7ff;color:var(--app-blue);font-weight:900}.profile-section{padding:14px}.profile-quick-row,.profile-action-grid{gap:10px}.profile-feedback-toggle,.profile-action-card{border-radius:8px;background:linear-gradient(135deg,#f8fcff,#f4fbf8)}.profile-action-card,.profile-feedback-toggle{min-height:86px;padding:12px}.profile-action-card strong,.profile-feedback-toggle strong{font-size:15px;line-height:1.3}.profile-action-card small,.profile-feedback-toggle small{line-height:1.35}.article-page .home-device{gap:10px}.article-search{margin-bottom:0;border:1px solid rgba(127,177,190,.14);box-shadow:0 8px 20px #1858760f}.category-row{padding:0 0 8px}.category-row button,.article-tabs button{min-height:34px;border:1px solid rgba(127,177,190,.14)}.article-card{min-height:0;display:block;padding:14px}.article-copy{gap:8px}.article-copy h2{font-size:16px;line-height:1.45}.article-copy span,.article-copy small{display:block;line-height:1.5}.admin-mobile-page .mini-main{padding:10px 10px 12px}.admin-page{gap:10px}.admin-toolbar-card,.admin-card,.admin-empty-card{padding:14px}.admin-topbar{min-height:70px}.admin-card-title{margin:10px 0 6px;font-size:16px;line-height:1.4}.admin-card-copy{font-size:13px;line-height:1.55}.admin-audio-preview{height:38px;margin:8px 0}.admin-card-actions,.admin-page-actions,.admin-dialog-actions,.admin-sheet-actions,.admin-summary-grid,.admin-inline-grid,.admin-meta-grid{margin-top:10px}.admin-bottom-nav{position:sticky;bottom:8px;z-index:5;margin-top:8px}@media (max-width: 390px){.compact-department-actions{grid-template-columns:repeat(3,minmax(0,1fr))}.department-action-card{min-height:88px;padding:10px 8px}.department-action-card small{display:none}.music-card{grid-template-columns:54px minmax(0,1fr) auto}.music-visual{width:52px;height:52px}.profile-hero{grid-template-columns:48px minmax(0,1fr) auto;padding:14px}.profile-avatar{width:48px;height:48px}}
