body {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background-color: #f0f2f5;
    background-image: url('images/arkaplan.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    flex-direction: column;
}

body.dark-mode {
    background-color: #000;
    background-image: url('images/arkaplan.png');
}

.container {
    text-align: center;
    width: 80%;
    max-width: 600px;
    z-index: 1;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.logo {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 150px;
    height: auto;
    z-index: 3;
}

.logo img {
    width: 100%;
    height: auto;
}

.title {
    font-size: 2.5em;
    margin-bottom: 20px;
    color: #333;
}

.selection-box {
    border: 3px solid #7289DA;
    border-radius: 15px;
    padding: 30px;
    margin-top: 20px;
    background-color: rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 15px rgba(114, 137, 218, 0.7);
    color: #7289DA;
    text-shadow: 0 0 10px rgba(114, 137, 218, 0.7);
}

.input-field {
    border: 2px solid #7289DA;
    border-radius: 10px;
    padding: 10px;
    width: calc(100% - 24px);
    margin-bottom: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 1em;
    box-shadow: 0 0 10px rgba(114, 137, 218, 0.5);
    text-shadow: 0 0 10px rgba(114, 137, 218, 0.7);
}

.info-box {
    border: 3px solid #7289DA;
    border-radius: 15px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 15px rgba(114, 137, 218, 0.7);
    margin-bottom: 20px;
    z-index: 2;
    color: #7289DA;
    font-size: 1.2em;
    text-shadow: 0 0 10px rgba(114, 137, 218, 0.7);
}

.section {
    margin-bottom: 30px;
}

.section-title {
    font-size: 1.5em;
    margin-bottom: 10px;
    display: block;
    color: #7289DA;
}

.options {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.option {
    border: 3px solid #7289DA;
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
    font-size: 1.2em;
    width: 100px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 10px rgba(114, 137, 218, 0.5);
    color: #7289DA;
    text-shadow: 0 0 10px rgba(114, 137, 218, 0.7);
}

.option img {
    width: 80px;
    height: 80px;
    margin-bottom: 5px;
}

.option.selected {
    background-color: #7289DA;
    color: #fff;
}

.start-button {
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    margin-top: 20px;
}

.start-button img {
    max-width: 250px;
    max-height: 80px;
    transition: transform 0.3s;
}

.start-button:hover img {
    transform: scale(1.1);
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    color: #fff;
}

.popup {
    background: #333;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    width: 60%;
    max-width: 800px;
}

.hidden {
    display: none;
}

.torch-container {
    text-align: center;
    margin-top: 20px;
}

.torch {
    width: 100px;
    height: auto;
    cursor: pointer;
    animation: flicker 1s infinite;
    filter: drop-shadow(0 0 10px yellow);
}

@keyframes flicker {
    0% { opacity: 1; }
    50% { opacity: 0.8; }
    100% { opacity: 1; }
}

.close-button {
    padding: 10px 20px;
    margin-top: 20px;
    border: none;
    background-color: #00f;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
}

.loading-messages {
    font-size: 1.2em;
    margin: 20px 0;
    color: #7289DA;
    text-shadow: 0 0 10px rgba(114, 137, 218, 0.7);
}

.red.bold {
    color: #ff0000;
    text-shadow: 0 0 10px rgba(255, 0, 0, 0.7);
    font-weight: bold;
}

.progress-bar {
    width: 100px;
    height: 100px;
    margin: 20px auto;
    display: none;
}

.inline-image {
    width: 54px;
    height: 54px;
    vertical-align: middle;
    margin-left: 10px;
}

.complete-button {
    padding: 10px 20px;
    border: none;
    background-color: #00f;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
}

.waiting-message {
    margin-top: 10px;
    font-size: 1.2em;
    color: #7289DA;
    text-shadow: 0 0 10px rgba(114, 137, 218, 0.7);
}

.loading-gif {
    width: 50px;
    height: 50px;
    margin-top: 10px;
}

/* Orta bölümdeki yazılar için Discord mavisi */
.selection-box, .selection-box .section-title, .selection-box .option span {
    color: #7289DA;
    text-shadow: 0 0 10px rgba(114, 137, 218, 0.7);
}

/* Videolu Anlatım yazısının boyutu ve boşlukları */
.video-link, #video-title {
    font-size: 2em;
    margin: 20px 0;
    color: #7289DA;
    text-shadow: 0 0 10px rgba(114, 137, 218, 0.7);
}

.error-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    color: #fff;
}

.error-popup {
    background: #333;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    width: 60%;
    max-width: 800px;
}

.error-overlay.hidden {
    display: none;
}
.verify-button {
    padding: 10px 20px;
    background-color: #4CAF50; /* Yeşil renk */
    border: none;
    border-radius: 5px;
    color: white;
    font-size: 1.2em;
    cursor: pointer;
    box-shadow: 0 4px #999;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-block;
    margin-top: 20px;
}

.verify-button:hover {
    background-color: #45a049;
    box-shadow: 0 6px #777;
    transform: translateY(-2px);
}

.verify-button:active {
    background-color: #3e8e41;
    box-shadow: 0 2px #666;
    transform: translateY(2px);
}
