
body.aeo-fullscreen {
    margin: 0;
    background: radial-gradient(circle at 20% 20%, #1e293b 0%, #0b1220 40%, #050814 100%);
}

.sw-aeo-wrap {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 20px;
    font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto;
}

.sw-aeo-card {
    width: 100%;
    max-width: 800px;
    background: linear-gradient(180deg,#0f172a 0%,#111827 100%);
    border-radius: 24px;
    padding: 32px;
    box-shadow: 0 30px 60px rgba(0,0,0,.45);
    color: #f8fafc;
}

.sw-aeo-logo {
    font-weight: 800;
    font-size: 16px;
    opacity: .95;
}

.sw-aeo-h1 {
    font-size: 38px;
    font-weight: 900;
    margin: 10px 0 16px 0;
}

.sw-aeo-p {
    font-size: 16px;
    color: #94a3b8;
    margin-bottom: 20px;
}

.sw-aeo-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 12px;
}

@media (max-width: 768px) {
    .sw-aeo-row {
        grid-template-columns: 1fr;
    }
}

.sw-aeo-input {
    padding: 14px;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,.12);
    background: #0b1220;
    color: #fff;
}

.sw-aeo-btn {
    width: 100%;
    padding: 14px;
    border-radius: 14px;
    border: 1px solid #c6a36a;
    background: rgba(198,163,106,.15);
    color: #fff;
    font-weight: 800;
    cursor: pointer;
    transition: .25s ease;
    margin-top: 10px;
}

.sw-aeo-btn:hover {
    background: #c6a36a;
    color: #0b1220;
}

.sw-aeo-btn:disabled {
    opacity: .7;
    cursor: not-allowed;
}

.sw-aeo-small {
    font-size: 13px;
    color: #94a3b8;
}

.sw-aeo-msg {
    margin-top: 10px;
    min-height: 18px;
}

.sw-aeo-footer {
    margin-top: 15px;
    font-size: 13px;
    color: #94a3b8;
}

.sw-aeo-footer a {
    color: #c6a36a;
    text-decoration: none;
}

.sw-aeo-footer a:hover {
    text-decoration: underline;
}
