/* /Pages/Hex.razor.rz.scp.css */
.content-wrap[b-pj96nl8uma] {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #0d84a6;
    margin: clamp(4rem, 4vw, 6rem) auto;
}

h1[b-pj96nl8uma] {
    font-size: clamp(1.2rem, 6vw, 10rem);
    line-height: 0.75;
    max-width: 20ch;
    padding: 0.1em 0;
    font-family: 'Nunito', sans-serif;
    text-transform: uppercase;
    text-wrap: balance;
    background: linear-gradient(320deg, #cf3434, #ad3fce, #e08f25, #e0358a, #2be0e3, #c0b4b4);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
    animation: colorCycle-b-pj96nl8uma 10s ease infinite, neon1 1.5s ease-in-out infinite alternate;
}

h6[b-pj96nl8uma] {
    font-size: 0.9rem;
    font-weight: bold;
    color: #a2936f;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
}

@keyframes colorCycle-b-pj96nl8uma {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

#hexGrid[b-pj96nl8uma] {
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
    padding: 0.866% 0;
    font-family: 'Nunito', sans-serif;
    font-size: 15px;
}

    #hexGrid[b-pj96nl8uma]:after {
        content: "";
        display: block;
        clear: both;
    }

.hex[b-pj96nl8uma] {
    position: relative;
    list-style-type: none;
    float: left;
    overflow: hidden;
    visibility: hidden;
    outline: 1px solid transparent;
    -webkit-transform: rotate(-60deg) skewY(30deg) translatez(-1px);
    -ms-transform: rotate(-60deg) skewY(30deg) translatez(-1px);
    transform: rotate(-60deg) skewY(30deg) translatez(-1px);
}

    .hex *[b-pj96nl8uma] {
        position: absolute;
        visibility: visible;
        outline: 1px solid transparent;
    }

.hexIn .overlay[b-pj96nl8uma] {
    position: absolute;
    top: 0;
    left: 0;
    width: 102%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.3));
    box-shadow: inset 0 20px 60px rgba(0, 0, 0, 0.85);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
    pointer-events: none;
}

.hexIn:hover .overlay[b-pj96nl8uma] {
    opacity: 1;
}

.hex h1[b-pj96nl8uma],
.hex p[b-pj96nl8uma] {
    background-color: transparent;
    z-index: 2;
}

.hexIn[b-pj96nl8uma] {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    overflow: hidden;
    -webkit-transform: skewY(-30deg) rotate(60deg);
    -ms-transform: skewY(-30deg) rotate(60deg);
    transform: skewY(-30deg) rotate(60deg);
}

.hex img[b-pj96nl8uma] {
    left: -100%;
    right: -100%;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-size: cover;
    transition: transform 0.6s ease-out;
}

.hexIn:hover img[b-pj96nl8uma] {
    transform: scale(1.4);
}

.hex h1[b-pj96nl8uma],
.hex p[b-pj96nl8uma] {
    width: 102%;
    left: -1%;
    padding: 5%;
    box-sizing: border-box;
    background-color: rgba(0, 128, 128, 0.8);
    font-weight: 300;
    -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.3s ease-out;
    transition: transform 0.2s ease-out, opacity 0.3s ease-out;
}

.hex h1[b-pj96nl8uma] {
    bottom: 50%;
    padding-top: 50%;
    font-size: 1.5em;
    z-index: 1;
    -webkit-transform: translateY(-100%) translatez(-1px);
    -ms-transform: translateY(-100%) translatez(-1px);
    transform: translateY(-100%) translatez(-1px);
}

    .hex h1[b-pj96nl8uma]:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 45%;
        width: 10%;
        text-align: center;
        border-bottom: 1px solid #fff;
    }

.hex p[b-pj96nl8uma] {
    top: 50%;
    padding-bottom: 50%;
    -webkit-transform: translateY(100%) translatez(-1px);
    -ms-transform: translateY(100%) translatez(-1px);
    transform: translateY(100%) translatez(-1px);
}

.hexIn:hover h1[b-pj96nl8uma],
.hexIn:focus h1[b-pj96nl8uma],
.hexIn:hover p[b-pj96nl8uma],
.hexIn:focus p[b-pj96nl8uma] {
    -webkit-transform: translateY(0%) translatez(-1px);
    -ms-transform: translateY(0%) translatez(-1px);
    transform: translateY(0%) translatez(-1px);
}

@media (min-width: 1201px) {
    .hex[b-pj96nl8uma] {
        width: 19.2%;
        padding-bottom: 22.17%;
    }

        .hex:nth-child(9n+6)[b-pj96nl8uma],
        .hex:nth-child(9n+7)[b-pj96nl8uma],
        .hex:nth-child(9n+8)[b-pj96nl8uma],
        .hex:nth-child(9n+9)[b-pj96nl8uma] {
            margin-top: -4.676%;
            margin-bottom: -4.676%;
            -webkit-transform: translateX(50%) rotate(-60deg) skewY(30deg);
            -ms-transform: translateX(50%) rotate(-60deg) skewY(30deg);
            transform: translateX(50%) rotate(-60deg) skewY(30deg);
        }

            .hex:nth-child(9n+6):last-child[b-pj96nl8uma],
            .hex:nth-child(9n+7):last-child[b-pj96nl8uma],
            .hex:nth-child(9n+8):last-child[b-pj96nl8uma],
            .hex:nth-child(9n+9):last-child[b-pj96nl8uma] {
                margin-bottom: 0;
            }

        .hex:nth-child(9n+6)[b-pj96nl8uma] {
            margin-left: 0.5%;
            clear: left;
        }

        .hex:nth-child(9n+10)[b-pj96nl8uma] {
            clear: left;
        }

        .hex:nth-child(9n+2)[b-pj96nl8uma],
        .hex:nth-child(9n+7)[b-pj96nl8uma] {
            margin-left: 1%;
            margin-right: 1%;
        }

        .hex:nth-child(9n+3)[b-pj96nl8uma],
        .hex:nth-child(9n+4)[b-pj96nl8uma],
        .hex:nth-child(9n+8)[b-pj96nl8uma] {
            margin-right: 1%;
        }
}

@media (max-width: 1200px) and (min-width: 901px) {
    .hex[b-pj96nl8uma] {
        width: 24.25%;
        padding-bottom: 28.001%;
    }

        .hex:nth-child(7n+5)[b-pj96nl8uma],
        .hex:nth-child(7n+6)[b-pj96nl8uma],
        .hex:nth-child(7n+7)[b-pj96nl8uma] {
            margin-top: -6.134%;
            margin-bottom: -6.134%;
            -webkit-transform: translateX(50%) rotate(-60deg) skewY(30deg);
            -ms-transform: translateX(50%) rotate(-60deg) skewY(30deg);
            transform: translateX(50%) rotate(-60deg) skewY(30deg);
        }

            .hex:nth-child(7n+5):last-child[b-pj96nl8uma],
            .hex:nth-child(7n+6):last-child[b-pj96nl8uma],
            .hex:nth-child(7n+7):last-child[b-pj96nl8uma] {
                margin-bottom: 0;
            }

        .hex:nth-child(7n+2)[b-pj96nl8uma],
        .hex:nth-child(7n+6)[b-pj96nl8uma] {
            margin-left: 1%;
            margin-right: 1%;
        }

        .hex:nth-child(7n+3)[b-pj96nl8uma] {
            margin-right: 1%;
        }

        .hex:nth-child(7n+8)[b-pj96nl8uma] {
            clear: left;
        }

        .hex:nth-child(7n+5)[b-pj96nl8uma] {
            clear: left;
            margin-left: 0.5%;
        }
}

@media (max-width: 900px) and (min-width: 601px) {
    .hex[b-pj96nl8uma] {
        width: 32.666%;
        padding-bottom: 37.72%;
    }

        .hex:nth-child(5n+4)[b-pj96nl8uma],
        .hex:nth-child(5n+5)[b-pj96nl8uma] {
            margin-top: -8.564%;
            margin-bottom: -8.564%;
            -webkit-transform: translateX(50%) rotate(-60deg) skewY(30deg);
            -ms-transform: translateX(50%) rotate(-60deg) skewY(30deg);
            transform: translateX(50%) rotate(-60deg) skewY(30deg);
        }

            .hex:nth-child(5n+4):last-child[b-pj96nl8uma],
            .hex:nth-child(5n+5):last-child[b-pj96nl8uma] {
                margin-bottom: 0;
            }

        .hex:nth-child(5n+4)[b-pj96nl8uma] {
            margin-right: 1%;
            margin-left: 0.5%;
        }

        .hex:nth-child(5n+2)[b-pj96nl8uma] {
            margin-left: 1%;
            margin-right: 1%;
        }

        .hex:nth-child(5n+6)[b-pj96nl8uma] {
            clear: left;
        }
}

@media (max-width: 600px) {
    .hex[b-pj96nl8uma] {
        width: 49.5%;
        padding-bottom: 57.158%;
    }

        .hex:nth-child(3n+3)[b-pj96nl8uma] {
            margin-top: -13.423%;
            margin-bottom: -13.423%;
            -webkit-transform: translateX(50%) rotate(-60deg) skewY(30deg);
            -ms-transform: translateX(50%) rotate(-60deg) skewY(30deg);
            transform: translateX(50%) rotate(-60deg) skewY(30deg);
        }

            .hex:nth-child(3n+3):last-child[b-pj96nl8uma] {
                margin-bottom: 0;
            }

        .hex:nth-child(3n+3)[b-pj96nl8uma] {
            margin-left: 0.5%;
        }

        .hex:nth-child(3n+2)[b-pj96nl8uma] {
            margin-left: 1%;
        }

        .hex:nth-child(3n+4)[b-pj96nl8uma] {
            clear: left;
        }
}

@media (max-width: 400px) {
    #hexGrid[b-pj96nl8uma] {
        font-size: 13px;
    }

    .hex[b-pj96nl8uma] {
        width: 100% !important;
        padding-bottom: 60%;
        transform: none !important;
    }

    .hexIn[b-pj96nl8uma] {
        transform: none !important;
    }

    .hex h1[b-pj96nl8uma] {
        font-size: 1.2rem;
    }

    .hex p[b-pj96nl8uma] {
        font-size: 0.9rem;
    }
}

.hexIn.active .overlay[b-pj96nl8uma],
.hexIn.active h1[b-pj96nl8uma],
.hexIn.active p[b-pj96nl8uma] {
    opacity: 1;
    transform: translateY(0%) translatez(-1px);
    z-index: 2;
}

.hexIn:active[b-pj96nl8uma] {
    transform: scale(0.98);
    transition: transform 0.1s ease-in-out;
}
/* /Pages/Layout/MainLayout.razor.rz.scp.css */
.page[b-rspvueme87] {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-top: 60px; /* space for fixed header */
}

main[b-rspvueme87] {
    flex: 1;
}

.page > header[b-rspvueme87] {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10001; /* One more than nav */
    cursor: pointer;
}

    .page > header img[b-rspvueme87] {
        display: block;
        height: 30px; /* You can tweak this size */
    }

.sidebar[b-rspvueme87] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-rspvueme87] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-rspvueme87]  a, .top-row[b-rspvueme87]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-rspvueme87]  a:hover, .top-row[b-rspvueme87]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-rspvueme87]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-rspvueme87] {
        justify-content: space-between;
    }

        .top-row[b-rspvueme87]  a, .top-row[b-rspvueme87]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-rspvueme87] {
        flex-direction: row;
    }

    .sidebar[b-rspvueme87] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-rspvueme87] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-rspvueme87]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }
}

.alpha-ribbon[b-rspvueme87] {
    width: 200px;
    background: #e74c3c;
    color: white;
    text-align: center;
    font: bold 16px sans-serif;
    padding: 10px 0;
    position: fixed;
    top: 30px;
    right: -60px;
    transform: rotate(45deg);
    z-index: 9999;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.35);
    pointer-events: none;
    letter-spacing: 1px;
    border-radius: 4px;
}

.community-ribbon[b-rspvueme87] {
    width: 250px;
    background: #3498db;
    color: white;
    text-align: center;
    font: bold 14px sans-serif;
    padding: 12px 0;
    position: fixed;
    top: 30px;
    left: -85px;
    transform: rotate(-45deg);
    z-index: 9999;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.35);
    pointer-events: none;
    border-radius: 4px;
    line-height: 1.2;
}

/* secoction for menu*/

@keyframes fadeInDown-b-rspvueme87 {
    from {
        opacity: 0;
        transform: translateY(-70px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width: 768px) {
    body[b-rspvueme87] {
        font-size: 1.2rem;
    }

    nav a[b-rspvueme87] {
        font-size: 45px;
    }

    h2[b-rspvueme87] {
        font-size: 3.2em;
    }
}

nav[b-rspvueme87] {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: none;
    transition: all 500ms ease 0s;
}

    nav div[b-rspvueme87] {
        position: absolute;
        height: 100px;
        line-height: 100px;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
    }

    nav a[b-rspvueme87] {
        color: #ff0066;
        text-decoration: none;
        text-transform: uppercase;
        margin-right: 100px;
        font-size: 32px;
        position: relative;
        transform: translateY(-70px);
    }

        nav a:last-child[b-rspvueme87] {
            margin-right: 0;
        }

    nav.on[b-rspvueme87] {
        display: block;
    }

        nav.on a[b-rspvueme87] {
            animation-name: fadeInDown-b-rspvueme87;
            animation-fill-mode: forwards;
            animation-duration: 500ms;
        }

button[b-rspvueme87] {
    width: 45px;
    height: 54px;
    background: transparent;
    border: 0;
    text-indent: -888em;
    position: fixed;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 1;
    border-bottom: 10px solid #fff;
    transition: all 500ms ease 0s;
}

    button[b-rspvueme87]:before,
    button[b-rspvueme87]:after {
        width: 45px;
        position: relative;
        left: -6px;
        height: 10px;
        background: #fff;
        content: "";
        display: block;
        transition: all 500ms ease 0s;
    }

    button[b-rspvueme87]:after {
        top: 6px;
    }

    button:focus[b-rspvueme87] {
        outline: 0;
    }

    button.on[b-rspvueme87] {
        border-bottom: 10px solid #ff0066;
    }

        button.on[b-rspvueme87]:before,
        button.on[b-rspvueme87]:after {
            background: #ff0066;
        }

footer[b-rspvueme87] {
    text-align: center;
    padding-bottom: 6em;
}

    footer a[b-rspvueme87] {
        color: #ff0066;
        padding: 0.3em 1.4em;
        background-color: #fff;
        text-decoration: none;
    }
/* /Pages/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-5qa1skmm1h] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-5qa1skmm1h] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-5qa1skmm1h] {
    font-size: 1.1rem;
}

.bi[b-5qa1skmm1h] {
    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-5qa1skmm1h] {
    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-5qa1skmm1h] {
    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-5qa1skmm1h] {
    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");
}

.nav-item[b-5qa1skmm1h] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-5qa1skmm1h] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-5qa1skmm1h] {
        padding-bottom: 1rem;
    }

    .nav-item[b-5qa1skmm1h]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-5qa1skmm1h]  a.active {
            background-color: rgba(255,255,255,0.37);
            color: white;
        }

        .nav-item[b-5qa1skmm1h]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-5qa1skmm1h] {
        display: none;
    }

    .collapse[b-5qa1skmm1h] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-5qa1skmm1h] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Loading.razor.rz.scp.css */
:root[b-06sl1f5hxf] {
    --circle-size: 15vmin;
}

body[b-06sl1f5hxf] {
    display: grid;
    place-items: center;
    height: 100vh;
    margin: 0;
    background-color: #FAF8EB;
    color: #000;
}

div[b-06sl1f5hxf] {
    display: grid;
    grid-template-columns: repeat(6, calc(var(--circle-size) / 2));
    grid-template-rows: repeat(9, calc(var(--circle-size) / 2));
}

span[b-06sl1f5hxf] {
    position: relative;
    grid-column: 1; /* fallback */
    grid-row: 1; /* fallback */
    animation-name: circleAnim-b-06sl1f5hxf;
    animation-duration: 10s;
    animation-delay: calc(-1s * var(--x, 1) * var(--y, 1));
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

    /* Custom properties don't work inside grid-column directly in CSS.
     Use inline styles in HTML or set values via JavaScript if needed. */

    span[b-06sl1f5hxf]:after {
        content: '';
        position: absolute;
        top: calc(var(--circle-size) * -0.25);
        left: calc(var(--circle-size) * -0.25);
        display: block;
        width: var(--circle-size);
        height: var(--circle-size);
        border-radius: 50%;
        background: conic-gradient(from var(--r, 0deg), black, transparent 90%);
        transform: rotate(-0.01deg); /* pixel fix on window resize */
    }

@keyframes circleAnim-b-06sl1f5hxf {
    50% {
        filter: blur(1px);
        transform: scale(1.1) rotate(-1.5deg);
    }
}
