/* File: public/assets/css/style.css | Generated: 2026-05-24 03:20 UTC+03:30 */

/* RaceTalk custom styles */

/* Global base */

body {
    background-color: var(--color-f1-black);
    color: #e5e7eb;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Disable italic fallback in Persian text */
h1,
h2,
h3,
h4,
h5,
h6,
span,
p,
div,
a,
button {
    font-style: normal !important;
    line-height: 1.5 !important;
}

/* Custom red scrollbar */
::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    background: #0c0c12;
}

::-webkit-scrollbar-thumb {
    background: #e10600;
    border-radius: 0;
}

/* Default link color */
a {
    color: inherit;
    text-decoration: none;
}

/* Global transitions */
a,
button {
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

/* RTL text alignment */
[dir="rtl"] {
    text-align: right;
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* Slow hero zoom effect */
@keyframes zoom-slow {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.05);
    }
}

.animate-zoom-slow {
    animation: zoom-slow 40s ease-in-out infinite alternate;
}


/* Data tables */

.data-table {
    width: 100%;
    border-collapse: collapse;
    background: transparent;
}

.data-table thead th {
    background: rgba(255, 255, 255, 0.02);
    white-space: nowrap;
    vertical-align: middle;
}

.data-table tbody td {
    vertical-align: middle;
}

.data-table tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

.data-table a {
    text-decoration: none;
    transition: color 0.15s;
}

.data-table a:hover {
    color: #e10600;
}

.data-table td,
.data-table th {
    text-align: right;
}

/* semantic highlights */
.hl-winner {
    font-weight: 700;
}

.hl-podium {
    background: rgba(255, 255, 255, 0.04);
}

.hl-fastest-lap {
    color: rgba(210, 170, 255, 1);
    font-weight: 600;
}

.hl-pole::after {
    content: " P";
    font-size: 11px;
    color: rgba(255, 255, 255, 0.55);
}

.hl-dnf {
    color: rgba(255, 105, 97, 1);
}

.hl-muted {
    color: rgba(255, 255, 255, 0.55);
}


/* OTP form */

@keyframes otp-blink {
    0%, 100% { opacity: 1; }
    50%       { opacity: 0; }
}

.otp-active {
    position: relative;
}

.otp-active::after {
    content: '';
    display: block;
    width: 2px;
    height: 1.6rem;
    background: #fff;
    margin: 0 auto;
    animation: otp-blink 1s step-start infinite;
}


/* Articles and academy */

.article-body {
    color: #d1d5db;
    font-size: 18px;
    line-height: 1.8;
    text-align: justify;
}

.article-body p {
    margin-bottom: 1.5rem;
    font-weight: 300;
}

.article-body h2 {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 900;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    padding-right: 1rem;
    border-right: 4px solid #e10600;
}

.article-body h3 {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 900;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
}

.article-body ul,
.article-body ol {
    padding-right: 1.5rem;
    margin-bottom: 1.5rem;
}

.article-body li {
    margin-bottom: 0.5rem;
}

.article-body a {
    color: #e10600;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.article-body a:hover {
    color: #fff;
}

.article-body blockquote {
    background: rgba(37, 37, 43, 0.4);
    border-right: 8px solid #e10600;
    padding: 2rem 2.5rem;
    margin: 2.5rem 0;
    border-radius: 2px;
    font-size: 1.2rem;
    font-weight: 500;
    color: #fff;
    line-height: 1.6;
}

.article-body img {
    max-width: 100%;
    height: auto;
    border-radius: 2px;
    margin: 1.5rem 0;
}

.article-body strong,
.article-body b {
    color: #fff;
    font-weight: 700;
}

.article-body hr {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin: 2rem 0;
}

.article-body table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
}

.article-body th {
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    font-weight: 900;
    padding: 0.75rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-align: right;
}

.article-body td {
    padding: 0.75rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #d1d5db;
}

/* File: public/assets/css/style.css | Generated: 2026-05-24 03:20 UTC+03:30 */
