.admin-dashboard{min-height:100vh;background:#f5f5f5}.admin-header{background:#d094ea;color:#fff;padding:20px;display:flex;justify-content:space-between;align-items:center}.logout-button{background:#fff;color:#d094ea;border:none;padding:8px 16px;border-radius:5px;cursor:pointer;font-weight:700}.dashboard-content{padding:40px}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;max-width:1200px;margin:0 auto}.dashboard-card{background:#fff;padding:30px;border-radius:10px;box-shadow:0 5px 15px #0000001a;text-align:center}.dashboard-card h3{margin-bottom:15px;color:#333}.dashboard-card p{margin-bottom:20px;color:#666}.card-button{background:#d094ea;color:#fff;border:none;padding:10px 20px;border-radius:5px;cursor:pointer;font-weight:700;transition:background .3s}.card-button:hover{background:#b876e8}*{font-family:Quicksand,sans-serif}body{margin:0;font-family:Quicksand,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:Quicksand,sans-serif;font-weight:600}
