:root {
  color-scheme: light;
  --primary: #bf1736;
  --primary-dark: #8b102a;
  --wine: #4d0d20;
  --ink: #30232a;
  --ink-soft: #786b72;
  --bg: #f7f6f5;
  --card: #fff;
  --border: #ece5e7;
  --green: #217450;
  --amber: #9b6418;
  --red: #b32b40;
  --gold: #986624;
  --shadow: 0 3px 16px rgba(68, 24, 38, .025);
  --radius: 16px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; background: var(--bg); color: var(--ink); font: 14px/1.55 "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
button, input { font: inherit; }
button, a, input { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button:focus-visible, a:focus-visible, input:focus-visible { outline: 3px solid #df7088; outline-offset: 4px; }
button, input, a { transition: background .18s, border-color .18s, box-shadow .18s, color .18s; }
::selection { background: #f7c5d0; color: var(--wine); }
[hidden] { display: none !important; }
svg { width: 20px; height: 20px; flex-shrink: 0; }
.eyebrow { display: block; color: var(--primary); font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.small-dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.brand-lockup { display: flex; align-items: center; gap: 12px; text-decoration: none; font-size: 15px; line-height: 1.22; letter-spacing: -.02em; }
.brand-lockup strong { display: block; font-size: 18px; font-weight: 700; }
.brand-symbol { width: 38px; height: 42px; display: flex; gap: 4px; align-items: flex-end; padding: 8px 5px; border-radius: 9px; background: rgba(255,255,255,.11); }
.brand-symbol i { display: block; width: 7px; border-radius: 2px; background: currentColor; transform: skewY(-15deg); }
.brand-symbol i:nth-child(1) { height: 11px; opacity: .65; }.brand-symbol i:nth-child(2) { height: 18px; opacity: .85; }.brand-symbol i:nth-child(3) { height: 25px; }
/* Login */
.login-wrap { min-height: 100svh; display: grid; grid-template-columns: 1.05fr 1fr; }
.login-story { display: flex; flex-direction: column; position: relative; overflow: hidden; padding: 46px 9%; color: #fff; background: linear-gradient(145deg, #5b1025 0%, #a71031 60%, #cf2042 100%); }
.login-story::after { content: ""; position: absolute; width: 550px; height: 550px; border: 1px solid #ffffff0b; border-radius: 50%; top: -300px; right: -300px; pointer-events: none; }
.story-content { margin: auto 0; padding-top: 58px; }
.story-eyebrow { color: #ffd6df; letter-spacing: .2em; margin-bottom: 24px; }
.story-content h1 { font-size: clamp(34px, 3.2vw, 51px); font-weight: 650; line-height: 1.15; letter-spacing: -.05em; margin: 0 0 24px; max-width: 550px; }
.story-content h1 em { font-style: normal; color: #ffaebe; }
.story-content > p { color: #f4d9df; font-size: 15px; line-height: 1.8; max-width: 390px; }
.story-pillars { display: flex; justify-content: space-between; max-width: 445px; border-top: 1px solid #ffffff26; padding: 22px 0 30px; gap: 16px; }
.story-pillars span { color: #f3afbe; font-size: 11px; }.story-pillars b { font-weight: 500; color: #fff; font-size: 13px; margin-left: 7px; }
.story-footer { display: flex; justify-content: space-between; color: #ffced8; font-size: 11px; gap: 16px; }.story-footer span { opacity: .8; }
.campaign-art { height: 225px; position: relative; max-width: 460px; margin: 16px 0 8px; }
.art-chart { position: absolute; bottom: 30px; left: 15px; height: 148px; display: flex; align-items: flex-end; gap: 14px; transform: skewY(-8deg); }
.art-chart span { width: 39px; border: 1px solid #ffffff55; border-radius: 9px 9px 3px 3px; background: linear-gradient(150deg, #ffffff5c, #ffffff08); box-shadow: 6px 9px 22px #47091b26; }
.art-chart span:nth-child(1) { height: 35px; }.art-chart span:nth-child(2) { height: 57px; }.art-chart span:nth-child(3) { height: 88px; }.art-chart span:nth-child(4) { height: 115px; }.art-chart span:nth-child(5) { height: 151px; }
.art-target { position: absolute; right: 15px; top: 20px; width: 145px; height: 145px; border: 1px solid #ffffff4d; border-radius: 50%; background: linear-gradient(130deg, #ffffff24, #690e233d); box-shadow: 0 24px 40px #530c2733; display: grid; place-items: center; }
.art-target > div { width: 106px; height: 106px; border: 1px solid #ffffff45; border-radius: 50%; display: grid; place-items: center; }.art-target > div > div { width: 70px; height: 70px; border-radius: 50%; background: #fff0f01a; display: grid; place-items: center; }.art-target span { font-size: 43px; font-weight: 300; }
.art-orbit { position: absolute; border: 1px solid #ffffff14; border-radius: 50%; transform: rotate(-22deg); }.orbit-one { width: 390px; height: 140px; top: 55px; left: 8px; }.orbit-two { width: 290px; height: 190px; top: 10px; left: 80px; }
.art-spark { position: absolute; font-size: 25px; color: #ffb7c7; font-weight: 300; }.spark-one { left: 70px; top: 15px; }.spark-two { right: 65px; bottom: 15px; }
.login-panel { display: flex; flex-direction: column; align-items: center; justify-content: space-between; background: #fcfbfa; padding: 48px 8%; }
.login-panel-label { align-self: flex-end; display: flex; align-items: center; gap: 8px; color: var(--ink-soft); font-size: 9px; font-weight: 600; letter-spacing: .15em; }
.login-panel-label .small-dot { color: var(--primary); }
.login-card { width: 100%; max-width: 360px; padding: 48px 0 40px; }
.login-icon { width: 52px; height: 52px; background: #f7e8ec; color: var(--primary); display: grid; place-items: center; border-radius: 15px; margin-bottom: 28px; }.login-icon svg { width: 25px; height: 25px; }
.login-card h2 { font-size: 33px; font-weight: 650; line-height: 1.25; letter-spacing: -.045em; margin: 10px 0 12px; }.login-card p.sub { margin: 0 0 32px; color: var(--ink-soft); font-size: 14px; line-height: 1.7; }
.field { margin-bottom: 20px; }.field label { display: block; color: var(--ink); font-size: 12px; font-weight: 600; margin-bottom: 8px; }.field input { width: 100%; padding: 14px 16px; border: 1px solid #dfd6da; border-radius: 9px; background: #fff; font-size: 14px; color: var(--ink); min-height: 50px; }.field input::placeholder { color: #9b8f96; }.field input:focus { border-color: var(--primary); box-shadow: 0 0 0 3px #bf173610; outline: none; }
.btn { border: none; padding: 14px 18px; border-radius: 9px; font-weight: 600; font-size: 14px; min-height: 50px; }.btn-primary { width: 100%; color: #fff; background: var(--primary); display: flex; align-items: center; justify-content: space-between; box-shadow: 0 5px 14px #a20e2520; }.btn-primary:hover { background: var(--primary-dark); }.btn-primary span { font-size: 22px; line-height: 1; font-weight: 400; }
.error-msg { color: var(--red); font-size: 12px; min-height: 18px; margin-top: 12px; }.login-help { text-align: center; font-size: 12px; line-height: 1.8; color: var(--ink-soft); margin: 14px 0 0; padding-top: 22px; border-top: 1px solid var(--border); }
.login-footer { display: flex; gap: 30px; width: 100%; justify-content: space-between; color: var(--ink-soft); font-size: 10px; }
/* App shell */
.skip-link { position: fixed; top: -80px; left: 16px; padding: 10px 20px; background: #fff; color: var(--primary); z-index: 100; }.skip-link:focus { top: 12px; }
.sidebar { position: fixed; inset: 0 auto 0 0; width: 232px; display: flex; flex-direction: column; padding: 30px 20px 22px; background: linear-gradient(175deg, #560f26, #350d1a); color: #fff; z-index: 30; overflow-y: auto; }
.sidebar .brand-lockup { padding: 0 8px; }.workspace-label { margin: 34px 8px 30px; color: #f6b6c6; display: flex; align-items: center; gap: 8px; letter-spacing: .14em; font-size: 9px; font-weight: 600; }.workspace-label .small-dot { box-shadow: 0 0 0 4px #ffb5c313; }
.nav-caption { margin: 0 12px 13px; font-size: 9px; letter-spacing: .12em; color: #b48d9a; }
.section-nav { display: flex; flex-direction: column; gap: 5px; }.section-nav a { display: flex; align-items: center; gap: 12px; text-decoration: none; color: #ddbec8; padding: 12px 13px; border-radius: 9px; font-size: 12px; white-space: nowrap; }.section-nav a:hover { background: #ffffff0b; color: #fff; }.section-nav a.active { background: #bd2447; color: #fff; box-shadow: 0 4px 16px #1d00161c; }.section-nav svg { width: 18px; height: 18px; }.section-nav a.active::after { content: ""; width: 5px; height: 5px; background: #fff; border-radius: 50%; margin-left: auto; }
.sidebar-bottom { margin-top: auto; padding-top: 55px; }.sidebar-campaign { position: relative; overflow: hidden; border: 1px solid #ffffff1c; background: #ffffff05; border-radius: 12px; padding: 19px 15px 13px; }.sidebar-campaign .eyebrow { color: #dca5b5; font-size: 8px; letter-spacing: .09em; }.sidebar-campaign strong { display: block; font-weight: 500; font-size: 15px; line-height: 1.45; margin-top: 12px; }.sidebar-campaign p { font-size: 10px; color: #bd9ca7; margin: 28px 0 0; }.campaign-line { position: absolute; right: 15px; bottom: -7px; font-size: 77px; color: #ffcad819; line-height: 1; }.sidebar-signature { margin: 24px 10px 0; color: #c09aa8; font-size: 10px; }.sidebar-signature span { display: block; color: #97717f; font-size: 9px; margin-top: 3px; }
.app-shell { margin-left: 232px; min-width: 0; }.topbar { min-height: 84px; padding: 16px 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; background: #fffffff5; border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(12px); }.breadcrumb { display: flex; align-items: center; gap: 13px; color: var(--ink-soft); font-size: 11px; }.breadcrumb span { color: #c2b5ba; }.breadcrumb strong { font-weight: 600; color: var(--ink); }
.user-box { display: flex; align-items: center; gap: 10px; }.user-avatar { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: #f5e7eb; color: var(--primary-dark); font-size: 11px; font-weight: 700; }.user-identity { display: flex; flex-direction: column; line-height: 1.45; }#user-nome { font-size: 11px; font-weight: 600; max-width: 230px; overflow-wrap: anywhere; }.role-badge { color: var(--ink-soft); font-size: 10px; }.logout-btn { display: flex; align-items: center; gap: 7px; border: 0; border-left: 1px solid var(--border); background: none; color: var(--ink-soft); padding: 9px 0 9px 18px; margin-left: 9px; font-size: 11px; }.logout-btn svg { width: 17px; height: 17px; }.logout-btn:hover { color: var(--primary); }
.container { max-width: 1550px; margin: 0 auto; padding: 34px 38px 28px; outline: none; }.page-heading { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 25px; }.page-heading h1 { font-size: 34px; font-weight: 650; letter-spacing: -.05em; line-height: 1.2; margin: 8px 0 9px; }.page-heading h1 > span { color: var(--primary); }.page-heading p { color: var(--ink-soft); font-size: 12px; margin: 0; }.update-stamp { border: 1px solid var(--border); background: #fff; padding: 10px 14px; display: grid; grid-template-columns: 18px auto; column-gap: 9px; align-items: center; border-radius: 10px; font-size: 10px; color: var(--ink-soft); }.update-stamp svg { grid-row: span 2; width: 16px; color: var(--primary); }.update-stamp strong { display: block; font-weight: 600; color: var(--ink); font-size: 11px; }
.phase-banner { padding: 15px 18px; border: 1px solid #edd6dd; border-radius: 10px; background: #fbf0f3; color: #8a3e54; font-size: 12px; line-height: 1.7; margin: 16px 0 22px; }.campaign-phase { padding-left: 43px; position: relative; }.campaign-phase::before { content: "i"; position: absolute; left: 17px; top: 16px; width: 15px; height: 15px; border: 1.3px solid currentColor; border-radius: 50%; text-align: center; font: 600 11px/14px Georgia, serif; }
.period-toolbar { display: flex; flex-direction: column; gap: 9px; margin: 0 0 24px; }.period-label { color: var(--ink-soft); font-weight: 600; letter-spacing: .1em; font-size: 9px; }.month-tabs { display: flex; width: fit-content; max-width: 100%; padding: 4px; gap: 4px; border: 1px solid var(--border); border-radius: 10px; background: #eee9eb; }.month-tab { border: 0; border-radius: 7px; padding: 10px 17px; font-size: 11px; font-weight: 600; color: #72626a; background: transparent; }.month-tab.active { background: #fff; color: var(--primary); box-shadow: 0 1px 4px #3e0b1d12; }.month-tab:hover:not(:disabled):not(.active) { background: #ffffff65; }.month-tab[disabled] { color: #887a81; cursor: not-allowed; }.month-tab.active[disabled] { color: var(--primary); }
/* Indicators and sections */
.grid { display: grid; gap: 16px; }.grid-stats { grid-template-columns: repeat(auto-fit,minmax(170px,1fr)); }.grid-2 { grid-template-columns: repeat(2,minmax(0,1fr)); }.grid-3 { grid-template-columns: repeat(auto-fit,minmax(240px,1fr)); }
.card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 23px; box-shadow: var(--shadow); min-width: 0; line-height: 1.7; }.stat-card { padding: 20px; position: relative; min-height: 139px; }.stat-card .label { color: var(--ink-soft); font-size: 11px; font-weight: 500; max-width: calc(100% - 30px); min-height: 34px; line-height: 1.5; }.stat-card .value { font-size: 32px; font-weight: 650; line-height: 1.3; letter-spacing: -.04em; margin-top: 16px; font-variant-numeric: tabular-nums; overflow-wrap: anywhere; }.stat-card .value[style*="16px"] { letter-spacing: -.015em; font-size: 15px !important; line-height: 1.5; margin-top: 12px; }.stat-card .value.money { color: var(--green); }.stat-icon { display: grid; place-items: center; position: absolute; top: 17px; right: 16px; width: 28px; height: 28px; border-radius: 8px; background: #faf0f3; color: var(--primary); }.stat-icon svg { width: 15px; height: 15px; }.grid-stats .stat-card:first-child { border-top: 2px solid var(--primary); }.grid-stats .stat-card:first-child .value { color: var(--primary-dark); }
h2.section-title { display: flex; align-items: center; gap: 10px; font-size: 16px; font-weight: 650; letter-spacing: -.025em; line-height: 1.5; margin: 32px 0 15px; scroll-margin-top: 108px; }.section-title svg { color: var(--primary); width: 18px; height: 18px; }.section-title::after { content: ""; height: 1px; background: var(--border); flex: 1; margin-left: 8px; min-width: 16px; }
.criterio-card { padding: 21px 23px 16px; }.criterio-card .titulo { font-weight: 650; font-size: 14px; display: flex; align-items: center; gap: 9px; }.criterio-card .titulo::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--primary); }.criterion-body { display: flex; align-items: center; justify-content: center; gap: 25px; margin-top: 12px; }.chart-ring { width: 154px; height: 154px; position: relative; flex-shrink: 0; }.chart-ring canvas { width: 154px !important; height: 154px !important; position: relative; z-index: 1; }.chart-ring::before { content: ""; position: absolute; inset: 7px; border: 10px solid #f4edef; border-radius: 50%; clip-path: polygon(0 0,100% 0,100% 100%,50% 50%,0 100%); }.chart-ring.has-chart::before { display: none; }.pct-big { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; padding-top: 9px; font-size: 30px; line-height: 1.2; font-weight: 650; color: var(--ink); letter-spacing: -.04em; z-index: 2; pointer-events: none; }.pct-big small { font-size: 9px; font-weight: 400; color: var(--ink-soft); letter-spacing: 0; margin-top: 6px; }.criterion-detail { min-width: 90px; }.realizado-meta { font-size: 16px; font-weight: 600; color: var(--ink); letter-spacing: -.02em; margin-bottom: 10px; }.realizado-meta small { display: block; font-size: 10px; font-weight: 400; color: var(--ink-soft); letter-spacing: 0; margin-top: 2px; }.badge-ok { display: inline-block; padding: 4px 8px; border-radius: 6px; color: var(--green); background: #edf7f1; font-size: 11px; font-weight: 600; }.badge-pend { color: var(--ink-soft); font-size: 10px; line-height: 1.6; max-width: 140px; }.chart-scale { font-size: 9px; color: var(--ink-soft); margin-top: 0; padding-top: 9px; border-top: 1px solid #f3edef; }
.score-card { background: #fff; border-left: 3px solid var(--primary); font-size: 13px; }.score-card strong { font-weight: 650; }
/* Data tables */
.table-scroll { overflow-x: auto; overscroll-behavior-x: contain; scrollbar-width: thin; scrollbar-color: #dbccd2 transparent; }.card.table-scroll { padding: 8px 20px; }table { width: 100%; border-collapse: collapse; font-size: 12px; font-variant-numeric: tabular-nums; }thead th { text-align: left; color: var(--ink-soft); background: #fcfafb; font-size: 9px; font-weight: 600; text-transform: uppercase; letter-spacing: .07em; padding: 15px 13px; border-bottom: 1px solid var(--border); white-space: nowrap; }tbody td { padding: 15px 13px; border-bottom: 1px solid #f1ebee; white-space: nowrap; }tbody tr:last-child td { border-bottom: 0; }tbody td:first-child { font-weight: 600; color: #4b3540; }tbody tr:hover { background: #fdf7f9; }tbody tr.me { background: #fbecf0; }tbody tr.me td { color: var(--primary-dark); font-weight: 600; }tbody tr.me td:first-child { box-shadow: inset 3px 0 0 var(--primary); }
.pill { display: inline-block; padding: 4px 8px; border-radius: 6px; font-size: 10px; font-weight: 600; line-height: 1.5; }.pill-green { background: #edf6f0; color: var(--green); }.pill-amber { background: #fbf2e5; color: var(--amber); }.pill-red { background: #fae9ee; color: var(--red); }.pill-gray { background: #f2edef; color: var(--ink-soft); }.pill-gold { background: #fbf1df; color: var(--gold); }
.search-input { display: block; width: 100%; max-width: 400px; background: #fcfafb; border: 1px solid var(--border); padding: 12px 14px 12px 39px; border-radius: 9px; font-size: 12px; color: var(--ink); margin-bottom: 18px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23897981' stroke-width='1.6'%3E%3Ccircle cx='10.5' cy='10.5' r='6.5'/%3E%3Cpath d='m16 16 4 4'/%3E%3C/svg%3E"); background-position: 13px center; background-size: 16px; background-repeat: no-repeat; }.search-input:focus { border-color: var(--primary); }.search-input::placeholder { color: #8c7d84; }
.empty-hint { position: relative; padding: 28px 28px 28px 60px; background: #fff; border: 1px dashed #dfd3d8; border-radius: 12px; color: var(--ink-soft); font-size: 12px; line-height: 1.7; margin: 0 0 16px; }.empty-hint::before { content: "—"; position: absolute; left: 23px; top: 27px; color: #aa8390; font-size: 20px; line-height: 1; }
.subtabs { display: flex; gap: 7px; margin-bottom: 14px; }.subtab { border: 0; border-radius: 7px; background: #eee7ea; color: var(--ink-soft); padding: 8px 14px; }.subtab.active { background: var(--primary); color: #fff; }
.acumulado-banner { position: relative; overflow: hidden; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px; background: linear-gradient(115deg,#610f2a,#981e3b); border: 1px solid #a73751; border-radius: 15px; color: #fff; padding: 28px 32px 28px 85px; margin-top: 32px; }.acumulado-banner::before { content: "↗"; position: absolute; left: 25px; top: 24px; width: 40px; height: 45px; background: #ffffff13; border: 1px solid #ffffff20; border-radius: 10px; text-align: center; font-size: 29px; line-height: 42px; }.acumulado-banner::after { content: ""; position: absolute; width: 180px; height: 180px; border: 24px solid #ffffff04; border-radius: 50%; right: -45px; top: -63px; pointer-events: none; }.acumulado-banner .title { font-size: 14px; font-weight: 600; }.acumulado-banner .sub { margin-top: 6px; color: #edc6d1; font-size: 11px; }.acumulado-banner .mala { font-size: 18px; }.foot-note { margin-top: 34px; padding-top: 23px; border-top: 1px solid var(--border); color: var(--ink-soft); font-size: 10px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }.foot-note > span:last-child { text-align: right; }.footer-brand { font-size: 12px; letter-spacing: -.02em; color: #8b727d; }.footer-brand strong { color: var(--primary); font-weight: 650; }
/* Responsive */
@media (min-width: 1600px) { .login-story { padding-left: 12%; padding-right: 12%; } }
@media (max-width: 1250px) { .sidebar { width: 210px; padding: 28px 15px 20px; }.app-shell { margin-left: 210px; }.container { padding: 28px; }.topbar { padding: 15px 28px; }.criterion-body { gap: 14px; }.grid-stats { grid-template-columns: repeat(2,minmax(0,1fr)); }.login-story { padding: 38px 8%; }.story-footer span { display: none; } }
@media (max-width: 1000px) { .criterion-body { flex-direction: column; gap: 0; text-align: center; }.criterion-detail { padding-bottom: 14px; }.badge-pend { max-width: none; }.grid-3 { grid-template-columns: repeat(auto-fit,minmax(180px,1fr)); }.breadcrumb { font-size: 10px; gap: 9px; }.user-avatar { display: none; }.update-stamp { max-width: 170px; }.login-story { padding: 32px 8%; }.story-content h1 { font-size: 38px; }.art-target { right: -8px; width: 120px; height: 120px; }.art-target > div { width: 88px; height: 88px; }.art-chart { gap: 11px; }.art-chart span { width: 29px; }.story-pillars { gap: 8px; }.story-pillars b { margin-left: 4px; font-size: 11px; } }
@media (max-width: 780px) { html { scroll-padding-top: 24px; }.sidebar { position: relative; width: 100%; padding: 18px 20px 0; overflow: visible; }.sidebar .brand-lockup { font-size: 12px; padding: 0; }.sidebar .brand-lockup strong { font-size: 15px; }.sidebar .brand-symbol { width: 32px; height: 35px; padding: 5px 3px; }.workspace-label { position: absolute; top: 28px; right: 20px; margin: 0; font-size: 8px; }.nav-caption, .sidebar-bottom { display: none; }.section-nav { flex-direction: row; overflow-x: auto; padding: 18px 0 12px; gap: 7px; scrollbar-width: none; }.section-nav a { padding: 10px 13px; font-size: 11px; }.section-nav a.active::after { display: none; }.section-nav svg { width: 16px; height: 16px; }.app-shell { margin-left: 0; }.topbar { position: relative; min-height: 67px; padding: 13px 20px; }.breadcrumb { font-size: 10px; }.user-avatar { display: grid; width: 31px; height: 31px; font-size: 10px; }.container { padding: 26px 20px; }.page-heading h1 { font-size: 31px; }h2.section-title { scroll-margin-top: 24px; }.criterion-body { flex-direction: row; gap: 18px; text-align: left; }.criterion-detail { padding-bottom: 0; }.grid-3 { grid-template-columns: repeat(auto-fit,minmax(260px,1fr)); }.login-wrap { grid-template-columns: 1fr; }.login-story { padding: 25px 28px 28px; }.story-content { padding-top: 35px; }.story-content h1 { font-size: 33px; max-width: 500px; margin-bottom: 16px; }.story-content > p, .campaign-art, .story-pillars, .story-footer { display: none; }.story-eyebrow { margin-bottom: 16px; }.login-panel { padding: 24px 28px; }.login-panel-label { display: none; }.login-card { padding: 8px 0 36px; max-width: 420px; }.login-icon { display: none; }.login-card h2 { font-size: 29px; }.login-card .eyebrow { margin-top: 8px; }.login-footer { max-width: 420px; } }
@media (max-width: 520px) { .topbar .breadcrumb { display: none; }.topbar .user-box { width: 100%; }.user-identity { flex: 1; }#user-nome { max-width: 220px; }.container { padding: 24px 16px; }.page-heading { align-items: flex-start; flex-direction: column; gap: 15px; margin-bottom: 20px; }.page-heading h1 { font-size: 31px; }.update-stamp { max-width: 100%; padding: 8px 11px; grid-template-columns: 16px auto auto; gap: 7px; }.update-stamp svg { grid-row: auto; }.update-stamp strong { font-size: 10px; }.phase-banner { font-size: 11px; }.month-tabs { width: 100%; }.month-tab { flex: 1; padding: 9px 8px; font-size: 10px; line-height: 1.5; }.grid { gap: 11px; }.grid-stats { grid-template-columns: repeat(2,minmax(0,1fr)); }.stat-card { padding: 16px 14px; min-height: 143px; }.stat-card .label { font-size: 10px; max-width: calc(100% - 17px); min-height: 43px; }.stat-icon { top: 12px; right: 10px; width: 22px; height: 22px; background: transparent; }.stat-icon svg { width: 14px; }.stat-card .value { font-size: 29px; margin-top: 14px; }.stat-card .value[style*="16px"] { font-size: 13px !important; }.card { padding: 18px; }.card.table-scroll { padding: 5px 10px; }h2.section-title { font-size: 15px; margin-top: 28px; }.criterio-card { padding: 18px 22px 12px; }.criterion-body { gap: 25px; }.chart-ring, .chart-ring canvas { width: 144px !important; height: 144px !important; }.realizado-meta { font-size: 15px; }.search-input { font-size: 11px; }.acumulado-banner { padding: 24px 20px 24px 72px; }.acumulado-banner::before { left: 20px; width: 35px; }.acumulado-banner .title { font-size: 13px; }.foot-note { flex-direction: column; align-items: flex-start; gap: 12px; }.foot-note > span:last-child { text-align: left; }.login-story { padding: 22px 25px 27px; }.story-content h1 { font-size: 30px; }.login-panel { padding: 27px 25px; }.login-card .sub { font-size: 13px; }.desktop-break { display: none; } }
@media (max-width: 350px) { .workspace-label { display: none; }.criterion-body { gap: 10px; }.chart-ring, .chart-ring canvas { width: 126px !important; height: 126px !important; }.criterio-card { padding: 16px; }.story-content h1 { font-size: 27px; } }
.criterio-card { container-type: inline-size; }
@container (max-width: 280px) { .criterion-body { flex-direction: column; gap: 0; text-align: center; }.criterion-detail { padding-bottom: 14px; }.badge-pend { max-width: none; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }*, *::before, *::after { transition: none !important; animation: none !important; } }
