*{box-sizing:border-box;margin:0;padding:0}body{background:#f0f2f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}#root{min-height:100vh}.login-container{background:linear-gradient(135deg,#b13822 0%,#8c2e1e 50%,#5a1a10 100%);justify-content:center;align-items:center;min-height:100vh;display:flex}.login-card{background:#fff;border-radius:12px;width:400px;padding:48px 40px;box-shadow:0 8px 40px #00000026}.login-title{text-align:center;margin-bottom:40px}.login-title h1{color:#b13822;margin-bottom:8px;font-size:28px}.login-title p{color:#999;font-size:14px}.dashboard-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 4px #0000000d}.stat-card{background:#fff;border-radius:12px;align-items:center;gap:16px;padding:20px 24px;transition:transform .2s;display:flex;box-shadow:0 1px 4px #0000000d}.stat-card:hover{transform:translateY(-2px)}.stat-icon{color:#fff;border-radius:12px;justify-content:center;align-items:center;width:56px;height:56px;font-size:24px;display:flex}.stat-info h3{color:#1a1a1a;margin-bottom:4px;font-size:28px;font-weight:700}.stat-info p{color:#999;font-size:14px}.page-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.page-header h2{color:#1a1a1a;font-size:20px;font-weight:600}
