/* ===== LOVABLE CONNECT SCREEN (SPLIT DESIGN - EXACT COLORS) ===== */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root {
    --connect-bg-dark: #0a0f1e;
    --connect-blue: #2563eb;
    --connect-blue-hover: #1d4ed8;
    --connect-blue-light: #3b82f6;
    --connect-text-slate: #94a3b8;
    --connect-text-muted: #64748b;
    --connect-dark-text: #0f172a;
    --connect-green: #059669;
    --connect-border: #e2e8f0;
}

.seekmake-connect-wrapper {
    display: flex;
    min-height: calc(100vh - 32px);
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    background: #ffffff;
    margin: -20px 0 0 -20px;
    width: calc(100% + 20px);
    box-sizing: border-box;
}

/* ===== LEFT SIDE (DARK NAVY) ===== */
.seekmake-connect-left {
    width: 50%;
    background: var(--connect-bg-dark);
    background-image:
        radial-gradient(ellipse 80% 50% at 20% 40%, rgba(59, 130, 246, 0.08), transparent),
        radial-gradient(ellipse 60% 40% at 80% 20%, rgba(139, 92, 246, 0.05), transparent);
    color: #ffffff;
    padding: 40px 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.seekmake-badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 14px;
    background: rgba(59, 130, 246, 0.1);
    border: 1px solid rgba(59, 130, 246, 0.2);
    border-radius: 9999px;
    color: var(--connect-blue-light);
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 20px;
    width: fit-content;
}

.seekmake-badge-pill svg {
    width: 12px;
    height: 12px;
}

.seekmake-connect-hero-title {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 16px;
    color: #ffffff;
}

.seekmake-connect-hero-title span {
    background: linear-gradient(135deg, var(--connect-blue-light), #60a5fa);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.seekmake-connect-hero-desc {
    color: var(--connect-text-slate);
    font-size: 14px;
    line-height: 1.6;
    max-width: 460px;
    margin-bottom: 28px;
}

/* Stats Row */
.seekmake-stats-row {
    display: flex;
    gap: 14px;
    margin-bottom: 32px;
}

.seekmake-stat-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 12px 18px;
    border-radius: 12px;
    min-width: 110px;
    backdrop-filter: blur(8px);
}

.seekmake-stat-value {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 2px;
    display: block;
}

.seekmake-stat-label {
    font-size: 11px;
    color: var(--connect-text-slate);
    font-weight: 400;
}

/* Dashboard Preview Image */
.seekmake-dashboard-preview {
    width: 100%;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow:
        0 20px 40px -12px rgba(0, 0, 0, 0.4),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    overflow: hidden;
    position: relative;
}

.seekmake-dashboard-preview img {
    width: 100%;
    height: auto;
    display: block;
}

.seekmake-preview-caption {
    margin-top: 12px;
    text-align: center;
    color: var(--connect-text-slate);
    font-size: 12px;
    line-height: 1.5;
}

.seekmake-preview-caption strong {
    color: #e2e8f0;
}

/* ===== RIGHT SIDE (WHITE) ===== */
.seekmake-connect-right {
    width: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 36px;
}

.seekmake-auth-container {
    width: 100%;
    max-width: 380px;
    text-align: center;
}

.seekmake-auth-logo {
    margin-bottom: 24px;
}

.seekmake-auth-logo img {
    height: 32px;
}

.seekmake-auth-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--connect-dark-text);
    margin-bottom: 8px;
}

.seekmake-auth-subtitle {
    color: var(--connect-text-muted);
    font-size: 13px;
    margin-bottom: 28px;
    line-height: 1.5;
}

/* Feature Checklist */
.seekmake-feature-checklist {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 24px;
    text-align: left;
}

.seekmake-check-item {
    background: #f8fafc;
    border: 1px solid var(--connect-border);
    padding: 12px 14px;
    border-radius: 10px;
    display: flex;
    gap: 12px;
    align-items: center;
    transition: all 0.2s ease;
}

.seekmake-check-item:hover {
    border-color: #cbd5e1;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.seekmake-check-icon {
    width: 24px;
    height: 24px;
    min-width: 24px;
    background: #eff6ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--connect-blue);
    flex-shrink: 0;
}

.seekmake-check-icon svg {
    width: 12px;
    height: 12px;
}

.seekmake-check-content h4 {
    margin: 0 0 2px 0;
    font-size: 13px;
    font-weight: 600;
    color: var(--connect-dark-text);
}

.seekmake-check-content p {
    margin: 0;
    font-size: 11px;
    color: var(--connect-text-muted);
    line-height: 1.4;
}

/* Action Buttons */
.seekmake-primary-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 12px;
    background: var(--connect-blue);
    color: #ffffff;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.2s ease;
    border: none;
    cursor: pointer;
    margin-bottom: 10px;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(37, 99, 235, 0.3);
}

.seekmake-primary-btn:hover {
    background: var(--connect-blue-hover);
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.35);
    text-decoration: none;
}

.seekmake-primary-btn:focus {
    color: #ffffff;
    text-decoration: none;
}

.seekmake-secondary-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 12px;
    background: #1e293b;
    color: #ffffff;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.2s ease;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
}

.seekmake-secondary-btn:hover {
    background: var(--connect-dark-text);
    color: #ffffff;
    text-decoration: none;
}

.seekmake-secondary-btn:focus {
    color: #ffffff;
    text-decoration: none;
}

.seekmake-disclaimer {
    margin-top: 16px;
    font-size: 11px;
    color: var(--connect-text-slate);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.seekmake-disclaimer svg {
    flex-shrink: 0;
}

.seekmake-footer-badges {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.seekmake-footer-badge {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--connect-text-slate);
    font-size: 11px;
}

.seekmake-footer-badge svg {
    flex-shrink: 0;
    opacity: 0.7;
}

/* Responsive */
@media (max-width: 1200px) {
    .seekmake-connect-hero-title {
        font-size: 26px;
    }

    .seekmake-connect-left {
        padding: 28px 24px;
    }

    .seekmake-connect-right {
        padding: 24px;
    }
}

@media (max-width: 1024px) {
    .seekmake-connect-wrapper {
        flex-direction: column;
    }

    .seekmake-connect-left,
    .seekmake-connect-right {
        width: 100%;
        padding: 28px 24px;
    }

    .seekmake-connect-hero-title {
        font-size: 24px;
    }

    .seekmake-dashboard-preview {
        display: none;
    }
}