@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap";*{box-sizing:border-box}body{color:#17232d;background:#f4f6f7;margin:0;font-family:DM Sans,sans-serif}.app{min-height:100vh;display:flex}aside{color:#dce5eb;background:#111b24;flex-direction:column;width:245px;padding:25px 18px;display:flex}.brand{align-items:center;gap:10px;margin-bottom:30px;display:flex}.mark{border:1px solid #718492;border-radius:9px;place-items:center;width:40px;height:40px;font-size:22px;font-weight:800;display:grid}.brand b,.brand span{display:block}.brand b{color:#fff;font-size:14px}.brand span{letter-spacing:.08em;color:#92a4b1;font-size:8px}nav{gap:5px;display:grid}nav button{color:#afbec9;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;padding:12px}nav button.active,nav button:hover{color:#fff;background:#22323f}.foot{color:#8497a5;border-top:1px solid #293842;margin-top:auto;padding:18px 8px;font-size:11px;line-height:1.8}.foot b{color:#fff}main{flex:1}header{background:#fff;border-bottom:1px solid #e0e6e9;justify-content:space-between;align-items:center;height:86px;padding:0 40px;display:flex}header small,section small{letter-spacing:.14em;color:#758794;font-size:10px;font-weight:700}h1{margin:2px 0;font-family:Manrope;font-size:25px}section{max-width:1350px;padding:34px 40px}.primary,.secondary{cursor:pointer;border-radius:7px;padding:11px 16px;font-weight:700}.primary{color:#fff;background:#1d5368;border:1px solid #1d5368}.secondary{background:#fff;border:1px solid #cbd5da}.welcome,.upload,.hero{background:#fff;border:1px solid #e0e6e9;border-radius:12px;padding:34px}.welcome{justify-content:space-between;align-items:end;gap:25px;display:flex}.welcome h2,.upload h2,.hero h2{max-width:700px;margin:6px 0 10px;font:800 28px Manrope}.welcome p,.upload p,.hero p{color:#62737e}.metrics{grid-template-columns:repeat(4,1fr);gap:15px;margin-top:18px;display:grid}.metric{background:#fff;border:1px solid #e0e6e9;border-radius:10px;padding:20px}.metric strong{font:800 27px Manrope;display:block}.metric span{color:#73838d;font-size:12px}.head{justify-content:space-between;align-items:center;gap:15px;display:flex}.head h2{font:800 18px Manrope}.cards{grid-template-columns:repeat(3,1fr);gap:15px;margin-top:18px;display:grid}.card{background:#fff;border:1px solid #e0e6e9;border-radius:10px;padding:22px}.card h3{margin:18px 0 4px;font:800 17px Manrope}.card p,.card small{color:#73838d;font-size:12px}.table{background:#fff;border:1px solid #e0e6e9;border-radius:10px;margin-top:18px;overflow:auto}table{border-collapse:collapse;width:100%;font-size:12px}th,td{text-align:left;border-bottom:1px solid #edf0f2;padding:14px 16px}th{color:#758590;text-transform:uppercase;font-size:10px}td small{color:#758590}.head input{border:1px solid #cbd5da;border-radius:7px;padding:10px}.hero{color:#fff;background:#182731}.hero small{color:#a9bcc7}.hero h2{color:#fff}.hero p{color:#c4d1d8}.upload{grid-template-columns:1.4fr .6fr;gap:25px;display:grid}.drop{cursor:pointer;border:2px dashed #cbd5da;border-radius:10px;flex-direction:column;align-items:center;gap:7px;margin:20px 0 12px;padding:38px;display:flex}.drop input{display:none}.drop span{color:#7a8993;font-size:11px}.wide{width:100%}.guard{background:#f0f4f6;border-radius:10px;padding:22px}.guard h3{font:800 16px Manrope}.guard p,.guard li{color:#61727f;font-size:12px}.list{background:#fff;border:1px solid #e0e6e9;border-radius:10px;margin-top:18px;padding:20px}.list b,.list span{padding:10px;display:block}.list span{color:#74848e;font-size:12px}.toast{color:#fff;background:#172731;border-radius:8px;padding:13px 17px;font-size:12px;position:fixed;bottom:25px;right:25px}@media (width<=800px){aside{width:190px}.metrics,.cards{grid-template-columns:1fr 1fr}.upload{grid-template-columns:1fr}header,section{padding-left:20px;padding-right:20px}}
