body {
    margin: 0;
    padding: 20px;
    font-family: Arial, sans-serif;
    background: url('https://psv4.userapi.com/s/v1/d2/3Y7qAnJq7Hcd3Z9MimZd1h17LQHTszCZEwYjmmpYiPanyoBjK_l6CsqALB7T525yAu7eSrmrEmFiW2haoog_gsxF-CVaEvqo30sqSOg9vxhI52CPZfx9dpx1HhNyJOjiUPB0w_29x86t/Picsart_25-07-24_00-36-41-192.jpg') no-repeat center center fixed;
    background-size: cover;
    min-height: 100vh;
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}

body.dark-theme {
    background: url('https://psv4.userapi.com/s/v1/d2/-I-CDw9AprSYcLeYa89NJE8tfbghljWMBJ6Xio1jPVuuttT4FR9cymmrREQvIAjy_hhz7JBFDx23qIFvXT2IkdZnZZOfOc1zcLYPkcxNeK64Mh8Pd6ON0O8S12mlKzmXkOgRvcQ0sn8x/Picsart_25-08-10_19-57-24-435.jpg') no-repeat center center fixed;
    background-size: cover;
    color: #E6E1CC;
}

.logo {
    position: absolute;
    top: 10px;
    left: 20px;
    height: 150px;
    width: auto;
    filter: drop-shadow(0 0 5px rgba(0,0,0,0.5));
}

.forum-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 12px 30px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    background: linear-gradient(180deg, #62a432, #aadb84);
    border: none;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    text-decoration: none;
    transition: all 0.3s;
    border: 1px solid #c8e6a9;
}

.dark-theme .forum-btn {
    background: linear-gradient(180deg, #0e3b0e, #228c22);
    border: 1px solid #2da62d;
}

.content {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    padding-top: 120px;
    margin-top: 20px;
    flex: 1;
}

.social-buttons {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-top: 40px;
    padding-bottom: 20px;
}

.social-btn {
    display: inline-block;
    transition: all 0.3s;
}

.social-btn:hover {
    transform: translateY(-5px) scale(1.1);
    filter: drop-shadow(0 8px 12px rgba(0,0,0,0.4));
}

.social-btn img {
    width: 68px;
    height: 68px;
    object-fit: contain;
}

h1 {
    margin-top: 0;
    font-size: 3em;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
    color: #ffffff;
    font-weight: bold;
}

.dark-theme h1,
.dark-theme h2,
.dark-theme p {
    color: #E6E1CC;
}

h2 {
    margin-top: 0;
    font-size: 2em;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
    color: #ffffff;
    font-weight: bold;
}

p {
    margin: 20px 0;
    font-size: 1.5em;
    line-height: 1.5;
    text-shadow: 0 1px 3px rgba(0,0,0,0.5);
    font-weight: bold;
}

.buttons-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.download-btn, .donate-btn {
    padding: 18px 45px;
    font-size: 22px;
    font-weight: bold;
    color: white;
    background: linear-gradient(180deg, #62a432, #aadb84);
    border: none;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    transition: all 0.3s;
    border: 1px solid #c8e6a9;
    width: 300px;
    text-align: center;
    text-decoration: none;
}

.dark-theme .download-btn,
.dark-theme .donate-btn {
    background: linear-gradient(180deg, #0e3b0e, #228c22);
    border: 1px solid #2da62d;
}

.download-btn:hover, .forum-btn:hover, .donate-btn:hover {
    background: linear-gradient(180deg, #6db53a, #b5e490);
    box-shadow: 0 6px 12px rgba(0,0,0,0.4);
    transform: translateY(-2px);
}

.dark-theme .download-btn:hover,
.dark-theme .forum-btn:hover,
.dark-theme .donate-btn:hover {
    background: linear-gradient(180deg, #115711, #2da62d);
}

.theme-switcher {
    margin: 10px auto 30px;
    width: 200px;
    position: relative;
}

.theme-select {
    width: 100%;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    background: #555;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 15px;
    padding-right: 40px;
    transition: all 0.3s;
}

.theme-select:focus {
    outline: none;
}

.dark-theme .theme-select {
    background-color: #228c22;
}

 #suslik {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#suslik img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}

#suslikSound {
    position: absolute;
    left: -9999px;
    opacity: 0;
}