/* Chrono widget layout (no extra colors; uses theme variables) */
body{ background: transparent; }
.widget-wrap{ width: 420px; max-width: 100%; margin: 0 auto; padding: 0; }
.widget-box{
  border-radius: var(--r-md);
  border: 1px solid var(--border);
  background: var(--surface);
  box-shadow: var(--shadow);
  padding: 10px;
  text-align: center;
  overflow: hidden;
}
.widget-title{ font-size: .95rem; color: var(--muted); }
.widget-status{ font-size: 1.05rem; margin-top: 2px; }
.widget-countdown{
  margin: 6px 0 4px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  line-height: 1.1;
  word-break: break-word;
}
.widget-date{ font-size: .9rem; color: var(--muted); }
.widget-channel{ margin-top: 4px; font-size: .95rem; color: var(--muted); }
