:root{color:#173135;background:#f5f8f7;font-family:Inter,ui-sans-serif,system-ui,sans-serif}*{box-sizing:border-box}body{margin:0}.shell{grid-template-columns:244px 1fr;min-height:100vh;display:grid}aside{color:#d8ece9;background:#123b3d;flex-direction:column;padding:26px 14px;display:flex}.brand{grid-template-columns:37px auto;align-items:center;column-gap:9px;margin:0 10px 32px;display:grid}.brand span{color:#123b3d;background:#43b3a6;border-radius:11px;grid-row:span 2;place-items:center;width:37px;height:37px;font-size:22px;font-weight:800;display:grid}.brand strong{color:#fff;font-size:19px}.brand small{color:#9dc9c4;font-size:11px}nav{gap:3px;display:grid}nav button{color:#c4dcda;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;padding:11px 12px;font-size:14px}nav button:hover,nav .active{color:#fff;background:#245558}aside footer{color:#9dc9c4;border-top:1px solid #356568;margin-top:auto;padding:15px 11px;font-size:12px}.content{width:100%;max-width:1500px;padding:38px clamp(22px,5vw,74px)}header{justify-content:space-between;align-items:start;margin-bottom:34px;display:flex}h1{color:#173135;margin:3px 0;font-size:30px}header p{color:#6b8280;margin:0}.eyebrow{color:#0f766e;letter-spacing:.09em;font-size:11px;font-weight:700}.profile{color:#136b64;background:#d5efec;border:none;border-radius:50%;width:39px;height:39px;font-weight:700}.cards{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}article{background:#fff;border:1px solid #e0ebe9;border-radius:13px;padding:20px;box-shadow:0 1px 2px #17313509}.cards p{color:#64807d;margin:0;font-size:13px}.cards strong{margin:13px 0 5px;font-size:30px;display:block}.cards span{color:#71908c;font-size:12px}.grid{grid-template-columns:1.55fr 1fr;gap:16px;margin-top:18px;display:grid}.panel{min-height:240px}.panel-title{justify-content:space-between;align-items:center;gap:12px;display:flex}.panel-title p{color:#78918f;margin:5px 0 0;font-size:12px}h2{margin:0;font-size:16px}.panel-title button{color:#087b70;cursor:pointer;background:0 0;border:none;font-size:12px}.primary{white-space:nowrap;border-radius:8px;padding:10px 13px;font-weight:700;color:#fff!important;background:#0f766e!important}.empty{text-align:center;color:#78918f;place-items:center;min-height:154px;padding:20px;font-size:14px;display:grid}.resident-list{margin-top:16px;display:grid}.resident{border-top:1px solid #edf3f2;align-items:center;gap:11px;padding:11px 0;display:flex}.resident strong,.resident span{display:block}.resident strong{font-size:14px}.resident span{color:#78918f;margin-top:3px;font-size:12px}.resident b{color:#237648;text-transform:capitalize;background:#e7f6ee;border-radius:20px;margin-left:auto;padding:4px 8px;font-size:11px}.avatar{color:#116d65;background:#d9f1ed;border-radius:50%;flex:none;place-items:center;width:34px;height:34px;font-size:12px;font-weight:700;display:grid}.checklist{color:#56716e;margin-top:20px;font-size:13px}.checklist p{border-bottom:1px solid #edf3f2;margin:0;padding:9px 0}.alert{color:#9f2020;background:#fff1f1;border:1px solid #ffd3d3;border-radius:8px;margin:-15px 0 18px;padding:10px 13px;font-size:13px}.modal-backdrop{z-index:10;background:#0b2d2e88;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.modal{background:#fff;border-radius:13px;gap:13px;width:min(460px,100%);padding:23px;display:grid;box-shadow:0 20px 45px #06171855}.modal label{color:#466461;gap:5px;font-size:12px;font-weight:700;display:grid}.modal input,.modal select{color:#173135;font:inherit;border:1px solid #c9ddda;border-radius:7px;padding:10px}.submit{text-align:center;border:none;margin-top:4px}@media (width<=850px){.shell{grid-template-columns:1fr}aside{z-index:2;padding:13px;position:sticky;top:0}.brand{margin:0}nav{margin-top:12px;display:flex;overflow-x:auto}nav button{white-space:nowrap}aside footer{display:none}.content{padding:24px 16px}.cards{grid-template-columns:repeat(2,1fr)}.grid{grid-template-columns:1fr}}@media (width<=460px){.cards{grid-template-columns:1fr}h1{font-size:26px}.panel-title{align-items:start}}@font-face{font-family:Inter;src:url(/fonts/inter-latin-variable.woff2)format("woff2");font-style:normal;font-weight:100 900;font-display:swap}@font-face{font-family:Outfit;src:url(/fonts/outfit-latin-variable.woff2)format("woff2");font-style:normal;font-weight:100 900;font-display:swap}:root{--font-body:"Inter",Arial,sans-serif;--font-heading:"Outfit",Arial,sans-serif;--text-xs:11px;--text-sm:12px;--text-md:14px;--text-lg:17px;--text-xl:24px;color:#17243a;font-family:var(--font-body);font-synthesis:none;background:#f6f8fc}html{-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility}body{font-family:var(--font-body);font-size:var(--text-md);background:#f6f8fc;font-weight:400;line-height:1.45}button,input,select,textarea{font-family:var(--font-body);font-synthesis:none}input,select,textarea{line-height:1.35;font-size:14px!important;font-weight:400!important}button{font-size:13px;font-weight:650;transition:background-color .15s,border-color .15s,color .15s,box-shadow .15s,transform .15s}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline-offset:2px;outline:3px solid #147dcc47}button:disabled{opacity:.48;cursor:not-allowed!important;box-shadow:none!important}button:not(:disabled):active{transform:translateY(1px)}h1,h2,h3,h4{font-family:var(--font-heading);font-synthesis:none;letter-spacing:-.018em}h1{font-size:30px;font-weight:720;line-height:1.12}h2{font-weight:700;line-height:1.18}h3{font-weight:680;line-height:1.25}label{font-family:var(--font-body)}small{line-height:1.4}aside{color:#4d617f;background:#fff;border-right:1px solid #dce5f1}.brand strong{color:#17243a}.brand small,aside footer{color:#7186a3}.brand span{color:#fff;background:#3c71f2}.ronda-mark{color:#147dcc;flex:none;grid-row:span 2;display:block}.login-brand{align-items:center;gap:13px;display:flex}.login-brand .ronda-mark{color:#147dcc}.login-brand strong{color:#17243a;letter-spacing:-.02em;font-family:Outfit,Arial,sans-serif;font-size:24px;font-weight:750;display:block}.login-brand small{color:#68819a;margin-top:2px;font-size:12px;display:block}nav button{color:#536985}nav button:hover,nav .active{color:#176ec5;background:#edf5ff;box-shadow:inset 3px 0 #2a7ee8}aside footer{border-top-color:#e5ebf4}h1,h2{color:#17243a}.eyebrow{color:#2681d8}header p{color:#71809a}article,.modal{border-color:#dce5f1;box-shadow:0 2px 8px #1e3a5f0d}.cards article{border-color:#dce5f1}.cards strong{color:#182238}.cards p,.cards span,.panel-title p,.resident span{color:#71809a}.primary{background:#147dcc!important}.profile{color:#196bb7;background:#e8f3ff}.avatar{color:#1e74c4;background:#e8f3ff}.resident{border-top-color:#edf1f7}.resident b{color:#277448;background:#e9f8ef}.modal input,.modal select{border-color:#cbd9e8}.modal input:focus,.modal select:focus{border-color:#2587d7;outline-color:#a7d3fa}.panel-title button{color:#1678c5}.global-topbar{border-bottom:1px solid #dce5f1;align-items:center;gap:24px;margin:-18px 0 34px;padding-bottom:18px;display:flex}.global-search{color:#83a0bd;background:#eef3f9;border-radius:24px;align-items:center;gap:10px;width:min(520px,48vw);height:46px;padding:0 16px;display:flex}.global-search span{font-size:23px}.global-search input{color:#253d55;width:100%;font:inherit;background:0 0;border:0;outline:0}.global-search input::placeholder{color:#8ea4bb}.topbar-actions{align-items:center;gap:14px;margin-left:auto;display:flex}.topbar-actions time{color:#536a83;background:#f7f9fc;border:1px solid #d9e4ee;border-radius:9px;padding:9px 12px;font-weight:700}.shift-shortcut{color:#fff;cursor:pointer;background:#0c9d72;border:0;border-radius:9px;padding:11px 15px;font-weight:800}.user-summary{text-align:right;display:grid}.user-summary strong{color:#1d3047;text-transform:capitalize;font-size:13px}.user-summary span{color:#7890a7;text-transform:capitalize;font-size:11px}.module-heading h1{margin:3px 0}.module-heading p:last-child{color:#6b8280;margin:0}@media (width<=760px){.global-topbar{flex-direction:column;align-items:stretch;margin-top:0}.global-search{width:100%}.topbar-actions{width:100%;margin-left:0}.user-summary,.topbar-actions time{display:none}}.shell{background:#f7f9fc;grid-template-columns:255px minmax(0,1fr)}.app-sidebar{background:#fff;height:100vh;padding:0;position:sticky;top:0;overflow:hidden}.app-sidebar .brand{border-bottom:1px solid #e6ebf2;grid-template-columns:40px minmax(0,1fr);column-gap:12px;min-height:90px;margin:0;padding:19px 24px}.app-sidebar .brand .ronda-mark{color:#147dcc;width:40px;height:40px}.app-sidebar .brand strong{color:#132238;letter-spacing:-.02em;text-overflow:ellipsis;white-space:nowrap;font-family:Outfit,Arial,sans-serif;font-size:19px;font-weight:750;overflow:hidden}.app-sidebar .brand small{color:#7186a3;letter-spacing:.04em;text-overflow:ellipsis;white-space:nowrap;font-size:9px;font-weight:700;overflow:hidden}.menu-label{color:#8997a8;letter-spacing:.08em;margin:19px 24px 8px;font-size:10px}.app-sidebar nav{gap:2px;padding:0 15px;overflow-y:auto}.app-sidebar nav button{color:#43546a;border-radius:8px;align-items:center;gap:12px;min-height:43px;padding:10px 13px;font-size:13px;display:flex}.app-sidebar nav button:hover,.app-sidebar nav .active{color:#23658b;background:#edf6fd;box-shadow:inset 3px 0 #32a6de,0 2px 5px #264e6f0f}.nav-icon{color:#8293a8;text-align:center;width:20px;font-size:20px;line-height:1}.app-sidebar nav .active .nav-icon{color:#2695ce}.app-sidebar footer{background:#fff;border-top:1px solid #e5ebf2;gap:5px;margin-top:auto;padding:13px 15px 16px;display:grid}.sidebar-setting{color:#4a5d73;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:12px;width:100%;padding:10px 12px;display:flex}.sidebar-setting:hover{background:#f3f6f9}.content{min-width:0;max-width:none;padding:0}.global-topbar{z-index:5;background:#fffffff5;border-bottom:1px solid #e3e9f0;min-height:60px;margin:0;padding:10px 25px;position:sticky;top:0}.global-search{background:#f1f5f9;width:min(450px,42vw);height:42px}.topbar-actions{gap:13px}.topbar-actions time{padding:8px 12px;font-size:12px}.shift-shortcut{padding:10px 16px;font-size:12px}.team-indicator,.notification-button{color:#687d94;cursor:pointer;background:0 0;border:0;position:relative}.team-indicator{color:#536980;background:#f8fafc;border:1px solid #dce5ee;border-radius:10px;align-items:center;gap:7px;min-height:36px;padding:0 10px;font-size:11px;font-weight:750;display:flex}.team-indicator:hover{color:#23658b;background:#edf6fd;border-color:#bcd7ea}.team-indicator i{background:#14b981;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 3px #dff8ef}.team-indicator b{color:#263d54;text-align:center;min-width:18px;font-size:11px}.notification-button{font-size:22px}.user-summary{text-align:right;cursor:pointer;background:0 0;border:0;padding:0;display:grid}.user-summary strong{color:#16253a;font-size:12px}.user-summary span{color:#718399;font-size:10px}.profile{color:#fff;background:#5979f7;width:42px;height:42px;position:relative}.profile i{background:#13b879;border:2px solid #fff;border-radius:50%;width:10px;height:10px;position:absolute;bottom:0;right:0}.topbar-popover{background:#fff;border:1px solid #dce5ed;border-radius:10px;width:245px;padding:14px;position:absolute;top:54px;right:110px;box-shadow:0 14px 35px #1d30442e}.topbar-popover strong{color:#263d54;font-size:12px}.topbar-popover p{color:#75879a;margin:7px 0;font-size:11px}.topbar-popover button{color:#2883ad;cursor:pointer;background:0 0;border:0;padding:0;font-size:10px}.page-body{padding:26px 25px 60px}.module-heading{margin-bottom:24px}.module-heading .eyebrow{display:none}.module-heading h1{margin:0 0 5px;font-size:26px}.module-heading p:last-child{color:#71839a;font-size:14px}.mobile-menu-toggle,.mobile-menu-backdrop{display:none}@media (width<=850px){.shell{grid-template-columns:1fr}.app-sidebar{z-index:40;width:min(320px,86vw);height:100dvh;transition:transform .2s;position:fixed;top:0;left:0;overflow:hidden;transform:translate(-105%);box-shadow:12px 0 35px #14233533}.app-sidebar.mobile-open{transform:translate(0)}.app-sidebar .brand{min-height:78px}.menu-label{display:block}.app-sidebar nav{flex:1;padding:0 15px 12px;display:grid;overflow-y:auto}.app-sidebar nav button{white-space:normal;width:100%}.app-sidebar footer{display:grid}.mobile-menu-backdrop{z-index:35;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f1c2b6b;border:0;display:block;position:fixed;inset:0}.mobile-menu-toggle{color:#4f6680;cursor:pointer;background:#fff;border:1px solid #cfdce7;border-radius:9px;flex:none;place-items:center;width:42px;height:42px;padding:0;display:grid}.global-topbar{flex-direction:row;align-items:center;gap:12px}.global-search{display:none}.topbar-actions{width:auto;margin-left:auto}.team-indicator,.topbar-actions time{display:none}.page-body{padding:20px 15px 45px}}.dark body,.dark .shell{color:#dce6f1;background:#0f1724}.dark .app-sidebar,.dark .app-sidebar footer,.dark .global-topbar{color:#dce6f1;background:#142033}.dark .app-sidebar{border-right-color:#2b3a4d}.dark .app-sidebar .brand,.dark .app-sidebar footer,.dark .global-topbar{border-color:#2b3a4d}.dark .app-sidebar .brand strong,.dark .user-summary strong,.dark .module-heading h1,.dark .dashboard-title-row h1{color:#f3f7fb}.dark .app-sidebar .brand small,.dark .user-summary span,.dark .module-heading p,.dark .dashboard-title-row p{color:#91a3b8}.dark .app-sidebar nav button,.dark .sidebar-setting{color:#b8c7d7}.dark .app-sidebar nav button:hover,.dark .app-sidebar nav .active{color:#e8f5ff;background:#203a54;box-shadow:inset 3px 0 #38a8df}.dark .global-search{color:#8499af;background:#202d40}.dark .global-search input,.dark .global-search input::placeholder{color:#9fb0c2}.dark .team-indicator,.dark .topbar-actions time{color:#bfd0df;background:#1d2b3e;border-color:#34455a}.dark .notification-button{color:#a7b8c9}.dark .page-body{background:#0f1724}.dark article,.dark .module-card,.dark .attention-card,.dark .actas-composer-card,.dark .support-card,.dark .account-section{background:#172235;border-color:#2b3a4d;box-shadow:0 8px 28px #0208142e}.dark .dashboard-metrics article:nth-child(n){background:#172438;border-color:#314158}.dark .dashboard-metrics article p,.dark .dashboard-metrics article small,.dark .module-metrics span,.dark .module-metrics small{color:#91a5ba}.dark .dashboard-metrics article strong,.dark .module-metrics strong,.dark .attention-heading h2,.dark .attention-columns h3,.dark .panel-title h2,.dark .module-actionbar h2{color:#edf4fb}.dark .dashboard-metrics article:nth-child(n) p,.dark .dashboard-metrics article:nth-child(n) strong{color:#dcecff}.dark .attention-heading,.dark .attention-columns>section+section,.dark .actas-panel-header,.dark .actas-search-row{border-color:#2d3e52}.dark .attention-row,.dark .history-list>div,.dark .resident-list>div,.dark .staff-table-row,.dark .data-table-row{background:#18263a;border-color:#2b3a4d}.dark .attention-row strong,.dark .history-list strong,.dark .data-table-row strong,.dark .staff-table-row strong{color:#e6eef7}.dark .attention-row small,.dark .history-list small,.dark .data-table-row small,.dark .staff-table-row small,.dark .attention-empty{color:#8fa3b8}.dark input,.dark textarea,.dark select,.dark .global-search,.dark .actas-search-row input{color:#e2ebf5;background:#111d2e;border-color:#34455a}.dark input::placeholder,.dark textarea::placeholder{color:#74889d}.dark .module-tabs,.dark .pharmacy-subtabs,.dark .actas-filter-tabs{border-color:#2f4054}.dark .module-tabs button,.dark .pharmacy-subtabs button,.dark .actas-filter-tabs button{color:#9fb0c1}.dark .module-tabs button.selected,.dark .pharmacy-subtabs button.selected,.dark .actas-filter-tabs button.selected{color:#72c8f1;background:#203a54}.dark .metric-icon.blue{background:#1d3550}.dark .metric-icon.green{background:#183a30}.dark .metric-icon.orange{background:#3b2d19}.dark .metric-icon.violet{background:#3b2231}.dark .status-ok{color:#6dd8aa;background:#183d31}.dark .status-danger{color:#ff91a5;background:#422632}.dark .modal{color:#dce6f1;background:#172438;border-color:#34455a}.dark .modal label,.dark .modal p{color:#a9b9c9}.dark .modal:not(.resident-edit-wizard):not(.resident-wizard){background:#111c2e;border-color:#304158;box-shadow:0 25px 70px #00000080}.dark .modal:not(.resident-edit-wizard):not(.resident-wizard) .panel-title,.dark .inventory-entry-modal>header,.dark .inventory-entry-modal>footer{background:#121f33;border-color:#293a50}.dark .modal .panel-title h2,.dark .inventory-entry-modal h2{color:#f4f7fb}.dark .modal .panel-title>button{color:#a9bacb;background:#1c2b40}.dark .modal:not(.resident-edit-wizard) input:not([type=checkbox]):not([type=radio]):not([type=file]),.dark .modal:not(.resident-edit-wizard) select,.dark .modal:not(.resident-edit-wizard) textarea{color:#eef4fb;background:#0b1425;border-color:#34475e}.dark .modal-footer-actions button,.dark .inventory-entry-modal>footer button{color:#c7d3df;border-color:#34475e}.dark .inventory-entry-modal>header>span{color:#ffc400;background:#32242a}.dark .inventory-entry-body>label,.dark .inventory-entry-body>div>label{color:#91a4bd}.dark .inventory-entry-modal>footer .inventory-submit{color:#fff;background:#e87900}.dark .topbar-popover{background:#1a283b;border-color:#34455a}.dark .topbar-popover strong{color:#eef4fa}.dark .topbar-popover p{color:#9fb0c2}.dark .resident-profile-sidebar .resident-detail-card,.dark .detail-tab-content{background:#172438;border-color:#2b3a4d}.dark .resident-profile-sidebar h3,.dark .profile-facts strong,.dark .emergency-card>div strong{color:#edf4fb}.dark .profile-facts small,.dark .consent-drop small{color:#8fa3b8}.dark .diet-summary{background:#302617;border-color:#614a25}.dark .diet-summary>b,.dark .diet-summary strong{color:#ffb657}.dark .consent-drop{background:#121f31;border-color:#3a4b60}.dark .consent-drop span{color:#aebdcd}.dark .detail-tabs{background:#172235}.dark .detail-tabs button{color:#9eb0c2}.dark .detail-tabs button.selected{color:#f3f7fb;background:#26374b}.dark .resident-supplies-header,.dark .resident-supply-list article{background:#172438;border-color:#2b3a4d}.dark .resident-supplies-header h2,.dark .resident-supply-name strong{color:#edf4fb}.dark .resident-supplies-header>label{background:#111d2e;border-color:#34455a}.dark .resident-supply-name small,.dark .resident-supply-status>span{color:#a9bbcc;background:#243449}.dark .resident-supply-actions button{color:#bed0df;background:#1b2a3e;border-color:#34455a}.ui-icon{flex:none;display:block}.nav-icon .ui-icon{margin:auto}.sidebar-setting{align-items:center;gap:12px;display:flex}.notification-button{place-items:center;display:grid}.section-heading h3,.hygiene-date,.attention-columns h3,.actas-heading,.actas-filter-tabs button{align-items:center;gap:8px;display:flex}.module-heading .heading-with-icon{align-items:center;gap:12px;display:flex}.heading-icon{border-radius:12px;place-items:center;width:46px;height:46px;display:grid}.heading-icon.purple{color:#8b35e7;background:#f0e4ff}.heading-icon.orange{color:#d87305;background:#fff0d6}.heading-icon.blue{color:#3e9acb;background:#e8f6fd}.module-heading h1.heading-with-icon+p{margin-left:58px}.dark .nutrition-section-toolbar{border-color:#2d3e52}.dark .nutrition-section-toolbar h2,.dark .nutrition-empty h3{color:#edf4fb}.dark .nutrition-section-toolbar p,.dark .nutrition-empty p{color:#9dafc1}.dark .nutrition-section-toolbar>label,.dark .nutrition-section-toolbar>button{color:#a9bbcc;background:#172438;border-color:#34475e}.dark .nutrition-stock-summary article,.dark .food-stock-table{background:#172438;border-color:#314258}.dark .nutrition-stock-summary strong,.dark .food-stock-table strong,.dark .purchase-list p strong,.dark .purchase-list b{color:#e5edf5}.dark .food-stock-table>div{border-color:#2e3f53}.dark .food-stock-table>div:first-child{background:#1a283b}.dark .purchase-list article{background:0 0;border-color:#2e3f53}.dark .nutrition-empty>span{color:#f1a84e;background:#32291f}.dark .tasks-workspace{background:#172438;border-color:#304158}.dark .tasks-toolbar,.dark .tasks-filters{border-color:#304158}.dark .tasks-filters{background:#152236}.dark .tasks-toolbar .calendar-navigation h2,.dark .task-list-view p strong,.dark .tasks-empty strong{color:#e8f0f8}.dark .tasks-filters label,.dark .tasks-filters select,.dark .task-list-view>div>select{color:#b8c7d6;background:#111d30;border-color:#34475e}.dark .tasks-workspace .agenda-day{background:#172438;border-color:#304158}.dark .tasks-workspace .agenda-today{background:#1b3047}.dark .tasks-workspace .agenda-task{background:#1d2d41;border-color:#34495f}.dark .tasks-workspace .agenda-task span{color:#e5edf5}.dark .tasks-workspace .agenda-task select{color:#c3d0dd;background:#111d30;border-color:#3c5066}.dark .tasks-workspace .task-list-view>div{border-color:#304158}.dark .task-list-view>div>em{color:#aebfd0;background:#223247}.dark .shift-toolbar,.dark .shift-legend,.dark .shift-roster-head,.dark .shift-roster-row{border-color:#304158}.dark .shift-toolbar,.dark .shift-legend{background:#172438}.dark .shift-week-navigation,.dark .shift-search,.dark .shift-toolbar>select{color:#b8c7d6;background:#111d30;border-color:#34475e}.dark .shift-week-navigation button{color:#aabccc}.dark .shift-week-navigation button:nth-child(2){color:#f0f5fa;background:#26384d}.dark .shift-period strong,.dark .shift-roster-row>div:first-child strong{color:#e8f0f8}.dark .shift-roster-head{color:#9fb0c2;background:#1a283b}.dark .shift-roster-head .today{color:#72c8f1;background:#203a54}.dark .shift-roster-row>div{border-color:#304158}.dark .shift-slot .empty-shift{color:#8196aa;border-color:#3b4d62}.dark .shift-slot .shift-card{background:#20344c}.dark .shift-slot .shift-card.shift-activo{background:#193b32}.dark .shift-slot .shift-card.shift-finalizado{background:#283441}.dark .shift-entry-header,.dark .shift-entry-footer{background:#121f33;border-color:#304158}.dark .shift-entry-header h2{color:#f3f7fb}.dark .shift-entry-header p,.dark .shift-entry-body label{color:#98aabd!important}.dark .shift-entry-body h3{color:#65c5f1;border-color:#304b61}.dark .shift-entry-header>span{color:#68c8f2;background:#1d3850}.dark .shift-entry-footer button{color:#c4d1de;background:#172438;border-color:#34475e}.dark .staff-entry-header,.dark .staff-entry-footer{background:#121f33;border-color:#304158}.dark .staff-entry-header h2{color:#f3f7fb}.dark .staff-entry-body legend,.dark .staff-entry-body label{color:#b7c6d5}.dark .staff-segmented{background:#172438;border-color:#34475e}.dark .staff-segmented button.selected{color:#fff;background:#168dca}.dark .staff-entry-footer button{color:#c4d1de;background:#172438;border-color:#34475e}.dark .finance-settings-modal>header,.dark .finance-settings-modal>footer{background:#121f33;border-color:#304158}.dark .finance-settings-modal h2{color:#f3f7fb}.dark .finance-settings-body>p,.dark .finance-setting-toggle small,.dark .finance-settings-body label small{color:#9fb0c2}.dark .finance-settings-body label>span,.dark .finance-setting-toggle strong{color:#c2d0dd}.dark .finance-settings-body>section{border-color:#304158}.dark .money-input{background:#172438;border-color:#34475e}.dark .finance-settings-modal>footer button{color:#c4d1de;background:#172438;border-color:#34475e}.dark .finance-settings-modal>footer .primary{color:#fff;background:#168dca}.dark .family-title h3,.dark .family-visits-heading h3,.dark .family-visits-list p strong{color:#e8eff7}.dark .family-portal-hero p,.dark .family-visits-heading p,.dark .family-visit-date small,.dark .family-visits-list p small,.dark .family-visits-empty{color:#9fb0c2}.dark .family-portal-hero button,.dark .family-visits-heading button{color:#d7e1ec;background:#172438;border-color:#34475e}.dark .family-visits-heading,.dark .family-visits-list>div{border-color:#304158}.dark .act-book-modal>header,.dark .act-book-modal>footer{background:#121f33;border-color:#304158}.dark .act-book-modal h2{color:#f3f7fb}.dark .act-book-dates span,.dark .act-book-body legend{color:#b8c8d8}.dark .act-book-body fieldset{background:#172438;border-color:#34475e}.dark .act-book-body fieldset label{color:#c4d1de}.dark .act-book-modal>footer button{color:#c4d1de;background:#172438;border-color:#34475e}.dark .act-book-modal>footer .primary{color:#fff;background:#6548f4}.dark .nutrition-main-tabs{background:#1c2a3d}.dark .nutrition-main-tabs button{color:#a7b8ca}.dark .nutrition-main-tabs button.selected{color:#fff;background:#2a3a50}.dark .nutrition-week-toolbar{border-color:#2d3e52}.dark .nutrition-week-toolbar h2{color:#9fb0c2}.dark .nutrition-week-toolbar>div:first-child button{color:#ffad54;background:#30271f;border-color:#725127}.dark .nutrition-week-nav,.dark .nutrition-week-view .weekly-menu-head{background:#1a283b;border-color:#314258}.dark .nutrition-week-nav strong,.dark .nutrition-week-view .weekly-menu-head strong{color:#e9f0f7}.dark .nutrition-week-view .weekly-menu,.dark .nutrition-week-view .weekly-menu-head>*,.dark .nutrition-week-view .weekly-menu-row>strong{border-color:#314258}.dark .nutrition-week-view .weekly-menu-row>strong{color:#b9c8d7}.dark .nutrition-week-view .weekly-menu-row>button{color:#9fb1c3;background:#18263a;border-color:#3b4c61}.dark .nutrition-week-view .weekly-menu-row>button:hover{color:#ffb56b;background:#30271f;border-color:#b57332}.dark .nutrition-recipes-toolbar{border-color:#2d3e52}.dark .nutrition-recipes-toolbar h2,.dark .recipes-empty h3{color:#edf4fb}.dark .nutrition-recipes-toolbar p,.dark .recipes-empty p{color:#9dafc1}.dark .nutrition-recipes-toolbar>label{color:#8fa4ba;background:#172438;border-color:#34475e}.dark .recipes-empty>span{color:#77b5df;background:#22354a}.dark .staff-credentials{background:#172f47;border-color:#285779}.dark .staff-credentials strong{color:#80d2f5}.dark .staff-credentials small{color:#77a9c5}.dark .staff-edit-footer button{color:#c4d1de;background:#172438;border-color:#34475e}.agenda-grid{border:1px solid #dce6ee;border-radius:14px;grid-template-columns:repeat(7,minmax(150px,1fr));margin-top:18px;display:grid;overflow-x:auto}.agenda-day{background:#fff;border-right:1px solid #dce6ee;min-height:230px;padding:14px}.agenda-day:last-child{border-right:0}.agenda-day>strong{letter-spacing:.07em;color:#688096;font-size:11px;display:block}.agenda-day>b{color:#172a3c;margin:4px 0 12px;font-size:20px;display:block}.agenda-today{background:#f1f8ff}.agenda-task{background:#f5f9fd;border-left:3px solid #5799dc;border-radius:9px;gap:5px;margin:0 0 9px;padding:9px;font-size:12px;display:grid}.agenda-task span{color:#173654;font-weight:700}.agenda-task small{color:#698099}.agenda-task select{background:#fff;border:1px solid #c8d9e8;border-radius:6px;width:100%;padding:5px;font-size:11px}.agenda-en_progreso{background:#fff9e9;border-left-color:#e6a723}.agenda-completada{opacity:.8;background:#eff9f4;border-left-color:#4fa27f}.agenda-empty{color:#9aabba;font-size:12px}.calendar-navigation{gap:8px;display:flex}.calendar-navigation button{color:#395570;background:#fff;border:1px solid #d6e1eb;border-radius:9px;min-width:42px;padding:8px 13px;font-weight:700}.calendar-weekdays{color:#637b92;text-align:center;text-transform:uppercase;letter-spacing:.06em;grid-template-columns:repeat(7,minmax(105px,1fr));margin-top:18px;padding:0 1px;font-size:11px;display:grid}.agenda-grid.month-grid{grid-template-columns:repeat(7,minmax(105px,1fr));margin-top:7px;overflow:visible}.month-grid .agenda-day{border-bottom:1px solid #dce6ee;min-height:132px;padding:10px}.month-grid .agenda-day:nth-child(7n){border-right:0}.month-grid .agenda-day:nth-last-child(-n+7){border-bottom:0}.month-grid .outside-month{opacity:.55;background:#f8fafc}.month-grid .agenda-task{padding:6px}.month-grid .agenda-task small{display:none}.week-calendar{margin-top:7px;overflow:visible}.week-calendar .agenda-day{min-height:390px}.calendar-navigation h2{text-transform:capitalize;margin:0 8px}.calendar-navigation button.selected{color:#087fc6;background:#e9f5fd;border-color:#b9dcef}.tasks-page .module-metrics article{border-top:1px solid #dce6ee;align-items:center;gap:14px;min-height:88px;display:flex}.tasks-page .module-metrics article strong{margin-top:4px}.task-list-view{gap:8px;display:grid}.task-list-view>div{border-bottom:1px solid #e3eaf1;grid-template-columns:42px 1fr auto;align-items:center;gap:12px;padding:12px;display:grid}.task-list-view p,.task-list-view strong,.task-list-view small{margin:0;display:block}@media (width<=900px){.agenda-grid{grid-template-columns:repeat(7,minmax(180px,1fr))}}.tasks-workspace{background:#fff;border:1px solid #dce5ee;border-radius:14px;padding:0;overflow:hidden;box-shadow:0 2px 7px #1c32490f}.tasks-toolbar{border-bottom:1px solid #e2e9ef;justify-content:space-between;align-items:center;gap:16px;padding:16px 20px;display:flex}.tasks-toolbar .calendar-navigation{align-items:center}.tasks-toolbar .calendar-navigation h2{color:#30485f;min-width:190px;font-family:var(--font-body);text-align:center;font-size:12px}.tasks-toolbar .calendar-navigation button{place-items:center;min-width:38px;height:38px;padding:0;display:grid}.tasks-filters{background:#f9fbfd;border-bottom:1px solid #e2e9ef;grid-template-columns:minmax(280px,1fr) 190px 175px;gap:10px;padding:14px 20px;display:grid}.tasks-filters label{color:#8ca0b4;background:#fff;border:1px solid #d7e2eb;border-radius:9px;align-items:center;gap:9px;min-height:42px;padding:0 12px;display:flex}.tasks-filters input{background:0 0;border:0;outline:0;width:100%}.tasks-filters select{color:#536a80;background:#fff;border:1px solid #d7e2eb;border-radius:9px;min-height:42px;padding:0 11px}.tasks-workspace .calendar-weekdays{margin:0;padding:13px 20px 8px}.tasks-workspace .week-calendar{border-radius:12px;margin:0 20px 20px;overflow-x:auto}.tasks-workspace .week-calendar .agenda-day{min-height:330px;padding:12px}.tasks-workspace .agenda-day>b{border-radius:50%;place-items:center;width:30px;height:30px;margin:0 0 11px;font-size:13px;display:grid}.tasks-workspace .agenda-today>b{color:#fff;background:#147dcc}.tasks-workspace .agenda-task{border:1px solid #dce8f1;border-left:3px solid #5799dc;padding:10px}.tasks-workspace .agenda-task select{min-height:31px}.tasks-workspace .agenda-empty{color:#a0afbd;text-align:center;padding:12px 0;font-size:10px;display:block}.tasks-workspace .task-list-view{gap:0}.tasks-workspace .task-list-view>div{grid-template-columns:42px minmax(220px,1fr) auto 150px;min-height:72px;padding:12px 20px}.task-list-icon{color:#4387b4;background:#edf5fb;border-radius:9px;place-items:center;width:36px;height:36px;display:grid}.task-list-icon.task-en_progreso{color:#cf8508;background:#fff5df}.task-list-icon.task-completada{color:#278051;background:#eaf8f0}.task-list-view p small{color:#7e91a4;margin-top:4px;font-size:10px}.task-list-view>div>em{color:#60758a;text-transform:capitalize;background:#f0f3f7;border-radius:20px;padding:5px 8px;font-size:9px;font-style:normal}.task-list-view>div>select{color:#4f667c;background:#fff;border:1px solid #d6e1ea;border-radius:8px;min-height:36px;padding:0 9px}.tasks-empty{color:#8296aa;text-align:center;place-items:center;grid-template-columns:1fr!important;min-height:260px!important;display:grid!important}.tasks-empty strong{color:#30485f;margin-top:10px}.tasks-empty span{font-size:11px}@media (width<=780px){.tasks-toolbar{flex-direction:column;align-items:stretch}.tasks-toolbar>.calendar-navigation:last-child{align-self:flex-end}.tasks-filters{grid-template-columns:1fr}.tasks-workspace .task-list-view>div{grid-template-columns:40px 1fr}.task-list-view>div>em,.task-list-view>div>select{grid-column:2;justify-self:start}.calendar-weekdays{min-width:1260px}}.residents-heading{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:28px;display:flex}.residents-heading h1{color:#172a3c;margin:0 0 5px;font-size:28px}.residents-heading p{color:#71869b;margin:0}.residents-actions{gap:10px;display:flex}.residents-actions button{align-items:center;gap:8px;display:flex}.residents-actions button:not(.primary){color:#38526d;cursor:pointer;background:#fff;border:1px solid #d8e4ef;border-radius:11px;padding:10px 14px;font-weight:700}.resident-tabs{border-bottom:1px solid #dce6ee;gap:20px;margin-bottom:22px;display:flex}.resident-tabs button{color:#71869b;cursor:pointer;background:0 0;border:0;border-bottom:3px solid #0000;padding:12px 18px;font-weight:700}.resident-tabs button.selected{color:#1781cb;border-bottom-color:#1781cb}.resident-metrics{grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:24px;display:grid}.resident-metrics article{background:#fff;border:1px solid #dce6ee;border-radius:14px;align-items:center;gap:16px;min-height:112px;padding:20px;display:flex;box-shadow:0 2px 5px #18375412}.resident-metrics span{color:#6e8299;font-weight:600}.resident-metrics strong{color:#16283a;margin-top:5px;font-size:30px;display:block}.metric-icon{color:#2aaa60;background:#ecf9ef;border-radius:11px;flex:none;place-items:center;width:44px;height:44px;font-size:26px;font-style:normal;font-weight:800;display:grid}.metric-icon-total{color:#237ec1;background:#eaf4ff}.metric-medium .metric-icon{color:#e18a00;background:#fff8e6}.metric-high .metric-icon{color:#df3150;background:#fff0f2}.resident-directory{padding:0;overflow:visible}.resident-filters{border-bottom:1px solid #e5edf5;gap:14px;padding:18px;display:flex}.resident-filters input{flex:1}.resident-filters select{width:260px}.care-filter{flex:0 0 260px;width:260px;position:relative}.care-filter>button{color:#263d55;width:100%;height:44px;font:inherit;text-align:left;background:#f9fbfe;border:1px solid #d3e0eb;border-radius:10px;align-items:center;gap:9px;padding:0 14px;display:flex}.care-filter>button span{margin-left:auto}.care-filter-menu{z-index:20;top:49px;background:#fff;border:1px solid #d3e0eb;border-radius:10px;padding:6px;display:grid;position:absolute;inset-inline:0;box-shadow:0 12px 30px #19324b24}.care-filter-menu button{color:#34506a;text-align:left;background:0 0;border:0;border-radius:7px;padding:9px 10px}.care-filter-menu button:hover,.care-filter-menu button.selected{color:#087fc6;background:#edf6fd}.resident-filters input,.resident-filters select{color:#263d55;height:44px;font:inherit;background:#f9fbfe;border:1px solid #d3e0eb;border-radius:10px;padding:0 14px}.resident-table{overflow-x:auto}.resident-table-head,.resident-table-row{grid-template-columns:2fr .8fr .8fr 1.1fr .45fr;align-items:center;column-gap:18px;min-width:820px;display:grid}.resident-table-head{color:#536b84;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #dce6ee;padding:15px 20px;font-size:12px;font-weight:800}.resident-table-row{color:#445d76;border-bottom:1px solid #e6edf4;min-height:78px;padding:12px 20px}.resident-table-row:last-child{border-bottom:0}.resident-table-row:hover{background:#fafcff}.table-pagination{color:#647b91;justify-content:space-between;align-items:center;padding:16px 20px;font-size:13px;display:flex}.table-pagination div{gap:10px;display:flex}.table-pagination button{color:#35506a;background:#fff;border:1px solid #d8e3ed;border-radius:9px;min-width:94px;padding:9px 14px;font-weight:700}.table-pagination button:disabled{opacity:.45;cursor:not-allowed}.resident-documents-list .resident-document-link{min-width:0;color:inherit;text-align:left;padding:0}.resident-name{color:#1d334a;text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:12px;min-width:0;display:flex}.resident-name i{color:#1680c6;background:#e2f3ff;border-radius:50%;flex:none;place-items:center;width:42px;height:42px;font-style:normal;font-weight:800;display:grid}.resident-name strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.care-pill{text-transform:capitalize;border-radius:100px;padding:5px 10px;font-size:12px;display:inline-block}.care-bajo{color:#248554;background:#e8f8ef}.care-medio{color:#a26a00;background:#fff3b9}.care-alto{color:#c23650;background:#ffe1e5}.emergency-cell strong,.emergency-cell small{display:block}.emergency-cell small{color:#7c90a3;margin-top:3px}.resident-row-actions{justify-content:end;display:grid;position:relative}.action-trigger{color:#59718b;cursor:pointer;background:#fff;border:1px solid #d9e4ee;border-radius:50%;width:38px;height:38px;font-weight:800;box-shadow:0 2px 5px #18375414}.action-menu{z-index:5;background:#fff;border:1px solid #dce6ee;border-radius:10px;width:145px;padding:6px;position:absolute;top:44px;right:0;box-shadow:0 12px 28px #18375429}.action-menu button{color:#314a63;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:7px;width:100%;padding:9px}.action-menu button:hover{background:#edf6ff}.resident-detail-page{gap:18px;display:grid}.detail-topbar{justify-content:space-between;align-items:center;gap:16px;display:flex}.back-link{color:#1678c5;cursor:pointer;background:0 0;border:0;font-weight:700}.detail-shortcuts{flex-wrap:wrap;gap:8px;display:flex}.detail-shortcuts button,.detail-main-actions button,.detail-tab-content button,.hygiene-grid button{color:#32506d;cursor:pointer;background:#fff;border:1px solid #d5e2ed;border-radius:9px;padding:9px 12px;font-weight:700}.detail-hero{align-items:center;gap:18px;min-height:130px;padding:22px;display:flex}.detail-avatar{color:#237ec1;background:#e2f3ff;border-radius:20px;flex:none;place-items:center;width:74px;height:74px;font-size:24px;font-weight:800;display:grid}.detail-identity{min-width:0}.detail-identity h1{color:#172a3c;margin:0 0 12px;font-size:clamp(24px,2.5vw,34px);line-height:1.08}.detail-identity div{color:#617892;flex-wrap:wrap;align-items:center;gap:12px;display:flex}.detail-main-actions{flex-wrap:wrap;justify-content:end;gap:8px;margin-left:auto;display:flex}.danger{cursor:pointer;border-radius:8px;padding:10px 13px;font-weight:700;color:#b5303c!important;background:#fff4f4!important;border:1px solid #dc5a64!important}.vitals-grid{grid-template-columns:repeat(5,1fr);gap:12px;display:grid}.vitals-grid button{color:#5d7690;text-align:left;cursor:pointer;background:#fff;border:1px solid #dce6ee;border-radius:13px;gap:4px;min-height:92px;padding:14px;display:grid}.vitals-grid strong{color:#182d42;font-size:22px}.vitals-grid small{color:#8a9bab}.vitals-empty-summary{color:#526d85;text-align:left;cursor:pointer;background:#f9fcff;border:1px dashed #cddde9;border-radius:13px;grid-template-columns:44px 1fr auto;align-items:center;gap:13px;width:100%;min-height:82px;padding:16px 18px;display:grid}.vitals-empty-summary>span{color:#1788c4;background:#eaf5fd;border-radius:11px;place-items:center;width:44px;height:44px;display:grid}.vitals-empty-summary div{gap:4px;display:grid}.vitals-empty-summary strong{color:#243d54;font-size:13px}.vitals-empty-summary small{color:#7d90a3;font-size:11px}.vitals-empty-summary>b{color:#fff;background:#147dcc;border-radius:8px;padding:9px 12px;font-size:11px}.resident-detail-card{min-height:0;padding:20px}.section-heading{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.section-heading h3,.resident-detail-card h3{color:#1d334a;margin:0 0 10px;font-size:16px}.section-heading span{color:#8799aa;font-size:12px}.hygiene-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.hygiene-grid section{background:#fbfdff;border:1px solid #e1eaf2;border-radius:12px;padding:16px}.hygiene-grid p{color:#72879a;min-height:34px;font-size:13px}.hygiene-date{color:#526a80;cursor:pointer;background:#fff;border:1px solid #d8e3ec;border-radius:8px;padding:9px 12px;font-weight:700}.hygiene-grid section{flex-direction:column;min-height:245px;display:flex}.hygiene-grid .hygiene-catarsis{background:#fafbff}.hygiene-title{justify-content:space-between;align-items:center;gap:10px;display:flex}.hygiene-title i{color:#c93450;background:#ffe6ea;border-radius:20px;padding:4px 7px;font-size:9px;font-style:normal}.hygiene-grid p{justify-content:space-between;gap:10px;display:flex}.hygiene-grid p b{color:#596f84;font-size:10px}.hygiene-grid input{height:39px;font:inherit;background:#ffffffe6;border:1px solid #dce5ec;border-radius:7px;padding:0 11px;font-size:11px}.hygiene-options{gap:5px;margin-top:10px;display:grid}.hygiene-grid .hygiene-options button{color:#596f84;text-align:left;background:0 0;border:0;padding:2px;font-size:10px}.hygiene-grid .hygiene-submit{color:#fff;border:0;width:100%;margin-top:auto}.hygiene-ducha .hygiene-submit{background:#2b9cc3}.hygiene-catarsis .hygiene-submit{background:#5433ed}.hygiene-diuresis .hygiene-submit{background:#d87d00}.hygiene-card{padding:22px}.hygiene-card>.section-heading h3{align-items:center;gap:9px;font-size:18px;display:flex}.hygiene-grid{gap:16px}.hygiene-grid section{border-radius:13px;min-height:270px;padding:17px}.hygiene-grid .hygiene-ducha{background:#effcf6;border-color:#8ce8bd}.hygiene-grid .hygiene-catarsis{background:#fafbfe;border-color:#dbe2ee}.hygiene-grid .hygiene-diuresis{background:#fffbec;border-color:#f2d060}.hygiene-title strong{color:#22384f;align-items:center;gap:9px;font-size:15px;display:flex}.hygiene-ducha .hygiene-title strong{color:#07976d}.hygiene-catarsis .hygiene-title strong{color:#5544ea}.hygiene-diuresis .hygiene-title strong{color:#c66a00}.hygiene-title i{color:#0b9a6d;background:#e5f8ef}.hygiene-grid p{color:#52677d;align-items:center;min-height:auto;margin:16px 0 13px}.hygiene-grid p>strong{color:#233a50;margin-right:auto}.hygiene-grid p b{background:#ffffffb8;border-radius:15px;padding:5px 8px}.hygiene-grid input{height:44px;font-size:12px}.hygiene-options{gap:8px;margin:14px 0}.hygiene-grid .hygiene-options button{color:#4f6378;align-items:center;gap:8px;padding:0;font-size:11px;display:flex}.hygiene-options button i{background:#c8d6e5;border-radius:20px;width:34px;height:20px;transition:all .15s;position:relative}.hygiene-options button i:after{content:"";background:#fff;border-radius:50%;width:16px;height:16px;transition:all .15s;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #182a3d33}.hygiene-options button.selected i{background:#4d8fd0}.hygiene-options button.selected i:after{transform:translate(14px)}.hygiene-grid .hygiene-submit{border-radius:8px;min-height:43px;font-size:12px}.hygiene-history-heading{justify-content:space-between;align-items:center;gap:14px;margin-top:20px;display:flex}.hygiene-history-heading>strong{color:#5c7188;font-size:12px}.hygiene-history-heading>div{gap:7px;display:flex}.hygiene-history-heading button{color:#60758b;cursor:pointer;background:#eef3f7;border:0;border-radius:20px;padding:6px 11px;font-size:10px;font-weight:750}.hygiene-history-heading button.selected{color:#fff;background:#17263b}.hygiene-history{margin-top:10px}.hygiene-history>div:not(.empty-compact){background:#fafbfd;border:1px solid #e3eaf1;border-radius:9px;grid-template-columns:34px 1fr auto;align-items:center;gap:10px;padding:11px 13px;display:grid}.hygiene-history>div>span{color:#0b9ac9}.hygiene-history p{gap:3px;margin:0;display:grid}.hygiene-history p strong{color:#30485f;font-size:11px}.hygiene-history p small,.hygiene-history time{color:#8394a6;font-size:9px}.resident-profile-layout{grid-template-columns:minmax(300px,.82fr) minmax(0,1.75fr);align-items:start;gap:22px;display:grid}.resident-profile-sidebar{gap:16px;display:grid}.resident-profile-main{min-width:0;position:sticky;top:80px}.resident-profile-sidebar .resident-detail-card{background:#fff;border:1px solid #dce5ee;border-radius:15px;box-shadow:0 2px 7px #1f364e14}.resident-profile-sidebar h3{color:#17243a;align-items:center;gap:10px;margin-bottom:19px;font-size:17px;display:flex}.profile-section-icon{flex:none;place-items:center;width:26px;height:26px;display:grid}.profile-section-icon.blue{color:#0f9fe8}.profile-section-icon.violet{color:#6856ff}.profile-section-icon.green{color:#08b981}.profile-section-icon.red{color:#f13e55}.profile-facts{grid-template-columns:1fr 1fr;gap:18px 22px;display:grid}.profile-facts.two{gap:12px 22px}.profile-facts p{margin:0}.profile-facts p.wide{grid-column:1/-1}.profile-facts small{color:#71839b;letter-spacing:.055em;text-transform:uppercase;margin-bottom:5px;font-size:10px;font-weight:800;display:block}.profile-facts strong{color:#1b2b40;font-size:13px;font-weight:600;display:block}.diet-summary{background:#fff9ef;border:1px solid #ffd59b;border-radius:11px;gap:10px;margin-top:22px;padding:15px;display:grid}.diet-summary>b{color:#c8490a;text-transform:uppercase;font-size:12px}.diet-summary span{align-items:baseline;gap:10px;display:flex}.diet-summary small{color:#71839b;text-transform:uppercase;font-size:10px;font-weight:800}.diet-summary strong{color:#c8490a;font-size:13px}.documents-title h3{align-items:center;display:flex}.resident-documents-list .demo-photo-document{grid-template-columns:54px 1fr}.resident-documents-list .demo-photo-document img{width:54px;height:54px}.resident-documents-list .demo-photo-document>span{text-align:left;background:0 0;width:auto;height:auto;display:block}.resident-documents-list .demo-photo-document strong,.resident-documents-list .demo-photo-document small{display:block}.consent-drop{color:#8ba0b7;text-align:center;cursor:pointer;border:2px dashed #dce5ef;border-radius:13px;place-items:center;gap:8px;min-height:145px;padding:20px;display:grid}.consent-drop span{color:#4d617b;font-size:13px}.consent-drop b{color:#0785d1}.consent-drop small{color:#91a3b9;font-size:10px}.consent-drop input{opacity:0;pointer-events:none;position:absolute}.emergency-card{padding:22px!important}.emergency-card h3{margin-bottom:22px!important}.emergency-card>div:not(.emergency-empty){justify-content:space-between;align-items:center;gap:12px;display:flex}.emergency-card>div strong{color:#17243a;font-size:14px}.emergency-card>div small{color:#667b92;text-transform:uppercase;background:#edf2f7;border-radius:20px;padding:5px 9px;font-size:9px;font-weight:800}.emergency-card>a{color:#50657d;align-items:center;gap:9px;margin-top:14px;font-size:14px;text-decoration:none;display:flex}.emergency-card>a:hover{color:#147dcc}.emergency-card>p{color:#50657d;padding-left:2px}.emergency-empty{grid-template-columns:38px 1fr!important;justify-content:start!important;display:grid!important}.emergency-empty>span{color:#f13e55;background:#fff0f2;border-radius:9px;place-items:center;width:38px;height:38px;display:grid}.emergency-empty p{gap:3px;margin:0;display:grid}.emergency-empty p strong{font-size:12px}.emergency-empty p small{color:#8293a5!important;text-transform:none!important;background:0 0!important;padding:0!important}.profile-warning{border-left:4px solid #e5a126!important}.profile-warning p{font-size:12px}.detail-grid{grid-template-columns:1fr 1fr;gap:24px;padding:6px 0 18px;display:grid}.resident-detail-card p{color:#506981;margin:7px 0;font-size:14px}.detail-section{border-top:1px solid #e7eef5;padding:16px 0}.detail-warning{background:#fffaf0;border-left:3px solid #e2a528;padding-left:14px}.documents-card h3+.empty-compact{margin-bottom:24px}.documents-title{justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px;display:flex}.documents-title h3{margin:0}.document-upload{color:#277da7;cursor:pointer;background:#fff;border:1px solid #d5e2ec;border-radius:7px;padding:7px 9px;font-size:10px;font-weight:800}.document-upload input{opacity:0;pointer-events:none;position:absolute}.resident-documents-list{gap:8px;margin-bottom:22px;display:grid}.resident-documents-list>div{border:1px solid #e1e9f0;border-radius:8px;grid-template-columns:44px 1fr 24px;align-items:center;gap:9px;padding:8px;display:grid}.resident-documents-list img,.resident-documents-list>div>span{object-fit:cover;border-radius:6px;width:44px;height:44px}.resident-documents-list>div>span{color:#2a7fa8;background:#edf5fb;place-items:center;font-size:9px;font-weight:900;display:grid}.resident-documents-list a{min-width:0;color:inherit;text-decoration:none}.resident-documents-list strong,.resident-documents-list small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.resident-documents-list strong{color:#30485f;font-size:10px}.resident-documents-list small{color:#8292a2;margin-top:3px;font-size:9px}.resident-documents-list button{color:#b13b4c;cursor:pointer;background:0 0;border:0}.empty-compact{color:#8799aa;text-align:center;border:1px dashed #d6e1ea;border-radius:10px;padding:18px;font-size:13px}.detail-tabs-card{box-shadow:none;background:0 0;border:0;padding:0;overflow:visible}.detail-tabs{background:#eef3f8;border:0;border-radius:14px;gap:6px;margin-bottom:16px;padding:5px;display:flex;overflow-x:auto}.detail-tabs button{color:#667b92;white-space:nowrap;cursor:pointer;background:0 0;border:0;border-radius:11px;flex:1;padding:12px 15px;font-weight:750}.detail-tabs button.selected{color:#17243a;background:#fff;border:0;box-shadow:0 2px 7px #1f364e21}.detail-tab-content{background:#fff;border:1px solid #dce5ee;border-radius:15px;min-height:390px;padding:24px;box-shadow:0 2px 7px #1f364e14}.detail-tab-content h3{margin-bottom:15px}.detail-tab-content button{margin-top:12px}.resident-update-composer{border-bottom:1px solid #e5ebf1;gap:10px;margin-bottom:18px;padding-bottom:18px;display:grid}.resident-update-composer textarea{resize:vertical;min-height:90px;font:inherit;border:1px solid #d7e2eb;border-radius:8px;padding:12px;font-size:12px}.resident-update-composer>div{justify-content:space-between;align-items:center;gap:10px;display:flex}.resident-update-composer label{color:#3f7898;cursor:pointer;font-size:11px;font-weight:700}.resident-update-composer label input{opacity:0;pointer-events:none;position:absolute}.resident-update-composer button{margin:0}.resident-update-composer button:disabled{opacity:.45;cursor:not-allowed}.modal .checkbox-label{align-items:center;gap:9px;padding:4px 0;font-size:13px;display:flex}.modal .checkbox-label input{accent-color:#0f766e;width:16px;height:16px;padding:0}.resident-care-modal{width:min(560px,100%)}.clinical-fields{grid-template-columns:1fr 1fr;gap:12px;display:grid}.clinical-fields label{color:#49627a;gap:6px;font-size:13px;font-weight:700;display:grid}.care-checks{flex-wrap:wrap;gap:18px;display:flex}.resident-entry{grid-template-columns:1fr 1fr;width:min(620px,100%);max-height:90vh;overflow:auto}.resident-entry .panel-title,.resident-entry .submit,.resident-entry .form-section{grid-column:1/-1}.form-section{color:#1d334a;border-top:1px solid #e7eef5;margin:8px 0 0;padding-top:14px;font-size:14px}.resident-edit-backdrop{padding:14px}.resident-edit-wizard{border:0;border-radius:22px;grid-template-columns:270px minmax(0,1fr);width:min(1050px,100vw - 28px);height:min(780px,100dvh - 28px);max-height:none;padding:0;display:grid;overflow:hidden}.resident-edit-wizard>aside{background:#f8fafc;border-right:1px solid #e1e8ef;flex-direction:column;padding:34px 24px;display:flex}.resident-edit-wizard>aside h2{margin:0 0 32px;font-size:20px}.resident-edit-wizard>aside nav{gap:8px;padding:0;display:grid}.resident-edit-wizard>aside nav button{color:#8da0b7;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:12px;align-items:center;gap:14px;min-height:58px;padding:10px 15px;font-weight:750;display:flex}.resident-edit-wizard>aside nav button b{background:#e5ebf3;border-radius:9px;flex:none;place-items:center;width:34px;height:34px;display:grid}.resident-edit-wizard>aside nav button.selected{color:#fff;background:#0d8dce;box-shadow:0 6px 13px #0a669e2e}.resident-edit-wizard>aside nav button.selected b{background:#ffffff38}.resident-edit-wizard>aside>small{color:#c0ccda;letter-spacing:.12em;margin-top:auto;font-weight:800}.resident-edit-wizard>main{background:#fff;grid-template-rows:auto 1fr auto;min-width:0;min-height:0;display:grid}.resident-edit-wizard>main>header{border-bottom:1px solid #e5ebf1;align-items:center;gap:14px;min-height:104px;padding:20px 32px;display:flex}.resident-edit-wizard>main>header>span{color:#0788cf;background:#eaf5fc;border-radius:13px;place-items:center;width:52px;height:52px;display:grid}.resident-edit-wizard>main>header h2{color:#17243a;margin:0;font-size:24px}.resident-edit-wizard>main>header p{color:#8da0b7;margin:3px 0 0}.resident-edit-wizard>main>header>button{color:#91a3b7;cursor:pointer;background:0 0;border:0;margin-left:auto;font-size:32px}.resident-edit-body{padding:28px 32px;overflow-y:auto}.resident-edit-body section{gap:20px;display:grid}.resident-edit-body section[hidden]{display:none}.edit-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.edit-grid label,.resident-edit-body>section>label:not(.bed-toggle):not(.edit-photo-drop){color:#879ab1;letter-spacing:.08em;text-transform:uppercase;gap:8px;font-size:11px;font-weight:800;display:grid}.edit-grid label.wide{grid-column:1/-1}.edit-grid input,.edit-grid textarea{color:#17243a;width:100%;min-height:54px;font:inherit;background:#f9fafc;border:1px solid #d7e1eb;border-radius:12px;padding:0 16px}.edit-grid textarea{resize:vertical;min-height:92px;padding-top:14px}.resident-edit-body fieldset{border:0;margin:0;padding:0}.resident-edit-body legend{color:#879ab1;letter-spacing:.08em;text-transform:uppercase;margin-bottom:9px;font-size:11px;font-weight:800}.edit-choice{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.edit-choice label{position:relative}.edit-choice input{opacity:0;position:absolute}.edit-choice span{color:#5c7087;cursor:pointer;border:2px solid #dce4ed;border-radius:12px;place-items:center;min-height:55px;font-weight:800;display:grid}.edit-choice input:checked+span{color:#fff;background:#0d8dce;border-color:#0d8dce;box-shadow:0 5px 10px #0d8dce2b}.bed-toggle{color:#14527b;cursor:pointer;background:#eef9ff;border:2px solid #aee1fa;border-radius:12px;justify-content:space-between;align-items:center;min-height:58px;padding:0 17px;font-weight:750;display:flex;position:relative}.bed-toggle span{align-items:center;gap:10px;display:flex}.bed-toggle input{opacity:0;position:absolute}.bed-toggle i{background:#c6d3df;border-radius:20px;width:44px;height:24px;position:relative}.bed-toggle i:after{content:"";background:#fff;border-radius:50%;width:18px;height:18px;position:absolute;top:3px;left:3px}.bed-toggle input:checked+i{background:#0788cf}.bed-toggle input:checked+i:after{transform:translate(20px)}.field-help{color:#8da0b7;margin-top:-14px}.edit-photo-drop{color:#7990a8;text-align:center;cursor:pointer;background:#fafcff;border:2px dashed #cfdde9;border-radius:15px;place-items:center;gap:9px;min-height:260px;display:grid}.edit-photo-drop strong{color:#1684c6;font-size:15px}.edit-photo-drop input{opacity:0;position:absolute}.resident-edit-wizard>main>footer{border-top:1px solid #e5ebf1;justify-content:flex-end;gap:9px;padding:16px 32px;display:flex}.resident-edit-wizard>main>footer button{color:#526980;cursor:pointer;background:#fff;border:1px solid #d5e0e9;border-radius:9px;min-width:115px;min-height:42px;font-weight:750}.resident-edit-wizard>main>footer button:disabled{opacity:.4}.resident-edit-wizard>main>footer .primary{color:#fff;border:0}.resident-edit-wizard,.resident-edit-wizard button,.resident-edit-wizard input,.resident-edit-wizard textarea{font-family:Inter,Arial,sans-serif}.resident-edit-wizard>aside h2,.resident-edit-wizard>main>header h2{letter-spacing:-.02em;font-family:Outfit,Arial,sans-serif;font-weight:720}.resident-edit-wizard>aside nav button{font-size:13px;font-weight:650}.resident-edit-wizard>aside nav button b{font-size:13px;font-weight:700}.resident-edit-wizard>main>header h2{font-size:25px}.resident-edit-wizard>main>header p{font-size:14px;font-weight:400}.resident-edit-wizard .edit-grid label,.resident-edit-wizard .resident-edit-body>section>label:not(.bed-toggle):not(.edit-photo-drop){font-size:12px;font-weight:700}.resident-edit-wizard .edit-grid input,.resident-edit-wizard .edit-grid textarea{letter-spacing:0;text-transform:none;font-size:15px;font-weight:400}.resident-edit-wizard .edit-choice label{letter-spacing:0;text-transform:none;font-size:13px;display:block}.resident-edit-wizard .edit-choice span{font-size:14px;font-weight:650}.resident-edit-wizard .bed-toggle{letter-spacing:0;text-transform:none;justify-content:space-between;align-items:center;gap:16px;font-size:14px;font-weight:650;display:flex}.resident-edit-wizard .bed-toggle i{flex:none;display:block}.resident-edit-wizard .field-help{font-size:11px;font-weight:400}.resident-edit-wizard>main>footer button{font-size:13px;font-weight:650}@media (width<=1050px){.resident-metrics{grid-template-columns:repeat(2,1fr)}.vitals-grid{grid-template-columns:repeat(3,1fr)}.resident-profile-layout{grid-template-columns:1fr}.resident-profile-main{position:static}.detail-hero{grid-template-columns:auto minmax(0,1fr);align-items:center;display:grid}.detail-main-actions{grid-column:1/-1;justify-content:flex-start;margin-left:0}.detail-avatar{border-radius:16px;width:64px;height:64px}.detail-identity h1{font-size:27px}.detail-identity div{gap:7px}.detail-identity div span,.detail-identity div b{font-size:11px}}@media (width<=760px){.residents-heading,.resident-filters,.detail-topbar,.detail-hero{flex-direction:column;align-items:stretch}.residents-actions{width:100%}.residents-actions button{flex:1}.resident-filters select{width:100%}.detail-main-actions{justify-content:start;margin-left:0}.detail-hero{grid-template-columns:auto minmax(0,1fr);align-items:center;display:grid}.detail-main-actions{grid-column:1/-1}.detail-main-actions button{flex:1}.vitals-empty-summary{grid-template-columns:40px 1fr}.vitals-empty-summary>b{text-align:center;grid-column:1/-1}.hygiene-grid{grid-template-columns:1fr}.hygiene-history-heading{flex-direction:column;align-items:flex-start}.hygiene-history-heading>div{width:100%;overflow-x:auto}.hygiene-history>div:not(.empty-compact){grid-template-columns:30px 1fr}.hygiene-history time{grid-column:2}.resident-entry{grid-template-columns:1fr}.resident-entry .panel-title,.resident-entry .submit,.resident-entry .form-section{grid-column:auto}.resident-edit-wizard{grid-template-columns:1fr;width:calc(100vw - 16px);height:calc(100dvh - 16px)}.resident-edit-wizard>aside{border:0;border-bottom:1px solid #e2e9ef;padding:14px 16px;display:block}.resident-edit-wizard>aside h2,.resident-edit-wizard>aside>small{display:none}.resident-edit-wizard>aside nav{gap:7px;display:flex;overflow-x:auto}.resident-edit-wizard>aside nav button{min-width:max-content;min-height:42px;padding:5px 9px}.resident-edit-wizard>aside nav button b{width:27px;height:27px}.resident-edit-wizard>main>header{min-height:78px;padding:13px 17px}.resident-edit-wizard>main>header>span{width:42px;height:42px}.resident-edit-wizard>main>header h2{font-size:19px}.resident-edit-body{padding:20px 17px}.edit-grid{grid-template-columns:1fr}.edit-grid label.wide{grid-column:auto}.resident-edit-wizard>main>footer{padding:12px 17px}}@media (width<=560px){.resident-metrics,.vitals-grid,.detail-grid,.clinical-fields{grid-template-columns:1fr}}.help-tour-shade{display:none!important}.help-tour-spotlight{background:#ffffff1f!important;box-shadow:0 0 0 3px #4db8eb3d,0 0 0 9999px #14203394,0 12px 32px #0d23373d!important}.act-book-modal>footer .primary{background:#5534ef!important}.module-page{gap:18px;display:grid}.module-actionbar{justify-content:space-between;align-items:center;gap:18px;display:flex}.module-actionbar h2{margin:0 0 5px;font-size:21px}.module-actionbar p{color:#71809a;margin:0;font-size:13px}.module-actionbar>div:last-child,.row-buttons{align-items:center;gap:8px;display:flex}.module-actionbar button,.row-buttons button{color:#456078;cursor:pointer;background:#fff;border:1px solid #d6e2ed;border-radius:8px;padding:9px 12px;font-weight:700}.module-metrics{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.module-metrics article{border-top:4px solid #2784d1;min-height:120px;padding:18px}.module-metrics span,.module-metrics small{color:#71859a;display:block}.module-metrics span{font-size:13px;font-weight:700}.module-metrics strong{color:#192e43;margin:9px 0 4px;font-size:29px;display:block}.module-metrics small{font-size:11px}.module-metrics .metric-danger{color:#d33e55}.module-warning{color:#805f18;background:#fff9e9;border:1px solid #f0d697;border-radius:10px;padding:12px 15px;font-size:13px}.module-card{padding:0;overflow:hidden}.module-tabs{border-bottom:1px solid #dce6ef;gap:4px;padding:0 18px;display:flex;overflow-x:auto}.module-tabs button{color:#71869a;white-space:nowrap;cursor:pointer;background:0 0;border:0;border-bottom:3px solid #0000;padding:15px 13px 12px;font-weight:700}.module-tabs button.selected{color:#1678c5;border-bottom-color:#1678c5}.module-toolbar{border-bottom:1px solid #e6edf4;align-items:center;gap:14px;padding:16px 18px;display:flex}.module-toolbar input{color:#29445d;min-width:0;font:inherit;background:#f9fbfd;border:1px solid #d4e0eb;border-radius:9px;flex:1;padding:11px 14px}.module-toolbar span{color:#8294a6;font-size:12px}.data-table-head,.data-table-row{grid-template-columns:minmax(150px,1.5fr) 1fr .8fr .8fr .8fr minmax(170px,1fr);align-items:center;gap:14px;padding:13px 18px;display:grid}.data-table-head{color:#60758c;letter-spacing:.04em;text-transform:uppercase;background:#f7f9fc;font-size:11px;font-weight:800}.data-table-row{color:#4a627a;border-top:1px solid #e8eef4;min-height:66px;font-size:13px}.data-table-row>strong{color:#1b3047}.data-table-row i{border-radius:999px;padding:5px 9px;font-size:11px;font-style:normal;font-weight:800;display:inline-block}.status-danger{color:#c83249;background:#ffe5e8}.status-ok{color:#1e8653;background:#e7f8ef}.row-buttons{justify-content:flex-end}.row-buttons button{padding:7px 9px;font-size:11px}.row-buttons button:disabled{cursor:not-allowed;opacity:.45}.report-layout{grid-template-columns:1fr 1fr;gap:22px;padding:20px;display:grid}.report-layout section{min-width:0}.report-layout h3{color:#213b54;text-transform:capitalize;margin:0 0 12px;font-size:14px}.report-row{color:#62798f;border-bottom:1px solid #e9eef4;justify-content:space-between;gap:12px;padding:11px 0;font-size:13px;display:flex}.report-row strong{color:#2a4259}.history-list{display:grid}.history-list>div{border-top:1px solid #e8eef4;grid-template-columns:34px 1fr auto 150px;align-items:center;gap:12px;padding:14px 18px;display:grid}.history-icon{color:#1678c5;background:#edf6ff;border-radius:50%;place-items:center;width:30px;height:30px;font-weight:900;display:grid}.history-list p{margin:0}.history-list p strong,.history-list p small{display:block}.history-list p small,.history-list time{color:#8294a6;margin-top:3px;font-size:11px}.history-list>div>b{color:#c84455;font-size:12px}.history-list time{text-align:right}.modal textarea{resize:vertical;color:#173135;min-height:82px;font:inherit;border:1px solid #cbd9e8;border-radius:7px;padding:10px}.modal label em{color:#b33b4d;font-style:normal;font-weight:600}.module-toolbar select{color:#3b556e;font:inherit;background:#fff;border:1px solid #d4e0eb;border-radius:9px;padding:10px 12px}.medication-round{display:grid}.medication-round>div{border-top:1px solid #e8eef4;grid-template-columns:62px 38px minmax(180px,1fr) auto;align-items:center;gap:12px;min-height:76px;padding:13px 18px;display:grid}.medication-round time{color:#1d6fac;font-weight:800}.rx-icon{color:#1678c5;background:#eaf5ff;border-radius:10px;place-items:center;width:36px;height:36px;font-size:11px;font-weight:900;display:grid}.medication-round p{margin:0}.medication-round p strong,.medication-round p small,.pharmacy-table strong small,.pharmacy-table span small{display:block}.medication-round p small,.pharmacy-table small{color:#75899d;margin-top:4px;font-size:11px;font-weight:400}.medication-round i,.history-list i{text-transform:capitalize;border-radius:999px;padding:5px 9px;font-size:11px;font-style:normal;font-weight:800}.week-medications{min-width:720px;overflow-x:auto}.week-header,.week-row{grid-template-columns:minmax(210px,1.7fr) repeat(7,minmax(58px,.6fr));align-items:center;gap:4px;padding:10px 18px;display:grid}.week-header{color:#64798f;text-align:center;background:#f7f9fc;font-size:11px}.week-header strong{text-align:left}.week-row{border-top:1px solid #e8eef4;min-height:66px}.week-row p{margin:0}.week-row p strong,.week-row p small{display:block}.week-row p small{color:#7e91a4;margin-top:4px;font-size:11px}.week-row>span{color:#a5b2be;text-align:center}.week-row>span.scheduled{color:#1678c5;background:#e9f6ff;border-radius:8px;place-items:center;min-height:32px;font-size:11px;font-weight:800;display:grid}.pharmacy-caption{flex:1;display:grid}.pharmacy-caption span{color:#7c8fa2;margin-top:4px;font-size:11px}.pharmacy-table .data-table-row>strong,.pharmacy-table .data-table-row>span{min-width:0}.weekly-menu{min-width:900px;overflow-x:auto}.weekly-menu-head,.weekly-menu-row{grid-template-columns:105px repeat(7,minmax(105px,1fr));gap:6px;padding:9px 16px;display:grid}.weekly-menu-head{color:#60758b;text-align:center;background:#f7f9fc;font-size:11px}.weekly-menu-head span{text-align:left}.weekly-menu-row{border-top:1px solid #e8eef4;align-items:stretch}.weekly-menu-row>strong{color:#304a62;text-transform:capitalize;padding-top:11px;font-size:12px}.weekly-menu-row button{color:#49647c;cursor:pointer;background:#f9fcff;border:1px solid #dce7f0;border-radius:8px;min-height:58px;padding:8px;font-size:11px}.nutrition-main-tabs{background:#edf2f7;gap:7px;padding:7px}.nutrition-main-tabs button{color:#62768d;border:0;border-radius:11px;justify-content:center;align-items:center;gap:8px;min-height:46px;padding:0 18px;font-weight:700;display:flex}.nutrition-week-view{padding:22px}.nutrition-week-toolbar{border-bottom:1px solid #e5ebf1;justify-content:space-between;align-items:center;gap:20px;padding:0 0 22px;display:flex}.nutrition-week-toolbar>div:first-child{align-items:center;gap:15px;display:flex}.nutrition-week-toolbar h2{color:#5d7187;font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:800}.nutrition-week-toolbar>div:first-child button{color:#c95408;text-transform:uppercase;cursor:pointer;background:#fff9f1;border:1px solid #ffc889;border-radius:10px;align-items:center;gap:7px;min-height:40px;padding:0 14px;font-size:11px;font-weight:800;display:flex}.nutrition-week-nav{background:#f8fafc;border:1px solid #e0e7ef;border-radius:12px;align-items:center;gap:10px;padding:5px;display:flex}.nutrition-week-nav button{color:#70859b;cursor:pointer;background:0 0;border:0;width:34px;height:34px;font-size:23px}.nutrition-week-nav strong{color:#455a70;letter-spacing:.07em;text-align:center;min-width:220px;font-size:11px}.nutrition-week-view .weekly-menu{border:1px solid #dce5ee;border-radius:13px;min-width:980px;margin-top:26px}.nutrition-week-view .weekly-menu-head,.nutrition-week-view .weekly-menu-row{grid-template-columns:150px repeat(7,minmax(115px,1fr));gap:0;padding:0}.nutrition-week-view .weekly-menu-head{background:#f8fafc;min-height:67px}.nutrition-week-view .weekly-menu-head>*{border-right:1px solid #e0e7ef;place-items:center;padding:10px;display:grid}.nutrition-week-view .weekly-menu-head>span{color:#71869d;text-transform:uppercase;justify-content:flex-start;gap:8px;padding-left:18px;font-size:11px;font-weight:800;display:flex}.nutrition-week-view .weekly-menu-head strong{color:#17243a;text-transform:uppercase;gap:3px;font-size:13px}.nutrition-week-view .weekly-menu-head small{color:#879ab0;letter-spacing:.1em;font-size:9px}.nutrition-week-view .weekly-menu-row{min-height:112px}.nutrition-week-view .weekly-menu-row>strong{color:#42586f;border-left:4px solid #ff9d00;border-right:1px solid #e0e7ef;align-items:center;gap:9px;padding:17px;font-size:11px;font-weight:800;display:flex}.nutrition-week-view .weekly-menu-row>strong i{color:#8aa0b5;font-size:17px;font-style:normal}.nutrition-week-view .weekly-menu-row.meal-almuerzo>strong{border-left-color:#ff7400}.nutrition-week-view .weekly-menu-row.meal-merienda>strong{border-left-color:#ff2860}.nutrition-week-view .weekly-menu-row.meal-cena>strong{border-left-color:#6657ff}.nutrition-week-view .weekly-menu-row>button{color:#8298ad;background:#fff;border:1px dashed #d6e2ec;border-radius:8px;align-self:center;min-height:38px;margin:10px 7px;padding:7px}.nutrition-week-view .weekly-menu-row>button:hover{color:#c75e12;background:#fff9f1;border-color:#ef9a3e}.weekly-menu-row button:hover{background:#edf7ff;border-color:#70ace0}.split-content{grid-template-columns:1fr 1fr;gap:24px;padding:20px;display:grid}.split-content section{min-width:0}.section-action{justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;display:flex}.section-action h3{color:#28435b;margin:0;font-size:14px}.section-action button,.module-toolbar button{border:0}.nutrition-row{border-top:1px solid #e9eef4;align-items:center;gap:10px;min-height:62px;padding:10px 0;display:flex}.nutrition-row p{min-width:0;margin:0}.nutrition-row p strong,.nutrition-row p small{display:block}.nutrition-row p small{color:#758a9e;margin-top:4px;font-size:11px}.nutrition-row i{border-radius:999px;margin-left:auto;padding:5px 8px;font-size:10px;font-style:normal}.recipe-grid{grid-template-columns:repeat(3,1fr);gap:14px;padding:18px;display:grid}.recipe-grid article{min-height:175px;box-shadow:none}.recipe-grid article>span{color:#1977bd;text-transform:uppercase;font-size:10px;font-weight:800}.recipe-grid h3{color:#243c54;margin:8px 0 13px}.recipe-grid p{color:#647a8f;font-size:12px;line-height:1.5}.food-stock-grid{grid-template-columns:repeat(2,1fr);gap:0 18px;padding:12px 18px 20px;display:grid}.food-stock-grid>div{border-bottom:1px solid #e9eef4;align-items:center;gap:10px;padding:12px 0;display:flex}.food-stock-grid p{margin:0}.food-stock-grid p strong,.food-stock-grid p small{display:block}.food-stock-grid p small{color:#8092a3;margin-top:3px;font-size:11px}.food-stock-grid>div>b{color:#2b4a62;margin-left:auto}.module-card>.panel-title{padding:18px 20px 0}.actas-composer{padding:18px}.actas-composer>.panel-title{padding:0}.actas-composer .modal{padding:16px 0 0}.staff-directory{display:grid}.staff-directory>div{border-top:1px solid #e8eef4;grid-template-columns:42px minmax(180px,1fr) auto minmax(180px,auto);align-items:center;gap:12px;min-height:72px;padding:13px 18px;display:grid}.staff-directory p{margin:0}.staff-directory p strong,.staff-directory p small{display:block}.staff-directory p small{color:#768a9e;margin-top:4px;font-size:11px}.staff-directory i{text-transform:capitalize;border-radius:999px;padding:5px 9px;font-size:10px;font-style:normal}.shift-week{grid-template-columns:repeat(7,minmax(125px,1fr));gap:8px;min-width:940px;padding:14px;display:grid;overflow-x:auto}.shift-week>section{background:#f9fbfd;border:1px solid #e0e8f0;border-radius:10px;min-height:260px;padding:10px}.shift-week h3{color:#536c83;text-align:center;text-transform:capitalize;margin:0 0 10px;font-size:12px}.shift-week section>span{color:#9aa9b7;text-align:center;padding:18px 0;font-size:10px;display:block}.shift-card{background:#fff;border-left:3px solid #438cd0;border-radius:8px;gap:5px;margin-bottom:8px;padding:10px;display:grid;box-shadow:0 1px 4px #1e3a5f14}.shift-card strong{color:#28435b;font-size:11px}.shift-card small{color:#74899d;font-size:9px}.shift-card button{color:#406079;cursor:pointer;background:#fff;border:1px solid #d4e1ec;border-radius:6px;margin-top:5px;padding:6px;font-size:9px}.shift-card i{color:#278456;font-size:9px;font-style:normal}.shift-activo{border-left-color:#0ca16f}.shift-finalizado{opacity:.75;border-left-color:#99a8b5}.finance-list{display:grid}.finance-list>div{border-top:1px solid #e8eef4;grid-template-columns:38px minmax(200px,1fr) auto minmax(95px,auto);align-items:center;gap:12px;min-height:70px;padding:12px 18px;display:grid}.finance-list p{margin:0}.finance-list p strong,.finance-list p small{display:block}.finance-list p small,.finance-list time{color:#7a8ea2;margin-top:4px;font-size:11px}.finance-list>div>b{color:#263f57;text-align:right}.finance-list>div>i{text-align:center;border-radius:999px;padding:5px 8px;font-size:10px;font-style:normal}.finance-list>div>button{border:0;padding:8px 10px}.finance-list time{text-align:right}.balance-sheet{grid-template-columns:1fr 1fr;gap:14px;padding:22px;display:grid}.balance-sheet section{background:#fbfdff;border:1px solid #dfe8f0;border-radius:12px;padding:20px}.balance-sheet section span,.balance-sheet section strong{display:block}.balance-sheet section span{color:#6c8297;font-size:12px}.balance-sheet section strong{color:#233e55;margin-top:9px;font-size:24px}.balance-sheet .balance-result{background:#edf7ff;border-color:#b8dcf6;grid-column:1/-1}.balance-sheet>p{color:#778b9e;grid-column:1/-1;font-size:11px}.document-grid{grid-template-columns:repeat(2,1fr);gap:14px;padding:18px;display:grid}.document-grid article{min-height:150px;box-shadow:none;grid-template-columns:46px 1fr auto;align-items:start;gap:12px;padding:16px;display:grid}.document-icon{color:#1977bd;background:#eaf5ff;border-radius:8px;place-items:center;width:44px;height:52px;font-size:10px;font-weight:900;display:grid}.document-grid h3{color:#263f57;margin:2px 0 7px;font-size:14px}.document-grid p,.document-grid small{color:#71869a;margin:0;font-size:11px;display:block}.document-grid small{margin-top:5px}.document-grid i{border-radius:999px;padding:5px 8px;font-size:9px;font-style:normal}.document-grid .row-buttons{grid-column:2/-1;justify-content:flex-end}.modal label>small{color:#8798a8;font-size:10px;font-weight:400}.modal-backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0f1b2a94;padding:18px}.modal:not(.resident-edit-wizard):not(.resident-wizard){background:#fff;border:1px solid #d9e4ed;border-radius:18px;gap:16px;width:min(560px,100vw - 28px);max-height:calc(100dvh - 36px);padding:24px;overflow-y:auto;box-shadow:0 24px 60px #1120313d}.modal:not(.resident-edit-wizard):not(.resident-wizard) .panel-title{border-bottom:1px solid #e3eaf1;margin:-24px -24px 4px;padding:21px 24px}.modal .panel-title h2{color:#17243a;font-size:20px}.modal .panel-title p{color:#7c8fa3;margin-top:5px;font-size:12px;font-weight:400}.modal .panel-title>button{color:#687e94;background:#f2f5f8;border:0;border-radius:8px;min-width:34px;min-height:34px;padding:0 9px;font-size:12px}.modal:not(.resident-edit-wizard) label{color:#71869d;letter-spacing:.045em;gap:7px;font-size:11px;font-weight:700}.modal:not(.resident-edit-wizard) input:not([type=checkbox]):not([type=radio]):not([type=file]),.modal:not(.resident-edit-wizard) select,.modal:not(.resident-edit-wizard) textarea{color:#17243a;background:#f9fbfd;border:1px solid #d6e1ea;border-radius:10px;width:100%;min-height:48px;padding:0 13px}.modal:not(.resident-edit-wizard) textarea{min-height:92px;padding-top:12px}.modal:not(.resident-edit-wizard) input:focus,.modal:not(.resident-edit-wizard) select:focus,.modal:not(.resident-edit-wizard) textarea:focus{border-color:#58aede;outline:3px solid #1c92cf1f}.modal:not(.resident-edit-wizard) .submit{border:0;border-radius:9px;justify-self:end;min-width:180px;min-height:44px;margin-top:3px;font-size:13px}.modal-footer-actions{padding-top:5px}.modal-footer-actions button{color:#526980;background:#fff;border:1px solid #d5e0e9;border-radius:9px;min-height:42px;padding:0 15px}.modal-footer-actions .primary{border:0}.inventory-entry-modal{width:min(650px,100vw - 28px)!important;padding:0!important;overflow:hidden!important}.inventory-entry-modal>header{border-bottom:1px solid #e3eaf1;grid-template-columns:48px 1fr 36px;align-items:center;gap:14px;min-height:94px;margin:0;padding:20px 28px;display:grid}.inventory-entry-modal>header>span{color:#e38a00;background:#fff4df;border-radius:12px;place-items:center;width:48px;height:48px;display:grid}.inventory-entry-modal>header h2{font-size:22px}.inventory-entry-modal>header button{color:#8295a9;cursor:pointer;background:0 0;border:0;font-size:30px}.inventory-entry-body{gap:22px;padding:28px;display:grid}.inventory-entry-body>label,.inventory-entry-body>div>label{color:#71869d;letter-spacing:.055em;text-transform:uppercase;gap:9px;font-size:12px;font-weight:700;display:grid}.inventory-entry-body>div{grid-template-columns:1fr 1fr;gap:20px;display:grid}.inventory-entry-body select,.inventory-entry-body input{min-height:54px!important;font-size:16px!important}.inventory-entry-modal>footer{background:#fafbfd;border-top:1px solid #e3eaf1;justify-content:flex-end;gap:12px;padding:20px 28px;display:flex}.inventory-entry-modal>footer button{color:#52677d;cursor:pointer;background:0 0;border:0;border-radius:10px;min-width:130px;min-height:46px;font-size:14px}.inventory-entry-modal>footer .inventory-submit{color:#fff;background:#e87900;min-width:210px;font-weight:700}.medication-entry-modal,.pharmacy-entry-modal{grid-template-columns:1fr 1fr;width:min(720px,100vw - 28px)!important}.medication-entry-modal>.panel-title,.pharmacy-entry-modal>.panel-title,.medication-entry-modal>.submit,.pharmacy-entry-modal>.submit{grid-column:1/-1}.medication-entry-modal>.panel-title h2:before,.pharmacy-entry-modal>.panel-title h2:before{content:"Rx";width:34px;height:34px;font:700 11px var(--font-body);vertical-align:middle;border-radius:9px;place-items:center;margin-right:10px;display:inline-grid}.medication-entry-modal>.panel-title h2:before{color:#5b49e9;background:#eeedff}.pharmacy-entry-modal>.panel-title h2:before{color:#147dcc;background:#eaf5ff}.medication-entry-modal>label:first-of-type,.medication-entry-modal>label:nth-of-type(7),.medication-entry-modal>label:nth-of-type(10),.pharmacy-entry-modal>label:first-of-type,.pharmacy-entry-modal>label:nth-of-type(5){grid-column:1/-1}.medication-entry-modal>.submit,.pharmacy-entry-modal>.submit{justify-self:end;min-width:210px}.medication-round>div{transition:background-color .15s}.medication-round>div:hover{background:#f8fbfe}.medication-round .row-buttons button{color:#526980;background:#fff;border:1px solid #d6e1ea;border-radius:8px;min-height:36px;padding:0 12px}.medication-round .row-buttons .primary{border:0}.pharmacy-table .data-table-row{min-height:66px}.pharmacy-table .row-buttons button{background:#fff;border-radius:8px;min-height:34px}.pharmacy-table .row-buttons button:hover{color:#147dcc;border-color:#8ec5e3}.event-entry-modal{width:min(900px,100vw - 28px)!important;padding:0!important;display:block!important;overflow:hidden!important}.event-entry-header{border-bottom:1px solid #e2e9f1;grid-template-columns:58px 1fr 40px;align-items:center;gap:16px;padding:24px 36px;display:grid}.event-entry-header>span{color:#5140f5;background:#f0f1ff;border-radius:14px;place-items:center;width:58px;height:58px;display:grid}.event-entry-header h2{color:#121d35;margin:0;font-size:25px}.event-entry-header p{color:#8da0bb;margin:4px 0 0;font-size:14px}.event-entry-header button{color:#8b9db4;cursor:pointer;background:0 0;border:0;font-size:34px;font-weight:300}.event-entry-body{gap:28px;padding:28px 36px;display:grid}.event-entry-body section{gap:20px;display:grid}.event-entry-body section h3{color:#4d3af5;letter-spacing:.09em;text-transform:uppercase;border-bottom:1px solid #dcdfff;margin:0;padding-bottom:13px;font-size:13px;font-weight:800}.event-entry-body section h3 b{font-weight:800}.event-entry-modal .event-entry-body label{color:#8ba0bc;letter-spacing:.08em;text-transform:uppercase;gap:9px;font-size:12px;font-weight:750;display:grid}.event-entry-modal .event-entry-body label em{color:#8ba0bc}.event-entry-modal .event-entry-body input:not([type=checkbox]),.event-entry-modal .event-entry-body select,.event-entry-modal .event-entry-body textarea{letter-spacing:0;text-transform:none;color:#17223a!important;background:#fbfcfe!important;border:1px solid #dce4ef!important;border-radius:12px!important;min-height:54px!important;padding:0 17px!important;font-size:15px!important}.event-entry-modal .event-entry-body textarea{min-height:84px!important;padding-top:15px!important}.event-entry-modal .event-entry-body ::placeholder{color:#8c929e}.event-fields{gap:20px;display:grid}.event-fields.two{grid-template-columns:1fr 1fr}.event-fields.three{grid-template-columns:1fr 1fr 1fr}.event-entry-modal .checkbox-label{align-items:center;color:#52677f!important;letter-spacing:0!important;text-transform:none!important;gap:9px!important;font-size:12px!important;display:flex!important}.event-entry-footer{background:#fbfcfe;border-top:1px solid #e2e9f1;justify-content:flex-end;gap:12px;padding:18px 36px;display:flex}.event-entry-footer button{color:#60758d;cursor:pointer;background:#fff;border:1px solid #d8e1eb;border-radius:10px;min-width:130px;min-height:46px;font-size:14px}.event-entry-footer .primary{color:#fff;border:0;min-width:180px}@media (width<=600px){.modal-backdrop{padding:8px}.modal:not(.resident-edit-wizard):not(.resident-wizard){width:calc(100vw - 16px);max-height:calc(100dvh - 16px);padding:20px}.modal:not(.resident-edit-wizard):not(.resident-wizard) .panel-title{margin:-20px -20px 2px;padding:18px 20px}.inventory-entry-modal{padding:0!important}.inventory-entry-modal>header{grid-template-columns:42px 1fr 32px;padding:16px}.inventory-entry-modal>header>span{width:42px;height:42px}.inventory-entry-modal>header h2{font-size:18px}.inventory-entry-body{padding:20px 16px}.inventory-entry-body>div{grid-template-columns:1fr}.inventory-entry-modal>footer{padding:15px 16px}.inventory-entry-modal>footer button,.inventory-entry-modal>footer .inventory-submit{flex:1;min-width:0}.medication-entry-modal,.pharmacy-entry-modal{grid-template-columns:1fr}.medication-entry-modal>*,.pharmacy-entry-modal>*{grid-column:1!important}.event-entry-modal{padding:0!important}.event-entry-header{grid-template-columns:46px 1fr 30px;gap:11px;padding:17px}.event-entry-header>span{width:46px;height:46px}.event-entry-header h2{font-size:20px}.event-entry-header p{font-size:11px}.event-entry-body{gap:24px;padding:22px 17px}.event-fields.two,.event-fields.three{grid-template-columns:1fr}.event-entry-footer{padding:14px 17px;position:sticky;bottom:0}.event-entry-footer button{flex:1;min-width:0}}.family-list,.support-list{display:grid}.family-list>div,.support-list>div{border-top:1px solid #e8eef4;grid-template-columns:38px minmax(220px,1fr) auto auto;align-items:center;gap:12px;min-height:70px;padding:12px 18px;display:grid}.family-list p,.support-list p{margin:0}.family-list p strong,.family-list p small,.support-list p strong,.support-list p small{display:block}.family-list p small,.support-list p small,.support-list time{color:#7a8ea2;margin-top:4px;font-size:11px}.family-list i,.support-list i{border-radius:999px;padding:5px 8px;font-size:10px;font-style:normal}.family-list button{color:#416078;cursor:pointer;background:#fff;border:1px solid #d6e1eb;border-radius:7px;padding:8px 10px;font-size:10px;font-weight:700}.support-list{grid-template-columns:1fr}.support-list>div{grid-template-columns:38px minmax(220px,1fr) auto auto 100px}.support-list>div>b{color:#3e5c73;text-transform:capitalize;font-size:11px}.help-hero{text-align:center;background:linear-gradient(135deg,#ecf7ff,#f8fbff);padding:30px}.help-hero h3{color:#244058;margin:0 0 14px;font-size:21px}.help-hero input{width:min(620px,100%);font:inherit;border:1px solid #cfe0ee;border-radius:11px;padding:13px 16px}.help-grid{grid-template-columns:repeat(3,1fr);gap:14px;padding:18px;display:grid}.help-grid article{min-height:150px;box-shadow:none}.help-grid article>span{color:#1978c0;background:#e9f5ff;border-radius:8px;place-items:center;width:30px;height:30px;font-weight:900;display:grid}.help-grid h3{color:#27435b;margin:12px 0 7px;font-size:14px}.help-grid p,.support-cards p{color:#71869a;font-size:12px;line-height:1.5}.support-cards{grid-template-columns:1fr 1fr;gap:14px;display:grid}.support-cards article{min-height:130px}.support-cards h3{color:#27435b;margin-top:0}.account-layout{grid-template-columns:minmax(250px,.8fr) 1.5fr;gap:18px;display:grid}.account-layout article:first-child{text-align:center;justify-items:center;display:grid}.account-avatar{color:#1977bd;background:#e5f3ff;border-radius:50%;place-items:center;width:72px;height:72px;font-size:28px;font-weight:900;display:grid}.account-layout h3{color:#274159}.account-layout i{color:#6c8195;text-transform:capitalize;margin-bottom:18px;font-style:normal}.account-layout p{color:#667c90;font-size:13px}@media (width<=1000px){.module-metrics{grid-template-columns:repeat(2,1fr)}.data-table-head{display:none}.data-table-row{grid-template-columns:1fr 1fr 1fr}.data-table-row>strong{grid-column:1/-1}}@media (width<=680px){.module-actionbar{flex-direction:column;align-items:stretch}.module-actionbar>div:last-child{flex-wrap:wrap}.module-metrics,.report-layout,.split-content,.recipe-grid,.food-stock-grid,.document-grid,.help-grid,.support-cards,.account-layout{grid-template-columns:1fr}.data-table-row{grid-template-columns:1fr 1fr}.row-buttons{grid-column:1/-1;justify-content:stretch}.row-buttons button{flex:1}.history-list>div{grid-template-columns:34px 1fr auto}.history-list time{text-align:left;grid-column:2/-1}.medication-round>div{grid-template-columns:45px 36px 1fr}.medication-round .row-buttons,.medication-round>div>i{grid-column:3;justify-self:start}.staff-directory>div{grid-template-columns:42px 1fr auto}.staff-directory .row-buttons{grid-column:2/-1}.finance-list>div{grid-template-columns:38px 1fr auto}.finance-list>div>button,.finance-list>div>time,.finance-list>div>i{grid-column:2/-1;justify-self:start}.balance-sheet{grid-template-columns:1fr}.balance-sheet .balance-result{grid-column:auto}.family-list>div,.support-list>div{grid-template-columns:38px 1fr auto}.family-list button,.support-list time,.support-list>div>b{grid-column:2/-1;justify-self:start}}.serenity-dashboard{gap:22px;display:grid}.dashboard-title-row{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.dashboard-title-row h1{margin:0 0 5px;font-size:26px}.dashboard-title-row p{color:#71839a;margin:0;font-size:14px}.dashboard-add{border:0;align-self:center}.dashboard-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.dashboard-metrics article{border-color:#dce5ee;min-height:100px;padding:20px 22px;display:block;box-shadow:0 2px 5px #22354c14}.dashboard-metrics article:first-child{background:#f5fbff}.dashboard-metrics article:nth-child(2){background:#f9f7ff}.dashboard-metrics article:nth-child(3){background:#fffdf4}.dashboard-metrics article:nth-child(4){background:#fff8fa}.metric-icon{border-radius:11px;flex:none;place-items:center;width:48px;height:48px;font-size:24px;display:grid}.metric-icon.blue{color:#315ef5;background:#edf3ff}.metric-icon.green{color:#0daa50;background:#ecfbf1}.metric-icon.orange{color:#e18100;background:#fff8e8}.metric-icon.violet{color:#ed2858;background:#fff0f3}.shift-metrics .metric-icon,.tasks-page .module-metrics .metric-icon,.finance-metrics .metric-icon{place-items:center;width:48px;height:48px;padding:0;line-height:0;display:grid}.shift-metrics .metric-icon .ui-icon,.tasks-page .module-metrics .metric-icon .ui-icon,.finance-metrics .metric-icon .ui-icon{margin:auto;display:block}.dashboard-metrics article>div{grid-template-columns:auto 1fr;align-items:end;column-gap:9px;display:grid}.dashboard-metrics p,.dashboard-metrics strong,.dashboard-metrics small{margin:0;display:block}.dashboard-metrics p{text-transform:uppercase;letter-spacing:.08em;color:#3280ac;grid-column:1/-1;font-size:11px;font-weight:800}.dashboard-metrics strong{color:#2c7fb5;margin-top:5px;font-size:28px}.dashboard-metrics small{color:#6f91aa;padding-bottom:5px;font-size:9px}.dashboard-metrics article:nth-child(2) p,.dashboard-metrics article:nth-child(2) strong{color:#5541d8}.dashboard-metrics article:nth-child(3) p,.dashboard-metrics article:nth-child(3) strong{color:#ca8200}.dashboard-metrics article:nth-child(4) p,.dashboard-metrics article:nth-child(4) strong{color:#db365a}.attention-card{border-top:3px solid #ef4565;padding:0;overflow:hidden}.attention-heading{border-bottom:1px solid #e8edf3;align-items:center;gap:10px;min-height:58px;padding:15px 20px;display:flex}.attention-heading>span{color:#e5365b;background:#fff0f3;border-radius:7px;place-items:center;width:28px;height:28px;font-weight:900;display:grid}.attention-heading h2{color:#18283d;font-size:17px}.attention-heading small{color:#cf3453;text-align:center;background:#fff0f3;border-radius:20px;min-width:26px;margin-left:auto;padding:4px 7px;font-size:10px;font-weight:800}.attention-columns{grid-template-columns:1fr 1fr;display:grid}.attention-columns>section{min-width:0;padding:18px 22px 22px}.attention-columns>section+section{border-left:1px solid #e5ebf1}.attention-columns h3{color:#25374b;align-items:center;gap:8px;margin:0 0 12px;font-size:13px;display:flex}.attention-dot{border-radius:50%;place-items:center;width:25px;height:25px;font-size:12px;display:grid}.attention-dot.red{color:#e3385a;background:#fff0f3}.attention-dot.orange{color:#db7900;background:#fff6e8}.attention-list{max-height:345px;padding-right:4px;display:grid;overflow-y:auto}.attention-row{background:#fbfcfe;border:1px solid #e7edf2;border-radius:8px;justify-content:space-between;align-items:center;gap:14px;min-height:58px;margin-bottom:7px;padding:9px 11px;display:flex}.attention-row strong,.attention-row small{display:block}.attention-row strong{color:#203248;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.attention-row small{color:#7a899b;margin-top:3px;font-size:10px}.attention-row button{color:#228bb2;cursor:pointer;background:0 0;border:0;font-size:10px;font-weight:800}.attention-empty{color:#8292a4;text-align:center;padding:35px 10px;font-size:12px}.dashboard-footnote{color:#8997a8;text-align:right;margin:-8px 0 0;font-size:10px}.actas-workspace{gap:18px;display:grid}.actas-workspace.embedded{margin-top:2px}.actas-heading{border-bottom:1px solid #e0e7ee;align-items:center;gap:12px;min-height:44px;display:flex}.actas-heading>span{color:#1a82b7;font-size:22px}.actas-heading h2{color:#1a2a3e;font-size:20px}.actas-search-card,.actas-composer-card,.actas-history-card{border-color:#dce5ed;padding:0;overflow:hidden}.actas-filter-tabs{border-bottom:1px solid #e7edf2;gap:5px;padding:9px;display:flex}.actas-filter-tabs button,.composer-tabs button{color:#586b81;cursor:pointer;background:0 0;border:0;border-radius:7px;padding:10px 12px;font-size:12px}.actas-filter-tabs button.selected{color:#277497;background:#f5fbff;border:1px solid #cce2ef;box-shadow:0 1px 4px #255b7914}.actas-filter-tabs button span{margin-right:5px}.actas-search-row{gap:10px;padding:12px 15px;display:flex}.actas-search-row label{color:#91a1b1;background:#f6f9fb;border-radius:9px;flex:1;align-items:center;gap:9px;min-width:0;height:42px;padding:0 13px;display:flex}.actas-search-row input{color:#32495f;width:100%;font:inherit;background:0 0;border:0;outline:0;font-size:12px}.date-filter,.actas-search-button{cursor:pointer;border-radius:9px;padding:0 17px;font-weight:700}.date-filter{color:#53677c;background:#fff;border:1px solid #dbe4ec}.actas-search-button{color:#fff;background:#11192f;border:0}.composer-tabs{border-bottom:1px solid #e7edf2;gap:4px;padding:0 14px;display:flex}.composer-tabs button{border-bottom:2px solid #0000;border-radius:0}.composer-tabs button.selected{color:#277da7;border-bottom-color:#2a9bc9}.actas-composer-card form{padding:16px}.actas-composer-card textarea{resize:vertical;color:#2d4359;width:100%;min-height:94px;font:inherit;border:1px solid #d9e3eb;border-radius:8px;outline:0;padding:14px;font-size:12px;box-shadow:inset 0 1px 2px #182b3d08}.actas-composer-card textarea:focus{border-color:#68b5d8}.composer-actions{justify-content:flex-end;padding-top:12px;display:flex}.send-button{color:#fff;cursor:pointer;background:#2d92c2;border:0;border-radius:7px;padding:10px 18px;font-weight:700}.actas-history-card{min-height:140px}.actas-history-card .resident-list{margin:0;padding:0 16px}.actas-empty{color:#8291a2;place-items:center;gap:4px;min-height:120px;display:grid}.actas-empty>span{font-size:24px}.actas-empty strong{color:#54677c;font-size:12px}.actas-empty small{font-size:10px}.actas-history-footer{color:#8291a2;border-top:1px solid #e8edf2;justify-content:space-between;gap:15px;padding:13px 16px;font-size:10px;display:flex}.actas-history-footer button{color:#277fa7;cursor:pointer;background:0 0;border:0;font-size:10px}@media (width<=1050px){.dashboard-metrics{grid-template-columns:repeat(2,1fr)}}@media (width<=700px){.dashboard-title-row{flex-direction:column;align-items:stretch}.dashboard-add{align-self:flex-start}.dashboard-metrics,.attention-columns{grid-template-columns:1fr}.attention-columns>section+section{border-top:1px solid #e5ebf1;border-left:0}.actas-search-row{flex-wrap:wrap}.actas-search-row label{flex-basis:100%}.date-filter,.actas-search-button{height:40px}}.page-body>.module-heading+.module-page>.module-actionbar{justify-content:flex-end;min-height:0;margin-top:-74px;margin-bottom:25px}.page-body>.module-heading+.module-page>.module-actionbar>div:first-child{display:none}.page-body>.module-heading+.module-page>.module-actionbar>div:last-child{min-height:42px}.help-search{color:#90a0b1;background:#fff;border:1px solid #dbe5ee;border-radius:12px;align-items:center;gap:10px;width:min(575px,100%);height:58px;margin:20px auto;padding:0 20px;display:flex;box-shadow:0 8px 20px #22364c0f}.help-search input{color:#30475e;width:100%;font:inherit;border:0;outline:0}.guided-tour{color:#fff;text-align:left;cursor:pointer;background:linear-gradient(100deg,#4aa8e4,#624cf0);border:0;border-radius:12px;align-items:center;gap:16px;width:100%;min-height:88px;padding:18px 20px;display:flex;box-shadow:0 8px 18px #465bdc29}.guided-tour>span{color:#fff;background:#ffffff2e;border-radius:10px;place-items:center;width:48px;height:48px;display:grid}.guided-tour div{gap:4px;display:grid}.guided-tour small{color:#ffffffe0}.guided-tour b{color:#fff;margin-left:auto}.serenity-help-grid{grid-template-columns:repeat(3,1fr);padding:0}.help-category{min-height:194px;color:inherit;text-align:left;cursor:pointer;background:#fff;border:1px solid #dfe7ef;border-radius:12px;padding:20px;display:block;box-shadow:0 2px 6px #22364c0d}.help-category:hover{border-color:#75badb;transform:translateY(-1px)}.help-category>span{color:#fff;background:linear-gradient(145deg,#568be9,#624cf0);border-radius:10px;place-items:center;width:46px;height:46px;display:grid;box-shadow:0 5px 12px #4161be2e}.help-category:nth-child(2)>span{background:linear-gradient(145deg,#238bd3,#37bde2)}.help-category:nth-child(3)>span{background:linear-gradient(145deg,#ef9b00,#ff7a00)}.help-category:nth-child(4)>span{background:linear-gradient(145deg,#27b993,#49c6a5)}.help-category:nth-child(5)>span{background:linear-gradient(145deg,#ef9b00,#ff7a00)}.help-category:nth-child(6)>span{background:linear-gradient(145deg,#f42655,#ef4c66)}.help-category h3{color:#17263b;margin:12px 0 7px;font-size:15px}.help-category p{color:#718497;margin:0 0 12px;font-size:12px;line-height:1.5}.help-category small{color:#2d89b3;font-size:10px;font-weight:700}.release-notes{min-height:130px}.release-notes h2{font-size:18px}.release-notes p{color:#7a8b9c;font-size:12px}.help-detail p{color:#64798e;line-height:1.6}.help-detail{width:min(620px,100%)}.help-detail ol{gap:10px;margin:4px 0;padding:0;list-style:none;display:grid}.help-detail li{color:#536a80;border:1px solid #e0e8ef;border-radius:10px;grid-template-columns:30px 1fr;align-items:center;gap:11px;padding:11px;display:grid}.help-detail li b{color:#1678c5;background:#e9f5ff;border-radius:50%;place-items:center;width:30px;height:30px;display:grid}.help-detail-actions{justify-content:flex-end;gap:9px;margin-top:6px;display:flex}.help-detail-actions button{cursor:pointer;background:#fff;border:1px solid #d5e1ea;border-radius:8px;padding:10px 13px}.help-no-results{color:#7b8fa3;text-align:center;padding:45px}.help-no-results h3{color:#30485f;margin:10px 0 4px}.help-no-results p{margin:0}.help-tour-overlay{z-index:1200;pointer-events:auto;position:fixed;inset:0}.help-tour-shade{-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);background:#14203394;position:absolute;inset:0}.help-tour-spotlight{z-index:1;pointer-events:none;background:#fffffff5;border:3px solid #69c7f3;border-radius:12px;position:fixed;box-shadow:0 0 0 3px #4db8eb3d,0 12px 32px #0d23373d}.help-tour-card{z-index:2;background:#fff;border:1px solid #dce5ee;border-radius:16px;width:min(440px,100vw - 28px);padding:22px 24px 18px;position:fixed;box-shadow:0 18px 45px #13233547}.help-tour-card header{grid-template-columns:46px 1fr 30px;align-items:center;gap:12px;display:grid}.help-tour-card header>span{color:#fff;background:linear-gradient(145deg,#36a7ee,#654bf3);border-radius:11px;place-items:center;width:46px;height:46px;display:grid}.help-tour-card h3{color:#17243a;margin:0;font-size:20px}.help-tour-card header>button{color:#8fa1b5;cursor:pointer;background:0 0;border:0;font-size:27px}.help-tour-card>p{color:#536b84;margin:18px 0 20px;font-size:16px;line-height:1.55}.help-tour-actions{justify-content:space-between;align-items:center;gap:15px;display:flex}.help-tour-actions small{color:#71859a;font-size:12px}.help-tour-actions>div{gap:8px;display:flex}.help-tour-actions button{color:#4d647b;cursor:pointer;background:#fff;border:1px solid #d7e1ea;border-radius:9px;min-height:40px;padding:0 14px;font-weight:700}.help-tour-actions .primary{color:#fff;border:0}.help-tour-close{color:#93a4b6;cursor:pointer;background:0 0;border:0;margin:12px auto 0;display:block}@media (width<=700px){.help-tour-spotlight{display:none}.help-tour-card{width:auto;inset:auto 14px 18px!important}.help-tour-card>p{font-size:14px}.help-tour-actions{flex-direction:column;align-items:stretch}.help-tour-actions>div{grid-template-columns:1fr 1fr;display:grid}.help-tour-actions button{width:100%}}.account-page{max-width:950px}.account-section{padding:22px}.account-section>h2,.account-section>div>h2{margin:0 0 8px;font-size:17px}.account-section>p,.account-section>div>p{color:#718498;margin:0 0 18px;font-size:12px}.profile-card{align-items:center;gap:15px;margin-top:16px;display:flex}.profile-card div{gap:4px;display:grid}.profile-card strong{color:#233a51}.profile-card small{color:#74879a}.profile-card i{color:#2877b0;text-transform:capitalize;background:#edf5ff;border-radius:20px;justify-self:start;padding:4px 8px;font-size:10px;font-style:normal}.profile-card .danger{margin-left:auto}.signature-grid{grid-template-columns:1fr 1fr;gap:15px;display:grid}.signature-grid label{cursor:pointer;border:1px dashed #cddbe7;border-radius:10px;gap:9px;min-height:170px;padding:17px;display:grid;position:relative}.signature-grid label>span{text-overflow:ellipsis;white-space:nowrap;border-radius:20px;justify-self:start;max-width:100%;padding:4px 8px;font-size:9px;overflow:hidden}.signature-grid input{opacity:0;pointer-events:none;position:absolute}.signature-grid b{color:#247fad;align-self:end;font-size:12px}.signature-grid small{color:#8191a1;font-size:9px}.password-form{grid-template-columns:1fr 1fr auto;align-items:end;gap:13px;display:grid}.password-form label{color:#536b81;gap:6px;font-size:11px;font-weight:700;display:grid}.password-form input{height:42px;font:inherit;border:1px solid #d5e1ea;border-radius:8px;padding:0 12px}.password-form button{border:0;height:42px}.password-form>small{color:#357757;grid-column:1/-1}.setting-row{justify-content:space-between;align-items:center;gap:20px;display:flex}.toggle{cursor:pointer;background:#cad4de;border:0;border-radius:20px;width:48px;height:26px;padding:3px}.toggle span{background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .15s;display:block}.toggle.on{background:#209d72}.toggle.on span{transform:translate(22px)}.language-buttons{gap:10px;margin:15px 0;display:flex}.language-buttons button{color:#4f657b;cursor:pointer;background:#fff;border:1px solid #d5e1eb;border-radius:8px;padding:10px 14px}.language-buttons button.selected{color:#237da7;background:#eef8fd;border-color:#2b91be}@media (width<=900px){.serenity-help-grid{grid-template-columns:repeat(2,1fr)}.page-body>.module-heading+.module-page>.module-actionbar{justify-content:flex-start;margin-top:0}}@media (width<=650px){.serenity-help-grid,.signature-grid,.password-form{grid-template-columns:1fr}.guided-tour b{display:none}.profile-card{flex-wrap:wrap;align-items:flex-start}.profile-card .danger{margin-left:0}.password-form>small{grid-column:auto}}.nutrition-today{gap:24px;padding:20px;display:grid}.nutrition-today section+section{border-top:1px solid #e5ebf1;padding-top:20px}.nutrition-today .section-action h2{font-size:17px}.nutrition-today .section-action button{color:#3b6680;cursor:pointer;background:#fff;border:1px solid #d9e3eb;border-radius:7px;padding:8px 11px}.daily-menu-grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.daily-menu-grid button{text-align:left;cursor:pointer;background:#fbfdff;border:1px solid #e0e8ef;border-radius:11px;min-height:105px;padding:16px}.daily-menu-grid span,.daily-menu-grid strong{display:block}.daily-menu-grid span{color:#2a88b5;text-transform:capitalize;font-size:10px;font-weight:800}.daily-menu-grid strong{color:#263d54;margin-top:13px;font-size:13px}.intake-table{border:1px solid #e1e8ef;border-radius:9px;min-width:720px;overflow-x:auto}.intake-head,.intake-row{grid-template-columns:minmax(210px,1.7fr) repeat(4,minmax(90px,.7fr));align-items:center;display:grid}.intake-head{color:#64798e;text-transform:uppercase;background:#f7f9fc;min-height:48px;padding:0 14px;font-size:10px}.intake-head strong:not(:first-child){text-align:center}.intake-row{border-top:1px solid #e7edf2;min-height:62px;padding:8px 14px}.intake-row>div strong,.intake-row>div small{display:block}.intake-row>div strong{color:#263c52;font-size:12px}.intake-row>div small{color:#8a98a7;margin-top:4px;font-size:9px}.intake-row>button{color:#a4b0bc;cursor:pointer;background:#fff;border:1px solid #d8e3eb;border-radius:50%;justify-self:center;width:31px;height:31px}.intake-row>button.intake-completa{color:#23804e;background:#eaf8f0;border-color:#9edab9}.intake-row>button.intake-rechazada{color:#c93c53;background:#fff0f2;border-color:#f0b6bf}@media (width<=700px){.daily-menu-grid{grid-template-columns:repeat(2,1fr)}.nutrition-today{overflow-x:auto}}.medication-page .medication-summary{display:none}.medication-page>.module-card{box-shadow:none;background:0 0;border:0}.medication-main-tabs{background:#edf2f7;border:0;border-radius:12px;grid-template-columns:1fr 1fr;width:min(510px,100%);min-height:54px;margin-bottom:20px;padding:5px;display:grid}.medication-main-tabs button{color:#667b92!important;background:0 0!important;border:0!important;border-radius:9px!important;font-size:13px!important}.medication-main-tabs button.selected{box-shadow:0 2px 7px #1a2d421f;color:#17243a!important;background:#fff!important}.round-controls{background:#fff;border:1px solid #dce5ed;border-radius:14px;grid-template-columns:minmax(270px,1fr) auto minmax(410px,1fr);align-items:center;gap:18px;margin-bottom:20px;padding:18px;display:grid;box-shadow:0 2px 6px #1a2d420f}.round-controls>div{align-items:center;gap:8px;display:flex}.round-controls button{color:#526a80;cursor:pointer;background:#fff;border:1px solid #d8e3eb;border-radius:9px;justify-content:center;align-items:center;gap:7px;min-height:42px;padding:0 14px;font-size:11px;font-weight:750;display:flex}.round-controls button.selected{color:#5544ea;background:#e8e9ff;border-color:#0000}.medication-view-toggle button{border-color:#0000}.medication-date-nav{background:#f2f6fa;border:1px solid #dbe4ec;border-radius:11px;padding:4px}.medication-date-nav button{background:#f7f9fb;border:0;width:38px;min-height:38px;padding:0;font-size:18px}.medication-date-nav strong{color:#263b51;text-align:center;text-transform:capitalize;cursor:pointer;min-width:108px;font-size:12px}.medication-control-actions{justify-content:flex-end}.medication-control-actions label{color:#405970;border:1px solid #d8e3eb;border-radius:9px;align-items:center;gap:7px;min-width:155px;height:42px;padding:0 12px;display:flex}.medication-control-actions select{color:#263b51;width:100%;font:inherit;background:0 0;border:0;outline:0}.round-controls .primary{color:#fff;background:#0789cf;border-color:#0789cf;box-shadow:0 3px 7px #0070b733}.medication-filterbar{background:#fff;border:1px solid #dce5ed;border-radius:14px;grid-template-columns:minmax(280px,1fr) auto;gap:18px;margin:0 0 22px;padding:18px;display:grid;box-shadow:0 2px 6px #1a2d420f}.medication-filterbar>label,.pharmacy-search>label,.scanner-row>label{color:#8ca0b4;border:1px solid #d8e3eb;border-radius:9px;align-items:center;gap:9px;min-height:42px;padding:0 13px;display:flex}.medication-filterbar input,.pharmacy-search input,.scanner-row input{width:100%;font:inherit;background:0 0;border:0;outline:0}.medication-filterbar .status-filter-buttons{background:#eef3f7;border-radius:10px;padding:4px;display:flex}.medication-filterbar .status-filter-buttons button{background:0 0;border:0;border-radius:8px;min-width:86px}.medication-filterbar .status-filter-buttons button.selected{color:#5544ea;background:#fff;box-shadow:0 2px 6px #1a2d421a}.round-heading{margin:0 0 14px}.medication-round{background:#fff;border:1px solid #dce5ed;border-radius:14px;overflow:hidden;box-shadow:0 2px 6px #1a2d420d}.medication-empty{color:#91a3b6;text-align:center;background:#fff;border:1px dashed #d6e1ea;border-radius:14px;place-items:center;min-height:220px;padding:32px;display:grid}.medication-empty strong{color:#647a90;margin-top:14px}.medication-empty span{margin-top:6px;font-size:11px}.pharmacy-workspace{background:#fff;border:1px solid #dce5ed;border-radius:14px;overflow:hidden;box-shadow:0 2px 6px #1a2d420f}.pharmacy-subtabs{justify-content:space-between;padding:16px 18px}.pharmacy-subtabs>div{align-items:center;gap:8px;display:flex}.pharmacy-subtabs button{color:#526a80;cursor:pointer;background:#fff;border:1px solid #d8e3eb;border-radius:8px;align-items:center;gap:7px;min-height:40px;padding:0 13px;font-weight:700;display:flex}.pharmacy-subtabs button.selected{color:#5544ea;background:#eeedff;border-color:#aca8ff}.pharmacy-subtabs button.primary{color:#fff;background:#0789cf;border-color:#0789cf}.scanner-row,.pharmacy-search{background:#f8fafc;gap:9px;padding:14px 18px;display:flex}.scanner-row>label,.pharmacy-search>label{background:#fff;flex:1}.scanner-row button,.pharmacy-search button{color:#526a80;background:#fff;border:1px solid #d8e3eb;border-radius:8px;padding:0 13px;font-weight:700}.scanner-row button.primary{color:#fff;background:#0789cf;border-color:#0789cf}.pharmacy-table .row-buttons button:disabled{cursor:not-allowed;opacity:.45}.scanner-panel{background:#f8fafc;border-top:1px solid #dfe7ef;padding:16px 18px}.scanner-camera{aspect-ratio:16/8;background:#101b27;border-radius:13px;width:min(520px,100%);margin:0 auto;position:relative;overflow:hidden}.scanner-camera video{object-fit:cover;width:100%;height:100%}.scanner-camera:after{content:"";border:2px solid #5dd7ff;border-radius:10px;position:absolute;inset:15%;box-shadow:0 0 0 999px #050e186b}.scanner-camera span{z-index:1;color:#fff;white-space:nowrap;background:#07121fbf;border-radius:20px;padding:6px 10px;font-size:10px;position:absolute;bottom:12px;left:50%;transform:translate(-50%)}.scanner-panel>p{color:#b44b5c;text-align:center;margin:10px auto 0;font-size:11px}.scanner-panel .scanner-row{padding:14px 0 0}.scanner-row button:disabled{cursor:not-allowed;opacity:.5}@media (width<=1100px){.round-controls{grid-template-columns:1fr auto}.medication-control-actions{grid-column:1/-1;justify-content:flex-start}}@media (width<=780px){.round-controls,.medication-filterbar{grid-template-columns:1fr}.round-controls>div,.pharmacy-subtabs,.pharmacy-subtabs>div{flex-wrap:wrap}.medication-date-nav{justify-content:center}.medication-control-actions{grid-column:auto}.medication-control-actions label{flex:1}.medication-filterbar .status-filter-buttons{overflow-x:auto}.pharmacy-subtabs{flex-direction:column;align-items:stretch}.scanner-row{flex-wrap:wrap}}.resident-supplies{border-top:1px solid #e5ebf1;padding:0}.resident-supplies-header{border-bottom:1px solid #e1e8ef;justify-content:space-between;align-items:center;gap:18px;padding:18px 22px;display:flex}.resident-supplies-header>div{align-items:center;gap:13px;display:flex}.resident-supplies-header h2{color:#17263b;margin:0 0 3px;font-size:17px}.resident-supplies-header small{color:#73879b;font-size:10px}.resident-supplies-icon{color:#8b20dc;background:#f1e7ff;border-radius:10px;place-items:center;width:42px;height:42px;display:grid}.resident-supplies-header>label{color:#8ba0b5;border:1px solid #d8e2eb;border-radius:9px;align-items:center;gap:9px;width:min(330px,42%);height:42px;padding:0 13px;display:flex}.resident-supplies-header input{width:100%;font:inherit;background:0 0;border:0;outline:0}.resident-supply-list{display:grid}.resident-supply-list article{min-height:116px;box-shadow:none;border:0;border-bottom:1px solid #e1e8ef;border-radius:0;grid-template-columns:minmax(260px,1fr) auto;gap:12px 20px;padding:18px 22px;display:grid}.resident-supply-name{align-items:center;gap:10px;min-width:0;display:flex}.resident-supply-name>i{background:#08b981;border-radius:50%;flex:none;width:9px;height:9px}.resident-supply-name strong{color:#17243a;text-overflow:ellipsis;white-space:nowrap;font-size:15px;overflow:hidden}.resident-supply-name small{color:#667b92;background:#eef3f7;border-radius:6px;padding:4px 7px;font-size:9px;font-weight:800}.resident-supply-status{align-items:center;gap:10px;display:flex}.resident-supply-status b{border-radius:20px;padding:5px 9px;font-size:9px;font-style:normal}.resident-supply-status>span{color:#61758b;background:#f1f5f8;border-radius:20px;align-items:center;gap:6px;padding:7px 10px;font-size:9px;font-weight:700;display:flex}.resident-supply-actions{grid-column:1/-1;align-items:center;gap:7px;display:flex}.resident-supply-actions button{color:#364e66;cursor:pointer;background:#f7fafc;border:1px solid #d8e2eb;border-radius:8px;align-items:center;gap:6px;padding:9px 12px;font-weight:750;display:flex}.resident-supply-actions .primary{color:#fff;border-color:#0000}.resident-history-button{margin-left:auto}@media (width<=700px){.resident-supplies-header{flex-direction:column;align-items:stretch}.resident-supplies-header>label{width:100%}.resident-supply-list article{grid-template-columns:1fr}.resident-supply-status{justify-content:flex-start}.resident-supply-actions{flex-wrap:wrap}.resident-history-button{margin-left:0}}.inspection-heading{align-items:center;min-height:86px}.inspection-heading>div:first-child{align-items:center;gap:14px;display:flex}.inspection-heading>div:first-child>span{color:#159dd9;place-items:center;display:grid}.inspection-heading h2{margin:0;font-size:27px}.inspection-heading p{color:#71859c;margin:5px 0 0;font-size:13px}.inspection-heading>div:last-child{gap:10px;display:flex}.inspection-advice{min-height:95px;box-shadow:none;background:#eff9ff;border:1px solid #cfe9f7;border-radius:13px;align-items:flex-start;gap:14px;padding:18px 20px;display:flex}.inspection-advice>span{color:#1689c5;flex:none;place-items:center;width:28px;height:28px;display:grid}.inspection-advice h4{color:#14587f;margin:1px 0 6px;font-size:13px}.inspection-advice p{color:#1472aa;margin:0;font-size:12px;line-height:1.5}.module-metrics.three-metrics{grid-template-columns:repeat(3,1fr)}.hide-money .money-value{text-shadow:0 0 8px #60758c;-webkit-user-select:none;user-select:none;color:#0000!important}@media (width<=750px){.module-metrics.three-metrics{grid-template-columns:1fr}}.support-empty{text-align:center;place-items:center;min-height:340px;padding:35px;display:grid}.support-empty>span{color:#2b88b5;background:#edf6fc;border-radius:50%;place-items:center;width:58px;height:58px;font-size:28px;display:grid}.support-empty h3{color:#273e55;margin:16px 0 7px;font-size:16px}.support-empty p{color:#76899c;margin:0 0 18px;font-size:12px}.support-empty button{border:0}.support-refresh{width:38px;padding:0;color:#7891a2!important;background:0 0!important;border:0!important}.support-new{align-items:center;gap:8px;display:flex;box-shadow:0 6px 14px #5050dc2e;background:linear-gradient(100deg,#45a9df,#624bf0)!important;border:0!important}.support-empty .support-new{display:flex}.family-page{max-width:none}.family-portal-hero{min-height:72px;box-shadow:none;background:0 0;border:0;grid-template-columns:34px 1fr auto;align-items:center;gap:14px;padding:0;display:grid}.family-hero-icon{color:#e13a61;background:#ffe7ec;border-radius:9px;place-items:center;width:34px;height:34px;display:grid}.family-title{align-items:center;gap:10px;display:flex}.family-title h3{color:#253d54;margin:0;font-size:18px}.family-title span{color:#23804e;background:#e8f8ef;border-radius:20px;padding:4px 8px;font-size:9px;font-weight:800}.family-portal-hero p{color:#72869a;margin:6px 0 0;font-size:12px}.family-portal-hero>div:last-child{gap:8px;display:flex}.family-portal-hero button{color:#48637b;cursor:pointer;background:#fff;border:1px solid #d6e2ec;border-radius:8px;align-items:center;gap:7px;padding:10px 14px;font-weight:700;display:flex}.family-empty-card{box-shadow:none;background:0 0;border:0}.family-empty-card .support-empty{min-height:360px}.family-visits-card{overflow:hidden}.family-visits-heading{border-bottom:1px solid #e8eef4;justify-content:space-between;align-items:center;gap:16px;padding:17px 18px;display:flex}.family-visits-heading h3{color:#253d54;margin:0;font-size:15px}.family-visits-heading p{color:#7a8ea2;margin:4px 0 0;font-size:11px}.family-visits-heading button{color:#416078;cursor:pointer;background:#fff;border:1px solid #d6e1eb;border-radius:7px;align-items:center;gap:6px;padding:8px 11px;font-weight:700;display:flex}.family-visits-list{display:grid}.family-visits-list>div{border-top:1px solid #edf1f5;grid-template-columns:76px minmax(0,1fr) auto;align-items:center;gap:14px;padding:13px 18px;display:grid}.family-visits-list>div:first-child{border-top:0}.family-visit-date{color:#1c87c4;gap:3px;display:grid}.family-visit-date b{text-transform:capitalize}.family-visit-date small,.family-visits-list p small{color:#7a8ea2}.family-visits-list p{gap:4px;margin:0;display:grid}.family-visits-list i{border-radius:999px;padding:5px 8px;font-size:10px;font-style:normal}.family-visits-empty{color:#8093a6;justify-content:center;align-items:center;gap:12px;min-height:120px;display:flex}.family-visits-empty div{gap:4px;display:grid}.family-visits-empty span{font-size:11px}.shifts-page.selecting .shift-card{cursor:pointer;outline:2px dashed #4b9ac0}.finance-settings{background:#f6faff;justify-content:space-between;align-items:center;gap:15px;min-height:72px;padding:14px 18px;display:flex}.finance-settings div{gap:4px;display:grid}.finance-settings strong{color:#2c455c;font-size:12px}.finance-settings small{color:#788b9e;font-size:10px}.finance-settings button{border:0}.staff-table{overflow-x:auto}.staff-table-head,.staff-table-row{grid-template-columns:minmax(190px,1.4fr) minmax(125px,.9fr) minmax(190px,1.2fr) 120px 105px 120px;align-items:center;gap:14px;min-width:960px;padding:13px 18px;display:grid}.staff-table-head{color:#60758a;text-transform:uppercase;background:#f7f9fc;font-size:10px;font-weight:800}.staff-table-row{color:#536a80;border-top:1px solid #e6edf3;min-height:76px;font-size:11px}.staff-table-row>div{align-items:center;gap:10px;display:flex}.staff-table-row p{margin:0}.staff-table-row p strong,.staff-table-row p small,.staff-contact small{display:block}.staff-table-row p strong{color:#233b52;font-size:12px}.staff-table-row p small,.staff-contact small{color:#8292a3;margin-top:3px;font-size:9px}.staff-table-row>i{border-radius:20px;justify-self:start;padding:5px 8px;font-size:9px;font-style:normal}.shift-roster{overflow-x:auto}.shift-roster-head,.shift-roster-row{grid-template-columns:210px repeat(7,minmax(100px,1fr));align-items:stretch;min-width:980px;display:grid}.shift-roster-head{color:#60758b;text-align:center;background:#f7f9fc;min-height:60px;font-size:10px}.shift-roster-head>*{border-right:1px solid #e3eaf1;place-items:center;padding:10px;display:grid}.shift-roster-head strong{justify-items:start}.shift-roster-row{border-top:1px solid #e5ecf2;min-height:72px}.shift-roster-row>div{border-right:1px solid #e8eef3;place-items:center;padding:7px;display:grid}.shift-roster-row>div:first-child{align-content:center;place-items:start center}.shift-roster-row>div:first-child strong,.shift-roster-row>div:first-child small{width:100%;display:block}.shift-roster-row>div:first-child strong{color:#263e55;font-size:11px}.shift-roster-row>div:first-child small{color:#8091a2;margin-top:4px;font-size:9px}.shift-slot .shift-card{text-align:left;cursor:pointer;border:0;border-left:3px solid #438cd0;width:100%;min-height:48px;margin:0;padding:7px}.shift-slot .empty-shift{color:#9aabba;opacity:0;cursor:pointer;background:0 0;border:1px dashed #d2dde7;border-radius:6px;width:28px;height:28px}.shift-slot:hover .empty-shift,.selecting .empty-shift{opacity:1}.resident-finance-table{overflow-x:auto}.resident-finance-head,.resident-finance-row{grid-template-columns:minmax(210px,1.4fr) 105px 110px 120px 90px 110px;align-items:center;gap:12px;min-width:820px;padding:13px 18px;display:grid}.resident-finance-head{color:#60758a;text-transform:uppercase;background:#f7f9fc;font-size:10px;font-weight:800}.resident-finance-row{color:#536a80;border-top:1px solid #e6edf3;min-height:74px;font-size:11px}.resident-finance-row>div{align-items:center;gap:10px;display:flex}.resident-finance-row p{margin:0}.resident-finance-row p strong,.resident-finance-row p small{display:block}.resident-finance-row p strong{color:#263d54;font-size:12px}.resident-finance-row p small{color:#8192a3;margin-top:3px;font-size:9px}.resident-finance-row>i{color:#6b7e91;background:#f1f3f5;border-radius:20px;justify-self:start;padding:5px 8px;font-size:9px;font-style:normal}.resident-finance-row>button{color:#347b9e;cursor:pointer;background:#fff;border:1px solid #d5e1ea;border-radius:7px;padding:8px 10px;font-size:10px;font-weight:700}@media (width<=650px){.family-portal-hero{grid-template-columns:34px 1fr;align-items:start}.family-portal-hero>div:last-child{flex-wrap:wrap;grid-column:1/-1}.family-portal-hero button{flex:1;justify-content:center}.family-visits-heading{align-items:flex-start}.family-visits-list>div{grid-template-columns:64px 1fr}.family-visits-list i{grid-column:2;justify-self:start}}.finance-settings-modal{grid-template-rows:auto minmax(0,1fr) auto;width:min(560px,100vw - 28px)!important;max-height:calc(100vh - 28px)!important;padding:0!important;display:grid!important;overflow:hidden!important}.finance-settings-modal>header{border-bottom:1px solid #e2e9f0;justify-content:space-between;align-items:center;min-height:76px;padding:19px 30px;display:flex}.finance-settings-modal>header>div{color:#879bb4;align-items:center;gap:14px;display:flex}.finance-settings-modal h2{color:#15223a;margin:0;font-size:22px}.finance-settings-modal>header>button{color:#8ba0b7;cursor:pointer;background:0 0;border:0;font-size:34px}.finance-settings-body{gap:20px;padding:28px 30px;display:grid;overflow-y:auto}.finance-settings-body>p{color:#637894;margin:0;font-size:15px;line-height:1.5}.finance-settings-body>label{gap:8px;display:grid}.finance-settings-body label>span{color:#8ca0bb;letter-spacing:.05em;text-transform:uppercase;font-size:12px;font-weight:800}.money-input{background:#fff;border:1px solid #d8e2ec;border-radius:12px;grid-template-columns:28px 1fr;align-items:center;min-height:50px;padding:0 14px;display:grid!important}.money-input b{color:#8ca0bb;font-size:18px}.money-input input{outline:0;width:100%;background:0 0!important;border:0!important;min-height:46px!important;padding:0!important;font-size:16px!important}.finance-settings-body>section{border-top:1px solid #e4eaf0;padding-top:20px}.finance-settings-body>section>label{gap:7px;display:grid}.finance-settings-body label small{color:#607590;font-size:12px;line-height:1.4}.finance-settings-body>section input{margin-top:4px;border-radius:12px!important;height:50px!important;font-size:15px!important}.finance-setting-toggle{justify-content:space-between;align-items:center;gap:16px;display:flex}.finance-setting-toggle>div{gap:4px;display:grid}.finance-setting-toggle strong{color:#30425c;font-size:14px}.finance-setting-toggle small{color:#657b96;font-size:12px;line-height:1.4}.finance-setting-toggle>button{cursor:pointer;background:#dce5ef;border:0;border-radius:20px;flex:none;width:48px;height:28px;padding:3px;transition:all .2s;position:relative}.finance-setting-toggle>button i{background:#fff;border-radius:50%;width:22px;height:22px;transition:all .2s;display:block;box-shadow:0 1px 4px #1c2f4633}.finance-setting-toggle>button.selected{background:#168dcc}.finance-setting-toggle>button.selected i{transform:translate(20px)}.finance-settings-modal>footer{background:#fff;border-top:1px solid #e2e9f0;grid-template-columns:1fr 1fr;gap:14px;padding:18px 30px 24px;display:grid}.finance-settings-modal>footer button{color:#34465f;cursor:pointer;background:#fff;border:1px solid #d8e1eb;border-radius:11px;justify-content:center;align-items:center;gap:8px;min-height:50px;font-size:15px;font-weight:700;display:flex}.finance-settings-modal>footer .primary{color:#fff;border:0}@media (width<=600px){.finance-settings-modal>header{min-height:68px;padding:16px 18px}.finance-settings-modal h2{font-size:19px}.finance-settings-body{padding:22px 18px}.finance-settings-modal>footer{padding:14px 18px 18px}}.pharmacy-barcode-entry{grid-template-columns:1fr auto;gap:9px;display:grid}.pharmacy-barcode-entry button{color:#147daf;cursor:pointer;background:#edf8fe;border:1px solid #bcd9ea;border-radius:10px;justify-content:center;align-items:center;gap:7px;min-width:120px;padding:0 14px;font-weight:700;display:flex}.pharmacy-barcode-entry button.selected{color:#b7374b;background:#fff0f2;border-color:#e5a7b1}.entry-barcode-camera{aspect-ratio:16/8;background:#0d1825;border-radius:12px;width:min(480px,100%);margin:6px auto 0;position:relative;overflow:hidden}.entry-barcode-camera video{object-fit:cover;width:100%;height:100%}.entry-barcode-camera:after{content:"";border:2px solid #5dd7ff;border-radius:9px;position:absolute;inset:15%;box-shadow:0 0 0 999px #040c166b}.entry-barcode-camera span{z-index:1;color:#fff;letter-spacing:0;text-transform:none;white-space:nowrap;background:#040d18bf;border-radius:20px;padding:5px 9px;font-size:10px;position:absolute;bottom:10px;left:50%;transform:translate(-50%)}.pharmacy-entry-modal .camera-error{color:#bd4053;letter-spacing:0;text-transform:none;font-size:10px;font-weight:500}@media (width<=600px){.pharmacy-barcode-entry{grid-template-columns:1fr}.pharmacy-barcode-entry button{min-height:44px}}.resident-wizard{width:min(900px,100vw - 32px);max-height:92vh;overflow:auto}.wizard-progress{grid-template-columns:repeat(5,1fr);gap:8px;margin:4px 0 20px;display:grid}.wizard-progress button{color:#8292a3;background:0 0;border:0;border-bottom:2px solid #dfe7ef;align-items:center;gap:8px;padding:10px 8px;font-weight:700;display:flex}.wizard-progress button b{background:#eef2f6;border-radius:50%;place-items:center;width:25px;height:25px;display:grid}.wizard-progress button.selected{color:#087fc6;border-bottom-color:#087fc6}.wizard-progress button.selected b,.wizard-progress button.complete b{color:#fff;background:#087fc6}.wizard-step[hidden]{display:none}.wizard-step{gap:15px;display:grid}.wizard-step h3{margin:0 0 4px;font-size:20px}.wizard-step fieldset{border:0;margin:0;padding:0}.wizard-step legend{color:#354f69;margin-bottom:8px;font-weight:700}.wizard-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.choice-cards{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.choice-cards label{position:relative}.choice-cards input{opacity:0;position:absolute}.choice-cards span{text-align:center;border:1px solid #d7e2ec;border-radius:10px;padding:12px;display:block}.choice-cards input:checked+span{color:#087fc6;background:#edf7fd;border-color:#1789ce}.upload-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.upload-grid label{cursor:pointer;background:#fafcff;border:1px dashed #bfcfdd;border-radius:12px;align-items:center;gap:12px;min-height:92px;padding:15px;display:flex}.upload-grid input{max-width:210px;margin-left:auto}.wizard-actions{border-top:1px solid #e1e8ef;justify-content:space-between;gap:12px;margin-top:18px;padding-top:18px;display:flex}.wizard-actions button{min-width:112px}.support-types{grid-template-columns:repeat(4,1fr)}.support-attachment{color:#327ca4;cursor:pointer;border:1px dashed #bdd0df;border-radius:10px;align-items:center;gap:8px;padding:12px;display:flex}.support-attachment input{max-width:220px;margin-left:auto}.modal-footer-actions{justify-content:flex-end;gap:10px;display:flex}.family-access-modal{width:min(560px,100%);max-height:min(820px,92vh);overflow:auto}.family-password{grid-template-columns:1fr 42px;gap:8px;display:grid}.family-password button{color:#4f6f88;background:#fff;border:1px solid #cbd9e8;border-radius:7px;place-items:center;padding:0;display:grid}.family-resident-picker{border:0;min-width:0;margin:0;padding:0}.family-resident-picker legend{color:#466461;margin-bottom:8px;font-size:12px;font-weight:700}.family-resident-picker>div{grid-template-columns:1fr 1fr;gap:7px;max-height:250px;padding:2px;display:grid;overflow:auto}.family-resident-picker label{background:#fafcfe;border:1px solid #e0e8ef;border-radius:8px;grid-template-columns:none;align-items:center;gap:8px;padding:9px;display:flex}.family-resident-picker label input{width:auto}.family-resident-picker label span{color:#2c455d;font-size:11px;display:grid}.family-resident-picker label small{color:#8595a4;margin-top:2px;font-weight:400}.family-resident-picker p{color:#c64a59;margin:8px 0 0;font-size:10px}.family-access-modal .submit:disabled{opacity:.5;cursor:not-allowed}.inventory-page>.module-card{margin-bottom:20px;padding:0;overflow:hidden}.inventory-page .house-stock,.inventory-page .essential-supplies,.inventory-page .other-supplies{border-bottom:1px solid #e1e8ef;padding:18px 20px}.inventory-page .section-action{margin-bottom:16px}.inventory-page .section-action h2,.inventory-page .other-supplies h2{margin:0 0 3px;font-size:17px}.inventory-page .section-action small{color:#6f8192}.inventory-add{color:#fff!important;background:#d97800!important;border-color:#d97800!important}.stock-heading-icon,.report-heading-icon{vertical-align:middle;color:#c87400;background:#fff4d7;border-radius:9px;place-items:center;width:32px;height:32px;margin-right:8px;display:inline-grid}.report-heading-icon{color:#5b55d9;background:#ecebff}.essential-supplies h3,.other-supplies h3{color:#8392a1;letter-spacing:.1em;text-transform:uppercase;margin:0 0 16px;font-size:11px}.essential-supplies h3{color:#8795a4}.essential-supplies h3:first-letter{color:#f2a400}.other-supplies h3{color:#8795a4}.other-supplies p{color:#8a98a6;margin:0;font-size:12px;font-style:italic}.supply-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.supply-card-grid>article{background:#fffdfd;border:1px solid #efcdd4;border-radius:13px;grid-template-columns:76px 1fr;align-items:center;gap:14px;min-height:168px;padding:20px;display:grid}.supply-quantity{text-align:center;border:8px solid #f4f4f6;border-radius:50%;place-content:center;width:72px;height:72px;display:grid}.supply-quantity b{color:#d81f4d;font-size:19px}.supply-quantity small{color:#8795a4;font-size:8px}.supply-copy{justify-items:start;gap:4px;display:grid}.supply-copy strong{font-size:15px}.supply-copy small{color:#78899b}.supply-copy i{padding:3px 8px}.supply-card-grid>article>.row-buttons{grid-column:1/-1;display:flex}.supply-card-grid>article>.row-buttons button:first-child{flex:1}.supply-card-grid .history-only{background:0 0;border:0;width:36px;padding:0}.compact-stock-list{gap:8px;display:grid}.compact-stock-list>div{border-bottom:1px solid #edf1f5;grid-template-columns:1fr auto auto;align-items:center;gap:14px;padding:10px 0;display:grid}.inventory-page>.monthly-consumption{padding:0}.monthly-consumption .section-action{border-bottom:1px solid #e1e8ef;margin:0;padding:16px 20px}.monthly-consumption .section-action>div:last-child{align-items:center;gap:8px;display:flex}.monthly-consumption .section-action h2{font-size:16px}.monthly-consumption .section-action small{text-transform:capitalize;margin-left:43px;display:block}.consumption-table>div{border-bottom:1px solid #edf1f5;grid-template-columns:2fr repeat(3,1fr);padding:13px 20px;display:grid}.consumption-table>div:first-child{color:#748596;text-transform:uppercase;letter-spacing:.07em;font-size:10px}.consumption-table>p{text-align:center;color:#8594a3;margin:0;padding:24px}.inventory-page>.module-card>.module-tabs{padding:0 24px}.inventory-page .resident-supplies{padding:22px 24px}.inventory-page .resident-supplies .section-action input{width:min(360px,48%)}.staff-actions{position:relative;overflow:visible!important}.staff-actions>button{letter-spacing:2px;place-items:center;width:38px;height:34px;padding:0;font-size:16px;display:grid;color:#587087!important;background:#fff!important;border:1px solid #d7e2eb!important;border-radius:9px!important}.staff-actions>.action-menu{z-index:30;border-radius:11px;width:170px;padding:7px;top:40px;right:0}.staff-actions>.action-menu button{border:1px solid #dce5ed;border-radius:8px;min-height:38px;padding:0 11px;font-size:11px;font-weight:700}.staff-actions>.action-menu button+button{margin-top:4px}.status-filter-buttons{background:#f1f4f8;border-radius:9px;align-items:center;gap:3px;padding:3px;display:flex}.status-filter-buttons button{background:0 0;border:0;padding:8px 13px}.status-filter-buttons button.selected{color:#5848d8;background:#fff;box-shadow:0 1px 4px #192d411a}.round-heading{align-items:center;gap:8px;margin:20px 0 12px;padding:0;font-size:16px;display:flex}.round-heading .ui-icon{color:#6755e7}.pharmacy-subtabs{border-bottom:1px solid #e2e9ef;flex-wrap:wrap;align-items:center;gap:8px;padding:14px 18px;display:flex}.pharmacy-subtabs button:nth-child(3){margin-left:auto}.icon-action{place-items:center;width:44px;height:44px;padding:0;display:grid}.nutrition-date{align-items:center;gap:8px;display:flex}.nutrition-date button{width:34px;height:34px;padding:0}.nutrition-date strong{text-transform:uppercase;letter-spacing:.06em;padding:0 10px;font-size:12px}.inspection-download{justify-content:center;align-items:center;gap:8px;display:flex;box-shadow:0 7px 16px #5335ee2e;color:#fff!important;background:#5335ee!important;border-color:#5335ee!important;border-radius:9px!important;min-height:46px!important;padding:0 20px!important}.inspection-documents{margin-top:22px}.inspection-documents>.module-toolbar{background:0 0;border:0;align-items:center;padding:0 0 16px}.inspection-documents>.module-toolbar button{color:#33475f;cursor:pointer;background:#fff;border:1px solid #d5e0ea;border-radius:9px;justify-content:center;align-items:center;gap:7px;min-height:42px;padding:0 14px;display:flex}.inspection-documents .pharmacy-caption{margin-right:auto}.inspection-documents .pharmacy-caption strong{color:#17233a;align-items:center;gap:9px;font-size:18px;display:flex}.inspection-documents .pharmacy-caption strong .ui-icon{color:#16a2df}.inspection-document-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.inspection-document-grid>article{background:#fff;border:1px solid #dce5ed;border-radius:13px;gap:13px;min-height:275px;padding:17px;display:grid;box-shadow:0 2px 5px #1837540f}.inspection-document-grid h3{margin:0 0 5px;font-size:15px}.inspection-document-grid small{color:#78899a;text-transform:uppercase;letter-spacing:.06em;font-size:10px}.inspection-document-grid label{color:#758697;gap:6px;font-size:11px;display:grid}.inspection-document-grid label>span{align-items:center;gap:5px;display:flex}.inspection-document-grid label em{color:#9aa6b2;font-size:9px;font-style:normal}.inspection-document-grid input{width:100%;height:38px}.act-book-modal{grid-template-rows:auto minmax(0,1fr) auto;width:min(600px,100vw - 28px)!important;max-height:calc(100vh - 28px)!important;padding:0!important;display:grid!important;overflow:hidden!important}.act-book-modal>header{border-bottom:1px solid #e3e9f0;justify-content:space-between;align-items:center;min-height:82px;padding:20px 30px;display:flex}.act-book-modal>header>div{color:#792dff;align-items:center;gap:14px;display:flex}.act-book-modal h2{color:#111d34;margin:0;font-size:25px}.act-book-modal>header>button{color:#8da0b7;cursor:pointer;background:0 0;border:0;font-size:34px}.act-book-body{gap:24px;padding:24px 30px;display:grid;overflow-y:auto}.act-book-dates{grid-template-columns:1fr 1fr;gap:20px;display:grid}.act-book-dates label{gap:8px;display:grid}.act-book-dates span,.act-book-body legend{color:#42546e;letter-spacing:.04em;text-transform:uppercase;font-size:13px;font-weight:800}.act-book-dates input{border-radius:11px!important;height:52px!important;font-size:16px!important}.act-book-body fieldset{background:#f8fafd;border:1px solid #e3e9f0;border-radius:14px;gap:12px;margin:0;padding:18px 20px;display:grid}.act-book-body legend{padding:0 0 10px}.act-book-body fieldset label{color:#354761;align-items:center;gap:13px;font-size:16px;display:flex}.act-book-body fieldset input{accent-color:#7c29ff;width:22px;height:22px}.act-book-modal>footer{background:#fff;border-top:1px solid #e2e9f0;justify-content:flex-end;gap:14px;padding:22px 30px 26px;display:flex}.act-book-modal>footer button{color:#34465f;cursor:pointer;background:#fff;border:1px solid #d7e1eb;border-radius:10px;justify-content:center;align-items:center;gap:8px;min-width:130px;min-height:50px;font-size:16px;display:flex}.act-book-modal>footer .primary{color:#fff;background:#5534ef;border:0;min-width:205px;box-shadow:0 8px 18px #5334ef2e}@media (width<=600px){.act-book-modal>header{min-height:70px;padding:17px 18px}.act-book-modal h2{font-size:20px}.act-book-body{padding:21px 18px}.act-book-dates{grid-template-columns:1fr}.act-book-modal>footer{grid-template-columns:1fr 1fr;padding:14px 18px 18px;display:grid}.act-book-modal>footer button,.act-book-modal>footer .primary{min-width:0}}.inspection-upload-zone{color:#8293a4;text-align:center;border:1px dashed #cad6e0;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:7px;min-height:112px;padding:12px;display:flex}.inspection-upload-zone button{color:#287ea8;background:0 0;border:0}.finance-metrics article{border-top:1px solid #dce6ee;grid-template-columns:48px 1fr;align-items:center;gap:16px;min-height:145px;display:grid}.finance-metrics article div{display:grid}.finance-metrics article small{text-transform:uppercase;letter-spacing:.08em;order:-1;justify-self:end}.finance-metrics article span:not(.metric-icon){margin-top:8px}.shift-metrics article{border-top:1px solid #dce6ee;grid-template-columns:46px 1fr;align-items:center;gap:12px;min-height:86px;display:grid}.shift-metrics article div{display:grid}.shift-metrics article div span{color:#687b8e}.shift-metrics article div strong{font-size:23px}.shifts-page .module-actionbar>div:last-child button{align-items:center;gap:8px;display:inline-flex}.shift-schedule-card{overflow:hidden}.shift-toolbar{border-bottom:1px solid #e4ebf2;grid-template-columns:auto auto minmax(180px,1fr) 170px 165px;align-items:center;gap:12px;padding:18px;display:grid}.shift-week-navigation{background:#f6f9fc;border:1px solid #dce5ed;border-radius:10px;padding:3px;display:flex}.shift-week-navigation button{color:#536a81;cursor:pointer;background:0 0;border:0;border-radius:7px;min-width:38px;height:34px;padding:0 10px}.shift-week-navigation button:nth-child(2){background:#fff;font-weight:700;box-shadow:0 1px 4px #1d31471f}.shift-period{min-width:150px;display:grid}.shift-period small{color:#8b9cae;letter-spacing:.08em;text-transform:uppercase;font-size:9px;font-weight:800}.shift-period strong{color:#263e56;margin-top:3px;font-size:12px}.shift-search{color:#8194a7;background:#f9fbfd;border:1px solid #d9e3ec;border-radius:9px;align-items:center;gap:8px;min-height:42px;padding:0 12px;display:flex!important}.shift-search input{width:100%;background:0 0!important;border:0!important;outline:0!important}.shift-toolbar>select{color:#52687e;background:#fff;border:1px solid #d9e3ec;border-radius:9px;min-height:42px;padding:0 10px}.shift-legend{color:#687e92;background:#fbfcfe;border-bottom:1px solid #e7edf3;align-items:center;gap:18px;min-height:44px;padding:9px 18px;font-size:10px;display:flex}.shift-legend span{align-items:center;gap:6px;display:flex}.shift-legend i{border-radius:50%;width:9px;height:9px}.shift-legend .scheduled{background:#438cd0}.shift-legend .active{background:#0ca16f}.shift-legend .finished{background:#9aa8b5}.shift-legend small{color:#93a2b1;margin-left:auto}.shift-roster-head,.shift-roster-row{grid-template-columns:230px repeat(7,minmax(106px,1fr))}.shift-roster-head{text-transform:capitalize;background:#f5f8fb}.shift-roster-head .today{color:#137fc3;background:#eaf6ff;font-weight:800}.shift-roster-row>div:first-child{grid-template-columns:34px 1fr;gap:10px;padding-left:14px;place-items:center start!important}.shift-roster-row>div:first-child p{margin:0}.shift-avatar{color:#476680;background:#edf3fa;border-radius:50%;place-items:center;width:32px;height:32px;font-size:10px;font-weight:800;display:grid}.shift-slot .empty-shift{opacity:.5;border-radius:9px;place-items:center;width:34px;height:34px;display:grid}.shift-slot:hover .empty-shift{color:#1687c8;opacity:1;background:#eef9ff;border-color:#69b2dc}.shift-slot .shift-card{background:#eef6ff;border-radius:8px}.shift-slot .shift-card.shift-activo{background:#edf9f4}.shift-slot .shift-card.shift-finalizado{background:#f2f4f6}.shift-slot .shift-card strong{font-size:10px}.shift-slot .shift-card small{text-transform:capitalize}.shift-entry-modal{width:min(760px,100vw - 28px)!important;padding:0!important;display:block!important;overflow:hidden!important}.shift-entry-header{border-bottom:1px solid #e2e9f1;grid-template-columns:58px 1fr 40px;align-items:center;gap:16px;padding:24px 32px;display:grid}.shift-entry-header>span{color:#1688cc;background:#eaf7ff;border-radius:14px;place-items:center;width:58px;height:58px;display:grid}.shift-entry-header h2{color:#121d35;margin:0;font-size:24px}.shift-entry-header p{color:#8da0b7;margin:4px 0 0;font-size:13px}.shift-entry-header button{color:#8b9db4;cursor:pointer;background:0 0;border:0;font-size:34px}.shift-entry-body{gap:27px;padding:28px 32px;display:grid}.shift-entry-body section{gap:18px;display:grid}.shift-entry-body h3{color:#1486c7;letter-spacing:.08em;text-transform:uppercase;border-bottom:1px solid #d8eaf5;margin:0;padding-bottom:12px;font-size:13px}.shift-entry-body label{text-transform:uppercase;display:grid;color:#8398b1!important;letter-spacing:.07em!important;gap:9px!important;font-size:12px!important}.shift-entry-body label em{color:#8398b1}.shift-entry-body input,.shift-entry-body select,.shift-entry-body textarea{letter-spacing:0;text-transform:none;border-radius:12px!important;min-height:54px!important;font-size:15px!important}.shift-entry-grid{gap:20px;display:grid}.shift-entry-grid.two{grid-template-columns:1fr 1fr}.shift-entry-grid.three{grid-template-columns:1.2fr 1fr 1fr}.shift-entry-footer{background:#fbfcfe;border-top:1px solid #e2e9f1;justify-content:flex-end;gap:12px;padding:18px 32px;display:flex}.shift-entry-footer button{color:#5d7389;cursor:pointer;background:#fff;border:1px solid #d7e1ea;border-radius:10px;min-width:130px;min-height:46px;font-size:14px}.shift-entry-footer .primary{color:#fff;border:0;min-width:190px}.staff-entry-modal{grid-template-rows:auto minmax(0,1fr) auto;width:min(860px,100vw - 28px)!important;max-height:calc(100vh - 28px)!important;padding:0!important;display:grid!important;overflow:hidden!important}.staff-entry-header{border-bottom:1px solid #e0e8f0;justify-content:space-between;align-items:center;min-height:92px;padding:24px 32px;display:flex}.staff-entry-header h2{color:#121d35;margin:0;font-size:25px}.staff-entry-header button{color:#8da0b7;cursor:pointer;background:0 0;border:0;font-size:34px}.staff-entry-body{gap:25px;padding:28px 32px;display:grid;overflow-y:auto}.staff-entry-body fieldset{border:0;min-width:0;margin:0;padding:0}.staff-entry-body legend,.staff-entry-body label{color:#34465f;letter-spacing:0;align-content:start;gap:9px;font-size:14px;font-weight:500;display:grid}.staff-entry-body label>span{align-items:center;gap:4px;display:inline-flex}.staff-entry-body label em{color:#c9374b;font-style:normal}.staff-segmented{background:#f7f9fc;border:1px solid #d8e2eb;border-radius:10px;grid-template-columns:1fr 1fr;margin-top:10px;display:grid;overflow:hidden}.staff-segmented button{color:#43566f;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;gap:10px;min-height:52px;font-size:16px;display:flex}.staff-segmented button.selected{color:#fff;background:#148dca}.staff-segmented.compact{margin:0}.staff-entry-grid{align-items:start;gap:22px 20px;display:grid}.staff-entry-grid.two{grid-template-columns:1fr 1fr}.staff-full-name input:not([type=hidden]),.staff-entry-grid input,.staff-entry-grid select{border-radius:11px!important;height:54px!important;min-height:54px!important;font-size:15px!important}.staff-entry-grid label small{color:#70839a;margin-top:-2px;font-size:11px;font-weight:400;line-height:1.4}.staff-entry-footer{background:#fff;border-top:1px solid #e1e8ef;grid-template-columns:1fr 1fr;gap:15px;padding:20px 32px 28px;display:grid}.staff-entry-footer button{color:#34465e;cursor:pointer;background:#fff;border:1px solid #d7e1ea;border-radius:10px;min-height:52px;font-size:16px}.staff-entry-footer .primary{color:#fff;border:0}@media (width<=900px){.shift-toolbar{grid-template-columns:auto 1fr 1fr}.shift-search{grid-column:1/-1}.shift-legend small{display:none}}@media (width<=600px){.shift-toolbar{grid-template-columns:1fr}.shift-week-navigation{justify-content:space-between}.shift-toolbar>select{width:100%}.shift-period{text-align:center}.shift-legend{gap:10px;overflow-x:auto}.shift-entry-modal{padding:0!important}.shift-entry-header{grid-template-columns:46px 1fr 30px;gap:11px;padding:17px}.shift-entry-header>span{width:46px;height:46px}.shift-entry-header h2{font-size:20px}.shift-entry-header p{font-size:11px}.shift-entry-body{padding:22px 17px}.shift-entry-grid.two,.shift-entry-grid.three{grid-template-columns:1fr}.shift-entry-footer{padding:14px 17px;position:sticky;bottom:0}.shift-entry-footer button{flex:1;min-width:0}.staff-entry-modal{padding:0!important}.staff-entry-header{min-height:72px;padding:18px}.staff-entry-header h2{font-size:20px}.staff-entry-body{padding:22px 17px}.staff-entry-grid.two{grid-template-columns:1fr}.staff-segmented button{font-size:13px}.staff-entry-footer{background:#fff;padding:14px 17px;position:sticky;bottom:0}}.staff-metrics article{border-top:1px solid #dce6ee;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:14px;min-height:86px;display:grid}.staff-metrics .metric-icon{place-items:center;width:48px;height:48px;padding:0;line-height:0;display:grid}.staff-metrics .metric-icon .ui-icon{margin:auto;display:block}.staff-metrics article div{display:grid}.staff-metrics article div span{color:#687b8e}.staff-metrics article div strong{font-size:23px}.staff-page>.module-card{box-shadow:none;background:0 0;border:0;overflow:visible}.staff-page>.module-card>.module-toolbar{background:#fff;border:1px solid #dce5ed;border-bottom:0;border-radius:13px 13px 0 0}.staff-page>.module-card>.module-tabs{background:#fff;border:1px solid #dce5ed;border-top:0;border-radius:0 0 13px 13px}.staff-page .staff-table{background:#fff;border:1px solid #dce5ed;border-radius:13px;margin-top:20px;overflow:visible;box-shadow:0 2px 5px #1837540d}.inspection-card-actions{justify-content:flex-end;gap:8px;display:flex}@media (width<=1050px){.inspection-document-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.inspection-heading{flex-direction:column;align-items:flex-start}.inspection-heading>div:last-child{flex-wrap:wrap;width:100%}.inspection-download{flex:1}}@media (width<=680px){.inspection-document-grid{grid-template-columns:1fr}.inspection-heading h2{font-size:23px}.inspection-heading>div:last-child{width:100%;display:grid}.inspection-download{width:100%}.inspection-documents>.module-toolbar{flex-direction:column;align-items:stretch}.inspection-documents>.module-toolbar button{justify-content:center}}@media (width<=800px){.supply-card-grid{grid-template-columns:1fr}.inventory-page .resident-supplies .section-action input{width:100%}}@media (width<=720px){.wizard-progress span{display:none}.wizard-progress button{justify-content:center}.wizard-grid,.upload-grid{grid-template-columns:1fr}}.dark .module-page,.dark .staff-page,.dark .finance-page,.dark .inspection-page,.dark .help-page{color:#dce6f1}.dark .module-heading h1,.dark .module-heading h2,.dark .section-action h2,.dark .pharmacy-caption strong,.dark .inspection-documents .pharmacy-caption strong,.dark .inspection-document-grid h3,.dark .help-category h3,.dark .help-no-results h3,.dark .nutrition-section-toolbar h2,.dark .nutrition-empty h3,.dark .staff-table-row p strong,.dark .resident-finance-row p strong,.dark .finance-list>div>b{color:#eef5fb}.dark .module-heading p,.dark .module-toolbar span,.dark .staff-table-row,.dark .resident-finance-row,.dark .help-category p,.dark .help-detail p,.dark .nutrition-empty p{color:#9fb0c2}.dark .module-card,.dark .staff-page>.module-card>.module-toolbar,.dark .staff-page>.module-card>.module-tabs,.dark .staff-page .staff-table,.dark .inspection-document-grid>article,.dark .help-category,.dark .help-detail,.dark .release-notes,.dark .nutrition-stock-view,.dark .nutrition-purchases-view,.dark .nutrition-recipes-view,.dark .food-stock-table,.dark .resident-finance-table{background:#172438;border-color:#304158;box-shadow:0 2px 8px #030a1438}.dark .staff-page>.module-card{background:0 0}.dark .module-toolbar,.dark .module-tabs,.dark .staff-table-head,.dark .resident-finance-head,.dark .data-table-head,.dark .intake-head,.dark .food-stock-table>div:first-child,.dark .shift-roster-head,.dark .shift-legend{color:#9fb0c2;background:#1b2a3f;border-color:#304158}.dark .staff-table-row,.dark .resident-finance-row,.dark .data-table-row,.dark .finance-list>div,.dark .intake-row,.dark .food-stock-table>div,.dark .purchase-list article{border-color:#2b3c52}.dark .module-toolbar input,.dark .module-toolbar select,.dark .help-search,.dark .help-search input,.dark .nutrition-section-toolbar>label,.dark .shift-search,.dark .shift-toolbar>select,.dark .money-input{color:#e4edf6;background:#111d2e;border-color:#34475e}.dark .help-search input::placeholder,.dark .module-toolbar input::placeholder{color:#7f93a8}.dark .status-filter-buttons,.dark .nutrition-main-tabs,.dark .medication-main-tabs,.dark .shift-week-navigation{background:#111d2e;border-color:#304158}.dark .status-filter-buttons button.selected,.dark .nutrition-main-tabs button.selected,.dark .medication-main-tabs button.selected,.dark .shift-week-navigation button:nth-child(2){box-shadow:0 2px 8px #00000047;color:#edf5fb!important;background:#24354b!important}.dark .module-actionbar button:not(.primary):not(.danger),.dark .row-buttons button:not(.primary):not(.danger),.dark .section-action button:not(.primary):not(.danger),.dark .module-toolbar button:not(.primary):not(.danger),.dark .inspection-documents>.module-toolbar button,.dark .nutrition-section-toolbar>button:not(.primary),.dark .help-detail-actions button,.dark .language-buttons button,.dark .resident-finance-row>button,.dark .staff-actions>button{color:#d7e3ee!important;background:#203148!important;border-color:#3a4d64!important}.dark .staff-actions>button:hover,.dark .module-actionbar button:not(.primary):not(.danger):hover,.dark .row-buttons button:not(.primary):not(.danger):hover{background:#29405a!important;border-color:#4c6680!important}.dark .action-menu,.dark .staff-actions>.action-menu{background:#172438;border-color:#3a4d64;box-shadow:0 14px 35px #0000006b}.dark .staff-actions>.action-menu button{color:#d7e3ee;background:#203148;border-color:#3a4d64}.dark .inspection-advice{background:#102c40;border-color:#24516a}.dark .inspection-advice h4{color:#8dd5f6}.dark .inspection-advice p{color:#79bad9}.dark .inspection-upload-zone{color:#91a4b8;background:#111d2e;border-color:#455a72}.dark .help-hero{background:linear-gradient(135deg,#172a3d,#172438)}.dark .help-hero h3{color:#edf5fb}.dark .help-detail li{color:#b7c5d3;background:#1a293d;border-color:#34475e}.dark .help-tour-card{background:#172438;border-color:#3a4d64}.dark .help-tour-card h3{color:#edf5fb}.dark .help-tour-card>p{color:#b7c5d3}.dark .help-tour-actions button:not(.primary){color:#d7e3ee;background:#203148;border-color:#3a4d64}.dark .modal:not(.resident-edit-wizard):not(.resident-wizard),.dark .staff-entry-modal,.dark .event-entry-modal,.dark .shift-entry-modal,.dark .finance-settings-modal,.dark .act-book-modal{color:#dce6f1;background:#172438;border-color:#3a4d64}.dark .modal .panel-title,.dark .staff-entry-header,.dark .event-entry-header,.dark .shift-entry-header,.dark .finance-settings-modal>header,.dark .act-book-modal>header{border-color:#304158}.dark .modal .panel-title h2,.dark .staff-entry-header h2,.dark .event-entry-header h2,.dark .shift-entry-header h2,.dark .finance-settings-modal h2,.dark .act-book-modal h2{color:#eef5fb}.dark .staff-entry-body legend,.dark .staff-entry-body label,.dark .finance-setting-toggle strong,.dark .act-book-dates span,.dark .act-book-body legend{color:#b7c5d3}.dark .staff-segmented,.dark .act-book-body fieldset{background:#111d2e;border-color:#34475e}.dark .staff-segmented button{color:#bdcad7}.dark .staff-entry-footer,.dark .staff-edit-footer,.dark .event-entry-footer,.dark .shift-entry-footer,.dark .finance-settings-modal>footer,.dark .act-book-modal>footer,.dark .inventory-entry-modal>footer{background:#142033;border-color:#304158}.dark .staff-entry-footer button:not(.primary),.dark .staff-edit-footer button:not(.primary),.dark .event-entry-footer button:not(.primary),.dark .shift-entry-footer button:not(.primary),.dark .finance-settings-modal>footer button:not(.primary),.dark .act-book-modal>footer button:not(.primary){color:#d7e3ee;background:#203148;border-color:#3a4d64}.dark .event-entry-modal .event-entry-body input:not([type=checkbox]),.dark .event-entry-modal .event-entry-body select,.dark .event-entry-modal .event-entry-body textarea{color:#e4edf6!important;background:#111d2e!important;border-color:#34475e!important}.nutrition-main-tabs{background:#edf2f7;border:1px solid #dce5ee;border-radius:16px;align-items:center;gap:8px;min-height:74px;padding:9px 14px;display:flex}.nutrition-main-tabs button{color:#62768d;cursor:pointer;background:0 0;border:0;border-radius:13px;justify-content:center;align-items:center;gap:11px;min-width:142px;min-height:56px;padding:0 20px;font-size:15px;font-weight:700;display:flex}.nutrition-main-tabs button .ui-icon{flex:none}.nutrition-main-tabs button.selected{color:#17243a;background:#fff;box-shadow:0 5px 14px #1a2d421a}.nutrition-main-tabs button:hover:not(.selected){color:#344d65;background:#ffffff7a}@media (width<=760px){.nutrition-main-tabs{min-height:64px;padding:7px;overflow-x:auto}.nutrition-main-tabs button{min-width:max-content;min-height:48px;padding:0 15px;font-size:13px}}.nutrition-recipes-view{min-height:430px}.nutrition-recipes-toolbar{border-bottom:1px solid #e2e9ef;grid-template-columns:minmax(210px,1fr) minmax(280px,1.25fr) auto;align-items:center;gap:20px;padding:20px 24px;display:grid}.nutrition-recipes-toolbar h2{color:#233a51;margin:0;font-size:17px}.nutrition-recipes-toolbar p{color:#7a8ea2;margin:4px 0 0;font-size:11px}.nutrition-recipes-toolbar>label{color:#8ba0b5;border:1px solid #d7e2eb;border-radius:10px;align-items:center;gap:9px;min-height:46px;padding:0 14px;display:flex}.nutrition-recipes-toolbar input{background:0 0;border:0;outline:0;width:100%}.nutrition-recipes-toolbar>button{border:0;align-items:center;gap:7px;min-height:46px;display:flex}.nutrition-recipes-view .recipe-grid{padding:22px}.recipes-empty{text-align:center;place-items:center;min-height:330px;padding:34px;display:grid}.recipes-empty>span{color:#5782a6;background:#eef5fb;border-radius:15px;place-items:center;width:58px;height:58px;display:grid}.recipes-empty h3{color:#30485f;margin:15px 0 5px;font-size:17px}.recipes-empty p{color:#7a8ea2;max-width:390px;margin:0;font-size:12px}.recipes-empty button{border:0;align-items:center;gap:7px;margin-top:18px;display:flex}@media (width<=760px){.nutrition-recipes-toolbar{grid-template-columns:1fr}.nutrition-recipes-toolbar>button{justify-content:center}.recipes-empty{min-height:270px}}.nutrition-stock-view,.nutrition-purchases-view{min-height:430px}.nutrition-section-toolbar{border-bottom:1px solid #e2e9ef;grid-template-columns:minmax(210px,1fr) minmax(260px,1.1fr) auto auto;align-items:center;gap:12px;padding:20px 24px;display:grid}.nutrition-section-toolbar h2{color:#233a51;margin:0;font-size:17px}.nutrition-section-toolbar p{color:#7a8ea2;margin:4px 0 0;font-size:11px}.nutrition-section-toolbar>label{color:#8ba0b5;border:1px solid #d7e2eb;border-radius:10px;align-items:center;gap:9px;min-height:44px;padding:0 13px;display:flex}.nutrition-section-toolbar input{background:0 0;border:0;outline:0;width:100%}.nutrition-section-toolbar>button{color:#526980;cursor:pointer;background:#fff;border:1px solid #d5e0e9;border-radius:9px;justify-content:center;align-items:center;gap:7px;min-height:44px;padding:0 14px;display:flex}.nutrition-section-toolbar>button.primary{border:0}.nutrition-stock-summary{grid-template-columns:repeat(2,minmax(0,190px));gap:12px;padding:20px 24px 0;display:grid}.nutrition-stock-summary article{box-shadow:none;border:1px solid #dfe7ef;border-radius:11px;align-items:center;gap:11px;padding:14px;display:flex}.nutrition-stock-summary article>span{color:#dc7900;background:#fff1dd;border-radius:9px;place-items:center;width:38px;height:38px;display:grid}.nutrition-stock-summary article:nth-child(2)>span{color:#d63c55;background:#fff0f2}.nutrition-stock-summary small,.nutrition-stock-summary strong{display:block}.nutrition-stock-summary small{color:#7d90a3;text-transform:uppercase;font-size:9px}.nutrition-stock-summary strong{color:#263e55;margin-top:2px;font-size:19px}.food-stock-table{border:1px solid #dfe7ef;border-radius:11px;margin:18px 24px 24px;overflow:hidden}.food-stock-table>div{border-top:1px solid #e6edf3;grid-template-columns:minmax(220px,1.5fr) .7fr .7fr .7fr;align-items:center;gap:12px;min-height:62px;padding:11px 16px;display:grid}.food-stock-table>div:first-child{color:#71859a;text-transform:uppercase;background:#f8fafc;border:0;min-height:43px;font-size:9px}.food-stock-table>div>span:first-child{align-items:center;gap:10px;display:flex}.food-stock-table i{color:#dc7900;background:#fff1dd;border-radius:8px;place-items:center;width:34px;height:34px;display:grid}.food-stock-table strong{color:#2c445b;font-size:11px}.food-stock-table b,.food-stock-table span{color:#63798e;font-size:10px}.food-stock-table em{border-radius:20px;justify-self:start;padding:5px 8px;font-size:9px;font-style:normal}.nutrition-empty{text-align:center;place-items:center;min-height:300px;padding:32px;display:grid}.nutrition-empty>span{color:#dc7900;background:#fff1dd;border-radius:15px;place-items:center;width:58px;height:58px;display:grid}.nutrition-empty h3{color:#30485f;margin:14px 0 5px;font-size:17px}.nutrition-empty p{color:#7a8ea2;max-width:390px;margin:0;font-size:12px}.nutrition-empty button{border:0;align-items:center;gap:7px;margin-top:17px;display:flex}.purchase-list{padding:18px 24px 24px;display:grid}.purchase-list article{min-height:70px;box-shadow:none;border-width:0 0 1px;border-radius:0;grid-template-columns:40px 1fr auto 110px;align-items:center;gap:12px;padding:12px 14px;display:grid}.purchase-list article>span{color:#5284aa;background:#eef5fb;border-radius:9px;place-items:center;width:38px;height:38px;display:grid}.purchase-list p{margin:0}.purchase-list p strong,.purchase-list p small{display:block}.purchase-list p strong{color:#2d455c;font-size:11px}.purchase-list p small,.purchase-list time{color:#8193a5;margin-top:3px;font-size:9px}.purchase-list b{color:#2d455c;font-size:12px}.purchase-list time{text-align:right}@media (width<=820px){.nutrition-section-toolbar{grid-template-columns:1fr 1fr}.nutrition-section-toolbar>div,.nutrition-section-toolbar>label{grid-column:1/-1}.food-stock-table{overflow-x:auto}.food-stock-table>div{min-width:650px}}@media (width<=560px){.nutrition-section-toolbar{grid-template-columns:1fr}.nutrition-section-toolbar>*{grid-column:auto!important}.nutrition-stock-summary{grid-template-columns:1fr 1fr}.purchase-list article{grid-template-columns:40px 1fr}.purchase-list b,.purchase-list time{text-align:left;grid-column:2}}.staff-edit-modal .staff-entry-body{gap:24px}.staff-credentials{color:#0877b3;background:#edf9ff;border:1px solid #91daf7;border-radius:11px;grid-template-columns:42px 1fr auto;align-items:center;gap:13px;padding:16px;display:grid}.staff-credentials>span{place-items:center;display:grid}.staff-credentials strong,.staff-credentials small{display:block}.staff-credentials strong{font-size:14px}.staff-credentials small{color:#52a5d3;margin-top:4px;font-size:11px}.staff-credentials button{color:#fff;cursor:pointer;background:#118dcc;border:0;border-radius:9px;min-height:38px;padding:0 14px;font-size:12px;font-weight:750}.staff-employed-check{align-self:end;align-items:center;min-height:54px;font-size:15px!important;display:flex!important}.staff-employed-check input{width:18px!important;min-height:18px!important}.staff-edit-footer{border-top:1px solid #e1e8ef;grid-template-columns:130px 1fr 1.15fr;gap:14px;padding:20px 32px 28px;display:grid}.staff-edit-footer button{color:#34465e;cursor:pointer;background:#fff;border:1px solid #d7e1ea;border-radius:10px;min-height:50px;font-size:16px}.staff-edit-footer .danger{color:#e8001e;border-color:#ffb5bd}.staff-edit-footer .primary{color:#fff;border:0}@media (width<=600px){.staff-credentials{grid-template-columns:36px 1fr}.staff-credentials button{grid-column:1/-1}.staff-edit-footer{background:#fff;grid-template-columns:1fr 1fr;padding:14px 17px;position:sticky;bottom:0}.staff-edit-footer .primary{grid-area:1/1/auto/-1}.staff-edit-footer .danger{grid-column:1}}.dark .nutrition-main-tabs{background:#111d2e;border-color:#304158}.dark .nutrition-main-tabs button.selected{color:#edf5fb;background:#24354b;box-shadow:0 2px 8px #00000047}.dark .nutrition-main-tabs button:hover:not(.selected){color:#dce6f1;background:#1d3047}.dark .nutrition-recipes-view,.dark .nutrition-stock-view,.dark .nutrition-purchases-view{background:#172438;border-color:#304158}.dark .nutrition-recipes-toolbar,.dark .nutrition-section-toolbar{border-color:#304158}.dark .nutrition-recipes-toolbar h2,.dark .nutrition-section-toolbar h2,.dark .recipes-empty h3,.dark .nutrition-empty h3,.dark .food-stock-table strong,.dark .purchase-list p strong,.dark .purchase-list b{color:#eef5fb}.dark .nutrition-recipes-toolbar>label,.dark .nutrition-section-toolbar>label{background:#111d2e;border-color:#34475e}.dark .nutrition-section-toolbar>button:not(.primary){color:#d7e3ee;background:#203148;border-color:#3a4d64}.dark .food-stock-table,.dark .food-stock-table>div:first-child{background:#1b2a3f;border-color:#304158}.dark .food-stock-table>div,.dark .purchase-list article{border-color:#2b3c52}.dark .staff-edit-footer{background:#142033;border-color:#304158}.dark .staff-edit-footer button:not(.primary){color:#d7e3ee;background:#203148;border-color:#3a4d64}.dark .staff-edit-footer .danger{color:#ff8798;border-color:#8f4350}.dark .staff-credentials{color:#8dd5f6;background:#102c40;border-color:#245f7e}.dark .resident-metrics article,.dark .resident-directory,.dark .medication-filterbar,.dark .medication-round,.dark .medication-empty,.dark .round-controls,.dark .pharmacy-workspace,.dark .tasks-workspace,.dark .daily-menu-grid button,.dark .supply-card-grid>article,.dark .shift-card{background:#172438;border-color:#304158;box-shadow:0 2px 8px #030a1438}.dark .resident-metrics span,.dark .resident-table-row,.dark .medication-round p small{color:#9fb0c2}.dark .resident-metrics strong,.dark .resident-table-row .resident-name strong,.dark .medication-round p strong,.dark .round-heading,.dark .daily-menu-grid strong{color:#eef5fb}.dark .resident-filters,.dark .resident-table-head,.dark .pharmacy-subtabs,.dark .scanner-row,.dark .pharmacy-search,.dark .scanner-panel{color:#9fb0c2;background:#1b2a3f;border-color:#304158}.dark .resident-filters input,.dark .care-filter>button,.dark .medication-filterbar>label,.dark .pharmacy-search>label,.dark .scanner-row>label,.dark .medication-control-actions label{color:#dbe6f0;background:#111d2e;border-color:#34475e}.dark .care-filter-menu{background:#172438;border-color:#3a4d64;box-shadow:0 14px 35px #0000006b}.dark .care-filter-menu button{color:#c5d2df}.dark .care-filter-menu button:hover,.dark .care-filter-menu button.selected{color:#76cef5;background:#203a54}.dark .resident-table-head{border-color:#304158}.dark .resident-table-row{border-color:#2b3c52}.dark .resident-table-row:hover{background:#1c2d43}.dark .table-pagination button{color:#d7e3ee;background:#203148;border-color:#3a4d64}.dark .table-pagination button:disabled{color:#718499;background:#18263a}.dark .actas-heading,.dark .actas-filter-tabs,.dark .composer-tabs{border-color:#304158}.dark .actas-heading h2{color:#eef5fb}.dark .actas-search-row label,.dark .date-filter{color:#c4d2df;background:#111d2e;border-color:#34475e}.dark .actas-search-row input{color:#e4edf6;background:0 0}.dark .actas-filter-tabs button.selected{color:#72c8f1;background:#203a54;border-color:#41617d}.dark .actas-composer-card textarea{color:#e4edf6;background:#111d2e;border-color:#34475e}.dark .medication-main-tabs{background:#111d2e!important}.dark .medication-main-tabs button{color:#9fb0c2!important}.dark .medication-main-tabs button.selected{color:#edf5fb!important;background:#24354b!important}.dark .round-controls button:not(.primary),.dark .pharmacy-subtabs button:not(.primary),.dark .scanner-row button:not(.primary),.dark .pharmacy-search button:not(.primary){color:#d7e3ee;background:#203148;border-color:#3a4d64}.dark .round-controls button.selected,.dark .pharmacy-subtabs button.selected{color:#9c91ff;background:#293d58}.dark .medication-date-nav{background:#111d2e;border-color:#34475e}.dark .medication-date-nav button{color:#c6d4e1;background:#1b2a3f}.dark .medication-date-nav strong,.dark .medication-control-actions select{color:#e4edf6}.dark .medication-filterbar .status-filter-buttons{background:#111d2e}.dark .medication-filterbar .status-filter-buttons button{color:#aebdcc}.dark .medication-filterbar .status-filter-buttons button.selected{color:#c0b8ff;background:#293d58}.dark .medication-round>div{border-color:#2b3c52}.dark .medication-round>div:hover{background:#1c2d43}.dark .medication-round .row-buttons button:not(.primary),.dark .pharmacy-table .row-buttons button:not(.primary){color:#d7e3ee;background:#203148;border-color:#3a4d64}.dark .daily-menu-grid button,.dark .intake-table{border-color:#304158}.dark .daily-menu-grid button:hover{background:#1c2d43}.dark .intake-row>div strong{color:#eef5fb}.dark .intake-row>button:not(.intake-completa):not(.intake-rechazada){color:#aebdcc;background:#203148;border-color:#3a4d64}.dark .shift-toolbar,.dark .shift-roster-head,.dark .shift-roster-row,.dark .tasks-toolbar,.dark .tasks-filters,.dark .calendar-weekdays,.dark .agenda-day{border-color:#304158}.dark .shift-slot .shift-card,.dark .shift-slot .shift-card.shift-activo,.dark .shift-slot .shift-card.shift-finalizado{background:#1c3047}.dark .shift-avatar{color:#b9c9d8;background:#24364c}.dark .shift-roster-head .today{background:#17354d}.dark .supply-card-grid>article{border-color:#51404d}.dark .action-trigger{color:#d7e3ee;box-shadow:none;background:#203148;border-color:#3a4d64}.dark .action-trigger:hover{background:#29405a;border-color:#4c6680}.login-back{color:#477075;cursor:pointer;background:0 0;border:0;justify-self:start;padding:0 0 8px;font-weight:700}.login-back:hover{color:#147dcc}.marketing-site .button-link{color:#26404f;white-space:nowrap;background:#ffffffc7;border:1px solid #c8dadd;border-radius:10px;height:42px;padding:0 17px;font-size:14px;font-weight:750;line-height:1;transition:all .2s}.marketing-site .button-link:hover{color:#087fbe;background:#fff;border-color:#8db6c1;transform:translateY(-1px)}.marketing-site .workflow-copy h2,.marketing-site .demo-copy h2{color:#fff}.marketing-site .module-grid article{flex-direction:column;min-height:370px;padding:0;display:flex;overflow:hidden}.marketing-site .module-shot{background:#eaf2f4;border-bottom:1px solid #dbe6e8;height:166px;position:relative;overflow:hidden}.marketing-site .module-shot img{object-fit:cover;object-position:left top;width:100%;height:100%;transition:transform .35s;display:block}.marketing-site .module-grid article:hover .module-shot img{transform:scale(1.035)}.marketing-site .module-shot span{color:#fff;letter-spacing:.04em;text-transform:uppercase;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#091c2bdb;border-radius:7px;width:auto;height:auto;padding:6px 9px;font:700 10px Inter,sans-serif;position:absolute;bottom:11px;left:12px}.marketing-site .module-card-copy{flex-direction:column;flex:1;padding:23px;display:flex}.marketing-site .module-card-copy h3{margin-top:0}.marketing-site .module-card-copy a{margin-top:auto}.marketing-site .actual-product-preview{min-height:520px}.marketing-site .actual-preview-window{aspect-ratio:16/10;background:#fff;border:1px solid #d8e6e7;border-radius:18px;width:100%;position:relative;overflow:hidden;transform:rotate(1deg);box-shadow:0 35px 80px #17384a2e}.marketing-site .actual-preview-window img{object-fit:cover;object-position:left top;width:100%;height:100%;display:block}.marketing-site .problem-section{grid-template-columns:minmax(130px,.32fr) minmax(430px,1.35fr) minmax(280px,.78fr);align-items:center;gap:48px;max-width:1120px;display:grid}.marketing-site .problem-section .section-heading{max-width:none;display:contents}.marketing-site .problem-section .eyebrow{max-width:150px;margin:0}.marketing-site .problem-section .section-heading h2{max-width:570px}.marketing-site .problem-section .section-heading>p:not(.eyebrow){max-width:330px;margin:0}.marketing-site .problem-section .outcomes{grid-column:1/-1;width:100%}.marketing-site .trust-strip .origin-proof{text-align:left;background:#fff;border:1px solid #d7e7e5;border-radius:15px;align-items:center;gap:13px;width:fit-content;max-width:calc(100% - 32px);margin:-49px auto 25px;padding:14px 22px;display:flex;box-shadow:0 14px 34px #17384a14}.marketing-site .trust-strip .origin-proof .marketing-mark{color:#1088cf;flex:none}.marketing-site .trust-strip .origin-proof p{letter-spacing:0;text-transform:none;flex-direction:column;gap:3px;margin:0;display:flex}.marketing-site .trust-strip .origin-proof strong{color:#122335;font:750 15px Outfit,sans-serif}.marketing-site .trust-strip .origin-proof small{color:#657b87;font-size:12px}.marketing-site .trust-strip .trust-roles{justify-content:center;display:flex}@media (width<=620px){.marketing-site .module-grid article{min-height:350px}.marketing-site .module-shot{height:175px}.marketing-site .actual-product-preview{min-height:370px}.marketing-site .actual-preview-window{transform:none}.marketing-site .problem-section{max-width:1200px;display:block}.marketing-site .problem-section .section-heading{display:block}.marketing-site .problem-section .eyebrow{max-width:none;margin-bottom:18px}.marketing-site .problem-section .section-heading>p:not(.eyebrow){max-width:none;margin-top:18px}.marketing-site .trust-strip .origin-proof{align-items:flex-start;padding:13px 15px}}@media (width>=621px) and (width<=980px){.marketing-site .problem-section{grid-template-columns:minmax(110px,.32fr) minmax(330px,1fr)}.marketing-site .problem-section .section-heading>p:not(.eyebrow){grid-column:2;max-width:620px}}.marketing-site{--m-navy:#0d2030;--m-blue:#1088cf;--m-mint:#16b78c;--m-ink:#122335;--m-muted:#5f7482;--m-line:#dbe7e9;color:var(--m-ink);background:#f8fbfa;min-height:100vh;font-family:Inter,sans-serif;overflow:hidden}.marketing-site *{box-sizing:border-box}.marketing-site button,.marketing-site input,.marketing-site textarea,.marketing-site select{font:inherit}.marketing-nav{z-index:20;justify-content:space-between;align-items:center;gap:28px;max-width:1240px;height:82px;margin:auto;padding:0 24px;display:flex;position:relative}.marketing-brand{color:var(--m-blue);align-items:center;gap:12px;text-decoration:none;display:flex}.marketing-brand span{flex-direction:column;display:flex}.marketing-brand strong{color:var(--m-ink);font:750 22px/1 Outfit,sans-serif}.marketing-brand small{color:#6f8490;margin-top:4px;font-size:11px}.marketing-nav nav{gap:30px;margin-left:auto;display:flex}.marketing-nav nav a{color:#405663;font-size:14px;font-weight:650;text-decoration:none}.marketing-nav nav a:hover{color:var(--m-blue)}.marketing-nav-actions{align-items:center;gap:10px;display:flex}.button-link{color:#26404f;cursor:pointer;background:0 0;border:0;padding:12px;font-weight:700}.button-primary,.button-secondary,.button-white{cursor:pointer;border:0;border-radius:12px;justify-content:center;align-items:center;gap:10px;padding:15px 21px;font-weight:750;text-decoration:none;transition:all .2s;display:inline-flex}.button-primary{color:#fff;background:linear-gradient(135deg,#118dd4,#0879bc);box-shadow:0 10px 24px #0b85ca32}.button-primary:hover{transform:translateY(-2px);box-shadow:0 14px 30px #0b85ca42}.button-primary.small{border-radius:10px;padding:11px 17px;font-size:14px}.button-secondary{color:#17384a;background:#fff;border:1px solid #cddde1}.button-white{color:#0e4160;background:#fff}.marketing-menu-button{display:none}.marketing-hero{grid-template-columns:.92fr 1.08fr;align-items:center;gap:58px;max-width:1240px;margin:0 auto;padding:72px 24px 90px;display:grid;position:relative}.marketing-hero:before{content:"";filter:blur(2px);z-index:0;background:#dff5ef;border-radius:50%;width:620px;height:620px;position:absolute;top:-170px;right:-270px}.hero-copy,.product-preview{z-index:1;position:relative}.eyebrow{color:#097aad;letter-spacing:.095em;text-transform:uppercase;align-items:center;gap:9px;margin:0 0 18px;font-size:13px;font-weight:800;display:flex}.eyebrow span{background:var(--m-mint);border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 5px #16b78c1f}.marketing-hero h1{letter-spacing:-.045em;max-width:660px;margin:0;font:760 clamp(46px,5.2vw,72px)/.98 Outfit,sans-serif}.marketing-hero h1 em{color:var(--m-blue);font-style:normal}.hero-lead{color:var(--m-muted);max-width:590px;margin:27px 0;font-size:19px;line-height:1.55}.hero-actions{gap:12px;display:flex}.hero-checks{color:#59707d;flex-wrap:wrap;gap:10px 20px;margin:24px 0 0;padding:0;font-size:12px;list-style:none;display:flex}.hero-checks li:before{content:"✓";color:var(--m-mint);margin-right:6px;font-weight:900}.product-preview{align-items:center;min-height:520px;display:flex}.preview-glow{filter:blur(40px);opacity:.42;background:linear-gradient(135deg,#94d9ef,#91e0c9);position:absolute;inset:11% 3% 8%}.preview-window{background:#fff;border:1px solid #d8e6e7;border-radius:18px;grid-template-columns:125px 1fr;width:100%;min-height:420px;display:grid;position:relative;overflow:hidden;transform:rotate(1deg);box-shadow:0 35px 80px #17384a2e}.preview-sidebar{color:#a9bdc7;background:#10273a;flex-direction:column;gap:8px;padding:20px 12px;display:flex}.preview-logo{color:#fff;align-items:center;gap:8px;margin:2px 6px 22px;display:flex}.preview-logo .marketing-mark{color:var(--m-blue)}.preview-sidebar>span{border-radius:8px;align-items:center;gap:8px;padding:10px;font-size:9px;font-weight:650;display:flex}.preview-sidebar>span i{border:1px solid;border-radius:3px;width:10px;height:10px}.preview-sidebar>span.selected{color:#fff;background:#1b4965}.preview-main{background:#f3f7f7;padding:18px 20px}.preview-top{color:#9aabb1;background:#fff;border-radius:9px;justify-content:space-between;align-items:center;height:42px;padding:0 13px;font-size:9px;display:flex}.preview-top b{background:var(--m-mint);color:#fff;border-radius:7px;padding:8px 10px}.preview-main h3{margin:25px 0 2px;font:700 22px Outfit}.preview-main>p{color:#7e919a;margin:0 0 15px;font-size:10px}.preview-stats{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.preview-stats article{background:#fff;border:1px solid #dbe7e9;border-radius:11px;padding:13px}.preview-stats small{color:#718793;font-size:8px;display:block}.preview-stats strong{margin:5px 0;font:750 24px Outfit;display:block}.preview-stats i{color:#149b76;font-size:7px;font-style:normal}.preview-panel{background:#fff;border:1px solid #dbe7e9;border-radius:12px;margin-top:12px;overflow:hidden}.preview-panel header{border-bottom:1px solid #e6eeee;justify-content:space-between;padding:12px;font-size:9px;display:flex}.preview-panel header span{color:#e35a69}.preview-panel>div{color:#637987;border-bottom:1px solid #eef3f3;align-items:center;gap:8px;padding:11px 12px;font-size:8px;display:flex}.preview-panel>div b{color:#0c86c9;text-transform:uppercase;margin-left:auto;font-size:7px}.dot{background:#ee6373;border-radius:50%;width:7px;height:7px}.dot-1{background:#e6a129}.dot-2{background:#4b8ded}.preview-float{background:#fff;border:1px solid #dce8e9;border-radius:13px;align-items:center;gap:10px;padding:13px 17px;display:flex;position:absolute;bottom:18px;right:-16px;box-shadow:0 18px 35px #17384a25}.preview-float>span{color:#0c9b72;background:#dff8ef;border-radius:50%;place-items:center;width:30px;height:30px;font-weight:900;display:grid}.preview-float div{flex-direction:column;display:flex}.preview-float b{font-size:10px}.preview-float small{color:#748895;margin-top:3px;font-size:8px}.trust-strip{text-align:center;background:#fff;border-block:1px solid #e3ecec;padding:25px 24px}.trust-strip p{text-transform:uppercase;letter-spacing:.12em;color:#82949c;font-size:12px;font-weight:800}.trust-strip div{color:#415966;flex-wrap:wrap;justify-content:center;gap:54px;font:700 14px Outfit;display:flex}.marketing-section{max-width:1200px;margin:0 auto;padding:110px 24px}.section-heading{max-width:700px}.section-heading.centered{text-align:center;margin:0 auto}.section-heading.centered .eyebrow{justify-content:center}.section-heading h2,.workflow-copy h2,.demo-copy h2{letter-spacing:-.035em;margin:0;font:750 clamp(34px,4vw,52px)/1.08 Outfit}.section-heading>p:not(.eyebrow){color:var(--m-muted);font-size:18px;line-height:1.6}.outcomes{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:58px;display:grid}.outcomes article{background:#fff;border-top:1px solid #cbdadd;border-radius:0 0 16px 16px;padding:29px}.outcomes strong{color:#80a0a8;font-size:13px}.outcomes h3{margin:35px 0 8px;font:700 22px Outfit}.outcomes p,.module-grid p,.role-grid p{color:var(--m-muted);line-height:1.6}.modules-section{padding-top:40px}.module-grid{grid-template-columns:repeat(4,1fr);gap:15px;margin-top:48px;display:grid}.module-grid article{background:#fff;border:1px solid #dbe6e8;border-radius:17px;min-height:260px;padding:25px;transition:all .2s}.module-grid article:hover{transform:translateY(-4px);box-shadow:0 16px 36px #16374712}.module-grid article>span{color:#087dbd;background:#e8f5fb;border-radius:12px;place-items:center;width:42px;height:42px;font:750 17px Outfit;display:grid}.module-grid article:nth-child(3n+2)>span{color:#06936c;background:#e4f8ef}.module-grid article:nth-child(3n)>span{color:#d76a1f;background:#fff0e5}.module-grid h3{margin:20px 0 8px;font:700 20px Outfit}.module-grid p{font-size:14px}.module-grid a{color:#087ebd;align-items:center;gap:7px;margin-top:20px;font-size:13px;font-weight:750;text-decoration:none;display:flex}.workflow-section{background:var(--m-navy);color:#fff;border-radius:28px;grid-template-columns:.9fr 1.1fr;gap:90px;max-width:1280px;margin:35px auto;padding:80px;display:grid}.eyebrow.light{color:#62d8b7}.workflow-copy>p:not(.eyebrow){color:#aac0ca;margin:22px 0 30px;font-size:17px;line-height:1.7}.workflow-list{margin:0;padding:0;list-style:none}.workflow-list li{border-bottom:1px solid #ffffff1e;gap:20px;padding:25px 0;display:flex}.workflow-list li>span{color:#69dcb9;background:#18425c;border-radius:50%;flex:0 0 42px;place-items:center;height:42px;font-weight:800;display:grid}.workflow-list h3{margin:0 0 7px;font:700 20px Outfit}.workflow-list p{color:#9eb5c0;margin:0;line-height:1.55}.role-grid{grid-template-columns:repeat(3,1fr);gap:18px;margin-top:48px;display:grid}.role-grid article{background:#eff7f5;border-radius:18px;padding:31px}.role-grid article:nth-child(2){background:#edf5fb}.role-grid article:nth-child(3){background:#fff4e9}.role-grid article>span{text-transform:uppercase;letter-spacing:.08em;color:#0b8870;font-size:12px;font-weight:800}.role-grid h3{font:700 23px/1.25 Outfit}.role-grid ul{color:#526b78;padding-left:19px;line-height:2}.security-band{background:#fff;border:1px solid #cfe2df;border-radius:22px;justify-content:space-between;align-items:center;gap:50px;max-width:1200px;margin:0 auto 60px;padding:38px;display:flex}.security-band>div{align-items:center;gap:19px;display:flex}.security-icon{color:#098f6c;background:#dff6ee;border-radius:15px;place-items:center;width:52px;height:52px;font-size:28px;display:grid}.security-band h2{max-width:570px;margin:0;font:700 27px Outfit}.security-band .eyebrow{margin-bottom:7px}.security-band>p{max-width:390px;color:var(--m-muted);line-height:1.6}.faq-section{grid-template-columns:.75fr 1.25fr;gap:90px;display:grid}.faq-list details{background:#fff;border-bottom:1px solid #d8e4e6;padding:24px 6px}.faq-list summary{cursor:pointer;justify-content:space-between;font:700 18px Outfit;list-style:none;display:flex}.faq-list summary:after{content:"+";color:var(--m-blue);font-size:24px}.faq-list details[open] summary:after{content:"−"}.faq-list p{color:var(--m-muted);max-width:680px;margin:15px 0 0;line-height:1.6}.demo-section{color:#fff;background:linear-gradient(135deg,#0d2639,#103e56);border-radius:28px;grid-template-columns:.85fr 1.15fr;gap:70px;max-width:1200px;margin:30px auto 90px;padding:65px;display:grid}.demo-copy>p:not(.eyebrow){color:#b0c3cb;font-size:17px;line-height:1.65}.demo-copy ul{margin-top:30px;padding:0;list-style:none}.demo-copy li{color:#d9e5e8;margin:14px 0}.demo-copy li:before{content:"✓";color:#5ce0bc;background:#27bc9124;border-radius:50%;place-items:center;width:23px;height:23px;margin-right:10px;display:inline-grid}.demo-form{color:var(--m-ink);background:#fff;border-radius:19px;padding:28px;box-shadow:0 25px 60px #0616215c}.demo-form>div{grid-template-columns:1fr 1fr;gap:13px;display:grid}.demo-form label{color:#4d6471;flex-direction:column;gap:7px;margin-bottom:13px;font-size:12px;font-weight:750;display:flex}.demo-form input,.demo-form textarea,.demo-form select{color:#132838;background:#f9fbfb;border:1px solid #cedde1;border-radius:10px;outline:none;padding:13px 14px}.demo-form input:focus,.demo-form textarea:focus,.demo-form select:focus{border-color:#1a99d5;box-shadow:0 0 0 3px #1a99d51a}.button-primary.full{width:100%;margin-top:3px}.demo-form>small{color:#80939c;text-align:center;margin-top:12px;font-weight:400;display:block}.form-success,.form-error{border-radius:9px;padding:11px 13px;font-size:13px}.form-success{color:#087759;background:#e5f8f0}.form-error{color:#b93945;background:#fff0f0}.website-field{position:absolute!important;left:-9999px!important}.marketing-footer{color:#a9bdc7;background:#091c2b;grid-template-columns:auto 1fr auto;align-items:center;gap:35px;padding:48px max(24px,50vw - 600px);display:grid}.marketing-footer .marketing-brand strong{color:#fff}.marketing-footer p{font-size:13px}.marketing-footer>div{gap:20px;display:flex}.marketing-footer button,.marketing-footer a:not(.marketing-brand){color:#dbe8ec;cursor:pointer;background:0 0;border:0;text-decoration:none}.marketing-footer>small{border-top:1px solid #ffffff18;grid-column:1/-1;padding-top:24px;font-size:11px}@media (width<=980px){.marketing-nav nav{background:#fff;border:1px solid #dce7e9;border-radius:14px;flex-direction:column;padding:18px;display:none;position:absolute;top:72px;left:20px;right:20px;box-shadow:0 20px 40px #17384a20}.marketing-nav nav.is-open{display:flex}.marketing-menu-button{background:#edf5f5;border:0;border-radius:9px;width:42px;height:42px;margin-left:auto;display:block}.marketing-nav-actions .button-link{display:none}.marketing-hero{grid-template-columns:1fr;padding-top:45px}.hero-copy{text-align:center}.eyebrow{justify-content:center}.hero-lead{margin-inline:auto}.hero-actions,.hero-checks{justify-content:center}.product-preview{width:100%;max-width:750px;margin:auto}.module-grid{grid-template-columns:repeat(2,1fr)}.workflow-section{grid-template-columns:1fr;gap:35px;margin-inline:18px;padding:55px}.role-grid{grid-template-columns:1fr}.security-band{flex-direction:column;align-items:flex-start;margin-inline:24px}.faq-section{grid-template-columns:1fr;gap:35px}.demo-section{grid-template-columns:1fr;margin-inline:18px}.marketing-footer{grid-template-columns:1fr}.marketing-footer>small{grid-column:auto}}@media (width<=620px){.marketing-nav{height:70px;padding:0 17px}.marketing-nav-actions .button-primary{display:none}.marketing-hero{padding:42px 18px 65px}.marketing-hero h1{font-size:43px}.hero-lead{font-size:17px}.hero-actions{flex-direction:column}.hero-actions>*{width:100%}.hero-checks{text-align:left;display:grid}.product-preview{min-height:370px}.preview-window{grid-template-columns:76px 1fr;min-height:325px}.preview-sidebar{padding:12px 6px}.preview-logo b,.preview-sidebar>span{font-size:0}.preview-sidebar>span{justify-content:center}.preview-main{padding:11px}.preview-main h3{margin-top:17px;font-size:17px}.preview-top b{display:none}.preview-stats{gap:5px}.preview-stats article{padding:8px}.preview-stats strong{font-size:19px}.preview-panel>div{padding:9px 7px}.preview-float{bottom:1px;right:5px}.trust-strip div{gap:20px}.marketing-section{padding:78px 18px}.section-heading h2,.workflow-copy h2,.demo-copy h2{font-size:36px}.outcomes,.module-grid{grid-template-columns:1fr}.workflow-section{border-radius:20px;padding:42px 24px}.security-band{padding:25px}.security-band>div{align-items:flex-start}.security-band h2{font-size:23px}.demo-section{border-radius:20px;padding:38px 20px}.demo-form{padding:20px}.demo-form>div{grid-template-columns:1fr}.marketing-footer{padding:42px 22px}}
