.compass-page {
  background: radial-gradient(ellipse at center, #1a1a2e 0%, #0d0d1a 70%);
}

.compass-clock {
  position: relative;
  width: min(360px, 90vw);
  height: min(360px, 90vw);
  margin: 24px auto;
}

.compass-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 40px rgba(0, 0, 0, 0.3);
  background: radial-gradient(circle at 50% 50%, #252540, #151528);
}

.compass-mark {
  position: absolute;
  left: 50%;
  top: 12px;
  width: 24px;
  margin-left: -12px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  transform-origin: 50% 168px;
  transform: rotate(calc(var(--i) * 30deg));
}

.compass-inner {
  position: absolute;
  inset: 40px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, #2a2a4a, #1a1a2e);
  border: 2px solid rgba(255, 255, 255, 0.1);
}

.compass-hand {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform-origin: 50% 100%;
  transition: transform 0.05s cubic-bezier(0.4, 2.3, 0.3, 1);
}

.compass-hand.hour-hand {
  width: 6px;
  height: 35%;
  margin-left: -3px;
  background: linear-gradient(to top, #c9a227, #e8d48b);
  border-radius: 3px;
  box-shadow: 0 0 8px rgba(201, 162, 39, 0.5);
}

.compass-hand.minute-hand {
  width: 4px;
  height: 45%;
  margin-left: -2px;
  background: linear-gradient(to top, #2d5a4a, #4ecdc4);
  border-radius: 2px;
  box-shadow: 0 0 6px rgba(78, 205, 196, 0.5);
}

.compass-hand.second-hand {
  width: 2px;
  height: 48%;
  margin-left: -1px;
  background: linear-gradient(to top, #8b0000, #e94560);
  border-radius: 1px;
  box-shadow: 0 0 6px rgba(233, 69, 96, 0.6);
}

.compass-center {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #e8d48b, #c9a227);
  box-shadow: 0 0 15px rgba(201, 162, 39, 0.6), inset 0 0 8px rgba(255, 255, 255, 0.3);
}

.compass-time {
  margin-top: 20px;
  color: #c9a227;
  text-shadow: 0 0 20px rgba(201, 162, 39, 0.4);
}

.compass-label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.15em;
  margin-top: 8px;
}
