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

:root {
    --primary-bg: #0a0a0a;
    --secondary-bg: #1a1a1a;
    --tertiary-bg: #2a2a2a;
    --accent-blue: #00d4ff;
    --accent-purple: #8b5cf6;
    --accent-green: #00ff88;
    --accent-orange: #ff6b35;
    --text-primary: #ffffff;
    --text-secondary: #a0a0a0;
    --text-muted: #606060;
    --border-radius: 16px;
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: var(--primary-bg);
    color: var(--text-primary);
    min-height: 100vh;
    overflow-x: hidden;
    position: relative;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 50%, rgba(120, 119, 198, 0.3) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(255, 119, 198, 0.3) 0%, transparent 50%),
        radial-gradient(circle at 40% 20%, rgba(255, 119, 198, 0.3) 0%, transparent 50%);
    z-index: -1;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.header {
    text-align: center;
    margin-bottom: 4rem;
    animation: fadeInDown 0.8s ease-out;
}

.title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 700;
    background: linear-gradient(135deg, var(--accent-blue), var(--accent-purple));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.5rem;
}

.subtitle {
    font-size: 1.125rem;
    color: var(--text-secondary);
    font-weight: 300;
}

.agents-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.agent-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--border-radius);
    padding: 2rem;
    text-align: center;
    transition: var(--transition);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    animation: fadeInUp 0.8s ease-out;
    animation-fill-mode: both;
}

.agent-card:nth-child(1) { animation-delay: 0.1s; }
.agent-card:nth-child(2) { animation-delay: 0.2s; }
.agent-card:nth-child(3) { animation-delay: 0.3s; }
.agent-card:nth-child(4) { animation-delay: 0.4s; }

.agent-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.05));
    opacity: 0;
    transition: var(--transition);
}

.agent-card:hover {
    transform: translateY(-8px);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.agent-card:hover::before {
    opacity: 1;
}

.agent-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    position: relative;
}

.icon-placeholder {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 600;
    position: relative;
    overflow: hidden;
}

.copilot-icon {
    background: linear-gradient(135deg, #00d4ff, #0099cc);
    box-shadow: 0 0 30px rgba(0, 212, 255, 0.5);
}

.gemini-icon {
    background: linear-gradient(135deg, #8b5cf6, #6d28d9);
    box-shadow: 0 0 30px rgba(139, 92, 246, 0.5);
}

.outlook-icon {
    background: linear-gradient(135deg, #0078d4, #106ebe);
    box-shadow: 0 0 30px rgba(0, 120, 212, 0.5);
}

.chatgpt-icon {
    background: linear-gradient(135deg, #00a67e, #004741);
    box-shadow: 0 0 30px rgba(0, 166, 126, 0.5);
}

.claude-icon {
    background: linear-gradient(135deg, #d97706, #92400e);
    box-shadow: 0 0 30px rgba(217, 119, 6, 0.5);
}

.perplexity-icon {
    background: linear-gradient(135deg, #3b82f6, #1e40af);
    box-shadow: 0 0 30px rgba(59, 130, 246, 0.5);
}

.huggingchat-icon {
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    box-shadow: 0 0 30px rgba(251, 191, 36, 0.5);
}

.metaai-icon {
    background: linear-gradient(135deg, #1877f2, #0e5499);
    box-shadow: 0 0 30px rgba(24, 119, 242, 0.5);
}

.youai-icon {
    background: linear-gradient(135deg, #ff6b35, #f7931e);
    box-shadow: 0 0 30px rgba(255, 107, 53, 0.5);
}

.phind-icon {
    background: linear-gradient(135deg, #10b981, #059669);
    box-shadow: 0 0 30px rgba(16, 185, 129, 0.5);
}

.poe-icon {
    background: linear-gradient(135deg, #8b5cf6, #a855f7);
    box-shadow: 0 0 30px rgba(139, 92, 246, 0.5);
}

.character-icon {
    background: linear-gradient(135deg, #ec4899, #db2777);
    box-shadow: 0 0 30px rgba(236, 72, 153, 0.5);
}

.bard-icon {
    background: linear-gradient(135deg, #0ea5e9, #0284c7);
    box-shadow: 0 0 30px rgba(14, 165, 233, 0.5);
}

.coming-soon-icon {
    background: linear-gradient(135deg, #ff6b35, #d63384);
    box-shadow:  0 0 30px rgba(255, 107, 53, 0.5);
}

.midjourney-icon {
    background: linear-gradient(135deg, #00ff88, #00cc6a);
    box-shadow: 0 0 30px rgba(0, 255, 136, 0.5);
}

.dalle-icon {
    background: linear-gradient(135deg, #ff6b35, #f7931e);
    box-shadow: 0 0 30px rgba(255, 107, 53, 0.5);
}

.stable-icon {
    background: linear-gradient(135deg, #8b5cf6, #6d28d9);
    box-shadow: 0 0 30px rgba(139, 92, 246, 0.5);
}

.runway-icon {
    background: linear-gradient(135deg, #3b82f6, #1e40af);
    box-shadow: 0 0 30px rgba(59, 130, 246, 0.5);
}

.leonardo-icon {
    background: linear-gradient(135deg, #d97706, #92400e);
    box-shadow: 0 0 30px rgba(217, 119, 6, 0.5);
}

.pika-icon {
    background: linear-gradient(135deg, #ec4899, #db2777);
    box-shadow: 0 0 30px rgba(236, 72, 153, 0.5);
}

.kaiber-icon {
    background: linear-gradient(135deg, #10b981, #059669);
    box-shadow: 0 0 30px rgba(16, 185, 129, 0.5);
}

.synthesia-icon {
    background: linear-gradient(135deg, #00d4ff, #0099cc);
    box-shadow: 0 0 30px rgba(0, 212, 255, 0.5);
}

.notion-icon {
    background: linear-gradient(135deg, #ffffff, #e5e5e5);
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.5);
}

.slack-icon {
    background: linear-gradient(135deg, #4a154b, #2c0f2f);
    box-shadow: 0 0 30px rgba(74, 21, 75, 0.5);
}

.adobe-icon {
    background: linear-gradient(135deg, #ff0000, #cc0000);
    box-shadow: 0 0 30px rgba(255, 0, 0, 0.5);
}

.figma-icon {
    background: linear-gradient(135deg, #f24e1e, #ff7262);
    box-shadow: 0 0 30px rgba(242, 78, 30, 0.5);
}

.canva-icon {
    background: linear-gradient(135deg, #00c4cc, #7b68ee);
    box-shadow: 0 0 30px rgba(0, 196, 204, 0.5);
}

.grammarly-icon {
    background: linear-gradient(135deg, #15c39a, #00a86b);
    box-shadow: 0 0 30px rgba(21, 195, 154, 0.5);
}

.github-icon {
    background: linear-gradient(135deg, #333333, #24292e);
    box-shadow: 0 0 30px rgba(51, 51, 51, 0.5);
}

.replit-icon {
    background: linear-gradient(135deg, #667eea, #764ba2);
    box-shadow: 0 0 30px rgba(102, 126, 234, 0.5);
}

.jupyter-icon {
    background: linear-gradient(135deg, #f37626, #e55b23);
    box-shadow: 0 0 30px rgba(243, 118, 38, 0.5);
}

.obsidian-icon {
    background: linear-gradient(135deg, #7c3aed, #5b21b6);
    box-shadow: 0 0 30px rgba(124, 58, 237, 0.5);
}

.clickup-icon {
    background: linear-gradient(135deg, #7b68ee, #6a5acd);
    box-shadow: 0 0 30px rgba(123, 104, 238, 0.5);
}

.monday-icon {
    background: linear-gradient(135deg, #ff642e, #e55a2b);
    box-shadow: 0 0 30px rgba(255, 100, 46, 0.5);
}

.notion-icon::after { content: 'N'; }
.slack-icon::after { content: 'S'; }
.adobe-icon::after { content: 'A'; }
.figma-icon::after { content: 'F'; }
.canva-icon::after { content: 'C'; }
.grammarly-icon::after { content: 'G'; }
.github-icon::after { content: 'G'; }
.replit-icon::after { content: 'R'; }
.jupyter-icon::after { content: 'J'; }
.obsidian-icon::after { content: 'O'; }
.clickup-icon::after { content: 'C'; }
.monday-icon::after { content: 'M'; }

.midjourney-icon::after { content: 'M'; }
.dalle-icon::after { content: 'D'; }
.stable-icon::after { content: 'S'; }
.runway-icon::after { content: 'R'; }
.leonardo-icon::after { content: 'L'; }
.pika-icon::after { content: 'P'; }
.kaiber-icon::after { content: 'K'; }
.synthesia-icon::after { content: 'S'; }

.icon-placeholder::after {
    content: attr(data-icon);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.5rem;
}

.copilot-icon::after { content: 'C'; }
.gemini-icon::after { content: 'G'; }
.outlook-icon::after { content: 'O'; }
.chatgpt-icon::after { content: 'C'; }

.claude-icon::after { content: 'A'; }

.perplexity-icon::after { content: 'P'; }

.huggingchat-icon::after { content: 'H'; }

.metaai-icon::after { content: 'M'; }

.youai-icon::after { content: 'Y'; }

.phind-icon::after { content: 'P'; }

.poe-icon::after { content: 'P'; }

.character-icon::after { content: 'C'; }

.bard-icon::after { content: 'B'; }

.coming-soon-icon::after { content: '?'; }

.agent-name {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.agent-description {
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-bottom: 1rem;
    line-height: 1.5;
}

.agent-status {
    display: inline-block;
    padding: 0.375rem 1rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.agent-status.online {
    background: rgba(0, 255, 136, 0.2);
    color: var(--accent-green);
    border: 1px solid rgba(0, 255, 136, 0.3);
}

.agent-status.offline {
    background: rgba(255, 107, 53, 0.2);
    color: var(--accent-orange);
    border: 1px solid rgba(255, 107, 53, 0.3);
}

.interaction-hint {
    text-align: center;
    color: var(--text-muted);
    font-size: 0.875rem;
    margin-top: auto;
    animation: fadeIn 1s ease-out 1s both;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    z-index: 1000;
}

.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.modal {
    background: var(--secondary-bg);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--border-radius);
    padding: 2rem;
    max-width: 500px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    position: relative;
    transform: scale(0.9);
    transition: var(--transition);
}

.modal-overlay.active .modal {
    transform: scale(1);
}

.modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    color: var(--text-secondary);
    font-size: 2rem;
    cursor: pointer;
    transition: var(--transition);
}

.modal-close:hover {
    color: var(--text-primary);
}

.modal-content {
    text-align: center;
}

.modal-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 1.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    font-weight: 600;
}

.modal-title {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.modal-description {
    color: var(--text-secondary);
    margin-bottom: 2rem;
    line-height: 1.6;
}

.modal-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.modal-button {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: var(--transition);
    text-decoration: none;
    display: inline-block;
}

.modal-button.primary {
    background: linear-gradient(135deg, var(--accent-blue), var(--accent-purple));
    color: white;
}

.modal-button.primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 212, 255, 0.3);
}

.modal-button.secondary {
    background: rgba(255, 255, 255, 0.1);
    color: var(--text-primary);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.modal-button.secondary:hover {
    background: rgba(255, 255, 255, 0.2);
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .container {
        padding: 1rem;
    }
    
    .agents-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .agent-card {
        padding: 1.5rem;
    }
    
    .title {
        font-size: 2.5rem;
    }
}

