.tz-page {
    max-width: 1128px;
    margin: 0 auto;
    padding: 28px 20px 64px;
    color: #0f1c2e;
}
.tz-crumb {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0 0 14px;
    font-size: 13px;
    color: #5a6b80;
}
.tz-crumb a { color: #2563eb; text-decoration: none; }
.tz-crumb a:hover { text-decoration: underline; }
.tz-page h1 {
    margin: 0 0 8px;
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: -0.02em;
}
.tz-lead {
    max-width: 68ch;
    margin: 0 0 14px;
    color: #5a6b80;
    font-size: 16px;
    line-height: 1.6;
}
.tz-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 16px;
}
.tz-card {
    background: #fff;
    border: 1px solid #e4eaf2;
    border-radius: 16px;
    box-shadow: 0 10px 26px rgba(19, 44, 79, 0.05);
    padding: 18px 18px 16px;
}
.tz-card h2 {
    margin: 0 0 6px;
    font-size: 18px;
}
.tz-note {
    margin: 0 0 14px;
    color: #5a6b80;
    font-size: 13px;
    line-height: 1.55;
}
.tz-kpis {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 14px;
}
.tz-kpi {
    background: #f6f8fc;
    border-radius: 12px;
    padding: 10px 12px;
}
.tz-kpi span {
    display: block;
    color: #5a6b80;
    font-size: 12px;
    margin-bottom: 4px;
}
.tz-kpi strong {
    display: block;
    font-size: 15px;
    font-variant-numeric: tabular-nums;
    font-weight: 750;
    line-height: 1.35;
}
.tz-rows { display: grid; gap: 8px; margin: 0; }
.tz-rows div {
    display: grid;
    grid-template-columns: 92px 1fr;
    gap: 8px;
    font-size: 14px;
}
.tz-rows dt { margin: 0; color: #5a6b80; }
.tz-rows dd { margin: 0; font-variant-numeric: tabular-nums; }
.tz-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}
.tz-btn {
    appearance: none;
    border: 1px solid #e4eaf2;
    background: #fff;
    color: #0f1c2e;
    border-radius: 999px;
    padding: 8px 14px;
    font: inherit;
    font-size: 14px;
    font-weight: 650;
    cursor: pointer;
}
.tz-btn:hover { border-color: #93b4f7; }
.tz-btn-primary {
    background: #2563eb;
    border-color: #2563eb;
    color: #fff;
}
.tz-btn-primary:hover { background: #1d4ed8; }
.tz-btn[data-busy="1"] { opacity: 0.65; cursor: progress; }
.tz-status {
    min-height: 1.2em;
    margin: 8px 0 0;
    color: #5a6b80;
    font-size: 13px;
}
.tz-compare {
    margin-top: 12px;
    border-radius: 12px;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.5;
}
.tz-compare.is-match { color: #12804b; background: #e8f7ee; }
.tz-compare.is-mismatch { color: #8a5a12; background: #fdf3e2; }
.tz-compare.is-offset { color: #1c56a8; background: #e9f1fd; }
.tz-section { margin-top: 28px; }
.tz-section > h2 { margin: 0 0 8px; font-size: 22px; }
.tz-presets { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0; }
.tz-calc-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 12px;
    align-items: end;
}
.tz-field label {
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
    color: #5a6b80;
}
.tz-field input,
.tz-field select,
.tz-when input {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #e4eaf2;
    border-radius: 10px;
    background: #fff;
    color: #0f1c2e;
    font: inherit;
    font-size: 14px;
    padding: 8px 10px;
}
.tz-field select { margin-top: 8px; }
.tz-swap { margin-bottom: 2px; }
.tz-result {
    margin-top: 14px;
    padding: 14px;
    border-radius: 12px;
    background: #eef3fe;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}
.tz-season, .tz-when-out {
    margin: 8px 0 0;
    color: #5a6b80;
    font-size: 14px;
    line-height: 1.55;
}
.tz-when { margin-top: 14px; max-width: 320px; }
.tz-table-wrap { overflow-x: auto; margin-top: 12px; }
.tz-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}
.tz-table th, .tz-table td {
    border-bottom: 1px solid #e4eaf2;
    padding: 10px 8px;
    text-align: left;
    vertical-align: top;
}
.tz-table th {
    color: #5a6b80;
    font-weight: 650;
    background: #f6f8fc;
}
.tz-article p, .tz-faq p {
    margin: 0 0 12px;
    line-height: 1.75;
    font-size: 15px;
}
.tz-article h2, .tz-faq h2 { margin: 22px 0 8px; font-size: 20px; }
.tz-faq details {
    border-top: 1px solid #e4eaf2;
    padding: 10px 0;
}
.tz-faq summary {
    cursor: pointer;
    font-weight: 700;
}
.tz-faq details p { margin: 8px 0 0; }
.tz-related { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 8px; }
.tz-related a {
    color: #2563eb;
    text-decoration: none;
    background: #eef3fe;
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 650;
}
.tz-related a:hover { text-decoration: underline; }
.tz-hero {
    display: grid;
    grid-template-columns: 228px minmax(160px, 1fr) 220px;
    column-gap: 16px;
    row-gap: 10px;
    align-items: stretch;
    margin-bottom: 12px;
    padding: 16px 16px 14px;
}
.tz-hero-copy { grid-column: 1; grid-row: 1; align-self: center; }
.tz-hero-kicker {
    margin: 2px 0 0;
    color: #5a6b80;
    font-size: 13px;
    font-weight: 650;
}
.tz-hero-offset { margin: 0; }
.tz-hero-offset strong {
    display: block;
    font-size: 52px;
    line-height: 0.95;
    letter-spacing: -0.045em;
    font-weight: 750;
    font-variant-numeric: tabular-nums;
    color: #2563eb;
}
.tz-hero-place {
    display: inline-block;
    margin: 10px 0 0;
    padding: 3px 10px;
    border-radius: 999px;
    background: #e8f7ee;
    color: #12804b;
    font-size: 16px;
    font-weight: 750;
    letter-spacing: -0.01em;
    line-height: 1.4;
}
.tz-hero-iana {
    margin: 6px 0 0;
    color: #1d4ed8;
    font-size: 14px;
    font-weight: 650;
}
.tz-clocks {
    grid-column: 2;
    grid-row: 1;
    align-self: stretch;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin: 0;
}
.tz-clocks > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 12px;
    padding: 8px 12px;
    min-height: 0;
}
.tz-clock-local { background: #e8f7ee; }
.tz-clock-utc { background: #e9f1fd; }
.tz-clocks span {
    display: block;
    font-size: 12px;
    margin-bottom: 2px;
    font-weight: 650;
}
.tz-clock-local span, .tz-clock-local strong { color: #12804b; }
.tz-clock-utc span, .tz-clock-utc strong { color: #1c56a8; }
.tz-clocks strong {
    display: block;
    font-size: 18px;
    font-weight: 750;
    font-variant-numeric: tabular-nums;
    line-height: 1.3;
}
.tz-hero-foot {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 12px;
}
.tz-hero-foot .tz-actions { margin-top: 0; }
.tz-hero-foot .tz-status { flex-basis: 100%; margin: 0; min-height: 0; }
.tz-hero-foot .tz-status:empty { display: none; }
.tz-hero-note {
    grid-column: 1 / -1;
    margin: 0;
    color: #5a6b80;
    font-size: 12px;
    line-height: 1.45;
}
.tz-chip {
    display: inline-flex;
    margin: 0;
    padding: 4px 10px;
    border-radius: 999px;
    background: #eef1f6;
    color: #5a6b80;
    font-size: 13px;
    font-weight: 650;
}
.tz-chip.is-on { background: #e8f7ee; color: #12804b; }
.tz-map {
    grid-column: 3;
    grid-row: 1;
    width: auto;
    margin: 0;
    background: #f6f8fc;
    border-radius: 14px;
    padding: 8px 8px 10px;
}
.tz-map-svg {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.tz-map-ocean { fill: #e9f1fd; }
.tz-map-land { fill: #93b4f7; }
.tz-pin[hidden] { display: none; }
.tz-pin-browser .tz-pin-halo { fill: #2563eb; opacity: 0.28; }
.tz-pin-browser .tz-pin-dot { fill: #1d4ed8; stroke: #fff; stroke-width: 6; }
.tz-pin-ip .tz-pin-halo { fill: #8a5a12; opacity: 0.3; }
.tz-pin-ip .tz-pin-dot { fill: #8a5a12; stroke: #fff; stroke-width: 6; }
.tz-map figcaption {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px 10px;
    margin: 6px 2px 0;
}
.tz-map figcaption strong {
    font-size: 13px;
    color: #12804b;
}
.tz-key::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 6px;
    border-radius: 50%;
    background: #1d4ed8;
    vertical-align: 0;
}
.tz-key-ip::before { background: #8a5a12; }
.tz-ip {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 2px 16px;
    align-items: center;
    margin-bottom: 12px;
    padding: 12px 16px;
}
.tz-ip .tz-status, .tz-ip .tz-compare { grid-column: 1 / -1; }
.tz-ip .tz-note { margin-bottom: 0; }
.tz-stack { display: grid; gap: 14px; margin-top: 18px; }
.tz-info {
    background: #fff;
    border: 1px solid #e4eaf2;
    border-left: 4px solid #2563eb;
    border-radius: 16px;
    box-shadow: 0 10px 26px rgba(19, 44, 79, 0.05);
    padding: 16px 18px 8px;
}
.tz-info h2, .tz-faq h2 { margin: 0 0 8px; font-size: 20px; }
.tz-info p, .tz-faq p, .tz-section.tz-card > p {
    margin: 0 0 12px;
    line-height: 1.75;
    font-size: 15px;
}
.tz-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 8px 0 12px;
}
.tz-split > div {
    background: #f6f8fc;
    border-radius: 12px;
    padding: 12px 14px;
}
.tz-split h3 { margin: 0 0 6px; font-size: 15px; }
.tz-split p { margin: 0; font-size: 14px; }
.tz-faq details {
    border: 1px solid #e4eaf2;
    border-radius: 12px;
    margin: 0 0 8px;
    padding: 0;
    background: #fff;
}
.tz-faq summary {
    cursor: pointer;
    font-weight: 700;
    padding: 12px 40px 12px 14px;
    list-style: none;
    position: relative;
}
.tz-faq summary::-webkit-details-marker { display: none; }
.tz-faq summary::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 18px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #5a6b80;
    border-bottom: 2px solid #5a6b80;
    transform: rotate(45deg);
}
.tz-faq details[open] { background: #f6f8fc; }
.tz-faq details[open] summary::after { transform: rotate(225deg); top: 22px; }
.tz-faq details p { margin: 0; padding: 0 14px 14px; }
.tz-rel-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 8px;
}
.tz-rel-card {
    display: flex;
    flex-direction: column;
    gap: 6px;
    background: #fff;
    border: 1px solid #e4eaf2;
    border-radius: 16px;
    box-shadow: 0 10px 26px rgba(19, 44, 79, 0.05);
    padding: 14px 14px 16px;
    color: #0f1c2e;
    text-decoration: none;
}
.tz-rel-card strong { color: #2563eb; font-size: 15px; }
.tz-rel-card span { color: #5a6b80; font-size: 13px; line-height: 1.5; }
.tz-rel-card:hover { border-color: #2563eb; }
.tz-pending {
    color: transparent !important;
    border-radius: 6px;
    background: linear-gradient(90deg, #eef1f6 25%, #f6f8fc 37%, #eef1f6 63%);
    background-size: 400% 100%;
    animation: tz-shimmer 1.2s ease infinite;
}
@keyframes tz-shimmer {
    0% { background-position: 100% 0; }
    100% { background-position: 0 0; }
}
.tz-page :focus-visible {
    outline: 2px solid #2563eb;
    outline-offset: 2px;
}
@media (max-width: 900px) {
    .tz-grid, .tz-calc-grid, .tz-kpis, .tz-rel-grid { grid-template-columns: 1fr 1fr; }
    .tz-calc-grid, .tz-hero { grid-template-columns: 1fr; }
    .tz-swap { justify-self: start; }
    .tz-hero-copy, .tz-clocks, .tz-map { grid-column: 1; grid-row: auto; }
    .tz-clocks { grid-template-columns: 1fr 1fr; }
    .tz-map { width: auto; max-width: 360px; }
}
@media (max-width: 560px) {
    .tz-page { padding: 18px 14px 48px; }
    .tz-page h1 { font-size: 26px; }
    .tz-kpis, .tz-grid, .tz-split, .tz-rel-grid, .tz-ip { grid-template-columns: 1fr; }
    .tz-rows div { grid-template-columns: 78px 1fr; }
    .tz-hero-offset strong { font-size: 48px; }
    .tz-clocks { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
    .tz-pending { animation: none; }
}
