/* _content/AsonDemo/Components/Layout/Drawer.razor.rz.scp.css */
.drawer-container[b-3rabw8cmb2] {
    height: 100%;
}

[b-3rabw8cmb2] .panel-open:not(.mobile) .menu-button {
    display: none;
}

[b-3rabw8cmb2] .navigation-drawer > .dxbl-drawer-panel {
    background-image: linear-gradient(180deg, var(--bs-primary, var(--DS-primary-90)) 0%, var(--bs-black, #000) 150%);
}

[b-3rabw8cmb2] .navigation-drawer > .dxbl-drawer-content {
    overflow: auto;
}

[b-3rabw8cmb2] .navigation-drawer > .dxbl-drawer-panel > .dxbl-drawer-header {
    border-bottom: none;
    padding: 2rem 1rem;
    background: none;
}

[b-3rabw8cmb2] .navigation-drawer > .dxbl-drawer-panel > .dxbl-drawer-header > .navigation-drawer-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

[b-3rabw8cmb2] .navigation-drawer > .dxbl-drawer-panel > .dxbl-drawer-body {
    --dxbl-drawer-panel-body-padding-x: 0;
    --dxbl-drawer-panel-body-padding-y: 1rem;
}

[b-3rabw8cmb2] .navigation-drawer > .dxbl-drawer-panel > .dxbl-drawer-footer {
    --dxbl-drawer-panel-footer-justify-content: center;
    border-top: none;
    padding-bottom: 1.5rem;
    width: 240px;
    background: none;
}

[b-3rabw8cmb2] .navigation-drawer > .dxbl-drawer-panel {
    display: flex;
}

[b-3rabw8cmb2] .navigation-drawer.mobile > .dxbl-drawer-panel {
    display: none;
}

[b-3rabw8cmb2] .navigation-drawer > .dxbl-drawer-content > .navigation-drawer-shading {
    display: none;
}

@media (max-width: 768px) {
    [b-3rabw8cmb2] .panel-open:not(.mobile) .menu-button {
        display: inline-flex;
    }

    [b-3rabw8cmb2] .navigation-drawer > .dxbl-drawer-panel {
        display: none;
    }

    [b-3rabw8cmb2] .navigation-drawer.mobile > .dxbl-drawer-panel {
        display: flex;
    }

    [b-3rabw8cmb2] .navigation-drawer > .dxbl-drawer-content > .navigation-drawer-shading {
        background-color: var(--dxbl-drawer-content-shading-bg);
        display: block;
        height: 100%;
        position: absolute;
        transition: ease var(--dxbl-drawer-animation-duration);
        transition-property: opacity, visibility;
        visibility: visible;
        width: 100%;
        z-index: 99;
        opacity: var(--dxbl-drawer-content-shading-opacity);
    }

    [b-3rabw8cmb2] .navigation-drawer.mobile.panel-closed .navigation-drawer-shading {
        opacity: 0;
        visibility: hidden;
    }
}
/* _content/AsonDemo/Components/Layout/MainLayout.razor.rz.scp.css */
html[b-sobka4cor6], body[b-sobka4cor6] {
    font-family: 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

body[b-sobka4cor6], html[b-sobka4cor6] {
    background-color: #fff;
}

.header-bar[b-sobka4cor6] {
    height: 48px;
    display: flex;
    align-items: center;
    padding: 0 0.5rem;
    background: var(--layout-chrome-bg);
    font-weight: 600;
    gap: .35rem;
}

.header-brand[b-sobka4cor6] {
    display: flex;
    align-items: center;
    gap: .55rem;
    cursor: pointer;
    padding: 4px 6px;
    border-radius: 6px;
    margin-left: 8px;
}

.header-logo[b-sobka4cor6] {
    height: 30px;
    width: auto;
    display: block;
    border-radius: 6px;
    box-shadow: 0 1px 3px -1px rgba(0,0,0,.35);
}

.header-demo-text[b-sobka4cor6] {
    font-size: 22px;
    font-weight: 700;
    color: #374151;
    font-family: 'Segoe UI';
    letter-spacing: .5px;
    text-shadow: 0 1px 2px rgba(255,255,255,.7);
    white-space: nowrap;
}

.header-actions[b-sobka4cor6] {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: .75rem;
    font-weight: 400;
    font-size: 0.9rem;
}

.docs-link[b-sobka4cor6] {
    border: none;
    background: transparent;
    color: #374151;
    font-weight: 500;
    padding: .4rem .6rem;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.9rem;
}

.github-btn-icon[b-sobka4cor6] {
    height: 18px;
    width: 18px;
    display: block;
    margin-right: 10px;
}

.icon-btn[b-sobka4cor6] {
    border: 1px solid rgba(0,0,0,.15);
    background: #fff;
    height: 34px;
    width: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    cursor: pointer;
    font-size: 18px;
    color: #374151;
    padding: 0;
    box-shadow: 0 1px 2px rgba(0,0,0,.08);
}

    .icon-btn:hover[b-sobka4cor6] {
        background: #f5f5f5;
    }

    .icon-btn:focus-visible[b-sobka4cor6] {
        outline: 2px solid #2563eb;
        outline-offset: 2px;
    }

﻿
.page[b-sobka4cor6] {
    height: 100%;
    font-family: var(--bs-font-sans-serif, var(--DS-font-family-sans-serif));
    min-height: 0;
}

.app-root[b-sobka4cor6] {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.no-scroll[b-sobka4cor6] {
    overflow: hidden;
}

.side-nav[b-sobka4cor6] {
    width: 220px;
    padding: 0.5rem;
    overflow: auto;
    background: var(--layout-chrome-bg);
    flex-shrink: 0;
    box-sizing: border-box;
    transition: transform var(--transition-fast);
}

.chat-panel-wrapper[b-sobka4cor6] {
    width: 420px;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
    border-left: 2px solid var(--layout-chrome-bg);
    box-shadow: -4px 0 4px -2px rgba(0,0,0,0.04);
    box-sizing: border-box;
    background: rgb(211,211,210);
    flex-shrink: 0;
    transition: transform var(--transition-fast);
}

/* Hidden by default (must appear BEFORE media queries so they can override) */
.nav-collapse-toggle[b-sobka4cor6], .chat-toggle[b-sobka4cor6] {
    display: none;
}

.main-row[b-sobka4cor6] {
    flex: 1 1 0;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    min-width: 0;
}

/* Flat style specifically for the hamburger and chat toggles */
.nav-collapse-toggle[b-sobka4cor6], .chat-toggle[b-sobka4cor6] {
    border: none;
    background: transparent;
    box-shadow: none;
    width: 40px;
    height: 40px;
    font-size: 22px;
    color: #374151;
}

    .nav-collapse-toggle:hover[b-sobka4cor6], .chat-toggle:hover[b-sobka4cor6] {
        background: rgba(0,0,0,.06);
    }

    .nav-collapse-toggle:active[b-sobka4cor6], .chat-toggle:active[b-sobka4cor6] {
        background: rgba(0,0,0,.12);
    }

@media (max-width:1100px) {
    .nav-collapse-toggle[b-sobka4cor6] {
        display: inline-flex;
    }

    .side-nav[b-sobka4cor6] {
        position: fixed;
        top: 48px;
        left: 0;
        bottom: 0;
        z-index: 1050;
        transform: translateX(-100%);
        width: 240px;
        box-shadow: 0 4px 12px -2px rgba(0,0,0,.25);
    }

        .side-nav.open[b-sobka4cor6] {
            transform: translateX(0);
        }
}


@media (max-width:1000px) {
    .chat-toggle[b-sobka4cor6] {
        display: inline-flex;
    }

    .chat-panel-wrapper[b-sobka4cor6] {
        position: fixed;
        top: 48px;
        right: 0;
        bottom: 0;
        height: auto;
        max-width: 420px;
        width: 100%;
        transform: translateX(100%);
        border-left: none;
        box-shadow: 0 4px 12px -2px rgba(0,0,0,.25);
        z-index: 1050; /* sits above overlay (1040) */
    }

        .chat-panel-wrapper.open[b-sobka4cor6] {
            transform: translateX(0);
        }

    .main-row[b-sobka4cor6] {
        overflow: visible;
    }

    .app-root[b-sobka4cor6] {
        height: auto;
        min-height: 100%;
        overflow: visible;
    }
    /* Hide elements that should disappear when chat toggle appears */
    .hide-on-chat[b-sobka4cor6] {
        display: none !important;
    }
}

.overlay-shade[b-sobka4cor6] {
    position: fixed;
    inset: 48px 0 0 0;
    background: rgba(0,0,0,.35);
    z-index: 1040; /* remains behind slide-in panels (1050) */
    opacity: 0;
    pointer-events: none;
    transition: opacity var(--transition-fast);
}
    /* Overlay now used for both nav + chat (blur kept for nav) */
    .overlay-shade.visible[b-sobka4cor6] {
        opacity: 1;
        pointer-events: auto;
        backdrop-filter: blur(2px);
    }

@media (max-width:900px) {
    .overlay-shade[b-sobka4cor6] {
        inset: 48px 0 0 0;
    }
}

@media (min-width:1400px) {
    .chat-panel-wrapper[b-sobka4cor6] {
        width: 480px;
    }
}

.logo[b-sobka4cor6] {
    text-align: center;
}

[b-sobka4cor6] .icon-back {
    --icon-mask-image: var(--icon-back-mask-image);
}

[b-sobka4cor6] .icon-close {
    --icon-mask-image: var(--icon-close-mask-image);
}

[b-sobka4cor6] .icon-menu {
    --icon-mask-image: var(--icon-menu-mask-image);
}


[b-sobka4cor6] .docs-icon {
    --icon-mask-image: var(--icon-docs-mask-image);
}

[b-sobka4cor6] .demos-icon {
    --icon-mask-image: var(--icon-demos-mask-image);
}

[b-sobka4cor6] .footer-button:hover .demos-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-sobka4cor6] .footer-button:hover .docs-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-sobka4cor6] .menu-button:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-sobka4cor6] .menu-button-nav:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

.panel-open .menu-button[b-sobka4cor6] {
    display: inline-flex;
}

.nav-buttons-container[b-sobka4cor6] {
    display: flex;
    gap: 10px;
    padding: 2rem 1rem;
}

    .nav-buttons-container[b-sobka4cor6]  .menubutton-float-end {
        margin-left: auto;
    }

.chat-panel-host[b-sobka4cor6] {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    height:100%;
    min-height: 0;
    min-width: 0;
}


    .chat-panel-host .dxbl-chatui-root[b-sobka4cor6] {
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
        min-height: 0;
        height: 100%;
        width: 100%;
    }

    .chat-panel-host .dxbl-chatui-messages[b-sobka4cor6] {
        flex: 1 1 auto;
        min-height: 0;
        overflow: auto;
    }

    .chat-panel-host .dxbl-chatui-submitarea-container[b-sobka4cor6] {
        flex-shrink: 0;
    }
.chat-control[b-sobka4cor6] {
    height: 1000px;
}

/* _content/AsonDemo/Components/Layout/NavMenu.razor.rz.scp.css */
[b-5z0yyqooj7] .menu.display-mobile {
    margin-bottom: 2rem;
}

[b-5z0yyqooj7] .menu {
    --dxbl-menu-bottom-left-border-radius: 0;
    --dxbl-menu-bottom-right-border-radius: 0;
    --dxbl-menu-top-left-border-radius: 0;
    --dxbl-menu-top-right-border-radius: 0;

    background-color: inherit;
}

[b-5z0yyqooj7] .menu .dxbl-menu-item-list {
    gap: 0.5rem;
}

/* DevExpress renders a custom element <dxbl-menu-item> wrapping an <a>. Apply hover to wrapper and link */
[b-5z0yyqooj7] dxbl-menu-item.dxbl-menu-item,
[b-5z0yyqooj7] .dxbl-menu-item a,
[b-5z0yyqooj7] .dxbl-menu-item {
    color: #374151;
    cursor: pointer;
    border-radius: 4px;
    transition: none !important;
}

/* Ensure anchor stretches so background fills area */
[b-5z0yyqooj7] .dxbl-menu-item a {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 4px 8px;
    box-sizing: border-box;
    text-decoration: none;
}

/* Hover (instant) */
[b-5z0yyqooj7] dxbl-menu-item.dxbl-menu-item:hover,
[b-5z0yyqooj7] .dxbl-menu-item:hover,
[b-5z0yyqooj7] .dxbl-menu-item a:hover {
    background-color: rgba(173, 216, 230, 0.35);
    color: #374151;
}

/* Focus/active */
[b-5z0yyqooj7] dxbl-menu-item.dxbl-menu-item:focus-within,
[b-5z0yyqooj7] .dxbl-menu-item:focus-within,
[b-5z0yyqooj7] .dxbl-menu-item a:active,
[b-5z0yyqooj7] .dxbl-menu-item a:focus-visible {
    background-color: rgba(173, 216, 230, 0.5);
    color: #374151;
}

[b-5z0yyqooj7] .icon {
    margin-left: 0.5rem;
}

[b-5z0yyqooj7] .home-icon {
    --icon-mask-image: var(--icon-home-mask-image);
}

[b-5z0yyqooj7] .emails-icon {
    --icon-mask-image: var(--icon-emails-mask-image);
}

[b-5z0yyqooj7] .charts-icon {
    --icon-mask-image: var(--icon-charts-mask-image);
}

[b-5z0yyqooj7] .employees-icon {
    --icon-mask-image: var(--icon-employees-mask-image);
}

@media (max-width: 768px) {
    #sidebar[b-5z0yyqooj7] {
        min-width: inherit;
        max-width: inherit;
        display: block;
    }

    .logo[b-5z0yyqooj7] {
        text-align: inherit;
    }
}
/* _content/AsonDemo/Components/Pages/Emails.razor.rz.scp.css */
/* Email list item styles */
.email-item[b-r0t200vbdj] {
    padding: 6px 10px;
    cursor: pointer;
    font-size: .82rem;
    line-height: 1.05rem;
    border-bottom: 1px solid #eee;
}

    .email-item:last-child[b-r0t200vbdj] {
        border-bottom: none;
    }

.email-line[b-r0t200vbdj] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.email-from[b-r0t200vbdj] {
    font-size: .85rem;
}

.email-time[b-r0t200vbdj] {
    font-size: .7rem;
    color: #555;
    white-space: nowrap;
}

.email-subject[b-r0t200vbdj] {
    color: #222;
}

.email-body[b-r0t200vbdj] {
    color: #555;
}

.emails-root[b-r0t200vbdj] {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding: 20px;
}

/* Consolidated em-row styles (removed duplicate definition) */
.em-row[b-r0t200vbdj] {
    padding: 6px 10px;
    cursor: pointer;
    font-size: .95rem;
    line-height: 1.2rem;
    border-bottom: 1px solid #eee;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

    .em-row:last-child[b-r0t200vbdj] {
        border-bottom: none;
    }

.em-line[b-r0t200vbdj] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    min-width: 0;
}

.em-from-line[b-r0t200vbdj] {
    font-size: 1rem;
    display: flex;
    min-width: 0;
}

.em-time[b-r0t200vbdj] {
    font-size: .85rem;
    white-space: nowrap;
    flex-shrink: 0;
}

.em-subj[b-r0t200vbdj] {
    font-size: .85rem;
}

.em-body[b-r0t200vbdj] {
    font-size: .85rem;
    font-weight: 200;
}

/* --- DevExpress DxListBox width constraint fixes --- */
/* Root list box already has overflow-x:hidden; ensure descendants cannot expand it */
[b-r0t200vbdj] .dxbl-list-box {
    overflow-x: hidden;
}
    /* Force scroll-viewer content to not allow child intrinsic width expansion */
    [b-r0t200vbdj] .dxbl-list-box .dxbl-scroll-viewer-content {
        width: 100% !important;
        min-width: 0;
    }
    /* The internal UL is flex by default (causing it to size to widest child). Make it block so it shrinks to container. */
    [b-r0t200vbdj] .dxbl-list-box .dxbl-list-box-container-no-scroll {
        display: block !important;
        width: 100% !important;
        min-width: 0 !important;
    }
        /* Each LI should also be block and constrained */
        [b-r0t200vbdj] .dxbl-list-box .dxbl-list-box-container-no-scroll > li {
            display: block !important;
            width: 100% !important;
            min-width: 0 !important;
        }
    /* Template container should not introduce extra width */
    [b-r0t200vbdj] .dxbl-list-box .dxbl-list-box-item-display-template-container {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
        overflow: hidden;
    }
    /* Generic item container width constraints */
    [b-r0t200vbdj] .dxbl-list-box .dxbl-list-box-item,
    [b-r0t200vbdj] .dxbl-list-box .dxbl-list-box-item .dxbl-lbi-content {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
        min-width: 0;
    }
    /* Ensure any flex ancestors can shrink */
    [b-r0t200vbdj] .dxbl-list-box .dxbl-list-box-scroll-viewer,
    [b-r0t200vbdj] .dxbl-list-box .dxbl-list-box-item,
    [b-r0t200vbdj] .dxbl-list-box .dxbl-lbi-content {
        min-width: 0;
    }


/* Email preview layout */
.email-preview-host[b-r0t200vbdj] { height:100%; }
.email-preview-card[b-r0t200vbdj] { 
    display:flex;
    flex-direction:column;
    height:100%;
    border-radius:4px;
    background:var(--bs-body-bg,#fff);
    font-size:.95rem;
}
.email-preview-subject[b-r0t200vbdj] {
    font-weight: 600;
    padding: 6px 10px;
    border: 1px solid var(--bs-border-color,#dcdcdc);
    font-size: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 4px;
    box-shadow: 0 2px 4px -2px rgba(0,0,0,.07);
}
.email-preview-main[b-r0t200vbdj] {
    margin: 0 0 0 0;
    padding: 14px 18px 20px 18px;
    overflow: auto;
    display: flex;
    border: 1px solid var(--bs-border-color,#dcdcdc);
    flex-direction: column;
    border-radius: 4px;
    margin: 10px 0 0 0;
    gap: 14px;
    box-shadow: 0 2px 6px 0px rgba(0,0,0,.07);
}
.email-preview-header[b-r0t200vbdj] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: .85rem;
}

.email-list-shadow[b-r0t200vbdj] {
    box-shadow: 4px 4px 10px 0px rgba(0,0,0,.9);
}
email-list-container[b-r0t200vbdj] {
    height: 100%;
    min-height: 0;
}
.from-row[b-r0t200vbdj] { 
    display:flex; 
    align-items:center; 
    gap:10px; 
    font-size:.9rem; 
}
.from-name[b-r0t200vbdj] { font-weight:600; }
.received-date[b-r0t200vbdj] { margin-left:auto; color:#666; font-size:.8rem; white-space:nowrap; }
.to-row[b-r0t200vbdj] { display:flex; gap:4px; flex-wrap:wrap; }
.to-label[b-r0t200vbdj] { font-weight:600; color:#444; }
.to-list[b-r0t200vbdj] { color:#333; }
.email-preview-body[b-r0t200vbdj] { 
    font-size:.9rem; 
    line-height:1.25rem; 
    color:#222; 
}

/* Dark mode adjustments */
:root[data-bs-theme="dark"] .email-preview-card[b-r0t200vbdj] { background:#1f1f1f; border-color:#333; }
:root[data-bs-theme="dark"] .email-preview-subject[b-r0t200vbdj] { background:linear-gradient(#2a2a2a,#252525); border-color:#333; }
:root[data-bs-theme="dark"] .received-date[b-r0t200vbdj] { color:#aaa; }
:root[data-bs-theme="dark"] .to-label[b-r0t200vbdj] { color:#bbb; }
:root[data-bs-theme="dark"] .email-preview-body[b-r0t200vbdj] { color:#ddd; }
/* _content/AsonDemo/Components/Pages/Employees.razor.rz.scp.css */
.employees-root[b-zv55jyvt3e] {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    padding: 20px;
}

.toolbar-container[b-zv55jyvt3e]{
    margin: 10px 0 30px;
    flex: 0 1 auto;
}

.employees-grid[b-zv55jyvt3e] {
    flex: 1 1 0;
    min-height: 0;
    display: flex;
}

    .employees-grid > *[b-zv55jyvt3e] {
        flex: 1 1 auto;
        min-height: 0;
    }

.employees-editor[b-zv55jyvt3e] {
    flex: 1 1 auto;
    overflow: auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
    margin-top: .5rem
}

/* Ensure DevExpress grid fills its container */
.employees-grid .dxbl-grid[b-zv55jyvt3e] {
    height: 100%;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

    .employees-grid .dxbl-grid .dxbl-grid-content[b-zv55jyvt3e] {
        flex: 1 1 auto;
        min-height: 0;
    }

/* Grid + auto-height editor layout */
.employees-shell[b-zv55jyvt3e] {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.employees-grid-container[b-zv55jyvt3e] {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
}

    .employees-grid-container > *[b-zv55jyvt3e] {
        flex: 1 1 auto;
        min-height: 0;
    }
/* Editor sits after grid and takes only needed height; grid shrinks accordingly */
.employees-editor-auto[b-zv55jyvt3e] {
    flex: 0 0 auto;
    padding: .5rem;
    border: 1px solid var(--bs-border-color,#dcdcdc);
    border-radius: 4px;
    box-shadow: 0 2px 4px -2px rgba(0,0,0,.07);
    margin-top: 10px;
}

    /* When multiple tabs, allow their internal content to size naturally; prevent overall scroll cutoff */
    .employees-editor-auto .dxbl-tabs[b-zv55jyvt3e] {
        display: flex;
        flex-direction: column;
    }

    .employees-editor-auto .dxbl-tab-panel[b-zv55jyvt3e] {
        display: flex;
        flex-direction: column;
    }

/* Remove previous splitter / shared styles no longer used */
.employees-splitter[b-zv55jyvt3e], .employees-splitter .dxbl-splitter[b-zv55jyvt3e] { /* deprecated */
}


.tb-icon2[b-zv55jyvt3e] {
    width: 24px !important;
    height: 24px !important;
    background-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-size: contain;
    background-position: center center;
    background-color: currentColor;
    opacity: 1;
}

/* _content/AsonDemo/Components/Pages/Index.razor.rz.scp.css */
[b-iih46v5r46] .welcome-gridlayout {
    margin: auto;
    width: auto;
    height: auto;
}

[b-iih46v5r46] .welcome-gridlayout .dxbl-gridlayout-root {
    align-content: center;
    justify-content: center;
}

[b-iih46v5r46] .title {
    text-align: center;
}

[b-iih46v5r46] .welcome-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

[b-iih46v5r46] .welcome-card {
    width: 26.25rem;
    height: 15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s;
    border-radius: 1rem;
    color: var(--bs-link-color, var(--DS-primary-90));
    gap: 1.5rem;
    text-decoration: none;
    position: relative;
}

[b-iih46v5r46] .welcome-card:hover {
    box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
}

[b-iih46v5r46] .welcome-card .welcome-card-img {
    width: 6.5rem;
    height: 6.5rem;
}

[b-iih46v5r46] .welcome-card .welcome-card-text {
    font-size: 1.75rem;
    font-weight: 600;
    letter-spacing: 0em;
    text-align: center;
    text-decoration: unset;
}

[b-iih46v5r46] .welcome-card .welcome-card-back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--bs-body-color, var(--DS-color-content-neutral-default-rest));
    opacity: 0.05;
    border-radius: 1rem;
    z-index: -2;
}

.home-hero[b-iih46v5r46] {
    position: relative;
    margin: 1rem;
    padding: 0;
    background: url('images/header.png') center/cover no-repeat;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 8px;
    overflow: hidden;
}

.hero-container[b-iih46v5r46] {
    position: relative;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 1.25rem;
    min-height: 220px;
}

.hero-left-block[b-iih46v5r46] {
    position: absolute;
    top: 1rem;
    left: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: .35rem;
}

.hero-title[b-iih46v5r46] {
    font: 700 2rem "Segoe UI";
    margin: 0;
    color: #374151;
    text-shadow: 0 1px 2px rgba(255,255,255,.5);
}

.hero-note[b-iih46v5r46] {
    font: 600 .8rem "Segoe UI";
    letter-spacing: .25rem;
    text-transform: uppercase;
    background: rgba(255,255,255,.75);
    padding: .35rem .55rem;
    border-radius: 4px;
    box-shadow: 0 1px 3px -1px rgba(0,0,0,.25);
}

.github-btn[b-iih46v5r46] {
    position: absolute;
    bottom: 1rem;
    right: 1.25rem;
    background: #fff;
    border: 1px solid rgba(0,0,0,.15);
    font: .8rem "Segoe UI";
    padding: .6rem .95rem;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    font-weight: 500;
    color: #222;
    text-decoration: none;
    box-shadow: 0 2px 6px -2px rgba(0,0,0,.25);
}

    .github-btn:hover[b-iih46v5r46] {
        border-color: rgba(0,0,0,.35);
    }

.prompt-section[b-iih46v5r46] {
    max-width: 1320px;
    margin: 0 auto;
    padding: 2rem 1.25rem 3rem;
}

.prompt-group-title[b-iih46v5r46] {
    font: 600 1.05rem "Segoe UI";
    margin: 0 0 .85rem;
    color: #1f2937;
}

/* Prompt card visual + fixed height */
.prompt-card[b-iih46v5r46] {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    transition: background-color .08s ease, border-color .08s ease, transform .08s ease;
    cursor: pointer;
    box-shadow: 0 0 3px #E6E6E6;
    height: 120px; /* fixed height */
    display: block; /* remove flex to allow line clamp to function */
}

    .prompt-card:hover[b-iih46v5r46] {
        background: #f9f9f9;
        border-color: #d0d7de;
    }

    .prompt-card:active[b-iih46v5r46] {
        background: #eef1f4;
        transform: translateY(1px);
    }

/* Multiline clamp with ellipsis */
.prompt-text[b-iih46v5r46] {
    font-size: 1.0rem;
    line-height: 1.25rem;
    font-family: 'Segoe UI';
    color: #464646;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 4;
}

/* Ensure Bootstrap card-body doesn't stretch spacing oddly */
.prompt-card .card-body[b-iih46v5r46] {
    padding: .85rem .95rem;
    /* removed flex so clamping works consistently */
}

hr.group-separator[b-iih46v5r46] {
    border: 0;
    height: 1px;
    background: #e5e7eb;
    margin: 1.75rem 0 2rem;
}

@media (max-width:992px) {
    .hero-left-block[b-iih46v5r46] {
        position: static;
        padding: 1.25rem 0 0;
    }

    .hero-container[b-iih46v5r46] {
        padding: 1.25rem;
        min-height: 0;
    }

    .github-btn[b-iih46v5r46] {
        position: static;
        margin-top: 1rem;
    }

    .home-hero[b-iih46v5r46] {
        padding-bottom: 1.25rem;
    }
    
    /* Allow a little taller cards on narrow screens if wrapping causes issues */
    .prompt-card[b-iih46v5r46] { height: 130px; }
}
