.native-shell {.navbar{ display:none !important; }

#page-content{
  position:relative;
  z-index:1;
  box-sizing:border-box !important;
  width:100%;
  min-height:100svh;
  margin:0;
  padding:0;
  overflow:visible;
}


.universe-static-page{
  --universe-page-gutter:clamp(1rem,4vw,4.5rem);
  box-sizing:border-box;
  width:100%;
  max-width:none;
  min-height:100%;
  margin:0;
}
.universe-page-stage{
  box-sizing:border-box;
  width:100%;
  min-width:0;
  padding:clamp(4.5rem,6vw,5.5rem) var(--universe-page-gutter) 0;
}
.universe-page-stage-inner{
  box-sizing:border-box;
  width:min(1600px,100%);
  min-width:0;
  margin-inline:auto;
}
.universe-page-stage-inner > .section,.universe-page-stage-inner > .ranking-section,.universe-page-stage-inner > .universe-legal-page,.universe-page-stage-inner > .universe-exams-page,.universe-page-stage-inner > .universe-library-layout,.universe-library-layout > .section{
  box-sizing:border-box !important;
  width:100%;
  max-width:none;
  margin-inline:auto;
  padding-inline:0;
  padding-top:clamp(1.75rem,3.2vw,3rem);
}
.universe-page-stage :where(.section-label,.section-title,.section-sub){
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}
.universe-page-stage .section-label{ display:flex; width:max-content; max-width:100%; }
.universe-legal-page{ padding-bottom:4rem; }
.universe-legal-page .section-title{
  max-width:100%;
  font-size:clamp(1.8rem,4.2vw,3.55rem);
  line-height:1.02;
  word-break:normal !important;
  overflow-wrap:normal;
  text-wrap:balance;
}
.universe-legal-grid{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:1rem;
  width:100%;
  margin-top:1.7rem;
}
.universe-legal-grid .legal-card{
  box-sizing:border-box !important;
  min-width:0;
  min-height:190px;
  height:auto;
  margin:0;
  padding:clamp(1rem,1.8vw,1.35rem);

}
.universe-legal-grid .legal-card h3{
  margin:0 0 .75rem;
  
  text-align:left;
}
.universe-legal-grid .legal-card ul{ margin:.15rem 0 0; padding-left:1.15rem; }
.universe-legal-grid .legal-card li{ margin:.42rem 0;  line-height:1.55; text-align:left; }
.universe-legal-grid .legal-card:last-child:nth-child(odd){ grid-column:1 / -1; }
.universe-page-stage-inner{ width:min(1720px,100%); }

#universe-code-cursor,#chat-overlay:not(.open),#chat-panel:not(.open){ pointer-events:none !important; }

.universe-static-page,.universe-static-page footer,.universe-static-page a,.universe-static-page button{ position:relative; pointer-events:auto; }
footer .footer-links ul{ display:grid; gap:.12rem; padding-left:0; list-style:none; }
footer .footer-links a,footer .footer-legal a{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:.32rem .48rem;
  margin-left:-.48rem;
  
  
}
footer .footer-links a:hover,footer .footer-legal a:hover{
  
  
  transform:translateX(2px);
}
.cepre-v2-shell{
  overflow:hidden;
  max-width:1280px;
  margin:2rem auto 0;

}
.cepre-v2-controls{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
  padding:16px;
  
}
.cepre-v2-search-box{ flex:1 1 340px; max-width:520px; }
.cepre-v2-control-label{
  display:block;
  margin-bottom:6px;
  
  font-size:.72rem;
  
  text-transform:uppercase;
}
.cepre-v2-search{
  width:100%;
  min-height:44px;
  padding:0 13px;

}
.cepre-v2-site-group{
  display:inline-flex;
  gap:3px;
  padding:4px;

}
.cepre-v2-site-button{
  min-height:36px;
  padding:0 14px;

  font-size:.8rem;
  
}
.cepre-v2-wrap{
  overflow:auto;
  max-height:none;
  height:auto;
  
  scrollbar-gutter:stable;
}
.cepre-v2-table{
  width:100%;
  min-width:1372px;
  table-layout:fixed;
  
  
}
.cepre-v2-table th,.cepre-v2-table td{
  padding:8px 9px;
  
  text-align:center;
  white-space:nowrap;
}
.cepre-v2-table thead th{
  position:sticky;
  z-index:2;
  
  
  font-size:.72rem;
  
  text-transform:uppercase;
}
.cepre-v2-table thead tr:first-child th{
  top:0;
  height:38px;

}
.cepre-v2-table thead tr:nth-child(2) th{
  top:38px;
  height:42px;
}
.cepre-v2-table tbody th,.cepre-v2-code{
  position:sticky;
  left:0;
  z-index:1;
  
  text-align:left;
  
  
}
thead .cepre-v2-code{ z-index:4; }

.cepre-v2-position{
  position:sticky;
  left:0;
  z-index:2;
  min-width:80px;
  
  
  text-align:center;
  
  font-variant-numeric:tabular-nums;
}
.cepre-v2-code,.cepre-v2-table tbody th{
  left:80px;
}
thead .cepre-v2-position{ z-index:5; }
.cepre-v2-table tbody td{ font-variant-numeric:tabular-nums; }
.cepre-v2-stats{
  display:flex;
  align-items:center;
  gap:8px;
  min-height:52px;
  padding:6px 10px;
  overflow-x:auto;
  
  
  scrollbar-width:thin;
}
.cepre-v2-stats-title{
  flex:0 0 auto;
  padding-right:10px;
  
  font-size:.72rem;
  
  letter-spacing:.04em;
  text-transform:uppercase;
}
.cepre-v2-stat{
  display:flex;
  flex:0 0 auto;
  align-items:center;
  gap:7px;
  height:40px;
  padding:0 11px;

  white-space:nowrap;
}
.cepre-v2-stat span{
  
  font-size:.66rem;
  
  text-transform:uppercase;
}
.cepre-v2-stat strong{
  
  
  font-size:.78rem;
}
@media(min-width:901px){
  .universe-page-stage{ padding-top:1.15rem; }
  #ranking-cepreuni{ padding-top:.8rem; }
  #ranking-cepreuni > .reveal:first-child{
    display:grid;
    grid-template-columns:minmax(310px,.62fr) minmax(320px,.9fr);
    align-items:end;
    gap:.35rem 1.35rem;
    margin-bottom:.75rem;
  }
  #ranking-cepreuni :is(.section-label,.section-title,.section-sub){
    margin:0;
    text-align:left;
  }
  #ranking-cepreuni .section-label{
    justify-self:start;
    grid-column:1;
  }
  #ranking-cepreuni .section-title{
    grid-column:1;
    font-size:clamp(2rem,3.2vw,3.25rem);
    line-height:.95;
  }
  #ranking-cepreuni .section-sub{
    grid-column:2;
    grid-row:1 / span 2;
    align-self:center;
    max-width:720px;
  }
  .cepre-v2-shell{ margin-top:.75rem; }
  .cepre-v2-controls{ padding:10px 12px; align-items:center !important; }
  .cepre-v2-search{ min-height:38px; }
}
.cepre-v2-summary{
  padding:15px 20px;
  
  
  font-size:.82rem;
  line-height:1.55;
}
@media(max-width:760px){
  .cepre-v2-controls{ align-items:stretch; flex-direction:column; }
  .cepre-v2-search-box{ max-width:none; flex-basis:auto; }
  .cepre-v2-site-group{ display:grid; grid-template-columns:repeat(3,1fr); }
  .cepre-v2-table{ min-width:1280px; }
  .cepre-v2-table th,.cepre-v2-table td{ padding:7px 8px; }
}
@media(max-width:760px){
  .universe-static-page{ --universe-page-gutter:.9rem; }
  .universe-page-stage{ padding-top:4.15rem; }
  .universe-legal-page .section-title{ font-size:clamp(1.55rem,7.2vw,2.35rem); }
  .universe-legal-grid{ grid-template-columns:minmax(0,1fr); }
  .universe-legal-grid .legal-card{ min-height:0; }
  .universe-legal-grid .legal-card:last-child:nth-child(odd){ grid-column:auto; }
  .ranking-shell{ margin-top:1.5rem;  }
  .ranking-table{ min-width:1280px; }
  .ranking-table th,.ranking-table td{ padding:12px 13px; }
}

/* Soporte: botón pegado correctamente a la esquina en celular */


.ranking-section{padding-inline:0;}
.cepre-v2-shell{width:100%;max-width:none;margin-inline:0;}
.cepre-v2-wrap{max-height:none;height:auto;}


.universe-page-stage-inner{width:min(1880px,calc(100vw - 2rem))}
.ranking-section{padding:0}
.ranking-v3-layout{
  display:grid;
  grid-template-columns:clamp(290px,19vw,350px) minmax(0,1fr);
  grid-template-areas:"aside heading" "aside content";
  gap:18px 22px;
  align-items:start;
}
.ranking-v3-heading{grid-area:heading;padding:12px 8px 0}
.ranking-v3-heading .section-label{display:inline-flex!important;margin:0 0 10px}
.ranking-v3-heading .section-title{
  margin:0;
  
  font-size:clamp(2.25rem,4vw,4.65rem);
  line-height:.9;
  letter-spacing:-.025em;
  text-align:left;
}
.ranking-v3-heading .section-sub{
  max-width:860px;
  margin:14px 0 0;
  
  
  text-align:left;
}
.ranking-v3-content{grid-area:content;min-width:0;display:grid;gap:22px}
.ranking-v3-view-tabs{
  display:flex;
  gap:28px;
  margin:0 7px -6px;
  
}
.ranking-v3-view-tabs button{
  position:relative;

  padding:0 0 12px;
  
  cursor:pointer;
}
.ranking-v3-view-tabs button[aria-selected='true']:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-1px;
  height:3px;
  
  
}
:is(#ranking-v3-current-panel,#ranking-v3-history-panel)[hidden]{display:none!important}
.ranking-v3-insights{
  grid-area:aside;
  position:sticky;
  top:92px;
  align-self:start;
  max-height:calc(100svh - 108px);
  overflow:auto;
  padding:22px 18px 18px;

  scrollbar-width:thin;
}
.ranking-v3-eyebrow{
  display:block;
  
  
  letter-spacing:.14em;
  text-transform:uppercase;
}
.ranking-v3-insights-head h3,.ranking-v3-history-head h3{
  margin:7px 0 8px;
  
  
}
.ranking-v3-insights-head p,.ranking-v3-history-head p{
  margin:0;
  
  
}
.cepre-v2-stats{
  display:grid!important;
  gap:8px;
  min-height:0;
  margin-top:17px;
  padding:0;
  overflow:visible;
  
  
}
.cepre-v2-stat{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center!important;
  gap:10px;
  width:100%;
  height:auto;
  min-height:58px;
  padding:10px 12px;

  white-space:normal!important;
}
.cepre-v2-stat>div:last-child{text-align:right}
.cepre-v2-stat span,.cepre-v2-stat small,.cepre-v2-stat strong,.cepre-v2-stat em{display:block}
.cepre-v2-stat span{
  
  
  letter-spacing:.02em;
  text-transform:none!important;
}
.cepre-v2-stat small{
  margin-top:5px;
  
  
}
.cepre-v2-stat em{
  margin-top:4px;
  
  
  font-style:normal;
}
.ranking-v3-formula-note{
  display:grid;
  gap:5px;
  margin-top:12px;
  padding:14px;

}
.cepre-v2-shell{
  width:100%;
  margin:0;
  overflow:hidden;

}
.cepre-v2-controls{padding:16px 18px;}
.ranking-v3-history{
  overflow:hidden;

}
.ranking-v3-history-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  padding:24px 24px 18px;
  
}
.ranking-v3-history-head>div:first-child{max-width:760px}
.ranking-v3-history-filters{display:flex;gap:12px;flex:0 0 auto}
.ranking-v3-history-filters>div>span{
  display:block;
  margin:0 0 5px 4px;
  
  
  text-transform:uppercase;
}
.ranking-v3-segmented{
  display:flex;
  gap:3px;
  padding:4px;

}
.ranking-v3-segmented button{
  min-height:34px;
  padding:0 13px;

  cursor:pointer;
}
.ranking-v3-benchmarks{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  padding:16px 24px;
  
}
.ranking-v3-benchmarks article{
  padding:14px 15px;

}
.ranking-v3-benchmarks span,.ranking-v3-benchmarks strong,.ranking-v3-benchmarks small{display:block}
.ranking-v3-benchmarks span{text-transform:uppercase}
.ranking-v3-benchmarks strong{margin-top:5px;}
.ranking-v3-benchmarks small{margin-top:3px;}
.ranking-v3-history-wrap{overflow-x:auto}
.ranking-v3-history-table{width:100%;min-width:980px;}
.ranking-v3-history-table th,.ranking-v3-history-table td{padding:11px 12px;text-align:center;font-size:.76rem}
.ranking-v3-history-table thead th{text-transform:uppercase}
.ranking-v3-history-table tbody th{text-align:left;}
.ranking-v3-history-table td:first-child{text-align:left;white-space:nowrap}
.ranking-v3-history-table td:first-child strong{margin-left:7px;}
.ranking-v3-faculty{display:inline-flex;padding:4px 7px;}
.ranking-v3-range{position:relative;width:100%;min-width:190px;height:18px;}
.ranking-v3-range:before{content:"0";position:absolute;left:6px;top:2px;font-size:.52rem}
.ranking-v3-range:after{content:"20";position:absolute;right:6px;top:2px;font-size:.52rem}
.ranking-v3-range i{position:absolute;z-index:1;top:4px;height:10px;}
.ranking-v3-range b{position:absolute;z-index:2;top:1px;width:3px;height:16px;translate:-1px 0}
.ranking-v3-no-admission{display:inline-flex;padding:5px 8px;font-size:.62rem;}
.ranking-v3-history-empty{padding:32px;text-align:center}
.ranking-v3-history-note{margin:0;padding:13px 24px;}
@media(max-width:1180px){
  .ranking-v3-layout{grid-template-columns:270px minmax(0,1fr);gap:16px}
  .ranking-v3-history-head{align-items:flex-start;flex-direction:column}
}
@media(max-width:900px){
  .universe-page-stage-inner{width:min(100% - 1rem,1000px)}
  .ranking-v3-layout{grid-template-columns:minmax(0,1fr);grid-template-areas:"heading" "aside" "content"}
  .ranking-v3-insights{position:static;max-height:none}
  .cepre-v2-stats{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ranking-v3-benchmarks{grid-template-columns:1fr}
}
@media(max-width:560px){
  .ranking-v3-heading{padding-inline:4px}
  .ranking-v3-heading .section-title{font-size:2.65rem}
  .ranking-v3-insights{padding:18px 14px;}
  .cepre-v2-stats{grid-template-columns:1fr}
  .cepre-v2-stat{min-height:54px}
  .ranking-v3-history-head{padding:20px 16px 15px}
  .ranking-v3-history-filters{width:100%;display:grid;grid-template-columns:1fr 1fr}
  .ranking-v3-segmented{display:grid;grid-template-columns:1fr}
  .ranking-v3-benchmarks{padding:13px 16px}
  .ranking-v3-history-note{padding-inline:16px}
}
@media(min-width:901px){
  
  body>nav{
    position:fixed;
    z-index:1000;
    inset:0 0 auto 0;
    transform:none;
    width:100%;
    max-width:none;
    height:78px;
    margin:0;
    padding:0 28px;

  }
  body>nav .nav-logo{
    flex:0 0 auto;
    
    
    letter-spacing:-.04em;
  }
  body>nav .nav-links{
    flex:1 1 auto;
    justify-content:center!important;
  }
  body>nav .nav-actions{flex:0 0 auto}
  .universe-static-page{
    height:100svh;
    min-height:100svh;
    overflow:hidden;
    
  }
  .universe-page-stage{
    height:100svh;
    min-height:100svh;
    padding:78px 0 0;
    overflow:hidden;
  }
  .universe-page-stage-inner,.ranking-section{
    width:100%;
    height:100%;
    min-height:0;
    margin:0;
    overflow:hidden;
  }
  .universe-page-stage-inner>.ranking-section{
    padding:0;
  }
  
  .ranking-v3-layout{
    width:100%;
    height:100%;
    min-height:0;
    grid-template-columns:clamp(285px,20vw,350px) minmax(0,1fr);
    grid-template-rows:auto minmax(0,1fr);
    grid-template-areas:"aside heading" "aside content";
    gap:0;
    align-items:stretch;
    overflow:hidden;
    
  }
  .ranking-v3-heading{
    min-width:0;
    padding:22px 30px 14px;
    
    
  }
  .ranking-v3-heading .section-label{
    margin-bottom:8px;
    
    
  }
  .ranking-v3-heading .section-title{
    
    
    letter-spacing:-.045em;
  }
  .ranking-v3-heading .section-sub{
    max-width:1000px;
    margin-top:9px;
    
    
  }
  .ranking-v3-insights{
    position:relative;
    top:auto;
    align-self:stretch!important;
    width:100%;
    height:100%;
    max-height:none;
    padding:22px 14px 78px;

  }
  .ranking-v3-insights-head{
    padding:0 6px;
  }
  .ranking-v3-content{
    min-height:0;
    grid-template-rows:auto minmax(0,1fr);
    gap:14px;
    padding:14px 28px 24px;
    overflow:hidden;
    
  }
  .ranking-v3-view-tabs{
    flex:0 0 auto;
    margin:0 6px;
  }
  #ranking-v3-current-panel,#ranking-v3-history-panel{
    height:100%;
    min-height:0;
  }
  .cepre-v2-shell{
    display:flex;
    flex-direction:column;
    height:100%;
    min-height:0;
    
    
  }
  .cepre-v2-controls{flex:0 0 auto}
  .cepre-v2-wrap{
    flex:1 1 auto;
    min-height:0;
    overflow:auto;
    overscroll-behavior:contain;
  }
  .ranking-v3-history{
    display:flex;
    flex-direction:column;
    height:100%;
    min-height:0;
    
    
  }
  .ranking-v3-history-head,.ranking-v3-benchmarks,.ranking-v3-history-note{flex:0 0 auto}
  .ranking-v3-history-wrap{
    flex:1 1 auto;
    min-height:0;
    overflow:auto;
    overscroll-behavior:contain;
  }
}
@
@media(max-width:900px){
  
  body>nav{
    position:sticky;
    z-index:1000;
    inset:0 0 auto;
    transform:none;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto;
    grid-template-rows:56px 42px;
    align-items:center;
    width:100%;
    max-width:none;
    min-height:98px;
    margin:0;
    padding:0 10px;
    overflow:hidden;

  }
  body>nav .nav-logo{
    grid-column:1;
    grid-row:1;
    justify-self:start;
    min-width:0;
    
    
    letter-spacing:-.035em;
    white-space:nowrap;
  }
  body>nav .nav-actions{
    grid-column:2;
    grid-row:1;
    justify-self:end;
  }
  body>nav .nav-links{
    grid-column:1/-1;
    grid-row:2;
    display:flex!important;
    justify-content:flex-start!important;
    align-items:center;
    gap:6px;
    width:100%;
    min-width:0;
    margin:0;
    padding:0 2px 8px;
    overflow-x:auto;
    overflow-y:hidden;
    white-space:nowrap;
    scrollbar-width:none;
    scroll-snap-type:x proximity;
  }
  body>nav .nav-links::-webkit-scrollbar{display:none}
  body>nav .nav-links li{
    flex:0 0 auto;
    scroll-snap-align:start;
  }
  body>nav .nav-links a{
    min-height:30px;
    padding:0 10px;
    font-size:.64rem;
  }
  .universe-page-stage{
    min-height:0;
    padding:0 0 22px;
  }
  .universe-page-stage-inner{width:100%}
  .ranking-section{
    padding:10px;
  }
  .ranking-v3-layout{
    grid-template-columns:minmax(0,1fr);
    grid-template-areas:"heading" "aside" "content";
    gap:12px;
    width:100%;
    min-width:0;
  }
  .ranking-v3-heading{
    padding:8px 4px 2px;
  }
  .ranking-v3-heading .section-title{
    
    letter-spacing:-.045em;
  }
  .ranking-v3-heading .section-sub{
    margin-top:10px;
    font-size:.82rem;
    line-height:1.48;
  }
  .ranking-v3-insights{
    position:static;
    max-height:none;
    overflow:visible;
    padding:17px 14px;
    
  }
  .ranking-v3-insights-head h3{
    font-size:1.32rem;
  }
  .cepre-v2-stats{
    display:flex!important;
    grid-template-columns:none;
    gap:8px;
    width:100%;
    margin-top:14px;
    padding:0 0 5px;
    overflow-x:auto;
    overflow-y:hidden;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
  }
  .cepre-v2-stats::-webkit-scrollbar{display:none}
  .cepre-v2-stat{
    flex:0 0 172px;
    min-width:172px;
    min-height:62px;
    scroll-snap-align:start;
  }
  .ranking-v3-formula-note{
    margin-top:9px;
    padding:12px;
  }
  .ranking-v3-content{
    min-width:0;
    gap:12px;
  }
  .ranking-v3-view-tabs{
    gap:22px;
    margin:0 5px;
    overflow-x:auto;
    overflow-y:hidden;
    white-space:nowrap;
    scrollbar-width:none;
  }
  .ranking-v3-view-tabs::-webkit-scrollbar{display:none}
  .cepre-v2-shell,.ranking-v3-history{
    width:100%;
    min-width:0;
    
  }
  .cepre-v2-controls{
    padding:14px;
  }
  .cepre-v2-wrap{
    width:100%;
    height:62svh;
    min-height:430px;
    max-height:620px;
    overflow:auto;
    overscroll-behavior:contain;
    -webkit-overflow-scrolling:touch;
  }
  .ranking-v3-history-head{
    gap:14px;
    padding:18px 15px 14px;
  }
  .ranking-v3-history-filters{
    width:100%;
    grid-template-columns:1fr 1fr;
  }
  .ranking-v3-benchmarks{
    display:flex;
    grid-template-columns:none;
    gap:8px;
    padding:12px 15px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
  }
  .ranking-v3-benchmarks::-webkit-scrollbar{display:none}
  .ranking-v3-benchmarks article{
    flex:0 0 190px;
    scroll-snap-align:start;
  }
  .ranking-v3-history-wrap{
    width:100%;
    height:60svh;
    min-height:420px;
    max-height:600px;
    overflow:auto;
    overscroll-behavior:contain;
    -webkit-overflow-scrolling:touch;
  }
}

}

body{
  width:100%;
  min-height:100%;
  margin:0;
  overflow-x:hidden;
}
body{
  height:auto;
  min-height:100svh;
  overflow-y:visible;
  -webkit-overflow-scrolling:touch;
  touch-action:pan-y !important;
}
body{min-height:100%;}

body .universe-static-page .universe-page-stage .universe-page-stage-inner>.ranking-section{
    padding-top:0;
  }
body{
    width:100%;
    overflow-x:hidden;
  }

/* Rescued: same nesting issue, this one targeted <html> itself. */
html{
  width:100%;
  min-height:100%;
  margin:0;
  overflow-x:hidden;
}
html{
  height:auto;
  overflow-y:auto;
  overscroll-behavior-y:auto !important;
  touch-action:pan-y !important;
}

html{
    width:100%;
    overflow-x:hidden;
  }

/* Ranking CEPREUNI 2027-1 */
.ranking-2027{
  width:100%;
  margin:0 0 clamp(2.5rem,5vw,5rem);
  scroll-margin-top:5rem;
}
.ranking-2027-hero{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(270px,380px);
  gap:clamp(1rem,3vw,3rem);
  align-items:end;
  padding:clamp(1rem,2vw,1.5rem) clamp(.35rem,1vw,1rem) 1.2rem;
}
.ranking-2027-hero h2{
  max-width:850px;
  margin:.5rem 0 .75rem;
  font-size:clamp(2.4rem,5vw,5.8rem);
  line-height:.88;
  letter-spacing:-.055em;
}
.ranking-2027-hero p{
  max-width:760px;
  margin:0;
  color:var(--muted,#9ca3af);
  line-height:1.6;
}
.ranking-2027-process{
  display:grid;
  gap:.55rem;
  padding:1rem;
  border:1px solid color-mix(in srgb,var(--line,#334155) 78%,transparent);
  border-radius:18px;
  background:color-mix(in srgb,var(--surface,#101318) 88%,transparent);
}
.ranking-2027-process span{
  font-size:.69rem;
  font-weight:700;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.ranking-2027-process select{
  width:100%;
  min-height:46px;
  padding:0 2.5rem 0 .85rem;
  border:1px solid var(--line,#334155);
  border-radius:12px;
  color:inherit;
  background:var(--surface,#101318);
  font:inherit;
  font-weight:700;
}
.ranking-2027-shell{
  overflow:hidden;
  border:1px solid color-mix(in srgb,var(--line,#334155) 85%,transparent);
  border-radius:24px;
  background:color-mix(in srgb,var(--surface,#101318) 94%,transparent);
  box-shadow:0 24px 70px rgba(0,0,0,.16);
}
.ranking-2027-toolbar{
  display:grid;
  grid-template-columns:auto minmax(260px,520px) auto;
  gap:1rem;
  align-items:end;
  padding:1rem;
  border-bottom:1px solid var(--line,#334155);
}
.ranking-2027-tracks{
  display:flex;
  gap:4px;
  padding:4px;
  border:1px solid var(--line,#334155);
  border-radius:14px;
}
.ranking-2027-tracks button{
  min-height:40px;
  padding:0 1rem;
  border:0;
  border-radius:10px;
  color:var(--muted,#9ca3af);
  background:transparent;
  font:inherit;
  font-size:.82rem;
  font-weight:700;
}
.ranking-2027-tracks button[aria-pressed='true']{
  color:#fff;
  background:var(--accent,#2563eb);
  box-shadow:0 8px 24px rgba(37,99,235,.24);
}
.ranking-2027-search-label{
  display:grid;
  gap:.42rem;
}
.ranking-2027-search-label span,
.ranking-2027-scale{
  font-size:.68rem;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.ranking-2027-search-label input{
  width:100%;
  min-height:44px;
  padding:0 .9rem;
  border:1px solid var(--line,#334155);
  border-radius:12px;
  color:inherit;
  background:color-mix(in srgb,var(--surface,#101318) 88%,transparent);
  font:inherit;
}
.ranking-2027-search-label input:focus{
  outline:2px solid color-mix(in srgb,var(--accent,#2563eb) 76%,white);
  outline-offset:2px;
}
.ranking-2027-scale{
  align-self:center;
  justify-self:end;
  color:var(--muted,#9ca3af);
}
.ranking-2027-stats{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  border-bottom:1px solid var(--line,#334155);
}
.ranking-2027-stats article{
  display:grid;
  gap:.2rem;
  min-width:0;
  padding:1rem 1.15rem;
  border-right:1px solid var(--line,#334155);
}
.ranking-2027-stats article:last-child{border-right:0}
.ranking-2027-stats span,
.ranking-2027-stats small{color:var(--muted,#9ca3af)}
.ranking-2027-stats span{font-size:.68rem;text-transform:uppercase;letter-spacing:.08em}
.ranking-2027-stats strong{font-size:clamp(1.2rem,2vw,1.75rem);font-variant-numeric:tabular-nums}
.ranking-2027-stats small{overflow:hidden;font-size:.72rem;text-overflow:ellipsis;white-space:nowrap}
.ranking-2027-table-wrap{
  width:100%;
  max-height:68svh;
  min-height:440px;
  overflow:auto;
  overscroll-behavior:contain;
  scrollbar-gutter:stable;
}
.ranking-2027-table{
  width:100%;
  min-width:1120px;
  border-collapse:separate;
  border-spacing:0;
  table-layout:fixed;
}
.ranking-2027-table th,
.ranking-2027-table td{
  height:42px;
  padding:.58rem .7rem;
  border-right:1px solid color-mix(in srgb,var(--line,#334155) 54%,transparent);
  border-bottom:1px solid color-mix(in srgb,var(--line,#334155) 54%,transparent);
  text-align:center;
  white-space:nowrap;
  font-variant-numeric:tabular-nums;
}
.ranking-2027-table thead th{
  position:sticky;
  z-index:4;
  top:0;
  height:50px;
  background:var(--surface,#101318);
  font-size:.69rem;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.ranking-2027-table .ranking-2027-place{
  position:sticky;
  z-index:3;
  left:0;
  width:82px;
  background:var(--surface,#101318);
}
.ranking-2027-table .ranking-2027-code{
  position:sticky;
  z-index:3;
  left:82px;
  width:136px;
  background:var(--surface,#101318);
  text-align:left;
}
.ranking-2027-table thead .ranking-2027-place,
.ranking-2027-table thead .ranking-2027-code{z-index:6}
.ranking-2027-table .ranking-2027-average{
  width:118px;
  font-weight:800;
  color:color-mix(in srgb,var(--accent,#2563eb) 72%,white);
}
.ranking-2027-table tbody tr:hover td,
.ranking-2027-table tbody tr:hover th{background:color-mix(in srgb,var(--accent,#2563eb) 10%,var(--surface,#101318))}
.ranking-2027-table .ranking-2027-pending{color:var(--muted,#9ca3af)}
.ranking-2027-table tbody tr.ranking-2027-top-1 > *{
  background:linear-gradient(135deg,#e0aa25 0%,#f7dc7a 55%,#c98a0b 100%);
  color:#2b2005;
  border-bottom-color:#a66d00;
  box-shadow:inset 0 1px rgba(255,255,255,.42),inset 0 -1px rgba(79,48,0,.22);
}
.ranking-2027-table tbody tr.ranking-2027-top-2 > *{
  background:linear-gradient(135deg,#9da8b5 0%,#dce2e8 55%,#8995a3 100%);
  color:#18202a;
  border-bottom-color:#707b88;
  box-shadow:inset 0 1px rgba(255,255,255,.5),inset 0 -1px rgba(28,36,46,.2);
}
.ranking-2027-table tbody tr.ranking-2027-top-3 > *{
  background:linear-gradient(135deg,#a85d31 0%,#d58e5b 55%,#884321 100%);
  color:#241207;
  border-bottom-color:#713416;
  box-shadow:inset 0 1px rgba(255,255,255,.28),inset 0 -1px rgba(55,20,5,.25);
}
.ranking-2027-table tbody tr.ranking-2027-top > .ranking-2027-place,
.ranking-2027-table tbody tr.ranking-2027-top > .ranking-2027-code,
.ranking-2027-table tbody tr.ranking-2027-top > .ranking-2027-average,
.ranking-2027-table tbody tr.ranking-2027-top > .ranking-2027-pending{
  font-weight:800;
}
.ranking-2027-empty{padding:3rem!important;color:var(--muted,#9ca3af)}
.ranking-2027-summary{
  margin:0;
  padding:.9rem 1.15rem;
  color:var(--muted,#9ca3af);
  font-size:.8rem;
  line-height:1.5;
}
.ranking-2027-note{
  display:flex;
  gap:.7rem;
  align-items:flex-start;
  margin:.8rem .2rem 0;
  color:var(--muted,#9ca3af);
  font-size:.78rem;
  line-height:1.55;
}
.ranking-2027-note strong{color:inherit}
.ranking-archive-divider{
  display:flex;
  gap:1rem;
  align-items:center;
  margin:0 0 1.25rem;
  color:var(--muted,#9ca3af);
  font-size:.72rem;
  font-weight:700;
  letter-spacing:.1em;
  text-transform:uppercase;
  scroll-margin-top:5rem;
}
.ranking-archive-divider::after{content:'';height:1px;flex:1;background:var(--line,#334155)}

@media(max-width:900px){
  .ranking-2027-hero{grid-template-columns:1fr;align-items:start}
  .ranking-2027-process{width:min(100%,420px)}
  .ranking-2027-toolbar{grid-template-columns:1fr;align-items:stretch}
  .ranking-2027-tracks{display:grid;grid-template-columns:1fr 1fr}
  .ranking-2027-scale{justify-self:start}
  .ranking-2027-stats{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}
  .ranking-2027-stats article{flex:0 0 180px;scroll-snap-align:start}
  .ranking-2027-table-wrap{max-height:64svh;min-height:420px;-webkit-overflow-scrolling:touch}
}

@media(max-width:560px){
  .ranking-2027-hero{padding-inline:.2rem}
  .ranking-2027-hero h2{font-size:clamp(2.2rem,14vw,4.2rem)}
  .ranking-2027-shell{border-radius:18px}
  .ranking-2027-toolbar{padding:.8rem}
  .ranking-2027-table{min-width:1080px}
  .ranking-2027-note{padding:0 .2rem}
}

/* UNIverseAI ranking survey */
html.ranking-survey-open{overflow:hidden}
.ranking-survey-overlay{position:fixed;inset:0;z-index:10000;display:grid;place-items:center;padding:1.25rem;background:rgba(2,6,15,.78);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);opacity:0;transition:opacity .22s ease}
.ranking-survey-overlay.is-visible{opacity:1}
.ranking-survey-dialog{position:relative;width:min(100%,620px);max-height:min(88vh,760px);overflow:auto;box-sizing:border-box;padding:2.1rem;border:1px solid color-mix(in srgb,var(--accent,#2563eb) 38%,rgba(255,255,255,.2));border-radius:26px;background:radial-gradient(circle at 82% 0%,color-mix(in srgb,var(--accent,#2563eb) 22%,transparent),transparent 38%),color-mix(in srgb,var(--surface,#101318) 96%,#071125);box-shadow:0 30px 90px rgba(0,0,0,.48),inset 0 1px rgba(255,255,255,.06);color:var(--text,#f5f5f7);outline:none;transform:translateY(16px) scale(.98);transition:transform .24s ease}
.ranking-survey-overlay.is-visible .ranking-survey-dialog{transform:none}
.ranking-survey-orb{width:52px;height:52px;display:grid;place-items:center;margin-bottom:1.1rem;border-radius:18px;background:linear-gradient(135deg,#7c5cff,#28c8ff);box-shadow:0 12px 32px rgba(72,110,255,.34);color:#fff;font-weight:900;font-size:1.25rem}
.ranking-survey-orb span{filter:drop-shadow(0 1px 2px rgba(0,0,0,.25))}
.ranking-survey-eyebrow{margin-bottom:.55rem;color:color-mix(in srgb,var(--accent,#60a5fa) 72%,#fff);font-size:.7rem;font-weight:850;letter-spacing:.14em}
.ranking-survey-dialog h2{margin:0;font-size:clamp(1.75rem,5vw,2.55rem);line-height:1.05;letter-spacing:-.04em}
.ranking-survey-content{margin-top:1rem}
.ranking-survey-lead,.ranking-survey-question{margin:.7rem 0 1.35rem;color:var(--muted,#aab2c0);font-size:1rem;line-height:1.65}
.ranking-survey-question{color:var(--text,#f5f5f7);font-weight:700;text-align:center}
.ranking-survey-actions,.ranking-survey-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}
.ranking-survey-choice-grid{grid-template-columns:1fr}
.ranking-survey-button{min-height:48px;padding:.78rem 1rem;border:1px solid color-mix(in srgb,var(--line,#334155) 75%,transparent);border-radius:14px;background:color-mix(in srgb,var(--surface-2,#172033) 82%,transparent);color:var(--text,#f5f5f7);font:inherit;font-weight:750;cursor:pointer;transition:transform .16s ease,border-color .16s ease,background .16s ease}
.ranking-survey-button:hover{transform:translateY(-1px);border-color:color-mix(in srgb,var(--accent,#60a5fa) 65%,#fff)}
.ranking-survey-button:focus-visible{outline:3px solid color-mix(in srgb,var(--accent,#60a5fa) 50%,transparent);outline-offset:2px}
.ranking-survey-button.is-primary{border-color:transparent;background:linear-gradient(135deg,#6552ff,#219bff);color:#fff}
.ranking-survey-button:disabled{opacity:.65;cursor:wait;transform:none}
.ranking-survey-footer{display:flex;justify-content:flex-start;margin-top:1rem}
.ranking-survey-footer .ranking-survey-button{min-height:40px;padding:.55rem .85rem;background:transparent}
.ranking-survey-form{display:grid;gap:.7rem}
.ranking-survey-form>label,.ranking-survey-priorities label{display:grid;gap:.42rem;color:var(--muted,#aab2c0);font-size:.76rem;font-weight:800;letter-spacing:.04em}
.ranking-survey-form input,.ranking-survey-form select{width:100%;min-height:49px;box-sizing:border-box;padding:.72rem .85rem;border:1px solid color-mix(in srgb,var(--line,#334155) 78%,transparent);border-radius:13px;background:color-mix(in srgb,var(--surface,#101318) 90%,#000);color:var(--text,#f5f5f7);font:inherit}
.ranking-survey-form input:focus,.ranking-survey-form select:focus{outline:2px solid color-mix(in srgb,var(--accent,#60a5fa) 62%,transparent);border-color:var(--accent,#60a5fa)}
.ranking-survey-error{min-height:1.2rem;margin:0;color:#ff9a9a;font-size:.8rem;line-height:1.45}
.ranking-survey-code-confirm{display:grid;gap:.25rem;margin:1.1rem 0;padding:1.15rem;border:1px solid color-mix(in srgb,var(--accent,#60a5fa) 35%,var(--line,#334155));border-radius:18px;background:color-mix(in srgb,var(--accent,#2563eb) 10%,var(--surface,#101318));text-align:center;font-size:1.65rem;font-weight:900;letter-spacing:.07em}
.ranking-survey-code-confirm span{color:var(--muted,#aab2c0);font-size:.76rem;font-weight:700;letter-spacing:.02em}
.ranking-survey-priorities{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem;margin-top:.35rem}
.ranking-survey-priorities[hidden]{display:none}
.ranking-survey-review{display:grid;gap:.45rem;margin:1rem 0;padding:1rem 1.1rem;border-radius:16px;background:color-mix(in srgb,var(--accent,#2563eb) 9%,var(--surface-2,#172033))}
.ranking-survey-review strong{font-size:1rem}
.ranking-survey-review span{color:var(--muted,#aab2c0);font-size:.85rem;line-height:1.35}
.ranking-survey-save{display:grid;gap:.75rem}
.ranking-survey-account{display:grid;gap:.2rem;padding:.85rem 1rem;border:1px solid color-mix(in srgb,#34d399 38%,var(--line,#334155));border-radius:14px;background:rgba(52,211,153,.08)}
.ranking-survey-account span{color:#86efac;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.ranking-survey-account strong{overflow-wrap:anywhere}
.ranking-survey-google{min-height:44px;display:flex;align-items:center;justify-content:center}
.ranking-survey-privacy{margin:.2rem 0;color:var(--muted,#aab2c0);font-size:.76rem;line-height:1.5;text-align:center}
@media(max-width:680px){
  .ranking-survey-overlay{padding:.7rem;align-items:end}
  .ranking-survey-dialog{width:100%;max-height:92vh;padding:1.35rem;border-radius:22px 22px 16px 16px}
  .ranking-survey-orb{width:44px;height:44px;border-radius:15px;margin-bottom:.85rem}
  .ranking-survey-actions{grid-template-columns:1fr}
  .ranking-survey-priorities{grid-template-columns:1fr}
}
