.black-hole-button {
    display: block;
    margin: 20px auto;
    padding: 15px 30px;
    background: linear-gradient(45deg, #000000, #333333);
    color: white;
    border: none;
    border-radius: 25px;
    font-size: 18px;
    cursor: pointer;
    transition: transform 0.2s;
    box-shadow: 0 4px 15px rgba(0,0,0,0.5);
}

.black-hole-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.7);
}

.black-hole {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    z-index: 10000;
    transition: transform 2s;
}

.black-hole.active {
    transform: translate(-50%, -50%) scale(1.5);
}

.black-hole img {
    width: 300px;
    height: 300px;
    animation: rotate 4s linear infinite;
}

.black-hole-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, transparent 0%, rgba(0,0,0,0.8) 70%);
    opacity: 0;
    transition: opacity 2s;
    z-index: 9999;
    pointer-events: none;
}

.black-hole-overlay.active {
    opacity: 1;
}

@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.mario-legs-button {
    display: block;
    margin: 20px auto;
    padding: 15px 30px;
    background: linear-gradient(45deg, #FF0000, #CC0000);
    color: white;
    border: none;
    border-radius: 25px;
    font-size: 18px;
    cursor: pointer;
    transition: transform 0.2s;
    box-shadow: 0 4px 15px rgba(255,0,0,0.3);
}

.mario-legs-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255,0,0,0.5);
}

.elite-octagon {
    width: 100px;
    height: 100px;
    object-fit: contain;
    cursor: pointer;
    transition: transform 0.2s;
}

.elite-octagon:hover {
    transform: scale(1.1);
}

.bad-timer-modal .modal-content {
    background: #ff4444;
    color: white;
}

.bad-timer-modal .timer {
    font-size: 48px;
    margin: 20px 0;
}

.sans-character {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-left: 10px;
}

.bottom-buttons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 20px auto;
    max-width: 900px;
    padding: 20px;
}

.bottom-buttons button {
    width: 100%;
    min-width: 200px;
}

.fish-button {
    display: block;
    margin: 20px auto;
    padding: 15px 30px;
    background: linear-gradient(45deg, #4169E1, #1E90FF);
    color: white;
    border: none;
    border-radius: 25px;
    font-size: 18px;
    cursor: pointer;
    transition: transform 0.2s;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.fish-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}

.no-fish-text {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: red;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    z-index: 1000;
    display: none;
}

.walter-white {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: auto;
    z-index: 1001;
    display: none;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

.lightning-button {
    display: block;
    margin: 20px auto;
    padding: 15px 30px;
    background: linear-gradient(45deg, #FFD700, #FFA500);
    color: white;
    border: none;
    border-radius: 25px;
    font-size: 18px;
    cursor: pointer;
    transition: transform 0.2s;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
}

.lightning-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.5);
}

.dark-heart-button {
    display: block;
    margin: 20px auto;
    padding: 15px 30px;
    background: linear-gradient(45deg, #800080, #4B0082);
    color: white;
    border: none;
    border-radius: 25px;
    font-size: 18px;
    cursor: pointer;
    transition: transform 0.2s;
    box-shadow: 0 4px 15px rgba(75, 0, 130, 0.3);
}

.dark-heart-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(75, 0, 130, 0.5);
}

.stacked-mascots {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

#sans-2 {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-top: 5px;
}

#phone-mascot-stacked {
    width: 80px;
    height: 80px;
}

#geo-mascot-top {
    width: 80px;
    height: 80px;
}

.happy-changes-button {
    background: linear-gradient(45deg, #ff69b4, #ff1493);
    color: white;
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(255,105,180,0.3);
    transition: all 0.3s;
}

.happy-changes-button:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(255,105,180,0.5);
}

.bed-button {
    background: linear-gradient(45deg, #483d8b, #4b0082);
    color: white;
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(72,61,139,0.3);
    transition: all 0.3s;
}

.bed-button:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(72,61,139,0.5);
}

.jumpscare-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    z-index: 10000;
    display: none;
}

.jumpscare-image {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 80vh;
    max-width: 90vw;
    transition: transform 0.1s;
    z-index: 10001;
}

.till {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    display: none;
    z-index: 1000;
}

.till.hidden {
    display: none;
}

.sniper-shot {
    position: absolute;
    width: 20px;
    height: 20px;
    background: radial-gradient(circle, yellow, transparent);
    animation: shot-fade 1s forwards;
}

.youtube-mode {
    background: white;
}

.youtube-mode header {
    background: red;
    height: 56px;
}

.firey-text {
    position: absolute;
    color: red;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.evil-laugh {
    animation: shake 0.5s infinite;
}

@keyframes shot-fade {
    from { transform: scale(1); opacity: 1; }
    to { transform: scale(2); opacity: 0; }
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    75% { transform: translateX(5px); }
}

.rick-roll-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    z-index: 10000;
}

.rick-roll-modal .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.rick-roll-modal h2 {
    color: #ff4444;
    font-size: 24px;
    margin-bottom: 10px;
}

.rick-roll-modal h3 {
    color: #ff6666;
    font-size: 18px;
    margin-bottom: 20px;
}

.rick-roll-modal iframe {
    width: 560px;
    height: 315px;
    border: none;
}

.april-fools-button {
    background: linear-gradient(45deg, #ff6666, #ff4444);
    color: white;
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(255,102,102,0.3);
    transition: all 0.3s;
}

.april-fools-button:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(255,102,102,0.5);
}