/* Dashboard-specific overrides. Most visual language lives in style.css. */

#greeting { text-transform: capitalize; }

@media (min-width: 480px) {
  .app-shell { box-shadow: 0 0 60px rgba(0,0,0,0.35); }
}
