/* /Components/Layout/MainLayout.razor.rz.scp.css */
.site-wrapper[b-xr9stiqc8d] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.site-header[b-xr9stiqc8d] {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.site-main[b-xr9stiqc8d] {
    flex: 1;
    background-color: #ffffff;
}

.site-footer[b-xr9stiqc8d] {
    background-color: #0f172a;
    color: rgba(255, 255, 255, 0.55);
    padding: 2rem 2.5rem;
    text-align: center;
}

.site-footer p[b-xr9stiqc8d] {
    margin: 0;
    font-size: 0.875rem;
}

#blazor-error-ui[b-xr9stiqc8d] {
    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-xr9stiqc8d] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.main-navbar[b-yezzn5h87t] {
    background-color: #ffffff;
    border-bottom: 1px solid #e2e8f0;
    padding: 0 2.5rem;
}

.navbar-inner[b-yezzn5h87t] {
    display: flex;
    align-items: center;
    max-width: 1320px;
    margin: 0 auto;
    height: 64px;
    gap: 1rem;
    position: relative;
}

.brand[b-yezzn5h87t] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    color: #0f172a;
    font-weight: 700;
    font-size: 1.1rem;
    flex-shrink: 0;
    margin-right: 1rem;
}

.brand:hover[b-yezzn5h87t] {
    text-decoration: none;
    color: #6366f1;
}

.brand-badge[b-yezzn5h87t] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background: linear-gradient(135deg, #6366f1, #818cf8);
    color: white;
    border-radius: 8px;
    font-weight: 900;
    font-size: 1rem;
    flex-shrink: 0;
}

.brand-text[b-yezzn5h87t] {
    color: #0f172a;
}

.nav-links[b-yezzn5h87t] {
    display: flex;
    align-items: center;
    gap: 0.15rem;
    flex: 1;
    flex-wrap: nowrap;
}

.nav-link-item[b-yezzn5h87t] {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.85rem;
    border-radius: 8px;
    color: #64748b;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    transition: background-color 0.15s ease, color 0.15s ease;
    white-space: nowrap;
}

.nav-link-item:hover[b-yezzn5h87t] {
    background-color: #f5f3ff;
    color: #6366f1;
    text-decoration: none;
}

.nav-link-item.active[b-yezzn5h87t] {
    background-color: #ede9fe;
    color: #6366f1;
    font-weight: 600;
}

.nav-toggle-check[b-yezzn5h87t] {
    display: none;
}

.nav-toggle-label[b-yezzn5h87t] {
    display: none;
    color: #0f172a;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
    margin-left: auto;
    line-height: 1;
}

.nav-toggle-label:hover[b-yezzn5h87t] {
    background-color: #f5f3ff;
    color: #6366f1;
}

@media (max-width: 900px) {
    .main-navbar[b-yezzn5h87t] {
        padding: 0 1rem;
    }

    .navbar-inner[b-yezzn5h87t] {
        flex-wrap: wrap;
        height: auto;
        padding: 0.75rem 0;
        gap: 0;
    }

    .nav-toggle-label[b-yezzn5h87t] {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .nav-links[b-yezzn5h87t] {
        display: none;
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        padding: 0.5rem 0 0.75rem;
        gap: 0.15rem;
    }

    .nav-toggle-check:checked ~ .nav-links[b-yezzn5h87t] {
        display: flex;
    }

    .nav-link-item[b-yezzn5h87t] {
        padding: 0.65rem 0.85rem;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-cqhfiacob0],
.components-reconnect-repeated-attempt-visible[b-cqhfiacob0],
.components-reconnect-failed-visible[b-cqhfiacob0],
.components-pause-visible[b-cqhfiacob0],
.components-resume-failed-visible[b-cqhfiacob0],
.components-rejoining-animation[b-cqhfiacob0] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-cqhfiacob0],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-cqhfiacob0],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-cqhfiacob0],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-cqhfiacob0],
#components-reconnect-modal.components-reconnect-retrying[b-cqhfiacob0],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-cqhfiacob0],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-cqhfiacob0],
#components-reconnect-modal.components-reconnect-failed[b-cqhfiacob0],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-cqhfiacob0] {
    display: block;
}


#components-reconnect-modal[b-cqhfiacob0] {
    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-cqhfiacob0 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-cqhfiacob0 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-cqhfiacob0 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-cqhfiacob0]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-cqhfiacob0 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-cqhfiacob0 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-cqhfiacob0 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-cqhfiacob0 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-cqhfiacob0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-cqhfiacob0] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-cqhfiacob0] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-cqhfiacob0] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-cqhfiacob0] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-cqhfiacob0] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-cqhfiacob0] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-cqhfiacob0 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-cqhfiacob0] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-cqhfiacob0 {
    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/DevTools.razor.rz.scp.css */
.tools-page[b-2n7imm7vol] {
    min-height: calc(100vh - 64px);
    background-color: #f8f9fc;
}

/* Hero */
.tools-hero[b-2n7imm7vol] {
    background: linear-gradient(135deg, #4f46e5 0%, #6366f1 50%, #818cf8 100%);
    padding: 4rem 2rem 3.5rem;
    text-align: center;
    color: white;
}

.hero-inner[b-2n7imm7vol] {
    max-width: 680px;
    margin: 0 auto;
}

.hero-label[b-2n7imm7vol] {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #c7d2fe;
    margin-bottom: 0.6rem;
}

.hero-title[b-2n7imm7vol] {
    font-size: 3rem;
    font-weight: 800;
    margin: 0 0 0.65rem;
    letter-spacing: -0.5px;
    line-height: 1.1;
}

.hero-subtitle[b-2n7imm7vol] {
    font-size: 1.05rem;
    opacity: 0.85;
    margin: 0 0 2rem;
}

.hero-stats[b-2n7imm7vol] {
    margin-top: 1.25rem;
    font-size: 0.875rem;
    opacity: 0.8;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
}

.stat-divider[b-2n7imm7vol] { opacity: 0.5; }

/* Search */
.search-wrapper[b-2n7imm7vol] {
    position: relative;
    max-width: 540px;
    margin: 0 auto;
}

.search-icon[b-2n7imm7vol] {
    position: absolute;
    left: 1.1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #6366f1;
    font-size: 1rem;
    pointer-events: none;
}

.search-input[b-2n7imm7vol] {
    width: 100%;
    padding: 0.9rem 3rem 0.9rem 2.8rem;
    border: 2px solid rgba(255,255,255,0.3);
    border-radius: 50px;
    background: rgba(255,255,255,0.97);
    font-size: 1rem;
    color: #0f172a;
    outline: none;
    box-sizing: border-box;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.search-input:focus[b-2n7imm7vol] {
    border-color: #c7d2fe;
    box-shadow: 0 0 0 4px rgba(99,102,241,0.25);
}

.search-input[b-2n7imm7vol]::placeholder { color: #94a3b8; }

.search-clear[b-2n7imm7vol] {
    position: absolute;
    right: 0.85rem;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #94a3b8;
    cursor: pointer;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s, color 0.15s;
}

.search-clear:hover[b-2n7imm7vol] {
    background: rgba(99,102,241,0.1);
    color: #6366f1;
}

/* Content */
.tools-content[b-2n7imm7vol] {
    max-width: 1320px;
    margin: 0 auto;
    padding: 2.5rem 2rem 5rem;
}

/* No results */
.no-results[b-2n7imm7vol] {
    text-align: center;
    padding: 5rem 2rem;
}

.no-results-icon[b-2n7imm7vol] {
    font-size: 3.5rem;
    color: #818cf8;
    display: block;
    margin-bottom: 1.25rem;
    opacity: 0.6;
}

.no-results h3[b-2n7imm7vol] {
    font-size: 1.4rem;
    color: #0f172a;
    margin: 0 0 0.5rem;
    font-weight: 700;
}

.no-results p[b-2n7imm7vol] {
    color: #64748b;
    font-size: 1rem;
    margin: 0 0 1.5rem;
}

.btn-clear-search[b-2n7imm7vol] {
    display: inline-flex;
    align-items: center;
    padding: 0.55rem 1.5rem;
    background-color: #6366f1;
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s;
}

.btn-clear-search:hover[b-2n7imm7vol] { background-color: #4f46e5; }

/* Category */
.tool-category[b-2n7imm7vol] { margin-bottom: 4rem; }

.category-header[b-2n7imm7vol] {
    text-align: center;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e2e8f0;
}

.category-eyebrow[b-2n7imm7vol] {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #6366f1;
    margin-bottom: 0.45rem;
}

.category-title[b-2n7imm7vol] {
    font-size: 1.8rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0.3rem 0 0.6rem;
    letter-spacing: -0.3px;
}

.category-desc[b-2n7imm7vol] {
    color: #64748b;
    font-size: 0.95rem;
    max-width: 580px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Grid */
.tools-grid[b-2n7imm7vol] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(265px, 1fr));
    gap: 0.75rem;
}

/* Card */
.tool-card[b-2n7imm7vol] {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
    padding: 1.1rem 1.15rem;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    text-decoration: none;
    color: inherit;
    position: relative;
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.18s;
    cursor: pointer;
}

.tool-card:hover[b-2n7imm7vol] {
    border-color: #c7d2fe;
    box-shadow: 0 4px 18px rgba(99,102,241,0.13);
    transform: translateY(-2px);
    text-decoration: none;
    color: inherit;
}

.tool-card--soon[b-2n7imm7vol] {
    opacity: 0.7;
    cursor: default;
}

.tool-card--soon:hover[b-2n7imm7vol] {
    transform: none;
    box-shadow: none;
    border-color: #e2e8f0;
}

.tool-icon-wrap[b-2n7imm7vol] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #f4f3ff;
    border-radius: 9px;
    flex-shrink: 0;
    color: #6366f1;
    font-size: 1.1rem;
    transition: background 0.2s, color 0.2s;
}

.tool-card:not(.tool-card--soon):hover .tool-icon-wrap[b-2n7imm7vol] {
    background: linear-gradient(135deg, #6366f1, #818cf8);
    color: #fff;
}

.tool-body[b-2n7imm7vol] { flex: 1; min-width: 0; }

.tool-name[b-2n7imm7vol] {
    font-size: 0.9rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 0.3rem;
    line-height: 1.3;
}

.tool-desc[b-2n7imm7vol] {
    font-size: 0.8rem;
    color: #64748b;
    margin: 0 0 0.5rem;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tool-tag[b-2n7imm7vol] {
    display: inline-block;
    font-size: 0.68rem;
    font-weight: 700;
    color: #6366f1;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    background-color: #f4f3ff;
    padding: 0.15rem 0.5rem;
    border-radius: 50px;
}

.tool-soon-badge[b-2n7imm7vol] {
    position: absolute;
    top: 0.6rem;
    right: 0.7rem;
    font-size: 0.62rem;
    font-weight: 700;
    color: #94a3b8;
    background: #f1f5f9;
    padding: 0.1rem 0.4rem;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Responsive */
@media (max-width: 768px) {
    .hero-title[b-2n7imm7vol] { font-size: 2.2rem; }
    .tools-content[b-2n7imm7vol] { padding: 2rem 1rem 4rem; }
    .tools-grid[b-2n7imm7vol] { grid-template-columns: 1fr; }
    .category-title[b-2n7imm7vol] { font-size: 1.5rem; }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .tools-grid[b-2n7imm7vol] { grid-template-columns: repeat(2, 1fr); }
}
