:root{color:#26351f;font-synthesis:none;--lime:#95c11f;--lime-dark:#7ca516;--lime-soft:#eef6d8;--green-950:#263f12;--green-900:#3d5d16;--ink:#26351f;--muted:#687363;--line:#dfe6d9;--surface:#fff;--danger:#9b3732;--shadow:0 8px 28px #30481912;--radius:14px;background:#f4f7f5;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{background:#f4f7f5;min-width:320px;min-height:100vh;margin:0}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:var(--green-900)}h1,h2,h3,p{margin-top:0}h1{letter-spacing:-.04em;margin-bottom:.55rem;font-size:clamp(2rem,4vw,3rem);line-height:1.05}h2{margin-bottom:.5rem;font-size:1.25rem}h3{margin-bottom:.35rem}small{color:var(--muted)}.button{cursor:pointer;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:.4rem;padding:.72rem 1rem;font-weight:750;text-decoration:none;display:inline-flex}.button:disabled{opacity:.55;cursor:not-allowed}.button.primary{color:var(--green-950);background:var(--lime)}.button.primary:hover{background:var(--lime-dark);color:#fff}.button.secondary{color:var(--green-900);background:#fff;border-color:#c5d5bd}.button.ghost{color:inherit;background:0 0;border-color:#ffffff47}.button.full{width:100%}.text-button,.row-actions button{color:var(--green-900);cursor:pointer;background:0 0;border:0;padding:.2rem;font-weight:700}.actions,.row-actions{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.skip-link{z-index:100;background:#fff;padding:.75rem 1rem;position:fixed;top:-4rem;left:1rem}.skip-link:focus{top:1rem}.app-shell{min-height:100vh}.sidebar{z-index:20;color:#fff;background:linear-gradient(180deg, #9dca24 0%, var(--lime) 45%, #79a50f 100%);flex-direction:column;width:278px;padding:1.5rem;display:flex;position:fixed;inset:0 auto 0 0}.brand{color:var(--green-950);align-items:center;gap:.8rem;text-decoration:none;display:flex}.brand>span:last-child{display:grid}.brand small{color:#263f12b3}.brand-mark{color:#fff;background:var(--green-950);letter-spacing:-.05em;border-radius:12px;flex:none;place-items:center;width:42px;height:42px;font-weight:900;display:inline-grid}.organization-picker{margin:2rem 0 1rem}.organization-picker label{color:var(--green-950);text-transform:uppercase;font-size:.75rem;font-weight:800}.organization-picker select{background:#ffffffd1;border-color:#263f1233;margin-top:.35rem}.sidebar nav{gap:.25rem;margin-top:.8rem;display:grid}.sidebar nav a{color:var(--green-950);border-radius:10px;padding:.8rem .9rem;font-weight:750;text-decoration:none}.sidebar nav a:hover,.sidebar nav a.active{background:#ffffffc7}.sidebar footer{gap:1rem;margin-top:auto;display:grid}.user-chip{color:var(--green-950);align-items:center;gap:.65rem;display:flex}.user-chip>span{background:#fff;border-radius:50%;place-items:center;width:40px;height:40px;font-weight:800;display:grid}.user-chip div{min-width:0;display:grid}.user-chip small{color:#263f12bd;font-size:.7rem}.main-content{min-height:100vh;margin-left:278px;padding:clamp(1.5rem,4vw,3.5rem)}.mobile-header,.backdrop{display:none}.page-header{justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:2rem;display:flex}.page-header>div:first-child{max-width:800px}.page-header p:last-child{color:var(--muted);max-width:70ch}.eyebrow{color:var(--green-900);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.45rem;font-size:.76rem;font-weight:850}.panel{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow);padding:1.35rem}.metric-grid,.card-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.metric-card{border:1px solid var(--line);border-radius:var(--radius);min-height:150px;box-shadow:var(--shadow);background:#fff;flex-direction:column;padding:1.25rem;display:flex}.metric-card strong{font-size:1.65rem}.metric-card span{color:var(--muted);margin-top:.25rem}.metric-card a{margin-top:auto;font-weight:750;text-decoration:none}.metric-card.safe{background:var(--lime-soft)}.dashboard-grid,.detail-grid{grid-template-columns:1.2fr .8fr;gap:1rem;margin-top:1rem;display:grid}.quick-links{gap:.85rem;display:grid}.quick-links a{border-bottom:1px solid var(--line);padding-bottom:.8rem;font-weight:750;text-decoration:none}.onboarding{max-width:700px}label{color:#31483f;gap:.4rem;font-size:.86rem;font-weight:750;display:grid}input,select,textarea{width:100%;color:var(--ink);background:#fff;border:1px solid #cbd8d2;border-radius:9px;padding:.72rem .78rem}textarea{resize:vertical}input:focus,select:focus,textarea:focus,button:focus-visible,a:focus-visible{outline-offset:2px;outline:3px solid #79bda5}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-bottom:1rem;display:grid}.form-grid .wide,.wide{grid-column:1/-1}.stack-form{gap:1rem;display:grid}.stack-form.compact{border-bottom:1px solid var(--line);padding:1rem 0}.banner{border-radius:9px;margin:1rem 0;padding:.9rem 1rem}.banner.error,.feedback.error{color:#742923;background:#fff0ee;border:1px solid #ecc0bc}.banner.success{color:#176348;background:#e2f3eb}.banner.safe{color:var(--green-950);background:var(--lime-soft);border:1px solid #cbdca0}.feedback,.empty{text-align:center;align-content:center;place-items:center;gap:.5rem;min-height:180px;display:grid}.spinner{border:3px solid #d7e2d1;border-top-color:var(--lime-dark);border-radius:50%;width:28px;height:28px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.empty>span{background:var(--lime-soft);border-radius:50%;place-items:center;width:52px;height:52px;font-size:2rem;display:grid}.filter-panel{border-radius:var(--radius);background:#fff;margin:1rem 0;padding:1rem}.filter-panel label{max-width:420px}.employee-filters{grid-template-columns:minmax(240px,420px) minmax(240px,360px);gap:1rem;display:grid}.sort-button{color:inherit;font:inherit;font-weight:inherit;letter-spacing:inherit;text-transform:inherit;cursor:pointer;background:0 0;border:0;padding:0}.sort-button:hover{color:var(--green-900)}.table-wrap{overflow-x:auto}table{border-collapse:collapse;text-align:left;width:100%}th{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;font-size:.76rem}th,td{vertical-align:middle;border-bottom:1px solid #e8eeeb;padding:.9rem .75rem}td>small,.person-link small{margin-top:.25rem;display:block}.person-link{text-decoration:none;display:grid}.badge{color:#176348;background:#e2f3eb;border-radius:999px;width:max-content;padding:.3rem .55rem;font-size:.75rem;font-weight:800;display:inline-flex}.badge.archived{color:#69736f;background:#edf0ef}.badge.draft{color:#8a6320;background:#fff8e7}.department-list{gap:.75rem;display:grid}.department-row{margin-left:calc(var(--depth) * 2rem);grid-template-columns:auto 1fr auto auto;align-items:center;gap:1rem;display:grid}.department-icon{background:var(--lime-soft);width:44px;height:44px;color:var(--green-900);border-radius:10px;place-items:center;font-weight:900;display:grid}.department-row h2,.department-row small{margin:0}.period-bar{flex-wrap:wrap;align-items:end;gap:1rem;margin-bottom:1rem;display:flex}.period-bar>div:first-child{margin-right:auto}.period-bar label{max-width:140px}.period-list{flex-wrap:wrap;flex-basis:100%;gap:.5rem;display:flex}.template-card{align-content:start;gap:.75rem;display:grid}.template-card .badge{position:absolute}.template-card ol{color:var(--muted);margin:0;padding-left:1.25rem}.template-card li{padding:.2rem 0}.template-editor{margin-bottom:1rem}.section-heading{justify-content:space-between;align-items:center;gap:1rem;margin:1.2rem 0;display:flex}.criteria-editor{gap:.75rem;margin-bottom:1rem;display:grid}.criteria-editor article{border:1px solid var(--line);border-radius:10px;grid-template-columns:auto 1fr 1.3fr 100px auto;align-items:end;gap:.75rem;padding:1rem;display:grid}.criteria-editor article>span,.criteria-list legend span{background:var(--lime-soft);width:30px;height:30px;color:var(--green-900);border-radius:50%;place-items:center;font-weight:850;display:inline-grid}.invitation-form,.access-preview{margin-bottom:1rem}.preview-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin:0 0 1rem;display:grid}.preview-summary div{background:#f7faf6;border-radius:9px;padding:.85rem}.preview-summary dt{color:var(--muted);text-transform:uppercase;font-size:.75rem;font-weight:800}.preview-summary dd{margin:.3rem 0 0;font-weight:750}fieldset{border:1px solid var(--line);border-radius:10px;min-width:0;padding:1rem}legend{padding:0 .45rem;font-weight:800}.check-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;display:grid}.check-grid label,.inline-check{align-items:center;gap:.5rem;display:flex}.check-grid input,.inline-check input,.report-list input{width:auto}.stepper{grid-template-columns:repeat(3,1fr);gap:.5rem;margin-bottom:1rem;display:grid}.stepper button{border:1px solid var(--line);color:var(--muted);cursor:pointer;background:#fff;border-radius:10px;padding:.8rem;font-weight:750}.stepper button span{margin-right:.5rem}.stepper button.active{border-color:var(--lime-dark);color:var(--green-950);background:var(--lime-soft)}.evaluation-form{padding:clamp(1rem,3vw,2rem)}.criteria-list{gap:1rem;display:grid}.criteria-list legend{align-items:center;gap:.65rem;display:flex}.criterion-fields{grid-template-columns:160px 1fr;gap:1rem;display:grid}.wizard-actions{border-top:1px solid var(--line);justify-content:space-between;align-items:center;margin-top:1.5rem;padding-top:1rem;display:flex}.summary-grid{grid-template-columns:repeat(5,1fr);gap:1rem;margin-bottom:1rem;display:grid}.summary-grid>div{gap:.3rem;display:grid}.result-list article{border-top:1px solid var(--line);grid-template-columns:1fr 130px 1.3fr;gap:1rem;padding:1rem 0;display:grid}.timeline,.notes-list{gap:.75rem;display:grid}.timeline article,.notes-list article{border:1px solid var(--line);border-radius:10px;padding:1rem}.notes-list article>div{justify-content:space-between;display:flex}.report-toolbar{justify-content:space-between;align-items:end;gap:1rem;display:flex}.report-toolbar label{min-width:280px}.hint{color:var(--muted);background:#f7faf6;border-radius:8px;margin:1rem 0;padding:.75rem}.report-list{display:grid}.report-list label{border-top:1px solid var(--line);cursor:pointer;grid-template-columns:auto 1fr;align-items:center;padding:.8rem}.report-list span{display:grid}.print-reports{display:none}.auth-page{background:#fff;grid-template-columns:minmax(360px,620px) 1fr;min-height:100vh;display:grid}.auth-card{width:min(100%,480px);margin:auto;padding:2rem}.auth-brand{align-items:center;gap:.7rem;margin-bottom:3rem;display:flex}.auth-brand-logo{width:112px;height:auto;display:block}.auth-brand strong{border-left:1px solid var(--line);color:var(--green-950);padding-left:.9rem}.auth-card>p{color:var(--muted)}.auth-card>a{margin-top:1rem;display:inline-block}.auth-visual{color:#fff;background:radial-gradient(circle at 70% 20%, #95c11f59, transparent 35%), linear-gradient(145deg, var(--green-950), #52780c);place-items:center;padding:3rem;display:grid}.auth-visual-brand{text-align:center;justify-items:center;gap:2.2rem;width:min(78%,620px);display:grid}.auth-visual-brand img{width:100%;height:auto;display:block}.auth-visual-brand h2{color:#d9efad;letter-spacing:.01em;margin:0;font-size:clamp(1.55rem,3vw,2.6rem);font-weight:650}.auth-page.single{grid-template-columns:1fr}@media (width<=1100px){.metric-grid,.card-grid{grid-template-columns:repeat(2,1fr)}.summary-grid{grid-template-columns:repeat(3,1fr)}.criteria-editor article{grid-template-columns:auto 1fr 1fr}.criteria-editor article label:nth-of-type(3),.criteria-editor article .row-actions{grid-column:2/-1}}@media (width<=780px){.mobile-header{height:68px;color:var(--green-950);background:var(--lime);justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.icon-button{background:0 0;border:0;font-size:1.5rem}.sidebar{transition:transform .2s;transform:translate(-100%)}.sidebar.open{transform:translate(0)}.backdrop{z-index:15;background:#00000059;border:0;display:block;position:fixed;inset:0}.main-content{margin-left:0;padding:1.2rem}.page-header,.wizard-actions,.report-toolbar{display:grid}.dashboard-grid,.detail-grid,.form-grid,.employee-filters{grid-template-columns:1fr}.form-grid .wide{grid-column:auto}.department-row{margin-left:calc(var(--depth) * .75rem);grid-template-columns:auto 1fr auto}.department-row .row-actions{grid-column:2/-1}.check-grid,.summary-grid,.preview-summary{grid-template-columns:1fr 1fr}.result-list article,.criterion-fields,.auth-page{grid-template-columns:1fr}.auth-visual{display:none}}@media (width<=480px){.metric-grid,.card-grid,.check-grid,.summary-grid,.preview-summary{grid-template-columns:1fr}.stepper button{font-size:0}.stepper button span{margin:0;font-size:1rem}.criteria-editor article{grid-template-columns:auto 1fr}.criteria-editor article label,.criteria-editor article label:nth-of-type(3),.criteria-editor article .row-actions{grid-column:2}}@page{size:A4 portrait;margin:12mm}@media print{body{background:#fff}.sidebar,.mobile-header,.main-content,.backdrop{display:none!important}.print-reports{display:block}.report-sheet{color:#26351f;break-after:page;background:#fff;flex-direction:column;min-height:270mm;display:flex}.report-sheet:last-child{break-after:auto}.report-sheet>header{border-bottom:.6mm solid #d7e5b2;align-items:center;gap:1rem;padding-bottom:6mm;display:flex}.report-sheet>header div:last-child{display:grid}.report-person{justify-content:space-between;gap:10mm;padding:7mm 0;display:flex}.report-person dl{margin:0}.report-person dl div{gap:5mm;display:flex}.report-sheet table{font-size:9pt}.report-sheet th,.report-sheet td{padding:3mm}.report-summary{grid-template-columns:1fr 1fr;gap:5mm;margin-top:7mm;display:grid}.report-summary section{border:.4mm solid #dfe6d9;border-radius:2mm;padding:4mm}.report-sheet footer{text-align:right;color:#687363;border-top:.3mm solid #dfe6d9;margin-top:auto;padding-top:4mm;font-size:8pt}}
