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

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    background-color: #f4f6f8;
    color: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 20px;
}

.redirect-card {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    padding: 40px 30px;
    max-width: 600px;
    width: 100%;
    text-align: center;
}

.redirect-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 24px;
    object-fit: contain;
}

h1 {
    font-size: 1.35rem;
    font-weight: 600;
    margin-bottom: 12px;
    color: #1a1a1a;
    line-height: 1.3;
}

h2 {
    font-size: 1.1rem;
    font-weight: 500;
    color: #4a5568;
    margin-bottom: 16px;
    word-break: break-word;
}

p {
    font-size: 1rem;
    color: #666666;
    line-height: 1.5;
    margin-bottom: 20px;
}

.manual-link {
    display: inline-block;
    color: #0066cc;
    text-decoration: none;
    font-weight: 500;
}

.manual-link:hover,
.manual-link:focus {
    text-decoration: underline;
}

#timer {
    font-weight: 700;
    color: #0066cc;
}

.ad-container {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
