@import url('https://fonts.googleapis.com/css2?family=Comic+Neue:wght@400;700&family=Press+Start+2P&family=VT323&family=Rubik+Glitch&display=swap');

body.overlay-active,
body.overlay-active::before,
body.overlay-active::after {
    overflow: hidden !important;
    animation: none !important;
    filter: none !important;
}

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #000;
    z-index: 999999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 5vh 1rem;
    color: white;
    font-family: 'Press Start 2P', cursive;
    text-align: center;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    overflow-y: auto;
}

.loading-overlay.hidden {
    opacity: 0;
    visibility: hidden;
}

.overlay-content {
    max-width: 700px;
    width: 100%;
    border: 4px solid white;
    padding: 1.5rem;
    background: #000;
    box-shadow: 10px 10px 0 #ff00ff, -10px -10px 0 #00ffff;
    margin: 0 auto;
    flex-shrink: 0;
}

.warning-icon {
    font-size: 3rem;
    color: #ffff00;
    margin-bottom: 1rem;
    animation: warningBlink 0.5s infinite step-end;
}

@keyframes warningBlink {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.1); }
}

.overlay-content h1 {
    font-size: 1.5rem;
    color: #ff0000;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 0 white;
    animation: none;
    transform: none;
    filter: none;
    font-family: 'Press Start 2P', cursive;
}

.overlay-content p {
    font-family: 'VT323', monospace;
    font-size: 1.4rem;
    line-height: 1.3;
    margin-bottom: 2rem;
    color: #fff;
    border: none !important;
    padding: 0 !important;
    background: transparent !important;
    transform: none !important;
    text-shadow: none !important;
}

.overlay-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}

.overlay-btn {
    background: #fff;
    color: #000;
    border: 4px solid #000;
    padding: 1rem;
    font-family: 'Press Start 2P', cursive;
    font-size: 0.8rem;
    cursor: pointer;
    width: 100%;
    max-width: 400px;
    transition: 0.2s;
    box-shadow: 6px 6px 0 #00ff00;
}

.overlay-btn:hover {
    transform: translate(-3px, -3px);
    box-shadow: 9px 9px 0 #00ff00;
    background: #00ff00;
}

.overlay-btn-alt {
    background: #000;
    color: #fff;
    border: 4px solid #fff;
    box-shadow: 6px 6px 0 #ff00ff;
}

.overlay-btn-alt:hover {
    background: #ff00ff;
    box-shadow: 9px 9px 0 #ff00ff;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    cursor: crosshair;
}

body {
    min-height: 100vh;
    background: #000;
    font-family: 'Comic Neue', cursive;
    overflow-x: hidden;
    position: relative;
    color: white;
    background-image: 
        repeating-linear-gradient(45deg, #ff00ff33 0px, #ff00ff33 20px, #00ffff33 20px, #00ffff33 40px),
        repeating-radial-gradient(circle at 30% 40%, #ffff00 2px, #ff00ff 8px, #00ff00 15px),
        repeating-linear-gradient(135deg, #f0f, #ff0, #0ff, #f0f);
    background-blend-mode: screen, overlay, difference;
    animation: bgWarp 12s linear infinite alternate;
}

@keyframes bgWarp {
    0% { filter: hue-rotate(0deg) contrast(150%) brightness(1.2); }
    100% { filter: hue-rotate(360deg) contrast(200%) brightness(1.5); }
}

body::before {
    content: "";
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: repeating-linear-gradient(0deg, rgba(255,0,255,0.1) 0px, rgba(0,255,255,0.1) 4px, transparent 8px);
    pointer-events: none;
    z-index: 1000;
    mix-blend-mode: overlay;
    animation: bgWarp 5s linear infinite alternate;
}

@keyframes blink {
    0%,100% { opacity: 1; text-shadow: 10px 0 red, -10px 0 blue; }
    50% { opacity: 0.2; text-shadow: -20px 0 cyan, 20px 0 magenta; }
}

#bg-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    pointer-events: none;
    mix-blend-mode: exclusion;
}

main {
    position: relative;
    z-index: 10;
    padding: 2rem 1.5rem;
    color: white;
    text-shadow: 4px 4px 0 #ff00ff, -2px -2px 0 #00ffff;
    max-width: 1400px;
    margin: 0 auto;
    background-color: rgba(0,0,0,0.5);
    border: 6px double cyan;
    box-shadow: 0 0 50px #ff00ff, inset 0 0 30px yellow;
    transform: rotate(0.3deg) scale(0.99);
}

h1 {
    font-family: 'Rubik Glitch', 'Press Start 2P', monospace;
    font-size: clamp(3rem, 15vw, 8rem);
    line-height: 1;
    color: #00ff00;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0.5rem;
    animation: glitchText 0.3s infinite alternate;
    filter: drop-shadow(0 0 25px magenta) blur(0.7px);
    transform: skewX(-5deg) scale(1.1);
    word-break: break-word;
    will-change: transform, text-shadow;
}

@keyframes glitchText {
    0% { transform: translate(2px, -1px) skewX(5deg); text-shadow: -5px 0 cyan, 5px 0 red; }
    25% { transform: translate(-2px, 3px) skewX(-5deg); text-shadow: 5px 0 lime, -5px 0 magenta; }
    50% { transform: translate(3px, 1px) skewX(8deg); text-shadow: -8px 0 yellow, 8px 0 blue; }
    75% { transform: translate(-3px, -2px) skewX(-8deg); text-shadow: 8px 0 cyan, -8px 0 fuchsia; }
    100% { transform: translate(0) skewX(0); text-shadow: 0 0 10px white; }
}

.marquee {
    background: #000;
    color: #0ff;
    border: 4px dotted #ff0;
    padding: 0.8rem 0;
    font-family: 'VT323', monospace;
    font-size: 2rem;
    text-transform: uppercase;
    box-shadow: 0 0 0 5px #f0f, 10px 10px 0 #0ff;
    transform: rotate(-1deg) scale(1.02);
    margin: 2rem 0;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    display: flex;
}

.marquee span {
    display: inline-block;
    flex-shrink: 0;
    min-width: 100%;
    animation: marqueeScroll 20s linear infinite;
    text-shadow: 3px 3px 0 #ff00ff, -3px -3px 0 cyan;
    letter-spacing: 5px;
    padding-right: 50px;
    will-change: transform;
}

@keyframes marqueeScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}

.marquee:nth-child(even) {
    transform: rotate(2deg) scale(1.05);
    background: lime;
    color: #000;
    border-color: magenta;
}

.marquee:nth-child(even) span {
    animation-direction: reverse;
}

.project-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem 2rem;
    justify-content: center;
    margin: 3rem 0;
    list-style: none;
}

.project-card {
    flex: 0 1 300px;
    background: rgba(255, 255, 0, 0.7);
    backdrop-filter: blur(4px) hue-rotate(45deg);
    border: 8px ridge hotpink;
    padding: 1.5rem 1rem;
    box-shadow: 20px -20px 0 cyan, -15px 15px 0 magenta, 0 0 60px white;
    transform: rotate(2deg) scale(0.95);
    transition: all 0.1s ease;
    font-family: 'Press Start 2P', cursive;
    font-size: 0.7rem;
    line-height: 1.5;
    color: #000;
    text-shadow: 1px 1px 0 white;
    position: relative;
    animation: cardJiggle 0.6s infinite alternate;
    will-change: transform;
}

.project-card:nth-child(odd) {
    transform: rotate(-4deg) translateY(20px);
    background: rgba(0, 255, 255, 0.8);
    border-style: dashed dotted solid double;
    border-color: lime fuchsia blue yellow;
    box-shadow: -20px -20px 0 red, 20px 20px 0 blue;
}

.project-card:nth-child(3n) {
    transform: rotate(10deg) scale(1.1);
    background: #ffccffcc;
    border-width: 12px 4px 12px 4px;
}

@keyframes cardJiggle {
    0% { translate: 0 0; }
    100% { translate: 5px -5px; }
}

.project-card h2, .project-card h3 {
    font-size: 1.4rem;
    background: #000;
    color: #ff0;
    padding: 0.5rem;
    border: 4px dotted white;
    transform: rotate(-2deg);
    margin-bottom: 1rem;
    text-align: center;
    word-break: break-word;
    box-shadow: 6px 6px 0 red;
}

.project-card p {
    background: rgba(0,0,0,0.7);
    color: #0ff;
    padding: 1rem;
    border: 3px solid yellow;
    transform: skewX(2deg);
    margin: 1rem 0;
    font-family: 'VT323', monospace;
    font-size: 1.3rem;
}

.tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 2rem 0;
    justify-content: center;
}

.tag, .btn-chaos {
    background: linear-gradient(45deg, #f0f, #ff0, #0ff, #f0f);
    background-size: 400% 400%;
    animation: bgShift 10s linear infinite alternate;
    padding: 1rem 2rem;
    font-family: 'Press Start 2P', monospace;
    font-size: 0.9rem;
    color: black;
    border: 4px double black;
    box-shadow: 0 0 0 5px white, 10px 10px 0 magenta, -5px -5px 0 cyan;
    transform: rotate(1deg) scale(1.2);
    mix-blend-mode: hard-light;
    border-radius: 0% 50% 0% 50%;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

@keyframes bgShift {
    0% { background-position: 0% 0%; }
    100% { background-position: 100% 100%; }
}

.contact-area, footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    background: #000;
    border: 10px double #ff00ff;
    padding: 2rem;
    margin-top: 4rem;
    box-shadow: inset 0 0 50px yellow, 0 0 50px blue;
    transform: rotate(-1deg) scale(1.01);
    color: white;
}

.contact-item {
    font-size: 2rem;
    background: white;
    color: black;
    padding: 0.5rem 1rem;
    border: 3px solid black;
    filter: drop-shadow(8px 8px 0 cyan) drop-shadow(-8px -8px 0 magenta);
    transform: rotate(4deg);
    font-family: 'Comic Neue', cursive;
    font-weight: 700;
    text-decoration: none;
    transition: 0.1s;
}

.contact-item:hover {
    background: black;
    color: white;
    border-color: yellow;
    filter: drop-shadow(20px 20px 0 red) blur(2px);
    transform: rotate(720deg) scale(2);
    transition: 0.5s;
}

.floating-words {
    position: relative;
    height: 80px;
    margin: 20px 0;
    font-size: 2.5rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    animation: blink 0.5s infinite step-end;
}

@keyframes blink {
    0%,100% { opacity: 1; text-shadow: 10px 0 red, -10px 0 blue; }
    50% { opacity: 0.2; text-shadow: -20px 0 cyan, 20px 0 magenta; }
}

.project-card::before {
    content: "[!!!]";
    position: absolute;
    top: -15px;
    left: -15px;
    font-size: 2rem;
    color: lime;
    filter: blur(2px) drop-shadow(0 0 10px blue);
    transform: rotate(-20deg);
    z-index: 999;
}

.project-card::after {
    content: "[REC]";
    position: absolute;
    bottom: -20px;
    right: -20px;
    font-size: 2.5rem;
    transform: rotate(25deg);
    color: cyan;
    filter: blur(1px);
}

body::after {
    content: "<<<<<<<<<<";
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 4rem;
    color: lime;
    opacity: 0.3;
    transform: rotate(-20deg);
    white-space: nowrap;
    z-index: 1001;
    pointer-events: none;
    animation: blink 0.7s infinite step-end;
}

main p {
    border-left: 12px dotted magenta;
    border-right: 12px dashed cyan;
}

.project-grid:hover .project-card {
    filter: blur(2px) hue-rotate(90deg);
    transition: 0.2s;
}

.project-grid .project-card:hover {
    filter: none;
    transform: scale(1.8) rotate(720deg) !important;
    transition: 2s;
    z-index: 9999;
    background: black;
    color: white;
    border-color: yellow;
}

::-webkit-scrollbar {
    width: 25px;
    background: #f0f;
}
::-webkit-scrollbar-thumb {
    background: linear-gradient(45deg, cyan, yellow, magenta);
    border-radius: 0;
    border: 4px dashed black;
}

.fake-popup {
    position: absolute;
    width: 320px;
    background: #c0c0c0;
    border: 2px solid #fff;
    border-right-color: #000;
    border-bottom-color: #000;
    box-shadow: 10px 10px 0 rgba(0,0,0,0.5);
    display: flex;
    flex-direction: column;
    animation: popupPop 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-family: 'Tahoma', 'Verdana', sans-serif;
    user-select: none;
}

@keyframes popupPop {
    from { transform: scale(0); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

.popup-header {
    background: linear-gradient(90deg, #000080, #1084d0);
    color: white;
    padding: 3px 6px;
    font-weight: bold;
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: default;
}

.popup-close {
    background: #c0c0c0;
    border: 1px solid #fff;
    border-right-color: #000;
    border-bottom-color: #000;
    width: 18px;
    height: 18px;
    font-size: 11px;
    line-height: 14px;
    cursor: pointer;
    font-weight: bold;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

.popup-close:active {
    border: 1px solid #000;
    border-right-color: #fff;
    border-bottom-color: #fff;
    transform: translate(1px, 1px);
}

.popup-body {
    padding: 15px;
    color: black;
    font-size: 13px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.popup-icon {
    font-size: 32px;
}

.popup-content {
    flex: 1;
}

.popup-content p {
    margin: 0 0 15px 0;
    border: none;
    padding: 0;
    background: none;
    color: black;
    text-shadow: none;
    font-family: inherit;
    transform: none;
}

.popup-actions {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.popup-btn {
    background: #c0c0c0;
    border: 1px solid #fff;
    border-right-color: #000;
    border-bottom-color: #000;
    padding: 4px 12px;
    color: black;
    text-decoration: none;
    font-size: 12px;
    cursor: pointer;
    min-width: 70px;
    text-align: center;
    box-shadow: 1px 1px 0 black;
    display: inline-block;
}

.popup-btn:active {
    border: 1px solid #000;
    border-right-color: #fff;
    border-bottom-color: #fff;
    transform: translate(1px, 1px);
    box-shadow: none;
}

.popup-btn.default {
    border: 2px solid black;
    border-top-color: white;
    border-left-color: white;
}

.headache-toggle-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 10000;
    display: flex;
    align-items: center;
    gap: 10px;
    background: black;
    padding: 8px 15px;
    border: 3px double #ff00ff;
    box-shadow: 5px 5px 0 cyan, -5px -5px 0 yellow;
    transform: rotate(2deg);
    animation: toggleFloat 3s infinite ease-in-out;
}

@keyframes toggleFloat {
    0%, 100% { transform: rotate(2deg) translateY(0); }
    50% { transform: rotate(-1deg) translateY(-5px); }
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
    transform: skewX(-10deg);
}

.switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(90deg, #ff00ff, #00ffff);
    transition: .2s;
    border: 2px solid white;
}

.slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 3px;
    bottom: 3px;
    background-color: yellow;
    transition: .2s;
    box-shadow: 2px 2px 0 black;
}

input:checked + .slider {
    background-color: #ccc;
    background: #ccc;
    border-color: #999;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    transform: translateX(16px);
    background-color: white;
    box-shadow: none;
}

.slider.round {
    border-radius: 0;
}

.slider.round:before {
    border-radius: 0;
}

.toggle-label {
    font-family: 'Press Start 2P', monospace;
    font-size: 10px;
    color: #00ff00;
    text-shadow: 2px 2px 0 black;
    text-transform: uppercase;
    letter-spacing: 1px;
}

body.headache-mode,
body.headache-mode * {
    cursor: default !important;
}

body.headache-mode a,
body.headache-mode .slider,
body.headache-mode .slider:before {
    cursor: pointer !important;
}

body.headache-mode {
    background: white !important;
    background-image: none !important;
    color: black !important;
    font-family: "Times New Roman", Times, serif !important;
    animation: none !important;
}

body.headache-mode::before,
body.headache-mode::after {
    display: none !important;
}

body.headache-mode #bg-canvas, 
body.headache-mode #fg-canvas,
body.headache-mode main,
body.headache-mode footer,
body.headache-mode .fake-popup {
    display: none !important;
}

body.headache-mode #brutalist-cv {
    display: block !important;
    max-width: 800px;
    margin: 40px auto;
    padding: 20px;
    line-height: 1.6;
}

body.headache-mode h1,
body.headache-mode h2 {
    font-family: "Times New Roman", Times, serif !important;
    color: black !important;
    text-shadow: none !important;
    text-transform: none !important;
    text-align: left !important;
    animation: none !important;
    transform: none !important;
    filter: none !important;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

body.headache-mode h1 {
    font-size: 2.5em !important;
    border-bottom: 1px solid black;
}

body.headache-mode h2 {
    font-size: 1.5em !important;
}

body.headache-mode p,
body.headache-mode li {
    font-family: "Times New Roman", Times, serif !important;
    color: black !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0.5em 0 !important;
    transform: none !important;
    text-shadow: none !important;
}

body.headache-mode ul {
    list-style-type: disc;
    padding-left: 20px;
    margin: 1em 0;
}

body.headache-mode a {
    color: blue !important;
    text-decoration: underline !important;
    background: none !important;
    padding: 0 !important;
    border: none !important;
    font-family: "Times New Roman", Times, serif !important;
    transform: none !important;
    filter: none !important;
}

body.headache-mode .headache-toggle-container {
    background: white;
    border: 1px solid #ccc;
    color: black;
    box-shadow: none;
    transform: none;
    animation: none;
    border-radius: 4px;
}

body.headache-mode .switch {
    transform: none;
    width: 34px;
    height: 20px;
}

body.headache-mode .slider {
    background: #ccc;
    border: none;
    border-radius: 34px;
}

body.headache-mode .slider:before {
    background-color: white;
    border-radius: 50%;
    box-shadow: none;
    height: 12px;
    width: 12px;
    left: 4px;
    bottom: 4px;
}

body.headache-mode input:checked + .slider {
    background-color: #2196F3;
}

body.headache-mode input:checked + .slider:before {
    transform: translateX(14px);
}

body.headache-mode .toggle-label {
    color: #666;
    font-family: sans-serif;
    font-size: 12px;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
}

body.headache-mode .tag-list, 
body.headache-mode .project-grid {
    display: none;
}

.intro-section {
    text-align: center;
    border: 6px double cyan;
    padding: 20px;
    margin-bottom: 50px;
    background: rgba(0,0,0,0.5);
}

.intro-text {
    font-size: 1.5rem;
    max-width: 800px;
    margin: 0 auto;
    background: black;
    display: inline-block;
    padding: 10px;
    color: #00ff00;
}

.highlight-hurt {
    color: #ff00ff;
    font-weight: bold;
}

footer {
    padding: 50px 20px;
    text-align: center;
    font-family: 'Press Start 2P', cursive;
    font-size: 2vw;
    border: 10px double #ff00ff;
    background: black;
    color: white;
}

.cv-hidden {
    display: none;
}

.tag-magenta { background: magenta; }
.tag-green { background: #0f0; }
.tag-css { transform: rotate(-8deg) scale(1.5); background: cyan; }
.tag-js { transform: rotate(12deg); }
.tag-react { background: magenta; transform: skewX(10deg); }
.tag-node { background: yellow; color: black; transform: rotate(-15deg); }
.tag-go { background: black; color: lime; border-color: white; }
.tag-help { background: repeating-linear-gradient(45deg, red, blue); }

@media screen and (max-width: 768px) {
    main {
        transform: none;
        padding: 1rem;
        margin: 0;
        width: 100%;
        max-width: 100%;
        border-width: 3px;
        box-shadow: 0 0 15px #ff00ff;
    }

    h1 {
        font-size: clamp(2.5rem, 12vw, 4rem);
        transform: none;
        margin-bottom: 1rem;
        word-break: break-all;
    }

    .marquee {
        font-size: 1.2rem;
        padding: 0.5rem 0;
        margin: 1.5rem 0;
        transform: none !important;
        border-width: 2px;
    }
    
    .marquee span {
        animation-duration: 10s;
    }

    .project-grid {
        gap: 1.5rem;
        margin: 2rem 0;
    }

    .project-card {
        flex: 1 1 100%;
        transform: none !important;
        margin: 0;
        width: 100%;
        max-width: none;
        margin-bottom: 1rem;
    }

    .project-grid:hover .project-card,
    .project-grid .project-card:hover {
        transform: none !important;
        filter: none !important;
        transition: none !important;
        z-index: auto !important;
    }
    
    .project-card::before,
    .project-card::after,
    body::after {
        display: none;
    }

    .intro-text {
        font-size: 1rem;
        padding: 10px;
    }
    
    .floating-words {
        font-size: 1.2rem;
        height: auto;
        margin: 1rem 0;
        white-space: normal;
    }

    .contact-area {
        transform: none;
        flex-direction: column;
        gap: 1rem;
        padding: 1.5rem;
        margin-top: 2rem;
    }

    .contact-item {
        width: 100%;
        text-align: center;
        transform: none;
        font-size: 1.2rem;
    }
    
    .contact-item:hover {
        transform: scale(1.02);
    }

    footer {
        transform: none;
        font-size: 0.8rem;
        padding: 1.5rem;
    }

    .headache-toggle-container {
        top: 10px;
        bottom: auto;
        right: 10px;
        transform: none;
        animation: none;
        border-width: 2px;
        padding: 5px 10px;
        background: rgba(0,0,0,0.9);
    }
    
    .toggle-label {
        font-size: 8px;
    }

    .fake-popup {
        width: auto;
        max-width: 80%;
    }

    body.headache-mode #brutalist-cv {
        margin: 10px;
        padding: 10px;
        width: auto;
    }

    body.headache-mode h1 {
        font-size: 2rem !important;
    }

    body.headache-mode h2 {
        font-size: 1.2rem !important;
    }
    
    .loading-overlay {
        padding: 1rem;
        justify-content: center;
    }
    
    .overlay-content {
        padding: 1rem;
        width: 100%;
        max-height: 90vh;
        overflow-y: auto;
    }

    .warning-icon {
        font-size: 2rem;
        margin-bottom: 0.5rem;
    }
    
    .overlay-content h1 {
        font-size: 1.1rem;
        margin-bottom: 0.8rem;
    }
    
    .overlay-content p {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
        line-height: 1.5;
    }

    .overlay-buttons {
        width: 100%;
        gap: 0.5rem;
    }

    .overlay-btn {
        padding: 0.8rem;
        font-size: 0.7rem;
        width: 100%;
        box-shadow: 4px 4px 0 #00ff00;
    }
    
    .overlay-btn:hover {
        transform: none;
        box-shadow: 4px 4px 0 #00ff00;
    }
    
    .overlay-btn-alt {
        box-shadow: 4px 4px 0 #ff00ff;
    }
}
