/* Auto-generated from welcome blade */

        :root {
            font-family: 'Space Grotesk', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
            background-color: #050512;
            color: #f5f7ff;
            --bg: #050512;
            --panel: rgba(255, 255, 255, 0.03);
            --panel-strong: rgba(255, 255, 255, 0.05);
            --border: rgba(255, 255, 255, 0.08);
            --muted: rgba(255, 255, 255, 0.7);
            --muted-soft: rgba(255, 255, 255, 0.55);
            --primary: #72d1ff;
            --accent: #7c5cff;
            --success: #6ee7b7;
            --shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
            --radius-xl: 32px;
            --radius-lg: 24px;
            --radius-md: 20px;
            --radius-sm: 16px;
        }

        * {
            box-sizing: border-box;
        }

        html {
            scroll-behavior: smooth;
        }

        body {
            margin: 0;
            background:
                radial-gradient(circle at top left, rgba(114, 209, 255, 0.08), transparent 32%),
                radial-gradient(circle at top right, rgba(124, 92, 255, 0.10), transparent 28%),
                var(--bg);
            color: #f5f7ff;
        }

        a {
            color: inherit;
            text-decoration: none;
        }

        img {
            max-width: 100%;
            display: block;
        }

        .page {
            max-width: 1240px;
            margin: 0 auto;
            padding: 24px 20px 60px;
        }

        .topbar {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 16px;
            padding: 8px 0 28px;
        }

        .brand {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            font-weight: 700;
            letter-spacing: 0.02em;
        }

        .brand-mark {
            width: 40px;
            height: 40px;
            border-radius: 14px;
            background: linear-gradient(135deg, var(--primary), var(--accent));
            box-shadow: 0 10px 30px rgba(124, 92, 255, 0.25);
        }

        .topbar-actions {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
        }

        .btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 48px;
            padding: 0.95rem 1.4rem;
            border-radius: 999px;
            font-weight: 600;
            transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
            cursor: pointer;
        }

        .btn:hover {
            transform: translateY(-2px);
        }

        .btn.primary {
            background: linear-gradient(135deg, var(--primary), var(--accent));
            color: #070711;
            box-shadow: 0 20px 45px rgba(124, 92, 255, 0.25);
        }

        .btn.secondary {
            border: 1px solid rgba(255, 255, 255, 0.18);
            color: #fff;
            background: rgba(255, 255, 255, 0.03);
        }

        .btn.ghost {
            border: 1px solid transparent;
            color: rgba(255, 255, 255, 0.85);
            background: transparent;
        }

        .hero {
            position: relative;
            overflow: hidden;
            display: grid;
            grid-template-columns: 1.1fr 0.9fr;
            gap: 24px;
            padding: 34px;
            border-radius: var(--radius-xl);
            border: 1px solid var(--border);
            background:
                linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.015)),
                rgba(8, 8, 20, 0.96);
            box-shadow: var(--shadow);
        }

        .hero::before {
            content: '';
            position: absolute;
            inset: -120px auto auto -100px;
            width: 360px;
            height: 360px;
            background: var(--hero-gradient);
            filter: blur(80px);
            opacity: 0.65;
            pointer-events: none;
        }

        .hero::after {
            content: '';
            position: absolute;
            inset: 0;
            background:
                linear-gradient(180deg, rgba(255,255,255,0.03), transparent 30%),
                url('https://images.unsplash.com/photo-1520607162513-77705c0f0d4a?auto=format&fit=crop&w=1400&q=80') center/cover no-repeat;
            opacity: 0.10;
            pointer-events: none;
        }

        .hero-content,
        .hero-side {
            position: relative;
            z-index: 2;
        }

        .eyebrow {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 16px;
            font-size: 0.78rem;
            letter-spacing: 0.18em;
            text-transform: uppercase;
            color: rgba(255, 255, 255, 0.58);
        }

        .eyebrow-dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: var(--success);
            box-shadow: 0 0 0 6px rgba(110, 231, 183, 0.12);
        }

        .hero h1 {
            margin: 0;
            font-size: clamp(2.6rem, 5vw, 4.4rem);
            line-height: 1.04;
            max-width: 9.5ch;
        }

        .hero-subtitle {
            margin-top: 18px;
            max-width: 620px;
            font-size: 1.1rem;
            color: var(--muted);
            line-height: 1.7;
        }

        .hero-actions {
            margin-top: 28px;
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
        }

        .hero-micro {
            margin-top: 22px;
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
        }

        .micro-chip {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 12px 14px;
            border-radius: 999px;
            background: rgba(255, 255, 255, 0.04);
            border: 1px solid rgba(255, 255, 255, 0.08);
            color: rgba(255,255,255,0.82);
            font-size: 0.92rem;
        }

        .hero-side {
            display: flex;
            flex-direction: column;
            gap: 14px;
        }

        .live-panel {
            position: relative;
            overflow: hidden;
            padding: 20px;
            border-radius: 26px;
            background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
            border: 1px solid var(--border);
            backdrop-filter: blur(18px);
            box-shadow: var(--shadow);
        }

        .live-panel::before {
            content: '';
            position: absolute;
            inset: -20% auto auto 60%;
            width: 220px;
            height: 220px;
            background: linear-gradient(135deg, rgba(114,209,255,0.30), rgba(124,92,255,0.30));
            filter: blur(60px);
            pointer-events: none;
        }

        .live-panel-title {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            margin-bottom: 14px;
        }

        .live-panel-title strong {
            font-size: 1rem;
        }

        .live-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 8px 12px;
            border-radius: 999px;
            background: rgba(255,255,255,0.05);
            border: 1px solid rgba(255,255,255,0.08);
            color: rgba(255,255,255,0.82);
            font-size: 0.78rem;
        }

        .mini-card {
            position: relative;
            padding: 16px;
            border-radius: 18px;
            background: rgba(255,255,255,0.035);
            border: 1px solid rgba(255,255,255,0.08);
        }

        .mini-card + .mini-card {
            margin-top: 12px;
        }

        .mini-label {
            display: inline-flex;
            margin-bottom: 8px;
            font-size: 0.75rem;
            color: rgba(255,255,255,0.55);
            text-transform: uppercase;
            letter-spacing: 0.12em;
        }

        .mini-card h3,
        .mini-card h4 {
            margin: 0 0 6px;
            font-size: 1rem;
        }

        .mini-meta {
            color: rgba(255,255,255,0.62);
            font-size: 0.9rem;
            margin-bottom: 10px;
        }

        .mini-stats {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }

        .mini-pill {
            display: inline-flex;
            padding: 8px 10px;
            border-radius: 999px;
            background: rgba(255,255,255,0.05);
            color: rgba(255,255,255,0.82);
            font-size: 0.82rem;
        }

        .section {
            margin-top: 56px;
        }

        .section-heading {
            display: flex;
            align-items: end;
            justify-content: space-between;
            gap: 20px;
            margin-bottom: 20px;
        }

        .section-heading h2 {
            margin: 0;
            font-size: clamp(1.8rem, 3vw, 2.5rem);
        }

        .section-heading p,
        .section-heading span {
            color: var(--muted-soft);
            max-width: 560px;
        }

        .trust-grid,
        .activity-grid,
        .project-grid,
        .why-grid,
        .audience-grid {
            display: grid;
            gap: 16px;
        }

        .trust-grid {
            grid-template-columns: repeat(4, minmax(0, 1fr));
        }

        .activity-grid {
            grid-template-columns: repeat(3, minmax(0, 1fr));
        }

        .project-grid {
            grid-template-columns: repeat(3, minmax(0, 1fr));
        }

        .why-grid,
        .audience-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .card {
            padding: 20px;
            border-radius: 22px;
            background: var(--panel);
            border: 1px solid var(--border);
            box-shadow: var(--shadow);
        }

        .stat-card span {
            color: var(--muted-soft);
            font-size: 0.9rem;
        }

        .stat-card strong {
            display: block;
            margin-top: 10px;
            font-size: 1.9rem;
            line-height: 1.1;
        }

        .activity-card h3,
        .why-card h3,
        .audience-card h3 {
            margin: 0 0 14px;
            font-size: 1.1rem;
        }

        .activity-list {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .activity-item {
            padding: 14px;
            border-radius: 16px;
            background: rgba(255,255,255,0.025);
            border: 1px solid rgba(255,255,255,0.06);
        }

        .activity-item strong {
            display: block;
            margin-bottom: 4px;
            font-size: 0.95rem;
        }

        .activity-item span {
            color: var(--muted-soft);
            font-size: 0.88rem;
        }

        .project-card {
            display: flex;
            flex-direction: column;
            height: 100%;
            border-radius: 24px;
            overflow: hidden;
            background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
            border: 1px solid var(--border);
            box-shadow: var(--shadow);
            transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
        }

        .project-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 28px 60px rgba(0, 0, 0, 0.42);
            border-color: rgba(255,255,255,0.14);
        }

        .project-media {
            position: relative;
            min-height: 170px;
            background:
                linear-gradient(180deg, rgba(255,255,255,0.03), rgba(0,0,0,0.18)),
                linear-gradient(135deg, rgba(114,209,255,0.20), rgba(124,92,255,0.28));
        }

        .project-media::after {
            content: '';
            position: absolute;
            inset: 0;
            background:
                radial-gradient(circle at top right, rgba(255,255,255,0.12), transparent 28%),
                radial-gradient(circle at bottom left, rgba(255,255,255,0.06), transparent 36%);
        }

        .project-content {
            padding: 18px;
            display: flex;
            flex-direction: column;
            gap: 12px;
            flex: 1;
        }

        .project-badges {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
        }

        .badge {
            display: inline-flex;
            align-items: center;
            padding: 7px 10px;
            border-radius: 999px;
            font-size: 0.76rem;
            font-weight: 600;
            background: rgba(255,255,255,0.06);
            border: 1px solid rgba(255,255,255,0.08);
            color: rgba(255,255,255,0.84);
        }

        .badge.featured {
            background: rgba(124, 92, 255, 0.18);
        }

        .badge.verified {
            background: rgba(110, 231, 183, 0.14);
        }

        .project-title {
            margin: 0;
            font-size: 1.15rem;
        }

        .project-company {
            color: var(--muted-soft);
            font-size: 0.92rem;
        }

        .project-excerpt {
            color: var(--muted);
            line-height: 1.65;
            font-size: 0.96rem;
        }

        .project-meta-list {
            display: flex;
            flex-direction: column;
            gap: 8px;
            color: rgba(255,255,255,0.82);
            font-size: 0.92rem;
        }

        .project-footer {
            margin-top: auto;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 14px;
            padding-top: 8px;
        }

        .project-link {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            font-weight: 600;
            color: #fff;
        }

        .project-link span {
            color: var(--muted-soft);
            transition: transform 0.2s ease;
        }

        .project-card:hover .project-link span {
            transform: translateX(3px);
        }

        .how-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 16px;
        }

        .how-card {
            padding: 22px;
            border-radius: 22px;
            background: var(--panel);
            border: 1px solid var(--border);
            box-shadow: var(--shadow);
        }

        .steps {
            list-style: none;
            padding: 0;
            margin: 18px 0 0;
            display: flex;
            flex-direction: column;
            gap: 14px;
        }

        .steps li {
            display: flex;
            gap: 12px;
            align-items: flex-start;
        }

        .step-number {
            flex: 0 0 34px;
            width: 34px;
            height: 34px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background: linear-gradient(135deg, rgba(114,209,255,0.18), rgba(124,92,255,0.22));
            border: 1px solid rgba(255,255,255,0.08);
            font-weight: 700;
        }

        .cta {
            margin-top: 64px;
            padding: 34px 26px;
            border-radius: 30px;
            text-align: center;
            background:
                linear-gradient(135deg, rgba(114, 209, 255, 0.22), rgba(124, 92, 255, 0.28)),
                rgba(255,255,255,0.03);
            border: 1px solid rgba(255,255,255,0.12);
            box-shadow: var(--shadow);
        }

        .cta h2 {
            margin: 0;
            font-size: clamp(2rem, 3vw, 2.8rem);
        }

        .cta p {
            margin: 14px auto 24px;
            max-width: 700px;
            color: var(--muted);
            line-height: 1.7;
        }

        .footer {
            margin-top: 42px;
            padding-top: 24px;
            border-top: 1px solid rgba(255,255,255,0.08);
            display: flex;
            justify-content: space-between;
            gap: 14px;
            flex-wrap: wrap;
            color: rgba(255,255,255,0.55);
            font-size: 0.92rem;
        }

        .empty-state {
            padding: 18px;
            border-radius: 18px;
            background: rgba(255,255,255,0.025);
            border: 1px dashed rgba(255,255,255,0.12);
            color: rgba(255,255,255,0.62);
            line-height: 1.6;
        }

        @media (max-width: 1080px) {
            .hero,
            .trust-grid,
            .activity-grid,
            .project-grid,
            .how-grid,
            .why-grid,
            .audience-grid {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 720px) {
            .page {
                padding: 18px 16px 48px;
            }

            .hero {
                padding: 22px;
            }

            .topbar {
                padding-bottom: 22px;
            }

            .hero h1 {
                max-width: none;
            }

            .section {
                margin-top: 44px;
            }

            .section-heading {
                align-items: start;
                flex-direction: column;
                margin-bottom: 16px;
            }

            .hero-actions,
            .topbar-actions {
                width: 100%;
            }

            .hero-actions .btn,
            .topbar-actions .btn {
                flex: 1 1 auto;
            }
        }
    .filter-form {
    margin-bottom: 1.5rem;
    padding: 18px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: grid;
    gap: 12px;
}

.filter-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 0.9rem;
    align-items: center;
}

.filter-label {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
}

.filter-input,
.filter-select {
    width: 100%;
    border-radius: 12px;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.4);
    color: #f5f7ff;
}

.filter-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.filter-actions button,
.filter-actions a {
    margin-top: 6px;
}

.auth-page {
    min-height: 100vh;
    background:
        radial-gradient(circle at top left, rgba(114, 209, 255, 0.08), transparent 32%),
        radial-gradient(circle at top right, rgba(124, 92, 255, 0.10), transparent 28%),
        #030312;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px 24px;
}

.auth-card {
    width: 100%;
    max-width: 460px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 26px;
    padding: 32px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.45);
}

.auth-card h2 {
    margin-top: 0;
    font-size: 1.8rem;
}

.auth-field {
    width: 100%;
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.auth-field input,
.auth-field select {
    border-radius: 12px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.45);
    color: #f5f7ff;
}

.auth-actions {
    margin-top: 18px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.auth-error {
    color: #fda4af;
    font-size: 0.9rem;
}

.auth-meta {
    margin-top: 14px;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 640px) {
    .filter-row {
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    }
}
