*{box-sizing:border-box}#root,body,html{margin:0;min-height:100%;width:100%}body{background:#f4f7fb;color:#172033;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}button{font-family:inherit}.app,.sidebar{display:flex;min-height:100vh}.sidebar{background:linear-gradient(180deg,#062642,#041f38 50%,#031a2f);bottom:0;color:#fff;flex-direction:column;left:0;padding:20px 14px;position:fixed;top:0;width:250px;z-index:20}.brand{align-items:center;display:flex;gap:12px;padding:3px 9px 25px}.brand-symbol{font-size:27px}.brand-name{font-size:17px;font-weight:800}.brand-subtitle{color:#32d179;font-size:12px;font-weight:800;letter-spacing:1px;margin-top:3px}.sidebar-nav{display:flex;flex-direction:column;gap:4px}.nav-label{color:#a5b5c6;font-size:10px;font-weight:700;margin:20px 10px 6px}.nav-button{align-items:center;background:#0000;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:14px;gap:13px;padding:11px 13px;text-align:left;transition:.15s ease;width:100%}.nav-button:hover{background:#ffffff14}.nav-button.active{background:linear-gradient(90deg,#1267cb,#1673df)}.nav-icon{font-size:19px;text-align:center;width:23px}.alert-badge{background:#e82d31;border-radius:50%;color:#fff;display:grid;font-size:11px;font-weight:800;height:23px;margin-left:auto;place-items:center;width:23px}.help-box{align-items:center;border:1px solid #ffffff1c;border-radius:11px;display:flex;gap:11px;margin-top:auto;padding:14px}.help-icon{font-size:22px}.help-box strong{display:block;font-size:12px}.help-box small{color:#61aef6;display:block;font-size:11px;margin-top:3px}.main{margin-left:250px;min-height:100vh;width:calc(100% - 250px)}.topbar{align-items:center;background:#fff;border-bottom:1px solid #e1e6ec;display:flex;height:84px;justify-content:space-between;padding:0 25px}.topbar h2{font-size:16px;margin:0 0 5px}.topbar p{color:#586474;font-size:12px;margin:0}.topbar-actions{align-items:center;display:flex;gap:11px}.notification-button,.topbar-button{background:#fff;border:1px solid #e1e6ed;border-radius:8px;cursor:pointer;height:42px}.topbar-button{padding:0 14px}.notification-button{position:relative;width:44px}.notification-button span{background:#df292d;border-radius:50%;color:#fff;display:grid;font-size:10px;height:18px;place-items:center;position:absolute;right:-5px;top:-5px;width:18px}.page-content{padding:20px}.card{background:#fff;border:1px solid #e0e6ed;border-radius:10px;box-shadow:0 2px 5px rgba(18,33,54,.035)}.stats-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(4,minmax(150px,1fr)) 1.7fr;margin-bottom:14px}.stat-card{align-items:center;display:flex;gap:17px;min-height:115px;padding:18px 21px}.stat-icon{border:4px solid;border-radius:50%;display:grid;font-size:26px;font-weight:700;height:48px;place-items:center;width:48px}.stat-icon.green{color:#12aa5c}.stat-icon.yellow{color:#efa900}.stat-icon.red{color:#df2b2b}.stat-icon.blue{color:#1a6fd2}.stat-title{font-size:11px;font-weight:700}.stat-number{font-size:29px;font-weight:700;line-height:1;margin:5px 0 8px}.stat-subtitle{color:#657080;font-size:11px}.completion-card{align-items:center;display:flex;gap:38px;justify-content:center;text-align:center}.completion-number{font-size:29px;font-weight:700;margin:5px 0 7px}.completion-donut{background:conic-gradient(#14aa5d 0deg 280deg,#f1ac00 280deg 330deg,#db2d2d 330deg 1turn);border-radius:50%;height:67px;position:relative;width:67px}.completion-donut:after{background:#fff;border-radius:50%;content:"";inset:13px;position:absolute}.dashboard-layout{grid-gap:14px;display:grid;gap:14px;grid-template-columns:minmax(0,1fr) 390px}.dashboard-left{min-width:0}.attention-card{margin-bottom:14px;padding:15px}.attention-card h3{font-size:13px;margin:0 0 14px}.attention-grid{display:grid;grid-template-columns:repeat(5,minmax(130px,1fr))}.attention-item{align-items:center;background:#fff;border:0;border-right:1px solid #e6ebf0;cursor:pointer;display:flex;gap:9px;min-height:54px;padding:10px;text-align:left}.attention-item:last-child{border-right:none}.attention-icon{border-radius:50%;display:grid;flex-shrink:0;height:34px;place-items:center;width:34px}.attention-icon.red{background:#ffecec;color:#e44141}.attention-icon.orange{background:#fff0e1;color:#f17816}.attention-icon.yellow{background:#fff7d8;color:#eda700}.attention-icon.purple{background:#f2e9fb;color:#935ac4}.attention-icon.blue{background:#e9f2ff;color:#1d72d8}.attention-text{min-width:0}.attention-text strong{display:block;font-size:10px;white-space:nowrap}.attention-text small{color:#697383;display:block;font-size:9px;margin-top:3px}.attention-arrow{color:#788492;font-size:20px;margin-left:auto}.school-status-card{overflow:hidden}.section-heading{border-bottom:1px solid #e4e9ef;padding:15px 18px}.section-heading h3{font-size:13px;margin:0}.table-container{overflow-x:auto}table{border-collapse:collapse;min-width:920px;width:100%}td,th{border-bottom:1px solid #ebeff4;font-size:10px;padding:11px 9px;text-align:center}th{background:#fbfcfd;color:#26303d;font-weight:700}tbody tr{cursor:pointer;transition:background .15s ease}tbody tr.selected-row,tbody tr:hover{background:#f5f9fd}.school-cell{font-weight:600;padding-left:18px;position:relative;text-align:left;white-space:nowrap}.school-indicator{border-radius:5px;bottom:8px;left:0;position:absolute;top:8px;width:3px}.school-indicator.good{background:#18ac62}.school-indicator.warning{background:#eca800}.school-indicator.bad{background:#df2d2d}.submitted-time{color:#0aa859}.not-submitted{color:#e02d30}.status{border-radius:50%;color:#fff;display:inline-grid;font-size:10px;font-weight:800;height:17px;place-items:center;width:17px}.status-good{background:#13ad60}.status-warning{background:#efa900}.status-bad{background:#df2b2b}.empty-value{color:#85909c}.view-all-container{padding:11px;text-align:center}.secondary-button{background:#fff;border:1px solid #dce3eb;border-radius:6px;color:#0c6ddb;cursor:pointer;padding:7px 16px}.bottom-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1.25fr .9fr .9fr;margin-top:14px}.mini-card{min-height:180px;padding:14px}.mini-card h3{font-size:11px;margin:0 0 11px}.mini-card-header{align-items:center;display:flex;justify-content:space-between}.mini-card-header span{color:#788292;font-size:9px}.chart-area{align-items:flex-end;border-bottom:1px solid #e2e7ed;display:flex;gap:6px;height:103px;padding:0 9px}.chart-bar{flex:1 1;min-width:7px}.green-bar{background:#42bc74}.yellow-bar{background:#f1ae00}.red-bar{background:#e53333}.chart-labels{color:#667282;font-size:8px;margin-top:6px}.chart-labels,.mini-list-row{display:flex;justify-content:space-between}.mini-list-row{border-bottom:1px solid #e9edf1;font-size:9px;padding:7px 0}.green-text{color:#0ba759}.orange-text{color:#e98e00}.red-text{color:#e02a2a}.detail-panel{background:#fff;border:1px solid #e1e6ed;border-radius:10px;height:fit-content;overflow:hidden;position:sticky;top:14px}.detail-header{align-items:center;border-bottom:1px solid #e5e9ee;display:flex;justify-content:space-between;padding:17px 19px}.detail-school-heading{align-items:center;display:flex;gap:9px}.detail-school-heading h2{font-size:17px;margin:0}.status-pill{border-radius:5px;font-size:9px;font-weight:700;padding:4px 7px}.status-pill.good{background:#e5f8eb;color:#159954}.status-pill.warning{background:#fff4d7;color:#b77b00}.status-pill.bad{background:#ffe9e9;color:#d32c2c}.close-button{background:#0000;border:none;color:#657080;cursor:pointer;font-size:22px}.detail-tabs{border-bottom:1px solid #e5e9ef;display:flex}.detail-tabs button{background:#fff;border:none;color:#667182;cursor:pointer;flex:1 1;font-size:11px;height:46px}.detail-tabs button.active-tab{border-bottom:2px solid #146bd4;color:#146bd4}.detail-body{padding:19px}.detail-body h3{font-size:12px;margin:0 0 17px}.submission-info{display:grid;grid-template-columns:1fr 1fr;margin-bottom:13px}.submission-info small,.submission-info strong{display:block}.submission-info small{color:#6c7685;font-size:9px;margin-bottom:5px}.submission-info strong{font-size:11px}.detail-list{border-radius:7px;overflow:hidden}.detail-row{align-items:center;border:1px solid #e6ebf0;border-bottom:none;display:flex;font-size:10px;justify-content:space-between;min-height:41px;padding:9px 11px}.detail-row:last-child{border-bottom:1px solid #e6ebf0}.detail-row-value{align-items:center;display:flex;gap:7px}.detail-arrow{color:#667384;font-size:17px;margin-left:8px}.comments-section{margin-top:20px}.comments-section h4{font-size:10px;margin:0 0 7px}.comments-section p{font-size:10px;line-height:1.4;margin:0}.detail-footer{border-top:1px solid #e5e9ee;padding:17px 19px}.primary-button{background:#176ed5;border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:700;height:41px;width:100%}@media (max-width:1400px){.stats-grid{grid-template-columns:repeat(2,1fr)}.completion-card{grid-column:span 2;min-height:115px}.dashboard-layout{grid-template-columns:1fr}.detail-panel{position:static}}@media (max-width:900px){.sidebar{width:72px}.brand{justify-content:center;padding-left:0;padding-right:0}.brand-name,.brand-subtitle,.help-box,.nav-label{display:none}.brand-symbol{font-size:25px}.nav-button{font-size:0;justify-content:center;padding-left:0;padding-right:0}.nav-icon{font-size:20px}.alert-badge{font-size:8px;height:17px;margin-left:32px;margin-top:-16px;position:absolute;width:17px}.main{margin-left:72px;width:calc(100% - 72px)}.topbar-actions{display:none}.stats-grid{grid-template-columns:1fr}.completion-card{grid-column:span 1}.attention-grid{grid-template-columns:1fr}.attention-item{border-bottom:1px solid #e6ebf0;border-right:none}.bottom-grid{grid-template-columns:1fr}}.login-app{background:radial-gradient(circle at top right,#1d6fd81f,#0000 35%),linear-gradient(135deg,#f4f7fb,#eef3f8);display:flex;flex-direction:column;min-height:100vh}.login-header{background:#fff;border-bottom:1px solid #e2e7ed;height:78px;justify-content:space-between;padding:0 34px}.login-brand,.login-header{align-items:center;display:flex}.login-brand{gap:12px}.login-logo{background:#062642;border-radius:12px;color:#fff;display:grid;font-size:22px;height:44px;place-items:center;width:44px}.login-brand-name{color:#062642;font-size:17px;font-weight:800;letter-spacing:.3px}.login-brand-subtitle{color:#15a85b;font-size:10px;font-weight:800;letter-spacing:1.5px;margin-top:2px}.login-main{align-items:center;display:flex;flex:1 1;justify-content:center;padding:40px 20px}.login-card{background:#0b2a55;border:1px solid #e7ad3cd9;border-radius:18px;box-shadow:0 18px 55px #071f4b2e,0 0 24px #e7ad3c14;max-width:460px;padding:38px;text-align:center;width:100%}.school-icon{background:#eaf3ff;border-radius:18px;display:grid;font-size:28px;height:62px;margin:0 auto 18px;place-items:center;width:62px}.login-card h1{color:#fff;font-size:27px;margin:0}.login-description{color:#d5dfec;font-size:14px;line-height:1.5;margin:10px auto 28px}.login-label{color:#fff;display:block;font-size:12px;font-weight:700;margin-bottom:7px;text-align:left}.location-input{border:2px solid #d8e0e9;border-radius:12px;color:#14253a;font-size:32px;font-weight:700;height:68px;letter-spacing:12px;outline:none;padding-left:12px;text-align:center;width:100%}.location-input:focus{border-color:#176ed5;box-shadow:0 0 0 4px #176ed51a}.location-input::placeholder{color:#c2cad3}.login-primary-button{background:#176ed5;border:none;border-radius:9px;color:#fff;cursor:pointer;font-size:15px;font-weight:700;height:50px;margin-top:18px;width:100%}.login-primary-button:hover{background:#105fbf}.login-primary-button:disabled{background:#bac6d3;cursor:not-allowed}.login-error{background:#fff0f0;border-radius:7px;color:#d93636;font-size:12px;margin-top:10px;padding:9px}.login-help{border-top:1px solid #ffffff24;color:#b4c2d3;font-size:11px;line-height:1.6;margin-top:25px;padding-top:20px}.employee-card{max-width:500px;position:relative}.back-button{background:none;border:none;color:#176ed5;cursor:pointer;font-weight:600;left:22px;position:absolute;top:20px}.employee-list{display:flex;flex-direction:column;gap:9px}.employee-button{align-items:center;background:#fff;border:1px solid #e1e6ec;border-radius:10px;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:14px;min-height:62px;padding:10px 14px;text-align:left;width:100%}.employee-button:hover{background:#f7fbff;border-color:#176ed5}.employee-avatar{background:#eaf3ff;border-radius:50%;color:#176ed5;display:grid;font-weight:800;height:38px;place-items:center;width:38px}.employee-arrow{color:#85909c;font-size:22px;margin-left:auto}.employee-button.covering{border-style:dashed;color:#4d5968}.hub-card{max-width:500px}.hub-check{background:#e5f8ec;border-radius:50%;color:#0aa75a;display:grid;font-size:28px;font-weight:700;height:58px;margin:0 auto 16px;place-items:center;width:58px}.hub-user{color:#697484;font-size:13px}.hub-divider{background:#e6ebf0;height:1px;margin:25px 0}.hub-card h2{font-size:14px;margin-bottom:13px;text-align:left}.hub-action{align-items:center;background:#fff;border:1px solid #e1e7ed;border-radius:11px;cursor:pointer;display:flex;gap:13px;margin-bottom:9px;min-height:68px;padding:11px 14px;text-align:left;width:100%}.hub-action:hover{background:#f7fafc}.hub-action.primary{background:#f3f8fe;border-color:#b9d4f3}.hub-action-icon{background:#e9f3ff;border-radius:10px;color:#176ed5;display:grid;font-size:19px;height:42px;place-items:center;width:42px}.hub-action div:nth-child(2){flex:1 1}.hub-action strong{display:block;font-size:13px}.hub-action small{color:#748090;display:block;font-size:10px;margin-top:3px}.hub-action>span{color:#8993a0;font-size:22px}.signout-button{background:#0000;border:none;color:#697484;cursor:pointer;font-size:12px;margin-top:15px}.login-footer{color:#8a94a1;font-size:10px;padding:20px;text-align:center}@media (max-width:600px){.login-header{padding:0 18px}.login-brand-name{font-size:14px}.supervisor-link{font-size:11px;padding:9px 11px}.login-main{align-items:flex-start;padding-top:35px}.login-card{border-radius:14px;padding:30px 22px}.location-input{font-size:29px}}.finish-line-page{margin:0 auto;max-width:950px;width:100%}.finish-line-top{align-items:center;display:grid;grid-template-columns:1fr auto 1fr;margin-bottom:20px}.finish-line-top>div:nth-child(2){text-align:center}.finish-line-top h1{color:#172033;font-size:28px;margin:0}.finish-line-top p{color:#6b7685;font-size:13px;margin:4px 0 0}.finish-line-back{background:#0000;border:none;color:#176ed5;cursor:pointer;font-weight:700;justify-self:start}.finish-line-user{background:#fff;border:1px solid #e1e7ed;border-radius:8px;font-size:12px;font-weight:600;justify-self:end;padding:9px 13px}.finish-line-form{display:flex;flex-direction:column;gap:14px}.check-section{background:#fff;border:1px solid #e0e6ed;border-radius:12px;box-shadow:0 2px 5px #12213608;overflow:hidden}.check-section-heading{align-items:center;background:#f9fbfd;border-bottom:1px solid #e5eaf0;display:flex;gap:12px;padding:17px 20px}.section-number{background:#176ed5;border-radius:50%;color:#fff;display:grid;font-size:13px;font-weight:800;height:32px;place-items:center;width:32px}.check-section-heading h2{font-size:15px;margin:0}.check-section-heading p{color:#768190;font-size:11px;margin:3px 0 0}.check-item{align-items:center;border-bottom:1px solid #e9edf2;display:flex;gap:20px;justify-content:space-between;min-height:76px;padding:14px 20px}.check-item:last-child{border-bottom:none}.check-item strong{display:block;font-size:13px}.check-item small{color:#75808f;display:block;font-size:10px;margin-top:4px}.yes-no-group{display:flex;flex-shrink:0;gap:7px}.yes-no-button{background:#fff;border:1px solid #dce3ea;border-radius:8px;color:#596574;cursor:pointer;font-weight:700;height:38px;width:76px}.yes-no-button:hover{background:#f5f8fb}.yes-no-button.selected-good{background:#e4f8eb;border-color:#11a85b;color:#0b9750}.yes-no-button.selected-danger{background:#ffeaea;border-color:#dc3434;color:#cf2e2e}.conditional-alert{background:#fff5e6;border-bottom:1px solid #f3dfba;color:#a56c0b;font-size:11px;padding:11px 20px}.meal-count-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(3,1fr);padding:18px 20px}.count-field label{color:#5f6a78;display:block;font-size:10px;font-weight:700;margin-bottom:6px}.count-field input{border:1px solid #dce3ea;border-radius:8px;font-size:14px;height:44px;outline:none;padding:0 12px;width:100%}.count-field input:focus{border-color:#176ed5;box-shadow:0 0 0 3px #176ed517}.comments-box{border:1px solid #dce3ea;border-radius:9px;font-family:inherit;font-size:13px;margin:20px;outline:none;padding:13px;resize:vertical;width:calc(100% - 40px)}.comments-box:focus{border-color:#176ed5;box-shadow:0 0 0 3px #176ed517}.finish-line-submit-area{align-items:center;background:#062642;border-radius:12px;color:#fff;display:flex;gap:20px;justify-content:space-between;padding:19px 22px}.finish-line-submit-area strong{display:block;font-size:13px}.finish-line-submit-area small{color:#aec0d1;display:block;font-size:10px;margin-top:4px}.finish-line-submit{background:#19ad61;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:800;min-height:45px;padding:0 20px}.finish-line-submit:hover{background:#149b56}.hub-school-icon{background:#eaf3ff;border-radius:17px;display:grid;font-size:27px;height:58px;margin:0 auto 16px;place-items:center;width:58px}.completed-action{background:#f2fbf5;border-color:#bde5ca}.completed-action .hub-action-icon{background:#e0f7e8;color:#0aa75a}.confirmation-card{max-width:500px}.confirmation-check{background:#e4f8eb;border-radius:50%;color:#0aa75a;display:grid;font-size:38px;font-weight:800;height:76px;margin:0 auto 20px;place-items:center;width:76px}.confirmation-details{background:#f7f9fb;border:1px solid #e3e8ee;border-radius:10px;margin:24px 0;text-align:left}.confirmation-details div{border-bottom:1px solid #e3e8ee;padding:13px 15px}.confirmation-details div:last-child{border-bottom:none}.confirmation-details small,.confirmation-details strong{display:block}.confirmation-details small{color:#7a8492;font-size:9px;margin-bottom:4px}.confirmation-details strong{font-size:12px}@media (max-width:650px){.finish-line-page{width:100%}.finish-line-top{gap:13px;grid-template-columns:1fr;text-align:center}.finish-line-top>div:nth-child(2){order:1}.finish-line-back{justify-self:center;order:2}.finish-line-user{justify-self:center;order:3}.check-item{align-items:stretch;flex-direction:column}.yes-no-group{width:100%}.yes-no-button{flex:1 1}.meal-count-grid{grid-template-columns:1fr}.finish-line-submit-area{flex-direction:column;text-align:center}.finish-line-submit{width:100%}}.school-dashboard-page{margin:0 auto;max-width:1180px;width:100%}.school-dashboard-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.school-dashboard-header h1{color:#172033;font-size:27px;margin:2px 0 3px}.school-dashboard-header p{color:#6e7886;font-size:12px;margin:0}.dashboard-small-label{color:#138e50;font-size:10px;font-weight:800;letter-spacing:1.2px}.dashboard-exit{background:#fff;border:1px solid #dce3ea;border-radius:8px;color:#5c6877;cursor:pointer;padding:10px 15px}.school-status-banner{align-items:center;background:#062642;border-radius:12px;color:#fff;display:flex;gap:13px;margin-bottom:15px;padding:16px 19px}.status-banner-icon{background:#19ad61;border-radius:50%;display:grid;flex-shrink:0;font-size:22px;font-weight:800;height:43px;place-items:center;width:43px}.school-status-banner>div:nth-child(2){flex:1 1}.school-status-banner span,.school-status-banner strong{display:block}.school-status-banner strong{font-size:13px}.school-status-banner span{color:#b9c9d8;font-size:10px;margin-top:3px}.status-banner-button{background:#fff;border:none;border-radius:7px;color:#0b579a;cursor:pointer;font-size:11px;font-weight:700;padding:9px 14px}.school-stat-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(4,1fr);margin-bottom:14px}.school-stat-card{align-items:center;background:#fff;border:1px solid #e1e6ed;border-radius:11px;display:flex;gap:14px;min-height:106px;padding:17px}.school-stat-icon{border-radius:11px;display:grid;flex-shrink:0;font-size:18px;height:44px;place-items:center;width:44px}.school-stat-icon.breakfast{background:#fff5da;color:#daa000}.school-stat-icon.lunch{background:#e8f3ff;color:#176ed5}.school-stat-icon.supper{background:#f0ebff;color:#7457bd}.school-stat-icon.total{background:#e4f8eb;color:#0b9f55}.school-stat-card small,.school-stat-card span,.school-stat-card strong{display:block}.school-stat-card span{color:#687484;font-size:10px;font-weight:700}.school-stat-card strong{color:#172033;font-size:24px;margin:2px 0}.school-stat-card small{color:#88919d;font-size:9px}.total-card{border-color:#bee5ce}.dashboard-card{background:#fff;border:1px solid #e1e6ed;border-radius:12px;margin-bottom:14px;padding:20px}.meal-performance-header{align-items:flex-start;display:flex;justify-content:space-between}.meal-performance-header h2{font-size:15px;margin:0}.meal-performance-header p{color:#7c8794;font-size:10px;margin:4px 0 0}.money-toggle{background:#eef2f6;border-radius:8px;display:flex;padding:3px}.money-toggle button{background:#0000;border:none;border-radius:6px;color:#657180;cursor:pointer;font-size:10px;font-weight:700;padding:7px 14px}.money-toggle button.active{background:#fff;box-shadow:0 1px 4px #1e30461a;color:#176ed5}.meal-filter-row{display:flex;gap:7px;margin-bottom:25px;margin-top:19px}.meal-filter-row button{background:#fff;border:1px solid #dce3ea;border-radius:20px;color:#5f6b79;cursor:pointer;font-size:10px;font-weight:700;padding:7px 15px}.meal-filter-row button.active{background:#176ed5;border-color:#176ed5;color:#fff}.meal-chart{align-items:flex-end;border-bottom:1px solid #dce3e9;display:flex;gap:14px;height:260px;justify-content:space-around;padding:10px 25px 0}.meal-chart-column{align-items:center;display:flex;flex:1 1;flex-direction:column;height:100%;justify-content:flex-end;max-width:120px}.chart-number{color:#455260;font-size:10px;font-weight:700;height:25px}.chart-bar-container{align-items:flex-end;display:flex;height:190px;justify-content:center;width:100%}.meal-chart-bar{background:#77aeea;border-radius:7px 7px 2px 2px;max-width:58px;min-width:24px;transition:height .3s ease,background .3s ease;width:54%}.meal-chart-bar.today{background:#176ed5}.chart-day{color:#6d7887;font-size:9px;font-weight:700;height:28px;padding-top:7px}.chart-caption{color:#8b949f;font-size:9px;padding-top:11px;text-align:center}.revenue-card{align-items:center;display:grid;grid-template-columns:1.3fr 2fr}.revenue-label{color:#697484;display:block;font-size:10px;font-weight:700}.revenue-number{color:#0a9f55;display:block;font-size:31px;margin:3px 0}.revenue-card small{color:#8a949f;font-size:9px}.revenue-breakdown{border-left:1px solid #e2e7ec;display:grid;grid-template-columns:repeat(3,1fr)}.revenue-breakdown div{border-right:1px solid #e2e7ec;padding:5px 20px}.revenue-breakdown div:last-child{border-right:none}.revenue-breakdown span,.revenue-breakdown strong{display:block}.revenue-breakdown span{color:#7b8592;font-size:9px;margin-bottom:4px}.revenue-breakdown strong{font-size:15px}@media (max-width:800px){.school-dashboard-header{align-items:flex-start}.school-dashboard-header h1{font-size:21px}.school-stat-grid{grid-template-columns:repeat(2,1fr)}.school-stat-card{min-height:92px}.school-stat-card strong{font-size:20px}.meal-performance-header{flex-direction:column;gap:14px}.meal-filter-row{overflow-x:auto;padding-bottom:3px}.meal-filter-row button{white-space:nowrap}.meal-chart{gap:5px;padding-left:5px;padding-right:5px}.chart-number{font-size:8px}.meal-chart-bar{width:70%}.revenue-card{gap:20px;grid-template-columns:1fr}.revenue-breakdown{border-left:none;border-top:1px solid #e2e7ec;padding-top:15px}}@media (max-width:500px){.school-stat-grid{grid-template-columns:1fr 1fr}.school-stat-card{gap:9px;padding:12px}.school-stat-icon{height:35px;width:35px}.school-stat-card strong{font-size:18px}.school-status-banner{flex-wrap:wrap}.status-banner-button{margin-top:4px;width:100%}.revenue-breakdown div{padding:5px 8px}}.yes-no-button.selected-neutral{background:#edf1f5;border-color:#8995a3;color:#55616f}.command-app{background:#f4f7fb;color:#182231;display:flex;min-height:100vh}.command-sidebar{background:linear-gradient(180deg,#062642,#041e36);bottom:0;color:#fff;display:flex;flex-direction:column;left:0;padding:20px 14px;position:fixed;top:0;width:245px}.command-brand{align-items:center;display:flex;gap:12px;padding:5px 8px 28px}.command-brand-icon{font-size:28px}.command-brand strong{display:block;font-size:16px}.command-brand span{color:#31d078;display:block;font-size:11px;font-weight:800;letter-spacing:1px;margin-top:3px}.command-nav{display:flex;flex-direction:column;gap:4px}.command-nav-label{color:#9dafc1;font-size:10px;font-weight:700;margin:20px 10px 6px}.command-nav-button{align-items:center;background:#0000;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;gap:12px;padding:12px 13px;text-align:left}.command-nav-button>span:first-child{font-size:18px;text-align:center;width:22px}.command-nav-button:hover{background:#ffffff14}.command-nav-button.active{background:#176ed5}.command-badge{background:#e63235;border-radius:50%;display:grid;font-size:10px!important;height:22px;margin-left:auto;place-items:center;width:22px!important}.command-exit{background:#fff;border:1px solid #fff;border-radius:8px;color:#0b2a55;cursor:pointer;font-size:12px;font-weight:700;margin:auto 16px 18px;padding:11px 14px;transition:.15s ease}.command-exit:hover{background:#f3f6fa;border-color:#f3f6fa;color:#0b2a55}.command-main{margin-left:245px;width:calc(100% - 245px)}.command-topbar{align-items:center;background:#fff;border-bottom:1px solid #e0e6ed;display:flex;height:84px;justify-content:space-between;padding:0 25px}.command-topbar h2{font-size:17px;margin:0 0 4px}.command-topbar p{color:#697483;font-size:11px;margin:0}.command-top-actions{align-items:center;display:flex;gap:10px}.command-date,.command-refresh,.command-small-button{background:#fff;border:1px solid #dfe5eb;border-radius:7px;font-size:11px;padding:9px 12px}.command-refresh,.command-small-button{cursor:pointer}.command-content{padding:20px}.command-error{background:#fff0f0;border:1px solid #efc5c5;border-radius:8px;color:#b82c2c;margin-bottom:14px;padding:12px}.command-stats{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(3,1fr) 1.5fr;margin-bottom:14px}.command-stat-card{align-items:center;background:#fff;border:1px solid #e0e6ed;border-radius:10px;display:flex;gap:16px;min-height:112px;padding:17px 20px}.command-stat-icon{border:4px solid;border-radius:50%;display:grid;font-size:25px;font-weight:700;height:46px;place-items:center;width:46px}.command-stat-icon.green{color:#12a85b}.command-stat-icon.yellow{color:#e9a600}.command-stat-icon.red{color:#dc3030}.command-stat-card small,.command-stat-card span,.command-stat-card strong{display:block}.command-stat-card span{font-size:10px;font-weight:700}.command-stat-card strong{font-size:27px;margin:3px 0}.command-stat-card small{color:#75808e;font-size:9px}.command-stat-card.completion{gap:38px;justify-content:center;text-align:center}.command-donut{border-radius:50%;height:66px;position:relative;width:66px}.command-donut:after{background:#fff;border-radius:50%;content:"";inset:12px;position:absolute}.command-attention-card{background:#fff;border:1px solid #e0e6ed;border-radius:10px;margin-bottom:14px;padding:15px}.command-attention-card h3{font-size:13px;margin:0 0 13px}.command-attention-grid{display:grid;grid-template-columns:repeat(3,1fr)}.command-attention-item{align-items:center;border-right:1px solid #e6ebf0;display:flex;gap:11px;min-height:60px;padding:5px 14px}.command-attention-item:last-child{border-right:none}.attention-circle{border-radius:50%;display:grid;height:37px;place-items:center;width:37px}.attention-circle.red{background:#ffeaea}.attention-circle.yellow{background:#fff5d8}.attention-circle.blue{background:#eaf3ff}.command-attention-item small,.command-attention-item strong{display:block}.command-attention-item strong{font-size:10px}.command-attention-item small{color:#74808f;font-size:9px;margin-top:3px}.command-workspace{grid-gap:14px;display:grid;gap:14px;grid-template-columns:minmax(0,1fr) 390px}.command-detail-panel,.command-school-card{background:#fff;border:1px solid #e0e6ed;border-radius:10px;overflow:hidden}.command-section-header{align-items:center;border-bottom:1px solid #e5eaf0;display:flex;justify-content:space-between;padding:15px 17px}.command-section-header h3{font-size:13px;margin:0}.command-section-header p{color:#788392;font-size:9px;margin:4px 0 0}.command-table-wrap{overflow-x:auto}.command-table{border-collapse:collapse;min-width:720px;width:100%}.command-table td,.command-table th{border-bottom:1px solid #e9edf1;font-size:10px;padding:12px 10px;text-align:center}.command-table th{background:#fbfcfd}.command-table tbody tr{cursor:pointer}.command-selected-row,.command-table tbody tr:hover{background:#f5f9fd}.command-school-name{font-weight:600;padding-left:18px!important;position:relative;text-align:left!important}.command-row-line{border-radius:4px;bottom:8px;left:0;position:absolute;top:8px;width:3px}.command-row-line.good{background:#14aa60}.command-row-line.attention{background:#e8a500}.command-row-line.not-submitted{background:#da3434}.command-status{border-radius:50%;color:#fff;display:inline-grid;font-weight:800;height:18px;place-items:center;width:18px}.command-status.good{background:#12aa5d}.command-status.attention{background:#e8a600}.command-status.missing{background:#d93a3a}.command-detail-panel{height:fit-content}.command-detail-header{border-bottom:1px solid #e5e9ee;padding:17px}.command-detail-header h2{font-size:17px;margin:0 0 7px}.command-detail-pill{border-radius:5px;display:inline-block;font-size:9px;font-weight:700;padding:4px 7px}.command-detail-pill.good{background:#e4f8eb;color:#109753}.command-detail-pill.attention{background:#fff4d9;color:#b67800}.command-detail-pill.not-submitted{background:#ffe9e9;color:#ce2e2e}.command-detail-body{padding:18px}.command-submission-info{display:grid;margin-bottom:20px}.command-submission-info small,.command-submission-info strong{display:block}.command-submission-info small{color:#778290;font-size:9px;margin-bottom:3px}.command-submission-info strong{font-size:11px}.command-detail-body h3{font-size:12px;margin-bottom:11px}.command-detail-list{border:1px solid #e4e9ef;border-radius:7px;overflow:hidden}.command-detail-row{align-items:center;border-bottom:1px solid #e7ebf0;display:flex;font-size:9px;gap:12px;justify-content:space-between;min-height:45px;padding:10px}.command-detail-row:last-child{border-bottom:none}.command-answer{align-items:center;display:flex;gap:7px}.command-answer-dot{border-radius:50%;color:#fff;display:grid;font-size:9px;font-weight:800;height:17px;place-items:center;width:17px}.command-answer-dot.good{background:#11a85c}.command-answer-dot.bad{background:#db3434}.command-comments{margin-top:18px}.command-comments h4{font-size:10px;margin-bottom:6px}.command-comments p{font-size:10px;line-height:1.5;margin:0}.command-no-submission{color:#74808d;padding:60px 30px;text-align:center}.command-no-submission>div{font-size:35px}.command-no-submission h3{color:#25303c}.command-loading{display:grid;font-weight:700;min-height:100vh;place-items:center}@media (max-width:900px){.command-stats{grid-template-columns:repeat(2,1fr)}.command-workspace{grid-template-columns:1fr}}@media (max-width:760px){.command-app{display:block;width:100%}.command-sidebar{bottom:auto;left:auto;min-height:auto;padding:12px;position:relative;top:auto;width:100%}.command-brand{padding:4px 6px 14px}.command-nav{grid-gap:7px;display:grid;gap:7px;grid-template-columns:repeat(4,minmax(0,1fr))}.command-nav-label{display:none}.command-nav-button{border-radius:8px;font-size:10px;gap:5px;justify-content:center;min-height:46px;min-width:0;padding:8px 5px;text-align:center;white-space:nowrap}.command-nav-button span{flex-shrink:0}.command-nav-exit{background:#fff;border:1px solid #dce3ea;color:#0b2a55}.command-nav-exit:hover{background:#f3f6fa;color:#0b2a55}.command-main{margin-left:0;width:100%}.command-topbar{flex-wrap:wrap;gap:12px;height:auto;min-height:74px;padding:14px}.command-top-actions{flex-wrap:wrap}.command-content{padding:12px}.command-stats{grid-template-columns:1fr 1fr}.command-attention-grid{grid-template-columns:1fr}.command-attention-item{border-bottom:1px solid #e6ebf0;border-right:none}}@media (max-width:500px){.command-nav{grid-template-columns:repeat(4,minmax(0,1fr))}.command-nav-button{font-size:9px;padding:8px 3px}}.school-status-attention{background:#6b4a05}.school-status-time{text-align:right}.school-status-time small,.school-status-time strong{display:block}.school-status-time small{color:#b9c9d8;font-size:9px}.school-status-time strong{font-size:11px;margin:2px 0}.school-dashboard-section-title{align-items:center;display:flex;justify-content:space-between;margin-bottom:17px}.school-dashboard-section-title h2{font-size:17px;margin:0}.school-dashboard-section-title p{color:#7a8593;font-size:18px;margin:4px 0 0}.school-dashboard-status{border-radius:6px;font-size:15px;font-weight:800;padding:5px 9px}.school-dashboard-status.complete{background:#e5f8eb;color:#0c9b53}.school-dashboard-status.attention{background:#fff2d4;color:#a56d00}.school-check-list{border:1px solid #e2e8ee;border-radius:9px;overflow:hidden}.school-check-row{align-items:center;border-bottom:1px solid #e7ecf1;display:flex;font-size:10px;gap:15px;justify-content:space-between;min-height:51px;padding:11px 13px}.school-check-row:last-child{border-bottom:none}.school-check-label{align-items:center;display:flex;gap:10px}.school-check-dot{border-radius:50%;color:#fff;display:grid;flex-shrink:0;font-weight:800;height:20px;place-items:center;width:20px}.school-check-dot.good{background:#11a85b}.school-check-dot.bad{background:#dc3434}.school-dashboard-comments{background:#f7f9fb;border-radius:8px;margin-top:20px;padding:14px}.school-dashboard-comments h3{font-size:10px;margin:0 0 7px}.school-dashboard-comments p{font-size:10px;line-height:1.5;margin:0}.school-history-list{border:1px solid #e2e8ee;border-radius:9px;overflow:hidden}.school-history-date small,.school-history-date strong{display:block}.school-history-status{border-radius:50%;color:#fff;display:grid;font-weight:800;height:27px;place-items:center;width:27px}.school-history-status.complete{background:#12a85b}.school-history-status.attention{background:#e8a600}.school-history-right{text-align:right}.school-history-right small{color:#85909e;display:block;font-size:8px;margin-top:4px}.school-history-pill{border-radius:5px;font-size:8px;font-weight:800;padding:4px 7px}.school-history-pill.complete{background:#e5f8eb;color:#0b9951}.school-history-pill.attention{background:#fff3d8;color:#a66f00}.school-empty-history{color:#7e8996;font-size:11px;padding:20px 0}.clickable-card{cursor:pointer;font-family:inherit;text-align:left}.clickable-card:hover{border-color:#bfcbd7;transform:translateY(-1px)}.command-attention-item{background:#fff;border-bottom:0;border-left:0;border-top:0;cursor:pointer;font-family:inherit;text-align:left}.command-filter-bar{align-items:center;background:#fff;border:1px solid #e0e6ed;border-radius:9px;display:flex;font-size:10px;justify-content:space-between;margin-bottom:14px;padding:10px 14px}.command-filter-bar span{color:#657180}.command-filter-bar button{background:#0000;border:none;color:#176ed5;cursor:pointer;font-size:10px;font-weight:700}.command-detail-location{color:#168c51;font-size:8px;font-weight:800;letter-spacing:1px;margin-bottom:4px}.command-submission-info{gap:14px;grid-template-columns:1fr 1fr}.command-flag-box{background:#fff8e6;border:1px solid #efd58f;border-radius:8px;color:#7a5700;font-size:9px;line-height:1.7;margin-top:17px;padding:13px}.command-flag-box h4{font-size:10px;margin:0 0 5px}.command-empty-table{color:#7a8593;font-size:11px;padding:35px 15px;text-align:center}.priority-exception-list{display:flex;flex-direction:column;gap:7px;padding-top:12px}.priority-exception-row{grid-gap:11px;align-items:center;background:#fff;border:1px solid #e2e7ed;border-radius:8px;cursor:pointer;display:grid;font-family:inherit;gap:11px;grid-template-columns:auto 1fr auto;padding:11px 13px;text-align:left;width:100%}.priority-exception-row:hover{background:#f7fafc;border-color:#cbd5df}.priority-exception-row>div small,.priority-exception-row>div strong{display:block}.priority-exception-row>div strong{font-size:10px}.priority-exception-row>div small{color:#76818e;font-size:8px;line-height:1.4;margin-top:3px}.priority-exception-row>span:last-child{color:#687381;font-size:9px;font-weight:700}.priority-dot{border-radius:50%;color:#fff;display:grid;font-weight:800;height:27px;place-items:center;width:27px}.priority-dot.attention{background:#e6a300}.priority-dot.missing{background:#d83939}.closing-pill{background:#f4f7fa;border:1px solid #d7dfe7;border-radius:7px;color:#536170;cursor:pointer;font-family:inherit;font-size:10px;font-weight:700;padding:8px 12px;transition:all .15s ease}.closing-pill:hover{background:#eaf0f5}.closing-pill.closing-complete{background:#e3f7e9;border-color:#8ed1a6;color:#0b8e49}.finish-line-submit.finish-line-not-ready{background:#d83a3a;border-color:#d83a3a;color:#fff;opacity:1}.finish-line-submit.finish-line-ready{background:#149957;border-color:#149957;color:#fff}.finish-line-submit.finish-line-ready:hover{background:#0f864b}.supervisor-pin-back{align-items:center;background:#0000;border:none;color:#06c;cursor:pointer;display:inline-flex;font-size:12px;font-weight:700;margin-bottom:18px;padding:0;position:static}.supervisor-pin-back:hover{text-decoration:underline}.meal-summary-grid{align-items:center;background:#f9fbfc;border:1px solid #e0e6ec;border-radius:9px;display:flex;overflow:hidden;width:100%}.meal-summary-card{background:#0000;border:none;border-radius:0;border-right:1px solid #e0e6ec;flex:1 1;padding:12px 18px}.meal-summary-card:last-child{border-right:none}.meal-summary-card span{color:#778391;display:block;font-size:9px;font-weight:700;margin-bottom:3px}.meal-summary-card strong{color:#243242;display:block;font-size:20px}.meal-summary-card small{color:#a17400;display:block;font-size:8px;margin-top:2px}@media (max-width:600px){.meal-summary-grid{display:grid;grid-template-columns:repeat(2,1fr)}.meal-summary-card{border-bottom:1px solid #e0e6ec;border-right:1px solid #e0e6ec}}.meal-summary-button{appearance:none;cursor:pointer;font-family:inherit;text-align:left;transition:all .15s ease}.meal-summary-button:hover{background:#f0f5f8}.meal-summary-button.selected{background:#eaf2f7;box-shadow:inset 0 0 0 2px #123c5a}.spark-login-logo{background:#0000;overflow:hidden;padding:0}.spark-login-logo img{display:block;height:100%;object-fit:cover;width:100%}.install-section{margin-top:22px;text-align:center}.install-divider{background:#ffffff24;height:1px;margin-bottom:20px}.install-text{color:#d7e0eb;font-size:12px;font-weight:600;margin:0 0 10px}.install-app-button{background:#0000;border:1px solid #e7ad3c;border-radius:9px;color:#f0bd55;cursor:pointer;font-size:13px;font-weight:700;min-height:46px;transition:.15s ease;width:100%}.install-app-button:hover{background:#e7ad3c1a;border-color:#f0bd55}.install-app-button:active{transform:translateY(1px)}.install-note{color:#9eafc3;font-size:10px;line-height:1.4;margin:8px 0 0}.login-primary-button:not(:disabled){background:#e7ad3c;color:#09234b}.login-primary-button:not(:disabled):hover{background:#f0bd55}.login-primary-button:disabled{background:#aebdce;color:#fff}.supervisor-primary-button:not(:disabled){background:#176ed5;color:#fff}.supervisor-primary-button:not(:disabled):hover{background:#105fbf;color:#fff}.supervisor-primary-button:disabled{background:#aebdce;color:#fff}.supervisor-link{background:#0b2a55;border:1px solid #0b2a55;border-radius:8px;color:#fff;cursor:pointer;font-weight:700;padding:10px 16px;transition:.15s ease}.supervisor-link:hover{background:#153b6b;border-color:#153b6b;color:#fff}.spark-command-logo{background:none!important;background-color:initial!important;border:none!important;border-radius:12px;box-shadow:none!important;height:48px;margin:0;min-width:48px;overflow:hidden;padding:0!important;width:48px}.spark-command-logo img{background:#0000;border:none;border-radius:12px;display:block;height:100%;object-fit:cover;width:100%}.homebase-main{flex:1 1;padding:42px 22px}.homebase-shell{margin:0 auto;max-width:1050px;width:100%}.homebase-welcome{align-items:center;background:#0b2a55;border:1px solid #e7ad3cb3;border-radius:16px;box-shadow:0 14px 34px #071f4b1f,0 0 20px #e7ad3c0d;color:#fff;display:flex;gap:20px;justify-content:space-between;padding:26px 28px}.homebase-eyebrow{color:#f0bd55;font-size:10px;font-weight:800;letter-spacing:1.2px;margin-bottom:5px}.homebase-welcome h1{font-size:27px;margin:0}.homebase-welcome p{color:#c8d5e5;font-size:13px;margin:6px 0 0}.homebase-spark-mark{border:1px solid #f0bd5580;border-radius:14px;color:#f0bd55;display:grid;flex-shrink:0;font-size:26px;height:54px;place-items:center;width:54px}.homebase-intro{margin:30px 0 17px}.homebase-intro h2{color:#172033;font-size:19px;margin:0}.homebase-intro p{color:#748090;font-size:12px;margin:5px 0 0}.homebase-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr))}.homebase-card{align-items:center;background:#fff;border:1px solid #dfe6ed;border-radius:14px;color:inherit;display:flex;font-family:inherit;gap:16px;min-height:126px;padding:20px;position:relative;text-align:left}button.homebase-card{cursor:pointer;transition:.15s ease}button.homebase-card:hover{border-color:#c2ccd7;box-shadow:0 7px 18px #18294012;transform:translateY(-1px)}.homebase-card-primary{border-color:#e7ad3c8c}.homebase-card-icon{background:#f2f6fa;border-radius:12px;display:grid;flex-shrink:0;font-size:22px;height:48px;place-items:center;width:48px}.homebase-card-primary .homebase-card-icon{background:#fff7e7}.homebase-card-body{flex:1 1;min-width:0}.homebase-card-body strong{color:#172033;display:block;font-size:14px}.homebase-card-body span{color:#748090;display:block;font-size:11px;line-height:1.5;margin-top:5px}.homebase-card-arrow{color:#8894a1;font-size:25px}.homebase-card-coming{opacity:.72}.homebase-coming-soon{background:#eef2f6;border-radius:6px;color:#6f7b88;font-size:8px;font-weight:800;letter-spacing:.5px;padding:4px 7px;position:absolute;right:13px;text-transform:uppercase;top:13px}.homebase-exit-button{background:#fff;border:1px solid #dce3ea;border-radius:8px;color:#526171;cursor:pointer;font-weight:700;padding:10px 16px}.homebase-exit-button:hover{background:#f5f8fb}@media (max-width:760px){.homebase-main{padding:28px 16px}.homebase-grid{grid-template-columns:1fr}.homebase-welcome{padding:22px}.homebase-welcome h1{font-size:22px}.homebase-spark-mark{height:46px;width:46px}}.incident-helper-page{background:#f4f7fb;color:#172033;min-height:100vh}.incident-helper-page button,.incident-helper-page input,.incident-helper-page select,.incident-helper-page textarea{font:inherit}.incident-helper-header{justify-content:space-between}.incident-helper-header .spark-login-logo{overflow:hidden}.incident-helper-header .spark-login-logo img{display:block;height:100%;object-fit:cover;width:100%}.incident-container{margin:38px auto 80px;width:min(980px,calc(100% - 32px))}.incident-intro{margin-bottom:28px}.incident-tool-label{color:#0a8f55;font-size:12px;font-weight:800;letter-spacing:.12em}.incident-intro h1{color:#082b4c;font-size:36px;margin:8px 0 10px}.incident-intro>p{color:#5d687a;font-size:17px;line-height:1.6;margin:0;max-width:760px}.incident-location-summary{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:22px}.incident-location-summary>div{background:#fff;border:1px solid #dfe6ee;border-radius:10px;padding:14px 16px}.incident-location-summary span,.incident-summary-item span{color:#778294;display:block;font-size:12px;font-weight:700;margin-bottom:4px}.incident-location-summary strong,.incident-summary-item strong{color:#082b4c}.incident-notice{background:#fff9e9;border:1px solid #e6c65d;border-radius:10px;display:flex;flex-direction:column;gap:4px;line-height:1.5;margin-top:18px;padding:16px 18px}.incident-notice strong{color:#082b4c}.incident-notice span{color:#5d687a}.incident-progress{align-items:flex-start;display:flex;justify-content:space-between;margin:34px 0;position:relative}.incident-progress:before{background:#dce3ec;content:"";height:2px;left:10%;position:absolute;right:10%;top:18px}.incident-progress-item{color:#8993a2;position:relative;text-align:center;width:25%;z-index:1}.incident-progress-item span{background:#fff;border:2px solid #d7dee8;border-radius:50%;display:grid;font-weight:800;height:36px;margin:auto;place-items:center;width:36px}.incident-progress-item small{display:block;font-weight:700;margin-top:7px}.incident-progress-item.active span{background:#0b315d;border-color:#d6ad35;color:#fff}.incident-progress-item.active small{color:#0b315d}.incident-progress-item.complete span{background:#168a56;border-color:#168a56;color:#fff}.incident-progress-item.complete small{color:#168a56}.incident-card{background:#fff;border:1px solid #e1e6ed;border-radius:16px;box-shadow:0 8px 30px #2332460f;padding:32px}.incident-section-header{align-items:flex-start;display:flex;gap:16px;margin-bottom:30px}.incident-section-number{background:#0b315d;border:1px solid #e2bf54;border-radius:10px;color:#ffc83d;display:grid;flex:0 0 42px;font-size:18px;font-weight:800;height:42px;place-items:center}.incident-section-header h2{color:#082b4c;font-size:25px;margin:0}.incident-section-header p{color:#727d8e;line-height:1.5;margin:5px 0 0}.incident-helper-page .story-helper{background:#f3f7fb;border:1px solid #d8e3ee;border-radius:12px;margin-bottom:18px;padding:18px}.incident-helper-page .story-helper strong{color:#082b4c;font-size:17px}.incident-helper-page .story-helper p{color:#5d6878;line-height:1.55;margin:7px 0 0}.incident-helper-page .story-box{background:#fff;border:1px solid #cfd7e2;border-radius:10px;font-size:17px;line-height:1.65;min-height:300px;outline:none;padding:18px;resize:vertical;width:100%}.incident-helper-page .narrative-editor:focus,.incident-helper-page .review-field input:focus,.incident-helper-page .review-field select:focus,.incident-helper-page .review-field textarea:focus,.incident-helper-page .story-box:focus{border-color:#1f70c1;box-shadow:0 0 0 3px #1f70c11a}.incident-helper-page .story-tip{background:#fff8e8;border:1px solid #ecd89d;border-radius:9px;line-height:1.5;margin-top:14px;padding:13px 15px}.incident-helper-page .narrative-editor,.incident-helper-page .review-field input,.incident-helper-page .review-field select,.incident-helper-page .review-field textarea{background:#fff;border:1px solid #cfd7e2;border-radius:9px;outline:none;padding:12px 13px;width:100%}.incident-helper-page .narrative-editor,.incident-helper-page .review-field textarea{line-height:1.55;resize:vertical}.incident-helper-page .grid{grid-gap:18px;display:grid;gap:18px;margin-bottom:18px}.incident-helper-page .grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.incident-helper-page .grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.incident-helper-page .divider{background:#e8ebef;height:1px;margin:30px 0}.incident-helper-page .review-alert{background:#eef6fd;border:1px solid #c9deef;border-radius:11px;margin-bottom:28px;padding:16px}.incident-helper-page .review-alert strong{color:#082b4c}.incident-helper-page .review-alert p{color:#536476;line-height:1.5;margin:6px 0 0}.incident-helper-page .review-section-title{margin:30px 0 16px}.incident-helper-page .review-section-title h3{color:#082b4c;font-size:20px;margin:0}.incident-helper-page .review-section-title p{color:#6c7788;margin:5px 0 0}.incident-helper-page .review-field{background:#fff7f7;border:1px solid #efc4c4;border-radius:12px;margin-bottom:16px;padding:16px}.incident-helper-page .review-field.reviewed{background:#fff;border-color:#d5dde5}.incident-helper-page .review-field-header{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:10px}.incident-helper-page .review-field-header strong{color:#26364b;font-size:15px}.incident-helper-page .review-field-header span{background:#fde2e2;border:1px solid #f4bcbc;border-radius:999px;color:#a83b3b;flex:0 0 auto;font-size:11px;font-weight:800;letter-spacing:.05em;padding:4px 10px;text-transform:uppercase}.incident-helper-page .review-field.reviewed .review-field-header span{background:#e8f5e9;border-color:#b9dfbd;color:#287a32}.incident-helper-page .review-na-button{background:#f3f4f6;border:1px solid #d4d7dc;border-radius:7px;color:#5b626d;cursor:pointer;font-weight:700;margin-top:10px;padding:7px 11px;width:auto}.incident-followups{background:#f3f8fd;border:1px solid #c9ddec;border-radius:12px;margin-top:24px;padding:18px}.incident-followups h3{color:#0b315d;margin:0 0 7px}.incident-followups p{color:#5d6c7c;margin:0 0 12px}.incident-followups ul{margin:0;padding-left:22px}.incident-followups li{line-height:1.45;margin:8px 0}.incident-nav{display:flex;gap:12px;justify-content:flex-end;margin-top:32px}.incident-primary,.incident-secondary{border-radius:9px;cursor:pointer;font-weight:700;padding:12px 19px}.incident-primary{background:#1f70c1;border:1px solid #1f70c1;color:#fff}.incident-primary:hover{background:#185fa6;border-color:#185fa6}.incident-primary:disabled{cursor:not-allowed;opacity:.45}.incident-secondary{background:#fff;border:1px solid #ccd5e0;color:#445064}.incident-secondary:hover{background:#f6f8fa}.incident-helper-page .documentation-check{margin-top:0}.incident-helper-page .check-header{margin-bottom:24px}.incident-helper-page .check-eyebrow{color:#0b315d;display:inline-block;font-size:12px;font-weight:800;letter-spacing:.1em;margin-bottom:8px}.incident-helper-page .check-header h2{color:#082b4c;font-size:24px;margin:0 0 8px}.incident-helper-page .check-header p{color:#6c7788;line-height:1.55;margin:0}.incident-helper-page .check-list{display:flex;flex-direction:column;gap:12px}.incident-helper-page .check-item{border:1px solid #d9e0e8;border-radius:12px;display:flex;gap:14px;padding:16px}.incident-helper-page .check-item.error{background:#fff3f3;border-color:#e9bcbc}.incident-helper-page .check-item.warning{background:#fff9ec;border-color:#ead39b}.incident-helper-page .check-item.info{background:#f3f8fd;border-color:#c9dced}.incident-helper-page .check-icon{border-radius:50%;display:grid;flex:0 0 30px;font-weight:800;height:30px;place-items:center;width:30px}.incident-helper-page .check-item.error .check-icon{background:#b83737;color:#fff}.incident-helper-page .check-item.warning .check-icon{background:#d89b20;color:#fff}.incident-helper-page .check-item.info .check-icon{background:#347cb6;color:#fff}.incident-helper-page .check-content{flex:1 1}.incident-helper-page .check-title{font-weight:800;margin-bottom:5px}.incident-helper-page .check-content p{color:#555f70;line-height:1.5;margin:0}.incident-helper-page .follow-up{background:#ffffffb3;border-radius:8px;display:flex;flex-direction:column;gap:4px;margin-top:12px;padding:11px 12px}.incident-helper-page .check-edit-button{background:#fff;border:1px solid #bfcad7;border-radius:7px;color:#45546a;cursor:pointer;font-weight:700;margin-top:12px;padding:8px 11px;width:auto}.incident-helper-page .check-success{background:#eff9f3;border:1px solid #b9dbc6;border-radius:12px;padding:18px}.incident-helper-page .check-success strong{color:#237044;font-size:17px}.incident-helper-page .check-success p{color:#53665a;margin-bottom:0}.incident-helper-page .check-footer{align-items:flex-end;display:flex;flex-direction:column;gap:10px;margin-top:24px}.incident-helper-page .check-block-message{color:#a13a3a;font-size:14px}.incident-helper-page .incident-type-title-row{align-items:center;display:flex;gap:8px}.incident-helper-page .incident-help-button{background:#eef5fb;border:1px solid #b7c5d3;border-radius:50%;color:#1768a8;cursor:pointer;display:inline-grid;font-weight:800;height:24px;padding:0;place-items:center;width:24px}.incident-helper-page .incident-help-overlay{align-items:center;background:#121d2b80;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:9999}.incident-helper-page .incident-help-modal{background:#fff;border-radius:16px;box-shadow:0 20px 60px #00000038;max-height:88vh;overflow-y:auto;padding:26px;width:min(820px,100%)}.incident-helper-page .incident-help-header{align-items:flex-start;display:flex;gap:20px;justify-content:space-between}.incident-helper-page .incident-help-header h2{margin:6px 0 8px}.incident-helper-page .incident-help-header p{color:#657286;line-height:1.5;margin:0}.incident-helper-page .incident-help-close{background:#0000;border:0;color:#647184;cursor:pointer;font-size:30px;line-height:1;padding:0;width:auto}.incident-helper-page .incident-help-notice{background:#fff8e8;border:1px solid #ecd79c;border-radius:10px;line-height:1.5;margin:20px 0;padding:14px 16px}.incident-helper-page .incident-help-list{display:flex;flex-direction:column;gap:12px}.incident-helper-page .incident-help-item{align-items:center;border:1px solid #dce3ea;border-radius:12px;display:flex;gap:18px;justify-content:space-between;padding:16px}.incident-helper-page .incident-help-item h3{font-size:16px;margin:0 0 6px}.incident-helper-page .incident-help-item p{color:#5e6979;line-height:1.5;margin:0}.incident-helper-page .incident-help-select{background:#edf6fc;border:1px solid #b9cfdf;border-radius:8px;color:#1768a8;cursor:pointer;flex:0 0 auto;font-weight:700;padding:9px 12px;width:auto}.incident-summary{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:28px}.incident-summary-item{background:#f7f9fc;border:1px solid #e6ebf1;border-radius:9px;padding:14px}.incident-helper-page .field-label{color:#26364b;display:block;font-size:14px;font-weight:700;margin-bottom:7px}.incident-helper-page .narrative-editor{min-height:280px}.incident-helper-page .accuracy{background:#eef7f2;border:1px solid #c5e0d0;border-radius:10px;margin-top:22px;padding:17px}.incident-helper-page .accuracy label{align-items:flex-start;display:flex;gap:12px;line-height:1.5}.incident-helper-page .accuracy input{flex:0 0 auto;margin-top:4px;width:auto}@media (max-width:700px){.incident-container{margin-top:20px;width:min(100% - 20px,980px)}.incident-intro h1{font-size:29px}.incident-helper-page .grid.three,.incident-helper-page .grid.two,.incident-location-summary,.incident-summary{grid-template-columns:1fr}.incident-card{padding:20px}.incident-progress-item small{display:none}.incident-nav{flex-direction:column-reverse}.incident-primary,.incident-secondary{width:100%}.incident-helper-page .incident-help-item{align-items:stretch;flex-direction:column}.incident-helper-page .incident-help-select{width:100%}}@media print{.incident-helper-page .no-print{display:none!important}.incident-helper-page{background:#fff}.incident-container{margin:0;width:100%}}.incident-helper-page .check-footer button{background:#1f70c1;border:1px solid #1f70c1;border-radius:9px;color:#fff;cursor:pointer;font-size:14px;font-weight:700;padding:12px 20px;transition:background .2s ease,transform .1s ease;width:auto}.incident-helper-page .check-footer button:hover{background:#185fa6;border-color:#185fa6}.incident-helper-page .check-footer button:active{transform:translateY(1px)}.incident-complete-actions{flex:1 1;min-width:0}.incident-complete-message{background:#eff9f3;border:1px solid #b9dbc6;border-radius:10px;display:flex;flex-direction:column;gap:5px;margin-bottom:16px;padding:16px 18px}.incident-complete-message strong{color:#237044;display:block;font-size:15px;line-height:1.4}.incident-complete-message span{color:#53665a;display:block;font-size:13px;line-height:1.5}.incident-complete-buttons{align-items:center;display:flex;gap:12px;justify-content:flex-end}.incident-complete-buttons .incident-primary,.incident-complete-buttons .incident-secondary{white-space:nowrap;width:auto}.school-hub-spark-logo{display:block;height:42px;object-fit:contain;width:42px}.labor-productivity-summary{border:1px solid #e0e6ec;border-radius:12px;display:grid;grid-template-columns:1.4fr repeat(3,1fr);margin-bottom:14px;overflow:hidden}.labor-mplh-main,.labor-stat{background:#f8fafc;padding:18px}.labor-mplh-main{background:#0b2a55;color:#fff}.labor-stat{border-left:1px solid #e0e6ec}.labor-mplh-main span,.labor-stat span{display:block;font-size:10px;font-weight:800;letter-spacing:.4px;margin-bottom:6px;text-transform:uppercase}.labor-mplh-main span{color:#d8e3f0}.labor-stat span{color:#73808d}.labor-mplh-main strong{color:#f0bd55;display:block;font-size:34px;line-height:1;margin-bottom:8px}.labor-stat strong{color:#172033;display:block;font-size:24px}.labor-mplh-main small,.labor-stat small{display:block;font-size:10px;margin-top:3px}.labor-mplh-main small{color:#c2d0df}.labor-stat small{color:#87929d}.labor-status{border-radius:7px;font-size:18px;font-weight:800;padding:6px 9px;text-transform:uppercase}.labor-status-good{background:#e2f6ea;color:#167044}.labor-status-low{background:#fde8e8;color:#ae3434}.labor-status-high{background:#fff3d5;color:#826000}.labor-status-neutral{background:#eef2f6;color:#65717d}.labor-status-message{background:#f5f8fb;border-radius:8px;color:#667382;font-size:11px;margin-bottom:22px;padding:11px 13px}.labor-adjustment-heading{color:#172033;font-size:13px;font-weight:800}.labor-adjustment-help{color:#7a8692;font-size:11px;margin:4px 0 13px}.labor-adjustment-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr))}.labor-adjustment-grid label{color:#596674;display:block;font-size:10px;font-weight:800;margin-bottom:6px;text-transform:uppercase}.labor-adjustment-grid input{border:1px solid #d5dde5;border-radius:8px;box-sizing:border-box;font-size:14px;padding:10px 12px;width:100%}.labor-adjustment-grid input:focus{border-color:#2878d0;box-shadow:0 0 0 3px #2878d01a;outline:none}.labor-save-row{align-items:center;display:flex;gap:14px;margin-top:16px}.labor-message-success{color:#237044;font-size:11px;font-weight:700}.labor-message-error{color:#b23a3a;font-size:11px;font-weight:700}@media (max-width:760px){.labor-productivity-summary{grid-template-columns:1fr 1fr}.labor-mplh-main{grid-column:1/-1}.labor-stat{border-left:0;border-top:1px solid #e0e6ec}.labor-adjustment-grid{grid-template-columns:1fr}}.labor-mplh-average{background:#f8fafc;border-left:1px solid #e0e6ec;padding:18px}.labor-mplh-average span{color:#73808d;display:block;font-size:10px;font-weight:800;letter-spacing:.4px;margin-bottom:6px;text-transform:uppercase}.labor-mplh-average strong{color:#0b2a55;display:block;font-size:34px;line-height:1;margin-bottom:8px}.labor-mplh-average small{color:#87929d;display:block;font-size:10px}.mplh-supervisor-cell{align-items:center;display:flex;gap:8px}.mplh-supervisor-cell strong{font-size:14px;min-width:34px}.mplh-supervisor-status{border-radius:999px;display:inline-block;font-size:9px;font-weight:800;padding:4px 7px;white-space:nowrap}.mplh-supervisor-status.target{background:#e2f6ea;color:#167044}.mplh-supervisor-status.below{background:#fde8e8;color:#ae3434}.mplh-supervisor-status.high{background:#fff3d5;color:#826000}.mplh-supervisor-status.no-data{background:#eef2f6;color:#65717d}.login-main{align-items:center!important;display:flex!important;flex-direction:column!important;gap:26px!important;justify-content:flex-start!important;padding:36px 20px 50px!important;position:relative!important}.login-main .spark-welcome{bottom:auto!important;left:auto!important;margin:0 auto!important;position:static!important;right:auto!important;text-align:center!important;top:auto!important;transform:none!important;width:min(700px,100%)!important}.spark-welcome-title{color:#0b2a55;font-size:32px;font-weight:900;letter-spacing:.08em;line-height:1}.spark-welcome-subtitle{color:#1f3349;font-size:17px;font-weight:800;margin-top:9px}.spark-welcome p{color:#68798a!important;font-size:14px!important;line-height:1.5!important;margin:8px 0 0!important}.login-main .login-card{flex-shrink:0;margin:0 auto!important;position:relative!important}@media (max-width:600px){.login-main{gap:18px!important;padding:24px 14px 36px!important}.spark-welcome-title{font-size:27px}.spark-welcome-subtitle{font-size:14px}.spark-welcome p{font-size:12px!important}}.spark-dashboard-logo img{display:block;height:42px;object-fit:contain;width:42px}.spark-header-logo{display:block!important;flex-shrink:0;height:42px!important;object-fit:contain!important;width:42px!important}.school-history-row{align-items:center;background:#fff;border-bottom:1px solid #e5eaf0;box-sizing:border-box;cursor:pointer;display:flex;justify-content:space-between;min-height:58px;padding:11px 14px;transition:background .15s ease;width:100%}.school-history-row:hover{background:#f5f9ff}.school-history-row:last-child{border-bottom:none}.school-history-date{align-items:center;display:flex;gap:12px}.school-history-date strong{display:block;font-size:12px;line-height:1.2}.school-history-date small{color:#7d8996;display:block;font-size:10px;margin-top:3px}.school-history-right{align-items:flex-end;display:flex;flex-direction:column;gap:4px}.school-history-right small{color:#8a96a2;font-size:9px}.meal-analytics-summary-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(4,minmax(0,1fr));padding:18px}.meal-analytics-stat{background:#f9fbfd;border:1px solid #e1e7ed;border-radius:10px;padding:16px}.meal-analytics-stat span{color:#6c7884;display:block;font-size:10px;font-weight:800;margin-bottom:7px;text-transform:uppercase}.meal-analytics-stat strong{color:#0b2a55;display:block;font-size:27px}.meal-analytics-stat small{color:#84919d;display:block;font-size:10px;margin-top:5px}.meal-analytics-attendance-note{align-items:center;background:#f4f7fa;border-radius:8px;color:#667482;display:flex;font-size:11px;gap:8px;margin:0 18px 18px;padding:10px 12px}.meal-insight-list{padding:8px 18px 18px}.meal-insight-row{align-items:flex-start;border-bottom:1px solid #edf1f4;color:#485767;display:flex;font-size:12px;gap:10px;padding:11px 0}.meal-insight-row:last-child{border-bottom:none}.meal-insight-icon{color:#c89528;font-weight:900}.meal-analytics-filter-row{display:flex;flex-wrap:wrap;gap:7px;padding:0 18px 12px}.meal-analytics-filter-row button{background:#fff;border:1px solid #d8e0e7;border-radius:999px;color:#647280;cursor:pointer;font-size:10px;font-weight:800;padding:6px 11px}.meal-analytics-filter-row button.active{background:#0b2a55;border-color:#0b2a55;color:#fff}.meal-analytics-chart-title{align-items:center;color:#657382;display:flex;font-size:11px;justify-content:space-between;padding:6px 20px 0}.meal-analytics-chart-title strong{color:#26384a;font-size:13px}.meal-analytics-chart{box-sizing:border-box;height:330px;padding:14px 8px 6px;width:100%}.meal-labor-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(5,minmax(0,1fr));padding:18px}.meal-labor-grid>div{background:#f9fbfd;border:1px solid #e1e7ed;border-radius:9px;padding:14px}.meal-labor-grid span{color:#71808e;display:block;font-size:9px;font-weight:800;text-transform:uppercase}.meal-labor-grid strong{color:#172033;display:block;font-size:21px;margin-top:5px}.meal-labor-grid small{color:#8b96a1;display:block;font-size:9px;margin-top:3px}@media (max-width:760px){.meal-analytics-summary-grid,.meal-labor-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.meal-analytics-attendance-note{flex-wrap:wrap}.meal-analytics-chart{height:280px}}@media (max-width:480px){.meal-analytics-summary-grid{gap:8px;grid-template-columns:1fr 1fr;padding:12px}.meal-analytics-stat{padding:12px}.meal-analytics-stat strong{font-size:22px}.meal-labor-grid{grid-template-columns:1fr 1fr;padding:12px}}.participation-donut-card{background:#f9fbfd;border:1px solid #e1e7ed;border-radius:10px;padding:16px}.participation-donut-label{color:#6c7884;display:block;font-weight:800;margin-bottom:8px;text-transform:uppercase}.participation-donut-wrap{height:105px;margin:0 auto;position:relative;width:105px}.participation-donut-center{align-items:center;display:flex;inset:0;justify-content:center;pointer-events:none;position:absolute}.participation-donut-center strong{color:#0b2a55;font-size:17px;font-weight:800}.participation-donut-card small{color:#84919d;margin-top:7px}.meal-analytics-table td,.meal-analytics-table th{font-size:12px!important;padding:12px 10px}@media (max-width:600px){.meal-analytics-summary-grid{gap:10px;grid-template-columns:1fr 1fr;padding:12px}.meal-analytics-stat:first-child,.meal-analytics-stat:last-child{grid-column:1/-1}.meal-analytics-stat{padding:14px}.meal-analytics-stat strong{font-size:22px}.participation-donut-card{padding:12px 8px}.participation-donut-wrap{height:88px;width:88px}.participation-donut-center strong{font-size:14px}.participation-donut-label{font-size:9px}.participation-donut-card small{font-size:8px;line-height:1.3}.meal-analytics-attendance-note{flex-wrap:wrap;font-size:10px;margin:0 12px 14px;padding:10px}}.revenue-summary-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(4,minmax(0,1fr));padding:18px}.revenue-summary-card{background:#f8fafc;border:1px solid #e0e6ec;border-radius:12px;padding:20px}.revenue-summary-card span{color:#687786;display:block;font-size:12px;font-weight:800;margin-bottom:8px;text-transform:uppercase}.revenue-summary-card strong{color:#0b2a55;display:block;font-size:30px}.revenue-summary-card small{color:#7f8c98;display:block;font-size:11px;margin-top:7px}.revenue-summary-total{background:#0b2a55}.revenue-summary-total small,.revenue-summary-total span{color:#d3deea}.revenue-summary-total strong{color:#f2bd52}.revenue-table-wrap{overflow-x:auto;padding:0 18px 18px}.revenue-table{border-collapse:collapse;font-size:14px;width:100%}.revenue-table th{border-bottom:1px solid #dce3e9;color:#657382;font-size:11px;font-weight:800;padding:13px 14px;text-align:left;text-transform:uppercase}.revenue-table td{border-bottom:1px solid #edf1f4;color:#27384a;padding:15px 14px}.revenue-table tbody tr:hover{background:#f7faff}.revenue-table tfoot th{background:#f3f6f9;color:#0b2a55;padding:15px 14px}@media (max-width:700px){.revenue-summary-grid{grid-template-columns:1fr 1fr;padding:12px}.revenue-summary-card{padding:15px}.revenue-summary-card strong{font-size:24px}.revenue-table{font-size:13px}.revenue-table td,.revenue-table th{padding:12px 10px}}.revenue-table td,.revenue-table th{text-align:center;vertical-align:middle}.revenue-table tbody td,.revenue-table tfoot th,.revenue-table thead th{text-align:center}.revenue-table td{font-size:14px}.revenue-table tbody td:first-child{font-weight:700}.revenue-table tfoot th{font-size:13px;font-weight:800}@media (max-width:600px){.login-main{box-sizing:border-box!important;max-width:100%!important;overflow-x:hidden!important;padding-left:10px!important;padding-right:10px!important;width:100%!important}.school-hub-page{margin:0!important}.dashboard-card,.school-hub-page{box-sizing:border-box!important;max-width:100%!important;min-width:0!important;width:100%!important}.meal-analytics-summary-grid{box-sizing:border-box;gap:8px;grid-template-columns:1fr 1fr;padding:10px;width:100%}.meal-analytics-stat,.participation-donut-card{box-sizing:border-box;min-width:0}.meal-analytics-stat:first-child,.meal-analytics-stat:last-child{grid-column:1/-1}.participation-donut-wrap{height:82px;width:82px}.participation-donut-center strong{font-size:14px}.participation-donut-card small{font-size:9px;line-height:1.35}.meal-analytics-attendance-note{box-sizing:border-box;flex-wrap:wrap;gap:5px;margin:0 10px 12px;padding:10px;width:auto}.meal-insight-list{box-sizing:border-box;padding:6px 14px 14px;width:100%}.meal-insight-row{box-sizing:border-box;font-size:12px;line-height:1.45;width:100%}.meal-analytics-chart{height:260px;max-width:100%;overflow:hidden;width:100%}.meal-labor-grid{box-sizing:border-box;gap:8px;grid-template-columns:1fr 1fr;padding:10px;width:100%}}.meal-analytics-summary-grid,.revenue-summary-grid{align-items:stretch}.meal-analytics-stat,.participation-donut-card,.revenue-summary-card{height:94px;min-height:94px}.participation-donut-card{padding:10px 12px}.participation-donut-label{margin-bottom:2px}.participation-donut-wrap{height:58px;width:58px}.participation-donut-card small{line-height:1.1;margin-top:1px}@media (max-width:600px){.meal-analytics-stat,.participation-donut-card,.revenue-summary-card{height:105px;min-height:105px}.participation-donut-wrap{height:62px;width:62px}.participation-donut-center strong{font-size:13px}}.participation-donut-card{box-sizing:border-box;display:flex;flex-direction:column;overflow:hidden}.participation-donut-label{font-size:9px;line-height:1.15;margin-bottom:3px}.participation-donut-center strong{font-size:13px}.participation-donut-card small{font-size:8px;line-height:1.15;margin-top:4px;max-width:100%}@media (max-width:600px){.participation-donut-wrap{height:68px;width:68px}.participation-donut-center strong{font-size:12px}.participation-donut-card small{font-size:8px}}.dashboard-card .school-dashboard-section-title h2{font-size:17px}.dashboard-card .school-dashboard-section-title p{font-size:12px;line-height:1.4}.meal-analytics-stat span{font-size:11px}.meal-analytics-stat strong{font-size:28px}.meal-analytics-stat small{font-size:11px}.meal-analytics-attendance-note{font-size:12px}.meal-insight-row{font-size:13px;line-height:1.5}.meal-analytics-stat,.participation-donut-card,.revenue-summary-card{box-sizing:border-box;display:flex;flex-direction:column;justify-content:center}.meal-analytics-stat,.revenue-summary-card{align-items:flex-start}.participation-donut-card{align-items:center;text-align:center}.revenue-summary-card span{margin-bottom:6px}.revenue-summary-card strong{line-height:1.1;margin:0}.revenue-summary-card small{margin-top:6px}.meal-analytics-stat span{margin-bottom:6px}.meal-analytics-stat strong{line-height:1.1;margin:0}.meal-analytics-stat small{margin-top:6px}.meal-analytics-stat,.participation-donut-card{height:145px!important;min-height:145px!important}.participation-donut-card{justify-content:center;overflow:visible;padding:12px 10px!important}.participation-donut-wrap{flex-shrink:0;height:72px;margin:5px auto;width:72px}.participation-donut-center strong{font-size:14px;line-height:1}.participation-donut-label{font-size:10px;line-height:1.2;margin:0 0 3px;text-align:center}.participation-donut-card small{display:block;font-size:9px;line-height:1.25;margin-top:3px;text-align:center;white-space:normal}@media (max-width:600px){.meal-analytics-stat,.participation-donut-card{height:145px!important;min-height:145px!important}.participation-donut-wrap{height:72px;width:72px}}.participation-donut-center strong{font-size:12px!important;line-height:1!important;white-space:nowrap}@media (max-width:600px){.participation-donut-center strong{font-size:11px!important}}.meal-insight-row{font-size:20px!important;line-height:1.55}.meal-insight-icon{font-size:20px}.dashboard-card .school-dashboard-section-title p,.meal-insight-list+p{font-size:18px}.command-nav-exit{background:#fff!important;border:1px solid #d8e0e7!important;color:#0b2a55!important}.command-nav-exit:hover{background:#f5f8fb!important;color:#0b2a55!important}@media (max-width:760px){.command-app{display:flex!important;flex-direction:column!important}.command-app,.command-sidebar{min-width:0!important;width:100%!important}.command-sidebar{box-sizing:border-box!important;height:auto!important;min-height:0!important;padding:14px 14px 12px!important;position:relative!important}.command-brand{margin-bottom:16px!important}.command-nav-label{display:none!important}.command-nav{grid-gap:8px!important;-webkit-overflow-scrolling:touch;box-sizing:border-box!important;display:grid!important;gap:8px!important;grid-template-columns:repeat(4,1fr)!important;justify-content:start!important;overflow-x:auto!important;overflow-y:hidden!important;padding:4px 0 12px!important;scrollbar-width:none;width:100%!important}.command-nav-button{font-size:11px!important;justify-content:center!important;padding:10px 8px!important;width:100%!important}.command-nav::-webkit-scrollbar{display:none}.command-nav-button{border-radius:8px!important;font-size:12px!important;padding:10px 13px!important;white-space:nowrap!important}.command-nav-button,.command-sidebar-exit{min-width:0!important;width:auto!important}.command-sidebar-exit{align-self:flex-start!important;border-radius:7px!important;margin:4px 0 2px!important;padding:9px 14px!important}.command-main{margin-left:0!important;max-width:100%!important}.command-content,.command-main{min-width:0!important;width:100%!important}.command-content{box-sizing:border-box!important}}.command-table td,.command-table th{font-size:18px!important;padding:12px 10px!important}.spark-thinking-spinner{animation:spark-thinking-spin .8s linear infinite;border:2px solid #ffffff73;border-radius:50%;border-top-color:#fff;display:inline-block;height:16px;margin-right:8px;vertical-align:-3px;width:16px}@keyframes spark-thinking-spin{to{transform:rotate(1turn)}}.spark-ai-review{background:linear-gradient(180deg,#f7fbff,#fff);border:1px solid #c9dced;border-radius:16px;box-shadow:0 8px 24px #123e680f;margin:22px 0 30px;padding:22px}.spark-ai-review-header{align-items:flex-start;display:flex;gap:14px;margin-bottom:20px}.spark-ai-review-mark{background:#0b315d;border-radius:12px;color:#fff;display:grid;flex:0 0 42px;font-size:22px;font-weight:800;height:42px;place-items:center;width:42px}.spark-ai-review-eyebrow{color:#1768a8;font-size:11px;font-weight:900;letter-spacing:.12em;margin-bottom:4px}.spark-ai-review-header h3{color:#082b4c;font-size:21px;margin:0}.spark-ai-review-header p{color:#627184;line-height:1.5;margin:6px 0 0}.spark-ai-understood-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:16px}.spark-ai-understood-item{background:#fff;border:1px solid #dce6ef;border-radius:10px;min-width:0;padding:13px 14px}.spark-ai-understood-item span{color:#7b8796;display:block;font-size:10px;font-weight:800;letter-spacing:.04em;margin-bottom:5px;text-transform:uppercase}.spark-ai-understood-item strong{color:#17334f;display:block;font-size:14px;line-height:1.4;overflow-wrap:anywhere}.spark-ai-attention{border:1px solid;border-radius:11px;margin-bottom:14px;padding:15px 16px}.spark-ai-attention.low{background:#eff9f3;border-color:#b9dbc6}.spark-ai-attention.moderate{background:#fff9e9;border-color:#e7cd82}.spark-ai-attention.high{background:#fff1f1;border-color:#e6b5b5}.spark-ai-attention-top{align-items:center;display:flex;gap:14px;justify-content:space-between}.spark-ai-attention-top span{color:#657486;font-size:10px;font-weight:900;letter-spacing:.08em}.spark-ai-attention-top strong{font-size:14px}.spark-ai-attention.low .spark-ai-attention-top strong{color:#237044}.spark-ai-attention.moderate .spark-ai-attention-top strong{color:#a26b00}.spark-ai-attention.high .spark-ai-attention-top strong{color:#a83b3b}.spark-ai-attention p{color:#43566b;line-height:1.5;margin:8px 0 5px}.spark-ai-attention small{color:#748093;line-height:1.4}.spark-ai-panel{background:#fff;border:1px solid #dce4ec;border-radius:11px;margin-top:12px;padding:16px}.spark-ai-panel-title{align-items:center;color:#17334f;display:flex;gap:8px;margin-bottom:9px}.spark-ai-panel-title>span{background:#edf5fc;border-radius:50%;color:#1768a8;display:grid;font-weight:900;height:25px;place-items:center;width:25px}.spark-ai-coach{background:#fffdf7;border-color:#e6cda0}.spark-ai-coach-list{display:flex;flex-direction:column;gap:10px}.spark-ai-coach-item{background:#ffffffbf;border:1px solid #eee0c5;border-radius:8px;padding:11px 12px}.spark-ai-original{color:#9b4b34;font-weight:800;margin-bottom:5px}.spark-ai-coach-item p,.spark-ai-questions p,.spark-ai-summary p{color:#526173;line-height:1.55;margin:0}.spark-ai-questions{background:#f7fbff;border-color:#c9ddec}.spark-ai-questions ul{margin:10px 0 0;padding-left:22px}.spark-ai-questions li{color:#354a61;line-height:1.45;margin:7px 0}.spark-ai-summary{background:#f5faf7;border-color:#c8dfd0}.spark-ai-summary p{color:#354f43;font-size:14px}.spark-ai-reference-note{background:#f5f7fa;border:1px dashed #ccd5df;border-radius:10px;display:flex;gap:11px;margin-top:14px;padding:13px 14px}.spark-ai-reference-note>span{flex:0 0 auto;font-size:18px}.spark-ai-reference-note strong{color:#435266;font-size:13px}.spark-ai-reference-note p{color:#788494;font-size:12px;line-height:1.45;margin:4px 0 0}@media (max-width:850px){.spark-ai-understood-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.spark-ai-review{padding:17px}.spark-ai-review-header{flex-direction:column}.spark-ai-understood-grid{grid-template-columns:1fr}.spark-ai-attention-top{align-items:flex-start;flex-direction:column;gap:5px}}.school-dashboard-status.date-badge{align-items:center;border-radius:8px;display:inline-flex;font-size:18px;font-weight:800;justify-content:center;letter-spacing:.01em;line-height:1;min-height:32px;padding:8px 14px;white-space:nowrap}.meal-analytics-button{background:#f7fbff;border:1px solid #cbdbea;border-radius:8px;color:#176ed5;cursor:pointer;font-family:inherit;font-size:18px;font-weight:800;min-height:38px;padding:0 14px;transition:background .15s ease,border-color .15s ease,transform .15s ease,box-shadow .15s ease}.meal-analytics-button:hover{background:#edf6ff;border-color:#9fc4eb;box-shadow:0 3px 10px #176ed51a}.meal-analytics-button:active{transform:translateY(1px)}.meal-view-toggle{align-items:center;background:#eef3f7;border:1px solid #dce4ec;border-radius:10px;display:flex;gap:3px;margin:0 0 14px;padding:4px;width:fit-content}.meal-view-toggle button{background:#0000;border:none;border-radius:7px;color:#627080;cursor:pointer;font-family:inherit;font-size:15px;font-weight:800;min-height:36px;padding:0 15px;transition:background .15s ease,color .15s ease,box-shadow .15s ease}.meal-view-toggle button:hover{background:#fff9;color:#176ed5}.meal-view-toggle button.active{background:#fff;box-shadow:0 2px 7px #17395c1c;color:#176ed5}@media (max-width:600px){.school-dashboard-status.date-badge{font-size:18px;min-height:30px;padding:6px 10px}.meal-analytics-button{min-height:40px;padding:0 13px}.meal-view-toggle{width:100%}.meal-view-toggle button{flex:1 1}}.school-hub-page .dashboard-card .school-dashboard-section-title>.school-dashboard-status.complete{align-items:center;border-radius:8px;display:inline-flex;font-size:18px;font-weight:800;justify-content:center;line-height:1;min-height:36px;padding:8px 14px;white-space:nowrap}
/*# sourceMappingURL=main.db0a23b3.css.map*/