body.topa-gras-results-page {
    margin: 0;
    background: #F5F7FB;
}

.topa-gras-page-main {
    width: 100%;
    max-width: none;
    margin: -96px 0 0;
    padding: 0;
}

.gras-dashboard {
    --gras-navy: #0B1B3D;
    --gras-navy-2: #102A57;
    --gras-blue: #1479E8;
    --gras-green: #059669;
    --gras-gold: #D97706;
    --gras-text: #17233C;
    --gras-muted: #61708A;
    --gras-border: #DDE5F0;
    --gras-soft: #F4F7FB;
    color: var(--gras-text);
    background: #F5F7FB;
    font-family: 'IBM Plex Sans Arabic', 'Cairo', sans-serif;
    text-align: right;
    overflow: hidden;
}

.gras-dashboard *,
.gras-dashboard *::before,
.gras-dashboard *::after {
    box-sizing: border-box;
}

.gras-dashboard button,
.gras-dashboard input,
.gras-dashboard select {
    font: inherit;
}

.gras-shell {
    width: min(1280px, calc(100% - 40px));
    margin-inline: auto;
}

.gras-hero {
    position: relative;
    min-height: 560px;
    padding: 126px 0 58px;
    color: #FFFFFF;
    background: linear-gradient(135deg, #08152F 0%, #0B1B3D 50%, #12366D 100%);
    overflow: hidden;
}

.gras-hero-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
        radial-gradient(circle at 15% 20%, rgba(20,121,232,.25), transparent 30%),
        radial-gradient(circle at 85% 80%, rgba(5,150,105,.13), transparent 30%);
    background-size: 52px 52px, 52px 52px, auto, auto;
}

.gras-hero-inner {
    position: relative;
    z-index: 1;
}

.gras-breadcrumb {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 30px;
    color: #AFC2DF;
    font-size: 12.5px;
}

.gras-breadcrumb a {
    color: #D9E7FA !important;
    text-decoration: none !important;
}

.gras-breadcrumb i {
    font-size: 9px;
}

.gras-live-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 18px;
}

.gras-live-badge,
.gras-sync {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 32px;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 11.5px;
    font-weight: 700;
}

.gras-live-badge {
    color: #D1FAE5;
    background: rgba(5,150,105,.16);
    border: 1px solid rgba(52,211,153,.32);
}

.gras-live-badge i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #34D399;
    box-shadow: 0 0 0 0 rgba(52,211,153,.55);
    animation: grasLivePulse 2s infinite;
}

.gras-dashboard[data-status="prelaunch"] .gras-live-badge {
    color: #D9E7FA;
    background: rgba(20,121,232,.18);
    border-color: rgba(96,165,250,.35);
}

.gras-dashboard[data-status="prelaunch"] .gras-live-badge i {
    background: #60A5FA;
    animation: none;
}

.gras-sync {
    color: #B9CAE3;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.1);
    cursor: pointer;
    appearance: none;
}

.gras-sync:hover {
    color: #FFFFFF;
    border-color: rgba(125,184,255,.45);
    background: rgba(20,121,232,.16);
}

.gras-sync.is-syncing i {
    animation: grasSpin .8s linear infinite;
}

@keyframes grasLivePulse {
    70% { box-shadow: 0 0 0 9px rgba(52,211,153,0); }
}

@keyframes grasSpin {
    to { transform: rotate(-360deg); }
}

.gras-hero h1 {
    max-width: 1000px;
    margin: 0 0 18px;
    color: #FFFFFF !important;
    font-family: 'IBM Plex Sans Arabic', 'Cairo', sans-serif !important;
    font-size: clamp(2.25rem, 4.2vw, 4.15rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -.025em;
}

.gras-hero h1 span {
    color: #7DB8FF;
    white-space: nowrap;
}

.gras-hero-inner > p {
    max-width: 780px;
    margin: 0 0 30px;
    color: #C6D5E9;
    font-size: 16px;
    line-height: 1.8;
}

.gras-breaking {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    max-width: 1000px;
    min-height: 48px;
    padding: 8px 10px 8px 16px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 13px;
    background: rgba(255,255,255,.07);
    backdrop-filter: blur(10px);
}

.gras-breaking > span {
    padding: 7px 12px;
    border-radius: 8px;
    color: #FFFFFF;
    background: #B91C1C;
    font-size: 11px;
    font-weight: 700;
}

.gras-breaking p {
    margin: 0;
    color: #F4F7FB;
    font-size: 13px;
    font-weight: 600;
}

.gras-breaking time {
    color: #9FB1CA;
    font-size: 10.5px;
    white-space: nowrap;
}

.gras-countdown {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 22px;
}

.gras-countdown > div {
    width: 66px;
    padding: 9px 8px;
    text-align: center;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 11px;
    background: rgba(255,255,255,.07);
}

.gras-countdown strong,
.gras-countdown span {
    display: block;
}

.gras-countdown strong {
    color: #FFFFFF;
    font-size: 22px;
    font-variant-numeric: tabular-nums;
}

.gras-countdown span {
    color: #AFC2DF;
    font-size: 9.5px;
}

.gras-countdown p {
    margin: 0 8px 0 0;
    color: #AFC2DF;
    font-size: 11px;
}

.gras-main {
    position: relative;
    z-index: 2;
    padding-bottom: 100px;
}

.gras-sample-notice {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: -24px 0 28px;
    padding: 16px 18px;
    border: 1px solid #BFD6F5;
    border-radius: 14px;
    color: #174A84;
    background: #EFF6FF;
    box-shadow: 0 10px 30px rgba(11,27,61,.08);
}

.gras-sample-notice[hidden] {
    display: none;
}

.gras-sample-notice > i {
    margin-top: 3px;
    color: #1479E8;
}

.gras-sample-notice div {
    display: grid;
    gap: 3px;
}

.gras-sample-notice strong {
    font-size: 13px;
}

.gras-sample-notice span {
    color: #506B8E;
    font-size: 11.5px;
    line-height: 1.6;
}

.gras-kpis {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 28px;
}

.gras-kpis article {
    min-width: 0;
    min-height: 126px;
    padding: 22px;
    display: flex;
    align-items: center;
    gap: 15px;
    border: 1px solid var(--gras-border);
    border-radius: 17px;
    background: #FFFFFF;
    box-shadow: 0 8px 28px rgba(11,27,61,.055);
}

.gras-kpi-icon {
    width: 46px;
    height: 46px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    border-radius: 13px;
    color: #1479E8;
    background: #EAF4FF;
    font-size: 17px;
}

.gras-kpi-icon-gold {
    color: #FFFFFF;
    background: linear-gradient(145deg, #D97706, #B45309);
}

.gras-kpis article > div {
    min-width: 0;
    display: grid;
    gap: 5px;
}

.gras-kpis strong {
    overflow: hidden;
    color: var(--gras-navy);
    font-size: clamp(1.35rem, 2vw, 1.9rem);
    font-weight: 700;
    line-height: 1.1;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
}

.gras-kpis span:last-child {
    color: var(--gras-muted);
    font-size: 11.5px;
    line-height: 1.5;
}

.gras-controls,
.gras-results-section,
.gras-insights,
.gras-workflow {
    margin-bottom: 28px;
    padding: 26px;
    border: 1px solid var(--gras-border);
    border-radius: 20px;
    background: #FFFFFF;
    box-shadow: 0 8px 30px rgba(11,27,61,.045);
}

.gras-section-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 22px;
}

.gras-section-heading > div > span,
.gras-report > div > span {
    display: block;
    margin-bottom: 4px;
    color: #1479E8;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .04em;
}

.gras-section-heading h2,
.gras-report h2 {
    margin: 0;
    color: var(--gras-navy) !important;
    font-family: inherit !important;
    font-size: 22px;
    font-weight: 700;
}

.gras-reset {
    min-height: 40px;
    padding: 8px 13px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 1px solid var(--gras-border);
    border-radius: 10px;
    color: #506079;
    background: #FFFFFF;
    cursor: pointer;
}

.gras-reset:hover {
    color: #0F5FBF;
    border-color: #8DBCF1;
    background: #F5F9FF;
}

.gras-filter-grid {
    display: grid;
    grid-template-columns: 1.45fr repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.gras-filter-grid label {
    min-width: 0;
    display: grid;
    gap: 7px;
    color: #52617A;
    font-size: 10.5px;
    font-weight: 700;
}

.gras-filter-grid select,
.gras-search > div {
    width: 100%;
    min-height: 46px;
    border: 1px solid var(--gras-border);
    border-radius: 11px;
    color: var(--gras-text);
    background: #FAFCFF;
    outline: none;
}

.gras-filter-grid select {
    padding: 0 12px;
    cursor: pointer;
}

.gras-search > div {
    padding: 0 13px;
    display: flex;
    align-items: center;
    gap: 9px;
}

.gras-search i {
    color: #1479E8;
}

.gras-search input {
    width: 100%;
    min-width: 0;
    padding: 11px 0;
    border: 0;
    color: var(--gras-text);
    background: transparent;
    outline: none;
}

.gras-filter-grid select:focus,
.gras-search > div:focus-within {
    border-color: #1479E8;
    box-shadow: 0 0 0 3px rgba(20,121,232,.09);
}

.gras-results-meta {
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 10px;
}

.gras-results-meta p {
    margin: 0;
    color: var(--gras-muted);
    font-size: 12px;
}

.gras-results-meta strong {
    color: var(--gras-navy);
}

.gras-sort-mobile {
    display: none;
}

.gras-table-wrap {
    width: 100%;
    overflow-x: auto;
    border: 1px solid var(--gras-border);
    border-radius: 14px;
}

.gras-table {
    width: 100%;
    min-width: 980px;
    border-collapse: collapse;
    table-layout: fixed;
}

.gras-table th {
    padding: 13px 12px;
    text-align: right;
    color: #D9E7FA;
    background: var(--gras-navy);
    font-size: 10.5px;
    font-weight: 600;
    white-space: nowrap;
}

.gras-table th:first-child { width: 12%; }
.gras-table th:nth-child(2) { width: 23%; }
.gras-table th:nth-child(3) { width: 10%; }
.gras-table th:nth-child(4) { width: 17%; }
.gras-table th:nth-child(5) { width: 13%; }
.gras-table th:nth-child(6) { width: 19%; }
.gras-table th:last-child { width: 6%; }

.gras-table th button {
    padding: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 0;
    color: inherit;
    background: transparent;
    cursor: pointer;
}

.gras-table tbody tr.gras-result-row {
    border-bottom: 1px solid #E7EDF5;
    background: #FFFFFF;
    transition: background .2s ease;
}

.gras-table tbody tr.gras-result-row:hover,
.gras-table tbody tr.gras-result-row.is-open {
    background: #F7FAFE;
}

.gras-table td {
    padding: 14px 12px;
    color: #334155;
    font-size: 12px;
    line-height: 1.5;
    vertical-align: middle;
}

.gras-rank {
    display: inline-flex;
    min-width: 60px;
    min-height: 30px;
    align-items: center;
    justify-content: center;
    padding: 5px 9px;
    border-radius: 8px;
    color: #0F5FBF;
    background: #EAF4FF;
    font-weight: 700;
    direction: ltr;
    font-variant-numeric: tabular-nums;
}

.gras-rank.is-top {
    color: #7C3E00;
    background: #FFF3D8;
    border: 1px solid #F3CD88;
}

.gras-university {
    display: grid;
    gap: 2px;
}

.gras-university strong {
    color: var(--gras-navy);
    font-size: 12.5px;
}

.gras-university small {
    color: #7A879A;
    font-size: 9.5px;
    direction: ltr;
    text-align: right;
}

.gras-country {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.gras-flag {
    font-size: 17px;
}

.gras-change {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-weight: 700;
    white-space: nowrap;
}

.gras-change.up,
.gras-change.new { color: var(--gras-green); }
.gras-change.stable { color: #64748B; }
.gras-change.down { color: #B91C1C; }

.gras-expand {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 1px solid var(--gras-border);
    border-radius: 9px;
    color: #0F5FBF;
    background: #FFFFFF;
    cursor: pointer;
}

.gras-expand[aria-expanded="true"] {
    color: #FFFFFF;
    border-color: #1479E8;
    background: #1479E8;
}

.gras-expand i {
    transition: transform .2s ease;
}

.gras-expand[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.gras-detail-row[hidden] {
    display: none;
}

.gras-detail-row td {
    padding: 0 !important;
    background: #F5F8FC;
}

.gras-detail {
    padding: 20px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    border-bottom: 1px solid var(--gras-border);
}

.gras-metrics {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
}

.gras-metric {
    padding: 12px;
    border: 1px solid var(--gras-border);
    border-radius: 10px;
    background: #FFFFFF;
}

.gras-metric-head {
    display: flex;
    justify-content: space-between;
    gap: 6px;
    margin-bottom: 9px;
    color: #56657B;
    font-size: 9.5px;
}

.gras-metric-head b {
    color: var(--gras-navy);
    font-size: 11px;
}

.gras-meter {
    height: 5px;
    overflow: hidden;
    border-radius: 9px;
    background: #E6EDF6;
}

.gras-meter i {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #1479E8, #059669);
}

.gras-share-actions {
    display: flex;
    align-items: center;
    gap: 7px;
}

.gras-share-actions button,
.gras-share-actions a {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border: 1px solid var(--gras-border);
    border-radius: 9px;
    color: #0F5FBF !important;
    background: #FFFFFF;
    text-decoration: none !important;
    cursor: pointer;
}

.gras-share-actions button:first-child {
    width: auto;
    padding: 0 12px;
    display: inline-flex;
    gap: 7px;
    color: #FFFFFF !important;
    border-color: #0F5FBF;
    background: #0F5FBF;
}

.gras-empty {
    padding: 60px 20px;
    text-align: center;
}

.gras-empty i {
    color: #9EB4D0;
    font-size: 30px;
}

.gras-empty h3 {
    margin: 12px 0 5px;
    color: var(--gras-navy) !important;
}

.gras-empty p {
    margin: 0;
    color: var(--gras-muted);
    font-size: 12px;
}

.gras-insights-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)) 1.15fr;
    gap: 14px;
}

.gras-insight-card,
.gras-geo-card {
    min-height: 220px;
    padding: 20px;
    border: 1px solid var(--gras-border);
    border-radius: 15px;
    background: #F9FBFE;
}

.gras-insight-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
    color: #0F5FBF;
    font-size: 12px;
    font-weight: 700;
}

.gras-insight-label i {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    color: #1479E8;
    background: #EAF4FF;
}

.gras-insight-card p {
    margin: 0;
    color: #536178;
    font-size: 13px;
    line-height: 1.9;
}

.gras-geo-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 18px;
}

.gras-geo-head > span {
    color: var(--gras-navy);
    font-size: 12px;
    font-weight: 700;
}

.gras-geo-head > span i {
    margin-left: 6px;
    color: #1479E8;
}

.gras-geo-head small {
    color: #8491A4;
    font-size: 9px;
}

.gras-geo-bars {
    display: grid;
    gap: 10px;
}

.gras-geo-row {
    display: grid;
    grid-template-columns: 72px 1fr 24px;
    align-items: center;
    gap: 8px;
    color: #52617A;
    font-size: 10px;
}

.gras-geo-track {
    height: 7px;
    overflow: hidden;
    border-radius: 9px;
    background: #E5ECF5;
}

.gras-geo-track i {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #0F5FBF, #2F8FF5);
}

.gras-methodology {
    margin-bottom: 28px;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border: 1px solid #BFD6F5;
    border-radius: 16px;
    background: #EFF6FF;
}

.gras-methodology > div {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.gras-methodology-icon {
    width: 40px;
    height: 40px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    border-radius: 11px;
    color: #1479E8;
    background: #FFFFFF;
}

.gras-methodology h2 {
    margin: 0 0 4px;
    color: var(--gras-navy) !important;
    font-family: inherit !important;
    font-size: 15px;
}

.gras-methodology p {
    margin: 0;
    color: #526985;
    font-size: 11.5px;
    line-height: 1.7;
}

.gras-methodology > a {
    flex: 0 0 auto;
    color: #0F5FBF !important;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none !important;
}

.gras-workflow-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.gras-workflow-grid article {
    position: relative;
    min-height: 180px;
    padding: 20px;
    overflow: hidden;
    border: 1px solid var(--gras-border);
    border-radius: 15px;
    background: #F9FBFE;
}

.gras-workflow-grid article.is-active {
    border-color: #7EAFE8;
    background: #EFF6FF;
    box-shadow: 0 10px 28px rgba(20,121,232,.09);
}

.gras-workflow-grid b {
    position: absolute;
    left: 16px;
    top: 8px;
    color: #DCE7F5;
    font-size: 42px;
    line-height: 1;
}

.gras-workflow-grid article.is-active b {
    color: #B7D5F7;
}

.gras-workflow-grid span {
    color: #1479E8;
    font-size: 10px;
    font-weight: 700;
}

.gras-workflow-grid h3 {
    margin: 18px 0 8px;
    color: var(--gras-navy) !important;
    font-family: inherit !important;
    font-size: 16px;
}

.gras-workflow-grid p {
    margin: 0;
    color: var(--gras-muted);
    font-size: 11.5px;
    line-height: 1.8;
}

.gras-report {
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border-radius: 20px;
    color: #FFFFFF;
    background: linear-gradient(135deg, #0B1B3D, #12366D);
}

.gras-report h2 {
    color: #FFFFFF !important;
}

.gras-report p {
    margin: 7px 0 0;
    color: #B8C9E0;
    font-size: 12px;
}

.gras-report > a {
    min-height: 48px;
    padding: 11px 18px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 12px;
    color: #FFFFFF !important;
    background: rgba(255,255,255,.08);
    font-size: 12px;
    font-weight: 700;
    text-decoration: none !important;
}

.gras-report > a:not([aria-disabled="true"]) {
    border-color: #059669;
    background: #059669;
}

.gras-report > a[aria-disabled="true"] {
    opacity: .7;
    cursor: not-allowed;
}

.gras-toast {
    position: fixed;
    z-index: 1000001;
    right: 50%;
    bottom: 72px;
    max-width: calc(100% - 32px);
    padding: 11px 16px;
    border-radius: 10px;
    color: #FFFFFF;
    background: var(--gras-navy);
    box-shadow: 0 12px 30px rgba(0,0,0,.22);
    font-size: 12px;
    opacity: 0;
    visibility: hidden;
    transform: translate(50%, 10px);
    transition: .25s ease;
}

.gras-toast.show {
    opacity: 1;
    visibility: visible;
    transform: translate(50%, 0);
}

@media (max-width: 1050px) {
    .gras-kpis { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .gras-filter-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .gras-insights-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .gras-geo-card { grid-column: 1 / -1; }
    .gras-detail { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
    .topa-gras-page-main { margin-top: -76px; }
    .gras-shell { width: min(100% - 24px, 1280px); }
    .gras-hero { min-height: 0; padding: 104px 0 46px; }
    .gras-breadcrumb { margin-bottom: 22px; overflow: hidden; white-space: nowrap; }
    .gras-hero h1 { font-size: clamp(1.75rem, 8.3vw, 2.55rem); line-height: 1.28; }
    .gras-hero-inner > p { font-size: 13px; line-height: 1.75; }
    .gras-breaking { grid-template-columns: auto minmax(0,1fr); }
    .gras-breaking time { grid-column: 2; }
    .gras-countdown > div { width: calc(25% - 6px); }
    .gras-countdown p { flex: 0 0 100%; margin: 4px 0 0; }
    .gras-sample-notice { margin-top: -20px; }
    .gras-kpis { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
    .gras-kpis article { min-height: 116px; padding: 15px; align-items: flex-start; flex-direction: column; gap: 10px; }
    .gras-kpi-icon { width: 38px; height: 38px; border-radius: 10px; }
    .gras-kpis strong { font-size: 1.25rem; }
    .gras-controls, .gras-results-section, .gras-insights, .gras-workflow { padding: 18px 14px; border-radius: 16px; }
    .gras-section-heading { align-items: flex-start; }
    .gras-section-heading h2, .gras-report h2 { font-size: 19px; }
    .gras-filter-grid { grid-template-columns: 1fr; }
    .gras-filter-grid label { font-size: 11px; }
    .gras-sort-mobile { display: block; }
    .gras-sort-mobile label { display: flex; align-items: center; gap: 7px; color: var(--gras-muted); font-size: 10px; }
    .gras-sort-mobile select { min-height: 36px; padding: 0 8px; border: 1px solid var(--gras-border); border-radius: 8px; background: #FFFFFF; }
    .gras-table-wrap { overflow: visible; border: 0; }
    .gras-table { min-width: 0; display: block; }
    .gras-table thead { display: none; }
    .gras-table tbody { display: grid; gap: 10px; }
    .gras-table tbody tr.gras-result-row { position: relative; display: grid; grid-template-columns: 82px minmax(0,1fr); gap: 8px 12px; padding: 15px; border: 1px solid var(--gras-border); border-radius: 13px; box-shadow: 0 5px 18px rgba(11,27,61,.05); }
    .gras-table td { display: block; padding: 0; }
    .gras-table td:nth-child(1) { grid-row: 1 / 3; }
    .gras-table td:nth-child(2) { grid-column: 2; }
    .gras-table td:nth-child(3), .gras-table td:nth-child(4), .gras-table td:nth-child(5), .gras-table td:nth-child(6) { grid-column: 1 / -1; padding-top: 7px; border-top: 1px solid #EDF1F6; }
    .gras-table td:nth-child(3)::before { content: 'الدولة: '; color: #7A879A; }
    .gras-table td:nth-child(4)::before { content: 'التخصص: '; color: #7A879A; }
    .gras-table td:nth-child(5)::before { content: 'التغير: '; color: #7A879A; }
    .gras-table td:nth-child(6)::before { content: 'المؤشر: '; color: #7A879A; }
    .gras-table td:last-child { position: absolute; left: 12px; top: 12px; }
    .gras-rank { min-width: 72px; min-height: 38px; }
    .gras-detail-row { display: block; }
    .gras-detail-row[hidden] { display: none; }
    .gras-detail-row td { display: block; border-radius: 12px; }
    .gras-detail { padding: 14px; }
    .gras-metrics { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .gras-share-actions { flex-wrap: wrap; }
    .gras-insights-grid, .gras-workflow-grid { grid-template-columns: 1fr; }
    .gras-geo-card { grid-column: auto; }
    .gras-insight-card, .gras-geo-card { min-height: 0; }
    .gras-methodology, .gras-report { align-items: flex-start; flex-direction: column; padding: 20px; }
    .gras-methodology > a, .gras-report > a { width: 100%; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
    .gras-dashboard *, .gras-dashboard *::before, .gras-dashboard *::after { animation: none !important; scroll-behavior: auto !important; transition: none !important; }
}
