.dashboard-module__G8IB_G__container{background-color:var(--color-background);min-height:100vh;display:flex}.dashboard-module__G8IB_G__sidebar{background-color:var(--color-surface);border-right:1px solid #0000000d;flex-direction:column;width:250px;padding:2rem 1.5rem;display:flex}.dashboard-module__G8IB_G__logo{font-family:var(--font-heading);color:var(--color-primary);align-items:center;gap:.5rem;margin-bottom:3rem;font-size:1.8rem;font-weight:700;display:flex}.dashboard-module__G8IB_G__nav{flex-direction:column;flex-grow:1;gap:.5rem;display:flex}.dashboard-module__G8IB_G__navItem{border-radius:var(--radius-md);color:var(--color-text-muted);align-items:center;gap:.8rem;padding:.8rem 1rem;font-weight:500;transition:all .2s;display:flex}.dashboard-module__G8IB_G__navItem:hover,.dashboard-module__G8IB_G__navItemActive{color:var(--color-primary);background-color:#8aafff1a}.dashboard-module__G8IB_G__logout{color:var(--color-danger);margin-top:auto}.dashboard-module__G8IB_G__logout:hover{color:var(--color-danger);background-color:#fc81811a}.dashboard-module__G8IB_G__main{flex-grow:1;padding:3rem;overflow-y:auto}.dashboard-module__G8IB_G__header{margin-bottom:3rem}.dashboard-module__G8IB_G__greeting{color:var(--color-text-main);margin-bottom:.5rem;font-size:2rem}.dashboard-module__G8IB_G__greeting span{color:var(--color-primary)}.dashboard-module__G8IB_G__subtitle{color:var(--color-text-muted);font-size:1.1rem}.dashboard-module__G8IB_G__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.dashboard-module__G8IB_G__card{background-color:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid #0000000d;flex-direction:column;gap:1rem;padding:2rem;transition:transform .2s,box-shadow .2s;display:flex}.dashboard-module__G8IB_G__card:hover{box-shadow:var(--shadow-md);border-color:var(--color-primary);transform:translateY(-4px)}.dashboard-module__G8IB_G__cardIcon{border-radius:var(--radius-md);width:48px;height:48px;color:var(--color-primary);background-color:#8aafff1a;justify-content:center;align-items:center;margin-bottom:.5rem;display:flex}.dashboard-module__G8IB_G__cardTitle{color:var(--color-text-main);font-size:1.3rem}.dashboard-module__G8IB_G__cardDesc{color:var(--color-text-muted);flex-grow:1;font-size:.95rem;line-height:1.5}.dashboard-module__G8IB_G__btnStart{background-color:var(--color-primary);color:#fff;border-radius:var(--radius-md);text-align:center;margin-top:1rem;padding:.8rem;font-weight:600;transition:background-color .2s}.dashboard-module__G8IB_G__btnStart:hover{background-color:var(--color-primary-dark)}@media (max-width:768px){.dashboard-module__G8IB_G__container{flex-direction:column}.dashboard-module__G8IB_G__sidebar{border-bottom:1px solid #0000000d;border-right:none;flex-flow:wrap;justify-content:space-between;align-items:center;width:100%;padding:1rem}.dashboard-module__G8IB_G__logo{margin-bottom:0;font-size:1.5rem}.dashboard-module__G8IB_G__nav{flex-flow:wrap;justify-content:center;gap:.5rem;width:100%;margin-top:1rem}.dashboard-module__G8IB_G__navItem{padding:.5rem .8rem;font-size:.9rem}.dashboard-module__G8IB_G__logout{margin-top:0}.dashboard-module__G8IB_G__main{padding:1.5rem}.dashboard-module__G8IB_G__greeting{font-size:1.6rem}.dashboard-module__G8IB_G__grid{grid-template-columns:1fr;gap:1.5rem}}
