:root{--green:#11963c;--green2:#0a7b31;--dark:#0c1820;--muted:#6b7280;--line:#e7ebef;--bg:#f8fafb;--red:#dc2626;--orange:#f59e0b;--blue:#2563eb;--purple:#7c3aed}*{box-sizing:border-box}body{margin:0;background:var(--bg);font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial;color:#111827}.app{display:flex;min-height:100vh}.sidebar{width:294px;background:linear-gradient(180deg,#091721,#102230);color:white;padding:28px 22px;display:flex;flex-direction:column;position:fixed;inset:0 auto 0 0}.brand{display:flex;gap:12px;align-items:center;margin-bottom:34px}.logo{width:46px;height:46px;border-radius:12px;background:linear-gradient(135deg,#27c65a,#087b31);display:grid;place-items:center;font-size:28px;font-weight:900}.brand b{font-size:25px}.brand span{color:#7ee083}.brand small{display:block;color:#7ee083;font-size:12px;letter-spacing:.12em;margin-top:2px}nav a{height:54px;border-radius:10px;padding:0 15px;margin:4px 0;display:flex;gap:12px;align-items:center;color:#d7e1e8;text-decoration:none;font-size:15px}nav a:hover,nav a.active{background:#1ca348;color:#fff}nav a i{font-style:normal;width:22px;text-align:center}.side-card{margin-top:auto;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.05);border-radius:14px;padding:17px;color:#dcefe3}.side-card p{font-size:13px;color:#b8c6cf;line-height:1.5}.side-card span{color:#7ee083;font-weight:700;font-size:13px}.admin-card{border-top:1px solid rgba(255,255,255,.08);padding-top:22px;margin-top:22px;display:flex;gap:12px;align-items:center}.avatar{width:42px;height:42px;border-radius:50%;background:#6cc04a;display:grid;place-items:center;font-weight:800}.admin-card small{display:block;color:#a5b4bf;margin-top:4px}.main{margin-left:294px;flex:1;padding:28px 34px}.topbar{display:flex;justify-content:flex-end;align-items:center;gap:18px;margin-bottom:25px}.search input{width:420px;height:50px;border:1px solid var(--line);border-radius:10px;padding:0 18px;background:#fff}.top-actions{display:flex;gap:12px;align-items:center}.date-pill,.bell,.logout{height:44px;border:1px solid var(--line);border-radius:10px;background:#fff;display:flex;align-items:center;padding:0 14px;text-decoration:none;color:#111827}.bell{width:44px;justify-content:center}.page-title{margin:0 0 22px}.page-title h1{margin:0;font-size:31px}.page-title p{margin:8px 0 0;color:var(--muted)}.grid{display:grid;gap:18px}.stats{grid-template-columns:repeat(5,minmax(0,1fr));margin-bottom:22px}.stat{background:#fff;border:1px solid var(--line);border-radius:14px;padding:22px;display:flex;gap:16px;align-items:center;box-shadow:0 8px 18px rgba(16,24,40,.04)}.stat-icon{width:48px;height:48px;border-radius:50%;background:#e7f8ec}.stat small{display:block;color:#4b5563}.stat strong{display:block;font-size:25px;margin:7px 0}.stat span{font-size:13px;color:var(--green)}.stat.red .stat-icon{background:#fee2e2}.stat.blue .stat-icon{background:#dbeafe}.stat.orange .stat-icon{background:#ffedd5}.stat.purple .stat-icon{background:#ede9fe}.cards2{grid-template-columns:2fr 1fr}.card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:22px;box-shadow:0 8px 18px rgba(16,24,40,.04)}.card h3{margin:0 0 16px}.chart{height:260px;border-bottom:1px solid var(--line);display:flex;align-items:flex-end;gap:38px;padding:20px 30px 0;background:linear-gradient(180deg,#fff,#f9fffb)}.bar{width:34px;background:linear-gradient(180deg,#16a34a,#8de1a8);border-radius:7px 7px 0 0;position:relative}.bar span{position:absolute;bottom:-28px;left:50%;transform:translateX(-50%);font-size:12px;color:#6b7280}.donut{width:210px;height:210px;border-radius:50%;background:conic-gradient(#72be4b 0 49%,#3b82f6 49% 83%,#8b5cf6 83% 100%);margin:auto;display:grid;place-items:center}.donut div{width:104px;height:104px;border-radius:50%;background:white;display:grid;place-items:center;text-align:center}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:14px;border-bottom:1px solid var(--line);font-size:14px;text-align:left}.table th{color:#4b5563;font-weight:700}.badge{display:inline-flex;align-items:center;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:700}.greenb{background:#e8f8ee;color:#087b31}.redb{background:#fee2e2;color:#b91c1c}.blueb{background:#dbeafe;color:#1d4ed8}.purpleb{background:#ede9fe;color:#6d28d9}.orangeb{background:#fef3c7;color:#b45309}.filters{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:18px}.filters input,.filters select,.filters button,.btn{height:42px;border:1px solid var(--line);border-radius:9px;padding:0 13px;background:white}.btn{display:inline-flex;align-items:center;text-decoration:none;color:#111827;cursor:pointer}.btn.primary{background:var(--green);color:white;border-color:var(--green)}.btn.danger{background:#fff;color:#b91c1c;border-color:#fecaca}.form{display:grid;gap:14px;max-width:850px}.form label{font-weight:700}.form input,.form select,.form textarea{width:100%;border:1px solid var(--line);border-radius:10px;padding:12px;background:white}.form textarea{min-height:110px}.proof-layout{display:grid;grid-template-columns:1fr 1.1fr .8fr;gap:18px}.proof-img{width:100%;max-height:560px;object-fit:contain;border-radius:12px;border:1px solid var(--line);background:#f3f4f6}.extract-row{display:grid;grid-template-columns:180px 1fr 100px;gap:12px;padding:14px;border-bottom:1px solid var(--line)}.flash{padding:14px 18px;border-radius:10px;margin-bottom:18px}.flash.success{background:#e8f8ee;color:#087b31}.flash.error{background:#fee2e2;color:#b91c1c}.footer{display:flex;justify-content:space-between;color:#6b7280;font-size:13px;margin:26px 0}.footer b{color:var(--green)}@media(max-width:1100px){.sidebar{position:static;width:100%;height:auto}.app{display:block}.main{margin-left:0}.stats{grid-template-columns:repeat(2,1fr)}.cards2,.proof-layout{grid-template-columns:1fr}.search input{width:100%}}
