@import 'zaidmka.Client.veq2kytqs7.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.site-shell[b-3nyvnhw3bd] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: radial-gradient(circle at 75% 10%, rgba(20, 184, 166, 0.08), transparent 30%), #050b12;
    color: #f8fafc;
}

.site-main[b-3nyvnhw3bd] {
    flex: 1;
    width: 100%;
}

.site-footer[b-3nyvnhw3bd] {
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    background: rgba(3, 8, 15, 0.85);
    padding: 24px 0;
}

.footer-container[b-3nyvnhw3bd] {
    width: min(1400px, calc(100% - 48px));
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    color: #94a3b8;
    font-size: 0.88rem;
}

    .footer-container strong[b-3nyvnhw3bd] {
        color: #f8fafc;
        margin-right: 8px;
    }

    .footer-container span[b-3nyvnhw3bd] {
        color: #2dd4bf;
    }

.footer-center[b-3nyvnhw3bd] {
    color: #64748b;
}


/* ================================
   Blazor Error
================================ */

#blazor-error-ui[b-3nyvnhw3bd] {
    color-scheme: dark;
    background: #111827;
    color: #f8fafc;
    border-top: 1px solid rgba(255,255,255,.1);
    bottom: 0;
    box-shadow: 0 -2px 12px rgba(0,0,0,.4);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: .75rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

    #blazor-error-ui .reload[b-3nyvnhw3bd] {
        color: #2dd4bf;
        margin-left: 10px;
    }

    #blazor-error-ui .dismiss[b-3nyvnhw3bd] {
        cursor: pointer;
        position: absolute;
        right: 1rem;
    }


/* ================================
   Responsive
================================ */

@media (max-width: 768px) {

    .footer-container[b-3nyvnhw3bd] {
        width: min(100% - 30px, 1400px);
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.site-header[b-q4yuww90je] {
    position: sticky;
    top: 0;
    z-index: 1000;
    height: 76px;
    display: flex;
    align-items: center;
    background: rgba(5, 11, 18, 0.82);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(255,255,255,.06);
}

.navbar-container[b-q4yuww90je] {
    width: min(1400px, calc(100% - 48px));
    margin: auto;
    display: flex;
    align-items: center;
    min-width: 0;
}


/* ================================
   Brand
================================ */

.brand[b-q4yuww90je] {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    min-width: 210px;
}

.brand-logo[b-q4yuww90je] {
    font-size: 1.8rem;
    font-weight: 900;
    letter-spacing: -7px;
    line-height: 1;
}

.brand-z[b-q4yuww90je] {
    color: #f8fafc;
}

.brand-m[b-q4yuww90je] {
    color: #2dd4bf;
}

.brand-name[b-q4yuww90je] {
    color: #f8fafc;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: .06em;
}


/* ================================
   Links
================================ */

.nav-links[b-q4yuww90je] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
}

    .nav-links[b-q4yuww90je]  a {
        position: relative;
        color: #94a3b8;
        text-decoration: none;
        font-size: .94rem;
        font-weight: 500;
        padding: 27px 0 25px;
        transition: color .2s ease, transform .2s ease;
    }

        .nav-links[b-q4yuww90je]  a:hover {
            color: #f8fafc;
        }

        .nav-links[b-q4yuww90je]  a.active {
            color: #2dd4bf;
        }

            .nav-links[b-q4yuww90je]  a.active::after {
                content: "";
                position: absolute;
                left: 0;
                right: 0;
                bottom: 17px;
                height: 2px;
                background: #2dd4bf;
                border-radius: 10px;
            }


/* ================================
   Action
================================ */

.nav-actions[b-q4yuww90je] {
    min-width: 210px;
    display: flex;
    justify-content: flex-end;
}

.contact-button[b-q4yuww90je] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 8px;
    background: linear-gradient( 135deg, #14b8a6, #0ea5a4 );
    color: white;
    text-decoration: none;
    font-size: .88rem;
    font-weight: 600;
    transition: transform .2s ease, box-shadow .2s ease;
}

    .contact-button:hover[b-q4yuww90je] {
        color: white;
        transform: translateY(-1px);
        box-shadow: 0 8px 25px rgba(20,184,166,.18);
    }


/* ================================
   Mobile button
================================ */

.nav-toggle[b-q4yuww90je] {
    display: none;
}

.mobile-menu-button[b-q4yuww90je] {
    display: none;
    width: 42px;
    height: 42px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,.08);
    background: rgba(255,255,255,.03);
}

    .mobile-menu-button span[b-q4yuww90je] {
        width: 18px;
        height: 2px;
        border-radius: 10px;
        background: #f8fafc;
    }


/* ================================
   Responsive
================================ */

@media (max-width: 1000px) {

    .brand[b-q4yuww90je],
    .nav-actions[b-q4yuww90je] {
        min-width: auto;
    }

    .nav-links[b-q4yuww90je] {
        gap: 20px;
    }
}


@media (max-width: 800px) {

    .site-header[b-q4yuww90je] {
        height: 68px;
    }

    .navbar-container[b-q4yuww90je] {
        width: calc(100% - 30px);
        justify-content: space-between;
        position: relative;
    }

    .mobile-menu-button[b-q4yuww90je] {
        display: flex;
    }

    .nav-actions[b-q4yuww90je] {
        display: none;
    }

    .nav-links[b-q4yuww90je] {
        position: absolute;
        display: none;
        top: 58px;
        left: 0;
        right: 0;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 10px;
        background: #08111b;
        border: 1px solid rgba(255,255,255,.08);
        border-radius: 12px;
        box-shadow: 0 20px 50px rgba(0,0,0,.4);
    }

        .nav-links[b-q4yuww90je]  a {
            padding: 14px 16px;
            border-radius: 8px;
        }

            .nav-links[b-q4yuww90je]  a.active::after {
                display: none;
            }

            .nav-links[b-q4yuww90je]  a.active {
                background: rgba(45,212,191,.08);
            }

    .nav-toggle:checked ~ .nav-links[b-q4yuww90je] {
        display: flex;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.home-page[b-s9z5z0cfdg] {
    overflow: hidden;
}

/* ========================================
   Shared
======================================== */

.section-container[b-s9z5z0cfdg] {
    width: min(1200px, calc(100% - 48px));
    margin: auto;
}

.section-label[b-s9z5z0cfdg] {
    display: inline-block;
    color: #2dd4bf;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .16em;
    margin-bottom: 10px;
}


/* ========================================
   Hero
======================================== */

.hero[b-s9z5z0cfdg] {
    position: relative;
    min-height: 560px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255,255,255,.05);
}

.hero-container[b-s9z5z0cfdg] {
    position: relative;
    z-index: 2;
    width: min(1200px, calc(100% - 48px));
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 80px;
}

.hero-glow[b-s9z5z0cfdg] {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(10px);
}

.glow-one[b-s9z5z0cfdg] {
    width: 500px;
    height: 500px;
    right: -200px;
    top: -180px;
    background: radial-gradient( circle, rgba(20,184,166,.10), transparent 68% );
}

.glow-two[b-s9z5z0cfdg] {
    width: 350px;
    height: 350px;
    left: -200px;
    bottom: -180px;
    background: radial-gradient( circle, rgba(14,165,233,.06), transparent 70% );
}


/* ========================================
   Hero content
======================================== */

.hello-badge[b-s9z5z0cfdg] {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 7px 12px;
    margin-bottom: 22px;
    border-radius: 100px;
    border: 1px solid rgba(45,212,191,.15);
    background: rgba(45,212,191,.05);
    color: #cbd5e1;
    font-size: .82rem;
}

.hero h1[b-s9z5z0cfdg] {
    margin: 0;
    font-size: clamp(3.5rem, 7vw, 6rem);
    line-height: .95;
    letter-spacing: -.06em;
    font-weight: 800;
    color: #f8fafc;
}

    .hero h1 span[b-s9z5z0cfdg] {
        background: linear-gradient( 135deg, #2dd4bf, #22d3ee );
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
    }

.hero-role[b-s9z5z0cfdg] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 22px;
    color: #e2e8f0;
    font-size: 1.15rem;
}

.dot[b-s9z5z0cfdg] {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #2dd4bf;
    box-shadow: 0 0 12px rgba(45,212,191,.7);
}

.hero-description[b-s9z5z0cfdg] {
    max-width: 540px;
    margin-top: 20px;
    color: #94a3b8;
    line-height: 1.75;
    font-size: 1rem;
}

.hero-actions[b-s9z5z0cfdg] {
    display: flex;
    gap: 12px;
    margin-top: 30px;
}

.primary-button[b-s9z5z0cfdg],
.secondary-button[b-s9z5z0cfdg] {
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 22px;
    border-radius: 8px;
    text-decoration: none;
    font-size: .9rem;
    font-weight: 600;
    transition: .2s ease;
}

.primary-button[b-s9z5z0cfdg] {
    color: #02110f;
    background: linear-gradient( 135deg, #2dd4bf, #22d3ee );
}

    .primary-button:hover[b-s9z5z0cfdg] {
        color: #02110f;
        transform: translateY(-2px);
        box-shadow: 0 10px 30px rgba(45,212,191,.15);
    }

.secondary-button[b-s9z5z0cfdg] {
    color: #cbd5e1;
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(255,255,255,.02);
}

    .secondary-button:hover[b-s9z5z0cfdg] {
        color: white;
        border-color: rgba(255,255,255,.25);
        background: rgba(255,255,255,.04);
    }


/* ========================================
   Code window
======================================== */

.hero-visual[b-s9z5z0cfdg] {
    position: relative;
    min-height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.code-window[b-s9z5z0cfdg] {
    position: relative;
    width: min(100%, 500px);
    overflow: hidden;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,.10);
    background: rgba(7,15,24,.75);
    box-shadow: 0 30px 80px rgba(0,0,0,.35);
    backdrop-filter: blur(12px);
    transform: rotate(-1deg);
}

.code-header[b-s9z5z0cfdg] {
    height: 46px;
    display: flex;
    align-items: center;
    padding: 0 16px;
    border-bottom: 1px solid rgba(255,255,255,.06);
    color: #64748b;
    font-size: .75rem;
}

.window-buttons[b-s9z5z0cfdg] {
    display: flex;
    gap: 6px;
    margin-right: 18px;
}

    .window-buttons span[b-s9z5z0cfdg] {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #334155;
    }

.code-body[b-s9z5z0cfdg] {
    padding: 34px;
    min-height: 260px;
    color: #cbd5e1;
    font-family: "Cascadia Code", Consolas, monospace;
    font-size: .92rem;
    line-height: 1.9;
}

.code-purple[b-s9z5z0cfdg] {
    color: #c084fc;
}

.code-green[b-s9z5z0cfdg] {
    color: #5eead4;
}

.code-blue[b-s9z5z0cfdg] {
    color: #38bdf8;
}

.code-comment[b-s9z5z0cfdg] {
    color: #475569;
}


/* ========================================
   Floating tech chips
======================================== */

.tech-chip[b-s9z5z0cfdg] {
    position: absolute;
    padding: 10px 14px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,.09);
    background: rgba(10,20,30,.85);
    color: #94a3b8;
    font-size: .75rem;
    font-weight: 600;
    box-shadow: 0 15px 30px rgba(0,0,0,.25);
}

.chip-dotnet[b-s9z5z0cfdg] {
    top: 20px;
    right: 10px;
    color: #c084fc;
}

.chip-blazor[b-s9z5z0cfdg] {
    left: -5px;
    top: 80px;
    color: #a78bfa;
}

.chip-db[b-s9z5z0cfdg] {
    right: -5px;
    bottom: 45px;
    color: #38bdf8;
}


/* ========================================
   Search
======================================== */

.search-section[b-s9z5z0cfdg] {
    padding: 80px 0;
    border-bottom: 1px solid rgba(255,255,255,.05);
    background: rgba(255,255,255,.01);
}

.search-intro[b-s9z5z0cfdg] {
    text-align: center;
    margin-bottom: 34px;
}

    .search-intro h2[b-s9z5z0cfdg] {
        margin: 0;
        color: #f8fafc;
        font-size: clamp(1.8rem, 4vw, 2.7rem);
        letter-spacing: -.04em;
    }

    .search-intro p[b-s9z5z0cfdg] {
        color: #64748b;
        margin-top: 12px;
    }

.main-search[b-s9z5z0cfdg] {
    width: min(760px, 100%);
    margin: auto;
    display: flex;
    align-items: center;
    padding: 7px;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 12px;
    background: #08111b;
    box-shadow: 0 20px 60px rgba(0,0,0,.20);
}

.search-icon[b-s9z5z0cfdg] {
    padding-left: 15px;
    color: #64748b;
    font-size: 1.4rem;
}

.main-search input[b-s9z5z0cfdg] {
    flex: 1;
    min-width: 0;
    height: 48px;
    padding: 0 15px;
    color: #f8fafc;
    border: 0;
    outline: 0;
    background: transparent;
    font-size: .95rem;
}

    .main-search input[b-s9z5z0cfdg]::placeholder {
        color: #475569;
    }

.main-search button[b-s9z5z0cfdg] {
    height: 42px;
    padding: 0 22px;
    border: 0;
    border-radius: 7px;
    background: #14b8a6;
    color: #02110f;
    font-weight: 700;
}

.quick-search[b-s9z5z0cfdg] {
    margin-top: 18px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 9px;
    color: #475569;
    font-size: .78rem;
}

    .quick-search a[b-s9z5z0cfdg] {
        color: #94a3b8;
        text-decoration: none;
        padding: 4px 9px;
        border-radius: 5px;
        background: rgba(255,255,255,.03);
    }

        .quick-search a:hover[b-s9z5z0cfdg] {
            color: #2dd4bf;
        }


/* ========================================
   Tools
======================================== */

.tools-section[b-s9z5z0cfdg] {
    padding: 85px 0 100px;
}

.section-header[b-s9z5z0cfdg] {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 30px;
}

    .section-header h2[b-s9z5z0cfdg] {
        margin: 0;
        color: #f8fafc;
        font-size: 1.8rem;
        letter-spacing: -.03em;
    }

    .section-header p[b-s9z5z0cfdg] {
        color: #64748b;
        margin: 8px 0 0;
    }

.view-all[b-s9z5z0cfdg] {
    color: #2dd4bf;
    text-decoration: none;
    font-size: .85rem;
    white-space: nowrap;
}

.tools-grid[b-s9z5z0cfdg] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.tool-card[b-s9z5z0cfdg] {
    position: relative;
    min-height: 190px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,.07);
    background: linear-gradient( 145deg, rgba(255,255,255,.035), rgba(255,255,255,.012) );
    text-decoration: none;
    transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

    .tool-card:hover[b-s9z5z0cfdg] {
        transform: translateY(-4px);
        border-color: rgba(45,212,191,.25);
        background: linear-gradient( 145deg, rgba(45,212,191,.06), rgba(255,255,255,.015) );
    }

.tool-icon[b-s9z5z0cfdg] {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
    border-radius: 9px;
    background: rgba(45,212,191,.07);
    color: #2dd4bf;
    font-family: Consolas, monospace;
    font-size: .8rem;
    font-weight: 700;
}

.tool-card h3[b-s9z5z0cfdg] {
    margin: 0 0 8px;
    color: #e2e8f0;
    font-size: 1rem;
}

.tool-card p[b-s9z5z0cfdg] {
    margin: 0;
    color: #64748b;
    line-height: 1.6;
    font-size: .8rem;
}

.card-arrow[b-s9z5z0cfdg] {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #475569;
    transition: .2s ease;
}

.tool-card:hover .card-arrow[b-s9z5z0cfdg] {
    color: #2dd4bf;
}


/* ========================================
   Responsive
======================================== */

@media (max-width: 1000px) {

    .hero-container[b-s9z5z0cfdg] {
        gap: 40px;
    }

    .tools-grid[b-s9z5z0cfdg] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}


@media (max-width: 768px) {

    .section-container[b-s9z5z0cfdg],
    .hero-container[b-s9z5z0cfdg] {
        width: calc(100% - 30px);
    }

    .hero[b-s9z5z0cfdg] {
        padding: 70px 0;
    }

    .hero-container[b-s9z5z0cfdg] {
        grid-template-columns: 1fr;
    }

    .hero-content[b-s9z5z0cfdg] {
        text-align: center;
    }

    .hello-badge[b-s9z5z0cfdg] {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-role[b-s9z5z0cfdg],
    .hero-actions[b-s9z5z0cfdg] {
        justify-content: center;
    }

    .hero-description[b-s9z5z0cfdg] {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-visual[b-s9z5z0cfdg] {
        min-height: 330px;
    }

    .chip-blazor[b-s9z5z0cfdg] {
        left: 5px;
    }

    .chip-db[b-s9z5z0cfdg] {
        right: 5px;
    }

    .section-header[b-s9z5z0cfdg] {
        align-items: start;
        flex-direction: column;
    }
}


@media (max-width: 560px) {

    .hero h1[b-s9z5z0cfdg] {
        font-size: 3.4rem;
    }

    .hero-role[b-s9z5z0cfdg] {
        font-size: .95rem;
        flex-wrap: wrap;
    }

    .hero-actions[b-s9z5z0cfdg] {
        flex-direction: column;
    }

    .primary-button[b-s9z5z0cfdg],
    .secondary-button[b-s9z5z0cfdg] {
        width: 100%;
    }

    .hero-visual[b-s9z5z0cfdg] {
        min-height: 290px;
    }

    .code-body[b-s9z5z0cfdg] {
        padding: 24px 18px;
        font-size: .78rem;
    }

    .tech-chip[b-s9z5z0cfdg] {
        display: none;
    }

    .main-search[b-s9z5z0cfdg] {
        padding: 5px;
    }

        .main-search button[b-s9z5z0cfdg] {
            padding: 0 14px;
        }

    .search-icon[b-s9z5z0cfdg] {
        display: none;
    }

    .tools-grid[b-s9z5z0cfdg] {
        grid-template-columns: 1fr;
    }
}
/* ========================================
   Guides / Fixes
======================================== */

.content-section[b-s9z5z0cfdg] {
    padding: 90px 0;
    border-top: 1px solid rgba(255,255,255,.05);
    border-bottom: 1px solid rgba(255,255,255,.05);
    background: rgba(255,255,255,.008);
}

.content-grid[b-s9z5z0cfdg] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
}

.content-column[b-s9z5z0cfdg] {
    min-width: 0;
}

.column-header[b-s9z5z0cfdg] {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 20px;
    margin-bottom: 20px;
}

    .column-header h3[b-s9z5z0cfdg] {
        margin: 5px 0 0;
        color: #f8fafc;
        font-size: 1.35rem;
    }

    .column-header a[b-s9z5z0cfdg] {
        color: #64748b;
        text-decoration: none;
        font-size: .78rem;
    }

        .column-header a:hover[b-s9z5z0cfdg] {
            color: #2dd4bf;
        }

.mini-label[b-s9z5z0cfdg] {
    color: #2dd4bf;
    font-size: .65rem;
    letter-spacing: .14em;
    font-weight: 700;
}

.danger-label[b-s9z5z0cfdg] {
    color: #fb7185;
}


/* Article cards */

.article-card[b-s9z5z0cfdg] {
    display: block;
    padding: 22px 0;
    border-bottom: 1px solid rgba(255,255,255,.06);
    text-decoration: none;
}

    .article-card:first-of-type[b-s9z5z0cfdg] {
        border-top: 1px solid rgba(255,255,255,.06);
    }

.article-meta[b-s9z5z0cfdg] {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #64748b;
    font-size: .68rem;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.category-dot[b-s9z5z0cfdg] {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #2dd4bf;
}

.article-card h4[b-s9z5z0cfdg] {
    margin: 11px 0 8px;
    color: #e2e8f0;
    font-size: 1rem;
    line-height: 1.45;
    transition: .2s ease;
}

.article-card p[b-s9z5z0cfdg] {
    margin: 0;
    color: #64748b;
    font-size: .8rem;
    line-height: 1.65;
}

.article-footer[b-s9z5z0cfdg] {
    margin-top: 14px;
    display: flex;
    justify-content: space-between;
    color: #475569;
    font-size: .7rem;
}

.article-card:hover h4[b-s9z5z0cfdg] {
    color: #2dd4bf;
}


/* Fixes */

.fix-card[b-s9z5z0cfdg] {
    position: relative;
    display: grid;
    grid-template-columns: 52px 1fr auto;
    align-items: center;
    gap: 16px;
    min-height: 92px;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,.065);
    background: rgba(255,255,255,.018);
    text-decoration: none;
    transition: .2s ease;
}

    .fix-card:hover[b-s9z5z0cfdg] {
        border-color: rgba(45,212,191,.20);
        background: rgba(45,212,191,.025);
    }

.fix-status[b-s9z5z0cfdg] {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(251,113,133,.07);
    color: #fb7185;
    font-size: .62rem;
    font-weight: 800;
}

.fix-code[b-s9z5z0cfdg] {
    color: #2dd4bf;
    font-family: Consolas, monospace;
    font-size: .67rem;
    letter-spacing: .05em;
}

.fix-content h4[b-s9z5z0cfdg] {
    margin: 4px 0;
    color: #e2e8f0;
    font-size: .9rem;
}

.fix-content p[b-s9z5z0cfdg] {
    margin: 0;
    color: #64748b;
    font-size: .73rem;
}

.fix-arrow[b-s9z5z0cfdg] {
    color: #475569;
    transition: .2s ease;
}

.fix-card:hover .fix-arrow[b-s9z5z0cfdg] {
    color: #2dd4bf;
    transform: translateX(3px);
}


/* ========================================
   News
======================================== */

.news-section[b-s9z5z0cfdg] {
    padding: 90px 0;
}

.news-grid[b-s9z5z0cfdg] {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr;
    gap: 14px;
}

.news-card[b-s9z5z0cfdg] {
    min-height: 250px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,.07);
    background: rgba(255,255,255,.018);
    text-decoration: none;
    transition: .2s ease;
}

    .news-card:hover[b-s9z5z0cfdg] {
        transform: translateY(-3px);
        border-color: rgba(45,212,191,.20);
    }

.featured-news[b-s9z5z0cfdg] {
    background: linear-gradient( 145deg, rgba(45,212,191,.06), rgba(255,255,255,.015) );
}

.news-top[b-s9z5z0cfdg] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.news-badge[b-s9z5z0cfdg] {
    padding: 5px 8px;
    border-radius: 5px;
    background: rgba(45,212,191,.08);
    color: #2dd4bf;
    font-size: .62rem;
    font-weight: 700;
}

.news-date[b-s9z5z0cfdg] {
    color: #475569;
    font-size: .68rem;
}

.news-card h3[b-s9z5z0cfdg] {
    margin: 0 0 11px;
    color: #e2e8f0;
    font-size: 1.05rem;
    line-height: 1.45;
}

.news-card p[b-s9z5z0cfdg] {
    margin: 0;
    color: #64748b;
    line-height: 1.65;
    font-size: .78rem;
}

.read-more[b-s9z5z0cfdg] {
    margin-top: auto;
    padding-top: 22px;
    color: #2dd4bf;
    font-size: .75rem;
}


/* ========================================
   Projects
======================================== */

.projects-section[b-s9z5z0cfdg] {
    padding: 95px 0;
    border-top: 1px solid rgba(255,255,255,.05);
    background: rgba(255,255,255,.008);
}

.projects-grid[b-s9z5z0cfdg] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 18px;
}

.project-card[b-s9z5z0cfdg] {
    overflow: hidden;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,.07);
    background: rgba(255,255,255,.018);
    text-decoration: none;
    transition: .25s ease;
}

    .project-card:hover[b-s9z5z0cfdg] {
        transform: translateY(-4px);
        border-color: rgba(45,212,191,.20);
    }

.project-preview[b-s9z5z0cfdg] {
    height: 260px;
    padding: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(255,255,255,.06);
    background: radial-gradient( circle at center, rgba(45,212,191,.06), transparent 65% );
}

.fake-window[b-s9z5z0cfdg] {
    width: 90%;
    height: 190px;
    overflow: hidden;
    border-radius: 9px;
    border: 1px solid rgba(255,255,255,.08);
    background: #08111b;
    box-shadow: 0 30px 60px rgba(0,0,0,.3);
}

.fake-window-header[b-s9z5z0cfdg] {
    height: 30px;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0 10px;
    border-bottom: 1px solid rgba(255,255,255,.05);
}

    .fake-window-header span[b-s9z5z0cfdg] {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #334155;
    }

.fake-window-content[b-s9z5z0cfdg] {
    height: calc(100% - 30px);
    display: grid;
    grid-template-columns: 50px 1fr;
}

.fake-sidebar[b-s9z5z0cfdg] {
    border-right: 1px solid rgba(255,255,255,.05);
    background: rgba(45,212,191,.025);
}

.fake-main[b-s9z5z0cfdg] {
    padding: 16px;
}

.fake-title[b-s9z5z0cfdg] {
    width: 40%;
    height: 8px;
    border-radius: 10px;
    background: rgba(255,255,255,.15);
    margin-bottom: 17px;
}

.fake-stats[b-s9z5z0cfdg] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
    margin-bottom: 17px;
}

    .fake-stats span[b-s9z5z0cfdg] {
        height: 38px;
        border-radius: 5px;
        border: 1px solid rgba(255,255,255,.05);
        background: rgba(255,255,255,.025);
    }

.fake-table[b-s9z5z0cfdg] {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

    .fake-table span[b-s9z5z0cfdg] {
        height: 9px;
        border-radius: 2px;
        background: rgba(255,255,255,.05);
    }

.terminal-preview[b-s9z5z0cfdg] {
    width: 88%;
    min-height: 170px;
    padding: 24px;
    border-radius: 9px;
    border: 1px solid rgba(255,255,255,.08);
    background: #061017;
    color: #64748b;
    font-family: Consolas, monospace;
    font-size: .8rem;
    line-height: 2;
    box-shadow: 0 30px 60px rgba(0,0,0,.3);
}

.terminal-sign[b-s9z5z0cfdg],
.terminal-success[b-s9z5z0cfdg] {
    color: #2dd4bf;
}

.terminal-cursor[b-s9z5z0cfdg] {
    color: #2dd4bf;
}

.project-info[b-s9z5z0cfdg] {
    padding: 24px;
}

.project-heading[b-s9z5z0cfdg] {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.project-type[b-s9z5z0cfdg] {
    color: #2dd4bf;
    font-size: .61rem;
    letter-spacing: .12em;
    font-weight: 700;
}

.project-info h3[b-s9z5z0cfdg] {
    margin: 6px 0 10px;
    color: #e2e8f0;
    font-size: 1.1rem;
}

.project-info p[b-s9z5z0cfdg] {
    margin: 0;
    color: #64748b;
    line-height: 1.65;
    font-size: .8rem;
}

.project-arrow[b-s9z5z0cfdg] {
    color: #475569;
    transition: .2s ease;
}

.project-card:hover
.project-arrow[b-s9z5z0cfdg] {
    color: #2dd4bf;
}

.project-tech[b-s9z5z0cfdg] {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 18px;
}

    .project-tech span[b-s9z5z0cfdg] {
        padding: 5px 8px;
        border-radius: 5px;
        background: rgba(255,255,255,.035);
        color: #64748b;
        font-size: .65rem;
    }


/* ========================================
   CTA
======================================== */

.final-cta[b-s9z5z0cfdg] {
    padding: 90px 0;
}

.cta-box[b-s9z5z0cfdg] {
    padding: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    border-radius: 16px;
    border: 1px solid rgba(45,212,191,.14);
    background: linear-gradient( 120deg, rgba(45,212,191,.055), rgba(255,255,255,.015) );
}

    .cta-box h2[b-s9z5z0cfdg] {
        margin: 0;
        color: #f8fafc;
        font-size: 1.7rem;
    }

    .cta-box p[b-s9z5z0cfdg] {
        margin: 10px 0 0;
        color: #64748b;
    }


/* ========================================
   Responsive extras
======================================== */

@media (max-width: 900px) {

    .content-grid[b-s9z5z0cfdg] {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .news-grid[b-s9z5z0cfdg] {
        grid-template-columns: 1fr 1fr;
    }

    .featured-news[b-s9z5z0cfdg] {
        grid-column: 1 / -1;
    }
}


@media (max-width: 700px) {

    .projects-grid[b-s9z5z0cfdg] {
        grid-template-columns: 1fr;
    }

    .cta-box[b-s9z5z0cfdg] {
        flex-direction: column;
        align-items: flex-start;
        padding: 30px;
    }
}


@media (max-width: 560px) {

    .news-grid[b-s9z5z0cfdg] {
        grid-template-columns: 1fr;
    }

    .featured-news[b-s9z5z0cfdg] {
        grid-column: auto;
    }

    .project-preview[b-s9z5z0cfdg] {
        height: 220px;
        padding: 20px;
    }

    .fix-card[b-s9z5z0cfdg] {
        grid-template-columns: 44px 1fr;
    }

    .fix-status[b-s9z5z0cfdg] {
        width: 40px;
        height: 40px;
    }

    .fix-arrow[b-s9z5z0cfdg] {
        display: none;
    }

    .cta-box .primary-button[b-s9z5z0cfdg] {
        width: 100%;
    }
}
/* /Components/Pages/Tools.razor.rz.scp.css */
.tools-page[b-27cnjyaoub] {
    --navy: #071827;
    --navy-2: #0c2235;
    --teal: #14b8a6;
    --teal-dark: #0f766e;
    --cyan: #22d3ee;
    --text: #122033;
    --muted: #64748b;
    --border: #e5eaf0;
    --surface: #ffffff;
    --soft: #f8fafc;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 28px 80px;
}


/* =========================================
   HERO
========================================= */

.tools-hero[b-27cnjyaoub] {
    position: relative;
    min-height: 480px;
    display: flex;
    align-items: center;
    margin-top: 20px;
    padding: 70px 65px;
    overflow: hidden;
    background: radial-gradient(circle at 85% 20%, rgba(34, 211, 238, .14), transparent 27%), linear-gradient(135deg, #071827, #0b2134);
    border-radius: 30px;
}

    .tools-hero[b-27cnjyaoub]::after {
        content: "</>";
        position: absolute;
        left: -30px;
        bottom: -85px;
        color: rgba(255,255,255,.025);
        font-family: monospace;
        font-size: 250px;
        font-weight: 900;
    }

.tools-hero-content[b-27cnjyaoub] {
    position: relative;
    z-index: 2;
    max-width: 760px;
}

.tools-brand-badge[b-27cnjyaoub] {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 8px 14px;
    margin-bottom: 26px;
    color: #5eead4;
    background: rgba(20,184,166,.10);
    border: 1px solid rgba(94,234,212,.18);
    border-radius: 999px;
    font-size: .73rem;
    font-weight: 800;
    letter-spacing: .12em;
}

.tools-hero h1[b-27cnjyaoub] {
    margin: 0;
    color: white;
    font-size: clamp(3rem, 6vw, 5.3rem);
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -.05em;
}

    .tools-hero h1 span[b-27cnjyaoub] {
        display: block;
        background: linear-gradient( 90deg, #5eead4, #22d3ee );
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
    }

.hero-description[b-27cnjyaoub] {
    max-width: 690px;
    margin: 26px 0 0;
    color: #a8b8c8;
    font-size: 1.08rem;
    line-height: 1.9;
}

.hero-features[b-27cnjyaoub] {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 30px;
}

    .hero-features div[b-27cnjyaoub] {
        display: flex;
        align-items: center;
        gap: 7px;
        padding: 9px 13px;
        color: #cbd5e1;
        background: rgba(255,255,255,.045);
        border: 1px solid rgba(255,255,255,.08);
        border-radius: 10px;
        font-size: .76rem;
    }

    .hero-features i[b-27cnjyaoub] {
        color: #5eead4;
    }


/* GLOW */

.hero-glow[b-27cnjyaoub] {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    pointer-events: none;
}

.glow-one[b-27cnjyaoub] {
    width: 280px;
    height: 280px;
    right: 80px;
    top: -100px;
    background: rgba(20,184,166,.12);
}

.glow-two[b-27cnjyaoub] {
    width: 220px;
    height: 220px;
    right: -50px;
    bottom: -80px;
    background: rgba(34,211,238,.08);
}


/* =========================================
   SECTIONS
========================================= */

.tools-section[b-27cnjyaoub] {
    padding: 75px 0 20px;
}

.section-header[b-27cnjyaoub] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 28px;
}

.section-title[b-27cnjyaoub] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.section-icon[b-27cnjyaoub] {
    flex: 0 0 auto;
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 15px;
    font-size: 1.35rem;
}

    .section-icon.developer[b-27cnjyaoub] {
        color: #0f766e;
        background: #ccfbf1;
    }

    .section-icon.document[b-27cnjyaoub] {
        color: #2563eb;
        background: #dbeafe;
    }

    .section-icon.images[b-27cnjyaoub] {
        color: #7c3aed;
        background: #ede9fe;
    }

.section-kicker[b-27cnjyaoub] {
    display: block;
    margin-bottom: 3px;
    color: #0d9488;
    font-size: .64rem;
    font-weight: 900;
    letter-spacing: .14em;
}

.section-title h2[b-27cnjyaoub] {
    margin: 0;
    color: var(--navy);
    font-size: 1.55rem;
    font-weight: 850;
}

.section-title p[b-27cnjyaoub] {
    margin: 5px 0 0;
    color: var(--muted);
    font-size: .83rem;
}

.tools-count[b-27cnjyaoub],
.development-label[b-27cnjyaoub] {
    padding: 7px 11px;
    color: #64748b;
    background: #f1f5f9;
    border-radius: 8px;
    font-size: .72rem;
    font-weight: 700;
}

.development-label[b-27cnjyaoub] {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #7c3aed;
    background: #f5f3ff;
}


/* =========================================
   GRID
========================================= */

.tools-grid[b-27cnjyaoub] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}


/* =========================================
   TOOL CARD
========================================= */

.tool-card[b-27cnjyaoub] {
    min-height: 320px;
    display: flex;
    flex-direction: column;
    padding: 23px;
    color: inherit;
    text-decoration: none;
    background: white;
    border: 1px solid var(--border);
    border-radius: 18px;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

a.tool-card:hover[b-27cnjyaoub] {
    transform: translateY(-5px);
    border-color: rgba(20,184,166,.4);
    box-shadow: 0 20px 45px rgba(15,23,42,.09);
}

.tool-top[b-27cnjyaoub] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}


/* ICONS */

.tool-icon[b-27cnjyaoub] {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    font-size: 1.35rem;
}

    .tool-icon.json[b-27cnjyaoub] {
        color: #eab308;
        background: #fef9c3;
    }

    .tool-icon.jwt[b-27cnjyaoub] {
        color: #7c3aed;
        background: #ede9fe;
    }

    .tool-icon.guid[b-27cnjyaoub] {
        color: #2563eb;
        background: #dbeafe;
    }

    .tool-icon.base64[b-27cnjyaoub] {
        color: #ea580c;
        background: #ffedd5;
    }

    .tool-icon.qr[b-27cnjyaoub] {
        color: #0f766e;
        background: #ccfbf1;
    }

    .tool-icon.crop[b-27cnjyaoub] {
        color: #2563eb;
        background: #dbeafe;
    }

    .tool-icon.compress[b-27cnjyaoub] {
        color: #0f766e;
        background: #ccfbf1;
    }

    .tool-icon.resize[b-27cnjyaoub] {
        color: #7c3aed;
        background: #ede9fe;
    }

    .tool-icon.image-pdf[b-27cnjyaoub] {
        color: #dc2626;
        background: #fee2e2;
    }


/* STATUS */

.status[b-27cnjyaoub] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 9px;
    border-radius: 999px;
    font-size: .64rem;
    font-weight: 750;
}

    .status.available[b-27cnjyaoub] {
        color: #047857;
        background: #ecfdf5;
    }

        .status.available span[b-27cnjyaoub] {
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: #10b981;
        }

    .status.soon[b-27cnjyaoub] {
        color: #64748b;
        background: #f1f5f9;
    }

    .status.development[b-27cnjyaoub] {
        color: #7c3aed;
        background: #f5f3ff;
    }


/* BODY */

.tool-body[b-27cnjyaoub] {
    margin-top: 27px;
}

.tool-category[b-27cnjyaoub] {
    color: #94a3b8;
    font-size: .61rem;
    font-weight: 850;
    letter-spacing: .12em;
}

.tool-body h3[b-27cnjyaoub] {
    margin: 7px 0 10px;
    color: var(--navy);
    font-size: 1.22rem;
    font-weight: 850;
}

.tool-body p[b-27cnjyaoub] {
    margin: 0;
    color: var(--muted);
    font-size: .82rem;
    line-height: 1.75;
}


/* ACTION */

.tool-action[b-27cnjyaoub] {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: auto;
    padding-top: 24px;
    color: #0f766e;
    font-size: .76rem;
    font-weight: 800;
}

    .tool-action i[b-27cnjyaoub] {
        transition: transform .2s ease;
    }

.tool-card:hover .tool-action i[b-27cnjyaoub] {
    transform: translateX(-4px);
}


/* MORE */

.more-card[b-27cnjyaoub] {
    justify-content: center;
    background: repeating-linear-gradient( -45deg, #fbfdff, #fbfdff 10px, #f8fafc 10px, #f8fafc 20px );
    border-style: dashed;
}

.more-content[b-27cnjyaoub] {
    text-align: center;
}

.more-icon[b-27cnjyaoub] {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    margin: 0 auto 14px;
    color: #64748b;
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 50%;
}

.more-content h3[b-27cnjyaoub] {
    margin: 0;
    color: #334155;
    font-size: .95rem;
}

.more-content p[b-27cnjyaoub] {
    max-width: 230px;
    margin: 8px auto 0;
    color: #94a3b8;
    font-size: .75rem;
    line-height: 1.6;
}


/* =========================================
   FEATURED DOCUMENT TOOL
========================================= */

.featured-tool[b-27cnjyaoub] {
    position: relative;
    min-height: 440px;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
    overflow: hidden;
    color: inherit;
    text-decoration: none;
    background: radial-gradient( circle at 100% 0%, rgba(34,211,238,.13), transparent 30% ), linear-gradient( 135deg, #071827, #0c263a );
    border-radius: 25px;
    box-shadow: 0 25px 60px rgba(7,24,39,.13);
    transition: transform .2s ease, box-shadow .2s ease;
}

    .featured-tool:hover[b-27cnjyaoub] {
        transform: translateY(-4px);
        box-shadow: 0 30px 70px rgba(7,24,39,.18);
    }

.featured-decoration[b-27cnjyaoub] {
    position: absolute;
    width: 400px;
    height: 400px;
    right: -180px;
    top: -200px;
    border: 1px solid rgba(94,234,212,.08);
    border-radius: 50%;
}

.featured-content[b-27cnjyaoub] {
    position: relative;
    z-index: 2;
    padding: 40px;
}

.featured-top[b-27cnjyaoub] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 38px;
}

.featured-icon[b-27cnjyaoub] {
    width: 62px;
    height: 62px;
    display: grid;
    place-items: center;
    color: #5eead4;
    background: rgba(20,184,166,.12);
    border: 1px solid rgba(94,234,212,.16);
    border-radius: 17px;
    font-size: 1.6rem;
}

.featured-badges[b-27cnjyaoub] {
    display: flex;
    gap: 8px;
}

.featured-badge[b-27cnjyaoub] {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 6px 9px;
    color: #67e8f9;
    background: rgba(34,211,238,.08);
    border-radius: 999px;
    font-size: .61rem;
    font-weight: 800;
}

.dark-status[b-27cnjyaoub] {
    color: #6ee7b7 !important;
    background: rgba(16,185,129,.1) !important;
}

.featured-category[b-27cnjyaoub] {
    color: #5eead4;
    font-size: .63rem;
    font-weight: 850;
    letter-spacing: .13em;
}

.featured-content h3[b-27cnjyaoub] {
    margin: 8px 0 13px;
    color: white;
    font-size: 2rem;
    font-weight: 850;
}

.featured-content > p[b-27cnjyaoub] {
    max-width: 650px;
    margin: 0;
    color: #9fb0c1;
    font-size: .88rem;
    line-height: 1.85;
}

.featured-features[b-27cnjyaoub] {
    display: flex;
    flex-wrap: wrap;
    gap: 9px 17px;
    margin-top: 23px;
}

    .featured-features div[b-27cnjyaoub] {
        display: flex;
        align-items: center;
        gap: 6px;
        color: #cbd5e1;
        font-size: .7rem;
    }

    .featured-features i[b-27cnjyaoub] {
        color: #2dd4bf;
    }

.featured-action[b-27cnjyaoub] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 34px;
    color: white;
    font-size: .8rem;
    font-weight: 800;
}

    .featured-action div[b-27cnjyaoub] {
        width: 34px;
        height: 34px;
        display: grid;
        place-items: center;
        color: #071827;
        background: #5eead4;
        border-radius: 50%;
        transition: transform .2s ease;
    }

.featured-tool:hover .featured-action div[b-27cnjyaoub] {
    transform: translateX(-5px);
}


/* PAPER PREVIEW */

.featured-preview[b-27cnjyaoub] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    background: linear-gradient( 135deg, rgba(255,255,255,.025), rgba(255,255,255,.01) );
}

.paper-preview[b-27cnjyaoub] {
    width: 220px;
    height: 310px;
    padding: 25px 20px;
    transform: rotate(4deg);
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 30px 50px rgba(0,0,0,.35);
}

.paper-line[b-27cnjyaoub] {
    height: 5px;
    margin: 0 auto 30px;
    background: #e2e8f0;
    border-radius: 10px;
}

    .paper-line.small[b-27cnjyaoub] {
        width: 45%;
    }

.fake-document[b-27cnjyaoub] {
    display: flex;
    gap: 9px;
    padding: 11px;
    background: #eef2f5;
    border: 1px solid #d7dee5;
    border-radius: 5px;
}

    .fake-document.second[b-27cnjyaoub] {
        margin-top: 16px;
    }

.fake-photo[b-27cnjyaoub] {
    flex: 0 0 auto;
    width: 42px;
    height: 48px;
    display: grid;
    place-items: center;
    color: #94a3b8;
    background: #dce4ea;
    border-radius: 3px;
    font-size: 1.2rem;
}

.fake-data[b-27cnjyaoub] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
}

    .fake-data span[b-27cnjyaoub] {
        height: 4px;
        background: #c5d0d9;
        border-radius: 5px;
    }

        .fake-data span:nth-child(2)[b-27cnjyaoub] {
            width: 70%;
        }

        .fake-data span:nth-child(3)[b-27cnjyaoub] {
            width: 50%;
        }

    .fake-data.full span:nth-child(4)[b-27cnjyaoub] {
        width: 60%;
    }


/* =========================================
   COMING
========================================= */

.coming-card[b-27cnjyaoub] {
    background: #fbfcfe;
}

.coming-footer[b-27cnjyaoub] {
    margin-top: auto;
    padding-top: 24px;
    color: #94a3b8;
    font-size: .72rem;
    font-weight: 700;
}


/* =========================================
   PRIVACY
========================================= */

.privacy-section[b-27cnjyaoub] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 22px;
    margin-top: 80px;
    padding: 30px 34px;
    color: white;
    background: linear-gradient( 135deg, #071827, #0b2235 );
    border-radius: 22px;
}

.privacy-icon[b-27cnjyaoub] {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    color: #5eead4;
    background: rgba(20,184,166,.1);
    border: 1px solid rgba(94,234,212,.14);
    border-radius: 16px;
    font-size: 1.5rem;
}

.privacy-content span[b-27cnjyaoub] {
    color: #5eead4;
    font-size: .6rem;
    font-weight: 850;
    letter-spacing: .13em;
}

.privacy-content h3[b-27cnjyaoub] {
    margin: 4px 0 5px;
    color: white;
    font-size: 1.1rem;
}

.privacy-content p[b-27cnjyaoub] {
    max-width: 670px;
    margin: 0;
    color: #94a3b8;
    font-size: .78rem;
    line-height: 1.7;
}

.privacy-decoration[b-27cnjyaoub] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #5eead4;
}

    .privacy-decoration span[b-27cnjyaoub] {
        width: 28px;
        height: 1px;
        background: rgba(94,234,212,.25);
    }


/* FOOT NOTE */

.tools-footer-note[b-27cnjyaoub] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding-top: 35px;
    color: #94a3b8;
    font-size: .72rem;
}

    .tools-footer-note i[b-27cnjyaoub] {
        color: #14b8a6;
    }


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 950px) {

    .tools-grid[b-27cnjyaoub] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .featured-tool[b-27cnjyaoub] {
        grid-template-columns: 1fr;
    }

    .featured-preview[b-27cnjyaoub] {
        display: none;
    }
}


@media (max-width: 650px) {

    .tools-page[b-27cnjyaoub] {
        padding: 0 16px 60px;
    }

    .tools-hero[b-27cnjyaoub] {
        min-height: auto;
        margin-top: 10px;
        padding: 55px 25px;
        border-radius: 22px;
    }

        .tools-hero h1[b-27cnjyaoub] {
            font-size: 2.7rem;
        }

    .hero-description[b-27cnjyaoub] {
        font-size: .9rem;
    }

    .section-header[b-27cnjyaoub] {
        align-items: flex-start;
    }

    .tools-count[b-27cnjyaoub],
    .development-label[b-27cnjyaoub] {
        display: none;
    }

    .tools-grid[b-27cnjyaoub] {
        grid-template-columns: 1fr;
    }

    .tool-card[b-27cnjyaoub] {
        min-height: 290px;
    }

    .featured-content[b-27cnjyaoub] {
        padding: 28px 23px;
    }

        .featured-content h3[b-27cnjyaoub] {
            font-size: 1.5rem;
        }

    .featured-top[b-27cnjyaoub] {
        align-items: flex-start;
    }

    .featured-badges[b-27cnjyaoub] {
        flex-direction: column;
        align-items: flex-end;
    }

    .privacy-section[b-27cnjyaoub] {
        grid-template-columns: auto minmax(0,1fr);
        padding: 25px 22px;
    }

    .privacy-decoration[b-27cnjyaoub] {
        display: none;
    }
}
