/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-zpq6ep5w1s] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-zpq6ep5w1s] {
    flex: 1;
}

.sidebar[b-zpq6ep5w1s] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-zpq6ep5w1s] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-zpq6ep5w1s]  a, .top-row[b-zpq6ep5w1s]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-zpq6ep5w1s]  a:hover, .top-row[b-zpq6ep5w1s]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-zpq6ep5w1s]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-zpq6ep5w1s] {
        justify-content: space-between;
    }

    .top-row[b-zpq6ep5w1s]  a, .top-row[b-zpq6ep5w1s]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-zpq6ep5w1s] {
        flex-direction: row;
    }

    .sidebar[b-zpq6ep5w1s] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-zpq6ep5w1s] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-zpq6ep5w1s]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-zpq6ep5w1s], article[b-zpq6ep5w1s] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-zpq6ep5w1s] {
    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-zpq6ep5w1s] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-axbz0jfbt1] {
    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-axbz0jfbt1] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-axbz0jfbt1] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-axbz0jfbt1] {
    font-size: 1.1rem;
}

.bi[b-axbz0jfbt1] {
    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-axbz0jfbt1] {
    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-axbz0jfbt1] {
    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-axbz0jfbt1] {
    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-shield-lock-nav-menu[b-axbz0jfbt1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-shield-lock-fill' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 0c-.69 0-1.843.265-2.928.56-1.11.3-2.229.655-2.887.87a1.54 1.54 0 0 0-1.044 1.262c-.596 4.477.787 7.795 2.465 9.99a11.777 11.777 0 0 0 2.517 2.453c.386.273.744.482 1.048.625.28.132.581.24.829.24s.548-.108.829-.24a7.159 7.159 0 0 0 1.048-.625 11.775 11.775 0 0 0 2.517-2.453c1.678-2.195 3.061-5.513 2.465-9.99a1.541 1.541 0 0 0-1.044-1.263 62.467 62.467 0 0 0-2.887-.87C9.843.266 8.69 0 8 0zm0 5a1.5 1.5 0 0 1 .5 2.915l.385 1.99a.5.5 0 0 1-.491.595h-.788a.5.5 0 0 1-.49-.595l.384-1.99A1.5 1.5 0 0 1 8 5z'/%3E%3C/svg%3E");
}

.bi-grid-fill-nav-menu[b-axbz0jfbt1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-grid-fill' viewBox='0 0 16 16'%3E%3Cpath d='M1 2a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2zm8 0a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1V2zM1 10a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-4zm8 0a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1v-4z'/%3E%3C/svg%3E");
}

.bi-chevron-nav-menu[b-axbz0jfbt1] {
    width: 0.85rem;
    height: 0.85rem;
    margin-right: 0;
    margin-left: auto;
    transition: transform 0.15s ease;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23d7d7d7' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

    .bi-chevron-nav-menu.expanded[b-axbz0jfbt1] {
        transform: rotate(180deg);
    }

.nav-item[b-axbz0jfbt1] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-axbz0jfbt1] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-axbz0jfbt1] {
        padding-bottom: 1rem;
    }

    .nav-item[b-axbz0jfbt1]  .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-axbz0jfbt1]  .nav-link-button {
    font-size: 0.9rem;
    text-align: left;
    cursor: pointer;
}

.nav-item[b-axbz0jfbt1]  .nav-link-group {
    display: flex;
    align-items: center;
    width: 100%;
}

.nav-item[b-axbz0jfbt1]  .nav-link-flex {
    flex: 1 1 auto;
}

.nav-item[b-axbz0jfbt1]  .nav-link-toggle {
    flex: none;
    background: none;
    border: none;
    color: #d7d7d7;
    width: 2.5rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 4px;
}

    .nav-item[b-axbz0jfbt1]  .nav-link-toggle:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

    .nav-item[b-axbz0jfbt1]  .nav-link-toggle .bi-chevron-nav-menu {
        margin: 0;
    }

.nav-item[b-axbz0jfbt1]  .nav-link-sub {
    padding-left: 2rem;
    font-size: 0.85rem;
}

.nav-item[b-axbz0jfbt1]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-axbz0jfbt1]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-axbz0jfbt1] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-axbz0jfbt1] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-axbz0jfbt1] {
        display: none;
    }

    .nav-scrollable[b-axbz0jfbt1] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-xpo1sfmbvg],
.components-reconnect-repeated-attempt-visible[b-xpo1sfmbvg],
.components-reconnect-failed-visible[b-xpo1sfmbvg],
.components-pause-visible[b-xpo1sfmbvg],
.components-resume-failed-visible[b-xpo1sfmbvg],
.components-rejoining-animation[b-xpo1sfmbvg] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-xpo1sfmbvg],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-xpo1sfmbvg],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-xpo1sfmbvg],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-xpo1sfmbvg],
#components-reconnect-modal.components-reconnect-retrying[b-xpo1sfmbvg],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-xpo1sfmbvg],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-xpo1sfmbvg],
#components-reconnect-modal.components-reconnect-failed[b-xpo1sfmbvg],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-xpo1sfmbvg] {
    display: block;
}


#components-reconnect-modal[b-xpo1sfmbvg] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-xpo1sfmbvg 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-xpo1sfmbvg 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-xpo1sfmbvg 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-xpo1sfmbvg]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-xpo1sfmbvg 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-xpo1sfmbvg {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-xpo1sfmbvg {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-xpo1sfmbvg {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-xpo1sfmbvg] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-xpo1sfmbvg] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-xpo1sfmbvg] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-xpo1sfmbvg] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-xpo1sfmbvg] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-xpo1sfmbvg] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-xpo1sfmbvg] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-xpo1sfmbvg 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-xpo1sfmbvg] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-xpo1sfmbvg {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Shared/ProjectCard.razor.rz.scp.css */
.project-card[b-9gj070ocyt] {
    background: #fff;
    border: 1px solid #e5e9ef;
    border-radius: 16px;
    padding: 1.75rem;
    box-shadow: 0 4px 18px rgba(20, 30, 50, 0.06);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    width: 100%;
}

    .project-card:hover[b-9gj070ocyt] {
        box-shadow: 0 10px 28px rgba(20, 30, 50, 0.12);
        transform: translateY(-2px);
    }

.project-top-section[b-9gj070ocyt] {
    margin-bottom: 1.5rem;
}

.project-info-col[b-9gj070ocyt] {
    min-width: 0;
}

.project-card-header[b-9gj070ocyt] {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    margin-bottom: 1rem;
}

.project-heading[b-9gj070ocyt] {
    padding-top: 0.15rem;
}

.project-icon-wrap[b-9gj070ocyt] {
    flex: none;
    width: 76px;
    height: 76px;
    border-radius: 18px;
    background: linear-gradient(135deg, #eef3f9, #dbe6f2);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px rgba(31, 59, 91, 0.08);
}

.project-icon[b-9gj070ocyt] {
    max-width: 60px;
    max-height: 60px;
    object-fit: contain;
}

.project-heading h2[b-9gj070ocyt] {
    margin: 0;
    font-size: 1.5rem;
    color: #1f3b5b;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.badge-coming-soon[b-9gj070ocyt] {
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #8a5a00;
    background: #fff1cf;
    border: 1px solid #f0d68a;
    border-radius: 999px;
    padding: 0.2rem 0.65rem;
}

.project-tagline[b-9gj070ocyt] {
    margin: 0.15rem 0 0 0;
    color: #6c757d;
    font-size: 0.95rem;
}

.stat-row[b-9gj070ocyt] {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-top: 0.85rem;
}

.stat-chip[b-9gj070ocyt] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #f4f8fc;
    border: 1px solid #e1e9f2;
    border-radius: 12px;
    padding: 0.5rem 1.1rem;
    min-width: 84px;
}

.stat-value[b-9gj070ocyt] {
    font-size: 1.15rem;
    font-weight: 700;
    color: #2d5b8a;
}

.stat-label[b-9gj070ocyt] {
    font-size: 0.72rem;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.project-description[b-9gj070ocyt] {
    color: #364252;
    line-height: 1.6;
    margin-top: 1.25rem;
    margin-bottom: 1rem;
}

.highlight-list[b-9gj070ocyt] {
    list-style: none;
    padding: 0;
    margin: 0 0 1.25rem 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 0.4rem 1rem;
}

    .highlight-list li[b-9gj070ocyt] {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        font-size: 0.9rem;
        color: #364252;
    }

.bi-check-circle-fill[b-9gj070ocyt] {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    flex: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%232d8a4e' viewBox='0 0 16 16'%3E%3Cpath d='M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zm3.97-9.03a.75.75 0 0 0-1.08-1.04L6.97 9.65 5.03 7.7a.75.75 0 0 0-1.06 1.06l2.5 2.5a.75.75 0 0 0 1.08-.02l3.42-4.27z'/%3E%3C/svg%3E");
    background-size: cover;
}

.action-row[b-9gj070ocyt] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-bottom: 1.25rem;
}

.btn-play[b-9gj070ocyt] {
    color: #fff;
    background-color: #2d5b8a;
    border-color: #2d5b8a;
}

    .btn-play:hover[b-9gj070ocyt] {
        background-color: #234a71;
        border-color: #234a71;
        color: #fff;
    }

.media-row[b-9gj070ocyt] {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    align-items: flex-start;
}

.project-video[b-9gj070ocyt] {
    width: 100%;
    max-width: 560px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(20, 30, 50, 0.15);
}

.screenshot-carousel[b-9gj070ocyt] {
    position: relative;
    display: flex;
    align-items: center;
    flex: 1 1 480px;
    min-width: 0;
}

.screenshot-viewport[b-9gj070ocyt] {
    display: flex;
    gap: 0.75rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding: 0.25rem 0.1rem;
    scrollbar-width: none;
}

    .screenshot-viewport[b-9gj070ocyt]::-webkit-scrollbar {
        display: none;
    }

.project-screenshot[b-9gj070ocyt] {
    flex: 0 0 calc((100% - 1.5rem) / 3);
    scroll-snap-align: start;
    height: 280px;
    border-radius: 10px;
    border: 1px solid #dee2e6;
    box-shadow: 0 4px 14px rgba(20, 30, 50, 0.1);
    object-fit: cover;
    cursor: zoom-in;
    transition: transform 0.15s ease;
}

    .project-screenshot:hover[b-9gj070ocyt] {
        transform: scale(1.02);
    }

.carousel-arrow[b-9gj070ocyt] {
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #dee2e6;
    background: #fff;
    box-shadow: 0 2px 8px rgba(20, 30, 50, 0.15);
    cursor: pointer;
    z-index: 1;
}

    .carousel-arrow:hover[b-9gj070ocyt] {
        background: #f4f8fc;
    }

.carousel-arrow-left[b-9gj070ocyt] {
    margin-right: 0.5rem;
}

.carousel-arrow-right[b-9gj070ocyt] {
    margin-left: 0.5rem;
}

.bi-chevron-left[b-9gj070ocyt],
.bi-chevron-right[b-9gj070ocyt] {
    display: inline-block;
    width: 0.9rem;
    height: 0.9rem;
    background-color: #2d5b8a;
}

.bi-chevron-left[b-9gj070ocyt] {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23000' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E") no-repeat center / contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23000' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E") no-repeat center / contain;
}

.bi-chevron-right[b-9gj070ocyt] {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23000' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") no-repeat center / contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23000' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") no-repeat center / contain;
}

@media (max-width: 640px) {
    .project-card[b-9gj070ocyt] {
        padding: 1.25rem;
    }

    .project-screenshot[b-9gj070ocyt] {
        height: 200px;
        flex-basis: calc((100% - 1rem) / 2);
    }
}

.about-section[b-9gj070ocyt] {
    margin-top: 2rem;
    padding-top: 1.75rem;
    border-top: 1px solid #e5e9ef;
}

.about-header[b-9gj070ocyt] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 1.25rem;
}

.collapsible-group[b-9gj070ocyt] {
    margin-bottom: 1rem;
}

    .collapsible-group:last-child[b-9gj070ocyt] {
        margin-bottom: 0;
    }

.collapsible-header[b-9gj070ocyt] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    width: 100%;
    background: none;
    border: none;
    padding: 0.5rem 0;
    cursor: pointer;
    text-align: left;
}

    .collapsible-header .about-title[b-9gj070ocyt] {
        flex: 1 1 auto;
    }

.collapsible-chevron[b-9gj070ocyt] {
    flex: none;
    width: 0.85rem;
    height: 0.85rem;
    background-color: #6c757d;
    transition: transform 0.2s ease;
}

.collapsible-chevron-open[b-9gj070ocyt] {
    transform: rotate(180deg);
}

.bi-chevron-down[b-9gj070ocyt] {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23000' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") no-repeat center / contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23000' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") no-repeat center / contain;
}

.collapsible-body[b-9gj070ocyt] {
    padding-top: 0.5rem;
}

.about-icon[b-9gj070ocyt] {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    flex: none;
    background-color: #2d5b8a;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23000' viewBox='0 0 16 16'%3E%3Cpath d='M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zm.93-9.412-1 4.705c-.07.34.029.533.304.533.194 0 .487-.07.686-.246l-.088.416c-.287.346-.92.598-1.465.598-.703 0-1.002-.422-.808-1.319l.738-3.468c.064-.293.006-.399-.287-.47l-.451-.081.082-.381 2.29-.287zM8 5.5a1 1 0 1 1 0-2 1 1 0 0 1 0 2z'/%3E%3C/svg%3E") no-repeat center / contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23000' viewBox='0 0 16 16'%3E%3Cpath d='M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zm.93-9.412-1 4.705c-.07.34.029.533.304.533.194 0 .487-.07.686-.246l-.088.416c-.287.346-.92.598-1.465.598-.703 0-1.002-.422-.808-1.319l.738-3.468c.064-.293.006-.399-.287-.47l-.451-.081.082-.381 2.29-.287zM8 5.5a1 1 0 1 1 0-2 1 1 0 0 1 0 2z'/%3E%3C/svg%3E") no-repeat center / contain;
}

.about-title[b-9gj070ocyt] {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1f3b5b;
    margin: 0;
}

.about-subtitle[b-9gj070ocyt] {
    font-size: 1rem;
    font-weight: 700;
    color: #1f3b5b;
    margin: 1.75rem 0 0.85rem 0;
}

.about-intro-card[b-9gj070ocyt] {
    background: linear-gradient(135deg, #f4f8fc, #eef3f9);
    border: 1px solid #e1e9f2;
    border-radius: 14px;
    padding: 1.25rem 1.4rem;
}

.about-paragraph[b-9gj070ocyt] {
    color: #364252;
    line-height: 1.65;
    margin: 0 0 0.85rem 0;
}

    .about-paragraph:last-child[b-9gj070ocyt] {
        margin-bottom: 0;
    }

.about-feature-grid[b-9gj070ocyt] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 0.75rem;
}

.about-feature-card[b-9gj070ocyt] {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    background: #fff;
    border: 1px solid #e5e9ef;
    border-radius: 10px;
    padding: 0.75rem 0.9rem;
    font-size: 0.9rem;
    color: #364252;
    box-shadow: 0 2px 8px rgba(20, 30, 50, 0.04);
    transition: box-shadow 0.15s ease, transform 0.15s ease;
}

    .about-feature-card:hover[b-9gj070ocyt] {
        box-shadow: 0 4px 14px rgba(20, 30, 50, 0.1);
        transform: translateY(-1px);
    }

.about-feature-icon[b-9gj070ocyt] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: none;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #e4f4ea;
    color: #2d8a4e;
    font-size: 0.75rem;
}

    .about-feature-icon.bi-check-lg[b-9gj070ocyt]::before {
        content: "\2713";
        font-weight: 700;
    }

.about-audience-banner[b-9gj070ocyt] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    background: #eef3f9;
    border-left: 4px solid #2d5b8a;
    border-radius: 10px;
    padding: 1rem 1.25rem;
    margin-top: 1.75rem;
}

.about-audience-icon[b-9gj070ocyt] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #dbe6f2;
    color: #2d5b8a;
    font-size: 0.85rem;
}

    .about-audience-icon.bi-people-fill[b-9gj070ocyt]::before {
        content: "\1F465";
    }

.about-audience[b-9gj070ocyt] {
    color: #33475b;
    font-style: italic;
    line-height: 1.6;
    margin: 0;
}

.about-monetization-grid[b-9gj070ocyt] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 0.75rem;
}

.about-monetization-card[b-9gj070ocyt] {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    background: #fff8ec;
    border: 1px solid #f0e0bb;
    border-radius: 10px;
    padding: 0.85rem 1rem;
    font-size: 0.9rem;
    color: #5a4a1f;
}

.about-monetization-icon[b-9gj070ocyt] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: none;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #f6e3ae;
    color: #8a5a00;
    font-size: 0.7rem;
}

    .about-monetization-icon.bi-tag-fill[b-9gj070ocyt]::before {
        content: "\1F4B0";
    }

.about-support-card[b-9gj070ocyt] {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    background: #f4f8fc;
    border: 1px dashed #b9cee4;
    border-radius: 12px;
    padding: 1rem 1.25rem;
}

.about-support-icon[b-9gj070ocyt] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #2d5b8a;
    color: #fff;
    font-size: 1rem;
}

    .about-support-icon.bi-headset[b-9gj070ocyt]::before {
        content: "\1F3A7";
    }

.about-support-title[b-9gj070ocyt] {
    margin: 0 0 0.15rem 0;
    font-weight: 700;
    color: #1f3b5b;
}

.about-support[b-9gj070ocyt] {
    margin: 0;
    color: #364252;
}

    .about-support a[b-9gj070ocyt] {
        color: #2d5b8a;
        font-weight: 600;
    }

@media (max-width: 640px) {
    .about-audience-banner[b-9gj070ocyt],
    .about-support-card[b-9gj070ocyt] {
        flex-direction: column;
        align-items: flex-start;
    }
}

.lightbox-overlay[b-9gj070ocyt] {
    position: fixed;
    inset: 0;
    background: rgba(10, 15, 25, 0.88);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
    padding: 2rem;
}

.lightbox-image[b-9gj070ocyt] {
    max-width: min(90vw, 900px);
    max-height: 88vh;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
    object-fit: contain;
}

.lightbox-close[b-9gj070ocyt] {
    position: fixed;
    top: 1.25rem;
    right: 1.5rem;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1060;
}

    .lightbox-close:hover[b-9gj070ocyt] {
        background: rgba(255, 255, 255, 0.3);
    }

.lightbox-arrow[b-9gj070ocyt] {
    flex: none;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1060;
}

    .lightbox-arrow:hover[b-9gj070ocyt] {
        background: rgba(255, 255, 255, 0.3);
    }

.lightbox-arrow-left[b-9gj070ocyt] {
    margin-right: 1.5rem;
}

.lightbox-arrow-right[b-9gj070ocyt] {
    margin-left: 1.5rem;
}

.lightbox-overlay .bi-chevron-left[b-9gj070ocyt],
.lightbox-overlay .bi-chevron-right[b-9gj070ocyt] {
    width: 1.1rem;
    height: 1.1rem;
    background-color: #fff;
}

.bi-x-lg[b-9gj070ocyt] {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-color: #fff;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23000' viewBox='0 0 16 16'%3E%3Cpath d='M2.146 2.854a.5.5 0 1 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8 2.146 2.854z'/%3E%3C/svg%3E") no-repeat center / contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23000' viewBox='0 0 16 16'%3E%3Cpath d='M2.146 2.854a.5.5 0 1 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8 2.146 2.854z'/%3E%3C/svg%3E") no-repeat center / contain;
}

@media (max-width: 640px) {
    .lightbox-overlay[b-9gj070ocyt] {
        padding: 1rem;
    }

    .lightbox-arrow[b-9gj070ocyt] {
        width: 38px;
        height: 38px;
    }

    .lightbox-arrow-left[b-9gj070ocyt] {
        margin-right: 0.5rem;
    }

    .lightbox-arrow-right[b-9gj070ocyt] {
        margin-left: 0.5rem;
    }
}

@media (max-width: 420px) {
    .project-screenshot[b-9gj070ocyt] {
        flex-basis: 100%;
    }
}
