
        body, html {
            margin: 0; padding: 0;
            width: 100%; height: 100%;
            background-color: #000;
            color: #ff0000;
            font-family: 'Courier Prime', monospace;
            overflow-x: hidden;
            overflow-y: auto; 
        }

        .crt-overlay {
            position: fixed;
            top: 0; left: 0; width: 100%; height: 100%;
            background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.4) 50%);
            background-size: 100% 3.5px;
            z-index: 100000; pointer-events: none;
        }

        .vhs-hud {
            position: fixed;
            width: 100%; height: 100%;
            padding: 30px; box-sizing: border-box;
            z-index: 80000; pointer-events: none;
            color: #fff;
            text-shadow: 1px 1px 2px #000, 0 0 8px rgba(255,255,255,0.3);
            font-weight: bold;
            z-index: 10000000;
        }

        .top-left { position: absolute; top: 30px; left: 30px; }
        .top-right { position: absolute; top: 30px; right: 30px; text-align: right; }
        .bottom-left { position: absolute; bottom: 30px; left: 30px; font-size: 1.4rem; }
        .bottom-right { position: absolute; bottom: 30px; right: 30px; }

        .main-wrapper {
            display: flex; flex-direction: column;
            align-items: center; justify-content: flex-start;
            min-height: 100vh; width: 100%;
            gap: 20px; position: relative; z-index: 10;
            padding-top: 50px; padding-bottom: 80px;
        }

        .top-banner {
            width: 85%; height: 180px;
            border: 2px solid #ff0000;
            background-image: url('/Resources/Home/Banner.jpg');
            background-size: cover; background-position: center;
            display: flex; align-items: center; justify-content: center;
        }

        .banner-title {
            color: #fff; font-size: 3.5rem;
            text-transform: uppercase; letter-spacing: 12px;
            text-shadow: 4px 4px #ff0000;
            font-family: 'VT323', monospace;
        }
 
        .content-area {
            display: flex;
            width: 85%;
            min-height: 60vh;
            gap: 20px;
            align-items: flex-start;
        }

        .side-container-left {
            border: 1px solid #ff0000;
            background: #000;
            padding: 15px;
            display: flex; flex-direction: column;
        }
       .side-container-left,
.side-container-right {
    width: 250px;
    min-width: 250px;
    max-width: 250px;
    box-sizing: border-box;
}

.center-main-column {
    flex: 1;
    min-width: 0;
}
        .side-container-right {
            border: 1px solid #ff0000;
            background: #000;
            padding: 15px;
            display: flex;
            flex-direction: column;
        }

        .counter-container {
            width: 100%;
            text-align: center;
            margin-bottom: 15px;
            background: #110000;
            padding: 5px;
            border: 1px solid #440000;
        }

        .nav-scroll-area {
            max-height: 170px;
            overflow-y: auto; overflow-x: hidden;
            margin-bottom: 10px;
        }

        .updates-scroll-area {
            max-height: 170px; 
            overflow-y: auto; overflow-x: hidden;
            margin-bottom: 10px;
        }

        .webrings-scroll-area img {
            max-width: 100%;
            height: auto;
            display: inline-block;
            margin-bottom: 5px;
        }

        .tv-section-container {
            margin-top: 15px;
            padding-top: 15px;
            border-top: 1px solid #ff0000;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .tv-vhs-wrapper {
            position: relative;
            width: 160px; 
            height: 160px; 
            margin: 5px auto 0 auto;
            display: flex;
            justify-content: center;
            align-items: center;
            overflow: hidden;
        }

        .tv-vhs-img {
            position: absolute;
            width: 130%; 
            height: 130%;
            object-fit: contain;
            pointer-events: none;
            z-index: 2;
        }

        .tv-vhs-screen {
            position: relative;
            z-index: 1;
            transform: translate(1px, 1px);
        }

        .navlink-title-btn {
            text-decoration: none;
            color: #fff !important;
            font-family: 'VT323', monospace;
            font-size: 1.8rem;
            transition: none;
        }
        .navlink-title-btn:visited, .navlink-title-btn:active {
            color: #fff !important;
        }

        .center-main-column {
            display: flex; flex-direction: column;
            gap: 15px; 
            position: relative;
        }

        .welcome-container {
            flex: 1;
            border: 2px solid #ff0000;
            background: #000;
            position: relative;
            overflow: hidden;
            padding: 20px; box-sizing: border-box;
            display: block; 
        }

        .speech-bubble {
            position: absolute;
            top: 25%; 
            right: 247px; 
            background: #000;
            padding: 6px;
            border: 2px solid #fff;
            border-radius: 8px;
            z-index: 99;
            width: 195px; 
            height: 100px; 
            box-shadow: 5px 4px 1px #ff0000;
            overflow: hidden;
        }

        .speech-bubble iframe {
            width: 100%;
            height: 80%;
            border: none;
            display: block;
        }

        .center-bg-overlay {
            position: absolute;
            top: 0; left: 0; width: 100%; height: 100%;
            background-image: url('/Resources/WallpaperTape.gif');
            background-size: cover;
            opacity: 0.55;
            z-index: -1; pointer-events: none;
        }

        .center-title {
            font-family: 'VT323', monospace;
            font-size: 2.2rem; color: #fff;
            margin-top: -15px; margin-bottom: 15px;
            border-bottom: 1px solid #ff0000; display: inline-block;
            position: relative; z-index: 2;
        }

        .img-wrapper {
            float: right;
            width: 140; height: 140;
            margin: 0 0 10px 15px;
            overflow: hidden;
            display: flex; align-items: center; justify-content: center;
        }

        .float-img-kaya {
            width: 100%; height: auto;
            transform: scale(1.05); display: block;
        }

        .center-text {
            color: #ff0000; line-height: 1.5;
            font-size: 1.1rem; text-align: justify;
            position: relative; z-index: 2;
            text-shadow: 1px 1px 2px #000;
        }

        .bottom-row { display: flex; gap: 15px; z-index: 10; min-height: 150px; }

        .sub-container-left {
            flex: 1.6;
            border: none;
            background-color: #fe0000;
            padding: 10px;
            position: relative;
            display: flex;
            align-items: flex-end;
            gap: 15px;
        }
        
        .photo-gallery {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
    box-sizing: border-box;
    overflow-y: auto;
overflow-x: hidden;
    background:
        linear-gradient(to bottom,
        #0a0000,
        #120000,
        #000000);
}

.photo-box {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
    border: 1px solid #4d0000;
    background: #000;
    transition: 0.3s;
    cursor: pointer;
}

.photo-box:hover {
    transform: scale(1.02);
    border-color: #ff1c1c;
    box-shadow: 0 0 10px #700000;
}

.photo-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter:
        grayscale(20%)
        contrast(115%)
        brightness(75%);
}

.photo-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 6px;
    font-size: 11px;
    color: #ffb3b3;
    background: rgba(0,0,0,0.75);
    border-top: 1px solid #440000;
    font-family: 'Courier New', monospace;
    letter-spacing: 1px;
}

        .chat-section-wrapper {
            display: flex;
            align-items: flex-start;
            gap: 15px;
            margin-top: 30px;
            margin-left: -15px;
        }

        .chat-frame-container {
            position: relative;
            background: #000;
            width: 260px; 
            height: 435px;
            z-index: 5;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 25px solid transparent; 
            border-image-source: url('/Resources/BordaRed2.png');
            border-image-slice: 50; 
            border-image-repeat: stretch; 
            box-sizing: content-box; 
        }

        .chat-frame-container iframe {
            display: block;
            width: 100%;
            height: 100%;
            background: #000; 
            border: none;
        }

        .chat-accessories-container {
            display: flex;
            align-items: flex-start;
            gap: 15px;
        }

        .vertical-blinkies-container {
            width: 160px; 
            height: 430px; 
            border: 1px solid #440000;
            background: #050000;
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 5px 0;
            overflow: hidden;
        }

        .side-buttons-column {
            display: flex;
            flex-direction: column;
            gap: 15px;
            align-items: center;
            padding-top: 5px;
        }

        .book-button {
            width: 110px; 
            height: auto;
            cursor: pointer;
            transition: transform 0.3s;
        }
        .book-button:hover { transform: scale(1.1); }

        .spinning-disc {
            width: 100px; 
            height: auto;
            animation: spin-infinite 5s linear infinite;
        }

        .virtual-pet {
            margin-top: 10px;
            width: 80px;
            height: auto;
            display: block;
            transition: transform 0.2s ease-out;
        }
        
        .virtual-pet:hover {
            animation: pet-jump 0.5s ease-in-out;
        }

        @keyframes pet-jump {
            0% { transform: translateY(0); }
            30% { transform: translateY(-25px) scaleY(1.1); }
            50% { transform: translateY(0) scaleY(0.9); }
            70% { transform: translateY(-10px); }
            100% { transform: translateY(0); }
        }

        @keyframes spin-infinite {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }

        .catty-img { width: 110px; height: auto; z-index: 1; }

        .clickable-asset {
            width: 55px; 
            height: auto;
            cursor: pointer;
            transition: transform 0.2s;
        }
        .clickable-asset:hover { transform: scale(1.1); }

        .tape-button-zoom {
            width: 65px; 
            height: auto;
            margin-top: 5px; 
            margin-bottom: 9px;
            transition: transform 0.2s;
            cursor: pointer;
        }
        .tape-button-zoom:hover { transform: scale(1.15) !important; }

        .sub-container-right {
            flex: 1;
            border: 1px solid #ff0000;
            background: #000;
            padding: 12px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .console-header {
            font-size: 0.75rem; color: #fff; border-bottom: 1px solid #ff0000;
            margin-bottom: 8px; font-weight: bold; text-transform: uppercase;
        }

        .player-display-terminal {
            background: #1a0000; color: #ff3333; font-family: 'Share Tech Mono', monospace;
            padding: 8px; font-size: 0.75rem; border: 1px solid #ff0000; height: 45px; overflow: hidden;
        }

        .console-controls { display: flex; gap: 6px; margin-top: 8px; }

        .console-btn {
            flex: 1; background: #000; border: 1px solid #fff; color: #fff;
            font-family: 'VT323', monospace; font-size: 0.9rem; cursor: pointer; transition: 0.2s;
        }
        .console-btn:hover { background: #ff0000; border-color: #ff0000; color: #000; }
        
        .topic-header { color: #fff; font-size: 0.75rem; text-transform: uppercase; margin: 10px 0 5px 0; border-left: 3px solid #ff0000; padding-left: 8px; }
        .nav-list, .updates-list { list-style: none; padding: 0; margin: 0; }
        
        .nav-item { 
            display: inline-flex; align-items: center; margin-bottom: 8px; text-decoration: none; 
            color: #ff0000; font-family: 'Share Tech Mono', monospace; position: relative; transition: color 0.3s; width: 100%;
        }
        .nav-item:hover { color: #fff; }
        .nav-item span { transition: transform 0.3s; display: inline-block; }
        .nav-item:hover span { transform: translateX(5px); }
        .nav-item img { margin-right: 8px; width: 15px; }

        .update-item { 
            font-size: 0.85rem; display: flex; flex-direction: column; align-items: flex-start; 
            border-bottom: 1px solid #220000; padding-bottom: 5px; margin-bottom: 8px;
        }
        .update-date { color: #fff; font-size: 0.7rem; margin-bottom: 2px; }

        .footer-assets { border-top: 1px dashed #440000; padding-top: 10px; margin-top: auto; }
        .blinkie-img { height: 20px; margin-right: 5px; }
        .stamp-img { height: 35px; margin-right: 3px; }

        .button-share-section {
            margin-top: 15px;
            padding-top: 10px;
            border-top: 1px solid #ff0000;
            text-align: center;
        }
        .button-preview {
            width: 88px; height: 31px;
            image-rendering: pixelated;
            margin-bottom: 8px;
            border: 1px solid #ff0000;
        }
        .button-code-box {
            width: 100%;
            background: #110000;
            border: 1px solid #440000;
            color: #ff5555;
            font-family: 'Share Tech Mono', monospace;
            font-size: 0.65rem;
            padding: 5px;
            box-sizing: border-box;
            word-break: break-all;
            height: 50px;
            overflow-y: auto;
            text-align: left;
        }

        .cliques-section {
            margin-top: 15px;
            padding-top: 10px;
            border-top: 1px solid #ff0000;
            text-align: center;
        }

.cliques-content {
    display: block;
    text-align: center;
    width: 100%;
}

.cliques-content img {
    display: inline-block;
    width: auto !important; 
    height: auto !important;
    max-width: none !important;
    margin: 3px; 
    image-rendering: pixelated;
    vertical-align: middle;
}

.cliques-content a {
    display: inline-block;
    text-decoration: none !important;
}

.cliques-content br {
    display: block;
    content: "";
    margin-top: 5px;
}
.menu-gate-container {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    border: 1px solid #ff0000;
    background: #050000;
}

.menu-gate-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    object-fit: cover;
    border-bottom: 3px solid #333; 
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
}

.menu-gate-container.open .menu-gate-img {
    transform: translateY(-100%);
}

.console-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    z-index: 1;
    overflow-y: auto;
    overflow-x: hidden;
}

.console-content::-webkit-scrollbar {
    width: 6px;
}

.console-content::-webkit-scrollbar-track {
    background: #050000;
}

.console-content::-webkit-scrollbar-thumb {
    background: #440000;
    border-radius: 2px;
}

.console-content::-webkit-scrollbar-thumb:hover {
    background: #ff0000;
}

.console-link {
display: block;
    color: #ff0000;
    font-family: 'Share Tech Mono', monospace;
    font-size: 1.2rem;
    text-decoration: none;
    margin: 15px 0;   
    position: relative;
    padding-left: 13px; 
    transition: all 0.2s ease;
}


.console-link::before {
content: ">";
    position: absolute;
    left: 0;
    font-size: 1.5rem;
    opacity: 0;
    transition: opacity 0.2s, transform 0.2s;
}

.console-link:hover {
    color: #fff !important;
    text-shadow: 0 0 8px #ff0000;
    opacity: 1;
    transform: translateX(5px);
}

.console-link:hover::before {
    opacity: 1;
}
.console-content h2.cliques-title {
    font-size: 2rem !important;
    letter-spacing: 3px;
    margin-bottom: 15px;
}


.console-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #440000;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.floating-controller {
    position: fixed;
    bottom: -100px;
    left: -30px;
    width: 160px;
    height: auto;
    z-index: 99;
    cursor: pointer;
    transition: transform 0.4s ease-out;
    filter: drop-shadow(0 0 5px rgba(255, 0, 0, 0.5));
}

.floating-controller:hover {
    transform: translateY(-55px);
}

.title-wrapper {
    display: flex;
    flex-direction: row; 
    align-items: center;  
    justify-content: center; 
    gap: 12px;    
    margin-bottom: 10px;
    width: 100%;
}

.title-gif {
    height: 25px;  
    width: auto;
    display: block;
    image-rendering: pixelated;
}

.nav-title, .updates-title, .webrings-title, .buttons-title, .tv-title, .cliques-title { 
    font-family: 'VT323', monospace; 
    font-size: 1.8rem; 
    color: #fff; 
    text-align: center; 
    margin: 0; 
}

.center-title {
    font-family: 'VT323', monospace;
    font-size: 2.2rem; 
    color: #fff;
    margin: 0;
    position: relative; 
    z-index: 2;
    letter-spacing: 2px;
}

.welcome-container {
    flex: 1.8;
    border: 2px solid #ff0000;
    background: #000;
    position: relative;
    overflow: hidden;
    padding: 25px; 
    box-sizing: border-box;
    display: block; 
}
    .todo-section {
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid #ff0000;
        display: flex;
        flex-direction: column;
    }
    .todo-list {
        list-style: none;
        padding: 0;
        margin: 10px 0;
    }
    .todo-item {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 8px;
        font-family: 'Share Tech Mono', monospace;
        font-size: 0.9rem;
        color: #ff0000;
    }
   
    .todo-item input[type="checkbox"] {
        appearance: none;
        width: 15px;
        height: 15px;
        border: 1px solid #ff0000;
        background: #000;
        position: relative;
        pointer-events: none;
        opacity: 1;
    }
    .todo-item input[type="checkbox"]:checked {
        background: #ff0000;
    }
    .todo-item input[type="checkbox"]:checked::after {
        content: 'X';
        color: #000;
        font-size: 12px;
        font-weight: bold;
        position: absolute;
        top: -1px;
        left: 2px;
    }
    .vertical-blinkies-container {
    width: 160px; 
    height: 432px; 
    border: 1px solid #440000;
    background: #050000;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0; 
    overflow: hidden;
}
.welcome-scroll-area {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 10px;
    padding-right: 5px;
    }
.buttons-scroll-area {
    max-height: 140px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 10px;
    padding-right: 5px;
    }
    .cliques-scroll-area {
    max-height: 150px; 
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 10px;
    padding-right: 5px;
    }
.todo-scroll-area {
    max-height: 135px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 10px;
    padding-right: 5px; 
}

.webrings-scroll-area {
    max-height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
}
.buttons-grid-section {
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid #ff0000;
}

.buttons-grid-display {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    justify-items: center;
    margin-top: 10px;
}

.buttons-grid-display img {
    width: 88px;
    height: 31px;
    image-rendering: pixelated;
}
.buttons-scroll-area {
    max-height: 140px;
    overflow-y: auto;
}

.topic-header { color: #fff; font-size: 0.75rem; text-transform: uppercase; margin: 10px 0 5px 0; border-left: 3px solid #ff0000; padding-left: 8px; }
        .nav-list, .updates-list { list-style: none; padding: 0; margin: 0; }
        
        .nav-item { 
            display: inline-flex; align-items: center; margin-bottom: 8px; text-decoration: none; 
            color: #ff0000; font-family: 'Share Tech Mono', monospace; position: relative; transition: color 0.3s; width: 100%;
        }
        .nav-item:hover { color: #fff; }
        .nav-item span { transition: transform 0.3s; display: inline-block; }
        .nav-item:hover span { transform: translateX(5px); }
        .nav-item img { margin-right: 8px; width: 15px; }

        .tracking-bar { position: absolute; width: 100%; height: 20px; background: rgba(255, 255, 255, 0.05); filter: blur(8px); animation: tracking-move 5s linear infinite; pointer-events: none; }
        @keyframes tracking-move { 0% { top: -10%; } 100% { top: 110%; } }

        ::-webkit-scrollbar { width: 4px; }
        ::-webkit-scrollbar-thumb { background: #ff0000; }
    
::selection {
    background-color: #ff0000;
    color: #ffffff; 
}

::-moz-selection {
    background-color: #ff0000;
    color: #ffffff;
}
a {
    text-decoration: none;
    font-family: 'Courier New', Courier, monospace;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}

a:not(:has(img))::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    opacity: 0.6;
    box-shadow: 0px 1px 2px rgba(255, 0, 0, 0.3);
    transition: all 0.3s ease;
}

a:has(img)::after {
    display: none !important;
}

a:not(:has(img)):link, 
a:not(:has(img)):active {
    color: #ffffff;
    text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.3);
}

a:not(:has(img)):visited {
    color: #ff6666;
}

a:not(:has(img)):hover::after {
    opacity: 1;
    height: 2px;
    box-shadow: 0px 0px 8px #ff0000;
}

a:has(img) {
    border: none !important;
    outline: none !important;
    background: none !important;
}

a:has(img) img {
    transition: transform 0.2s ease;
}

a:has(img):hover img {
    transform: scale(1.1);
    filter: brightness(1.2);
}


.nav-list li a {
    text-decoration: none !important; 
    color: #ff0000 !important; 
    text-transform: none;   
    padding-bottom: 0;
}

.nav-list li a::after {
    display: none !important;
}

.nav-list li a:hover {
    color: #ffffff !important;  
    text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.6);
}

.nav-list li a:visited {
    color: #ff0000 !important;
}
.cliques-divider {
    display: block;
    width: 90%;
    margin: 15px auto;
    border: none;
    height: 1px;
    background: linear-gradient(90deg, transparent, #ff0000, transparent);
    position: relative;
}
.button-selector {
    background-color: #000;
    color: #fff;
    border: 1px solid #ff0000;
    font-family: 'VT323', monospace;
    font-size: 1.1rem;
    padding: 3px;
    width: 90%;
    margin-bottom: 15px;
    cursor: pointer;
    outline: none;
}

.button-selector option {
    background-color: #000;
    color: #ff0000;
}

.button-preview-container {
    margin: 10px auto;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button-preview-large {
    width: 132px;
    height: 46px; 
    image-rendering: pixelated;
    border: 1px solid #ff0000;
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.4);
}
.side-footer {
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px dashed #ff0000;
    text-align: center;
    font-family: 'Share Tech Mono', monospace;
}

.footer-status {
    font-size: 0.7rem;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block;
    letter-spacing: 1px;
}

.footer-credits {
    font-size: 0.8rem;
    color: #ff0000;
    text-shadow: 1px 1px 2px #000;
}

.vhs-line-anim {
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ff0000, transparent);
    margin: 8px 0;
    opacity: 0.5;
}
.vhs-divider {
    width: 100%;
    height: 1px;
    margin: 20px 0;
    border: none;
    background: linear-gradient(90deg, transparent, #ff0000, transparent);
    box-shadow: 0px 0px 8px #ff0000;
}

.final-dividers-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
    padding-bottom: 30px;
}

.divider-small {
    max-width:1000px;
    height: auto;
    image-rendering: pixelated;
}

.divider-row {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 10px;
    width: 80%;
}

.divider-row img {
    width: 193%;
    height: auto;
    image-rendering: pixelated;
    height: 80px;   
    display: block;
    image-rendering: pixelated;
    border: none;
    z-index: -10;
}
.monster-webring {
  width: 220px;
  padding: 8px;
  background: #0a0a0a;
  border: 2px solid #ff0055;
  text-align: center;
  font-family: monospace;
}

.mw-header a {
  color: #ff0055;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 1px;
}

.mw-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 8px 0;
}

.mw-btn {
  color: white;
  text-decoration: none;
  font-size: 14px;
  transition: 0.2s;
}

.mw-btn:hover {
  color: #ff0055;
}

.mw-cleo {
  width: 60px; 
}

.mw-footer a {
  color: white;
  text-decoration: none;
  font-size: 11px;
}

.mw-footer a:hover {
  color: #ff0055;
}
.web-buttons-container {
    width: 100%;
    margin-top: 15px;
    padding: 10px;
    background: rgba(20, 0, 0, 0.6);
    border: 1px solid #ff0000;
    box-shadow: inset 0 0 10px #440000;
    text-align: center;
    display: flex;
    flex-wrap: wrap; 
    justify-content: center;
    gap: 8px;
}


.buttons-label {
    width: 100%;
    font-family: 'Share Tech Mono', monospace;
    font-size: 0.7rem;
    color: #ff0000;
    text-transform: uppercase;
    margin-bottom: 8px;
    letter-spacing: 2px;
}
body {
    background-color: black;
    overflow-x: hidden;
    position: relative;
}

.vhs-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('https://i.pinimg.com/originals/2d/ed/57/2ded5710239a0a3556a9529f50453295.gif'); 
    opacity: 0.05;
    pointer-events: none;
    z-index: 9999;
}

.scanlines {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        rgba(18, 16, 16, 0) 50%, 
        rgba(0, 0, 0, 0.25) 50%
    ), linear-gradient(
        90deg, 
        rgba(255, 0, 0, 0.06), 
        rgba(0, 255, 0, 0.02), 
        rgba(0, 0, 255, 0.06)
    );
    background-size: 100% 4px, 3px 100%;
    pointer-events: none;
    z-index: 100000000;
}

@keyframes flicker {
    0% { opacity: 0.97; }
    5% { opacity: 0.95; }
    10% { opacity: 0.9; }
    15% { opacity: 0.99; }
    20% { opacity: 0.92; }
    100% { opacity: 1; }
}

.vhs-filter {
    animation: flicker 0.5s infinite;
}

.vhs-text {
    color: #ff0000;
    text-shadow: 2px 0px 1px #000, -2px 0px 1px #ff0000;
    letter-spacing: 2px;
    filter: blur(0.3px);
}

.vhs-line {
    position: fixed;
    width: 100%;
    height: 2px;
    background: rgba(255, 255, 255, 0.2);
    opacity: 0.5;
    top: -5%;
    z-index: 10001;
    animation: vhs-line-move 8s infinite linear;
}

@keyframes vhs-line-move {
    0% { top: -5%; }
    100% { top: 105%; }
}

html, body {
  cursor: url('/Resources/Cursor/guitar.png'), default;
    }
    a, button description, [role="button"] {
  cursor: url('/Resources/Cursor/link.png'), pointer;
    }
    
        @keyframes vhs-glitch {
            0% { opacity: 0; }
            15% { opacity: 0.4; transform: scale(1.1) skewX(5deg); filter: sepia(1) saturate(2); }
            30% { opacity: 0.2; transform: scale(1) skewX(-5deg); }
            45% { opacity: 0.5; transform: scale(1.05); }
            100% { opacity: 0; }
        }
        @keyframes vhs-scan {
            0% { top: -100px; }
            100% { top: 100%; }
        }
        .vhs-fade-out {
            opacity: 0 !important;
            transition: opacity 0.6s ease-in-out !important;
        }
        .webringcores {
           margin-top:-20px; 
        }
  