<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&amp;display=swap');

body {
    margin: 0;
    min-height: 100vh;
    font-family: 'Press Start 2P', cursive;
    color: #e0e0e0;
    text-align: center;
    background: 
        linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
        url('img/tlo.webp') center/cover no-repeat fixed;
    image-rendering: pixelated;
}

.container {
    max-width: 600px;
    margin: 40px auto;
    border: 8px solid #4a3a2a;
    background-color: rgba(34, 34, 34, 0.9);
    padding: 25px;
    box-shadow: 0 0 25px #000;
    position: relative;
    z-index: 10;
    backdrop-filter: blur(5px);
}

h1 {
    color: #ffcc00;
    text-shadow: 4px 4px 0 #8b4513;
    font-size: 28px;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

.link-container {
    margin: 22px 0;
    position: relative;
}

.link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 15px 20px;
    background-color: rgba(58, 58, 58, 0.8);
    border: 3px solid #5a4a3a;
    text-decoration: none;
    color: #ffcc66;
    font-weight: bold;
    transition: all 0.3s;
    font-size: 14px;
    position: relative;
    z-index: 2;
}

.link:hover {
    background-color: rgba(90, 74, 58, 0.9);
    transform: scale(1.02);
    box-shadow: 0 0 15px #ffcc00;
    border-color: #ffcc00;
}

.link img {
    width: 42px;
    height: 42px;
    margin-right: 20px;
    image-rendering: pixelated;
    filter: drop-shadow(2px 2px 0 #000);
}

.link-description {
    max-height: 0;
    overflow: hidden;
    background: rgba(40, 40, 40, 0.9);
    border-left: 3px solid #ffcc00;
    border-right: 3px solid #ffcc00;
    border-bottom: 3px solid #ffcc00;
    padding: 0 15px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-align: left;
    font-size: 11px;
    line-height: 1.6;
    color: #ffdd99;
}

.link-container:hover .link-description {
    max-height: 150px;
    padding: 10px 15px;
}

.donate-button {
    display: block;
    width: fit-content;
    margin: 5px auto;
    padding: 6px 10px;
    background-color: #8b4513;
    color: #ffcc00;
    border: 2px solid #ffcc00;
    font-family: 'Press Start 2P', cursive;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s;
    line-height: 1.3;
}

.donate-button:hover {
    background-color: #a0522d;
    transform: scale(1.05);
    box-shadow: 0 0 8px #ffcc00;
}

.donate-description {
    font-size: 11px;
    line-height: 1.6;
    color: #ffdd99;
    text-align: center;
    margin-top: 10px;
}

.donate-description strong {
    color: #ffcc00;
    font-size: 11px;
    display: inline-block;
    margin-top: 8px;
    text-shadow: 1px 1px 0 #000;
}

.contact-buttons {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.contact-btn {
    padding: 5px 10px;
    background: #4a3a2a;
    color: #ffcc00;
    border: 1px solid #ffcc00;
    font-family: 'Press Start 2P', cursive;
    font-size: 10px;
    cursor: pointer;
    text-decoration: none;
}

.contact-btn:hover {
    background: #5a4a3a;
}

.footer {
    margin-top: 35px;
    font-size: 8px;
    color: #555;
    text-align: center;
}

.pixel-border {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AkEEjIXY4F3eQAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRleHQgd2l0aCBHSU1QZC5lBwAAAB5JREFUSA1jYKAQMDIyMvxHZWAYqQwMDAxQKQYGAJ9jBBMAqSw6AAAAAElFTkSuQmCC');
    background-repeat: repeat;
    opacity: 0.25;
    pointer-events: none;
    z-index: 1;
}

.crt-effect {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0,0,0,0.1) 1px, transparent 1px);
    background-size: 100% 2px;
    pointer-events: none;
    z-index: 100;
    animation: flicker 0.1s infinite alternate;
}

/* NOWE STYLE DLA GALERII */
.gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    padding: 0;
    margin: 20px 0;
}

.gallery a {
    display: block;
    border: 3px solid #5a4a3a;
    transition: all 0.3s;
}

.gallery a:hover {
    transform: scale(1.05);
    border-color: #ffcc00;
    box-shadow: 0 0 10px rgba(255, 204, 0, 0.7);
}

.thumbnail {
    width: 100%;
    height: 120px;
    object-fit: cover;
    display: block;
    image-rendering: pixelated;
}

/* ResponsywnoĹ›Ä‡ */
@media (max-width: 768px) {
    .gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .gallery {
        grid-template-columns: 1fr;
    }
}

@keyframes flicker {
    0% { opacity: 0.8; }
    100% { opacity: 1; }
}</pre></body></html>