.adibnqc-admin-wrapper { display: flex; min-height: 600px; background: #f0f0f1; border: 1px solid #ccd0d4; margin-top: 20px; }
.adibnqc-sidebar { width: 250px; background: #0f172a; color: #fff; padding: 20px 0; display: flex; flex-direction: column; }
.adibnqc-logo { padding: 0 20px 20px; border-bottom: 1px solid #1e293b; margin-bottom: 10px; }
.adibnqc-logo h2 { color: #fff; margin: 0; font-size: 18px; }
.adibnqc-nav-tabs { list-style: none; padding: 0; margin: 0; }
.adibnqc-tab-link { padding: 12px 20px; cursor: pointer; transition: 0.2s; color: #94a3b8; font-weight: 500; border-left: 3px solid transparent; }
.adibnqc-tab-link:hover { color: #fff; background: #1e293b; }
.adibnqc-tab-link.active { background: #4f46e5; color: #fff; border-left-color: #818cf8; }
.adibnqc-content { flex: 1; padding: 40px; background: #fff; }
.adibnqc-tab-content { display: none; }
.adibnqc-tab-content.active { display: block; }
.adibnqc-card { background: #fff; padding: 20px; }
.adibnqc-form-group { margin-bottom: 20px; }
.adibnqc-form-group label { display: block; margin-bottom: 5px; font-weight: 600; }
.adibnqc-code-box { background: #f4f4f5; padding: 15px; border-radius: 6px; margin-bottom: 10px; border: 1px solid #e4e4e7; }
.adibnqc-code-box code { background: none; font-size: 14px; color: #d946ef; }
.adibnqc-footer { margin-top: 30px; border-top: 1px solid #eee; padding-top: 20px; } 