body, html, textarea {
    cursor: url("https://pwnedby1400.neocities.org/images/Normal-Select.png"), crosshair;
}

a {
    cursor: url("https://pwnedby1400.neocities.org/images/Link-Select.png"), pointer;
}

a:hover {
    cursor: url("https://pwnedby1400.neocities.org/images/Link-Select.png"), pointer;
}

.help-cursor {
    cursor: url("https://pwnedby1400.neocities.org/images/Help-Select.png"), help;
}

.interactive {
    cursor: url("https://pwnedby1400.neocities.org/images/Link-Select.png"), pointer;
}

body {
    background-color: #000;
    color: white;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    position: relative;
    overflow: auto;
}

body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('https://pwnedby1400.neocities.org/images/noli/noli-background.gif');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    pointer-events: none;
    z-index: -2;
}

body::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('https://pwnedby1400.neocities.org/images/noli/noli-background-border.gif');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    z-index: -1;
    pointer-events: none;
}

.page-wrapper {
    position: relative;
    min-height: 100vh;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5);
}

.container {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 20px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
    box-sizing: border-box;
}

.icon {
    position: absolute;
    z-index: 2;
    pointer-events: none;
    display: none;
}

@media only screen and (min-width: 768px) {
    .icon {
        display: block;
        position: fixed; 
    }
    
    .icon-1 { top: 20px; left: 240px; }          
    .icon-2 { bottom: 20px; right: 128px; }        
    .icon-3 { top: 50%; right: 64px; }        
    .icon-4 { bottom: 80px; left: 48px; }       
    .icon-5 { top: 0; right: 0; }              
    .icon-6 { top: 35%; left: -176px; }         
    
    .icon-3 { clip-path: inset(0 2px 0 0); }
    .icon-5 { clip-path: inset(0 0 0 40px); }
    .icon-6 { transform: scaleX(-1); }
}
.text-content {
    width: 100%;
    background-color: #111;
    border: 1px solid #333;
    color: white;
    padding: 15px;
    text-align: center;
    box-sizing: border-box;
}

.character-section {
    width: 100%;
    margin-top: 10px;
    box-sizing: border-box;
}

.character-header {
    background: url('https://pwnedby1400.neocities.org/images/noli/noli-bar.gif');
    background-size: 100% 100%; /* Full stretch */
    background-repeat: no-repeat;
    padding: 12px 10px; /* Slightly taller */
    cursor: url("https://pwnedby1400.neocities.org/images/Help-Select.png"), help;
    border: 1px solid #8a2be2;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
    color: white;
    text-shadow: 1px 1px 3px #000;
    position: relative;
    overflow: hidden;
}

.character-header:hover {
    filter: brightness(1.1);
}

.character-content {
    display: none;
    padding: 10px;
    background-color: #222;
    border: 1px solid #444;
    border-top: none;
    border-radius: 0 0 5px 5px;
}

.img {
}



@media only screen and (max-width: 480px) {
    .container {
        padding: 15px;
        margin-bottom: 0;
        min-height: calc(100vh - 30px);
        box-sizing: border-box;
    }
    
    .page-wrapper {
        padding-bottom: 0;
        min-height: 100vh;
    }
    
    body, html {
        height: 100%;
        margin: 0;
        padding: 0;
        overflow-x: hidden;
    }
    
    .image-container {
        margin-left: 10px;
        left: 8px;
    }
}
