body,
        html,
        textarea {
            cursor: url("https://classicrobloxvideos.neocities.org/images/cursor/Normal-Select.png"), crosshair;
        }

        a {
            cursor: url("https://classicrobloxvideos.neocities.org/images/cursor/Link-Select.png"), pointer;
            font-family: inherit;
        }

        a:hover {
            cursor: url("https://classicrobloxvideos.neocities.org/images/cursor/Link-Select.png"), pointer;
        }

        .help-cursor {
            cursor: url("https://classicrobloxvideos.neocities.org/images/cursor/Help-Select.png"), help;
        }

        * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        body {
            font-family: "Gotham SSm A", sans-serif;
            background: #000000 url('https://classicrobloxvideos.neocities.org/images/bg.jpg') no-repeat center center fixed;
            background-size: cover;
            color: #fff;
            min-height: 100vh;
            padding: 20px;
            overflow-x: hidden;
        }

        .container {
           max-width: 2470px;
          height: 1000px;
           margin: 0 auto;
        }

        .window {
            background: rgba(35, 39, 42, 0.9);
            border: 2px solid #00578a;
            border-radius: 5px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
            padding: 10px;
            margin-bottom: 20px;
            overflow:hidden;
        }

        .window-header {
            background: #00578a;
            color: white;
            padding: 8px 10px;
            margin: -10px -10px 10px -10px;
            font-weight: bold;
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
            font-size: 20px;
        }

        .wiki-box {
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 15px;
            background: rgba(0, 0, 0, 0.3);
        }

        .wiki-image {
            width: 200px;
            height: 200px;
            margin-bottom: 15px;
            object-fit: cover;
        }

        .wiki-text {
            text-align: center;
        }

        .wiki-text h3 {
            margin: 0 0 10px 0;
            font-size: 22px;
            color: #fff;
        }

        .wiki-text p {
            margin: 0 0 15px 0;
            font-size: 14px;
            line-height: 1.5;
        }

        a {
            color: #0089d9;
            text-decoration: none;
        }

        a:hover {
            text-decoration: underline;
        }

        .nav-section {
            margin-bottom: 15px;
        }

        .nav-title {
            font-weight: bold;
            color: #FFFFFF;
            margin-bottom: 8px;
            font-size: 16px;
        }

        .nav-links {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
        }

        .nav-link {
            display: inline-block;
            border: 1px dotted #0089d9;
            padding: 6px 8px;
            background: rgba(0, 0, 0, 0.3);
            color: #0089d9;
            transition: all 0.3s ease;
            text-align: center;
            font-size: 13px;
            white-space: nowrap;
        }


        .nav-link:hover {
            background: rgba(82, 177, 255, 0.2);
            border-style: solid;
        }

        .update-image {
            width: 100%;
            height: auto;
            margin-bottom: 10px;
            object-fit: contain;
        }

        .update-content {
            font-size: 14px;
        }

        .update-content p {
            margin-bottom: 10px;
        }

        .character-container {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .character-box {
            text-align: center;
            padding: 10px;
            width: 100%;
        }

        .character-box img {
            max-width: 100%;
            max-height: 130px;
            object-fit: contain;
        }

        .chat-bubble {
            position: relative;
            background-color: white;
            padding: 8px 12px;
            border-radius: 8px;
            width: 90%;
            font-size: 13px;
            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
            z-index: 10;
            word-wrap: break-word;
            color: #333;
            margin-bottom: 10px;
        }

        .chat-bubble:after {
            content: '';
            position: absolute;
            top: 100%;
            left: 50%;
            transform: translateX(-50%);
            border-width: 10px 10px 0;
            border-style: solid;
            border-color: white transparent transparent;
        }

        .help-cursor {
            cursor: url("https://pwnedby1400.neocities.org/images/Help-Select.png"), help;
        }


        .credits-list {
            list-style-type: none;
        }

        .credits-list li {
            padding: 5px 0;
            border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
            font-size: 14px;
        }

        .feedback-form {
            margin-top: 20px;
            padding: 15px;
            background: rgba(0, 0, 0, 0.3);
            border: 1px solid #8a0900;
            border-radius: 5px;
        }

        .feedback-form h4 {
            margin: 0 0 10px 0;
            color: #ff0000;
            font-size: 16px;
        }

        .form-group {
            display: flex;
            flex-direction: column;
        }

        #feedbackInput {
            width: 100%;
            padding: 10px;
            background: rgba(0, 0, 0, 0.5);
            border: 1px solid #8a0900;
            color: #e8e6e3;
            font-family: "Gotham SSm A", sans-serif;
            font-size: 14px;
            margin-bottom: 10px;
        }

        #feedbackInput:focus {
            outline: none;
            border-color: #ff0000;
        }

        #submitFeedback {
            padding: 10px 15px;
            background: #8a0900;
            color: white;
            border: none;
            border-radius: 3px;
            cursor: pointer;
            font-family: "Gotham SSm A", sans-serif;
            font-size: 14px;
        }

        #submitFeedback:hover {
            background: #a00b00;
        }

        .mobile-layout {
            display: flex;
            flex-direction: column;
        }

        .top-row {
            display: flex;
            flex-direction: column;
        }

        .middle-row {
            display: grid;
            grid-template-columns: 1fr;
            gap: 20px;
        }

        .bottom-row {
            display: grid;
            grid-template-columns: 1fr;
            gap: 20px;
        }

        .simple-music-player {
            background-color: #000000;
            border: 1px solid #c50823;
            padding: 15px;
            margin: 10px 0;
            font-family: "Gotham SSm A", sans-serif;
            color: #FFFFFF;
            width: 100%;
            max-width: 100%;
        }

        .track-info {
            margin-bottom: 10px;
            font-size: 15px;
            text-align: center;
        }

        audio {
            width: 100%;
            margin-bottom: 5px;
            filter: sepia(50%) hue-rotate(180deg) saturate(300%);
        }

        .player-controls {
            display: flex;
            justify-content: center;
            gap: 10px;
            margin-top: 10px;
        }

        .control-btn {
            background-color: #8a0900;
            border: 1px solid #c50823;
            color: #FFFFFF;
            padding: 5px 10px;
            cursor: pointer;
            font-family: "Gotham SSm A", sans-serif;
            font-weight: 300;
            transition: all 0.2s ease;
        }

        .control-btn:hover {
            background-color: #4f0500;
            text-shadow: 0 0 8px #c50823;
        }

        #vigilanteeOverlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.75); 
            opacity: 0;
            pointer-events: none;
            z-index: 9999;
            transition: opacity 2s ease-in;
        }

        @media (min-width: 992px) {
            .container {
                display: grid;
                grid-template-columns: 260px 1fr 280px;
                grid-template-rows: auto auto;
                gap: 25px 20px;
                grid-template-areas:
                    "nav main updates"
                    "intel credits ost";
                align-items: start;
            }

            .nav-window {
                grid-area: nav;
                margin-top: 30px;
                height: 100%
            }

            .main-window {
                grid-area: main;
                margin-top: 40px;
                max-width: 600px;
                width: 100%;
                justify-self: center;
            }

            .updates-window {
                grid-area: updates;
                width: 500px;
                height: 350px;
            }

            .updates-window {
                grid-area: updates;
                margin-top: 40px;
                max-width: 100%;
            }

            .update-image {
                max-width: 100%;
                height: auto;
                margin: 0 auto 15px auto;
                display: block;
            }

            .credits-window {
                grid-area: credits;
                margin-top: -30px;
            }

            .music-window {
                grid-area: ost;
                margin-top: -100px;
            }

            .mobile-layout {
                display: contents;
            }

            .top-row,
            .middle-row,
            .bottom-row {
                display: contents;
            }

            .wiki-box {
                flex-direction: row;
                text-align: left;
            }

            .wiki-image {
                margin-right: 15px;
                margin-bottom: 0;
                flex-shrink: 0;
            }

            .update-image {
                max-height: 180px;
                width: auto;
                margin: 0 auto 10px auto;
                display: block;
            }
        }

        @media (min-width: 1200px) {
            .main-window {
                max-width: 900px;
            }
        }

        .update-image {
            object-fit: contain;
        }

        @media (min-width: 768px) and (max-width: 991px) {
            .middle-row {
                grid-template-columns: 1fr 1fr;
            }

            .bottom-row {
                grid-template-columns: 1fr 1fr;
            }

            .wiki-box {
                flex-direction: row;
                text-align: left;
            }

            .wiki-image {
                margin-right: 15px;
                margin-bottom: 0;
            }
        }
