@font-face { font-family:'KNU Students Arabic'; src:url('../notoreg.ttf') format('truetype'); font-style:normal; font-weight:400; font-display:swap; unicode-range:U+0600-06FF,U+0750-077F,U+08A0-08FF,U+FB50-FDFF,U+FE70-FEFF; }
.top-students-page { --ts-ink:#202536; --ts-muted:#616978; --ts-accent:#35339a; background:#f7f8fb; color:var(--ts-ink); padding:48px 0 64px; font-size:17px; line-height:1.6; }
.top-students-page p { text-align:start; }
.top-students-page .tsp-name bdi { font-family:'Poppins','KNU Students Arabic',Arial,sans-serif !important; }
.top-students-page .tsp-container { width:calc(100% - 40px); max-width:1200px; margin:auto; }
.top-students-page .tsp-intro { margin-bottom:28px; max-width:820px; }
.top-students-page .tsp-eyebrow { color:var(--ts-accent); font-size:15px; font-weight:500; margin:0 0 8px; }
.top-students-page h1 { font-size:clamp(30px,4vw,42px); line-height:1.2; font-weight:600; margin:0 0 14px; color:var(--ts-ink); }
.top-students-page .tsp-intro > p:last-child { margin:0; font-size:18px; color:var(--ts-muted); }
.top-students-page .tsp-filters { background:#fff; padding:24px; border:1px solid #e0e3eb; border-radius:12px; margin-bottom:28px; }
.top-students-page .tsp-filter-grid { display:grid; grid-template-columns:1fr 2fr 1fr; gap:18px; align-items:end; }
.top-students-page .tsp-field { min-width:0; }
.top-students-page label { display:block; margin:0 0 8px; font-size:15px; line-height:1.5; font-weight:500; }
.top-students-page select { display:block; width:100%; height:52px; padding:0 12px; border:1px solid #bbc2d0; border-radius:6px; background:#fff; color:var(--ts-ink); font-family:inherit; font-size:16px; font-weight:400; cursor:pointer; appearance:auto; }
.top-students-page .tsp-submit { min-height:52px; border:1px solid var(--ts-accent); border-radius:6px; padding:10px 22px; background:var(--ts-accent); color:#fff; font-family:inherit; font-size:16px; font-weight:500; cursor:pointer; }
.top-students-page .tsp-submit:hover { background:#282775; }
.top-students-page :is(a,select,button):focus-visible { outline:3px solid #8987e0; outline-offset:3px; }
.top-students-page .tsp-filter-bottom { display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:10px; margin-top:16px; color:var(--ts-muted); font-size:14px; }
.top-students-page .tsp-filter-bottom p { font-size:inherit; margin:0; }
.top-students-page a { color:var(--ts-accent); }
.top-students-page .tsp-reset { text-decoration:underline; text-underline-offset:4px; padding:6px 0; font-size:15px; }
.top-students-page .tsp-results-heading { display:flex; flex-wrap:wrap; align-items:baseline; justify-content:space-between; gap:8px; margin:0 0 18px; scroll-margin-top:110px; }
.top-students-page .tsp-results-heading h2 { font-size:23px; font-weight:500; margin:0; }
.top-students-page .tsp-results-heading p { margin:0; font-size:15px; color:var(--ts-muted); }
.top-students-page .tsp-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:24px; align-items:start; }
.top-students-page .tsp-grid--single { grid-template-columns:1fr; max-width:900px; margin-inline:auto; }
.top-students-page .tsp-card { background:#fff; border:1px solid #e0e3eb; border-radius:12px; overflow:hidden; }
.top-students-page .tsp-card-header { padding:24px 24px 20px; border-bottom:1px solid #e9ebf1; border-top:3px solid var(--ts-accent); }
.top-students-page .tsp-card h3 { font-size:23px; font-weight:500; line-height:1.4; margin:0 0 10px; overflow-wrap:anywhere; color:var(--ts-ink); }
.top-students-page .tsp-meta { display:flex; flex-wrap:wrap; align-items:center; gap:8px 20px; color:var(--ts-muted); font-size:15px; }
.top-students-page .tsp-meta span { display:inline-flex; gap:6px; }
.top-students-page table { width:100%; table-layout:fixed; border-collapse:collapse; margin:0; font-size:17px; }
.top-students-page th { background:#fafbfc; font-weight:400; font-size:14px; color:var(--ts-muted); padding:12px 16px; text-align:start; border-bottom:1px solid #e9ebf1; }
.top-students-page td { padding:15px 16px; border-bottom:1px solid #eef0f4; vertical-align:middle; }
.top-students-page tr:last-child td { border-bottom:0; }
.top-students-page .tsp-rank-col { width:80px; text-align:center; }
.top-students-page .tsp-grade-col { width:84px; text-align:center; }
.top-students-page .tsp-name { font-size:19px; line-height:1.7; font-weight:400; overflow-wrap:anywhere; }
.top-students-page .tsp-rank { display:inline-flex; align-items:center; justify-content:center; width:34px; min-height:34px; border-radius:50%; color:#596273; font-weight:500; font-size:16px; }
.top-students-page .tsp-place-1 .tsp-rank { background:#faf0d6; color:#785414; border:1px solid #e8d399; }
.top-students-page .tsp-place-2 .tsp-rank { background:#eef0f5; color:#545f70; border:1px solid #d4dae4; }
.top-students-page .tsp-place-3 .tsp-rank { background:#f6eae1; color:#805536; border:1px solid #e6cdb8; }
.top-students-page .tsp-place-1 { background:#fffdf7; }
.top-students-page .tsp-grade { display:inline-block; font-size:17px; font-weight:500; color:#383a65; white-space:nowrap; }
.top-students-page .tsp-pages { display:flex; justify-content:center; align-items:center; gap:8px; flex-wrap:wrap; margin-top:30px; }
.top-students-page .tsp-pages a,.top-students-page .tsp-pages [aria-current] { min-width:44px; min-height:44px; padding:8px 12px; text-align:center; border:1px solid #d8ddeb; border-radius:6px; background:#fff; font-size:16px; }
.top-students-page .tsp-pages [aria-current] { background:var(--ts-accent); color:#fff; border-color:var(--ts-accent); }
.top-students-page .tsp-pages a:hover { background:#edecfa; }
.top-students-page .tsp-empty { text-align:center; padding:54px 24px; background:#fff; border:1px solid #e0e3eb; border-radius:12px; }
.top-students-page .tsp-empty h2 { font-size:24px; font-weight:500; }
.top-students-page .tsp-empty p { color:var(--ts-muted); font-size:17px; text-align:center; }
.top-students-page .tsp-sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
@media (max-width:1100px) { .top-students-page .tsp-grid { grid-template-columns:1fr; } }
@media (max-width:767px) { .top-students-page .tsp-filter-grid { grid-template-columns:1fr; } }
@media (max-width:575px) {
 .top-students-page { padding:28px 0 40px; }
 .top-students-page .tsp-container { width:calc(100% - 28px); }
 .top-students-page .tsp-filter-grid { grid-template-columns:1fr; gap:16px; }
 .top-students-page .tsp-filters { padding:20px 16px; }
 .top-students-page .tsp-submit { width:100%; }
 .top-students-page .tsp-card-header { padding:18px 16px; }
 .top-students-page .tsp-card h3 { font-size:21px; }
 .top-students-page th,.top-students-page td { padding:12px 8px; }
 .top-students-page .tsp-rank-col { width:52px; }
 .top-students-page .tsp-grade-col { width:60px; }
 .top-students-page .tsp-name { font-size:18px; }
 .top-students-page .tsp-rank { width:30px; min-height:30px; }
}
