/* Baba Sabta Color System */
.bs-color-system,
.bs-color-system *,
.bs-color-system button,
.bs-color-system input,
.bs-color-system label,
.bs-color-system strong,
.bs-color-system code{
  font-family:'Cairo',Tahoma,Arial,sans-serif!important;
  letter-spacing:0!important;
  font-feature-settings:normal!important;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  box-sizing:border-box;
}
.bs-color-system{background:#fff;border:1px solid #eee;border-radius:18px;overflow:hidden;max-width:1100px;margin:25px auto;box-shadow:0 8px 30px rgba(0,0,0,.06);color:#222;line-height:1.6}
.bs-cs-header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:28px;background:linear-gradient(135deg,#fff5d8,#ffe4e8)}
.bs-cs-header h2{margin:0 0 8px;font-size:32px;line-height:1.3;font-weight:700}
.bs-cs-header p{margin:0;color:#7a5050;font-size:16px;font-weight:400}
.bs-cs-picker-wrap{display:flex;align-items:center;gap:12px;background:#fff;padding:12px 16px;border-radius:16px;border:1px solid #eee;white-space:nowrap;font-weight:600}
.bs-cs-picker{width:64px;height:44px;border:0;background:transparent;cursor:pointer;padding:0}
.bs-cs-main-copy{display:flex;flex-wrap:wrap;gap:10px;padding:16px 22px;border-bottom:1px solid #eee;background:#fff}
.bs-copy-pill{border:1px solid #ddd;background:#fff;border-radius:999px;padding:10px 14px;cursor:pointer;font-size:14px;transition:.2s;direction:ltr;font-weight:600;line-height:1.4;color:#222}
.bs-copy-pill strong{font-weight:700}
.bs-copy-pill:hover{transform:translateY(-1px);box-shadow:0 5px 12px rgba(0,0,0,.08)}
.bs-copy-pill.copied,.bs-cs-swatch.copied{outline:3px solid rgba(19,166,122,.25);border-color:#13a67a}
.bs-cs-tabs{display:flex;gap:10px;padding:16px 22px;background:#fafafa;border-bottom:1px solid #eee}
.bs-cs-tabs button{border:1px solid #ddd;background:#fff;border-radius:12px;padding:10px 16px;cursor:pointer;font-weight:700;color:#222;font-size:15px;line-height:1.4}
.bs-cs-tabs button.active{background:#222;color:#fff;border-color:#222}
.bs-cs-custom-panel,.bs-cs-ready-panel{padding:18px 22px}
.bs-cs-row{display:grid;grid-template-columns:120px repeat(11,minmax(54px,1fr));gap:8px;align-items:end;margin-bottom:28px}
.bs-cs-row-title{font-weight:800;text-align:left;direction:rtl;align-self:center;color:#222;font-size:16px;line-height:1.4}
.bs-cs-swatch{min-height:58px;border:0;background:none;padding:0;cursor:pointer;text-align:center;border-radius:8px;transition:.2s;color:#222}
.bs-cs-swatch:hover{transform:translateY(-2px)}
.bs-cs-color{height:56px;border-radius:5px;margin-bottom:7px;border:1px solid rgba(0,0,0,.04)}
.bs-cs-weight{font-weight:800;font-size:13px;line-height:1.2;color:#2e9d58}
.bs-cs-code{font-size:11px;color:#666;direction:ltr;unicode-bidi:bidi-override;line-height:1.2;font-weight:600}
.bs-cs-note{padding:0 22px 24px;margin:0;color:#777;font-size:14px}
.bs-cs-note code{direction:ltr;display:inline-block;background:#f4f4f4;padding:3px 7px;border-radius:6px}
@media(max-width:850px){.bs-cs-header{display:block}.bs-cs-picker-wrap{margin-top:15px;justify-content:space-between}.bs-cs-row{grid-template-columns:1fr 1fr 1fr}.bs-cs-row-title{grid-column:1/-1;text-align:right}.bs-cs-header h2{font-size:26px}}
