/* /Components/PlaybackBar.razor.rz.scp.css */
/* T10 vessel-history playback bar — mirrors the owner's dark map-overlay chrome. */
.vpb-bar[b-ln518agr7w] {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 7;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 14px;
    background: rgba(6, 10, 14, 0.92);
    border: 1px solid #30363d;
    border-radius: 10px;
    color: #c9d1d9;
    font: 12px system-ui, -apple-system, sans-serif;
}

/* Loud, unmistakable "you are in history" indicator. */
.vpb-tag[b-ln518agr7w] {
    flex: 0 0 auto;
    padding: 4px 10px;
    border-radius: 6px;
    background: rgba(255, 123, 114, 0.12);
    border: 1px solid #ff7b72;
    color: #ff7b72;
    font: 700 11px system-ui, -apple-system, sans-serif;
    letter-spacing: 0.05em;
    white-space: nowrap;
}

.vpb-timeline[b-ln518agr7w] {
    flex: 1 1 auto;
    min-width: 120px;
    display: flex;
    align-items: center;
}

.vpb-empty[b-ln518agr7w] {
    color: #8b949e;
    font-style: italic;
}

.vpb-clean[b-ln518agr7w] {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.vpb-close[b-ln518agr7w] {
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    background: #161b22;
    border: 1px solid #30363d;
    color: #e6edf3;
    border-radius: 6px;
    font-size: 13px;
    cursor: pointer;
}
.vpb-close:hover[b-ln518agr7w] {
    border-color: #ff7b72;
    color: #ff7b72;
}

/* Deep-select the Telerik play button so it matches the plain pb chrome. */
.vpb-bar[b-ln518agr7w]  .vpb-play {
    min-width: 34px;
    height: 30px;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.mariner-shell[b-fip353qhzw] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    background: #0d1117;
}

.mariner-topbar[b-fip353qhzw] {
    flex: 0 0 auto;
    height: 3rem;
    display: flex;
    align-items: center;
    gap: 1.1rem;
    padding: 0 1rem;
    background: #10161d;
    border-bottom: 1px solid #30363d;
    color: #e6edf3;
    z-index: 10;
}

.mariner-brand[b-fip353qhzw] {
    font-weight: 700;
    font-size: 1.15rem;
    letter-spacing: 0.04em;
    color: #e6edf3;
}

.mariner-nav[b-fip353qhzw] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.mariner-nav[b-fip353qhzw]  a {
    color: #8b949e;
    text-decoration: none;
    font-size: 0.85rem;
    padding: 0.3rem 0.65rem;
    border-radius: 6px;
}

.mariner-nav[b-fip353qhzw]  a:hover {
    color: #e6edf3;
    background: #21262d;
}

.mariner-nav[b-fip353qhzw]  a.active {
    color: #e6edf3;
    background: #21262d;
}

.mariner-spacer[b-fip353qhzw] {
    flex: 1 1 auto;
}

.mariner-search[b-fip353qhzw],
.mariner-region[b-fip353qhzw] {
    display: flex;
    align-items: center;
}

.mariner-body[b-fip353qhzw] {
    flex: 1 1 auto;
    position: relative;
    min-height: 0;
}

/* ── Marine access-key gate ──────────────────────────────────────────────── */

.mariner-signin[b-fip353qhzw] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100vw;
    background: #0d1117;
}

.mariner-signin-card[b-fip353qhzw] {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    width: min(20rem, calc(100vw - 2rem));
    padding: 2rem;
    background: #10161d;
    border: 1px solid #30363d;
    border-radius: 8px;
    color: #e6edf3;
}

.mariner-signin-blurb[b-fip353qhzw] {
    margin: 0;
    color: #8b949e;
    font-size: 0.9rem;
    line-height: 1.4;
}

.mariner-signin-card form[b-fip353qhzw] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.mariner-signin-card input[b-fip353qhzw] {
    padding: 0.55rem 0.7rem;
    background: #0d1117;
    border: 1px solid #30363d;
    border-radius: 6px;
    color: #e6edf3;
    font-size: 0.95rem;
}

.mariner-signin-card input:focus[b-fip353qhzw] {
    outline: none;
    border-color: #58a6ff;
}

.mariner-signin-card button[b-fip353qhzw] {
    padding: 0.55rem 0.7rem;
    background: #1f6feb;
    border: none;
    border-radius: 6px;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}

.mariner-signin-card button:disabled[b-fip353qhzw] {
    opacity: 0.6;
    cursor: default;
}

.mariner-signin-error[b-fip353qhzw] {
    margin: 0;
    color: #f85149;
    font-size: 0.85rem;
}
/* /Pages/Cargo.razor.rz.scp.css */
.cargo-page[b-en737d51o1] {
    max-width: 1080px;
    margin: 0 auto;
    padding: 24px 20px 48px;
    color: #e6edf3;
    font: 14px system-ui, -apple-system, sans-serif;
}

.cargo-head[b-en737d51o1] {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.cargo-head h1[b-en737d51o1] {
    font-size: 24px;
    margin: 0;
}

.cargo-updated[b-en737d51o1] {
    margin-left: auto;
    font-size: 12px;
}

.cargo-page h2[b-en737d51o1] {
    font-size: 17px;
    margin: 30px 0 10px;
}

.cargo-tiles[b-en737d51o1] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 12px;
    margin-top: 20px;
}

.cargo-tile[b-en737d51o1] {
    background: #161b22;
    border: 1px solid #2d333b;
    border-radius: 8px;
    padding: 16px 18px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.cargo-tile-hero[b-en737d51o1] {
    border-color: #2ea04366;
    background: linear-gradient(180deg, #12251a, #161b22);
}

.tile-value[b-en737d51o1] {
    font-size: 30px;
    font-weight: 650;
    line-height: 1.1;
    font-variant-numeric: tabular-nums;
}

.cargo-tile-hero .tile-value[b-en737d51o1] {
    color: #56d364;
}

.tile-label[b-en737d51o1] {
    color: #8b98a5;
    font-size: 12px;
}

.cargo-classes[b-en737d51o1] {
    margin-top: 14px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.cargo-chip[b-en737d51o1] {
    background: #21262d;
    border: 1px solid #2d333b;
    border-radius: 999px;
    padding: 3px 12px;
    font-size: 12px;
    color: #b6c2cf;
}

.cargo-chip-laden[b-en737d51o1] {
    color: #56d364;
    margin-left: 4px;
}

.cargo-dest-table[b-en737d51o1] {
    border-collapse: collapse;
    font-size: 13px;
    min-width: 360px;
}

.cargo-dest-table th[b-en737d51o1],
.cargo-dest-table td[b-en737d51o1] {
    text-align: left;
    padding: 5px 18px 5px 0;
    border-bottom: 1px solid #21262d;
}

.cargo-dest-table th[b-en737d51o1] {
    color: #8b98a5;
    font-weight: 600;
}

.laden-chip[b-en737d51o1] {
    border-radius: 999px;
    padding: 2px 10px;
    font-size: 12px;
    text-transform: capitalize;
    border: 1px solid #2d333b;
}

.laden-laden[b-en737d51o1] {
    color: #56d364;
    border-color: #2ea04366;
    background: #12251a;
}

.laden-ballast[b-en737d51o1] {
    color: #d29922;
    border-color: #9e6a0366;
    background: #241d10;
}

.laden-unknown[b-en737d51o1] {
    color: #8b98a5;
    background: #21262d;
}

.cargo-assumptions[b-en737d51o1] {
    color: #b6c2cf;
    line-height: 1.7;
    max-width: 860px;
    padding-left: 20px;
}

.cargo-assumptions li[b-en737d51o1] {
    margin-bottom: 4px;
}

.cargo-trend-head[b-en737d51o1] {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.cargo-trend-head .cargo-period[b-en737d51o1] {
    margin-left: auto;
}

.cargo-trend-chart[b-en737d51o1] {
    background: #161b22;
    border: 1px solid #2d333b;
    border-radius: 8px;
    padding: 10px 12px 4px;
    margin-top: 6px;
}

.cargo-trend-note[b-en737d51o1] {
    margin-top: 8px;
    font-size: 13px;
}

.cargo-error[b-en737d51o1] {
    color: #f0883e;
    margin-top: 24px;
}

.muted[b-en737d51o1] {
    color: #8b98a5;
}
/* /Pages/DataSources.razor.rz.scp.css */
.data-sources[b-vp3dh36j5g] {
    max-width: 960px;
    margin: 0 auto;
    padding: 24px 20px 48px;
    color: #e6edf3;
    font: 14px system-ui, -apple-system, sans-serif;
}

.data-sources h1[b-vp3dh36j5g] {
    font-size: 24px;
    margin: 0 0 8px;
}

.data-sources h2[b-vp3dh36j5g] {
    font-size: 18px;
    margin: 28px 0 10px;
}

.ds-intro[b-vp3dh36j5g] {
    color: #b6c2cf;
    line-height: 1.6;
    max-width: 720px;
}

.ds-grid[b-vp3dh36j5g] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 12px;
    margin-top: 16px;
}

.ds-card[b-vp3dh36j5g] {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid #21262d;
    border-radius: 8px;
    padding: 12px 14px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.ds-card-head[b-vp3dh36j5g] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 8px;
    flex-wrap: wrap;
}

.ds-name[b-vp3dh36j5g] {
    font-size: 15px;
    font-weight: 700;
}

.ds-name a[b-vp3dh36j5g] {
    color: #58a6ff;
    text-decoration: none;
}

.ds-name a:hover[b-vp3dh36j5g] {
    text-decoration: underline;
}

.ds-licence[b-vp3dh36j5g] {
    font: 11px ui-monospace, SFMono-Regular, Menlo, monospace;
    color: #d29922;
    border: 1px solid rgba(210, 153, 34, 0.4);
    border-radius: 4px;
    padding: 1px 6px;
    white-space: nowrap;
}

.ds-attr[b-vp3dh36j5g] {
    font-size: 13px;
    color: #c9d1d9;
    line-height: 1.5;
}

.ds-note[b-vp3dh36j5g] {
    font-size: 12px;
    line-height: 1.5;
}

.ds-source[b-vp3dh36j5g] {
    margin-top: 14px;
    font-size: 12px;
}

.ds-method[b-vp3dh36j5g] {
    color: #b6c2cf;
    line-height: 1.7;
    max-width: 760px;
    padding-left: 20px;
}

.muted[b-vp3dh36j5g] {
    color: #8b949e;
}
/* /Pages/Map.razor.rz.scp.css */
.shell-splitter[b-c7bqg2yyqo] {
    height: 100%;
    border: none;
}

.map-root[b-c7bqg2yyqo] {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.map-canvas[b-c7bqg2yyqo] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.map-hint[b-c7bqg2yyqo] {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 5;
    display: flex;
    flex-direction: column;
    gap: 3px;
    max-width: 260px;
    padding: 10px 12px;
    background: rgba(6, 10, 14, 0.85);
    border: 1px solid #30363d;
    color: #c9d1d9;
    border-radius: 8px;
    font: 12px system-ui, -apple-system, sans-serif;
}

.map-hint .hint-title[b-c7bqg2yyqo] {
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #e6edf3;
}

.map-hint a[b-c7bqg2yyqo] {
    color: #58a6ff;
}

/* ── detail drawer (FR24-style slide-in over the map's left edge) ─── */

.detail-drawer[b-c7bqg2yyqo] {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 6;
    width: 320px;
    transform: translateX(-105%);
    transition: transform 0.25s ease;
    background: rgba(10, 15, 21, 0.96);
    border-right: 1px solid #30363d;
    color: #e6edf3;
    font: 13px system-ui, -apple-system, sans-serif;
    overflow-y: auto;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.detail-drawer.open[b-c7bqg2yyqo] {
    transform: translateX(0);
}

.detail-head[b-c7bqg2yyqo] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.detail-title[b-c7bqg2yyqo] {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.detail-callsign[b-c7bqg2yyqo] {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.detail-close[b-c7bqg2yyqo] {
    background: none;
    border: 1px solid #30363d;
    border-radius: 6px;
    color: #8b949e;
    cursor: pointer;
    padding: 2px 8px;
    font-size: 13px;
}

.detail-close:hover[b-c7bqg2yyqo] {
    color: #e6edf3;
    border-color: #6e7681;
}

.detail-grid[b-c7bqg2yyqo] {
    display: grid;
    grid-template-columns: 92px 1fr;
    gap: 3px 8px;
}

.detail-grid .dl[b-c7bqg2yyqo] {
    color: #8b949e;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    align-self: center;
}

.detail-grid .dv[b-c7bqg2yyqo] {
    font-variant-numeric: tabular-nums;
}

.flag-badges[b-c7bqg2yyqo] {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

/* ── badges ───────────────────────────────────────────────────────── */

.badge[b-c7bqg2yyqo] {
    border-radius: 4px;
    padding: 1px 6px;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.05em;
    white-space: nowrap;
}

.badge-flag[b-c7bqg2yyqo] {
    background: #30363d;
    color: #c9d1d9;
    border: 1px solid #6e7681;
}

/* Laden/ballast state chip on the Draught line (AIS-derived estimate). */
.laden-badge[b-c7bqg2yyqo] {
    display: inline-block;
    margin-left: 6px;
    border-radius: 4px;
    padding: 1px 6px;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.05em;
    white-space: nowrap;
    vertical-align: middle;
    cursor: help;
}

/* Laden → filled, deep tint; ballast → outlined, light tint. */
.laden-badge.laden[b-c7bqg2yyqo] {
    background: #1f6feb;
    color: #ffffff;
    border: 1px solid #388bfd;
}

.laden-badge.ballast[b-c7bqg2yyqo] {
    background: transparent;
    color: #79c0ff;
    border: 1px solid #388bfd;
}

.gauge-value[b-c7bqg2yyqo] {
    font-size: 14px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
}

.gauge-label[b-c7bqg2yyqo] {
    font-size: 9px;
    color: #8b949e;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.detail-chart[b-c7bqg2yyqo] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

/* ── right panel: tabs, flight list, filters ──────────────────────── */

.side-panel[b-c7bqg2yyqo] {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
}

.side-panel[b-c7bqg2yyqo]  .side-tabs {
    height: 100%;
}

.side-panel[b-c7bqg2yyqo]  .k-tabstrip-content,
.side-panel[b-c7bqg2yyqo]  .k-tabstrip > .k-content {
    height: 100%;
    padding: 4px;
}

.tab-fill[b-c7bqg2yyqo] {
    height: 100%;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.flight-grid[b-c7bqg2yyqo] {
    flex: 1 1 auto;
    min-height: 0;
}

.cs-cell[b-c7bqg2yyqo] {
    font-weight: 600;
    font-variant-numeric: tabular-nums;
}

/* ── vessels tab (T12) ────────────────────────────────────────────── */

.vessel-filter[b-c7bqg2yyqo] {
    padding: 4px 4px 6px;
    flex: 0 0 auto;
}

.cat-dot[b-c7bqg2yyqo] {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid rgba(255, 255, 255, 0.35);
}

/* Vessel status line + flag-highlight chip in the map hint. */
.vessel-status[b-c7bqg2yyqo] {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.flag-chip[b-c7bqg2yyqo] {
    background: #30363d;
    border: 1px solid #6e7681;
    color: #c9d1d9;
    border-radius: 10px;
    padding: 1px 8px;
    font: 700 10px system-ui, -apple-system, sans-serif;
    cursor: pointer;
}

.flag-chip:hover[b-c7bqg2yyqo] {
    border-color: #d29922;
    color: #e6edf3;
}

.flag-chip.on[b-c7bqg2yyqo] {
    background: #4d3800;
    color: #ffb300;
    border-color: #9e7600;
}

/* ── vessel detail drawer (T12) ───────────────────────────────────── */

.vessel-flag[b-c7bqg2yyqo] {
    font-size: 18px;
    line-height: 1;
}

.vessel-photo[b-c7bqg2yyqo] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 96px;
    background: linear-gradient(160deg, #10161d, #1b2530);
    border: 1px solid #30363d;
    border-radius: 8px;
}

.vessel-glyph[b-c7bqg2yyqo] {
    font-size: 44px;
    opacity: 0.55;
}

.vessel-live[b-c7bqg2yyqo] {
    display: flex;
    justify-content: space-between;
    gap: 4px;
    padding: 8px;
    border: 1px solid #30363d;
    border-radius: 8px;
}

.live-cell[b-c7bqg2yyqo] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1px;
    min-width: 0;
}

.nav-status[b-c7bqg2yyqo] {
    font-size: 11px;
    font-weight: 600;
}

.vessel-received[b-c7bqg2yyqo] {
    font-size: 11px;
    text-align: center;
    font-variant-numeric: tabular-nums;
}

.integrity-section[b-c7bqg2yyqo] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.link-btn[b-c7bqg2yyqo] {
    align-self: flex-start;
    background: none;
    border: none;
    color: #58a6ff;
    cursor: pointer;
    padding: 0;
    font: 12px system-ui, -apple-system, sans-serif;
    text-decoration: underline;
}

.link-btn:hover[b-c7bqg2yyqo] {
    color: #79c0ff;
}

.events-list[b-c7bqg2yyqo] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    max-height: 140px;
    overflow-y: auto;
    padding: 6px;
    border: 1px solid #21262d;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.02);
}

.event-row[b-c7bqg2yyqo] {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    font: 11px ui-monospace, SFMono-Regular, Menlo, monospace;
}

.event-ts[b-c7bqg2yyqo] {
    color: #8b949e;
}

.event-flag[b-c7bqg2yyqo] {
    color: #d29922;
}

.muted[b-c7bqg2yyqo] {
    color: #8b949e;
    font: 12px system-ui, -apple-system, sans-serif;
}

.vessel-history-toggle[b-c7bqg2yyqo] {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 6;
    padding: 7px 12px;
    background: rgba(6, 10, 14, 0.85);
    border: 1px solid #30363d;
    color: #c9d1d9;
    border-radius: 8px;
    font: 700 11px system-ui, -apple-system, sans-serif;
    letter-spacing: 0.06em;
    cursor: pointer;
}
.vessel-history-toggle:hover[b-c7bqg2yyqo] {
    border-color: #00e5ff;
    color: #e6edf3;
}
.vessel-history-toggle.on[b-c7bqg2yyqo] {
    color: #00e5ff;
    border-color: #00e5ff;
}
/* /Pages/Supply.razor.rz.scp.css */
.supply-page[b-047d3rvfbh] {
    max-width: 1080px;
    margin: 0 auto;
    padding: 24px 20px 48px;
    color: #e6edf3;
    font: 14px system-ui, -apple-system, sans-serif;
}

.supply-head[b-047d3rvfbh] {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.supply-head h1[b-047d3rvfbh] {
    font-size: 24px;
    margin: 0;
}

.supply-updated[b-047d3rvfbh] {
    margin-left: auto;
    font-size: 12px;
}

.supply-page h2[b-047d3rvfbh] {
    font-size: 17px;
    margin: 30px 0 10px;
}

.supply-tiles[b-047d3rvfbh] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 12px;
    margin-top: 20px;
}

.supply-tile[b-047d3rvfbh] {
    background: #161b22;
    border: 1px solid #2d333b;
    border-radius: 8px;
    padding: 16px 18px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.supply-tile-hero[b-047d3rvfbh] {
    border-color: #388bfd66;
    background: linear-gradient(180deg, #14202e, #161b22);
}

.tile-value[b-047d3rvfbh] {
    font-size: 30px;
    font-weight: 650;
    line-height: 1.1;
    font-variant-numeric: tabular-nums;
}

.supply-tile-hero .tile-value[b-047d3rvfbh] {
    color: #79b8ff;
}

.tile-label[b-047d3rvfbh] {
    color: #8b98a5;
    font-size: 12px;
}

.supply-classes[b-047d3rvfbh] {
    margin-top: 14px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.class-chip[b-047d3rvfbh] {
    background: #21262d;
    border: 1px solid #2d333b;
    border-radius: 999px;
    padding: 3px 12px;
    font-size: 12px;
    color: #b6c2cf;
}

.sig-confirmed[b-047d3rvfbh] {
    color: #56d364;
    font-weight: 600;
}

.sig-projected[b-047d3rvfbh] {
    color: #8b98a5;
}

.sig-sustained[b-047d3rvfbh] {
    color: #58a6ff;
    font-weight: 600;
    margin-left: 8px;
}

.laden-chip[b-047d3rvfbh] {
    border-radius: 999px;
    padding: 2px 10px;
    font-size: 12px;
    text-transform: capitalize;
    border: 1px solid #2d333b;
}

.laden-laden[b-047d3rvfbh] {
    color: #56d364;
    border-color: #2ea04366;
    background: #12251a;
}

.laden-ballast[b-047d3rvfbh] {
    color: #d29922;
    border-color: #9e6a0366;
    background: #241d10;
}

.laden-unknown[b-047d3rvfbh] {
    color: #8b98a5;
    background: #21262d;
}

.supply-assumptions[b-047d3rvfbh] {
    color: #b6c2cf;
    line-height: 1.7;
    max-width: 860px;
    padding-left: 20px;
}

.supply-assumptions li[b-047d3rvfbh] {
    margin-bottom: 4px;
}

.supply-error[b-047d3rvfbh] {
    color: #f0883e;
    margin-top: 24px;
}

.muted[b-047d3rvfbh] {
    color: #8b98a5;
}

.cargo-gas[b-047d3rvfbh] {
    color: #b48ead;
    border-color: #7c5c9e66;
    background: #221a2c;
}

.age-stale[b-047d3rvfbh] {
    opacity: 0.75;
    font-style: italic;
}
