/* ===== Time Shadow (SVG Filter) ===== */
/* Applies directional shadow based on current time (Northern Hemisphere) */

.time-shadow {
  filter: url(#time-shadow);
}
