*{box-sizing:border-box}body{margin:0;background:#f6f8fc;color:#172033;font:15px/1.5 Inter,system-ui,-apple-system,Segoe UI,sans-serif}header{height:72px;background:#101828;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,calc((100% - 1180px)/2))}.brand{color:#fff;text-decoration:none;font-weight:800;font-size:23px}.brand span{color:#35d3a4}nav{display:flex;gap:22px}nav a{color:#c9d1df;text-decoration:none}main{max-width:1180px;margin:0 auto;padding:42px 24px 70px}footer{text-align:center;color:#8a94a6;padding:22px}.hero{display:flex;justify-content:space-between;gap:24px;align-items:flex-end;margin-bottom:28px}.hero .actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}.tablewrap{box-shadow:0 5px 18px #17203308}.eyebrow{font-size:12px;letter-spacing:1.8px;color:#20a982;font-weight:800;margin:0 0 6px}h1{font-size:32px;line-height:1.15;margin:0 0 8px}h2{margin-top:0}.muted{color:#718096}.actions{display:flex;gap:10px}.button,button{border:0;border-radius:9px;background:#138a6a;color:white;padding:10px 16px;font-weight:700;text-decoration:none;cursor:pointer;display:inline-block}.button.secondary{background:#e7f7f2;color:#10765c}.button.small{padding:7px 10px;font-size:12px;background:#12243c}.search{background:#fff;padding:14px;border:1px solid #e5eaf0;border-radius:13px;display:flex;gap:10px;margin-bottom:15px}.search input{flex:1}.records-filter{display:grid;grid-template-columns:repeat(4,minmax(0,1fr)) auto auto auto;align-items:center}.records-filter input{min-width:0}.records-filter select{margin:0}.filtergrid{background:#fff;padding:14px;border:1px solid #e5eaf0;border-radius:13px;display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:15px}.filtergrid input{margin:0}.filtergrid button{margin:0}@media(max-width:700px){.records-filter{grid-template-columns:1fr}.filtergrid{grid-template-columns:1fr 1fr}}.tablewrap{background:#fff;border:1px solid #e5eaf0;border-radius:13px;overflow:auto}table{width:100%;border-collapse:collapse;min-width:820px}th,td{text-align:left;padding:16px 16px;border-bottom:1px solid #edf0f4;vertical-align:top}td:last-child .button{margin:0 4px 6px 0}td input[type=checkbox]{display:inline-block;width:16px;margin:0 8px 0 0;vertical-align:middle}th{font-size:12px;text-transform:uppercase;letter-spacing:.8px;color:#708096;background:#fbfcfd}tr:last-child td{border-bottom:0}.badge{display:inline-block;background:#e9f7f1;color:#087456;border-radius:99px;padding:4px 9px;font-size:12px}.inline{display:inline-block;margin-left:6px}.file{font-size:12px;color:#1769aa;cursor:pointer}.file input{display:none}.notice,.flash{background:#fff8df;border:1px solid #f3df9b;padding:12px 15px;border-radius:10px;margin-top:18px;color:#67521b}.flash{margin:0 0 20px;background:#e9f7f1;border-color:#aee6d4;color:#12634d}.auth,.panel{max-width:500px;margin:30px auto;background:#fff;border:1px solid #e5eaf0;border-radius:15px;padding:30px;box-shadow:0 10px 30px #16213d0a}.auth h1,.panel h1{font-size:28px}form label{display:block;font-weight:650;margin:15px 0}input,select,textarea{display:block;width:100%;border:1px solid #d9e0e9;border-radius:8px;padding:11px 12px;margin-top:6px;font:inherit;background:#fff}form button{margin-top:10px}.upload{margin:20px 0}.upload input{margin-bottom:12px}.due-high{background:#fff1f0!important;color:#9f1239}.due-high strong{color:#b91c1c}.empty{text-align:center;padding:40px;color:#8a94a6}code{background:#f0f3f7;padding:2px 5px;border-radius:4px}.panel.wide{max-width:1100px}.centre-card{background:#fff;border:1px solid #e5eaf0;border-radius:13px;margin:18px 0;overflow:hidden}.centre-card h2{font-size:20px;margin:0;padding:14px 16px;background:#f0f4f8;color:#172033}.centre-card table{min-width:1000px}.detailgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:20px 0}.detailgrid div{background:#f7f9fb;padding:10px;border-radius:8px}.detailgrid b,.detailgrid span{display:block}.json{background:#101828;color:#d8f3e8;padding:15px;border-radius:8px;overflow:auto;max-height:400px;font-size:12px}@media(max-width:700px){main{padding:28px 14px}.hero{display:block}.actions{margin-top:20px}header{padding:0 15px}nav{gap:10px;font-size:13px}h1{font-size:27px}}
/* Wide tree-like dashboard layout */
main{max-width:1500px}.panel.wide{max-width:1450px}.tablewrap table{min-width:1100px}.centre-card table{min-width:1250px}.centre-card{margin-left:18px;border-left:4px solid #20a982}.hero{max-width:1450px}.dashboard-links{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 22px}.dashboard-links a{background:#fff;border:1px solid #dfe7ef;border-radius:10px;padding:10px 14px;color:#17324d;text-decoration:none;font-weight:700}
nav{align-items:flex-start}nav .nav-branch{position:relative;color:#c9d1df;font-size:13px}nav .nav-branch summary{cursor:pointer;list-style:none;padding:8px 0;font-weight:700}nav .nav-branch summary::-webkit-details-marker{display:none}nav .nav-branch summary:after{content:' ▾';color:#35d3a4}nav .nav-branch>div{position:absolute;z-index:20;top:38px;left:0;min-width:190px;background:#17253a;border:1px solid #2b3d56;border-radius:10px;padding:8px;box-shadow:0 12px 24px #0005}nav .nav-branch:not([open])>div{display:none}nav .nav-branch a{display:block;padding:7px 8px;white-space:nowrap}nav .nav-branch a:hover{background:#223650;border-radius:6px}

/* Expandable header navigation */
header{height:auto;min-height:72px;align-items:flex-start;padding-top:14px;padding-bottom:14px}nav{align-items:flex-start;flex-wrap:wrap;justify-content:flex-end;gap:8px 14px}.nav-branch{display:block;min-width:145px}.nav-branch summary{background:#18283e;border:1px solid #2b405c;border-radius:9px;padding:8px 11px!important;color:#f3f7fb}.nav-branch summary:hover{background:#203957}.nav-branch>div{position:static!important;display:flex;flex-direction:column;min-width:190px;max-height:0;overflow:hidden;opacity:0;padding:0!important;border:0!important;box-shadow:none!important;background:#0e1c2d!important;transition:max-height .25s ease,opacity .2s ease,padding .25s ease}.nav-branch[open]>div{max-height:420px;opacity:1;padding:7px!important;border:1px solid #2b3d56!important;margin-top:5px}.nav-branch a{border-radius:6px;padding:8px 10px!important}.nav-branch a:hover{background:#244264}nav>a:last-child{align-self:center;background:#263b55;border-radius:9px;padding:8px 11px}@media(max-width:800px){header{display:block}nav{justify-content:flex-start;margin-top:12px}.nav-branch{min-width:calc(50% - 8px)}}
/* Final compact dropdown header */
header{height:72px;min-height:72px;display:flex;align-items:center;overflow:visible;padding:0 max(24px,calc((100% - 1500px)/2));position:relative;z-index:100}header .brand{flex:0 0 auto;white-space:nowrap;margin-right:24px}header nav{display:flex;align-items:center;justify-content:flex-end;flex-wrap:nowrap;gap:8px;min-width:0;margin:0;overflow:visible}.nav-branch{position:relative!important;display:block;min-width:auto!important}.nav-branch summary{white-space:nowrap;background:transparent!important;border:0!important;padding:9px 10px!important;border-radius:8px;font-size:15px}.nav-branch summary:hover{background:#1d3049!important}.nav-branch>div,.nav-branch[open]>div{position:absolute!important;top:calc(100% + 8px);left:0;display:flex;flex-direction:column;width:230px;max-height:none!important;opacity:1;padding:8px!important;margin:0!important;background:#17253a!important;border:1px solid #344b68!important;border-radius:10px;box-shadow:0 14px 30px #0007!important;overflow:visible!important}.nav-branch:not([open])>div{display:none!important}.nav-branch a{display:block;white-space:normal!important;padding:9px 11px!important;color:#dbe7f3}.nav-branch a:hover{background:#294463}.nav-branch+ .nav-branch{margin-left:0}nav>a:last-child{white-space:nowrap;margin-left:4px;background:transparent!important;padding:9px 10px!important}@media(max-width:1050px){header{padding:0 14px}header .brand{margin-right:8px}header nav{gap:2px}.nav-branch summary,nav>a:last-child{font-size:13px;padding-left:6px!important;padding-right:6px!important}}@media(max-width:700px){header{height:auto;min-height:72px;display:block;padding:12px 14px}.brand{display:inline-block;margin-bottom:8px!important}header nav{justify-content:flex-start;flex-wrap:wrap}.nav-branch>div,.nav-branch[open]>div{position:absolute!important}}
.dashboard-stats{display:grid;grid-template-columns:repeat(5,minmax(145px,1fr));gap:10px;margin:0 0 22px;width:100%;max-width:100%}.dashboard-stats div{background:#fff;border:1px solid #e5eaf0;border-radius:8px;padding:9px 12px;box-shadow:0 3px 10px #17203308;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-height:58px}.dashboard-stats span{display:block;color:#718096;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.4px;white-space:nowrap}.dashboard-stats strong{display:block;color:#14233a;font-size:17px;margin-top:3px}.dashboard-stats div:nth-child(3){border-top:3px solid #e59b3b}.dashboard-stats div:nth-child(2){border-top:3px solid #20a982}.dashboard-stats div:nth-child(1){border-top:3px solid #4e80d9}@media(max-width:900px){.dashboard-stats{grid-template-columns:repeat(3,1fr)}}@media(max-width:600px){.dashboard-stats{grid-template-columns:repeat(2,1fr)}}
