/*
Theme Name: UnicornX Coming Soon
Theme URI: https://unicornx.ru
Author: UnicornX Team
Description: Современная автономная тема-заглушка в стиле Cyberpunk / Hi-Tech для unicornx.ru с интерактивным таймером и формой подписки.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: unicornx-coming-soon
*/

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

body {
    background-color: #080c14;
    background-image: 
        radial-gradient(circle at 50% 15%, rgba(0, 180, 255, 0.15), transparent 40%),
        radial-gradient(circle at 85% 85%, rgba(138, 43, 226, 0.12), transparent 45%),
        radial-gradient(circle at 15% 85%, rgba(0, 212, 255, 0.08), transparent 45%);
    color: #e2e8f0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 16px;
    overflow-x: hidden;
}

.glow-bg {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(0, 212, 255, 0.06) 0%, rgba(138, 43, 226, 0.03) 50%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.container {
    position: relative;
    z-index: 1;
    max-width: 720px;
    width: 100%;
    text-align: center;
    background: rgba(14, 20, 32, 0.82);
    border: 1px solid rgba(0, 212, 255, 0.22);
    border-radius: 24px;
    padding: 48px 36px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.7), 0 0 35px rgba(0, 212, 255, 0.08);
    backdrop-filter: blur(16px);
}

.logo-wrapper {
    margin-bottom: 24px;
}

.logo-wrapper img {
    max-width: 320px;
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5), 0 0 20px rgba(0, 212, 255, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.logo-wrapper img:hover {
    transform: scale(1.02);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.6), 0 0 28px rgba(0, 212, 255, 0.35);
}

.badge {
    display: inline-block;
    padding: 6px 18px;
    background: rgba(0, 212, 255, 0.12);
    border: 1px solid rgba(0, 212, 255, 0.35);
    border-radius: 999px;
    color: #00d4ff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 20px;
    box-shadow: 0 0 15px rgba(0, 212, 255, 0.2);
}

h1 {
    font-size: 34px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
    line-height: 1.25;
}

.tagline {
    font-size: 16px;
    color: #94a3b8;
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

/* Countdown Timer */
.countdown {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-bottom: 32px;
}

.time-card {
    background: rgba(8, 12, 20, 0.7);
    border: 1px solid rgba(0, 212, 255, 0.2);
    border-radius: 14px;
    padding: 14px 18px;
    min-width: 80px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.time-val {
    display: block;
    font-size: 26px;
    font-weight: 800;
    color: #00d4ff;
    line-height: 1.1;
}

.time-lbl {
    font-size: 11px;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 4px;
}

/* Subscription Form */
.subscribe-form {
    display: flex;
    gap: 10px;
    max-width: 460px;
    margin: 0 auto 30px;
}

.subscribe-form input {
    flex: 1;
    padding: 15px 20px;
    border-radius: 12px;
    border: 1px solid #1e293b;
    background: #090e17;
    color: #ffffff;
    font-size: 15px;
    outline: none;
    transition: all 0.2s ease;
}

.subscribe-form input:focus {
    border-color: #00d4ff;
    box-shadow: 0 0 15px rgba(0, 212, 255, 0.25);
}

.subscribe-form button {
    padding: 15px 26px;
    border: none;
    border-radius: 12px;
    background: linear-gradient(135deg, #00d4ff, #7928ca);
    color: #ffffff;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 4px 20px rgba(0, 212, 255, 0.3);
}

.subscribe-form button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(0, 212, 255, 0.45);
}

.subscribe-form button:active {
    transform: translateY(0);
}

.status-msg {
    display: none;
    font-size: 14px;
    color: #10b981;
    margin-top: -15px;
    margin-bottom: 25px;
}

.footer {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 22px;
    font-size: 13px;
    color: #64748b;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer a {
    color: #00d4ff;
    text-decoration: none;
    transition: color 0.2s;
}

.footer a:hover {
    color: #38bdf8;
    text-decoration: underline;
}

@media (max-width: 580px) {
    .container {
        padding: 32px 20px;
    }
    h1 {
        font-size: 26px;
    }
    .subscribe-form {
        flex-direction: column;
    }
    .countdown {
        gap: 8px;
    }
    .time-card {
        padding: 10px 12px;
        min-width: 65px;
    }
    .time-val {
        font-size: 20px;
    }
    .footer {
        flex-direction: column;
        gap: 8px;
    }
}
