﻿
        @import url('https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&family=DM+Sans:ital,wght@0,300;0,400;0,500;1,300&display=swap');

        * {
            box-sizing: border-box;
        }

        #header {
            background: #ff8229;
        }

        .tl-root {
            font-family: 'DM Sans', sans-serif;
            background: #F7F5F0;
            color: #1a1a1a;
            min-height: 100vh;
            overflow-x: hidden;
        }

        .tl-breadcrumb {
            padding: 14px 40px;
            font-size: 12px;
            color: #999;
            background: #fff;
            border-bottom: 1px solid #E8E5DF;
            display: flex;
            align-items: center;
            gap: 6px;
        }

            .tl-breadcrumb a {
                color: #F4832A;
                text-decoration: none;
            }

        .tl-container {
            max-width: none;
            margin: 0 auto;
        }

        .tl-hero {
            background: repeating-linear-gradient( to right, rgba(255, 255, 255, 0.04) 0, rgba(255, 255, 255, 0.04) 1px, transparent 1px, transparent 92px ), linear-gradient(180deg, #1b1b1d 0%, #171719 100%);
            border-radius: 0;
            padding: 56px 20px 54px;
            text-align: center;
            color: #f8f8f8;
            margin-bottom: 22px;
        }

        .tl-hero-badge {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 9px 24px;
            border-radius: 4px;
            background: #F4832A;
            color: #fff;
            font-size: 14px;
            font-weight: 700;
            letter-spacing: 0.18em;
            margin-bottom: 26px;
        }

        .tl-hero-title {
            font-family: 'Syne', sans-serif;
            font-weight: 700;
            letter-spacing: -0.01em;
            font-size: clamp(2rem, 5.1vw, 4.2rem);
            line-height: 1.04;
            margin: 0 auto;
            max-width: 1450px;
        }

        .tl-hero-title-accent {
            color: #F4832A;
            display: block;
            margin-top: 2px;
        }

        .tl-hero-sub {
            margin: 26px auto 0;
            color: #b2b2b7;
            max-width: 860px;
            font-size: clamp(16px, 1.8vw, 22px);
            line-height: 1.45;
        }

        .tl-hero-stats {
            margin-top: 34px;
            display: flex;
            justify-content: center;
            gap: 42px;
            flex-wrap: wrap;
        }

        .tl-hero-stat {
            min-width: 120px;
        }

        .tl-hero-stat-value {
            font-family: 'Syne', sans-serif;
            font-size: clamp(1.4rem, 2.9vw, 2.7rem);
            line-height: 1;
            color: #F4832A;
            font-weight: 700;
            letter-spacing: 0;
        }

        .tl-hero-stat-label {
            margin-top: 6px;
            font-size: 15px;
            color: #767681;
        }

        .tl-headline {
            display: flex;
            align-items: end;
            justify-content: space-between;
            gap: 18px;
            margin-bottom: 24px;
            flex-wrap: wrap;
            padding: 0 40px;
        }

        .tl-title {
            font-family: 'Syne', sans-serif;
            font-size: clamp(2rem, 4vw, 2.8rem);
            font-weight: 800;
            line-height: 1.05;
            color: #1D1D1B;
            margin: 0;
        }

        .tl-sub {
            color: #7f7f7f;
            font-size: 14px;
            margin-top: 6px;
        }

        .tl-chip-row {
            display: flex;
            gap: 8px;
            flex-wrap: wrap;
        }

        .tl-chip {
            border: 1px solid #E8E5DF;
            background: #fff;
            color: #666;
            border-radius: 999px;
            padding: 6px 12px;
            font-size: 12px;
            font-weight: 600;
        }
        .tl-filterbar {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 14px;
            background: #f5f5f5;
            border: 1px solid #e6e3dc;
            border-left: 0;
            border-right: 0;
            padding: 10px 14px;
            margin-bottom: 0;
        }
        .tl-filter-pills {
            display: flex;
            align-items: center;
            gap: 10px;
            flex-wrap: wrap;
        }
        .tl-filter-pill {
            border: 1px solid #d7d4cd;
            background: #f7f7f7;
            color: #586171;
            border-radius: 999px;
            padding: 9px 20px;
            font-size: 14px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.15s ease;
        }
        .tl-filter-pill:hover {
            border-color: #bdb8af;
            color: #2a2f38;
        }
        .tl-filter-pill.is-active {
            background: #1f1f1f;
            border-color: #1f1f1f;
            color: #fff;
            font-weight: 700;
        }
        .tl-filter-search {
            position: relative;
            min-width: 240px;
            max-width: 320px;
            width: 100%;
        }
        .tl-filter-search input {
            width: 100%;
            border: 1px solid #d7d4cd;
            border-radius: 12px;
            background: #f1efea;
            padding: 11px 14px 11px 38px;
            font-size: 14px;
            color: #596273;
            outline: none;
        }
        .tl-filter-search svg {
            position: absolute;
            left: 13px;
            top: 50%;
            transform: translateY(-50%);
            color: #9ca3af;
        }

        .tl-grid {
            display: grid;
            gap: 18px;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            width: 100vw;
            margin-left: calc(50% - 50vw);
            margin-right: calc(50% - 50vw);
            padding: 0 18px 18px;
        }

        .tl-card {
            background: #f4f4f4;
            border: 1px solid #d7d4cd;
            border-radius: 0;
            overflow: hidden;
            box-shadow: none;
            transition: none;
            height: 100%;
            margin: 0;
        }

            .tl-card:hover {
                transform: none;
                box-shadow: none;
            }

        .tl-link {
            text-decoration: none;
            color: inherit;
            display: flex;
            flex-direction: column;
            height: 100%;
            cursor: pointer;
        }

        .tl-preview {
            position: relative;
            aspect-ratio: 16 / 9;
            height: auto;
            background: linear-gradient(135deg, #1a1a2e 0%, #e94560 100%);
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .tl-preview img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                display: block;
            }

        .tl-preview-brand {
            position: absolute;
            inset: 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 8px;
            text-align: center;
            color: #fff;
            background: rgba(20, 18, 24, 0.18);
            z-index: 2;
            padding: 16px;
            transition: opacity 0.18s ease;
        }
        .tl-preview-brand svg {
            opacity: 0.88;
        }
        .tl-preview-brand-name {
            font-family: 'DM Sans', sans-serif;
            font-size: 1.45rem;
            line-height: 1.08;
            letter-spacing: 0.01em;
            text-transform: none;
            font-weight: 600;
            margin-top: 2px;
        }
        .tl-preview-brand-cat {
            font-size: 0.95rem;
            line-height: 1.2;
            color: rgba(255, 255, 255, 0.62);
            font-weight: 500;
        }
        .tl-preview-hover {
            position: absolute;
            inset: 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 12px;
            background: rgba(12, 18, 16, 0.62);
            z-index: 3;
            opacity: 0;
            transition: opacity 0.18s ease;
            pointer-events: none;
        }
        .tl-preview-cta {
            min-width: 250px;
            text-align: center;
            border-radius: 7px;
            padding: 11px 16px;
            font-weight: 700;
            font-size: 16px;
            font-family: 'Syne', sans-serif;
            line-height: 1.1;
            text-decoration: none;
            display: inline-block;
        }
        .tl-preview-cta.primary {
            background: #F4832A;
            border: 1px solid #F4832A;
            color: #fff;
        }
        .tl-preview-cta.ghost {
            background: rgba(0, 0, 0, 0.2);
            border: 2px solid rgba(255, 255, 255, 0.45);
            color: #fff;
        }
        .tl-card:hover .tl-preview-brand { opacity: 0.2; }
        .tl-card:hover .tl-preview-hover { opacity: 1; pointer-events: auto; }

        .tl-body {
            background: #f4f4f4;
            padding: 14px 14px 14px;
            display: flex;
            flex-direction: column;
            gap: 6px;
        }

        .tl-badge-row {
            display: flex;
            gap: 8px;
            align-items: center;
            margin-bottom: 2px;
        }

        .tl-badge {
            display: inline-flex;
            align-items: center;
            border-radius: 4px;
            font-size: 11px;
            font-weight: 700;
            padding: 5px 12px;
            font-family: 'DM Sans', sans-serif;
            letter-spacing: 0.02em;
            line-height: 1;
            text-transform: uppercase;
        }

        .tl-badge-free {
            background: #d8e5db;
            color: #228b57;
        }

        .tl-badge-new {
            background: #efe2cd;
            color: #ee6d00;
        }

        .tl-name {
            font-family: 'DM Sans', sans-serif;
            font-size: 0.97rem;
            line-height: 1.1;
            margin: 0;
            color: #0f1826;
            font-weight: 600;
            letter-spacing: 0;
        }

        .tl-cat {
            color: #8b96a2;
            font-size: 0.9rem;
            margin: 0 0 2px 0;
            min-height: 18px;
            line-height: 1.3;
        }

        .tl-divider {
            height: 1px;
            background: #ddd9d2;
            margin: 2px 0 0;
        }

        .tl-meta {
            display: flex;
            justify-content: space-between;
            gap: 14px;
            align-items: center;
            flex-wrap: wrap;
            font-size: 0.9rem;
            color: #8b96a2;
            line-height: 1.2;
        }

        .tl-meta-installs strong {
            color: #4f5358;
            font-weight: 700;
            font-size: 0.98rem;
        }

        .tl-meta-score {
            color: #f06f00;
            font-weight: 700;
            font-size: 0.98rem;
        }

        .tl-pagination {
            margin-top: 30px;
            display: flex;
            justify-content: center;
            gap: 8px;
            flex-wrap: wrap;
        }

        .tl-page-link {
            min-width: 36px;
            height: 36px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 6px;
            border: 1px solid #E8E5DF;
            background: #fff;
            color: #666;
            text-decoration: none;
            font-size: 13px;
            font-weight: 600;
            padding: 0 14px;
        }

            .tl-page-link.active {
                background: #F4832A;
                border-color: #F4832A;
                color: #fff;
            }

            .tl-page-link.disabled {
                pointer-events: none;
                opacity: 0.45;
            }

        .tl-empty {
            background: #fff;
            border: 1px solid #E8E5DF;
            border-radius: 12px;
            text-align: center;
            padding: 44px 20px;
            color: #777;
        }

        .tl-bottom-cta {
            background: #F4832A;
            padding: 24px 56px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 24px;
            flex-wrap: nowrap;
        }

        .tl-bottom-cta h3 {
            margin: 0;
            font-family: 'DM Sans', sans-serif;
            font-size: clamp(1.55rem, 1.65vw, 2.15rem);
            line-height: 1.14;
            letter-spacing: 0;
            color: #fff;
            font-weight: 700;
        }

        .tl-bottom-cta p {
            margin: 8px 0 0;
            font-family: 'DM Sans', sans-serif;
            font-size: 0.9rem;
            line-height: 1.3;
            color: rgba(255, 255, 255, 0.95);
            font-weight: 400;
        }

        .tl-bottom-btn {
            background: #1D1D1B;
            color: #fff;
            text-decoration: none;
            border: none;
            border-radius: 8px;
            padding: 12px 28px;
            font-family: 'DM Sans', sans-serif;
            font-size: 0.95rem;
            line-height: 1.15;
            font-weight: 700;
            letter-spacing: 0;
            white-space: nowrap;
            flex: 0 0 auto;
            transition: transform 0.15s ease, background 0.15s ease;
        }

        .tl-bottom-btn:hover {
            color: #fff;
            background: #111;
            transform: translateY(-1px);
        }

        @media (max-width: 1100px) {
            .tl-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
        }

        @media (max-width: 768px) {
            .tl-breadcrumb, .tl-container {
                padding-left: 16px;
                padding-right: 16px;
            }
            .tl-headline {
                padding: 0;
            }

            .tl-grid {
                grid-template-columns: 1fr;
                width: 100%;
                margin-left: 0;
                margin-right: 0;
                gap: 12px;
                padding: 0 0 12px;
            }
            .tl-filterbar {
                padding: 10px 8px;
                flex-direction: column;
                align-items: stretch;
            }
            .tl-filter-pills {
                flex-wrap: nowrap;
                overflow-x: auto;
                padding-bottom: 2px;
            }
            .tl-filter-pill {
                white-space: nowrap;
            }
            .tl-filter-search {
                max-width: none;
            }
            .tl-preview {
                aspect-ratio: 4 / 3;
            }

            .tl-preview-brand-name { font-size: 1.05rem; }
            .tl-preview-brand-cat { font-size: 0.82rem; }
            .tl-preview-cta { min-width: 180px; font-size: 13px; padding: 10px 14px; }

            .tl-name {
                font-size: 0.95rem;
            }

            .tl-cat {
                font-size: 0.88rem;
                min-height: 18px;
            }

            .tl-badge {
                font-size: 10px;
            }

            .tl-meta {
                font-size: 0.88rem;
            }

            .tl-meta-installs strong, .tl-meta-score {
                font-size: 0.94rem;
            }

            .tl-hero {
                padding: 38px 14px 36px;
            }

            .tl-hero-badge {
                font-size: 11px;
                letter-spacing: 0.12em;
                margin-bottom: 16px;
            }

            .tl-hero-title {
                font-size: clamp(1.9rem, 8vw, 2.8rem);
                line-height: 1.08;
            }

            .tl-hero-sub {
                margin-top: 16px;
                font-size: 16px;
            }

            .tl-hero-stats {
                gap: 20px;
                margin-top: 24px;
            }

            .tl-hero-stat-label {
                font-size: 13px;
            }

            .tl-bottom-cta {
                padding: 24px 16px;
                margin-top: 28px;
                flex-wrap: wrap;
            }

            .tl-bottom-cta h3 {
                font-size: 1.5rem;
            }

            .tl-bottom-cta p {
                font-size: 0.88rem;
                margin-top: 8px;
            }

            .tl-bottom-btn {
                width: 100%;
                text-align: center;
                font-size: 0.95rem;
                padding: 13px 16px;
            }
        }
    
