body.home-landing-page {
    margin: 0;
    background: #edf1f6;
}

body.home-landing-page #content.container {
    max-width: none !important;
    padding: 0 !important;
}

body.home-landing-page .footer {
    display: none;
}

body.home-landing-page .navbar.home-guest-nav {
    background: rgba(8, 22, 54, 0.88) !important;
    border-bottom: 1px solid rgba(205, 220, 240, 0.18);
    box-shadow: 0 10px 24px -20px rgba(2, 10, 27, 0.9) !important;
    backdrop-filter: blur(6px);
    padding: 0.7rem 0;
}

body.home-landing-page .navbar.home-guest-nav .container {
    max-width: 1280px !important;
    margin: 0 auto;
    padding: 0 24px;
}

.home-guest-actions {
    display: flex;
    align-items: center;
    gap: 0.9rem;
}

.home-guest-explore {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    color: #f2f6fc;
    text-decoration: none !important;
    font-weight: 500;
}

.home-guest-explore:hover {
    color: #ffba72;
}

.home-guest-sep {
    width: 1px;
    height: 26px;
    background: rgba(255, 255, 255, 0.2);
}

.home-guest-login {
    color: #f6f8fc;
    font-weight: 500;
    text-decoration: none !important;
}

.home-guest-login:hover {
    color: #ffba72;
}

.home-guest-register {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0 1.7rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff8f2d, #ff6f1f);
    box-shadow: 0 10px 24px -14px rgba(255, 136, 41, 0.95);
    color: #fff !important;
    font-weight: 700;
    text-decoration: none !important;
}

.home-guest-register:hover {
    background: linear-gradient(135deg, #ff9c40, #ff7f31);
}

.mobile-sidebar-toggle {
    display: none !important;
}

@media (min-width: 769px) {
    .mobile-sidebar-backdrop,
    .mobile-sidebar-drawer {
        display: none !important;
    }
}

@media (max-width: 768px) {
    body.home-landing-page .navbar.home-guest-nav .container {
        padding: 0 14px;
    }

    .home-guest-actions {
        gap: 0.55rem;
    }

    .home-guest-explore {
        font-size: 0.9rem;
    }

    .home-guest-sep {
        display: none;
    }

    .home-guest-register {
        height: 38px;
        padding: 0 0.95rem;
        font-size: 0.92rem;
    }

    .home-guest-login {
        font-size: 0.94rem;
    }

    .timeline-layout {
        margin-left: 0;
        margin-right: 0;
    }

    .timeline-layout .timeline-sidebar-col {
        display: none;
    }

    .timeline-layout .timeline-content-col {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .timeline-layout .timeline-content-col > .row {
        margin-left: 0;
        margin-right: 0;
    }

    body.has-mobile-sidebar .mobile-sidebar-toggle {
        display: inline-flex !important;
    }

    body.has-mobile-sidebar .mobile-sidebar-toggle,
    body.has-mobile-sidebar .mobile-sidebar-toggle:hover,
    body.has-mobile-sidebar .mobile-sidebar-toggle:focus {
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        color: #ffffff !important;
        padding: 0 !important;
    }

    body.has-mobile-sidebar .mobile-sidebar-toggle .material-icons {
        color: #ffffff !important;
        margin-top: 0 !important;
    }

    .mobile-sidebar-backdrop {
        display: none;
        position: fixed;
        inset: 0;
        background: rgba(15, 25, 40, 0.48);
        z-index: 1039;
    }

    .mobile-sidebar-drawer {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100vw;
        height: 100vh;
        background: #ffffff;
        border-left: 0;
        box-shadow: none;
        z-index: 1041;
        transform: translateX(100%);
        transition: transform 0.2s ease;
        display: flex;
        flex-direction: column;
    }

    .mobile-sidebar-drawer-head {
        display: flex;
        justify-content: flex-end;
        padding: 0.55rem 0.65rem 0.35rem;
        border-bottom: 1px solid #edf2f8;
        min-height: 64px;
        align-items: center;
    }

    .mobile-sidebar-close {
        border: 0;
        background: transparent;
        color: #4b627f;
        padding: 0.2rem;
        line-height: 1;
    }

    .mobile-sidebar-drawer-body {
        overflow-y: auto;
        padding: 0 0 0.65rem;
    }

    .mobile-sidebar-drawer .timeline-sidebar-menu {
        padding-left: 0;
        padding-right: 0;
    }

    .mobile-sidebar-drawer .timeline-sidebar-title {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    body.mobile-sidebar-open .mobile-sidebar-backdrop {
        display: block;
    }

    body.mobile-sidebar-open .mobile-sidebar-drawer {
        transform: translateX(0);
    }
}
