.home{min-height:100vh;display:flex;justify-content:center;align-items:center;padding:var(--space-2xl) var(--space-xl)}.home--connected{padding-top:var(--space-lg);align-items:flex-start}.home__shell{width:100%;max-width:1200px;display:flex;flex-direction:column;gap:var(--space-xl)}.home--games-focused .home__shell>section{animation:fade-up var(--duration-slow) var(--ease-out-expo) forwards;opacity:0}.home--games-focused .home__shell>section:first-child{animation-delay:0s}.home--games-focused .home__shell>section:nth-child(2){animation-delay:80ms}.home--games-focused .home__shell>section:nth-child(3){animation-delay:.16s}.home--games-focused .home__shell>section:nth-child(4){animation-delay:.24s}.home--games-focused .home__shell>section:nth-child(5){animation-delay:.32s}.home--games-focused .home__shell>section:nth-child(6){animation-delay:.4s}.home__welcome{align-items:center;justify-content:center;min-height:60vh;text-align:center;gap:var(--space-xl)}.home-card,.home__welcome{display:flex;flex-direction:column}.home-card{gap:var(--space-md);padding:var(--space-xl);border-radius:var(--radius-xl);background:var(--surface-obsidian);border:1px solid var(--border-subtle);min-width:0}.home-card--glass{background:rgba(10,10,12,.8);-webkit-backdrop-filter:blur(var(--blur-md));backdrop-filter:blur(var(--blur-md))}.home-card h2,.home-card h3,.home-card h4{margin:0;font-family:var(--font-display);color:var(--text-primary)}.home-card h2{font-size:1.75rem}.home-card h3{font-size:1.35rem}.home-card p{margin:0;color:var(--text-secondary);line-height:1.6}.home__section-header{display:flex;align-items:baseline;justify-content:space-between;gap:var(--space-md);margin-bottom:var(--space-md)}.home__section-title{font-family:var(--font-display);font-size:1.5rem;font-weight:400;color:var(--text-primary);margin:0}.home__section-link{font-size:.875rem;color:var(--text-tertiary);transition:color var(--duration-fast) var(--ease-in-out)}.home__section-link:hover{color:var(--gem-opal)}.home__balances{min-width:0}.home__balances,.home__cta{display:grid;grid-gap:var(--space-lg);gap:var(--space-lg)}.home__cta-actions{margin-top:var(--space-md);display:flex;flex-wrap:wrap;gap:var(--space-sm)}.rabbit-section{display:grid;grid-gap:var(--space-lg);gap:var(--space-lg)}.rabbit-section__intro{gap:var(--space-md)}.rabbit-section__actions{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-sm)}.rabbit-section__card{gap:var(--space-lg)}.rabbit-section__error{margin:0;color:var(--color-error)}.home__deployments{display:grid;grid-gap:var(--space-lg);gap:var(--space-lg)}.deployment-section{display:flex;flex-direction:column;gap:var(--space-xl)}.deployment-section__header{display:flex;flex-direction:column;gap:var(--space-sm)}.deployment-section__title{margin:0;font-family:var(--font-display);font-size:2rem;font-weight:400;color:var(--text-primary)}.deployment-section__description{margin:0;font-size:1rem;color:var(--text-secondary);line-height:1.6;max-width:600px}.deployment-section__deploy{display:flex;flex-direction:column;gap:var(--space-md)}@media (max-width:768px){.home{padding:var(--space-lg) var(--space-md)}.home--connected{padding-top:var(--space-md)}.home__shell{gap:var(--space-lg)}.home-card{padding:var(--space-lg);border-radius:var(--radius-lg)}.home__section-title{font-size:1.35rem}.deployment-section__title{font-size:1.5rem}}@media (max-width:480px){.home{padding:var(--space-md) var(--space-sm)}.home__shell{gap:var(--space-md)}.home-card{padding:var(--space-md);border-radius:var(--radius-md)}.home-card h2{font-size:1.5rem}.home-card h3{font-size:1.2rem}.home__welcome{min-height:50vh;gap:var(--space-lg)}}