/* _content/TgmTools.Web/Components/Layout/MainLayout.razor.rz.scp.css */
/* MainLayout styles - TGMhub app shell */

.tgm-app-shell[b-azqcqs8d40] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    color: var(--tgm-text-primary);
    background:
        radial-gradient(circle at 20% 0%, rgba(38,114,255,0.18), transparent 32rem),
        radial-gradient(circle at 88% 18%, rgba(255,209,102,0.08), transparent 24rem),
        radial-gradient(circle at 70% 100%, rgba(155,89,255,0.08), transparent 30rem),
        linear-gradient(180deg, #0b1220 0%, #09111f 100%);
}

.tgm-main-content[b-azqcqs8d40] {
    width: 100%;
    flex: 1;
}

#blazor-error-ui[b-azqcqs8d40] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-azqcqs8d40] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/TgmTools.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-vz3km1ztln] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-vz3km1ztln] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-vz3km1ztln] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-vz3km1ztln] {
    font-size: 1.1rem;
}

.bi[b-vz3km1ztln] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-vz3km1ztln] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-vz3km1ztln] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-vz3km1ztln] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-vz3km1ztln] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-vz3km1ztln] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-vz3km1ztln] {
        padding-bottom: 1rem;
    }

    .nav-item[b-vz3km1ztln]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-vz3km1ztln]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-vz3km1ztln]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-vz3km1ztln] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-vz3km1ztln] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-vz3km1ztln] {
        display: none;
    }

    .nav-scrollable[b-vz3km1ztln] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/TgmTools.Web/Components/Pages/GwRewards.razor.rz.scp.css */
.gw-rewards-page[b-tougl75hro] {
    --bg: #0f172a;
    --panel: #111827;
    --panel-2: #1f2937;
    --panel-3: #0b1220;
    --text: #e5e7eb;
    --muted: #9ca3af;
    --line: #263244;
    --accent: #22c55e;
    --accent-soft: rgba(34, 197, 94, 0.15);
    --accent-border: rgba(34, 197, 94, 0.55);
    --input-bg: #0b1220;
    --shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
    min-height: 100vh;
    background: linear-gradient(180deg, #0b1220 0%, #111827 100%);
    color: var(--text);
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

    .gw-rewards-page *[b-tougl75hro],
    .gw-rewards-page *[b-tougl75hro]::before,
    .gw-rewards-page *[b-tougl75hro]::after {
        box-sizing: border-box;
    }

    .gw-rewards-page button[b-tougl75hro],
    .gw-rewards-page input[b-tougl75hro] {
        font: inherit;
    }

.app-shell[b-tougl75hro] {
    max-width: 720px;
    margin: 0 auto;
    min-height: 100vh;
    padding: 12px 12px calc(92px + env(safe-area-inset-bottom));
}

.topbar[b-tougl75hro] {
    position: sticky;
    top: 0;
    z-index: 30;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    align-items: center;
    padding: 12px 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.97) 0%, rgba(15, 23, 42, 0.92) 100%);
    backdrop-filter: blur(10px);
}

.search-wrap[b-tougl75hro] {
    position: relative;
}

#searchInput[b-tougl75hro] {
    width: 100%;
    height: 46px;
    padding: 0 14px;
    border-radius: 14px;
    border: 1px solid var(--line);
    background: rgba(17, 24, 39, 0.96);
    color: var(--text);
    outline: none;
}

    #searchInput[b-tougl75hro]::placeholder {
        color: var(--muted);
    }

    #searchInput:focus[b-tougl75hro] {
        border-color: var(--accent-border);
        box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.14);
    }

.ghost-button[b-tougl75hro] {
    height: 46px;
    min-width: 82px;
    padding: 0 14px;
    border-radius: 14px;
    border: 1px solid var(--line);
    background: rgba(17, 24, 39, 0.96);
    color: var(--muted);
    cursor: pointer;
}

    .ghost-button:disabled[b-tougl75hro] {
        opacity: 0.7;
        cursor: not-allowed;
    }

.content[b-tougl75hro] {
    padding-top: 6px;
}

.tip-banner[b-tougl75hro] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    line-height: 1.4;
    color: var(--text);
    background: linear-gradient(180deg, rgba(31, 41, 55, 0.92) 0%, rgba(17, 24, 39, 0.96) 100%);
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-left: 4px solid var(--accent);
    padding: 10px 12px;
    border-radius: 12px;
    margin-bottom: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.filter-bar[b-tougl75hro] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
    grid-column: 1 / -1;
}

.filter-chip[b-tougl75hro] {
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid var(--line);
    background: rgba(17, 24, 39, 0.96);
    color: var(--muted);
    cursor: pointer;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 120ms ease;
}

    .filter-chip:hover[b-tougl75hro] {
        border-color: rgba(148, 163, 184, 0.45);
        color: var(--text);
    }

    .filter-chip.active[b-tougl75hro] {
        background: var(--accent-soft);
        border-color: var(--accent-border);
        color: var(--text);
    }

    .filter-chip:focus-visible[b-tougl75hro] {
        outline: none;
        box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.14);
    }

.table-card[b-tougl75hro] {
    background: rgba(17, 24, 39, 0.9);
    border: 1px solid rgba(38, 50, 68, 0.85);
    border-radius: 18px;
    box-shadow: var(--shadow);
    overflow: hidden;
}

.table-header[b-tougl75hro],
.item-row[b-tougl75hro] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 84px 88px;
    gap: 10px;
    align-items: center;
}

.table-header[b-tougl75hro] {
    padding: 14px 14px 12px;
    border-bottom: 1px solid var(--line);
    background: rgba(11, 18, 32, 0.96);
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.col-qty[b-tougl75hro],
.qty-col[b-tougl75hro] {
    justify-self: center;
}

.col-total[b-tougl75hro],
.total-col[b-tougl75hro] {
    justify-self: end;
}

.items-list[b-tougl75hro] {
    display: flex;
    flex-direction: column;
}

.item-row[b-tougl75hro] {
    min-height: 56px;
    padding: 12px 14px;
    border-bottom: 1px solid rgba(38, 50, 68, 0.72);
    background: transparent;
    transition: background-color 220ms ease, border-color 220ms ease, transform 140ms ease, box-shadow 220ms ease;
    outline: none;
    will-change: background-color, transform;
    cursor: pointer;
}

    .item-row:last-child[b-tougl75hro] {
        border-bottom: none;
    }

    .item-row:hover[b-tougl75hro] {
        background: rgba(255, 255, 255, 0.02);
    }

    .item-row.selected[b-tougl75hro] {
        background: var(--accent-soft);
        border-color: var(--accent-border);
        box-shadow: inset 0 0 0 1px rgba(34, 197, 94, 0.18);
        animation: row-select-pop-b-tougl75hro 180ms ease;
    }

    .item-row:focus-visible[b-tougl75hro] {
        box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.35);
    }

.item-name[b-tougl75hro] {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.item-name-text[b-tougl75hro] {
    font-size: 15px;
    line-height: 1.3;
    word-break: break-word;
}

.item-icon[b-tougl75hro] {
    width: 40px;
    height: 40px;
    object-fit: contain;
    flex: 0 0 40px;
    border-radius: 6px;
}

.qty-input[b-tougl75hro] {
    width: 72px;
    height: 38px;
    border-radius: 12px;
    border: 1px solid var(--line);
    background: var(--input-bg);
    color: var(--text);
    text-align: center;
    padding: 0 10px;
    outline: none;
    transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

    .qty-input:focus[b-tougl75hro] {
        border-color: var(--accent-border);
        box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.14);
    }

.item-row.selected .qty-input[b-tougl75hro] {
    border-color: var(--accent-border);
    box-shadow: inset 0 0 0 1px rgba(34, 197, 94, 0.12);
}

.qty-wrap[b-tougl75hro] {
    position: relative;
    width: 72px;
}

    .qty-wrap .qty-input[b-tougl75hro] {
        width: 100%;
    }

.qty-input.max-hit[b-tougl75hro] {
    border-color: #ef4444;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.16);
    animation: qty-max-flash-b-tougl75hro 0.45s ease;
}

.item-row.selected .qty-input.max-hit[b-tougl75hro] {
    border-color: #ef4444;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.16);
}

.qty-max-hint[b-tougl75hro] {
    position: absolute;
    top: calc(100% + 4px);
    left: 50%;
    transform: translateX(-50%);
    font-size: 11px;
    line-height: 1;
    color: #fca5a5;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.15s ease;
}

    .qty-max-hint.visible[b-tougl75hro] {
        opacity: 1;
    }

.item-total[b-tougl75hro] {
    font-weight: 800;
    white-space: nowrap;
    letter-spacing: 0.01em;
}

.empty-state[b-tougl75hro] {
    padding: 22px 16px;
    color: var(--muted);
    text-align: center;
}

.hidden[b-tougl75hro] {
    display: none !important;
}

.sticky-total[b-tougl75hro] {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 40;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    max-width: 720px;
    margin: 0 auto;
    padding: 14px 16px calc(14px + env(safe-area-inset-bottom));
    border-top: 1px solid rgba(38, 50, 68, 0.95);
    background: rgba(11, 18, 32, 0.96);
    backdrop-filter: blur(10px);
    box-shadow: 0 -10px 28px rgba(0, 0, 0, 0.24);
}

.total-meta[b-tougl75hro] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.selected-count[b-tougl75hro] {
    color: var(--muted);
    font-size: 13px;
    line-height: 1.2;
}

.total-label[b-tougl75hro] {
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 12px;
    font-weight: 700;
}

.total-value[b-tougl75hro] {
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0.01em;
}

@keyframes qty-max-flash-b-tougl75hro {
    0% {
        transform: scale(1);
    }

    30% {
        transform: scale(1.04);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes row-select-pop-b-tougl75hro {
    0% {
        transform: scale(0.992);
    }

    55% {
        transform: scale(1.008);
    }

    100% {
        transform: scale(1);
    }
}

@media (max-width: 420px) {
    .table-header[b-tougl75hro],
    .item-row[b-tougl75hro] {
        grid-template-columns: minmax(0, 1fr) 74px 78px;
        gap: 8px;
    }

    .table-header[b-tougl75hro] {
        padding: 12px 12px 10px;
        font-size: 12px;
    }

    .item-row[b-tougl75hro] {
        padding: 12px;
    }

    .qty-wrap[b-tougl75hro] {
        width: 64px;
    }

    .qty-input[b-tougl75hro] {
        width: 100%;
    }

    .item-name[b-tougl75hro] {
        font-size: 14px;
    }

    .item-icon[b-tougl75hro] {
        width: 34px;
        height: 34px;
        flex: 0 0 34px;
    }

    .item-name-text[b-tougl75hro] {
        font-size: 14px;
    }

    .total-value[b-tougl75hro] {
        font-size: 22px;
    }

    .filter-chip[b-tougl75hro] {
        min-height: 36px;
        padding: 0 12px;
    }
}
/* _content/TgmTools.Web/Components/Pages/HelicopterDataTraining.razor.rz.scp.css */
.helicopter-training-page[b-6v17y6594e] {
    padding-bottom: 154px;
}

.helicopter-training-shell[b-6v17y6594e] {
    width: min(100%, 720px);
    margin: 0 auto;
    padding: 12px;
    display: grid;
    gap: 14px;
}

.helicopter-training-header[b-6v17y6594e] {
    padding: 14px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(31, 41, 55, 0.92), rgba(17, 24, 39, 0.96));
    border: 1px solid rgba(148, 163, 184, 0.18);
}

.helicopter-training-kicker[b-6v17y6594e] {
    margin: 0 0 6px;
    color: var(--tgm-gold);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.helicopter-training-header h1[b-6v17y6594e] {
    margin: 0;
    color: #ffffff;
    font-size: 28px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.helicopter-training-header p:last-child[b-6v17y6594e] {
    margin: 8px 0 0;
    color: var(--tgm-text-secondary);
    font-size: 13px;
    line-height: 1.4;
}

.helicopter-mode-card[b-6v17y6594e] {
    position: sticky;
    top: 8px;
    z-index: 50;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 8px;
    border-radius: 18px;
    background: rgba(11, 18, 32, 0.94);
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(10px);
}

.helicopter-mode-button[b-6v17y6594e] {
    min-height: 44px;
    border-radius: 14px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    background: rgba(17, 24, 39, 0.96);
    color: var(--tgm-text-secondary);
    font-size: 13px;
    font-weight: 900;
}

.helicopter-mode-button--active-current[b-6v17y6594e] {
    color: #ffffff;
    background: linear-gradient(180deg, rgba(255, 209, 102, 0.28), rgba(225, 179, 58, 0.16));
    border-color: rgba(255, 209, 102, 0.55);
}

.helicopter-mode-button--active-target[b-6v17y6594e] {
    color: #ffffff;
    background: linear-gradient(180deg, rgba(239, 68, 68, 0.30), rgba(153, 27, 27, 0.18));
    border-color: rgba(239, 68, 68, 0.65);
}

.helicopter-node--current-required[b-6v17y6594e] {
    border-color: rgba(239, 68, 68, 1);
    box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.55), inset 0 0 18px rgba(239, 68, 68, 0.22), 0 0 0 4px rgba(239, 68, 68, 0.24), 0 0 26px rgba(239, 68, 68, 0.30), 0 8px 18px rgba(0, 0, 0, 0.34);
}

    .helicopter-node--current-required .helicopter-node-icon[b-6v17y6594e] {
        filter: grayscale(0%) brightness(1.08) contrast(1.08) drop-shadow(0 8px 10px rgba(0, 0, 0, 0.45));
    }

    .helicopter-node--current-required .helicopter-node-level[b-6v17y6594e] {
        color: #ffffff;
        background: linear-gradient(180deg, rgba(239, 68, 68, 0.95), rgba(153, 27, 27, 0.95));
        border-color: rgba(255, 255, 255, 0.24);
    }

.helicopter-node-level-actual[b-6v17y6594e] {
    margin-left: 3px;
    color: var(--tgm-gold);
    font-size: 11px;
    font-weight: 900;
}

.helicopter-path-card[b-6v17y6594e] {
    padding: 14px 10px;
    border-radius: 22px;
    background: radial-gradient(circle at 50% 0%, rgba(38, 114, 255, 0.16), transparent 38%), linear-gradient(180deg, rgba(15, 26, 43, 0.96), rgba(11, 18, 32, 0.98));
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
    overflow: hidden;
}

.helicopter-path[b-6v17y6594e] {
    display: grid;
    gap: 14px;
}

.helicopter-path-row-block[b-6v17y6594e] {
    display: grid;
    gap: 10px;
}

.helicopter-path-row[b-6v17y6594e],
.helicopter-path-drop-row[b-6v17y6594e] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 86px minmax(0, 1fr) 86px minmax(0, 1fr);
    align-items: center;
}

.helicopter-path-drop-row[b-6v17y6594e] {
    min-height: 42px;
}

.helicopter-node-cell[b-6v17y6594e] {
    position: relative;
    z-index: 2;
    display: grid;
    place-items: center;
}

.helicopter-node[b-6v17y6594e] {
    width: 96px;
    height: 96px;
    min-height: 0;
    padding: 0;
    position: relative;
    justify-self: center;
    display: grid;
    place-items: center;
    border-radius: 999px;
    border: 3px solid rgba(173, 144, 77, 0.85);
    background: radial-gradient(circle at 50% 38%, rgba(255, 255, 255, 0.10), transparent 34%), radial-gradient(circle, rgba(34, 34, 34, 0.98), rgba(5, 5, 5, 0.98));
    color: var(--tgm-text-primary);
    box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.55), inset 0 0 18px rgba(255, 209, 102, 0.10), 0 8px 18px rgba(0, 0, 0, 0.34);
    overflow: visible;
}

    .helicopter-node[b-6v17y6594e]::before {
        content: "";
        position: absolute;
        inset: -8px;
        border-radius: 999px;
        border: 1px solid rgba(255, 209, 102, 0.20);
        pointer-events: none;
    }

.helicopter-node-icon[b-6v17y6594e] {
    width: 68px;
    height: 68px;
    object-fit: contain;
    filter: grayscale(100%) brightness(0.88) contrast(1.05) drop-shadow(0 8px 10px rgba(0, 0, 0, 0.45));
}

.helicopter-node-name[b-6v17y6594e] {
    display: none;
}

.helicopter-node-level[b-6v17y6594e] {
    position: absolute;
    left: 50%;
    bottom: -11px;
    transform: translateX(-50%);
    min-width: 44px;
    padding: 2px 7px;
    border-radius: 4px;
    color: var(--tgm-gold);
    font-size: 14px;
    font-weight: 900;
    line-height: 1.15;
    text-align: center;
    background: rgba(0, 0, 0, 0.78);
    border: 1px solid rgba(255, 209, 102, 0.24);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.85);
}

.helicopter-node--locked[b-6v17y6594e] {
    opacity: 0.55;
}

    .helicopter-node--locked .helicopter-node-icon[b-6v17y6594e] {
        filter: grayscale(100%) brightness(0.72) contrast(1.05) drop-shadow(0 8px 10px rgba(0, 0, 0, 0.45));
    }

.helicopter-node--completed[b-6v17y6594e] {
    border-color: rgba(34, 197, 94, 0.95);
    box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.55), inset 0 0 18px rgba(34, 197, 94, 0.16), 0 0 0 2px rgba(34, 197, 94, 0.14), 0 8px 18px rgba(0, 0, 0, 0.34);
}

    .helicopter-node--completed .helicopter-node-icon[b-6v17y6594e] {
        filter: grayscale(10%) brightness(1.05) contrast(1.05) drop-shadow(0 8px 10px rgba(0, 0, 0, 0.45));
    }

.helicopter-node--current[b-6v17y6594e] {
    border-color: rgba(255, 209, 102, 1);
    box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.55), inset 0 0 18px rgba(255, 209, 102, 0.22), 0 0 0 4px rgba(255, 209, 102, 0.28), 0 0 26px rgba(255, 209, 102, 0.34), 0 8px 18px rgba(0, 0, 0, 0.34);
}

    .helicopter-node--current .helicopter-node-icon[b-6v17y6594e] {
        filter: grayscale(0%) brightness(1.12) contrast(1.08) drop-shadow(0 8px 10px rgba(0, 0, 0, 0.45));
    }

    .helicopter-node--current .helicopter-node-level[b-6v17y6594e] {
        color: #ffffff;
        background: linear-gradient(180deg, rgba(255, 209, 102, 0.95), rgba(225, 179, 58, 0.95));
        border-color: rgba(255, 255, 255, 0.24);
    }

.helicopter-node--target-path[b-6v17y6594e] {
    border-color: rgba(239, 68, 68, 0.82);
    box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.55), inset 0 0 18px rgba(239, 68, 68, 0.12), 0 8px 18px rgba(0, 0, 0, 0.34);
}

.helicopter-node--target[b-6v17y6594e] {
    border-color: rgba(239, 68, 68, 1);
    box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.55), inset 0 0 18px rgba(239, 68, 68, 0.22), 0 0 0 4px rgba(239, 68, 68, 0.24), 0 0 26px rgba(239, 68, 68, 0.30), 0 8px 18px rgba(0, 0, 0, 0.34);
}

    .helicopter-node--target .helicopter-node-level[b-6v17y6594e] {
        color: #ffffff;
        background: linear-gradient(180deg, rgba(239, 68, 68, 0.95), rgba(153, 27, 27, 0.95));
        border-color: rgba(255, 255, 255, 0.24);
    }

.helicopter-connector[b-6v17y6594e] {
    position: relative;
    z-index: 1;
    pointer-events: none;
}

.helicopter-connector--horizontal[b-6v17y6594e] {
    height: 24px;
    align-self: center;
}

    .helicopter-connector--horizontal[b-6v17y6594e]::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        height: 8px;
        transform: translateY(-50%);
        border-radius: 999px;
        background: currentColor;
        box-shadow: 0 0 14px currentColor;
    }

    .helicopter-connector--horizontal[b-6v17y6594e]::after {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        filter: drop-shadow(0 0 8px currentColor);
    }

.helicopter-connector--right[b-6v17y6594e]::after {
    right: -1px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 18px solid currentColor;
}

.helicopter-connector--left[b-6v17y6594e]::after {
    left: -1px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 18px solid currentColor;
}

.helicopter-connector--vertical[b-6v17y6594e] {
    width: 24px;
    height: 42px;
    align-self: stretch;
    justify-self: center;
}

    .helicopter-connector--vertical[b-6v17y6594e]::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 8px;
        transform: translateX(-50%);
        border-radius: 999px;
        background: currentColor;
        box-shadow: 0 0 14px currentColor;
    }

    .helicopter-connector--vertical[b-6v17y6594e]::after {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 50%;
        transform: translateX(-50%);
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 18px solid currentColor;
        filter: drop-shadow(0 0 8px currentColor);
    }

.helicopter-connector--drop-left[b-6v17y6594e] {
    grid-column: 1;
}

.helicopter-connector--drop-right[b-6v17y6594e] {
    grid-column: 5;
}

.helicopter-connector--completed[b-6v17y6594e] {
    color: #19c37d;
}

.helicopter-connector--current-required[b-6v17y6594e] {
    color: #f7b500;
}

.helicopter-connector--target[b-6v17y6594e] {
    color: #ff4d5b;
}

.helicopter-connector--inactive[b-6v17y6594e] {
    color: rgba(148, 163, 184, 0.20);
    opacity: 0.35;
}

.helicopter-summary[b-6v17y6594e] {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 60;
    max-width: 720px;
    margin: 0 auto;
    padding: 12px;
    border-radius: 18px;
    background: rgba(11, 18, 32, 0.97);
    border: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow: 0 -12px 30px rgba(0, 0, 0, 0.30);
    backdrop-filter: blur(10px);
}

.helicopter-summary-content[b-6v17y6594e] {
    display: grid;
    grid-template-columns: minmax(150px, 1.25fr) minmax(150px, 1.25fr) minmax(112px, 0.85fr) minmax(112px, 0.85fr) minmax(132px, 0.95fr);
    align-items: stretch;
    gap: 10px;
}

.helicopter-summary-toggle[b-6v17y6594e] {
    display: none;
}

.helicopter-summary-item[b-6v17y6594e] {
    min-width: 0;
    min-height: 76px;
    padding: 8px 9px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border-radius: 12px;
    background: rgba(17, 24, 39, 0.72);
    border: 1px solid rgba(148, 163, 184, 0.12);
}

.helicopter-summary-item--current[b-6v17y6594e] {
    border-color: rgba(255, 209, 102, 0.34);
}

.helicopter-summary-item--target[b-6v17y6594e] {
    border-color: rgba(239, 68, 68, 0.34);
}

.helicopter-summary-label[b-6v17y6594e] {
    display: block;
    margin-bottom: 5px;
    color: var(--tgm-text-secondary);
    font-size: 10px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.helicopter-summary-value[b-6v17y6594e] {
    display: block;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.14;
    font-weight: 900;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    overflow-wrap: anywhere;
}

.helicopter-summary-value--node[b-6v17y6594e] {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.helicopter-summary-subvalue[b-6v17y6594e] {
    display: block;
    margin-top: 4px;
    color: var(--tgm-text-secondary);
    font-size: 10px;
    font-weight: 800;
    line-height: 1.1;
}

.helicopter-summary-item--current .helicopter-summary-subvalue[b-6v17y6594e] {
    color: var(--tgm-gold);
}

.helicopter-summary-item--target .helicopter-summary-subvalue[b-6v17y6594e] {
    color: #fca5a5;
}

.helicopter-summary-item--gold .helicopter-summary-value[b-6v17y6594e] {
    color: var(--tgm-gold);
}

.helicopter-summary-item--days .helicopter-summary-value[b-6v17y6594e] {
    color: #93c5fd;
}

@media (max-width: 640px) {
    .helicopter-path-row[b-6v17y6594e],
    .helicopter-path-drop-row[b-6v17y6594e] {
        grid-template-columns: minmax(0, 1fr) 64px minmax(0, 1fr) 64px minmax(0, 1fr);
    }

    .helicopter-node[b-6v17y6594e] {
        width: 86px;
        height: 86px;
    }

    .helicopter-node-icon[b-6v17y6594e] {
        width: 60px;
        height: 60px;
    }

    .helicopter-training-page[b-6v17y6594e] {
        padding-bottom: 78px;
    }

    .helicopter-training-page--summary-expanded[b-6v17y6594e] {
        padding-bottom: 220px;
    }

    .helicopter-summary[b-6v17y6594e] {
        padding: 8px;
    }

    .helicopter-summary-toggle[b-6v17y6594e] {
        width: 100%;
        min-height: 38px;
        padding: 8px 12px;
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        align-items: center;
        border: 1px solid rgba(255, 209, 102, 0.28);
        border-radius: 12px;
        background: linear-gradient(180deg, rgba(255, 209, 102, 0.20), rgba(17, 24, 39, 0.88));
        color: #ffffff;
        font-size: 12px;
        font-weight: 900;
        letter-spacing: 0.04em;
        text-transform: uppercase;
    }

        .helicopter-summary-toggle span:first-child[b-6v17y6594e] {
            grid-column: 2;
            justify-self: center;
        }

    .helicopter-summary-toggle-icon[b-6v17y6594e] {
        grid-column: 3;
        justify-self: end;
        color: var(--tgm-gold);
        font-size: 18px;
        line-height: 1;
    }

    .helicopter-summary-content[b-6v17y6594e] {
        margin-top: 8px;
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .helicopter-summary--collapsed .helicopter-summary-content[b-6v17y6594e] {
        display: none;
    }

    .helicopter-summary--expanded .helicopter-summary-content[b-6v17y6594e] {
        display: grid;
    }

    .helicopter-summary-item--current[b-6v17y6594e],
    .helicopter-summary-item--target[b-6v17y6594e] {
        grid-column: span 3;
    }

    .helicopter-summary-item--modules[b-6v17y6594e],
    .helicopter-summary-item--gold[b-6v17y6594e],
    .helicopter-summary-item--days[b-6v17y6594e] {
        grid-column: span 2;
    }

    .helicopter-summary-item[b-6v17y6594e] {
        min-height: 68px;
        padding: 7px 8px;
    }

    .helicopter-summary-label[b-6v17y6594e] {
        margin-bottom: 4px;
        font-size: 9px;
    }

    .helicopter-summary-value[b-6v17y6594e] {
        font-size: 14px;
    }

    .helicopter-node-cell[b-6v17y6594e] {
        scroll-margin-top: 96px;
    }
}

@media (min-width: 900px) {
    .helicopter-training-shell[b-6v17y6594e] {
        width: min(100%, 980px);
    }

    .helicopter-path-row[b-6v17y6594e],
    .helicopter-path-drop-row[b-6v17y6594e] {
        grid-template-columns: minmax(0, 1fr) 108px minmax(0, 1fr) 108px minmax(0, 1fr);
    }

    .helicopter-summary[b-6v17y6594e] {
        max-width: 980px;
    }
}
/* _content/TgmTools.Web/Components/Pages/Home.razor.rz.scp.css */
/* ---------- TGMhub landing page ----------
   Image-based, compact polish pass.
   Goal: closer to the mockup - less bulky, tighter cards, cleaner hero.
*/

.tgm-home-page[b-cq08513bnd] {
    width: 100%;
    min-height: 100vh;
    padding: clamp(14px, 2vw, 28px);
}

    .tgm-home-page > section[b-cq08513bnd],
    .tgm-home-page > aside[b-cq08513bnd] {
        width: min(100%, var(--tgm-container-width));
        margin-left: auto;
        margin-right: auto;
    }

/* ---------- Hero ---------- */

.tgm-home-hero[b-cq08513bnd] {
    min-height: clamp(250px, 34vw, 320px);
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(280px, 1.05fr);
    align-items: center;
    gap: clamp(14px, 2vw, 30px);
    padding: clamp(18px, 2.8vw, 34px);
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    isolation: isolate;
    background: linear-gradient(90deg, rgba(7, 16, 32, 0.98) 0%, rgba(7, 16, 32, 0.82) 39%, rgba(7, 16, 32, 0.28) 100%), radial-gradient(circle at 78% 18%, rgba(38, 114, 255, 0.20), transparent 42%), linear-gradient(135deg, #0a1428 0%, #0c1b34 52%, #07101f 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 22px 58px rgba(0, 0, 0, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

    .tgm-home-hero[b-cq08513bnd]::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 1;
        background: linear-gradient(90deg, rgba(7, 16, 32, 0.92) 0%, rgba(7, 16, 32, 0.66) 38%, rgba(7, 16, 32, 0.10) 100%), linear-gradient(180deg, rgba(7, 16, 32, 0.10), rgba(7, 16, 32, 0.20));
        pointer-events: none;
    }

.tgm-home-hero-copy[b-cq08513bnd] {
    position: relative;
    z-index: 2;
    max-width: 460px;
}

.tgm-home-wordmark[b-cq08513bnd] {
    display: block;
    width: min(235px, 58vw);
    max-height: 78px;
    height: auto;
    object-fit: contain;
    object-position: left center;
    filter: drop-shadow(0 16px 28px rgba(0, 0, 0, 0.34));
}

.tgm-home-title[b-cq08513bnd] {
    margin: 12px 0 0;
    max-width: 390px;
    color: #ffffff;
    font-size: clamp(30px, 4.1vw, 54px);
    line-height: 0.94;
    letter-spacing: -0.055em;
    font-weight: 900;
    text-shadow: 0 8px 24px rgba(0, 0, 0, 0.38);
}

.tgm-home-tagline[b-cq08513bnd] {
    max-width: 410px;
    margin: 12px 0 0;
    color: #b8c8f0;
    font-size: clamp(13px, 1.2vw, 15px);
    line-height: 1.45;
}

.tgm-home-cta-btn[b-cq08513bnd] {
    margin-top: 14px;
    min-height: 42px;
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 13px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    background: linear-gradient(180deg, #3986ff 0%, #1765ee 100%);
    border: 1px solid rgba(122, 177, 255, 0.55);
    box-shadow: 0 14px 30px rgba(23, 101, 238, 0.30), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

    .tgm-home-cta-btn:hover[b-cq08513bnd],
    .tgm-home-cta-btn:focus[b-cq08513bnd] {
        color: #ffffff;
        text-decoration: none;
        transform: translateY(-1px);
    }

.tgm-home-cta-icon[b-cq08513bnd],
.tgm-home-cta-arrow[b-cq08513bnd] {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
}

.tgm-home-hero-art-wrap[b-cq08513bnd] {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.tgm-home-hero-art[b-cq08513bnd] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 70% 62%;
    opacity: 0.84;
    filter: saturate(1.05) contrast(1.03);
}

/* ---------- Section spacing ---------- */

.tgm-home-tools[b-cq08513bnd],
.tgm-home-coming-soon[b-cq08513bnd],
.tgm-home-creator[b-cq08513bnd] {
    margin-top: 18px;
}

.tgm-home-page[b-cq08513bnd] {
    padding-bottom: 112px;
}

.tgm-home-section-kicker[b-cq08513bnd] {
    margin-bottom: 4px;
    color: var(--tgm-gold);
    font-size: 11px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.tgm-home-section-title[b-cq08513bnd] {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: clamp(18px, 1.8vw, 26px);
    line-height: 1;
    letter-spacing: -0.04em;
    font-weight: 900;
}

.tgm-home-section-row[b-cq08513bnd] {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 16px;
}

.tgm-home-roadmap-link[b-cq08513bnd] {
    margin-bottom: 10px;
    color: var(--tgm-primary);
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
    text-decoration: none;
}

/* ---------- Shared cards ---------- */

.tgm-home-card[b-cq08513bnd] {
    position: relative;
    overflow: hidden;
    padding: 0;
    background: linear-gradient(135deg, rgba(20, 38, 64, 0.96), rgba(8, 20, 39, 0.98));
    border: 1px solid rgba(123, 160, 218, 0.16);
    border-radius: 20px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

    .tgm-home-card[b-cq08513bnd]::after {
        content: "";
        position: absolute;
        width: 150px;
        height: 150px;
        top: -70px;
        right: -58px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(38, 114, 255, 0.24), transparent 64%);
        opacity: 0.75;
        pointer-events: none;
    }

.tgm-home-card--gwrewards[b-cq08513bnd]::after {
    background: radial-gradient(circle, rgba(34, 197, 94, 0.26), transparent 64%);
}

.tgm-home-feature-badge[b-cq08513bnd] {
    position: absolute;
    top: 14px;
    right: 16px;
    z-index: 3;
    padding: 5px 10px;
    border-radius: 999px;
    color: #07101f;
    font-size: 10px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    background: linear-gradient(180deg, #ffd966 0%, #f5b942 100%);
    border: 1px solid rgba(255, 255, 255, 0.45);
    box-shadow: 0 10px 22px rgba(245, 185, 66, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

/* ---------- Featured tools ---------- */

.tgm-home-tools-grid[b-cq08513bnd] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(12px, 1.6vw, 20px);
}

.tgm-home-card--featured-wide[b-cq08513bnd] {
    grid-column: 1 / -1;
}

.tgm-home-card-link[b-cq08513bnd] {
    min-height: 128px;
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr) 40px;
    align-items: center;
    gap: 16px;
    padding: 18px 20px;
    color: inherit;
    text-decoration: none;
}

    .tgm-home-card-link:hover[b-cq08513bnd],
    .tgm-home-card-link:focus[b-cq08513bnd] {
        color: inherit;
        text-decoration: none;
    }

.tgm-home-card-icon-wrap[b-cq08513bnd] {
    width: 84px;
    height: 84px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)), rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.10);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.tgm-home-card-icon[b-cq08513bnd] {
    width: 88px;
    height: 88px;
    object-fit: contain;
    object-position: center;
    filter: drop-shadow(0 14px 20px rgba(0, 0, 0, 0.38));
}

.tgm-home-card-image-wrap[b-cq08513bnd] {
    overflow: hidden;
}

.tgm-home-card-image[b-cq08513bnd] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: none;
}

.tgm-home-card--helicopter .tgm-home-card-link[b-cq08513bnd] {
    min-height: 128px;
    grid-template-columns: 180px minmax(0, 1fr) 40px;
}

.tgm-home-card--helicopter .tgm-home-card-icon-wrap[b-cq08513bnd] {
    width: 170px;
    height: 88px;
}

.tgm-home-card--helicopter[b-cq08513bnd]::after {
    background: radial-gradient(circle, rgba(20, 184, 166, 0.24), transparent 64%);
}

.tgm-home-card-body[b-cq08513bnd] {
    min-width: 0;
}

.tgm-home-card-title[b-cq08513bnd] {
    margin: 0;
    color: #ffffff;
    font-size: clamp(18px, 1.7vw, 24px);
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.tgm-home-card-desc[b-cq08513bnd] {
    margin: 6px 0 0;
    color: #b7c5e7;
    font-size: 13px;
    line-height: 1.38;
}

.tgm-home-card-meta[b-cq08513bnd] {
    color: #dceaff;
    width: fit-content;
    margin-top: 8px;
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    color: #dceaff;
    font-size: 10px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: rgba(38, 114, 255, 0.22);
    border: 1px solid rgba(72, 143, 255, 0.34);
}

.tgm-home-card--gwrewards .tgm-home-card-meta[b-cq08513bnd] {
    background: rgba(34, 197, 94, 0.20);
    border-color: rgba(34, 197, 94, 0.36);
}

.tgm-home-card-arrow[b-cq08513bnd] {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: transparent;
    font-size: 0;
    line-height: 0;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.10);
}

    .tgm-home-card-arrow[b-cq08513bnd]::before {
        content: "";
        width: 9px;
        height: 9px;
        border-top: 3px solid #ffffff;
        border-right: 3px solid #ffffff;
        transform: rotate(45deg) translate(-1px, 1px);
    }

/* ---------- Coming soon ---------- */

.tgm-home-coming-grid[b-cq08513bnd] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(10px, 1.4vw, 16px);
}

.tgm-home-card--small[b-cq08513bnd] {
    min-height: 102px;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding: 14px;
    border-radius: 18px;
}

    .tgm-home-card--small[b-cq08513bnd]::after {
        display: none;
    }

.tgm-home-small-icon-wrap[b-cq08513bnd] {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.tgm-home-small-icon[b-cq08513bnd] {
    width: 54px;
    height: 54px;
    object-fit: contain;
    object-position: center;
    filter: drop-shadow(0 10px 16px rgba(0, 0, 0, 0.34));
}

.tgm-home-card--small .tgm-home-card-title[b-cq08513bnd] {
    font-size: 16px;
    line-height: 1.05;
}

.tgm-home-card--small .tgm-home-card-desc[b-cq08513bnd] {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.35;
}

.tgm-home-soon-badge[b-cq08513bnd] {
    align-self: end;
    padding: 4px 8px;
    border-radius: 999px;
    color: #c4cee6;
    font-size: 10px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.09);
}

/* ---------- Creator strip ---------- */

.tgm-home-creator[b-cq08513bnd] {
    position: fixed;
    left: max(12px, calc((100vw - var(--tgm-container-width)) / 2));
    right: max(12px, calc((100vw - var(--tgm-container-width)) / 2));
    bottom: 14px;
    z-index: 100;
    margin-top: 0;
}

.tgm-home-card--creator[b-cq08513bnd] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    border-radius: 18px;
}

    .tgm-home-card--creator[b-cq08513bnd]::after {
        display: none;
    }

.tgm-home-creator-main[b-cq08513bnd] {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.tgm-home-creator-logo[b-cq08513bnd] {
    width: 52px;
    height: 52px;
    object-fit: contain;
    filter: drop-shadow(0 10px 16px rgba(0, 0, 0, 0.34));
}

.tgm-home-creator-name[b-cq08513bnd] {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 900;
}

.tgm-home-creator-desc[b-cq08513bnd] {
    margin: 3px 0 0;
    color: #b7c5e7;
    font-size: 12px;
}

.tgm-home-creator-links[b-cq08513bnd] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.tgm-home-link[b-cq08513bnd] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 11px;
    border-radius: 999px;
    color: #dceaff;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

    .tgm-home-link:hover[b-cq08513bnd],
    .tgm-home-link:focus[b-cq08513bnd] {
        color: #ffffff;
        text-decoration: none;
        background: rgba(38, 114, 255, 0.14);
        border-color: rgba(72, 143, 255, 0.32);
    }


/* ---------- Disabled / unavailable states ---------- */

.tgm-home-card--disabled[b-cq08513bnd] {
    opacity: 0.50;
    filter: grayscale(70%) saturate(0.55);
}

    .tgm-home-card--disabled[b-cq08513bnd]::after {
        opacity: 0.28;
    }

    .tgm-home-card--disabled .tgm-home-card-link[b-cq08513bnd] {
        cursor: not-allowed;
        pointer-events: none;
    }

    .tgm-home-card--disabled .tgm-home-card-icon[b-cq08513bnd],
    .tgm-home-card--disabled .tgm-home-card-icon-wrap[b-cq08513bnd] {
        filter: grayscale(85%) opacity(0.82);
    }

    .tgm-home-card--disabled .tgm-home-card-arrow[b-cq08513bnd] {
        opacity: 0.45;
    }

    .tgm-home-card--disabled .tgm-home-card-meta[b-cq08513bnd] {
        color: rgba(220, 234, 255, 0.62);
        background: rgba(255, 255, 255, 0.08);
        border-color: rgba(255, 255, 255, 0.10);
    }

.tgm-home-link--disabled[b-cq08513bnd] {
    color: rgba(220, 234, 255, 0.45);
    cursor: not-allowed;
    pointer-events: none;
    filter: grayscale(100%);
    opacity: 0.62;
    background: rgba(255, 255, 255, 0.035);
    border-color: rgba(255, 255, 255, 0.055);
}

    .tgm-home-link--disabled:hover[b-cq08513bnd],
    .tgm-home-link--disabled:focus[b-cq08513bnd] {
        color: rgba(220, 234, 255, 0.45);
        text-decoration: none;
        background: rgba(255, 255, 255, 0.035);
        border-color: rgba(255, 255, 255, 0.055);
    }

/* ---------- Tablet/mobile ---------- */

@media (max-width: 820px) {
    .tgm-home-creator[b-cq08513bnd] {
        left: 18px;
        right: 18px;
        bottom: 12px;
    }

    .tgm-home-page[b-cq08513bnd] {
        padding-bottom: 160px;
    }

    .tgm-home-hero[b-cq08513bnd] {
        height: 250px;
        min-height: 0;
        display: block;
        padding: 22px;
        border-radius: 24px;
    }

        .tgm-home-hero[b-cq08513bnd]::before {
            background: linear-gradient(180deg, rgba(7, 16, 32, 0.90) 0%, rgba(7, 16, 32, 0.64) 48%, rgba(7, 16, 32, 0.16) 100%), linear-gradient(90deg, rgba(7, 16, 32, 0.76), rgba(7, 16, 32, 0.14));
        }

    .tgm-home-hero-copy[b-cq08513bnd] {
        max-width: 350px;
    }

    .tgm-home-wordmark[b-cq08513bnd] {
        width: min(225px, 76vw);
        max-height: 76px;
    }

    .tgm-home-title[b-cq08513bnd] {
        max-width: 320px;
        font-size: clamp(30px, 8vw, 44px);
    }

    .tgm-home-tagline[b-cq08513bnd] {
        max-width: 340px;
        font-size: 13px;
    }

    .tgm-home-hero-art[b-cq08513bnd] {
        object-position: 68% center;
        opacity: 0.80;
    }

    .tgm-home-tools-grid[b-cq08513bnd],
    .tgm-home-coming-grid[b-cq08513bnd] {
        grid-template-columns: 1fr;
    }

    .tgm-home-card-link[b-cq08513bnd] {
        min-height: 122px;
        grid-template-columns: 82px minmax(0, 1fr) 36px;
        gap: 14px;
        padding: 16px;
    }

    .tgm-home-card-icon-wrap[b-cq08513bnd] {
        width: 76px;
        height: 76px;
        border-radius: 17px;
    }

    .tgm-home-card-icon[b-cq08513bnd] {
        width: 82px;
        height: 82px;
    }

    .tgm-home-card-title[b-cq08513bnd] {
        font-size: 20px;
    }

    .tgm-home-card-arrow[b-cq08513bnd] {
        width: 36px;
        height: 36px;
    }

    .tgm-home-card--helicopter .tgm-home-card-link[b-cq08513bnd] {
        grid-template-columns: 82px minmax(0, 1fr) 36px;
    }

    .tgm-home-card--helicopter .tgm-home-card-icon-wrap[b-cq08513bnd] {
        width: 76px;
        height: 76px;
    }

    .tgm-home-card--small[b-cq08513bnd] {
        min-height: 94px;
        grid-template-columns: 54px minmax(0, 1fr) auto;
        padding: 13px;
    }

    .tgm-home-small-icon-wrap[b-cq08513bnd] {
        width: 48px;
        height: 48px;
    }

    .tgm-home-small-icon[b-cq08513bnd] {
        width: 52px;
        height: 52px;
    }

    .tgm-home-card--creator[b-cq08513bnd] {
        align-items: stretch;
        flex-direction: column;
        padding: 14px;
    }

    .tgm-home-creator-links[b-cq08513bnd] {
        justify-content: flex-start;
    }
}

@media (max-width: 460px) {
    .tgm-home-page[b-cq08513bnd] {
        padding: 12px;
    }

    .tgm-home-hero[b-cq08513bnd] {
        min-height: 340px;
        padding: 18px;
        border-radius: 22px;
    }

    .tgm-home-wordmark[b-cq08513bnd] {
        width: min(205px, 82vw);
        max-height: 70px;
    }

    .tgm-home-title[b-cq08513bnd] {
        margin-top: 10px;
        max-width: 285px;
        font-size: 34px;
    }

    .tgm-home-tagline[b-cq08513bnd] {
        margin-top: 10px;
        max-width: 300px;
        font-size: 12.5px;
        line-height: 1.4;
    }

    .tgm-home-cta-btn[b-cq08513bnd] {
        margin-top: 12px;
        min-height: 40px;
        padding: 9px 14px;
    }

    .tgm-home-creator[b-cq08513bnd] {
        left: 12px;
        right: 12px;
        bottom: 10px;
    }

    .tgm-home-page[b-cq08513bnd] {
        padding-bottom: 175px;
    }

    .tgm-home-card-link[b-cq08513bnd] {
        min-height: 112px;
        grid-template-columns: 70px minmax(0, 1fr) 34px;
        gap: 12px;
        padding: 14px;
    }

    .tgm-home-card-icon-wrap[b-cq08513bnd] {
        width: 64px;
        height: 64px;
        border-radius: 15px;
    }

    .tgm-home-card-icon[b-cq08513bnd] {
        width: 72px;
        height: 72px;
    }

    .tgm-home-card-title[b-cq08513bnd] {
        font-size: 18px;
    }

    .tgm-home-card-desc[b-cq08513bnd] {
        font-size: 12px;
        line-height: 1.32;
    }

    .tgm-home-card-meta[b-cq08513bnd] {
        margin-top: 7px;
        padding: 4px 9px;
        font-size: 9.5px;
    }

    .tgm-home-card-arrow[b-cq08513bnd] {
        width: 34px;
        height: 34px;
    }

    .tgm-home-card--helicopter .tgm-home-card-link[b-cq08513bnd] {
        grid-template-columns: 70px minmax(0, 1fr) 34px;
    }

    .tgm-home-card--helicopter .tgm-home-card-icon-wrap[b-cq08513bnd] {
        width: 64px;
        height: 64px;
    }

    .tgm-home-card--helicopter .tgm-home-feature-badge[b-cq08513bnd] {
        top: 10px;
        right: 12px;
    }

    .tgm-home-section-kicker[b-cq08513bnd] {
        font-size: 10.5px;
    }

    .tgm-home-section-title[b-cq08513bnd] {
        font-size: 20px;
    }

    .tgm-home-card--small[b-cq08513bnd] {
        min-height: 86px;
        grid-template-columns: 48px minmax(0, 1fr) auto;
        gap: 10px;
        padding: 12px;
    }

    .tgm-home-small-icon-wrap[b-cq08513bnd] {
        width: 44px;
        height: 44px;
        border-radius: 12px;
    }

    .tgm-home-small-icon[b-cq08513bnd] {
        width: 48px;
        height: 48px;
    }

    .tgm-home-card--small .tgm-home-card-title[b-cq08513bnd] {
        font-size: 15px;
    }

    .tgm-home-card--small .tgm-home-card-desc[b-cq08513bnd] {
        font-size: 11.5px;
    }

    .tgm-home-soon-badge[b-cq08513bnd] {
        padding: 4px 7px;
        font-size: 9.5px;
    }

    .tgm-home-card--creator[b-cq08513bnd] {
        padding: 12px;
    }

    .tgm-home-creator-logo[b-cq08513bnd] {
        width: 46px;
        height: 46px;
    }

    .tgm-home-creator-name[b-cq08513bnd] {
        font-size: 15px;
    }

    .tgm-home-link[b-cq08513bnd] {
        padding: 6px 10px;
        font-size: 11.5px;
    }
}

/* ---------- Platform link colors ---------- */

.tgm-home-link--discord[b-cq08513bnd] {
    color: #ffffff;
    background: rgba(88, 101, 242, 0.22);
    border-color: rgba(88, 101, 242, 0.50);
}

    .tgm-home-link--discord:hover[b-cq08513bnd],
    .tgm-home-link--discord:focus[b-cq08513bnd] {
        color: #ffffff;
        text-decoration: none;
        background: rgba(88, 101, 242, 0.34);
        border-color: rgba(88, 101, 242, 0.72);
    }

.tgm-home-link--telegram[b-cq08513bnd] {
    color: #ffffff;
    background: rgba(36, 161, 222, 0.20);
    border-color: rgba(36, 161, 222, 0.50);
}

    .tgm-home-link--telegram:hover[b-cq08513bnd],
    .tgm-home-link--telegram:focus[b-cq08513bnd] {
        color: #ffffff;
        text-decoration: none;
        background: rgba(36, 161, 222, 0.32);
        border-color: rgba(36, 161, 222, 0.70);
    }

.tgm-home-link--youtube[b-cq08513bnd] {
    color: #ffffff;
    background: rgba(255, 0, 0, 0.18);
    border-color: rgba(255, 0, 0, 0.50);
}

    .tgm-home-link--youtube:hover[b-cq08513bnd],
    .tgm-home-link--youtube:focus[b-cq08513bnd] {
        color: #ffffff;
        text-decoration: none;
        background: rgba(255, 0, 0, 0.30);
        border-color: rgba(255, 0, 0, 0.72);
    }

.tgm-home-link--updates[b-cq08513bnd] {
    color: #ffffff;
    background: rgba(255, 209, 102, 0.16);
    border-color: rgba(255, 209, 102, 0.48);
}

    .tgm-home-link--updates:hover[b-cq08513bnd],
    .tgm-home-link--updates:focus[b-cq08513bnd] {
        color: #ffffff;
        text-decoration: none;
        background: rgba(255, 209, 102, 0.26);
        border-color: rgba(255, 209, 102, 0.70);
    }
/* _content/TgmTools.Web/Components/Pages/InsigniaCalculator.razor.rz.scp.css */
.insignia-page[b-b389fmyhhd] {
    --surface: #ffffff;
    --surface-soft: #f6f8fb;
    --text: #172033;
    --muted: #607089;
    --line: #dce3ee;
    --accent: #0f8f82;
    --accent-dark: #0b6960;
    --accent-soft: #e6f7f4;
    --warning-soft: #fff6db;
    color: var(--text);
    display: grid;
    gap: 16px;
    max-width: 1120px;
    margin: 0 auto;
}

.section-kicker[b-b389fmyhhd] {
    display: block;
    margin-bottom: 6px;
    color: var(--accent-dark);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

h1[b-b389fmyhhd],
h2[b-b389fmyhhd],
h3[b-b389fmyhhd],
p[b-b389fmyhhd] {
    margin-top: 0;
}

h1[b-b389fmyhhd] {
    margin-bottom: 0;
    font-size: clamp(1.5rem, 3vw, 2.15rem);
    line-height: 1.1;
}

h2[b-b389fmyhhd] {
    margin-bottom: 0;
    font-size: 1.1rem;
}

h3[b-b389fmyhhd] {
    margin-bottom: 8px;
    font-size: 1rem;
}

p[b-b389fmyhhd] {
    color: var(--muted);
}

.input-panel[b-b389fmyhhd],
.results-panel[b-b389fmyhhd],
.reference-panel[b-b389fmyhhd] {
    border: 1px solid var(--line);
    border-radius: 12px;
    background: var(--surface);
    box-shadow: 0 10px 24px rgba(23, 32, 51, 0.05);
}

.input-panel[b-b389fmyhhd],
.reference-panel[b-b389fmyhhd] {
    padding: 18px;
}

.results-panel[b-b389fmyhhd] {
    overflow: hidden;
    border-color: rgba(15, 143, 130, 0.32);
    box-shadow: 0 14px 34px rgba(23, 32, 51, 0.08);
}

.panel-heading[b-b389fmyhhd] {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: start;
    margin-bottom: 16px;
}

    .panel-heading p[b-b389fmyhhd] {
        max-width: 420px;
        margin-bottom: 0;
        color: var(--muted);
        font-size: 0.9rem;
        text-align: right;
    }

.input-sections[b-b389fmyhhd] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.field-section[b-b389fmyhhd] {
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: var(--surface-soft);
}

.field-section--target[b-b389fmyhhd] {
    border-color: rgba(15, 143, 130, 0.36);
    background: linear-gradient(180deg, var(--accent-soft), var(--surface) 78%);
}

.field-section-heading[b-b389fmyhhd] {
    display: flex;
    gap: 10px;
    align-items: start;
    margin-bottom: 14px;
}

    .field-section-heading > span[b-b389fmyhhd] {
        display: grid;
        place-items: center;
        width: 34px;
        height: 34px;
        border-radius: 10px;
        background: var(--surface);
    }

    .field-section-heading h2[b-b389fmyhhd] {
        margin-bottom: 3px;
        font-size: 1rem;
    }

    .field-section-heading p[b-b389fmyhhd] {
        margin-bottom: 0;
        font-size: 0.86rem;
    }

.field-grid[b-b389fmyhhd] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.field[b-b389fmyhhd] {
    display: grid;
    gap: 7px;
}

label[b-b389fmyhhd] {
    color: var(--muted);
    font-size: 0.84rem;
    font-weight: 700;
}

input[b-b389fmyhhd] {
    width: 100%;
    min-height: 46px;
    padding: 10px 12px;
    border: 1px solid #c8d2df;
    border-radius: 10px;
    background: #fff;
    color: var(--text);
    font: inherit;
    font-size: 1rem;
    transition: border-color 0.16s ease, box-shadow 0.16s ease;
}

    input:focus[b-b389fmyhhd] {
        border-color: var(--accent);
        box-shadow: 0 0 0 4px rgba(15, 143, 130, 0.14);
        outline: none;
    }

.results-heading[b-b389fmyhhd] {
    padding: 18px 18px 0;
}

.table-wrap[b-b389fmyhhd] {
    overflow-x: auto;
}

table[b-b389fmyhhd] {
    width: 100%;
    min-width: 780px;
    border-collapse: collapse;
}

th[b-b389fmyhhd],
td[b-b389fmyhhd] {
    padding: 13px 16px;
    border-bottom: 1px solid var(--line);
    text-align: left;
    vertical-align: middle;
}

th[b-b389fmyhhd] {
    color: var(--muted);
    background: var(--surface-soft);
    font-size: 0.76rem;
    font-weight: 800;
    text-transform: uppercase;
}

td[b-b389fmyhhd] {
    font-size: 0.95rem;
}

tbody tr:hover[b-b389fmyhhd] {
    background: #fbfcfe;
}

tbody tr:last-child td[b-b389fmyhhd] {
    border-bottom: 0;
}

.strategy-cell[b-b389fmyhhd] {
    font-weight: 800;
}

.result-cards[b-b389fmyhhd] {
    display: none;
    gap: 12px;
    padding: 0 16px 16px;
}

.strategy-card[b-b389fmyhhd] {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: var(--surface);
}

.strategy-card-header[b-b389fmyhhd] {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 14px;
    border-bottom: 1px solid var(--line);
    background: var(--surface-soft);
}

    .strategy-card-header h3[b-b389fmyhhd] {
        margin-bottom: 0;
    }

    .strategy-card-header span[b-b389fmyhhd] {
        color: var(--accent-dark);
        font-size: 0.86rem;
        font-weight: 800;
        white-space: nowrap;
    }

dl[b-b389fmyhhd] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    margin: 0;
    background: var(--line);
}

    dl div[b-b389fmyhhd] {
        padding: 12px;
        background: var(--surface);
    }

dt[b-b389fmyhhd] {
    margin-bottom: 5px;
    color: var(--muted);
    font-size: 0.76rem;
    font-weight: 700;
}

dd[b-b389fmyhhd] {
    margin: 0;
    color: var(--text);
    font-weight: 800;
}

.empty-state[b-b389fmyhhd] {
    margin: 0 18px 18px;
    padding: 16px;
    border: 1px dashed #cfdae8;
    border-radius: 12px;
    background: var(--warning-soft);
    color: #5d4a10;
    font-weight: 700;
}

.strategy-list[b-b389fmyhhd] {
    display: grid;
    gap: 10px;
}

.reference-accordion[b-b389fmyhhd] {
    display: grid;
    gap: 10px;
}

.reference-item[b-b389fmyhhd] {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: var(--surface-soft);
}

    .reference-item summary[b-b389fmyhhd] {
        cursor: pointer;
        padding: 14px;
        color: var(--text);
        font-weight: 800;
        list-style-position: inside;
    }

    .reference-item[open] summary[b-b389fmyhhd] {
        border-bottom: 1px solid var(--line);
        background: var(--surface);
    }

.reference-content[b-b389fmyhhd] {
    padding: 14px;
}

.column-help-list[b-b389fmyhhd] {
    display: grid;
    gap: 10px;
}

    .column-help-list div[b-b389fmyhhd] {
        padding: 12px;
        border: 1px solid var(--line);
        border-radius: 10px;
        background: var(--surface);
    }

    .column-help-list strong[b-b389fmyhhd] {
        display: block;
        margin-bottom: 4px;
    }

    .column-help-list p[b-b389fmyhhd] {
        margin-bottom: 0;
        font-size: 0.9rem;
    }

.strategy-info-item[b-b389fmyhhd] {
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: var(--surface-soft);
}

    .strategy-info-item p[b-b389fmyhhd] {
        margin-bottom: 0;
        font-size: 0.9rem;
    }

.strategy-info-item--recommended[b-b389fmyhhd] {
    border-color: rgba(15, 143, 130, 0.42);
    background: linear-gradient(180deg, var(--accent-soft), var(--surface));
}

@media (max-width: 900px) {
    .input-sections[b-b389fmyhhd] {
        grid-template-columns: 1fr;
    }

    .panel-heading[b-b389fmyhhd] {
        display: grid;
    }

        .panel-heading p[b-b389fmyhhd] {
            max-width: none;
            text-align: left;
        }
}

@media (max-width: 640px) {
    .insignia-page[b-b389fmyhhd] {
        gap: 14px;
    }

    .input-panel[b-b389fmyhhd],
    .reference-panel[b-b389fmyhhd] {
        padding: 16px;
    }

    .field-grid[b-b389fmyhhd] {
        grid-template-columns: 1fr;
    }

    .table-wrap[b-b389fmyhhd] {
        display: none;
    }

    .result-cards[b-b389fmyhhd] {
        display: grid;
    }

    .results-heading[b-b389fmyhhd] {
        padding: 16px 16px 0;
    }

    dl[b-b389fmyhhd] {
        grid-template-columns: 1fr;
    }
}
/* _content/TgmTools.Web/Components/Pages/InsigniaTable.razor.rz.scp.css */
.input-heading[b-y1m9rs1tiw] {
    position: relative;
}

.input-heading-note[b-y1m9rs1tiw] {
    max-width: none;
    margin: 12px 0 0;
    text-align: left;
}

.guide-help[b-y1m9rs1tiw] {
    position: relative;
    display: flex;
    justify-content: flex-end;
    min-width: 44px;
}

.guide-help-button[b-y1m9rs1tiw] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    padding: 0;
    border: 1.5px solid var(--tgm-accent-green);
    border-radius: 50%;
    background: transparent;
    color: var(--tgm-accent-green);
    font: inherit;
    font-size: 0.85rem;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    box-shadow: none;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

    .guide-help-button:hover[b-y1m9rs1tiw],
    .guide-help-button:focus-visible[b-y1m9rs1tiw] {
        background: rgba(34, 197, 94, 0.08);
        outline: none;
        border-color: var(--tgm-accent-green);
        color: var(--tgm-accent-green);
        transform: none;
    }

.guide-popover[b-y1m9rs1tiw] {
    position: absolute;
    top: 56px;
    right: 0;
    z-index: 20;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    width: min(280px, calc(100vw - 64px));
    padding: 16px;
    border: 1px solid var(--tgm-accent-green-border);
    border-radius: 14px;
    background: rgba(11, 18, 32, 0.98);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.42);
}

.guide-popover-backdrop[b-y1m9rs1tiw] {
    position: fixed;
    inset: 0;
    z-index: 19;
    border: 0;
    background: transparent;
    cursor: default;
}

    .guide-popover[b-y1m9rs1tiw]::before {
        content: "";
        position: absolute;
        top: -9px;
        right: 19px;
        width: 16px;
        height: 16px;
        border-top: 1px solid var(--tgm-accent-green-border);
        border-left: 1px solid var(--tgm-accent-green-border);
        background: rgba(11, 18, 32, 0.98);
        transform: rotate(45deg);
    }

.guide-popover-icon[b-y1m9rs1tiw] {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(226, 232, 240, 0.12);
    color: var(--tgm-text-primary);
    font-size: 1.1rem;
    font-weight: 900;
}

.guide-popover-content[b-y1m9rs1tiw] {
    position: relative;
    z-index: 1;
}

    .guide-popover-content strong[b-y1m9rs1tiw] {
        display: block;
        margin-bottom: 4px;
        color: var(--tgm-text-primary);
        font-size: 0.95rem;
    }

    .guide-popover-content p[b-y1m9rs1tiw] {
        margin-bottom: 10px;
        color: var(--tgm-text-secondary);
        font-size: 0.88rem;
        line-height: 1.35;
    }

.guide-popover-link[b-y1m9rs1tiw] {
    color: var(--tgm-accent-green);
    font-size: 0.9rem;
    font-weight: 900;
    text-decoration: none;
}

    .guide-popover-link:hover[b-y1m9rs1tiw],
    .guide-popover-link:focus-visible[b-y1m9rs1tiw] {
        text-decoration: underline;
    }



.insignia-page[b-y1m9rs1tiw] {
    color: var(--tgm-text-primary);
    display: grid;
    gap: 16px;
    max-width: 1120px;
    margin: 0 auto;
}

.section-kicker[b-y1m9rs1tiw] {
    display: block;
    margin-bottom: 6px;
    color: var(--tgm-accent-green);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

h1[b-y1m9rs1tiw],
h2[b-y1m9rs1tiw],
h3[b-y1m9rs1tiw],
p[b-y1m9rs1tiw] {
    margin-top: 0;
}

h1[b-y1m9rs1tiw] {
    margin-bottom: 0;
    font-size: clamp(1.45rem, 3vw, 2.05rem);
    line-height: 1.1;
}

h2[b-y1m9rs1tiw] {
    margin-bottom: 0;
    font-size: 1.1rem;
}

h3[b-y1m9rs1tiw] {
    margin-bottom: 8px;
    font-size: 1rem;
}

p[b-y1m9rs1tiw] {
    color: var(--tgm-text-secondary);
}

.input-panel[b-y1m9rs1tiw],
.reference-panel[b-y1m9rs1tiw] {
    padding: 18px;
}

.results-panel[b-y1m9rs1tiw] {
    overflow: hidden;
    padding: 0;
    border-color: var(--tgm-accent-green-border);
}

.panel-heading[b-y1m9rs1tiw] {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: start;
    margin-bottom: 16px;
}

    .panel-heading p[b-y1m9rs1tiw] {
        max-width: 420px;
        margin-bottom: 0;
        color: var(--tgm-text-secondary);
        font-size: 0.9rem;
        text-align: right;
    }

.compact-input-grid[b-y1m9rs1tiw] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.field[b-y1m9rs1tiw] {
    display: grid;
    gap: 5px;
}

label[b-y1m9rs1tiw] {
    color: var(--tgm-text-secondary);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.compact-input-grid .tgm-input[b-y1m9rs1tiw] {
    min-height: 40px;
    padding: 8px 10px;
    border-radius: 12px;
    font-size: 0.95rem;
}

.results-heading[b-y1m9rs1tiw] {
    margin-bottom: 0;
    padding: 18px 18px 14px;
    border-bottom: 1px solid var(--tgm-divider);
    background: rgba(11, 18, 32, 0.96);
}

.table-wrap[b-y1m9rs1tiw] {
    overflow-x: auto;
}

.strategy-table[b-y1m9rs1tiw] {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

    .strategy-table th[b-y1m9rs1tiw],
    .strategy-table td[b-y1m9rs1tiw] {
        padding: 10px 10px;
        border-bottom: 1px solid rgba(38, 50, 68, 0.72);
        text-align: left;
        vertical-align: middle;
        white-space: nowrap;
    }

    .strategy-table th[b-y1m9rs1tiw] {
        color: var(--tgm-text-secondary);
        background: rgba(11, 18, 32, 0.96);
        font-size: 0.68rem;
        font-weight: 800;
        letter-spacing: 0.04em;
        text-transform: uppercase;
    }

    .strategy-table td[b-y1m9rs1tiw] {
        color: var(--tgm-text-primary);
        font-size: 0.82rem;
    }

        .strategy-table th:not(:first-child)[b-y1m9rs1tiw],
        .strategy-table td:not(:first-child)[b-y1m9rs1tiw] {
            text-align: right;
            font-variant-numeric: tabular-nums;
            font-weight: 700;
        }

        .strategy-table th:first-child[b-y1m9rs1tiw],
        .strategy-table td:first-child[b-y1m9rs1tiw] {
            text-align: left;
        }

    .strategy-table tbody tr[b-y1m9rs1tiw] {
        transition: background-color 180ms ease;
    }

        .strategy-table tbody tr:hover[b-y1m9rs1tiw] {
            background: rgba(34, 197, 94, 0.06);
        }

        .strategy-table tbody tr:last-child td[b-y1m9rs1tiw] {
            border-bottom: 0;
        }

.strategy-cell[b-y1m9rs1tiw] {
    width: 40%;
    min-width: 120px;
    overflow: hidden;
    color: var(--tgm-accent-green);
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.empty-state[b-y1m9rs1tiw] {
    margin: 0 18px 18px;
    padding: 16px;
    border: 1px dashed var(--tgm-accent-green-border);
    border-radius: 12px;
    background: var(--tgm-accent-green-soft);
    color: var(--tgm-text-primary);
    font-weight: 700;
}

.reference-accordion[b-y1m9rs1tiw] {
    display: grid;
    gap: 10px;
}

.reference-item[b-y1m9rs1tiw] {
    overflow: hidden;
    border: 1px solid var(--tgm-divider);
    border-radius: 12px;
    background: rgba(17, 24, 39, 0.72);
}

    .reference-item summary[b-y1m9rs1tiw] {
        cursor: pointer;
        padding: 14px;
        color: var(--tgm-text-primary);
        font-weight: 800;
        list-style-position: inside;
    }

    .reference-item[open] summary[b-y1m9rs1tiw] {
        border-bottom: 1px solid var(--tgm-divider);
        background: rgba(11, 18, 32, 0.78);
    }

.reference-content[b-y1m9rs1tiw] {
    padding: 14px;
}

.strategy-list[b-y1m9rs1tiw] {
    display: grid;
    gap: 10px;
}

.strategy-info-item[b-y1m9rs1tiw] {
    padding: 14px;
    border: 1px solid var(--tgm-divider);
    border-radius: 12px;
    background: rgba(11, 18, 32, 0.58);
}

    .strategy-info-item p[b-y1m9rs1tiw] {
        margin-bottom: 0;
        font-size: 0.9rem;
    }

.strategy-info-item--recommended[b-y1m9rs1tiw] {
    border-color: var(--tgm-accent-green-border);
    background: linear-gradient(180deg, var(--tgm-accent-green-soft), rgba(11, 18, 32, 0.58));
}

.column-help-list[b-y1m9rs1tiw] {
    display: grid;
    gap: 10px;
}

    .column-help-list div[b-y1m9rs1tiw] {
        padding: 12px;
        border: 1px solid var(--tgm-divider);
        border-radius: 10px;
        background: rgba(11, 18, 32, 0.58);
    }

    .column-help-list strong[b-y1m9rs1tiw] {
        display: block;
        margin-bottom: 4px;
        color: var(--tgm-text-primary);
    }

    .column-help-list p[b-y1m9rs1tiw] {
        margin-bottom: 0;
        font-size: 0.9rem;
    }

.result-cards[b-y1m9rs1tiw],
.strategy-card[b-y1m9rs1tiw],
.strategy-card-header[b-y1m9rs1tiw],
dl[b-y1m9rs1tiw],
dt[b-y1m9rs1tiw],
dd[b-y1m9rs1tiw] {
    display: none;
}

@media (max-width: 900px) {
    .panel-heading[b-y1m9rs1tiw] {
        display: grid;
    }

        .panel-heading p[b-y1m9rs1tiw] {
            max-width: none;
            text-align: left;
        }

    .input-heading[b-y1m9rs1tiw] {
        grid-template-columns: 1fr auto;
        align-items: start;
    }

    .input-heading-note[b-y1m9rs1tiw] {
        margin-top: 12px;
    }

    .compact-input-grid[b-y1m9rs1tiw] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .guide-help-button[b-y1m9rs1tiw] {
        width: 22px;
        height: 22px;
        font-size: 0.8rem;
        border-width: 1.5px;
    }

    .guide-popover[b-y1m9rs1tiw] {
        top: 50px;
        right: 0;
        width: min(260px, calc(100vw - 72px));
        padding: 14px;
    }

    .guide-popover-icon[b-y1m9rs1tiw] {
        width: 40px;
        height: 40px;
    }

    .strategy-table[b-y1m9rs1tiw] {
        min-width: 100%;
        table-layout: fixed;
    }

        .strategy-table th[b-y1m9rs1tiw],
        .strategy-table td[b-y1m9rs1tiw] {
            padding: 10px 6px;
            font-size: 0.76rem;
        }

        .strategy-table th[b-y1m9rs1tiw] {
            font-size: 0.62rem;
            white-space: normal;
            line-height: 1.15;
        }

        .strategy-table td[b-y1m9rs1tiw] {
            white-space: normal;
        }

    .strategy-cell[b-y1m9rs1tiw] {
        min-width: 0;
        overflow: visible;
        text-overflow: unset;
        white-space: normal;
        line-height: 1.3;
    }

    .table-label-full[b-y1m9rs1tiw] {
        display: none;
    }

    .table-label-mobile[b-y1m9rs1tiw] {
        display: inline;
    }
}

.strategy-name-short[b-y1m9rs1tiw] {
    display: none;
}

.strategy-name-full[b-y1m9rs1tiw] {
    display: inline;
}

.table-label-mobile[b-y1m9rs1tiw] {
    display: none;
}

.table-label-full[b-y1m9rs1tiw] {
    display: inline;
}

@media (max-width: 820px) {
    .table-label-full[b-y1m9rs1tiw] {
        display: none;
    }

    .table-label-mobile[b-y1m9rs1tiw] {
        display: inline;
    }
}
/* _content/TgmTools.Web/Components/Pages/Updates.razor.rz.scp.css */
.updates-page[b-79u5227bo0] {
    display: grid;
    gap: 16px;
    max-width: 920px;
    margin: 0 auto;
}

.updates-hero[b-79u5227bo0] {
    padding: 2px 2px 0;
}

    .updates-hero p[b-79u5227bo0] {
        margin: 0;
        color: var(--tgm-text-secondary);
        font-size: 0.95rem;
    }

.updates-list-heading h2[b-79u5227bo0],
.update-title-row h3[b-79u5227bo0] {
    margin: 0;
}

.updates-list-panel[b-79u5227bo0] {
    padding: 0;
    overflow: hidden;
    border-color: var(--tgm-accent-green-border);
}

.updates-list-heading[b-79u5227bo0] {
    padding: 18px 18px 14px;
    border-bottom: 1px solid var(--tgm-divider);
    background: rgba(11, 18, 32, 0.96);
}

    .updates-list-heading h2[b-79u5227bo0] {
        font-size: 1.1rem;
    }

.updates-list[b-79u5227bo0] {
    display: flex;
    flex-direction: column;
}

.update-row[b-79u5227bo0] {
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 16px;
    padding: 16px 18px;
    border-bottom: 1px solid rgba(38, 50, 68, 0.72);
    background: transparent;
    transition: background-color 180ms ease;
}

    .update-row:last-child[b-79u5227bo0] {
        border-bottom: none;
    }

    .update-row:hover[b-79u5227bo0] {
        background: rgba(255, 255, 255, 0.02);
    }

.update-date[b-79u5227bo0] {
    display: grid;
    gap: 2px;
    align-content: start;
    color: var(--tgm-text-secondary);
}

.update-day[b-79u5227bo0] {
    color: var(--tgm-text-primary);
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1;
}

.update-month[b-79u5227bo0] {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.update-content[b-79u5227bo0] {
    min-width: 0;
}

.update-title-row[b-79u5227bo0] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 6px;
}

    .update-title-row h3[b-79u5227bo0] {
        font-size: 1rem;
    }

.update-chip[b-79u5227bo0] {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 3px 9px;
    border-radius: 999px;
    border: 1px solid var(--tgm-accent-green-border);
    background: var(--tgm-accent-green-soft);
    color: var(--tgm-text-primary);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.update-content p[b-79u5227bo0] {
    margin: 0;
    color: var(--tgm-text-secondary);
    line-height: 1.45;
    font-size: 0.95rem;
}

.updates-empty[b-79u5227bo0] {
    padding: 22px 18px;
    color: var(--tgm-text-secondary);
    text-align: center;
}

@media (max-width: 820px) {
    .updates-page[b-79u5227bo0] {
        max-width: 100%;
    }

    .update-row[b-79u5227bo0] {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 14px;
    }

    .update-date[b-79u5227bo0] {
        display: flex;
        align-items: baseline;
        gap: 8px;
    }

    .update-day[b-79u5227bo0] {
        font-size: 1rem;
    }

    .update-month[b-79u5227bo0] {
        font-size: 0.78rem;
    }
}
