body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; margin: 0; background-color: #f4f7f6; display: flex; align-items: center; justify-content: center; height: 100vh; text-align: center; color: #333; }
.container { max-width: 600px; padding: 2rem; }
.icon { font-size: 4em; color: #ffc107; margin-bottom: 1rem; }
h1 { font-size: 2em; margin-bottom: 0.5rem; }
p { font-size: 1.1em; color: #555; line-height: 1.6; }

/* Стили для ID запроса */
.debug-info {
    margin-top: 2.5rem;
    font-size: 0.8em;
    color: #888;
}
.debug-info code {
    background-color: #e9ecef;
    padding: 0.2em 0.4em;
    border-radius: 3px;
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
}

.footer-link { margin-top: 2rem; font-size: 0.9em; }
.footer-link a { color: #007bff; text-decoration: none; }
.footer-link a:hover { text-decoration: underline; }
