/* Public portal only. The administrative panel keeps its established tokens. */
@font-face{
  font-family:Bitter;
  font-style:normal;
  font-weight:600;
  font-display:swap;
  src:url('/tema/fontes/bitter-600-portal.woff2') format('woff2')}
@font-face{
  font-family:Bitter;
  font-style:normal;
  font-weight:700;
  font-display:swap;
  src:url('/tema/fontes/bitter-700-portal.woff2') format('woff2')}
@font-face{
  font-family:'Plex Portal';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('/tema/fontes/ibm-plex-sans-400-portal.woff2') format('woff2')}
@font-face{
  font-family:'Plex Portal';
  font-style:normal;
  font-weight:500;
  font-display:swap;
  src:url('/tema/fontes/ibm-plex-sans-500-portal.woff2') format('woff2')}
@font-face{
  font-family:'Plex Portal';
  font-style:normal;
  font-weight:600;
  font-display:swap;
  src:url('/tema/fontes/ibm-plex-sans-600-portal.woff2') format('woff2')}
@font-face{
  font-family:'Plex Portal';
  font-style:normal;
  font-weight:700;
  font-display:swap;
  src:url('/tema/fontes/ibm-plex-sans-700-portal.woff2') format('woff2')}
.portal{
  --tinta:#edf4ff;
  --tinta-vidro:#f4f8fff5;
  --placa:#fff;
  --placa-viva:#eef5ff;
  --placa-alta:#e2ecf8;
  --campo:#fff;
  --linha:#cbd8e8;
  --linha-fraca:#e0e8f2;
  --linha-forte:#718398;
  --texto:#243546;
  --texto-calmo:#465e6d;
  --fraco:#556776;
  --sutil:#556776;
  --apagado:#556776;
  --acento:#056cd6;
  --acento-claro:#0045a3;
  --acento-fundo:#e7f0ff;
  --acento-halo:#056cd699;
  --acento-sumiu:#056cd600;
  --sobre-acento:#fff;
  --alerta:#a13926;
  --titulo:Bitter,Georgia,serif;
  --corpo:'Plex Portal','IBM Plex Sans','Segoe UI',sans-serif;
  --gutter:clamp(20px,3vw,40px);
  --larg-max:1328px;
  --larg-texto:1280px;
  --topo-altura:80px;
  --portal-radius:12px;
  --portal-night:#14233e;
  --portal-sky:#e8f2ff;
  --portal-gold:#d4ae63;
  --portal-gold-light:#ffe2a0;
  --space-1:4px;
  --space-2:8px;
  --space-3:12px;
  --space-4:16px;
  --space-6:24px;
  --space-8:32px;
  --space-12:48px;
  --space-16:64px;
  --space-20:80px;
  --portal-shadow:0 8px 24px #14233e12;
  padding-top:0;
  background:var(--portal-night);
  isolation:isolate;
  font-family:var(--corpo);
  font-synthesis:none;
  color:var(--texto);
  overflow-wrap:break-word}
.portal a{
  color:#0b57b5}
.portal a:hover{
  color:#056cd6}
.portal :focus-visible{
  outline:3px solid #0b57b5;
  outline-offset:4px}
.portal h1,.portal h2,.portal h3{
  font-family:var(--titulo);
  line-height:1.25;
  letter-spacing:-.025em}
.portal h1{
  font-size:clamp(32px,4vw,48px)}
.portal h2{
  font-size:clamp(24px,2.6vw,32px)}
.portal h3{
  font-size:21px}
.portal .rotulo,.portal .rotulo-fino,.portal .campo-rotulo{
  font-family:var(--corpo);
  letter-spacing:.08em}
.portal .topo{
  position:sticky;
  top:0;
  height:auto;
  min-height:80px;
  backdrop-filter:none;
  background:linear-gradient(180deg,#203755,#14233e);
  border-bottom:2px solid var(--portal-gold);
  box-shadow:0 4px 16px #08162d33;
  z-index:30}
.portal .topo-dentro{
  min-height:80px;
  gap:20px;
  flex-wrap:wrap;
  padding-inline:var(--gutter);
  max-width:var(--larg-max)}
.portal .topo .marca,.portal .acoes-topo>a:not(.botao),.portal .topo .portal-account-mobile{
  color:#f4f8ff}
.portal .topo :focus-visible{
  outline-color:var(--portal-gold-light)}
.portal .topo .portal-nav-group>div :focus-visible{
  outline-color:#0b57b5}
.portal .marca{
  gap:8px;
  flex-shrink:0;
  margin-right:auto}
.portal .marca-selo{
  width:48px;
  height:48px;
  filter:none;
  object-fit:contain}
.portal .marca-sigla{
  font-family:var(--titulo);
  font-size:28px;
  letter-spacing:.025em}
.portal .marca-nome{
  display:grid}
.portal .marca-longo{
  display:none}
.portal .menu{
  gap:4px;
  align-items:center;
  letter-spacing:0;
  text-transform:none;
  font:500 14px var(--corpo)}
.portal .acoes-topo{
  gap:12px;
  align-items:center}
.portal .acoes-topo a{
  white-space:nowrap;
  font-size:14px}
.portal-search-link{
  width:44px;
  min-height:44px;
  display:grid;
  place-items:center;
  font-size:28px}
.portal-account-link{
  display:flex;
  align-items:center;
  min-height:44px}
.portal-nav-group{
  position:relative}
.portal-nav-group summary{
  min-height:44px;
  padding:12px 9px;
  cursor:pointer;
  list-style:none;
  display:flex;
  align-items:center;
  gap:6px;
  color:#f4f8ff}
.portal-nav-group summary::after{
  content:'⌄';
  font-size:14px}
.portal-nav-group[open] summary{
  color:var(--acento);
  background:var(--acento-fundo);
  border-radius:8px}
.portal-nav-group>div{
  position:absolute;
  top:calc(100% + 8px);
  left:0;
  min-width:224px;
  padding:8px;
  background:white;
  border:1px solid var(--linha);
  border-radius:12px;
  box-shadow:0 12px 40px #2435461a;
  display:grid}
.portal-nav-group a{
  padding:12px;
  border-radius:6px;
  min-height:44px}
.portal-nav-group a:hover{
  background:var(--acento-fundo)}
.portal-menu-toggle{
  min-height:44px;
  border:1px solid var(--linha-forte);
  border-radius:8px;
  background:#fff;
  color:var(--texto);
  padding:8px 16px;
  cursor:pointer}
.portal-skip{
  position:absolute;
  top:8px;
  left:8px;
  transform:translateY(-160%);
  z-index:100;
  background:#fff;
  padding:12px;
  border:2px solid #0b57b5}
.portal-skip:focus{
  transform:none}
.portal .botao{
  clip-path:none;
  border-radius:8px;
  font-family:var(--corpo);
  text-transform:none;
  letter-spacing:0;
  font-weight:600;
  min-height:48px;
  height:auto;
  padding:12px 24px;
  white-space:normal;
  line-height:1.4;
  color:var(--sobre-acento);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  background-color:#056cd6;
  background-image:linear-gradient(180deg,#056cd6,#0045a3);
  border:1px solid #0045a3;
  box-shadow:inset 0 1px 0 #ffffff40,0 3px 0 #003b82;
  transition:background-color 180ms,border-color 180ms,color 180ms,box-shadow 180ms}
.portal .botao:hover{
  color:#fff;
  background-color:#0045a3;
  background-image:none;
  box-shadow:inset 0 1px 0 #ffffff40,0 4px 12px #003b8240;
  transform:none}
.portal .botao:active{
  transform:none}
.portal .botao-vazio,.portal .botao-contorno{
  color:var(--acento);
  background:#fff;
  border-color:var(--linha-forte);
  box-shadow:inset 0 1px 0 #fff,0 2px 0 #ccd8e6}
.portal .botao-vazio:hover,.portal .botao-contorno:hover{
  background:var(--acento-fundo);
  color:var(--acento)}
.portal .botao-pequeno{
  min-height:44px;
  padding:10px 20px}
.portal .painel,.portal .chanfro{
  clip-path:none;
  border-radius:var(--portal-radius);
  box-shadow:var(--portal-shadow)}
.portal .pulso::before{
  animation:none}
.portal input,.portal select,.portal textarea{
  min-height:48px;
  max-width:100%;
  border:1px solid var(--linha-forte);
  border-radius:8px;
  background:#fff;
  color:var(--texto);
  padding:10px 12px;
  font-family:var(--corpo)}
.portal input[type=checkbox],.portal input[type=radio]{
  min-height:24px;
  width:24px;
  accent-color:var(--acento)}
.portal button{
  font-family:var(--corpo)}
.portal table{
  font-family:var(--corpo)}
.portal main{
  min-height:55vh}
.portal-backdrop{
  position:fixed;
  inset:0;
  z-index:-1;
  pointer-events:none}
.portal-backdrop img{
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:.9}
.portal main.faixa-estreita{
  width:calc(100% - var(--gutter) * 2);
  max-width:var(--larg-texto);
  margin:32px auto 48px;
  padding:0 clamp(24px,3vw,48px) 40px;
  background:#f8fbff;
  border:1px solid var(--portal-gold);
  border-radius:16px;
  box-shadow:0 0 0 4px #14233e99,0 20px 60px #07132655}
.portal :where(img){
  max-width:100%;
  height:auto}
.portal-wrap{
  width:100%;
  max-width:var(--larg-max);
  margin-inline:auto;
  padding-inline:var(--gutter)}
.portal-home-panel{
  width:calc(100% - var(--gutter) * 2);
  max-width:1280px;
  margin-block:40px;
  padding:8px clamp(24px,3vw,48px);
  border:1px solid var(--portal-gold);
  border-radius:16px;
  background:#f8fbff;
  box-shadow:0 0 0 4px #14233e99,0 20px 60px #07132640}
.portal-world .portal-home-panel{
  padding-block:48px;
  margin-block:0}
.portal-hero{
  position:relative;
  background:var(--portal-night);
  color:#fff;
  isolation:isolate;
  min-height:620px;
  display:flex;
  align-items:center}
.portal-hero-art{
  position:absolute;
  inset:0;
  z-index:-2;
  overflow:hidden}
.portal-hero-art img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 50%;
  animation:portal-scene-arrival 650ms ease-out}
@keyframes portal-scene-arrival{
  from{opacity:.75;transform:scale(1.015)}
  to{opacity:1;transform:scale(1)}}
.portal-hero::after{
  content:'';
  position:absolute;
  inset:0;
  z-index:-1;
  background:linear-gradient(90deg,#102039fa 0%,#14233eeb 29%,#14233e80 49%,transparent 72%)}
.portal-hero-copy{
  padding-block:64px;
  max-width:530px}
.portal-eyebrow{
  font-size:14px;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-weight:600;
  color:var(--acento);
  display:block;
  margin-bottom:12px}
.portal-hero h1{
  font-size:clamp(38px,4.3vw,60px);
  line-height:1.16;
  text-wrap:balance}
.portal-hero h1 em{
  font-style:normal;
  color:var(--portal-gold-light)}
.portal-hero .portal-eyebrow{
  color:#a4f1dc}
.portal-hero :focus-visible,.portal-class-showcase :focus-visible{
  outline-color:var(--portal-gold-light)}
.portal-hero h1{
  text-shadow:0 3px 0 #08162d55}
.portal .portal-hero .botao:not(.botao-vazio),.portal .acoes-topo>.botao{
  background-color:#ddb663;
  background-image:linear-gradient(180deg,#ffe2a0,#ddb663);
  border-color:#bb9049;
  color:#20324b;
  box-shadow:inset 0 1px 0 #fff4d1,0 3px 0 #866031;
  font-weight:700}
.portal .portal-hero .botao:not(.botao-vazio):hover,.portal .acoes-topo>.botao:hover{
  background-color:#ffe2a0;
  background-image:none;
  color:#14233e}
.portal-hero p{
  max-width:40ch;
  margin-top:24px;
  font-size:18px;
  line-height:1.7;
  color:#eef5ff}
.portal-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:28px;
  align-items:center}
.portal-hero .portal-small{
  font-size:14px;
  margin-top:20px}
.portal-status{
  background:#f4f8ff;
  border-block:2px solid var(--portal-gold)}
.portal-status .portal-wrap{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  padding-block:20px}
.portal-status-item{
  display:flex;
  align-items:center;
  gap:12px;
  font-size:14px}
.portal-status-item strong{
  color:var(--texto)}
.portal-dot{
  width:9px;
  height:9px;
  border-radius:50%;
  background:var(--acento);
  box-shadow:0 0 0 4px #e7f0ff}
.portal-dot.unavailable{
  background:#a36b1f;
  box-shadow:0 0 0 4px #faf0de}
.portal-section{
  padding-block:64px}
.portal-section+.portal-section{
  padding-top:0}
.portal-section-head{
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:24px;
  margin-bottom:24px}
.portal-section-head p{
  color:var(--fraco);
  margin-top:8px}
.portal-section-head>a{
  font-weight:600;
  min-height:44px;
  display:flex;
  align-items:center;
  flex-shrink:0}
.portal-search-section{
  padding-block:32px}
.portal-search-shell{
  padding:0 0 32px;
  background:transparent;
  border:0;
  border-bottom:1px solid var(--linha);
  border-radius:0;
  box-shadow:none}
.portal-search-shell h2{
  font-size:24px;
  margin-bottom:20px}
.portal-search{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  position:relative}
.portal-search label{
  display:grid;
  gap:8px;
  flex:1;
  min-width:180px;
  font-size:14px;
  font-weight:500}
.portal-search .portal-search-type{
  flex:0 1 180px}
.portal-search input{
  width:100%}
.portal-search>button{
  align-self:end}
.portal-hints{
  margin-top:16px;
  display:flex;
  flex-wrap:wrap;
  gap:8px 20px;
  font-size:14px}
.portal-suggestions{
  flex-basis:100%;
  display:grid;
  border:1px solid var(--linha);
  border-radius:8px;
  max-height:350px;
  overflow:auto;
  background:#fff}
.portal-class-row{position:relative}
.portal-class-row-link::after{content:"";position:absolute;inset:0}
.portal-class-row:hover,.portal-class-row:focus-within{background:var(--portal-sky)}
.portal-class-row-link:focus-visible::after{outline:3px solid var(--acento);outline-offset:-3px}
.portal-wiki-back{display:inline-flex;align-items:center;min-height:44px;margin-bottom:24px}
.portal-wiki-hero{display:grid;grid-template-columns:160px minmax(0,1fr);gap:32px;align-items:center;padding:32px;border:1px solid var(--linha);border-radius:12px;background:var(--portal-sky);margin-bottom:24px}
.portal-wiki-character{display:flex;justify-content:center;align-items:center;min-height:160px}
.portal-wiki-hero h2{margin:8px 0 12px}
.portal-wiki-stats{display:flex;flex-wrap:wrap;gap:24px;margin-top:24px;font-size:14px}
.portal-wiki-stats strong{display:block;font-size:28px;color:var(--acento)}
.portal-wiki-group{margin:32px 0}
.portal-wiki-skills{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;align-items:start}
.portal-wiki-skill{min-width:0;padding:24px;border:1px solid var(--linha);border-radius:12px;background:#fff;scroll-margin-top:100px;overflow-wrap:anywhere}
.portal-wiki-skill:target{outline:3px solid var(--acento);outline-offset:3px}
.portal-wiki-skill header{display:flex;gap:16px;align-items:center}
.portal-wiki-skill h3{margin:4px 0;font-size:22px}
.portal-wiki-skill header p{font-size:14px;color:var(--fraco)}
.portal-skill-seal{display:grid;place-items:center;flex:0 0 48px;min-height:48px;border-radius:50%;background:var(--portal-sky);border:1px solid var(--linha);color:var(--acento);font-weight:700}
.portal-skill-origin{margin-top:16px;font-size:14px}
.portal-skill-requirements{margin:20px 0}
.portal-skill-requirements ul{padding-left:20px;margin-top:8px}
.portal-skill-detail{border-top:1px solid var(--linha)}
.portal-skill-detail summary{cursor:pointer;min-height:48px;padding:12px 0;color:var(--acento);font-weight:600}
.portal-skill-detail h4{margin:20px 0 12px}
.portal-skill-description{white-space:pre-line;font-size:14px;line-height:1.7}
.portal-skill-values{margin:16px 0}
.portal-skill-values div{padding:12px 0;border-bottom:1px solid var(--linha-fraca)}
.portal-skill-values dt{font-weight:600}
.portal-skill-values dd{margin:4px 0 0;font-size:14px;line-height:1.6}
.portal-wiki-source{margin-top:32px;border-top:1px solid var(--linha);padding-top:24px;font-size:14px;color:var(--fraco)}
@media(max-width:767px){
  .portal-wiki-hero{grid-template-columns:1fr;padding:24px;gap:16px}
  .portal-wiki-character{min-height:100px}
  .portal-wiki-skills{grid-template-columns:1fr}
  .portal-wiki-skill{padding:20px}
}
.portal-suggestions[hidden]{
  display:none}
.portal-class-search .portal-search-feedback{
  flex-basis:100%;
  font-size:14px;
  color:var(--fraco)}
.portal-class-search .portal-search-feedback:empty{
  display:none}
.portal-class-search .portal-suggestion-media{
  height:64px}
.portal-class-search .portal-suggestion-media img{
  max-height:62px}
.portal-suggestions a{
  padding:12px 16px;
  display:flex;
  gap:12px;
  align-items:center;
  border-bottom:1px solid var(--linha-fraca)}
.portal-suggestions a:last-child{
  border-bottom:0}
.portal-suggestion-media{
  flex:0 0 48px;
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border:1px solid var(--linha-fraca);
  border-radius:8px;
  background:var(--portal-sky);
  color:var(--fraco)}
.portal-suggestion-media img{
  width:auto;
  height:auto;
  max-width:46px;
  max-height:46px;
  object-fit:contain}
.portal-suggestion-copy{
  flex:1;
  min-width:0;
  display:grid;
  gap:4px;
  overflow-wrap:anywhere}
.portal-suggestion-title{
  font-weight:600}
.portal-suggestions a:hover,.portal-suggestions [aria-selected=true]{
  background:var(--placa-viva)}
.portal-suggestions small{
  font-size:14px;
  line-height:1.4;
  color:var(--fraco)}
.portal-suggestion-kind{
  flex-shrink:0;
  margin-left:auto}
@media(max-width:480px){
  .portal-suggestions a{padding:12px;gap:12px;flex-wrap:wrap}
  .portal-suggestion-copy{flex-basis:calc(100% - 60px)}
  .portal-suggestion-kind{margin-left:60px}
}
.portal-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px}
.portal-grid.two{
  grid-template-columns:repeat(2,minmax(0,1fr))}
.portal-card{
  display:flex;
  flex-direction:column;
  min-width:0;
  border:1px solid var(--linha);
  border-radius:12px;
  background:var(--placa);
  color:var(--texto);
  box-shadow:var(--portal-shadow);
  transition:border-color 180ms,box-shadow 180ms}
.portal-card:hover{
  color:var(--texto);
  transform:none;
  border-color:#aa8641;
  box-shadow:0 8px 24px #2435460d}
.portal-card-cover{
  width:100%;
  aspect-ratio:16/9;
  object-fit:cover;
  border-radius:11px 11px 0 0}
.portal-card-body{
  padding:24px;
  display:flex;
  flex:1;
  flex-direction:column;
  align-items:flex-start}
.portal-card p{
  font-size:15px;
  color:var(--fraco);
  margin-top:12px;
  line-height:1.65}
.portal-card-link{
  margin-top:auto;
  padding-top:24px;
  font-weight:600;
  color:#0b57b5;
  font-size:14px;
  display:flex;
  gap:12px}
.portal-news-grid .portal-card:first-child{
  background:var(--placa)}
.portal-atlas{
  background:var(--portal-sky);
  border-block:1px solid #d7e3e8;
  margin-bottom:56px}
.portal-atlas .portal-card{
  border-color:#d0dde1}
.portal-atlas-symbol{
  font:600 36px var(--titulo);
  color:#4c75a8;
  line-height:1;
  margin-bottom:24px}
.portal-banner{
  background:var(--portal-sky);
  border:1px solid #c7d8ed;
  border-radius:16px;
  padding:32px;
  display:flex;
  gap:32px;
  align-items:center;
  justify-content:space-between}
.portal-banner p{
  margin-top:12px;
  max-width:65ch;
  color:var(--fraco)}
.portal-banner .botao{
  flex-shrink:0}
.portal-empty{
  padding:32px;
  border:1px dashed #afbeb8;
  border-radius:12px;
  background:#f0f6ff}
.portal-empty h3{
  font-size:20px}
.portal-empty p{
  margin-top:12px;
  color:var(--fraco);
  max-width:70ch}
.portal-page-heading{
  padding-block:48px 32px;
  border-bottom:1px solid var(--linha);
  margin-bottom:32px}
.portal-crumb{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  font-size:14px;
  margin-bottom:24px;
  color:var(--fraco)}
.portal-page-heading>p{
  max-width:70ch;
  margin-top:20px;
  color:var(--fraco);
  font-size:18px}
.portal-tabs{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:24px}
.portal-tabs a{
  min-height:44px;
  padding:10px 20px;
  border:1px solid var(--linha-forte);
  border-radius:8px;
  background:#fff;
  font-weight:500}
.portal-tabs a[aria-current=page]{
  color:#fff;
  background:var(--acento);
  border-color:var(--acento)}
.portal-filters{
  display:flex;
  gap:16px;
  flex-wrap:wrap;
  padding:24px;
  border:1px solid var(--linha);
  border-radius:12px;
  background:#fff;
  margin-bottom:24px;
  align-items:end}
.portal-filters label{
  display:grid;
  gap:8px;
  font-size:14px;
  flex:1 1 160px}
.portal-filters input,.portal-filters select{
  width:100%}
.portal-result-count{
  color:var(--fraco);
  font-size:14px;
  margin:16px 0}
.portal-result-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px}
.portal-result{
  min-width:0;
  display:flex;
  gap:16px;
  padding:20px;
  background:#fff;
  border:1px solid var(--linha);
  border-radius:10px;
  color:var(--texto)}
.portal-result:hover{
  border-color:var(--acento);
  background:#f8fbff}
.portal-result img{
  width:40px;
  height:40px;
  object-fit:contain;
  flex:none;
  image-rendering:auto}
.portal-result h3{
  font-family:var(--corpo);
  font-size:16px;
  font-weight:600;
  letter-spacing:0}
.portal-result p{
  font-size:14px;
  color:var(--fraco);
  margin-top:4px}
.portal-result small{
  font-size:14px;
  color:var(--fraco)}
.portal-pagination{
  display:flex;
  gap:16px;
  flex-wrap:wrap;
  align-items:center;
  margin:32px 0 48px}
.portal-pagination span{
  margin-left:auto;
  font-size:14px;
  color:var(--fraco)}
.portal-detail-grid{
  display:grid;
  align-items:start;
  grid-template-columns:minmax(0,2fr) minmax(240px,1fr);
  gap:24px;
  margin-bottom:32px}
.portal-box{
  padding:28px;
  background:#fff;
  border:1px solid var(--linha);
  box-shadow:var(--portal-shadow);
  border-radius:12px;
  min-width:0}
.portal-map-layout{
  grid-template-columns:minmax(280px,1fr) minmax(0,2fr)}
.portal-box h2{
  font-size:24px;
  margin-bottom:20px}
.portal-box h3{
  margin-bottom:12px}
.portal-box p+p{
  margin-top:12px}
.portal-box ul{
  padding-left:20px}
.portal-box li+li{
  margin-top:8px}
.portal-note{
  padding:20px 24px;
  border-left:3px solid #b28b43;
  background:var(--portal-sky);
  color:var(--fraco);
  margin-block:24px;
  font-size:14px}
.portal-facts{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0 24px;
  margin:0}
.portal-facts div{
  padding-block:12px;
  border-bottom:1px solid var(--linha-fraca)}
.portal-facts dt{
  font-size:14px;
  color:var(--fraco)}
.portal-facts dd{
  margin:4px 0 0;
  font-weight:600;
  overflow-wrap:anywhere}
.portal-table-wrap{
  width:100%;
  overflow:auto;
  overscroll-behavior-inline:contain;
  border:1px solid var(--linha);
  border-radius:12px;
  background:#fff;
  margin-block:20px}
.portal-table{
  width:100%;
  border-collapse:collapse;
  text-align:left;
  font-size:14px}
.portal-table th,.portal-table td{
  padding:16px;
  border-bottom:1px solid var(--linha-fraca);
  vertical-align:middle}
.portal-table thead{
  background:var(--portal-sky)}
.portal-table th{
  font-weight:600;
  color:var(--texto)}
.portal-table td a{
  min-height:44px;
  display:inline-flex;
  align-items:center}
.portal-table tbody tr:last-child td{
  border-bottom:0}
.portal-table .number{
  text-align:right;
  font-variant-numeric:tabular-nums;
  white-space:nowrap}
.portal-badge{
  display:inline-flex;
  align-items:center;
  padding:4px 10px;
  background:var(--portal-sky);
  border-radius:99px;
  font-size:14px;
  font-weight:600;
  color:#0b57b5}
.portal-prose{
  max-width:70ch;
  font-size:17px;
  line-height:1.8}
.portal-prose h2{
  margin-top:40px;
  margin-bottom:16px;
  font-size:28px}
.portal-prose h3{
  margin-top:24px;
  margin-bottom:12px}
.portal-prose p+p{
  margin-top:16px}
.portal-prose a{
  text-decoration:underline;
  text-underline-offset:3px}
.portal-prose img{
  border-radius:10px;
  object-fit:contain;
  background:var(--portal-sky)}
.portal-article{
  display:grid;
  grid-template-columns:minmax(0,1fr) 280px;
  gap:48px;
  margin-bottom:64px}
.portal-article aside{
  align-self:start}
.portal-meta{
  color:var(--fraco);
  font-size:14px;
  margin-bottom:24px}
.portal-services{
  display:grid;
  gap:14px;
  max-width:1040px;
  margin-inline:auto}
.portal-service{
  scroll-margin-top:104px;
  overflow:hidden;
  border:1px solid var(--linha);
  border-radius:14px;
  background:#fff;
  box-shadow:0 4px 14px #14233e0a;
  transition:border-color 180ms,box-shadow 180ms}
.portal-service[open]{
  border-color:#9abbe3;
  box-shadow:0 12px 28px #14233e14}
.portal .portal-service>summary{
  display:grid;
  grid-template-columns:44px minmax(0,1fr) auto;
  gap:18px;
  align-items:center;
  min-height:98px;
  padding:18px 22px;
  list-style:none;
  font-weight:400;
  background:linear-gradient(90deg,#fff,#f8fbff);
  transition:background 180ms,color 180ms}
.portal .portal-service>summary::-webkit-details-marker{
  display:none}
.portal .portal-service>summary:hover{
  background:#f1f6ff}
.portal-service[open]>summary{
  background:#edf4ff}
.portal-service-index{
  display:grid;
  place-items:center;
  width:44px;
  height:44px;
  border:1px solid #b8cdea;
  border-radius:12px 4px;
  background:#e7f0ff;
  color:#0b57b5;
  font:600 15px var(--titulo)}
.portal-service-title{
  display:grid;
  gap:3px;
  min-width:0}
.portal-service-title .portal-eyebrow{
  margin:0;
  font-size:12px}
.portal-service-title strong{
  color:var(--texto);
  font:600 23px/1.25 var(--titulo)}
.portal-service-title small{
  color:var(--fraco);
  font-size:15px;
  line-height:1.45}
.portal-service-meta{
  display:flex;
  align-items:center;
  gap:14px;
  color:var(--fraco);
  font-size:14px;
  white-space:nowrap}
.portal-service-toggle{
  position:relative;
  display:grid;
  place-items:center;
  width:36px;
  height:36px;
  border:1px solid #b8cdea;
  border-radius:50%;
  background:#fff;
  color:#0b57b5}
.portal-service-toggle::before{
  content:'+';
  font:400 24px/1 var(--corpo)}
.portal-service[open] .portal-service-toggle::before{
  content:'−'}
.portal-service-body{
  padding:24px;
  border-top:1px solid var(--linha-fraca)}
.portal-service-facts{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  margin:0}
.portal-service-facts>div{
  padding:16px;
  border-radius:10px;
  background:var(--portal-sky)}
.portal-service-facts dt{
  margin:0 0 6px;
  color:var(--texto);
  font-weight:600}
.portal-service-facts dd{
  margin:0;
  color:var(--fraco);
  font-size:15px;
  line-height:1.55}
.portal-service-locations{
  margin-top:24px}
.portal-service-locations>header{
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:16px;
  margin-bottom:12px}
.portal-service-locations h3{
  margin:0}
.portal-service-locations>header>span{
  color:var(--fraco);
  font-size:14px}
.portal-service-locations ul{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(270px,1fr));
  gap:10px;
  margin:0;
  padding:0;
  list-style:none}
.portal-service-locations li{
  min-width:0}
.portal-service-location{
  width:100%;
  min-height:86px;
  display:grid;
  grid-template-columns:72px minmax(0,1fr) 34px;
  align-items:center;
  gap:12px;
  padding:6px 10px 6px 6px;
  border:1px solid var(--linha-fraca);
  border-radius:10px;
  background:#fbfdff;
  color:var(--texto);
  font:inherit;
  text-align:left;
  cursor:pointer;
  transition:background-color 180ms,border-color 180ms,box-shadow 180ms}
.portal-service-location:hover{
  background:#f3f8ff;
  border-color:#9abbe3;
  box-shadow:0 7px 18px #14233e12}
.portal-service-location:focus-visible{
  outline:3px solid #0b57b5;
  outline-offset:2px}
.portal-service-map-thumb{
  width:72px;
  height:72px;
  display:grid;
  place-items:center;
  overflow:hidden;
  border:1px solid #b9cbe0;
  border-radius:8px;
  background:#152942}
.portal-service-map-image{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain}
.portal-service-location-copy{
  min-width:0;
  display:grid;
  gap:5px}
.portal-service-location-copy strong{
  overflow-wrap:anywhere;
  color:#0b57b5;
  font-weight:650}
.portal-service-location-copy small,.portal-service-location-fallback>span{
  color:var(--fraco);
  font-size:13px;
  font-variant-numeric:tabular-nums}
.portal-service-location-action{
  width:32px;
  height:32px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:var(--portal-sky);
  color:#0b57b5}
.portal-service-location:hover .portal-service-location-action{
  background:#dceaff}
.portal-service-location-fallback{
  display:grid;
  gap:3px;
  padding:12px 14px;
  border:1px solid var(--linha-fraca);
  border-radius:8px;
  background:#fbfdff}
.portal-map-dialog{
  width:min(680px,calc(100vw - 24px));
  max-width:none;
  max-height:calc(100svh - 24px);
  padding:0;
  border:0;
  border-radius:16px;
  background:transparent;
  color:var(--texto);
  box-shadow:0 28px 80px #07152d80}
.portal-map-dialog::backdrop{
  background:#07152db8;
  backdrop-filter:blur(5px)}
.portal-map-dialog-card{
  max-height:calc(100svh - 24px);
  overflow:auto;
  padding:24px;
  border:1px solid #8eabce;
  border-radius:16px;
  background:#f8fbff}
.portal-map-dialog-header{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:20px;
  margin-bottom:16px}
.portal-map-dialog-header h2{
  margin:4px 0 0;
  font-size:clamp(24px,4vw,34px)}
.portal-map-dialog-header p{
  margin:6px 0 0;
  color:var(--fraco);
  font-variant-numeric:tabular-nums}
.portal-map-dialog-close{
  flex:none;
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  padding:0;
  border:1px solid #b9cbe0;
  border-radius:50%;
  background:#fff;
  color:#14233e;
  font:400 28px/1 var(--corpo);
  cursor:pointer}
.portal-map-dialog-close:hover{
  border-color:#0b57b5;
  background:#e7f0ff}
.portal-map-dialog-close:focus-visible{
  outline:3px solid #0b57b5;
  outline-offset:2px}
.portal-map-canvas{
  --map-x:50%;
  --map-y:50%;
  position:relative;
  width:min(100%,560px);
  aspect-ratio:1;
  margin-inline:auto;
  overflow:hidden;
  border:1px solid #8eabce;
  border-radius:12px;
  background:#14233e;
  box-shadow:inset 0 0 0 1px #ffffff26,0 12px 34px #14233e24}
.portal-map-canvas>img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain}
.portal-map-pin{
  position:absolute;
  left:var(--map-x);
  top:var(--map-y);
  width:38px;
  height:46px;
  z-index:2;
  transform:translate(-50%,-100%);
  filter:drop-shadow(0 3px 4px #07152d99)}
.portal-map-pin::before{
  content:'';
  position:absolute;
  left:4px;
  top:1px;
  width:29px;
  height:29px;
  border:3px solid #fff;
  border-radius:50% 50% 50% 0;
  background:#e33c46;
  transform:rotate(-45deg)}
.portal-map-pin::after{
  content:'';
  position:absolute;
  left:15px;
  top:12px;
  width:8px;
  height:8px;
  border-radius:50%;
  background:#fff}
.portal-map-pin>span{
  position:absolute;
  left:50%;
  bottom:0;
  width:14px;
  height:5px;
  border:2px solid #fff;
  border-radius:50%;
  background:#e33c46;
  transform:translateX(-50%)}
.portal-map-dialog-help{
  margin:12px 0 0;
  color:var(--fraco);
  font-size:14px;
  text-align:center}
.portal-map-dialog-actions{
  display:flex;
  justify-content:flex-end;
  gap:10px;
  margin-top:20px}
@media(max-width:700px){
  .portal .portal-service>summary{
    grid-template-columns:38px minmax(0,1fr) auto;
    gap:12px;
    min-height:88px;
    padding:14px}
  .portal-service-index{
    width:38px;
    height:38px}
  .portal-service-title strong{
    font-size:20px}
  .portal-service-title small{
    font-size:14px}
  .portal-service-meta>span:first-child{
    display:none}
  .portal-service-body{
    padding:16px}
  .portal-service-facts{
    grid-template-columns:minmax(0,1fr);
    gap:8px}
  .portal-service-facts>div{
    padding:12px 14px}
  .portal-service-locations ul{
    grid-template-columns:minmax(0,1fr)}
  .portal-map-dialog-card{
    padding:16px}
  .portal-map-dialog-header{
    gap:12px}
  .portal-map-dialog-actions{
    display:grid;
    grid-template-columns:minmax(0,1fr)}
  .portal-map-dialog-actions .botao{
    width:100%}
}
.portal-tree{
  list-style:none;
  padding:0;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(160px,1fr));
  gap:20px;
  margin:24px 0 0}
.portal-tree li{
  position:relative;
  min-width:0}
.portal-tree li+li::before{
  content:'→';
  position:absolute;
  top:100px;
  left:-18px;
  color:#526d8b}
.portal-tree a{
  display:flex;
  flex-direction:column;
  gap:8px;
  height:100%;
  padding:16px;
  border:1px solid var(--linha);
  border-radius:12px;
  background:#fff;
  box-shadow:0 4px 12px #17324d08;
  transition:border-color 180ms,box-shadow 180ms}
.portal-tree a:hover{
  transform:none;
  border-color:var(--acento);
  box-shadow:0 8px 20px #17324d16}
.portal-tree strong{
  font-size:18px;
  line-height:1.3}
.portal-tree small{
  font-size:14px;
  color:var(--fraco)}
.portal-tree .portal-job-stage{
  align-self:flex-start;
  padding:4px 8px;
  border-radius:6px;
  background:#edf3fb;
  color:#365273;
  font-weight:600}
.portal-job-scene{
  display:grid;
  place-items:center;
  height:136px;
  background:radial-gradient(ellipse at 50% 80%,#aed1e04d,transparent 65%),linear-gradient(180deg,#f5f8ff,#eaf3f8);
  border-radius:8px;
  border-bottom:2px solid #c2d8e7}
.portal-job-sprites{
  display:flex;
  gap:12px;
  align-items:flex-end;
  justify-content:center}
.portal-job-sprites img{
  display:block;
  max-height:120px;
  max-width:60px;
  width:auto;
  height:auto;
  object-fit:contain;
  filter:drop-shadow(0 4px 3px #15294026)}
.portal-job-missing{
  padding:12px;
  font-size:14px;
  color:var(--fraco)}
.portal-job-levels{
  display:flex;
  flex-wrap:wrap;
  gap:8px 16px;
  margin-top:auto;
  padding-top:8px;
  color:var(--fraco);
  font-size:14px}
.portal-job-levels b{
  color:var(--texto)}
.portal-job-action{
  display:flex;
  justify-content:space-between;
  border-top:1px solid var(--linha);
  padding-top:12px;
  font-size:14px;
  font-weight:600}
.portal-tree-destination a{
  border-color:#b69149;
  background:linear-gradient(160deg,#fff,#fffaf0)}
.portal-tree-destination .portal-job-scene{
  background:radial-gradient(ellipse at 50% 80%,#e8c57e59,transparent 65%),linear-gradient(#fffaf0,#f7efd9);
  border-bottom-color:#d7b66b}
.portal-tree-destination .portal-job-stage{
  background:#17324d;
  color:#ffe4a6}
.portal-evolution-branch{
  margin-block:24px 32px;
  padding:24px;
  border:1px solid #c7d6e8;
  border-radius:16px;
  background:linear-gradient(150deg,#edf4fc,#f7faff)}
.portal-branch-heading{
  display:flex;
  align-items:center;
  gap:16px}
.portal-branch-heading h3{
  margin:4px 0 0;
  font-size:24px}
.portal-branch-heading small{
  font-size:14px;
  color:var(--fraco)}
.portal-path-number{
  display:grid;
  place-items:center;
  flex:none;
  width:48px;
  height:48px;
  background:#17324d;
  border:1px solid #bc9854;
  border-radius:12px 4px;
  color:#ffe4a6;
  font:600 20px var(--titulo)}
.portal-stage-badge{
  margin-left:auto;
  padding:6px 12px;
  border:1px solid #bacfda;
  border-radius:20px;
  color:#356077;
  font-size:14px}
.portal-path-intro{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
  margin-top:32px}
.portal-path-intro h2{
  margin:8px 0}
.portal-path-intro .botao{
  flex:none}
.portal-branch-nav,.portal-family-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:20px}
.portal-branch-nav a,.portal-family-actions a{
  display:inline-flex;
  align-items:center;
  min-height:44px;
  padding:8px 16px;
  border:1px solid #b8cbdc;
  border-radius:8px;
  font-weight:600}
.portal-branch-nav a:hover{
  border-color:var(--acento);
  background:#e8f2ff}
.portal-class-cell{
  display:flex;
  gap:16px;
  align-items:center}
.portal-job-sprites--compact{
  flex:none;
  width:40px}
.portal-job-sprites--compact img{
  max-height:56px;
  max-width:40px}
.portal .rodape{
  margin-top:32px;
  background:var(--portal-night);
  color:#f4f8ff;
  border-top:4px solid var(--portal-gold);
  padding-block:48px}
.portal .rodape-dentro{
  gap:48px;
  padding-inline:var(--gutter);
  max-width:var(--larg-max)}
.portal .rodape-colunas a{
  min-height:44px;
  display:flex;
  align-items:center;
  color:#e0e8eb}
.portal .aviso{
  color:#d2dee3}
.portal .cabeca-pagina{
  padding-block:48px 32px}
.portal .cabeca-pagina h1{
  font-size:clamp(32px,4vw,48px)}
.portal .secao{
  padding-block:40px}
.portal .objetivo::before,.portal .objetivo::after{
  display:none}
.portal .btn,.portal input[type=submit]{
  border-radius:8px;
  clip-path:none;
  min-height:44px}
.portal .conteudo{
  padding-top:40px}
.portal .campo-rotulo{
  font-size:14px;
  letter-spacing:0;
  text-transform:none}
.portal .celula .valor{
  font-size:30px}
.portal .campo-input{
  min-height:48px}
.portal .estado-erro,.portal .alerta{
  color:#a13926}
.portal .field-error{
  color:#a13926}
.portal-filter-advanced{
  flex-basis:100%;
  min-width:0}
.portal-filter-advanced summary{
  min-height:44px;
  padding:12px 0;
  cursor:pointer;
  color:var(--acento)}
.portal-filter-advanced .portal-grid{
  margin-block:16px}
.portal-filter-advanced fieldset{
  min-width:0;
  border:1px solid var(--linha);
  padding:16px;
  border-radius:8px}
.portal-filter-advanced legend{
  font-weight:600;
  padding:0 8px}
.portal-filter-advanced label+label{
  margin-top:8px}
.portal-nav-group a[aria-current=page]{
  background:var(--acento-fundo);
  font-weight:600}
@media(min-width:1101px){
  .portal .menu{
  display:flex}
.portal-menu-toggle{
  display:none}}
@media(max-width:1100px){
  .portal .topo-dentro{
  padding-block:12px;
  gap:12px}
.portal .menu{
  order:3;
  flex-basis:100%;
  display:flex;
  flex-wrap:wrap;
  border-top:1px solid var(--linha);
  padding-top:12px}
.portal .menu[data-collapsed=true]{
  display:none}
.portal-menu-toggle:not([hidden]){
  display:block}
.portal-nav-group>div{
  z-index:2}
.portal-hero{
  min-height:560px}
.portal .acoes-topo{
  margin-left:8px}
.portal-result-grid{
  grid-template-columns:repeat(2,minmax(0,1fr))}
.portal-article{
  grid-template-columns:minmax(0,1fr) 240px;
  gap:24px}}
@media(max-width:767px){
  .portal{
  --gutter:20px}
.portal-wrap{
  padding-inline:20px}
.portal-hero{
  min-height:740px;
  padding-bottom:300px;
  display:block}
.portal-hero-art img{
  object-position:center bottom}
.portal-hero::after{
  background:linear-gradient(180deg,#14233efc 0%,#14233eed 38%,#14233e55 65%,transparent 82%)}
.portal-hero-copy{
  padding-block:32px 24px}
.portal-hero h1{
  font-size:40px;
  max-width:13ch}
.portal-hero p{
  font-size:16px;
  max-width:40ch}
.portal-hero .portal-small{
  display:none}
.portal-section{
  padding-block:36px}
.portal-section-head{
  align-items:start;
  gap:12px}
.portal-section-head>a{
  font-size:14px;
  max-width:95px}
.portal-grid,.portal-grid.two{
  grid-template-columns:minmax(0,1fr);
  gap:16px}
.portal-card-body{
  padding:24px}
.portal-search-shell{
  padding:0 0 24px}
.portal-search-shell h2{
  font-size:25px}
.portal-search>button{
  flex:1 0 100%}
.portal-search label{
  flex:1 1 100%}
.portal-search .portal-search-type{
  flex:1 1 140px}
.portal-search>button{
  flex:0 0 auto}
.portal-status .portal-wrap{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px}
.portal-status-item{
  display:block;
  font-size:14px}
.portal-status-item strong{
  display:block}
.portal-status-item .portal-dot{
  display:inline-block;
  margin-right:8px}
.portal-status-item:first-child strong{
  display:inline}
.portal-status-item:first-child>span:last-child{
  display:block;
  margin-top:8px}
.portal-banner{
  padding:24px;
  display:block}
.portal-banner .botao{
  margin-top:24px}
.portal-page-heading{
  padding-top:32px}
.portal-page-heading>p{
  font-size:16px}
.portal-result-grid,.portal-detail-grid,.portal-article{
  grid-template-columns:minmax(0,1fr)}
.portal-article{
  gap:32px}
.portal-table th,.portal-table td{
  padding:12px}
.portal-table{
  font-size:14px}
.portal-table-wrap{
  border-radius:8px}
.portal-box{
  padding:24px}
.portal-atlas{
  margin-bottom:36px}
.portal .rodape-dentro{
  display:grid;
  gap:32px}
.portal .rodape-colunas{
  gap:24px}
.portal .marca-longo{
  display:none}
.portal .marca-selo{
  width:40px;
  height:40px}
.portal .marca-sigla{
  font-size:21px}
.portal .acoes-topo{
  gap:8px;
  margin-left:auto}
.portal-search-link{
  display:grid}
.portal-account-link{
  display:none}
.portal .topo-dentro{
  gap:8px}
.portal-menu-toggle{
  padding:8px 10px;
  font-size:14px}
.portal .acoes-topo .botao{
  padding:10px 12px}
.portal .menu{
  display:block}
.portal-nav-group>div{
  position:static;
  box-shadow:none;
  margin-bottom:8px}
.portal-nav-group summary{
  justify-content:space-between}
.portal .acoes-topo a{
  font-size:14px}}
@media(max-width:390px){
  .portal .acoes-topo{
  gap:6px}
.portal .topo-dentro{
  padding-inline:16px}
.portal .marca-sigla{
  font-size:19px}
.portal .marca-selo{
  width:32px;
  height:36px}
.portal-hero h1{
  font-size:36px}
.portal-result{
  padding:16px}
.portal-facts{
  gap:0 16px}}
.portal .sobe{
  animation:none}
.portal .escondido{
  opacity:1;
  transform:none;
  transition:none}
@media(prefers-reduced-motion:reduce){
  html{
  scroll-behavior:auto}
.portal *, .portal *::before,.portal *::after{
  animation:none;
  transition:none}
.portal-card:hover{
  transform:none}}
/* Shared density and content variants: consultation, editorial and feature. */
.portal-secondary{
  display:block;
  color:var(--fraco);
  font-size:14px;
  font-weight:400;
  margin-top:4px}
.portal-heading-compact{
  padding-block:24px 20px;
  margin-bottom:20px}
.portal-heading-compact .portal-crumb{
  margin-bottom:12px}
.portal-heading-compact h1{
  font-size:clamp(28px,3vw,38px)}
.portal-heading-compact>p{
  margin-top:12px;
  font-size:16px}
.portal-subheading{
  margin-top:32px;
  margin-bottom:16px}
.portal-account-mobile{
  display:none}
.portal-query-filters{
  gap:12px;
  padding:20px}
.portal-query-filters>.botao{
  order:1}
.portal-query-filters>.portal-filter-advanced{
  order:2}
.portal-active-filters{
  display:flex;
  gap:8px;
  flex-wrap:wrap}
.portal-active-filters a{
  display:flex;
  align-items:center;
  gap:12px;
  min-height:44px;
  padding:8px 12px;
  border:1px solid var(--linha);
  border-radius:8px;
  background:#fff;
  font-size:14px}
.portal-family-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px}
.portal-family{
  padding:24px;
  border:1px solid var(--linha);
  border-radius:12px;
  background:var(--placa);
  display:grid;
  grid-template-columns:minmax(0,1fr);
  align-content:start;
  gap:12px}
.portal-family--portrait{
  padding:0;
  grid-template-columns:120px minmax(0,1fr);
  gap:0;
  overflow:hidden}
.portal-family h2{
  font-size:22px}
.portal-family p{
  color:var(--fraco);
  font-size:15px}
.portal-family span{
  font-weight:600;
  font-size:14px}
.portal-family:hover{
  border-color:var(--acento);
  background:var(--placa-viva)}
.portal-atlas-entry{
  position:relative;
  grid-template-columns:64px minmax(0,1fr);
  align-items:center;
  gap:16px;
  padding:28px;
  border-color:#b6c9df;
  box-shadow:var(--portal-shadow);
  transition:border-color 180ms,box-shadow 180ms}
.portal-atlas-entry:hover{
  transform:none;
  border-color:#aa8641;
  box-shadow:0 8px 24px #14233e1a}
.portal-atlas-entry p,.portal-atlas-entry>.portal-atlas-action{
  grid-column:1/-1}
.portal-atlas-mark{
  display:grid;
  place-items:center;
  width:64px;
  height:64px;
  background:linear-gradient(145deg,#294464,#14233e);
  border:1px solid var(--portal-gold);
  border-radius:16px 4px 16px 4px;
  box-shadow:inset 0 0 0 3px #ffffff15}
.portal-atlas-action{
  display:flex;
  justify-content:space-between;
  gap:12px;
  padding-top:4px}
.portal-filters .portal-check{
  display:flex;
  align-items:center;
  gap:12px;
  min-height:48px;
  flex:0 1 auto}
.portal-check input{
  width:24px;
  flex:none}
.portal-disclosure{
  padding:16px 20px;
  border:1px solid var(--linha);
  border-radius:10px;
  background:#fff;
  margin-block:20px}
.portal summary{
  min-height:44px;
  cursor:pointer;
  padding-block:12px;
  font-weight:500}
.portal-disclosure>p{
  margin-block:12px}
.portal-disclosure .portal-detail-grid{
  margin-bottom:0}
ul.portal-location-list{
  list-style:none;
  padding:0;
  margin:0}
.portal-location-list li{
  padding-block:8px;
  border-bottom:1px solid var(--linha-fraca)}
.portal-location-list a{
  display:inline-flex;
  align-items:center;
  min-height:44px}
.portal-item-title{
  display:flex;
  align-items:center;
  gap:20px}
.portal-item-title img{
  max-width:64px;
  max-height:64px;
  object-fit:contain}
.portal-item-title h2{
  margin-bottom:0}
.portal-item-summary .portal-facts,.portal-mob-summary .portal-facts{
  grid-template-columns:repeat(3,minmax(0,1fr))}
.portal-item-summary h3{
  margin-top:24px}
.portal-mob-summary{
  margin-bottom:28px}
.portal-drop-layout>section{
  min-width:0}
.portal-drop-layout>section>h2{
  font-size:24px}
.portal-drop-layout .portal-table-wrap{
  margin-top:20px}
.portal-minimap{
  display:grid;
  gap:8px;
  justify-items:start;
  margin-block:20px;
  font-size:14px}
.portal-minimap img{
  max-width:100%;
  width:300px}
.portal-news-grid{
  grid-template-columns:minmax(0,1.25fr) minmax(0,1fr);
  gap:16px;
  align-items:stretch}
.portal-news-grid>.portal-featured{
  grid-row:span 2}
.portal-news-grid:has(>.portal-card:only-child){
  grid-template-columns:minmax(0,1fr)}
.portal-news-grid>.portal-card:only-child{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
.portal-news-grid:has(>.portal-card:nth-child(2):last-child){
  align-items:start}
.portal-news-grid:has(>.portal-card:nth-child(2):last-child)>.portal-featured{
  grid-row:auto}
.portal-compact-card{
  box-shadow:none;
  display:grid;
  grid-template-columns:160px minmax(0,1fr)}
.portal-compact-card .portal-card-body{
  padding:24px}
.portal-compact-card .portal-card-link{
  padding-top:16px;
  margin-top:0}
.portal-compact-card .portal-card-cover{
  display:block;
  width:160px;
  height:100%;
  min-height:180px;
  aspect-ratio:auto;
  object-fit:cover;
  border-radius:11px 0 0 11px}
.portal-featured .portal-card-body{
  justify-content:center}
.portal-featured .portal-card-link{
  margin-top:0;
  padding-top:20px}
.portal-featured h3{
  font-size:clamp(23px,2.2vw,30px)}
.portal-featured p{
  font-size:16px}
.portal-guide-featured .portal-card-cover{
  object-fit:cover;
  max-height:none;
  background:var(--placa-viva)}
.portal-atlas-visual{
  height:112px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:var(--portal-sky);
  border-radius:8px;
  margin-bottom:20px;
  width:100%}
.portal-atlas-image{
  width:auto;
  max-height:96px}
.portal-atlas-image[src^="/itens/"]{
  max-width:48px;
  max-height:48px}
.portal-toc{
  padding:20px 24px;
  background:var(--placa-viva);
  border:1px solid var(--linha);
  border-radius:12px;
  margin-block:24px}
.portal-toc h2{
  font-size:20px;
  margin:0 0 12px}
.portal-toc ol{
  padding-left:20px}
.portal-toc a{
  display:inline-flex;
  align-items:center;
  min-height:44px;
  font-size:15px}
.portal-article-cover{
  max-height:400px}
.portal-prose [id]{
  scroll-margin-top:104px}
.portal-password{
  display:flex;
  gap:8px;
  align-items:stretch;
  min-width:0}
.portal-password input{
  min-width:0;
  flex:1}
.portal-password button{
  border:1px solid var(--linha-forte);
  border-radius:8px;
  background:#fff;
  padding:8px 12px;
  color:var(--acento);
  min-height:44px}
.portal-form-error{
  padding:16px;
  border-left:3px solid var(--alerta);
  background:#fff5f1;
  color:var(--alerta)}
.portal-suggestions [role=option]{
  cursor:pointer}
.portal-suggestions:empty{
  display:none}
.portal-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}
.portal-install{
  max-width:78ch;
  margin-inline:auto}
.portal-prose a.botao{
  text-decoration:none}
.portal-install>section{
  margin-block:32px}
.portal-install .portal-prose{
  max-width:none}
.portal-install .portal-actions{
  margin-block:20px}
.portal-install .portal-page-heading{
  padding-top:32px}
@media(max-width:1100px){
  .portal-account-mobile{
  display:flex;
  min-height:44px;
  align-items:center;
  padding:12px}
.portal-account-link{
  display:none}}
@media(max-width:767px){
 .portal-family-grid{
  grid-template-columns:minmax(0,1fr);
  gap:16px}
.portal-family--portrait{
  padding:0}
.portal-news-grid{
  grid-template-columns:minmax(0,1fr)}
.portal-news-grid>.portal-featured{
  grid-row:auto}
.portal-news-grid>.portal-card:only-child{
  grid-template-columns:minmax(0,1fr)}
.portal-compact-card{
  grid-template-columns:100px minmax(0,1fr)}
.portal-compact-card .portal-card-cover{
  width:100px;
  min-height:160px}
.portal-compact-card .portal-card-body{
  padding:16px}
.portal-compact-card h3{
  font-size:19px}
.portal-heading-compact{
  padding-block:20px 16px;
  margin-bottom:16px}
.portal-item-summary .portal-facts,.portal-mob-summary .portal-facts{
  grid-template-columns:repeat(2,minmax(0,1fr))}
.portal-atlas .portal-card-body{
  display:grid;
  grid-template-columns:64px minmax(0,1fr);
  column-gap:16px;
  padding:20px}
.portal-atlas-visual{
  grid-row:span 3;
  height:64px;
  margin:0}
.portal-atlas-image{
  max-height:60px}
.portal-atlas .portal-card h3{
  font-size:21px}
.portal-atlas .portal-card p{
  margin-top:8px}
.portal-atlas .portal-card-link{
  padding-top:12px}
.portal-search-shell h2{
  font-size:23px;
  margin-bottom:16px}
.portal .marca{
  margin-right:auto}
.portal .acoes-topo{
  gap:4px;
  margin:0}
.portal .topo-dentro{
  gap:4px}
.portal-search-link{
  width:44px}
.portal .portal-menu-toggle{
  padding-inline:8px}
.portal-install{
  padding-inline:0}
.portal-atlas .portal-card:has(.portal-atlas-visual:empty) .portal-card-body{
  grid-template-columns:minmax(0,1fr)}
}
.portal-atlas-visual:empty{
  display:none}
/* Database media: native sprite scale, complete minimaps, no cropped previews. */
.portal-results-toolbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
  margin-bottom:16px}
.portal-results-toolbar .portal-result-count{
  margin:0}
.portal-animation-toggle{
  min-height:44px;
  padding:8px 16px;
  border:1px solid var(--linha-forte);
  border-radius:8px;
  background:#fff;
  color:var(--acento);
  font-weight:500;
  cursor:pointer}
.portal-animation-toggle:disabled{
  cursor:default;
  color:var(--fraco);
  background:var(--placa-viva)}
.portal-result-copy{
  min-width:0}
.portal-result--monstros{
  display:grid;
  grid-template-columns:104px minmax(0,1fr);
  align-items:center;
  padding:16px;
  gap:16px}
.portal-monster-preview{
  display:grid;
  place-items:center;
  min-width:0;
  width:104px;
  height:116px;
  border-radius:8px;
  background:var(--placa-viva)}
.portal-monster-preview img{
  width:auto;
  height:auto;
  max-width:96px;
  max-height:108px;
  object-fit:contain}
.portal-monster-preview>span,.portal-map-preview>span{
  font-size:14px;
  line-height:1.5;
  color:var(--fraco);
  text-align:center;
  padding:12px}
.portal-result--mapas{
  display:flex;
  flex-direction:column;
  gap:0;
  padding:0}
.portal-map-preview{
  height:180px;
  display:grid;
  place-items:center;
  background:var(--portal-sky);
  border-radius:9px 9px 0 0;
  border-bottom:1px solid var(--linha);
  padding:16px}
.portal-map-preview img{
  width:auto;
  height:auto;
  max-width:100%;
  max-height:148px;
  object-fit:contain}
.portal-result--mapas .portal-result-copy{
  padding:20px}
.portal-map-count{
  display:block;
  margin-top:12px;
  font-size:14px;
  color:var(--fraco)}
.portal-mob-heading{
  display:flex;
  align-items:center;
  gap:24px;
  margin-bottom:16px}
.portal-mob-heading h2{
  margin:0}
.portal-mob-heading .portal-animation-toggle{
  margin-top:12px}
@media(max-width:1100px) and (min-width:768px){
  .portal-result--monstros{
  grid-template-columns:88px minmax(0,1fr)}
.portal-result--monstros .portal-monster-preview{
  width:88px}
.portal-result--monstros .portal-monster-preview img{
  max-width:80px}}
@media(max-width:390px){
  .portal-result--monstros{
  grid-template-columns:80px minmax(0,1fr);
  gap:12px}
.portal-result--monstros .portal-monster-preview{
  width:80px}
.portal-result--monstros .portal-monster-preview img{
  max-width:72px}
.portal-mob-heading{
  gap:16px;
  flex-wrap:wrap}}
/* Identity components. Content surfaces remain quiet;
  presentation carries the art. */
.portal [id],.portal :focus-visible{
  scroll-margin-top:104px}
.portal [hidden]{
  display:none}
.portal :where(.portal-page-heading,.cabeca-pagina){
  position:relative}
.portal-page-heading:not(.portal-heading-compact)::after,.portal-section-head::after{
  content:'';
  width:28px;
  height:28px;
  flex:none;
  background:var(--portal-gold);
  clip-path:polygon(50% 0,60% 40%,100% 50%,60% 60%,50% 100%,40% 60%,0 50%,40% 40%);
  opacity:.7}
.portal-page-heading:not(.portal-heading-compact)::after{
  position:absolute;
  right:0;
  top:48px}
.portal-section-head{
  flex-wrap:wrap}
.portal-section-head>div{
  flex:1}
.portal-section-head::after{
  width:20px;
  height:20px;
  align-self:center}
.portal .rodape .marca,.portal .rodape .rotulo-fino{
  color:#f4f8ff}
.portal .rodape a:hover{
  color:#9cc8ff}
.portal .rodape :focus-visible{
  outline-color:#9cc8ff}
.portal-art-caption{
  position:absolute;
  right:24px;
  bottom:16px;
  padding:4px 12px;
  border-radius:4px;
  background:#fffffff0;
  color:var(--texto-calmo);
  font-size:14px}
.portal-class-showcase{
  background:radial-gradient(ellipse at 70% 45%,#37305c80,transparent 65%),#101d32;
  color:#f4f8ff;
  border-block:1px solid #b29152;
  position:relative}
.portal-class-showcase .portal-eyebrow,.portal-class-showcase .portal-section-head>a{
  color:var(--portal-gold-light)}
.portal-class-showcase .portal-section-head p{
  color:#cedbf0}
.portal-class-selector{
  display:grid;
  grid-template-columns:224px minmax(0,1fr);
  gap:24px;
  align-items:center}
.portal-class-tabs{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  position:relative;
  z-index:2;
  padding-block:8px}
.portal-class-tabs a{
  display:flex;
  flex-direction:column;
  min-width:0;
  padding:4px;
  border:1px solid #66758b;
  border-radius:14px 4px;
  background:#182940;
  color:#e5edfa;
  transition:border-color 180ms,transform 180ms,background 180ms}
.portal-class-pick-art{
  position:relative;
  display:block;
  height:96px}
.portal-class-pick-art img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:50% 20%;
  border-radius:10px 2px;
  filter:saturate(.65);
  transition:filter 180ms}
.portal-class-pick-art>span{
  position:absolute;
  top:4px;
  left:4px;
  padding:0 5px;
  font-size:12px;
  background:#101d32ee;
  color:#ffe2a0}
.portal-class-pick-name{
  display:grid;
  place-items:center;
  min-height:48px;
  padding:4px;
  text-align:center;
  font-size:14px;
  font-weight:600;
  line-height:1.3}
.portal .portal-class-tabs a:hover,.portal .portal-class-tabs [aria-selected=true]{
  color:#ffe2a0;
  border-color:#ffe2a0;
  background:#31405a;
  box-shadow:0 0 0 2px #d4ae6326}
.portal-class-tabs [aria-selected=true] .portal-class-pick-art img,.portal-class-tabs a:hover img{
  filter:saturate(1)}
.portal-class-tabs [aria-selected=true] .portal-class-pick-name::after{
  content:'';
  width:24px;
  height:2px;
  background:#ffe2a0}
.portal-class-panel{
  --class-glow:#ae493a;
  --class-light:#ffcf9e;
  position:relative;
  isolation:isolate;
  display:grid;
  grid-template-columns:minmax(0,1fr);
  align-items:center;
  min-height:620px;
  padding:40px 32px 64px;
  background:radial-gradient(ellipse at 76% 48%,color-mix(in srgb,var(--class-glow) 38%,transparent),transparent 64%);
  border-bottom:1px solid #d4ae634d}
.portal-class-panel[data-class-panel=arch-mage]{--class-glow:#8c67cb;--class-light:#d6c4ff}
.portal-class-panel[data-class-panel=windhawk]{--class-glow:#4a9466;--class-light:#b0ecc3}
.portal-class-panel[data-class-panel=cardinal]{--class-glow:#a99350;--class-light:#ffe7b2}
.portal-class-panel[data-class-panel=shadow-cross]{--class-glow:#8265b0;--class-light:#dac9ff}
.portal-class-panel[data-class-panel=meister]{--class-glow:#b76d36;--class-light:#ffd19c}
.portal-class-era{
  position:absolute;
  top:-32px;
  right:5%;
  font:700 clamp(160px,24vw,340px)/1 var(--titulo);
  color:#ffffff06;
  -webkit-text-stroke:1px #d4ae632e;
  z-index:-1;
  pointer-events:none}
.portal-class-portrait{
  position:absolute;
  inset:0 -16px 0 35%;
  z-index:-1;
  pointer-events:none;
  mask-image:linear-gradient(90deg,transparent,#000 30%,#000 85%,transparent);
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 30%,#000 85%,transparent)}
.portal-class-portrait img{
  display:block;
  height:100%;
  width:100%;
  object-fit:cover;
  object-position:50% 0;
  mask-image:linear-gradient(transparent,#000 4%,#000 76%,transparent);
  -webkit-mask-image:linear-gradient(transparent,#000 4%,#000 76%,transparent)}
.portal-class-story{
  max-width:400px;
  padding-block:24px;
  text-shadow:0 2px 14px #101d32;
  background:radial-gradient(ellipse at 20% 50%,#101d32f0,transparent 76%)}
.portal-class-unlock{
  display:block;
  color:var(--class-light);
  font-size:14px;
  font-weight:600;
  letter-spacing:.06em;
  margin-bottom:20px}
.portal-class-unlock>span{margin-inline:8px}
.portal-class-story h3{
  font-size:clamp(40px,4.2vw,64px);
  line-height:1.08;
  max-width:10ch;
  color:#fff}
.portal-class-translated{
  display:block;
  margin-top:12px;
  color:var(--class-light);
  font-size:20px}
.portal-class-limits{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  max-width:360px;
  gap:16px;
  margin:24px 0 28px}
.portal-class-limits>div{
  padding-left:12px;
  border-left:2px solid var(--class-light)}
.portal-class-limits dt{
  font-size:14px;
  min-height:40px;
  color:#cedbf0}
.portal-class-limits dd{
  margin:4px 0 0;
  font:600 32px var(--titulo);
  color:#fff}
.portal-class-story .portal-class-origin{
  font-size:16px;
  line-height:1.6;
  max-width:30ch;
  margin-top:24px;
  color:#e5edfa}
.portal-class-origin>span:first-child{
  display:block;
  color:#b9cbe0;
  font-size:14px;
  margin-bottom:4px}
.portal-class-origin strong{
  font-weight:500}
.portal .portal-class-story .botao{
  background-color:#d6ad59;
  background-image:linear-gradient(#ffe7ac,#d6ad59);
  border:1px solid #f4d58c;
  color:#15263e;
  text-shadow:none;
  box-shadow:0 4px 0 #8b6930,0 8px 24px #0b142c80;
  border-radius:4px 16px 4px 16px}
.portal .portal-class-story .botao:hover{
  background-color:#ffe6a7;
  background-image:none;
  color:#15263e}
.portal-class-art-note{
  position:absolute;
  left:32px;
  right:24px;
  bottom:16px;
  font-size:14px;
  color:#b9cbe0}
.portal-class-selector[data-enhanced] .portal-class-panel:not([hidden]){
  animation:identity-panel 220ms ease-out}
@keyframes identity-panel{
  from{opacity:.5;transform:translateX(8px)}
  to{opacity:1;transform:translateX(0)}}
@media(max-width:1100px){
  .portal-class-selector{grid-template-columns:minmax(0,1fr);gap:16px}
  .portal-class-tabs{grid-template-columns:repeat(6,minmax(0,1fr));order:0}
  .portal-class-panel{order:1;min-height:580px}
  .portal-class-story{max-width:360px}
}
@media(max-width:767px){
  .portal-class-panel{padding:300px 16px 104px;min-height:0}
  .portal-class-portrait{inset:0 -8px auto;height:380px;mask-image:linear-gradient(90deg,transparent,#000 12%,#000 88%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 12%,#000 88%,transparent)}
  .portal-class-portrait img{object-position:50% 0;mask-image:linear-gradient(transparent,#000 4%,#000 60%,transparent);-webkit-mask-image:linear-gradient(transparent,#000 4%,#000 60%,transparent)}
  .portal-class-era{top:16px;right:0;font-size:200px}
  .portal-class-story{max-width:none;padding:0;background:none}
  .portal-class-story h3{font-size:42px;max-width:none}
  .portal-class-unlock{margin-bottom:12px}
  .portal-class-art-note{left:16px;right:16px;font-size:14px}
  .portal-class-tabs{order:0;display:flex;overflow-x:auto;gap:12px;padding:8px 4px 16px;scroll-snap-type:x proximity;scrollbar-width:thin;scrollbar-color:#bc9854 #182940}
  .portal-class-tabs a{flex:0 0 100px;scroll-snap-align:start}
  .portal-class-pick-art{height:76px}
}
.portal-family-image{
  width:120px;
  height:190px;
  object-fit:cover}
.portal-family-copy{
  padding:20px;
  display:grid;
  gap:8px;
  align-content:center}
.portal-family-copy h2{
  font-size:21px}
.portal-family-heading{
  display:flex;
  gap:32px;
  align-items:center;
  padding:24px 32px 24px 24px;
  margin-block:24px;
  border-radius:16px;
  border:1px solid #b8934f;
  background:radial-gradient(ellipse at 100% 0,#41577e70,transparent 70%),#182c47;
  color:#e7edf7}
.portal-family-heading img{
  width:220px;
  height:260px;
  flex:none;
  object-fit:cover;
  object-position:50% 22%;
  border:1px solid #bc9854;
  border-radius:48px 12px}
.portal-family-heading h2{
  color:#fff;
  font-size:clamp(28px,3vw,42px);
  margin-top:8px}
.portal-family-heading .portal-eyebrow{
  color:#ffe4a6}
.portal-family-heading p{
  margin-top:12px;
  color:#dbe6f3;
  font-size:18px}
.portal-family-heading small{
  display:block;
  margin-top:16px;
  font-size:14px;
  color:#c4d1e2}
.portal-family-actions a{
  color:#ffe4a6;
  border-color:#9a8760}
.portal-family-actions a:hover{
  background:#ffffff10;
  color:#fff}
@media(max-width:1000px){
  .portal-family-heading{
    padding:20px;
    gap:20px;
    align-items:flex-start}
  .portal-family-heading img{
    width:100px;
    height:160px;
    border-radius:24px 8px}
  .portal-family-heading .portal-eyebrow{
    letter-spacing:.08em}
  .portal-family-heading p{
    font-size:16px}
  .portal-path-intro{
    align-items:flex-start;
    flex-direction:column;
    gap:16px}
  .portal-evolution-branch{
    padding:16px}
  .portal-branch-heading{
    flex-wrap:wrap;
    gap:12px}
  .portal-stage-badge{
    margin-left:0}
  .portal-tree{
    grid-template-columns:1fr;
    gap:24px}
  .portal-tree li+li::before{
    content:'↓';
    top:-24px;
    left:50%}
  .portal-tree a{
    display:grid;
    grid-template-columns:88px minmax(0,1fr);
    gap:8px 12px;
    padding:12px}
  .portal-job-scene{
    grid-column:1;
    grid-row:1/6;
    height:100%;
    min-height:136px}
  .portal-tree .portal-job-sprites{
    gap:0}
  .portal-tree .portal-job-sprites img{
    max-width:42px;
    max-height:96px}
  .portal-tree a> :not(.portal-job-scene){
    grid-column:2}
  .portal-tree .portal-job-stage{
    justify-self:start}
  .portal-job-action{
    padding-top:8px}
}
@media(max-width:440px){
  .portal-family-heading{
    display:flex;
    flex-direction:column;
    gap:16px;
    padding:16px}
  .portal-family-heading img{
    width:100%;
    height:180px}
  .portal-family-heading h2{
    font-size:26px}
  .portal-tree strong{
    font-size:16px}
}
@media(max-width:360px){
  .portal-tree a{
    display:flex}
  .portal-job-scene{
    height:136px;
    min-height:136px}
  .portal-tree .portal-job-sprites{
    gap:16px}
  .portal-tree .portal-job-sprites img{
    max-width:60px;
    max-height:120px}
}
.portal-destinations{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:24px}
.portal-destination{
  display:block;
  min-width:0;
  border-bottom:2px solid var(--linha);
  padding-bottom:20px;
  transition:border-color 180ms}
.portal-destination:hover,.portal-tree a:hover{
  transform:none}
.portal-destination-visual{
  position:relative;
  height:208px;
  display:grid;
  place-items:center;
  padding:20px;
  background:linear-gradient(145deg,#dfedfc,#ecf6ff);
  border:1px solid var(--linha);
  border-radius:12px}
.portal-destination-visual img{
  width:auto;
  max-width:100%;
  max-height:160px;
  object-fit:contain;
  image-rendering:auto}
.portal-destination-visual>span{
  position:absolute;
  bottom:8px;
  left:12px;
  background:var(--placa);
  padding:2px 8px;
  font-size:14px;
  color:var(--texto-calmo);
  border-radius:4px}
.portal-destination-visual.has-capture{
  padding:0}
.portal-destination-visual.has-capture img{
  width:100%;
  height:100%;
  max-height:none;
  object-fit:cover;
  border-radius:12px}
.portal-destination h3{
  margin-top:20px}
.portal-destination p{
  font-size:16px;
  color:var(--fraco);
  margin-top:8px}
.portal-destination .portal-card-link{
  padding-top:16px}
.portal-service-link{
  display:inline-flex;
  align-items:center;
  min-height:44px;
  margin-top:24px;
  text-decoration:underline;
  text-underline-offset:4px}
.portal-community-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);
  gap:40px;
  align-items:center}
.portal-community-art{
  position:relative}
.portal-community-art img{
  display:block;
  width:100%;
  border-radius:12px}
.portal-community-art>span{
  position:absolute;
  bottom:12px;
  left:12px;
  background:var(--placa);
  color:var(--fraco);
  padding:4px 8px;
  font-size:14px}
.portal-community-lists>section{
  padding-block:24px;
  border-bottom:1px solid var(--linha)}
.portal-community-lists h3{
  margin-bottom:12px}
.portal-community-lists p{
  color:var(--fraco);
  margin-bottom:12px}
.portal-community-lists>section>a{
  display:inline-flex;
  align-items:center;
  min-height:44px;
  font-weight:600}
.portal-leader-list{
  list-style:none;
  margin:16px 0;
  padding:0}
.portal-leader-list li{
  display:flex;
  gap:12px;
  align-items:center;
  padding-block:12px;
  border-bottom:1px solid var(--linha-fraca)}
.portal-leader-list li>span:last-child{
  margin-left:auto;
  white-space:nowrap;
  font-size:14px;
  color:var(--fraco)}
.portal-place{
  display:grid;
  place-items:center;
  width:32px;
  height:32px;
  background:linear-gradient(135deg,#fff2bd,#d4ae63);
  border-radius:50%;
  font-weight:600;
  color:var(--texto)}
.portal-help-banner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:32px;
  padding:40px;
  background:var(--portal-night);
  border-radius:12px;
  color:var(--placa);
  background-image:radial-gradient(circle at 95% 15%,#174f91 0,transparent 40%)}
.portal-help-banner .portal-eyebrow{
  color:#9cc8ff}
.portal-help-banner p{
  max-width:65ch;
  margin-top:16px;
  color:#d2dee3}
.portal-help-banner>.botao{
  flex:none}
.portal-account-layout{
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);
  gap:40px;
  align-items:start}
.portal .conta-dado dt,.portal .aba-rotulos label,.portal .personagem-zeny{
  font-family:var(--corpo);
  font-size:14px;
  letter-spacing:0;
  text-transform:none}
.portal .conta-dado{
  gap:8px}
.portal .conta-dados{
  gap:24px 32px;
  font-size:16px}
.portal .aba-rotulos{
  margin-bottom:24px;
  gap:4px}
.portal .aba-rotulos label{
  display:inline-flex;
  align-items:center;
  min-height:44px;
  padding:12px 16px;
  font-size:16px}
.portal .acordeao-resumo{
  font-size:14px}
.portal .cartao-centro.portal-account-layout{
  max-width:1040px;
  margin-inline:auto;
  padding-block:24px 48px}
.portal-account-layout .cartao{
  max-width:none;
  margin:0}
.portal-account-art{
  position:relative;
  min-width:0;
  border-radius:12px;
  overflow:hidden;
  background:var(--portal-sky)}
.portal-account-art>img{
  display:block;
  width:100%;
  max-height:700px;
  object-fit:cover}
.portal-account-art>div{
  position:absolute;
  top:0;
  left:0;
  right:0;
  padding:28px}
.portal-account-art h2{
  font-size:28px}
.portal-account-art p{
  margin-top:12px}
.portal-account-art small{
  display:block;
  margin-top:12px;
  font-size:14px;
  color:var(--fraco)}
.portal .quadro-missao{
  gap:40px}
.portal .missao-lado{
  align-self:start}
.portal .moldura{
  padding:0;
  border:0;
  background:none}
.portal .moldura::before,.portal .moldura::after,.portal .canto{
  display:none}
.portal .missao-arte{
  border:0;
  border-radius:12px;
  overflow:hidden}
.portal .missao-arte figcaption{
  font-size:14px;
  letter-spacing:0;
  text-transform:none}
.portal .rotulo{
  font-size:16px;
  letter-spacing:.04em;
  text-transform:none}
.portal .rotulo-fino{
  font-size:14px;
  letter-spacing:.04em}
.portal .texto-noticia{
  max-width:70ch}
.portal .texto-noticia .portal-article-cover{
  width:100%;
  margin-bottom:24px;
  object-fit:cover;
  border-radius:12px}
.portal .cabeca-noticia .chamada{
  max-width:65ch}
.portal-news-list .portal-card{
  height:100%}
.portal-institution-art{
  display:block;
  margin-bottom:32px}
.portal-institution-art img{
  display:block;
  width:100%;
  height:300px;
  max-height:300px;
  object-fit:cover;
  object-position:center 65%;
  border-radius:12px}
.portal-institution-art figcaption,.portal-art-note{
  color:var(--texto-calmo);
  font-size:14px;
  margin-top:8px}
.portal .caixa-jogador{
  border-radius:12px}
@media(max-width:1100px){
 .portal .topo-dentro{
  padding-block:8px;
  min-height:64px}
.portal .topo{
  min-height:64px}
.portal .menu{
  max-height:70svh;
  overflow-y:auto;
  overscroll-behavior:contain}
.portal-nav-group>div{
  position:static;
  box-shadow:none;
  min-width:0}
.portal-family-grid{
  grid-template-columns:repeat(2,minmax(0,1fr))}
.portal-destinations{
  grid-template-columns:repeat(2,minmax(0,1fr))}
.portal-community-layout{
  gap:24px}
}
@media(max-width:899px){
 .portal-account-layout{
  display:block}
.portal-account-art,.portal .missao-lado{
  display:none}
.portal .quadro-missao{
  grid-template-columns:minmax(0,1fr)}
.portal-help-banner{
  display:block}
.portal-help-banner>.botao{
  margin-top:24px}
}
@media(max-width:767px){
 .portal .topo-dentro{
  padding-block:8px;
  min-height:64px}
.portal main.faixa-estreita{
  width:calc(100% - 24px);
  margin-block:20px 32px;
  padding:0 20px 32px;
  border-radius:12px}
.portal-home-panel{
  width:calc(100% - 24px);
  padding-inline:20px;
  margin-block:24px}
.portal-world.portal-section{
  padding-block:0}
.portal-world .portal-home-panel{
  padding-block:32px}
.portal-atlas-entry{
  padding:24px}
.portal .aba-rotulos{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr))}
.portal .aba-rotulos label{
  display:grid;
  place-items:center;
  align-content:center;
  padding:12px 4px;
  font-size:14px;
  line-height:1.5}
.portal .aba-conta-numero{
  margin:0}
.portal-hero h1{
  max-width:14ch;
  font-size:36px}
.portal-hero p{
  font-size:16px;
  margin-top:16px}
.portal-hero .portal-actions{
  margin-top:20px;
  gap:8px}
.portal-hero .botao{
  padding:12px 16px}
.portal-art-caption{
  right:16px;
  bottom:12px}
.portal-section-head{
  align-items:start;
  flex-direction:column;
  gap:16px}
.portal-section-head::after{
  display:none}
.portal-family-grid{
  grid-template-columns:minmax(0,1fr)}
.portal-destinations{
  gap:16px}
.portal-destination-visual{
  height:160px;
  padding:12px}
.portal-destination-visual img{
  max-height:120px}
.portal-destination h3{
  font-size:21px}
.portal-destination p{
  font-size:14px}
.portal-community-layout{
  grid-template-columns:minmax(0,1fr)}
.portal-help-banner{
  padding:24px}
.portal .rodape{
  padding-block:32px}
.portal-page-heading:not(.portal-heading-compact)::after{
  display:none}
}
@media(max-width:359px){
 .portal .marca-sigla{
  font-size:18px}
.portal .marca-selo{
  width:28px}
.portal .topo-dentro{
  padding-inline:12px}
.portal .acoes-topo{
  gap:0}
.portal-search-link{
  width:44px}
.portal-destinations{
  grid-template-columns:minmax(0,1fr)}
.portal-family--portrait{
  grid-template-columns:100px minmax(0,1fr)}
.portal-family-image{
  width:100px}
}
@media(prefers-reduced-motion:reduce){
 .portal-class-selector[data-enhanced] .portal-class-panel:not([hidden]){
  animation:none}
.portal-destination:hover{
  transform:none}
.portal-hero-art img{
  animation:none}
.portal .botao:hover,.portal .botao:active,.portal-atlas-entry:hover{
  transform:none}
}
