/* Стилі для сторінки */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #43cea2, #185a9d);
    color: white;
}

.container {
    text-align: center;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    max-width: 600px;
}

h1 {
    margin-bottom: 1.5rem;
    font-size: 2.5rem;
}

p {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.hint {
    font-style: italic;
    color: #e0e0e0;
}

/* Прапор заховано тут */
.secret-flag {
    display: none;
    content: "ICE{css_secrets_revealed}";
}

.decoration {
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    position: absolute;
    z-index: -1;
}
