@import "https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Inter:wght@400;500;600;700&display=swap";:root{--bg:#f5f2eb;--surface:#fff;--surf2:#f0ede6;--border:#ddd8cc;--border-h:#b8b098;--g950:#06160a;--g900:#0c2b16;--g800:#133d20;--g700:#1a5228;--g600:#1f6530;--g500:#267a3a;--g400:#3a9e52;--g100:#d8f0dd;--g50:#edf8ef;--gold:#b8860b;--gold-l:#fdf3d8;--gold-m:#f5e8c0;--text:#1a180f;--text2:#3a3620;--text3:#6a6448;--text4:#9a9070;--color-bg:var(--bg);--color-surface:var(--surface);--color-surface-alt:var(--surf2);--color-border:var(--border);--color-border-hover:var(--border-h);--color-text:var(--text);--color-text-primary:var(--text);--color-text-secondary:var(--text2);--color-text-muted:var(--text3);--color-bg-secondary:var(--surf2);--color-accent:var(--g700);--color-accent-hover:var(--g900);--color-green-100:var(--g100);--color-green-300:#81c784;--color-green-400:var(--g400);--color-green-50:var(--g50);--color-vote-for:#1a7a30;--color-vote-against:#c62828;--color-vote-abstain:#5a6a78;--ff:"DM Serif Display", Georgia, serif;--fi:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-family:var(--fi);--r-sm:6px;--r-md:10px;--r-lg:16px;--r-xl:24px;--r-pill:100px;--radius-sm:var(--r-sm);--radius-md:var(--r-md);--radius-lg:var(--r-lg);--radius-xl:var(--r-xl);--radius-pill:var(--r-pill);--sh-sm:0 1px 3px #1a180f12,0 1px 2px #1a180f0a;--sh-md:0 4px 16px #1a180f17,0 2px 6px #1a180f0d;--sh-lg:0 8px 32px #1a180f1c,0 4px 12px #1a180f0f;--shadow-sm:var(--sh-sm);--shadow-md:var(--sh-md);--shadow-lg:var(--sh-lg);--shadow-glow:0 0 0 3px #1a522826;--t:all .18s ease;--transition:var(--t);--transition-spring:all .3s cubic-bezier(.34,1.56,.64,1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:focus:not(:focus-visible){outline:none}:focus-visible{outline:2px solid var(--g500);outline-offset:2px;border-radius:4px}button:focus-visible,select:focus-visible,a:focus-visible{outline:2px solid var(--g500);outline-offset:3px;box-shadow:var(--shadow-glow)}body{font-family:var(--fi);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;line-height:1.5}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@keyframes fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.page-transition{animation:.25s fadeIn}.app{flex-direction:column;min-height:100vh;display:flex;overflow-x:hidden}.skip-link{background:var(--g900);color:#fff;border-radius:var(--r-sm);z-index:1000;padding:10px 16px;font-weight:600;text-decoration:none;transition:top .2s;position:absolute;top:-40px;left:8px}.skip-link:focus{outline-offset:2px;outline:2px solid #fff;top:8px}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.app-header{background:var(--g900);color:#fff;z-index:200;align-items:center;gap:16px;height:62px;padding:0 24px;display:flex;position:sticky;top:0;box-shadow:0 2px 12px #00000040}.app-header__home{color:#fff;cursor:pointer;border-radius:var(--r-md);transition:var(--t);background:0 0;border:none;flex-shrink:0;align-items:center;gap:10px;padding:6px 10px 6px 6px;display:flex}.app-header__home:hover{background:#ffffff1a}.app-header__title{font-family:var(--ff);letter-spacing:-.01em;white-space:nowrap;color:#fff;font-size:18px}.app-header__search{flex:1;max-width:480px;margin:0 auto;position:relative}.app-header__search input{border-radius:var(--r-pill);width:100%;font-family:var(--fi);color:#fff;transition:var(--t);background:#ffffff1a;border:1px solid #ffffff2e;padding:9px 92px 9px 38px;font-size:14px}.app-header__search input::placeholder{color:#ffffff80}.app-header__search input:focus{background:#ffffff2e;border-color:#ffffff59;outline:none}.app-header__search-icon{opacity:.55;pointer-events:none;color:#fff;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.app-header__search-submit{border-radius:var(--r-pill);color:#fff;font-family:var(--fi);cursor:pointer;transition:var(--t);background:#ffffff24;border:1px solid #ffffff24;padding:6px 12px;font-size:12px;font-weight:700;position:absolute;top:50%;right:6px;transform:translateY(-50%)}.app-header__search-submit:hover{background:#ffffff38}.app-header__subtitle-container{flex-shrink:0;align-items:center;gap:8px;display:flex}.chamber-toggle{border-radius:var(--r-pill);background:#ffffff14;border:1px solid #fff3;display:inline-flex;overflow:hidden}.chamber-toggle__btn{cursor:pointer;font-family:var(--fi);color:#ffffffbf;transition:var(--t);background:0 0;border:none;padding:6px 14px;font-size:13px;font-weight:600}.chamber-toggle__btn:hover{color:#fff;background:#ffffff1f}.chamber-toggle__btn--active{color:var(--g700);background:#fff}.chamber-toggle__btn--active:hover{background:#fff}.app-header__subtitle{appearance:none;font-family:var(--fi);color:#fff;border-radius:var(--r-pill);cursor:pointer;transition:var(--t);background:#ffffff1a url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='white' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") right 10px center no-repeat;border:1px solid #fff3;padding:6px 28px 6px 12px;font-size:13px;font-weight:600}.app-header__subtitle:hover{background-color:#ffffff2e}.app-header__nav{flex-shrink:0;align-items:center;gap:4px;display:flex}.app-header__nav button{border-radius:var(--r-pill);color:#ffffffd1;font-family:var(--fi);cursor:pointer;transition:var(--t);background:#ffffff14;border:1px solid #ffffff24;padding:7px 10px;font-size:12px;font-weight:700}.app-header__nav button:hover{color:#fff;background:#ffffff29}.app-header__nav button[aria-current=page]{color:#fff;background:#ffffff38;border-color:#ffffff59}.page{flex:1;animation:.3s fadeUp}.container{width:100%;max-width:1100px;margin:0 auto;padding:40px 24px;animation:.35s fadeUp}.page-action-bar{border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:180;background:#ffffffe0;position:sticky;top:62px}.page-action-bar__inner{justify-content:space-between;align-items:center;gap:16px;max-width:1100px;margin:0 auto;padding:12px 24px;display:flex}.back-btn{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-pill);font-family:var(--fi);color:var(--text3);cursor:pointer;transition:var(--t);box-shadow:var(--sh-sm);align-items:center;gap:6px;margin-bottom:24px;padding:7px 16px;font-size:14px;display:inline-flex}.back-btn:hover{background:var(--g50);border-color:var(--g400);color:var(--g700);transform:translate(-2px)}.back-btn--page-action{margin-bottom:0}.page-share-btn{background:var(--g700);border:1px solid var(--g700);border-radius:var(--r-pill);font-family:var(--fi);color:#fff;cursor:pointer;transition:var(--t);box-shadow:var(--sh-sm);align-items:center;gap:6px;padding:9px 18px;font-size:14px;font-weight:700;display:inline-flex}.page-share-btn:hover{background:var(--g900);border-color:var(--g900);box-shadow:var(--sh-md);transform:translateY(-1px)}.loading-state{color:var(--text3);flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:60px 24px;display:flex}.spinner,.spin-ring{border:3px solid var(--border);border-top-color:var(--g500);border-radius:50%;width:34px;height:34px;animation:.7s linear infinite spin}.error-banner{border-radius:var(--r-md);color:#c62828;background:#fff3f3;border:1px solid #ffcdd2;padding:16px 20px;font-size:14px;animation:.3s fadeUp}.empty-state{text-align:center;color:var(--text3);padding:48px 24px;font-size:14px;animation:.3s fadeIn}.empty-state__icon{opacity:.5;color:var(--text3);margin:0 auto 12px;display:block}.hero{text-align:center;background:linear-gradient(180deg, var(--g900) 0%, #1a3d22 100%);color:#fff;padding:64px 24px 56px;position:relative;overflow:hidden}.hero:before{content:"";background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.hero-inner{z-index:1;position:relative}.hero-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:#ffffff8c;font-size:12px;font-weight:700;font-family:var(--fi);margin-bottom:20px}.hero h1{font-family:var(--ff);letter-spacing:-.02em;margin-bottom:18px;font-size:clamp(32px,5vw,58px);line-height:1.1}.hero h1 em{color:var(--gold-m);font-style:italic}.hero-sub{color:#ffffffb3;max-width:480px;margin:0 auto 36px;font-size:17px;line-height:1.6}.hero-search{max-width:520px;margin:0 auto;position:relative}.hero-search input{border-radius:var(--r-xl);width:100%;font-family:var(--fi);color:#fff;transition:var(--t);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1f;border:2px solid #ffffff26;padding:16px 20px 16px 52px;font-size:16px}.hero-search input::placeholder{color:#ffffff73}.hero-search input:focus{background:#fff3;border-color:#fff6;outline:none}.hero-search-icon{color:#ffffff8c;pointer-events:none;position:absolute;top:50%;left:18px;transform:translateY(-50%)}.hero-search-dropdown{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-xl);box-shadow:var(--sh-lg);z-index:300;text-align:left;max-height:300px;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow-y:auto}.hero-search-item{width:100%;font-family:var(--fi);color:var(--text);text-align:left;cursor:pointer;background:0 0;border:none;padding:11px 20px;font-size:15px;transition:background .1s;display:block}.hero-search-item:hover,.hero-search-item--active{background:var(--g50);color:var(--g700)}.hero-link{color:#ffffffa6;cursor:pointer;font-size:14px;font-weight:500;font-family:var(--fi);transition:var(--t);background:0 0;border:none;align-items:center;gap:6px;margin-top:20px;display:inline-flex}.hero-link:hover{color:#fff}.stats-bar{background:var(--surface);border-bottom:1px solid var(--border);justify-content:center;gap:0;display:flex}.stat-item{text-align:center;border-right:1px solid var(--border);padding:20px 40px}.stat-item:last-child{border-right:none}.stat-num{font-family:var(--ff);color:var(--g700);font-size:28px;line-height:1;display:block}.stat-lbl{text-transform:uppercase;letter-spacing:.08em;color:var(--text4);margin-top:4px;font-size:11px;font-weight:600;display:block}.home-body{max-width:1140px;margin:0 auto;padding:48px 24px 80px}.section-hd{justify-content:space-between;align-items:baseline;margin-bottom:24px;display:flex}.section-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.section-title{font-family:var(--ff);color:var(--text);font-size:26px}.section-sub{color:var(--text3);margin-top:3px;font-size:13px}.section-toggle{border:1px solid var(--border);background:var(--surface);border-radius:var(--r-pill);font-family:var(--fi);color:var(--text3);cursor:pointer;transition:var(--t);box-shadow:var(--sh-sm);padding:8px 14px;font-size:13px;font-weight:700}.section-toggle:hover{border-color:var(--g400);color:var(--g700);background:var(--g50)}.section-link{color:var(--g600);cursor:pointer;font-size:13px;font-weight:600;font-family:var(--fi);transition:var(--t);background:0 0;border:none}.section-link:hover{color:var(--g800)}.home-grid{grid-template-columns:1fr 1fr;gap:48px;margin-top:48px;display:grid}.cabinet-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr));gap:10px;display:grid}.cabinet-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);width:100%;box-shadow:var(--sh-sm);text-align:left;font-family:var(--fi);cursor:pointer;transition:var(--t);align-items:center;gap:14px;padding:14px 16px;display:flex}.cabinet-card:hover{border-color:var(--g400);box-shadow:var(--sh-md);transform:translateY(-1px)}.cabinet-card__photo-wrap{background:var(--surf2);border-radius:50%;flex-shrink:0;width:54px;height:54px;overflow:hidden}.cabinet-card__photo{object-fit:cover;width:100%;height:100%}.cabinet-card__initials{width:100%;height:100%;color:var(--text3);justify-content:center;align-items:center;font-weight:800;display:flex}.cabinet-card__body{flex:1;min-width:0}.cabinet-card__name{color:var(--text);font-size:15px;font-weight:800;line-height:1.3}.cabinet-card__meta{flex-wrap:wrap;align-items:center;gap:8px;margin-top:6px;display:flex}.cabinet-card__constituency{color:var(--text3);font-size:12px}.cabinet-card__offices{flex-direction:column;gap:4px;margin:8px 0 0;padding-left:18px;display:flex}.cabinet-card__office{color:var(--g700);font-size:13px;font-weight:700;line-height:1.4}.cabinet-card__office--former{color:var(--text3);font-weight:600}.hemi-section{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-xl);box-shadow:var(--sh-sm);padding:32px}.party-legend{flex-wrap:wrap;gap:8px 20px;margin-top:16px;display:flex}.party-legend-item{align-items:center;gap:7px;font-size:13px;display:flex}.party-legend-dot{border-radius:50%;flex-shrink:0;width:11px;height:11px}.party-legend-name{color:var(--text3)}.party-legend-seats{color:var(--text);font-weight:700}.home-debate-list{flex-direction:column;gap:8px;display:flex}.home-debate-row{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);transition:var(--t);align-items:center;gap:14px;padding:14px 18px;animation:.3s both fadeUp;display:flex}.home-debate-row:hover{border-color:var(--border-h);box-shadow:var(--sh-sm)}.home-debate-row-title{color:var(--text);margin-bottom:4px;font-size:14px;font-weight:600;line-height:1.4}.home-debate-row-meta{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.home-vote-list{flex-direction:column;gap:8px;display:flex}.home-vote-row{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);transition:var(--t);align-items:center;gap:14px;padding:14px 18px;display:flex}.home-vote-row:hover{border-color:var(--border-h);box-shadow:var(--sh-sm)}.type-chip{border-radius:var(--r-pill);letter-spacing:.03em;text-transform:uppercase;background:var(--g100);color:var(--g700);padding:2px 8px;font-size:10px;font-weight:700;display:inline-block}.type-chip--committee{color:#1e3a7a;background:#e8eef8}.type-chip--seanad{color:#5a1a8a;background:#f3e8f8}.type-chip--leaders{background:var(--gold-l);color:#7a5500}.chamber-badge{background:var(--g100);color:var(--g700);border-radius:var(--r-pill);padding:2px 8px;font-size:11px;font-weight:600;display:inline-block}.date-label{color:var(--text4);font-size:12px}.vote-outcome{border-radius:var(--r-pill);text-transform:uppercase;letter-spacing:.03em;flex-shrink:0;padding:3px 9px;font-size:11px;font-weight:700}.vote-outcome.carried,.vote-outcome--carried{background:var(--g100);color:var(--g700)}.vote-outcome.defeated,.vote-outcome--defeated{color:#c62828;background:#fce8e8}.picker{text-align:center;max-width:600px;margin:0 auto;padding:48px 24px 80px;animation:.4s fadeUp}.picker__hero{margin-bottom:32px}.picker__icon{color:var(--g700);margin:0 auto 16px;animation:.4s scaleIn;display:block}.picker__title{font-family:var(--ff);color:var(--text);letter-spacing:-.04em;margin-bottom:12px;font-size:38px;line-height:1.15}.picker__description{color:var(--text3);max-width:440px;margin:0 auto;font-size:16px;line-height:1.6}.picker__stats{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:var(--sh-sm);justify-content:center;gap:32px;margin-bottom:40px;padding:20px;display:flex}.picker__stat{flex-direction:column;align-items:center;gap:2px;display:flex}.picker__stat-number{font-family:var(--ff);color:var(--g700);letter-spacing:-.02em;font-size:24px}.picker__stat-label{text-transform:uppercase;letter-spacing:.06em;color:var(--text4);font-size:12px;font-weight:600}.picker__form{flex-direction:column;gap:12px;animation:.5s fadeUp;display:flex}.picker__label{color:var(--text3);text-align:left;font-size:14px;font-weight:600}.picker__select{border:2px solid var(--border);border-radius:var(--r-md);width:100%;font-family:var(--fi);color:var(--text);background:var(--surface);cursor:pointer;transition:var(--t);appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236a6448' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;padding:14px 44px 14px 16px;font-size:16px}.picker__select:focus{border-color:var(--g700);box-shadow:var(--shadow-glow);outline:none}.picker__btn{background:linear-gradient(135deg, var(--g700), var(--g500));color:#fff;border-radius:var(--r-md);font-family:var(--fi);cursor:pointer;transition:var(--transition-spring);border:none;justify-content:center;align-items:center;gap:8px;padding:14px 32px;font-size:16px;font-weight:600;display:inline-flex}.picker__btn:hover:not(:disabled){background:linear-gradient(135deg, var(--g900), var(--g700));transform:translateY(-2px);box-shadow:0 6px 24px #00640033}.picker__btn:disabled{opacity:.5;cursor:not-allowed}.picker__secondary{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);text-align:center;box-shadow:var(--sh-sm);margin-top:3rem;padding:1.5rem}.picker__secondary-title{font-family:var(--ff);color:var(--text);margin-bottom:.5rem;font-size:1.1rem}.picker__secondary-desc{color:var(--text3);margin-bottom:1.25rem;font-size:.95rem}.picker__secondary-btn{color:var(--g700);border:1px solid var(--border);border-radius:var(--r-pill);cursor:pointer;transition:var(--t);font-size:.95rem;font-weight:600;font-family:var(--fi);background:0 0;padding:10px 24px}.picker__secondary-btn:hover{background:var(--g50);border-color:var(--g400)}.picker__combobox{position:relative}.picker__input{border:2px solid var(--border);border-radius:var(--r-md);width:100%;font-family:var(--fi);color:var(--text);background:var(--surface);transition:var(--t);padding:14px 16px;font-size:16px}.picker__input:focus{border-color:var(--g700);box-shadow:var(--shadow-glow);outline:none}.picker__results{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);box-shadow:var(--sh-md);text-align:left;max-height:280px;margin:8px 0 0;padding:4px;list-style:none;overflow-y:auto}.picker__result{border-radius:var(--r-sm);cursor:pointer;color:var(--text);text-align:left;width:100%;font-size:15px;font-family:var(--fi);background:0 0;border:none;padding:10px 14px;display:block}.picker__result:hover,.picker__result--active{background:var(--g100);color:var(--g700)}.picker__results-empty{color:var(--text3);text-align:center;padding:14px;font-size:14px}.party-breakdown{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:var(--sh-sm);margin-bottom:32px;padding:24px;animation:.48s fadeUp}.party-breakdown--loading{opacity:.7}.party-breakdown__header{justify-content:space-between;align-items:baseline;margin-bottom:16px;display:flex}.party-breakdown__title{font-family:var(--ff);color:var(--text);font-size:16px}.party-breakdown__total{color:var(--text3);font-size:14px;font-weight:600}.party-breakdown__bar{border-radius:var(--r-md);height:32px;margin-bottom:16px;display:flex;overflow:hidden}.party-breakdown__bar--skeleton{background:linear-gradient(90deg, var(--border) 25%, #e8e8e8 50%, var(--border) 75%);background-size:200% 100%;animation:1.5s infinite shimmer}.party-breakdown__segment{cursor:default;justify-content:center;align-items:center;min-width:4px;transition:opacity .2s,filter .2s;display:flex}.party-breakdown__segment:hover{opacity:.85;filter:brightness(1.15)}.party-breakdown__segment-label{color:#fff;text-shadow:0 1px 2px #0006;pointer-events:none;font-size:11px;font-weight:700}.party-breakdown__legend{flex-wrap:wrap;gap:8px 16px;display:flex}.party-breakdown__legend-item{align-items:center;gap:6px;font-size:13px;line-height:1;display:flex}.party-breakdown__legend-swatch{border-radius:3px;flex-shrink:0;width:12px;height:12px}.party-breakdown__legend-name{color:var(--text3);font-weight:500}.party-breakdown__legend-count{color:var(--text);min-width:18px;font-weight:700}.party-breakdown__legend-skeleton{gap:12px;margin-top:12px;display:flex}.party-breakdown__skel-chip{border-radius:var(--r-sm);background:var(--border);opacity:.5;width:80px;height:16px}.section-heading{font-family:var(--ff);color:var(--text);letter-spacing:-.02em;font-size:26px}.section-heading--tight{margin-bottom:.5rem}.section-subheading{color:var(--text3);margin-top:4px;font-size:14px}.section-subheading--spaced{margin-bottom:2rem}.overview-subtitle{font-family:var(--ff);color:var(--text);margin:28px 0 14px;font-size:20px}.member-grid-page__header{margin-bottom:32px}.cst-page{padding:40px 0 80px}.cst-header{padding:0 24px 32px}.cst-title{font-family:var(--ff);color:var(--text);letter-spacing:-.02em;font-size:32px}.cst-sub{color:var(--text3);margin-top:6px;font-size:14px}.party-filter{flex-wrap:wrap;gap:8px;margin:20px 24px 0;display:flex}.party-pill{border-radius:var(--r-pill);border:1px solid var(--border);background:var(--surface);font-family:var(--fi);color:var(--text2);cursor:pointer;transition:var(--t);padding:6px 14px;font-size:13px;font-weight:500}.party-pill:hover{border-color:var(--border-h)}.party-pill--active{color:#fff;border-color:#0000}.member-grid{grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:16px;padding:24px;display:grid}.member-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-xl);cursor:pointer;transition:var(--transition-spring);text-align:center;box-shadow:var(--sh-sm);flex-direction:column;align-items:center;padding:0;animation:.3s both fadeUp;display:flex;overflow:hidden}.member-card:hover{box-shadow:var(--sh-lg);border-color:var(--border-h);transform:translateY(-4px)}.member-card__stripe{flex-shrink:0;width:100%;height:5px}.member-card__inner{flex-direction:column;align-items:center;gap:10px;width:100%;padding:22px 16px 20px;display:flex}.member-card__photo-wrap{border:3px solid var(--g100);width:84px;height:84px;transition:var(--t);border-radius:50%;flex-shrink:0;overflow:hidden}.member-card:hover .member-card__photo-wrap{border-color:var(--g300)}.member-card__photo{object-fit:cover;width:100%;height:100%}.member-card__initials{background:linear-gradient(135deg, var(--g100), var(--g50));width:100%;height:100%;color:var(--g700);justify-content:center;align-items:center;font-size:22px;font-weight:700;display:flex}.member-card__name{color:var(--text);font-size:14px;font-weight:600;line-height:1.3}.member-card__constituency{color:var(--text4);font-size:11px}.member-card__office{color:var(--gold);background:var(--gold-l);border-radius:var(--r-pill);padding:2px 8px;font-size:11px;font-weight:600;line-height:1.5}.party-badge{border-radius:var(--r-pill);color:#fff;letter-spacing:.02em;padding:3px 10px;font-size:11px;font-weight:600;display:inline-block}.profile-page{max-width:1100px;margin:0 auto;padding:40px 24px 80px}.profile-layout{align-items:flex-start;gap:32px;margin-top:28px;display:flex}.profile-sidebar{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-xl);width:260px;box-shadow:var(--sh-md);flex-shrink:0;position:sticky;top:80px;overflow:hidden}.profile-sidebar-stripe{width:100%;height:6px}.profile-sidebar-body{padding:28px 24px}.profile-photo-wrap{border:4px solid var(--g100);border-radius:50%;width:100px;height:100px;margin-bottom:0;overflow:hidden;box-shadow:0 4px 16px #00000014}.profile-photo{object-fit:cover;width:100%;height:100%}.profile-initials{background:linear-gradient(135deg, var(--g100), var(--g50));width:100%;height:100%;color:var(--g700);justify-content:center;align-items:center;font-size:28px;font-weight:700;display:flex}.profile-name{font-family:var(--ff);color:var(--text);margin:16px 0 8px;font-size:22px;line-height:1.2}.profile-meta{flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:8px;display:flex}.profile-cst{color:var(--text3);font-size:13px}.profile-office-badge{border-radius:var(--r-pill);background:var(--gold-l);border:1px solid var(--gold-m);color:var(--gold);margin-top:6px;padding:3px 10px;font-size:11px;font-weight:600;line-height:1.5;display:inline-block}.profile-divider{border:none;border-top:1px solid var(--border);margin:20px 0}.profile-since-lbl{text-transform:uppercase;letter-spacing:.08em;color:var(--text4);margin-bottom:4px;font-size:11px;font-weight:600}.profile-since-val{color:var(--text);font-size:15px;font-weight:600}.profile-stats{grid-template-columns:1fr 1fr;gap:8px;margin-top:16px;display:grid}.profile-stat{background:var(--surf2);border-radius:var(--r-md);text-align:center;padding:10px}.profile-stat-num{font-family:var(--ff);color:var(--g700);font-size:20px;display:block}.profile-stat-lbl{text-transform:uppercase;letter-spacing:.06em;color:var(--text4);margin-top:2px;font-size:10px;font-weight:600;display:block}.profile-main{flex:1;min-width:0}.member-profile__hero{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-xl);box-shadow:var(--sh-md);align-items:center;gap:24px;margin-bottom:32px;padding:28px;animation:.35s fadeUp;display:flex}.member-profile__photo-wrap{border:4px solid var(--g100);border-radius:50%;flex-shrink:0;width:110px;height:110px;overflow:hidden;box-shadow:0 4px 16px #00000014}.member-profile__photo{object-fit:cover;width:100%;height:100%}.member-profile__initials{background:linear-gradient(135deg, var(--g100), var(--g50));width:100%;height:100%;color:var(--g700);justify-content:center;align-items:center;font-size:28px;font-weight:700;display:flex}.member-profile__info{flex:1;min-width:0}.member-profile__name{font-family:var(--ff);letter-spacing:-.03em;color:var(--text);margin-bottom:8px;font-size:30px;font-weight:800;line-height:1.2}.member-profile__meta{color:var(--text2);flex-wrap:wrap;align-items:center;gap:8px;margin-top:8px;font-size:14px;display:flex}.member-profile__offices{flex-wrap:wrap;gap:6px;margin-top:10px;display:flex}.office-badge{border-radius:var(--r-pill);background:var(--gold-l);border:1px solid var(--gold-m);color:var(--gold);margin-top:6px;padding:3px 10px;font-size:11px;font-weight:600;line-height:1.5;display:inline-block}.tab-bar{border-bottom:2px solid var(--border);scrollbar-width:none;gap:0;margin-bottom:28px;display:flex;overflow-x:auto}.tab-bar::-webkit-scrollbar{display:none}.tab-btn{font-family:var(--fi);color:var(--text3);cursor:pointer;transition:var(--t);white-space:nowrap;background:0 0;border:none;border-bottom:2.5px solid #0000;align-items:center;gap:7px;margin-bottom:-2px;padding:12px 20px;font-size:14px;font-weight:500;display:flex}.tab-btn__icon{flex-shrink:0}.tab-btn:hover{color:var(--text2);background:var(--g50)}.tab-btn--active,.tab-btn.on{color:var(--g700);border-bottom-color:var(--g600);font-weight:600}.tab-content{animation:.25s fadeUp}.act-grid{grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:28px;display:grid}.act-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);text-align:center;cursor:pointer;transition:var(--t);padding:18px;font-family:inherit}.act-card:hover{box-shadow:var(--sh-md);border-color:var(--border-h);transform:translateY(-2px)}.act-num{font-family:var(--ff);color:var(--g700);font-size:30px;line-height:1;display:block}.act-lbl{text-transform:uppercase;letter-spacing:.07em;color:var(--text4);margin-top:4px;font-size:11px;font-weight:600;display:block}.overview-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px;display:grid}.overview-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);transition:var(--t);padding:18px 20px}.overview-card:hover{border-color:var(--border-h);box-shadow:var(--sh-sm)}.overview-card__label{text-transform:uppercase;letter-spacing:.08em;color:var(--text3);margin-bottom:4px;font-size:11px;font-weight:600}.overview-card__value{color:var(--text);font-size:16px;font-weight:600}.vote-donut{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);align-items:center;gap:28px;padding:24px 28px;display:flex}.vote-donut__svg{flex-shrink:0;width:120px;height:120px}.vote-donut__total{fill:var(--text);font-size:16px;font-weight:800}.vote-donut__label{fill:var(--text4);text-transform:uppercase;letter-spacing:.08em;font-size:8px;font-weight:600}.vote-donut-legend,.vote-donut__legend{flex-direction:column;gap:10px;display:flex}.vote-donut__legend-item{color:var(--text3);align-items:center;gap:8px;font-size:14px;font-weight:500;display:flex}.vote-donut__dot{border-radius:50%;flex-shrink:0;width:12px;height:12px}.vote-donut__dot--ta{background:var(--color-vote-for)}.vote-donut__dot--nil{background:var(--color-vote-against)}.vote-donut__dot--staon{background:var(--color-vote-abstain)}.debate-list{flex-direction:column;gap:8px;display:flex}.debate-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);transition:var(--t);padding:16px 20px;animation:.3s both fadeUp}.debate-item:hover{border-color:var(--border-h);box-shadow:var(--sh-sm)}.debate-item__meta{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:8px;display:flex}.debate-item__date{color:var(--text4);font-size:12px;font-weight:500}.debate-item__title{color:var(--text);margin-bottom:6px;font-size:15px;font-weight:600;line-height:1.4}.debate-item__snippet{color:var(--text2);font-size:13px;line-height:1.6}.debates-page{max-width:1100px;margin:0 auto;padding:40px 24px 80px}.type-filters{flex-wrap:wrap;gap:6px;margin-bottom:16px;display:flex}.type-filter-btn{border-radius:var(--r-pill);border:1.5px solid var(--border);background:var(--surface);font-family:var(--fi);color:var(--text3);cursor:pointer;transition:var(--t);padding:6px 14px;font-size:12px;font-weight:600}.type-filter-btn:hover{border-color:var(--border-h);color:var(--text2)}.type-filter-btn--active,.type-filter-btn.on{background:var(--g700);border-color:var(--g700);color:#fff}.filter-bar{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-xl);box-shadow:var(--sh-sm);flex-wrap:wrap;align-items:flex-end;gap:14px;margin-bottom:28px;padding:20px;display:flex}.filter-group{flex-direction:column;flex:1;gap:5px;min-width:140px;display:flex}.filter-label{text-transform:uppercase;letter-spacing:.07em;color:var(--text4);font-size:11px;font-weight:700}.filter-select,.filter-input{border:1.5px solid var(--border);border-radius:var(--r-md);font-family:var(--fi);color:var(--text);background:var(--surface);transition:var(--t);padding:9px 12px;font-size:14px}.filter-select:focus,.filter-input:focus{border-color:var(--g500);outline:none}.filter-help{color:var(--text4);font-size:12px;line-height:1.35}.filter-search{flex:2;min-width:200px}.legislation-page{max-width:1100px}.legislation-page__header{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.legislation-filter-bar{align-items:flex-end}.legislation-presets{flex-wrap:wrap;flex:2;gap:7px;min-width:240px;display:flex}.legislation-presets button{border:1px solid var(--border);background:var(--surface);border-radius:var(--r-pill);font-family:var(--fi);color:var(--text3);cursor:pointer;transition:var(--t);padding:8px 12px;font-size:12px;font-weight:800}.legislation-presets button:hover{border-color:var(--g400);color:var(--g700);background:var(--g50)}.committee-picker{flex-direction:column;gap:6px;display:flex;position:relative}.committee-picker__input-wrap{position:relative}.committee-picker__input{width:100%;padding-right:64px}.committee-picker__clear{color:var(--g700);font-family:var(--fi);cursor:pointer;background:0 0;border:0;padding:4px;font-size:12px;font-weight:700;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.committee-picker__clear:hover{text-decoration:underline}.committee-picker__results{z-index:20;border:1px solid var(--border);border-radius:var(--r-md);background:var(--surface);max-height:260px;box-shadow:var(--sh-md);padding:4px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow:auto}.committee-picker__option{width:100%;color:var(--text);border-radius:var(--r-sm);text-align:left;font-family:var(--fi);cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;gap:12px;padding:8px 10px;font-size:13px;display:flex}.committee-picker__option:hover,.committee-picker__option--active{background:var(--surf2)}.committee-picker__option small{color:var(--text4);flex-shrink:0;font-weight:700}.committee-picker__empty{color:var(--text4);padding:9px 10px;font-size:13px}.date-group{margin-bottom:24px}.date-group-label{text-transform:uppercase;letter-spacing:.08em;color:var(--text4);border-bottom:1px solid var(--border);margin-bottom:10px;padding-bottom:10px;font-size:12px;font-weight:700}.transcript-btn{border-radius:var(--r-pill);background:var(--g700);color:#fff;font-family:var(--fi);cursor:pointer;transition:var(--t);border:none;flex-shrink:0;padding:6px 14px;font-size:12px;font-weight:600}.transcript-btn:hover{background:var(--g900)}.list-items{flex-direction:column;gap:8px;display:flex}.list-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);transition:var(--t);padding:14px 18px;animation:.2s both fadeUp}.list-item:hover{border-color:var(--border-h);box-shadow:var(--sh-sm)}.li-title{color:var(--text);margin-bottom:6px;font-size:14px;font-weight:600;line-height:1.4}.li-meta{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.li-date{color:var(--text4);font-size:12px}.vote-list{flex-direction:column;gap:8px;display:flex}.vote-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);transition:var(--t);align-items:center;gap:16px;padding:14px 20px;animation:.3s both fadeUp;display:flex}.vote-item:hover{border-color:var(--border-h);box-shadow:var(--sh-sm)}.vote-row-li{align-items:center;gap:14px;display:flex}.vote-ind,.vote-indicator{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:13px;font-weight:800;display:flex}.vote-ind.ta,.vote-indicator--for{color:var(--color-vote-for);background:#e8f5eb}.vote-ind.nil,.vote-indicator--against{color:var(--color-vote-against);background:#fce8e8}.vote-ind.staon,.vote-indicator--abstained{color:var(--color-vote-abstain);background:#eceff1}.vote-item__body{flex:1;min-width:0}.vote-item__title{color:var(--text);white-space:nowrap;text-overflow:ellipsis;margin-bottom:4px;font-size:14px;font-weight:600;overflow:hidden}.vote-item__title-btn{text-align:left;cursor:pointer;width:100%;transition:var(--t);background:0 0;border:0;padding:0;display:block}.vote-item__title-btn:hover{color:var(--g700)}.vote-item__title-btn:focus-visible{outline:2px solid var(--g400);outline-offset:3px;border-radius:2px}.vote-item__meta{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.vote-item__date{color:var(--text4);font-size:12px}.vote-tally{color:var(--text3);text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums;font-size:13px;font-weight:500}.outcome-badge{border-radius:var(--r-pill);padding:2px 8px;font-size:11px;font-weight:600;display:inline-block}.outcome-badge--carried{background:var(--g100);color:var(--g700)}.outcome-badge--defeated{color:var(--color-vote-against);background:#ffebee}.questions-insights{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-xl);box-shadow:var(--sh-sm);margin-bottom:20px;padding:18px}.questions-insights__header{justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:16px;display:flex}.questions-insights__header h3{font-family:var(--ff);color:var(--text);margin:0;font-size:20px}.questions-insights__header p{color:var(--text3);margin:4px 0 0;font-size:13px}.questions-insights__grid{grid-template-columns:minmax(280px,.9fr) minmax(320px,1.1fr);align-items:stretch;gap:16px;display:grid}.questions-insights__loading{color:var(--text3);align-items:center;gap:10px;font-size:14px;display:flex}.questions-insights__loading .spinner{width:22px;height:22px}.questions-chart{background:var(--surf2);border:1px solid var(--border);border-radius:var(--r-lg);padding:14px}.questions-chart__title{color:var(--text);margin-bottom:12px;font-size:13px;font-weight:800}.questions-chart__context{color:var(--text3);text-transform:none;margin-top:3px;font-size:11px;font-weight:700;display:block}.questions-chart__title-row{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.questions-chart__title-row .questions-chart__title{margin-bottom:0}.dept-bars{flex-direction:column;gap:11px;display:flex}.dept-bar{border-radius:var(--r-md);text-align:left;width:100%;font-family:var(--fi);cursor:pointer;transition:var(--t);background:0 0;border:1px solid #0000;padding:4px;display:block}.dept-bar:hover,.dept-bar:focus-visible{border-color:var(--g400);background:#ffffff73;outline:none}.dept-bar--active{border-color:var(--g500);background:var(--g50)}.dept-bar__label{color:var(--text2);justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:5px;font-size:12px;display:flex}.dept-bar__label span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.dept-bar__label strong{color:var(--text);font-variant-numeric:tabular-nums}.dept-bar__track{border-radius:var(--r-pill);background:#e8e2d4;height:9px;overflow:hidden}.dept-bar__fill{background:var(--g700);border-radius:var(--r-pill);height:100%}.monthly-chart{min-height:210px;position:relative}.monthly-chart svg{width:100%;height:180px;display:block}.monthly-chart__legend{color:var(--text3);flex-wrap:wrap;align-items:center;gap:10px;font-size:12px;display:flex}.monthly-chart__legend span{align-items:center;gap:5px;display:inline-flex}.monthly-chart__legend-line{border-top:3px solid var(--g700);border-radius:var(--r-pill);width:18px;height:0;display:inline-block}.monthly-chart__legend-line--oral{border-top-color:var(--gold)}.monthly-chart__axis{stroke:#d8d0bf;stroke-width:1px}.monthly-chart__grid{stroke:#e5dece;stroke-width:1px;stroke-dasharray:3 4}.monthly-chart__tick{fill:var(--text3);font-size:11px;font-family:var(--fi);font-variant-numeric:tabular-nums}.monthly-chart__line{fill:none;stroke:var(--g700);stroke-width:3px;stroke-linecap:round;stroke-linejoin:round}.monthly-chart__line--oral{stroke:var(--gold);stroke-width:2.5px;stroke-dasharray:5 5}.monthly-chart__hover-line{stroke:#0000;stroke-width:1px}.monthly-chart__hover-line--active{stroke:#19522838;stroke-dasharray:3 4}.monthly-chart__hit-area{fill:#0000;stroke:#0000;cursor:pointer}.monthly-chart__hit-area:focus{outline:none}.monthly-chart__hit-area:focus-visible{stroke:var(--g700);stroke-width:2px}.monthly-chart__dot{fill:var(--surface);stroke:var(--g700);stroke-width:3px}.monthly-chart__dot--oral{stroke:var(--gold);stroke-width:2.5px}.monthly-chart__dot--active{r:5}.monthly-chart__tooltip{z-index:2;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);min-width:116px;box-shadow:var(--sh-md);color:var(--text2);pointer-events:none;flex-direction:column;gap:3px;padding:9px 11px;font-size:12px;display:flex;position:absolute;transform:translate(-50%,calc(-100% - 10px))}.monthly-chart__tooltip--right{transform:translate(-92%,calc(-100% - 10px))}.monthly-chart__tooltip strong{color:var(--text);font-size:12px}.monthly-chart__labels{color:var(--text3);justify-content:space-between;gap:12px;font-size:12px;display:flex}.questions-filters{flex-wrap:wrap;gap:8px;margin-bottom:20px;display:flex}.questions-active-filters{color:var(--text3);flex-wrap:wrap;align-items:center;gap:8px;margin:-8px 0 16px;font-size:13px;display:flex}.questions-active-filters strong{border-radius:var(--r-pill);background:var(--g100);color:var(--g700);align-items:center;padding:4px 9px;font-size:12px;display:inline-flex}.questions-active-filters button{border:1px solid var(--border);background:var(--surface);border-radius:var(--r-pill);color:var(--text3);font-family:var(--fi);cursor:pointer;transition:var(--t);padding:5px 10px;font-size:12px;font-weight:700}.questions-active-filters button:hover{border-color:var(--g400);color:var(--g700);background:var(--g50)}.filter-btn{border:1px solid var(--border);border-radius:var(--r-pill);font-family:var(--fi);color:var(--text2);background:var(--surface);cursor:pointer;transition:var(--t);padding:7px 16px;font-size:13px}.filter-btn:hover{border-color:var(--g400);color:var(--g700)}.filter-btn--active{background:var(--g100);border-color:var(--g400);color:var(--g700);font-weight:600}.question-list{flex-direction:column;gap:16px;display:flex}.qa-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-xl);box-shadow:var(--sh-sm);animation:.3s both fadeUp;overflow:hidden}.qa-header{background:var(--surf2);border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:8px;padding:14px 20px;display:flex}.qa-dept{color:var(--text3);margin-left:auto;font-size:12px;font-style:italic}.role-badge{border-radius:var(--r-pill);text-transform:uppercase;letter-spacing:.04em;padding:2px 8px;font-size:10px;font-weight:700;display:inline-block}.role-badge--asked{color:#1a5296;background:#e3f0ff}.role-badge--answered{background:var(--g100);color:var(--g700)}.qa-section{padding:18px 20px}.qa-section-label{text-transform:uppercase;letter-spacing:.1em;color:var(--text4);align-items:center;gap:6px;margin-bottom:10px;font-size:10px;font-weight:800;display:flex}.qa-section-label:before{content:"";background:var(--g500);border-radius:2px;width:3px;height:12px;display:inline-block}.qa-section-label--response:before{background:var(--gold)}.qa-text{color:var(--text2);font-size:14px;line-height:1.75}.qa-response{background:linear-gradient(to bottom, var(--gold-l), #fdf3d880);border-top:1px solid var(--gold-m);padding:18px 20px}.qa-response-meta{flex-wrap:wrap;align-items:baseline;gap:10px;margin-bottom:10px;display:flex}.qa-response-from{color:var(--text);font-size:13px;font-weight:700}.qa-response-date{color:var(--text3);font-size:12px}.qa-response-text{color:var(--text2);font-size:14px;line-height:1.75}.question-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-xl);box-shadow:var(--sh-sm);animation:.3s both fadeUp;overflow:hidden}.question-item__meta{background:var(--surf2);border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:8px;padding:14px 20px;display:flex}.question-item__date{color:var(--text4);font-size:12px;font-weight:500}.question-item__text{color:var(--text2);padding:18px 20px 0;font-size:14px;line-height:1.75}.question-item__dept{color:var(--text3);padding:8px 20px 18px;font-size:12px;font-style:italic}.type-badge{background:var(--surf2);border-radius:var(--r-pill);color:var(--text3);text-transform:capitalize;padding:2px 8px;font-size:11px;font-weight:500;display:inline-block}.bill-list{flex-direction:column;gap:20px;display:flex}.bill-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-xl);box-shadow:var(--sh-sm);padding:24px;animation:.3s both fadeUp}.bill-card-badges{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:12px;display:flex}.bill-status-badge,.bill-status{border-radius:var(--r-pill);text-transform:uppercase;letter-spacing:.04em;padding:2px 9px;font-size:10px;font-weight:700;display:inline-block}.bill-status--enacted,.bs-enacted{background:var(--g100);color:var(--g700)}.bill-status--current,.bs-stage{color:#1e3a7a;background:#e8eef8}.bill-status--defeated{color:var(--color-vote-against);background:#ffebee}.bill-status--other{background:var(--surf2);color:var(--text4)}.bill-sponsor-badge{border-radius:var(--r-pill);background:var(--gold-l);border:1px solid var(--gold-m);color:var(--gold);text-transform:uppercase;letter-spacing:.04em;padding:2px 9px;font-size:10px;font-weight:700;display:inline-block}.bill-card-title{font-family:var(--ff);color:var(--text);margin-bottom:8px;font-size:20px;line-height:1.25}.bill-card-longtitle{color:var(--text3);border-left:3px solid var(--border);margin-bottom:20px;padding-left:12px;font-size:13px;font-style:italic;line-height:1.6}.bill-card-summary{margin-bottom:20px}.bill-card-summary .bill-card-longtitle{margin-bottom:8px}.bill-card-longtitle--collapsed{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.bill-card-longtitle p{margin:0}.bill-card-summary-toggle{color:var(--g700);font-family:var(--fi);cursor:pointer;background:0 0;border:0;padding:0;font-size:12px;font-weight:800}.bill-card-summary-toggle:hover{text-decoration:underline}.bill-card-stage{color:var(--text3);text-transform:uppercase;letter-spacing:.05em;margin-top:10px;font-size:12px;font-weight:800}.stage-bar-wrap{margin:20px 0 8px}.stage-track{background:var(--border);border-radius:2px;height:4px;margin-bottom:0;position:relative}.stage-track-fill{background:var(--g400);border-radius:2px;height:100%;transition:width .6s;position:absolute;top:0;left:0}.stage-track-fill--complete{background:var(--g500)}.stage-nodes{justify-content:space-between;display:flex;position:absolute;top:-6px;left:0;right:0}.stage-dot-node{border:2px solid var(--border);background:var(--bg);cursor:default;width:16px;height:16px;transition:var(--t);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative}.stage-dot-node--done{background:var(--g500);border-color:var(--g500)}.stage-dot-node--done:after{content:"✓";color:#fff;font-size:8px;font-weight:900}.stage-dot-node--current{background:var(--gold);border-color:var(--gold);box-shadow:0 0 0 4px var(--gold-l);transform:scale(1.25)}.stage-dot-node--current:after{content:"";background:#fff;border-radius:50%;width:5px;height:5px}.stage-labels{justify-content:space-between;margin-top:10px;display:flex}.stage-lbl{color:var(--text4);text-align:center;flex:1;padding:0 2px;font-size:9px;font-weight:500;line-height:1.3}.stage-lbl--done{color:var(--g600);font-weight:700}.stage-lbl--current{color:var(--gold);font-weight:800}.bill-card-actions{border-top:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:12px;margin-top:20px;padding-top:18px;display:flex}.bill-pdf-btn{border-radius:var(--r-pill);background:var(--g700);color:#fff;font-family:var(--fi);cursor:pointer;transition:var(--t);border:none;align-items:center;gap:7px;padding:10px 20px;font-size:14px;font-weight:600;display:inline-flex}.bill-pdf-btn:hover{background:var(--g900);box-shadow:var(--sh-md);transform:translateY(-1px)}.bill-ext-link{color:var(--text3);transition:var(--t);align-items:center;gap:4px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex}.bill-ext-link:hover{color:var(--g700)}.bill-card-sponsors{color:var(--text4);font-size:12px;line-height:1.5}.bill-card-sponsors a{color:var(--g700);font-weight:700;text-decoration:none}.bill-card-sponsors a:hover{text-decoration:underline}.home-legislation-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-xl);box-shadow:var(--sh-sm);justify-content:space-between;align-items:center;gap:18px;padding:24px;display:flex}.home-legislation-panel__copy{color:var(--text2);max-width:720px;font-size:15px;line-height:1.6}.home-research-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:48px;display:grid}.home-research-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:var(--sh-sm);flex-direction:column;justify-content:space-between;gap:20px;min-height:174px;padding:24px;display:flex}.home-research-panel p{color:var(--text2);margin:0;font-size:15px;line-height:1.6}.home-research-panel .bill-pdf-btn{justify-content:center;width:100%}.votes-page,.vote-detail-page{max-width:1180px}.votes-page__header{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.votes-toolbar{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:var(--sh-sm);grid-template-columns:repeat(4,minmax(130px,1fr)) minmax(220px,1.4fr);align-items:end;gap:12px;margin:24px 0;padding:16px;display:grid}.votes-toolbar label{flex-direction:column;gap:6px;min-width:0;display:flex}.votes-toolbar span{color:var(--text3);text-transform:uppercase;letter-spacing:.06em;font-size:12px;font-weight:800}.votes-toolbar input,.votes-toolbar select{border:1px solid var(--border);border-radius:var(--r-sm);min-height:40px;color:var(--text);font:500 14px/1.2 var(--fi);background:#fff;padding:0 11px}.votes-toolbar input:focus,.votes-toolbar select:focus{border-color:var(--g400);box-shadow:var(--shadow-glow);outline:none}.chamber-vote-list{flex-direction:column;gap:10px;display:flex}.chamber-vote-row{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);box-shadow:var(--sh-sm);transition:var(--t);grid-template-columns:1fr auto;align-items:center;gap:12px;padding:12px;display:grid}.chamber-vote-row:hover{border-color:var(--border-h);box-shadow:var(--sh-md)}.chamber-vote-row__main{text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:12px;min-width:0;display:grid}.chamber-vote-row__icon{border-radius:var(--r-sm);background:var(--g50);width:42px;height:42px;color:var(--g700);place-items:center;display:grid}.chamber-vote-row__body{min-width:0}.chamber-vote-row__body h2{color:var(--text);font:800 15px/1.35 var(--fi);overflow-wrap:anywhere;margin:0 0 6px}.chamber-vote-row__meta{color:var(--text4);flex-wrap:wrap;align-items:center;gap:8px;font-size:12px;font-weight:600;display:flex}.chamber-vote-row__tally{min-width:92px;color:var(--text4);grid-template-columns:repeat(2,auto);align-items:baseline;gap:2px 7px;font-size:12px;font-weight:700;display:grid}.vote-count{font-variant-numeric:tabular-nums;font-size:18px}.vote-count--ta{color:var(--color-vote-for)}.vote-count--nil{color:var(--color-vote-against)}.chamber-vote-row__actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.chamber-vote-row__actions button{border:1px solid var(--border);border-radius:var(--r-sm);background:var(--surf2);min-height:34px;color:var(--text2);font:700 13px/1 var(--fi);cursor:pointer;align-items:center;gap:6px;padding:0 11px;display:inline-flex}.chamber-vote-row__actions button:hover{border-color:var(--g400);color:var(--g700);background:var(--g50)}.vote-detail-hero{justify-content:space-between;align-items:flex-start;gap:18px;margin:10px 0 20px;display:flex}.vote-detail-hero h1{font-family:var(--ff);color:var(--text);overflow-wrap:anywhere;max-width:900px;margin:0 0 12px;font-size:clamp(30px,5vw,48px);line-height:1.05}.vote-detail-hero__meta{color:var(--text3);flex-wrap:wrap;align-items:center;gap:8px;font-size:13px;font-weight:700;display:flex}.vote-detail-summary{flex-wrap:wrap;gap:10px;margin-bottom:22px;display:flex}.vote-detail-summary div{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);min-width:112px;box-shadow:var(--sh-sm);padding:14px 18px}.vote-detail-summary strong{font:900 28px/1 var(--fi);font-variant-numeric:tabular-nums;display:block}.vote-detail-summary span{color:var(--text3);text-transform:uppercase;letter-spacing:.07em;font-size:12px;font-weight:800}.vote-context-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:var(--sh-sm);margin-bottom:22px;padding:16px}.vote-context-panel__actions{flex-wrap:wrap;gap:8px;margin-bottom:12px;display:flex}.vote-context-panel__actions button,.vote-context-panel__actions a{border:1px solid var(--border);border-radius:var(--r-pill);background:var(--surf2);min-height:36px;color:var(--text2);font:800 13px/1 var(--fi);cursor:pointer;align-items:center;gap:7px;padding:0 12px;text-decoration:none;display:inline-flex}.vote-context-panel__actions button:hover,.vote-context-panel__actions a:hover{border-color:var(--g400);background:var(--g50);color:var(--g700)}.vote-context-panel__bill,.vote-context-panel__note{border-top:1px solid var(--border);margin-top:12px;padding-top:12px}.vote-context-panel__bill span,.vote-context-panel__note span{color:var(--text4);text-transform:uppercase;letter-spacing:.08em;margin-bottom:4px;font-size:11px;font-weight:900;display:block}.vote-context-panel__bill strong{color:var(--text);font-size:14px;line-height:1.35}.vote-context-panel__note p{color:var(--text2);margin:0;font-size:13px;line-height:1.45}.vote-context-panel__muted{color:var(--text4);font-size:13px;font-weight:600}.vote-tellers{border-top:1px solid var(--border);margin-top:12px;padding-top:12px}.vote-tellers__label{color:var(--text4);text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px;font-size:11px;font-weight:900;display:block}.vote-tellers__grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:12px;display:grid}.vote-tellers__side{border:1px solid var(--border);border-radius:var(--r-md);background:#fff;overflow:hidden}.vote-tellers__side--ta{border-top:3px solid var(--color-vote-for)}.vote-tellers__side--nil{border-top:3px solid var(--color-vote-against)}.vote-tellers__side-header{background:var(--surf2);border-bottom:1px solid var(--border);justify-content:space-between;align-items:baseline;gap:10px;padding:10px 12px;display:flex}.vote-tellers__side-header h3{font-family:var(--ff);color:var(--text);margin:0;font-size:22px;line-height:1}.vote-tellers__side-header span{color:var(--text3);font-variant-numeric:tabular-nums;font-weight:900}.related-votes{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:var(--sh-sm);margin-bottom:22px;overflow:hidden}.related-votes__header{background:var(--surf2);border-bottom:1px solid var(--border);justify-content:space-between;align-items:baseline;gap:12px;padding:14px 16px;display:flex}.related-votes__header h2{font-family:var(--ff);color:var(--text);font-size:22px;line-height:1.1}.related-votes__header span{color:var(--text3);font-variant-numeric:tabular-nums;font-weight:900}.related-votes__list{gap:0;display:grid}.related-votes__list button{border:0;border-bottom:1px solid var(--border);min-height:46px;color:var(--text2);text-align:left;cursor:pointer;background:0 0;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:10px;padding:10px 14px;display:grid}.related-votes__list button:last-child{border-bottom:0}.related-votes__list button:hover{background:var(--g50)}.related-votes__list button>span:first-child{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-weight:700;overflow:hidden}.related-votes__list strong{color:var(--text3);font-variant-numeric:tabular-nums;font-size:13px}.vote-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:18px;display:grid}.vote-detail-column{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:var(--sh-sm);overflow:hidden}.vote-detail-column--ta{border-top:4px solid var(--color-vote-for)}.vote-detail-column--nil{border-top:4px solid var(--color-vote-against)}.vote-detail-column--staon{border-top:4px solid var(--color-vote-abstain);margin-top:18px}.vote-detail-column__header{border-bottom:1px solid var(--border);background:var(--surf2);justify-content:space-between;align-items:baseline;padding:16px 18px;display:flex}.vote-detail-column__header h2{font-family:var(--ff);color:var(--text);font-size:28px;line-height:1}.vote-detail-column__header span{color:var(--text3);font-variant-numeric:tabular-nums;font-size:18px;font-weight:900}.vote-member-list{gap:8px;padding:12px;display:grid}.vote-member-card{border:1px solid var(--border);border-radius:var(--r-md);text-align:left;cursor:pointer;width:100%;min-height:70px;transition:var(--t);background:#fff;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:12px;padding:10px;display:grid}.vote-member-card:hover{border-color:var(--border-h);box-shadow:var(--sh-sm);transform:translateY(-1px)}.vote-member-card--static{cursor:default}.vote-member-card--static:hover{border-color:var(--border);box-shadow:none;transform:none}.vote-member-card__photo-wrap{background:var(--surf2);border-radius:50%;width:48px;height:48px;overflow:hidden}.vote-member-card__photo-wrap img{object-fit:cover;width:100%;height:100%}.vote-member-card__initials{width:100%;height:100%;color:var(--g700);place-items:center;font-weight:900;display:grid}.vote-member-card__body{min-width:0}.vote-member-card__body strong{color:var(--text);margin-bottom:6px;font-size:14px;line-height:1.25;display:block}.vote-member-card__meta{color:var(--text4);flex-wrap:wrap;align-items:center;gap:7px;font-size:12px;display:flex}.bill-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-xl);box-shadow:var(--sh-sm);transition:var(--t);padding:24px;animation:.3s both fadeUp}.bill-item:hover{border-color:var(--border-h);box-shadow:var(--sh-md)}.bill-item__header{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:8px;display:flex}.bill-item__source{color:var(--text4);font-size:11px;font-weight:500}.bill-item__title{font-family:var(--ff);color:var(--text);margin-bottom:8px;font-size:18px;line-height:1.4;text-decoration:none;display:block}.bill-item__meta{flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:6px;display:flex}.bill-item__stage{color:var(--text2);font-size:13px;font-weight:500}.bill-item__date{color:var(--text4);font-size:12px}.bill-item__sponsors{color:var(--text3);font-size:12px;line-height:1.5}.pdf-overlay{z-index:800;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0a180ca6;justify-content:center;align-items:flex-start;padding:24px;animation:.2s fadeIn;display:flex;position:fixed;inset:0;overflow-y:auto}.pdf-modal{background:var(--surface);border-radius:var(--r-xl);border:1px solid var(--border);flex-direction:column;flex-shrink:0;width:100%;max-width:920px;height:85vh;animation:.25s fadeUp;display:flex;overflow:hidden;box-shadow:0 24px 80px #0006}.pdf-modal-hdr{border-bottom:1px solid var(--border);background:var(--surf2);flex-shrink:0;align-items:center;gap:12px;padding:16px 20px;display:flex}.pdf-modal-close{border:1.5px solid var(--border);background:var(--surface);cursor:pointer;width:32px;height:32px;color:var(--text3);transition:var(--t);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:18px;line-height:1;display:flex}.pdf-modal-close:hover{background:var(--border);color:var(--text)}.pdf-modal-name{font-family:var(--ff);color:var(--text);text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:17px;overflow:hidden}.pdf-open-ext{border-radius:var(--r-pill);border:1.5px solid var(--border);background:var(--surface);font-family:var(--fi);color:var(--text2);transition:var(--t);flex-shrink:0;align-items:center;gap:5px;padding:7px 14px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex}.pdf-open-ext:hover{border-color:var(--g400);color:var(--g700)}.pdf-modal-body{flex:1;position:relative;overflow:hidden}.pdf-modal-body iframe{border:none;width:100%;height:100%;display:block}.pdf-fallback{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;height:100%;padding:40px;display:flex}.pdf-fallback-icon{font-size:56px;line-height:1}.pdf-fallback-title{font-family:var(--ff);color:var(--text);max-width:480px;font-size:22px}.pdf-fallback-sub{color:var(--text3);max-width:380px;font-size:14px;line-height:1.6}.pdf-fallback-btn{border-radius:var(--r-pill);background:var(--g700);color:#fff;font-family:var(--fi);transition:var(--t);align-items:center;gap:8px;margin-top:8px;padding:13px 28px;font-size:15px;font-weight:600;text-decoration:none;display:inline-flex}.pdf-fallback-btn:hover{background:var(--g900);box-shadow:var(--sh-md);transform:translateY(-2px)}.pdf-meta-grid{grid-template-columns:1fr 1fr;gap:10px;width:100%;max-width:440px;margin-top:8px;display:grid}.pdf-meta-item{background:var(--surf2);border-radius:var(--r-md);text-align:left;padding:12px}.pdf-meta-lbl{text-transform:uppercase;letter-spacing:.07em;color:var(--text4);margin-bottom:3px;font-size:10px;font-weight:700;display:block}.pdf-meta-val{color:var(--text);font-size:14px;font-weight:600}.transcript-page{max-width:820px;margin:0 auto;padding:40px 24px 80px}.transcript-header{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-xl);box-shadow:var(--sh-sm);margin-bottom:32px;padding:28px 32px}.transcript-title{font-family:var(--ff);color:var(--text);margin-bottom:10px;font-size:26px;line-height:1.3}.transcript-meta{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.transcript-segment{align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.transcript-segment__avatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:13px;font-weight:700;display:flex}.transcript-segment__avatar img{object-fit:cover;width:100%;height:100%}.transcript-segment__body{flex:1;min-width:0}.transcript-segment__speaker{color:var(--text);margin-bottom:2px;font-size:14px;font-weight:700;display:block}.transcript-segment__text-card{background:var(--surface);border:1px solid var(--border);border-radius:0 var(--r-lg) var(--r-lg) var(--r-lg);box-shadow:var(--sh-sm);margin-bottom:.75rem;padding:14px 18px}.transcript-viewer__paragraph{color:var(--text2);margin:0 0 .75rem;font-size:15px;line-height:1.7}.transcript-viewer__paragraph:last-child{margin-bottom:0}.transcript-viewer__paragraph mark{background:var(--gold-l);color:var(--text);border-radius:3px;padding:0 2px}.transcript-viewer__fallback-link{color:var(--g700);margin-top:.5rem;font-weight:600;text-decoration:underline;display:inline-block}.record-title-row{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.save-btn{border:1px solid var(--border);border-radius:var(--r-pill);background:var(--surface);color:var(--text3);font-family:var(--fi);cursor:pointer;transition:var(--t);white-space:nowrap;justify-content:center;align-items:center;gap:7px;padding:8px 13px;font-size:13px;font-weight:700;display:inline-flex}.save-btn:hover,.save-btn--saved{border-color:var(--g400);color:var(--g700);background:var(--g50)}.save-btn--wide{width:100%;margin:10px 0 8px}.save-btn--compact{padding:5px 9px;font-size:12px}.transcript-tools{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:var(--sh-sm);flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:24px;padding:12px;display:flex}.transcript-tools__search{background:var(--surf2);border:1px solid var(--border);border-radius:var(--r-pill);flex:260px;align-items:center;gap:8px;padding:0 12px;display:flex}.transcript-tools__search input{width:100%;font-family:var(--fi);color:var(--text);background:0 0;border:none;outline:none;padding:9px 0}.transcript-tools select{border:1px solid var(--border);background:var(--surface);border-radius:var(--r-pill);font-family:var(--fi);color:var(--text);padding:9px 12px}.transcript-tools__count{color:var(--text3);font-size:12px;font-weight:700}.transcript-segment__save{opacity:0;transition:opacity .15s;position:absolute;top:8px;right:42px}.transcript-segment:hover .transcript-segment__save,.transcript-segment__save:focus-within{opacity:1}.transcript-segment__actions{flex-wrap:wrap;align-items:center;gap:7px;margin:-4px 0 12px;display:flex}.transcript-segment__actions>button{border:1px solid var(--border);border-radius:var(--r-pill);background:var(--surface);color:var(--text3);font-family:var(--fi);cursor:pointer;transition:var(--t);align-items:center;gap:6px;padding:5px 9px;font-size:12px;font-weight:700;display:inline-flex}.transcript-segment__actions>button:hover,.transcript-segment__actions>.save-btn--saved{border-color:var(--g400);color:var(--g700);background:var(--g50)}.global-search-box{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-xl);box-shadow:var(--sh-sm);align-items:center;gap:10px;padding:10px 12px;display:flex}.global-search-box input{min-width:0;font-family:var(--fi);color:var(--text);background:0 0;border:none;outline:none;flex:1;font-size:16px}.global-search-box button{border:1px solid var(--g400);background:var(--g700);color:#fff;border-radius:var(--r-pill);font-family:var(--fi);cursor:pointer;padding:9px 18px;font-weight:700}.search-results{flex-direction:column;gap:34px;margin-top:28px;display:flex}.search-section__grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:10px;display:grid}.search-result-card{text-align:left;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);width:100%;color:inherit;cursor:pointer;font-family:var(--fi);transition:var(--t);flex-direction:column;gap:5px;padding:14px 16px;text-decoration:none;display:flex}.search-result-card:hover{border-color:var(--g400);box-shadow:var(--sh-sm);transform:translateY(-1px)}.search-result-card__title{color:var(--text);font-weight:700;line-height:1.35}.search-result-card__meta{color:var(--text3);font-size:13px}.saved-list{flex-direction:column;gap:10px;display:flex}.saved-toolbar{flex-wrap:wrap;gap:8px;margin-bottom:18px;display:flex}.saved-toolbar button{border:1px solid var(--border);background:var(--surface);color:var(--text3);border-radius:var(--r-pill);font-family:var(--fi);cursor:pointer;transition:var(--t);box-shadow:var(--sh-sm);align-items:center;gap:8px;padding:9px 14px;font-size:13px;font-weight:800;display:inline-flex}.saved-toolbar button:hover{border-color:var(--g400);color:var(--g700);background:var(--g50)}.saved-toolbar button:disabled{opacity:.6;cursor:not-allowed;box-shadow:var(--sh-sm);transform:none}.saved-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:var(--sh-sm);align-items:center;gap:16px;padding:16px;display:flex}.saved-card__body{flex:1;min-width:0}.saved-card__meta{color:var(--text4);align-items:center;gap:8px;margin-bottom:6px;font-size:12px;display:flex}.saved-card__title{color:var(--text);font-weight:800;text-decoration:none}.saved-card__title:hover{color:var(--g700);text-decoration:underline}.saved-card__subtitle{color:var(--text3);margin-top:4px;font-size:13px}.saved-card__citation{color:var(--text4);margin-top:8px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;line-height:1.45}.saved-card__quote{background:var(--surf2);border-left:3px solid var(--g400);border-radius:0 var(--r-md) var(--r-md) 0;color:var(--text2);margin:12px 0 0;padding:12px 14px;line-height:1.6}.publish-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:var(--sh-sm);flex-direction:column;gap:16px;margin-bottom:18px;padding:18px;display:flex}.publish-panel__header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.publish-panel__header h2{color:var(--text);margin:0 0 6px;font-size:18px}.publish-panel__header p{color:var(--text3);margin:0;font-size:14px;line-height:1.55}.publish-panel__form{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px;display:grid}.field-label{color:var(--text2);flex-direction:column;gap:8px;font-size:13px;font-weight:700;display:flex}.field-label input,.field-label textarea{border:1px solid var(--border);border-radius:var(--r-md);background:var(--surf2);width:100%;color:var(--text);font-family:var(--fi);resize:vertical;padding:11px 13px;font-size:14px}.field-label input:focus,.field-label textarea:focus{border-color:var(--g400);background:var(--surface);outline:2px solid #16653426}.publish-panel__notice{color:var(--text3);align-items:center;gap:8px;font-size:14px;display:inline-flex}.publish-panel__success{border-radius:var(--r-md);background:#f5fbf7;border:1px solid #cfe8d6;padding:14px 16px}.publish-panel__success-meta{color:var(--text4);align-items:center;gap:8px;margin-bottom:8px;font-size:12px;display:flex}.collection-hero{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-xl);box-shadow:var(--sh-sm);flex-direction:column;gap:12px;margin-bottom:22px;padding:22px 24px;display:flex}.collection-hero__meta{color:var(--text4);flex-wrap:wrap;align-items:center;gap:8px;font-size:12px;display:flex}.collection-hero__title{font-family:var(--ff);color:var(--text);margin:0;font-size:30px;line-height:1.2}.collection-hero__description{color:var(--text2);max-width:68ch;margin:0;line-height:1.7}.icon-btn{border:1px solid var(--border);border-radius:var(--r-md);background:var(--surface);width:34px;height:34px;color:var(--text3);cursor:pointer;transition:var(--t);justify-content:center;align-items:center;display:inline-flex}.icon-btn:hover{color:#c62828;background:#fff3f3;border-color:#ffcdd2}.bill-timeline{border-top:1px solid var(--border);margin-top:28px;padding-top:24px}.bill-timeline h3{color:var(--text);margin-bottom:16px;font-size:1.1rem}.bill-timeline ol{flex-direction:column;gap:0;padding-left:0;list-style:none;display:flex}.bill-timeline__event{border-left:2px solid var(--border);grid-template-columns:110px 1fr;gap:8px 18px;padding:0 0 18px 26px;display:grid;position:relative}.bill-timeline__event:before{content:"";background:var(--surface);border:2px solid var(--border);border-radius:50%;width:12px;height:12px;position:absolute;top:4px;left:-7px}.bill-timeline__event--complete:before{background:var(--g700);border-color:var(--g700)}.bill-timeline__event time{color:var(--text3);font-size:13px;font-weight:700}.bill-timeline__event span{color:var(--text);font-weight:700}.bill-timeline__event small{color:var(--text3);grid-column:2}.document-picker{flex-direction:column;gap:8px;display:flex}.document-picker__item{text-align:left;border:1px solid var(--border);border-radius:var(--r-md);background:var(--surface);font-family:var(--fi);cursor:pointer;color:var(--text);transition:var(--t);flex-direction:column;gap:4px;padding:10px 12px;display:flex}.document-picker__item:hover:not(:disabled),.document-picker__item--active{border-color:var(--g400);background:var(--g50)}.document-picker__item:disabled{opacity:.55;cursor:not-allowed}.document-picker__item span{font-weight:700}.document-picker__item small{color:var(--text3)}.compare-controls{grid-template-columns:minmax(280px,620px) minmax(260px,1fr);align-items:start;gap:16px;margin-bottom:24px;display:grid}.compare-picker{max-width:620px;position:relative}.compare-picker__input-wrap{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-xl);box-shadow:var(--sh-sm);align-items:center;gap:8px;padding:0 13px;display:flex}.compare-picker__input-wrap:focus-within{border-color:var(--g400);box-shadow:var(--shadow-glow)}.compare-picker__input-wrap input{width:100%;min-width:0;font-family:var(--fi);color:var(--text);background:0 0;border:none;outline:none;padding:12px 0;font-size:15px}.compare-picker__input-wrap input:disabled{cursor:not-allowed;opacity:.7}.compare-picker__hint{color:var(--text4);margin:8px 2px 0;font-size:12px}.compare-picker__results{z-index:50;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:var(--sh-lg);flex-direction:column;gap:3px;max-height:360px;padding:6px;display:flex;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto}.compare-picker__result{text-align:left;border-radius:var(--r-md);width:100%;font-family:var(--fi);cursor:pointer;color:var(--text);background:0 0;border:none;flex-direction:column;gap:3px;padding:10px 12px;display:flex}.compare-picker__result:hover,.compare-picker__result--active{background:var(--g50);color:var(--g700)}.compare-picker__name{font-weight:800}.compare-picker__meta{color:var(--text3);font-size:12px}.compare-picker__empty{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);color:var(--text3);margin-top:8px;padding:12px 14px;font-size:13px}.compare-date-filter{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-xl);box-shadow:var(--sh-sm);padding:14px}.compare-date-filter__header{justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:12px;display:flex}.compare-date-filter__header span{color:var(--text);font-weight:800}.compare-date-filter__header small{color:var(--text3);text-align:right;font-size:12px}.compare-date-filter__inputs{grid-template-columns:1fr 1fr;gap:10px;display:grid}.compare-date-filter__inputs label{color:var(--text3);text-transform:uppercase;letter-spacing:.06em;flex-direction:column;gap:5px;font-size:11px;font-weight:800;display:flex}.compare-date-filter__inputs input{border:1px solid var(--border);border-radius:var(--r-md);font-family:var(--fi);color:var(--text);background:var(--surface);padding:9px 10px}.compare-date-filter__inputs input:focus{border-color:var(--g400);box-shadow:var(--shadow-glow);outline:none}.compare-date-filter__presets{flex-wrap:wrap;gap:7px;margin-top:12px;display:flex}.compare-date-filter__presets button{border:1px solid var(--border);background:var(--surface);border-radius:var(--r-pill);font-family:var(--fi);color:var(--text3);cursor:pointer;transition:var(--t);padding:6px 10px;font-size:12px;font-weight:800}.compare-date-filter__presets button:hover{border-color:var(--g400);color:var(--g700);background:var(--g50)}.compare-grid{grid-template-columns:repeat(auto-fit,minmax(270px,1fr));align-items:start;gap:16px;display:grid}.compare-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-xl);box-shadow:var(--sh-sm);overflow:hidden}.compare-card__stripe{height:5px}.compare-card__header{align-items:center;gap:12px;padding:18px;display:flex}.compare-card__header img{object-fit:cover;background:var(--surf2);border-radius:50%;width:58px;height:58px}.compare-card__header h2{font-family:var(--ff);color:var(--text);font-size:21px;line-height:1.15}.compare-card__meta{color:var(--text3);margin-top:4px;font-size:13px}.compare-card__actions{gap:8px;padding:0 18px 16px;display:flex}.compare-card__actions button{border:1px solid var(--border);background:var(--surface);border-radius:var(--r-pill);font-family:var(--fi);color:var(--text3);cursor:pointer;flex:1;padding:7px 10px;font-weight:700}.compare-card__actions button:hover{border-color:var(--g400);color:var(--g700);background:var(--g50)}.compare-card__period{color:var(--text4);margin:0 18px 16px;font-size:12px;font-weight:700}.compare-metrics{grid-template-columns:repeat(2,1fr);gap:8px;padding:0 18px 18px;display:grid}.compare-metric{background:var(--surf2);border-radius:var(--r-md);text-align:center;padding:11px}.compare-metric strong{font-family:var(--ff);color:var(--g700);font-size:23px;display:block}.compare-metric span{color:var(--text4);text-transform:uppercase;letter-spacing:.06em;font-size:11px;font-weight:800}.compare-section{border-top:1px solid var(--border);padding:16px 18px}.compare-section h3{color:var(--text3);text-transform:uppercase;letter-spacing:.07em;margin-bottom:10px;font-size:13px}.compare-card__loading{color:var(--text3);font-size:13px}.compare-votes{flex-direction:column;gap:8px;display:flex}.compare-vote-row{color:var(--text3);grid-template-columns:46px 1fr 42px;align-items:center;gap:8px;font-size:13px;display:grid}.compare-vote-track{background:var(--surf2);border-radius:var(--r-pill);height:9px;overflow:hidden}.compare-votes__ta,.compare-votes__nil,.compare-votes__staon{border-radius:var(--r-pill);height:100%}.compare-votes__ta{background:var(--color-vote-for)}.compare-votes__nil{background:var(--color-vote-against)}.compare-votes__staon{background:var(--color-vote-abstain)}.compare-tags{flex-wrap:wrap;gap:6px;display:flex}.compare-tags span{background:var(--gold-l);color:var(--gold);border:1px solid var(--gold-m);border-radius:var(--r-pill);padding:4px 9px;font-size:12px;font-weight:700}.compare-tags small{color:var(--text3)}.oireachtas-table{border-collapse:collapse;width:100%;font-size:.85rem}.oireachtas-table th,.oireachtas-table td{border:1px solid var(--border);text-align:left;padding:8px 12px}.oireachtas-table th{background:var(--surf2);color:var(--text);font-weight:600}.oireachtas-table tr:nth-child(2n){background:#1a522805}.load-more-btn{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-pill);font-family:var(--fi);color:var(--text3);cursor:pointer;transition:var(--t);box-shadow:var(--sh-sm);margin:24px auto 0;padding:10px 28px;font-size:14px;display:block}.load-more-btn:hover:not(:disabled){border-color:var(--g400);color:var(--g700);background:var(--g50);box-shadow:var(--sh-md);transform:translateY(-1px)}.load-more-btn:disabled{opacity:.5;cursor:not-allowed}.committee-list{flex-direction:column;gap:8px;margin:0 0 1.5rem;padding:0;list-style:none;display:flex}.committee-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);justify-content:space-between;align-items:baseline;gap:12px;padding:12px 16px;display:flex}.committee-item__name{color:var(--text);flex:1;font-size:14px;font-weight:500}.committee-item__name--link{color:var(--g700);text-decoration:none}.committee-item__name--link:hover{text-decoration:underline}.committee-item__role{color:var(--text3);white-space:nowrap;text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:700}.committee-member-list{flex-direction:column;gap:8px;display:flex}.committee-member-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);cursor:pointer;text-align:left;font-family:var(--fi);align-items:center;gap:14px;width:100%;padding:12px 14px;transition:border-color .15s,box-shadow .15s;display:flex}.committee-member-card:hover{border-color:var(--g700);box-shadow:var(--sh-sm)}.committee-member-card__photo-wrap{background:var(--surf2);border-radius:50%;flex-shrink:0;width:44px;height:44px;overflow:hidden}.committee-member-card__photo{object-fit:cover;width:100%;height:100%}.committee-member-card__initials{width:100%;height:100%;color:var(--text3);justify-content:center;align-items:center;font-size:.9rem;font-weight:700;display:flex}.committee-member-card__body{flex:1;min-width:0}.committee-member-card__name{color:var(--text);font-size:.95rem;font-weight:600}.committee-member-card__meta{flex-wrap:wrap;align-items:center;gap:8px;margin-top:4px;display:flex}.committee-member-card__constituency{color:var(--text2);font-size:.8rem}.committee-member-card__chamber{color:var(--text3);text-transform:uppercase;letter-spacing:.05em;font-size:.72rem;font-weight:800}.committee-member-card__role{color:var(--text3);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;font-size:.75rem;font-weight:700}.offices-page__office-title{color:var(--g700);margin-top:4px;font-size:.82rem;font-weight:500}.members-header{align-items:center;gap:16px;margin-bottom:24px;display:flex}.attribution-footer{border-top:1px solid var(--border);background:var(--surface);text-align:center;color:var(--text4);margin-top:auto;padding:24px;font-size:12px}.attribution-footer p{max-width:860px;margin:0 auto .6rem}.attribution-footer a{color:var(--g600);text-decoration:underline}.attribution-footer__disclaimer{opacity:.75;margin-top:.8rem;font-size:.72rem}.attribution-footer__contact{opacity:.9;margin-top:.35rem;font-size:.78rem}.dail-selector{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.dail-selector__select{border:1.5px solid var(--border);border-radius:var(--r-md);min-width:160px;font-family:var(--fi);color:var(--text);background:var(--surface);padding:8px 12px;font-size:14px}@media (width<=900px){.home-grid,.home-research-grid{grid-template-columns:1fr}.profile-layout{flex-direction:column}.profile-sidebar{width:100%;position:static}.profile-stats{grid-template-columns:repeat(4,1fr)}.profile-main{width:100%;max-width:100%}.act-grid{grid-template-columns:repeat(2,1fr)}.compare-controls{grid-template-columns:1fr}.compare-picker{max-width:none}.compare-grid,.questions-insights__grid{grid-template-columns:1fr}.section-hd--stack-mobile{flex-direction:column;align-items:flex-start;gap:10px}.section-actions{justify-content:flex-start}.votes-toolbar{grid-template-columns:repeat(2,minmax(0,1fr))}.votes-toolbar__search{grid-column:1/-1}.vote-detail-grid{grid-template-columns:1fr}}@media (width<=768px){.vote-donut{flex-direction:column;align-items:center}.chamber-vote-row{grid-template-columns:1fr}.chamber-vote-row__main{grid-template-columns:42px minmax(0,1fr)}.chamber-vote-row__tally{grid-column:2}.chamber-vote-row__actions{justify-content:flex-start;padding-left:54px}.vote-detail-hero{flex-direction:column}.vote-tellers__grid{grid-template-columns:1fr}.related-votes__list button{grid-template-columns:1fr;align-items:start}.compare-date-filter__inputs{grid-template-columns:1fr}.compare-picker__results{max-height:200px}}@media (width<=640px){.app-header{flex-wrap:wrap;gap:12px;height:auto;padding:12px 16px}.app-header__search{order:3;width:100%;max-width:none;margin:0}.app-header__nav{scrollbar-width:none;order:4;width:100%;padding-bottom:2px;overflow-x:auto}.app-header__nav::-webkit-scrollbar{display:none}.app-header__nav button{flex:1 0 max-content;min-height:44px;padding:10px 14px}.app-header__subtitle-container{order:5;justify-content:space-between;width:100%}.page-action-bar{top:124px}.page-action-bar__inner{padding:10px 16px}.app-header__title{font-size:16px}.hero h1{font-size:30px}.hero{padding:40px 16px 36px}.hero-sub{margin-bottom:28px}.stats-bar{flex-direction:column}.stat-item{border-right:none;border-bottom:1px solid var(--border);padding:14px 20px}.stat-item:last-child{border-bottom:none}.member-grid{grid-template-columns:repeat(2,1fr);padding:16px}.filter-bar{gap:10px;padding:14px}.filter-group{flex:0 0 100%;min-width:0}.filter-group:not(.filter-search):has(input[type=date]){flex-basis:calc(50% - 5px)}.filter-search{min-width:0}.home-legislation-panel{flex-direction:column;align-items:stretch}.votes-toolbar{grid-template-columns:1fr}.home-legislation-panel .bill-pdf-btn{justify-content:center}.legislation-presets{min-width:100%}.legislation-page__header{flex-direction:column}.container{padding:24px 16px}.member-profile__hero{text-align:center;flex-direction:column}.member-profile__meta,.member-profile__offices{justify-content:center}.picker__title{font-size:28px}.tab-btn{min-height:44px;padding:10px 14px;font-size:13px}.tab-btn__icon{display:none}.type-filter-btn,.transcript-btn{min-height:44px;padding-top:10px;padding-bottom:10px}.vote-detail-summary{gap:8px}.vote-detail-summary div{flex:calc(50% - 4px);padding:12px 14px}.vote-detail-summary strong{font-size:24px}.vote-member-card{padding:10px 12px}.overview-subtitle{margin-top:16px}}@media (width<=400px){.member-grid{grid-template-columns:1fr}}.member-card-wrap{position:relative}.member-card-wrap>.member-card{width:100%}.card-link-btn{z-index:2;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-sm);cursor:pointer;color:var(--text3);opacity:0;justify-content:center;align-items:center;padding:4px 5px;line-height:0;transition:opacity .15s,color .15s,border-color .15s;display:flex;position:absolute;top:8px;right:8px}.member-card-wrap:hover .card-link-btn,.bill-card:hover .card-link-btn,.debate-item:hover .card-link-btn,.transcript-segment:hover .card-link-btn,.qa-card:hover .card-link-btn,.card-link-btn:focus-visible{opacity:1}.card-link-btn:hover{color:var(--g700);border-color:var(--g400)}.share-modal{background:var(--surface);border-radius:var(--r-xl);border:1px solid var(--border);width:100%;max-width:480px;padding:28px;animation:.25s fadeUp;box-shadow:0 24px 80px #0006}.share-modal__hdr{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.share-modal__title{font-family:var(--ff);color:var(--text);font-size:18px}.share-modal__url{border:1.5px solid var(--border);border-radius:var(--r-md);background:var(--surf2);width:100%;color:var(--text2);box-sizing:border-box;text-overflow:ellipsis;white-space:nowrap;padding:10px 12px;font-family:monospace;font-size:12px;overflow:hidden}.share-modal__url:focus{border-color:var(--g500);outline:none}.share-modal__status{color:var(--text3);margin-top:10px;font-size:12px}.share-modal__actions{gap:8px;margin-top:14px;display:flex}.share-modal__copy-btn{border-radius:var(--r-pill);cursor:pointer;background:var(--g700);color:#fff;font-family:var(--fi);transition:var(--t);border:none;padding:9px 20px;font-size:14px;font-weight:600}.share-modal__copy-btn:hover{background:var(--g900)}
