.ai-fixed-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: 100vh;
    overflow-y: auto;
    padding: 32px;
    background: #000;
    color: #fff;
    z-index: 9999;
}

.ai-fixed-sidebar a {
    color: #fff;
    text-decoration: none;
}

body {
    margin-left: 300px;
}
