.pw-brand,
.pw-nav-inner {
    display: flex;
    align-items: center
}

.pw-brand,
.pw-link,
.pw-mobile-link,
.pw-search-item {
    text-decoration: none
}

.datenav-btn,
.pw-link,
.pw-logout-btn {
    white-space: nowrap
}

.acc-anchor b,
.acc-table {
    font-variant-numeric: tabular-nums
}

.acc-table,
.mf-table {
    border-collapse: collapse
}

.acc-ctrl-label,
.acc-table thead th,
.mp-flag,
.mp-side,
.tsum-tile-label {
    text-transform: uppercase
}

.mf-table td,
.mp-flag,
.mp-side,
.tsum-flag {
    vertical-align: middle
}

* {
    box-sizing: border-box
}

body {
    margin: 0;
    background: #0d0d0d;
    color: #fff;
    font-family: system-ui, -apple-system, sans-serif
}

.pw-nav {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(13, 13, 13, .94);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid #2a2a2a
}

.pw-mobile-dropdown,
.pw-search-dropdown {
    left: 0;
    right: 0;
    z-index: 200;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .5)
}

.pw-nav-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    height: 52px;
    gap: 0
}

.pw-brand {
    gap: 8px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    flex-shrink: 0;
    margin-right: 20px
}

.pw-link,
.pw-links {
    align-items: center;
    display: flex
}

.pw-links {
    gap: 2px
}

.pw-link {
    gap: 6px;
    padding: 6px 11px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    color: #888;
    transition: color .15s, background .15s
}

.pw-link:hover,
.pw-mobile-link:hover {
    color: #fff;
    background: #1e1e1e
}

.pw-link.active,
.pw-mobile-link.active {
    color: #fff;
    background: #2a2a2a
}

.pw-search-wrap {
    position: relative;
    margin-left: auto;
    margin-right: 10px
}

.pw-search-pill {
    display: flex;
    align-items: center;
    gap: 7px;
    height: 32px;
    padding: 0 11px;
    border: 1px solid #2a2a2a;
    border-radius: 8px;
    background: #141414;
    cursor: pointer;
    transition: border-color .2s, background .2s, width .25s;
    overflow: hidden
}

.pw-search-pill:hover {
    border-color: #3a3a3a;
    background: #1a1a1a
}

.pw-search-pill.open {
    border-color: #74c0fc;
    background: #0e1a24;
    cursor: default
}

.pw-search-icon {
    flex-shrink: 0;
    color: #555;
    transition: color .15s
}

.pw-actions,
.pw-search-item {
    align-items: center;
    display: flex
}

.pw-search-pill.open .pw-search-icon {
    color: #74c0fc
}

.pw-search-input {
    background: 0 0;
    border: none;
    outline: 0;
    color: #fff;
    font-size: 13px;
    width: 0;
    transition: width .25s;
    padding: 0;
    caret-color: #74c0fc
}

.pw-search-pill.open .pw-search-input {
    width: 170px
}

.pw-search-placeholder {
    font-size: 13px;
    color: #555;
    white-space: nowrap;
    transition: opacity .15s
}

.pw-search-pill.open .pw-search-kbd,
.pw-search-pill.open .pw-search-placeholder {
    display: none
}

.pw-search-kbd {
    font-size: 10px;
    color: #444;
    background: #222;
    border: 1px solid #333;
    border-radius: 3px;
    padding: 1px 5px;
    margin-left: 4px;
    font-family: inherit;
    transition: opacity .15s
}

.pw-search-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 6px);
    background: #141414;
    border: 1px solid #2a2a2a;
    border-radius: 8px;
    overflow: hidden;
    max-height: 360px;
    overflow-y: auto
}

.pw-mobile-dropdown.open,
.pw-search-dropdown.open {
    display: block
}

.pw-search-item {
    justify-content: space-between;
    padding: 9px 13px;
    cursor: pointer;
    gap: 10px;
    transition: background .1s;
    color: inherit
}

.pw-search-item:focus,
.pw-search-item:hover {
    background: #1e1e1e;
    outline: 0
}

.pw-search-item-name {
    font-size: 13px;
    font-weight: 500
}

.pw-search-item-tz {
    font-size: 11px;
    color: #555;
    text-align: right
}

.pw-search-empty {
    padding: 14px 13px;
    font-size: 13px;
    color: #555;
    text-align: center
}

.pw-actions {
    gap: 8px
}

.pw-logout-btn,
.pw-mobile-link {
    align-items: center;
    font-weight: 500
}

.pw-logout-btn {
    display: flex;
    gap: 5px;
    padding: 5px 12px;
    border-radius: 6px;
    border: 1px solid rgba(255, 135, 135, .18);
    background: #2a1515;
    color: #ff8787;
    font-size: 13px;
    cursor: pointer;
    transition: background .15s, border-color .15s
}

.pw-logout-btn:hover {
    background: rgba(255, 135, 135, .1);
    border-color: rgba(255, 135, 135, .3)
}

.pw-hamburger {
    display: none;
    flex-direction: column;
    gap: 4px;
    background: 0 0;
    border: none;
    cursor: pointer;
    padding: 4px;
    margin-left: auto
}

.pw-hamburger span {
    display: block;
    width: 20px;
    height: 2px;
    background: #888;
    border-radius: 2px;
    transition: background .15s
}

.pw-hamburger:hover span {
    background: #fff
}

.pw-mobile-menu {
    display: none;
    flex-direction: column;
    gap: 2px;
    padding: 8px 14px 14px;
    border-top: 1px solid #2a2a2a;
    background: rgba(13, 13, 13, .98)
}

.pw-mobile-link,
.pw-mobile-search-row {
    display: flex;
    gap: 9px;
    padding: 10px 12px
}

.pw-mobile-menu.open {
    display: flex
}

.pw-mobile-link {
    border-radius: 6px;
    font-size: 14px;
    color: #888;
    transition: color .15s, background .15s
}

.pw-mobile-search-wrap {
    position: relative;
    margin: 4px 0
}

.pw-mobile-search-row {
    align-items: center;
    border-radius: 6px;
    border: 1px solid #2a2a2a;
    background: #141414
}

.pw-mobile-search-input {
    flex: 1;
    background: 0 0;
    border: none;
    outline: 0;
    color: #fff;
    font-size: 14px;
    caret-color: #74c0fc
}

.pw-mobile-search-input::placeholder {
    color: #444
}

.pw-mobile-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 4px);
    background: #141414;
    border: 1px solid #2a2a2a;
    border-radius: 8px;
    max-height: 320px;
    overflow-y: auto
}

.pw-mobile-logout {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 10px 12px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    color: #ff8787;
    background: 0 0;
    border: none;
    cursor: pointer;
    transition: background .15s;
    width: 100%;
    text-align: left
}

.acc-cond .sym,
.datenav-btn {
    font-size: 13px;
    user-select: none
}

.glow-br,
.glow-tl {
    position: absolute;
    width: 50%;
    height: 50%;
    border-radius: 9999px;
    opacity: .4;
    filter: blur(100px);
    pointer-events: none
}

.pw-mobile-logout:hover {
    background: rgba(255, 135, 135, .08)
}

.pw-divider {
    border-top: 1px solid #2a2a2a;
    margin: 6px 0
}

@media (max-width:640px) {

    .pw-actions,
    .pw-links,
    .pw-search-wrap {
        display: none
    }

    .pw-hamburger {
        display: flex
    }
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: .5
    }
}

@keyframes fade-in {
    from {
        opacity: 0;
        transform: translateY(8px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.animate-spin {
    animation: .75s linear infinite spin
}

.animate-pulse {
    animation: 2s cubic-bezier(.4, 0, .6, 1) infinite pulse
}

.animate-fade-in {
    animation: .35s forwards fade-in
}

.glow-tl {
    top: -10%;
    left: -10%;
    background: radial-gradient(circle, #1a3a4a, transparent)
}

.glow-br {
    bottom: -10%;
    right: -10%;
    background: radial-gradient(circle, #2a1a3a, transparent)
}

.check-box {
    width: 20px;
    height: 20px;
    background: #1e1e1e;
    border: 1px solid #2a2a2a;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .15s;
    flex-shrink: 0
}

.datenav-btn,
.datenav-extra {
    display: inline-flex;
    align-items: center;
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none
}

.check-box.checked {
    background: #1a2a3a;
    border-color: #74c0fc
}

.check-mark {
    transition: transform .2s
}

.check-mark.hidden-mark {
    transform: scale(0)
}

.datenav-btn {
    justify-content: center;
    padding: 6px 14px;
    border: 1px solid;
    font-weight: 600;
    transition: background .15s, transform .1s, border-color .15s;
    min-width: 52px;
    text-align: center;
    line-height: 1.4;
    flex-shrink: 0
}

.acc-anchor,
.acc-yesno-foot,
.mf-note,
.mf-status {
    line-height: 1.5
}

.datenav-btn:hover {
    transform: translateY(-1px)
}

.datenav-btn-past {
    border-color: #3d2e10;
    background: #1e1608;
    color: #a07840
}

.datenav-btn-past:hover {
    background: #2d2010;
    border-color: #7a5a22;
    color: #d4a055
}

.datenav-btn-past .datenav-day {
    color: #6b4f25
}

.datenav-btn-future {
    border-color: #0f3530;
    background: #081e1b;
    color: #3db8a0
}

.datenav-btn-future:hover {
    background: #0f2e28;
    border-color: #1d7a68;
    color: #5ee0c5
}

.datenav-btn-future .datenav-day {
    color: #1d6b5a
}

.datenav-btn-today {
    border-color: #3b82f6;
    background: #1a1a1a;
    color: #74b8ff
}

.datenav-btn-today:hover,
.drift-hr-btn.active {
    background: #2563eb;
    border-color: #3b82f6;
    color: #fff
}

.datenav-btn-active {
    color: #fff;
    cursor: default;
    pointer-events: none;
    font-weight: 700
}

.datenav-btn-active .datenav-day,
.tsum-toggle svg {
    opacity: .8
}

.datenav-btn-active--today {
    border-color: #2563eb;
    background: #2563eb
}

.datenav-btn-active--past {
    border-color: #7a5a22;
    background: #7a4e10;
    color: #fde8b0
}

.datenav-btn-active--future {
    border-color: #1d7a68;
    background: #0e5c4d;
    color: #b2f0e4
}

.datenav-custom,
.datenav-extra {
    color: #888;
    font-size: 12px;
    background: #1a1a1a
}

.datenav-extra {
    gap: 6px;
    flex-shrink: 0;
    padding: 7px 12px;
    border: 1px solid #2a2a2a;
    font-weight: 500;
    transition: background .15s, color .15s, transform .1s;
    white-space: nowrap
}

.datenav-custom,
.datenav-inner {
    display: inline-flex;
    align-items: center
}

.datenav-custom,
.pw-polymarket-btn {
    transition: background .15s, color .15s, border-color .15s, transform .1s;
    font-weight: 600;
    white-space: nowrap;
    cursor: pointer
}

.datenav-extra:hover {
    background: #2a2a2a;
    color: #fff;
    transform: translateY(-1px)
}

.datenav-custom:hover,
.pw-polymarket-btn:hover {
    color: #74b8ff;
    border-color: #3b82f6;
    transform: translateY(-1px)
}

.datenav-custom {
    gap: 7px;
    flex-shrink: 0;
    padding: 6px 14px;
    border-radius: 8px;
    border: 1px solid #2a2a2a;
    letter-spacing: .01em
}

.datenav-custom:hover {
    background: #222
}

.datenav-custom svg {
    color: #3b82f6;
    flex-shrink: 0
}

.datenav-sep {
    width: 1px;
    height: 32px;
    background: #2a2a2a;
    flex-shrink: 0
}

.datenav-scroll {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 2px;
    display: flex;
    justify-content: center
}

.acc-table-wrap,
.hmap-wrap {
    scrollbar-width: thin;
    scrollbar-color: #2a2a2a #0d0d0d
}

.datenav-scroll::-webkit-scrollbar {
    display: none
}

.datenav-inner {
    gap: 6px;
    padding: 2px 0
}

.mp-side,
.pw-polymarket-btn {
    align-items: center;
    display: inline-flex
}

.pw-polymarket-btn {
    gap: 6px;
    padding: 4px 10px;
    border-radius: 6px;
    border: 1px solid #2a2a2a;
    background: #141414;
    font-size: 11px;
    text-decoration: none;
    margin-left: 4px
}

.dr-pill,
.mp-side {
    border: 1px solid #2a2a2a
}

.pw-polymarket-btn:hover {
    background: #1a2233
}

.pw-polymarket-btn--high:hover {
    background: #2d1d0e;
    color: #fbbf24;
    border-color: #f59e0b
}

.pw-polymarket-btn--low:hover {
    background: #0e222d;
    color: #38bdf8;
    border-color: #0284c7
}

.pw-polymarket-btn--aviation:hover {
    background: #1c2416;
    color: #a3e635;
    border-color: #65a30d
}

.pw-polymarket-btn--wunder:hover {
    background: #1a1f2e;
    color: #818cf8;
    border-color: #6366f1
}

.pw-polymarket-btn:active {
    transform: translateY(0)
}

.mp-side {
    flex-shrink: 0;
    padding: 2px 7px;
    border-radius: 5px;
    background: #161616;
    color: #aaa;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .03em
}

.mp-side--no {
    border-color: #ff8787;
    background: rgba(255, 135, 135, .12);
    color: #ff8787
}

.mp-side--yes {
    border-color: #007723;
    background: rgba(0, 119, 35, .18);
    color: #007723
}

.acc-seg {
    display: inline-flex;
    gap: 5px
}

.acc-seg button {
    display: inline-flex;
    align-items: center;
    padding: 4px 12px;
    border-radius: 999px;
    border: 1px solid #2a2a2a;
    background: #1a1a1a;
    color: #a3a3a3;
    font-family: inherit;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .02em;
    cursor: pointer;
    transition: background .12s, color .12s, border-color .12s
}

.acc-seg button:hover,
.tsum-toggle:hover {
    background: #222;
    color: #e2e8f0;
    border-color: #3a3a3a
}

#acc-card.acc-extreme--high .acc-seg button.active,
.tsum-card--high .tsum-toggle {
    border-color: rgba(59, 130, 246, .45);
    background: rgba(59, 130, 246, .08);
    color: #74b8ff
}

#acc-card.acc-extreme--low .acc-seg button.active {
    border-color: rgba(14, 116, 144, .45);
    background: rgba(8, 145, 178, .08);
    color: #67e8f9
}

.acc-ctrl-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .05em;
    color: #666;
    white-space: nowrap
}

.acc-chip,
.acc-yesno-badge,
.mp-flag {
    letter-spacing: .03em
}

.acc-ctrl-label.acc-plain {
    text-transform: none;
    letter-spacing: 0;
    color: #bbb;
    font-weight: 600
}

.acc-tile {
    flex: 1 1 118px;
    min-width: 118px;
    max-width: 175px
}

.acc-table-wrap {
    max-height: 340px;
    overflow: auto;
    border: 1px solid #202020;
    border-radius: 8px
}

.hmap-wrap,
.mf-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.acc-table {
    width: 100%
}

.acc-table thead th {
    position: sticky;
    top: 0;
    background: #151515;
    z-index: 1;
    text-align: right;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .04em;
    color: #888;
    padding: 7px 12px;
    border-bottom: 1px solid #232323;
    white-space: nowrap
}

.acc-table thead th:first-child {
    text-align: left
}

.acc-table td {
    padding: 5px 12px;
    font-size: 12px;
    border-bottom: 1px solid #171717;
    text-align: right;
    white-space: nowrap;
    color: #c9c9c9
}

.acc-table td:first-child {
    text-align: left;
    color: #888;
    font-size: 11px
}

.acc-table tbody tr:hover td {
    background: rgba(255, 255, 255, .025)
}

.acc-table td.acc-fc {
    color: #9db8d6
}

.acc-table td.acc-obs {
    color: #e6f6ed
}

.acc-delta-neg {
    color: #67e8f9
}

.acc-delta-pos,
.acc-yesno-out .acc-line.acc-warn {
    color: #fbbf24
}

.acc-delta-zero {
    color: #8a8a8a
}

.acc-yesno {
    border: 1px solid #242424;
    border-radius: 10px;
    background: linear-gradient(180deg, #151515, #101010);
    padding: 14px 15px;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.acc-yesno-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px
}

.acc-cond,
.acc-yesno-title {
    align-items: center;
    gap: 6px;
    display: flex
}

.acc-yesno-title {
    font-size: 12px;
    font-weight: 700;
    color: #e2e8f0
}

.acc-yesno-badge {
    font-size: 9px;
    font-weight: 700;
    padding: 2px 7px;
    border-radius: 999px;
    border: 1px solid #2f2f2f;
    color: #9a9a9a;
    white-space: nowrap
}

.acc-cond .sym,
.acc-cond input {
    border: 1px solid #2f2f2f;
    font-weight: 700
}

.acc-anchor {
    font-size: 12px;
    color: #bdbdbd
}

.acc-anchor b {
    color: #e2e8f0
}

.acc-cond {
    flex-wrap: wrap;
    font-size: 11px;
    color: #bdbdbd
}

.acc-cond input,
.acc-price-input {
    padding: 4px 8px;
    background: #0d0d0d;
    color: #fff;
    font-family: inherit;
    font-size: 12px;
    font-variant-numeric: tabular-nums
}

.acc-cond .sym {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    padding: 3px 8px;
    background: #1a1a1a;
    color: #e2e8f0;
    border-radius: 6px;
    cursor: pointer
}

.acc-cond .sym:hover {
    border-color: #4a4a4a
}

.acc-cond input {
    width: 76px;
    border-radius: 6px;
    color-scheme: dark
}

#overlay-tip,
.mf-table th {
    font-weight: 500;
    font-size: 11px
}

.acc-price-input {
    width: 66px;
    border: 1px solid #2f2f2f;
    border-radius: 6px;
    color-scheme: dark
}

.acc-yesno-out {
    display: flex;
    flex-direction: column;
    gap: 7px;
    border-top: 1px solid #1e1e1e;
    padding-top: 9px
}

.acc-yesno-out .acc-line {
    font-size: 11px;
    color: #9c9c9c;
    line-height: 1.55
}

.acc-yesno-out .acc-line b {
    color: #e2e8f0;
    font-weight: 700;
    font-variant-numeric: tabular-nums
}

.acc-yesno-out .acc-line.acc-warn b {
    color: #fcd34d
}

.acc-chip {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    align-self: flex-start;
    font-size: 12px;
    font-weight: 800;
    padding: 5px 11px;
    border-radius: 8px;
    border: 1px solid
}

.acc-chip--yes {
    color: #4ade80;
    border-color: rgba(34, 197, 94, .4);
    background: rgba(34, 197, 94, .08)
}

.acc-chip--no {
    color: #f87171;
    border-color: rgba(239, 68, 68, .4);
    background: rgba(239, 68, 68, .08)
}

.acc-chip--even {
    color: #fbbf24;
    border-color: rgba(245, 158, 11, .4);
    background: rgba(245, 158, 11, .08)
}

.acc-chip--idle {
    color: #9a9a9a;
    border-color: #2c2c2c;
    background: #161616
}

.acc-yesno-foot {
    font-size: 10px;
    color: #787878
}

.acc-empty {
    padding: 26px 0;
    text-align: center;
    color: #999;
    font-size: 12px
}

.mf-table .mf-r,
.tsum-meta,
.tsum-temp {
    text-align: right
}

.acc-empty .dr-pill {
    margin-top: 10px
}

.acc-spin {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px;
    color: #888;
    font-size: 12px;
    gap: 9px
}

.dr-input,
.dr-pill {
    font-size: 11px;
    font-weight: 600;
    font-family: inherit
}

.dr-pill {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 6px;
    background: #1a1a1a;
    color: #777;
    cursor: pointer;
    transition: background .12s, color .12s, border-color .12s, box-shadow .12s;
    white-space: nowrap
}

.dr-input,
.mp-flag {
    border: 1px solid #2a2a2a
}

.dr-pill:hover {
    background: #222;
    border-color: #333;
    color: #ccc
}

.dr-pill.active {
    background: #2563eb;
    border-color: #3b82f6;
    color: #fff;
    box-shadow: 0 0 0 1px rgba(59, 130, 246, .2), 0 2px 6px rgba(59, 130, 246, .12)
}

.dr-pill:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 2px rgba(59, 130, 246, .45)
}

.dr-input {
    width: 64px;
    padding: 4px 7px;
    border-radius: 6px;
    background: #111;
    color: #e2e8f0
}

.dr-input:focus {
    outline: 0;
    border-color: #3b82f6;
    box-shadow: 0 0 0 2px rgba(59, 130, 246, .15)
}

.mf-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 10px
}

.mf-head-left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px
}

.mf-title {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #fff
}

.mf-dim {
    color: #888;
    font-weight: 400
}

.mf-chips {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px
}

.mf-btn,
.mf-chip {
    display: inline-flex;
    align-items: center;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap
}

.mf-chip {
    padding: 3px 9px;
    background: #161616;
    border: 1px solid #2a2a2a;
    color: #aaa
}

.mf-chip--date {
    background: #0d0d0d;
    color: #e2e8f0
}

.mf-btn {
    gap: 6px;
    padding: 4px 10px;
    border: 1px solid #2a2a2a;
    background: #141414;
    color: #ccc;
    font-family: inherit;
    cursor: pointer;
    transition: background .15s, color .15s, border-color .15s
}

.hmap-cell,
.hmap-row-label {
    align-items: center;
    font-size: 10px
}

#overlay-tip,
.mf-status,
.mf-table td,
.mf-table th {
    padding: 6px 10px
}

.mf-ask,
.mf-hl,
.mp-down,
.mp-flag {
    font-weight: 700
}

.mf-btn:hover:not(:disabled) {
    background: #1a2233;
    color: #74b8ff;
    border-color: #3b82f6
}

.mf-btn:disabled {
    cursor: wait;
    color: #74b8ff;
    border-color: rgba(116, 184, 255, .45);
    background: rgba(116, 184, 255, .14)
}

.mf-btn.is-scanning .mf-spin {
    animation: .9s linear infinite mf-spin
}

@keyframes mf-spin {
    to {
        transform: rotate(360deg)
    }
}

.mf-status {
    margin-bottom: 9px;
    border-radius: 6px;
    border-left: 3px solid #2a2a2a;
    background: #161616;
    color: #aaa;
    font-size: 11px
}

.mf-status--err {
    border-left-color: #ff8787;
    background: #2a1515;
    color: #ff8787
}

.mf-table {
    width: 100%;
    font-size: 12px
}

.mf-table th {
    text-align: left;
    border-bottom: 1px solid #2a2a2a;
    color: #888;
    white-space: nowrap
}

.mf-table td {
    border-bottom: 1px solid rgba(42, 42, 42, .5)
}

.mf-table tbody tr:hover {
    background: #232323
}

.mf-table tbody tr:last-child td {
    border-bottom: none
}

.mf-num {
    font-family: 'Courier New', Courier, monospace;
    font-variant-numeric: tabular-nums;
    white-space: nowrap
}

.mf-hl--high {
    color: #ff8787
}

.mf-hl--low {
    color: #74c0fc
}

.mf-bkt-d {
    margin-left: 4px;
    color: #888;
    font-variant-numeric: tabular-nums
}

.mf-ask {
    color: #e2e8f0
}

.mf-bid {
    color: #777
}

.mf-profit,
.mp-up {
    color: #69db7c;
    font-weight: 700
}

.mf-note {
    margin: 10px 0 0;
    font-size: 11px;
    color: #666
}

.mf-note a {
    color: #74b8ff;
    text-decoration: none
}

.mf-note a:hover {
    text-decoration: underline
}

.mp-down {
    color: #ff8787
}

.mp-flag {
    display: inline-block;
    margin-left: 5px;
    padding: 1px 5px;
    border-radius: 4px;
    color: #888;
    font-size: 9px
}

.mp-flag--redeem {
    border-color: rgba(251, 191, 36, .45);
    color: #fbbf24
}

a.mf-chip {
    text-decoration: none
}

a.mf-chip:hover {
    color: #74b8ff;
    border-color: #3b82f6
}

.hmap-wrap {
    height: 100%;
    max-height: 300px;
    overflow-y: auto
}

#overlay-tip {
    position: fixed;
    z-index: 10001;
    display: none;
    max-width: 380px;
    line-height: 1.45;
    color: #9ca3af;
    background: rgba(16, 16, 16, .97);
    border: 1px solid #2a2a2a;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .55);
    white-space: nowrap;
    pointer-events: none
}

#overlay-tip .ovr-t {
    color: #6b7280;
    font-weight: 600;
    margin-bottom: 2px;
    padding-bottom: 3px;
    border-bottom: 1px solid #232323
}

#overlay-tip .ovr-hl {
    color: #fff;
    font-weight: 700;
    background: rgba(255, 255, 255, .1);
    border-radius: 3px
}

#overlay-tip .ovr-obs {
    color: #4ade80;
    font-weight: 600
}

#overlay-tip .ovr-hl.ovr-obs {
    color: #4ade80;
    font-weight: 700;
    background: rgba(34, 197, 94, .15);
    border-radius: 3px
}

#overlay-tip .ovr-latest {
    color: #fbbf24;
    font-weight: 600
}

.hmap-grid {
    display: grid;
    gap: 2px;
    min-width: 520px;
    width: 100%
}

.hmap-cell {
    height: 25px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    font-weight: 600;
    color: rgba(255, 255, 255, .9);
    cursor: default;
    position: relative
}

.hmap-floating-tip {
    position: fixed;
    background: #1a1a1a;
    border: 1px solid #2a2a2a;
    color: #ccc;
    font-size: 10px;
    padding: 3px 7px;
    border-radius: 5px;
    white-space: nowrap;
    pointer-events: none;
    z-index: 99999;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .45)
}

.hmap-row-label {
    display: flex;
    color: #fff;
    white-space: nowrap;
    padding-right: 5px;
    justify-content: flex-end
}

.hmap-col-label {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    color: #555;
    font-weight: 600
}

.drift-hr-btn,
.tsum-tile-label {
    font-size: 10px;
    font-weight: 600
}

.drift-hours {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
    margin-bottom: 12px
}

.drift-hr-btn {
    padding: 3px 8px;
    border-radius: 5px;
    border: 1px solid #2a2a2a;
    background: #1a1a1a;
    color: #777;
    cursor: pointer;
    transition: background .12s, color .12s, border-color .12s
}

.drift-hr-btn:hover {
    background: #222;
    color: #aaa
}

.tsum-tile {
    border: 1px solid #2a2a2a;
    border-radius: 8px;
    background: #131313;
    padding: 12px 14px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0
}

.tsum-tile--obs {
    border-color: rgba(34, 197, 94, .35);
    background: rgba(34, 197, 94, .06)
}

.tsum-tile--latest {
    border-color: rgba(251, 191, 36, .35);
    background: rgba(251, 191, 36, .06)
}

.tsum-tile-label {
    letter-spacing: .04em;
    color: #e2e8f0
}

.tsum-flag,
.tsum-pct,
.tsum-temp,
.tsum-toggle {
    font-weight: 700
}

.tsum-tile--obs .tsum-tile-label {
    color: #4ade80
}

.tsum-tile--latest .tsum-tile-label {
    color: #fcd34d
}

.tsum-tile-value {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.15;
    color: #e2e8f0;
    font-variant-numeric: tabular-nums
}

.tsum-tile--obs .tsum-tile-value {
    color: #22c55e
}

.tsum-tile--latest .tsum-tile-value {
    color: #fbbf24
}

.tsum-tile-sub {
    font-size: 10px;
    color: #e2e8f0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.tsum-row {
    display: grid;
    grid-template-columns: 54px 1fr 140px;
    align-items: center;
    gap: 10px;
    padding: 3px 0
}

.tsum-temp {
    font-size: 12px;
    color: #aaa;
    font-variant-numeric: tabular-nums
}

.tsum-row--top .tsum-temp {
    color: #e2e8f0
}

.tsum-row--latest .tsum-temp {
    color: #fbbf24
}

.tsum-row--obs .tsum-temp {
    color: #22c55e
}

.tsum-bar-track {
    height: 16px;
    border-radius: 4px;
    background: #161616;
    border: 1px solid #202020;
    overflow: hidden;
    position: relative
}

.tsum-bar-fill {
    height: 100%;
    border-radius: 3px 0 0 3px;
    background: #2563eb;
    transition: width .25s;
    min-width: 2px
}

.tsum-row--top .tsum-bar-fill {
    background: #3b82f6
}

.tsum-row--latest .tsum-bar-fill {
    background: #fbbf24
}

.tsum-row--obs .tsum-bar-fill {
    background: #22c55e
}

.tsum-meta {
    font-size: 10px;
    color: #fff;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
    overflow: hidden
}

.tsum-pct {
    color: #ccc;
    font-size: 11px
}

.tsum-row--top .tsum-pct {
    color: #74b8ff
}

.tsum-row--latest .tsum-pct {
    color: #fbbf24
}

.tsum-row--obs .tsum-pct {
    color: #4ade80
}

.tsum-flag {
    display: inline-block;
    margin-left: 3px;
    font-size: 8px;
    letter-spacing: .03em;
    padding: 1px 4px;
    border-radius: 4px;
    border: 1px solid #2a2a2a;
    color: #777
}

.tsum-flag--latest {
    border-color: rgba(251, 191, 36, .4);
    color: #fbbf24
}

.tsum-flag--obs {
    border-color: rgba(34, 197, 94, .4);
    color: #4ade80
}

.tsum-toggle {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 10px;
    border-radius: 999px;
    border: 1px solid #2a2a2a;
    background: #1a1a1a;
    color: #a3a3a3;
    font-size: 10px;
    letter-spacing: .02em;
    cursor: pointer;
    transition: background .12s, color .12s, border-color .12s
}

.tsum-card--low .tsum-toggle {
    border-color: rgba(14, 116, 144, .45);
    background: rgba(8, 145, 178, .08);
    color: #67e8f9
}

.tsum-card--low .tsum-row--top .tsum-bar-fill {
    background: #0e7490
}

.tsum-card--low .tsum-row--top .tsum-pct {
    color: #67e8f9
}
/* ── Day / hit clocks, right of the Forecast read + Window bar ──────────────
   Two clocks sharing one look, each a single line: a label, a monospace tabular
   value so the digits do not jitter as the seconds turn, and a muted sub-line
   naming what the value is measured against. Laid out inline rather than
   stacked so the clock adds no height to the bar — it stays level with the pill
   rows beside it and spends width instead, which this bar has to spare. The chip
   styling matches the live city-local clock in the card above so the page's two
   clocks read as one family.

   Colours are fixed, not themed by the Highest/Lowest toggle: green marks a
   thing that has already happened (the day passed, the extreme was hit), red
   marks a countdown still running. */
.acc-timers {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    margin-left: auto
}

.acc-timer {
    display: flex;
    align-items: baseline;
    gap: 7px;
    padding: 3px 10px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 6px;
    background: rgba(255, 255, 255, .06);
    white-space: nowrap
}

.acc-timer-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .05em;
    color: #ffffff
}

.acc-timer-value {
    font-family: 'Courier New', Courier, monospace;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .5px;
    line-height: 1.1;
    color: #e2e8f0;
    font-variant-numeric: tabular-nums
}

.acc-timer-value--elapsed { color: #69db7c }
.acc-timer-value--count   { color: #ff8787 }
.acc-timer-value--none    { color: #555 }

.acc-timer-sub {
    font-size: 10px;
    color: #ffffff
}

/* Once the clocks no longer fit beside the pills they wrap to a row of their
   own, where there is nothing to push away from — so they go back to sitting
   flush left with the pills above them. */
@media (max-width: 1280px) {
    .acc-timers {
        margin-left: 0
    }
}
