.acevo-top {
    --acevo-bg: #0a0c10;
    --acevo-ink: #d7dece;
    --acevo-muted: #8b937c;
    --acevo-line: #2a3324;
    --acevo-title: #f4f7ea;
    --acevo-timing: #d6ff3c;
    --acevo-apex: #3ee0b0;
    box-sizing: border-box;
    border-bottom: 1px solid var(--acevo-line);
    background: rgba(10, 12, 16, 0.92);
    backdrop-filter: blur(10px);
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    margin-left: 0;
    text-align: left;
    padding: 0;
}

.acevo-top *,
.acevo-top *::before,
.acevo-top *::after {
    box-sizing: border-box;
}

.acevo-top-inner {
    width: min(1080px, calc(100% - 40px));
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 16px 0;
}

.acevo-mark {
    display: flex;
    align-items: baseline;
    gap: 10px;
    color: var(--acevo-title);
    font-family: "IBM Plex Sans", "Segoe UI", sans-serif;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-decoration: none;
    font-size: 16px;
    text-transform: none;
}

.acevo-mark:hover {
    color: var(--acevo-title);
}

.acevo-mark small {
    color: var(--acevo-timing);
    font-family: "IBM Plex Mono", ui-monospace, monospace;
    font-size: 11px;
    letter-spacing: 0.16em;
    font-weight: 500;
}

.acevo-nav {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    align-items: center;
}

.acevo-nav a {
    color: var(--acevo-muted);
    font-family: "IBM Plex Sans", "Segoe UI", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    text-decoration: none;
    font-weight: 500;
}

.acevo-nav a[aria-current="page"],
.acevo-nav a:hover {
    color: var(--acevo-title);
}

#acevo-auth {
    display: flex;
    gap: 18px;
    align-items: center;
}

@media (max-width: 720px) {
    .acevo-top-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}
