.dashboard_dashboardContainer__y6BYM{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;background-color:#f8f9fa;position:relative;padding:20px}.dashboard_dashboardTitle__52UWm{font-size:24px;font-weight:700;margin-top:0;margin-bottom:30px;text-align:center}.dashboard_dashboardGrid__IPHoj{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto auto;gap:50px;max-width:900px;width:100%;margin:0 auto}.dashboard_dashboardBox__25Q4C{width:250px;height:200px;background-color:#fff;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1);display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;position:relative;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;text-decoration:none;color:inherit}.dashboard_dashboardBox__25Q4C:hover{transform:scale(1.05);box-shadow:0 6px 12px rgba(0,0,0,.15)}.dashboard_dashboardBox__25Q4C:after{content:attr(data-text);position:absolute;bottom:-40px;left:50%;transform:translateX(-50%);background:#333;color:#fff;padding:6px 12px;border-radius:6px;font-size:14px;white-space:nowrap;opacity:0;transition:opacity .3s ease-in-out;z-index:10}.dashboard_dashboardBox__25Q4C:hover:after{opacity:1}.dashboard_logoutButton___wp4N{position:absolute;top:20px;right:20px;padding:10px 20px;font-size:16px;background-color:#d9534f;color:#fff;border:none;cursor:pointer;border-radius:5px;transition:background .3s ease-in-out}.dashboard_logoutButton___wp4N:hover{background-color:#c9302c}@media (max-width:768px){.dashboard_dashboardGrid__IPHoj{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,auto);gap:40px}.dashboard_dashboardBox__25Q4C{width:100%;height:180px;font-size:18px}.dashboard_dashboardBox__25Q4C:after{bottom:-40px;font-size:14px}.dashboard_logoutButton___wp4N{top:15px;right:15px;padding:10px 18px;font-size:16px}}@media (max-width:480px){.dashboard_dashboardGrid__IPHoj{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,auto);gap:35px}.dashboard_dashboardBox__25Q4C{width:100%;height:160px;font-size:16px}.dashboard_dashboardBox__25Q4C:after{bottom:-35px;font-size:12px}.dashboard_logoutButton___wp4N{top:10px;right:10px;padding:8px 16px;font-size:14px}}