@import "https://fonts.googleapis.com/css2?family=Londrina+Solid:wght@300;400;900&display=swap";:root{color:#252a26;--muted:#7b827c;--line:#e2e5e1;--green:#446a50;background:#f5f6f3;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif}*{box-sizing:border-box}body{background:#f5f6f3;margin:0}button,input,select,textarea{font:inherit}.app-shell{grid-template-columns:220px 1fr;min-height:100vh;display:grid}.sidebar{color:#fff;background:#232622;flex-direction:column;padding:18px 14px;display:flex}.brand{align-items:center;gap:10px;padding:5px 8px 18px;display:flex}.brand-logo{color:#222;background:#fff;border-radius:12px;place-items:center;width:38px;height:38px;font-weight:900;display:grid}.brand strong,.brand small{display:block}.brand small{color:#b9c0b9;font-size:10px}.sidebar nav{gap:4px;display:grid}.nav-link{color:#cfd4cf;border-radius:10px;padding:10px 11px;font-size:13px;font-weight:700;text-decoration:none}.nav-link.active,.nav-link:hover{color:#fff;background:#343a35}.sidebar-footer{color:#aeb6af;border-top:1px solid #3a3f3b;margin-top:auto;padding:14px 9px;font-size:10px}.topbar{border-bottom:1px solid var(--line);z-index:4;background:#fff;justify-content:space-between;align-items:center;height:70px;padding:0 24px;display:flex;position:sticky;top:0}.topbar select{border:1px solid var(--line);background:#fff;border-radius:10px;padding:8px}.role-preview{align-items:center;gap:8px;display:flex}.role-preview span{color:var(--muted);text-transform:uppercase;font-size:10px;font-weight:800}.page-content{max-width:1500px;margin:auto;padding:26px}.page-header{margin-bottom:18px}.eyebrow{text-transform:uppercase;letter-spacing:.09em;color:var(--green);font-size:10px;font-weight:900}.page-header h1,.employee-card h1{margin:4px 0 5px;font-family:Georgia,serif;font-size:30px}.page-header p,.muted{color:var(--muted);margin:0;font-size:12px}.metric-grid{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:14px;display:grid}.metric-card,.panel{border:1px solid var(--line);background:#fff;border-radius:16px;box-shadow:0 4px 14px #272d270a}.metric-card{padding:16px}.metric-card span,.metric-card small{color:var(--muted);font-size:10px;display:block}.metric-card strong{margin:4px 0;font-size:28px;display:block}.panel{margin-bottom:14px;padding:16px}.panel h2{margin:0 0 8px;font-size:15px}.age-grid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.age-card{border:1px solid var(--line);border-radius:13px;padding:12px}.age-card-top{justify-content:space-between;font-size:12px;display:flex}.age-card-top span{color:var(--muted);font-size:10px}.progress{background:#edf0ec;border-radius:999px;height:6px;margin:9px 0;overflow:hidden}.progress i{background:var(--green);height:100%;display:block}.list-toolbar{gap:8px;margin-bottom:10px;display:flex}.list-toolbar input,.list-toolbar select,.modal textarea,.modal select{border:1px solid var(--line);background:#fff;border-radius:10px;padding:9px 10px}.list-toolbar input{min-width:260px}.table-wrap{overflow:auto}table{border-collapse:collapse;width:100%;font-size:12px}th{text-align:left;color:#737b74;text-transform:uppercase;border-bottom:1px solid var(--line);padding:9px;font-size:9px}td{vertical-align:top;border-bottom:1px solid #eef0ed;padding:10px 9px}.preferred{color:#9aa09a;margin-top:2px;font-size:9px;display:block}.requirement-stack{flex-wrap:wrap;gap:5px;display:flex}.status-chip{border-radius:999px;padding:5px 7px;font-size:9px;font-weight:800}.status-chip.critical{color:#a44035;background:#fff0ed}.status-chip.training{color:#a35e25;background:#fff3e7}.status-chip.routine{color:#8b6a20;background:#fff9e6}.status-chip.complete{color:#3f6b49;background:#eef6ef}.button{color:#fff;background:#3f6049;border:0;border-radius:10px;padding:8px 10px;font-size:11px;font-weight:800}.button.secondary{color:#323833;border:1px solid var(--line);background:#fff}.button-row{gap:6px;display:flex}.settings-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.checklist-grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.check-row{border:1px solid var(--line);border-radius:10px;padding:10px;font-size:11px}.readonly-banner{color:#59625b;background:#eef1ed;border:1px solid #d8ded8;border-radius:12px;margin-bottom:12px;padding:10px 12px;font-size:11px}.feature-button{border:1px solid var(--line);background:#fff;border-radius:999px;padding:10px 13px;font-weight:800;position:fixed;bottom:20px;right:20px;box-shadow:0 8px 24px #2026211f}.modal-backdrop{z-index:30;background:#14181459;place-items:center;display:grid;position:fixed;inset:0}.modal{background:#fff;border-radius:18px;width:min(500px,90vw);padding:20px;position:relative}.modal textarea{width:100%;min-height:100px;margin:10px 0}.modal-close{background:#eee;border:0;border-radius:50%;width:30px;height:30px;position:absolute;top:12px;right:12px}.employee-portal{min-height:100vh;padding:20px}.employee-topbar,.employee-card{max-width:850px;margin:auto}.employee-topbar{justify-content:space-between;display:flex}.employee-card{border:1px solid var(--line);background:#fff;border-radius:20px;margin-top:15px;padding:22px}.big-percent{margin:12px 0;font-size:28px;font-weight:900}.portal-row{border:1px solid var(--line);border-radius:12px;justify-content:space-between;align-items:center;margin-top:8px;padding:11px;display:flex}.portal-row small{color:var(--muted);font-size:9px;display:block}@media (width<=900px){.metric-grid{grid-template-columns:1fr 1fr}.settings-grid,.age-grid{grid-template-columns:1fr}.app-shell{grid-template-columns:180px 1fr}}.auth-screen{background:linear-gradient(#f6f1e721,#f6f1e721),url(/assets/cedar-shingle-C1fYifXD.jpeg) 50%/cover fixed;justify-content:center;align-items:center;min-height:100vh;padding:28px 24px 50px;display:flex}.auth-landing-card{text-align:center;background:#fffdf8f0;border:1px solid #e0d8caf2;border-radius:22px;width:min(620px,100%);margin:0 auto;padding:38px 46px 32px;transform:translateY(-3vh);box-shadow:0 18px 50px #1f1b1633,0 2px 8px #1f1b1614}.auth-landing-card .auth-brand-logo{object-fit:contain;width:165px;max-height:115px;margin:0 auto 12px;display:block}.auth-landing-card .auth-company{color:#252a26;margin:0;font-size:20px;font-weight:800;line-height:1.3}.auth-landing-card .auth-brand-line{color:#555950;margin-top:3px;font-family:Georgia,Times New Roman,serif;font-size:16px;font-style:italic;line-height:1.4}.auth-title-text{color:#355b42;letter-spacing:.01em;margin:18px 0 0;font-family:Londrina Solid,sans-serif;font-size:72px;font-weight:400;line-height:.95}.auth-portal-label{color:#b6463c;letter-spacing:.055em;margin-top:7px;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;font-size:20px;font-weight:800;line-height:1.3}.auth-button{border-radius:10px;width:100%;max-width:320px;margin:27px auto 0;padding:13px 16px;font-size:13px;transition:transform .15s,background .15s,box-shadow .15s;display:block}.auth-button:hover{background:#344f3c;box-shadow:0 5px 14px #344f3c33}.auth-button:active{transform:translateY(1px)}.auth-landing-card .auth-footer{text-align:center;color:#565c57;background:0 0;width:100%;margin:28px auto 0;padding:0}.auth-tree-divider{justify-content:center;align-items:center;gap:11px;width:100%;margin:0 auto 19px;display:flex}.auth-tree-line{background:#c9c2b8;width:115px;height:1px}.auth-tree{flex:0 0 28px;width:28px;height:35px;display:block;position:relative}.auth-tree-top,.auth-tree-middle,.auth-tree-bottom{border-bottom-style:solid;border-bottom-color:#355b42;border-left-style:solid;border-left-color:#0000;border-right-style:solid;border-right-color:#0000;width:0;height:0;position:absolute;left:50%;transform:translate(-50%)}.auth-tree-top{border-bottom-width:12px;border-left-width:7px;border-right-width:7px;top:0}.auth-tree-middle{border-bottom-width:15px;border-left-width:10px;border-right-width:10px;top:7px}.auth-tree-bottom{border-bottom-width:18px;border-left-width:14px;border-right-width:14px;top:14px}.auth-tree-trunk{background:#76543a;border-radius:1px;width:5px;height:7px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.auth-tree-dot{z-index:2;border-radius:50%;width:4px;height:4px;position:absolute}.dot-red-one{background:#b94a3d;top:10px;left:9px}.dot-yellow-one{background:#d6a43b;top:14px;right:7px}.dot-blue-one{background:#5d8190;top:19px;left:7px}.dot-red-two{background:#b94a3d;top:23px;right:6px}.dot-yellow-two{background:#d6a43b;top:26px;left:12px}.auth-footer-links{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;margin-bottom:15px;font-size:15px;font-weight:800;line-height:1.4;display:flex}.auth-footer a{color:#315b40;text-underline-offset:3px;text-decoration:underline}.auth-footer a:hover{color:#203d2a}.auth-footer p{margin:7px auto;font-size:13px;line-height:1.5}.auth-footer .auth-trademark{max-width:540px;margin-left:auto;margin-right:auto;font-size:12px;line-height:1.55}.auth-footer .trademark-symbol{vertical-align:-1px;margin-right:1px;font-size:15px;line-height:1;display:inline-block}.auth-public-page{width:min(620px,100%);margin:0 auto}.auth-card{text-align:center;background:#fffdf8f0;border:1px solid #e0d8caf2;border-radius:22px;width:min(470px,100%);margin:0 auto;padding:38px 40px 36px;box-shadow:0 18px 50px #1f1b1633,0 2px 8px #1f1b1614}.auth-card .auth-brand-logo{object-fit:contain;width:165px;max-height:115px;margin:0 auto 18px;display:block}.auth-card h1{color:#355b42;margin:0 0 12px;font-family:Georgia,Times New Roman,serif;font-size:32px;font-weight:700;line-height:1.12}.auth-card>p{color:#565c57;font-size:13px;line-height:1.6}.auth-error{color:#a44035;margin-top:12px;font-size:11px}.signed-in-strip{z-index:15;border:1px solid var(--line);color:var(--muted);background:#fff;border-radius:999px;align-items:center;gap:8px;padding:6px 8px 6px 11px;font-size:9px;display:flex;position:fixed;bottom:70px;right:18px;box-shadow:0 8px 24px #2026211a}.signed-in-strip button{background:#edf0ec;border:0;border-radius:999px;padding:5px 8px;font-size:9px;font-weight:800}@media (width<=600px){.auth-screen{background:linear-gradient(#f6f1e721,#f6f1e721),url(/assets/cedar-shingle-C1fYifXD.jpeg) top/cover;align-items:flex-start;padding:14px 12px 30px}.auth-landing-card{border-radius:18px;padding:28px 21px 26px;transform:none}.auth-landing-card .auth-brand-logo{width:140px;max-height:100px;margin-bottom:10px}.auth-landing-card .auth-company{font-size:18px}.auth-landing-card .auth-brand-line{font-size:14px}.auth-title-text{margin-top:17px;font-size:58px}.auth-portal-label{letter-spacing:.045em;margin-top:6px;font-size:17px}.auth-button{margin-top:23px;font-size:12px}.auth-landing-card .auth-footer{margin-top:25px}.auth-tree-divider{gap:9px;margin-bottom:17px}.auth-tree-line{width:82px}.auth-footer-links{gap:8px;margin-bottom:13px;font-size:14px}.auth-footer p{font-size:12px}.auth-footer .auth-trademark{font-size:11px}.auth-footer .trademark-symbol{font-size:14px}.auth-card{border-radius:18px;padding:28px 21px 30px}.auth-card .auth-brand-logo{width:140px;max-height:100px}.auth-card h1{font-size:28px}}.legal-page{color:#30352f;background:linear-gradient(#231f190a,#231f190a),url(/assets/cedar-shingle-C1fYifXD.jpeg) top/cover fixed;min-height:100vh;padding:28px 24px 60px}.legal-document{background:#fffdf8f0;border:1px solid #e0d8caf2;border-radius:22px;width:min(860px,100%);margin:0 auto;padding:38px 52px 42px;box-shadow:0 18px 50px #1f1b1633,0 2px 8px #1f1b1614}.legal-document-header{text-align:center;padding-bottom:24px}.legal-logo-link{text-decoration:none;display:inline-block}.legal-brand-logo{object-fit:contain;width:165px;max-height:115px;margin:0 auto 12px;display:block}.legal-company{color:#252a26;margin:0;font-size:20px;font-weight:800;line-height:1.3}.legal-brand-line{color:#555950;margin-top:3px;font-family:Georgia,Times New Roman,serif;font-size:16px;font-style:italic;line-height:1.4}.legal-document-header h1{color:#355b42;letter-spacing:-.015em;margin:22px 0 8px;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;font-size:34px;font-weight:900;line-height:1.12}.legal-updated{color:#565c57;margin-top:0;font-size:12px;line-height:1.4}.legal-header-divider{background:#c9c2b8;width:min(460px,72%);height:1px;margin:0 auto 34px}.legal-document section{border-bottom:1px solid #ddd6cc;margin:0 0 24px;padding:0 0 24px}.legal-document section:last-of-type{border-bottom:0;margin-bottom:0;padding-bottom:0}.legal-document h2{color:#355b42;margin:0 0 12px;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;font-size:19px;font-weight:900;line-height:1.3}.legal-document p{margin:0 0 13px;font-size:15px;line-height:1.7}.legal-document p:last-child{margin-bottom:0}.legal-document ul{margin:10px 0 0;padding-left:24px}.legal-document li{margin-bottom:7px;font-size:15px;line-height:1.65}.legal-document strong{font-weight:800}.legal-document a{color:#315b40;text-underline-offset:3px;font-weight:700;text-decoration:underline}.legal-document a:hover{color:#203d2a}.legal-bottom-nav{border-top:1px solid #dcd4c9;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;margin-top:34px;padding-top:24px;font-size:14px;font-weight:800;display:flex}.legal-bottom-nav span{color:#70756f}@media (width<=600px){.legal-page{background:linear-gradient(#231f190a,#231f190a),url(/assets/cedar-shingle-C1fYifXD.jpeg) top/cover fixed;padding:14px 12px 32px}.legal-document{border-radius:18px;padding:28px 21px 30px}.legal-document-header{padding-bottom:21px}.legal-brand-logo{width:140px;max-height:100px;margin-bottom:10px}.legal-company{font-size:18px}.legal-brand-line{margin-top:3px;font-size:14px}.legal-document-header h1{margin:18px 0 7px;font-size:27px}.legal-updated{margin-top:0;font-size:11px}.legal-header-divider{width:72%;margin-bottom:27px}.legal-document section{margin-bottom:20px;padding-bottom:20px}.legal-document h2{margin-bottom:10px;font-size:18px}.legal-document p{font-size:15px;line-height:1.65}.legal-document li{font-size:15px;line-height:1.6}.legal-bottom-nav{margin-top:28px;padding-top:21px;font-size:14px}}
