.tablet-home-screen{justify-content:center;min-height:100dvh;min-height:100vh;padding:80px 48px 140px;box-sizing:border-box;width:100%}.tablet-home-greeting,.tablet-home-screen{display:flex;flex-direction:column;align-items:center}.tablet-home-greeting{gap:6px;margin-bottom:56px;text-align:center}.tablet-home-greeting .tablet-home-day{font-family:var(--font-mono);font-size:13px;letter-spacing:.22em;text-transform:uppercase;color:var(--text-muted)}.tablet-home-greeting .tablet-home-name{font-family:var(--font-sans);font-size:36px;font-weight:600;color:var(--text-primary);letter-spacing:-.02em}.tablet-app-grid{display:grid;grid-template-columns:repeat(3,1fr);justify-items:center;grid-gap:44px 40px;gap:44px 40px;width:100%;max-width:540px}.tablet-app-link{text-decoration:none;color:inherit;display:flex;justify-content:center}.tablet-app-link:focus-visible{outline:none}.tablet-app-link:focus-visible .app-icon-tile{box-shadow:var(--shadow-tile),0 0 0 3px var(--accent-glow)}.tablet-app-icon{display:flex;flex-direction:column;align-items:center;gap:12px;opacity:0;animation:icon-appear .5s ease-out forwards}.tablet-app-label{font-family:var(--font-sans);font-size:14px;font-weight:500;color:var(--text-primary);text-align:center;white-space:nowrap;text-shadow:0 1px 3px rgba(0,0,0,.5)}@media(max-height:900px){.tablet-home-screen{padding:72px 48px 130px}.tablet-home-greeting{margin-bottom:40px}.tablet-home-greeting .tablet-home-name{font-size:32px}.tablet-app-grid{gap:36px 36px}}@media(prefers-reduced-motion:reduce){.tablet-app-icon{opacity:1;animation:none}}