/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-0genzowp31] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-0genzowp31] {
    flex: 1;
}

.sidebar[b-0genzowp31] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-0genzowp31] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-0genzowp31]  a, .top-row[b-0genzowp31]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-0genzowp31]  a:hover, .top-row[b-0genzowp31]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-0genzowp31]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-0genzowp31] {
        justify-content: space-between;
    }

    .top-row[b-0genzowp31]  a, .top-row[b-0genzowp31]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-0genzowp31] {
        flex-direction: row;
    }

    .sidebar[b-0genzowp31] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-0genzowp31] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-0genzowp31]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-0genzowp31], article[b-0genzowp31] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-0genzowp31] {
    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-0genzowp31] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ie40d2a68o] {
    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-ie40d2a68o] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-ie40d2a68o] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ie40d2a68o] {
    font-size: 1.1rem;
}

.bi[b-ie40d2a68o] {
    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-ie40d2a68o] {
    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-ie40d2a68o] {
    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-ie40d2a68o] {
    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-ie40d2a68o] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ie40d2a68o] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ie40d2a68o] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ie40d2a68o]  .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-ie40d2a68o]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-ie40d2a68o]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-ie40d2a68o] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-ie40d2a68o] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ie40d2a68o] {
        display: none;
    }

    .nav-scrollable[b-ie40d2a68o] {
        /* 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-k30s1heots],
.components-reconnect-repeated-attempt-visible[b-k30s1heots],
.components-reconnect-failed-visible[b-k30s1heots],
.components-pause-visible[b-k30s1heots],
.components-resume-failed-visible[b-k30s1heots],
.components-rejoining-animation[b-k30s1heots] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-k30s1heots],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-k30s1heots],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-k30s1heots],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-k30s1heots],
#components-reconnect-modal.components-reconnect-retrying[b-k30s1heots],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-k30s1heots],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-k30s1heots],
#components-reconnect-modal.components-reconnect-failed[b-k30s1heots],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-k30s1heots] {
    display: block;
}


#components-reconnect-modal[b-k30s1heots] {
    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-k30s1heots 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-k30s1heots 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-k30s1heots 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-k30s1heots]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-k30s1heots 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-k30s1heots {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-k30s1heots {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-k30s1heots {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-k30s1heots] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-k30s1heots] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-k30s1heots] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-k30s1heots] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-k30s1heots] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-k30s1heots] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-k30s1heots] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-k30s1heots 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-k30s1heots] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-k30s1heots {
    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/Home.razor.rz.scp.css */
*[b-jernkehfsa] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-jernkehfsa] {
    background: #0A0A1F !important;
}

.container[b-jernkehfsa] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background: rgba(10, 10, 31, 0.95);
    backdrop-filter: blur(15px);
    border-radius: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0 20px 40px rgba(0, 242, 254, 0.2);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.8;
    color: #ffffff;
    background: linear-gradient(135deg, #0A0A1F 0%, #1a1a3a 50%, #0A0A1F 100%);
    min-height: 100vh;
    border: 2px solid rgba(0, 242, 254, 0.3);
}

.header[b-jernkehfsa] {
    text-align: center;
    padding: 40px 0;
    background: linear-gradient(45deg, #0A0A1F, #1a1a3a, #00F2FE);
    color: white;
    border-radius: 15px;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 30px rgba(0, 242, 254, 0.5);
    border: 2px solid rgba(0, 242, 254, 0.6);
}

.header-logo[b-jernkehfsa] {
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.logo-image[b-jernkehfsa] {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid rgba(0, 242, 254, 0.8);
    box-shadow: 0 0 30px rgba(0, 242, 254, 0.6), 0 0 60px rgba(0, 242, 254, 0.3);
    transition: all 0.3s ease;
    animation: logoGlow-b-jernkehfsa 3s ease-in-out infinite alternate;
}

.logo-image:hover[b-jernkehfsa] {
    transform: scale(1.05);
    box-shadow: 0 0 40px rgba(0, 242, 254, 0.8), 0 0 80px rgba(0, 242, 254, 0.4);
    border-color: rgba(39, 255, 20, 0.9);
}

@keyframes logoGlow-b-jernkehfsa {
    0% {
        box-shadow: 0 0 30px rgba(0, 242, 254, 0.6), 0 0 60px rgba(0, 242, 254, 0.3);
    }
    100% {
        box-shadow: 0 0 40px rgba(0, 242, 254, 0.8), 0 0 80px rgba(0, 242, 254, 0.4);
    }
}

.header[b-jernkehfsa]::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(0, 242, 254, 0.05) 20%, transparent 21%);
    background-size: 50px 50px;
    animation: float-b-jernkehfsa 20s linear infinite;
}

@keyframes float-b-jernkehfsa {
    0% { transform: rotate(0deg) translate(-50%, -50%); }
    100% { transform: rotate(360deg) translate(-50%, -50%); }
}

.header h1[b-jernkehfsa] {
    font-size: 3em;
    margin-bottom: 20px;
    text-shadow: 0 0 20px rgba(0, 242, 254, 0.8), 0 0 40px rgba(0, 242, 254, 0.4);
    position: relative;
    z-index: 1;
    color: #ffffff;
    background: linear-gradient(45deg, #00F2FE, #FF00FF, #39FF14);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.header p[b-jernkehfsa] {
    font-size: 1.2em;
    opacity: 0.9;
    position: relative;
    z-index: 1;
    color: #ffffff;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.navigation[b-jernkehfsa] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-bottom: 40px;
    padding: 20px;
    background: rgba(0, 242, 254, 0.1);
    border-radius: 15px;
    border: 1px solid rgba(0, 242, 254, 0.3);
}

.nav-item[b-jernkehfsa] {
    padding: 12px 24px;
    background: linear-gradient(45deg, #FF00FF, #D900FF);
    color: white;
    text-decoration: none;
    border-radius: 25px;
    transition: all 0.3s ease;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(255, 0, 255, 0.4);
    cursor: pointer;
    border: 1px solid rgba(255, 0, 255, 0.5);
}

.nav-item:hover[b-jernkehfsa] {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 0, 255, 0.6), 0 0 20px rgba(255, 0, 255, 0.4);
    filter: brightness(1.2);
    background: linear-gradient(45deg, #39FF14, #7FFF00);
}

.chapter[b-jernkehfsa] {
    margin-bottom: 50px;
    padding: 30px;
    background: rgba(20, 20, 50, 0.8);
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 242, 254, 0.2);
    border-left: 5px solid #00F2FE;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 242, 254, 0.2);
}

.chapter:hover[b-jernkehfsa] {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 242, 254, 0.3), 0 0 30px rgba(0, 242, 254, 0.1);
    border-left: 5px solid #39FF14;
}

.chapter h2[b-jernkehfsa] {
    color: #00F2FE;
    font-size: 2.2em;
    margin-bottom: 25px;
    text-align: center;
    position: relative;
    text-shadow: 0 0 15px rgba(0, 242, 254, 0.6);
}

.chapter h2[b-jernkehfsa]::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: linear-gradient(45deg, #FF00FF, #39FF14);
    margin: 15px auto;
    border-radius: 2px;
    box-shadow: 0 0 10px rgba(255, 0, 255, 0.5);
}

.chapter h3[b-jernkehfsa] {
    color: #39FF14;
    font-size: 1.5em;
    margin-bottom: 20px;
    margin-top: 30px;
    text-shadow: 0 0 10px rgba(57, 255, 20, 0.5);
}

.chapter p[b-jernkehfsa] {
    font-size: 1.1em;
    margin-bottom: 20px;
    text-align: justify;
    color: #e0e0e0;
}

.chapter ul[b-jernkehfsa] {
    margin-left: 30px;
    margin-bottom: 20px;
}

.chapter li[b-jernkehfsa] {
    margin-bottom: 8px;
    color: #e0e0e0;
}

.highlight[b-jernkehfsa] {
    background: linear-gradient(120deg, rgba(0, 242, 254, 0.2) 0%, rgba(57, 255, 20, 0.2) 100%);
    padding: 20px;
    border-radius: 10px;
    margin: 20px 0;
    border-left: 4px solid #00F2FE;
    box-shadow: 0 0 20px rgba(0, 242, 254, 0.3);
}

.definition[b-jernkehfsa] {
    background: linear-gradient(120deg, rgba(255, 0, 255, 0.3) 0%, rgba(217, 0, 255, 0.3) 100%);
    padding: 20px;
    border-radius: 10px;
    margin: 20px 0;
    color: white;
    font-weight: 500;
    box-shadow: 0 0 20px rgba(255, 0, 255, 0.4);
    border: 1px solid rgba(255, 0, 255, 0.3);
}

.contact-section[b-jernkehfsa] {
    background: linear-gradient(135deg, #0A0A1F 0%, #1a1a3a 30%, #2a2a4a 50%, #1a1a3a 70%, #0A0A1F 100%);
    color: white;
    padding: 40px;
    border-radius: 15px;
    text-align: center;
    margin-top: 50px;
    border: 2px solid rgba(0, 242, 254, 0.5);
    box-shadow: 0 0 40px rgba(0, 242, 254, 0.4);
}

.contact-section h2[b-jernkehfsa] {
    font-size: 2.5em;
    margin-bottom: 20px;
    text-shadow: 0 0 20px rgba(0, 242, 254, 0.9);
    background: linear-gradient(45deg, #00F2FE, #FF00FF, #39FF14);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.contact-section p[b-jernkehfsa] {
    font-size: 1.2em;
    margin-bottom: 30px;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.8);
    color: #ffffff;
}

.contact-links[b-jernkehfsa] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.contact-email[b-jernkehfsa] {
    display: inline-block;
    background: rgba(0, 242, 254, 0.2);
    padding: 15px 30px;
    border-radius: 25px;
    text-decoration: none;
    color: white;
    font-size: 1.2em;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid rgba(0, 242, 254, 0.5);
    box-shadow: 0 0 15px rgba(0, 242, 254, 0.3);
}

.contact-email:hover[b-jernkehfsa] {
    background: rgba(57, 255, 20, 0.3);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(57, 255, 20, 0.4), 0 0 30px rgba(57, 255, 20, 0.2);
    border-color: rgba(57, 255, 20, 0.7);
}

.intro-section[b-jernkehfsa] {
    background: linear-gradient(120deg, rgba(255, 0, 255, 0.2) 0%, rgba(0, 242, 254, 0.2) 100%);
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 40px;
    text-align: center;
    border: 1px solid rgba(255, 0, 255, 0.3);
    box-shadow: 0 0 25px rgba(255, 0, 255, 0.2);
}

.intro-section h2[b-jernkehfsa] {
    color: #FF00FF;
    font-size: 2.5em;
    margin-bottom: 20px;
    text-shadow: 0 0 20px rgba(255, 0, 255, 0.6);
}

.thought-experiment[b-jernkehfsa] {
    background: linear-gradient(120deg, rgba(57, 255, 20, 0.2) 0%, rgba(0, 242, 254, 0.2) 100%);
    padding: 25px;
    border-radius: 12px;
    margin: 25px 0;
    font-style: italic;
    border-left: 4px solid #39FF14;
    color: #e0e0e0;
    box-shadow: 0 0 20px rgba(57, 255, 20, 0.3);
}

.footer[b-jernkehfsa] {
    text-align: center;
    padding: 30px;
    color: #888;
    border-top: 2px solid rgba(0, 242, 254, 0.3);
    margin-top: 50px;
    background: rgba(10, 10, 31, 0.5);
    border-radius: 10px;
}

.scroll-to-top[b-jernkehfsa] {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: linear-gradient(45deg, #00F2FE, #4EF2E0);
    color: white;
    border: 2px solid rgba(0, 242, 254, 0.6);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 242, 254, 0.4), 0 0 20px rgba(0, 242, 254, 0.3);
    transition: all 0.3s ease;
    opacity: 0.8;
    visibility: visible;
    z-index: 1000;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}

.scroll-to-top:hover[b-jernkehfsa] {
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 8px 25px rgba(0, 242, 254, 0.6), 0 0 30px rgba(0, 242, 254, 0.4);
    background: linear-gradient(45deg, #39FF14, #7FFF00);
    border-color: rgba(57, 255, 20, 0.7);
}

@media (max-width: 768px) {
    .container[b-jernkehfsa] {
        margin: 5px;
        padding: 10px;
        border-radius: 10px;
    }
   
    .header[b-jernkehfsa] {
        padding: 30px 15px;
        margin-bottom: 20px;
    }
    
    .header-logo[b-jernkehfsa] {
        margin-bottom: 20px;
    }
    
    .logo-image[b-jernkehfsa] {
        width: 80px;
        height: 80px;
        border-width: 2px;
    }
   
    .header h1[b-jernkehfsa] {
        font-size: 2.2em;
        margin-bottom: 15px;
        word-wrap: break-word;
    }
   
    .header p[b-jernkehfsa] {
        font-size: 1em;
        line-height: 1.6;
    }
   
    .navigation[b-jernkehfsa] {
        flex-direction: column;
        padding: 15px;
        gap: 10px;
    }
   
    .nav-item[b-jernkehfsa] {
        padding: 10px 20px;
        font-size: 0.9em;
        text-align: center;
    }
   
    .chapter[b-jernkehfsa] {
        padding: 15px;
        margin-bottom: 30px;
    }
   
    .chapter h2[b-jernkehfsa] {
        font-size: 1.6em;
        margin-bottom: 20px;
        line-height: 1.3;
        word-wrap: break-word;
    }
   
    .chapter h3[b-jernkehfsa] {
        font-size: 1.3em;
        margin-bottom: 15px;
        line-height: 1.4;
    }
   
    .chapter p[b-jernkehfsa] {
        font-size: 1em;
        line-height: 1.7;
        margin-bottom: 15px;
        text-align: left;
        word-wrap: break-word;
    }
   
    .intro-section[b-jernkehfsa] {
        padding: 20px 15px;
        margin-bottom: 20px;
    }
   
    .intro-section h2[b-jernkehfsa] {
        font-size: 2em;
        margin-bottom: 15px;
        line-height: 1.3;
    }
   
    .thought-experiment[b-jernkehfsa] {
        padding: 20px 15px;
        margin: 20px 0;
        font-size: 0.95em;
        line-height: 1.6;
    }
   
    .highlight[b-jernkehfsa], .definition[b-jernkehfsa] {
        padding: 15px;
        margin: 15px 0;
        font-size: 0.95em;
        line-height: 1.6;
    }
   
    .contact-section[b-jernkehfsa] {
        padding: 30px 15px;
        margin-top: 30px;
    }
   
    .contact-section h2[b-jernkehfsa] {
        font-size: 2em;
        margin-bottom: 15px;
    }
   
    .contact-section p[b-jernkehfsa] {
        font-size: 1em;
        margin-bottom: 20px;
        line-height: 1.6;
    }
   
    .contact-links[b-jernkehfsa] {
        flex-direction: column !important;
        gap: 15px !important;
    }
   
    .contact-email[b-jernkehfsa] {
        padding: 12px 20px;
        font-size: 1em;
        word-wrap: break-word;
    }
   
    .footer[b-jernkehfsa] {
        padding: 20px 10px;
        font-size: 0.9em;
        line-height: 1.5;
    }
   
    .chapter ul[b-jernkehfsa] {
        margin-left: 20px !important;
        padding-left: 10px;
    }
   
    .chapter li[b-jernkehfsa] {
        margin-bottom: 8px;
        line-height: 1.5;
        word-wrap: break-word;
    }
    
    .scroll-to-top[b-jernkehfsa] {
        bottom: 20px;
        right: 20px;
        width: 50px;
        height: 50px;
        font-size: 18px;
    }
}

/* Дополнительные неоновые эффекты */
.chapter:nth-child(even)[b-jernkehfsa] {
    border-left: 5px solid #39FF14;
}

.chapter:nth-child(even):hover[b-jernkehfsa] {
    border-left: 5px solid #FF00FF;
}

.chapter:nth-child(odd)[b-jernkehfsa] {
    border-left: 5px solid #00F2FE;
}

.chapter:nth-child(odd):hover[b-jernkehfsa] {
    border-left: 5px solid #39FF14;
}
