@import url(/static/css/colour.css);

.psc_carousel_div {
    width: 100%;
}

.psc_carousel {
    width: 100%;
    height: calc(100vh - var(--nav-h, 0px));
}

.psc_carousel .carousel-inner,
.psc_carousel .carousel-item {
    height: 100%;
}

.psc_carousel_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.psc_home_wrap {
    color: var(--text-color);
}

.psc_kicker {
    font-weight: 600;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    opacity: 0.75;
    font-size: 0.85rem;
}

.psc_title {
    font-weight: 800;
    letter-spacing: 0.2px;
}

.psc_lead {
    font-size: 1.05rem;
    opacity: 0.92;
    line-height: 1.7;
}

.psc_card {
    background: #ffffff;
    border-radius: 12px;
    padding: 1rem 1.1rem;
    box-shadow: 0 6px 18px var(--shadow-light);
    border: 1px solid #0000000f;
}

.psc_side_panel {
    background: #ffffff;
    border-radius: 14px;
    padding: 1.4rem;
    box-shadow: 0 10px 26px var(--shadow-medium);
    border: 1px solid #00000012;
}

.psc_btn_outline {
    border-width: 2px;
}

.psc_side_note {
    font-size: 0.9rem;
    opacity: 0.75;
}

.psc_h2 {
    font-weight: 750;
}

.psc_h3 {
    font-weight: 700;
}

.psc_p {
    font-size: 1rem;
    line-height: 1.7;
    opacity: 0.95;
}

.psc_block {
    background: #ffffff;
    border: 1px solid #00000012;
    border-radius: 14px;
    padding: 1.25rem 1.25rem;
    box-shadow: 0 8px 20px var(--shadow-light);
}

.psc_stats_strip {
    background: #ffffff;
    border: 1px solid #00000012;
    border-radius: 14px;
    padding: 1rem;
    box-shadow: 0 8px 20px var(--shadow-light);
}

.psc_stat_card {
    border: 1px solid #00000010;
    border-radius: 12px;
    padding: 0.95rem 1rem;
    background: #ffffff;
}

.psc_stat_title {
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.psc_stat_text {
    opacity: 0.78;
    line-height: 1.55;
}

.psc_quote_band {
    background: linear-gradient(180deg, #f8f9fb, #ffffff);
}

.psc_quote {
    font-size: 1.25rem;
    font-weight: 550;
    line-height: 1.65;
}

.psc_quote_author {
    opacity: 0.7;
}

.psc_mission_panel {
    background: #ffffff;
    border: 1px solid #00000012;
    border-radius: 14px;
    padding: 1.25rem 1.25rem;
    box-shadow: 0 8px 20px var(--shadow-light);
}

.psc_mini_tag {
    display: inline-block;
    font-weight: 700;
    font-size: 0.82rem;
    letter-spacing: 0.3px;
    opacity: 0.75;
    text-transform: uppercase;
}

.psc_image_panel {
    background: #ffffff;
    border: 1px solid #00000012;
    border-radius: 14px;
    padding: 1rem;
    box-shadow: 0 10px 26px var(--shadow-light);
}

.psc_panel_img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 12px;
}

.psc_panel_hint {
    font-size: 0.9rem;
    opacity: 0.7;
}

.psc_center_heading {
    text-align: center;
}

.psc_sub {
    opacity: 0.75;
}

.psc_circle_card {
    padding: 0.5rem;
}

.psc_circle_wrap {
    width: 110px;
    height: 110px;
    margin: 0 auto;
    border-radius: 999px;
    overflow: hidden;
    border: 3px solid #00000012;
    box-shadow: 0 8px 18px var(--shadow-light);
    background: #ffffff;
}

.psc_circle_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.psc_circle_name {
    font-weight: 650;
    opacity: 0.9;
}

.psc_ranker_clean {
    background: #ffffff;
    border: 1px solid #00000012;
    border-radius: 14px;
    padding: 0.9rem 0.75rem;
    box-shadow: 0 8px 18px var(--shadow-light);
    height: 100%;
}

.psc_ranker_img_wrap {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    border-radius: 999px;
    overflow: hidden;
    border: 3px solid #00000012;
    background: #ffffff;
}

.psc_ranker_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.psc_ranker_name {
    font-weight: 700;
}

.psc_ranker_rank {
    opacity: 0.75;
    font-size: 0.92rem;
}

.psc_ranker_note {
    opacity: 0.75;
}

.psc_final_cta {
    background: #ffffff;
    border-radius: 16px;
    padding: 2.5rem 1.5rem;
    box-shadow: 0 12px 30px var(--shadow-medium);
    border: 1px solid #00000012;
}

.psc_updates_panel {
    background: #ffffff;
    border: 1px solid #00000012;
    border-radius: 14px;
    padding: 1.1rem 1.1rem;
    box-shadow: 0 10px 26px var(--shadow-light);
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.psc_updates_head {
    padding-bottom: 8px;
    border-bottom: 1px solid #00000010;
}

.psc_updates_title {
    font-weight: 800;
    letter-spacing: 0.2px;
}

.psc_updates_hint {
    opacity: 0.75;
    font-size: 0.92rem;
    margin-top: 2px;
}

.psc_updates_list {
    display: grid;
    gap: 10px;
}

.psc_update_item {
    border: 1px solid #00000010;
    border-radius: 12px;
    padding: 10px 12px;
    background: #ffffff;
}

.psc_update_tag {
    display: inline-block;
    font-weight: 750;
    font-size: 0.82rem;
    opacity: 0.8;
    margin-bottom: 4px;
}

.psc_update_text {
    opacity: 0.86;
    line-height: 1.55;
}

.psc_updates_footer {
    margin-top: auto;
    padding-top: 6px;
}

.psc_ticker {
    border: 1px solid #00000010;
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
    height: 525px;
    position: relative;
}

.psc_ticker_inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 12px 12px;
    animation: pscTickerUp 18s linear infinite;
}

.psc_ticker:hover .psc_ticker_inner {
    animation-play-state: paused;
}

@keyframes pscTickerUp {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-50%);
    }
}

.psc_notice_item {
    display: grid;
    grid-template-columns: 105px 1fr;
    gap: 10px;
    align-items: start;
    text-decoration: none;
    border: 1px solid #00000010;
    border-radius: 12px;
    padding: 10px 12px;
    background: #ffffff;
    color: inherit;
}

.psc_notice_item:hover {
    border-color: #0000001a;
    box-shadow: 0 10px 22px var(--shadow-light);
}

.psc_notice_date {
    font-weight: 800;
    font-size: 0.86rem;
    opacity: 0.9;
}

.psc_notice_text {
    opacity: 0.86;
    line-height: 1.45;
}

.gallery-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #00000012;
    box-shadow: 0 8px 18px var(--shadow-light);
}

.gallery-ratio {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.gallery-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#psc_gallery_div {
    position: relative;
    z-index: 2;
}

#psc_gallery_grid .col {
    position: relative;
    z-index: 0;
}

#psc_gallery_grid .gallery-card {
    overflow: visible;
}

#psc_gallery_grid .gallery-ratio {
    overflow: visible;
}

#psc_gallery_grid .gallery-img {
    transform: scale(1);
    filter: blur(0);
    transform-origin: center center;
    transition: transform 320ms ease-in-out, filter 180ms ease-in-out;
    will-change: transform, filter;
}

#psc_gallery_grid .col:hover {
    z-index: 999;
}

#psc_gallery_grid:hover .gallery-img {
    filter: blur(1.5px);
}

#psc_gallery_grid .col:hover .gallery-img {
    filter: blur(0);
    transform: scale(1.1);
}

@media (max-width: 687px) {
    .psc_panel_img {
        height: 240px;
    }

    .gallery-ratio {
        aspect-ratio: 1 / 1;
    }

    .psc_circle_wrap {
        width: 96px;
        height: 96px;
    }

    .psc_ticker {
        height: 260px;
    }

    .psc_notice_item {
        grid-template-columns: 96px 1fr;
    }
}
