/* Canonical Number Properties stylesheet v91.
   All Number Properties selectors were removed from generic CSS files and consolidated here.
   This file must be the only Number Properties stylesheet. */
/* Consolidated from assets/css/core-layout-v30-20260802.css */
.np-standalone{
  max-width: 600px;
  margin: 2rem auto;
  padding: 0 1.5rem;
}
.np-standalone .numprops-section{
  display: block;
  margin-top: 0;
}
.np-back-btn{
  display: inline-flex; align-items: center; gap: .3rem;
  background: rgba(255,255,255,.05); border: 1px solid var(--gold-dim);
  color: var(--text-sec); font-size: .85rem; font-weight: 600;
  padding: .45rem 1rem; border-radius: 8px; cursor: pointer;
  margin-bottom: 1rem; transition: all .15s;
}
.np-back-btn:hover{ background: rgba(201,168,76,.12); color: var(--gold-glow); border-color: var(--gold-glow); }
.numprops-section{
  display: none;
  margin-top: 1.5rem;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.numprops-section.open{ display: block; }
.numprops-header{
  text-align: center;
  padding: 2rem 1.5rem 1.5rem;
  border-bottom: 1px solid var(--border);
  position: relative;
}
.numprops-header .np-close{
  position: absolute;
  top: 1rem; left: 1rem;
  background: none; border: 1px solid var(--border); border-radius: 5px;
  color: var(--text-muted); width: 30px; height: 30px;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; font-size: .9rem;
}
.numprops-header .np-close:hover{ color: var(--rose); border-color: var(--rose); }
.np-pre-title{
  font-size: .82rem;
  letter-spacing: .18em;
  color: var(--text-muted);
  font-family: "Ubuntu Mono", monospace;
  text-transform: uppercase;
  margin-bottom: .3rem;
}
.np-number{
  font-family: "Ubuntu Mono", monospace;
  font-size: clamp(2.2rem, 5vw, 3.2rem);
  font-weight: 700;
  color: #39ff14;
  line-height: 1.1;
}
.np-factorization{
  font-family: "Ubuntu Mono", monospace;
  font-size: 1.25rem;
  color: #39ff14;
  margin-top: .3rem;
}
.np-fx{ color: #67e8f9; font-weight: 400; padding: 0 .1em; }
.np-identity-tags{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .3rem;
  margin-top: 1rem;
}
.np-id-tag{
  font-size: 1.05rem;
  font-weight: 700;
  padding: .2rem .5rem;
}
.np-id-tag.prime{ color: #cc4828; }
.np-id-tag.fib{ color: #39ff14; }
.np-id-tag.tri{ color: #39ff14; }
.np-id-tag.square{ color: #39ff14; }
.np-id-tag.cube{ color: #39ff14; }
.np-id-tag.penta{ color: #39ff14; }
.np-id-tag.star{ color: #39ff14; }
.np-id-tag.perfect{ color: #39ff14; }
.np-id-tag.hex{ color: #39ff14; }
.np-id-tag.tetra{ color: #39ff14; }
.np-id-tag.sqpyr{ color: #39ff14; }
.np-body{
  padding: 1.5rem 2rem 2rem;
  direction: ltr;
  max-width: 550px;
  margin: 0 auto;
  text-align: center;
}
.np-section-head{
  text-align: center;
  font-size: 1.1rem;
  font-weight: 700;
  color:var(--dcr-doy);
  margin: .8rem 0 .6rem;
  letter-spacing: .06em;
}
.np-section-head:first-child{ margin-top: 0; }
.np-div-row{
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-bottom: .8rem;
  flex-wrap: wrap;
}
.np-div-cell{ text-align: center; }
.np-div-label{ font-size: .95rem; color: #67e8f9; font-weight: 600; margin-bottom: .3rem; }
.np-div-val{
  font-family: "Ubuntu Mono", monospace;
  font-size: 1.4rem;
  font-weight: 700;
  color: #805ce0;
  text-shadow: 0 0 8px rgba(128,92,224,.3);
}
.np-div-val .np-clk{ color: #805ce0; border-bottom-color: rgba(128,92,224,.45); }
.np-div-val .np-clk:hover{ color: #a389ec; text-shadow: 0 0 10px rgba(128,92,224,.65); border-bottom-color: #a389ec; }
.np-div-list{
  font-family: "Ubuntu Mono", monospace;
  font-size: .95rem;
  color: var(--text-sec);
  text-align: center;
  margin-bottom: .5rem;
}
.np-div-list-wrap{ margin: .3rem 0 .6rem; text-align: center; }
.np-div-chips{ display: flex; flex-wrap: wrap; gap: .3rem; justify-content: center; padding: .4rem 0; }
.np-div-chip{
  font-family: "Ubuntu Mono", monospace; font-size: .88rem;
  background: rgba(128,92,224,.08); border: 1px solid rgba(128,92,224,.25);
  color: #805ce0; border-radius: 5px; padding: .15rem .55rem;
  cursor: pointer; transition: all .12s;
}
.np-div-chip:hover{ background: rgba(128,92,224,.2); color: #a389ec; border-color: #a389ec; }
.np-div-details{ display: inline-block; width: 100%; }
.np-div-summary{
  list-style: none; cursor: pointer; display: inline-flex; align-items: center;
  gap: .4rem; font-size: .8rem; color: var(--text-muted);
  background: rgba(0,229,255,.06); border: 1px solid rgba(0,229,255,.15);
  border-radius: 6px; padding: .3rem .8rem; margin-bottom: .4rem;
  transition: background .12s;
}
.np-div-summary::-webkit-details-marker{ display: none; }
.np-div-summary:hover{ background: rgba(0,229,255,.12); }
.np-div-details[open] .np-div-toggle{ color: var(--gold); }
.np-div-toggle{ font-size: .75rem; color: var(--gold-dim); }
.np-composite-note{
  text-align: center;
  font-size: .95rem;
  color: #67e8f9;
  font-weight: 600;
  margin-top: .4rem;
}
.np-composite-note .np-ord{ color: #67e8f9; font-size: .8em; }
.np-nth-table{
  width: auto;
  margin: 0 auto;
  border-collapse: collapse;
}
.np-nth-table td{
  padding: .28rem .6rem;
  font-size: .92rem;
  text-align: center;
}
.np-nth-table{
  margin: 0 auto;
  direction: ltr;
  border-collapse: collapse;
}
.np-nth-table td.nth-lbl{
  text-align: right;
  color: var(--text-sec);
  padding: .3rem 1rem .3rem 0;
  white-space: nowrap;
  font-size: .95rem;
}
.np-nth-table td.nth-num{
  font-family: "Ubuntu Mono", monospace;
  font-weight: 700;
  color: #cc4828;
  text-align: left;
  padding: .3rem 0;
  min-width: 90px;
}
.np-nth-table td:first-child{
  text-align: left;
  color: var(--text-sec);
  padding-right: 1.5rem;
}
.np-nth-table td:last-child{
  font-family: "Ubuntu Mono", monospace;
  font-weight: 700;
  color: #cc4828;
  font-size: 1.1rem;
  text-align: center;
}
.np-input-section{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: 1.2rem 1.5rem;
  border-top: 1px solid var(--border);
  direction: ltr;
}
.np-spin-input{
  background: var(--bg-input);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--gold-glow);
  font-family: "Ubuntu Mono", monospace;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  padding: .5rem .8rem;
  width: 140px;
  outline: none;
  transition: border-color .15s;
  -moz-appearance: textfield;
}
.np-spin-input:focus{ border-color: var(--gold); }
.np-spin-input::-webkit-inner-spin-button,.np-spin-input::-webkit-outer-spin-button{ -webkit-appearance: none; }
.np-spin-btn{
  background: var(--bg-input);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--text-sec);
  width: 36px; height: 36px;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  font-size: 1.1rem;
  transition: all .12s;
  user-select: none;
}
.np-spin-btn:hover{ border-color: var(--gold); color: var(--gold-glow); }
.np-spin-btn:active{ background: var(--bg-hover); }
.np-go-btn{
  background: linear-gradient(135deg, var(--gold) 0%, #a07830 100%);
  border: none;
  border-radius: var(--radius);
  color: #0a0c10;
  font-family:var(--font-main);
  font-weight: 700;
  font-size: .85rem;
  padding: .5rem 1.2rem;
  cursor: pointer;
  margin-right: .5rem;
}
html[data-theme="light"] .np-fx{ color: #0c647c; }
html[data-theme="light"] .np-div-label{ color: #0c647c; }
html[data-theme="light"] .np-composite-note,html[data-theme="light"] .np-composite-note .np-ord{ color: #0c647c; }
html[data-theme="light"] .nth-row-l{ color: #0c647c; text-shadow: none; }
html[data-theme="light"] .np-id-tag .np-clk{ color: inherit; }
html[data-theme="light"] .np-const-label{ color: #0c647c; }
html[data-theme="light"] .np-const-pi .np-const-sym{ color: #0c647c; text-shadow: none; }
html[data-theme="light"] .np-const-phi .np-const-sym{ color: #7b1fa2; text-shadow: none; }
html[data-theme="light"] .np-number,html[data-theme="light"] .np-factorization{ color: #186b08; }
html[data-theme="light"] .np-id-tag.prime{ color: #9f381f; }
html[data-theme="light"] .np-id-tag.fib,html[data-theme="light"] .np-id-tag.tri,html[data-theme="light"] .np-id-tag.square,html[data-theme="light"] .np-id-tag.cube,html[data-theme="light"] .np-id-tag.penta,html[data-theme="light"] .np-id-tag.star,html[data-theme="light"] .np-id-tag.perfect,html[data-theme="light"] .np-id-tag.hex,html[data-theme="light"] .np-id-tag.tetra,html[data-theme="light"] .np-id-tag.sqpyr{ color: #186b08; }
html[data-theme="light"] .np-div-val,html[data-theme="light"] .np-div-val .np-clk,html[data-theme="light"] .np-div-chip{ color: #6448af; text-shadow: none; }
html[data-theme="light"] .np-div-val .np-clk:hover,html[data-theme="light"] .np-div-chip:hover{ color: #62528e; }
html[data-theme="light"] .np-const-card .np-clk,html[data-theme="light"] .np-hit{ color: #256464; }
html[data-theme="light"] .np-const-card .np-clk:hover{ color: #266464; }
html[data-theme="light"] .np-nth-table td.nth-num{ color: #9f381f; }
html[data-theme="light"] .np-nth-table td:last-child{ color: #9f381f; }
html[data-theme="light"] .nth-row-n{ color: #186b08; }
html[data-theme="light"] .np-clk{ color: #186b08; }
html[data-theme="light"] .np-clk:hover{ color: #874c10; }
.np-nth-table tr:nth-child(even) td{ background:rgba(255,255,255,.03); }
.nth-flex{ display: flex; justify-content: center; width: 420px; max-width: 96%; margin: 0 auto; }
.nth-col-labels{ flex: 0 0 50%; display: flex; flex-direction: column; align-items: flex-end; padding-inline-end: .8rem; box-sizing: border-box; }
.nth-col-nums{ flex: 0 0 50%; display: flex; flex-direction: column; align-items: flex-start; padding-inline-start: .8rem; box-sizing: border-box; }
.nth-row-l,.nth-row-n{
  height: 2.4rem; display: flex; align-items: center; padding: 0 .5rem;
  white-space: nowrap; box-sizing: border-box;
}
.nth-row-l{
  color: #67e8f9; font-size: 1rem; font-weight: 600;
  text-shadow: 0 0 8px rgba(103,232,249,.4);
  justify-content: flex-end;
}
.nth-row-n{
  font-family: "Ubuntu Mono", monospace; font-weight: 700;
  font-size: 1.15rem; color: #39ff14;
  text-shadow: 0 0 6px rgba(176,96,12,.3);
}
.np-clk{
  cursor: pointer;
  color: #39ff14;
  border-bottom: 1px dashed rgba(176,96,12,.45);
  transition: color .12s, text-shadow .12s, border-color .12s;
}
.np-clk:hover{
  color: #d97b1a;
  text-shadow: 0 0 10px rgba(176,96,12,.65);
  border-bottom-color: #d97b1a;
}
.np-id-tag .np-clk{ color: inherit; border-bottom: none; }
.np-id-tag .np-clk:hover{ text-shadow: 0 0 10px currentColor; text-decoration: underline dotted currentColor; text-underline-offset: 3px; }
.np-const-sec{
  margin-top: 1.6rem;
  padding: 0 .2rem;
}
.np-const-head{ display: flex; align-items: baseline; gap: .6rem; justify-content: center; margin-bottom: .9rem; }
.np-const-sym{ font-size: 2.1rem; font-weight: 700; line-height: 1; font-family: "Ubuntu Mono", monospace; }
.np-const-pi  .np-const-sym{ color: #4dd0e1; text-shadow: 0 0 14px rgba(77,208,225,.55); }
.np-const-phi .np-const-sym{ color: #ce93d8; text-shadow: 0 0 14px rgba(206,147,216,.55); }
.np-const-name{ font-size: 1.05rem; color: var(--text-sec); letter-spacing: .04em; }
.np-const-grid{ display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center; }
.np-const-card{
  flex: 1 1 220px; max-width: 270px;
  background: rgba(255,255,255,.04);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: .85rem .9rem;
  text-align: center;
}
.np-const-label{ font-size: .95rem; color: #67e8f9; font-weight: 600; margin-bottom: .5rem; }
.np-const-pos{ font-family: "Ubuntu Mono", monospace; font-size: 1.2rem; color: var(--text-sec); margin-bottom: .45rem; }
.np-const-digits{ font-family: "Ubuntu Mono", monospace; font-size: 1.3rem; letter-spacing: .09em; color: var(--text-sec); word-break: break-all; }
.np-const-digits.big{ font-size: 1.55rem; }
.np-const-card .np-clk{ color: #308080; border-bottom-color: rgba(48,128,128,.45); }
.np-const-card .np-clk:hover{ color: #3fa6a6; text-shadow: 0 0 10px rgba(48,128,128,.65); border-bottom-color: #3fa6a6; }
.np-hit{ color: #308080; font-weight: 700; text-shadow: 0 0 10px rgba(48,128,128,.5); }
.np-tail{ color: var(--text-muted); }
.np-const-none{ color: var(--text-muted); font-size: .92rem; }
/* Consolidated from assets/css/global-responsive.css?v=3.1 */
@media (max-width:760px){:where(.az107-control-grid,.qvo-grid,.mq2-stats,.mq2-focus-grid,.mq2-groups,
  .npx-reps,.planet-grid,.cards-grid,.feature-grid){grid-template-columns:minmax(0,1fr)!important}}
/* Consolidated from assets/css/v70-corrections.css */
html[data-theme="light"] #pageNumberProperties .np-page,html[data-theme="light"] #pageNumberProperties .np-wrap{
  background:#f8f6ef!important;
  color:#211e18!important;
}
html[data-theme="light"] #pageNumberProperties .np-input-section,html[data-theme="light"] #pageNumberProperties .npx-card{
  background:#fff!important;
  color:#211e18!important;
  border-color:rgba(83,65,25,.28)!important;
}
html[data-theme="light"] #pageNumberProperties .np-number{color:#4e3c05!important;text-shadow:none!important}
/* Consolidated from assets/css/v68-corrections.css */
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}
/* Canonical page rules */
/* Al-Raqeem — Number Properties Lab v69 */
#pageNumprops{--npx-bg:var(--bg-card);--npx-soft:var(--bg-input);--npx-line:var(--border);--npx-text:var(--text-pri);--npx-muted:var(--text-sec)}
#pageNumprops>header{max-width:1240px;margin:1rem auto 0;text-align:center}#pageNumprops>header h1{font-family:'Amiri',serif;color:var(--gold);font-size:clamp(1.8rem,4vw,2.8rem);margin:.4rem}
.np-standalone{max-width:1240px!important;padding:0 1rem 4rem!important}.np-standalone .numprops-section{max-width:none!important;width:100%;border-radius:18px;overflow:visible}.np-standalone .numprops-header{padding:1.1rem 1rem .8rem;background:linear-gradient(180deg,rgba(201,168,76,.1),transparent);border-radius:18px 18px 0 0}.np-pre-title{font-family:var(--font-main)!important;letter-spacing:.08em!important}.np-pre-title::before{content:'الملف العددي';font-size:.8rem}.np-pre-title{font-size:0!important}.np-number{color:var(--gold-glow)!important;text-shadow:0 0 24px rgba(201,168,76,.28)!important}.np-factorization{color:var(--text-sec)!important}.np-body{padding:0 1rem 1rem!important}.np-input-section{position:sticky;bottom:.5rem;z-index:20;max-width:650px;margin:1rem auto!important;border:1px solid var(--border-lit);border-radius:14px!important;background:color-mix(in srgb,var(--bg-card) 92%,transparent)!important;backdrop-filter:blur(12px);box-shadow:0 8px 28px rgba(0,0,0,.3)}.np-go-btn{font-family:var(--font-main)!important}.np-go-btn{font-size:0!important}.np-go-btn::after{content:'عرض الخصائص';font-size:.85rem}.np-spin-input{font-size:1.15rem!important}.np-empty-state{font-family:var(--font-main)}
.npx-tagbar{display:flex;justify-content:center;flex-wrap:wrap;gap:.4rem;margin:.5rem 0}.npx-tagbar>span{border:1px solid var(--c);color:var(--c);background:color-mix(in srgb,var(--c) 10%,transparent);padding:.28rem .7rem;border-radius:999px;font-size:.72rem;font-weight:700}
.npx-main-tabs{display:flex;justify-content:center;gap:.45rem;margin:.9rem 0}.npx-main-tabs button{border:1px solid var(--border);border-radius:999px;background:var(--bg-card);color:var(--text-sec);padding:.52rem 1.1rem;cursor:pointer;font:700 .82rem var(--font-main)}.npx-main-tabs button.active{border-color:var(--gold);color:var(--gold);background:rgba(201,168,76,.1)}
.npx-summary-grid,.npx-explore-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;max-width:1120px;margin:auto}.npx-card{background:var(--bg-card);border:1px solid var(--border);border-radius:14px;padding:.9rem 1rem;min-width:0}.npx-card h3{color:var(--gold);font-size:.95rem;margin:0 0 .65rem}.npx-factor{text-align:center;font:700 1.25rem 'Ubuntu Mono',monospace;color:var(--gold);direction:ltr}.npx-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:.45rem}.npx-chip{border:1px solid color-mix(in srgb,var(--c) 45%,var(--border));background:color-mix(in srgb,var(--c) 8%,var(--bg-card));border-radius:10px;padding:.55rem;text-align:center;min-width:0}.npx-chip span{display:block;color:var(--text-sec);font-size:.68rem}.npx-chip b{display:block;color:var(--c);font-size:.9rem;margin-top:.2rem;overflow-wrap:anywhere}.npx-numlink{border:none;background:none;color:inherit;font:inherit;font-weight:800;cursor:pointer;border-bottom:1px dotted currentColor;padding:0}.npx-numlink:hover{color:var(--gold)}
.npx-divs{display:flex;flex-wrap:wrap;gap:.3rem;justify-content:center;margin:.65rem 0}.npx-divs details{width:100%;text-align:center}.npx-divs summary{cursor:pointer;color:var(--gold);margin:.4rem}.npx-divs .npx-numlink{background:rgba(169,140,255,.08);color:#a98cff;border:1px solid rgba(169,140,255,.28);border-radius:7px;padding:.25rem .45rem}.npx-pairs,.npx-inline-tags{display:flex;flex-wrap:wrap;gap:.3rem;justify-content:center}.npx-pairs span,.npx-inline-tags span{font-size:.68rem;color:var(--text-sec);border:1px solid var(--border);border-radius:999px;padding:.25rem .55rem}.npx-inline-tags span.yes{color:#43d6a5;border-color:#43d6a5;background:rgba(67,214,165,.08)}.npx-seq{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.4rem}.npx-seq>div{border-right:3px solid var(--c);background:color-mix(in srgb,var(--c) 7%,transparent);border-radius:8px;padding:.45rem .55rem}.npx-seq b{display:block;color:var(--c);font-size:.75rem}.npx-seq span{font-size:.68rem;color:var(--text-sec)}.npx-primes{display:flex;justify-content:space-between;gap:.5rem;margin-top:.65rem;font-size:.72rem;color:var(--text-sec)}.npx-muted{color:var(--text-sec);font-size:.76rem;line-height:1.8;text-align:center}
.npx-rail{max-width:1120px;margin:.75rem auto 0}.npx-rail-head{display:flex;align-items:center;justify-content:space-between;gap:.6rem;flex-wrap:wrap}.npx-rail-head h3{margin:0}.npx-rail-head>div{font-size:.65rem;color:var(--text-sec)}.npx-rail-head i{display:inline-block;width:8px;height:8px;border-radius:50%;margin-inline:.2rem}.npx-rail-head i.prime{background:#ff7868}.npx-rail-head i.square{background:#57baff}.npx-rail-head i.tri{background:#43d6a5}.npx-number-rail{display:grid;grid-template-columns:repeat(11,1fr);gap:.35rem}.npx-number-rail button{position:relative;border:1px solid var(--border);background:var(--bg-input);color:var(--text-sec);border-radius:8px;padding:.55rem .2rem;cursor:pointer}.npx-number-rail button.current{border-color:var(--gold);color:var(--gold);transform:scale(1.08);background:rgba(201,168,76,.12)}.npx-number-rail button.prime::after,.npx-number-rail button.square::before,.npx-number-rail button.tri span{content:'';position:absolute;width:5px;height:5px;border-radius:50%}.npx-number-rail button.prime::after{background:#ff7868;top:3px;right:3px}.npx-number-rail button.square::before{background:#57baff;top:3px;left:3px}.npx-number-rail button.tri{box-shadow:inset 0 -2px #43d6a5}
.npx-reps{display:grid;grid-template-columns:repeat(2,1fr);gap:.4rem}.npx-reps>div{background:var(--bg-input);border:1px solid var(--border);border-radius:8px;padding:.5rem}.npx-reps b{display:block;color:var(--text-sec);font-size:.67rem}.npx-reps code{display:block;color:#42c9c5;direction:ltr;overflow-wrap:anywhere;margin-top:.2rem}.npx-dots{display:grid;grid-template-columns:repeat(var(--cols),8px);gap:4px;justify-content:center;max-height:230px;overflow:auto;padding:.5rem}.npx-dots i{width:8px;height:8px;border-radius:50%;background:#57baff;box-shadow:0 0 5px rgba(87,186,255,.35)}.npx-path{display:flex;align-items:center;flex-wrap:wrap;gap:.28rem;justify-content:center;direction:ltr}.npx-path.compact{max-height:140px;overflow:auto}.npx-path>span{color:var(--text-muted)}.npx-const-list{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.npx-const-list>div{background:var(--bg-input);border:1px solid var(--border);border-radius:9px;padding:.55rem;display:grid;gap:.25rem}.npx-const-list b{font-size:1.3rem;color:#d982e8}.npx-const-list span{font-size:.7rem;color:var(--text-sec)}.npx-const-list code{direction:ltr;overflow-wrap:anywhere}.npx-const-list mark{background:rgba(217,130,232,.2);color:#e7a6f1}.npx-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.45rem}.npx-actions button,.npx-compare-form button{border:1px solid var(--gold);color:var(--gold);background:rgba(201,168,76,.08);border-radius:8px;padding:.48rem .75rem;cursor:pointer;font-family:var(--font-main)}
.npx-compare{max-width:1120px;margin:auto}.npx-compare-form{display:flex;justify-content:center;align-items:center;gap:.5rem;flex-wrap:wrap}.npx-compare-form input{width:150px;background:var(--bg-input);border:1px solid var(--border);color:var(--text-pri);border-radius:8px;padding:.55rem;text-align:center;font-size:1rem}.npx-compare-cols{display:grid;grid-template-columns:1fr 1.4fr 1fr;gap:.6rem;margin-top:1rem}.npx-compare-cols article{border:1px solid var(--border);border-radius:10px;padding:.7rem;text-align:center;background:var(--bg-input)}.npx-compare-cols h4{font-size:1.5rem;margin:.2rem}.npx-between>div{display:grid;grid-template-columns:repeat(2,1fr);gap:.35rem}.npx-error{color:#ff7868;text-align:center}
html[data-theme="light"] .npx-card{box-shadow:0 4px 14px rgba(80,60,20,.05)}html[data-theme="light"] .np-input-section{background:rgba(255,255,255,.92)!important}
@media(max-width:820px){.npx-summary-grid,.npx-explore-grid{grid-template-columns:1fr}.npx-number-rail{grid-template-columns:repeat(6,1fr)}.npx-compare-cols{grid-template-columns:1fr}.npx-between{order:3}.npx-const-list{grid-template-columns:1fr}}
@media(max-width:520px){.np-body{padding:0 .5rem .7rem!important}.npx-card{padding:.75rem}.npx-number-rail{grid-template-columns:repeat(4,1fr)}.npx-seq,.npx-reps{grid-template-columns:1fr}.npx-primes{flex-direction:column;text-align:center}.np-input-section{padding:.5rem!important}.np-spin-btn{display:none}.np-spin-input{width:100px!important}}

.npx-all-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;max-width:1120px;margin:.75rem auto}.npx-wide{max-width:1120px;margin:.75rem auto}.npx-nth-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem}.npx-nth-grid>div{border-right:3px solid var(--c);background:color-mix(in srgb,var(--c) 7%,transparent);border-radius:9px;padding:.5rem}.npx-nth-grid span{display:block;color:var(--text-sec);font-size:.68rem}.npx-nth-grid b{display:block;color:var(--c);font-size:.92rem;margin-top:.15rem}.npx-subhead{color:var(--gold);font-weight:800;font-size:.75rem;margin:.65rem 0 .35rem}.npx-const-list>div header{display:flex;align-items:center;gap:.5rem}.npx-const-list>div header span{font-weight:700;color:var(--text-pri)}
@media(max-width:820px){.npx-all-grid{grid-template-columns:1fr}.npx-nth-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:520px){.npx-nth-grid{grid-template-columns:1fr}}

/* v68 — bilingual list layout and improved light mode */
.npx-inline-tags span.no{color:var(--text-sec);border-color:var(--border);background:var(--bg-input)}
.npx-status-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}
.npx-status-grid article{border-right:3px solid var(--c);background:color-mix(in srgb,var(--c) 7%,transparent);border-radius:10px;padding:.65rem .75rem}
.npx-status-grid b{display:block;color:var(--c);font-size:.82rem;margin-bottom:.25rem}
.npx-status-grid span{display:block;color:var(--text-sec);font-size:.73rem;line-height:1.75}
.npx-low-priority{margin-top:.75rem!important;opacity:.94}
@media(max-width:600px){.npx-status-grid{grid-template-columns:1fr}}

/* Bilingual headings and compact list presentation */
.npx-card h3 small{display:block;margin-top:.12rem;color:var(--text-sec);font:600 .62rem/1.3 'JetBrains Mono','Ubuntu Mono',monospace;direction:ltr;text-align:right;letter-spacing:.02em}
.npx-metrics{display:flex!important;flex-direction:column;gap:.32rem!important}
.npx-chip{display:grid!important;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.75rem;text-align:right!important;padding:.48rem .65rem!important;border-radius:8px!important}
.npx-chip .npx-bi-label{min-width:0}.npx-chip b{margin:0!important;text-align:left;direction:ltr;font-size:1rem!important;white-space:normal}
.npx-bi-label{display:flex!important;flex-direction:column;gap:.08rem;color:var(--text-pri)}
.npx-bi-label strong{font-size:.72rem;font-weight:700;color:var(--text-pri)}
.npx-bi-label small{font:500 .58rem/1.25 'JetBrains Mono','Ubuntu Mono',monospace;color:var(--text-sec);direction:ltr;text-align:right}
.npx-seq b small,.npx-status-grid b small,.npx-const-list header span small{display:block;margin-top:.08rem;font:500 .56rem/1.25 'JetBrains Mono','Ubuntu Mono',monospace;color:var(--text-sec);direction:ltr;text-align:right}
.npx-nth-grid>div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.55rem;align-items:center}.npx-nth-grid>div .npx-bi-label span{display:none}.npx-nth-grid>div b{margin:0!important;text-align:left;direction:ltr}
.npx-reps{display:flex!important;flex-direction:column;gap:.35rem!important}.npx-reps>div{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.75rem}.npx-reps code{margin:0!important;text-align:left;font-weight:800;font-size:.9rem}
.npx-const-list>div header span{display:block;color:var(--text-pri);font-weight:700}
/* Stronger contrast in light mode */
html[data-theme="light"] .np-number{color:#5f4700!important;text-shadow:none!important}
html[data-theme="light"] .npx-factor{color:#5f4700!important}
html[data-theme="light"] .npx-chip b,html[data-theme="light"] .npx-nth-grid b,html[data-theme="light"] .npx-seq b,html[data-theme="light"] .npx-numlink{color:color-mix(in srgb,var(--c,#5f4700) 58%,#111)!important}
html[data-theme="light"] .npx-reps code{color:#075d5b!important}
html[data-theme="light"] .npx-number-rail button{color:#2d2920!important;background:#fff!important;border-color:rgba(80,65,30,.35)!important;font-weight:700}
html[data-theme="light"] .npx-number-rail button.current{color:#5f4700!important;background:#fff5d8!important;border-color:#8b6800!important}
html[data-theme="light"] .npx-const-list code{color:#34233d!important}html[data-theme="light"] .npx-const-list mark{color:#65156f!important;background:#f3d9f6!important}
html[data-theme="light"] .npx-divs .npx-numlink{color:#4e318d!important;background:#f1ebff!important;border-color:#8b70bd!important}
@media(max-width:520px){.npx-chip{grid-template-columns:minmax(0,1fr) auto}.npx-nth-grid>div{grid-template-columns:minmax(0,1fr) auto}}


/* v69 — spacious structured lists, no editorial notes */
#pageNumprops>header,.np-standalone{max-width:1420px!important}
.np-standalone{padding-inline:clamp(.7rem,2vw,1.6rem)!important}
.np-body{padding-inline:clamp(.65rem,1.5vw,1.35rem)!important}
.npx-summary-grid,.npx-all-grid,.npx-wide,.npx-rail,.npx-compare{max-width:1340px!important}
.npx-summary-grid{grid-template-columns:minmax(0,.92fr) minmax(0,1.18fr);gap:1rem}
.npx-all-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1rem}
.npx-card{padding:1rem 1.15rem;border-radius:15px}
.npx-card h3{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;font-size:1rem;margin-bottom:.8rem;white-space:nowrap}
.npx-card h3 small{display:inline!important;margin:0!important;flex:none;text-align:left!important;white-space:nowrap;font-size:.62rem!important}
.npx-metrics{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem!important}
.npx-chip{min-height:52px;grid-template-columns:minmax(150px,1fr) minmax(70px,auto);padding:.55rem .75rem!important;gap:1rem}
.npx-bi-label{min-width:0;display:grid!important;grid-template-columns:minmax(max-content,1fr) auto;align-items:baseline;gap:.55rem!important}
.npx-bi-label strong{font-size:.77rem;line-height:1.35;white-space:nowrap}
.npx-bi-label small{font-size:.57rem;line-height:1.2;white-space:nowrap;text-align:left!important}
.npx-chip b{white-space:nowrap!important;overflow:visible!important;text-align:left!important;font-size:1.02rem!important}
.npx-factor{font-size:1.35rem;padding:.2rem 0 .7rem;white-space:nowrap;overflow-x:auto}
.npx-divs{justify-content:flex-start;gap:.38rem}.npx-pairs{justify-content:flex-start;gap:.4rem}
.npx-pairs span,.npx-inline-tags span{white-space:nowrap}
.npx-seq{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}
.npx-seq>div{display:grid;grid-template-columns:minmax(130px,.8fr) minmax(0,1.2fr);align-items:center;gap:.7rem;min-height:58px;padding:.58rem .7rem}
.npx-seq b,.npx-seq b small,.npx-seq span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.npx-seq span{text-align:left;font-size:.72rem}
.npx-status-grid{grid-template-columns:1fr 1fr;gap:.7rem}
.npx-status-grid article{min-height:118px;padding:.8rem .9rem}
.npx-status-grid article b{white-space:nowrap}.npx-status-grid article span{line-height:1.75}
.npx-nth-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}
.npx-nth-grid>div{grid-template-columns:minmax(250px,1fr) minmax(90px,auto);min-height:58px;padding:.58rem .72rem}
.npx-nth-grid>div .npx-bi-label{grid-template-columns:minmax(max-content,1fr) auto}
.npx-nth-grid>div .npx-bi-label strong,.npx-nth-grid>div .npx-bi-label small{white-space:nowrap}
.npx-nth-grid>div b{white-space:nowrap;font-size:1rem}
.npx-const-list{grid-template-columns:1fr 1fr;gap:.75rem}
.npx-const-list>div{min-height:142px;padding:.75rem .9rem}.npx-const-list>div header span,.npx-const-list>div header span small{white-space:nowrap}
.npx-const-list code{white-space:nowrap;overflow-x:auto;display:block;padding-bottom:.15rem}
.npx-reps{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:.55rem!important}
.npx-reps>div{display:grid;grid-template-columns:1fr;gap:.35rem;min-height:82px;align-content:center;text-align:center;padding:.65rem .75rem}
.npx-reps .npx-bi-label{display:flex!important;justify-content:center;gap:.45rem!important}.npx-reps code{text-align:center!important;font-size:1rem;white-space:nowrap;overflow-x:auto}
.npx-number-rail{gap:.45rem}.npx-number-rail button{font-weight:800;font-size:.83rem;min-height:42px}
.npx-primes{justify-content:flex-start;gap:1.5rem}.npx-primes span{white-space:nowrap}
.npx-compare-form{margin-block:.4rem 1rem}.npx-compare-cols{gap:.9rem}.npx-between>div{gap:.5rem}
html[data-theme="light"] .npx-card{background:#fff;border-color:rgba(87,68,20,.28);box-shadow:0 5px 16px rgba(55,42,10,.06)}
html[data-theme="light"] .npx-chip{background:#fbfaf6;border-color:color-mix(in srgb,var(--c) 38%,#b6aa8b)}
html[data-theme="light"] .npx-chip b,html[data-theme="light"] .npx-nth-grid b,html[data-theme="light"] .npx-seq b{color:color-mix(in srgb,var(--c,#5f4700) 72%,#111)!important}
html[data-theme="light"] .npx-bi-label strong{color:#231f17!important}html[data-theme="light"] .npx-bi-label small{color:#655d50!important}
@media(max-width:1050px){
 .npx-summary-grid,.npx-all-grid{grid-template-columns:1fr}
 .npx-reps{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:720px){
 .npx-card h3{white-space:normal;align-items:flex-start}.npx-card h3 small{white-space:normal}
 .npx-metrics,.npx-seq,.npx-nth-grid,.npx-status-grid,.npx-const-list{grid-template-columns:1fr!important}
 .npx-chip{grid-template-columns:minmax(0,1fr) auto}.npx-bi-label{display:flex!important;flex-direction:column;gap:.08rem!important}.npx-bi-label strong,.npx-bi-label small{white-space:normal}
 .npx-nth-grid>div{grid-template-columns:minmax(0,1fr) auto}.npx-nth-grid>div .npx-bi-label{display:flex!important}
 .npx-seq>div{grid-template-columns:minmax(110px,.8fr) minmax(0,1.2fr)}
 .npx-reps{grid-template-columns:1fr}
}

/* v70 — stable non-overlapping layout */
#pageNumprops,
#pageNumprops *{box-sizing:border-box}
#pageNumprops>header,.np-standalone{max-width:1380px!important}
.np-standalone{padding-inline:clamp(.65rem,2vw,1.5rem)!important}
.np-standalone .numprops-section{overflow:visible!important}
.np-body{padding-inline:clamp(.55rem,1.4vw,1.15rem)!important;overflow:visible!important}
.np-input-section{position:static!important;max-width:760px!important;margin:1.1rem auto 0!important;backdrop-filter:none!important}

.npx-summary-grid,.npx-all-grid,.npx-wide,.npx-rail,.npx-compare{max-width:1320px!important;width:100%;margin-inline:auto}
.npx-summary-grid,.npx-all-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;align-items:start}
.npx-wide,.npx-rail{margin-top:1rem}
.npx-card{min-width:0;overflow:hidden;padding:1.05rem 1.15rem}
.npx-card h3{display:block!important;white-space:normal!important;line-height:1.45;margin:0 0 .85rem!important}
.npx-card h3 small{display:block!important;white-space:normal!important;text-align:right!important;margin-top:.12rem!important;line-height:1.35}

/* Main metric lists */
.npx-metrics{display:grid!important;grid-template-columns:1fr!important;gap:.42rem!important}
.npx-chip{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(90px,max-content)!important;align-items:center;gap:1rem;min-height:54px;padding:.58rem .75rem!important;overflow:hidden}
.npx-bi-label{display:block!important;min-width:0}
.npx-bi-label strong,.npx-bi-label small{display:block!important;white-space:normal!important;overflow-wrap:anywhere}
.npx-bi-label strong{font-size:.79rem;line-height:1.45}
.npx-bi-label small{margin-top:.08rem;text-align:right!important;line-height:1.3}
.npx-chip b{min-width:0;max-width:100%;white-space:normal!important;overflow-wrap:anywhere!important;word-break:break-word;text-align:left!important;line-height:1.4}

/* Divisors and tags */
.npx-factor{white-space:normal!important;overflow-wrap:anywhere;line-height:1.6}
.npx-divs,.npx-pairs,.npx-inline-tags{align-items:flex-start}
.npx-divs .npx-numlink,.npx-pairs span,.npx-inline-tags span{white-space:normal!important;overflow-wrap:anywhere}

/* Sequence membership: clean vertical rows */
.npx-seq{display:grid!important;grid-template-columns:1fr!important;gap:.5rem!important}
.npx-seq>div{display:grid!important;grid-template-columns:minmax(170px,.8fr) minmax(0,1.2fr)!important;align-items:center;gap:1rem;min-height:60px;padding:.62rem .75rem}
.npx-seq b,.npx-seq b small,.npx-seq span{white-space:normal!important;overflow:visible!important;text-overflow:clip!important;line-height:1.45}
.npx-seq span{text-align:left;overflow-wrap:anywhere}

/* Happy/Harshad cards */
.npx-status-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}
.npx-status-grid article{min-width:0;min-height:0;padding:.85rem .95rem}
.npx-status-grid article b,.npx-status-grid article span{white-space:normal!important;overflow-wrap:anywhere}

/* nth-term list */
.npx-nth-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:.62rem!important}
.npx-nth-grid>div{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(105px,max-content)!important;align-items:center;gap:1rem;min-width:0;min-height:62px;padding:.62rem .78rem}
.npx-nth-grid>div .npx-bi-label{display:block!important;min-width:0}
.npx-nth-grid>div .npx-bi-label strong,.npx-nth-grid>div .npx-bi-label small{white-space:normal!important;overflow-wrap:anywhere}
.npx-nth-grid>div b{min-width:0;max-width:100%;white-space:normal!important;overflow-wrap:anywhere;text-align:left!important;line-height:1.4}

/* Constants */
.npx-const-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}
.npx-const-list>div{min-width:0;min-height:0;padding:.85rem .95rem;overflow:hidden}
.npx-const-list>div header{min-width:0;align-items:flex-start}
.npx-const-list>div header span,.npx-const-list>div header span small{white-space:normal!important;overflow-wrap:anywhere}
.npx-const-list code{max-width:100%;white-space:normal!important;overflow-wrap:anywhere;word-break:break-all;line-height:1.7}

/* Representations */
.npx-reps{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:.65rem!important}
.npx-reps>div{min-width:0;min-height:92px;display:flex!important;flex-direction:column;justify-content:center;align-items:center;gap:.4rem;padding:.72rem}
.npx-reps .npx-bi-label{display:block!important;text-align:center}
.npx-reps .npx-bi-label small{text-align:center!important}
.npx-reps code{max-width:100%;white-space:normal!important;overflow-wrap:anywhere;word-break:break-all;text-align:center!important}

/* Nearby numbers */
.npx-number-rail{grid-template-columns:repeat(11,minmax(0,1fr));gap:.45rem}
.npx-number-rail button{min-width:0;transform:none!important}

/* Comparison */
.npx-compare-cols{grid-template-columns:minmax(0,.9fr) minmax(340px,1.35fr) minmax(0,.9fr);gap:1rem;align-items:start}
.npx-compare-cols article{min-width:0;overflow:hidden}
.npx-between>div{grid-template-columns:1fr!important}

@media(max-width:1100px){
 .npx-summary-grid,.npx-all-grid{grid-template-columns:1fr}
 .npx-reps{grid-template-columns:repeat(2,minmax(0,1fr))!important}
 .npx-compare-cols{grid-template-columns:1fr}
}
@media(max-width:760px){
 .npx-nth-grid,.npx-status-grid,.npx-const-list{grid-template-columns:1fr!important}
 .npx-chip,.npx-nth-grid>div{grid-template-columns:minmax(0,1fr) minmax(76px,max-content)!important;gap:.65rem}
 .npx-seq>div{grid-template-columns:1fr!important;gap:.25rem}
 .npx-seq span{text-align:right}
 .npx-reps{grid-template-columns:1fr!important}
 .npx-number-rail{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media(max-width:480px){
 .npx-chip,.npx-nth-grid>div{grid-template-columns:1fr!important}
 .npx-chip b,.npx-nth-grid>div b{text-align:right!important}
 .npx-card{padding:.8rem}
}


/* v71 mobile/card overlap fix for sequences */
.npx-seq{
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(240px,1fr))!important;
  gap:.75rem!important;
  align-items:stretch!important;
}
.npx-seq>div{
  display:flex!important;
  flex-direction:column!important;
  align-items:stretch!important;
  justify-content:flex-start!important;
  gap:.5rem!important;
  min-width:0!important;
  min-height:110px!important;
  padding:.8rem .9rem!important;
  overflow:hidden!important;
}
.npx-seq>div>*{min-width:0!important;max-width:100%!important}
.npx-seq b{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:flex-start!important;
  gap:.14rem!important;
  min-width:0!important;
  width:100%!important;
  color:var(--c)!important;
  font-size:1rem!important;
  line-height:1.35!important;
  text-align:right!important;
}
.npx-seq b small{
  display:block!important;
  width:100%!important;
  margin:0!important;
  color:#9ec5ff!important;
  font-size:.76rem!important;
  line-height:1.35!important;
  text-align:right!important;
  white-space:normal!important;
  word-break:normal!important;
  overflow-wrap:break-word!important;
}
.npx-seq span{
  display:block!important;
  width:100%!important;
  min-width:0!important;
  align-self:stretch!important;
  padding:.42rem .65rem!important;
  border:1px solid rgba(255,255,255,.08)!important;
  border-radius:10px!important;
  background:rgba(255,255,255,.03)!important;
  color:var(--text-pri)!important;
  font-size:.86rem!important;
  line-height:1.55!important;
  text-align:right!important;
  direction:rtl!important;
  unicode-bidi:plaintext!important;
  white-space:normal!important;
  word-break:normal!important;
  overflow-wrap:break-word!important;
}
.npx-primes{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:.6rem!important;
  align-items:stretch!important;
}
.npx-primes>span{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:.55rem!important;
  min-width:0!important;
  padding:.55rem .7rem!important;
  border:1px solid var(--border)!important;
  border-radius:10px!important;
  background:rgba(255,255,255,.02)!important;
  line-height:1.5!important;
  white-space:normal!important;
}
.npx-primes>span .npx-numlink{flex:0 0 auto}

@media(max-width:760px){
  .npx-seq{grid-template-columns:1fr!important}
  .npx-seq>div{min-height:unset!important}
  .npx-primes{grid-template-columns:1fr!important}
}
@media(max-width:480px){
  .npx-seq>div{padding:.72rem .78rem!important}
  .npx-seq b{font-size:.95rem!important}
  .npx-seq b small{font-size:.72rem!important}
  .npx-seq span{font-size:.82rem!important;padding:.38rem .58rem!important}
  .npx-primes>span{flex-direction:row!important;align-items:center!important}
}


/* v72 — simplified number properties layout */
.np-pre-title{display:none!important}
.np-standalone .numprops-header,.numprops-section .numprops-header{padding-top:1.25rem!important}
.np-factorization{font-size:1rem!important;color:var(--text-sec)!important;text-align:center!important;margin-top:.15rem!important}
.np-head-divs{margin:.7rem auto .35rem;max-width:920px}
.np-head-divs-wrap{border:1px solid var(--border);background:var(--bg-input);border-radius:14px;padding:.7rem .9rem;display:grid;gap:.35rem}
.np-head-divs-title{color:var(--gold);font-weight:800;text-align:center}
.np-head-divs-title b{font-size:1.02rem}
.np-head-divs-list{direction:rtl;text-align:center;line-height:1.9;font-size:.95rem;color:var(--text-pri)}
.np-head-divs-list .npx-numlink{font-weight:800}
.np-head-divs-meta,.np-head-divs-empty{color:var(--text-sec);text-align:center;font-size:.85rem}
.np-sep{opacity:.6;padding:0 .14rem}
.np-head-divs-more{color:var(--gold);font-weight:800}
.npx-all-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:1rem!important;max-width:1320px!important;margin:.75rem auto 0!important;align-items:start!important}
.npx-all-grid>.npx-card{margin:0!important;max-width:none!important;width:100%}
.npx-span-2{grid-column:1 / -1!important}
.npx-card.npx-representations .npx-reps{grid-template-columns:repeat(2,minmax(0,1fr))!important}
.npx-card.npx-constants .npx-const-list{grid-template-columns:1fr!important}
.npx-card.npx-constants .npx-const-list code{font-size:1.18rem!important;font-weight:800!important;letter-spacing:.02em}
.npx-card.npx-constants .npx-const-list span{font-size:.84rem!important}
.npx-card.npx-constants .npx-const-list mark{padding:0 .18rem;border-radius:4px}
.npx-tagbar{margin-top:.6rem!important}
.npx-tagbar>span{font-size:.75rem!important}
.npx-nth-grid{grid-template-columns:1fr!important}
@media (max-width:900px){
  .npx-all-grid{grid-template-columns:1fr!important}
  .npx-span-2{grid-column:auto!important}
}


/* v73 — single-column minimalist layout inspired by reference */
.npx-main-tabs{display:none!important}
.np-body{padding-top:.5rem!important}
.np-standalone,.np-standalone .numprops-section{max-width:860px!important;margin-inline:auto!important}
.numprops-header,.np-standalone .numprops-header{background:none!important;border-radius:0!important;padding:1rem 1rem .35rem!important}
.np-number{font-size:clamp(3rem,7vw,4.5rem)!important;line-height:1!important;color:#ffffff!important;text-shadow:none!important}
.np-factorization{margin-top:.2rem!important;text-align:center!important}
.npv-head-factor{font-size:1.6rem;font-weight:800;color:#ffffff;line-height:1.25}
.npv-head-root{font-size:1rem;color:#d7deee;line-height:1.5;margin-top:.15rem}
.npv-top-highlights,.np-identity-tags .npv-top-highlights{display:grid;gap:.18rem;margin-top:.55rem;text-align:center}
.npv-top-highlights div{color:#28dd52;font-weight:800;font-size:1.1rem;line-height:1.35}
.np-head-divs{margin-top:.85rem!important}
.npv-head-section{padding-top:.35rem}
.npv-head-title{font-size:1.75rem;font-weight:900;color:#1f74ff;text-align:center;line-height:1.1;margin-bottom:.55rem;text-transform:none}
.npv-head-empty{text-align:center;color:var(--text-sec)}
.npv-head-grid{display:grid;gap:.45rem}
.npv-head-grid>div{display:grid;grid-template-columns:120px 1fr;gap:.7rem;align-items:start;padding:.18rem 0;border-bottom:1px solid rgba(255,255,255,.06)}
.npv-head-grid>div:last-child{border-bottom:none}
.npv-head-grid span{color:#ffffff;font-weight:700}
.npv-head-grid b{color:#7ec3ff;font-size:1.02rem;font-weight:800}
.npv-head-list{line-height:1.9}
.npv-list-sep{opacity:.65;padding:0 .18rem}
.npv-head-list .npx-numlink,.npv-row .npx-numlink{font-weight:800;color:#7ec3ff;border-bottom:none}
.npv-page{max-width:760px;margin:0 auto;display:grid;gap:1.05rem;padding:0 .2rem 1rem}
.npv-highlights{display:none}
.npv-section{padding:.2rem 0}
.npv-section h3{margin:0 0 .55rem;text-align:center;color:#1f74ff;font-size:1.65rem;font-weight:900;line-height:1.1}
.npv-section h3 small{display:block;color:#ffffff;font-size:.92rem;font-weight:700;margin-top:.2rem}
.npv-rows{display:grid;gap:.38rem}
.npv-row{display:grid;grid-template-columns:230px 1fr;gap:.8rem;align-items:start;padding:.16rem 0;border-bottom:1px solid rgba(255,255,255,.06)}
.npv-row:last-child{border-bottom:none}
.npv-label{color:#ffffff;font-weight:700;line-height:1.55}
.npv-value{color:#7ec3ff;font-weight:800;line-height:1.65;overflow-wrap:anywhere}
.npv-value code,.npv-constant-item code{font-family:'Ubuntu Mono',monospace;color:#7ec3ff;font-size:1.03rem;background:none;padding:0}
.npv-constants{display:grid;gap:.75rem}
.npv-constant-item{padding:.2rem 0;border-bottom:1px solid rgba(255,255,255,.06)}
.npv-constant-item:last-child{border-bottom:none}
.npv-constant-head{display:flex;align-items:flex-start;gap:.55rem;margin-bottom:.18rem}
.npv-constant-head b{font-size:1.35rem;color:#1f74ff;line-height:1}
.npv-constant-head span{display:block;color:#ffffff;font-weight:700;line-height:1.4}
.npv-constant-head small{display:block;color:#d7deee;font-size:.82rem}
.npv-constant-note{color:#d7deee;line-height:1.5;margin-bottom:.16rem}
.npv-constant-item mark{background:rgba(31,116,255,.18);color:#ffffff;padding:0 .14rem;border-radius:4px}
.npv-note{text-align:center;color:#d7deee;font-size:.88rem;line-height:1.6;margin:.45rem 0 0}
.np-input-section{max-width:540px!important}
.np-go-btn::after{content:'عرض الخصائص';font-size:1rem}
@media (max-width:720px){
  .npv-head-grid>div,.npv-row{grid-template-columns:1fr;gap:.18rem}
  .npv-head-grid span,.npv-label{text-align:center}
  .npv-head-grid b,.npv-value{text-align:center}
  .npv-section h3{font-size:1.45rem}
  .npv-top-highlights div{font-size:1rem}
  .npv-head-title{font-size:1.55rem}
}


/* v74 — unified label/value columns for all number properties rows */
:root{
  --npv-label-col: 240px;
}

.npv-head-grid,
.npv-rows{
  display:grid!important;
  gap:.3rem!important;
}

.npv-head-grid>div,
.npv-row{
  display:grid!important;
  grid-template-columns: var(--npv-label-col) minmax(0,1fr)!important;
  align-items:center!important;
  column-gap:1rem!important;
}

.npv-head-grid span,
.npv-label{
  display:block!important;
  text-align:right!important;
  white-space:normal!important;
}

.npv-head-grid b,
.npv-value{
  display:block!important;
  text-align:left!important;
  white-space:normal!important;
}

.npv-row .npx-numlink,
.npv-head-list .npx-numlink,
.npv-value code,
.npv-constant-item code{
  display:inline-block;
}

.npv-head-list{
  text-align:left!important;
}

.npv-head-grid>div{
  padding:.22rem 0!important;
}

.npv-row{
  padding:.22rem 0!important;
}

.npv-section,
.npv-head-section{
  max-width:760px;
  margin-inline:auto;
}

.npv-constant-head{
  display:grid!important;
  grid-template-columns:42px 1fr;
  column-gap:.7rem;
}

.npv-constant-head span,
.npv-constant-note,
.npv-constant-item code{
  text-align:right;
}

@media (max-width:720px){
  :root{
    --npv-label-col: 150px;
  }
  .npv-head-grid>div,
  .npv-row{
    grid-template-columns: var(--npv-label-col) minmax(0,1fr)!important;
    column-gap:.7rem!important;
  }
  .npv-head-grid span,
  .npv-label{
    text-align:right!important;
  }
  .npv-head-grid b,
  .npv-value,
  .npv-head-list{
    text-align:left!important;
  }
}

@media (max-width:520px){
  :root{
    --npv-label-col: 132px;
  }
  .npv-section h3,
  .npv-head-title{
    font-size:1.35rem!important;
  }
  .npv-head-grid>div,
  .npv-row{
    grid-template-columns: var(--npv-label-col) minmax(0,1fr)!important;
    column-gap:.55rem!important;
  }
}


/* v75 — english term for every row + aligned colon column */
.npv-label,
.npv-head-grid span{display:block!important}
.npv-label-block{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.4rem;width:100%}
.npv-label-text{display:block;text-align:right;line-height:1.25}
.npv-label-ar{display:block;color:#ffffff;font-weight:700}
.npv-label-text small{display:block;color:#c9d3ea;font-size:.76rem;line-height:1.2;margin-top:.08rem}
.npv-colon{color:#ffffff;font-weight:800;line-height:1;align-self:center}
.npv-head-grid span,.npv-label{text-align:right!important}
.npv-head-grid b,.npv-value{text-align:left!important;justify-self:start!important}
.npv-note-label{display:block;width:var(--npv-label-col);min-width:var(--npv-label-col)}
.npv-constant-note{display:flex;align-items:flex-start;gap:1rem}
.npv-note-value{color:#7ec3ff;font-weight:800;line-height:1.5}
@media (max-width:720px){.npv-label-text small{font-size:.72rem}.npv-constant-note{gap:.7rem}}


/* v76 fixes based on review */
.np-go-btn{font-size:0!important}
.np-go-btn::after{content:'عرض'!important;font-size:1rem}
.np-standalone #npStandalone>.np-input-section{position:static!important;max-width:460px!important;margin:1rem auto 0!important;border:none!important;background:transparent!important;box-shadow:none!important;backdrop-filter:none!important;padding:0!important}
#npEmptyState2{padding:2.2rem 1rem 1rem!important}
#npEmptyState2 + .np-input-section{margin-top:.4rem!important}

.npv-nav-row{display:flex;justify-content:center;gap:.7rem;flex-wrap:wrap;margin:.25rem 0 .65rem}
.npv-nav-btn{display:flex;align-items:center;gap:.45rem;border:1px solid var(--border-lit);background:rgba(201,168,76,.08);color:var(--gold);border-radius:12px;padding:.45rem .7rem;cursor:pointer;font-family:var(--font-main)}
.npv-nav-btn small{color:var(--text-sec);font-size:.72rem}
.npv-nav-btn span{font-weight:800}
.npv-nav-btn .arr{font-size:1rem;line-height:1}

.npv-page{max-width:820px!important}
.npv-rows{max-width:700px;margin-inline:auto;display:grid!important;gap:.18rem!important}
.npv-row{grid-template-columns:320px 220px!important;justify-content:center!important;align-items:center!important;border-bottom:none!important;padding:.14rem 0!important}
.npv-row:last-child{border-bottom:none!important}
.npv-label{display:flex!important;justify-content:flex-end!important}
.npv-label-block{max-width:100%}
.npv-value{text-align:center!important;justify-self:center!important}
.npv-head-grid>div{border-bottom:none!important}
.npv-head-title small{display:inline-block;margin-inline-start:.35rem;color:#c9d3ea;font-size:.8rem;font-weight:700}
.npv-div-inline{max-width:760px;margin:.15rem auto 0;text-align:center;line-height:2}
.npv-div-values{display:block;color:#7ec3ff;font-weight:800}
.npv-div-sum{display:block;color:#d7deee;margin-top:.1rem}
.npv-div-sum b{color:var(--gold)}
.npv-head-list,.npv-value code{text-align:center!important}
.npv-head-grid,.npv-constant-item{max-width:760px;margin-inline:auto}
.npv-constant-note-grid{display:grid;gap:.28rem}
.npv-constant-note{border-bottom:none!important;display:grid;grid-template-columns:320px 1fr;justify-content:center;align-items:start;gap:1rem}
.npv-note-label{width:auto!important;min-width:0!important;justify-self:end}
.npv-note-value{justify-self:center;text-align:center}
.npv-constant-note code{display:inline-block}
.npv-note-value code{font-size:1rem}
.npv-section h3,.npv-head-title{text-align:center!important}
@media (max-width:760px){
  .npv-row{grid-template-columns:230px minmax(120px,1fr)!important}
  .npv-constant-note{grid-template-columns:230px minmax(120px,1fr)!important;gap:.6rem}
}
@media (max-width:520px){
  .npv-row{grid-template-columns:1fr!important}
  .npv-label{justify-content:center!important}
  .npv-value{justify-self:center!important}
  .npv-constant-note{grid-template-columns:1fr!important}
  .npv-note-label,.npv-note-value{justify-self:center}
}


/* v77 — tighter centered columns + bilingual top highlights */
.npv-page{max-width:720px!important}
.npv-rows{max-width:610px!important;margin-inline:auto!important}
.npv-row{grid-template-columns:270px minmax(90px,130px)!important;column-gap:.15rem!important;justify-content:center!important}
.npv-label{justify-content:flex-end!important}
.npv-label-block{gap:.22rem!important}
.npv-value{text-align:center!important;justify-self:center!important;min-width:90px}

.npv-top-highlights,.np-identity-tags .npv-top-highlights{display:grid;gap:.24rem;margin-top:.45rem;text-align:center}
.npv-top-highlights div{color:#28dd52;font-weight:800;font-size:1.08rem;line-height:1.2}
.npv-top-highlights .npv-top-ar{display:block;color:#28dd52;font-weight:800}
.npv-top-highlights .npv-top-en{display:block;color:#d7deee;font-size:.78rem;font-weight:700;margin-top:.08rem;line-height:1.2}

.npv-constant-note{grid-template-columns:270px minmax(120px,1fr)!important;gap:.45rem!important}
.npv-note-value{justify-self:center!important;text-align:center!important}

@media (max-width:760px){
  .npv-rows{max-width:560px!important}
  .npv-row{grid-template-columns:240px minmax(86px,120px)!important}
  .npv-constant-note{grid-template-columns:240px minmax(100px,1fr)!important}
}
@media (max-width:520px){
  .npv-row{grid-template-columns:1fr!important}
  .npv-constant-note{grid-template-columns:1fr!important}
}


/* v78 — move blue values closer to the colon */
.npv-page{max-width:690px!important}
.npv-rows{max-width:560px!important;margin-inline:auto!important}
.npv-row{grid-template-columns:300px 56px!important;column-gap:0!important;justify-content:center!important}
.npv-label{justify-content:flex-end!important;padding-inline-end:.1rem!important}
.npv-label-block{gap:.12rem!important}
.npv-value{min-width:56px!important;width:56px!important;justify-self:start!important;text-align:left!important;padding-inline-start:0!important}
.npv-row .npx-numlink,.npv-value code{margin:0!important}

.npv-constant-note{grid-template-columns:300px minmax(90px,1fr)!important;column-gap:0!important}
.npv-note-value{justify-self:start!important;text-align:left!important}

@media (max-width:760px){
  .npv-rows{max-width:520px!important}
  .npv-row{grid-template-columns:270px 52px!important}
  .npv-value{min-width:52px!important;width:52px!important}
  .npv-constant-note{grid-template-columns:270px minmax(86px,1fr)!important}
}
@media (max-width:520px){
  .npv-row{grid-template-columns:1fr!important}
  .npv-value{width:auto!important;min-width:0!important;justify-self:center!important;text-align:center!important}
  .npv-constant-note{grid-template-columns:1fr!important}
  .npv-note-value{justify-self:center!important;text-align:center!important}
}


/* v79 — center the two columns and keep exactly one visual space between colon and value */
.npv-page{max-width:670px!important}
.npv-rows{max-width:540px!important;margin-inline:auto!important}
.npv-row{
  grid-template-columns: 280px 72px !important;
  column-gap: .45ch !important;
  justify-content: center !important;
  align-items: center !important;
}
.npv-label{
  display:flex!important;
  justify-content:flex-end!important;
  align-items:center!important;
  text-align:right!important;
}
.npv-label-block{
  gap:.18ch!important;
}
.npv-colon{
  display:inline-block!important;
  width:1ch!important;
  text-align:center!important;
}
.npv-value{
  width:72px!important;
  min-width:72px!important;
  justify-self:start!important;
  align-self:center!important;
  text-align:left!important;
  padding-inline-start:.35ch!important;
  margin:0!important;
}
.npv-row .npx-numlink,
.npv-value code{
  display:inline-block!important;
  margin:0!important;
}

.npv-constant-note{
  grid-template-columns: 280px minmax(95px,1fr) !important;
  column-gap: .45ch !important;
  justify-content:center!important;
}
.npv-note-label{
  justify-self:end!important;
}
.npv-note-value{
  justify-self:start!important;
  text-align:left!important;
  padding-inline-start:.35ch!important;
}

@media (max-width:760px){
  .npv-rows{max-width:500px!important}
  .npv-row{grid-template-columns:250px 68px!important}
  .npv-value{width:68px!important;min-width:68px!important}
  .npv-constant-note{grid-template-columns:250px minmax(90px,1fr)!important}
}
@media (max-width:520px){
  .npv-row{grid-template-columns:1fr!important;column-gap:0!important}
  .npv-label{justify-content:center!important}
  .npv-value{width:auto!important;min-width:0!important;justify-self:center!important;text-align:center!important;padding-inline-start:0!important}
  .npv-constant-note{grid-template-columns:1fr!important;column-gap:0!important}
  .npv-note-label,.npv-note-value{justify-self:center!important;text-align:center!important;padding-inline-start:0!important}
}


/* v80 — wider value column, no wrapping, centered content block */
.npv-page{
  max-width:760px!important;
  margin-inline:auto!important;
}
.npv-section{
  width:100%!important;
  max-width:720px!important;
  margin-inline:auto!important;
}
.npv-rows{
  width:100%!important;
  max-width:620px!important;
  margin-inline:auto!important;
}
.npv-row{
  grid-template-columns:270px 180px!important;
  column-gap:.5ch!important;
  justify-content:center!important;
  align-items:center!important;
}
.npv-label{
  justify-content:flex-end!important;
}
.npv-value{
  width:180px!important;
  min-width:180px!important;
  max-width:180px!important;
  justify-self:start!important;
  text-align:left!important;
  white-space:nowrap!important;
  overflow:visible!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
  padding-inline-start:.35ch!important;
}
.npv-value .npx-numlink,
.npv-value code{
  white-space:nowrap!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
}
.npv-constant-note{
  grid-template-columns:270px minmax(180px,1fr)!important;
  max-width:620px!important;
  margin-inline:auto!important;
  column-gap:.5ch!important;
}
.npv-note-value{
  min-width:180px!important;
  white-space:nowrap!important;
  overflow:visible!important;
}
@media (max-width:760px){
  .npv-rows{max-width:560px!important}
  .npv-row{grid-template-columns:240px 170px!important}
  .npv-value{width:170px!important;min-width:170px!important;max-width:170px!important}
  .npv-constant-note{grid-template-columns:240px minmax(170px,1fr)!important;max-width:560px!important}
  .npv-note-value{min-width:170px!important}
}
@media (max-width:520px){
  .npv-row{grid-template-columns:minmax(180px,1fr) minmax(135px,160px)!important}
  .npv-value{width:auto!important;min-width:135px!important;max-width:160px!important;justify-self:start!important;text-align:left!important}
  .npv-label{justify-content:flex-end!important}
  .npv-constant-note{grid-template-columns:minmax(180px,1fr) minmax(135px,160px)!important}
  .npv-note-label{justify-self:end!important}
  .npv-note-value{min-width:135px!important;justify-self:start!important;text-align:left!important}
}


/* v81 — English-first simple layout like the reference */
#pageNumprops>header{display:none!important}
.np-standalone{max-width:980px!important;padding:0 1rem 2rem!important}
.np-back-btn{font-size:.9rem!important}
.numprops-section{max-width:940px!important;margin:0 auto!important;border:1px solid rgba(255,255,255,.18)!important;border-radius:22px!important;background:rgba(11,12,18,.82)!important;box-shadow:0 0 0 1px rgba(255,255,255,.05), 0 10px 30px rgba(0,0,0,.35)!important;overflow:hidden!important}
.numprops-header{padding:1rem 1rem .2rem!important;background:transparent!important;border-radius:0!important}
.np-number{font-size:4rem!important;line-height:1!important;color:#fff7ef!important;text-shadow:none!important;text-align:center!important;margin-top:.2rem}
.np-factorization{font-size:1.1rem!important;text-align:center!important;color:#fff!important;margin-top:.25rem!important}
.npe-top-title{font-size:1.05rem;font-weight:900;letter-spacing:.02em;color:#1f74ff;text-align:center;margin-bottom:.35rem}
.npe-top-title small{display:block;color:#d7deee;font-size:.75rem;margin-top:.08rem;font-weight:700}
.npe-head-factor{font-weight:900;color:#fff;font-size:1.02rem}
.np-head-divs{margin-top:.7rem!important}
.np-identity-tags{margin-top:.7rem!important}
.npe-nav-row{display:flex;justify-content:center;gap:.7rem;flex-wrap:wrap;margin:0 0 .5rem}
.npe-nav-btn{display:flex;align-items:center;gap:.45rem;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.04);color:#e8c96a;border-radius:10px;padding:.4rem .65rem;cursor:pointer;font-family:var(--font-main)}
.npe-nav-btn small{display:block;color:#d7deee;font-size:.68rem;font-weight:600}.npe-nav-btn b{color:#fff;font-size:.95rem}

.npe-section{max-width:760px;margin:0 auto 1.2rem;text-align:center}
.npe-section h2{margin:0 0 .55rem;color:#1f74ff;font-size:1.7rem;font-weight:900;line-height:1.05;text-align:center}
.npe-section h2 small{display:block;color:#ffffff;font-size:.83rem;font-weight:700;margin-top:.15rem}
.npe-div-grid{display:grid;grid-template-columns:1fr 1.6fr 1fr;gap:.8rem;align-items:start}
.npe-subhead{display:block;color:#ffffff;font-size:.9rem;font-weight:800;line-height:1.2}
.npe-subhead small{display:block;color:#d7deee;font-size:.72rem;font-weight:700}
.npe-div-grid b{display:block;color:#7ec3ff;font-size:1.05rem;margin-top:.18rem}
.npe-div-list{line-height:1.5}
.npe-div-rank{color:#ffffff;font-weight:800;line-height:1.25;margin-top:.2rem}
.npe-div-rank small{display:block;color:#d7deee;font-size:.72rem;font-weight:700}

.npe-page{max-width:760px;margin:0 auto}
.npe-lines{display:grid;gap:.12rem;max-width:500px;margin:0 auto}
.npe-row{display:grid;grid-template-columns:1fr auto;align-items:center;gap:1rem;padding:.06rem 0}
.npe-left{text-align:right;justify-self:end;line-height:1.1}
.npe-label strong{display:inline-block;color:#ffffff;font-size:1.02rem;font-weight:900}
.npe-label small{display:block;color:#d7deee;font-size:.72rem;font-weight:700;margin-top:.06rem}
.npe-right{color:#7ec3ff;font-size:1.05rem;font-weight:900;text-align:left;white-space:nowrap}

.npe-conv-head,.npe-conv-row{display:grid;grid-template-columns:1fr 1.2fr 1fr;gap:.6rem;align-items:center}
.npe-conv-head{margin-bottom:.25rem}
.npe-conv-head>div{color:#fff;font-weight:800}.npe-conv-head small{display:block;color:#d7deee;font-size:.72rem}
.npe-conv-body{display:grid;gap:.18rem;max-width:600px;margin:0 auto}
.npe-conv-from,.npe-conv-to{color:#7ec3ff;font-size:1.05rem;font-weight:900;white-space:nowrap}
.npe-conv-mid span{display:block;color:#fff;font-weight:800}.npe-conv-mid small{display:block;color:#d7deee;font-size:.72rem}

.npe-constants .npv-constants{display:grid;gap:.7rem;max-width:720px;margin:0 auto}
.npe-constants .npv-constant-item{border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:.65rem .8rem;background:rgba(255,255,255,.03)}
.npe-constants .npv-constant-head{display:flex!important;align-items:flex-start;gap:.5rem;justify-content:center;text-align:center}
.npe-constants .npv-constant-head b{color:#1f74ff;font-size:1.25rem}.npe-constants .npv-constant-head span{color:#fff;font-weight:800}.npe-constants .npv-constant-head small{display:block;color:#d7deee;font-size:.72rem}
.npe-constants .npv-constant-note-grid{display:grid;gap:.3rem;margin-top:.4rem}
.npe-constants .npv-constant-note{display:grid;grid-template-columns:240px 1fr;justify-content:center;gap:.5rem;align-items:center}
.npe-constants .npv-note-label{text-align:right}.npe-constants .npv-note-value{text-align:left;color:#7ec3ff;font-weight:800}
.npe-constants .npv-note-label .npv-label-ar{color:#fff;font-weight:800}.npe-constants .npv-label-text small{color:#d7deee;font-size:.72rem}
.npe-constants code{white-space:normal;overflow-wrap:anywhere;word-break:break-all}
.npe-constants .npv-note{color:#d7deee;text-align:center;font-size:.8rem}

.np-body{padding:0 1rem .6rem!important}
.np-input-section{position:static!important;max-width:430px!important;margin:1rem auto 1.1rem!important;border:none!important;background:transparent!important;box-shadow:none!important;backdrop-filter:none!important;padding:0!important;display:flex;justify-content:center;gap:.5rem;align-items:center;flex-wrap:wrap}
.np-spin-btn{background:#0f121b!important;border:1px solid rgba(255,255,255,.7)!important;color:#b4d0ff!important;border-radius:8px!important;min-width:38px!important;height:36px!important}
.np-spin-input{width:140px!important;height:36px!important;border:1px solid #e8c96a!important;border-radius:8px!important;background:#0a0d13!important;color:#fff!important;text-align:center!important}
.np-go-btn{font-size:0!important;background:#e7e7e7!important;color:#111!important;border-radius:0!important;border:1px solid #bcbcbc!important;min-width:180px;height:38px}
.np-go-btn::after{content:'GET PROPERTIES'!important;font-size:1rem;font-weight:900}
#npEmptyState2{padding:3rem 1rem 1rem!important}
#npEmptyState2 + .np-input-section{margin-top:.4rem!important}

@media (max-width:700px){
 .npe-div-grid,.npe-conv-head,.npe-conv-row{grid-template-columns:1fr!important;gap:.35rem}
 .npe-row{grid-template-columns:1fr!important;gap:.1rem}
 .npe-left,.npe-right,.npe-conv-from,.npe-conv-to,.npe-conv-mid{text-align:center!important;justify-self:center!important}
 .npe-constants .npv-constant-note{grid-template-columns:1fr!important}
}


/* v82 — definitive horizontal centering */
#pageNumprops,
#pageNumprops .np-standalone,
#pageNumprops .numprops-section,
#pageNumprops .numprops-header,
#pageNumprops .np-body,
#pageNumprops .npe-page,
#pageNumprops .npe-section {
  margin-left:auto!important;
  margin-right:auto!important;
}
#pageNumprops .np-standalone{
  width:min(100%,980px)!important;
}
#pageNumprops .numprops-section{
  width:min(100%,940px)!important;
}
#pageNumprops .numprops-header,
#pageNumprops .np-body,
#pageNumprops .npe-page,
#pageNumprops .npe-section{
  width:100%!important;
  text-align:center!important;
}
#pageNumprops .npe-lines{
  width:max-content!important;
  max-width:100%!important;
  margin-inline:auto!important;
}
#pageNumprops .npe-row{
  grid-template-columns:260px 150px!important;
  justify-content:center!important;
  column-gap:.7rem!important;
}
#pageNumprops .npe-left{
  justify-self:end!important;
  text-align:right!important;
}
#pageNumprops .npe-right{
  justify-self:start!important;
  text-align:left!important;
  min-width:150px!important;
  white-space:nowrap!important;
}
#pageNumprops .npe-div-grid,
#pageNumprops .npe-conv-head,
#pageNumprops .npe-conv-body,
#pageNumprops .npe-constants .npv-constants{
  margin-inline:auto!important;
}
#pageNumprops .npe-div-grid{max-width:640px!important}
#pageNumprops .npe-conv-head,
#pageNumprops .npe-conv-body{max-width:600px!important}
#pageNumprops .np-input-section{
  margin-left:auto!important;
  margin-right:auto!important;
  justify-content:center!important;
}
@media(max-width:700px){
  #pageNumprops .npe-lines{width:100%!important}
  #pageNumprops .npe-row{grid-template-columns:1fr!important}
  #pageNumprops .npe-left,
  #pageNumprops .npe-right{justify-self:center!important;text-align:center!important;min-width:0!important}
}


/* v83 — remove blue icon, remove separator line, add green identity lines */
#pageNumprops, #pageNumprops::before, #pageNumprops::after,
#pageNumprops hr, #pageNumprops .divider, #pageNumprops .section-divider {
  border-top:none!important;
  background-image:none!important;
}
#pageNumprops .page-view, #pageNumprops .np-standalone {border-top:none!important}

#npEmptyState2{padding:2rem 1rem .35rem!important}
#npEmptyState2 .np-empty-search-copy{color:var(--gold);font-size:1rem;font-weight:700}
#npEmptyState2{display:grid;place-items:center}
#npEmptyState2 > div:first-child{display:none!important}
#npEmptyState2 + .np-input-section{margin-top:.2rem!important}

.npe-hi-wrap{display:grid;gap:.18rem;justify-content:center;margin:.15rem 0 .35rem}
.npe-hi-line{text-align:center;line-height:1.15}
.npe-hi-en{display:block;color:#25d94b;font-size:1.22rem;font-weight:900}
.npe-hi-ar{display:block;color:#bdf5c8;font-size:.75rem;font-weight:700;margin-top:.03rem}

/* ensure no separator line inside the standalone page */
.numprops-header, .np-body, .npe-section, .npe-div-grid, .npe-lines, .npe-conv-body {border-top:none!important;border-bottom:none!important;box-shadow:none!important}

/* keep input visually as the central search box */
.np-input-section{margin-top:.35rem!important}


/* v84 — add clear spacing around the search box inside the outer frame */
#pageNumprops .numprops-section{
  padding-bottom: 1rem !important;
}

#pageNumprops #npEmptyState2{
  padding: 2rem 1rem .7rem !important;
}

#pageNumprops #npEmptyState2 + .np-input-section,
#pageNumprops .np-input-section{
  margin-top: .8rem !important;
  margin-bottom: .9rem !important;
  padding: .5rem .6rem !important;
  min-height: 3.2rem;
}

#pageNumprops .np-body + .np-input-section,
#pageNumprops .numprops-header + .np-body + .np-input-section{
  margin-top: 1rem !important;
}

#pageNumprops .np-input-section{
  width: fit-content !important;
  max-width: calc(100% - 3rem) !important;
}

@media (max-width: 700px){
  #pageNumprops .np-input-section{
    max-width: calc(100% - 2rem) !important;
    padding: .45rem .5rem !important;
    margin-bottom: .85rem !important;
  }
}


/* v85 — inline Arabic label in nth-term rows and colon directly after # */
#pageNumprops .npe-inline-label{display:inline-flex!important;align-items:baseline!important;gap:.28rem!important;white-space:nowrap!important;flex-wrap:nowrap!important}
#pageNumprops .npe-inline-label strong{display:inline!important}
#pageNumprops .npe-inline-label small{display:inline!important;margin-top:0!important;color:#d7deee!important;font-size:.78rem!important;font-weight:700!important}
#pageNumprops .npe-left{line-height:1.25!important}


/* v86 — nth-term label order: English then Arabic in parentheses then #: */
#pageNumprops .npe-inline-label{display:inline-flex!important;align-items:baseline!important;gap:.28rem!important;white-space:nowrap!important;flex-wrap:nowrap!important}
#pageNumprops .npe-inline-label strong{display:inline!important}
#pageNumprops .npe-inline-label small{display:inline!important;margin-top:0!important;color:#d7deee!important;font-size:.78rem!important;font-weight:700!important}


/* V83 — refined Number Properties palette and wording/gematria card */
#pageNumprops{--npx-bg:#0a0a0a;--npx-soft:#121212;--npx-line:rgba(212,178,88,.22);--npx-text:#f5f1e6;--npx-muted:#c8c1b2}
#pageNumprops .numprops-section{background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,255,255,.01));border:1px solid rgba(212,178,88,.18);box-shadow:0 12px 40px rgba(0,0,0,.28)}
#pageNumprops .numprops-header{background:linear-gradient(180deg,rgba(212,178,88,.10),rgba(255,255,255,0) 85%)!important}
#pageNumprops .np-number{color:#f0c96b!important;text-shadow:none!important}
#pageNumprops .np-factorization,#pageNumprops .np-empty-search-copy{color:#d5cfbf!important}
#pageNumprops .np-input-section{background:#101010!important;border-color:rgba(212,178,88,.24)!important;box-shadow:0 8px 32px rgba(0,0,0,.24)!important}
#pageNumprops .np-go-btn,#pageNumprops .np-spin-btn{border-color:rgba(212,178,88,.35)!important;color:#f0c96b!important;background:rgba(212,178,88,.08)!important}
#pageNumprops .np-spin-input{background:#0d0d0d!important;color:#f5f1e6!important;border:1px solid rgba(212,178,88,.22)!important}
#pageNumprops .npe-section h2,#pageNumprops .npv-section h3,#pageNumprops .npv-constant-head b,#pageNumprops .npe-constants .npv-constant-head b{color:#f0c96b!important}
#pageNumprops .npv-section h3 small,#pageNumprops .npe-section h2 small,#pageNumprops .npv-constant-head small,#pageNumprops .npe-constants .npv-constant-head small{color:#c9d6e4!important}
#pageNumprops .npv-row .npx-numlink,#pageNumprops .npv-value code,#pageNumprops .npv-constant-item code{color:#8fd0ff!important}
#pageNumprops .npv-row,#pageNumprops .npv-constant-item{border-color:rgba(255,255,255,.05)!important}
#pageNumprops .npx-divs .npx-numlink{background:rgba(71,194,179,.08)!important;color:#74d9cd!important;border-color:rgba(71,194,179,.30)!important}
#pageNumprops .npx-const-list b,#pageNumprops .npv-head-list .npx-numlink{color:#8fd0ff!important}
#pageNumprops .npx-const-list mark,#pageNumprops .npv-constant-item mark{background:rgba(143,208,255,.16)!important;color:#f7fbff!important}
#pageNumprops .npx-seq b small{color:#c9d6e4!important}
#pageNumprops .npx-seq span{background:rgba(255,255,255,.02)!important;border-color:rgba(255,255,255,.05)!important}
#pageNumprops .npe-overview{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;max-width:760px;margin:0 auto 1.1rem}
#pageNumprops .npe-range-strip{background:#121212;border:1px solid rgba(212,178,88,.18);border-radius:14px;padding:.85rem 1rem;text-align:center}
#pageNumprops .npe-range-strip span{display:block;color:#d6cfbf;font-size:.78rem}
#pageNumprops .npe-range-strip b{display:block;color:#f0c96b;font-size:1.1rem;margin:.15rem 0}
#pageNumprops .npe-range-strip small{display:block;color:#8fb6cf}
#pageNumprops .npe-words-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;max-width:900px;margin:0 auto}
#pageNumprops .npe-word-card{background:#111;border:1px solid rgba(212,178,88,.18);border-radius:16px;padding:1rem;box-shadow:0 8px 24px rgba(0,0,0,.18)}
#pageNumprops .npe-word-card h3{margin:0 0 .65rem;color:#f0c96b;font-size:1rem;text-align:center}
#pageNumprops .npe-word-card h3 small{display:block;color:#c9d6e4;font-size:.8rem;margin-top:.14rem}
#pageNumprops .npe-word-text{background:#0c0c0c;border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:.85rem 1rem;min-height:66px;display:flex;align-items:center;justify-content:center;color:#f6f2e8;font-size:1.04rem;line-height:1.8;text-align:center}
#pageNumprops .npe-word-text.en{direction:ltr;font-family:'Ubuntu Mono',monospace;font-size:1rem}
#pageNumprops .npe-word-text.ar{direction:rtl;font-family:'IBM Plex Sans Arabic',sans-serif}
#pageNumprops .npe-word-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem;margin-top:.75rem}
#pageNumprops .npe-word-card:first-child .npe-word-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}
#pageNumprops .npe-word-metrics>div{background:rgba(240,201,107,.05);border:1px solid rgba(240,201,107,.16);border-radius:12px;padding:.7rem .55rem;text-align:center}
#pageNumprops .npe-word-metrics span{display:block;color:#d6cfbf;font-size:.74rem;line-height:1.4}
#pageNumprops .npe-word-metrics b{display:block;color:#8fd0ff;font-size:1rem;margin-top:.22rem}
#pageNumprops .npe-words-note{max-width:900px;margin:.75rem auto 0;text-align:center;color:var(--text-sec);font-size:.82rem}
#pageNumprops .np-range-note{margin-top:.45rem;text-align:center;color:var(--text-sec);font-size:.74rem;line-height:1.6}
html[data-theme="light"] #pageNumprops{--npx-bg:#fffdf8;--npx-soft:#fffaf0;--npx-line:rgba(120,91,22,.18);--npx-text:#231d12;--npx-muted:#6a614f}
html[data-theme="light"] #pageNumprops .numprops-section{background:#fffdfa!important;border-color:rgba(160,122,41,.18)!important;box-shadow:0 12px 32px rgba(70,54,16,.06)!important}
html[data-theme="light"] #pageNumprops .numprops-header{background:linear-gradient(180deg,rgba(240,201,107,.16),rgba(255,255,255,0) 88%)!important}
html[data-theme="light"] #pageNumprops .np-number,html[data-theme="light"] #pageNumprops .npe-section h2,html[data-theme="light"] #pageNumprops .npv-section h3,html[data-theme="light"] #pageNumprops .npe-word-card h3{color:#8b651c!important}
html[data-theme="light"] #pageNumprops .np-factorization,html[data-theme="light"] #pageNumprops .np-empty-search-copy,html[data-theme="light"] #pageNumprops .npe-range-strip span,html[data-theme="light"] #pageNumprops .npe-word-metrics span,html[data-theme="light"] #pageNumprops .npe-words-note,html[data-theme="light"] #pageNumprops .np-range-note{color:#6a614f!important}
html[data-theme="light"] #pageNumprops .np-input-section{background:#fffdf8!important;border-color:rgba(160,122,41,.18)!important;box-shadow:0 8px 24px rgba(70,54,16,.06)!important}
html[data-theme="light"] #pageNumprops .np-spin-input{background:#ffffff!important;color:#231d12!important;border-color:rgba(160,122,41,.18)!important}
html[data-theme="light"] #pageNumprops .np-go-btn,html[data-theme="light"] #pageNumprops .np-spin-btn{background:rgba(240,201,107,.12)!important;color:#8b651c!important;border-color:rgba(160,122,41,.24)!important}
html[data-theme="light"] #pageNumprops .npe-range-strip,html[data-theme="light"] #pageNumprops .npe-word-card{background:#fff!important;border-color:rgba(160,122,41,.14)!important}
html[data-theme="light"] #pageNumprops .npe-word-text{background:#fffaf0!important;border-color:rgba(160,122,41,.12)!important;color:#231d12!important}
html[data-theme="light"] #pageNumprops .npe-word-metrics>div{background:#fffaf0!important;border-color:rgba(160,122,41,.14)!important}
html[data-theme="light"] #pageNumprops .npe-word-metrics b,html[data-theme="light"] #pageNumprops .npv-row .npx-numlink,html[data-theme="light"] #pageNumprops .npv-value code{color:#14627f!important}
@media(max-width:760px){#pageNumprops .npe-overview,#pageNumprops .npe-words-grid,#pageNumprops .npe-word-metrics{grid-template-columns:1fr!important}}

#pageNumprops .npe-nav-btn:disabled{opacity:.35;cursor:not-allowed;filter:saturate(.35)}
#pageNumprops .npx-numplain{font-weight:800;color:inherit}


/* V87 build: remove top range cards and center gematria labels cleanly */
#pageNumprops .npe-overview{display:none!important}
#pageNumprops .npe-word-metrics>div{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:86px;padding:.85rem .7rem;box-sizing:border-box;overflow:hidden}
#pageNumprops .npe-word-metrics span{display:flex;align-items:center;justify-content:center;width:100%;min-height:2.35em;text-align:center;line-height:1.45;white-space:normal;word-break:normal;overflow-wrap:anywhere;margin:0 auto}
#pageNumprops .npe-word-metrics b{display:flex;align-items:center;justify-content:center;width:100%;text-align:center;margin-top:.35rem;line-height:1.25}
@media(max-width:760px){#pageNumprops .npe-word-metrics>div{min-height:74px}}


/* V88 — stack Arabic and English wording sections vertically */
#pageNumprops .npe-words-grid{grid-template-columns:1fr!important;max-width:760px!important;gap:1rem!important}
#pageNumprops .npe-word-card{width:100%;box-sizing:border-box}
#pageNumprops .npe-word-card .npe-word-metrics{gap:.7rem!important}
#pageNumprops .npe-word-card:first-child .npe-word-metrics{grid-template-columns:repeat(2,minmax(0,1fr))!important}
#pageNumprops .npe-word-card:last-child .npe-word-metrics{grid-template-columns:repeat(3,minmax(0,1fr))!important}
#pageNumprops .npe-word-metrics>div{min-width:0!important;padding:.8rem .8rem!important}
#pageNumprops .npe-word-metrics span{white-space:nowrap!important;overflow:visible!important;word-break:normal!important;overflow-wrap:normal!important;font-size:.78rem!important}
@media(max-width:520px){
 #pageNumprops .npe-word-card:last-child .npe-word-metrics{grid-template-columns:1fr!important}
 #pageNumprops .npe-word-card:first-child .npe-word-metrics{grid-template-columns:1fr 1fr!important}
 #pageNumprops .npe-word-metrics span{white-space:normal!important}
}

/* v90 — canonical desktop three-column alignment: Arabic | English | Value */
@media (min-width:721px){
  #pageNumprops .npe-lines{max-width:720px!important;margin-inline:auto!important}
  #pageNumprops .npe-row{display:grid!important;grid-template-columns:minmax(190px,1fr) minmax(190px,1fr) minmax(130px,170px)!important;grid-template-areas:"ar en val"!important;column-gap:.65rem!important;align-items:center!important;direction:ltr!important;padding:.16rem 0!important}
  #pageNumprops .npe-row .npe-col-ar{grid-area:ar!important;display:block!important;direction:rtl!important;text-align:right!important;justify-self:stretch!important;color:#d7deee!important;font-size:.94rem!important;font-weight:800!important;white-space:normal!important}
  #pageNumprops .npe-row .npe-col-en{grid-area:en!important;display:block!important;direction:ltr!important;text-align:right!important;justify-self:stretch!important;color:#fff!important;font-size:1rem!important;font-weight:900!important;white-space:nowrap!important;transform:none!important}
  #pageNumprops .npe-row .npe-right{grid-area:val!important;display:block!important;direction:ltr!important;text-align:left!important;justify-self:stretch!important;color:#7ec3ff!important;font-size:1.05rem!important;font-weight:900!important;white-space:nowrap!important}
}


/* V21 — canonical Mathematical Constants cards */
#pageNumprops .npe-constants .npv-constants{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:1rem!important;
  max-width:760px!important;
  margin:0 auto!important;
}
#pageNumprops .npe-constants .npv-constant-item{
  border:1px solid rgba(255,255,255,.10)!important;
  border-radius:16px!important;
  padding:1rem 1.1rem!important;
  background:rgba(255,255,255,.025)!important;
  box-shadow:none!important;
}
#pageNumprops .npe-constants .npv-constant-head{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:.55rem!important;
  margin-bottom:.85rem!important;
  text-align:center!important;
}
#pageNumprops .npe-constants .npv-constant-head>b{
  color:#f0c96b!important;
  font-size:1.55rem!important;
  line-height:1!important;
}
#pageNumprops .npe-constants .npv-constant-head>span{
  color:#fff!important;
  font-size:1.12rem!important;
  font-weight:900!important;
  line-height:1.15!important;
}
#pageNumprops .npe-constants .npv-constant-head small{
  display:block!important;
  margin-top:.16rem!important;
  color:#aebbd2!important;
  font-size:.72rem!important;
  font-weight:700!important;
}
#pageNumprops .npe-constants .npv-constant-details{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:.8rem!important;
}
#pageNumprops .npe-constants .npv-constant-detail{
  min-width:0!important;
  display:grid!important;
  grid-template-columns:minmax(150px,1fr) minmax(125px,.78fr)!important;
  grid-template-areas:"copy position" "context context"!important;
  align-items:center!important;
  gap:.55rem .75rem!important;
  padding:.85rem .9rem!important;
  border:1px solid rgba(240,201,107,.16)!important;
  border-radius:12px!important;
  background:rgba(240,201,107,.025)!important;
}
#pageNumprops .npe-constants .npv-detail-copy{
  grid-area:copy!important;
  text-align:right!important;
  direction:rtl!important;
}
#pageNumprops .npe-constants .npv-detail-copy b{
  display:block!important;
  color:#fff!important;
  font-size:.98rem!important;
  line-height:1.35!important;
}
#pageNumprops .npe-constants .npv-detail-copy small{
  display:block!important;
  margin-top:.12rem!important;
  color:#9eabc1!important;
  font-size:.69rem!important;
  font-weight:600!important;
  direction:ltr!important;
}
#pageNumprops .npe-constants .npv-detail-position{
  grid-area:position!important;
  display:grid!important;
  grid-template-columns:auto auto!important;
  align-items:baseline!important;
  justify-content:center!important;
  gap:.18rem .4rem!important;
  white-space:nowrap!important;
  color:#aebbd2!important;
  direction:rtl!important;
}
#pageNumprops .npe-constants .npv-detail-position span{
  font-size:.75rem!important;
  font-weight:700!important;
}
#pageNumprops .npe-constants .npv-detail-position b{
  color:#7ec3ff!important;
  font-size:1.2rem!important;
  font-weight:950!important;
  direction:ltr!important;
}
#pageNumprops .npe-constants .npv-detail-position small{
  grid-column:1/-1!important;
  color:#7f8ca4!important;
  font-size:.62rem!important;
  font-weight:600!important;
  direction:ltr!important;
}
#pageNumprops .npe-constants .npv-position-digit b{
  color:#f0c96b!important;
  font-size:1.4rem!important;
}
#pageNumprops .npe-constants .npv-detail-context{
  grid-area:context!important;
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  min-height:2.2rem!important;
  padding-top:.55rem!important;
  border-top:1px solid rgba(255,255,255,.07)!important;
  text-align:center!important;
  color:#7ec3ff!important;
  overflow:hidden!important;
}
#pageNumprops .npe-constants .npv-context-code{
  display:inline-flex!important;
  align-items:baseline!important;
  justify-content:center!important;
  max-width:100%!important;
  white-space:nowrap!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
  font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace!important;
  font-size:.98rem!important;
  font-weight:800!important;
  letter-spacing:.02em!important;
  color:#7ec3ff!important;
  background:transparent!important;
}
#pageNumprops .npe-constants .npv-context-code mark{
  margin:0 .12rem!important;
  padding:.12rem .28rem!important;
  border-radius:6px!important;
  background:rgba(240,201,107,.15)!important;
  color:#f0c96b!important;
  font-size:1.15em!important;
  font-weight:950!important;
}
#pageNumprops .npe-constants .npv-context-muted{color:#7ec3ff!important}
#pageNumprops .npe-constants .npv-constant-missing{grid-template-columns:1fr!important;grid-template-areas:"copy" "context"!important}

@media(max-width:760px){
  #pageNumprops .npe-constants .npv-constant-details{grid-template-columns:1fr!important}
}
@media(max-width:520px){
  #pageNumprops .npe-constants .npv-constant-item{padding:.8rem!important;border-radius:13px!important}
  #pageNumprops .npe-constants .npv-constant-detail{
    grid-template-columns:1fr!important;
    grid-template-areas:"copy" "position" "context"!important;
    text-align:center!important;
    padding:.75rem!important;
  }
  #pageNumprops .npe-constants .npv-detail-copy{text-align:center!important}
  #pageNumprops .npe-constants .npv-detail-position{justify-content:center!important}
  #pageNumprops .npe-constants .npv-context-code{font-size:.9rem!important}
}

/* Consolidated from assets/css/v73-regression-fixes.css */
#pageNumprops .np-const-sec,.numprops-section .np-const-sec{
  margin-top:1.55rem!important;
}
#pageNumprops .np-const-grid,.numprops-section .np-const-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:.75rem!important;
  width:min(760px,100%)!important;
  margin-inline:auto!important;
}
#pageNumprops .np-const-card,.numprops-section .np-const-card{
  max-width:none!important;
  min-width:0!important;
  width:100%!important;
  min-height:132px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  padding:.85rem 1rem!important;
}
#pageNumprops .np-const-label,.numprops-section .np-const-label{
  font-size:.82rem!important;
  line-height:1.45!important;
  margin-bottom:.35rem!important;
}
#pageNumprops .np-const-pos,.numprops-section .np-const-pos{
  font-size:1.05rem!important;
  margin-bottom:.42rem!important;
}
#pageNumprops .np-const-digits,.numprops-section .np-const-digits{
  display:flex!important;
  justify-content:center!important;
  align-items:baseline!important;
  gap:0!important;
  width:100%!important;
  direction:ltr!important;
  unicode-bidi:isolate!important;
  font-size:clamp(1.28rem,4.5vw,1.7rem)!important;
  letter-spacing:.07em!important;
  white-space:nowrap!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
  overflow:hidden!important;
}
#pageNumprops .np-context-before,#pageNumprops .np-context-after,.numprops-section .np-context-before,.numprops-section .np-context-after{
  color:var(--text-muted)!important;
  opacity:.86!important;
  font-weight:500!important;
}
#pageNumprops .np-hit,.numprops-section .np-hit{
  display:inline-block!important;
  padding-inline:.08em!important;
  font-size:1.08em!important;
}
#pageNumprops .np-const-meta,.numprops-section .np-const-meta{
  margin-top:.32rem!important;
  color:var(--text-muted)!important;
  font-size:.66rem!important;
  line-height:1.35!important;
}
@media(max-width:620px){#pageNumprops .np-const-grid,.numprops-section .np-const-grid{grid-template-columns:1fr!important}
#pageNumprops .np-const-card,.numprops-section .np-const-card{min-height:118px!important}}
/* Consolidated from assets/css/v75-refinements.css */
@media (min-width:701px){#pageNumprops .npe-lines{
    width:min(100%,620px)!important;
    max-width:620px!important;
    margin-inline:auto!important;
    gap:.22rem!important;
  }
#pageNumprops .npe-row{
    display:grid!important;
    grid-template-columns:190px 190px 150px!important;
    justify-content:center!important;
    align-items:baseline!important;
    column-gap:.7rem!important;
    padding:.07rem 0!important;
    border:0!important;
    box-shadow:none!important;
  }
#pageNumprops .npe-col-en{
    display:block!important;
    direction:ltr!important;
    text-align:right!important;
    justify-self:stretch!important;
    color:#fff!important;
    font-size:1.02rem!important;
    font-weight:900!important;
    white-space:nowrap!important;
  }
#pageNumprops .npe-col-ar{
    display:block!important;
    direction:rtl!important;
    text-align:right!important;
    justify-self:stretch!important;
    color:#d7deee!important;
    font-size:.82rem!important;
    font-weight:700!important;
    white-space:nowrap!important;
  }
#pageNumprops .npe-right{
    display:block!important;
    justify-self:start!important;
    min-width:0!important;
    width:auto!important;
    max-width:none!important;
    text-align:left!important;
    color:#7ec3ff!important;
    font-size:1.05rem!important;
    font-weight:900!important;
    white-space:nowrap!important;
  }}
@media (max-width:700px){#pageNumprops .npe-row{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    grid-template-rows:auto auto!important;
    column-gap:.65rem!important;
    row-gap:.04rem!important;
    align-items:center!important;
  }
#pageNumprops .npe-col-en{
    grid-column:1!important;grid-row:1!important;
    direction:ltr!important;text-align:right!important;
    color:#fff!important;font-weight:900!important;
  }
#pageNumprops .npe-col-ar{
    grid-column:1!important;grid-row:2!important;
    direction:rtl!important;text-align:right!important;
    color:#d7deee!important;font-size:.76rem!important;font-weight:700!important;
  }
#pageNumprops .npe-right{
    grid-column:2!important;grid-row:1 / 3!important;
    align-self:center!important;justify-self:start!important;
    min-width:88px!important;text-align:left!important;
  }}
/* Consolidated from assets/css/v76-refinements.css */
@media (min-width:701px){#pageNumprops .npe-lines{
    width:min(100%,700px)!important;
    max-width:700px!important;
    margin-inline:auto!important;
  }
#pageNumprops .npe-row{
    direction:ltr!important;
    display:grid!important;
    grid-template-columns:minmax(180px,1fr) minmax(180px,1fr) 145px!important;
    align-items:baseline!important;
    column-gap:1.1rem!important;
    padding:.08rem 0!important;
    border:0!important;
    box-shadow:none!important;
  }
#pageNumprops .npe-col-ar{
    grid-column:1!important;
    direction:rtl!important;
    text-align:right!important;
    justify-self:stretch!important;
    color:#d8e0f0!important;
    font-size:.88rem!important;
    font-weight:800!important;
    white-space:nowrap!important;
  }
#pageNumprops .npe-col-en{
    grid-column:2!important;
    direction:ltr!important;
    text-align:right!important;
    justify-self:stretch!important;
    color:var(--text, #fff)!important;
    font-size:1.02rem!important;
    font-weight:900!important;
    white-space:nowrap!important;
  }
#pageNumprops .npe-right{
    grid-column:3!important;
    direction:ltr!important;
    text-align:left!important;
    justify-self:start!important;
    width:auto!important;
    min-width:0!important;
    color:#73bcff!important;
    font-size:1.05rem!important;
    font-weight:900!important;
    white-space:nowrap!important;
  }}
/* V23 — canonical Mathematical Constants layout (isolated markup) */
#pageNumprops .npe-constants .npxc-list{
  width:min(100%,760px);
  margin:0 auto;
  display:grid;
  gap:1rem;
}
#pageNumprops .npe-constants .npxc-card{
  border:1px solid rgba(255,255,255,.10);
  border-radius:16px;
  padding:1rem;
  background:rgba(255,255,255,.025);
  overflow:hidden;
}
#pageNumprops .npe-constants .npxc-card-head{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:.55rem;
  margin-bottom:.85rem;
  text-align:center;
}
#pageNumprops .npe-constants .npxc-symbol{
  color:#f0c96b;
  font-size:1.6rem;
  line-height:1;
}
#pageNumprops .npe-constants .npxc-card-head strong{
  display:block;
  color:#fff;
  font-size:1.08rem;
  font-weight:900;
  line-height:1.25;
}
#pageNumprops .npe-constants .npxc-card-head small{
  display:block;
  margin-top:.12rem;
  color:#aebbd2;
  font-size:.72rem;
  font-weight:700;
  direction:ltr;
}
#pageNumprops .npe-constants .npxc-panels{
  display:grid;
  grid-template-columns:1fr;
  gap:.7rem;
}
#pageNumprops .npe-constants .npxc-panel{
  min-width:0;
  padding:.8rem .9rem;
  border:1px solid rgba(240,201,107,.16);
  border-radius:12px;
  background:rgba(240,201,107,.025);
}
#pageNumprops .npe-constants .npxc-panel-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:.75rem;
}
#pageNumprops .npe-constants .npxc-title{
  min-width:0;
  text-align:right;
  direction:rtl;
}
#pageNumprops .npe-constants .npxc-title b{
  display:block;
  color:#fff;
  font-size:1rem;
  font-weight:900;
  line-height:1.35;
}
#pageNumprops .npe-constants .npxc-title small{
  display:block;
  margin-top:.1rem;
  color:#9eabc1;
  font-size:.68rem;
  font-weight:650;
  direction:ltr;
  text-align:right;
}
#pageNumprops .npe-constants .npxc-value-pair{
  display:grid;
  grid-template-columns:auto auto;
  grid-template-areas:"label value" "en en";
  align-items:baseline;
  gap:.1rem .35rem;
  white-space:nowrap;
  direction:rtl;
}
#pageNumprops .npe-constants .npxc-value-pair>span{
  grid-area:label;
  color:#b9c5d7;
  font-size:.74rem;
  font-weight:750;
}
#pageNumprops .npe-constants .npxc-value-pair>strong{
  grid-area:value;
  color:#7ec3ff;
  font-size:1.15rem;
  font-weight:950;
  direction:ltr;
}
#pageNumprops .npe-constants .npxc-value-pair>small{
  grid-area:en;
  color:#7f8ca4;
  font-size:.6rem;
  font-weight:650;
  direction:ltr;
  text-align:center;
}
#pageNumprops .npe-constants .npxc-digit>strong{
  color:#f0c96b;
  font-size:1.35rem;
}
#pageNumprops .npe-constants .npxc-context{
  margin-top:.65rem;
  padding-top:.58rem;
  border-top:1px solid rgba(255,255,255,.07);
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:2rem;
  overflow:hidden;
}
#pageNumprops .npe-constants .npxc-context-code{
  display:inline-flex;
  align-items:baseline;
  justify-content:center;
  max-width:100%;
  white-space:nowrap;
  font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
  font-size:.98rem;
  font-weight:850;
  letter-spacing:.02em;
  color:#7ec3ff;
  background:transparent;
}
#pageNumprops .npe-constants .npxc-context-code mark{
  margin:0 .12rem;
  padding:.12rem .28rem;
  border-radius:6px;
  background:rgba(240,201,107,.16);
  color:#f0c96b;
  font-size:1.15em;
  font-weight:950;
}
#pageNumprops .npe-constants .npxc-empty{
  margin-top:.5rem;
  color:#9eabc1;
  text-align:center;
  font-size:.8rem;
}
#pageNumprops .npe-constants .npxc-note{
  margin:.7rem auto 0;
  text-align:center;
  color:#d7deee;
  font-size:.78rem;
  line-height:1.45;
}
#pageNumprops .npe-constants .npxc-note small{
  display:block;
  margin-top:.12rem;
  color:#8f9bb0;
  font-size:.68rem;
  direction:ltr;
}
html[data-theme="light"] #pageNumprops .npe-constants .npxc-card{
  background:#fff;
  border-color:rgba(25,35,50,.12);
}
html[data-theme="light"] #pageNumprops .npe-constants .npxc-panel{
  background:#fbfaf7;
  border-color:rgba(151,113,27,.20);
}
html[data-theme="light"] #pageNumprops .npe-constants .npxc-card-head strong,
html[data-theme="light"] #pageNumprops .npe-constants .npxc-title b{color:#172033}
html[data-theme="light"] #pageNumprops .npe-constants .npxc-title small,
html[data-theme="light"] #pageNumprops .npe-constants .npxc-card-head small{color:#637086}
html[data-theme="light"] #pageNumprops .npe-constants .npxc-context{border-top-color:rgba(25,35,50,.09)}
@media(max-width:560px){
  #pageNumprops .npe-constants .npxc-card{padding:.78rem;border-radius:13px}
  #pageNumprops .npe-constants .npxc-panel{padding:.72rem}
  #pageNumprops .npe-constants .npxc-panel-head{grid-template-columns:1fr;gap:.42rem}
  #pageNumprops .npe-constants .npxc-title{text-align:center}
  #pageNumprops .npe-constants .npxc-title small{text-align:center}
  #pageNumprops .npe-constants .npxc-value-pair{justify-content:center}
  #pageNumprops .npe-constants .npxc-context-code{font-size:.9rem}
}

/* V23.1 — force constants metadata to a collision-proof vertical flow */
#pageNumprops .npe-constants .npxc-panel-head{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:.42rem!important;
  text-align:center!important;
}
#pageNumprops .npe-constants .npxc-title{
  width:100%!important;
  text-align:center!important;
  direction:rtl!important;
}
#pageNumprops .npe-constants .npxc-title small{
  text-align:center!important;
}
#pageNumprops .npe-constants .npxc-value-pair{
  width:100%!important;
  display:grid!important;
  grid-template-columns:auto auto!important;
  grid-template-areas:"label value" "en en"!important;
  align-items:baseline!important;
  justify-content:center!important;
  gap:.08rem .38rem!important;
  white-space:normal!important;
  text-align:center!important;
}
#pageNumprops .npe-constants .npxc-value-pair>span{white-space:nowrap!important}
#pageNumprops .npe-constants .npxc-value-pair>small{
  display:block!important;
  width:100%!important;
  text-align:center!important;
  white-space:normal!important;
}


/* Number Properties v172.4 — English-only UI + centered layout + balanced constants */
#pageNumprops .npe-section h2 small,
#pageNumprops .npe-top-title small,
#pageNumprops .npe-subhead small,
#pageNumprops .npe-hi-ar,
#pageNumprops .npe-col-ar,
#pageNumprops .npe-conv-head small,
#pageNumprops .npe-conv-mid small{display:none!important}
#pageNumprops .npe-top-title{direction:ltr!important;text-align:center!important}
#pageNumprops .npe-lines{width:min(100%,560px)!important;max-width:560px!important;margin-inline:auto!important}
#pageNumprops .npe-row{direction:ltr!important;display:grid!important;grid-template-columns:minmax(220px,max-content) minmax(110px,150px)!important;justify-content:center!important;column-gap:1.25rem!important}
#pageNumprops .npe-col-en{grid-column:1!important;text-align:right!important}
#pageNumprops .npe-right{grid-column:2!important;text-align:left!important}
#pageNumprops .npe-constants-grid{grid-template-columns:1fr!important;max-width:760px!important;gap:1rem!important}
#pageNumprops .npe-constant-card{width:100%;box-sizing:border-box}
#pageNumprops .npe-constant-card h3{display:flex;align-items:center;justify-content:center;gap:.5rem;direction:ltr}
#pageNumprops .npe-constant-symbol{font-size:1.45rem;line-height:1;color:#f0c96b}
#pageNumprops .npe-constant-metrics{grid-template-columns:repeat(2,minmax(0,1fr))!important}
#pageNumprops .npe-constant-metrics>div{min-height:132px!important}
#pageNumprops .npe-constant-metrics b{font-size:1.08rem!important;line-height:1.35!important;white-space:normal!important}
#pageNumprops .npe-constant-meta{display:block!important;margin-top:.22rem;color:var(--text-sec)!important;font-size:.74rem!important;line-height:1.4!important;text-align:center!important}
#pageNumprops .npe-constant-context{display:flex;align-items:baseline;justify-content:center;width:100%;margin-top:.55rem;white-space:nowrap;background:transparent;color:#8fd0ff;font-family:'Ubuntu Mono',monospace;font-size:.88rem;font-weight:700;overflow:hidden}
#pageNumprops .npe-constant-context mark{margin:0 .1rem;padding:.08rem .22rem;border-radius:5px;background:rgba(240,201,107,.16);color:#f0c96b;font-size:1.1em;font-weight:900}
@media(max-width:700px){
 #pageNumprops .npe-row{grid-template-columns:minmax(0,max-content) minmax(88px,max-content)!important;justify-content:center!important;grid-template-rows:auto!important}
 #pageNumprops .npe-col-en{grid-column:1!important;grid-row:1!important;text-align:right!important}
 #pageNumprops .npe-right{grid-column:2!important;grid-row:1!important;min-width:88px!important}
}
@media(max-width:560px){#pageNumprops .npe-constant-metrics{grid-template-columns:1fr!important}}


/* Number Properties v172.5 — targeted fixes */
#pageNumprops #npStandalone.np-empty-mode{min-height:calc(100vh - 260px)!important;display:flex!important;flex-direction:column!important;justify-content:center!important}
#pageNumprops #npStandalone.np-empty-mode #npEmptyState2{padding:0 1rem .75rem!important}
#pageNumprops #npStandalone.np-empty-mode .np-input-section{margin:0 auto!important}
#pageNumprops .npe-lines{width:fit-content!important;max-width:min(100%,520px)!important;margin-inline:auto!important}
#pageNumprops .npe-row{grid-template-columns:240px 140px!important;justify-content:center!important}
#pageNumprops .npe-col-en{justify-self:end!important;text-align:right!important}
#pageNumprops .npe-right{justify-self:start!important;text-align:left!important}
#pageNumprops .npe-constant-metrics{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;width:100%!important;align-items:stretch!important}
#pageNumprops .npe-constant-metrics>div{width:100%!important;min-width:0!important}
#pageNumprops .npe-constant-card .npe-word-metrics>div{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important}
@media(max-width:700px){
 #pageNumprops #npStandalone.np-empty-mode{min-height:calc(100vh - 220px)!important}
 #pageNumprops .npe-lines{width:min(100%,420px)!important;max-width:420px!important}
 #pageNumprops .npe-row{grid-template-columns:minmax(0,1fr) auto!important;width:100%!important}
}


/* Number Properties v172.5 — precise centering + Phi parity */
#pageNumprops .npe-section.npe-nth .npe-lines{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  max-width:none!important;
  margin-inline:auto!important;
}
#pageNumprops .npe-section.npe-nth .npe-row{
  display:grid!important;
  grid-template-columns:minmax(260px,max-content) minmax(130px,max-content)!important;
  justify-content:center!important;
  align-items:center!important;
  column-gap:1.25rem!important;
  width:max-content!important;
  max-width:100%!important;
  margin-inline:auto!important;
}
#pageNumprops .npe-section.npe-nth .npe-col-en{
  min-width:260px!important;
  text-align:right!important;
  justify-self:end!important;
}
#pageNumprops .npe-section.npe-nth .npe-right{
  min-width:130px!important;
  text-align:left!important;
  justify-self:start!important;
}
#pageNumprops .npe-constants-grid>.npe-constant-card .npe-word-metrics,
#pageNumprops .npe-constants-grid>.npe-constant-card .npe-constant-metrics,
#pageNumprops .npe-constants-grid>.npe-constant-card:first-child .npe-word-metrics,
#pageNumprops .npe-constants-grid>.npe-constant-card:last-child .npe-word-metrics,
#pageNumprops .npe-constants-grid>.npe-constant-card:first-child .npe-constant-metrics,
#pageNumprops .npe-constants-grid>.npe-constant-card:last-child .npe-constant-metrics{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  width:100%!important;
  max-width:100%!important;
  gap:.7rem!important;
}
#pageNumprops .npe-constants-grid>.npe-constant-card .npe-word-metrics>div,
#pageNumprops .npe-constants-grid>.npe-constant-card .npe-constant-metrics>div{
  width:100%!important;
  min-width:0!important;
}
@media(max-width:700px){
  #pageNumprops .npe-section.npe-nth .npe-lines{width:100%!important}
  #pageNumprops .npe-section.npe-nth .npe-row{
    width:min(100%,420px)!important;
    grid-template-columns:minmax(0,1fr) auto!important;
  }
  #pageNumprops .npe-section.npe-nth .npe-col-en{min-width:0!important}
  #pageNumprops .npe-section.npe-nth .npe-right{min-width:88px!important}
}
@media(max-width:560px){
  #pageNumprops .npe-constants-grid>.npe-constant-card .npe-word-metrics,
  #pageNumprops .npe-constants-grid>.npe-constant-card .npe-constant-metrics,
  #pageNumprops .npe-constants-grid>.npe-constant-card:first-child .npe-word-metrics,
  #pageNumprops .npe-constants-grid>.npe-constant-card:last-child .npe-word-metrics,
  #pageNumprops .npe-constants-grid>.npe-constant-card:first-child .npe-constant-metrics,
  #pageNumprops .npe-constants-grid>.npe-constant-card:last-child .npe-constant-metrics{grid-template-columns:1fr!important}
}


/* Number Properties v172.6 — remove hidden Arabic term column + compact constant context */
#pageNumprops .npe-section.npe-nth .npe-lines{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  width:100%!important;
  max-width:none!important;
  margin-inline:auto!important;
}
#pageNumprops .npe-section.npe-nth .npe-term-row{
  display:grid!important;
  grid-template-columns:minmax(250px,max-content) minmax(120px,max-content)!important;
  align-items:center!important;
  justify-content:center!important;
  column-gap:1.15rem!important;
  width:max-content!important;
  max-width:100%!important;
  margin-inline:auto!important;
  padding:.08rem 0!important;
}
#pageNumprops .npe-section.npe-nth .npe-term-label{
  display:block!important;
  min-width:250px!important;
  text-align:right!important;
  justify-self:end!important;
  color:#fff!important;
  font-size:1.02rem!important;
  font-weight:900!important;
  white-space:nowrap!important;
}
#pageNumprops .npe-section.npe-nth .npe-term-value{
  display:block!important;
  min-width:120px!important;
  text-align:left!important;
  justify-self:start!important;
  color:#7ec3ff!important;
  font-size:1.05rem!important;
  font-weight:900!important;
  white-space:nowrap!important;
}
#pageNumprops .npe-constant-context{
  display:inline-block!important;
  width:auto!important;
  max-width:100%!important;
  margin-top:.55rem!important;
  white-space:nowrap!important;
  letter-spacing:0!important;
  text-align:center!important;
}
#pageNumprops .npe-constant-context mark{
  margin:0!important;
  padding:.08rem .18rem!important;
}
@media(max-width:700px){
  #pageNumprops .npe-section.npe-nth .npe-term-row{
    grid-template-columns:minmax(0,1fr) auto!important;
    width:min(100%,430px)!important;
  }
  #pageNumprops .npe-section.npe-nth .npe-term-label{min-width:0!important}
  #pageNumprops .npe-section.npe-nth .npe-term-value{min-width:88px!important}
}


/* Number Properties v172.7 — smaller empty frame */
#pageNumprops #npStandalone.np-empty-mode{
  max-width:860px!important;
  min-height:calc(100vh - 340px)!important;
  margin-inline:auto!important;
}
@media(max-width:700px){
  #pageNumprops #npStandalone.np-empty-mode{
    max-width:92vw!important;
    min-height:calc(100vh - 280px)!important;
  }
}


/* Number Properties v174.0 — factor direction, light theme readability, mobile finish */
#pageNumprops .np-factorization,
#pageNumprops .npe-head-factor{direction:ltr!important;unicode-bidi:isolate!important}
#pageNumprops .np-factor-term{
  display:inline-flex!important;
  flex-direction:row!important;
  direction:ltr!important;
  unicode-bidi:isolate!important;
  align-items:flex-start!important;
  white-space:nowrap!important;
  vertical-align:baseline!important;
}
#pageNumprops .np-factor-term sup{
  position:static!important;
  order:2!important;
  margin-left:.08em!important;
  font-size:.68em!important;
  line-height:1!important;
  transform:translateY(-.22em)!important;
  color:inherit!important;
}
#pageNumprops .np-factor-times{display:inline-block!important;margin:0 .42em!important;direction:ltr!important}

html[data-theme="light"] #pageNumprops .npe-term-label,
html[data-theme="light"] #pageNumprops .npe-subhead,
html[data-theme="light"] #pageNumprops .npe-div-rank,
html[data-theme="light"] #pageNumprops .npe-conv-head>div,
html[data-theme="light"] #pageNumprops .npe-conv-mid span,
html[data-theme="light"] #pageNumprops .npe-label strong{
  color:#342817!important;
}
html[data-theme="light"] #pageNumprops .npe-term-value,
html[data-theme="light"] #pageNumprops .npe-right,
html[data-theme="light"] #pageNumprops .npe-div-grid b,
html[data-theme="light"] #pageNumprops .npe-conv-from,
html[data-theme="light"] #pageNumprops .npe-conv-to{
  color:#176b9d!important;
}
html[data-theme="light"] #pageNumprops .npe-nav-btn{
  background:#fffaf0!important;
  border-color:rgba(139,101,28,.32)!important;
  color:#8b651c!important;
}
html[data-theme="light"] #pageNumprops .npe-nav-btn b{color:#342817!important}
html[data-theme="light"] #pageNumprops .npe-nav-btn small{color:#6a614f!important}
html[data-theme="light"] #pageNumprops .np-factorization,
html[data-theme="light"] #pageNumprops .npe-head-factor{color:#342817!important}

@media(max-width:700px){
  #pageNumprops .np-standalone{width:100%!important;max-width:100%!important;padding-inline:.55rem!important;box-sizing:border-box!important}
  #pageNumprops .numprops-section{width:100%!important;max-width:100%!important;box-sizing:border-box!important;border-radius:16px!important}
  #pageNumprops .numprops-header,#pageNumprops .np-body{padding-inline:.55rem!important}
  #pageNumprops .np-number{font-size:clamp(2.6rem,16vw,4rem)!important;overflow-wrap:anywhere!important}
  #pageNumprops .np-factorization{font-size:.95rem!important;max-width:100%!important;overflow-wrap:anywhere!important}
  #pageNumprops .npe-section{width:100%!important;max-width:100%!important;padding-inline:.15rem!important;box-sizing:border-box!important}
  #pageNumprops .npe-section h2{font-size:clamp(1.25rem,6.5vw,1.7rem)!important;overflow-wrap:anywhere!important}
  #pageNumprops .npe-section.npe-nth .npe-term-row{column-gap:.6rem!important;width:min(100%,420px)!important}
  #pageNumprops .npe-section.npe-nth .npe-term-label{font-size:.9rem!important;white-space:normal!important;line-height:1.25!important}
  #pageNumprops .npe-section.npe-nth .npe-term-value{font-size:.94rem!important;min-width:82px!important}
  #pageNumprops .npe-conv-head,#pageNumprops .npe-conv-row{width:100%!important}
  #pageNumprops .npe-words-grid,#pageNumprops .npe-constants-grid{width:100%!important;max-width:100%!important}
  #pageNumprops .npe-word-card{width:100%!important;min-width:0!important;box-sizing:border-box!important}
  #pageNumprops .npe-constant-context{max-width:100%!important;overflow:hidden!important;text-overflow:clip!important;font-size:.8rem!important}
  #pageNumprops .np-input-section{width:min(100%,430px)!important;max-width:100%!important;padding-inline:.25rem!important;box-sizing:border-box!important}
  #pageNumprops .np-spin-input{min-width:0!important;flex:1 1 120px!important}
  #pageNumprops .np-go-btn{min-width:0!important;flex:1 1 150px!important}
}
@media(max-width:420px){
  #pageNumprops .npe-section.npe-nth .npe-term-row{grid-template-columns:minmax(0,1fr) minmax(78px,max-content)!important}
  #pageNumprops .npe-section.npe-nth .npe-term-label{font-size:.84rem!important}
  #pageNumprops .npe-section.npe-nth .npe-term-value{font-size:.88rem!important;min-width:78px!important}
  #pageNumprops .npe-nav-row{gap:.4rem!important}
  #pageNumprops .npe-nav-btn{padding:.35rem .5rem!important;gap:.3rem!important}
}


/* Number Properties v174.1 — definitive light-mode term colors */
html[data-theme="light"] #pageNumprops .npe-section.npe-nth .npe-term-label,
html[data-theme="light"] #pageNumprops .npe-section.npe-nth .npe-col-en,
html[data-theme="light"] #pageNumprops .npe-section .npe-subhead,
html[data-theme="light"] #pageNumprops .npe-section .npe-div-rank,
html[data-theme="light"] #pageNumprops .npe-section .npe-conv-head>div,
html[data-theme="light"] #pageNumprops .npe-section .npe-conv-mid span,
html[data-theme="light"] #pageNumprops .npe-section .npe-label strong{
  color:#342817!important;
  text-shadow:none!important;
}
html[data-theme="light"] #pageNumprops .npe-section.npe-nth .npe-term-value,
html[data-theme="light"] #pageNumprops .npe-section.npe-nth .npe-right,
html[data-theme="light"] #pageNumprops .npe-section .npe-div-grid b,
html[data-theme="light"] #pageNumprops .npe-section .npe-conv-from,
html[data-theme="light"] #pageNumprops .npe-section .npe-conv-to{
  color:#176b9d!important;
  text-shadow:none!important;
}
html[data-theme="light"] #pageNumprops .npe-section.npe-nth .npx-numlink{
  color:#176b9d!important;
}


/* Number Properties v174.2 — true centered term table + compact Pi/Phi matrix */
#pageNumprops .npe-section.npe-nth .npe-term-table-wrap{
  display:flex!important;
  justify-content:center!important;
  width:100%!important;
  margin-inline:auto!important;
}
#pageNumprops .npe-section.npe-nth .npe-term-table{
  width:auto!important;
  max-width:100%!important;
  margin:0 auto!important;
  border-collapse:separate!important;
  border-spacing:0 .18rem!important;
  direction:ltr!important;
}
#pageNumprops .npe-section.npe-nth .npe-term-table th,
#pageNumprops .npe-section.npe-nth .npe-term-table td{
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  padding:.08rem .62rem!important;
  vertical-align:middle!important;
  white-space:nowrap!important;
}
#pageNumprops .npe-section.npe-nth .npe-term-table th{
  color:#fff!important;
  text-align:right!important;
  font-size:1.02rem!important;
  font-weight:900!important;
}
#pageNumprops .npe-section.npe-nth .npe-term-table td{
  color:#7ec3ff!important;
  text-align:left!important;
  font-size:1.05rem!important;
  font-weight:900!important;
}
#pageNumprops .npe-constant-table-wrap{
  display:flex!important;
  justify-content:center!important;
  width:100%!important;
}
#pageNumprops .npe-constant-table{
  width:min(100%,620px)!important;
  margin:0 auto!important;
  border-collapse:separate!important;
  border-spacing:0!important;
  table-layout:fixed!important;
  overflow:hidden!important;
  border:1px solid rgba(240,201,107,.22)!important;
  border-radius:14px!important;
  background:#111!important;
  direction:ltr!important;
}
#pageNumprops .npe-constant-table th,
#pageNumprops .npe-constant-table td{
  border:0!important;
  text-align:center!important;
  vertical-align:middle!important;
}
#pageNumprops .npe-constant-table thead th{
  padding:.78rem .6rem!important;
  color:#f0c96b!important;
  font-size:1rem!important;
  font-weight:900!important;
  background:rgba(240,201,107,.05)!important;
}
#pageNumprops .npe-constant-table thead th+th,
#pageNumprops .npe-constant-values td+td{border-left:1px solid rgba(240,201,107,.16)!important}
#pageNumprops .npe-constant-row-label th{
  padding:.55rem .55rem .25rem!important;
  color:#d6cfbf!important;
  font-size:.78rem!important;
  font-weight:700!important;
  background:transparent!important;
  border-top:1px solid rgba(240,201,107,.11)!important;
}
#pageNumprops .npe-constant-values td{
  padding:.2rem .6rem .72rem!important;
  background:transparent!important;
}
#pageNumprops .npe-constant-cell-value{
  min-height:1.55rem!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  color:#8fd0ff!important;
  font-size:1.05rem!important;
  font-weight:900!important;
}
#pageNumprops .npe-constant-context{
  display:block!important;
  width:max-content!important;
  max-width:100%!important;
  margin:.3rem auto 0!important;
  padding:0!important;
  white-space:nowrap!important;
  letter-spacing:0!important;
  word-spacing:0!important;
  color:#d7deee!important;
  background:transparent!important;
  font-family:'Ubuntu Mono',monospace!important;
  font-size:.83rem!important;
  font-weight:700!important;
  overflow:hidden!important;
}
#pageNumprops .npe-constant-context mark{
  margin:0!important;
  padding:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#f0c96b!important;
  font:inherit!important;
  font-weight:900!important;
}
html[data-theme="light"] #pageNumprops .npe-section.npe-nth .npe-term-table th{color:#342817!important}
html[data-theme="light"] #pageNumprops .npe-section.npe-nth .npe-term-table td,
html[data-theme="light"] #pageNumprops .npe-section.npe-nth .npe-term-table .npx-numlink{color:#176b9d!important}
html[data-theme="light"] #pageNumprops .npe-constant-table{
  background:#fff!important;
  border-color:rgba(139,101,28,.22)!important;
}
html[data-theme="light"] #pageNumprops .npe-constant-table thead th{color:#8b651c!important;background:#fffaf0!important}
html[data-theme="light"] #pageNumprops .npe-constant-row-label th{color:#6a614f!important;border-top-color:rgba(139,101,28,.12)!important}
html[data-theme="light"] #pageNumprops .npe-constant-table thead th+th,
html[data-theme="light"] #pageNumprops .npe-constant-values td+td{border-left-color:rgba(139,101,28,.14)!important}
html[data-theme="light"] #pageNumprops .npe-constant-context{color:#6a614f!important}
html[data-theme="light"] #pageNumprops .npe-constant-context mark{color:#9a6e13!important}
@media(max-width:560px){
  #pageNumprops .npe-section.npe-nth .npe-term-table th,
  #pageNumprops .npe-section.npe-nth .npe-term-table td{padding-inline:.35rem!important;font-size:.88rem!important}
  #pageNumprops .npe-constant-table{width:100%!important}
  #pageNumprops .npe-constant-table thead th{font-size:.9rem!important;padding:.65rem .35rem!important}
  #pageNumprops .npe-constant-row-label th{font-size:.72rem!important;padding-inline:.35rem!important}
  #pageNumprops .npe-constant-values td{padding-inline:.3rem!important}
  #pageNumprops .npe-constant-context{font-size:.74rem!important}
}

/* Number Properties v174.3 — final mobile button sizing guard (2026-08-11) */
@media(max-width:700px){
  #pageNumprops .np-go-btn{
    min-width:0!important;
    height:36px!important;
    padding:.35rem .55rem!important;
    line-height:1!important;
    overflow:hidden!important;
  }
  #pageNumprops .np-go-btn::after{
    content:'GET PROPERTIES'!important;
    font-size:.76rem!important;
    font-weight:800!important;
    line-height:1!important;
    letter-spacing:0!important;
    white-space:nowrap!important;
  }
  #pageNumprops .np-back-btn{
    font-size:.78rem!important;
    line-height:1.15!important;
    padding:.42rem .62rem!important;
    max-width:100%!important;
    white-space:nowrap!important;
  }
  #pageNumprops .np-spin-btn{
    min-width:34px!important;
    width:34px!important;
    height:34px!important;
    padding:0!important;
    font-size:.78rem!important;
    line-height:1!important;
  }
  #pageNumprops .npe-nav-btn{
    min-width:0!important;
    max-width:48%!important;
    padding:.34rem .45rem!important;
    gap:.25rem!important;
    line-height:1.05!important;
    overflow:hidden!important;
  }
  #pageNumprops .npe-nav-btn small{font-size:.61rem!important;white-space:nowrap!important}
  #pageNumprops .npe-nav-btn b{font-size:.82rem!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important}
  #pageNumprops .npe-nav-btn>span{font-size:.78rem!important;flex:0 0 auto!important}
  #pageNumprops .npx-main-tabs button,
  #pageNumprops .npx-actions button,
  #pageNumprops .npx-compare-form button{
    font-size:.75rem!important;
    line-height:1.2!important;
    padding:.42rem .62rem!important;
    max-width:100%!important;
    white-space:normal!important;
  }
}
@media(max-width:420px){
  #pageNumprops .np-go-btn::after{font-size:.72rem!important}
  #pageNumprops .np-back-btn{font-size:.74rem!important}
  #pageNumprops .npe-nav-btn small{font-size:.58rem!important}
  #pageNumprops .npe-nav-btn b{font-size:.78rem!important}
}


/* Number Properties v174.4 — mobile Pi/Phi centering regression guard.
   The constants matrix is only two columns, so it must remain a centered,
   non-scrolling table on phones and must not inherit the sitewide wide-table host. */
@media (max-width:700px){
  #pageNumprops .npe-section.npe-constants{
    width:100%!important;
    max-width:100%!important;
    margin-inline:auto!important;
    padding-inline:0!important;
    text-align:center!important;
    box-sizing:border-box!important;
  }
  #pageNumprops .npe-constant-table-wrap,
  #pageNumprops .npe-constant-table-wrap.gmx30-table-scroll{
    display:flex!important;
    justify-content:center!important;
    align-items:stretch!important;
    width:100%!important;
    max-width:100%!important;
    margin-inline:auto!important;
    padding-inline:0!important;
    overflow-x:visible!important;
    overflow-y:visible!important;
    touch-action:auto!important;
    box-sizing:border-box!important;
  }
  #pageNumprops .npe-constant-table-wrap > table.npe-constant-table,
  #pageNumprops .npe-constant-table-wrap.gmx30-table-scroll > table.npe-constant-table.gmx30-mobile-table{
    display:table!important;
    width:min(100%,620px)!important;
    min-width:0!important;
    max-width:620px!important;
    margin-inline:auto!important;
    table-layout:fixed!important;
    box-sizing:border-box!important;
  }
}
