/* Ice Blue navbar styling */
.navbar .nav-link {
    color: #b0d4f1 !important;
    transition: color 0.2s ease;
}

.navbar .nav-link:hover {
    color: #4fc3f7 !important;
}

.navbar .nav-link.active {
    color: #4fc3f7 !important;
    border-bottom: 2px solid #4fc3f7;
}

.navbar .navbar-brand {
    color: #ffffff !important;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.team-link {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.team-link:hover {
    text-decoration: underline;
    color: #1a6fa8;
}

.game-log-row {
    cursor: pointer;
    transition: background-color 0.15s ease;
}

.game-log-row:hover {
    background-color: rgba(13, 110, 253, 0.1) !important;
}

.stint-row {
    cursor: pointer;
    transition: background-color 0.15s ease;
}

.stint-row:hover {
    background-color: rgba(13, 110, 253, 0.1) !important;
}

.stint-row.selected {
    background-color: rgba(13, 110, 253, 0.2) !important;
}

.stints-scroll-container {
    overflow-y: auto;
}

/* Always show scrollbar */
.stints-scroll-container::-webkit-scrollbar {
    width: 8px;
}

.stints-scroll-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.stints-scroll-container::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 4px;
}

.stints-scroll-container::-webkit-scrollbar-thumb:hover {
    background: #888;
}

/* Play slider: show mark labels below the track without clipping */
#game-report-frame-slider .rc-slider {
    margin-bottom: 50px;
}

#game-report-frame-slider .rc-slider-mark-text {
    overflow: visible !important;
    white-space: nowrap !important;
    text-overflow: clip !important;
    max-width: none !important;
    width: auto !important;
}


/* ========================================================
   ABOUT PAGE
   ======================================================== */

.about-container {
    max-width: 900px;
    margin: 0 auto;
    padding-bottom: 60px;
}

.about-hero {
    text-align: center;
    padding: 48px 24px 36px;
    margin-bottom: 32px;
    background: linear-gradient(135deg, #0d2137 0%, #163a5c 100%);
    border-radius: 12px;
    color: #ffffff;
}

.about-hero-title {
    font-size: 2.4rem;
    font-weight: 800;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}

.about-hero-subtitle {
    font-size: 1.2rem;
    color: #4fc3f7;
    font-weight: 500;
    margin-bottom: 20px;
}

.about-hero-divider {
    width: 60px;
    margin: 0 auto 20px;
    border-color: #4fc3f7;
    opacity: 0.6;
}

.about-hero-intro {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #c8ddf0;
    max-width: 700px;
    margin: 0 auto;
}

.about-card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(13, 33, 55, 0.08);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.about-card:hover {
    box-shadow: 0 4px 20px rgba(13, 33, 55, 0.14);
    transform: translateY(-2px);
}

.about-section-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #0d2137;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 2px solid #4fc3f7;
    display: inline-block;
}

.about-section-body {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #333;
}

.about-section-body a {
    color: #1a6fa8;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;
}

.about-section-body a:hover {
    color: #0d2137;
    border-bottom-color: #4fc3f7;
}

.about-contact-list {
    font-size: 1.05rem;
    line-height: 2;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.about-contact-link {
    color: #1a6fa8;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.about-contact-link:hover {
    color: #4fc3f7;
}


/* ========================================================
   BLOG POSTS LISTING
   ======================================================== */

.blog-list-container {
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 60px;
}

.blog-list-header {
    text-align: center;
    margin-bottom: 36px;
}

.blog-list-title {
    font-size: 2rem;
    font-weight: 800;
    color: #0d2137;
    margin-bottom: 6px;
}

.blog-list-subtitle {
    font-size: 1.05rem;
    color: #6c757d;
}

.blog-card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(13, 33, 55, 0.08);
    margin-bottom: 20px;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.blog-card:hover {
    box-shadow: 0 4px 20px rgba(13, 33, 55, 0.14);
    transform: translateY(-2px);
}

.blog-card-date {
    font-size: 0.85rem;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}

.blog-card-title {
    margin-bottom: 10px;
}

.blog-card-title-link {
    font-size: 1.35rem;
    font-weight: 700;
    text-decoration: none;
    color: #0d2137;
    transition: color 0.2s ease;
}

.blog-card-title-link:hover {
    color: #4fc3f7;
}

.blog-card-excerpt {
    font-size: 1rem;
    line-height: 1.65;
    color: #555;
    margin-bottom: 12px;
}

.blog-card-read-more {
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    color: #1a6fa8;
    transition: color 0.2s ease;
}

.blog-card-read-more:hover {
    color: #4fc3f7;
}


/* ========================================================
   BLOG POST DETAIL
   ======================================================== */

.blog-detail-container {
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 60px;
}

.blog-detail-back {
    display: inline-block;
    text-decoration: none;
    font-size: 0.9rem;
    color: #6c757d;
    margin-bottom: 20px;
    transition: color 0.2s ease;
}

.blog-detail-back:hover {
    color: #4fc3f7;
}

.blog-detail-header {
    background: linear-gradient(135deg, #0d2137 0%, #163a5c 100%);
    border-radius: 10px;
    padding: 36px 32px;
    margin-bottom: 32px;
    color: #ffffff;
}

.blog-detail-title {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 8px;
    line-height: 1.3;
}

.blog-detail-date {
    font-size: 0.9rem;
    color: #b0d4f1;
}

.blog-detail-content {
    padding: 0 8px;
}

/* Shared blog body styles */
.blog-post-body {
    font-size: 1.1rem;
    line-height: 1.75;
}

.blog-post-body p {
    margin-bottom: 1.2em;
}

.blog-post-body a {
    color: #1a6fa8;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;
}

.blog-post-body a:hover {
    color: #0d2137;
    border-bottom-color: #4fc3f7;
}

.blog-post-body img {
    max-width: 600px;
    width: 100%;
    height: auto;
    display: block;
    margin: 24px auto;
    border-radius: 8px;
    box-shadow: 0 2px 16px rgba(13, 33, 55, 0.12);
}

.blog-post-body blockquote {
    border-left: 4px solid #4fc3f7;
    padding: 12px 20px;
    margin: 20px 0;
    background: #f0f7fc;
    border-radius: 0 6px 6px 0;
    color: #333;
}

.blog-post-body pre {
    background: #0d2137;
    color: #b0d4f1;
    border-radius: 8px;
    padding: 16px 20px;
    margin: 20px 0;
    overflow-x: auto;
    font-size: 0.95rem;
    line-height: 1.6;
    border-left: 4px solid #4fc3f7;
}

.blog-post-body code {
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
}

.blog-post-body p code {
    background: #e8f0f7;
    color: #0d2137;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 0.9em;
}

.blog-post-body h2,
.blog-post-body h3 {
    color: #0d2137;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
}


/* ========================================================
   FOOTER
   ======================================================== */

.site-footer {
    background-color: #0d2137;
    color: #b0d4f1;
    padding: 20px 0;
    margin-top: 40px;
    font-size: 0.9rem;
}

.footer-name {
    font-weight: 600;
    color: #ffffff;
}

.footer-sep {
    color: #4a6a85;
    margin: 0 4px;
}

.footer-link {
    color: #b0d4f1;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-link:hover {
    color: #4fc3f7;
}


/* ========================================================
   NAVBAR - MUTED LINK (Coming Soon)
   ======================================================== */

.navbar .nav-link-muted {
    color: #6a8da8 !important;
    font-style: italic;
}

.navbar .nav-link-muted:hover {
    color: #8bb0cc !important;
}

.navbar .nav-link-muted.active {
    color: #8bb0cc !important;
    border-bottom-color: #6a8da8;
}


/* ========================================================
   BREADCRUMB NAVIGATION
   ======================================================== */

.breadcrumb-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 0.9rem;
    padding: 8px 0;
}

.breadcrumb-link {
    color: #1a6fa8;
    text-decoration: none;
    transition: color 0.2s ease;
}

.breadcrumb-link:hover {
    color: #4fc3f7;
}

.breadcrumb-sep {
    color: #999;
    margin: 0 2px;
}

.breadcrumb-current {
    color: #666;
    font-weight: 600;
}
