/* Shared public-site theme styles */

h2 {
    font-size: 1.5rem !important;
    line-height: 2rem;
    color: #0f3d67 !important;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin: 0 !important;
    font-weight: 700 !important;
}

.game-action-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 9999px;
    border: 1px solid rgb(226 232 240);
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    font-weight: 700;
    color: rgb(71 85 105);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
    transition: 180ms ease;
}

.game-action-btn:hover {
    transform: translateY(-1px);
    border-color: rgb(56 189 248 / 0.45);
    color: rgb(8 47 73);
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    padding: 0.875rem 1rem;
    border: 1px solid rgb(191 219 254);
    border-radius: 0.875rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(239, 246, 255, 0.96) 100%);
    box-shadow: 0 10px 30px rgba(8, 47, 73, 0.08);
    font-size: 0.95rem;
    color: rgb(15 61 103);
}

.breadcrumb a {
    color: rgb(3 105 161);
    font-weight: 700;
    text-decoration: none;
    transition: color 180ms ease;
}

.breadcrumb a:hover {
    color: rgb(30 64 175);
}

.breadcrumb-separator {
    color: rgb(14 165 233);
    opacity: 0.8;
}

.breadcrumb-current {
    color: rgb(15 61 103);
    font-weight: 700;
}

body {
    background:
        radial-gradient(circle at top, rgba(56, 189, 248, 0.18), transparent 28%),
        linear-gradient(180deg, #f7fbff 0%, #eaf3fb 52%, #dbe8f6 100%);
    color: #0f172a;
}

#progress-bar {
    background: linear-gradient(90deg, #0ea5e9 0%, #38bdf8 50%, #22c55e 100%);
}

#mobileSearchContainer,
.mobile-nav {
    background: linear-gradient(135deg, rgba(2, 6, 23, 0.98) 0%, rgba(8, 47, 73, 0.96) 56%, rgba(30, 64, 175, 0.94) 100%);
}

#searchInput,
#mobileSearchInput {
    border-color: rgba(125, 211, 252, 0.45) !important;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.18);
}

#searchInput:focus,
#mobileSearchInput:focus {
    border-color: rgba(56, 189, 248, 0.9) !important;
    box-shadow: 0 0 0 2px rgba(56, 189, 248, 0.18), 0 16px 40px rgba(15, 23, 42, 0.18);
}

#searchResults,
#mobileSearchResults {
    border-color: rgba(148, 163, 184, 0.35) !important;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.18);
}

#play-game-now,
#info-tabs {
    background: transparent !important;
}

.page-panel {
    border: 1px solid rgba(148, 163, 184, 0.25);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(239, 246, 255, 0.92));
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.game-tile {
    border: 1px solid rgba(148, 163, 184, 0.28) !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 246, 255, 0.96)) !important;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.12) !important;
}

.game-tile:hover {
    box-shadow: 0 22px 50px rgba(8, 47, 73, 0.18) !important;
}

.theme-cta {
    background: linear-gradient(135deg, #0f766e 0%, #0284c7 50%, #1d4ed8 100%) !important;
    box-shadow: 0 16px 34px rgba(8, 47, 73, 0.24);
}

.theme-cta:hover {
    background: linear-gradient(135deg, #115e59 0%, #0369a1 50%, #1e40af 100%) !important;
}

.about-copy h2,
.about-copy h3,
.about-copy h4 {
    margin-top: 1.75rem !important;
    margin-bottom: 0.85rem !important;
    padding: 0 !important;
    color: #0f3d67 !important;
    font-weight: 800 !important;
    letter-spacing: -0.02em;
}

.about-copy h2 {
    font-size: 1.9rem !important;
    line-height: 1.2 !important;
}

.about-copy h3 {
    font-size: 1.45rem !important;
    line-height: 1.3 !important;
}

.about-copy h4 {
    font-size: 1.15rem !important;
    line-height: 1.4 !important;
}

.about-copy p {
    margin-bottom: 1rem;
    line-height: 1.8;
}

.about-copy ul,
.about-copy ol {
    margin: 1rem 0 1rem 1.5rem;
    padding-left: 1.25rem;
}

.about-copy ul {
    list-style: disc;
}

.about-copy ol {
    list-style: decimal;
}

.about-copy li {
    margin-bottom: 0.5rem;
    line-height: 1.8;
}

.about-copy ul ul,
.about-copy ol ol,
.about-copy ul ol,
.about-copy ol ul {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

main .text-fuchsia-800,
main .text-fuchsia-700,
main .text-fuchsia-600,
main .text-indigo-800,
main .text-indigo-700,
main .text-indigo-600 {
    color: #0f3d67 !important;
}

.nav-links i,
#games-layout .fa-gamepad,
#games-layout .fa-fire-alt,
#games-layout .fa-history,
#games-layout .fa-star,
main .text-5xl.text-fuchsia-600.mb-6,
main .text-5xl.text-indigo-600.mb-6 {
    display: none !important;
}
