
:root{font-family:"Noto Sans TC","PingFang TC",Arial,sans-serif;color:#20252b;background:#eef3fa}*{box-sizing:border-box}body{margin:0;min-width:1060px;background:linear-gradient(135deg,#f8fbff,#edf2f9)}.app{height:100vh;display:flex;flex-direction:column;overflow:hidden}header{height:76px;display:flex;align-items:center;padding:10px 20px 8px 18px;background:#f8f9fc;border-bottom:1px solid #dfe4ec}.brand-mark{width:44px;height:44px;margin-right:10px;border-radius:50%;background:conic-gradient(#f8b400 0 18%,#e94227 18% 36%,#1479db 36% 54%,#f8b400 54% 72%,#e94227 72% 90%,#1479db 90%);box-shadow:inset 0 0 0 5px #f5c32d}.brand h1{font-size:20px;margin:0;letter-spacing:1px}.brand p{font-size:17px;margin:2px 0 0;font-weight:600}.window-actions{margin-left:auto;display:flex;gap:25px;font-size:25px;color:#444}.main{flex:1;display:flex;min-height:0;padding:0 12px 8px;gap:15px}.sidebar{width:130px;display:flex;flex-direction:column;align-items:stretch;padding-top:22px}.time{font-size:33px;font-weight:500;text-align:center;margin-bottom:10px}.date{border:2px solid #222;border-radius:8px;overflow:hidden;text-align:center;background:#fff;margin:0 12px 25px;font-size:18px;font-weight:600}.date strong{display:block;color:#fff;background:#f22a2f;padding:4px}.date span{display:block;padding:7px 2px}.stats{display:flex;flex-direction:column;gap:5px}.stat{height:39px;padding:8px 13px;border-radius:22px;background:#e5e9f1;font-size:16px;display:flex;justify-content:space-between;white-space:nowrap}.stat.active{background:#087cf0;color:#fff}.content{flex:1;min-width:0;overflow:auto;padding:10px 12px 0 0}.table-wrap{height:100%;overflow:auto;border-radius:10px;background:#fff;border:1px solid #dce6f5}.table{width:100%;border-collapse:collapse;text-align:center;font-size:16px}.table th{position:sticky;top:0;background:#106fed;color:#fff;height:42px;font-size:17px}.table td{height:58px;border-bottom:1px solid #e6edf7}.table tr:nth-child(even){background:#deedff}.filters{display:flex;gap:22px;padding:14px 5px 5px}.filters span,.fire-tab{border:0;border-radius:22px;background:#e0e2e6;padding:10px 26px;font-size:16px;min-width:120px;text-align:center}.filters .active,.fire-tab.active{background:#167bf0;color:#fff}footer{height:78px;display:flex;gap:7px;padding:8px 22px;background:#f8f9fc;border-top:1px solid #d8dde5}.nav{flex:1;border:1px solid #a9afb7;border-radius:6px;background:#fff;color:#20252b;text-decoration:none;display:flex;align-items:center;justify-content:center;gap:8px;font-size:15px;font-weight:600;box-shadow:0 1px 2px #ccd0d5}.nav.active{background:#147ff0;color:#fff;border-color:#147ff0}.icon{font-size:25px}.grid{display:grid;grid-template-columns:repeat(10,minmax(100px,1fr));gap:14px 15px}.card{height:166px;border-radius:4px;padding:7px 8px;background:#e4f0ff;border:1px solid #d7e5f5;box-shadow:0 1px 2px #cdd7e4;text-align:center}.card.fall-risk{background:#e2f5dc;border-color:#a7d89d}.card.pressure-risk{background:#f1e3f7;border-color:#cba9d8}.card.fall-risk.pressure-risk{background:linear-gradient(135deg,#e2f5dc 0 50%,#f1e3f7 50% 100%)}.room{font-size:18px;font-weight:700}.person{font-size:14px;font-weight:600;margin:1px 0}.born{font-size:11px}.nurse{display:flex;justify-content:center;align-items:center;gap:5px;background:rgba(255,255,255,.72);border-radius:3px;font-size:10px;margin-top:5px;padding:3px}.nurse-mark{display:inline-flex;align-items:center;justify-content:center;width:12px;height:12px;border-radius:3px;background:#5f6873;color:#fff;font-size:10px;font-weight:900}.labels{display:flex;justify-content:center;gap:14px;font-size:10px;margin:3px 0}.labels span{display:flex;align-items:center;gap:3px}.labels .muted{opacity:.28;filter:grayscale(1)}.risk-symbol{display:inline-flex;width:13px;height:13px;align-items:center;justify-content:center;border-radius:50%;font-size:10px;font-weight:900;color:#fff}.fall{background:#3eaa5b}.pressure{background:#9456b2}.vitals{display:grid;grid-template-columns:1fr 1fr;gap:3px;margin-top:2px;font-size:11px;font-weight:700}.vitals span{min-height:18px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.78);border-radius:2px}.pair{gap:3px}.dot{width:10px;height:10px;border-radius:50%;display:inline-block}.orange{background:#f39a21}.red{background:#ed3338}.green{background:#40ae5c}.purple{background:#9b59b6}.off{background:#c7ccd2;opacity:.55}.fire-layout{display:flex;gap:26px;height:100%}.fire-tabs{width:120px;display:flex;flex-direction:column;gap:22px;justify-content:center}.fire-tab{text-decoration:none;color:#20252b}.fire-tab.active{color:#fff}.fire-table td:first-child{width:235px}.fire-table tr:last-child td{height:230px;text-align:left;padding:20px 40px;line-height:1.8}.floor{height:100%;border-radius:12px;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden}.floor img{width:100%;height:100%;object-fit:contain}.placeholder{height:100%;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:12px;font-size:22px;color:#788493}

/* Hover feedback */
.nav,.fire-tab,.card,.table tr,.filters span{transition:transform .16s ease,box-shadow .16s ease,background-color .16s ease,filter .16s ease}.nav:hover{transform:translateY(-2px);box-shadow:0 4px 10px rgba(36,88,150,.24);background:#eaf3ff;border-color:#5f9bea}.nav.active:hover{background:#086fe5;color:#fff}.card:hover{transform:translateY(-3px);box-shadow:0 6px 14px rgba(58,84,116,.26);filter:saturate(1.06)}.table tbody tr:hover{background:#cce3ff!important;box-shadow:inset 4px 0 #147ff0}.fire-tab:hover,.filters span:hover{transform:translateY(-2px);box-shadow:0 3px 8px rgba(47,67,93,.22);filter:brightness(.98)}.fire-tab.active:hover,.filters .active:hover{background:#086fe5;color:#fff}
