.app-shell-width{max-width:var(--app-shell-max-width,1400px);margin-inline:auto}.home-dashboard-grid{grid-template-columns:minmax(0,1fr);align-items:start;gap:24px;display:grid}@media (min-width:768px){.home-dashboard-grid{grid-template-columns:minmax(0,2fr) minmax(0,1fr)}}@layer base{#main-content :is(h1,h2,h3,h4,h5,h6){text-transform:none}}.dungeon-split-media{grid-template-columns:minmax(0,1fr);display:grid}.dungeon-split-artwork{align-items:flex-start;padding:24px;display:flex}.dungeon-split-artwork img{width:100%;height:auto;display:block}@container (min-width:640px){.dungeon-split-media:has(.dungeon-split-artwork){grid-template-columns:minmax(0,36fr) minmax(0,64fr)}}@keyframes dashboard-arrive{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:no-preference){.dashboard-reveal{animation:.42s ease-out backwards dashboard-arrive}.dashboard-leaderboard-reveal .divide-y>a{animation:.32s ease-out backwards dashboard-arrive}.dashboard-leaderboard-reveal .divide-y>a:nth-child(2n){animation-delay:50ms}.dashboard-leaderboard-reveal .divide-y>a:nth-child(n+4){animation-delay:.1s}.dashboard-leaderboard-reveal .divide-y>a:nth-child(n+7){animation-delay:.15s}}