/* PWRO polish: shared rhythm for the atlas, guides and account screens.
   Local fonts and existing artwork; no extra downloads or layout animation. */
.portal{
  --tinta:#f3f4ef;
  --placa-viva:#f2f6f5;
  --placa-alta:#e8efef;
  --linha:#d8e1df;
  --linha-fraca:#e9edeb;
  --linha-forte:#9dafaf;
  --texto:#243b46;
  --texto-calmo:#435d66;
  --fraco:#536870;
  --sutil:#536870;
  --apagado:#536870;
  --acento:#24607b;
  --acento-claro:#19485e;
  --acento-fundo:#edf4f5;
  --portal-night:#142f41;
  --portal-sky:#f0f5f4;
  --portal-gold:#bb9856;
  --portal-shadow:0 4px 16px #18374906;
  --larg-max:1280px;
  --larg-texto:1280px;
  background:#f3f4ef;
  font-size:16px;
  line-height:1.65;
}
.portal-backdrop{opacity:.065;filter:saturate(.45);mask-image:linear-gradient(#000,transparent 1000px)}
.portal h1,.portal .cabeca-pagina h1{font-size:clamp(30px,3.2vw,42px);line-height:1.2;letter-spacing:-.035em}
.portal h2{font-size:clamp(25px,2.4vw,32px);line-height:1.3;letter-spacing:-.025em}
.portal h3{line-height:1.4;letter-spacing:-.015em}
.portal p{text-wrap:pretty}
.portal :focus-visible{outline-color:var(--acento);outline-offset:4px}
.portal :where(input,select,textarea){font-size:16px}
.portal ::selection{background:#eedcaf;color:#183848}

/* Navigation stays on one row even on small phones; the menu scrolls itself. */
.portal .topo{background:#142f41;border-bottom:1px solid #bca37266;box-shadow:0 3px 14px #10263812}
.portal .topo-dentro{gap:18px}
.portal .topo .marca-selo{width:190px;height:64px}
.portal .menu{font-size:14px;gap:2px}
.portal-nav-group summary{border-radius:7px;transition:background-color 140ms,color 140ms}
.portal-nav-group summary:hover{background:#ffffff0c;color:#ffe2a0}
.portal-nav-group.is-active>summary{color:#f4d596}
.portal-nav-group[open]>summary{color:#1c4659;background:#f4f6f2}
.portal-nav-group>div{padding:7px;border-color:#d2dcd9;border-top:2px solid #c3a36b;box-shadow:0 12px 32px #10263824;border-radius:9px;min-width:232px}
.portal-nav-group>div a{font-size:14px;color:#315668;line-height:1.5}
.portal-nav-group a[aria-current=page]{color:#214b5b;background:#edf3f1;box-shadow:inset 3px 0 #bb9856}
.portal-search-link{border-radius:8px}
.portal-search-link:hover{background:#ffffff0c}
.portal .portal-menu-toggle{border-color:#8ca1ac;color:#eef4f5;background:transparent;font-size:13px}
.portal .portal-menu-toggle[aria-expanded=true]{background:#f4f6f2;color:#1c4659;border-color:#f4f6f2}

/* One spacing scale, with a quiet gold rule reminiscent of the game windows. */
.portal main.faixa-estreita{margin-block:32px 48px;padding-inline:clamp(24px,3vw,40px);background:#fff;border:1px solid var(--linha);border-radius:14px;box-shadow:0 8px 28px #142f4007}
.portal-home-panel{margin-block:40px;padding-inline:clamp(24px,3vw,40px);background:#fff;border:1px solid var(--linha);border-radius:14px;box-shadow:0 8px 28px #142f4007}
.portal-page-heading,.portal .cabeca-pagina{padding-block:36px 26px;margin-bottom:28px;border-bottom:1px solid var(--linha)}
.portal-page-heading:not(.portal-heading-compact)::after,.portal-section-head::after{display:none}
.portal-page-heading::before,.portal .cabeca-pagina::before{content:'';display:block;width:36px;height:2px;background:#c1a367;margin-bottom:20px}
.portal-page-heading>p,.portal .cabeca-pagina .chamada{font-size:16px;line-height:1.75;margin-top:14px;max-width:66ch}
.portal .cabeca-pagina h1{margin-bottom:0}
.portal-crumb{font-size:13px;gap:10px;margin-bottom:16px}
.portal .portal-heading-compact h1{font-size:clamp(28px,2.8vw,36px)}
.portal-eyebrow{font-size:11px;letter-spacing:.13em;line-height:1.6}
.portal-section{padding-block:52px}
.portal-section-head{gap:24px;margin-bottom:24px}
.portal-section-head p{font-size:15px;line-height:1.7;max-width:65ch}
.portal-subheading{margin-block:32px 18px}
.portal-grid{gap:20px}
.portal-guides-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
@media(max-width:767px){.portal-guides-grid{grid-template-columns:minmax(0,1fr)}}
.portal-card,.portal-box,.portal-service{border-color:var(--linha);box-shadow:var(--portal-shadow)}
.portal-card:hover,.portal-service[open]{border-color:#b7a477;box-shadow:0 6px 20px #183c500a}
.portal-card-body{padding:24px}
.portal-card h3{font-size:21px;color:#254b5d}
.portal-card-link{padding-top:20px;color:var(--acento)}
.portal-box{padding:26px}
.portal-empty{background:#f7f8f3;border:1px dashed #c6cbbc;padding:28px}
.portal-empty p{line-height:1.75}
.portal-note{background:#f6f6ef;border-color:#bb9856;line-height:1.75}

/* Inputs and actions keep their size and position on hover. */
.portal .botao{border-radius:8px;font-size:14px;min-height:46px;padding:11px 22px;box-shadow:inset 0 1px #ffffff26,0 2px 5px #1737490a;background-color:#28617b;background-image:linear-gradient(#2b6882,#24566d);border-color:#24566d}
.portal .botao:hover,.portal .botao:active{transform:none;background-color:#1e4e63;background-image:none;border-color:#1e4e63;color:#fff;box-shadow:0 3px 10px #17374912}
.portal .botao-vazio,.portal .botao-contorno{background:#fff;border-color:#b7c8ca;color:#285870;box-shadow:none}
.portal .botao-vazio:hover,.portal .botao-contorno:hover{background:#edf4f4;color:#19485e;border-color:#7c9ba5;box-shadow:none}
.portal .botao-pequeno{min-height:44px;padding:10px 18px}
.portal .acoes-topo>.botao,.portal .portal-hero .botao:not(.botao-vazio){box-shadow:inset 0 1px #fff3d0,0 2px 5px #0b1f3320}
.portal input,.portal select,.portal textarea{border-color:#819496;box-shadow:inset 0 1px 2px #142f4004;font-size:16px;line-height:1.5}
.portal input::placeholder,.portal textarea::placeholder{color:#627780;opacity:1;font-weight:400}
.portal input:focus,.portal select:focus,.portal textarea:focus{border-color:#426f82}
.portal input[type=checkbox],.portal input[type=radio]{width:20px;min-height:20px;height:20px;flex:none;box-shadow:none}
.portal-filters{background:#f4f7f6;border-color:#dde5e1;padding:20px;gap:16px}
.portal-filters label,.portal-search label{font-size:13px;font-weight:500;line-height:1.5;gap:8px;min-width:0}
.portal-search label{min-width:180px}
.portal-search-shell{padding-bottom:28px}
.portal-tabs{gap:8px}
.portal-tabs a{border-color:#d1ddda;border-radius:7px;font-size:14px;line-height:1.5;box-shadow:none;padding:10px 16px}
.portal-tabs a:hover{background:#f0f5f3;border-color:#a3babd}
.portal-tabs a[aria-current=page]{color:#fff;background:#24576d;border-color:#24576d}
.portal-active-filters a{font-size:13px;background:#f5f4ec;border-color:#dfd5bb}
.portal-pagination{gap:12px;margin-block:28px 16px}
.portal-result{padding:18px;border-color:var(--linha);gap:14px;align-items:center}
.portal-result:hover{background:#f7f9f5;border-color:#b7a477}
.portal-result h3{line-height:1.4;color:#254b5d}
.portal-result small{font-size:12px}
.portal-result p{font-size:13px;line-height:1.6}
.portal-badge{color:#2d5768;background:#edf3f1;font-size:12px}
.portal-table thead{background:#f0f5f3}
.portal-table th{font-size:13px;font-weight:600}
.portal-table th,.portal-table td{padding:13px 16px}
.portal-table tbody tr:hover{background:#fafbf8}
.portal-facts dt{font-size:13px}
.portal-facts dd{font-variant-numeric:tabular-nums;font-size:16px;line-height:1.5}

/* Editorial pages retain comfortable line lengths without oversized headings. */
.portal-prose,.portal .texto{font-size:16px;line-height:1.8;max-width:70ch}
.portal-prose h2,.portal .texto h2{font-size:27px;line-height:1.35;margin-block:36px 14px}
.portal-prose h3,.portal .texto h3{font-size:21px;line-height:1.4;margin-block:26px 12px}
.portal-prose :is(ul,ol){padding-left:24px}
.portal-prose li+li{margin-top:8px}
.portal-prose a,.portal .texto a{text-underline-offset:4px;text-decoration-thickness:1px}
.portal-article{gap:40px;margin-bottom:32px}
.portal-article>aside{position:sticky;top:104px;background:#f8faf7;font-size:14px;line-height:1.7}
.portal-article>aside h3{font-size:20px}
.portal-meta{font-size:13px;line-height:1.6}
.portal-toc{background:#f5f7f3;border-color:#d8e1d9;padding:22px 26px}
.portal-toc h2{font-size:19px;margin:0 0 12px}
.portal-toc a{font-size:14px;line-height:1.6}
.portal-install{max-width:820px}
.portal-install>section{margin-bottom:32px}
.portal-install .portal-prose h2:first-child{margin-top:0}
.portal-install .portal-box{background:#fafbf8}
.portal-disclosure{background:#fafbf8;border-color:#d8e1df}
.portal-disclosure>summary{font-size:15px;line-height:1.6}

/* Existing illustrations stay prominent; native sprites keep their scale. */
.portal-hero-copy{max-width:550px;padding-block:56px}
.portal-hero h1{font-size:clamp(38px,4vw,56px);line-height:1.17}
.portal-hero p{font-size:17px;line-height:1.8;font-weight:400;max-width:44ch;margin-top:22px}
.portal-hero .portal-eyebrow{color:#e1cd9b}
.portal-status{background:#f7f9f6;border-block:1px solid #d8cfb7}
.portal-status .portal-wrap{padding-block:20px}
.portal-dot{background:#357760;box-shadow:0 0 0 4px #35776012}
/* Compact server overview joins the hero to the journey, like a game info window. */
.portal-server-overview{position:relative;z-index:1;margin-top:-22px;padding-bottom:24px;scroll-margin-top:110px}
.portal-server-panel{max-width:1160px;margin-inline:auto;padding:26px;border:1px solid #8e805b;border-radius:16px;background:radial-gradient(ellipse at 50% 0,#2c4c5e55,transparent 70%),#142f41;box-shadow:0 14px 30px #122b4014,inset 0 1px #ebd8a629;color:#ecf2f3}
.portal-server-facts{display:grid;grid-template-columns:1fr .95fr 1.3fr 1.1fr;padding-block:4px 24px;border-bottom:1px solid #8192a033}
.portal .portal-server-fact{display:flex;align-items:center;gap:14px;min-width:0;padding:4px 24px;color:#eaf2f4;text-decoration:none;border-right:1px solid #8192a033}
.portal-server-fact:first-child{padding-left:4px}
.portal-server-fact:last-child{padding-right:0;border-right:0}
.portal-server-fact>span:last-child{display:flex;flex-direction:column;min-width:0;gap:3px}
.portal-server-fact small{font-size:10px;line-height:1.5;letter-spacing:.085em;text-transform:uppercase;color:#b5c9d4}
.portal-server-fact strong{font:600 20px/1.4 var(--corpo);letter-spacing:-.02em;color:#f8efd8;font-variant-numeric:tabular-nums;white-space:nowrap}
.portal-server-fact>span>span{font-size:12px;line-height:1.6;color:#c4d4dc}
.portal-server-symbol{display:flex;align-items:center;justify-content:center;flex:0 0 28px;color:#88bed2}
.portal-server-symbol svg{width:28px;height:32px}
.portal .portal-server-fact:hover strong{color:#ffe0a0}
.portal .portal-server-fact:hover .portal-server-symbol{color:#e1c58e}
.portal-server-presence{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:14px 24px;padding-block:20px}
.portal .portal-server-live{display:inline-flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:12px;padding:9px 16px;min-height:42px;border:1px solid #7996a23d;background:#0b213c33;border-radius:999px;color:#c5d8e2;font-size:13px;text-decoration:none}
.portal-server-live>span:last-child{color:#89b9cf}
.portal-server-state{display:inline-flex;gap:9px;align-items:center;color:#d7ede3;font-weight:600}
.portal-server-state i{width:7px;height:7px;flex:none;background:#70cea0;border-radius:50%;box-shadow:0 0 0 4px #70cea00e}
.portal-server-state.is-unavailable{color:#ebcc91}
.portal-server-state.is-unavailable i{background:#dbb46d;box-shadow:none}
.portal-server-players{padding-left:12px;border-left:1px solid #7592a34f;font-variant-numeric:tabular-nums}
.portal-server-players strong{font-size:15px;color:#9fd7e8;margin-right:3px}
.portal-server-cash{display:flex;align-items:center;gap:8px;color:#e2cc9c;font-size:12px}
.portal-server-cash>span{font-size:16px}
.portal-server-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.portal .portal-server-actions .botao{display:flex;gap:12px;justify-content:center;align-items:center;min-height:52px;padding:13px 18px;border-radius:9px;font-size:14px;line-height:1.4;font-weight:600;box-shadow:inset 0 1px #ffffff20;transition:background-color 140ms,border-color 140ms}
.portal-server-actions svg{width:20px;height:20px;flex:none}
.portal-server-action-arrow{margin-left:auto;font-size:18px;font-weight:400;opacity:.8}
.portal .portal-server-create{background:#267390;background-image:linear-gradient(110deg,#2a7797,#205d78);border-color:#62a8bf;color:#fff}
.portal .portal-server-create:hover{background:#277292;border-color:#92c9db;color:#fff}
.portal .portal-server-download{background:#1b394d;border-color:#6f93a5;color:#e3f1f7}
.portal .portal-server-download:hover{background:#254a60;border-color:#9abcce;color:#fff}
.portal .portal-server-gifts{background:#e9ce91;background-image:linear-gradient(110deg,#f0d9a4,#e2bf76);border-color:#f2dcb0;color:#463718}
.portal .portal-server-gifts:hover{background:#f3dca4;border-color:#ffe9bd;color:#36260a}
.portal-server-overview :focus-visible{outline:3px solid #f1d28b;outline-offset:4px}
@media(max-width:1100px){
 .portal-server-panel{padding:22px}
 .portal .portal-server-fact{padding-inline:14px;gap:10px}
 .portal-server-fact strong{font-size:18px}
 .portal-server-symbol{flex-basis:24px}
 .portal-server-symbol svg{width:24px}
}
@media(max-width:900px){
 .portal-server-facts{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 0}
 .portal .portal-server-fact{padding:0 20px}
 .portal-server-fact:nth-child(even){border-right:0}
 .portal-server-fact:nth-child(odd){padding-left:4px}
 .portal-server-fact strong{font-size:20px}
}
@media(max-width:600px){
 .portal-server-overview{margin-top:-16px;padding-bottom:8px}
 .portal-server-panel{padding:20px 16px;border-radius:12px}
 .portal-server-facts{gap:22px 0;padding-bottom:20px}
 .portal .portal-server-fact{align-items:flex-start;padding-inline:12px;gap:9px}
 .portal-server-fact:nth-child(odd){padding-left:0}
 .portal-server-fact:nth-child(even){padding-right:0}
 .portal-server-symbol{flex-basis:20px;margin-top:3px}
 .portal-server-symbol svg{width:20px;height:24px}
 .portal-server-fact small{font-size:9px;letter-spacing:.035em}
 .portal-server-fact strong{font-size:17px;white-space:normal}
 .portal-server-fact>span>span{font-size:11px}
 .portal-server-presence{gap:12px;padding-block:18px}
 .portal .portal-server-live{width:100%;gap:7px 10px;padding:11px 10px;font-size:12px;border-radius:10px}
 .portal-server-players{padding-left:10px}
 .portal-server-live>span:last-child{display:none}
 .portal-server-actions{grid-template-columns:1fr;gap:10px}
 .portal .portal-server-actions .botao{min-height:48px;padding-inline:16px}
}
@media(max-width:359px){
 .portal-server-panel{padding:18px 12px}
 .portal .portal-server-fact{gap:6px;padding-inline:10px}
 .portal-server-symbol{flex-basis:16px}
 .portal-server-symbol svg{width:16px;height:21px}
 .portal-server-fact strong{font-size:16px}
 .portal-server-fact:nth-child(odd){padding-left:0}
 .portal-server-fact:nth-child(even){padding-right:0}
 .portal-server-players{border:0;padding:0}
}
@media(prefers-reduced-motion:reduce){.portal .portal-server-actions .botao{transition:none}}
.portal-family{border-color:var(--linha);background:#fff}
.portal-family:hover{border-color:#b7a477;background:#fbfbf7}
.portal-family-copy{padding:18px;gap:7px}
.portal-family-copy h2{font-size:20px;color:#254b5d}
.portal-family-copy p{font-size:14px;line-height:1.6}
.portal-family-copy>span{font-size:13px;color:var(--acento)}
.portal-evolution-branch,.portal-wiki-skill{border-color:var(--linha);border-radius:12px}
.portal-wiki-hero{background:#f0f5f3}
.portal-wiki-skill h3{font-size:20px}
.portal .portal-service>summary{background:#fff;padding-block:22px}
.portal .portal-service>summary:hover{background:#f7f9f5}
.portal .portal-service[open]>summary{background:#f0f5f3}
.portal-service-index{border-radius:10px;color:#74623b;background:#f7f3e8;border-color:#e3d8bb}
.portal-service-title strong{font-size:21px}
.portal-service-title small{font-size:14px;line-height:1.65}
.portal-help-banner{border-radius:12px;background-image:radial-gradient(ellipse at 100% 0,#315762,transparent 65%);box-shadow:none}
.portal-help-banner .portal-eyebrow{color:#e1cd9b}
.portal-help-banner h2{color:#fff}
.portal-destination{border-radius:12px;box-shadow:none}
.portal-destination:hover{transform:none}
.portal-destination-visual{background:#f0f5f3}
.portal-institution-art{margin-block:24px 32px}
.portal-institution-art img{max-height:240px;object-position:50% 45%}

/* Account forms use the same typographic rhythm as the public portal. */
.portal .conteudo{padding-block:32px 0}
.portal .cartao-centro.portal-account-layout{padding-block:12px 32px;max-width:1040px;gap:32px}
.portal .cartao{padding:32px;box-shadow:none;background:#fafbf8;border-color:#dde5e0}
.portal .cartao h1,.portal .cartao-cabeca h1{font-size:32px;line-height:1.25}
.portal .cartao-intro{font-size:15px;margin:12px 0 28px}
.portal .cartao-pe{font-size:14px;line-height:1.7}
.portal .cartao-largo{padding:32px;box-shadow:none}
.portal .cartao-cabeca{gap:16px;align-items:center;flex-wrap:wrap}
.portal .campo-rotulo{font-size:14px;line-height:1.5;flex-wrap:wrap;gap:4px 12px}
.portal .campo-ajuda,.portal .dica{font-size:13px;line-height:1.65}
.portal .grupo-titulo{font-family:var(--corpo);font-size:11px;letter-spacing:.1em;line-height:1.6}
.portal .quadro-missao{gap:32px}
.portal .painel-grade{gap:20px}
.portal .bloco{border-color:var(--linha);box-shadow:none}
.portal .ficha{gap:12px 20px}

.portal .rodape{border-top:1px solid #be9b5866;background:#142f41;padding-block:40px;margin-top:32px}
.portal .rodape-dentro{gap:48px}
.portal .rodape .marca-selo{width:180px;height:60px}
.portal .aviso{font-size:13px;line-height:1.8;max-width:48ch;color:#c2d0d6}
.portal .rodape .rotulo-fino{font-size:11px;letter-spacing:.12em;color:#dfc899}
.portal .rodape-colunas a{font-size:14px;line-height:1.5;color:#dee6e9;min-height:40px}

@media(min-width:1101px){.portal-nav-group:last-child>div{left:auto;right:0}}
@media(max-width:1100px){
  .portal .topo-dentro{gap:12px;padding-block:8px;min-height:72px}
  .portal .menu{max-height:calc(100dvh - 100px);overflow:auto;overscroll-behavior:contain;border-color:#ffffff26;align-items:flex-start}
  .portal-nav-group{flex:1 1 170px}
  .portal-nav-group>div{position:static;min-width:0;margin-block:4px 8px;box-shadow:none}
  .portal .portal-account-mobile{flex-basis:100%;min-height:44px;padding:10px}
  .portal-article>aside{position:static}
}
@media(max-width:767px){
  .portal{--gutter:20px;--topo-altura:64px}
  .portal .topo-dentro{min-height:64px;padding:6px 16px;gap:10px}
  .portal .topo .marca{flex:0 1 auto;margin-right:auto;min-width:0}
  .portal .topo .marca-selo{width:clamp(104px,32vw,152px);height:48px}
  .portal .acoes-topo{gap:6px;margin:0;flex:none}
  .portal .acoes-topo .botao{min-height:42px;padding:10px 14px;font-size:13px}
  .portal .portal-search-link{width:36px;min-height:42px}
  .portal .portal-menu-toggle{min-height:42px;padding:8px 10px}
  .portal .menu{margin:0;gap:4px;padding:10px 0 4px;max-height:calc(100dvh - 84px)}
  .portal-nav-group{flex-basis:100%}
  .portal-nav-group summary{justify-content:space-between;font-size:15px;padding:12px}
  .portal-nav-group>div{margin-inline:0}
  .portal main.faixa-estreita{width:calc(100% - 24px);margin-block:20px 32px;padding:0 20px 28px;border-radius:12px}
  .portal-home-panel{width:calc(100% - 32px);margin-block:28px;padding-inline:20px}
  .portal-page-heading,.portal .cabeca-pagina{padding-block:26px 22px;margin-bottom:24px}
  .portal-page-heading::before,.portal .cabeca-pagina::before{margin-bottom:16px;width:28px}
  .portal-page-heading>p,.portal .cabeca-pagina .chamada{font-size:15px;line-height:1.75;margin-top:12px}
  .portal-crumb{font-size:12px;margin-bottom:12px}
  .portal .portal-heading-compact h1{font-size:28px}
  .portal-section{padding-block:36px}
  .portal-section-head{flex-wrap:wrap;gap:12px;margin-bottom:20px}
  .portal-section-head>a{max-width:none;min-height:36px}
  .portal-grid{gap:16px}
  .portal-card-body,.portal-box{padding:20px}
  .portal-card h3{font-size:20px}
  .portal-card p{font-size:14px}
  .portal-card-link{font-size:13px;padding-top:18px}
  .portal-filters{padding:16px;gap:14px}
  .portal-filters>label{flex-basis:100%}
  .portal-filters .portal-check{flex-basis:auto}
  .portal-tabs a{font-size:13px;padding:10px 14px}
  .portal-table th,.portal-table td{padding:12px}
  .portal-prose,.portal .texto{font-size:16px;line-height:1.8}
  .portal-prose h2,.portal .texto h2{font-size:24px}
  .portal-prose h3,.portal .texto h3{font-size:20px}
  .portal-article{gap:24px;margin-bottom:8px}
  .portal-empty{padding:24px 20px}
  .portal-hero{min-height:680px;padding-bottom:260px}
  .portal-hero-copy{padding-block:32px 24px}
  .portal-hero h1{font-size:clamp(34px,8.6vw,42px);max-width:17ch}
  .portal-hero p{font-size:16px;line-height:1.75}
  .portal-hero .portal-actions{gap:10px;margin-top:24px}
  .portal-hero .botao{padding-inline:18px}
  .portal-family-copy{padding:16px}
  .portal-family-copy h2{font-size:20px}
  .portal-service-title strong{font-size:19px}
  .portal-service-title small{font-size:13px}
  .portal-service-title .portal-eyebrow{display:none}
  .portal-service-index{font-size:17px}
  .portal-help-banner{padding:26px 22px}
  .portal-institution-art img{max-height:200px}
  .portal .conteudo{padding-top:24px}
  .portal .cartao-centro.portal-account-layout{padding:0;gap:24px}
  .portal .cartao,.portal .cartao-largo{padding:0;border:0;background:transparent;border-radius:0}
  .portal .cartao h1,.portal .cartao-cabeca h1{font-size:28px}
  .portal .quadro-missao{gap:24px}
  .portal .cartao-pe{font-size:13px}
  .portal .painel-grade{grid-template-columns:minmax(0,1fr)}
  .portal .bloco{padding:22px 18px}
  .portal .rodape-dentro{gap:28px}
  .portal .rodape-colunas{gap:24px 16px}
}
@media(max-width:359px){
  .portal .topo-dentro{padding-inline:12px;gap:4px}
  .portal .acoes-topo{gap:4px}
  .portal .acoes-topo .botao{padding-inline:10px}
  .portal .portal-menu-toggle{padding-inline:8px}
  .portal .portal-search-link{width:30px}
  .portal main.faixa-estreita{padding-inline:16px}
  .portal-filters{padding:14px}
  .portal-family-copy{padding:12px}
}
@media(prefers-reduced-motion:reduce){.portal-nav-group summary{transition:none}}
