/* Bones Elite Entertainment theme */
:root {
    --bee-accent: #d4af37;
    --bee-accent-soft: rgba(212, 175, 55, 0.18);
    --bee-text: rgba(255, 255, 255, 0.94);
    --bee-text-dim: rgba(255, 255, 255, 0.76);
    --bee-text-soft: rgba(255, 255, 255, 0.58);
    --bee-bg: #000;
}

html, body {
    background: var(--bee-bg) !important;
    margin: 0;
    padding: 0;
}

main, .main, .content, .page, #app {
    background: var(--bee-bg) !important;
}

.sidebar {
    background: #000 !important;
    background-image: none !important;
    border-right: 1px solid var(--bee-accent-soft) !important;
}

.sidebar .top-row,
.top-row {
    background: #000 !important;
    border-bottom: 1px solid rgba(212, 175, 55, 0.14) !important;
}

.sidebar .navbar-brand,
.navbar-brand {
    color: var(--bee-text) !important;
    font-weight: 500;
}

.sidebar .nav-link {
    color: rgba(255, 255, 255, 0.78) !important;
    border-radius: 10px;
    transition: background 0.15s ease, color 0.15s ease;
}

.sidebar .nav-link:hover {
    color: rgba(255, 255, 255, 0.96) !important;
    background: rgba(212, 175, 55, 0.10) !important;
}

.sidebar .nav-link.active {
    color: var(--bee-accent) !important;
    background: rgba(212, 175, 55, 0.16) !important;
}

.bee-nav {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.bee-nav-main {
    flex: 1 1 auto;
}

.bee-nav-bottom {
    margin-top: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    border-top: 1px solid rgba(212, 175, 55, 0.14);
}

.bee-wrapper {
    min-height: calc(100vh - 56px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px 18px;
}

.bee-card {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.bee-logo {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    max-height: 60vh;
    height: auto;
    object-fit: contain;
}

.bee-tagline {
    margin-top: 22px;
    font-size: 1rem;
    letter-spacing: 1px;
    color: var(--bee-text-dim);
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.bee-subnote {
    margin-top: 14px;
    font-size: 0.9rem;
    color: var(--bee-text-soft);
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
}

.bee-coming {
    margin-top: 26px;
    letter-spacing: 6px;
    font-size: 0.95rem;
    color: rgba(212, 175, 55, 0.92);
}

.bee-email {
    display: inline-block;
    margin-top: 16px;
    font-size: 0.92rem;
    color: rgba(212, 175, 55, 0.92);
    text-decoration: none;
    border-bottom: 1px dotted rgba(212, 175, 55, 0.40);
}

.bee-email:hover {
    color: rgba(255, 241, 176, 1);
    border-bottom-style: solid;
}

.bee-footer {
    margin-top: 18px;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.45);
}

.about-container {
    text-align: center;
    padding: 70px 20px;
    max-width: 900px;
    margin: 0 auto;
}

.about-logo {
    width: min(420px, 82vw);
    height: auto;
    margin: 0 auto 26px auto;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 0 18px rgba(212, 175, 55, 0.18));
}

.about-title {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 14px;
}

.about-divider {
    width: 130px;
    height: 2px;
    background: var(--bee-accent);
    margin: 18px auto 32px auto;
    opacity: 0.45;
}

.about-text {
    color: rgba(255, 255, 255, 0.72);
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 18px;
}

.about-list {
    list-style: none;
    padding: 0;
    margin: 26px 0 0 0;
}

.about-list li {
    color: rgba(255, 255, 255, 0.92);
    margin: 10px 0;
}

@media (max-width: 768px) {
    .bee-logo {
        max-height: 38vh;
    }

    .bee-coming {
        letter-spacing: 4px;
    }

    .about-container {
        padding-top: 42px;
    }

    .about-text {
        font-size: 0.98rem;
        line-height: 1.7;
    }
}
