:root {
    --primary: #5b21b6;
    --secondary: #7c3aed;
    --accent: #f59e0b;
    --header-color: #ffffff;
    --breadcrumbs-bg: #4c1d95;
    --link-fg: #6d28d9;
    --link-hover-color: #4c1d95;
}

#header {
    background: linear-gradient(120deg, #3b0764, #6d28d9);
    min-height: 56px;
}

#branding {
    display: flex;
    align-items: center;
}

.aleksa-brand {
    align-items: center;
    color: #fff;
    display: flex;
    gap: 12px;
}

.aleksa-brand strong,
.aleksa-brand small {
    display: block;
}

.aleksa-brand small {
    color: #ddd6fe;
    font-size: 11px;
    letter-spacing: .12em;
    margin-top: 2px;
    text-transform: uppercase;
}

.aleksa-mark {
    align-items: center;
    background: #f59e0b;
    border-radius: 12px;
    color: #2e1065;
    display: inline-flex;
    font-size: 22px;
    font-weight: 800;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.aleksa-base-link {
    color: #ede9fe !important;
    font-weight: 600;
}
