@font-face {
    font-family: Vazir;
    src: url("/fonts/vazir/Vazir.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Vazir;
    src: url("/fonts/vazir/Vazir-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    background: #fff;
    color: #111827;
    font-family: Vazir, Arial, Helvetica, sans-serif;
    line-height: 1.5;
}

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

img,
video,
svg {
    max-width: 100%;
}

button,
input {
    font: inherit;
}

.wc-container {
    width: 100%;
    max-width: 1152px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px;
    box-sizing: border-box;
}

header,
footer {
    border-color: #e5e7eb;
}

.min-h-screen {
    min-height: 100vh;
}

.flex {
    display: flex;
}

.inline-flex {
    display: inline-flex;
}

.grid {
    display: grid;
}

.hidden {
    display: none;
}

.items-center {
    align-items: center;
}

.items-start {
    align-items: flex-start;
}

.justify-between {
    justify-content: space-between;
}

.justify-center {
    justify-content: center;
}

.flex-wrap {
    flex-wrap: wrap;
}

.shrink-0 {
    flex-shrink: 0;
}

.min-w-0 {
    min-width: 0;
}

.w-full {
    width: 100%;
}

.h-16 {
    height: 64px;
}

.aspect-video {
    aspect-ratio: 16 / 9;
}

.object-cover {
    object-fit: cover;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-x-auto {
    overflow-x: auto;
}

.rounded-full {
    border-radius: 9999px;
}

.rounded-lg {
    border-radius: 8px;
}

.rounded-xl {
    border-radius: 12px;
}

.rounded-2xl {
    border-radius: 16px;
}

.border,
.border-t,
.border-b {
    border-color: #e5e7eb;
    border-style: solid;
}

.border {
    border-width: 1px;
}

.border-t {
    border-top-width: 1px;
}

.border-b {
    border-bottom-width: 1px;
}

.bg-white {
    background: #fff;
}

.bg-black {
    background: #000;
}

.bg-gray-100,
.bg-wc-surface {
    background: #f9fafb;
}

.bg-wc-green {
    background: #1a8f4a;
}

.text-white {
    color: #fff;
}

.text-gray-900 {
    color: #111827;
}

.text-gray-700,
.text-gray-600 {
    color: #4b5563;
}

.text-gray-500,
.text-gray-400 {
    color: #6b7280;
}

.text-wc-green {
    color: #1a8f4a;
}

.font-medium,
.font-semibold,
.font-bold,
.font-black {
    font-weight: 700;
}

.text-xs {
    font-size: 12px;
}

.text-sm {
    font-size: 14px;
}

.text-base {
    font-size: 16px;
}

.text-lg {
    font-size: 18px;
}

.text-2xl {
    font-size: 24px;
}

.text-3xl {
    font-size: 30px;
}

.text-4xl {
    font-size: 36px;
}

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

[dir="rtl"] .text-left {
    text-align: right;
}

[dir="rtl"] .text-right {
    text-align: left;
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.shadow-sm {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

.shadow-lg {
    box-shadow: 0 10px 15px rgba(0, 0, 0, .1);
}

.wc-input {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #e5e7eb;
    border-radius: 9999px;
    padding: 12px 16px;
    background: #fff;
    color: #111827;
}

.wc-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid #e5e7eb;
    border-radius: 9999px;
    padding: 6px 12px;
    background: #fff;
    color: #374151;
    white-space: nowrap;
}

.wc-pill-active {
    border-color: #1a8f4a;
    background: #1a8f4a;
    color: #fff;
}

.wc-upcoming-track {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

[dir="ltr"] .wc-upcoming-track {
    direction: ltr;
}

[dir="rtl"] .wc-upcoming-track {
    direction: rtl;
}

.wc-upcoming-card {
    min-width: 0;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 16px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .08);
}

.wc-countdown {
    display: inline-flex;
    align-items: baseline;
    gap: 4px;
    min-width: 116px;
    border: 1px solid #e5e7eb;
    border-radius: 9999px;
    padding: 4px 12px;
    background: #f9fafb;
}

.wc-modal-panel {
    width: 100%;
    max-width: 512px;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background: #fff;
}

.wc-country-item {
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 12px;
    padding: 10px 12px;
}

.wc-country-item-active {
    color: #1a8f4a;
    background: #eef8f2;
}

.wc-generated-cover {
    position: relative;
    overflow: hidden;
    background: #111827;
    color: #fff;
}

.wc-generated-cover__content {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: 100%;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
}

.wc-generated-cover__header,
.wc-generated-cover__footer,
.wc-generated-cover__teams {
    display: flex;
    gap: 12px;
}

.wc-generated-cover__header,
.wc-generated-cover__footer {
    justify-content: space-between;
}

.wc-generated-cover__match {
    margin: 4px 0 0;
    font-size: 20px;
    font-weight: 900;
}

.wc-generated-cover__flag {
    display: flex;
    width: 56px;
    height: 56px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(255, 255, 255, .12);
    font-size: 30px;
}

@media (min-width: 640px) {
    .wc-container {
        padding-right: 24px;
        padding-left: 24px;
    }

    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wc-upcoming-track {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .lg\:grid-cols-4,
    .wc-upcoming-track {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
