/* /Components/Account/Pages/Manage/EnableAuthenticator.razor.rz.scp.css */
.qr-wrap[b-6qgpnq7key] {
    display: inline-block;
    padding: 0.75rem;
    margin: 0.75rem 0;
    background: #fff;
    border: 1px solid var(--border, #e5e7eb);
    border-radius: var(--radius, 10px);
    box-shadow: var(--shadow-xs, 0 1px 2px rgba(15, 23, 42, 0.04));
    line-height: 0;
}

.qr-wrap[b-6qgpnq7key]  svg {
    width: 220px;
    height: 220px;
    display: block;
}

kbd[b-6qgpnq7key] {
    font-family: 'JetBrains Mono', ui-monospace, monospace;
    font-size: 0.85rem;
    background: var(--surface-2, #f8fafc);
    border: 1px solid var(--border-strong, #d1d5db);
    border-bottom-width: 2px;
    border-radius: 4px;
    color: var(--text, #0f172a);
    padding: 2px 6px;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-bmvw04qpaj] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-bmvw04qpaj] {
    flex: 1;
    background: var(--bg);
}

.sidebar[b-bmvw04qpaj] {
    background: linear-gradient(180deg, var(--sidebar-bg) 0%, var(--sidebar-bg-2) 100%);
    border-right: 1px solid rgba(255, 255, 255, 0.04);
}

.top-row[b-bmvw04qpaj] {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: saturate(140%) blur(8px);
    -webkit-backdrop-filter: saturate(140%) blur(8px);
    border-bottom: 1px solid var(--border);
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.75rem;
    color: var(--text-muted);
    font-size: 0.875rem;
}

.top-greeting[b-bmvw04qpaj] {
    color: var(--text-muted);
}

.top-greeting strong[b-bmvw04qpaj] {
    color: var(--text);
    font-weight: 600;
}

.brand-mobile[b-bmvw04qpaj] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--text);
    font-weight: 600;
}

.brand-dot[b-bmvw04qpaj] {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.18);
}

.brand-name[b-bmvw04qpaj] {
    letter-spacing: -0.01em;
}

@media (max-width: 640.98px) {
    .top-row[b-bmvw04qpaj] {
        padding: 0 1rem;
    }
}

@media (min-width: 641px) {
    .page[b-bmvw04qpaj] {
        flex-direction: row;
    }

    .sidebar[b-bmvw04qpaj] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-bmvw04qpaj] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .brand-mobile[b-bmvw04qpaj] {
        display: none;
    }

    .top-row[b-bmvw04qpaj], article[b-bmvw04qpaj] {
        padding-left: 2rem !important;
        padding-right: 1.75rem !important;
    }
}

#blazor-error-ui[b-bmvw04qpaj] {
    color-scheme: light only;
    background: #fff7d6;
    border-top: 1px solid #f5d76b;
    bottom: 0;
    box-shadow: 0 -4px 16px rgba(15, 23, 42, 0.08);
    box-sizing: border-box;
    color: #78350f;
    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-bmvw04qpaj] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-551bavrlr5] {
    appearance: none;
    cursor: pointer;
    width: 3rem;
    height: 2.25rem;
    color: white;
    position: absolute;
    top: 0.625rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 6px;
    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.7%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.4rem rgba(255, 255, 255, 0.04);
}

.navbar-toggler:checked[b-551bavrlr5] {
    background-color: rgba(255, 255, 255, 0.12);
}

.top-row[b-551bavrlr5] {
    min-height: 4rem;
    background: transparent;
    padding: 1.25rem 1.25rem 0.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.navbar-brand[b-551bavrlr5] {
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--sidebar-text-strong) !important;
    letter-spacing: -0.01em;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
}

.navbar-brand[b-551bavrlr5]::before {
    content: "";
    display: inline-block;
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.22);
}

.bi[b-551bavrlr5] {
    display: inline-block;
    position: relative;
    width: 1.1rem;
    height: 1.1rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
    opacity: 0.85;
}

.bi-house-door-fill-nav-menu[b-551bavrlr5] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' 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-list-nested-nav-menu[b-551bavrlr5] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M3 6h18M3 12h18M3 18h18'/%3E%3C/svg%3E");
}

.bi-discover-nav-menu[b-551bavrlr5] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.3-4.3'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-551bavrlr5] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-551bavrlr5] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4'/%3E%3Cpath d='M9 3h6v4H9z'/%3E%3Ccircle cx='12' cy='13' r='3'/%3E%3Cpath d='M7 19a5 5 0 0 1 10 0'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-551bavrlr5] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4'/%3E%3Cpath d='M16 17l-5-5 5-5'/%3E%3Cpath d='M21 12H11'/%3E%3C/svg%3E");
}

.nav-scrollable[b-551bavrlr5] {
    padding: 0.75rem 0;
}

.nav-item[b-551bavrlr5] {
    font-size: 0.9rem;
    padding: 0.125rem 0.75rem;
}

.nav-item:first-of-type[b-551bavrlr5] {
    padding-top: 0.5rem;
}

.nav-item:last-of-type[b-551bavrlr5] {
    padding-bottom: 0.5rem;
}

.nav-item[b-551bavrlr5]  .nav-link {
    color: var(--sidebar-text);
    background: none;
    border: none;
    border-radius: 8px;
    height: 2.5rem;
    padding: 0 0.875rem;
    display: flex;
    align-items: center;
    line-height: 1;
    width: 100%;
    font-weight: 500;
    transition: background-color 120ms ease, color 120ms ease;
    text-align: left;
}

.nav-item[b-551bavrlr5]  a.active {
    background-color: var(--sidebar-active);
    color: var(--sidebar-text-strong);
    box-shadow: inset 2px 0 0 #818cf8;
}

.nav-item[b-551bavrlr5]  .nav-link:hover {
    background-color: var(--sidebar-hover);
    color: var(--sidebar-text-strong);
}

.nav-item[b-551bavrlr5]  .nav-link:focus-visible {
    outline: 2px solid rgba(129, 140, 248, 0.6);
    outline-offset: 2px;
}

.nav-scrollable[b-551bavrlr5] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-551bavrlr5] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-551bavrlr5] {
        display: none;
    }

    .nav-scrollable[b-551bavrlr5] {
        display: block;
        height: calc(100vh - 4.25rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-jsmkz4le0q],
.components-reconnect-repeated-attempt-visible[b-jsmkz4le0q],
.components-reconnect-failed-visible[b-jsmkz4le0q],
.components-pause-visible[b-jsmkz4le0q],
.components-resume-failed-visible[b-jsmkz4le0q],
.components-rejoining-animation[b-jsmkz4le0q] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-jsmkz4le0q],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-jsmkz4le0q],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-jsmkz4le0q],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-jsmkz4le0q],
#components-reconnect-modal.components-reconnect-retrying[b-jsmkz4le0q],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-jsmkz4le0q],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-jsmkz4le0q],
#components-reconnect-modal.components-reconnect-failed[b-jsmkz4le0q],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-jsmkz4le0q] {
    display: block;
}


#components-reconnect-modal[b-jsmkz4le0q] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-jsmkz4le0q 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-jsmkz4le0q 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-jsmkz4le0q 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-jsmkz4le0q]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-jsmkz4le0q 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-jsmkz4le0q {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-jsmkz4le0q {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-jsmkz4le0q {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-jsmkz4le0q] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-jsmkz4le0q] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-jsmkz4le0q] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-jsmkz4le0q] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-jsmkz4le0q] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-jsmkz4le0q] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-jsmkz4le0q] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-jsmkz4le0q 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-jsmkz4le0q] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-jsmkz4le0q {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Bookmarklet.razor.rz.scp.css */
.bookmarklet-page[b-rojq8qsvmi] {
    max-width: 720px;
}

.bookmarklet-page .lede[b-rojq8qsvmi] {
    color: var(--text-muted);
    font-size: 0.95rem;
    line-height: 1.55;
}

.bookmarklet-cta[b-rojq8qsvmi] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin: 1.5rem 0 2rem;
    flex-wrap: wrap;
}

.bookmarklet-button[b-rojq8qsvmi] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    color: #fff !important;
    text-decoration: none !important;
    padding: 0.6rem 1.1rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: grab;
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.25);
    user-select: none;
    transition: transform 100ms ease, box-shadow 100ms ease;
}

.bookmarklet-button:hover[b-rojq8qsvmi] {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(99, 102, 241, 0.32);
}

.bookmarklet-button:active[b-rojq8qsvmi] {
    cursor: grabbing;
    transform: translateY(0);
}

.bookmarklet-button svg[b-rojq8qsvmi] {
    width: 1rem;
    height: 1rem;
}

.how[b-rojq8qsvmi] {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 0.75rem 1rem;
    margin-bottom: 0.75rem;
}

.how summary[b-rojq8qsvmi] {
    cursor: pointer;
    font-weight: 600;
    color: var(--text);
}

.how summary:focus-visible[b-rojq8qsvmi] {
    outline: 2px solid var(--accent);
    outline-offset: 2px;
    border-radius: 4px;
}

.how[open] summary[b-rojq8qsvmi] {
    margin-bottom: 0.5rem;
}

.how ol[b-rojq8qsvmi],
.how ul[b-rojq8qsvmi] {
    padding-left: 1.4rem;
    color: var(--text);
    line-height: 1.55;
}

.how li[b-rojq8qsvmi] {
    margin-bottom: 0.25rem;
}

.how code[b-rojq8qsvmi] {
    background: var(--surface-2);
    border: 1px solid var(--border);
    padding: 1px 5px;
    border-radius: 4px;
    font-family: 'JetBrains Mono', ui-monospace, monospace;
    font-size: 0.85em;
}

.how kbd[b-rojq8qsvmi] {
    font-family: 'JetBrains Mono', ui-monospace, monospace;
    font-size: 0.8em;
    background: var(--surface-2);
    border: 1px solid var(--border-strong);
    border-bottom-width: 2px;
    border-radius: 4px;
    padding: 1px 5px;
    color: var(--text);
}
/* /Components/Pages/Discover.razor.rz.scp.css */
.discover-header h2[b-zjxwj22e1o] {
    margin: 0 0 0.25rem 0;
    font-size: 1.4rem;
    letter-spacing: -0.01em;
}

.discover-header p[b-zjxwj22e1o] {
    margin: 0 0 1.25rem 0;
    color: var(--text-muted);
    font-size: 0.875rem;
}

.discover-toolbar[b-zjxwj22e1o] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 0.65rem 0.85rem;
    margin-bottom: 1rem;
    box-shadow: var(--shadow-xs);
}

.discover-toolbar .filter-input[b-zjxwj22e1o] { flex: 1 1 200px; min-width: 0; }
.discover-toolbar .source-select[b-zjxwj22e1o] { flex: 0 0 140px; }

.filter-toggle[b-zjxwj22e1o] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.85rem;
    color: var(--text);
    user-select: none;
    cursor: pointer;
    padding: 0.25rem 0.55rem;
    border: 1px solid var(--border);
    border-radius: 6px;
    background: var(--surface-2);
}

.filter-toggle input[b-zjxwj22e1o] { margin: 0; }

.discover-toolbar .count[b-zjxwj22e1o] {
    margin-left: auto;
    font-variant-numeric: tabular-nums;
}

.discover-empty[b-zjxwj22e1o] {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 2rem 1.5rem;
    text-align: center;
    color: var(--text-muted);
    box-shadow: var(--shadow-xs);
}

.listing-grid[b-zjxwj22e1o] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 0.85rem;
}

.listing-card[b-zjxwj22e1o] {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1rem 1.1rem 1.05rem;
    box-shadow: var(--shadow-xs);
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    transition: transform 100ms ease, box-shadow 100ms ease, border-color 100ms ease;
}

.listing-card:hover[b-zjxwj22e1o] {
    transform: translateY(-1px);
    box-shadow: var(--shadow-sm);
    border-color: var(--border-strong);
}

.listing-head[b-zjxwj22e1o] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.72rem;
}

.source-badge[b-zjxwj22e1o] {
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 0.15rem 0.5rem;
    border-radius: 999px;
    border: 1px solid transparent;
}

.source-indeed[b-zjxwj22e1o]    { background: #e0f2fe; color: #0369a1; border-color: #bae6fd; }
.source-remotive[b-zjxwj22e1o]  { background: #fef3c7; color: #92400e; border-color: #fde68a; }
.source-remoteok[b-zjxwj22e1o]  { background: #ede9fe; color: #5b21b6; border-color: #ddd6fe; }
.source-arbeitnow[b-zjxwj22e1o] { background: #dcfce7; color: #166534; border-color: #bbf7d0; }
.source-adzuna[b-zjxwj22e1o]    { background: #ffe4e6; color: #9f1239; border-color: #fecdd3; }

.posted[b-zjxwj22e1o] { color: var(--text-subtle); font-size: 0.78rem; font-variant-numeric: tabular-nums; }

.listing-title[b-zjxwj22e1o] {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.01em;
    color: var(--text);
}

.listing-meta[b-zjxwj22e1o] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.85rem;
    color: var(--text-muted);
}

.listing-meta .company[b-zjxwj22e1o] { color: var(--text); font-weight: 500; }
.listing-meta .dot[b-zjxwj22e1o] { color: var(--text-subtle); }

.remote-pill[b-zjxwj22e1o] {
    background: #d1fae5;
    color: #065f46;
    border: 1px solid #a7f3d0;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 0.1rem 0.45rem;
    border-radius: 999px;
}

.listing-salary[b-zjxwj22e1o] {
    font-size: 0.85rem;
    color: var(--text);
    font-weight: 500;
}

.listing-tags[b-zjxwj22e1o] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
}

.tag[b-zjxwj22e1o] {
    font-size: 0.72rem;
    padding: 0.15rem 0.5rem;
    background: var(--surface-2);
    border: 1px solid var(--border);
    border-radius: 4px;
    color: var(--text-muted);
}

.listing-actions[b-zjxwj22e1o] {
    display: flex;
    gap: 0.4rem;
    margin-top: auto;
    padding-top: 0.4rem;
}

.btn-saved[b-zjxwj22e1o] {
    background: var(--surface-2);
    color: var(--success);
    border: 1px solid #a7f3d0;
    cursor: default;
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* ─── Dashboard metrics ───────────────────────────────────────── */

.dashboard-grid[b-cv88c2n51v] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 0.875rem;
    margin-bottom: 1.5rem;
}

.metric-card[b-cv88c2n51v] {
    position: relative;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1.1rem 1.25rem 1.2rem;
    box-shadow: var(--shadow-xs);
    transition: transform 120ms ease, box-shadow 120ms ease, border-color 120ms ease;
    overflow: hidden;
}

.metric-card[b-cv88c2n51v]::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 3px;
    background: linear-gradient(90deg, #6366f1, #8b5cf6);
    opacity: 0.85;
}

.metric-card:hover[b-cv88c2n51v] {
    transform: translateY(-1px);
    box-shadow: var(--shadow-sm);
    border-color: var(--border-strong);
}

.metric-card.metric-warn[b-cv88c2n51v] {
    border-color: #fcd34d;
    background: linear-gradient(180deg, #fffbeb 0%, var(--surface) 80%);
}

.metric-card.metric-warn[b-cv88c2n51v]::before {
    background: linear-gradient(90deg, #f59e0b, #f97316);
}

.metric-label[b-cv88c2n51v] {
    font-size: 0.72rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.metric-value[b-cv88c2n51v] {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    color: var(--text);
    letter-spacing: -0.02em;
    font-variant-numeric: tabular-nums;
}

.metric-sub[b-cv88c2n51v] {
    font-size: 0.78rem;
    color: var(--text-muted);
    margin-top: 0.4rem;
}

.metric-card.metric-warn .metric-sub[b-cv88c2n51v] {
    color: #b45309;
    font-weight: 500;
}

/* ─── External job search ────────────────────────────────────── */

.job-search-bar[b-cv88c2n51v] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.65rem 0.85rem;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    margin-bottom: 0.75rem;
    box-shadow: var(--shadow-xs);
    flex-wrap: wrap;
}

.search-bar-label[b-cv88c2n51v] {
    font-size: 0.72rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 600;
    padding-right: 0.25rem;
    flex-shrink: 0;
}

.job-search-bar .form-control[b-cv88c2n51v] {
    flex: 1 1 220px;
    min-width: 0;
    height: 2.25rem;
    padding: 0.35rem 0.65rem;
    font-size: 0.875rem;
}

.search-provider[b-cv88c2n51v] {
    flex-shrink: 0;
}

.search-provider[b-cv88c2n51v] {
    display: inline-flex;
    align-items: center;
    background: var(--surface-2);
    border: 1px solid var(--border);
    color: var(--text);
    font-size: 0.8rem;
    font-weight: 500;
    padding: 0.4rem 0.75rem;
    border-radius: 6px;
    cursor: pointer;
    text-decoration: none;
    line-height: 1.2;
    transition: background-color 100ms ease, border-color 100ms ease, color 100ms ease;
}

.job-search-bar:not(.empty) a.search-provider:hover[b-cv88c2n51v],
button.search-provider:hover:not(:disabled)[b-cv88c2n51v] {
    background: var(--accent-soft);
    border-color: var(--accent);
    color: var(--accent);
    text-decoration: none;
}

.search-provider:disabled[b-cv88c2n51v] {
    opacity: 0.5;
    cursor: not-allowed;
}

.job-search-bar.empty .search-provider[b-cv88c2n51v] {
    opacity: 0.5;
    pointer-events: none;
}

/* ─── Quick add ───────────────────────────────────────────────── */

.quick-add[b-cv88c2n51v] {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1rem 1.1rem 1.1rem;
    margin-bottom: 1.25rem;
    box-shadow: var(--shadow-xs);
}

.quick-add h3[b-cv88c2n51v] {
    font-size: 0.9rem;
    margin: 0 0 0.7rem 0;
    color: var(--text);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
}

.kbd[b-cv88c2n51v] {
    font-family: 'JetBrains Mono', ui-monospace, monospace;
    font-size: 0.7rem;
    padding: 1px 6px;
    background: var(--surface-2);
    border: 1px solid var(--border-strong);
    border-bottom-width: 2px;
    border-radius: 4px;
    color: var(--text-muted);
    font-weight: 500;
}

.quick-add-row[b-cv88c2n51v] {
    display: grid;
    grid-template-columns: 1.2fr 1.2fr 1.5fr 1fr auto;
    gap: 0.5rem;
}

/* ─── Extracted extras (Location/Salary preview) ─────────────── */

.extracted-extras[b-cv88c2n51v] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.65rem;
    flex-wrap: wrap;
    font-size: 0.8rem;
}

.extra-pill[b-cv88c2n51v] {
    background: var(--accent-soft);
    color: var(--text);
    border: 1px solid #c7d2fe;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    font-size: 0.78rem;
}

.extra-pill strong[b-cv88c2n51v] {
    color: var(--accent);
    font-weight: 600;
    margin-right: 0.25rem;
}

.btn-tiny[b-cv88c2n51v] {
    padding: 0 0.25rem;
    font-size: 0.78rem;
    line-height: 1;
}

/* ─── Paste-to-extract panel ─────────────────────────────────── */

.paste-panel[b-cv88c2n51v] {
    margin-top: 0.85rem;
    border-top: 1px dashed var(--border);
    padding-top: 0.75rem;
}

/* Use a native <details>/<summary> so the disclosure works without JS. */
.paste-panel .paste-toggle[b-cv88c2n51v] {
    list-style: none;
    cursor: pointer;
    color: var(--text-muted);
    font-size: 0.85rem;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    user-select: none;
}

.paste-panel .paste-toggle[b-cv88c2n51v]::-webkit-details-marker { display: none; }
.paste-panel .paste-toggle[b-cv88c2n51v]::marker { content: ""; }

.paste-panel .paste-toggle:hover[b-cv88c2n51v] { color: var(--text); }

.paste-panel .paste-toggle svg[b-cv88c2n51v] {
    width: 0.85rem;
    height: 0.85rem;
    transition: transform 120ms ease;
}

.paste-panel[open] .paste-toggle svg[b-cv88c2n51v] {
    transform: rotate(180deg);
}

.paste-textarea[b-cv88c2n51v] {
    margin-top: 0.65rem;
    font-family: 'JetBrains Mono', ui-monospace, monospace;
    font-size: 0.82rem;
    line-height: 1.5;
    resize: vertical;
}

.paste-actions[b-cv88c2n51v] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.55rem;
    flex-wrap: wrap;
}

.paste-actions .muted[b-cv88c2n51v] { font-size: 0.8rem; }

.paste-bookmarklet-hint[b-cv88c2n51v] {
    margin-left: auto;
    font-size: 0.8rem;
}

.btn-sm[b-cv88c2n51v] {
    padding: 0.3rem 0.7rem;
    font-size: 0.82rem;
}

/* ─── Toolbar ─────────────────────────────────────────────────── */

.jobs-toolbar[b-cv88c2n51v] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    margin-bottom: 0.875rem;
}

.search-input[b-cv88c2n51v] { max-width: 360px; }

.muted[b-cv88c2n51v] {
    color: var(--text-muted);
    font-size: 0.85rem;
}

.jobs-toolbar .muted[b-cv88c2n51v] {
    margin-left: auto;
    font-variant-numeric: tabular-nums;
}

/* ─── Jobs table ──────────────────────────────────────────────── */

.jobs-table[b-cv88c2n51v] {
    width: 100%;
    background: var(--surface);
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: visible;
    box-shadow: var(--shadow-xs);
}

.jobs-table thead tr:first-child th:first-child[b-cv88c2n51v] { border-top-left-radius: var(--radius); }
.jobs-table thead tr:first-child th:last-child[b-cv88c2n51v]  { border-top-right-radius: var(--radius); }

.jobs-table th[b-cv88c2n51v] {
    background: var(--surface-2);
    text-align: left;
    padding: 0;
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    border-bottom: 1px solid var(--border);
    white-space: nowrap;
}

.jobs-table th:not(.th-actions):has(> .th-sort)[b-cv88c2n51v],
.jobs-table th.th-actions[b-cv88c2n51v] {
    padding: 0;
}

.th-sort[b-cv88c2n51v] {
    background: none;
    border: none;
    padding: 0.7rem 0.85rem;
    color: inherit;
    font: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
    cursor: pointer;
    width: 100%;
    text-align: left;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    transition: color 100ms ease, background-color 100ms ease;
}

.th-sort[b-cv88c2n51v]::after {
    content: "";
    width: 0.55rem;
    height: 0.55rem;
    opacity: 0.35;
    background: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5-5 5 5M7 14l5 5 5-5'/%3E%3C/svg%3E") no-repeat center / contain;
            mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5-5 5 5M7 14l5 5 5-5'/%3E%3C/svg%3E") no-repeat center / contain;
    transition: opacity 120ms ease, transform 120ms ease;
}

.th-sort:hover[b-cv88c2n51v] { color: var(--text); }
.th-sort:hover[b-cv88c2n51v]::after { opacity: 0.6; }

.th-sort.sort-asc[b-cv88c2n51v]::after,
.th-sort.sort-desc[b-cv88c2n51v]::after {
    opacity: 1;
    background: var(--accent);
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5-5 5 5'/%3E%3C/svg%3E") no-repeat center / contain;
            mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5-5 5 5'/%3E%3C/svg%3E") no-repeat center / contain;
}

.th-sort.sort-desc[b-cv88c2n51v]::after {
    transform: rotate(180deg);
}

.th-actions[b-cv88c2n51v] {
    padding: 0.7rem 0.85rem;
    text-align: right;
}

.jobs-table td[b-cv88c2n51v] {
    padding: 0.65rem 0.85rem;
    border-bottom: 1px solid #f1f5f9;
    vertical-align: middle;
    font-size: 0.9rem;
}

.jobs-table tbody tr.job-row[b-cv88c2n51v] {
    cursor: pointer;
    transition: background-color 100ms ease;
}

.jobs-table tbody tr.job-row:hover[b-cv88c2n51v] {
    background: #f8fafc;
}

.jobs-table tr:last-child td[b-cv88c2n51v] { border-bottom: none; }

.company-cell[b-cv88c2n51v] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
}

.favicon[b-cv88c2n51v] {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    border-radius: 3px;
    object-fit: contain;
}

.company-cell a[b-cv88c2n51v] {
    font-weight: 500;
    color: var(--text);
    text-decoration: none;
    border-bottom: 1px dashed var(--border-strong);
}

.company-cell a:hover[b-cv88c2n51v] {
    color: var(--accent);
    border-bottom-color: var(--accent);
}

.cell-stack[b-cv88c2n51v] { display: flex; flex-direction: column; gap: 2px; line-height: 1.2; }
.cell-sub[b-cv88c2n51v]   { font-size: 0.78rem; color: var(--text-subtle); }

.row-overdue[b-cv88c2n51v] {
    background: #fff5f5;
}

.row-overdue:hover[b-cv88c2n51v] {
    background: #ffecec !important;
}

.row-overdue td:first-child[b-cv88c2n51v] {
    box-shadow: inset 3px 0 0 var(--danger);
}

.row-editing[b-cv88c2n51v] {
    background: #f5f3ff !important;
}

.empty[b-cv88c2n51v] {
    text-align: center;
    padding: 3rem 1rem;
    color: var(--text-subtle);
    font-size: 0.95rem;
}

.followup-input[b-cv88c2n51v] {
    font-size: 0.85rem;
    padding: 0.3rem 0.55rem;
    width: 9.5rem;
}

/* ─── Status pill / popover ──────────────────────────────────── */

.status-pop[b-cv88c2n51v] {
    position: relative;
    display: inline-block;
}

.status-pill[b-cv88c2n51v] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.3rem 0.55rem 0.3rem 0.7rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 600;
    border: 1px solid transparent;
    cursor: pointer;
    line-height: 1.1;
    transition: filter 100ms ease, box-shadow 100ms ease;
}

.status-pill .caret[b-cv88c2n51v] {
    width: 0.85rem;
    height: 0.85rem;
    opacity: 0.7;
    transition: transform 120ms ease;
}

.status-pop.open .status-pill .caret[b-cv88c2n51v] {
    transform: rotate(180deg);
}

.status-pill:hover[b-cv88c2n51v] { filter: brightness(0.97); }

.status-pop.open .status-pill[b-cv88c2n51v] {
    box-shadow: 0 0 0 3px var(--accent-ring);
}

.status-menu[b-cv88c2n51v] {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    z-index: 20;
    list-style: none;
    margin: 0;
    padding: 4px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 10px;
    box-shadow: var(--shadow-md);
    min-width: 180px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.status-menu li[b-cv88c2n51v] { display: block; }

.status-option[b-cv88c2n51v] {
    display: flex;
    align-items: center;
    width: 100%;
    text-align: left;
    padding: 0.4rem 0.6rem;
    font-size: 0.82rem;
    font-weight: 500;
    border: 1px solid transparent;
    border-radius: 6px;
    background: transparent;
    cursor: pointer;
    color: var(--text);
}

.status-option:hover[b-cv88c2n51v] {
    background: var(--surface-2);
}

.status-option.current[b-cv88c2n51v]::after {
    content: "✓";
    margin-left: auto;
    color: var(--accent);
    font-weight: 700;
}

.status-option[b-cv88c2n51v]::before {
    content: "";
    display: inline-block;
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    margin-right: 0.55rem;
    background: currentColor;
    opacity: 0.55;
}

.status-option.status-saved[b-cv88c2n51v]             { color: #334155; }
.status-option.status-applied[b-cv88c2n51v]           { color: #1e40af; }
.status-option.status-recruitermessaged[b-cv88c2n51v] { color: #92400e; }
.status-option.status-interview[b-cv88c2n51v]         { color: #5b21b6; }
.status-option.status-offer[b-cv88c2n51v]             { color: #065f46; }
.status-option.status-rejected[b-cv88c2n51v]          { color: #991b1b; }
.status-option.status-withdrawn[b-cv88c2n51v]         { color: #4b5563; }

.status-option.current[b-cv88c2n51v] {
    background: var(--accent-soft);
}

/* Pill color pairs */
.status-saved[b-cv88c2n51v]             { background-color: #f1f5f9; color: #334155; border-color: #e2e8f0; }
.status-applied[b-cv88c2n51v]           { background-color: #dbeafe; color: #1e40af; border-color: #bfdbfe; }
.status-recruitermessaged[b-cv88c2n51v] { background-color: #fef3c7; color: #92400e; border-color: #fde68a; }
.status-interview[b-cv88c2n51v]         { background-color: #ede9fe; color: #5b21b6; border-color: #ddd6fe; }
.status-offer[b-cv88c2n51v]             { background-color: #d1fae5; color: #065f46; border-color: #a7f3d0; }
.status-rejected[b-cv88c2n51v]          { background-color: #fee2e2; color: #991b1b; border-color: #fecaca; }
.status-withdrawn[b-cv88c2n51v]         { background-color: #e5e7eb; color: #4b5563; border-color: #d1d5db; }

/* Quick-add status select shares the pill colors */
.quick-add .status-select[b-cv88c2n51v] {
    min-width: 160px;
    font-size: 0.85rem;
    font-weight: 500;
    border-radius: 999px;
    padding-left: 0.85rem;
}

/* ─── Actions ─────────────────────────────────────────────────── */

.actions[b-cv88c2n51v] {
    white-space: nowrap;
    display: flex;
    gap: 0.125rem;
    justify-content: flex-end;
}

.icon-btn[b-cv88c2n51v] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.85rem;
    height: 1.85rem;
    padding: 0 0.35rem;
    border: 1px solid transparent;
    background: transparent;
    color: var(--text-muted);
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.78rem;
    font-weight: 600;
    transition: background-color 100ms ease, color 100ms ease, border-color 100ms ease;
}

.icon-btn svg[b-cv88c2n51v] {
    width: 1rem;
    height: 1rem;
}

.icon-btn:hover[b-cv88c2n51v] {
    background: var(--surface-2);
    color: var(--text);
    border-color: var(--border);
}

.icon-btn:focus-visible[b-cv88c2n51v] {
    outline: none;
    background: var(--surface-2);
    color: var(--text);
    border-color: var(--accent);
    box-shadow: 0 0 0 3px var(--accent-ring);
}

.icon-btn-danger:hover[b-cv88c2n51v] {
    background: var(--danger-soft);
    color: var(--danger);
    border-color: #fecaca;
}

.delete-confirm[b-cv88c2n51v] {
    width: auto;
    padding: 0 0.55rem;
    background: var(--danger);
    color: #fff !important;
    border-color: var(--danger) !important;
    animation: pulse-danger-b-cv88c2n51v 1s ease-in-out infinite;
}

.delete-confirm:hover[b-cv88c2n51v] {
    background: #b91c1c;
    color: #fff !important;
}

@keyframes pulse-danger-b-cv88c2n51v {
    0%, 100% { box-shadow: 0 0 0 0 rgba(220, 38, 38, 0.35); }
    50%      { box-shadow: 0 0 0 4px rgba(220, 38, 38, 0); }
}

/* ─── Inline edit row ────────────────────────────────────────── */

.edit-row td[b-cv88c2n51v] {
    background: var(--surface-2);
    padding: 1.1rem;
    border-top: 1px solid var(--border);
}

.edit-grid[b-cv88c2n51v] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 0.85rem;
}

.edit-grid label[b-cv88c2n51v] {
    display: flex;
    flex-direction: column;
    font-size: 0.78rem;
    color: var(--text-muted);
    font-weight: 500;
    gap: 0.3rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.edit-grid label .form-control[b-cv88c2n51v] {
    font-size: 0.9rem;
    text-transform: none;
    letter-spacing: normal;
    color: var(--text);
    font-weight: 400;
}

.edit-grid label.full[b-cv88c2n51v] { grid-column: 1 / -1; }

.edit-actions[b-cv88c2n51v] {
    margin-top: 0.875rem;
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.edit-actions .kbd[b-cv88c2n51v] {
    margin-left: 0.35rem;
}

/* ─── Mobile: collapse table to cards ────────────────────────── */

@media (max-width: 720px) {
    .jobs-table[b-cv88c2n51v],
    .jobs-table thead[b-cv88c2n51v],
    .jobs-table tbody[b-cv88c2n51v],
    .jobs-table tr[b-cv88c2n51v],
    .jobs-table td[b-cv88c2n51v] {
        display: block;
        width: 100%;
    }

    .jobs-table[b-cv88c2n51v] {
        border: none;
        background: transparent;
        box-shadow: none;
    }

    .jobs-table thead[b-cv88c2n51v] {
        display: none;
    }

    .jobs-table tbody tr.job-row[b-cv88c2n51v] {
        background: var(--surface);
        border: 1px solid var(--border);
        border-radius: var(--radius);
        margin-bottom: 0.75rem;
        padding: 0.85rem 0.95rem;
        box-shadow: var(--shadow-xs);
    }

    .jobs-table tbody tr.row-overdue[b-cv88c2n51v] {
        border-left: 3px solid var(--danger);
    }

    .jobs-table tr.job-row td[b-cv88c2n51v] {
        border: none;
        padding: 0.3rem 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 0.75rem;
        font-size: 0.9rem;
    }

    .jobs-table tr.job-row td:first-child[b-cv88c2n51v] {
        font-size: 1rem;
        font-weight: 600;
        padding-bottom: 0.5rem;
        border-bottom: 1px dashed var(--border);
        margin-bottom: 0.4rem;
    }

    .jobs-table tr.job-row td[b-cv88c2n51v]::before {
        content: attr(data-label);
        font-size: 0.7rem;
        text-transform: uppercase;
        letter-spacing: 0.06em;
        color: var(--text-muted);
        font-weight: 600;
    }

    .jobs-table tr.job-row td:first-child[b-cv88c2n51v]::before,
    .jobs-table tr.job-row td.actions[b-cv88c2n51v]::before {
        display: none;
    }

    .jobs-table tr.job-row td.actions[b-cv88c2n51v] {
        justify-content: flex-end;
        padding-top: 0.5rem;
    }

    .jobs-table tr.edit-row[b-cv88c2n51v] {
        background: transparent;
        border: none;
        padding: 0;
    }

    .jobs-table tr.edit-row td[b-cv88c2n51v] {
        background: var(--surface-2);
        border: 1px solid var(--border);
        border-radius: var(--radius);
        margin-bottom: 0.75rem;
        padding: 1rem;
        display: block;
    }

    .jobs-table tr.edit-row td[b-cv88c2n51v]::before { display: none; }

    .quick-add-row[b-cv88c2n51v] {
        grid-template-columns: 1fr;
    }

    .jobs-toolbar[b-cv88c2n51v] {
        flex-wrap: wrap;
    }

    .search-input[b-cv88c2n51v] { max-width: 100%; flex: 1 1 100%; }
}
