
.logo {
    display: none;
    position: absolute;
        top: 180px;
        left: 107px;
        margin-left: 53px;
        width: 490px;          
        height: 70px;
        z-index: 40;
    box-sizing: border-box;
    /* background-color: rgb(98, 41, 41); */
    /* backdrop-filter: blur(5px); */
    /* border: 1px solid #ccc;
    border-right: 3px solid rgb(0, 0, 0); */
    padding: 10px;
}
.category-menu.active ~ .logo,
.logo.active { 
    display: block; 
}
.photo-wall {
    display: none;
    position: absolute;
        top: 372px;
        /* left: 100%; */
        /* left: 1025px; */
        left: 937px;
        margin-left: 53px;
        width: 390px;          
        /* width: 260px;           */
        height: 120px;
        z-index: 50;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.7);
    /* background-color: rgba(255, 255, 255, 0.7); */
    backdrop-filter: blur(5px);
    border: 1px solid #ccc;
    border-right: 3px solid rgb(68, 8, 8);
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    padding: 10px;
    border-radius: 2px;
    /* border-radius: 4px; */
    overflow-y: auto;
    scrollbar-width: none;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 90px;
    gap: 8px;
}
.photo-wall::-webkit-scrollbar { display: none; }
/* .category-menu { position: absolute; } */
.category-menu.active + .photo-wall { display: grid; }
.category-menu:not(.active) + .photo-wall { display: none; }
.photo-item {
    overflow: hidden;
    border-radius: 3px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
    background-color: #f0f0f0;
}
.photo-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease;
}
.photo-item:hover img { transform: scale(1.05);}
.photo-item.wide { grid-column: span 2;}


.secondary-menu {
    display: none;
    position: absolute;
        top: 370px;
        left: 10px;
        z-index: 40;
        width: 980px;
        box-sizing: border-box;
        /* height: 60px; */
    box-sizing: border-box;
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 0.85);
        background-image: url('../../../../../../Assets/Graphics/Pictures/Background/lofter_1665027936512.jpg');
        background-size: cover;
        background-position: center;
        backdrop-filter: blur(5px);
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    display: none;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-start;
    gap: 15px; 
}
.secondary-menu.active {
    display: flex; 
}
.secondary-item {
    padding: 6px 12px;
    font-size: 12px;
    font-family: 'Courier New', Courier, monospace;
    color: #ffffff;
    /* color: #1e2d3b; */
    cursor: pointer;
    /* border-radius: 4px; */
    transition: background-color 0.2s ease, color 0.2s ease;
}
.secondary-item:hover {
    color: rgb(229, 244, 229);
    background-color: #1e3b3178;
    transform: translateY(-1px);
}


/* --- */


.category-grid {
    display: none;
    position: absolute;
        top: 40px;
        left: 10px;
        padding: 10px;
        height: 300px;
        z-index: 100;
    background: white;
        box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}


.menu-trigger {
    color: white;
        /* text-shadow: 1px 0px 1px white; */
    font-size: 24px;
    cursor: pointer;
    line-height: 40px;
    padding-left: 20px;
    user-select: none;
    width: 30px;
    position: relative;
    top: 0px;
    left: 50px;
}
.ark-menu-trigger {
    color: white;
    font-size: 14px;
    cursor: pointer;
    line-height: 40px;
    padding-left: 20px;
    user-select: none;
    width: 30px;
    position: relative;
    top: -37px;
    left: 3px;
}


/* --- */


.category-menu {
    display: none;
    position: absolute;
        top: 40px;
        left: 10px;
        z-index: 40;
        /* max-height: 320px; */
        height: 626px;
    background-color: rgba(31, 30, 30, 0.666);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.623), rgba(255, 255, 255, 0.588));
    /* background-color: rgba(255, 255, 255, 0.85); */
    /* background-image: url(../../../../../../Assets/Graphics/Pictures/Background/Tomorrowland.webp); */
    /* background-image: url(../../../../../../Assets/Graphics/Pictures/Astro/noao-ngc7023.jpg); */
    /* background-image: url(../../../../../../Assets/Graphics/Pictures/BookCover/ManualOfRules.png); */
    /* background-image: url(../../../../../../Assets/Graphics/Pictures/Background/national-gallery-of-art-HGhWGvGIcs0-unsplash.jpg);
    background-image: url(https://www.hollywoodreporter.com/wp-content/uploads/2024/06/MCDWALL_EC011-16x9-1.jpg?w=2000&h=1126&crop=1);
    background-image: url(https://www.disneyplus.com/browse/entity-280395a4-d5ef-4dd0-bd09-d91c31593d3d); */
        background-position: 10% 10%;
        background-size: 800px;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    padding: 10px;
    overflow: visible;
    
    /* display: flex; */
}
/* .category-menu::before {
    content: "";
    position: absolute;
        top: -1px;
        left: 100%;
        margin-right: 0px;
        width: 200px;
        height: calc(100% + 2px);
    background-image: url(../../../../../../Assets/Graphics/Pictures/Other/pexels-algrey-10081371.jpg);
        background-size: 1600px;
        background-position: top;
    box-shadow: -2px 4px 8px rgba(0,0,0,0.1);
    border: 1px solid #ccc;
    border-right: none;
    pointer-events: none;
} */
.category-menu.active {
    display: flex; 
    flex-direction: column; 
    flex-wrap: wrap; 
    /* flex, only active */
}

.category-menu-i {
    display: none;
    position: absolute;
        top: 420px;
        left: 510px;
        z-index: 40;
        max-height: 245px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.623), rgba(255, 255, 255, 0.588));
    /* background-color: rgba(255, 255, 255, 0.85); */
    /* background-image: url(../../../../../../Assets/Graphics/Pictures/Background/Tomorrowland.webp); */
    /* background-image: url(../../../../../../Assets/Graphics/Pictures/Astro/noao-ngc7023.jpg); */
    /* background-image: url(../../../../../../Assets/Graphics/Pictures/BookCover/ManualOfRules.png); */
    /* background-image: url(../../../../../../Assets/Graphics/Pictures/Background/national-gallery-of-art-HGhWGvGIcs0-unsplash.jpg);
    background-image: url(https://www.hollywoodreporter.com/wp-content/uploads/2024/06/MCDWALL_EC011-16x9-1.jpg?w=2000&h=1126&crop=1);
    background-image: url(https://www.disneyplus.com/browse/entity-280395a4-d5ef-4dd0-bd09-d91c31593d3d); */
    background-position: 10% 10%;

    background-size: 800px;
    /* border: 1px solid #ccc; */
    /* box-shadow: 0 4px 8px rgba(0,0,0,0.1); */
    padding: 10px;
    overflow: visible;
    
    /* display: flex; */
}
.category-menu-i.active {
    display: flex; 
    flex-direction: column; 
    flex-wrap: wrap; 
    /* flex, only active */
}

.category-menu-ii {
    display: none;
    position: absolute;
        top: 419px;
        left: 200px;
        z-index: 40;
        height: 250px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.355), rgba(255, 255, 255, 0.171));
    background-color: rgba(56, 51, 51, 0.666);
    /* background-color: rgba(255, 255, 255, 0.85); */
    background-position: 10% 10%;

    background-size: 800px;
    /* border: 1px solid #ccc; */
    /* box-shadow: 0 4px 8px rgba(0,0,0,0.1); */
    padding: 10px;
    overflow: visible;
}
.category-menu-ii::before {
    content: "";
    position: absolute;
        top: -1px;
        right: 100%;
        margin-right: 0px;
        width: 200px;
        height: calc(100% + 2px);
    /* background-image: url(../../../../../../Assets/Graphics/Pictures/Other/Blavlucifer.jpg); */
    background-image: url(../../../../../../Assets/Graphics/Pictures/Other/pexels-algrey-10081371.jpg);
        background-size: cover;
        background-position: center;
    box-shadow: -2px 4px 8px rgba(0,0,0,0.1);
    border: 1px solid #ccc;
    border-right: none;
    pointer-events: none;
}
.category-menu-ii.active {
    display: flex; 
    flex-direction: column; 
    flex-wrap: wrap; 
    /* flex, only active */
}

.category-menu-iii {
    display: none;
    position: absolute;
        top: 419px;
        left: 660px;
        z-index: 40;
        height: 250px;
    background-color: rgba(56, 51, 51, 0.666);
    /* background-color: rgba(255, 255, 255, 0.85); */
    background-position: 10% 10%;

    background-size: 800px;
    /* border: 1px solid #ccc; */
    /* box-shadow: 0 4px 8px rgba(0,0,0,0.1); */
    padding: 10px;
    overflow: visible;
    
    /* display: flex; */
}
.category-menu-iii.active {
    display: flex; 
    flex-direction: column; 
    flex-wrap: wrap; 
    /* flex, only active */
}

.category-menu-iv {
    display: none;
    position: absolute;
        top: 419px;
        left: 820px;
        z-index: 40;
        height: 250px;
    background-color: rgba(56, 51, 51, 0.666);
    /* background-color: rgba(255, 255, 255, 0.85); */
    background-position: 10% 10%;

    background-size: 800px;
    /* border: 1px solid #ccc; */
    /* box-shadow: 0 4px 8px rgba(0,0,0,0.1); */
    padding: 10px;
    overflow: visible;
    
    /* display: flex; */
}
.category-menu-iv.active {
    display: flex; 
    flex-direction: column; 
    flex-wrap: wrap; 
    /* flex, only active */
}

.category-menu-v {
    display: none;
    position: absolute;
        top: 419px;
        left: 980px;
        z-index: 40;
        height: 250px;
    background-color: rgba(56, 51, 51, 0.666);
    /* background-color: rgba(255, 255, 255, 0.85); */
    background-position: 10% 10%;

    background-size: 800px;
    /* border: 1px solid #ccc; */
    /* box-shadow: 0 4px 8px rgba(0,0,0,0.1); */
    padding: 10px;
    overflow: visible;
    
    /* display: flex; */
}
.category-menu-v.active {
    display: flex; 
    flex-direction: column; 
    flex-wrap: wrap; 
    /* flex, only active */
}


.category-menu-vii {
    display: none;
    position: absolute;
        top: 40px;
        left: 688px;
        z-index: 40;
        height: 230px;
    background-color: rgba(56, 51, 51, 0.666);
    /* background-color: rgba(255, 255, 255, 0.85); */
    background-position: 10% 10%;

    background-size: 800px;
    /* border: 1px solid #ccc; */
    /* box-shadow: 0 4px 8px rgba(0,0,0,0.1); */
    padding: 10px;
    overflow: visible;
    
    /* display: flex; */
}
.category-menu-vii.active {
    display: flex; 
    flex-direction: column; 
    flex-wrap: wrap; 
    /* flex, only active */
}

.category-menu-viii {
    display: none;
    position: absolute;
        top: 40px;
        left: 528px;
        z-index: 40;
        max-height: 230px;
    background-color: rgba(56, 51, 51, 0.666);
    /* background-color: rgba(255, 255, 255, 0.85); */
    background-position: 10% 10%;

    background-size: 800px;
    /* border: 1px solid #ccc; */
    /* box-shadow: 0 4px 8px rgba(0,0,0,0.1); */
    padding: 10px;
    overflow: visible;
    
    /* display: flex; */
}
.category-menu-viii.active {
    display: flex; 
    flex-direction: column; 
    flex-wrap: wrap; 
    /* flex, only active */
}

.category-menu-ix {
    display: none;
    position: absolute;
        top: 40px;
        left: 988px;
        z-index: 40;
        max-height: 230px;
    background-color: rgba(56, 51, 51, 0.666);
    /* background-color: rgba(255, 255, 255, 0.85); */
    background-position: 10% 10%;

    background-size: 800px;
    /* border: 1px solid #ccc; */
    /* box-shadow: 0 4px 8px rgba(0,0,0,0.1); */
    padding: 10px;
    overflow: visible;
    
    /* display: flex; */
}
.category-menu-ix.active {
    display: flex; 
    flex-direction: column; 
    flex-wrap: wrap; 
    /* flex, only active */
}

.category-menu-xi {
    display: none;
    position: absolute;
        top: 40px;
        left: 1164px;
        z-index: 40;
        max-height: 230px;
    background-color: rgba(255, 255, 255, 0.799);
    background-position: 10% 10%;

    background-size: 800px;
    /* border: 1px solid #ccc; */
    /* box-shadow: 0 4px 8px rgba(0,0,0,0.1); */
    padding: 10px;
    overflow: visible;
    
    /* display: flex; */
}
.category-menu-xi.active {
    display: flex; 
    flex-direction: column; 
    flex-wrap: wrap; 
    /* flex, only active */
}

.ark-menu {
    display: none;
    position: absolute;
        top: 40px;
        left: 164px;
        z-index: 40;
        max-height: 230px;
    background-color: rgba(255, 255, 255, 0.799);
    background-position: 10% 10%;

    background-size: 800px;
    /* border: 1px solid #ccc; */
    /* box-shadow: 0 4px 8px rgba(0,0,0,0.1); */
    padding: 10px;
    overflow: visible;
    
    /* display: flex; */
}
.ark-menu.active {
    display: flex; 
    flex-direction: column; 
    flex-wrap: wrap; 
    /* flex, only active */
}


/* --- */



.category-item {
    color: #efe4eb;
    width: 120px;
    padding: 5px 10px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    /* font-family: 'Courier New', Courier, monospace; */
    font-family: 'Times New Roman', Times, serif;
    transition: background-color 0.2s ease, color 0.2s ease;
}
.category-item:hover {
    color: rgb(245, 238, 238);
    background-color: #22202072;
    /* color: rgb(138, 203, 185);
    background-color: #e0e0e0; */
    /* color: rgb(175, 149, 109); */
    /* color: rgb(109, 175, 133); */
    /* background-color: rgba(175, 150, 109, 0.15); */
    /* background-color: rgba(109, 175, 133, 0.15); */
}


.category-item-i {
    width: 120px;
    color: #efe4eb;
    /* color: #72908e; */
    padding: 3px 5px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    /* font-family: 'Courier New', Courier, monospace; */
    font-family: 'Times New Roman', Times, serif;
    transition: background-color 0.2s ease, color 0.2s ease;
}
.category-item-i:hover {
    color: rgb(245, 238, 238);
    background-color: #22202072;
    /* color: rgb(203, 138, 141);
    background-color: #e0e0e076; */
}

.category-item-ii {
    width: 120px;
    color: #efe4eb;
    /* color: #72908e; */
    padding: 3px 10px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    /* font-family: 'Courier New', Courier, monospace; */
    font-family: 'Times New Roman', Times, serif;
    transition: background-color 0.2s ease, color 0.2s ease;
}
.category-item-ii:hover {
    color: rgb(245, 238, 238);
    background-color: #22202072;
}

.category-item-iii {
    width: 120px;
    color: #efe4eb;
    /* color: #72908e; */
    padding: 5px 10px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    /* font-family: 'Courier New', Courier, monospace; */
    font-family: 'Times New Roman', Times, serif;
    transition: background-color 0.2s ease, color 0.2s ease;
}
.category-item-iii:hover {
    color: rgb(245, 238, 238);
    background-color: #22202072;
}

.category-item-iv {
    width: 120px;
    color: #efe4eb;
    /* color: #72908e; */
    padding: 5px 10px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    /* font-family: 'Courier New', Courier, monospace; */
    font-family: 'Times New Roman', Times, serif;
    transition: background-color 0.2s ease, color 0.2s ease;
}
.category-item-iv:hover {
    color: rgb(245, 238, 238);
    background-color: #22202072;
}

.category-item-v {
    width: 120px;
    color: #efe4eb;
    /* color: #72908e; */
    padding: 5px 10px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    /* font-family: 'Courier New', Courier, monospace; */
    font-family: 'Times New Roman', Times, serif;
    transition: background-color 0.2s ease, color 0.2s ease;
}
.category-item-v:hover {
    color: rgb(245, 238, 238);
    background-color: #22202072;
}


.category-item-vii {
    width: 120px;
    color: #efe4eb;
    /* color: #72908e; */
    padding: 5px 10px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    /* font-family: 'Courier New', Courier, monospace; */
    font-family: 'Times New Roman', Times, serif;
    transition: background-color 0.2s ease, color 0.2s ease;
}
.category-item-vii:hover {
    color: rgb(245, 238, 238);
    background-color: #22202072;
}

.category-item-viii {
    width: 120px;
    color: #efe4eb;
    /* color: #72908e; */
    padding: 5px 10px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    /* font-family: 'Courier New', Courier, monospace; */
    font-family: 'Times New Roman', Times, serif;
    transition: background-color 0.2s ease, color 0.2s ease;
}
.category-item-viii:hover {
    color: rgb(245, 238, 238);
    background-color: #22202072;
}

.category-item-ix {
    width: 120px;
    color: #efe4eb;
    /* color: #72908e; */
    padding: 5px 10px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    /* font-family: 'Courier New', Courier, monospace; */
    font-family: 'Times New Roman', Times, serif;
    transition: background-color 0.2s ease, color 0.2s ease;
}
.category-item-ix:hover {
    /* color: rgb(138, 203, 185);
    background-color: #e0e0e0; */
    color: rgb(245, 238, 238);
    background-color: #22202072;
}

.category-item-xi {
    width: 120px;
    color: #90728c;
    padding: 5px 10px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    /* font-family: 'Courier New', Courier, monospace; */
    font-family: 'Times New Roman', Times, serif;
    transition: background-color 0.2s ease, color 0.2s ease;
}
.category-item-xi:hover {
    color: rgb(203, 138, 141);
    background-color: #e0e0e076;
}


/* --- */



.category-item-ark {
    width: 120px;
    color: #90728c;
    padding: 5px 10px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    font-family: 'Times New Roman', Times, serif;
    transition: background-color 0.2s ease, color 0.2s ease;
    position: relative; 
}
.ark-preview-box {
    display: none; 
    position: absolute;
    top: 0;
    left: 140px;
    width: 280px;
    height: auto;
    background-color: rgba(246, 251, 255, 0.197);
    backdrop-filter: blur(8px);
    /* border: 1px solid rgba(255, 255, 255, 0.15); */
    /* box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3); */
    padding: 14px;
    z-index: 100;
    pointer-events: none; 
    opacity: 0;
    transform: translateX(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.category-item-ark:hover .ark-preview-box {
    display: block;
    opacity: 1;
    transform: translateX(0);
}
.ark-custom-preview {
    font-family: 'Times New Roman', Times, serif;
    color: rgb(136, 136, 136);
}

.preview-tag {
    font-family: Consolas, monospace;
    font-size: 10px;
    letter-spacing: 1px;
    color: rgb(190, 114, 135);
    margin-bottom: 6px;
    text-transform: uppercase;
}
.preview-title {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 6px;
    color: #9b275d;
}

.preview-text {
    font-size: 12px;
    line-height: 1.4;
    color: rgba(83, 83, 83, 0.85);
    margin-bottom: 6px;
}

.preview-quote {
    font-size: 11px;
    font-style: italic;
    color: rgba(200, 196, 210, 0.8);
    border-left: 2px solid rgba(200, 180, 255, 0.5);
    padding-left: 6px;
    margin-top: 8px;
}
.preview-img-box {
    width: 100%;
    height: 110px;
    overflow: hidden;
    margin-bottom: 8px;
    /* border: 1px solid rgba(255, 255, 255, 0.1); */
}
.preview-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.preview-code-snippet {
    font-family: Consolas, monospace;
    font-size: 10px;
    background: rgba(0, 0, 0, 0.4);
    padding: 4pxrgba(78, 78, 78, 0.4);
    color: #ccd1dd;
    margin-top: 6px;
    /* border-radius: 2px; */
}
.category-item-ark:hover {
    color: rgb(203, 138, 141);
    background-color: #e0e0e076;
}