@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Playfair+Display:wght@600;700&display=swap');
:root{--army:#2f3e1f;--olive:#526331;--olive2:#6d7b45;--gold:#c19a48;--cream:#faf7ef;--text:#171717;--muted:#6b6b6b;--line:#ebe6dc;--shadow:0 20px 50px rgba(47,62,31,.09)}
*{box-sizing:border-box} body{font-family:Inter,system-ui,sans-serif;background:linear-gradient(135deg,#fff 0%,#faf9f5 100%);color:var(--text)}
.app-shell{min-height:100vh;display:flex}.sidebar{width:280px;position:fixed;inset:0 auto 0 0;background:radial-gradient(circle at 20% 0%,#6e7b43 0,#2d3d1f 48%,#263517 100%);padding:28px 18px;display:flex;flex-direction:column;color:#fff;overflow:hidden}.sidebar:after{content:"";position:absolute;inset:auto -80px -80px -80px;height:300px;background:repeating-radial-gradient(circle at center,rgba(255,255,255,.06) 0 1px,transparent 1px 18px);opacity:.35}.brand{text-align:center;z-index:1;margin-bottom:38px}.brand-icon{width:48px;height:48px;border:1px solid rgba(193,154,72,.7);border-radius:14px;margin:0 auto 12px;display:grid;place-items:center;color:var(--gold);font-size:25px}.brand-title{font-family:'Playfair Display',serif;font-size:31px;letter-spacing:.03em}.brand-subtitle{font-size:11px;letter-spacing:.16em;color:#e8e0cb}.nav-menu{z-index:1;display:grid;gap:9px}.nav-link{color:#fff;text-decoration:none;border-radius:13px;padding:14px 16px;display:flex;gap:14px;align-items:center;transition:.2s}.nav-link:hover,.nav-link.active{background:rgba(255,255,255,.92);color:#1d2614;box-shadow:0 10px 25px rgba(0,0,0,.12)}.nav-link i{font-size:18px}.user-box{z-index:1;margin-top:auto;background:rgba(23,31,12,.58);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:16px;display:flex;align-items:center;gap:12px}.user-box .avatar{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#d9b15b,#aa863b);display:grid;place-items:center;color:#233216}.user-box strong{display:block;font-size:13px}.user-box small{display:block;color:#dcd3bf}.user-box a{margin-left:auto;color:#fff}.main-content{margin-left:280px;min-height:100vh;width:calc(100% - 280px)}.topbar{height:92px;background:rgba(255,255,255,.86);backdrop-filter:blur(16px);border-bottom:1px solid #eee9df;display:flex;justify-content:space-between;align-items:center;padding:0 42px}.topbar small{color:var(--muted)}.topbar h6{font-weight:800;margin:0}.topbar-actions{display:flex;align-items:center;gap:20px}.search-top{height:48px;width:330px;border:1px solid #e7e2d9;border-radius:12px;display:flex;align-items:center;gap:12px;padding:0 16px;background:#fff}.search-top input{border:none;outline:none;width:100%;font-size:14px}.content-wrap{padding:38px 42px}.page-title{font-family:'Playfair Display',serif;font-size:36px;font-weight:700;margin:0}.page-subtitle{color:var(--muted);margin-top:6px}.stat-card{background:#fff;border:1px solid #eae5dc;border-radius:16px;padding:26px;box-shadow:var(--shadow);display:flex;align-items:center;gap:22px}.stat-icon{width:76px;height:76px;border-radius:22px;display:grid;place-items:center;font-size:34px;background:linear-gradient(135deg,#f6f8f2,#edf1e5);color:var(--olive)}.stat-icon.gold{background:linear-gradient(135deg,#fff7e9,#f4ecdd);color:#b68529}.stat-card small{color:#5d5d5d}.stat-card h2{font-family:'Playfair Display',serif;font-weight:700;margin:4px 0 0}.panel{background:#fff;border:1px solid #eae5dc;border-radius:16px;box-shadow:var(--shadow);padding:24px}.btn-olive{background:linear-gradient(135deg,#63723c,#2f3e1f);border:0;color:#fff;border-radius:12px;padding:11px 18px;box-shadow:0 12px 22px rgba(47,62,31,.22)}.btn-olive:hover{color:#fff;filter:brightness(1.05)}.btn-outline-gold{border:1px solid #d8bd82;color:#b68a38;border-radius:12px;background:#fff}.table-modern{border-collapse:separate;border-spacing:0}.table-modern thead th{background:#fffaf0;color:#2b351d;border-bottom:1px solid #e7decf;font-size:13px;padding:15px}.table-modern tbody td{padding:15px;border-bottom:1px solid #eee;color:#202020;vertical-align:middle}.status-warning{background:#fff3d8;color:#c57d00}.status-success{background:#eaf2e4;color:#3d6b22}.status-secondary{background:#efefef;color:#555}.form-control,.form-select{border-radius:12px;border-color:#e2ddd2;padding:11px 14px}.login-page{min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at 10% 20%,rgba(193,154,72,.12),transparent 25%),linear-gradient(135deg,#fff,#f8f6ef)}.login-card{width:min(430px,92vw);background:#fff;border:1px solid #ebe4d8;border-radius:28px;padding:34px;box-shadow:var(--shadow)}.login-logo{width:72px;height:72px;margin:0 auto 16px;border-radius:22px;background:linear-gradient(135deg,#536233,#2f3e1f);color:#d8b65b;display:grid;place-items:center;font-size:38px}.chart-box{height:330px}.file-preview{width:100%;height:520px;border:1px solid #e6dfd2;border-radius:14px;background:#fafafa}@media(max-width:991px){.sidebar{position:relative;width:100%;min-height:auto;border-radius:0 0 24px 24px}.app-shell{display:block}.main-content{margin-left:0;width:100%}.topbar{padding:16px 22px;height:auto;gap:15px;align-items:flex-start}.search-top{width:100%}.topbar-actions{width:100%;align-items:flex-start}.content-wrap{padding:24px 18px}.nav-menu{grid-template-columns:repeat(2,1fr)}.user-box{margin-top:20px}}
