.dashboard-title{font-family:Poppins,sans-serif;font-size:2.2rem;font-weight:800;color:#000;margin-bottom:2rem;animation:fadeInDown .8s ease-out}.dashboard-card{background:#fff;border-radius:20px;padding:1.8rem;box-shadow:0 6px 20px #00000014;transition:all .3s ease;position:relative;overflow:hidden}.dashboard-card:hover{transform:translateY(-6px);box-shadow:0 12px 30px #00000026}.dashboard-quicklink span:first-child{font-size:2.5rem;margin-bottom:.5rem}.dashboard-quicklink{background:linear-gradient(135deg,#4f46e5,#6366f1);border-radius:20px;padding:2rem 1.5rem;font-weight:700;color:#fff;font-size:1.1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:transform .3s ease,opacity .3s ease;min-height:180px}.dashboard-quicklink:hover{transform:translateY(-6px) scale(1.02);opacity:.95}.dashboard-quicklink.indigo{background:linear-gradient(135deg,#6366f1,#4f46e5)}.dashboard-quicklink.red{background:linear-gradient(135deg,#f43f5e,#e11d48)}.dashboard-quicklink.green{background:linear-gradient(135deg,#10b981,#059669)}.dashboard-quicklink.yellow{background:linear-gradient(135deg,#facc15,#eab308)}.dashboard-quicklink.blue{background:linear-gradient(135deg,#3b82f6,#2563eb)}.dashboard-quicklink.purple{background:linear-gradient(135deg,#a855f7,#9333ea)}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.dashboard-title{font-size:1.8rem}.dashboard-quicklink{min-height:140px;padding:1.5rem 1rem}}.sidebar{position:fixed;top:0;left:0;width:240px;height:100%;background-color:#000;color:#fff;padding:2rem 1rem;display:flex;flex-direction:column;gap:2rem;z-index:1000}.sidebar h2{font-size:1.5rem;font-weight:700;text-align:center;margin-bottom:2rem}.sidebar a{display:block;padding:.8rem 1rem;margin:.5rem 0;border-radius:12px;color:#d1d5db;text-decoration:none;font-weight:500;transition:background .3s,color .3s}.sidebar a:hover,.sidebar a.active{background-color:#2563eb;color:#fff}.sidebar a span{margin-right:8px;font-size:1.3rem}.main-content{margin-left:250px;padding:2rem}@media (max-width: 768px){.sidebar{top:auto;bottom:0;left:0;width:100%;height:60px;flex-direction:row;align-items:center;justify-content:space-around;padding:.5rem;z-index:1000}.sidebar h2{display:none}.sidebar a{margin:0;padding:0;font-size:.8rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0}.sidebar a:after{content:"";display:none}.sidebar a span{font-size:1.5rem;margin:0}.sidebar a{text-indent:-9999px;overflow:hidden;white-space:nowrap}.sidebar a span{text-indent:0;overflow:visible;white-space:normal}}
