.settings-panel {
    position: fixed;
    top: 0;
    right: -320px;
    width: 300px;
    height: 100vh;
    background: #fff;
    border-left: 1px solid #ddd;
    transition: right 0.4s;
    padding: 24px;
    box-shadow: -4px 0 12px rgba(0,0,0,0.15);
    z-index: 999;
    border-radius: 16px 0 0 16px;
}

.settings-panel.open {
    right: 0;
}

.account-nav img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
}
