/* SPDX-License-Identifier: GPL-3.0-or-later */

:root {
    --color-brand-primary: #0275d8;

    /* word colors */
    --w-learned: #3cb371;
    --w-learning: #ffa500;
    --w-new: #1e90ff;
    --w-forgotten: #E0115F;

    /* reader text color modes */
    --color-text-light: #000000;
    --color-text-sepia: #384452;
    --color-text-dark:  #cccccc;

    /* reader background color modes */
    --color-bg-light: rgba(255, 255, 255, 0.96);
    --color-bg-sepia: rgba(235, 231, 217, 0.96);
    --color-bg-dark:  rgba(33, 37, 41, 0.96);
}
                     
* {
    margin: 0;
    padding: 0;
}

html {
    min-height: 100%;
}

body {
    background: white;
    color: #384452;
    font-weight: 400;
    height: 100%;
    margin: 0;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

p {
    font-weight: 400;
    margin-bottom: 12px;
    margin-top: 10px;
    padding: 0;
}

img {
    height: auto;
    max-width: 100%;
}

a {
    color: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

a:hover {
    color: var(--color-brand-primary);
    text-decoration: none;
    outline: none;
}

::-moz-selection {
    background: #2b2e31;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #2b2e31;
    color: #fff;
    text-shadow: none;
}

@media (max-width: 767px) {
    .navbar-expand-md>.container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.navbar {
    padding: 0;
}

.navbar-brand {
    background-image: url("../img/logo-long.webp");
    background-repeat: no-repeat;
    background-size: cover;
    filter: drop-shadow(0 2px 2px rgb(0, 0, 0));
    margin-left: 15px !important;
    width: 189px;
    height: 48px;
}

.navbar-brand:focus {
    color: white !important;
    outline: none;
}

.navbar-light .navbar-brand {
    color: white;
}

.navbar-collapbse {
    box-shadow: none;
}

.navbar-light .navbar-collapse {
    border: none;
}

img.language-flag,
img.header-gamification-icon {
    width: 32px;
    height: 32px;
    vertical-align: middle;
}

#user-menu>span {
    font-size: 32px;
    vertical-align: middle;
}

img.language-flag {
    border: 2px solid white;
    border-radius: 50%;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.dropdown-menu>a:focus,
.dropdown-menu>a:hover,
.dropdown-item.active,
.dropdown-item:active {
    color: white !important;
    cursor: pointer;
    background-color: var(--color-brand-primary);
}

.dropdown-menu>a {
    color: #262626;
    font-size: 0.9rem;
    font-weight: 700;
}

#user-menu,
#login-menu {
    background-color: white;
    color: var(--color-brand-primary);
    border-radius: 98px;
    font-size: 1rem;
    text-shadow: none;
    padding: 0 8px;
}

#login-menu {
    padding: 0.5rem;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    background: rgb(255,255,255,0.2);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

#learning-lang-span {
    display: none;
}

.gamification {
    color: white;
    font-size: 1rem;
    font-weight: 700;
}

@media only screen and (max-width: 767px) {
    .navbar-nav .dropdown-header {
        color: yellow;
    }

    #learning-lang-span {
        display: inline;
    }
}

.navbar-light .navbar-nav .nav-link {
    border-radius: 98px;
    color: white;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: white;
}

@media screen and (max-width: 767px) {

    .navbar-light .navbar-nav .show .dropdown-menu>a:focus,
    .navbar-light .navbar-nav .show .dropdown-menu>a:hover {
        color: black;
    }

    .navbar-light .navbar-nav .show .dropdown-menu>a {
        color: white;
    }

    .navbar-nav {
        padding: inherit;
    }

    .nav-item {
        margin-left: 1rem;
    }
}

.navbar-light {
    background: linear-gradient(to right, #0062E6, #33AEFF);
    border-color: transparent;
    box-shadow: 0 .125rem .25rem 0 rgba(0, 0, 0, .15);
}

div.blurry-background .navbar-light,
body.blue-gradient-wallpaper .navbar-light {
    box-shadow: none;
}

.headerwrap .navbar-light {
    background: transparent;
}

.cursive-titles h1, .cursive-titles h2, .cursive-titles h3,
.cursive-titles h4, .cursive-titles h5, .cursive-titles h6 {
    font-family: "Pacifico", cursive;
    font-weight: 400;
    font-style: normal;
}

.full-vh {
    min-height: 100vh;
}

#main-features .card:hover {
    background-color: #eee;
}

#languages-card.faded-background {
    background: rgba(255,255,255,.2);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,.2);
    color: white;
}

#languages-card .flag-icon {
    width: 24px;
    height: 24px;
}

#languages-card .language-pill {
    display: inline-flex;
    align-items: center;
}

.dropdown-menu {
    background: white;
}

.dropdown-menu-left {
    left: 15px;
}

.breadcrumb,
.card,
.btn,
.btn-group,
.form-control {
    box-shadow: 0 .10rem .10rem 0 rgba(0, 0, 0, 0.1);
    font-size: 1rem;
}

.card-header img {
    width: 24px;
    height: 24px;
    vertical-align: bottom;
}

.btn-outline-secondary {
    border-color: #ced4da;
}

.btn-outline-secondary:focus {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-success {
    color: #fff;
    background-color: #208836;
    border-color: transparent;
}

.btn-success:hover {
    color: #fff;
    background-color: #1D7C30;
}

.btn-primary {
    color: #fff;
    background-color: #0070EB;
    border-color: transparent;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0062CC;
}

.btn-danger {
    color: #fff;
    background-color: #C42131;
    border-color: transparent;
}

.btn-danger:hover {
    color: #fff;
    background-color: #B01C2C;
}

.breadcrumb {
    padding: 10px 15px;
    background-color: rgba(0, 0, 0, .075);
    border: 1px solid burlywood;
    border-radius: .25rem;
}

.breadcrumb .active {
    font-weight: bold;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: ">";
}

.form-control:focus {
    border-color: #666;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 102, 102, 0.2);
}

.mtb {
    padding-bottom: 15px;
    padding-top: 15px;
}

.mb {
    margin-bottom: 60px;
}

.mt {
    margin-top: 60px;
}

.small.collapse a {
    color: var(--color-brand-primary);
}

kbd {
    box-shadow: .02rem .02rem .05rem 0 rgba(0,0,0,.4);
    vertical-align: middle;
}

/* FOOTER */

.footer {
    padding-bottom: 15px;
    padding-top: 15px;
    font-size: 0.9rem;
}

.footer span {
    color: inherit;
    font-size: 1.5rem;
    padding-right: initial;
    vertical-align: bottom;
}

.footer p {
    color: #bfc9d3;
}

.footer h4 {
    color: white;
}


.footer a:hover {
    color: var(--color-brand-primary);
}

.footer.text-white a:hover {
    color: white;
}

.list-inline {
    padding: 0;
}

.list-inline-item {
    padding-top: 5px;
}

/* GENERAL ADJUSTMENTS */

.navbar-light .navbar-nav>.show>a,
.navbar-light .navbar-nav>.show>a:focus,
.navbar-light .navbar-nav>.show>a:hover {
    color: white;
    background-color: inherit;
}

.bg-primary {
    background-color: var(--color-brand-primary) !important;
}

ul,
ol {
    padding: 0 25px;
}

/* HEADER */

@media screen and (min-width: 767px) {

    ul.nav {
        padding-right: 0;
    }
}

/* PAGINATION */

.pagination {
    margin-top: 1rem;
}

/* ACCORDION */

.accordion-button {
    padding: 10px;
}

/* ALERT BOXES */

.alert {
    box-shadow: 0 .10rem .10rem 0 rgba(0,0,0,.1);
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    line-height: 1.5;
}

.alert p:last-child {
    margin-bottom: 0;
}

.alert-success {
    background-color: #F4FDF0;
    border-color: #3C763D;
}

.alert-danger {
    background-color: #fdf7f7;
    border-color: #d9534f;
}

.alert-warning {
    background-color: #fcf8f2;
    border-color: #f0ad4e;
}

.alert-info {
    background-color: #f4f8fa;
    border-color: #5bc0de;
}

.alert ul {
    margin-bottom: 0;
}

.alert p {
    margin: 0;
}

.alert p:not(:last-of-type),
.alert ul:not(:last-child) {
    padding-bottom: 1rem;
}

.alert .alert-flag {
    margin: -1rem -1rem auto -1rem;
    padding: 0.5em 0;
}

.alert-dismissible .alert-flag {
    margin: -1rem -3rem auto -1rem;
}

.alert .alert-flag > i {
    margin: 1rem;
}

.alert .alert-msg {
    margin: 1rem auto auto auto;
}

.alert-success .alert-flag {
    background-color: #3C763D;
    color: #F4FDF0;
}

.alert-danger .alert-flag {
    background-color: #d9534f;
    color: #fdf7f7;
}

.alert-warning .alert-flag {
    background-color: #f0ad4e;
    color: #fcf8f2;
}

.alert-info .alert-flag {
    background-color: #5bc0de;
    color: #f4f8fa;
}

.alert-dismissible .btn-close {
    padding: 1rem;
}

/* TRANSITIONS */

.smooth-transition {
    transition: opacity 0.3s ease-in-out;
}

/* COOKIES */

#eucookielaw {
    align-items: center;
    background: #444;
    bottom: 0;
    box-shadow: 0 .10rem .10rem 0 rgba(0, 0, 0, .1);
    color: #fff;
    display: flex;
    font-weight: 600;
    justify-content: space-between;
    padding: .5rem 2rem;
    position: fixed;
    width: 100%;
    z-index: 10000;
}

#eucookielaw a {
    color: #ffd700;
    text-decoration: none;
    cursor: pointer;
}

#eucookielaw a:hover {
    text-decoration: underline;
}

/* LIST TEXTS & RSS PAGES */

@media only screen and (max-width: 767px) {
    .dropdown-add {
        margin-left: 0;
        margin-top: 0;
        display: flex;
        width: 100%;
    }

    .dropdown-add a {
        flex: 1;
    }

    .dropdown-add .btn {
        width: 100%;
    }

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

a[role="menuitem"] {
    cursor: pointer;
}

.form-flex-row {
    display: inline-flex;
    flex-direction: row;
    width: 100%;
}

/* RSS loading placeholder */

.rss-placeholder-glow {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

.rss-placeholder-text {
    user-select: none;
}

/* SHOW TEXT PAGE */

.source {
    text-decoration: underline;
    font-size: 0.9em;
}

.author {
    font-size: 0.9em;
    font-style: italic;
    margin: 0 0 10px 0;
}

.custom-tooltip {
    --bs-tooltip-bg: var(--bs-blue);
    --bs-tooltip-color: var(--bs-white);
}

.tooltip.show {
    opacity: 1;
}

.word {
    cursor: pointer;
}

.lightmode {
    color: var(--color-text-light);
}

.lightmode #text-container,
.lightmode #audioplayer-container {
    background-color: var(--color-bg-light);
}

.sepiamode {
    color: var(--color-text-sepia);
}

.sepiamode #text-container,
.sepiamode #audioplayer-container {
    background-color: var(--color-bg-sepia);
}

.darkmode {
    color: var(--color-text-dark);
}

.darkmode #text-container,
.darkmode #audioplayer-container {
    background-color: var(--color-bg-dark);
}

#readerpage {
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-image: var(--bg-image);
}

@media (max-width: 1024px) {
    #readerpage {
        background-attachment: scroll;
    }
}

#readerpage.lightmode { --bg-image: url("../img/backgrounds/container-light.webp"); }
#readerpage.sepiamode { --bg-image: url("../img/backgrounds/container-sepia.webp"); }
#readerpage.darkmode  { --bg-image: url("../img/backgrounds/container-dark.webp"); }

.word:hover,
.highlighted {
    color: var(--w-forgotten);
}

.reviewing {
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

.new {
    border-color: var(--w-new);
}

.learning {
    border-color: var(--w-learning);
}

.learned {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-color: var(--w-learned);
}

.forgotten {
    border-color: var(--w-forgotten);
}

.frequency-list {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-color: gray;
}

#audioplayer-container {
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    line-height: 1.5;
    position: sticky;
    top: -16px;
    z-index: 3;
}

#audioplayer-container ul li {
    font-size: 12px;
}

#ap-progress-bar-container {
    cursor: pointer;
    box-shadow:
        inset 2px 2px 4px rgba(255,255,255,0.8),
        inset -2px -2px 4px rgba(0,0,0,0.2);
}

#ap-abloop-btn {
    background-color: var(--bs-btn-bg);
    color: var(--bs-btn-color);
}

#alert-box-phase {
    white-space: normal;
}

#text-container {
    border-top: solid 1px #ccc;
    box-shadow: 0 0 4px #ccc;
    border-radius: 5px;
    flex: 1 1 auto;
    overflow: auto;
    scrollbar-gutter: stable both-edges;
}

#text {
    white-space: pre-line;
}

/* DICTATION */

.dict {
    -webkit-transition: border-color 0.5s;
    -moz-transition: border-color 0.5s;
    transition: border-color 0.5s;
    border-width: 0;
    border-bottom: 2px solid gray;
    color: inherit;
}

.dict-input-group {
    display: inline-table;
    width: auto;
}

.dict-answer {
    width: initial;
}

input {
    background-color: inherit;
}

/* MODAL DIALOGS */

.modal {
    font-size: 1rem;
    color: #384452;
    text-align: left;
    line-height: 1.5;
}

/* ACTION POPUP MENU */

#action-buttons {
    z-index: 1000;
    position: absolute;
}

#action-buttons .btn:disabled,
#action-buttons .btn.disabled {
    opacity: 1;
}

#action-buttons.is-loading .btn {
    filter: grayscale(1) brightness(0.85);
    cursor: not-allowed;
}

/* TABLE ADJUSTMENTS (USED TO LIST TEXTS/WORDS) */

.table {
    background-color: white;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}

.table td,
.table th {
    line-height: inherit;
    padding: 0.5rem;
    vertical-align: middle;
}

.table th {
    border-top: none;
}


.table td>label {
    margin-bottom: inherit;
}

.chkbox-selrow,
#chkbox-selall {
    vertical-align: middle;
}

.borderless td,
.borderless th {
    border: none;
}

/* SCROLLBARS */
.reader-scroll-area {
    scrollbar-width: thin;
    scrollbar-color: #888 transparent;
}

/* FORM STYLES */

@media screen and (min-width: 992px) {
    .btn-upload {
        margin-top: 24px;
    }
}

.btn-upload {
    width: 100%;
}

.btn-link {
    box-shadow: none;
    color: inherit;
    text-decoration: none;
}

.btn-link:hover,
.btn-link:active,
.btn-link.focus {
    text-decoration: none;
    color: inherit;
}

.table .form-check-input {
    margin-top: 0;
}

/* ADD TEXT */

.add-form input:not([type='checkbox']),
.add-form textarea {
    border-left: 3px solid;
    border-radius: 5px;
    transition: border-color 0.5s ease-out;
}

.add-form input:optional {
    border-left-color: #999999;
}

.add-form input:required,
.add-form textarea:required {
    border-left-color: #5cb85c;
}

.add-form input:invalid,
.add-form textarea:invalid {
    border-left-color: #d9534f;
}

#upload-text {
    margin-top: 10px;
}

#form-addtext #text {
    height: 257px;
}

#upload-txtfile-label {
    float: left;
    margin-top: 11px;
    margin-right: 10px;
}

/* SHARED TEXTS */

.bi-heart {
    vertical-align: bottom;
    cursor: pointer;
}

.bi-heart-fill {
    color: red;
    vertical-align: bottom;
    cursor: pointer;
}

/* ADD VIDEO */

#add-video-wrapper {
    border: 1px solid red;
}

/* SHOW VIDEO */

.video-player {
    aspect-ratio: 16 / 9;
    height:auto;
    max-height: calc(100vh - 38px - 8rem);
    width:100%;
}

#yt-logo {
    color: red;
    font-size: 48px;
}

.video-reading-line {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 2px;
}

.darkmode .video-reading-line {
    background-color: slateblue;
    color: #ffffff;
}

/* VIDEO */

#videoplayer {
    border-radius: 5px;
    box-shadow: 0 0 4px #ccc;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    width: 100%;
}

/* SET DEFAULT LANGUAGE */

#help-dictionary>ul,
#help-learning-mode>ol {
    margin-left: 24px;
}

/* SELECT LANGUAGE (LANDING PAGE) */

span.flag-icon {
    padding: 10px;
    margin: 10px;
    text-align: center;
}

img.flag-icon {
    width: 32px;
}

div.blurry-background {
    background: radial-gradient(circle, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%), url("../img/backgrounds/welcome-page-background.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    text-shadow: 1px 1px #333;
    color: white;
    min-height: 100vh;
}

.blurry-background a:hover,
.blurry-background a:focus {
    color: inherit;
}

.blurry-background .dropdown-item {
    text-shadow: none;
}

/* CREATE ACCOUNT */

.light-gradient-wallpaper {
    background: linear-gradient(to bottom, #fdfdfd, #f8f8f8);
    background-repeat: no-repeat;
    margin: 0;
    width: 100%;
}

.blue-gradient-wallpaper {
    background: linear-gradient(to right, #0062E6, #33AEFF);
}

/* ABOUT US */

.vertical-align-center {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

/* REGISTER */

#learning-flag {
    width: 64px;
    height: 64px;
}

/* LOGIN */

.google-btn-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
}

.or-divider {
    position: relative;
    margin: 2.5rem 0;
    border: none;
    height: 1px;
    background-color: #A7B0B7;
    opacity: 1;
    overflow: visible;
}

.or-divider::after {
    content: attr(data-text);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 10px;
    background: #fff;
    color: #666E7E;
    font-size: 0.9rem;
    line-height: 1;
    white-space: nowrap;
}

.pacifico {
    font-family: "Pacifico", cursive;
    font-weight: 400;
    font-style: normal;
}


/* STATS */

#heatmap {
  width: 100%;
  display: flex;
  justify-content: center;
}

.word-description {
    color: white;
    margin-right: 5px;
    padding: 0 5px;
}

.word-description.new {
    background-color: var(--w-new);
}

.word-description.reviewed {
    background-color: var(--w-learning);
}

.word-description.learned {
    background-color: var(--w-learned);
}

.word-description.forgotten {
    background-color: var(--w-forgotten);
}

.gamification-img {
    max-width: 128px;
    max-height: 128px;
}

.gamification-badge {
    background: rgba(255,255,255,.75);
    border-radius: 50%;
    border: 1px solid goldenrod;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 0 15px rgba(255, 223, 186, 0.4);
    padding: 20px;
    transition: box-shadow 0.3s ease-in-out;
}

/* ACHIEVEMENTS */

.achievements-card {
    background: linear-gradient(45deg, #F9E79F, #F5CBA7, #D7BDE2);
}

#modal-achievements .modal-header,
#modal-achievements .modal-footer {
	border: none;
}

.achievement-icon {
    -webkit-filter: drop-shadow(8px 8px 7px rgba(0,0,0,0.5));
    filter: drop-shadow(8px 8px 7px rgba(0,0,0,0.5));
}

/* POPULAR SOURCES */

#list-group-popular-sources .list-group-item {
    word-wrap: anywhere;
    padding: 10px;
}

/* OTHER PAGES */

.simple-text {
    border: 1px solid #eeeff0;
    background-color: #fff;
    padding: 2rem;
    margin: 0;
    border-radius: .25rem;
}

.simple-text ul {
    margin-left: 30px;
}

.simple-text h1,
.simple-text h2,
.simple-text h3,
.simple-text h4,
.simple-text h5,
.simple-text h6 {
    color: var(--color-brand-primary);
}

.simple-text a:not(.btn) {
    color: var(--color-brand-primary);
    text-decoration: underline;
}

.simple-text a:not(.btn):hover,
p>a:hover,
small>a:not(.btn):hover {
    text-decoration: none;
}

/* HOW IT WORKS */

.hiw h1 {
    padding-bottom: 25px;
}

.hiw .video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.hiw .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* AUDIO LOADER */

.audio-loading {
    position: relative;
    min-width: 64px;
    min-height: 70px;
}

.audio-loading div {
    display: inline-block;
    position: absolute;
    left: 6px;
    width: 13px;
    background: var(--color-brand-primary);
    animation: audio-loading 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.audio-loading div:nth-child(1) {
    left: 6px;
    animation-delay: -0.24s;
}

.audio-loading div:nth-child(2) {
    left: 26px;
    animation-delay: -0.12s;
}

.audio-loading div:nth-child(3) {
    left: 45px;
    animation-delay: 0;
}

@keyframes audio-loading {
    0% {
        top: 6px;
        height: 51px;
    }

    50%,
    100% {
        top: 19px;
        height: 26px;
    }
}

/* WORDS */

.status-learned {
    color: var(--w-learned);
}

.status-learning {
    color: var(--w-learning);
}

.status-new {
    color: var(--w-new);
}

.status-forgotten {
    color: var(--w-forgotten);
}

/* STUDY */

.card-examples blockquote:not(:last-child) {
    border-bottom: solid 1px lightgrey;
    padding-bottom: .5rem;
}

.card-examples cite {
	font-size: small;
}

/* IMPORT WORDS */

.words-upload-wrap {
    border: 3px dashed #0062CC;
    position: relative;
    padding: 1rem;
    cursor: pointer;
}

.words-dropping,
.words-upload-wrap:hover {
    background-color: #0062CC;
    border: 3px dashed #fff;
    color: white;
    padding: 1rem;
}

/* USER PROFILE */

.disabled-card {
    pointer-events: none;
    opacity: 0.5;
}

/* DINAMIC VIEWPORT */

.dvw-100 {
  width: 100dvw !important;
}

.dvh-100 {
  height: 100dvh !important;
}

/* HALL OF FAME */
.trophy-icon {
    font-size: 1.5rem;
}

.trophy-gold {
    color: #FFD700;
}

.trophy-silver {
    color: #C0C0C0;
}

.trophy-bronze {
    color: #CD7F32;
}

.rank-badge {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.1rem;
}

.rank-1 {
    background: linear-gradient(135deg, #FFD700, #FFA500);
    color: #fff;
}

.rank-2 {
    background: linear-gradient(135deg, #C0C0C0, #A8A8A8);
    color: #fff;
}

.rank-3 {
    background: linear-gradient(135deg, #CD7F32, #B8860B);
    color: #fff;
}

.stat-icon {
    /* font-size: 1.3rem; */
    margin-right: 8px;
}
