html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}:root{--color-primary: #0d9488;--color-primary-light: #5eead4;--color-sidebar-start: #0f172a;--color-sidebar-end: #1e293b;--color-bg: #f0f5f9;--color-surface: #ffffff;--color-text: #0f172a;--color-text-secondary: #64748b;--shadow-sm: 0 1px 3px rgba(15, 23, 42, .06);--shadow-card: 0 4px 20px rgba(15, 23, 42, .06);--shadow-card-hover: 0 8px 30px rgba(15, 23, 42, .12);--radius-lg: 14px;--transition-fast: .2s cubic-bezier(.4, 0, .2, 1);--transition-normal: .3s cubic-bezier(.4, 0, .2, 1);--font-family: "Inter", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body,#root{margin:0;min-height:100vh;font-family:var(--font-family);color:var(--color-text);background-color:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app-shell{height:100vh;overflow:hidden}.app-sidebar{position:sticky;top:0;align-self:flex-start;height:100vh;overflow-y:auto;overscroll-behavior:contain}.app-main-layout{height:100vh;min-width:0;overflow:hidden}.sidebar-inner{display:flex;flex-direction:column;height:100%;background:linear-gradient(180deg,var(--color-sidebar-start),var(--color-sidebar-end))}.app-logo{height:64px;margin:16px 12px;border-radius:12px;background:linear-gradient(135deg,var(--color-primary),#14b8a6);color:#fff;display:flex;align-items:center;justify-content:center;gap:10px;font-weight:700;font-size:15px;letter-spacing:.5px;box-shadow:0 4px 15px #0d948859;transition:all var(--transition-normal);overflow:hidden;white-space:nowrap}.app-logo-collapsed{height:48px;margin:12px 8px;border-radius:10px;font-size:20px}.app-logo-icon{font-size:22px;flex-shrink:0}.app-logo-text{display:flex;flex-direction:column;line-height:1.2}.app-logo-text small{font-size:10px;font-weight:400;opacity:.7}.sidebar-footer{margin-top:auto;padding:16px;border-top:1px solid rgba(255,255,255,.06);text-align:center}.sidebar-footer span{color:#ffffff40;font-size:11px}.app-header{background:#ffffffd9!important;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.04);display:flex;align-items:center;padding:0 24px!important;height:64px!important;position:sticky;top:0;z-index:100}.header-content{width:100%;display:flex;align-items:center;justify-content:space-between}.header-left,.header-right{display:flex;align-items:center;gap:16px}.header-time{color:var(--color-text-secondary);font-size:13px;font-variant-numeric:tabular-nums}.app-content{padding:24px;min-height:0;overflow-y:auto;overscroll-behavior:contain;animation:fadeSlideIn var(--transition-normal) ease-out}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.app-loading{min-height:100vh;display:flex;align-items:center;justify-content:center;color:var(--color-text-secondary)}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:radial-gradient(ellipse at 20% 50%,rgba(13,148,136,.12) 0%,transparent 50%),radial-gradient(ellipse at 80% 20%,rgba(14,165,233,.08) 0%,transparent 50%),linear-gradient(135deg,#f0f5f9,#e0ecf5,#eef2ff);position:relative;overflow:hidden}.auth-language-switch{position:absolute;top:20px;right:24px;z-index:2}.auth-card{width:100%;max-width:440px;border-radius:18px!important;box-shadow:0 25px 60px #0f172a1f,0 0 0 1px #fff9 inset;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#ffffffe0!important;animation:authCardIn .5s cubic-bezier(.16,1,.3,1)}@keyframes authCardIn{0%{opacity:0;transform:translateY(24px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.auth-logo{width:56px;height:56px;border-radius:16px;background:linear-gradient(135deg,var(--color-primary),#14b8a6);color:#fff;display:flex;align-items:center;justify-content:center;font-size:28px;margin-bottom:8px;box-shadow:0 6px 20px #0d94884d}.auth-bubbles{position:absolute;inset:0;overflow:hidden;pointer-events:none}.auth-bubble{position:absolute;border-radius:50%;opacity:.07;animation:floatBubble 20s ease-in-out infinite}.auth-bubble:nth-child(1){width:300px;height:300px;background:var(--color-primary);top:-80px;right:-60px;animation-duration:25s}.auth-bubble:nth-child(2){width:200px;height:200px;background:#0ea5e9;bottom:-40px;left:-40px;animation-duration:18s;animation-delay:-5s}.auth-bubble:nth-child(3){width:150px;height:150px;background:#8b5cf6;top:40%;right:20%;animation-duration:22s;animation-delay:-10s}@keyframes floatBubble{0%,to{transform:translate(0) scale(1)}25%{transform:translate(30px,-40px) scale(1.05)}50%{transform:translate(-20px,20px) scale(.95)}75%{transform:translate(15px,35px) scale(1.02)}}.ant-card{transition:box-shadow var(--transition-fast),transform var(--transition-fast);box-shadow:var(--shadow-card)}.ant-card:hover{box-shadow:var(--shadow-card-hover)}.stat-card{position:relative;overflow:hidden;cursor:default;transition:transform var(--transition-fast),box-shadow var(--transition-fast)}.stat-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-card-hover)}.stat-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;border-radius:0 4px 4px 0}.stat-card--teal:before{background:linear-gradient(180deg,#0d9488,#14b8a6)}.stat-card--amber:before{background:linear-gradient(180deg,#f59e0b,#fbbf24)}.stat-card--rose:before{background:linear-gradient(180deg,#ef4444,#f87171)}.stat-card--sky:before{background:linear-gradient(180deg,#0ea5e9,#38bdf8)}.stat-card .stat-icon{position:absolute;right:20px;top:20px;font-size:36px;opacity:.08}.guided-checkin{width:100%}.guided-checkin__agent{display:flex;flex-direction:column;gap:14px;margin-bottom:20px;padding:24px;border-radius:8px;background:linear-gradient(135deg,#f0fdfaf5,#fff7edeb),linear-gradient(90deg,#0f766e,#ea580c);border:1px solid rgba(15,118,110,.14)}.guided-checkin__eyebrow{color:#0f766e;font-weight:700}.guided-checkin__panel,.guided-checkin__side,.doctor-live-card{border-radius:8px}.guided-checkin__bubble{padding:20px;border-radius:8px;background:#0f172a;color:#fff}.guided-checkin__bubble .ant-typography{color:#fff}.guided-checkin__bubble>span{color:#99f6e4;font-weight:700}.guided-checkin__symptoms{display:flex;flex-wrap:wrap;gap:10px}.guided-checkin__temperature{display:flex;flex-direction:column;gap:16px}.guided-checkin__timer{display:flex;align-items:center;gap:12px;color:#ea580c;font-variant-numeric:tabular-nums}.guided-checkin__timer strong{font-size:44px;line-height:1}.guided-checkin__summary{display:flex;flex-wrap:wrap;gap:10px;padding:16px;border-radius:8px;background:#f8fafc}.guided-checkin__steps{display:flex;flex-direction:column;gap:10px}.guided-checkin__steps>div{display:grid;grid-template-columns:28px 1fr;gap:10px;align-items:center;color:#64748b}.guided-checkin__steps span{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#e2e8f0;color:#475569;font-weight:700}.guided-checkin__steps .is-active{color:#0f172a}.guided-checkin__steps .is-active span{background:#ccfbf1;color:#0f766e}.doctor-live-card__empty{min-height:120px;display:flex;align-items:center;justify-content:center;border:1px dashed #cbd5e1;border-radius:8px;color:#64748b}.doctor-live-card__item{padding:14px;border-radius:8px;background:#f8fafc;border:1px solid #e2e8f0}.doctor-live-card__timer{color:#ea580c;font-size:28px;font-weight:800;font-variant-numeric:tabular-nums}.visits-workbench{width:100%}.visits-workbench__header,.doctor-live-card__row,.thermometer-entry__main{display:flex;align-items:center;justify-content:space-between;gap:12px}.visits-workbench__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.85fr);gap:16px}.doctor-live-card__question{margin:10px 0;color:#475569}.doctor-live-card__actions{display:flex;justify-content:flex-end;margin-top:12px}.doctor-thermometer-card .ant-card-body{display:flex;flex-direction:column;gap:14px}.thermometer-rack{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.thermometer-rack__metric{padding:16px;border-radius:8px;border:1px solid #e2e8f0;background:#fff}.thermometer-rack__metric strong{display:block;font-size:34px;line-height:1;font-variant-numeric:tabular-nums}.thermometer-rack__metric span{display:block;margin-top:8px;color:#64748b}.thermometer-rack__metric.is-busy strong{color:#ea580c}.thermometer-rack__metric.is-idle strong{color:#16a34a}.thermometer-entry{display:flex;flex-direction:column;gap:12px;padding:14px;border-radius:8px;border:1px solid #e2e8f0;background:#fff}.thermometer-entry.is-due{border-color:#ea580c66;background:#fff7ed;box-shadow:0 12px 24px #ea580c1f}.thermometer-entry__input{display:grid;grid-template-columns:minmax(110px,1fr) auto;gap:10px}.observation-board .ant-card-head{border-bottom-color:#dbeafe}.observation-board__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:12px}.observation-card{width:100%;min-height:132px;display:flex;flex-direction:column;gap:12px;padding:14px;border:1px solid #bfdbfe;border-radius:8px;background:linear-gradient(180deg,#eff6ff,#fff);color:#0f172a;text-align:left;cursor:pointer;transition:border-color var(--transition-fast),box-shadow var(--transition-fast),transform var(--transition-fast)}.observation-card:hover,.observation-card:focus-visible{border-color:#2563eb;box-shadow:0 12px 28px #2563eb24;transform:translateY(-1px);outline:none}.observation-card.is-warning{border-color:#fdba74;background:linear-gradient(180deg,#fff7ed,#fff)}.observation-card.is-warning:hover,.observation-card.is-warning:focus-visible{border-color:#ea580c;box-shadow:0 12px 28px #ea580c24}.observation-card__topline,.observation-card__meta,.observation-modal__student{display:flex;align-items:center;justify-content:space-between;gap:10px}.observation-card__topline span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:800;font-size:16px}.observation-card__meta{color:#475569;font-size:13px}.observation-card__symptoms{display:flex;flex-wrap:wrap;gap:6px;margin-top:auto}.ant-table-tbody>tr.visit-row-observation>td{background:#eff6ff}.ant-table-tbody>tr.visit-row-observation:hover>td{background:#dbeafe}.guided-checkin__header{display:flex;flex-direction:column;gap:8px}.guided-checkin__copy{margin:0;color:#334155}.guided-checkin__rail{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.guided-checkin__rail-item{display:flex;flex-direction:column;gap:8px;min-height:132px;padding:14px;border-radius:8px;border:1px solid #e2e8f0;background:#f8fafc}.guided-checkin__rail-item.is-active{border-color:#0f766e4d;background:linear-gradient(180deg,#ecfeff,#fff);box-shadow:0 8px 20px #0f172a14}.guided-checkin__rail-item.is-done{border-color:#16a34a40}.guided-checkin__rail-icon{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;background:#0f766e;color:#fff;font-size:18px}.guided-checkin__rail-item strong{font-size:15px;color:#0f172a}.guided-checkin__rail-item small{color:#64748b;line-height:1.5}.guided-checkin__student-stage{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:20px}.guided-checkin__graph-stage,.guided-checkin__temperature-stage,.guided-checkin__note-stage,.guided-checkin__summary-stage{border-radius:8px;background:#f8fafc;border:1px solid #e2e8f0;padding:20px}.rfid-stage{position:relative;min-height:320px;overflow:hidden;border-radius:8px;background:radial-gradient(circle at 64% 56%,rgba(15,118,110,.12),transparent 38%),linear-gradient(180deg,#f8fafc,#eef6f6);border:1px solid #dbe4ee}.rfid-reader-device{position:absolute;right:34px;top:72px;width:178px;height:132px;display:flex;flex-direction:column;justify-content:flex-end;gap:12px;padding:18px;border-radius:8px;background:linear-gradient(145deg,#fffffff2,#e2e8f0f2),#e2e8f0;border:1px solid rgba(100,116,139,.24);box-shadow:0 24px 44px #0f172a29,inset 0 1px #fffffff2}.rfid-reader-device:after{content:"";position:absolute;left:18px;right:18px;bottom:-14px;height:18px;border-radius:0 0 14px 14px;background:#94a3b8;opacity:.42}.rfid-reader-device__slot{height:48px;border-radius:8px;background:linear-gradient(90deg,rgba(15,118,110,.1),transparent),#0f172a;box-shadow:inset 0 0 0 1px #ffffff1f}.rfid-reader-device__light{width:12px;height:12px;border-radius:999px;background:#22c55e;box-shadow:0 0 16px #22c55eb8;animation:rfidSignal 2.4s ease-in-out infinite}.rfid-reader-device span{color:#334155;font-size:13px;font-weight:700}.rfid-card-visual{position:absolute;left:42px;top:104px;width:148px;height:94px;display:flex;flex-direction:column;justify-content:space-between;padding:14px;border-radius:8px;background:linear-gradient(135deg,#0f766e,#14b8a6 56%,#f59e0b),#0f766e;color:#fff;box-shadow:0 18px 34px #0f766e47;transform-origin:right center;animation:rfidCardTap 2.8s ease-in-out infinite}.rfid-card-visual__chip{width:34px;height:26px;border-radius:6px;background:linear-gradient(90deg,rgba(255,255,255,.42),transparent),#fde68a;border:1px solid rgba(255,255,255,.36)}.rfid-card-visual strong{font-size:17px;font-weight:700}.rfid-card-visual small{letter-spacing:0;opacity:.82}.rfid-contact-signal{position:absolute;right:192px;top:132px;width:34px;height:34px;border:2px solid rgba(15,118,110,.5);border-radius:50%;opacity:0;animation:rfidSignal 2.8s ease-in-out infinite}.rfid-stage__status{position:absolute;left:20px;right:20px;bottom:20px;display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:999px;background:#0f172ae6;color:#fff}.rfid-stage__status span{font-weight:600}.guided-checkin__student-form{display:flex;flex-direction:column;gap:14px}.guided-checkin__student-hint{display:flex;justify-content:flex-start}.guided-checkin__graph-banner,.note-stage,.summary-stage,.temperature-stage__countdown{display:flex;align-items:center;gap:12px}.guided-checkin__graph-banner{padding:14px 16px;margin-bottom:16px;border-radius:8px;background:linear-gradient(135deg,#f0fdfa,#fff7ed);color:#0f766e}.guided-checkin__graph-banner strong,.note-stage strong,.summary-stage strong{display:block;color:#0f172a;font-size:16px}.guided-checkin__graph-banner span,.note-stage span,.summary-stage span{display:block;color:#64748b;font-size:13px}.body-intake{display:grid;grid-template-columns:minmax(280px,.78fr) minmax(0,1.22fr);gap:18px;align-items:stretch}.body-map-card{min-height:520px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:linear-gradient(180deg,#f0fdfac2,#fffffff0),#fff;border:1px solid #dbe4ee}.body-map-stage{position:relative;width:min(100%,300px);aspect-ratio:1 / 2}.body-map{position:absolute;inset:0;width:100%;height:100%}.body-map__part{color:#0f766e}.body-map__part>circle,.body-map__part>path,.body-map__part>rect{fill:#fff;stroke:#99f6e4;stroke-width:2;filter:drop-shadow(0 8px 14px rgba(15,23,42,.08));transition:fill .18s ease,stroke .18s ease,transform .18s ease}.body-map__whole>rect{fill:transparent;stroke:#cbd5e1;stroke-dasharray:8 10;filter:none}.body-map__skin>circle{fill:#fff7ed;stroke:#fed7aa}.body-map__part.is-active>circle,.body-map__part.is-active>path,.body-map__part.is-active>rect{fill:#ccfbf1;stroke:#0f766e}.body-map__part text{fill:#0f172a;font-size:15px;font-weight:700;text-anchor:middle;dominant-baseline:middle;pointer-events:none}.body-map__head text,.body-map__whole text{font-size:14px}.body-map-hit{position:absolute;border:0;border-radius:999px;background:#0d948800;color:transparent;cursor:pointer;overflow:hidden}.body-map-hit:hover,.body-map-hit:focus-visible{outline:2px solid rgba(13,148,136,.52);outline-offset:2px;background:#0d948814}.body-map-hit.is-active{background:#0d94880a}.body-map-hit--head{left:35%;top:4%;width:30%;height:15%}.body-map-hit--neck{left:41%;top:18%;width:18%;height:8%}.body-map-hit--chest{left:31%;top:25%;width:38%;height:22%;z-index:3}.body-map-hit--stomach{left:34%;top:48%;width:32%;height:18%}.body-map-hit--left-hand{left:8%;top:27%;width:22%;height:34%}.body-map-hit--right-hand{left:70%;top:27%;width:22%;height:34%}.body-map-hit--leg{left:32%;top:64%;width:36%;height:30%}.body-map-hit--skin{left:68%;top:18%;width:20%;height:18%}.body-map-hit--whole{left:18%;top:20%;width:64%;height:76%;z-index:0}.body-map-hit--head,.body-map-hit--neck,.body-map-hit--stomach,.body-map-hit--left-hand,.body-map-hit--right-hand,.body-map-hit--leg,.body-map-hit--skin{z-index:1}.body-intake__side{display:flex;flex-direction:column;gap:14px;min-width:0}.one-line-complaint,.body-part-list{padding:14px;border-radius:8px;background:#fff;border:1px solid #e2e8f0}.one-line-complaint{display:flex;flex-direction:column;gap:10px}.one-line-complaint strong{color:#0f172a}.body-part-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.body-part-list__item{min-width:0;display:flex;flex-direction:column;gap:5px;padding:12px;border:1px solid #dbe4ee;border-radius:8px;background:#f8fafc;color:#0f172a;text-align:left;cursor:pointer;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease}.body-part-list__item:hover{transform:translateY(-1px);background:#fff;box-shadow:0 10px 24px #0f172a14}.body-part-list__item.is-active{background:#ecfeff;border-color:#0d94887a}.body-part-list__item strong{font-size:14px}.body-part-list__item span{color:#64748b;font-size:12px;line-height:1.45}.symptom-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.symptom-grid--compact{grid-template-columns:repeat(3,minmax(0,1fr))}.symptom-grid__item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;min-height:108px;padding:12px;border-radius:8px;border:1px solid #dbe4ee;background:#fff;color:#0f172a;cursor:pointer;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.symptom-grid--compact .symptom-grid__item{min-height:86px}.symptom-grid__item:hover{transform:translateY(-1px);box-shadow:0 10px 24px #0f172a14}.symptom-grid__item.is-active{background:linear-gradient(180deg,#e6fffb,#fff);border-color:#0d948866}.symptom-grid__icon{font-size:28px;line-height:1}.symptom-grid__label{font-weight:600;text-align:center}.guided-checkin__choice-preview{margin-top:16px;padding:14px 16px;border-radius:8px;background:#fff;border:1px solid #e2e8f0}.guided-checkin__choice-preview strong{display:block;margin-bottom:10px;color:#0f172a}.guided-checkin__choice-tags{display:flex;flex-wrap:wrap;gap:8px}.guided-checkin__choice-text{margin:10px 0 0;color:#334155}.temperature-stage{display:grid;grid-template-columns:120px minmax(0,1fr);gap:20px;align-items:center}.temperature-stage__gauge{position:relative;height:240px;border-radius:999px;background:linear-gradient(180deg,#f1f5f9,#fff);border:1px solid #dbe4ee;overflow:hidden}.temperature-stage__track{position:absolute;inset:18px 42px;border-radius:999px;background:linear-gradient(180deg,#e2e8f0,#cbd5e1)}.temperature-stage__fill{position:absolute;left:42px;right:42px;bottom:18px;border-radius:999px;background:linear-gradient(180deg,#fb923c,#ef4444);box-shadow:0 0 18px #ef44443d}.temperature-stage__tick{position:absolute;right:22px;width:16px;height:2px;background:#94a3b8}.temperature-stage__tick--top{top:24px}.temperature-stage__tick--mid{top:50%}.temperature-stage__tick--bottom{bottom:24px}.temperature-stage__meta{display:flex;flex-direction:column;gap:16px}.temperature-stage__countdown{color:#ea580c}.temperature-stage__countdown strong{font-size:48px;line-height:1;font-variant-numeric:tabular-nums}.note-stage{flex-direction:column;align-items:stretch}.summary-stage{margin-bottom:14px;padding:14px 16px;border-radius:8px;background:linear-gradient(135deg,#ecfeff,#fff7ed)}.guided-checkin__summary{display:flex;flex-wrap:wrap;gap:10px;padding:16px;border-radius:8px;background:#fff;border:1px solid #e2e8f0}.guided-checkin__summary .ant-typography{flex-basis:100%;margin:6px 0 0}.guided-checkin__actions{display:flex;align-items:center;justify-content:space-between;gap:12px}@keyframes rfidCardTap{0%,to{transform:translate(0) rotate(-5deg)}42%,62%{transform:translate(132px) rotate(0)}}@keyframes rfidSignal{0%{transform:scale(.82);opacity:0}44%{transform:scale(.82);opacity:0}54%{transform:scale(1.15);opacity:1}to{transform:scale(1.7);opacity:0}}@media(max-width:1200px){.guided-checkin__rail{grid-template-columns:repeat(2,minmax(0,1fr))}.guided-checkin__student-stage,.temperature-stage,.visits-workbench__grid,.body-intake{grid-template-columns:1fr}.body-map-card{min-height:420px}.symptom-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.guided-checkin__rail,.body-part-list,.symptom-grid,.symptom-grid--compact{grid-template-columns:1fr}.body-map-card{min-height:360px}.guided-checkin__actions{align-items:stretch;flex-direction:column}.visits-workbench__header,.doctor-live-card__row,.thermometer-entry__main{align-items:flex-start;flex-direction:column}.thermometer-entry__input{grid-template-columns:1fr}.observation-modal__student{align-items:flex-start;flex-direction:column}.guided-checkin__actions>.ant-btn{width:100%}}.dashboard-page-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.dashboard-card{height:100%}.dashboard-trend-chart{display:grid;grid-template-columns:repeat(8,minmax(36px,1fr));align-items:end;gap:14px;min-height:230px;padding:12px 4px 4px}.dashboard-trend-item{min-width:0;display:flex;flex-direction:column;align-items:center;gap:8px}.dashboard-trend-bars{width:100%;height:170px;display:flex;align-items:end;justify-content:center;gap:4px;padding:0 4px;border-bottom:1px solid #e2e8f0}.dashboard-trend-bar{width:12px;max-width:24%;min-height:8px;border-radius:6px 6px 0 0;transition:height var(--transition-normal)}.dashboard-trend-bar--visits{background:linear-gradient(180deg,#0d9488,#14b8a6)}.dashboard-trend-bar--observation{background:linear-gradient(180deg,#f59e0b,#fbbf24)}.dashboard-trend-bar--urgent{background:linear-gradient(180deg,#ef4444,#f87171)}.dashboard-trend-label{width:100%;max-width:96px;text-align:center;color:var(--color-text-secondary);font-size:12px}.dashboard-rate-grid{margin-top:16px;padding-top:14px;border-top:1px solid #eef2f7}.dashboard-distribution-row .ant-progress{line-height:1}.dashboard-color-dot{width:9px;height:9px;border-radius:50%;flex:0 0 auto}.dashboard-empty-panel{min-height:180px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px;color:var(--color-text-secondary);background:#f8fafc;border:1px dashed #cbd5e1;border-radius:8px}.dashboard-empty-panel--compact{min-height:120px}.dashboard-rank-row{display:flex;align-items:center;gap:10px;min-width:0}.dashboard-task-row{display:grid;grid-template-columns:88px 1fr;align-items:start;gap:10px;padding:12px;background:#f8fafc;border:1px solid #eef2f7;border-radius:8px}.welcome-banner{border-radius:var(--radius-lg)!important;background:linear-gradient(135deg,#0d9488,#0ea5e9)!important;border:none!important;color:#fff;overflow:hidden;position:relative}.welcome-banner:after{content:"";position:absolute;right:-30px;top:-30px;width:200px;height:200px;border-radius:50%;background:#ffffff14}.welcome-banner .ant-card-body{position:relative;z-index:1}.medicine-row-warning{background-color:#fef3c7!important}.medicine-row-warning:hover>td{background-color:#fde68a!important}.student-checkin-wrapper{max-width:600px;margin:0 auto}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#0000001f;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#0003}@media(max-width:768px){.app-content{padding:16px}.auth-card{max-width:100%}.dashboard-page-heading{flex-direction:column}.dashboard-page-heading>.ant-space{width:100%;justify-content:space-between}.dashboard-trend-chart{grid-template-columns:repeat(4,minmax(44px,1fr));gap:12px}.dashboard-task-row{grid-template-columns:1fr}}
