/* /Components/Layout/AboutLayout.razor.rz.scp.css */
.page[b-vrq4fv6rgp] {
    position: relative;
    display: flex;
    flex-direction: column;
    font-family: Bahnschrift, 'Sans Serif', sans-serif;
}

main[b-vrq4fv6rgp] {
    flex: 1;
}

.top-row[b-vrq4fv6rgp] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: space-between;
    height: 3.5rem;
    display: flex;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
}

.nav-left[b-vrq4fv6rgp] {
    display: flex;
    align-items: center;
}

.main-page-link[b-vrq4fv6rgp] {
    white-space: nowrap;
    text-decoration: none;
    padding: 0.5rem 1.5rem;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #333;
    font-size: 1rem;
    font-family: Bahnschrift, 'Sans Serif', sans-serif;
    text-align: center;
    transition: color 0.2s, background-color 0.2s, border-color 0.2s;
}

.main-page-link:hover[b-vrq4fv6rgp] {
    color: #FF6600;
    background-color: transparent;
    border-color: transparent;
    text-decoration: none;
}

.nav-buttons-group[b-vrq4fv6rgp] {
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

.top-row .nav-button[b-vrq4fv6rgp] {
    white-space: nowrap;
    text-decoration: none;
    padding: 0.5rem 1.5rem;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #333;
    font-size: 1rem;
    font-family: Bahnschrift, 'Sans Serif', sans-serif;
    text-align: center;
    min-width: 120px;
    transition: color 0.2s, background-color 0.2s, border-color 0.2s;
}

.top-row .nav-button:hover[b-vrq4fv6rgp] {
    color: #FF6600;
    background-color: transparent;
    border-color: transparent;
    text-decoration: none;
}

.language-selector[b-vrq4fv6rgp] {
    display: flex;
    align-items: center;
    gap: 0;
    margin-left: auto;
    margin-right: 1rem;
}

.lang-button[b-vrq4fv6rgp] {
    background: transparent;
    border: none;
    color: #333;
    font-family: Bahnschrift, 'Sans Serif', sans-serif;
    font-size: 1rem;
    cursor: pointer;
    padding: 0.25rem 0.5rem;
    transition: color 0.2s;
}

.lang-button:hover[b-vrq4fv6rgp] {
    color: #FF6600;
}

.lang-button.active[b-vrq4fv6rgp] {
    font-weight: bold;
    text-decoration: underline;
}

.lang-separator[b-vrq4fv6rgp] {
    color: #333;
    font-family: Bahnschrift, 'Sans Serif', sans-serif;
    font-size: 1rem;
}

@media (min-width: 641px) {
    .top-row[b-vrq4fv6rgp] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-vrq4fv6rgp], article[b-vrq4fv6rgp] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-vrq4fv6rgp] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    font-family: Bahnschrift, 'Sans Serif', sans-serif;
}

#blazor-error-ui .dismiss[b-vrq4fv6rgp] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-rtkf7lvr9a] {
    position: relative;
    display: flex;
    flex-direction: column;
    font-family: Bahnschrift, 'Sans Serif', sans-serif;
}

main[b-rtkf7lvr9a] {
    flex: 1;
}

.top-row[b-rtkf7lvr9a] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: space-between;
    height: 3.5rem;
    display: flex;
    align-items: center;
    padding-left: 10%;
    padding-right: 2rem;
}

.nav-buttons-group[b-rtkf7lvr9a] {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    margin-left: auto;
}

    .top-row .nav-button[b-rtkf7lvr9a] {
        white-space: nowrap;
        text-decoration: none;
        padding: 0.5rem 1.5rem;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: 4px;
        color: #333;
        font-size: 1rem;
        font-family: Bahnschrift, 'Sans Serif', sans-serif;
        text-align: center;
        min-width: 120px;
        transition: color 0.2s, background-color 0.2s, border-color 0.2s;
    }

    .top-row .nav-button:hover[b-rtkf7lvr9a] {
        color: #FF6600;
        background-color: transparent;
        border-color: transparent;
        text-decoration: none;
    }

.language-selector[b-rtkf7lvr9a] {
    display: flex;
    align-items: center;
    gap: 0;
    margin-left: 0;
    margin-right: 0;
}

.lang-button[b-rtkf7lvr9a] {
    background: transparent;
    border: none;
    color: #333;
    font-family: Bahnschrift, 'Sans Serif', sans-serif;
    font-size: 1rem;
    cursor: pointer;
    padding: 0.25rem 0.5rem;
    transition: color 0.2s;
}

.lang-button:hover[b-rtkf7lvr9a] {
    color: #FF6600;
}

.lang-button.active[b-rtkf7lvr9a] {
    font-weight: bold;
    text-decoration: underline;
}

.lang-separator[b-rtkf7lvr9a] {
    color: #333;
    font-family: Bahnschrift, 'Sans Serif', sans-serif;
    font-size: 1rem;
}

.main-section-top[b-rtkf7lvr9a] {
    min-height: calc(50vh - 3.5rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 2rem;
    border-bottom: 1px solid #333;
}

.main-section-middle[b-rtkf7lvr9a] {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.main-section-middle h2[b-rtkf7lvr9a] {
    font-size: 1.75rem;
    color: #333;
    margin-bottom: 1.5rem;
    font-family: Bahnschrift, 'Sans Serif', sans-serif;
}

.cv-section[b-rtkf7lvr9a] {
    border-top: 1px solid #333;
    margin-bottom: 0;
}

.cv-section:last-child[b-rtkf7lvr9a] {
    border-bottom: 1px solid #333;
}

.cv-section-header[b-rtkf7lvr9a] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 0;
    cursor: pointer;
    transition: background-color 0.2s;
}

.cv-section-header:hover[b-rtkf7lvr9a] {
    background-color: #f9f9f9;
}

.cv-section-header h3[b-rtkf7lvr9a] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 400;
    color: #333;
    font-family: Bahnschrift, 'Sans Serif', sans-serif;
}

.expand-icon[b-rtkf7lvr9a] {
    font-size: 1.5rem;
    color: #666;
    font-weight: 300;
    transition: transform 0.3s;
}

.cv-section-content[b-rtkf7lvr9a] {
    display: none;
    padding: 0 0 1.5rem 0;
}

.cv-section.expanded .cv-section-content[b-rtkf7lvr9a] {
    display: block;
}

.cv-section.expanded .expand-icon[b-rtkf7lvr9a] {
    transform: rotate(45deg);
}

@media (max-width: 640.98px) {
    .top-row[b-rtkf7lvr9a] {
        justify-content: space-between;
        gap: 0.5rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .nav-buttons-group[b-rtkf7lvr9a] {
        gap: 0.5rem;
    }

    .top-row .nav-button[b-rtkf7lvr9a] {
        min-width: auto;
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }

    .lang-button[b-rtkf7lvr9a] {
        font-size: 0.9rem;
        padding: 0.25rem 0.25rem;
    }
}

@media (min-width: 641px) {
    .top-row[b-rtkf7lvr9a] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-rtkf7lvr9a], article[b-rtkf7lvr9a] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-rtkf7lvr9a] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    font-family: Bahnschrift, 'Sans Serif', sans-serif;
}

    #blazor-error-ui .dismiss[b-rtkf7lvr9a] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-5pc0olwmva] {
    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-5pc0olwmva] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-5pc0olwmva] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-5pc0olwmva] {
    font-size: 1.1rem;
}

.bi[b-5pc0olwmva] {
    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-5pc0olwmva] {
    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-5pc0olwmva] {
    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-5pc0olwmva] {
    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-5pc0olwmva] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-5pc0olwmva] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-5pc0olwmva] {
        padding-bottom: 1rem;
    }

    .nav-item[b-5pc0olwmva]  .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-5pc0olwmva]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-5pc0olwmva]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-5pc0olwmva] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-5pc0olwmva] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-5pc0olwmva] {
        display: none;
    }

    .nav-scrollable[b-5pc0olwmva] {
        /* 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-uc4x5gi6bn],
.components-reconnect-repeated-attempt-visible[b-uc4x5gi6bn],
.components-reconnect-failed-visible[b-uc4x5gi6bn],
.components-pause-visible[b-uc4x5gi6bn],
.components-resume-failed-visible[b-uc4x5gi6bn],
.components-rejoining-animation[b-uc4x5gi6bn] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-uc4x5gi6bn],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-uc4x5gi6bn],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-uc4x5gi6bn],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-uc4x5gi6bn],
#components-reconnect-modal.components-reconnect-retrying[b-uc4x5gi6bn],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-uc4x5gi6bn],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-uc4x5gi6bn],
#components-reconnect-modal.components-reconnect-failed[b-uc4x5gi6bn],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-uc4x5gi6bn] {
    display: block;
}


#components-reconnect-modal[b-uc4x5gi6bn] {
    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-uc4x5gi6bn 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-uc4x5gi6bn 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-uc4x5gi6bn 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-uc4x5gi6bn]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-uc4x5gi6bn 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-uc4x5gi6bn {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-uc4x5gi6bn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-uc4x5gi6bn {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-uc4x5gi6bn] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-uc4x5gi6bn] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-uc4x5gi6bn] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-uc4x5gi6bn] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-uc4x5gi6bn] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-uc4x5gi6bn] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-uc4x5gi6bn] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-uc4x5gi6bn 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-uc4x5gi6bn] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-uc4x5gi6bn {
    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/Pages/About.razor.rz.scp.css */
.about-page[b-aksopuinj5] {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-height: calc(100vh - 3.5rem);
    font-family: Bahnschrift, 'Sans Serif', sans-serif;
    padding-top: 0;
}

.about-content[b-aksopuinj5] {
    text-align: center;
    padding: 1rem 2rem 2rem 2rem;
    max-width: 700px;
}

.about-content h1[b-aksopuinj5] {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 1rem;
    margin-top: 0;
    font-weight: 400;
}

.about-info[b-aksopuinj5] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.copyright[b-aksopuinj5] {
    font-size: 1.25rem;
    color: #666;
    margin: 0;
}

.contact[b-aksopuinj5] {
    font-size: 1.125rem;
    color: #4CAF50;
    margin: 0;
    min-height: 1.5rem;
}

.email-image[b-aksopuinj5] {
    max-width: 250px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

.contact a[b-aksopuinj5] {
    color: #4CAF50;
    text-decoration: none;
    transition: color 0.2s;
}

.contact a:hover[b-aksopuinj5] {
    color: #FF6600;
}

.vcard-section[b-aksopuinj5] {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #e0e0e0;
}

.vcard-title[b-aksopuinj5] {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 1.5rem;
    font-weight: 400;
    font-family: Bahnschrift, 'Sans Serif', sans-serif;
}

.vcard-preview[b-aksopuinj5] {
    background: linear-gradient(135deg, #f7f7f7 0%, #ffffff 100%);
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.vcard-header[b-aksopuinj5] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e0e0e0;
}

.vcard-avatar[b-aksopuinj5] {
    width: 66px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    perspective: 440px;
    flex-shrink: 0;
}

.atom[b-aksopuinj5] {
    position: relative;
    width: 55px;
    height: 55px;
    transform-style: preserve-3d;
}

.nucleus[b-aksopuinj5] {
    position: absolute;
    width: 8.8px;
    height: 8.8px;
    background: radial-gradient(circle, #4CAF50, #2E7D32);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 6.6px rgba(76, 175, 80, 0.8);
    animation: pulse-b-aksopuinj5 2s ease-in-out infinite;
}

.orbit[b-aksopuinj5] {
    position: absolute;
    border: 1px solid rgba(76, 175, 80, 0.3);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform-style: preserve-3d;
}

.orbit-1[b-aksopuinj5] {
    width: 38.5px;
    height: 38.5px;
    margin-left: -19.25px;
    margin-top: -19.25px;
    animation: rotate-orbit-1-b-aksopuinj5 4s linear infinite;
}

.orbit-2[b-aksopuinj5] {
    width: 46.2px;
    height: 46.2px;
    margin-left: -23.1px;
    margin-top: -23.1px;
    animation: rotate-orbit-2-b-aksopuinj5 5s linear infinite;
    transform: rotateX(60deg) rotateY(30deg);
}

.orbit-3[b-aksopuinj5] {
    width: 55px;
    height: 55px;
    margin-left: -27.5px;
    margin-top: -27.5px;
    animation: rotate-orbit-3-b-aksopuinj5 6s linear infinite;
    transform: rotateX(-60deg) rotateY(-30deg);
}

.electron[b-aksopuinj5] {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 3.3px solid transparent;
    border-right: 3.3px solid transparent;
    border-bottom: 5.5px solid #FF6600;
    top: -2.75px;
    left: 50%;
    margin-left: -3.3px;
    filter: drop-shadow(0 0 3.3px rgba(255, 102, 0, 0.8));
}

@keyframes pulse-b-aksopuinj5 {
    0%, 100% {
        transform: translate(-50%, -50%) scale(1);
        box-shadow: 0 0 6.6px rgba(76, 175, 80, 0.8);
    }
    50% {
        transform: translate(-50%, -50%) scale(1.1);
        box-shadow: 0 0 9.9px rgba(76, 175, 80, 1);
    }
}

@keyframes rotate-orbit-1-b-aksopuinj5 {
    from {
        transform: rotateZ(0deg);
    }
    to {
        transform: rotateZ(360deg);
    }
}

@keyframes rotate-orbit-2-b-aksopuinj5 {
    from {
        transform: rotateX(60deg) rotateY(30deg) rotateZ(0deg);
    }
    to {
        transform: rotateX(60deg) rotateY(30deg) rotateZ(360deg);
    }
}

@keyframes rotate-orbit-3-b-aksopuinj5 {
    from {
        transform: rotateX(-60deg) rotateY(-30deg) rotateZ(0deg);
    }
    to {
        transform: rotateX(-60deg) rotateY(-30deg) rotateZ(360deg);
    }
}

.vcard-name[b-aksopuinj5] {
    text-align: left;
    flex-grow: 1;
}

.vcard-name h3[b-aksopuinj5] {
    margin: 0;
    font-size: 1.25rem;
    color: #333;
    font-weight: 600;
    font-family: Bahnschrift, 'Sans Serif', sans-serif;
}

.vcard-name p[b-aksopuinj5] {
    margin: 0.25rem 0 0 0;
    font-size: 0.9rem;
    color: #666;
    font-family: Bahnschrift, 'Sans Serif', sans-serif;
}

.vcard-details[b-aksopuinj5] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
}

.vcard-item[b-aksopuinj5] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-align: left;
    padding: 0.5rem;
    background: white;
    border-radius: 6px;
    transition: transform 0.2s, box-shadow 0.2s;
}

.vcard-item:hover[b-aksopuinj5] {
    transform: translateX(5px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.vcard-icon[b-aksopuinj5] {
    font-size: 1.5rem;
    flex-shrink: 0;
}

.vcard-text[b-aksopuinj5] {
    font-size: 0.95rem;
    color: #666;
    font-family: Bahnschrift, 'Sans Serif', sans-serif;
}

.vcard-form[b-aksopuinj5] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}

.email-input[b-aksopuinj5] {
    width: 100%;
    max-width: 400px;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    font-family: Bahnschrift, 'Sans Serif', sans-serif;
    border: 2px solid #d6d5d5;
    border-radius: 4px;
    outline: none;
    transition: border-color 0.2s;
}

.email-input:focus[b-aksopuinj5] {
    border-color: #4CAF50;
}

.email-input[b-aksopuinj5]::placeholder {
    color: #999;
}

.submit-button[b-aksopuinj5] {
    padding: 0.75rem 2rem;
    font-size: 1rem;
    font-family: Bahnschrift, 'Sans Serif', sans-serif;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s, transform 0.2s, opacity 0.2s;
}

.submit-button:hover:not(:disabled)[b-aksopuinj5] {
    background-color: #FF6600;
    transform: translateY(-2px);
}

.submit-button:disabled[b-aksopuinj5] {
    background-color: #ccc;
    cursor: not-allowed;
    opacity: 0.6;
}

.status-message[b-aksopuinj5] {
    padding: 0.75rem 1rem;
    border-radius: 4px;
    margin-bottom: 1rem;
    font-family: Bahnschrift, 'Sans Serif', sans-serif;
    font-size: 0.95rem;
    text-align: center;
}

.status-message.success[b-aksopuinj5] {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.status-message.error[b-aksopuinj5] {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.page[b-foy3sljvip] {
    margin-left: 10%;
    font-family: Bahnschrift, 'Sans Serif', sans-serif;
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 3.5rem);
    padding-top: 1.5rem;
}

.header-with-atom[b-foy3sljvip] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.text-container[b-foy3sljvip] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.text-container h1[b-foy3sljvip] {
    margin: 0;
    font-size: 2rem;
    line-height: 1;
}

.text-container p[b-foy3sljvip] {
    margin: 0;
    font-size: 1rem;
    line-height: 1;
}

.image-with-sticker[b-foy3sljvip] {
    display: flex;
    align-items: center;
    gap: 6rem;
    margin-top: 1.5rem;
    align-self: flex-start;
    flex-direction: row;
}

.yellow-sticker[b-foy3sljvip] {
    width: 224px;
    height: 140px;
    background: #FFFFE0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);
    transform: rotate(5deg);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 1rem;
    position: relative;
    order: 2;
}

.yellow-sticker[b-foy3sljvip]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #E0FFE0;
    animation: color-fade-green-b-foy3sljvip 150s infinite;
    opacity: 0;
}

.yellow-sticker[b-foy3sljvip]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, transparent 100%);
    z-index: 1;
}

.yellow-sticker span[b-foy3sljvip] {
    font-family: Bahnschrift, 'Sans Serif', sans-serif;
    font-size: 18px;
    color: #333;
    font-weight: normal;
    text-align: left;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
    position: relative;
    z-index: 2;
    width: 100%;
}

.image-placeholder[b-foy3sljvip] {
    width: 300px;
    height: 200px;
    background-color: #e0e0e0;
    border: 2px dashed #999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-placeholder span[b-foy3sljvip] {
    color: #666;
    font-size: 1rem;
}

.text-placeholder[b-foy3sljvip] {
    width: 300px;
    height: 200px;
    background-color: #fff;
    border: 1px solid #333;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Bahnschrift, 'Sans Serif', sans-serif;
    font-size: 1.1rem;
    color: #333;
    text-align: center;
    margin-right: 0;
    margin-left: 0;
    padding: 1.5rem;
    box-sizing: border-box;
}

.accordion-container[b-foy3sljvip] {
    width: 100%;
    max-width: 800px;
    margin-top: 2rem;
    margin-right: 10%;
    align-self: flex-start;
}

.accordion-item[b-foy3sljvip] {
    border-top: 1px solid #333;
    margin-bottom: 0;
}

.accordion-item:last-child[b-foy3sljvip] {
    border-bottom: 1px solid #333;
}

.accordion-header[b-foy3sljvip] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0;
}

.accordion-title[b-foy3sljvip] {
    margin: 0;
    font-family: Bahnschrift, 'Sans Serif', sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    color: #333;
}

.accordion-icon-button[b-foy3sljvip] {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordion-icon[b-foy3sljvip] {
    font-size: 2.4rem;
    color: #4CAF50;
    font-weight: 300;
    transition: transform 0.3s, color 0.2s;
    user-select: none;
    display: block;
}

.accordion-icon-button:hover .accordion-icon[b-foy3sljvip] {
    transform: translateX(-5px);
    color: #FF6600;
}

.accordion-item.expanded .accordion-icon[b-foy3sljvip] {
    transform: rotate(45deg);
}

.accordion-item.expanded .accordion-icon-button:hover .accordion-icon[b-foy3sljvip] {
    transform: rotate(45deg) translateX(-5px);
    color: #FF6600;
}

.accordion-content[b-foy3sljvip] {
    max-height: 0;
    overflow: hidden;
    transition: max-height  0.4s ease-out, padding 0.4s ease-out;
    padding: 0;
}

.accordion-item.expanded .accordion-content[b-foy3sljvip] {
    max-height: 2000px;
    padding-bottom: 1.5rem;
    overflow: visible;
}

.section-description[b-foy3sljvip] {
    font-family: Bahnschrift, 'Sans Serif', sans-serif;
    font-size: 1rem;
    color: #666;
    font-style: italic;
    margin: 0 0 1rem 0;
    line-height: 1.6;
}

.content-list[b-foy3sljvip] {
    list-style: disc;
    padding-left: 2rem;
    margin: 0;
    font-family: Bahnschrift, 'Sans Serif', sans-serif;
    font-size: 1rem;
    color: #333;
    line-height: 1.8;
}

.content-list li[b-foy3sljvip] {
    margin-bottom: 0.5rem;
}

.atom-container[b-foy3sljvip] {
    width: 66px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    perspective: 440px;
    flex-shrink: 0;
}

.atom[b-foy3sljvip] {
    position: relative;
    width: 55px;
    height: 55px;
    transform-style: preserve-3d;
}

.nucleus[b-foy3sljvip] {
    position: absolute;
    width: 8.8px;
    height: 8.8px;
    background: radial-gradient(circle, #4CAF50, #2E7D32);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 6.6px rgba(76, 175, 80, 0.8);
    animation: pulse-b-foy3sljvip 2s ease-in-out infinite;
}

.orbit[b-foy3sljvip] {
    position: absolute;
    border: 1px solid rgba(76, 175, 80, 0.3);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform-style: preserve-3d;
}

.orbit-1[b-foy3sljvip] {
    width: 38.5px;
    height: 38.5px;
    margin-left: -19.25px;
    margin-top: -19.25px;
    animation: rotate-orbit-1-b-foy3sljvip 4s linear infinite;
}

.orbit-2[b-foy3sljvip] {
    width: 46.2px;
    height: 46.2px;
    margin-left: -23.1px;
    margin-top: -23.1px;
    animation: rotate-orbit-2-b-foy3sljvip 5s linear infinite;
    transform: rotateX(60deg) rotateY(30deg);
}

.orbit-3[b-foy3sljvip] {
    width: 55px;
    height: 55px;
    margin-left: -27.5px;
    margin-top: -27.5px;
    animation: rotate-orbit-3-b-foy3sljvip 6s linear infinite;
    transform: rotateX(-60deg) rotateY(-30deg);
}

.electron[b-foy3sljvip] {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 3.3px solid transparent;
    border-right: 3.3px solid transparent;
    border-bottom: 5.5px solid #FF6600;
    top: -2.75px;
    left: 50%;
    margin-left: -3.3px;
    filter: drop-shadow(0 0 3.3px rgba(255, 102, 0, 0.8));
}

@keyframes pulse-b-foy3sljvip {
    0%, 100% {
        transform: translate(-50%, -50%) scale(1);
        box-shadow: 0 0 6.6px rgba(76, 175, 80, 0.8);
    }
    50% {
        transform: translate(-50%, -50%) scale(1.1);
        box-shadow: 0 0 9.9px rgba(76, 175, 80, 1);
    }
}

@keyframes rotate-orbit-1-b-foy3sljvip {
    from {
        transform: rotateZ(0deg);
    }
    to {
        transform: rotateZ(360deg);
    }
}

@keyframes rotate-orbit-2-b-foy3sljvip {
    from {
        transform: rotateX(60deg) rotateY(30deg) rotateZ(0deg);
    }
    to {
        transform: rotateX(60deg) rotateY(30deg) rotateZ(360deg);
    }
}

@keyframes rotate-orbit-3-b-foy3sljvip {
    from {
        transform: rotateX(-60deg) rotateY(-30deg) rotateZ(0deg);
    }
    to {
        transform: rotateX(-60deg) rotateY(-30deg) rotateZ(360deg);
    }
}

@keyframes color-fade-green-b-foy3sljvip {
    0%, 16.67% {
        opacity: 0;
        background: #E0FFE0;
    }
    20%, 36.67% {
        opacity: 1;
        background: #E0FFE0;
    }
    40%, 56.67% {
        opacity: 1;
        background: #FFE0E0;
    }
    60%, 76.67% {
        opacity: 1;
        background: #E0FFFF;
    }
    80%, 96.67% {
        opacity: 1;
        background: #E0E0FF;
    }
    100% {
        opacity: 0;
        background: #E0FFE0;
    }
}
/* /Components/Pages/Index.razor.rz.scp.css */
.landing-page[b-pxpcevrmhi] {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Bahnschrift, 'Sans Serif', sans-serif;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #0f0f0f 100%);
    overflow: hidden;
}

.tech-background[b-pxpcevrmhi] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.1;
    z-index: 0;
}

.grid-overlay[b-pxpcevrmhi] {
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(#4CAF50 1px, transparent 1px),
        linear-gradient(90deg, #4CAF50 1px, transparent 1px);
    background-size: 50px 50px;
    animation: gridMove-b-pxpcevrmhi 20s linear infinite;
}

@keyframes gridMove-b-pxpcevrmhi {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(50px, 50px);
    }
}

.hero-section[b-pxpcevrmhi] {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 2rem;
    max-width: 1200px;
}

.atom-logo[b-pxpcevrmhi] {
    width: 120px;
    height: 120px;
    margin: 0 auto 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    perspective: 800px;
}

.atom[b-pxpcevrmhi] {
    position: relative;
    width: 100px;
    height: 100px;
    transform-style: preserve-3d;
}

.nucleus[b-pxpcevrmhi] {
    position: absolute;
    width: 16px;
    height: 16px;
    background: radial-gradient(circle, #4CAF50, #2E7D32);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 20px rgba(76, 175, 80, 0.8);
    animation: pulse-b-pxpcevrmhi 2s ease-in-out infinite;
}

.orbit[b-pxpcevrmhi] {
    position: absolute;
    border: 2px solid rgba(76, 175, 80, 0.4);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform-style: preserve-3d;
}

.orbit-1[b-pxpcevrmhi] {
    width: 70px;
    height: 70px;
    margin-left: -35px;
    margin-top: -35px;
    animation: rotate-orbit-1-b-pxpcevrmhi 4s linear infinite;
}

.orbit-2[b-pxpcevrmhi] {
    width: 84px;
    height: 84px;
    margin-left: -42px;
    margin-top: -42px;
    animation: rotate-orbit-2-b-pxpcevrmhi 5s linear infinite;
    transform: rotateX(60deg) rotateY(30deg);
}

.orbit-3[b-pxpcevrmhi] {
    width: 100px;
    height: 100px;
    margin-left: -50px;
    margin-top: -50px;
    animation: rotate-orbit-3-b-pxpcevrmhi 6s linear infinite;
    transform: rotateX(-60deg) rotateY(-30deg);
}

.electron[b-pxpcevrmhi] {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 10px solid #FF6600;
    top: -5px;
    left: 50%;
    margin-left: -6px;
    filter: drop-shadow(0 0 6px rgba(255, 102, 0, 0.8));
}

@keyframes pulse-b-pxpcevrmhi {
    0%, 100% {
        transform: translate(-50%, -50%) scale(1);
        box-shadow: 0 0 20px rgba(76, 175, 80, 0.8);
    }
    50% {
        transform: translate(-50%, -50%) scale(1.2);
        box-shadow: 0 0 30px rgba(76, 175, 80, 1);
    }
}

@keyframes rotate-orbit-1-b-pxpcevrmhi {
    from { transform: rotateZ(0deg); }
    to { transform: rotateZ(360deg); }
}

@keyframes rotate-orbit-2-b-pxpcevrmhi {
    from { transform: rotateX(60deg) rotateY(30deg) rotateZ(0deg); }
    to { transform: rotateX(60deg) rotateY(30deg) rotateZ(360deg); }
}

@keyframes rotate-orbit-3-b-pxpcevrmhi {
    from { transform: rotateX(-60deg) rotateY(-30deg) rotateZ(0deg); }
    to { transform: rotateX(-60deg) rotateY(-30deg) rotateZ(360deg); }
}

.company-name[b-pxpcevrmhi] {
    font-size: 5rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 1rem 0;
    letter-spacing: 0.5rem;
    text-shadow: 0 0 30px rgba(76, 175, 80, 0.5);
    animation: fadeInUp-b-pxpcevrmhi 1s ease-out;
}

.tagline[b-pxpcevrmhi] {
    font-size: 1.5rem;
    color: #4CAF50;
    margin: 0 0 4rem 0;
    animation: fadeInUp-b-pxpcevrmhi 1.2s ease-out;
}

.features[b-pxpcevrmhi] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-bottom: 4rem;
    animation: fadeInUp-b-pxpcevrmhi 1.4s ease-out;
}

.features.features-two-columns[b-pxpcevrmhi] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-bottom: 4rem;
    animation: fadeInUp-b-pxpcevrmhi 1.4s ease-out;
}

@media (max-width: 900px) {
    .features.features-two-columns[b-pxpcevrmhi] {
        grid-template-columns: 1fr;
    }
}

.feature-card[b-pxpcevrmhi] {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(76, 175, 80, 0.2);
    border-radius: 12px;
    padding: 2rem;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.feature-card:hover[b-pxpcevrmhi] {
    background: rgba(76, 175, 80, 0.1);
    border-color: rgba(76, 175, 80, 0.5);
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(76, 175, 80, 0.3);
}

.feature-icon[b-pxpcevrmhi] {
    font-size: 3rem;
    display: block;
    margin-bottom: 1rem;
}

.feature-icon svg[b-pxpcevrmhi] {
    display: block;
    margin: 0 auto;
    width: 3rem;
    height: 3rem;
}

.feature-card h3[b-pxpcevrmhi] {
    color: #fff;
    font-size: 1.25rem;
    margin: 0 0 0.5rem 0;
    font-weight: 600;
}

.feature-card p[b-pxpcevrmhi] {
    color: #aaa;
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
}

.cta-section[b-pxpcevrmhi] {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
    animation: fadeInUp-b-pxpcevrmhi 1.6s ease-out;
}

.cta-button[b-pxpcevrmhi] {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2.5rem;
    font-size: 1.125rem;
    font-family: Bahnschrift, 'Sans Serif', sans-serif;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.cta-button.primary[b-pxpcevrmhi] {
    background: linear-gradient(135deg, #4CAF50 0%, #2E7D32 100%);
    color: #fff;
    box-shadow: 0 4px 15px rgba(76, 175, 80, 0.4);
}

.cta-button.primary:hover[b-pxpcevrmhi] {
    background: linear-gradient(135deg, #FF6600 0%, #CC5200 100%);
    box-shadow: 0 6px 25px rgba(255, 102, 0, 0.5);
    transform: translateY(-3px);
}

.cta-button.secondary[b-pxpcevrmhi] {
    background: transparent;
    color: #4CAF50;
    border: 2px solid #4CAF50;
}

.cta-button.secondary:hover[b-pxpcevrmhi] {
    background: rgba(76, 175, 80, 0.1);
    border-color: #FF6600;
    color: #FF6600;
    transform: translateY(-3px);
}

.arrow[b-pxpcevrmhi] {
    font-size: 1.5rem;
    transition: transform 0.3s ease;
}

.cta-button:hover .arrow[b-pxpcevrmhi] {
    transform: translateX(5px);
}

@keyframes fadeInUp-b-pxpcevrmhi {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .company-name[b-pxpcevrmhi] {
        font-size: 3rem;
        letter-spacing: 0.3rem;
    }
    
    .tagline[b-pxpcevrmhi] {
        font-size: 1.125rem;
    }
    
    .features[b-pxpcevrmhi] {
        grid-template-columns: 1fr;
    }
    
    .cta-section[b-pxpcevrmhi] {
        flex-direction: column;
        align-items: stretch;
    }
}
