/* File: public/css/homepage.css | Generated: 2025-12-31 15:36:40 UTC */

.hp {
    padding: 18px 0;
    color: rgba(255, 255, 255, 0.92);
}

.hp a {
    color: inherit;
}

.hp__divider {
    height: 14px;
    margin: 18px 0;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 10px;
}

.hp__card {
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 12px;
    padding: 14px;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(6px);
}

.hpHero {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    padding: 18px;
    text-align: center;
    background: rgba(255, 255, 255, 0.05);
    margin-bottom: 10px;
}

.hpHero__title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 6px;
    color: rgba(255, 255, 255, 0.95);
}

.hpHero__meta {
    opacity: 0.78;
    margin-top: 2px;
}

.hp__topGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
}

.hp__topGrid--two {
    grid-template-columns: 1fr 1fr;
}

.hpBox__title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.92);
}

.hpBox__subtitle {
    font-size: 13px;
    font-weight: 700;
    opacity: 0.82;
    margin-bottom: 8px;
}

.hpList {
    margin: 0;
    padding-left: 18px;
}

.hpList li {
    margin: 4px 0;
    opacity: 0.9;
}

.hpTrack__map {
    border: 1px dashed rgba(255, 255, 255, 0.22);
    border-radius: 10px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.75;
    margin-bottom: 12px;
    background: rgba(0, 0, 0, 0.12);
}

.hpKV {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.hpKV:first-child {
    border-top: none;
}

.hpKV__k {
    opacity: 0.75;
}

.hpKV__v {
    font-weight: 600;
    color: rgba(255, 255, 255, 0.92);
}

.hpWeatherList {
    display: grid;
    gap: 8px;
}

.hpWeatherCard {
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 10px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.16);
}

.hpWeatherCard__row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hpWeatherCard__icon {
    width: 34px;
    text-align: center;
    font-size: 18px;
}

.hpWeatherCard__text {
    flex: 1;
    opacity: 0.88;
}

.hpWeatherCard__temp {
    font-weight: 700;
    color: rgba(255, 255, 255, 0.95);
}

.hpPoll__row {
    display: grid;
    grid-template-columns: 30px 1fr 60px;
    gap: 10px;
    align-items: center;
    padding: 8px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.hpPoll__row:first-child {
    border-top: none;
}

.hpPoll__pos {
    opacity: 0.7;
}

.hpPoll__pct {
    text-align: right;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.95);
}

.hpPoll__hint {
    opacity: 0.7;
    font-size: 12px;
}

.hpTyreStrategy__row {
    display: grid;
    grid-template-columns: 1fr 30px 1fr 30px 1fr;
    gap: 8px;
    align-items: center;
    padding: 8px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.hpTyreStrategy__row:first-child {
    border-top: none;
}

.hpTyreStrategy__compound,
.hpTyreStrategy__stint {
    font-weight: 600;
    color: rgba(255, 255, 255, 0.92);
}

.hpTyreStrategy__arrow {
    text-align: center;
    opacity: 0.7;
}

.hpNewsGrid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}

.hpNewsItem {
    display: block;
    text-decoration: none;
    color: inherit;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 10px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.12);
}

.hpNewsItem__img {
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    opacity: 0.75;
    background: rgba(255, 255, 255, 0.03);
}

.hpNewsItem__title {
    padding: 8px;
    font-size: 12px;
    line-height: 1.35;
    opacity: 0.9;
}

.hpPromo {
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 18px;
    background: rgba(255, 255, 255, 0.07);
}

.hpPromo__title {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 0.95);
}

.hpPromo__sub {
    opacity: 0.82;
    margin-bottom: 12px;
}

.hpPromo__ctaRow {
    display: flex;
    gap: 10px;
}

.hpBtn {
    display: inline-block;
    padding: 10px 12px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(0, 0, 0, 0.18);
    text-decoration: none;
    color: rgba(255, 255, 255, 0.92);
    font-weight: 700;
}

.hpBtn--ghost {
    background: transparent;
}

.hpLastYear__header {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    padding: 14px;
    text-align: center;
    background: rgba(255, 255, 255, 0.06);
    font-weight: 800;
    margin-bottom: 12px;
}

.hpLastYear__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.lastYearVideo__media {
    display: grid;
    gap: 8px;
}

.lastYearVideo__thumb {
    border: 1px dashed rgba(255, 255, 255, 0.22);
    border-radius: 10px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.75;
    background: rgba(0, 0, 0, 0.12);
}

.lastYearVideo__caption {
    margin-top: 8px;
    opacity: 0.85;
    font-size: 13px;
}

.hpMedia__img {
    border: 1px dashed rgba(255, 255, 255, 0.22);
    border-radius: 10px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.75;
    background: rgba(0, 0, 0, 0.12);
}

.hpMedia__caption {
    margin-top: 8px;
    opacity: 0.85;
    font-size: 13px;
}

.hpTable {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    overflow: hidden;
}

.hpTable__row {
    display: grid;
    grid-template-columns: 44px 1fr 1fr 70px;
    gap: 10px;
    padding: 8px 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(0, 0, 0, 0.10);
}

.hpTable__row:first-child {
    border-top: none;
}

.hpTable__row--head {
    background: rgba(255, 255, 255, 0.06);
    font-weight: 800;
}

.hpTrackProfile {
    display: grid;
    gap: 10px;
}

.hpTrackProfile__row {
    display: grid;
    grid-template-columns: 1.2fr 1fr 56px;
    gap: 10px;
    align-items: center;
}

.hpTrackProfile__label {
    opacity: 0.9;
    font-size: 13px;
}

.hpTrackProfile__bar {
    height: 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.10);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.hpTrackProfile__fill {
    height: 100%;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.40);
}

.hpTrackProfile__score {
    text-align: left;
    font-weight: 700;
    opacity: 0.95;
}

/* Tyres & Pirelli technical box redesign */
.hpTyresInfo {
    display: grid;
    gap: 12px;
}

.hpTyresInfo__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.hpTyresInfo__card {
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 12px;
    padding: 12px;
    background: rgba(0, 0, 0, 0.14);
}

.hpTyresInfo__head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
}

.hpTyresInfo__dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.30);
}

.hpTyresInfo__dot--hard {
    background: rgba(255, 255, 255, 0.35);
}

.hpTyresInfo__dot--medium {
    background: rgba(255, 255, 255, 0.55);
}

.hpTyresInfo__dot--soft {
    background: rgba(255, 255, 255, 0.80);
}

.hpTyresInfo__name {
    font-weight: 800;
    color: rgba(255, 255, 255, 0.95);
}

.hpTyresInfo__desc {
    opacity: 0.88;
    font-size: 13px;
    line-height: 1.5;
}

.hpTyresInfo__divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.10);
    border-radius: 999px;
}

.hpTyresInfo__kv {
    display: grid;
    gap: 10px;
}

.hpTyresInfo__kvRow {
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 12px;
    padding: 12px;
    background: rgba(0, 0, 0, 0.12);
}

.hpTyresInfo__k {
    font-size: 12px;
    opacity: 0.78;
    margin-bottom: 6px;
}

.hpTyresInfo__v {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.95);
}

.hpTyresInfo__sep {
    opacity: 0.55;
    font-weight: 700;
}

.hpTyresInfo__hint {
    opacity: 0.65;
    font-size: 12px;
}

/* Session schedule calendar action */
.hpBox--withAction {
    position: relative;
}

.hpBox--withAction .hpBox__title {
    padding-left: 44px;
}

.hpBox__action {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.85);
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.14);
    transition: all 0.15s ease;
    text-decoration: none;
}

.hpBox__action:hover {
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 1);
}

/* Weather redesign */
.hpWeatherNow {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    padding: 12px;
    background: rgba(0, 0, 0, 0.14);
}

.hpWeatherNow__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

.hpWeatherNow__badge {
    font-size: 12px;
    font-weight: 800;
    opacity: 0.9;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.06);
}

.hpWeatherNow__time {
    font-size: 12px;
    opacity: 0.75;
}

.hpWeatherNow__body {
    display: grid;
    grid-template-columns: 44px 1fr 60px;
    gap: 10px;
    align-items: center;
}

.hpWeatherNow__icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.10);
    font-size: 22px;
}

.hpWeatherNow__status {
    font-weight: 800;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 2px;
}

.hpWeatherNow__meta {
    font-size: 12px;
    opacity: 0.78;
}

.hpWeatherNow__temp {
    text-align: left;
    font-weight: 900;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.95);
}

.hpWeatherDays {
    display: grid;
    gap: 10px;
}

.hpWeatherDay {
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 12px;
    padding: 10px 12px;
    background: rgba(0, 0, 0, 0.12);
}

.hpWeatherDay__day {
    font-size: 12px;
    font-weight: 800;
    opacity: 0.8;
    margin-bottom: 8px;
}

.hpWeatherDay__row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hpWeatherDay__icon {
    width: 34px;
    text-align: center;
    font-size: 18px;
}

.hpWeatherDay__text {
    flex: 1;
    opacity: 0.88;
}

.hpWeatherDay__temp {
    font-weight: 900;
    color: rgba(255, 255, 255, 0.95);
}



/* === Promo Prediction + Winners split layout === */

.hpPromo__inner {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 18px;
    align-items: stretch;
}

.hpPromo__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hpPromoWinners {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    padding: 14px;
    background: rgba(0, 0, 0, 0.18);
}

.hpPromoWinners__title {
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.95);
}

.hpPromoWinners__list {
    display: grid;
    gap: 8px;
}

.hpPromoWinners__row {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 10px;
    align-items: center;
    padding: 8px 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.10);
}

.hpPromoWinners__prize {
    font-weight: 800;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.95);
}

.hpPromoWinners__name {
    font-size: 13px;
    opacity: 0.9;
}

.hpPromoWinners__phone {
    font-size: 12px;
    opacity: 0.65;
    direction: ltr;
    text-align: left;
}

/* subtle emphasis for first place */
.hpPromoWinners__row:first-child {
    background: rgba(255, 215, 0, 0.08);
    border-color: rgba(255, 215, 0, 0.35);
}




/* File: public/css/homepage.css | Generated: 2025-12-31 15:36:40 UTC */
