.world-clock-page {
  --tool-author-footer-max: 1120px;
}

.world-shell {
  width: min(1120px, calc(100% - 32px));
  max-width: none;
  margin: 24px auto 60px;
  padding: 0;
  color: #101828;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.world-shell .calc-page-head {
  margin-bottom: 20px;
}

.world-shell .calc-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  color: #667085;
  font-size: 12px;
}

.world-shell .calc-breadcrumbs a {
  color: #667085;
  text-decoration: none;
}

.world-shell .calc-breadcrumbs a:hover,
.world-shell .calc-breadcrumbs a:focus-visible {
  color: #2364d2;
  text-decoration: underline;
}

.world-shell .calc-card {
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid rgba(20, 24, 30, 0.08);
  border-radius: 8px;
  background: #ffffff;
  padding: 20px;
  box-shadow: 0 18px 34px -30px rgba(15, 23, 42, 0.7);
}

.world-hero {
  margin-bottom: 16px;
  background: linear-gradient(135deg, #ffffff 0%, #f6fbff 58%, #effcf8 100%);
}

.world-kicker {
  margin: 0 0 8px;
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.world-hero h1 {
  margin: 0 0 12px;
  color: #101828;
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.08;
  letter-spacing: 0;
}

.world-shell .calc-page-intro {
  margin: 0;
  max-width: 820px;
  color: #475467;
  font-size: 15px;
  line-height: 1.6;
}

.world-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.74fr);
  gap: 16px;
  align-items: start;
}

.world-panel,
.world-now-card,
.world-clock-card,
.world-table-card {
  display: grid;
  gap: 16px;
}

.world-clock-card,
.world-table-card {
  margin-top: 16px;
}

.world-city-card {
  margin-bottom: 16px;
}

.world-city-facts-section,
.world-city-copy {
  display: grid;
  gap: 16px;
  margin-top: 16px;
}

.world-panel-head {
  display: grid;
  gap: 4px;
}

.world-panel h2,
.world-now-card h2,
.world-clock-card h2,
.world-table-card h2,
.world-reference h2 {
  margin: 0;
  color: #101828;
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: 0;
}

.world-panel-head p,
.world-now-card p,
.world-reference p {
  margin: 0;
}

.world-panel-head p {
  color: #667085;
  font-size: 14px;
  line-height: 1.55;
}

.world-search {
  display: grid;
  gap: 6px;
  color: #344054;
  font-size: 13px;
  font-weight: 700;
}

.world-search input {
  width: 100%;
  min-height: 46px;
  box-sizing: border-box;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  background: #ffffff;
  color: #101828;
  font: inherit;
  font-size: 15px;
  padding: 0 12px;
}

.world-search input:focus {
  border-color: #1d4ed8;
  outline: none;
  box-shadow: 0 0 0 3px rgba(29, 78, 216, 0.14);
}

.world-quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.world-quick-actions button {
  min-height: 38px;
  border: 1px solid #bfd1ef;
  border-radius: 999px;
  background: #ffffff;
  color: #1f3f82;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  padding: 0 14px;
  cursor: pointer;
}

.world-quick-actions button.is-active {
  border-color: #1b56c0;
  background: #1b56c0;
  color: #ffffff;
}

.world-result-label {
  margin: 0;
  color: #667085;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.world-now-card h2 {
  font-size: clamp(38px, 5vw, 62px);
  font-weight: 850;
  line-height: 1;
  overflow-wrap: anywhere;
}

.world-now-card p {
  color: #475467;
  font-size: 15px;
  line-height: 1.6;
}

.world-kpis {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.world-kpis article {
  display: grid;
  gap: 4px;
  border: 1px solid #e4e7ec;
  border-radius: 8px;
  background: #f9fafb;
  padding: 12px;
}

.world-kpis span {
  color: #667085;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.world-kpis strong {
  color: #101828;
  font-size: 16px;
  line-height: 1.25;
}

.world-clock-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.world-clock-item {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  border: 1px solid #e4e7ec;
  border-radius: 8px;
  background: #f9fafb;
  padding: 12px;
  text-decoration: none;
}

.world-clock-item:hover,
.world-clock-item:focus-visible {
  border-color: #bfd1ef;
  background: #eff6ff;
  outline: none;
}

.world-clock-item h3,
.world-clock-item p {
  margin: 0;
}

.world-clock-item h3 {
  color: #101828;
  font-size: 16px;
  line-height: 1.25;
}

.world-clock-item p,
.world-clock-item span {
  display: block;
  color: #667085;
  font-size: 12px;
  line-height: 1.35;
}

.world-clock-item strong {
  display: block;
  margin: 4px 0;
  color: #101828;
  font-size: 18px;
  line-height: 1.1;
}

.world-table a {
  color: #1f3f82;
  font-weight: 700;
  text-decoration: none;
}

.world-table a:hover,
.world-table a:focus-visible {
  color: #2364d2;
  text-decoration: underline;
}

.world-city-card {
  display: grid;
  gap: 16px;
}

.world-city-clock {
  display: grid;
  grid-template-columns: 178px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.world-city-clock h2 {
  margin: 0;
  color: #101828;
  font-size: clamp(44px, 6vw, 76px);
  font-weight: 850;
  line-height: 1;
  overflow-wrap: anywhere;
}

.world-city-clock p {
  margin: 0;
  color: #475467;
  font-size: 15px;
  line-height: 1.6;
}

.world-result-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.world-result-stats article {
  display: grid;
  gap: 4px;
  border: 1px solid #e4e7ec;
  border-radius: 8px;
  background: #f9fafb;
  padding: 12px;
}

.world-result-stats span {
  color: #667085;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.world-result-stats strong {
  color: #101828;
  font-size: 16px;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.world-city-facts-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.world-city-fact {
  display: grid;
  gap: 6px;
  border: 1px solid #e4e7ec;
  border-radius: 8px;
  background: #f9fafb;
  padding: 14px;
}

.world-city-fact span {
  color: #667085;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.world-city-fact strong {
  color: #101828;
  font-size: 18px;
  line-height: 1.3;
}

.world-city-fact p {
  margin: 0;
  color: #475467;
  font-size: 13px;
  line-height: 1.55;
}

.world-city-sections {
  display: grid;
  gap: 18px;
}

.world-city-section {
  display: grid;
  gap: 10px;
}

.world-city-section h2 {
  margin: 0;
  color: #101828;
  font-size: 24px;
  line-height: 1.25;
}

.world-city-section p,
.world-city-section li {
  color: #344054;
  font-size: 15px;
  line-height: 1.7;
}

.world-city-section p {
  margin: 0;
}

.world-city-section ul {
  margin: 0;
  padding-left: 20px;
  display: grid;
  gap: 8px;
}

.world-analog {
  position: relative;
  width: 104px;
  height: 104px;
  border: 3px solid #dbe5f4;
  border-radius: 50%;
  background: #ffffff;
}

.world-analog-large {
  width: 156px;
  height: 156px;
  border-width: 4px;
}

.world-analog-large .world-hour {
  height: 45px;
  width: 3px;
}

.world-analog-large .world-minute {
  height: 61px;
  width: 3px;
}

.world-analog-large .world-second {
  height: 64px;
}

.world-clock-number {
  position: absolute;
  color: #667085;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  transform: translate(-50%, -50%);
  user-select: none;
}

.world-analog-large .world-clock-number {
  color: #475467;
  font-size: 13px;
}

.world-clock-number-12 { top: 12%; left: 50%; }
.world-clock-number-1 { top: 16%; left: 69%; }
.world-clock-number-2 { top: 31%; left: 84%; }
.world-clock-number-3 { top: 50%; left: 89%; }
.world-clock-number-4 { top: 69%; left: 84%; }
.world-clock-number-5 { top: 84%; left: 69%; }
.world-clock-number-6 { top: 89%; left: 50%; }
.world-clock-number-7 { top: 84%; left: 31%; }
.world-clock-number-8 { top: 69%; left: 16%; }
.world-clock-number-9 { top: 50%; left: 11%; }
.world-clock-number-10 { top: 31%; left: 16%; }
.world-clock-number-11 { top: 16%; left: 31%; }

.world-hand {
  position: absolute;
  left: 50%;
  bottom: 50%;
  width: 2px;
  transform-origin: 50% 100%;
  border-radius: 999px;
  background: #101828;
}

.world-hour {
  height: 31px;
}

.world-minute {
  height: 40px;
  background: #344054;
}

.world-second {
  height: 43px;
  width: 1px;
  background: #be185d;
}

.world-analog i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #101828;
  transform: translate(-50%, -50%);
}

.world-table-wrap {
  overflow-x: auto;
}

.world-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.world-table th,
.world-table td {
  border-bottom: 1px solid #e4e7ec;
  padding: 10px 8px;
  text-align: left;
}

.world-table th {
  color: #667085;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.world-table td {
  color: #101828;
  font-size: 14px;
}

.world-empty {
  margin: 0;
  color: #1d4ed8;
  font-size: 14px;
  font-weight: 800;
}

.world-reference {
  margin-top: 16px;
}

.world-reference h2 {
  margin-bottom: 8px;
}

.world-reference p {
  color: #344054;
  font-size: 15px;
  line-height: 1.65;
}

.world-reference p + p {
  margin-top: 12px;
}

.world-reference a {
  color: #101828;
  font-weight: 600;
  text-decoration: none;
}

.world-reference a:hover,
.world-reference a:focus-visible {
  color: #2364d2;
}

.world-reference .calc-faq {
  display: grid;
  gap: 10px;
}

.world-reference .calc-faq-item {
  overflow: hidden;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  background: #ffffff;
}

.world-reference .calc-faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 12px 14px;
  color: #101828;
  font-size: 17px;
  font-weight: 700;
}

.world-reference .calc-faq-item summary::-webkit-details-marker {
  display: none;
}

.world-reference .calc-faq-item > p {
  margin: 0;
  padding: 0 14px 14px;
}

@media (max-width: 980px) {
  .world-layout {
    grid-template-columns: 1fr 1fr;
  }

  .world-clock-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .world-city-facts-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .world-shell {
    width: calc(100% - 20px);
    margin-top: 20px;
    margin-bottom: 42px;
  }

  .world-shell .calc-card {
    padding: 16px;
  }

  .world-layout,
  .world-clock-grid,
  .world-city-facts-grid,
  .world-kpis,
  .world-result-stats,
  .world-city-clock {
    grid-template-columns: 1fr;
  }
}
