/* Minification failed. Returning unminified contents.
(2,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(11,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(12,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(13,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(14,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(15,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(16,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(33,22): run-time error CSS1039: Token not allowed after unary operator: '-bg'
(34,17): run-time error CSS1039: Token not allowed after unary operator: '-text-primary'
(68,17): run-time error CSS1039: Token not allowed after unary operator: '-text-primary'
(72,50): run-time error CSS1039: Token not allowed after unary operator: '-outlook-primary'
(72,74): run-time error CSS1039: Token not allowed after unary operator: '-gmail-primary'
(80,17): run-time error CSS1039: Token not allowed after unary operator: '-text-muted'
(96,30): run-time error CSS1039: Token not allowed after unary operator: '-transition-smooth'
(105,21): run-time error CSS1039: Token not allowed after unary operator: '-text-muted'
(115,62): run-time error CSS1039: Token not allowed after unary operator: '-divider'
(115,82): run-time error CSS1039: Token not allowed after unary operator: '-divider'
(117,30): run-time error CSS1039: Token not allowed after unary operator: '-transition-smooth'
(137,27): run-time error CSS1039: Token not allowed after unary operator: '-transition-smooth'
(137,64): run-time error CSS1039: Token not allowed after unary operator: '-transition-smooth'
(148,34): run-time error CSS1039: Token not allowed after unary operator: '-transition-smooth'
(152,58): run-time error CSS1039: Token not allowed after unary operator: '-outlook-glow'
(156,58): run-time error CSS1039: Token not allowed after unary operator: '-gmail-glow'
(164,22): run-time error CSS1030: Expected identifier, found '.'
(164,42): run-time error CSS1031: Expected selector, found ')'
(164,42): run-time error CSS1025: Expected comma or open brace, found ')'
(169,22): run-time error CSS1030: Expected identifier, found '.'
(169,42): run-time error CSS1031: Expected selector, found ')'
(169,42): run-time error CSS1025: Expected comma or open brace, found ')'
(173,22): run-time error CSS1030: Expected identifier, found '.'
(173,40): run-time error CSS1031: Expected selector, found ')'
(173,40): run-time error CSS1025: Expected comma or open brace, found ')'
(178,22): run-time error CSS1030: Expected identifier, found '.'
(178,40): run-time error CSS1031: Expected selector, found ')'
(178,40): run-time error CSS1025: Expected comma or open brace, found ')'
(182,22): run-time error CSS1030: Expected identifier, found '.'
(182,34): run-time error CSS1031: Expected selector, found ')'
(182,34): run-time error CSS1025: Expected comma or open brace, found ')'
(186,22): run-time error CSS1030: Expected identifier, found '.'
(186,34): run-time error CSS1031: Expected selector, found ')'
(186,34): run-time error CSS1025: Expected comma or open brace, found ')'
(199,32): run-time error CSS1039: Token not allowed after unary operator: '-transition-smooth'
(213,32): run-time error CSS1039: Token not allowed after unary operator: '-transition-smooth'
(213,69): run-time error CSS1039: Token not allowed after unary operator: '-transition-smooth'
(252,17): run-time error CSS1039: Token not allowed after unary operator: '-text-primary'
(257,17): run-time error CSS1039: Token not allowed after unary operator: '-text-secondary'
(288,17): run-time error CSS1039: Token not allowed after unary operator: '-outlook-deep'
(293,17): run-time error CSS1039: Token not allowed after unary operator: '-gmail-deep'
(317,17): run-time error CSS1039: Token not allowed after unary operator: '-outlook-primary'
(321,17): run-time error CSS1039: Token not allowed after unary operator: '-gmail-primary'
(390,21): run-time error CSS1039: Token not allowed after unary operator: '-text-muted'
(427,65): run-time error CSS1039: Token not allowed after unary operator: '-divider'
(427,85): run-time error CSS1039: Token not allowed after unary operator: '-divider'
(430,26): run-time error CSS1030: Expected identifier, found '.'
(430,46): run-time error CSS1031: Expected selector, found ')'
(430,46): run-time error CSS1025: Expected comma or open brace, found ')'
(435,26): run-time error CSS1030: Expected identifier, found '.'
(435,46): run-time error CSS1031: Expected selector, found ')'
(435,46): run-time error CSS1025: Expected comma or open brace, found ')'
 */
:root {
    --outlook-primary: #0078D4;
    --outlook-deep: #004578;
    --outlook-accent: #0078D4;
    --outlook-bg-hover: #F0F7FF;
    --outlook-glow: rgba(0,120,212,0.08);
    --gmail-primary: #EA4335;
    --gmail-deep: #B31412;
    --gmail-accent: #EA4335;
    --gmail-bg-hover: #FFF5F4;
    --gmail-glow: rgba(234,67,53,0.08);
    --bg: #FAFBFD;
    --text-primary: #1A1D26;
    --text-muted: rgba(26, 29, 38, 0.45);
    --text-secondary: rgba(26, 29, 38, 0.65);
    --divider: rgba(26, 29, 38, 0.07);
    --transition-smooth: 0.55s cubic-bezier(0.23, 1, 0.32, 1);
}

*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    overflow: hidden;
}

body {
    font-family: 'DM Sans', sans-serif;
    background: var(--bg);
    color: var(--text-primary);
    -webkit-font-smoothing: antialiased;
}

    /* â”€â”€â”€ Subtle background texture â”€â”€â”€ */
    body::before {
        content: '';
        position: fixed;
        inset: 0;
        background: radial-gradient(ellipse at 25% 50%, rgba(0,120,212,0.03) 0%, transparent 50%), radial-gradient(ellipse at 75% 50%, rgba(234,67,53,0.03) 0%, transparent 50%);
        pointer-events: none;
        z-index: 0;
    }

/* â”€â”€â”€ Top brand bar â”€â”€â”€ */
.brand-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 32px 0 0;
    pointer-events: none;
}

.brand-logo {
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: 1.65rem;
    letter-spacing: -0.03em;
    color: var(--text-primary);
}

    .brand-logo .bolt {
        background: linear-gradient(135deg, var(--outlook-primary), var(--gmail-primary));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

.brand-tagline {
    font-size: 0.8rem;
    color: var(--text-muted);
    margin-top: 6px;
    font-weight: 300;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

/* â”€â”€â”€ Center prompt â”€â”€â”€ */
.choose-prompt {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 90;
    text-align: center;
    pointer-events: none;
    transition: opacity var(--transition-smooth);
}

    .choose-prompt h2 {
        font-family: 'Outfit', sans-serif;
        font-weight: 300;
        font-size: 1rem;
        letter-spacing: 0.28em;
        text-transform: uppercase;
        color: var(--text-muted);
        animation: fadeSlideUp 0.8s ease-out 0.3s both;
    }

.divider-line {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background: linear-gradient(to bottom, transparent, var(--divider) 20%, var(--divider) 80%, transparent);
    z-index: 80;
    transition: opacity var(--transition-smooth);
}

/* â”€â”€â”€ Split panels â”€â”€â”€ */
.split-container {
    display: flex;
    height: 100vh;
    width: 100%;
    position: relative;
    z-index: 1;
}

.panel {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    transition: flex var(--transition-smooth), background var(--transition-smooth);
    overflow: hidden;
    text-decoration: none;
    color: inherit;
}

    .panel::before {
        content: '';
        position: absolute;
        inset: 0;
        opacity: 0;
        transition: opacity var(--transition-smooth);
    }

.panel-outlook::before {
    background: radial-gradient(ellipse at 50% 55%, var(--outlook-glow) 0%, transparent 65%);
}

.panel-gmail::before {
    background: radial-gradient(ellipse at 50% 55%, var(--gmail-glow) 0%, transparent 65%);
}

.panel:hover::before {
    opacity: 1;
}

/* Hover expand */
.split-container:has(.panel-outlook:hover) .panel-outlook {
    flex: 1.35;
    background: var(--outlook-bg-hover);
}

.split-container:has(.panel-outlook:hover) .panel-gmail {
    flex: 0.65;
}

.split-container:has(.panel-gmail:hover) .panel-gmail {
    flex: 1.35;
    background: var(--gmail-bg-hover);
}

.split-container:has(.panel-gmail:hover) .panel-outlook {
    flex: 0.65;
}

.split-container:has(.panel:hover) .choose-prompt {
    opacity: 0;
}

.split-container:has(.panel:hover) .divider-line {
    opacity: 0;
}

/* â”€â”€â”€ Panel content â”€â”€â”€ */
.panel-content {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 18px;
    transition: transform var(--transition-smooth);
}

.panel:hover .panel-content {
    transform: translateY(-8px);
}

.platform-icon {
    width: 76px;
    height: 76px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform var(--transition-smooth), box-shadow var(--transition-smooth);
}

.panel:hover .platform-icon {
    transform: scale(1.08);
}

.panel-outlook .platform-icon {
    background: linear-gradient(145deg, #E8F2FC, #D4E8FA);
    border: 1px solid rgba(0,120,212,0.12);
    box-shadow: 0 2px 16px rgba(0,120,212,0.06);
}

.panel-outlook:hover .platform-icon {
    box-shadow: 0 8px 40px rgba(0,120,212,0.15);
    border-color: rgba(0,120,212,0.2);
}

.panel-gmail .platform-icon {
    background: linear-gradient(145deg, #FDECEB, #FAD9D6);
    border: 1px solid rgba(234,67,53,0.1);
    box-shadow: 0 2px 16px rgba(234,67,53,0.06);
}

.panel-gmail:hover .platform-icon {
    box-shadow: 0 8px 40px rgba(234,67,53,0.15);
    border-color: rgba(234,67,53,0.18);
}

.platform-icon svg {
    width: 34px;
    height: 34px;
}

.platform-label {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 1.35rem;
    letter-spacing: -0.01em;
    color: var(--text-primary);
}

.platform-sub {
    font-size: 0.82rem;
    color: var(--text-secondary);
    font-weight: 300;
    max-width: 220px;
    line-height: 1.6;
}

/* Features list */
.platform-features {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 2px;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.45s ease 0.05s, transform 0.45s ease 0.05s;
}

.panel:hover .platform-features {
    opacity: 1;
    transform: translateY(0);
}

.feature-tag {
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    padding: 4px 12px;
    border-radius: 100px;
}

.panel-outlook .feature-tag {
    color: var(--outlook-deep);
    background: rgba(0,120,212,0.07);
}

.panel-gmail .feature-tag {
    color: var(--gmail-deep);
    background: rgba(234,67,53,0.07);
}

/* CTA */
.panel-cta {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    margin-top: 6px;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.4s ease 0.1s, transform 0.4s ease 0.1s;
}

.panel:hover .panel-cta {
    opacity: 1;
    transform: translateY(0);
}

.panel-outlook .panel-cta {
    color: var(--outlook-primary);
}

.panel-gmail .panel-cta {
    color: var(--gmail-primary);
}

.cta-arrow {
    width: 18px;
    height: 18px;
    transition: transform 0.3s ease;
}

.panel:hover .cta-arrow {
    transform: translateX(4px);
}

/* â”€â”€â”€ Floating shapes â”€â”€â”€ */
.shape {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    animation: floatUp linear infinite;
}

.panel-outlook .shape {
    background: rgba(0,120,212,0.04);
}

.panel-gmail .shape {
    background: rgba(234,67,53,0.04);
}

.panel:hover .shape {
    opacity: 1;
}

@keyframes floatUp {
    0% {
        transform: translateY(100vh) scale(0);
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        transform: translateY(-10vh) scale(1);
        opacity: 0;
    }
}

/* â”€â”€â”€ Bottom bar â”€â”€â”€ */
.bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px;
    pointer-events: none;
}

    .bottom-bar span {
        font-size: 0.72rem;
        color: var(--text-muted);
        letter-spacing: 0.06em;
    }

/* â”€â”€â”€ Animations â”€â”€â”€ */
@keyframes fadeSlideUp {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.panel-content {
    animation: fadeSlideUp 0.7s ease-out 0.15s both;
}

.panel-gmail .panel-content {
    animation-delay: 0.25s;
}

/* â”€â”€â”€ Mobile â”€â”€â”€ */
@media (max-width: 768px) {
    .split-container {
        flex-direction: column;
    }

    .divider-line {
        top: 50%;
        left: 0;
        right: 0;
        width: auto;
        height: 1px;
        background: linear-gradient(to right, transparent, var(--divider) 20%, var(--divider) 80%, transparent);
    }

    .split-container:has(.panel-outlook:hover) .panel-outlook,
    .split-container:has(.panel-gmail:hover) .panel-gmail {
        flex: 1.3;
    }

    .split-container:has(.panel-outlook:hover) .panel-gmail,
    .split-container:has(.panel-gmail:hover) .panel-outlook {
        flex: 0.7;
    }

    .platform-icon {
        width: 64px;
        height: 64px;
        border-radius: 18px;
    }

        .platform-icon svg {
            width: 28px;
            height: 28px;
        }

    .platform-label {
        font-size: 1.15rem;
    }

    .brand-logo {
        font-size: 1.4rem;
    }

    .platform-features {
        display: none;
    }
}

