/**
 * Page CSS — auto-extracted from resources/views/live/type.blade.php
 * 
 * @auto-generated 2026-06-11
 * @source resources/views/live/type.blade.php
 * 
 * Loaded via @stack('page-css') in layouts/app.blade.php
 */

:root {
            --neon-blue: #e10600;
            --neon-purple: #0b0b0b;
            --neon-pink: #f5c400;
            --dark-bg: #0b0b0b;
            --darker-bg: #050505;
        }

        body {
            background: var(--darker-bg);
        }

        .live-type-wrapper {
            padding: 4rem 0 5rem;
        }

        .live-type-hero {
            text-align: center;
            margin-bottom: 3.5rem;
        }

        .live-type-badge {
            display: inline-flex;
            align-items: center;
            gap: 0.35rem;
            padding: 0.35rem 0.85rem;
            border-radius: 999px;
            border: 1px solid rgba(255, 255, 255, 0.25);
            color: rgba(255, 255, 255, 0.8);
            text-transform: uppercase;
            letter-spacing: 0.12em;
            font-size: 0.75rem;
            margin-bottom: 1.25rem;
            background: rgba(255, 255, 255, 0.05);
        }

        .live-type-title {
            font-family: 'Press Start 2P', monospace;
            font-size: clamp(2rem, 4vw, 3.25rem);
            background: linear-gradient(135deg, var(--neon-blue), var(--neon-purple), var(--neon-pink));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: 0 0 35px rgba(225, 6, 0, 0.45);
            margin-bottom: 1.5rem;
        }

        .live-type-tagline {
            font-size: clamp(1rem, 2.4vw, 1.3rem);
            color: #d4d4d4;
            max-width: 760px;
            margin: 0 auto;
        }

        .live-type-metrics {
            margin-top: 2.5rem;
            display: flex;
            justify-content: center;
            gap: 1.5rem;
            flex-wrap: wrap;
        }

        .live-type-metric {
            background: rgba(10, 10, 10, 0.75);
            border: 1px solid rgba(225, 6, 0, 0.28);
            border-radius: 18px;
            padding: 1.2rem 1.8rem;
            min-width: 170px;
            text-align: center;
            box-shadow: 0 18px 46px rgba(5, 5, 5, 0.55);
        }

        .metric-value {
            display: block;
            font-size: 1.9rem;
            font-weight: 800;
            color: #ffffff;
        }

        .metric-label {
            font-size: 0.8rem;
            letter-spacing: 0.14em;
            text-transform: uppercase;
            color: #b8b8b8;
        }

        .live-section {
            margin-bottom: 4.5rem;
        }

        .live-section:last-of-type {
            margin-bottom: 0;
        }

        .live-section .section-heading {
            margin-bottom: 2rem;
        }

        .live-section h2 {
            font-size: clamp(1.6rem, 2.6vw, 2.1rem);
            color: #ffffff;
            font-weight: 800;
            letter-spacing: 0.5px;
            margin-bottom: 0.75rem;
        }

        .live-section p.section-subtitle {
            color: #b8b8b8;
            max-width: 680px;
            margin: 0;
        }

        .empty-state {
            background: rgba(10, 10, 10, 0.65);
            border: 1px dashed rgba(225, 6, 0, 0.25);
            border-radius: 20px;
            padding: 2.5rem;
            text-align: center;
            color: #b8b8b8;
            font-size: 1rem;
        }

        .live-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            gap: 2rem;
        }

        .live-card {
            background: rgba(10, 10, 10, 0.85);
            border-radius: 18px;
            overflow: hidden;
            border: 2px solid transparent;
            transition: all 0.3s;
            backdrop-filter: blur(14px);
            position: relative;
        }

        .live-card:hover {
            transform: translateY(-6px);
            border-color: var(--neon-pink);
            box-shadow: 0 18px 48px rgba(225, 6, 0, 0.45);
        }

        .live-thumbnail {
            position: relative;
            width: 100%;
            aspect-ratio: 16 / 9;
            background-size: cover;
            background-position: center;
        }

        .live-badge {
            position: absolute;
            top: 12px;
            left: 12px;
            padding: 6px 14px;
            background: var(--neon-pink);
            color: white;
            font-weight: 700;
            border-radius: 20px;
            font-size: 0.85rem;
            box-shadow: 0 4px 18px rgba(225, 6, 0, 0.55);
            text-transform: uppercase;
            letter-spacing: 0.08em;
        }

        .live-badge.hot {
            background: linear-gradient(135deg, var(--neon-pink), #f5c400);
            box-shadow: 0 4px 22px rgba(255, 120, 48, 0.55);
        }

        .live-badge.archive {
            background: rgba(255, 255, 255, 0.18);
            color: rgba(255, 255, 255, 0.85);
            box-shadow: none;
        }

        .live-card-body {
            padding: 1.6rem;
        }

        .streamer-name {
            font-size: 1.15rem;
            font-weight: 700;
            color: white;
            margin-bottom: 0.5rem;
        }

        .stream-info {
            color: #a6a6a6;
            font-size: 0.92rem;
            margin-bottom: 1rem;
        }

        .session-meta {
            display: flex;
            flex-wrap: wrap;
            gap: 0.75rem;
            font-size: 0.82rem;
            color: #b8b8b8;
            margin-bottom: 1rem;
        }

        .session-meta span {
            display: inline-flex;
            align-items: center;
            gap: 0.35rem;
            background: rgba(255, 255, 255, 0.05);
            border-radius: 999px;
            padding: 0.3rem 0.75rem;
        }

        .session-footnote {
            font-size: 0.78rem;
            color: rgba(255, 255, 255, 0.55);
            margin-top: 1rem;
        }

        .cta-button {
            position: relative;
            padding: 0.95rem 2.2rem;
            font-weight: 700;
            font-size: 1rem;
            border: 2px solid;
            border-radius: 12px;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            text-transform: uppercase;
            letter-spacing: 0.08em;
            overflow: hidden;
        }

        .cta-button::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 0;
            height: 0;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.18);
            transform: translate(-50%, -50%);
            transition: width 0.55s, height 0.55s;
        }

        .cta-button:hover::before {
            width: 320px;
            height: 320px;
        }

        .cta-primary {
            background: linear-gradient(135deg, var(--neon-blue), var(--neon-purple));
            border-color: var(--neon-blue);
            color: #ffffff;
            box-shadow: 0 8px 32px rgba(225, 6, 0, 0.4);
        }

        .cta-primary:hover {
            color: #ffffff;
            transform: translateY(-3px);
            box-shadow: 0 12px 46px rgba(225, 6, 0, 0.55);
        }

        .cta-secondary {
            background: transparent;
            border-color: var(--neon-pink);
            color: #fff;
            box-shadow: 0 8px 30px rgba(225, 6, 0, 0.28);
        }

        .cta-secondary:hover {
            transform: translateY(-3px);
            box-shadow: 0 12px 42px rgba(225, 6, 0, 0.45);
        }

        @media (max-width: 992px) {
            .live-type-metrics {
                gap: 1rem;
            }

            .live-grid {
                grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
            }
        }

        @media (max-width: 768px) {
            .live-type-wrapper {
                padding: 3rem 0 4rem;
            }

            .live-type-metric {
                min-width: 140px;
                padding: 1rem 1.25rem;
            }

            .live-grid {
                grid-template-columns: 1fr;
            }

            .live-section {
                margin-bottom: 3.5rem;
            }
        }
