@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700;900&family=IBM+Plex+Sans:wght@300;400;500;600&family=IBM+Plex+Mono:wght@400;500&display=swap";#root{min-height:100vh}:root{--navy:#0a1628;--navy-mid:#112240;--navy-light:#1a3a6e;--gold:#c9a84c;--gold-light:#e8c96d;--silver:#89b;--white:#f0f4ff;--white-dim:#c8d4ee;--red:#c0392b;--green:#1a7a4a;--green-bright:#27ae60;--amber:#d4851a;--border:#c9a84c33;--border-bright:#c9a84c80}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--navy);color:var(--white);min-height:100vh;font-family:IBM Plex Sans,sans-serif;overflow-x:hidden}body:before{content:"";z-index:0;pointer-events:none;background:radial-gradient(80% 60% at 20% 10%,#1a3a6e66 0%,#0000 60%),radial-gradient(60% 80% at 80% 90%,#0a1628cc 0%,#0000 60%),repeating-linear-gradient(0deg,#0000,#0000 80px,#c9a84c04 80px 81px),repeating-linear-gradient(90deg,#0000,#0000 80px,#c9a84c04 80px 81px);position:fixed;inset:0}.app{z-index:1;position:relative}header{border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:100;background:#0a1628f2;position:sticky;top:0}.header-inner{align-items:center;gap:2rem;max-width:1400px;height:72px;margin:0 auto;padding:0 2rem;display:flex}.logo{align-items:center;gap:12px;text-decoration:none;display:flex}.logo-seal{object-fit:contain;flex-shrink:0;width:44px;height:44px;display:block}.logo-text{line-height:1.1}.logo-title{color:var(--white);letter-spacing:.02em;padding-bottom:5px;font-family:Playfair Display,serif;font-size:1.1rem;font-weight:700}.logo-sub{color:var(--gold);letter-spacing:.15em;text-transform:uppercase;font-size:.65rem;font-weight:500}.header-sep{flex:1}.header-badge{border:1px solid var(--border);color:var(--gold);letter-spacing:.1em;text-transform:uppercase;-webkit-user-select:none;user-select:none;background:#c9a84c1a;border-radius:4px;padding:6px 14px;font-family:IBM Plex Mono,monospace;font-size:.7rem}.header-badge-link{text-decoration:none;transition:opacity .2s}.header-badge-link:hover{opacity:.8}.main{max-width:1400px;margin:0 auto;padding:0 2rem 4rem}.hero{border-bottom:1px solid var(--border);margin-bottom:2.5rem;padding:4rem 0 3rem}.hero-label{color:var(--gold);letter-spacing:.2em;text-transform:uppercase;margin-bottom:1rem;font-family:IBM Plex Mono,monospace;font-size:.72rem}.hero h1{color:var(--white);margin-bottom:1rem;font-family:Playfair Display,serif;font-size:clamp(2.2rem,4vw,3.5rem);font-weight:900;line-height:1.1}.hero h1 em{color:var(--gold);font-style:italic}.hero-animated-word{will-change:opacity, transform;min-width:16ch;transition:opacity .22s,transform .22s;display:inline-block}.hero-animated-word.is-visible{opacity:1;transform:translateY(0)}.hero-animated-word.is-hidden{opacity:0;transform:translateY(.3em)}.hero-desc{color:var(--silver);max-width:580px;font-size:1rem;font-weight:300;line-height:1.7}.steps-nav{border:1px solid var(--border);background:#11224099;border-radius:8px;gap:0;margin-top:2.5rem;margin-bottom:2.5rem;display:flex;overflow:hidden}.step{border-right:1px solid var(--border);opacity:.4;color:inherit;text-align:left;background:0 0;border-top:0;border-bottom:0;border-left:0;flex:1;align-items:center;gap:12px;padding:1.2rem 1.5rem;transition:all .3s;display:flex}button.step{cursor:pointer}.step:last-child{border-right:none}.step.active{opacity:1;background:#c9a84c0f}.step.done{opacity:.7}.step.done:hover{opacity:1;background:#c9a84c0a}.step-num{border:2px solid var(--silver);width:32px;height:32px;color:var(--silver);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-family:IBM Plex Mono,monospace;font-size:.8rem;font-weight:500;transition:all .3s;display:flex}.step.active .step-num{border-color:var(--gold);color:var(--gold);background:#c9a84c1a}.step.done .step-num{border-color:var(--green-bright);color:var(--green-bright);background:#27ae601a}.step-info{min-width:0}.step-label{color:var(--silver);letter-spacing:.1em;text-transform:uppercase;margin-bottom:2px;font-family:IBM Plex Mono,monospace;font-size:.65rem}.step-val{color:var(--white);white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:500;overflow:hidden}.panel{animation:.4s fadeSlide}@keyframes fadeSlide{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.section-header{align-items:baseline;gap:1rem;margin-bottom:1.5rem;display:flex}.section-title{color:var(--white);font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700}.section-count{color:var(--gold);border:1px solid var(--border);background:#c9a84c1a;border-radius:20px;padding:3px 10px;font-family:IBM Plex Mono,monospace;font-size:.75rem}.president-panel-description{color:var(--silver);max-width:780px;margin-bottom:1.25rem;line-height:1.6}.president-card--external{text-decoration:none}.president-card-link{color:var(--white-dim);margin-top:.45rem;font-size:.75rem}.office-filter-container{flex-direction:column;gap:.5rem;margin-bottom:1rem;display:flex}.office-filter-label{color:var(--gold);letter-spacing:.08em;text-transform:uppercase;font-family:IBM Plex Mono,monospace;font-size:.72rem}.office-filter-buttons{flex-wrap:wrap;gap:.5rem;display:flex}.office-filter-btn{border:1px solid var(--border);color:var(--white);cursor:pointer;background:#112240cc;border-radius:8px;outline:none;align-items:center;gap:.45rem;padding:.55rem .8rem;font-family:IBM Plex Sans,sans-serif;font-size:.9rem;transition:border-color .2s,box-shadow .2s,background .2s;display:inline-flex}.office-filter-btn:hover,.office-filter-btn:focus-visible{border-color:var(--gold);background:#c9a84c14;box-shadow:0 0 0 2px #c9a84c33}.office-filter-btn.selected{border-color:var(--gold);box-shadow:0 0 0 1px var(--gold);background:#c9a84c24}.office-filter-badge{letter-spacing:.05em;text-transform:uppercase;border-radius:999px;padding:2px 6px;font-family:IBM Plex Mono,monospace;font-size:.62rem;line-height:1}.office-filter-badge--discrete{color:var(--gold-light);border:1px solid var(--border);background:#c9a84c1a;font-weight:500}.office-filter-badge--highlight{color:var(--navy);background:var(--gold-light);border:1px solid #e8c96de6;padding:2px 7px;font-weight:600}.states-map-container{border:1px solid var(--border);background:#112240a6;border-radius:12px;margin-bottom:1.5rem;padding:1.25rem}.states-map-container.is-disabled{opacity:.75}.states-map-container.is-disabled .brazil-map{pointer-events:none}.brazil-map{width:100%;max-width:900px;height:auto;margin:0 auto;display:block}.map-state{fill:#112240f2;stroke:var(--border-bright);stroke-width:.95px;cursor:pointer;transition:fill .2s,stroke .2s,stroke-width .2s}.map-state:hover,.map-state:focus-visible{fill:#c9a84c1f;stroke:var(--gold);stroke-width:1.2px;outline:none}.map-state.selected{fill:#c9a84c33;stroke:var(--gold-light);stroke-width:1.4px}.map-state.disabled{cursor:not-allowed}.map-state-label{fill:var(--gold);text-shadow:0 0 2px #0a1628f2;-webkit-user-select:none;user-select:none;letter-spacing:.5px;font-family:IBM Plex Mono,monospace;font-size:8px;font-weight:700}.states-map-hint{color:var(--silver);text-align:center;margin-top:1rem;font-size:.85rem;line-height:1.45}.states-list-container{margin-top:.25rem;padding:0}.states-list-title{margin-bottom:.875rem;font-size:1.2rem}.state-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.75rem;display:grid}.state-btn{border:1px solid var(--border);text-align:center;cursor:pointer;min-height:72px;color:inherit;background:#112240cc;border-radius:8px;padding:14px 10px;font-family:IBM Plex Sans,sans-serif;transition:all .2s}.state-btn:hover{border-color:var(--gold);background:#c9a84c14;transform:translateY(-2px)}.state-btn.selected{border-color:var(--gold);box-shadow:0 0 0 1px var(--gold);background:#c9a84c1f}.state-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.state-btn:disabled:hover{border-color:var(--border);background:#112240cc}.state-uf{color:var(--gold);margin-bottom:4px;font-family:IBM Plex Mono,monospace;font-size:1.1rem;font-weight:500;display:block}.state-name{color:var(--silver);font-size:.68rem;line-height:1.2}.deputy-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px;display:grid}.deputy-card{border:1px solid var(--border);cursor:pointer;text-align:left;color:inherit;background:#112240cc;border-radius:10px;align-items:center;gap:14px;padding:16px;transition:all .25s;display:flex}.deputy-card:hover{border-color:var(--gold-light);background:#c9a84c12;transform:translateY(-2px);box-shadow:0 8px 24px #0000004d}.deputy-photo{border:2px solid var(--border-bright);object-fit:cover;background:var(--navy-light);border-radius:50%;flex-shrink:0;width:60px;height:60px}.deputy-info{flex:1;min-width:0}.deputy-name{color:var(--white);white-space:nowrap;text-overflow:ellipsis;margin-bottom:4px;font-size:.95rem;font-weight:600;overflow:hidden}.deputy-party{color:var(--gold);margin-bottom:4px;font-family:IBM Plex Mono,monospace;font-size:.72rem}.deputy-meta{color:var(--silver);font-size:.72rem}.deputy-arrow{color:var(--silver);flex-shrink:0;font-size:1.2rem;transition:all .2s}.deputy-card:hover .deputy-arrow{color:var(--gold);transform:translate(4px)}.deputy-detail-header{border:1px solid var(--border);background:#112240cc;border-radius:12px;align-items:center;gap:2rem;margin-bottom:2rem;padding:2rem;display:flex}.deputy-detail-photo{border:3px solid var(--gold);object-fit:cover;border-radius:50%;flex-shrink:0;width:100px;height:100px}.deputy-detail-info{flex:1}.deputy-detail-name{margin-bottom:6px;font-family:Playfair Display,serif;font-size:1.8rem;font-weight:700}.deputy-tags{flex-wrap:wrap;gap:8px;margin-bottom:10px;display:flex}.tag{border-radius:20px;padding:4px 12px;font-family:IBM Plex Mono,monospace;font-size:.72rem;font-weight:500}.tag-party{border:1px solid var(--border-bright);color:var(--gold);background:#c9a84c26}.tag-state{color:var(--silver);background:#8899bb26;border:1px solid #8899bb4d}.tag-email{color:#7ab8f5;background:#1a3a6e80;border:1px solid #1a7ac24d;font-size:.68rem}.tag-social{border:1px solid var(--border);color:var(--gold-light);background:#c9a84c1a;align-items:center;gap:6px;text-decoration:none;display:inline-flex}.tag-social:hover{border-color:var(--border-bright);color:var(--gold)}.deputy-extra{color:var(--silver);font-size:.82rem}.deputy-general-info{border:1px solid var(--border);background:#112240bf;border-radius:12px;margin-bottom:1.5rem;padding:1.25rem 1.5rem}.deputy-general-info-title{color:var(--white);margin-bottom:.9rem;font-family:Playfair Display,serif;font-size:1.2rem}.deputy-general-info-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:.85rem 1.1rem;display:grid}.deputy-general-item{flex-direction:column;gap:.25rem;display:flex}.deputy-general-label{letter-spacing:.07em;text-transform:uppercase;color:var(--silver);font-family:IBM Plex Mono,monospace;font-size:.67rem}.deputy-general-value{color:var(--white-dim);word-break:break-word;font-size:.88rem;line-height:1.45}.deputy-general-link{color:var(--gold-light);word-break:break-word;font-size:.86rem;line-height:1.4;text-decoration:none}.deputy-general-link:hover{text-decoration:underline}.president-detail-header{align-items:flex-start}.president-detail-layout{grid-template-columns:minmax(0,2fr) minmax(280px,1fr);gap:1rem;margin-bottom:2rem;display:grid}.president-detail-layout .president-detail-header{margin-bottom:0}.president-vice-card{border:1px solid var(--border);background:#112240cc;border-radius:12px;padding:1.25rem}.president-vice-card-label{letter-spacing:.08em;text-transform:uppercase;color:var(--gold);margin-bottom:.9rem;font-family:IBM Plex Mono,monospace;font-size:.72rem}.president-vice-card-content{align-items:flex-start;gap:.9rem;display:flex}.president-vice-photo{border:2px solid var(--border-bright);object-fit:cover;background:var(--navy-light);border-radius:50%;flex-shrink:0;width:72px;height:72px}.president-vice-name{color:var(--white);margin-bottom:.15rem;font-size:1rem;font-weight:600}.president-vice-role{color:var(--gold-light);margin-bottom:.25rem;font-size:.82rem}.president-vice-meta{color:var(--silver);margin-bottom:.55rem;font-size:.8rem}.president-detail-subtitle{color:var(--gold-light);letter-spacing:.04em;text-transform:uppercase;margin-bottom:.75rem;font-family:IBM Plex Mono,monospace;font-size:.78rem}.president-tag-term{color:#7fe2a8;background:#27ae601f;border:1px solid #27ae6047}.president-section-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;margin-bottom:1.5rem;display:grid}.president-section-card{border:1px solid var(--border);background:#112240bf;border-radius:12px;margin-bottom:1.5rem;padding:1.25rem 1.5rem}.president-summary{color:var(--white-dim);margin-bottom:.9rem;line-height:1.7}.president-source-link{color:var(--gold-light);font-size:.85rem;text-decoration:none}.president-source-link:hover{text-decoration:underline}.president-source-link.inline{margin-top:.85rem;display:inline-flex}.president-section-heading{margin-bottom:1rem}.president-section-heading .president-section-results{margin-top:.75rem}.president-section-helper{color:var(--silver);font-size:.88rem;line-height:1.55}.president-filters{border:1px solid var(--border);background:#112240b8;border-radius:12px;margin-bottom:1.5rem;padding:1rem 1.1rem}.president-filters-top{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.president-filters-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.75rem;display:flex}.president-results-count,.president-section-results{border:1px solid var(--border);min-height:36px;color:var(--gold-light);letter-spacing:.04em;text-transform:uppercase;background:#c9a84c14;border-radius:999px;align-items:center;padding:.35rem .7rem;font-family:IBM Plex Mono,monospace;font-size:.7rem;display:inline-flex}.president-filters-title{color:var(--white);margin-bottom:.2rem;font-weight:600}.president-filters-helper{color:var(--silver);font-size:.82rem;line-height:1.5}.president-filters-reset{border:1px solid var(--border);color:var(--silver);cursor:pointer;background:0 0;border-radius:8px;padding:.6rem .9rem;transition:border-color .2s,color .2s,background .2s}.president-filters-reset:hover{border-color:var(--gold);color:var(--gold);background:#c9a84c14}.president-filters-grid{grid-template-columns:minmax(220px,2fr) repeat(5,minmax(140px,1fr));gap:.85rem;display:grid}.president-filter-field{flex-direction:column;gap:.35rem;display:flex}.president-filter-label{letter-spacing:.08em;text-transform:uppercase;color:var(--silver);font-family:IBM Plex Mono,monospace;font-size:.68rem}.president-filter-search{margin-bottom:0}.president-filter-input{border:1px solid var(--border);width:100%;min-height:48px;color:var(--white);background:#0a1628e6;border-radius:10px;outline:none;padding:.85rem 1rem;font-size:.92rem}.president-filter-input:focus{border-color:var(--gold);box-shadow:0 0 0 3px #c9a84c1f}.president-activity-list{flex-direction:column;gap:1rem;display:flex}.president-activity-card{border:1px solid var(--border);background:#0a16288c;border-radius:10px;padding:1rem 1.1rem}.president-activity-top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.65rem;display:flex}.president-mini-tag{align-items:center;display:inline-flex}.president-activity-date{color:var(--silver);font-family:IBM Plex Mono,monospace;font-size:.72rem}.president-activity-title{color:var(--white);margin-bottom:.45rem;font-size:1rem;font-weight:600}.president-activity-summary{color:var(--white-dim);font-size:.9rem;line-height:1.65}.president-measure-status{color:var(--gold-light);margin-top:.65rem;font-family:IBM Plex Mono,monospace;font-size:.75rem}.president-impact-text{color:var(--white-dim);margin-top:.7rem;font-size:.88rem;line-height:1.6}.president-watch-block{margin-top:.8rem}.president-watch-title{color:var(--white);margin-bottom:.4rem;font-size:.82rem;font-weight:600}.president-watch-list{flex-direction:column;gap:.35rem;list-style:none;display:flex}.president-watch-item{color:var(--silver);padding-left:.9rem;font-size:.84rem;line-height:1.5;position:relative}.president-watch-item:before{content:"•";color:var(--gold);position:absolute;left:0}.president-chip-group{flex-wrap:wrap;gap:.45rem;margin-top:.8rem;display:flex}.president-chip{color:var(--silver);background:#112240b3;border:1px solid #8899bb4d;border-radius:999px;padding:.25rem .6rem;font-family:IBM Plex Mono,monospace;font-size:.72rem}.president-term-list{flex-direction:column;gap:.9rem;display:flex}.president-term-item{border:1px solid var(--border);background:#0a16288c;border-radius:10px;padding:.95rem 1rem}.president-term-title{color:var(--white);margin-bottom:.25rem;font-weight:600}.president-term-period,.president-term-meta{color:var(--silver);font-size:.82rem}.president-term-summary{color:var(--white-dim);margin-top:.55rem;font-size:.88rem;line-height:1.55}.president-bio-list{flex-direction:column;gap:.75rem;list-style:none;display:flex}.president-bio-item{color:var(--white-dim);padding-left:1rem;line-height:1.65;position:relative}.president-bio-item:before{content:"•";color:var(--gold);position:absolute;left:0}.president-links-list{flex-wrap:wrap;gap:.75rem;display:flex}.president-link-chip{font-size:.78rem}.deputy-organs-btn{border:1px solid var(--border-bright);color:var(--gold-light);cursor:pointer;background:#c9a84c1f;border-radius:6px;width:fit-content;padding:.45rem .75rem;font-family:IBM Plex Sans,sans-serif;font-size:.78rem}.deputy-organs-btn:hover{background:#c9a84c33}.deputy-organs-modal-overlay{z-index:120;background:#050c18bf;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.deputy-organs-modal{border:1px solid var(--border-bright);background:#112240f5;border-radius:12px;width:min(780px,100%);max-height:82vh;padding:1rem 1rem 1.25rem;overflow:auto}.deputy-organs-modal-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.deputy-organs-modal-header h3{color:var(--white);font-family:Playfair Display,serif;font-size:1.35rem}.deputy-organs-close-btn{border:1px solid var(--border);color:var(--silver);cursor:pointer;background:0 0;border-radius:6px;padding:.4rem .75rem;font-family:IBM Plex Sans,sans-serif;font-size:.8rem}.deputy-organs-close-btn:hover{color:var(--gold);border-color:var(--border-bright)}.deputy-organs-list{flex-direction:column;gap:.65rem;display:flex}.deputy-organs-item{border:1px solid var(--border);background:#0a162899;border-radius:8px;padding:.8rem}.deputy-organs-name{color:var(--gold);margin-bottom:.25rem;font-family:IBM Plex Mono,monospace;font-size:.78rem}.deputy-organs-fullname{color:var(--white-dim);font-size:.86rem;line-height:1.35}.deputy-organs-role{color:var(--silver);margin-top:.35rem;font-size:.78rem}.deputy-organs-period{color:var(--silver);margin-top:.45rem;font-family:IBM Plex Mono,monospace;font-size:.7rem}.tabs{border-bottom:1px solid var(--border);gap:0;margin-bottom:2rem;display:flex}.tab-btn{color:var(--silver);cursor:pointer;letter-spacing:.03em;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:12px 24px;font-family:IBM Plex Sans,sans-serif;font-size:.88rem;font-weight:500;transition:all .2s}.tab-btn:hover{color:var(--white)}.tab-btn.active{color:var(--gold);border-bottom-color:var(--gold)}.prop-list{flex-direction:column;gap:10px;display:flex}.prop-infinite-sentinel{height:40px;margin-top:8px}.prop-loading-more{justify-content:center;padding:8px 0 4px;display:flex}.prop-types-filter{flex-wrap:wrap;gap:8px;margin-bottom:14px;display:flex}.prop-controls{flex-direction:column;gap:12px;margin-bottom:14px;display:flex}.prop-requirements-toggle{border:1px solid var(--border);color:var(--silver);cursor:pointer;background:#1122408c;border-radius:999px;align-self:flex-start;padding:8px 12px;font-family:IBM Plex Sans,sans-serif;font-size:.8rem;transition:all .2s}.prop-requirements-toggle:hover{border-color:var(--border-bright);color:var(--white)}.prop-requirements-toggle.active{color:var(--white);background:#8899bb26;border-color:#8899bb73}.prop-type-tag{border:1px solid var(--border);color:var(--silver);letter-spacing:.04em;cursor:pointer;opacity:1;background:#11224080;border-radius:999px;padding:6px 12px;font-family:IBM Plex Mono,monospace;font-size:.72rem;transition:all .2s}.prop-type-tag:not(.active){color:var(--silver);filter:grayscale()saturate(.15)brightness(.75);background:#0a1426bf;border-color:#89b6}.prop-type-tag:hover{filter:grayscale(.55)saturate(.45)brightness(.9)}.prop-type-tag.active{filter:none}.prop-type-tag.badge-pl,.prop-type-tag.badge-pec,.prop-type-tag.badge-req,.prop-type-tag.badge-pdl,.prop-type-tag.badge-other{border-radius:999px}.prop-item{border:1px solid var(--border);background:#112240b3;border-radius:8px;padding:16px 20px;transition:all .2s}.prop-item:hover{background:#112240e6;border-color:#c9a84c59}.prop-top{align-items:flex-start;gap:14px;margin-bottom:8px;display:flex}.prop-badge{white-space:nowrap;border-radius:4px;flex-shrink:0;padding:3px 10px;font-family:IBM Plex Mono,monospace;font-size:.68rem;font-weight:500}.prop-badge-link{text-decoration:none;transition:transform .2s,filter .2s}.prop-badge-link:hover{filter:brightness(1.08);transform:translateY(-1px)}.badge-pl{color:#4acd8d;background:#1a7a4a33;border:1px solid #1a7a4a66}.badge-pec{border:1px solid var(--border-bright);color:var(--gold-light);background:#c9a84c26}.badge-req{color:var(--silver);background:#8899bb26;border:1px solid #8899bb4d}.badge-pdl{color:#e87f72;background:#c0392b26;border:1px solid #c0392b66}.badge-other{color:#eb7100;background:#ff880026;border:1px solid #f806}.prop-title{color:var(--white-dim);flex:1;font-size:.9rem;line-height:1.4}.prop-status{flex-wrap:wrap;align-items:center;gap:8px;margin-top:8px;display:flex}.prop-votes-btn{border:1px solid var(--border);color:var(--gold);cursor:pointer;background:#11224080;border-radius:999px;margin-left:auto;padding:4px 10px;font-family:IBM Plex Sans,sans-serif;font-size:.72rem;transition:all .2s}.prop-votes-btn:hover{border-color:var(--border-bright);background:#c9a84c1f}.status-dot{border-radius:50%;flex-shrink:0;width:7px;height:7px}.dot-approved{background:var(--green-bright)}.dot-pending{background:var(--amber)}.dot-rejected{background:var(--red)}.dot-archive{background:var(--silver)}.status-text{color:var(--silver);font-family:IBM Plex Mono,monospace;font-size:.72rem}.prop-year{color:var(--silver);margin-left:auto;font-family:IBM Plex Mono,monospace;font-size:.7rem}.votes-list{flex-direction:column;gap:10px;display:flex}.vote-item{border:1px solid var(--border);background:#112240b3;border-radius:8px;align-items:center;gap:14px;padding:16px 20px;display:flex}.vote-pill{letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;border-radius:20px;flex-shrink:0;padding:6px 14px;font-family:IBM Plex Mono,monospace;font-size:.7rem;font-weight:600}.vote-sim{color:#4acd8d;background:#1a7a4a33;border:1px solid #1a7a4a80}.vote-nao{color:#e87f72;background:#c0392b33;border:1px solid #c0392b80}.vote-abs{color:var(--silver);background:#8899bb26;border:1px solid #8899bb4d}.vote-obs{border:1px solid var(--border);color:var(--gold);background:#c9a84c1a}.vote-desc{color:var(--white-dim);flex:1;font-size:.88rem;line-height:1.4}.vote-date{color:var(--silver);flex-shrink:0;font-family:IBM Plex Mono,monospace;font-size:.7rem}.deputy-proposition-votes-modal-overlay{z-index:130;background:#050c18bf;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.deputy-proposition-votes-modal{border:1px solid var(--border-bright);background:#112240f5;border-radius:12px;flex-direction:column;width:min(900px,100%);max-height:82vh;padding:1rem 1rem 1.25rem;display:flex;overflow:hidden}.deputy-proposition-votes-modal-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.deputy-proposition-votes-modal-header h3{color:var(--white);font-family:Playfair Display,serif;font-size:1.35rem}.deputy-proposition-votes-title-row{flex-wrap:wrap;align-items:baseline;gap:.55rem;display:flex}.deputy-proposition-votes-note{color:var(--silver);margin:0;font-family:IBM Plex Mono,monospace;font-size:.74rem}.deputy-proposition-votes-subtitle{color:var(--silver);margin-top:.35rem;font-family:IBM Plex Mono,monospace;font-size:.72rem}.proposition-vote-tabs-container{flex-direction:column;flex:1;gap:0;min-height:0;display:flex;overflow:hidden}.proposition-vote-tabs{border-bottom:1px solid var(--border);flex-wrap:wrap;gap:.5rem;margin-bottom:.85rem;padding:.75rem 0 .85rem;display:flex}.proposition-vote-tab{border:1.5px solid var(--border);cursor:pointer;color:var(--silver);background:0 0;border-radius:20px;align-items:center;gap:.45rem;padding:.4rem .85rem;font-size:.8rem;font-weight:500;transition:background .15s,border-color .15s,color .15s;display:flex}.proposition-vote-tab:hover{color:var(--white);background:#8899bb1f}.proposition-vote-tab.vote-sim{color:#4acd8d;border-color:#4acd8d66}.proposition-vote-tab.vote-sim.active{color:#4acd8d;background:#4acd8d2e;border-color:#4acd8d}.proposition-vote-tab.vote-nao{color:#ff7070;border-color:#ff5a5a66}.proposition-vote-tab.vote-nao.active{color:#ff7070;background:#ff5a5a2e;border-color:#ff7070}.proposition-vote-tab.vote-abstencao{color:#fb3;border-color:#fb36}.proposition-vote-tab.vote-abstencao.active{color:#fb3;background:#ffbb332e;border-color:#fb3}.proposition-vote-tab.vote-obstrucao{color:#c88cff;border-color:#c88cff66}.proposition-vote-tab.vote-obstrucao.active{color:#c88cff;background:#c88cff2e;border-color:#c88cff}.proposition-vote-tab.vote-ausencia{color:var(--silver);border-color:#89b6}.proposition-vote-tab.vote-ausencia.active{border-color:var(--silver);color:var(--white);background:#8899bb2e}.proposition-vote-tab.vote-outro{border-color:#8899bb4d}.proposition-vote-tab.vote-outro.active{border-color:var(--silver);color:var(--white);background:#8899bb26}.proposition-vote-tab-count{opacity:.85;font-family:IBM Plex Mono,monospace;font-size:.72rem}.proposition-vote-list{flex-direction:column;flex:1;gap:.45rem;min-height:0;padding-right:2px;display:flex;overflow-y:auto}.proposition-vote-item{background:#112240b8;border:1px solid #8899bb38;border-radius:7px;padding:.55rem .65rem}.proposition-vote-item-name{color:var(--white);font-size:.86rem;font-weight:500}.proposition-vote-item-meta{color:var(--silver);margin-top:.2rem;font-family:IBM Plex Mono,monospace;font-size:.68rem}.score-card{border:1px solid var(--border);background:#112240cc;border-radius:12px;flex-wrap:wrap;gap:2rem;margin-bottom:1.5rem;padding:1.5rem 2rem;display:flex}.score-item{text-align:center}.score-num{color:var(--gold);font-family:Playfair Display,serif;font-size:2rem;font-weight:700;display:block}.score-num-partial{color:var(--silver);vertical-align:super;margin-left:1px;font-size:1rem}.score-approved{color:var(--green-bright)}.score-sim{color:#4acd8d}.score-nao{color:#e87f72}.score-abs{color:var(--silver)}.score-label{color:var(--silver);text-transform:uppercase;letter-spacing:.1em;font-family:IBM Plex Mono,monospace;font-size:.7rem}.score-divider{background:var(--border);align-self:stretch;width:1px}.loader{flex-direction:column;justify-content:center;align-items:center;gap:1.2rem;padding:4rem 2rem;display:flex}.loader-ring{border:3px solid #c9a84c33;border-top-color:var(--gold);border-radius:50%;width:48px;height:48px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.loader-text{color:var(--silver);letter-spacing:.1em;font-family:IBM Plex Mono,monospace;font-size:.78rem}.error-box{text-align:center;color:#e87f72;background:#c0392b1a;border:1px solid #c0392b66;border-radius:8px;padding:1.5rem;font-size:.9rem}.empty-state{text-align:center;color:var(--silver);padding:4rem 2rem;font-size:.9rem}.empty-icon{margin-bottom:1rem;font-size:2.5rem;display:block}.search-box{margin-bottom:1.5rem;position:relative}.search-box input{border:1px solid var(--border);width:100%;color:var(--white);background:#112240cc;border-radius:8px;outline:none;padding:12px 18px 12px 44px;font-family:IBM Plex Sans,sans-serif;font-size:.9rem;transition:border-color .2s}.search-box input:focus{border-color:var(--gold)}.search-box input::placeholder{color:var(--silver)}.search-icon{color:var(--silver);font-size:1rem;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.back-btn{border:1px solid var(--border);color:var(--silver);cursor:pointer;background:0 0;border-radius:6px;align-items:center;gap:8px;margin-bottom:1.5rem;padding:8px 16px;font-family:IBM Plex Sans,sans-serif;font-size:.82rem;transition:all .2s;display:inline-flex}.back-btn:hover{border-color:var(--gold);color:var(--gold)}.disclaimer-wrap{max-width:1400px;margin:0 auto;padding:0 2rem}.disclaimer{border:1px solid var(--border);color:var(--silver);background:#11224066;border-radius:8px;margin-top:4rem;margin-bottom:2rem;padding:1.5rem 2rem;font-size:.75rem;line-height:1.6}.disclaimer strong{color:var(--white-dim)}@media (width<=768px){.header-inner{gap:.75rem;height:64px;padding:0 1rem}.logo-seal{width:36px;height:36px;font-size:17px}.logo-title{padding-bottom:2px;font-size:1.2rem}.logo-sub{font-size:.65rem}.president-detail-layout{grid-template-columns:1fr}.president-filters-top{flex-direction:column}.president-filters-actions{justify-content:space-between;width:100%}.president-filters-grid{grid-template-columns:1fr}.steps-nav{flex-direction:column}.step{border-right:none;border-bottom:1px solid var(--border)}.step:last-child{border-bottom:none}.deputy-detail-header{flex-direction:column;align-items:flex-start}.score-card{gap:1.2rem}.deputy-general-info{padding:1rem}.deputy-general-info-grid{grid-template-columns:1fr}.hero{padding:2rem 0}.hero-animated-word{min-width:13ch}.header-badge{letter-spacing:.08em;white-space:nowrap;padding:5px 10px;font-size:.62rem}.states-map-container{margin-bottom:1.25rem;padding:.9rem}.states-map-hint{margin-top:.75rem;font-size:.8rem}.states-list-title{margin-bottom:.75rem}.state-grid{grid-template-columns:repeat(auto-fill,minmax(106px,1fr));gap:.625rem}.state-btn{min-height:66px;padding:12px 8px}}.landing-panel{justify-content:center;align-items:center;width:100%;min-height:600px;padding:3rem 1rem;display:flex}.landing-content{text-align:center;max-width:800px;animation:.5s ease-in-out fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.landing-title{color:var(--white);margin-bottom:1rem;font-family:Playfair Display,serif;font-size:clamp(2rem,3.5vw,3rem);font-weight:900;line-height:1.2}.landing-description{color:var(--silver);margin-bottom:3rem;font-size:1.125rem;font-weight:300;line-height:1.6}.landing-features{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;max-width:720px;margin:0 auto 3rem;display:grid}.feature{border:1px solid var(--border);-webkit-user-select:none;user-select:none;background:#112240a6;border-radius:8px;padding:2rem 1.5rem;transition:transform .3s,box-shadow .3s;position:relative}.feature:hover{transform:translateY(-4px);box-shadow:0 10px 24px #0a162859}.feature-icon{margin-bottom:1rem;font-size:2.5rem}.feature h3{color:var(--white);margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.feature p{color:var(--silver);font-size:.95rem;line-height:1.5}.feature-highlight{border-color:var(--accent,#3b82f6);background:#112240d9;grid-column:1/-1;position:relative}.feature-highlight:hover{transform:translateY(-4px);box-shadow:0 10px 28px #3b82f640}.feature-badge{background:var(--accent,#3b82f6);color:#fff;text-transform:uppercase;letter-spacing:.08em;border-radius:999px;padding:.2rem .55rem;font-size:.7rem;font-weight:700;position:absolute;top:.75rem;right:.75rem}.landing-actions{justify-content:center;gap:1rem;display:flex}.landing-button{border-radius:6px;padding:.875rem 2rem;font-size:1.125rem}@media (width<=768px){.landing-panel{min-height:500px;padding:2rem 1rem}.landing-title{font-size:1.875rem}.landing-description{font-size:1rem}.landing-features{grid-template-columns:repeat(2,minmax(0,1fr));gap:.875rem}.feature p{font-size:.9rem}}@media (width<=560px){.landing-features{grid-template-columns:1fr}.feature{padding:1.5rem 1rem}.feature-icon{font-size:2rem}.feature h3{font-size:1rem}}.sobre-panel{width:100%;max-width:900px;margin:0 auto;padding:3rem 1.5rem 4rem;animation:.4s ease-in-out fadeIn}.sobre-hero{text-align:center;margin-bottom:3.5rem}.sobre-hero-icon{object-fit:contain;margin-bottom:1rem;width:72px;height:72px;margin-inline:auto;display:block}.sobre-hero h1{color:var(--white);margin-bottom:1rem;font-family:Playfair Display,serif;font-size:clamp(2rem,4vw,2.75rem);font-weight:900;line-height:1.2}.sobre-hero p{color:var(--silver);max-width:640px;margin:0 auto;font-size:1.1rem;font-weight:300;line-height:1.7}.sobre-section{border:1px solid var(--border);background:#112240a6;border-radius:10px;margin-bottom:1.5rem;padding:2rem}.sobre-section-header{align-items:center;gap:.75rem;margin-bottom:1.25rem;display:flex}.sobre-section-icon{font-size:1.5rem}.sobre-section-header h2{color:var(--gold);font-family:Playfair Display,serif;font-size:1.35rem;font-weight:700}.sobre-section p{color:var(--white-dim);font-size:.975rem;font-weight:300;line-height:1.75}.sobre-section p+p{margin-top:.75rem}.sobre-section--oculta{display:none}.sobre-sources{flex-direction:column;gap:1rem;margin-top:.25rem;display:flex}.sobre-source-item{border:1px solid var(--border);background:#0a162880;border-radius:8px;align-items:flex-start;gap:1rem;padding:1rem 1.25rem;display:flex}.sobre-source-dot{background:var(--gold);border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:.4rem}.sobre-source-info h3{color:var(--white);margin-bottom:.25rem;font-size:.95rem;font-weight:600}.sobre-source-info p{color:var(--silver);font-size:.875rem;line-height:1.55;margin:0!important}.sobre-source-info a{color:var(--gold-light);word-break:break-all;text-decoration:none}.sobre-source-info a:hover{text-decoration:underline}.sobre-creators{flex-wrap:wrap;gap:1rem;margin-top:.25rem;display:flex}.sobre-creator-card{border:1px solid var(--border);background:#0a162880;border-radius:8px;flex:180px;align-items:center;gap:.875rem;padding:1.25rem 1.5rem;display:flex}.sobre-creator-avatar{border:1px solid var(--border-bright);width:40px;height:40px;color:var(--gold);background:#c9a84c26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;display:flex}.sobre-creator-name{color:var(--white);font-size:.975rem;font-weight:600}.sobre-github-banner{border:1px solid var(--border-bright);background:#112240a6;border-radius:10px;align-items:center;gap:1rem;margin-top:2rem;padding:1.25rem 1.5rem;display:flex}.sobre-github-icon{flex-shrink:0;font-size:1.75rem}.sobre-github-text{flex-direction:column;gap:.25rem;display:flex}.sobre-github-text span{color:var(--silver);font-size:.875rem}.sobre-github-link{color:var(--gold-light);font-family:IBM Plex Mono,monospace;font-size:.975rem;font-weight:600;text-decoration:none;transition:opacity .2s}.sobre-github-link:hover{opacity:.8;text-decoration:underline}.sobre-footer-note{text-align:center;color:var(--silver);margin-top:2.5rem;font-size:.825rem;line-height:1.6}.sobre-footer-note a{color:var(--gold-light);text-decoration:none}.sobre-footer-note a:hover{text-decoration:underline}
