:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#17211d;background:#f4f6f5;font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-width:320px}button,input,select,textarea{font:inherit}button{cursor:pointer}.shell{min-height:100vh}.topbar{height:66px;background:#fff;border-bottom:1px solid #dde4e0;display:flex;align-items:center;justify-content:space-between;padding:0 24px;position:sticky;top:0;z-index:20}.brand{display:flex;align-items:center;gap:11px;font-weight:800;font-size:20px}.brandmark{width:34px;height:34px;border-radius:10px;background:#126b4f;color:#fff;display:grid;place-items:center}.userchip{display:flex;align-items:center;gap:10px}.avatar{width:34px;height:34px;border-radius:50%;background:#e4f1eb;display:grid;place-items:center;font-weight:800;color:#126b4f}.layout{display:grid;grid-template-columns:230px 1fr;min-height:calc(100vh - 66px)}.sidebar{background:#fff;border-right:1px solid #dde4e0;padding:18px 12px}.navbtn{width:100%;border:0;background:transparent;text-align:left;padding:11px 13px;border-radius:9px;margin:2px 0;color:#46534d}.navbtn.active,.navbtn:hover{background:#eaf3ef;color:#0d5a41;font-weight:700}.navsep{height:1px;background:#e6ebe8;margin:14px 8px}.main{padding:28px;max-width:1500px;width:100%;margin:0 auto}.pagehead{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:22px}.pagehead h1{margin:0 0 5px;font-size:28px}.muted{color:#6b7771}.grid{display:grid;gap:16px}.cards4{grid-template-columns:repeat(4,minmax(0,1fr))}.cards3{grid-template-columns:repeat(3,minmax(0,1fr))}.card{background:#fff;border:1px solid #dde4e0;border-radius:13px;padding:18px;box-shadow:0 1px 2px #0b34200a}.stat .value{font-size:27px;font-weight:800;margin-top:7px}.btn{border:1px solid #cfd9d4;background:#fff;border-radius:9px;padding:9px 13px;color:#27342e}.btn:hover{background:#f5f8f6}.btn.primary{background:#126b4f;color:#fff;border-color:#126b4f}.btn.danger{color:#a12d2d;border-color:#e5bcbc}.btn.small{padding:6px 9px;font-size:13px}.toolbar{display:flex;gap:9px;flex-wrap:wrap;align-items:center}.tablewrap{overflow:auto;background:#fff;border:1px solid #dde4e0;border-radius:13px}table{width:100%;border-collapse:collapse;min-width:760px}th,td{text-align:left;padding:12px 14px;border-bottom:1px solid #edf0ee;vertical-align:top}th{font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:#68746e;background:#fafbfa}tr:last-child td{border-bottom:0}.pill{display:inline-flex;border-radius:999px;padding:4px 9px;font-size:12px;font-weight:700;background:#e9efec}.pill.green{background:#dff1e8;color:#126b4f}.pill.orange{background:#fff0d8;color:#8c5900}.pill.red{background:#fde5e5;color:#9a2929}.field{display:flex;flex-direction:column;gap:6px}.field label{font-size:13px;font-weight:700;color:#4d5a54}.field input,.field select,.field textarea{border:1px solid #cfd9d4;border-radius:9px;padding:10px;background:#fff}.formgrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.span2{grid-column:1/-1}.modalback{position:fixed;inset:0;background:#13201988;display:grid;place-items:center;padding:18px;z-index:50}.modal{background:#fff;width:min(720px,100%);max-height:92vh;overflow:auto;border-radius:15px;padding:22px}.modalhead{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.modalhead h2{margin:0}.toast{position:fixed;right:22px;bottom:22px;background:#17211d;color:#fff;padding:12px 16px;border-radius:10px;z-index:80}.auth{min-height:100vh;display:grid;place-items:center;padding:20px;background:linear-gradient(135deg,#edf6f1,#f6f7f6)}.authbox{width:min(460px,100%);background:#fff;border:1px solid #dce4df;border-radius:16px;padding:28px}.authbox h1{margin:0 0 8px}.tabs{display:flex;gap:6px;padding:4px;background:#eef2f0;border-radius:10px;margin:18px 0}.tabs button{flex:1;border:0;background:transparent;padding:9px;border-radius:8px}.tabs button.active{background:#fff;font-weight:700;box-shadow:0 1px 3px #0001}.empty{text-align:center;padding:42px 20px;color:#6b7771}.mobileNav{display:none}.weekgrid{display:grid;grid-template-columns:repeat(7,minmax(130px,1fr));gap:10px;overflow:auto;padding-bottom:4px}.daycol{background:#fff;border:1px solid #dde4e0;border-radius:11px;min-height:180px;padding:10px}.daytitle{font-weight:800;margin-bottom:8px}.entrymini{background:#eef5f1;border-left:3px solid #126b4f;padding:8px;border-radius:6px;margin:7px 0;font-size:13px}.progress{height:8px;background:#e7ece9;border-radius:99px;overflow:hidden}.progress span{display:block;height:100%;background:#126b4f}.notice{padding:12px 14px;border-radius:10px;background:#fff7e8;border:1px solid #f0d79e;color:#6c4c0c;margin-bottom:16px}.photoGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px}.photoCard img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:9px}.right{text-align:right}.hide{display:none!important}@media(max-width:900px){.layout{display:block}.sidebar{display:none}.main{padding:18px 14px 84px}.cards4,.cards3{grid-template-columns:repeat(2,1fr)}.mobileNav{display:grid;grid-template-columns:repeat(5,1fr);position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #dce4df;z-index:30;padding-bottom:env(safe-area-inset-bottom)}.mobileNav button{border:0;background:#fff;padding:10px 3px;font-size:11px}.mobileNav button.active{color:#126b4f;font-weight:800}.topbar{padding:0 14px}.pagehead{align-items:flex-start}.formgrid{grid-template-columns:1fr}.span2{grid-column:auto}}@media(max-width:560px){.cards4,.cards3{grid-template-columns:1fr 1fr}.stat .value{font-size:21px}.pagehead{display:block}.pagehead .toolbar{margin-top:12px}.userchip .muted{display:none}}.notice.critical{background:#fff0ec;border-color:#e8a89b;color:#74281f}.notice.recording-enabled{background:#edf7f2;border-color:#a9d5c2;color:#164f3c;margin-top:14px}.acknowledge{display:flex;align-items:flex-start;gap:9px;margin-top:12px;padding:10px;background:#fff;border:1px solid #efc2b9;border-radius:8px;font-weight:700}.acknowledge input{margin-top:3px;flex:0 0 auto}.company-auth{align-items:start;padding-top:36px;padding-bottom:36px}.company-hub{width:min(920px,100%)}.company-hub-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start}.company-hub-head h1{margin-top:22px}.company-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:14px;margin:22px 0}.company-card{border:1px solid #dce4df;border-radius:13px;padding:17px;display:flex;flex-direction:column;justify-content:space-between;gap:18px;background:#fbfcfb}.company-card h3{margin:10px 0 7px}.company-actions{border-top:1px solid #e4e9e6;margin-top:22px;padding-top:4px}@media(max-width:650px){.company-auth{padding:12px}.company-hub-head{display:block}.company-hub-head .btn{margin-top:12px}.company-grid{grid-template-columns:1fr}.topbar>.toolbar>.btn{padding:6px 8px}.userchip>div:first-child{display:none}}
