/* _content/SynBlazor.WEB/Components/Layout/HhatFooter.razor.rz.scp.css */
.hhat-footer[b-ry34gi9qgb] {
    background: #0F172A;
    color: #cbd5e1;
    padding: 2.5rem 2.5rem;
    margin-top: 4rem;
}

.hhat-footer-inner[b-ry34gi9qgb] {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.hhat-footer-brand[b-ry34gi9qgb] {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.hhat-footer-tag[b-ry34gi9qgb] {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.78rem;
    color: #64748b;
    letter-spacing: 0.06em;
}

.hhat-footer-meta[b-ry34gi9qgb] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    color: #94a3b8;
    flex-wrap: wrap;
}

.hhat-footer-meta a[b-ry34gi9qgb] {
    color: #cbd5e1;
    text-decoration: none;
    transition: color 0.2s;
}

.hhat-footer-meta a:hover[b-ry34gi9qgb] {
    color: #5BBB7A;
}

.hhat-footer-sep[b-ry34gi9qgb] {
    color: #475569;
}

@media (max-width: 768px) {
    .hhat-footer[b-ry34gi9qgb] {
        padding: 2rem 1rem;
    }
}
/* _content/SynBlazor.WEB/Components/Layout/HhatLayout.razor.rz.scp.css */
.hhat-shell[b-56gm9kzr8l] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #F8F7F3;
}

.hhat-main[b-56gm9kzr8l] {
    flex: 1;
    padding-top: 64px; /* offset for fixed nav */
}
/* _content/SynBlazor.WEB/Components/Layout/HhatNavBar.razor.rz.scp.css */
.hhat-nav[b-1v9kqwhgzu] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: rgba(248, 247, 243, 0.88);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(74, 77, 181, 0.10);
    box-shadow: 0 2px 16px rgba(74, 77, 181, 0.04);
}

.hhat-nav-inner[b-1v9kqwhgzu] {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0.9rem 2.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
}

.hhat-nav-links[b-1v9kqwhgzu] {
    list-style: none;
    display: flex;
    gap: 2rem;
    margin: 0;
    padding: 0;
}

.hhat-nav-links a[b-1v9kqwhgzu] {
    color: #4A4A6A;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    transition: color 0.2s;
}

.hhat-nav-links a:hover[b-1v9kqwhgzu] {
    color: #4A4DB5;
}

.hhat-nav-right[b-1v9kqwhgzu] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

@media (max-width: 900px) {
    .hhat-nav-inner[b-1v9kqwhgzu] {
        padding: 0.75rem 1rem;
    }
    .hhat-nav-links[b-1v9kqwhgzu] {
        display: none;
    }
}
/* _content/SynBlazor.WEB/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-2u63ysddof] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-2u63ysddof] {
    flex: 1;
}

.sidebar[b-2u63ysddof] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-2u63ysddof] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-2u63ysddof]  a, .top-row[b-2u63ysddof]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-2u63ysddof]  a:hover, .top-row[b-2u63ysddof]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-2u63ysddof]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-2u63ysddof] {
        justify-content: space-between;
    }

    .top-row[b-2u63ysddof]  a, .top-row[b-2u63ysddof]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-2u63ysddof] {
        flex-direction: row;
    }

    .sidebar[b-2u63ysddof] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-2u63ysddof] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-2u63ysddof]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-2u63ysddof], article[b-2u63ysddof] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-2u63ysddof] {
    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-2u63ysddof] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/SynBlazor.WEB/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-l73weajg20] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-l73weajg20] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-l73weajg20] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-l73weajg20] {
    font-size: 1.1rem;
}

.bi[b-l73weajg20] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-l73weajg20] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-l73weajg20] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-l73weajg20] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-l73weajg20] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-l73weajg20] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-l73weajg20] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-l73weajg20] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-l73weajg20] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-l73weajg20] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-l73weajg20] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-l73weajg20] {
        padding-bottom: 1rem;
    }

    .nav-item[b-l73weajg20]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-l73weajg20]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-l73weajg20]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-l73weajg20] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-l73weajg20] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-l73weajg20] {
        display: none;
    }

    .nav-scrollable[b-l73weajg20] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/SynBlazor.WEB/Components/Pages/Home.razor.rz.scp.css */
/* ===== HERO ===== */
.hhat-hero[b-cfizbns5xw] {
    min-height: calc(100vh - 64px);
    display: flex;
    align-items: center;
}

.hhat-hero-inner[b-cfizbns5xw] {
    max-width: 1280px;
    margin: 0 auto;
    padding: 4rem 2.5rem;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.hhat-hero-left[b-cfizbns5xw] {
    min-width: 0;
}

.hhat-hero-h1[b-cfizbns5xw] {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 800;
    font-size: clamp(3.5rem, 8vw, 6rem);
    line-height: 1;
    letter-spacing: -0.03em;
    margin: 1.2rem 0 0.4rem;
    display: flex;
    gap: 0.05em;
}

.hhat-letter[b-cfizbns5xw] {
    display: inline-block;
}

.hhat-letter--blue[b-cfizbns5xw] { color: #4A4DB5; }
.hhat-letter--orange[b-cfizbns5xw] { color: #F08020; }
.hhat-letter--green[b-cfizbns5xw] { color: #2E9E4F; }
.hhat-letter--yellow[b-cfizbns5xw] { color: #F5B800; }

.hhat-hero-sub[b-cfizbns5xw] {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    color: #4A4A6A;
    margin: 0 0 1.2rem;
    font-weight: 500;
}

.hhat-hero-tagline[b-cfizbns5xw] {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    color: #1A1A2E;
    line-height: 1.7;
    margin: 0 0 2rem;
    max-width: 540px;
}

.hhat-hero-tagline strong[b-cfizbns5xw] {
    color: #4A4DB5;
    font-weight: 600;
}

.hhat-hero-cta[b-cfizbns5xw] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}

.hhat-hero-metrics[b-cfizbns5xw] {
    display: flex;
    gap: 2.5rem;
    flex-wrap: wrap;
}

.hhat-metric[b-cfizbns5xw] {
    display: flex;
    flex-direction: column;
}

.hhat-metric-val[b-cfizbns5xw] {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 800;
    font-size: 1.8rem;
    color: #4A4DB5;
    line-height: 1;
}

.hhat-metric-lbl[b-cfizbns5xw] {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    color: #8A8AAA;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: 0.3rem;
}

.hhat-hero-right[b-cfizbns5xw] {
    display: flex;
    justify-content: center;
}

/* ===== SECTION (common) ===== */
.hhat-section[b-cfizbns5xw] {
    padding: 5rem 2.5rem;
}

.hhat-section--alt[b-cfizbns5xw] {
    background: #EEF2FF;
}

.hhat-section-inner[b-cfizbns5xw] {
    max-width: 1280px;
    margin: 0 auto;
}

.hhat-section-title[b-cfizbns5xw] {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 800;
    font-size: clamp(2rem, 4vw, 2.8rem);
    color: #1A1A2E;
    margin: 0 0 1rem;
    letter-spacing: -0.02em;
}

.hhat-section-lead[b-cfizbns5xw] {
    font-family: 'Inter', sans-serif;
    font-size: 1.05rem;
    color: #4A4A6A;
    margin: 0 0 3rem;
    max-width: 640px;
    line-height: 1.6;
}

/* ===== Block grid (4 cards) ===== */
.hhat-block-grid[b-cfizbns5xw] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
}

.hhat-service-grid[b-cfizbns5xw] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
}

/* ===== CONTACT ===== */
.hhat-contact-grid[b-cfizbns5xw] {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 3rem;
    align-items: start;
    background: #fff;
    border: 1px solid #E0DFF5;
    border-radius: 22px;
    padding: 2.5rem;
    box-shadow: 0 12px 40px rgba(74, 77, 181, 0.08);
}

.hhat-contact-h3[b-cfizbns5xw] {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 800;
    font-size: 1.15rem;
    color: #1A1A2E;
    margin: 0 0 1.2rem;
}

.hhat-contact-info[b-cfizbns5xw] {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.hhat-contact-pill[b-cfizbns5xw] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0.9rem 1rem;
    background: #F8F7F3;
    border: 1px solid #E0DFF5;
    border-radius: 14px;
    text-decoration: none;
    color: inherit;
    transition: all 0.2s;
}

.hhat-contact-pill:hover[b-cfizbns5xw] {
    background: #EEF2FF;
    border-color: #4A4DB5;
    transform: translateX(4px);
    color: inherit;
    text-decoration: none;
}

.hhat-contact-pill-icon[b-cfizbns5xw] {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    background: linear-gradient(135deg, #4A4DB5, #7577CC);
    color: #fff;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}

.hhat-contact-pill-lbl[b-cfizbns5xw] {
    display: block;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.7rem;
    color: #8A8AAA;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.15rem;
}

.hhat-contact-pill-val[b-cfizbns5xw] {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    color: #1A1A2E;
    font-weight: 600;
}

/* ===== Responsive ===== */
@media (max-width: 1024px) {
    .hhat-hero-inner[b-cfizbns5xw] {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
    .hhat-hero-right[b-cfizbns5xw] {
        display: none;
    }
    .hhat-block-grid[b-cfizbns5xw] {
        grid-template-columns: repeat(2, 1fr);
    }
    .hhat-service-grid[b-cfizbns5xw] {
        grid-template-columns: repeat(2, 1fr);
    }
    .hhat-contact-grid[b-cfizbns5xw] {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 2rem;
    }
}

@media (max-width: 640px) {
    .hhat-hero-inner[b-cfizbns5xw] {
        padding: 2.5rem 1rem;
    }
    .hhat-section[b-cfizbns5xw] {
        padding: 3rem 1rem;
    }
    .hhat-block-grid[b-cfizbns5xw],
    .hhat-service-grid[b-cfizbns5xw] {
        grid-template-columns: 1fr;
    }
    .hhat-contact-grid[b-cfizbns5xw] {
        padding: 1.5rem;
    }
}
/* _content/SynBlazor.WEB/Components/Pages/Showcase.razor.rz.scp.css */
.hhat-showcase[b-s5f3hg5s9x] {
    padding: 4rem 2.5rem;
}

.hhat-showcase-inner[b-s5f3hg5s9x] {
    max-width: 1280px;
    margin: 0 auto;
}

.hhat-showcase-title[b-s5f3hg5s9x] {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 800;
    font-size: clamp(2.2rem, 5vw, 3.2rem);
    color: #1A1A2E;
    margin: 0.8rem 0 1rem;
    letter-spacing: -0.02em;
}

.hhat-showcase-lead[b-s5f3hg5s9x] {
    font-family: 'Inter', sans-serif;
    font-size: 1.05rem;
    color: #4A4A6A;
    margin: 0 0 3.5rem;
    max-width: 720px;
    line-height: 1.7;
}

/* === Category === */
.hhat-cat[b-s5f3hg5s9x] {
    margin-bottom: 3rem;
}

.hhat-cat-title[b-s5f3hg5s9x] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 800;
    font-size: 1.25rem;
    color: #1A1A2E;
    margin: 0 0 1.2rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #E0DFF5;
}

.hhat-cat-bullet[b-s5f3hg5s9x] {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 3px;
}

.hhat-cat-bullet--blue[b-s5f3hg5s9x] { background: #4A4DB5; }
.hhat-cat-bullet--orange[b-s5f3hg5s9x] { background: #F08020; }
.hhat-cat-bullet--green[b-s5f3hg5s9x] { background: #2E9E4F; }
.hhat-cat-bullet--yellow[b-s5f3hg5s9x] { background: #F5B800; }

.hhat-cat-grid[b-s5f3hg5s9x] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 0.75rem;
}

/* === Chip === */
.hhat-chip[b-s5f3hg5s9x] {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.65rem 0.85rem;
    background: #fff;
    border: 1px solid #E0DFF5;
    border-radius: 12px;
    text-decoration: none;
    color: #1A1A2E;
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    transition: all 0.2s;
}

.hhat-chip:hover[b-s5f3hg5s9x] {
    transform: translateY(-2px);
    border-color: #4A4DB5;
    box-shadow: 0 6px 18px rgba(74, 77, 181, 0.12);
    color: #4A4DB5;
    text-decoration: none;
}

.hhat-chip-icon[b-s5f3hg5s9x] {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1rem;
}

.hhat-chip-icon--blue[b-s5f3hg5s9x] { background: linear-gradient(135deg, #4A4DB5, #7577CC); }
.hhat-chip-icon--orange[b-s5f3hg5s9x] { background: linear-gradient(135deg, #F08020, #F5A05A); }
.hhat-chip-icon--green[b-s5f3hg5s9x] { background: linear-gradient(135deg, #2E9E4F, #5BBB7A); }
.hhat-chip-icon--yellow[b-s5f3hg5s9x] { background: linear-gradient(135deg, #F5B800, #F8CC4A); color: #1A1A2E; }

[b-s5f3hg5s9x] .hhat-chip-icon .syncfusion-blazor-index-icons {
    color: inherit !important;
    padding: 0 !important;
    font-size: 1.1rem !important;
}

.hhat-chip-label[b-s5f3hg5s9x] {
    flex: 1;
}

@media (max-width: 640px) {
    .hhat-showcase[b-s5f3hg5s9x] {
        padding: 2.5rem 1rem;
    }
    .hhat-cat-grid[b-s5f3hg5s9x] {
        grid-template-columns: 1fr;
    }
}
/* _content/SynBlazor.WEB/Components/Shared/HhatAuthCard.razor.rz.scp.css */
.hhat-auth-wrap[b-213hbkvpeg] {
    min-height: calc(100vh - 64px - 140px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 1.25rem;
    background: linear-gradient(135deg, #F8F7F3 0%, #EEF2FF 100%);
    position: relative;
    overflow: hidden;
}

.hhat-auth-wrap[b-213hbkvpeg]::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -120px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(74, 77, 181, 0.12), transparent 70%);
    z-index: 0;
}

.hhat-auth-wrap[b-213hbkvpeg]::after {
    content: "";
    position: absolute;
    bottom: -120px;
    left: -120px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(240, 128, 32, 0.10), transparent 70%);
    z-index: 0;
}

.hhat-auth-card[b-213hbkvpeg] {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 440px;
    background: #fff;
    border: 1px solid #E0DFF5;
    border-radius: 18px;
    padding: 2.5rem 2.25rem;
    box-shadow: 0 12px 40px rgba(74, 77, 181, 0.10);
    animation: hhat-fade-in-up-b-213hbkvpeg 0.45s ease-out;
}

.hhat-auth-logo[b-213hbkvpeg] {
    display: flex;
    justify-content: center;
    margin-bottom: 1.25rem;
}

.hhat-auth-title[b-213hbkvpeg] {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 800;
    font-size: 1.6rem;
    text-align: center;
    color: #1A1A2E;
    margin: 0 0 0.4rem;
    letter-spacing: -0.01em;
}

.hhat-auth-subtitle[b-213hbkvpeg] {
    text-align: center;
    color: #4A4A6A;
    font-size: 0.9rem;
    margin: 0 0 1.6rem;
    font-family: 'Inter', sans-serif;
}

.hhat-auth-body[b-213hbkvpeg] {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.hhat-auth-footer[b-213hbkvpeg] {
    margin-top: 1.4rem;
    padding-top: 1.2rem;
    border-top: 1px solid #E0DFF5;
    text-align: center;
    font-size: 0.875rem;
    color: #4A4A6A;
    font-family: 'Inter', sans-serif;
}

@keyframes hhat-fade-in-up-b-213hbkvpeg {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 480px) {
    .hhat-auth-card[b-213hbkvpeg] {
        padding: 2rem 1.25rem;
    }
    .hhat-auth-title[b-213hbkvpeg] {
        font-size: 1.4rem;
    }
}
/* _content/SynBlazor.WEB/Components/Shared/HhatBlockCard.razor.rz.scp.css */
.hhat-block-card[b-d3eka2kly7] {
    position: relative;
    background: #fff;
    border: 1px solid #E0DFF5;
    border-radius: 18px;
    padding: 1.8rem 1.5rem 1.6rem;
    transition: all 0.3s;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(74, 77, 181, 0.04);
}

.hhat-block-card[b-d3eka2kly7]::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s;
}

.hhat-block-card:hover[b-d3eka2kly7] {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(74, 77, 181, 0.14);
}

.hhat-block-card:hover[b-d3eka2kly7]::after {
    transform: scaleX(1);
}

.hhat-block-card--blue[b-d3eka2kly7]::after { background: #4A4DB5; }
.hhat-block-card--orange[b-d3eka2kly7]::after { background: #F08020; }
.hhat-block-card--green[b-d3eka2kly7]::after { background: #2E9E4F; }
.hhat-block-card--yellow[b-d3eka2kly7]::after { background: #F5B800; }

.hhat-block-num[b-d3eka2kly7] {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    color: #8A8AAA;
    letter-spacing: 0.08em;
    margin-bottom: 1rem;
}

.hhat-block-letter[b-d3eka2kly7] {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 800;
    font-size: 3.5rem;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.hhat-block-card--blue .hhat-block-letter[b-d3eka2kly7] { color: #4A4DB5; }
.hhat-block-card--orange .hhat-block-letter[b-d3eka2kly7] { color: #F08020; }
.hhat-block-card--green .hhat-block-letter[b-d3eka2kly7] { color: #2E9E4F; }
.hhat-block-card--yellow .hhat-block-letter[b-d3eka2kly7] { color: #F5B800; }

.hhat-block-word[b-d3eka2kly7] {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    color: #1A1A2E;
    margin: 0 0 0.6rem;
    letter-spacing: 0.01em;
}

.hhat-block-desc[b-d3eka2kly7] {
    color: #4A4A6A;
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    line-height: 1.55;
    margin: 0;
}
/* _content/SynBlazor.WEB/Components/Shared/HhatContactForm.razor.rz.scp.css */
.hhat-contact-form[b-ik7mz1kyvv] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

[b-ik7mz1kyvv] .hhat-sf-input .e-input-group {
    border: 1.5px solid #E0DFF5 !important;
    border-radius: 12px !important;
    background: #fff !important;
    transition: all 0.2s;
    padding: 0.15rem 0.3rem;
}

[b-ik7mz1kyvv] .hhat-sf-input .e-input-group:hover {
    border-color: #7577CC !important;
}

[b-ik7mz1kyvv] .hhat-sf-input .e-input-group.e-input-focus {
    border-color: #4A4DB5 !important;
    box-shadow: 0 0 0 3px rgba(74, 77, 181, 0.12) !important;
}

[b-ik7mz1kyvv] .hhat-sf-input .e-input-group input,
[b-ik7mz1kyvv] .hhat-sf-input .e-input-group textarea {
    font-family: 'Inter', sans-serif !important;
    font-size: 0.95rem !important;
    color: #1A1A2E !important;
    padding: 0.7rem 0.6rem !important;
}

[b-ik7mz1kyvv] .hhat-sf-input--multiline .e-input-group {
    min-height: 110px;
}

[b-ik7mz1kyvv] .hhat-sf-btn-primary {
    background: #4A4DB5 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 999px !important;
    padding: 0.85rem 2rem !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 700 !important;
    font-size: 0.95rem !important;
    box-shadow: 0 4px 20px rgba(74, 77, 181, 0.3) !important;
    margin-top: 0.5rem !important;
    width: 100%;
    transition: all 0.25s;
}

[b-ik7mz1kyvv] .hhat-sf-btn-primary:hover:not(:disabled) {
    background: #F08020 !important;
    box-shadow: 0 8px 28px rgba(240, 128, 32, 0.35) !important;
    transform: translateY(-2px);
}

[b-ik7mz1kyvv] .hhat-sf-btn-primary:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
/* _content/SynBlazor.WEB/Components/Shared/HhatHeroPanel.razor.rz.scp.css */
.hhat-hero-visual[b-0t28anrarh] {
    position: relative;
    width: 360px;
    height: 360px;
    margin: 0 auto;
}

.hhat-orbit[b-0t28anrarh] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 320px;
    height: 320px;
    border: 2px dashed #E0DFF5;
    border-radius: 50%;
    animation: hhat-spin-orbit-b-0t28anrarh 22s linear infinite;
}

.hhat-rubik[b-0t28anrarh] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-12deg);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    width: 180px;
}

.hhat-rblock[b-0t28anrarh] {
    width: 82px;
    height: 82px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 800;
    font-size: 2.2rem;
    box-shadow: 0 8px 26px rgba(0, 0, 0, 0.18);
    transition: transform 0.35s, box-shadow 0.35s;
}

.hhat-rblock:hover[b-0t28anrarh] {
    transform: scale(1.08) rotate(6deg);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
}

.hhat-rblock--blue[b-0t28anrarh] { background: linear-gradient(135deg, #4A4DB5, #7577CC); }
.hhat-rblock--orange[b-0t28anrarh] { background: linear-gradient(135deg, #F08020, #F5A05A); }
.hhat-rblock--green[b-0t28anrarh] { background: linear-gradient(135deg, #2E9E4F, #5BBB7A); }
.hhat-rblock--yellow[b-0t28anrarh] { background: linear-gradient(135deg, #F5B800, #F8CC4A); color: #1A1A2E; }

.hhat-dots[b-0t28anrarh] {
    position: absolute;
    inset: 0;
}

.hhat-dot[b-0t28anrarh] {
    position: absolute;
    border-radius: 4px;
    animation: hhat-float-b-0t28anrarh 3s ease-in-out infinite;
}

.hhat-dot--1[b-0t28anrarh] { width: 14px; height: 14px; background: #4A4DB5; top: 14px; right: 70px; animation-delay: 0s; }
.hhat-dot--2[b-0t28anrarh] { width: 10px; height: 10px; background: #F08020; top: 50px; right: 30px; animation-delay: 0.35s; }
.hhat-dot--3[b-0t28anrarh] { width: 12px; height: 12px; background: #2E9E4F; top: 10px; right: 16px; animation-delay: 0.7s; }
.hhat-dot--4[b-0t28anrarh] { width: 8px; height: 8px; background: #F5B800; bottom: 70px; left: 26px; animation-delay: 1.05s; }
.hhat-dot--5[b-0t28anrarh] { width: 11px; height: 11px; background: #7577CC; bottom: 36px; right: 30px; animation-delay: 1.4s; }

@keyframes hhat-spin-orbit-b-0t28anrarh {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes hhat-float-b-0t28anrarh {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@media (max-width: 640px) {
    .hhat-hero-visual[b-0t28anrarh] { width: 280px; height: 280px; }
    .hhat-orbit[b-0t28anrarh] { width: 250px; height: 250px; }
    .hhat-rubik[b-0t28anrarh] { width: 150px; }
    .hhat-rblock[b-0t28anrarh] { width: 68px; height: 68px; font-size: 1.7rem; }
}
/* _content/SynBlazor.WEB/Components/Shared/HhatLogo.razor.rz.scp.css */
.hhat-logo[b-i5qkjcxsxz] {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    text-decoration: none;
    font-family: 'Be Vietnam Pro', 'Nunito', sans-serif;
}

.hhat-logo-blocks[b-i5qkjcxsxz] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3px;
}

.hhat-logo-block[b-i5qkjcxsxz] {
    border-radius: 2px;
    transition: transform 0.3s;
}

.hhat-logo:hover .hhat-logo-block[b-i5qkjcxsxz] {
    transform: scale(1.1);
}

.hhat-logo-block--blue[b-i5qkjcxsxz] { background: #4A4DB5; }
.hhat-logo-block--orange[b-i5qkjcxsxz] { background: #F08020; }
.hhat-logo-block--green[b-i5qkjcxsxz] { background: #2E9E4F; }
.hhat-logo-block--yellow[b-i5qkjcxsxz] { background: #F5B800; }

.hhat-logo-text[b-i5qkjcxsxz] {
    font-weight: 900;
    letter-spacing: 0.05em;
    color: #4A4DB5;
}

.hhat-logo-dot[b-i5qkjcxsxz] {
    color: #0EA5E9;
    font-family: 'JetBrains Mono', monospace;
    font-weight: 500;
}

/* Nav size — default */
.hhat-logo--nav .hhat-logo-block[b-i5qkjcxsxz] { width: 10px; height: 10px; }
.hhat-logo--nav .hhat-logo-text[b-i5qkjcxsxz] { font-size: 1.25rem; }

/* Hero size — large */
.hhat-logo--hero .hhat-logo-block[b-i5qkjcxsxz] { width: 28px; height: 28px; border-radius: 6px; }
.hhat-logo--hero .hhat-logo-text[b-i5qkjcxsxz] { font-size: 2.5rem; }

/* Footer size — inverted */
.hhat-logo--footer .hhat-logo-block[b-i5qkjcxsxz] { width: 12px; height: 12px; }
.hhat-logo--footer .hhat-logo-text[b-i5qkjcxsxz] { font-size: 1.1rem; color: #FFFFFF; }
.hhat-logo--footer .hhat-logo-dot[b-i5qkjcxsxz] { color: #5BBB7A; }
/* _content/SynBlazor.WEB/Components/Shared/HhatServiceCard.razor.rz.scp.css */
.hhat-service-card[b-v1lvz23je0] {
    background: #fff;
    border: 1px solid #E0DFF5;
    border-radius: 18px;
    padding: 1.8rem 1.6rem;
    transition: all 0.3s;
    box-shadow: 0 2px 8px rgba(74, 77, 181, 0.04);
}

.hhat-service-card:hover[b-v1lvz23je0] {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(74, 77, 181, 0.14);
}

.hhat-service-icon[b-v1lvz23je0] {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-bottom: 1.1rem;
}

.hhat-service-icon--blue[b-v1lvz23je0] { background: linear-gradient(135deg, #4A4DB5, #7577CC); }
.hhat-service-icon--orange[b-v1lvz23je0] { background: linear-gradient(135deg, #F08020, #F5A05A); }
.hhat-service-icon--green[b-v1lvz23je0] { background: linear-gradient(135deg, #2E9E4F, #5BBB7A); }
.hhat-service-icon--yellow[b-v1lvz23je0] { background: linear-gradient(135deg, #F5B800, #F8CC4A); color: #1A1A2E; }

.hhat-service-title[b-v1lvz23je0] {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 800;
    font-size: 1.2rem;
    margin: 0 0 0.6rem;
    color: #1A1A2E;
}

.hhat-service-desc[b-v1lvz23je0] {
    color: #4A4A6A;
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0 0 1.2rem;
}

.hhat-service-tags[b-v1lvz23je0] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.hhat-service-tags li[b-v1lvz23je0] {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.72rem;
    color: #4A4DB5;
    background: #EEF2FF;
    border: 1px solid #C5D3FF;
    padding: 0.22rem 0.6rem;
    border-radius: 999px;
    font-weight: 500;
}
/* _content/SynBlazor.WEB/Components/Shared/HhatUserMenu.razor.rz.scp.css */
.hhat-user-menu[b-o9ho2csxb4] {
    position: relative;
}

.hhat-user-trigger[b-o9ho2csxb4] {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    background: rgba(232, 233, 248, 0.7);
    border: 1px solid #E0DFF5;
    color: #1A1A2E;
    padding: 0.4rem 0.75rem 0.4rem 0.4rem;
    border-radius: 999px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.2s;
}

.hhat-user-trigger:hover[b-o9ho2csxb4] {
    background: #E8E9F8;
    border-color: #4A4DB5;
}

.hhat-user-avatar[b-o9ho2csxb4] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: linear-gradient(135deg, #4A4DB5, #7577CC);
    color: #fff;
    font-weight: 800;
    font-size: 0.85rem;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.hhat-user-name[b-o9ho2csxb4] {
    max-width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hhat-user-dropdown[b-o9ho2csxb4] {
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    min-width: 200px;
    background: #fff;
    border: 1px solid #E0DFF5;
    border-radius: 12px;
    box-shadow: 0 12px 40px rgba(74, 77, 181, 0.18);
    padding: 0.4rem;
    z-index: 200;
    animation: hhat-dropdown-in-b-o9ho2csxb4 0.18s ease-out;
}

@keyframes hhat-dropdown-in-b-o9ho2csxb4 {
    from { opacity: 0; transform: translateY(-6px); }
    to { opacity: 1; transform: translateY(0); }
}

.hhat-user-dropdown-item[b-o9ho2csxb4] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    width: 100%;
    padding: 0.55rem 0.75rem;
    background: none;
    border: none;
    color: #1A1A2E;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    border-radius: 8px;
    cursor: pointer;
    text-align: left;
    transition: background 0.15s;
}

.hhat-user-dropdown-item:hover[b-o9ho2csxb4] {
    background: #EEF2FF;
    color: #4A4DB5;
}

.hhat-user-dropdown-item--danger[b-o9ho2csxb4] {
    color: #B91C1C;
}

.hhat-user-dropdown-item--danger:hover[b-o9ho2csxb4] {
    background: #FEF2F2;
    color: #B91C1C;
}

.hhat-user-dropdown-sep[b-o9ho2csxb4] {
    border: 0;
    height: 1px;
    background: #E0DFF5;
    margin: 0.3rem 0.2rem;
}

.hhat-user-logout-form[b-o9ho2csxb4] {
    margin: 0;
}
