body { 
    font-family: Arial, sans-serif;
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f0f2f5;
    text-align: center;
}

.container {
    background-color: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-top: 0px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.banner {
    min-height: 250px;
    align-items: center;
    z-index: 9999999;
}

.logo {
    width: 200px;
    margin: 0 auto 20px;
    display: block;
}

.description {
    color: #666;
    line-height: 1.6;
    margin: 20px auto;
    text-align: center;
    font-size: 15px;
    padding: 0;
    border-top: 1px solid #eee;
    padding-top: 20px;
    max-width: 1100px;
}

.adfinity_block_13334 {
min-height: 250px;
}

.input-group {
    margin: 0px 0;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

input[type="text"] {
    width: 100%;
    padding: 12px;
    border: 2px solid #ddd;
    border-radius: 6px;
    box-sizing: border-box;
    margin-bottom: 15px;
    font-size: 16px;
    transition: border-color 0.3s;
}

input[type="text"]:focus {
    border-color: #1a73e8;
    outline: none;
}

button {
    background-color: #4CB050;
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
    transition: background-color 0.3s;
}

button:hover {
    background-color: #66BD6A;
}

button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.terms-text {
    margin: 10px 0;
    color: #666;
    font-size: 14px;
}

.terms-link {
    color: #1a73e8;
    text-decoration: none;
    cursor: pointer;
    font-weight: 500;
    display: inline-block;
    margin-top: 10px;
}

.terms-link:hover {
    text-decoration: underline;
}

.video-info {
    display: none;
    margin: 30px auto;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 6px;
    max-width: 600px;
    text-align: left;
}

.video-info p {
    margin: 10px 0;
    color: #333;
    font-size: 15px;
}

.video-info strong {
    color: #1a73e8;
    margin-right: 10px;
}

.progress-container {
    display: none;
    margin-top: 20px;
}

.progress-bar {
    height: 20px;
    background-color: #f0f0f0;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}

.progress {
    width: 0;
    height: 100%;
    background-color: #4CB050;
    transition: width 0.3s ease;
}

.progress-text {
    text-align: center;
    color: #666;
}

.error-message {
    color: #dc3545;
    margin-top: 10px;
    display: none;
}

.modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    overflow: auto;
}

.modal-content {
    background-color: #fefefe;
    position: relative;
    margin: 5% auto;
    padding: 10px;
    border-radius: 8px;
    width: 90%;
    max-width: 800px;
    max-height: 70vh;
    overflow-y: auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.close {
    position: absolute;
    right: 20px;
    top: 15px;
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    line-height: 1;
    z-index: 1000;
}

.close:hover {
    color: #333;
}

.modal h2 {
    margin-top: 0;
    color: #333;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
    padding-right: 40px;
}

h1 {
    color: #333;
    font-size: 28px;
    margin: 0 0 20px 0;
    font-weight: 600;
}

.privacy-content {
    text-align: center;
    line-height: 1.6;
    padding: 20px;
    max-width: 700px;
    margin: 0 auto;
}

.privacy-content h4 {
    color: #1a73e8;
    margin: 25px 0 15px;
    font-size: 18px;
    text-align: center;
}

.privacy-content p {
    margin: 10px auto;
    font-size: 14px;
    color: #333;
    text-align: justify;
    max-width: 600px;
}

.privacy-content ul {
    margin: 10px auto;
    padding-left: 20px;
    max-width: 600px;
    text-align: left;
}

.privacy-content li {
    margin: 5px 0;
    font-size: 14px;
    color: #333;
}

.privacy-link {
    color: #1a73e8;
    text-decoration: none;
    margin-top: 10px;
    display: inline-block;
}

.privacy-link:hover {
    text-decoration: underline;
}

.terms-content {
    text-align: center;
    line-height: 1.6;
    padding: 20px;
    margin: 0 auto;
}

.terms-content h4 {
    color: #1a73e8;
    margin: 25px 0 15px;
    font-size: 18px;
    text-align: center;
}

.terms-content p {
    margin: 10px auto;
    font-size: 14px;
    color: #333;
    text-align: justify;
}

.terms-content ul, .terms-content ol {
    margin: 10px auto;
    padding-left: 20px;
    max-width: 600px;
    text-align: left;
}

.terms-content li {
    margin: 5px 0;
    font-size: 14px;
    color: #333;
} 