:root{--green:#087f3f;--green-dark:#056632;--green-light:#eaf8ef;--green-soft:#f5fcf7;--border:#dfeee4;--text:#173322;--muted:#6b7d72;--white:#fff;--shadow:0 8px 28px rgba(5,70,35,.08)}
*{box-sizing:border-box}html,body{min-height:100%;margin:0}body{background:var(--green-soft);color:var(--text);font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif}.app-shell{min-height:100vh}.topbar{height:64px;background:#fff;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:1040}.top-brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--green);font-weight:800;font-size:1.05rem}.brand-mark{width:38px;height:38px;border-radius:11px;background:var(--green);color:#fff;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.mobile-menu-btn{display:none;border:0;color:var(--green);font-size:1.5rem}.top-status{font-size:.82rem;color:var(--muted);background:var(--green-light);padding:7px 10px;border-radius:999px}.top-status i{color:var(--green)}.icon-btn{width:38px;height:38px;border:1px solid var(--border);border-radius:10px;display:inline-flex;align-items:center;justify-content:center;color:var(--green);text-decoration:none;background:#fff}.layout-body{display:flex;min-height:calc(100vh - 64px)}.sidebar{width:270px;background:var(--green);color:#fff;flex:0 0 270px;padding:18px 14px;position:sticky;top:64px;height:calc(100vh - 64px);overflow-y:auto;z-index:1035}.sidebar-brand{display:flex;align-items:center;gap:10px;padding:4px 8px 20px;border-bottom:1px solid rgba(255,255,255,.15);margin-bottom:12px}.sidebar-brand .brand-mark{background:#fff;color:var(--green)}.sidebar-brand small{display:block;color:#cdeed9;font-size:.72rem;margin-top:2px}.nav-menu{display:flex;flex-direction:column;gap:3px}.nav-link{color:#eafff1;text-decoration:none;display:flex;align-items:center;gap:11px;padding:11px 12px;border-radius:10px;font-size:.91rem}.nav-link i{font-size:1.05rem;width:20px;text-align:center}.nav-link:hover,.nav-link.active{background:#0ca957;color:#fff}.nav-section{padding:16px 12px 6px;color:#aee3bf;text-transform:uppercase;letter-spacing:.08em;font-size:.66rem;font-weight:800}.main-content{min-width:0;flex:1}.card{border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow);background:#fff}.page-title{font-weight:800;color:#173322}.page-subtitle{color:var(--muted)}.metric-card{height:100%;padding:20px}.metric-icon{width:44px;height:44px;border-radius:12px;background:var(--green-light);color:var(--green);display:flex;align-items:center;justify-content:center;font-size:1.2rem}.metric{font-size:1.55rem;font-weight:800;color:var(--green)}.metric-label{font-size:.82rem;color:var(--muted)}.table{margin-bottom:0}.table thead th{white-space:nowrap;font-size:.78rem;text-transform:uppercase;letter-spacing:.04em;color:#64766b;background:#f7fbf8;border-bottom-color:var(--border)}.table td{vertical-align:middle;border-color:#edf4ef}.table-responsive{border-radius:14px}.badge-green{background:#d9f7e5;color:var(--green);border:1px solid #c2efd2}.status-badge{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:5px 9px;font-size:.74rem;font-weight:700;line-height:1;border:1px solid transparent;white-space:nowrap}.status-dot{width:7px;height:7px;border-radius:50%;background:currentColor;display:inline-block}.status-success{background:#d9f7e5;color:#087f3f;border-color:#bdebcf}.status-warning{background:#fff4cc;color:#8a6500;border-color:#f1df9c}.status-danger{background:#fde2e2;color:#b42318;border-color:#f4c5c5}.status-orange{background:#ffe8d6;color:#b54708;border-color:#f5c9a8}.status-info{background:#e0f2fe;color:#0369a1;border-color:#b9e3fb}.status-neutral{background:#eef2f0;color:#52645a;border-color:#d7e0db}.btn-light{background:#fff;color:var(--green);border-color:var(--border)}.btn-light:hover{background:var(--green-light);color:var(--green)}
.btn-success{background:var(--green);border-color:var(--green)}.btn-success:hover,.btn-success:focus{background:var(--green-dark);border-color:var(--green-dark)}.form-control,.form-select{border-color:#d6e8dc;border-radius:10px;padding:.65rem .8rem}.form-control:focus,.form-select:focus{border-color:#62b981;box-shadow:0 0 0 .2rem rgba(8,127,63,.1)}label{font-size:.82rem;font-weight:700;color:#42594b;margin-bottom:6px}.alert{border-radius:12px}.empty-state{text-align:center;padding:45px 20px;color:var(--muted)}.empty-state i{font-size:2.3rem;color:#75b88d}.filters{display:flex;gap:8px;flex-wrap:wrap}.filters a{background:#fff;border:1px solid var(--border);color:var(--green);text-decoration:none;padding:7px 11px;border-radius:9px;font-size:.82rem}.filters a:hover{background:var(--green-light)}pre{white-space:pre-wrap;word-break:break-word}.sidebar-overlay{display:none}
@media(max-width:991.98px){.mobile-menu-btn{display:inline-flex;align-items:center;justify-content:center}.sidebar{position:fixed;left:0;top:64px;transform:translateX(-100%);transition:transform .2s ease;box-shadow:10px 0 30px rgba(0,0,0,.12)}.sidebar.open{transform:translateX(0)}.sidebar-overlay{display:block;position:fixed;inset:64px 0 0;background:rgba(0,0,0,.35);z-index:1030;opacity:0;pointer-events:none;transition:opacity .2s}.sidebar.open~.sidebar-overlay{opacity:1;pointer-events:auto}.layout-body{display:block}.main-content{width:100%}}
@media(max-width:575.98px){.top-brand span:last-child{display:none}.top-status{display:none}.main-content .container-fluid{padding-left:12px!important;padding-right:12px!important}.card{border-radius:13px}.page-title{font-size:1.35rem}.metric{font-size:1.3rem}.table{font-size:.82rem}.btn{min-height:40px}}
