:root {
    --as-doku-primary: #2E5B8F;
}

body.as-doku-app {
    margin: 0;
}

body.as-doku-guest {
    background: #f5f7fa;
}

.as-doku-topbar {
    background: var(--as-doku-primary);
    color: #fff;
    height: 56px;
}

.as-doku-brand {
    font-weight: 600;
    font-size: 1.1rem;
}

.as-doku-user {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.9rem;
}

.as-doku-shell {
    min-height: calc(100vh - 56px);
}

.as-doku-sidebar {
    width: 240px;
    flex-shrink: 0;
    background: #f5f7fa;
    border-right: 1px solid #dee2e6;
    padding: 1rem 0;
}

.as-doku-nav-link {
    display: block;
    padding: 0.6rem 1.25rem;
    color: #333;
    text-decoration: none;
}

.as-doku-nav-link:hover {
    background: #e9ecef;
}

.as-doku-nav-link.active {
    background: var(--as-doku-primary);
    color: #fff;
}

.as-doku-content {
    background: #fff;
}
