.tww-widget {
  max-width: 420px;
}

.tww-card {
  background: linear-gradient(135deg, #07132b 0%, #102851 100%);
  color: #fff;
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 12px 28px rgba(0,0,0,0.15);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.tww-card.is-loading {
  opacity: 0.96;
}

.tww-brand {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #fff;
}

.tww-brand-inline {
  margin: 0 0 10px;
}

.tww-title {
  display: none;
}

.tww-location,
.tww-updated,
.tww-status,
.tww-error-message,
.tww-cache-note {
  margin: 0;
  opacity: 0.9;
}

.tww-location {
  margin-bottom: 8px;
}

.tww-main-temp {
  font-size: 3rem;
  font-weight: 700;
  margin: 14px 0 18px;
}

.tww-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}

.tww-grid div {
  background: rgba(255,255,255,0.08);
  border-radius: 14px;
  padding: 10px 12px;
}

.tww-grid span {
  display: block;
  font-size: 0.85rem;
  opacity: 0.8;
  margin-bottom: 4px;
}

.tww-grid strong {
  font-size: 1rem;
}

.tww-kicker {
  margin: 0 0 12px;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  opacity: 0.96;
  text-align: center;
}

.tww-cache-note {
  margin-top: 8px;
  font-size: 0.8rem;
  opacity: 0.78;
}
