/* Gematrixx V68 — light Number Properties + consistent top buttons */
html[data-theme="light"] #pageNumprops{--npx-bg:#fff;--npx-soft:#f7f4ec;--npx-line:#d8cfbb;--npx-text:#211d16;--npx-muted:#665f53}
html[data-theme="light"] #pageNumprops .numprops-section,
html[data-theme="light"] #pageNumprops .npx-card,
html[data-theme="light"] #pageNumprops .np-input-section{background:#fff!important;color:#211d16!important;border-color:#d8cfbb!important}
html[data-theme="light"] #pageNumprops .npx-chip,
html[data-theme="light"] #pageNumprops .npx-seq>div,
html[data-theme="light"] #pageNumprops .npx-nth-grid>div,
html[data-theme="light"] #pageNumprops .npx-reps>div,
html[data-theme="light"] #pageNumprops .npx-const-list>div,
html[data-theme="light"] #pageNumprops .npx-number-rail button{background:#f8f6f0!important;border-color:#d8cfbb!important}
html[data-theme="light"] #pageNumprops .npx-muted,
html[data-theme="light"] #pageNumprops .npx-chip span,
html[data-theme="light"] #pageNumprops .npx-seq span,
html[data-theme="light"] #pageNumprops .npx-pairs span{color:#655e52!important}
html[data-theme="light"] #pageNumprops input{background:#fff!important;color:#17140f!important;border-color:#bcae8d!important}

/* top navigation text buttons: same dimensions and alignment */
.nav-left-group{align-items:center!important;gap:.5rem!important}
.nav-left-group>.all-tools-nav-btn,
.nav-left-group>a[href="/subscriptions/"],
.nav-left-group>button[title="عن المنصة"]{
  box-sizing:border-box!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;
  width:96px!important;min-width:96px!important;height:48px!important;margin:0!important;padding:.35rem .55rem!important;
  line-height:1.35!important;text-align:center!important;white-space:normal!important;border-radius:8px!important;
  font-family:var(--font-main)!important;font-size:.78rem!important;text-decoration:none!important;
}
@media(max-width:720px){
 .nav-left-group>.all-tools-nav-btn,.nav-left-group>a[href="/subscriptions/"],.nav-left-group>button[title="عن المنصة"]{width:84px!important;min-width:84px!important;height:62px!important}
}
