@import '_content/Calliope.Core.App/Calliope.Core.App.j2wt7psqii.bundle.scp.css';

/* _content/Calliope.Website/Components/Layout/MainLayout.razor.rz.scp.css */
/* General Styles */
.page[b-bou59na7jr] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #161e27;
    color: white;
}

.streaks[b-bou59na7jr] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; /* Ensure it's behind all other elements */
    overflow: hidden;
    background-color: #161e27;
}

.streak[b-bou59na7jr] {
    position: absolute;
    width: 200px;
    height: 800px;
    background: linear-gradient(45deg, rgba(255,0,0,0.8), rgba(0,0,255,0.8));
    filter: blur(80px);
    opacity: 0.7;
    transform: rotate(38deg) translateZ(0);
    animation: moveStreaks-b-bou59na7jr 10s infinite alternate;
}

    .streak:nth-child(2)[b-bou59na7jr] {
        background: linear-gradient(45deg, rgba(0,255,0,0.8), rgba(255,255,0,0.8));
        animation-delay: 2s;
    }

    .streak:nth-child(3)[b-bou59na7jr] {
        background: linear-gradient(45deg, rgba(0,255,255,0.8), rgba(255,0,255,0.8));
        animation-delay: 4s;
    }

@keyframes moveStreaks-b-bou59na7jr {
    0% {
        transform: rotate(38deg) translate(-100px, -500px);
    }

    100% {
        transform: rotate(38deg) translate(100px, 500px);
    }
}

.navbar[b-bou59na7jr] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    /*    padding: 10px;*/
    background-color: #161e27;
    font-size: 1.3em;
    padding: 0.5rem 1rem;
    position: relative;
}

.navbar-logo[b-bou59na7jr] {
    /*flex: 1;*/
}

.logo-container img[b-bou59na7jr] {
    max-height: 50px;
}

.nav-items[b-bou59na7jr] {
    display: none;
    flex-direction: column;
    flex: 1;
    top: 100%;
    right: 0;
    padding: 1rem;
    gap: 1rem;
    background-color: #101820;
}

    .nav-items.open[b-bou59na7jr] {
        display: flex;
    }

.menu-links[b-bou59na7jr] {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex: 1;
}

    .menu-links a[b-bou59na7jr] {
        margin: 0 15px;
    }

        .menu-links a:hover[b-bou59na7jr] {
            font-weight: 600;
        }

    /*.login {
    flex: 1;
    display: flex;
    justify-content: end;
}*/

    .menu-links a[b-bou59na7jr],
    .login .nav-link[b-bou59na7jr] {
        color: white;
        text-decoration: none;
        display: block;
    }

.content[b-bou59na7jr] {
    flex: 1;
    padding: 1.1rem;
}

/* Footer */
.footer[b-bou59na7jr] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    background-color: #13171c;
}

.footer-left[b-bou59na7jr] {
    align-self: center;
}

.footer-links[b-bou59na7jr] {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 20px;
    margin: 20px 0px 30px 0px;
}

.footer-column[b-bou59na7jr] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-company-name[b-bou59na7jr] {
    font-weight: bold;
    text-align: center;
}

.footer-company-city[b-bou59na7jr] {
    color: #757575;
}

.mcp-container[b-bou59na7jr] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

/* Larger Screens */
@media (min-width: 768px) {
    .hamburger[b-bou59na7jr] {
        display: none;
    }

    .navbar[b-bou59na7jr] {
        justify-content: space-between;
    }

    .menu-links[b-bou59na7jr] {
        /*  justify-content: center;*/
        display: flex;
        gap: 2rem;
        flex-direction: row;
    }

        .menu-links a[b-bou59na7jr],
        .login .nav-link[b-bou59na7jr] {
            display: inline-block;
        }

    .nav-items[b-bou59na7jr] {
        flex-direction: row;
        background-color: transparent;
    }

    .footer[b-bou59na7jr] {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }

    .footer-links[b-bou59na7jr] {
        flex-direction: row;
        margin: 0;
    }

    .footer-left[b-bou59na7jr],
    .footer-right[b-bou59na7jr] {
        align-self: flex-start;
    }

    .footer-company-name[b-bou59na7jr] {
        text-align: left;
    }
}

.footer-column[b-bou59na7jr] {
    margin: 0 20px;
}

.hamburger[b-bou59na7jr] {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 2;
    height: 100%;
    width: 100%;
    top: 22px;
    left: 15px;
    height: 22px;
    width: 22px;
}

.spinner[b-bou59na7jr] {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #fff;
}

.horizontal[b-bou59na7jr] {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}

.diagonal.part-1[b-bou59na7jr] {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}

.diagonal.part-2[b-bou59na7jr] {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}

.hamburger.open > .horizontal[b-bou59na7jr] {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}

.hamburger.open > .diagonal.part-1[b-bou59na7jr] {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
}

.hamburger.open > .diagonal.part-2[b-bou59na7jr] {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
}
/* _content/Calliope.Website/Components/Pages/CapabilityChart.razor.rz.scp.css */
.grid[b-htkhw9kit4] {
    display: flex;
    flex-direction: column;
    gap: 0;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
}

.grid-row[b-htkhw9kit4] {
    display: flex;
    gap: 0;
    margin-top: -20px;
}

    .grid-row:nth-child(odd)[b-htkhw9kit4] {
        margin-left: 100px; /* Offset every second row to the right */
    }

.hex[b-htkhw9kit4] {
    width: 100px;
    height: 87px;
    background-color: lightgray;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    border: 1px solid #444;
    margin: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    transition: transform 0.2s ease;
}

    .hex.empty[b-htkhw9kit4] {
        background-color: rgb(151, 151, 151, .2);
       /* border: 1px solid #444;*/
        pointer-events: none;
    }

.story-label[b-htkhw9kit4] {
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.hex:hover[b-htkhw9kit4] {
    background-color: #4cff00;
}

.property-view[b-htkhw9kit4] {
    padding: 20px;
    position: fixed;
    top: 0;
    right: -300px; /* Start off-screen */
    width: 300px;
    height: 100%;
    background-color: #12121c;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
    overflow-y: auto;
    transition: transform 0.3s ease;
    transform: translateX(0);
}

    .property-view.open[b-htkhw9kit4] {
        transform: translateX(-300px); /* Slide into view */
    }

    .property-view.closed[b-htkhw9kit4] {
        transform: translateX(0); /* Slide out of view */
    }

.close-button[b-htkhw9kit4] {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
}

.spinner-container[b-htkhw9kit4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh; /* Full screen height */
    text-align: center;
}

.spinner[b-htkhw9kit4] {
    margin-top: 15px;
    width: 50px;
    height: 50px;
    border: 5px solid rgba(0, 0, 0, 0.1); /* Light border */
    border-top: 5px solid #007bff; /* Accent border */
    border-radius: 50%;
    animation: spin-b-htkhw9kit4 1s linear infinite;
}

@keyframes spin-b-htkhw9kit4 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.spinner-container p[b-htkhw9kit4] {
    margin-top: 10px;
    font-size: 1rem;
    color: #333;
}
/* _content/Calliope.Website/Components/Pages/Careers.razor.rz.scp.css */
.careers-page img[b-m6lzhk7dai] {
    width: 100%;
    height: auto;
    border-radius: 8px 8px 0 0;
}

.careers-page ul[b-m6lzhk7dai] {
    list-style-type: disc;
    padding-left: 2.5rem;
}

.careers-page li[b-m6lzhk7dai] {
    margin-bottom: .5rem;
}
/* _content/Calliope.Website/Components/Pages/Home.razor.rz.scp.css */
.title-container[b-r0fn8ewhzm] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
}

.tagline[b-r0fn8ewhzm] {
    margin-top: 40px;
    color: #757575;
    text-align: center;
}

.logotype img[b-r0fn8ewhzm] {
    max-width: 500px;
    height: auto;
    display: block;
    width: 100%;
}
/* _content/Calliope.Website/Components/Pages/InvestorRelations.razor.rz.scp.css */
.investor-relations-page[b-ovz6wzbkvb] {
    max-width: 800px;
    margin: 2rem auto;
    padding: 1rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

    .investor-relations-page p[b-ovz6wzbkvb] {
        font-size: 1rem;
        line-height: 1.6;
        margin: 1rem 0;
    }

    .investor-relations-page ul[b-ovz6wzbkvb] {
        list-style-type: none;
        padding: 0;
    }

        .investor-relations-page ul li[b-ovz6wzbkvb] {
            margin: 0.5rem 0;
        }

            .investor-relations-page ul li a[b-ovz6wzbkvb] {
                color: #007bff;
                text-decoration: none;
                font-weight: bold;
            }

                .investor-relations-page ul li a:hover[b-ovz6wzbkvb] {
                    text-decoration: underline;
                }

.announcement-card[b-ovz6wzbkvb] {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 1rem;
    margin: 1rem 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

    .announcement-card h3[b-ovz6wzbkvb] {
        margin: 0 0 0.5rem 0;
    }

    .announcement-card p[b-ovz6wzbkvb] {
        margin: 0;
    }

    .announcement-card a[b-ovz6wzbkvb] {
        color: #007bff;
        text-decoration: none;
        font-weight: bold;
    }

        .announcement-card a:hover[b-ovz6wzbkvb] {
            text-decoration: underline;
        }
/* _content/Calliope.Website/Components/Pages/Press.razor.rz.scp.css */
.press-and-media-page[b-6yyni8nmxf] {
    max-width: 800px;
    margin: 2rem auto;
    padding: 1rem;
}

.news-articles[b-6yyni8nmxf] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.news-card[b-6yyni8nmxf] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
    background-color: var(--container-background);
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-align: center;
}

    .news-card img[b-6yyni8nmxf] {
        width: 100%;
        max-width: 400px;
        border-radius: 8px;
        margin-bottom: 1rem;
    }

    .news-card a[b-6yyni8nmxf] {
        color: #007bff;
        text-decoration: none;
        font-weight: bold;
    }

        .news-card a:hover[b-6yyni8nmxf] {
            text-decoration: underline;
        }
