#pageStrongs{direction:rtl}
.str-wrap{max-width:1280px;margin:0 auto;padding:2rem 1.2rem 4rem;color:var(--text-pri)}
.str-head{text-align:center;margin-bottom:1.6rem}
.str-head h1{font-family:'Amiri',serif;color:var(--gold-title);font-size:clamp(2rem,4vw,3rem);margin:0}
.str-head p{color:var(--text-sec);margin:.35rem auto 0;max-width:780px;line-height:1.8}
.str-stats{display:flex;justify-content:center;gap:.6rem;flex-wrap:wrap;margin-top:.85rem}
.str-stat{border:1px solid var(--border);background:var(--bg2);border-radius:999px;padding:.3rem .75rem;font-size:.8rem;color:var(--text-sec)}
.str-panel{background:var(--bg2);border:1px solid var(--border);border-radius:14px;padding:1rem;margin-bottom:1rem}
.str-mode{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem;margin-bottom:.8rem}
.str-mode button,.str-chip,.str-nav button,.str-action{font-family:var(--font-main);border:1px solid var(--border);background:transparent;color:var(--text-sec);border-radius:9px;padding:.65rem .8rem;cursor:pointer;font-weight:700}
.str-mode button.active,.str-chip.active{border-color:var(--gold);color:var(--gold);background:rgba(201,168,76,.08)}
.str-search-row{display:grid;grid-template-columns:minmax(220px,1fr) 170px auto;gap:.65rem;align-items:center}
.str-search-row input,.str-search-row select{width:100%;min-height:46px;border:1px solid var(--border);border-radius:9px;background:var(--bg1);color:var(--text-pri);padding:.65rem .85rem;font-family:var(--font-main);font-size:1rem}
.str-search-row input{direction:auto}
.str-go{min-height:46px;border:1px solid var(--gold);background:rgba(201,168,76,.12);color:var(--gold);border-radius:9px;padding:.65rem 1.2rem;font-family:var(--font-main);font-weight:800;cursor:pointer}
.str-help{font-size:.78rem;color:var(--text-muted);margin-top:.55rem;line-height:1.7}
.str-ranges{display:flex;gap:.45rem;flex-wrap:wrap;margin-top:.8rem}
.str-summary{display:flex;justify-content:space-between;gap:.8rem;align-items:center;flex-wrap:wrap;margin:1rem 0 .7rem;color:var(--text-sec);font-size:.85rem}
.str-results{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}
.str-card{background:var(--bg2);border:1px solid var(--border);border-radius:13px;padding:1rem;position:relative;overflow:hidden}
.str-card::before{content:'';position:absolute;right:0;top:0;bottom:0;width:3px;background:var(--gold)}
.str-card.greek::before{background:#53b7ff}
.str-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:.8rem}
.str-id{font-family:'Ubuntu Mono',monospace;font-size:1.1rem;color:var(--gold);font-weight:800;direction:ltr}
.str-card.greek .str-id{color:#53b7ff}
.str-lemma{font-family:'Scheherazade New','Amiri',serif;font-size:1.65rem;line-height:1.25;text-align:left;direction:auto;unicode-bidi:isolate}
.str-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem;margin:.8rem 0}
.str-meta div{background:var(--bg1);border:1px solid var(--border);border-radius:8px;padding:.5rem .65rem;min-width:0}
.str-meta b{display:block;color:var(--text-muted);font-size:.68rem;margin-bottom:.15rem}
.str-meta span{direction:ltr;unicode-bidi:isolate;display:block;overflow-wrap:anywhere}
.str-block{border-top:1px solid var(--border);padding-top:.7rem;margin-top:.7rem}
.str-block h3{font-size:.78rem;color:var(--gold);margin:0 0 .25rem}
.str-block p{margin:0;color:var(--text-sec);line-height:1.75;direction:ltr;text-align:left;unicode-bidi:isolate}
.str-actions{display:flex;gap:.45rem;flex-wrap:wrap;margin-top:.85rem}
.str-actions button,.str-actions a{border:1px solid var(--border);background:transparent;color:var(--text-sec);border-radius:8px;padding:.4rem .7rem;text-decoration:none;font-family:var(--font-main);font-size:.78rem;cursor:pointer}
.str-empty{text-align:center;border:1px dashed var(--border);border-radius:12px;padding:2.4rem 1rem;color:var(--text-muted)}
.str-nav{display:flex;justify-content:center;align-items:center;gap:.65rem;margin-top:1rem}
.str-nav span{color:var(--text-sec);font-size:.85rem}
.str-detail{max-width:820px;margin:0 auto}
.str-source{margin-top:1.2rem;font-size:.76rem;color:var(--text-muted);text-align:center;line-height:1.7}
@media(max-width:820px){.str-search-row{grid-template-columns:1fr}.str-results{grid-template-columns:1fr}.str-mode{grid-template-columns:1fr}.str-meta{grid-template-columns:1fr}}
.str-block.str-ar p{direction:rtl;text-align:right;unicode-bidi:plaintext;color:var(--text-pri);font-size:.96rem}
.str-block.str-ar{background:rgba(201,168,76,.035);border-radius:9px;padding:.75rem .8rem;margin-top:.75rem;border-top:1px solid var(--border)}
.str-block.str-en h3{color:var(--text-muted)}
.str-block.str-en p{font-size:.84rem;color:var(--text-muted)}
.str-actions{justify-content:flex-start}
