body {
    background-color: #000;
    background-image:
        linear-gradient(0deg, transparent 24%, #0000ff 25%, #0000ff 26%, transparent 27%, transparent 74%, #0000ff 75%, #0000ff 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, #0000ff 25%, #0000ff 26%, transparent 27%, transparent 74%, #0000ff 75%, #0000ff 76%, transparent 77%, transparent);
    background-size: 55px 55px;
    overflow: hidden;
    margin: 0;
    min-height: 100vh;
    font-family: 'Press Start 2P', monospace, Arial, sans-serif;
}

.container {
    border: 3px solid #0000ff;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.95);
    color: #fff;
    margin: 48px auto;
    max-width: 700px;
    padding: 40px;
}

section {
    border: 3px solid #0000ff;
    border-radius: 0;
    background: linear-gradient(135deg, #000 60%, #0000ff 100%);
    color: #fff;
    margin-bottom: 24px;
    padding: 20px;
    box-shadow: 0 0 12px #0000ff44;
    position: relative;
    overflow: hidden;
}

section h2 {
    color: #0000ff;
    margin-bottom: 12px;
    font-size: 1.3rem;
    border-bottom: 3px solid #0000ff;
    padding-bottom: 4px;
    text-shadow: 0 0 4px #0000ff;
}

.ipadkidd,
.ipadgui-reborn,
.team-ipadkidd {
    color: #7500ff !important;
}

a {
    color: #fff;
    text-decoration: underline;
    transition: color 0.2s;
}
a:hover {
    color: #0000ff;
}

ul {
    padding-left: 20px;
    list-style: square inside;
}

@keyframes border-glow {
    0% { box-shadow: 0 0 32px #0000ff44, 0 0 8px #000; }
    100% { box-shadow: 0 0 64px #0000ff99, 0 0 16px #000; }
}
#audio-player button {
    background: #000 !important;
    color: #fff !important;
    border: 2px solid #0000ff !important;
    border-radius: 0 !important;
    padding: 2px 10px;
    cursor: pointer;
    font-family: monospace;
    transition: background 0.2s, color 0.2s;
}
#audio-player button:hover {
    background: #0000ff !important;
    color: #fff !important;
}
#audio-player {
    border-radius: 0 !important;
    background: #000 !important;
}