@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap";*{box-sizing:border-box}body{margin:0;background:#f7f7f8;color:#171719;font-family:DM Sans,system-ui}main{display:flex;min-height:100vh}aside{background:#111113;color:#f5f5f5;width:270px;padding:30px 18px;display:flex;flex-direction:column}.brand{font-size:22px;font-weight:700}.brand span{color:#b7f55c}aside p{font-size:13px;color:#a5a5ab;line-height:1.5}nav{margin-top:28px;display:grid;gap:6px}button{border:0;background:transparent;color:inherit;padding:10px 12px;border-radius:9px;font:inherit;cursor:pointer;display:inline-flex;align-items:center;gap:8px}nav button{text-align:left;color:#b5b5bb}nav button.active,nav button:hover{background:#29292d;color:#fff}.privacy{font-size:12px;line-height:1.5;color:#a6a6ab;margin-top:auto;display:flex;gap:8px}.shell{width:min(1440px,calc(100% - 270px));padding:42px 5vw}header{display:flex;justify-content:space-between;align-items:center;margin-bottom:34px}h1{margin:8px 0;font-size:28px}.online,.eyebrow{color:#5f8920;font-weight:700;font-size:12px}.headerActions{display:flex;gap:8px}.primary{background:#1d1d20;color:#fff}.hero{background:#e9f5d4;padding:48px;border-radius:20px;display:flex;justify-content:space-between;align-items:flex-end}.hero h2{font-size:35px;margin:9px 0}.hero p{max-width:490px;color:#53584c}.heroNote{max-width:180px;font-size:13px;display:flex;gap:7px}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:18px}.stats article{background:#fff;border:1px solid #e8e8ea;border-radius:15px;padding:20px;display:grid;gap:7px}.stats svg{color:#6f942d}.stats strong{font-size:30px}.stats small{color:#83838a}.toolbar{display:flex;gap:12px;align-items:center;margin-bottom:24px}.toolbar input{padding:11px;border:1px solid #ddd;border-radius:9px;min-width:280px}.toolbar span{margin-left:auto;color:#777}.danger{background:#301e20;color:#ffcbca}.empty{margin-top:80px;text-align:center;color:#76767e}.empty svg{color:#8aa94b}table{width:100%;border-collapse:collapse;background:#fff;border:1px solid #e5e5e7;border-radius:14px;overflow:hidden}th,td{padding:16px;text-align:left;border-bottom:1px solid #eee;font-size:14px}td small{display:block;color:#777;margin-top:3px}a{color:#456d12}.dark{background:#111113;color:#f5f5f5}.dark .shell{background:#111113}.dark .stats article,.dark table{background:#1a1a1d;border-color:#333}.dark .hero{background:#263217}.dark .toolbar input{background:#202023;color:#fff;border-color:#444}@media(max-width:900px){aside{width:80px}.brand{font-size:0}.brand span{font-size:22px}aside p,.privacy,nav button{font-size:0}.shell{width:calc(100% - 80px)}.stats{grid-template-columns:repeat(2,1fr)}.hero{padding:28px}.heroNote{display:none}}
