.dashboard-root{width:100%}.page-title{font-size:24px;font-weight:600;margin-bottom:6px;color:#0f172a}.page-desc{font-size:14px;color:#64748b;margin-bottom:26px}.dashboard-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:22px}.dashboard-card{position:relative;border-radius:14px;padding:22px;min-height:120px;cursor:pointer;box-shadow:0 6px 18px #00000014;transition:transform .15s ease,box-shadow .15s ease}.dashboard-card:hover{transform:translateY(-2px);box-shadow:0 12px 30px #00000024}.card-title{font-size:15px;font-weight:600;margin-bottom:10px;color:#0f172a}.card-value{font-size:22px;font-weight:700;color:#0f172a}.card-hint{margin-top:12px;font-size:13px;color:#475569}.dashboard-card.blue{background:linear-gradient(135deg,#dbeafe,#eff6ff);border-left:5px solid #2563eb}.dashboard-card.indigo{background:linear-gradient(135deg,#e0e7ff,#eef2ff);border-left:5px solid #4f46e5}.dashboard-card.purple{background:linear-gradient(135deg,#ede9fe,#f5f3ff);border-left:5px solid #7c3aed}.dashboard-card.orange{background:linear-gradient(135deg,#ffedd5,#fff7ed);border-left:5px solid #f97316}.dashboard-card.gold{background:linear-gradient(135deg,#fef3c7,#fffbeb);border-left:5px solid #eab308}.dashboard-card.sky{background:linear-gradient(135deg,#e0f2fe,#f0f9ff);border-left:5px solid #0ea5e9}.dashboard-card.rose{background:linear-gradient(135deg,#ffe4e6,#fff1f2);border-left:5px solid #e11d48}.dashboard-card.slate{background:linear-gradient(135deg,#e5e7eb,#f1f5f9);border-left:5px solid #64748b}.dashboard-card.amber{background:linear-gradient(135deg,#fef3c7,#fefce8);border-left:5px solid #f59e0b}@media (max-width: 1600px){.dashboard-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.dashboard-card.emerald{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border-left:5px solid #10b981}.dashboard-card.cyan{background:linear-gradient(135deg,#ecfeff,#cffafe);border-left:5px solid #06b6d4}@media (max-width: 1200px){.dashboard-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 768px){.dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@tailwind base;@tailwind components;@tailwind utilities;body{margin:0;padding:0;font-family:Microsoft YaHei,sans-serif;background:#f5f7fa}.auth-container{height:100vh;display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#23467d,#315b9a,#3b6cb0)}.login-box,.reg-box,.forgot-box{width:460px;padding:46px 54px;border-radius:24px;background:rgba(45,76,126,.96);border:1px solid rgba(255,255,255,.16);box-shadow:0 14px 40px #0006;color:#fff;text-align:center}.title{font-size:32px;font-weight:700;margin-bottom:32px}.input{width:100%;height:50px;margin-bottom:18px;border-radius:14px;border:none;padding:0 18px;font-size:16px}.btn{width:100%;height:50px;border-radius:14px;background:#0094ff;color:#fff;font-size:18px;font-weight:600;cursor:pointer}.header{height:70px;background:linear-gradient(135deg,#23467d,#315b9a,#3b6cb0);color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 40px;position:fixed;top:0;left:0;width:100%;z-index:1000}.sidebar-light{width:240px;background:#f8fafc;border-right:1px solid #e5e7eb;position:fixed;top:70px;left:0;height:calc(100vh - 70px);overflow-y:auto}.sidebar-title{font-size:17px;font-weight:600;padding:0 22px;margin-bottom:16px;color:#374151}.menu-item-light{padding:12px 22px;display:flex;align-items:center;gap:14px;font-size:15px;color:#4b5563;border-radius:6px;text-decoration:none;cursor:pointer}.menu-item-light:hover{background:#eef2f6}.menu-item-light.active{background:#dbeafe;color:#1d4ed8;font-weight:600}.main-content{margin-left:240px;margin-top:70px;padding:40px 60px;box-sizing:border-box;min-height:calc(100vh - 70px)}
