body {
    padding-top: 57px !important;
}

.wy-nav-side {
    top: 57px;
    height: calc(100% - 57px);
}

#wuzao-nav-host * {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb; /* slate-200 */
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

#wuzao-nav-host .nav-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-bottom: 1px solid #e5e7eb;
}

#wuzao-nav-host .nav-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1280px;
    height: 56px;
}

#wuzao-nav-host .project-context-nav {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
}

#wuzao-nav-host .project-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
    text-decoration: none;
}

#wuzao-nav-host .project-name {
    font-size: 16px;
    font-weight: 600;
    color: #1e293b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#wuzao-nav-host .project-logo {
    height: 32px;
    width: 32px;
    border-radius: 6px;
    background-color: #ffffff;
}

#wuzao-nav-host .separator {
    display: none;
}

@media (min-width: 768px) {
    #wuzao-nav-host .separator {
        display: block;
        height: 20px;
        width: 1px;
        background-color: #cbd5e1;
    }
}

#wuzao-nav-host .context-links {
    display: none;
}

@media (min-width: 768px) {
    #wuzao-nav-host .context-links {
        display: flex;
        align-items: center;
        gap: 8px;
    }
}

#wuzao-nav-host .context-links a {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
    color: #222222;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 0.2s, color 0.2s;
}

#wuzao-nav-host .context-links a:hover {
    background-color: #f1f5f9;
    color: #1e293b;
}

#wuzao-nav-host .context-link-active {
    background-color: oklch(0.828 0.189 84.429);
    font-weight: 600;
}

#wuzao-nav-host .global-nav {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-left: auto;
}

#wuzao-nav-host .global-nav-links {
    display: none; /* Hide main links on smaller screens */
}

@media (min-width: 1024px) {
    /* lg breakpoint */
    #wuzao-nav-host .global-nav-links {
        display: flex;
        align-items: center;
        gap: 20px;
    }
}

#wuzao-nav-host .global-nav-links a, #wuzao-nav-host .global-nav-actions a {
    font-size: 14px;
    font-weight: 500;
    color: #475569;
    text-decoration: none;
    transition: color 0.2s;
}

#wuzao-nav-host .global-nav-links a:hover, #wuzao-nav-host .global-nav-actions a:hover {
    color: #b45309; /* amber-600 */
}

#wuzao-nav-host .global-nav-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}
