*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#f0f4f8;color:#333;min-height:100vh;display:flex;flex-direction:column;justify-content:flex-start;padding:20px}.navbar{width:100%;background-color:#007bff;padding:10px 20px;display:flex;justify-content:space-between;align-items:center;color:#fff;margin-bottom:20px;border-radius:8px;height:60px}.navbar h1{font-size:1.5em;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.navbar ul{list-style:none;display:flex;gap:20px}.navbar ul li{display:inline}.navbar ul li a{color:#fff;text-decoration:none;font-weight:700;transition:color .3s ease}.navbar ul li a:hover{color:#d1ecf1}.container-dashboard{max-width:1200px;width:100%;margin:0 auto;padding:20px;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between}.card{background-color:#fff;width:calc(33.333% - 20px);min-width:280px;padding:20px;border-radius:8px;box-shadow:0 4px 6px #0000001a;text-align:center;transition:transform .2s ease-in-out}.card:hover{transform:translateY(-5px)}.card h2{font-size:1.2em;margin-bottom:10px;color:#007bff}.card p{margin-bottom:15px;font-size:.9em;color:#555}.card a{display:inline-block;padding:10px 20px;background-color:#007bff;color:#fff;text-decoration:none;border-radius:5px;font-weight:700;transition:background-color .3s ease}.card a:hover{background-color:#0056b3}.footer{margin-top:auto;padding:10px;text-align:center;background-color:#007bff;color:#fff;width:100%;border-radius:8px}@media (max-width: 768px){.card{width:100%}}@media (max-width: 480px){.navbar ul{flex-direction:column;gap:10px}}
