:root{--navy:#062e55;--blue:#0068b5;--blue-2:#0e82c5;--teal:#0b9a99;--text:#0a2749;--muted:#637289;--line:#d8e1ea;--panel:#fff;--shadow:0 8px 24px rgba(13,48,78,.08);--radius:12px;--amended-purple:#7447a6}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text);background:#f9fbfd}a{color:inherit}button,input{font:inherit}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-header{height:92px;padding:0 5.5%;display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid #edf1f5;position:relative;z-index:20}.brand{display:flex;align-items:center;gap:14px;text-decoration:none;font-size:25px;font-weight:400;letter-spacing:-.04em}.brand-mark{width:56px;height:56px;display:block}.brand-mark svg{width:100%;height:100%}.primary-nav{display:flex;align-items:center;gap:38px;height:100%}.primary-nav a{height:100%;display:flex;align-items:center;text-decoration:none;font-size:14px;font-weight:500;position:relative}.primary-nav a:hover,.primary-nav a.active{color:#003c74}.primary-nav a.active:after{content:"";height:3px;background:#005da8;position:absolute;left:0;right:0;bottom:10px}.nav-toggle{display:none;background:none;border:0;padding:8px}.nav-toggle span:not(.sr-only){width:24px;height:2px;background:var(--navy);display:block;margin:5px}.hero{min-height:455px;position:relative;overflow:hidden}.hero-art,.hero-shade{position:absolute;inset:0}.hero-art svg{width:100%;height:100%;display:block}.hero-shade{background:linear-gradient(90deg,rgba(239,249,255,.98) 0%,rgba(239,249,255,.90) 39%,rgba(239,249,255,.28) 64%,rgba(239,249,255,0) 100%)}.hero-content{position:relative;z-index:2;width:min(1480px,100%);margin:0 auto;padding:55px 5.5% 30px}.eyebrow{margin:0 0 10px;color:#12669f;text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:800}.hero-content>h1,.hero-content>.hero-copy,.hero-content>.search-panel{width:100%;max-width:820px}.hero h1{font-size:42px;line-height:1.13;letter-spacing:-.045em;margin:0 0 14px;white-space:normal;overflow-wrap:break-word}.hero-copy{font-size:17px;line-height:1.58;white-space:normal;overflow-wrap:break-word;color:#33455b;margin:0 0 22px}.search-field{height:58px;background:#fff;border:1px solid #ccd9e5;border-radius:9px;display:flex;align-items:center;box-shadow:0 7px 18px rgba(28,74,108,.12)}.search-field svg{width:24px;fill:none;stroke:#6b7b90;stroke-width:1.8}.search-icon-submit{width:56px;height:56px;flex:0 0 56px;display:grid;place-items:center;border:0;background:transparent;border-radius:8px;cursor:pointer}.search-icon-submit:hover svg,.search-icon-submit:focus-visible svg{stroke:#0068b5}.search-icon-submit:focus-visible{outline:3px solid rgba(0,104,181,.2);outline-offset:-3px}.search-field input{width:100%;height:44px;border:2px solid #79afd3;outline:0;background:#fff;border-radius:7px;font-size:15px;color:var(--text);padding:0 18px;transition:border-color .18s ease,box-shadow .18s ease}.search-field input:focus{border-color:#0068b5;box-shadow:0 0 0 3px rgba(0,104,181,.15)}.filters{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px;padding:9px;border:1px solid #9fc2dc;border-radius:10px;background:rgba(255,255,255,.86);box-shadow:0 5px 14px rgba(24,63,91,.08)}.filter-button{min-width:130px;height:44px;border:1px solid #ccd8e4;background:#fff;border-radius:8px;padding:0 14px;display:flex;align-items:center;gap:10px;color:#233b56;box-shadow:0 5px 12px rgba(24,63,91,.1);cursor:pointer}.filter-button span{flex:1;text-align:left}.filter-button b{font-weight:500}.filter-button.active{background:#eaf5fc;border-color:#7bbce0;color:#005b96}.page-shell{max-width:1480px;margin:0 auto;padding:24px 4.5% 26px}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:18px}.stat-card{min-height:82px;padding:12px 13px;border:1px solid;border-radius:10px;display:flex;align-items:center;gap:11px;background:#fff;text-decoration:none;color:inherit;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;min-width:0}.stat-card:hover,.stat-card:focus-visible{transform:translateY(-2px);box-shadow:0 9px 20px rgba(17,62,94,.12);outline:none}.stat-card:focus-visible{box-shadow:0 0 0 3px rgba(0,104,181,.22),0 9px 20px rgba(17,62,94,.12)}.stat-card.blue{border-color:#b8d9f4;background:#f1f8fe}.stat-card.teal{border-color:#b9dfdf;background:#f0fbfb}.stat-card.amber{border-color:#f1d6a8;background:#fff9ee}.stat-card.red{border-color:#efc3c7;background:#fff5f5}.stat-card.green{border-color:#b9dfcd;background:#f1faf6}.stat-card.purple{border-color:#d5c3e8;background:#faf6fd}.stat-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:50%;font-size:23px;color:#fff;flex:0 0 auto}.blue .stat-icon{background:#0871c9}.teal .stat-icon{background:#08a3a0}.amber .stat-icon{background:#f5a208}.red .stat-icon{background:#d8444f}.green .stat-icon{background:#129263}.purple .stat-icon{background:var(--amended-purple)}.stat-card strong{display:block;font-size:23px;line-height:1}.stat-card b,.stat-card small{display:block}.stat-card b{font-size:12px;margin-top:3px;line-height:1.2}.stat-card small{font-size:10px;color:#617086;margin-top:3px;line-height:1.2}.dashboard-grid{display:grid;grid-template-columns:minmax(0,2.7fr) minmax(280px,1fr);gap:20px}.content-column{min-width:0}.panel{background:var(--panel);border:1px solid var(--line);border-radius:10px;box-shadow:0 2px 12px rgba(26,63,93,.04);overflow:hidden}.panel-heading{min-height:48px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.panel-heading h2{margin:0;font-size:17px;letter-spacing:-.02em}.panel-heading a,.text-link,.center-link{font-size:13px;color:#0067b5;text-decoration:none;font-weight:500}.panel-heading a:hover,.text-link:hover,.center-link:hover{text-decoration:underline}.table-wrap{overflow-x:auto;overflow-y:visible;scrollbar-gutter:stable only-if-needed}.changes-table{width:100%;border-collapse:collapse;font-size:12px;min-width:680px;table-layout:auto}.changes-table th{padding:10px 9px;text-align:left;color:#44566d;font-weight:600;background:#fbfcfe;border-bottom:1px solid var(--line)}.table-sort{border:0;background:transparent;color:inherit;font:inherit;font-weight:600;padding:0;display:inline-flex;align-items:center;gap:6px;cursor:pointer}.table-sort:hover,.table-sort:focus-visible{color:#0067b5;text-decoration:underline;text-underline-offset:3px}.table-sort:focus-visible{outline:2px solid #69aedd;outline-offset:4px;border-radius:3px}.table-sort span{font-size:12px;line-height:1}.table-sort.active span{color:#0067b5}.changes-table td{padding:9px 9px;border-bottom:1px solid #e8edf2;white-space:nowrap}.changes-table th:nth-child(1),.changes-table td:nth-child(1){width:62px}.changes-table th:nth-child(2),.changes-table td:nth-child(2){width:86px}.changes-table th:nth-child(3),.changes-table td:nth-child(3){white-space:normal;min-width:220px;line-height:1.35}.changes-table th:nth-child(4),.changes-table td:nth-child(4){width:92px}.changes-table th:nth-child(5),.changes-table td:nth-child(5){white-space:normal;width:110px;line-height:1.25}.changes-table th:last-child,.changes-table td:last-child{width:24px;padding-left:4px;padding-right:8px}.changes-table tr:last-child td{border-bottom:0}.changes-table tbody tr{transition:.15s ease}.changes-table tbody tr:hover{background:#f7fbfe}.changes-table tbody td:nth-child(3){font-weight:500}.dot{width:9px;height:9px;border-radius:50%;display:inline-block;margin-right:9px}.dot.green{background:#12a371}.dot.blue{background:#1687d4}.dot.purple{background:var(--amended-purple)}.dot.orange{background:#ff9816}.dot.red{background:#dc4651}.dot.teal{background:#0d9b9b}.status{border-radius:5px;padding:4px 8px;font-size:11px;font-weight:600;display:inline-block}.status.amended{background:#f0e8f8;color:var(--amended-purple)}.status.consolidated{background:#fff0d9;color:#c56c00}.status.repealed{background:#fde4e6;color:#c82d38}.status.new{background:#e1effd;color:#146bb0}.status.active{background:#dff3ea;color:#08784e}.table-footer{display:flex;gap:22px;align-items:center;padding:12px 18px;border-top:1px solid var(--line);font-size:11px;color:#56677c}.table-footer small{margin-left:auto}.table-footer .dot{margin-right:5px}.lower-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:20px;margin-top:20px;align-items:start}.category-panel{min-height:390px}.featured-panel{min-height:0}.category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(145px,100%),1fr));gap:11px;padding:14px;min-width:0}.category-grid a{min-width:0;min-height:112px;border:1px solid #dce4ec;border-radius:8px;text-decoration:none;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;padding:9px;background:#fbfdff;transition:.18s ease;overflow:hidden}.category-grid a:hover{transform:translateY(-2px);box-shadow:0 7px 16px rgba(22,68,101,.1);border-color:#a5cce8}.category-grid span{font-size:26px}.category-grid b{max-width:100%;font-size:12px;line-height:1.25;margin-top:5px;overflow-wrap:anywhere}.category-grid small{max-width:100%;font-size:10px;color:#68788d;margin-top:6px;overflow-wrap:anywhere}.category-panel>.text-link,.featured-panel>.text-link{display:inline-block;margin:0 14px 14px}.featured-card{margin:14px;border:1px solid #dce4ec;border-radius:8px;padding:16px}.featured-card h3{margin:0 0 15px;font-size:18px}.featured-card dl{display:grid;grid-template-columns:120px 1fr;gap:9px;margin:0;font-size:12px}.featured-card dt{font-weight:500;color:#3b4d63}.featured-card dd{margin:0}.featured-card dd a{color:#0067b5}.button-row{display:flex;gap:10px;margin-top:17px}.primary-button,.secondary-button{min-height:39px;border-radius:6px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-size:12px;font-weight:600;cursor:pointer}.primary-button{background:#005c9e;color:#fff;border:1px solid #005c9e}.primary-button:hover{background:#034c82}.secondary-button{background:#fff;color:#005da8;border:1px solid #4788bd}.secondary-button:hover{background:#eef7fd}.full{width:100%}.sidebar{display:flex;flex-direction:column;gap:16px}.side-panel{padding-bottom:15px}.side-panel .panel-heading{border-bottom:0}.latest-council-heading{margin-bottom:14px;flex-direction:column;align-items:flex-start;gap:8px}.count{border:1px solid #c9d6e2;border-radius:999px;min-width:24px;height:24px;display:grid;place-items:center;font-size:11px;color:#08784e}.simple-list{list-style:none;padding:0 18px;margin:0 0 12px}.simple-list li{font-size:12px;padding:8px 0}.side-panel>p,.side-panel form{margin:0 18px 12px;font-size:12px;line-height:1.55}.side-panel input{width:100%;height:40px;border:1px solid #ccd8e3;border-radius:6px;padding:0 12px;margin-bottom:8px}.center-link{display:block;text-align:center;margin:12px 0 0}.underline{text-decoration:underline}.document-list{list-style:none;padding:0 18px;margin:0}.document-list li{display:flex;gap:10px;margin-bottom:13px}.document-list li>span{font-size:8px;color:#d82f3d;border:1px solid #e36670;border-radius:3px;height:22px;padding:5px 3px}.document-list a{font-size:11px;text-decoration:none;color:#254463}.document-list small{display:block;color:#78879a;margin-top:4px}.side-panel>.text-link{display:inline-block;margin:5px 18px}.site-footer{min-height:144px;background:linear-gradient(90deg,#063b68,#00598f);color:#fff;display:grid;grid-template-columns:340px 1fr 1.4fr;align-items:stretch}.footer-art svg{width:100%;height:100%;display:block}.footer-copy{padding:34px 24px;font-size:12px;line-height:1.55;max-width:420px}.site-footer nav{padding:34px 4vw;text-align:center;font-size:13px}.site-footer nav a{text-decoration:none;margin:0 12px}.site-footer nav a:hover{text-decoration:underline}.site-footer nav p{margin-top:22px}.site-footer .footer-links{display:flex;align-items:center;justify-content:center;gap:12px;white-space:nowrap}.site-footer .footer-links a{margin:0}.site-footer .footer-version{font-weight:400;letter-spacing:.02em}.toast{position:fixed;right:22px;bottom:22px;background:#082e50;color:#fff;border-radius:8px;padding:13px 17px;box-shadow:var(--shadow);opacity:0;transform:translateY(12px);pointer-events:none;transition:.2s ease;z-index:50;font-size:13px}.toast.show{opacity:1;transform:translateY(0)}@media (max-width:1100px){.primary-nav{gap:20px}.dashboard-grid{grid-template-columns:1fr}.sidebar{display:grid;grid-template-columns:repeat(2,1fr)}.site-footer{grid-template-columns:260px 1fr 1fr}}@media (max-width:860px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:760px){.site-header{height:76px;padding:0 20px}.brand{font-size:19px}.brand-mark{width:45px;height:45px}.nav-toggle{display:block}.primary-nav{display:none;position:absolute;top:76px;left:0;right:0;height:auto;background:#fff;padding:12px 20px 18px;box-shadow:0 15px 24px rgba(10,42,69,.13);flex-direction:column;align-items:stretch;gap:0}.primary-nav.open{display:flex}.primary-nav a{height:44px}.primary-nav a.active:after{bottom:0}.hero{min-height:530px}.hero-content{padding:40px 20px 25px}.hero h1{font-size:34px}.hero-copy{font-size:15px}.hero-shade{background:rgba(238,248,254,.84)}.filters{display:grid;grid-template-columns:repeat(2,1fr)}.filter-button{min-width:0;width:100%}.page-shell{padding:18px 14px}.stats-grid,.lower-grid,.sidebar{grid-template-columns:1fr}.category-grid{grid-template-columns:repeat(auto-fit,minmax(min(132px,100%),1fr))}.table-footer{flex-wrap:wrap}.table-footer small{margin-left:0;width:100%}.site-footer{grid-template-columns:1fr;text-align:center}.footer-art{height:100px}.footer-copy{padding:24px;margin:auto}.site-footer nav{padding:10px 15px 28px}}@media (max-width:430px){.stats-grid{grid-template-columns:1fr}.filters{grid-template-columns:1fr}.button-row{flex-direction:column}}.changes-table td a{color:#075f9d;text-decoration:none}.changes-table td a:hover{text-decoration:underline}.data-note{padding:12px 18px;background:#fff8df;border:1px solid #efd899;border-radius:8px;font-size:13px;color:#5d4a18;margin-bottom:18px}.bylaw-page{max-width:1450px;margin:auto;padding:34px 5% 60px}.bylaw-toolbar{display:grid;grid-template-columns:1fr 220px 180px;gap:12px;margin:20px 0;padding:14px;background:#fff;border:1px solid #cbd8e3;border-left:5px solid #1687c4;border-radius:10px;box-shadow:0 4px 14px rgba(22,68,101,.07)}.bylaw-toolbar input,.bylaw-toolbar select{height:46px;border:1px solid #cbd8e3;border-radius:7px;padding:0 13px;background:white}.bylaw-list{display:grid;gap:12px}.bylaw-row{background:#fff;border:1px solid #d9e2ea;border-left:5px solid #1687c4;border-radius:9px;padding:17px;display:grid;grid-template-columns:100px 1fr auto;gap:16px;align-items:center}.bylaw-row h2{font-size:16px;margin:0 0 7px}.bylaw-row p{font-size:13px;color:#5c6d80;margin:0}.bylaw-number{font-size:18px;font-weight:800}.bylaw-meta{display:flex;gap:8px;flex-wrap:wrap;margin-top:9px}.meta-pill{padding:4px 8px;border-radius:999px;background:#edf5fa;font-size:11px}.detail-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,1fr);gap:20px}.detail-card{background:#fff;border:1px solid #d9e2ea;border-radius:10px;padding:22px}.detail-card h1{font-size:30px;margin-top:0}.detail-card dl{display:grid;grid-template-columns:150px 1fr;gap:12px;font-size:14px}.detail-card dt{font-weight:700}.detail-card dd{margin:0}.source-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}@media(max-width:760px){.bylaw-toolbar{grid-template-columns:1fr}.bylaw-row{grid-template-columns:1fr}.detail-grid{grid-template-columns:1fr}}@media (max-width:520px){.site-footer .footer-links{gap:7px;font-size:11px}.site-footer nav{overflow-x:auto}}.subscriptions-page{max-width:1180px}.subscription-layout{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:24px 0 20px}.subscription-card{overflow:visible}.subscription-form{padding:20px}.subscription-form>label{display:block;font-size:13px;font-weight:700;margin-bottom:7px}.subscription-form>input[type="email"]{width:100%;height:46px;border:1px solid #aebfce;border-radius:7px;padding:0 13px;color:var(--text);outline:2px solid transparent;outline-offset:1px}.subscription-form>input[type="email"]:focus{border-color:#0874bd;outline-color:#b6def6}.subscription-form fieldset{border:0;border-top:1px solid var(--line);padding:18px 0 0;margin:20px 0 0}.subscription-form legend{padding:0 8px 0 0;font-size:14px;font-weight:800}.choice-row{display:flex;align-items:flex-start;gap:10px;padding:10px 0;cursor:pointer}.choice-row input{margin-top:3px}.choice-row b,.choice-row small{display:block}.choice-row b{font-size:13px}.choice-row small{font-size:11px;color:var(--muted);margin-top:3px}.subscription-options{display:grid;gap:10px}.two-column-options{grid-template-columns:1fr 1fr;margin-top:8px}.subscription-options label{display:flex;align-items:center;gap:9px;font-size:13px;cursor:pointer}.subscription-options input{width:17px;height:17px;accent-color:#0068b5}.category-subscriptions{padding:20px;grid-template-columns:1fr 1fr}.subscription-help{margin:0 20px 20px;color:var(--muted);font-size:12px;line-height:1.5}.subscription-actions{display:flex;gap:10px;margin-top:22px}.form-status{min-height:20px;margin:12px 0 0;font-size:12px;color:#08784e;font-weight:600}.text-button{border:0;background:none;color:#0067b5;font-size:12px;font-weight:700;cursor:pointer;padding:8px}.text-button:hover{text-decoration:underline}.current-subscription-card{margin-bottom:26px}.subscription-summary{padding:18px 20px;font-size:13px;line-height:1.6}.subscription-summary dl{display:grid;grid-template-columns:150px 1fr;gap:10px;margin:0}.subscription-summary dt{font-weight:700}.subscription-summary dd{margin:0;color:#41546a}@media(max-width:760px){.subscription-layout{grid-template-columns:1fr}.category-subscriptions,.two-column-options{grid-template-columns:1fr}.subscription-actions{flex-direction:column}.subscription-summary dl{grid-template-columns:1fr;gap:3px}.subscription-summary dd{margin-bottom:10px}}.categories-page{min-height:calc(100vh - 236px)}.categories-directory{margin-top:22px}.category-directory-grid{grid-template-columns:repeat(5,minmax(0,1fr));padding:20px}.category-directory-grid a{min-height:150px}.category-directory-grid span{font-size:34px}.category-directory-grid b{font-size:14px}.category-directory-grid small{font-size:12px}@media (max-width:1100px){.category-directory-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:760px){.category-directory-grid{grid-template-columns:repeat(2,minmax(0,1fr));padding:14px}}@media (max-width:430px){.category-directory-grid{grid-template-columns:1fr}}.featured-title-link{color:var(--text);text-decoration:none}.featured-title-link:hover{text-decoration:underline;color:#0067b5}.featured-page{max-width:1250px;min-height:calc(100vh - 236px)}.featured-detail-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,.85fr);gap:20px;margin-top:22px}.featured-page-content{padding:22px}.featured-page-content>p{font-size:15px;line-height:1.7;color:#41546a;margin-top:0}.featured-detail-list{display:grid;grid-template-columns:150px 1fr;gap:12px;margin:24px 0;font-size:14px}.featured-detail-list dt{font-weight:800}.featured-detail-list dd{margin:0}.featured-actions{flex-wrap:wrap}.featured-tracking-card{padding-bottom:20px}.tracking-steps{list-style:none;counter-reset:steps;padding:8px 20px 4px;margin:0}.tracking-steps li{counter-increment:steps;position:relative;padding:14px 0 14px 42px;border-bottom:1px solid var(--line)}.tracking-steps li:last-child{border-bottom:0}.tracking-steps li:before{content:counter(steps);position:absolute;left:0;top:12px;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#e5f3fc;color:#075f9d;font-weight:800}.tracking-steps b,.tracking-steps span{display:block}.tracking-steps b{font-size:13px}.tracking-steps span{font-size:11px;color:var(--muted);line-height:1.45;margin-top:4px}.featured-tracking-card>.secondary-button{width:calc(100% - 40px);margin:8px 20px 0}@media(max-width:800px){.featured-detail-grid{grid-template-columns:1fr}.featured-detail-list{grid-template-columns:1fr;gap:4px}.featured-detail-list dd{margin-bottom:10px}}.bylaw-row-copy{min-width:0}.bylaw-row h2{display:flex;align-items:flex-start;gap:9px}.watch-star{border:0;background:transparent;color:#9aa9b8;font-size:25px;line-height:1;padding:0;cursor:pointer;flex:0 0 auto;transition:transform .15s ease,color .15s ease}.watch-star:hover,.watch-star:focus-visible{color:#e5a000;transform:scale(1.12);outline:none}.watch-star.active{color:#f0a800}.watchlist-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.results-summary{margin:18px 0 10px;font-weight:700}.empty-watchlist{text-align:center;padding:55px 20px;border:1px solid var(--line);border-radius:10px;background:#fff}.empty-watchlist>span{display:block;font-size:52px;color:#e5a000}.empty-watchlist h2{margin:10px 0 6px}.empty-watchlist p{color:var(--muted);margin:0 0 20px}.simple-list a{text-decoration:none;color:inherit}.simple-list a:hover{color:var(--blue);text-decoration:underline}#clear-watchlist:disabled{opacity:.5;cursor:not-allowed}@media(max-width:760px){.watchlist-title-row{flex-direction:column}.watchlist-title-row .secondary-button{width:100%}}.filter-control{position:relative;flex:1 1 130px;min-width:130px}.filter-control .filter-button{width:100%}.filter-menu{display:none;position:absolute;z-index:30;left:0;top:calc(100%+7px);min-width:220px;max-height:280px;overflow:auto;padding:6px;background:#fff;border:1px solid #a9c6dc;border-radius:8px;box-shadow:0 12px 28px rgba(12,48,76,.18)}.filter-menu.open{display:block}.filter-menu button{width:100%;border:0;background:transparent;border-radius:5px;padding:9px 10px;text-align:left;color:#243e58;cursor:pointer}.filter-menu button:hover,.filter-menu button:focus{background:#eaf5fc;outline:0}.bylaw-toolbar{grid-template-columns:minmax(240px,2fr) repeat(5,minmax(145px,1fr))}.bylaw-toolbar select{min-width:0}@media(max-width:1100px){.bylaw-toolbar{grid-template-columns:repeat(3,minmax(0,1fr))}.bylaw-toolbar input{grid-column:1/-1}}@media(max-width:700px){.filter-control{min-width:0}.bylaw-toolbar{grid-template-columns:1fr}.bylaw-toolbar input{grid-column:auto}}.hero{overflow:visible;z-index:10}.hero-art,.hero-shade{overflow:hidden;pointer-events:none}.search-panel{position:relative;z-index:60}.filters{position:relative;z-index:70;overflow:visible}.filter-control{z-index:1}.filter-control:has(.filter-menu.open){z-index:1001}.filter-menu{z-index:1002}.page-shell{position:relative;z-index:1}.bylaw-toolbar #q{border:2px solid #1687c4;outline:1px solid rgba(22,135,196,.18);outline-offset:1px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.75)}.bylaw-toolbar #q:hover{border-color:#086aa4}.bylaw-toolbar #q:focus{border-color:#005c9e;outline:3px solid rgba(22,135,196,.24);outline-offset:2px;box-shadow:0 0 0 1px #fff}.info-page{max-width:1120px}.info-page>h1{margin-top:0}.info-card{padding:24px;margin:18px 0}.info-card h2{margin:0 0 14px}.info-card h3{margin:0 0 8px;font-size:16px}.info-card p{line-height:1.7;color:#3f536b}.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.info-grid article{border:1px solid var(--line);border-radius:8px;padding:18px;background:#fbfdff}.data-overview-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:22px 0}.data-file-list{display:grid;gap:10px}.data-file-list a{display:flex;flex-direction:column;gap:4px;padding:14px;border:1px solid var(--line);border-radius:8px;text-decoration:none;background:#fbfdff}.data-file-list a:hover{border-color:#83b9df;background:#f3f9fd}.data-file-list span{font-size:12px;color:var(--muted)}.command-block{padding:14px;border:1px solid var(--line);border-radius:8px;background:#f5f8fb;overflow:auto}@media(max-width:760px){.info-grid,.data-overview-grid{grid-template-columns:1fr}.info-card{padding:18px}}.hero{isolation:isolate;overflow:visible;position:relative;z-index:20}.hero-art{z-index:0;overflow:hidden;pointer-events:none}.hero-shade{z-index:1;overflow:hidden;pointer-events:none}.hero-content{z-index:2}.hero-content>.eyebrow,.hero-content>h1,.hero-content>.hero-copy{position:relative;z-index:1}.search-panel{position:relative;z-index:50}.filters{position:relative;z-index:60}.filter-control{position:relative;z-index:1}.filter-control:has(.filter-menu.open){z-index:100}.filter-menu{z-index:110}.page-shell{position:relative;z-index:1}.sitemap-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.sitemap-grid article{padding:18px;border:1px solid var(--line);border-radius:8px;background:#fbfdff}.sitemap-grid h3{margin:0 0 12px}.sitemap-grid a{display:block;padding:7px 0;color:#0067b5;text-decoration:none}.sitemap-grid a:hover,.sitemap-grid a:focus{text-decoration:underline}@media (max-width:760px){.sitemap-grid{grid-template-columns:1fr}}@media (min-width:761px){.search-panel .filters{height:58px;min-height:58px;padding:6px;flex-wrap:nowrap;align-items:stretch}.search-panel .filter-control{height:44px;min-height:44px}.search-panel .filter-button{height:44px;min-height:44px}}.council-data-panel{margin-top:20px}.council-items{padding:16px;display:grid;gap:14px}.council-item{border:1px solid var(--line);border-radius:9px;padding:16px;background:#fff}.council-item h2{font-size:17px;margin:8px 0}.council-item h2 a{color:var(--text);text-decoration:none}.council-item h2 a:hover{color:var(--blue);text-decoration:underline}.council-item p{font-size:13px;line-height:1.55;color:#4f6075;margin:0}.council-item-meta,.council-item-links{display:flex;gap:10px;flex-wrap:wrap;align-items:center;font-size:11px;color:#68788d}.council-item-links{margin-top:12px}.council-item-links a{color:#0067b5}.data-source-section{margin-top:20px}.data-link-grid{padding:16px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.data-link-grid a{border:1px solid var(--line);border-radius:8px;padding:14px;text-decoration:none;background:#fbfdff}.data-link-grid strong,.data-link-grid span{display:block}.data-link-grid span{font-size:12px;color:#65758a;margin-top:5px}.document-list li>span{min-width:42px;text-align:center}@media(max-width:760px){.data-link-grid{grid-template-columns:1fr}}html{scrollbar-color:#0b6faa #dcecf6;scrollbar-width:thin}*::-webkit-scrollbar{width:10px;height:10px}*::-webkit-scrollbar-track{background:#dcecf6;border-radius:999px}*::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#1685c4,#075f9b);border:2px solid #dcecf6;border-radius:999px}*::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#0d73b2,#044f84)}@media (min-width:761px){.hero .filters{min-height:44px;height:44px;padding:5px;gap:7px;border-radius:7px}.hero .filter-control{min-width:0;height:32px}.hero .filter-button{min-width:98px;height:32px;padding:0 10px;gap:7px;border-radius:6px;font-size:11px;box-shadow:0 3px 8px rgba(24,63,91,.08)}.hero .filter-button b{font-size:10px}.hero .filter-menu{top:38px;min-width:190px;max-height:260px;border-radius:7px}.hero .filter-menu button{min-height:32px;padding:7px 11px;font-size:11px}}.inner-hero{background:linear-gradient(135deg,#eef8fe 0%,#d8edf8 55%,#c6e4f2 100%);border-bottom:1px solid #c7dbe8}.compact-inner-hero{min-height:210px;display:flex;align-items:center}.inner-hero-content{width:min(1480px,100%);margin:0 auto;padding:42px 4.5%}.inner-hero h1{margin:0 0 12px;font-size:36px;line-height:1.15;letter-spacing:-.035em}.inner-hero p:last-child{max-width:760px;margin:0;color:#465b71;font-size:15px;line-height:1.6}.council-data-panel{margin-top:0}.council-data-panel>.panel-heading{min-height:72px;align-items:center;gap:20px}.panel-subtitle{margin:5px 0 0;color:#647489;font-size:12px;font-weight:400}.council-total{flex:0 0 auto;min-width:92px;padding:0 10px;border-radius:999px;white-space:nowrap}.council-toolbar{margin:16px;grid-template-columns:minmax(280px,2fr) repeat(3,minmax(150px,1fr));background:#f7fbfe;border:1px solid #b9d5e7;border-left:5px solid #0a6eaa;border-radius:9px;box-shadow:0 5px 14px rgba(24,63,91,.06)}.council-toolbar label{display:block}.council-toolbar input,.council-toolbar select{width:100%;min-height:44px;border:1px solid #8eb9d4;border-radius:7px;background:#fff;color:var(--text);padding:0 12px}.council-toolbar input:focus,.council-toolbar select:focus{outline:3px solid rgba(11,111,170,.18);border-color:#0b6faa}.council-items{padding:0 16px 18px;display:grid;gap:14px}.council-item{border:1px solid var(--line);border-left:5px solid #0b6faa;border-radius:9px;padding:16px 18px;background:#fff;box-shadow:0 3px 12px rgba(20,59,87,.04)}.council-item:hover{border-color:#a9c8dc;box-shadow:0 7px 18px rgba(20,59,87,.08)}.council-item h2{font-size:17px;margin:9px 0 7px;line-height:1.35}.council-item h2 a{color:var(--text);text-decoration:none}.council-item h2 a:hover{color:var(--blue);text-decoration:underline}.council-item p{font-size:13px;line-height:1.6;color:#4f6075;margin:0}.council-item-meta,.council-item-links{display:flex;gap:10px;flex-wrap:wrap;align-items:center;font-size:11px;color:#68788d}.council-item-links{margin-top:12px}.council-item-links a{color:#0067b5;font-weight:500}.empty-state{margin:0;padding:26px 10px;color:#69798d;text-align:center}@media(max-width:1000px){.council-toolbar{grid-template-columns:1fr 1fr}}@media(max-width:760px){.compact-inner-hero{min-height:180px}.inner-hero-content{padding:32px 20px}.inner-hero h1{font-size:30px}.council-data-panel>.panel-heading{align-items:flex-start;flex-direction:column;padding-top:14px;padding-bottom:14px}.council-toolbar{grid-template-columns:1fr;margin:12px}.council-items{padding:0 12px 14px}}@media (min-width:761px){.hero{min-height:390px}.hero-content{padding-top:28px;padding-bottom:22px}.hero h1{margin-bottom:10px}.hero-copy{margin-bottom:16px}}.council-pdf-count{min-width:auto;padding:0 9px;white-space:nowrap;font-size:11px}.data-overview-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.data-overview-grid .stat-icon{font-size:13px;font-weight:700}@media(max-width:1000px){.data-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.data-overview-grid{grid-template-columns:1fr}}@media (min-width:761px){.hero .filters{min-height:58px;height:58px;padding:7px;gap:10px;border-radius:8px}.hero .filter-control{min-width:0;height:44px}.hero .filter-button{min-width:130px;height:44px;padding:0 14px;gap:10px;border-radius:8px;font-size:inherit;box-shadow:0 5px 12px rgba(24,63,91,.1)}.hero .filter-button b{font-size:inherit}.hero .filter-menu{top:50px;min-width:220px;max-height:320px;border-radius:8px}.hero .filter-menu button{min-height:38px;padding:9px 13px;font-size:12px}}#email{border:2px solid #0b6faa;box-shadow:0 0 0 1px rgba(11,111,170,.08)}#email:focus{outline:3px solid rgba(11,111,170,.22);outline-offset:1px;border-color:#075f9b}.brand-mark{display:flex;align-items:center;justify-content:center;overflow:hidden}.brand-mark img{width:100%;height:100%;display:block}.brand-mark svg{display:none}.brand-mark img{width:100%;height:100%;display:block;object-fit:contain}.site-header .brand,.site-header .brand:link,.site-header .brand:visited,.site-header .brand:hover,.site-header .brand:active{font-size:25px !important;line-height:1 !important;font-weight:400 !important;letter-spacing:-.04em !important}.site-header .brand>span:last-child{font:inherit !important;line-height:inherit !important}@media(max-width:760px){.site-header .brand,.site-header .brand:link,.site-header .brand:visited,.site-header .brand:hover,.site-header .brand:active{font-size:19px !important}}.timeline-panel{overflow:visible}.timeline-heading{min-height:72px;gap:18px}.timeline-count{min-width:90px;padding:0 10px;white-space:nowrap}.timeline-toolbar{margin:16px;grid-template-columns:minmax(260px,2fr) repeat(4,minmax(130px,1fr))}.timeline-toolbar input,.timeline-toolbar select{width:100%;min-height:44px;border:1px solid #8eb9d4;border-radius:7px;background:#fff;color:var(--text);padding:0 12px}.timeline-toolbar input:focus,.timeline-toolbar select:focus{outline:3px solid rgba(11,111,170,.18);border-color:#0b6faa}.timeline-status{margin:0 18px 12px;color:#627389;font-size:12px}.timeline-list{padding:0 18px 22px}.timeline-year-marker{margin:22px 0 10px 34px;color:#075f9b;font-size:21px}.timeline-event{position:relative;display:grid;grid-template-columns:24px minmax(0,1fr);gap:12px}.timeline-rail{position:relative;min-height:100%}.timeline-rail::before{content:"";position:absolute;top:0;bottom:0;left:11px;width:2px;background:#b8d8e9}.timeline-rail span{position:absolute;top:22px;left:5px;width:14px;height:14px;border:3px solid #fff;border-radius:50%;background:#0b6faa;box-shadow:0 0 0 2px #9cc8df}.timeline-event-card{margin-bottom:13px;border:1px solid var(--line);border-left:5px solid #0b6faa;border-radius:9px;padding:15px 17px;background:#fff;box-shadow:0 3px 12px rgba(20,59,87,.04)}.timeline-event-card:hover{border-color:#a9c8dc;box-shadow:0 7px 18px rgba(20,59,87,.08)}.timeline-event-meta,.timeline-event-details,.timeline-event-links{display:flex;flex-wrap:wrap;align-items:center;gap:9px;color:#65768a;font-size:11px}.timeline-event-card h3{margin:8px 0 7px;font-size:16px;line-height:1.4}.timeline-event-card h3 a{color:var(--text);text-decoration:none}.timeline-event-card h3 a:hover{color:var(--blue);text-decoration:underline}.timeline-event-card p{margin:0 0 11px;color:#4f6075;font-size:13px;line-height:1.55}.timeline-event-details span{padding:3px 7px;border-radius:999px;background:#eef5f9}.timeline-event-links{margin-top:11px}.timeline-event-links a{color:#0067b5;font-weight:500}.timeline-action{font-weight:600;color:#2c526f}@media(max-width:1050px){.timeline-toolbar{grid-template-columns:1fr 1fr}}@media(max-width:760px){.timeline-toolbar{grid-template-columns:1fr;margin:12px}.timeline-list{padding:0 12px 16px}.timeline-year-marker{margin-left:30px}}.relationship-group{margin:14px 0}.relationship-group h3{margin:0 0 7px;font-size:14px}.relationship-group ul{margin:0;padding-left:19px}.relationship-group li{margin:7px 0;font-size:12px;line-height:1.45}.relationship-group a{color:#0067b5}.relationship-note{margin-top:18px;padding:11px;border-left:4px solid #0b6faa;background:#eef7fc;color:#50647a;font-size:11px}.danger-button{border-color:#c53b47;color:#b12a35}.danger-button:hover{background:#fff1f2}.subscription-form input[hidden]{display:none}.council-verification-status{margin:0 0 14px;padding:11px 13px;border:1px solid #b8cad6;border-left:5px solid #6d8291;border-radius:7px;background:#f4f7f9;color:#42566a;font-size:12px;line-height:1.5}.council-verification-status strong{margin-right:6px}.council-verification-status a{margin-left:6px;color:#0067b5;font-weight:600}.verification-pass{border-left-color:#16845b;background:#eef9f4}.verification-warn{border-left-color:#c78614;background:#fff8e8}.verification-fail{border-left-color:#bf3542;background:#fff1f2}.status.consolidated{background:#fff2d9;color:#915e00;border-color:#e7bd65}.floating-back-to-top{position:fixed;right:22px;bottom:22px;z-index:80;min-height:42px;padding:0 16px;border:1px solid rgba(255,255,255,.35);border-radius:999px;background:#075f9b;color:#fff;font:inherit;font-size:12px;font-weight:600;cursor:pointer;box-shadow:0 8px 24px rgba(9,63,99,.24);opacity:0;visibility:hidden;transform:translateY(12px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease,background .2s ease}.floating-back-to-top:hover,.floating-back-to-top:focus-visible{background:#0b75b6}.floating-back-to-top:focus-visible{outline:3px solid rgba(33,150,213,.3);outline-offset:3px}.floating-back-to-top.is-visible{opacity:1;visibility:visible;transform:translateY(0)}@media(max-width:760px){.floating-back-to-top{right:14px;bottom:14px;min-height:40px;padding:0 14px}}@media(prefers-reduced-motion:reduce){.floating-back-to-top{transition:none}}.historical-repealed-card{cursor:default}.account-nav-link{border:1px solid rgba(7,95,155,.22);border-radius:999px;padding-inline:14px!important}.account-page{max-width:1120px}.account-message{margin:18px 0;padding:12px 15px;border:1px solid #b8d7e8;border-radius:12px;background:#eef8fc;color:#174f6e}.account-message.success{border-color:#9fd1bd;background:#effaf5;color:#175d42}.account-message.warning{border-color:#e8c77d;background:#fff8e8;color:#75520b}.account-message.error{border-color:#e0a8a8;background:#fff1f1;color:#8a2626}.account-signin-card{max-width:620px;text-align:center;padding:34px;margin-top:20px}.google-signin-button{display:inline-flex;align-items:center;gap:10px}.google-signin-button span{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#fff;color:#2767c5;font-weight:800}.account-profile-card{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:18px 0}.account-profile{display:flex;align-items:center;gap:14px}.account-profile img{width:58px;height:58px;border-radius:50%;object-fit:cover}.account-profile h2,.account-profile p{margin:0}.account-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.account-grid>.panel{padding:24px}.account-coming-soon{grid-column:1/-1}.account-preferences-form{display:grid;gap:16px}.account-preferences-form label:not(.checkbox-row){display:grid;gap:7px;font-weight:700}.account-preferences-form select{width:100%;padding:11px 12px;border:1px solid #9ebfd2;border-radius:10px;background:#fff;color:#163f58}.checkbox-row{display:flex;gap:10px;align-items:center}.checkbox-row input{width:18px;height:18px}html[data-density="compact"] .panel{padding-top:14px;padding-bottom:14px}html[data-density="compact"] .bylaw-row{padding-top:10px;padding-bottom:10px}@media(max-width:760px){.account-grid{grid-template-columns:1fr}.account-coming-soon{grid-column:auto}.account-profile-card{align-items:flex-start;flex-direction:column}.account-nav-link{border:0;border-radius:0;padding-inline:0!important}}.account-watchlist{grid-column:1;grid-row:1}.account-preferences{grid-column:1;grid-row:2}.account-subscriptions{grid-column:2;grid-row:1 / span 2}@media(max-width:760px){.account-subscriptions,.account-watchlist,.account-preferences{grid-column:auto;grid-row:auto}}.account-subscriptions fieldset{border:1px solid var(--line,#c8d8e5);border-radius:14px;padding:14px}.account-subscriptions legend{font-weight:700;padding:0 6px}.account-subscriptions .checkbox-row{margin:.55rem 0}.subscription-save-message{margin:.75rem 0 0}.subscription-save-message[hidden]{display:none !important}.detail-title-row{display:flex;align-items:flex-start;gap:10px}.detail-title-row h1{margin-top:0}.detail-watch-star{font-size:31px;margin-top:2px}.timeline-event-card h3{display:flex;align-items:flex-start;gap:8px}.account-watchlist-items{margin:12px 0 16px;padding:0}.account-watchlist-items li{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:1px solid var(--line)}.account-watchlist-items li:last-child{border-bottom:0}.account-watchlist-items .watch-star{font-size:21px}.featured-title-row{margin-bottom:8px}.pdf-viewer-page{max-width:1440px;margin:0 auto;padding:2rem clamp(1rem,3vw,2.5rem) 3rem}.pdf-return-link{display:inline-flex;margin-bottom:1rem}.pdf-viewer-panel{padding:1.25rem}.pdf-viewer-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap}.pdf-title-row{display:flex;align-items:flex-start;gap:.75rem;min-width:0}.pdf-title-row h1{margin:.15rem 0 0;overflow-wrap:anywhere}.pdf-watch-star{font-size:2rem;line-height:1;margin-top:.1rem;flex:0 0 auto}.pdf-viewer-actions{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap}.pdf-browser{display:block;width:100%;height:min(78vh,1000px);min-height:620px;margin-top:1rem;border:1px solid var(--border-color,#b8c7d9);border-radius:14px;background:#fff}@media (max-width:720px){.pdf-viewer-page{padding:1rem .75rem 2rem}.pdf-viewer-panel{padding:.8rem}.pdf-viewer-actions{width:100%}.pdf-viewer-actions .secondary-button{flex:1 1 auto}.pdf-browser{min-height:70vh;height:70vh}}.site-header .brand{flex:0 0 auto !important;min-width:0;transform:none !important}.site-header .brand-title{display:block;flex:0 0 auto;font-family:Inter,Arial,sans-serif !important;font-size:25px !important;line-height:1 !important;font-weight:400 !important;letter-spacing:-.04em !important;white-space:nowrap;transform:none !important}@media(max-width:760px){.site-header .brand-title{font-size:19px !important}}.latest-committee-panel{margin-top:0}.committee-toolbar{grid-template-columns:minmax(260px,2fr) repeat(3,minmax(150px,1fr)) auto}.compact-checkbox{align-self:center;white-space:nowrap}.committee-directory{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:18px 0 24px}.committee-directory-card{display:flex;flex-direction:column;gap:5px;padding:16px;border:1px solid var(--line);border-radius:8px;background:#fbfdff;text-decoration:none;color:inherit}.committee-directory-card:hover,.committee-directory-card:focus{border-color:#1683c4;box-shadow:0 4px 16px rgba(0,74,128,.1)}.committee-directory-card strong{color:#064f7f}.committee-directory-card span{font-weight:700}.committee-directory-card small{color:var(--muted)}@media(max-width:980px){.committee-toolbar{grid-template-columns:1fr 1fr}.committee-directory{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.committee-toolbar,.committee-directory{grid-template-columns:1fr}}.runtime-file-unavailable{opacity:.62;cursor:not-allowed}.runtime-file-unavailable small{display:block;margin-top:.35rem;font-weight:600}.mega-site-header{height:auto;min-height:0;padding:0;display:block;background:linear-gradient(105deg,#031c35,#063d70);border-bottom:1px solid #1783c5;box-shadow:0 5px 18px rgba(2,31,58,.16);color:#fff;position:relative;z-index:80}.header-main-row{min-height:102px;padding:14px 5.5%;display:flex;align-items:center;justify-content:space-between;gap:28px}.mega-site-header .brand{color:#fff;gap:17px;min-width:0}.mega-site-header .brand-mark{width:68px;height:68px;flex:0 0 68px;border-radius:50%;overflow:hidden;background:#fff;box-shadow:0 0 0 2px rgba(255,255,255,.16)}.mega-site-header .brand-copy{display:flex;flex-direction:column;gap:7px;min-width:0}.mega-site-header .brand-title{font-size:31px!important;font-weight:700!important;letter-spacing:-.035em!important;color:#fff}.mega-site-header .brand-copy small{font-size:15px;font-weight:500;letter-spacing:0;color:#61c5ff;white-space:nowrap}.header-actions{display:flex;align-items:center;gap:30px;margin-left:auto}.header-action{display:inline-flex;align-items:center;gap:9px;color:#fff;text-decoration:none;font-size:15px;font-weight:600;white-space:nowrap}.header-action:hover,.header-action:focus-visible{color:#74d0ff}.header-action svg,.nav-link svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}.header-action:nth-child(2) svg{fill:none}.mega-site-header .account-nav-link{border:0;border-radius:0;padding:0!important}.mega-site-header .primary-nav{height:62px;padding:0 5.5%;display:flex;align-items:stretch;justify-content:flex-start;gap:0;background:rgba(1,24,47,.42);border-top:1px solid rgba(78,183,240,.52)}.mega-site-header .nav-link{min-width:150px;height:100%;padding:0 22px;display:flex;align-items:center;justify-content:center;gap:10px;border:0;border-right:1px solid rgba(255,255,255,.04);background:transparent;color:#fff;text-decoration:none;font-size:15px;font-weight:650;position:relative;cursor:pointer}.mega-site-header .nav-link:hover,.mega-site-header .nav-link:focus-visible{background:rgba(12,91,151,.46);color:#fff}.mega-site-header .nav-link.active,.mega-site-header .nav-link[aria-expanded="true"]{background:#70c8f3;color:#001a31;font-weight:800;text-shadow:0 1px 0 rgba(255,255,255,.35)}.mega-site-header .nav-link.active svg,.mega-site-header .nav-link[aria-expanded="true"] svg{stroke-width:2.25}.mega-site-header .nav-link.active:after,.mega-site-header .nav-link[aria-expanded="true"]:after{content:"";height:6px;background:#008ee6;box-shadow:0 -2px 0 #bcecff,0 0 10px rgba(0,142,230,.55);position:absolute;left:10px;right:10px;bottom:0;border-radius:5px 5px 0 0}.mega-site-header .nav-link b{font-size:15px;font-weight:500;margin-left:1px}.mega-menu{position:absolute;left:0;right:0;top:100%;background:#fff;color:var(--text);border-top:1px solid #d6e3ee;box-shadow:0 18px 36px rgba(3,32,58,.18);padding:28px 5.5% 30px}.mega-menu[hidden]{display:none}.mega-menu-grid{max-width:1480px;margin:0 auto;display:grid;grid-template-columns:repeat(5,minmax(150px,1fr)) minmax(245px,1.25fr);gap:0}.mega-menu section{padding:0 24px;border-right:1px solid #dfe7ee;opacity:.84;transition:opacity .15s ease,background .15s ease}.mega-menu section:first-child{padding-left:0}.mega-menu section.mega-focus{opacity:1;background:#f5faff}.mega-menu h2{margin:0 0 12px;padding-bottom:10px;border-bottom:2px solid #238fda;font-size:14px;text-transform:uppercase;letter-spacing:.02em}.mega-menu section a{display:block;padding:8px 0;color:#102d4b;text-decoration:none;font-size:13px;font-weight:520}.mega-menu section a:hover,.mega-menu section a:focus-visible{color:#0068b5;text-decoration:underline;text-underline-offset:3px}.mega-search{margin-left:24px;padding:20px;border:1px solid #cfe4f5;border-radius:11px;background:#eef7ff;align-self:start}.mega-search h2{border:0;padding:0;margin-bottom:17px}.mega-search div{display:flex;background:#fff;border:1px solid #a9cae2;border-radius:7px;overflow:hidden}.mega-search input{width:100%;min-width:0;height:52px;border:0;padding:0 13px;outline:0;font-size:13px}.mega-search button{width:50px;border:0;border-left:1px solid #d5e3ee;background:#fff;color:#052e55;display:grid;place-items:center;cursor:pointer}.mega-search button svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2}.mega-search>a{display:inline-block;margin-top:18px;color:#005eb8;text-decoration:none;font-size:13px;font-weight:650}.mega-site-header .nav-toggle{display:none}@media(max-width:1180px){.header-actions{gap:18px}.mega-site-header .nav-link{min-width:0;flex:1;padding:0 13px}.mega-menu-grid{grid-template-columns:repeat(3,1fr)}.mega-menu section{border-right:0;border-bottom:1px solid #dfe7ee;padding:15px}.mega-search{margin:15px}}@media(max-width:760px){.mega-site-header{min-height:76px}.header-main-row{min-height:76px;padding:8px 16px}.mega-site-header .brand-mark{width:48px;height:48px;flex-basis:48px}.mega-site-header .brand-title{font-size:19px!important}.mega-site-header .brand-copy small{display:none}.header-actions{display:none}.mega-site-header .nav-toggle{display:block;margin-left:auto}.mega-site-header .nav-toggle span:not(.sr-only){background:#fff}.mega-site-header .primary-nav{display:none;position:absolute;top:76px;left:0;right:0;height:auto;padding:8px 14px 14px;background:#052c50;box-shadow:0 15px 24px rgba(10,42,69,.22);flex-direction:column;align-items:stretch}.mega-site-header .primary-nav.open{display:flex}.mega-site-header .nav-link{width:100%;height:48px;min-height:48px;justify-content:flex-start;padding:0 13px;border-right:0;border-bottom:1px solid rgba(255,255,255,.08)}.mega-site-header .nav-link.active:after,.mega-site-header .nav-link[aria-expanded="true"]:after{left:0;right:auto;top:8px;bottom:8px;width:3px;height:auto}.mega-menu{position:absolute;top:76px;padding:8px 14px 18px;max-height:calc(100vh - 76px);overflow:auto}.primary-nav.open~.mega-menu{top:calc(76px+350px)}.mega-menu-grid{display:block}.mega-menu section{padding:13px 4px}.mega-menu section:not(.mega-focus){display:none}.mega-menu section[data-mega-column="more"]{display:block}.mega-menu section.mega-focus~section[data-mega-column="more"]{display:none}.mega-search{margin:12px 0 0}}.account-watchlist #account-watchlist-count,.account-subscriptions #subscription-state{min-width:32px;height:32px;padding:5px 10px;border:1px solid #9ed8bd;border-radius:999px;background:#dff3ea;color:#08784e;font-size:15px;font-weight:700;line-height:1;display:inline-grid;place-items:center}.latest-council-heading h2{width:100%}.latest-council-heading .count{align-self:flex-start}.panel-heading h2{display:flex;align-items:center}@media(max-width:760px){.mega-site-header .nav-link.active:after,.mega-site-header .nav-link[aria-expanded="true"]:after{width:6px;left:0;right:auto;top:7px;bottom:7px;height:auto;border-radius:0 5px 5px 0}}#latest-committee-list .latest-council-item h3{font-size:14px;line-height:1.35;margin:7px 0 5px}#latest-committee-list .latest-council-item h3 a{font-size:inherit;line-height:inherit}#latest-committee-list .latest-council-item>p{font-size:11px;line-height:1.4;margin:0}.featured-card h3{font-size:15px;line-height:1.4}@media(max-width:760px){#latest-committee-list .latest-council-item h3{font-size:13px}.featured-card h3{font-size:14px}}#latest-committee-list .latest-council-item h3 a{color:var(--text);text-decoration:none;transition:color .18s ease,text-decoration-color .18s ease}#latest-committee-list .latest-council-item h3 a:hover,#latest-committee-list .latest-council-item h3 a:focus-visible{color:#0067b5;text-decoration:underline}#latest-committee-list .council-item-meta{font-size:11px;line-height:1.4;color:#68788d}#latest-committee-list .latest-council-item>p{font-size:11px;line-height:1.4;color:#68788d;margin:0}.mega-site-header .nav-link.active{background:transparent;color:#fff;font-weight:650;text-shadow:none}.mega-site-header .nav-link.active svg{stroke-width:2}.mega-site-header .nav-link.active:after{display:none}.mega-site-header .nav-link[aria-expanded="true"]{background:rgba(12,91,151,.46);color:#fff;font-weight:650;text-shadow:none}.mega-site-header .nav-link[aria-expanded="true"] svg{stroke-width:2}.mega-site-header .nav-link[aria-expanded="true"]:after{content:"";display:block;height:3px;background:#2aa7ef;box-shadow:none;position:absolute;left:18px;right:18px;bottom:0;border-radius:3px 3px 0 0}.mega-menu section a.mega-current,.mega-menu section a[aria-current="page"]{margin:2px -10px;padding:9px 10px 9px 13px;color:#002f5d;background:#d9efff;border:2px solid #0077c8;border-left-width:5px;border-radius:5px;font-weight:800;text-decoration:none;box-shadow:inset 0 -2px 0 #79c7f2}.mega-menu section a.mega-current:hover,.mega-menu section a.mega-current:focus-visible,.mega-menu section a[aria-current="page"]:hover,.mega-menu section a[aria-current="page"]:focus-visible{color:#001d3b;background:#c6e8ff;border-color:#005fa3;border-left-color:#005fa3;box-shadow:inset 0 -3px 0 #168fd2}.mega-menu section a.mega-current-suppressed{margin:0;padding:8px 0;color:#102d4b;background:transparent;border:0;border-radius:0;font-weight:520;text-decoration:none;box-shadow:none}.mega-site-header .header-action.account-nav-link.active,.mega-site-header .header-action.account-nav-link[aria-current="page"]{color:#fff;background:rgba(39,153,220,.28);box-shadow:inset 0 -3px 0 #4fc3ff;border-radius:6px}@media(max-width:760px){.mega-site-header .nav-link.active:after{display:none}.mega-site-header .nav-link[aria-expanded="true"]:after{display:block;width:3px;left:0;right:auto;top:8px;bottom:8px;height:auto;border-radius:0 3px 3px 0}.primary-nav.open~.mega-menu{top:var(--mobile-mega-top,76px)}}@media(max-width:980px){.changes-table{min-width:620px;font-size:11.5px}.changes-table th,.changes-table td{padding-left:7px;padding-right:7px}.changes-table th:nth-child(3),.changes-table td:nth-child(3){min-width:190px}}.mega-menu section.mega-focus a,.mega-menu section.mega-focus a.mega-current,.mega-menu section.mega-focus a[aria-current="page"]{margin:3px 0;padding:8px 10px;color:#102d4b;background:#f7fbff;border:2px solid #8fc9ee;border-left-width:4px;border-radius:5px;font-weight:650;text-decoration:none;box-shadow:inset 0 -2px 0 #c7e8fa}.mega-menu section.mega-focus a:hover,.mega-menu section.mega-focus a:focus-visible,.mega-menu section.mega-focus a.mega-current:hover,.mega-menu section.mega-focus a.mega-current:focus-visible,.mega-menu section.mega-focus a[aria-current="page"]:hover,.mega-menu section.mega-focus a[aria-current="page"]:focus-visible{color:#003b6f;background:#e5f4ff;border-color:#238fda;border-left-color:#0879bf;box-shadow:inset 0 -3px 0 #76c4ee}#subscription-summary-status a{color:inherit;text-decoration:none;font:inherit}#subscription-summary-status a:hover,#subscription-summary-status a:focus-visible{text-decoration:underline}.table-sort span{color:#0067b5}.changes-table td:last-child a{display:inline-block;font-size:18px;line-height:1;font-weight:700;color:#0067b5;text-decoration:none}.changes-table td:last-child a:hover,.changes-table td:last-child a:focus-visible{color:#004f8f;transform:translateX(1px)}.latest-committee-panel>.committee-view-all{display:inline-flex;margin-top:20px}#sources>.council-view-all{display:inline-flex;align-items:center;justify-content:flex-start;gap:4px;width:auto;margin-left:0;margin-right:auto;text-align:left}#sources>.council-view-all span{font-size:1.1em;line-height:1}.admin-access-panel{max-width:760px;margin:2rem auto}.admin-access-panel .button-row{margin-top:1rem}.admin-page>[hidden]{display:none!important}.admin-page{max-width:1280px}.admin-page>[hidden]{display:none!important}.admin-access-panel{max-width:680px;margin:2rem auto;padding:38px;text-align:center}.admin-access-panel h1{margin:.2rem 0 .7rem}.admin-access-panel>p:not(.eyebrow){max-width:520px;margin-left:auto;margin-right:auto;color:#42576e;line-height:1.65}.admin-access-icon{width:64px;height:64px;margin:0 auto 16px;display:grid;place-items:center;border:1px solid #b9d9eb;border-radius:50%;background:#eef8fd;font-size:28px}.admin-access-actions{justify-content:center;flex-wrap:wrap}.admin-hero-panel{padding:28px 30px;display:flex;align-items:center;justify-content:space-between;gap:28px;background:linear-gradient(115deg,#f1f9fe 0%,#fff 70%);border-left:5px solid #1687c4}.admin-hero-copy{max-width:760px}.admin-hero-copy h1{margin:0 0 9px;font-size:34px;letter-spacing:-.035em}.admin-hero-copy>p:last-child{margin:0;color:#40566e;line-height:1.65}.admin-identity{min-width:245px;padding:18px;border:1px solid #c9dce9;border-radius:10px;background:rgba(255,255,255,.9);display:flex;flex-direction:column;align-items:flex-start;gap:5px}.admin-identity>span:not(.admin-private-badge){font-size:12px;color:var(--muted);overflow-wrap:anywhere}.admin-identity .secondary-button{margin-top:8px;width:100%}.admin-private-badge{display:inline-flex;padding:4px 8px;border-radius:999px;background:#e8f5fc;color:#075f9d;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.admin-status-bar{min-height:48px;margin:14px 0 18px;padding:9px 14px;display:flex;align-items:center;gap:10px;border:1px solid #ccdae5;border-radius:10px;background:#fff;font-size:12px}.admin-status-bar>span:last-of-type{margin-left:auto;color:var(--muted)}.admin-status-dot{width:10px;height:10px;border-radius:50%;flex:0 0 auto}.admin-status-dot.checking{background:#e7a315;animation:admin-pulse 1.1s infinite alternate}.admin-status-dot.healthy{background:#14a46f}.admin-status-dot.warning{background:#d54b55}.admin-refresh-button{min-height:32px;padding:0 11px;border:1px solid #4788bd;border-radius:6px;background:#fff;color:#005da8;font-size:11px;font-weight:700;cursor:pointer}.admin-refresh-button:hover{background:#eef7fd}.admin-refresh-button:disabled{opacity:.55;cursor:wait}@keyframes admin-pulse{to{opacity:.38}}.admin-overview-grid{margin:0 0 18px}.admin-status-overview-grid{margin-top:-2px}.admin-dashboard-grid{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr);gap:18px;margin-bottom:18px}.admin-health-panel,.admin-command-panel,.admin-quick-panel,.admin-data-panel{overflow:visible}.admin-file-health{display:grid}.admin-loading-row{margin:0;padding:18px;color:var(--muted)}.admin-health-row{min-height:64px;padding:11px 16px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;border-bottom:1px solid #e6edf2}.admin-health-row:last-child{border-bottom:0}.admin-health-row strong,.admin-health-row small{display:block}.admin-health-row strong{font-size:13px}.admin-health-row small{margin-top:4px;color:var(--muted);font-size:10px;line-height:1.4}.admin-health-indicator{width:11px;height:11px;border-radius:50%}.admin-health-indicator.available{background:#14a46f}.admin-health-indicator.protected{background:#1687c4}.admin-health-indicator.missing{background:#d54b55}.admin-health-indicator.optional{background:#d49b1e}.admin-health-status{max-width:210px;padding:4px 8px;border-radius:999px;font-size:10px;font-weight:800;line-height:1.25;text-align:center}.admin-health-status.available{background:#e4f6ef;color:#08784e}.admin-health-status.protected{background:#e5f4ff;color:#075f9d}.admin-health-status.missing{background:#fde7e9;color:#a8232e}.admin-health-status.optional{background:#fff3d9;color:#825a00}.admin-panel-note{margin:14px 16px 16px}.admin-command-list{display:grid;gap:11px;padding:14px}.admin-command-card{padding:13px;border:1px solid #d8e2ea;border-radius:9px;background:#fbfdff}.admin-command-card strong,.admin-command-card span{display:block}.admin-command-card strong{font-size:13px}.admin-command-card span{margin-top:3px;color:var(--muted);font-size:10px;line-height:1.45}.admin-command-row{display:flex;align-items:stretch;gap:7px;margin-top:10px}.admin-command-row code{min-width:0;flex:1;padding:9px 10px;border:1px solid #d2dee7;border-radius:6px;background:#f2f6f9;color:#163c57;font-size:10px;overflow:auto;white-space:nowrap}.admin-command-row button{flex:0 0 auto;border:1px solid #4788bd;border-radius:6px;background:#fff;color:#005da8;padding:0 11px;font-size:10px;font-weight:800;cursor:pointer}.admin-command-row button:hover{background:#eaf5fc}.admin-copy-status{min-height:18px;margin:0 14px 14px;color:#08784e;font-size:10px}.admin-quick-panel,.admin-data-panel{margin-bottom:18px}.admin-quick-grid{padding:15px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px}.admin-quick-grid a{min-height:105px;padding:15px;border:1px solid #d8e2ea;border-radius:9px;background:#fbfdff;text-decoration:none;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;align-content:center;column-gap:11px;transition:.16s ease}.admin-quick-grid a:hover,.admin-quick-grid a:focus-visible{border-color:#1687c4;background:#f2f9fd;transform:translateY(-1px);outline:none;box-shadow:0 6px 16px rgba(20,71,105,.08)}.admin-quick-grid a>span{grid-row:1/3;width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:#e8f5fc;color:#075f9d;font-weight:800}.admin-quick-grid strong{font-size:13px}.admin-quick-grid small{margin-top:4px;color:var(--muted);line-height:1.35}.admin-data-links a{position:relative;padding-right:90px}.admin-data-links a:after{content:"Open";position:absolute;right:13px;top:50%;transform:translateY(-50%);font-size:10px;font-weight:800;color:#0067b5}.admin-data-links a.runtime-file-unavailable:after{content:"Missing";color:#a8232e}.admin-data-links .admin-unavailable-note{color:#a8232e}.admin-security-panel{padding:23px 25px;display:flex;align-items:center;justify-content:space-between;gap:25px;border-left:5px solid #e0a63a;background:#fffaf0}.admin-security-panel h2{margin:0 0 8px;font-size:18px}.admin-security-panel p:last-child{max-width:850px;margin:0;color:#5c4b25;line-height:1.6;font-size:12px}@media(max-width:900px){.admin-dashboard-grid{grid-template-columns:1fr}.admin-quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.admin-access-panel{padding:25px 18px}.admin-hero-panel,.admin-security-panel{align-items:stretch;flex-direction:column}.admin-identity{min-width:0;width:100%}.admin-status-bar{align-items:flex-start;flex-wrap:wrap}.admin-status-bar>span:last-of-type{width:100%;margin-left:20px}.admin-refresh-button{margin-left:auto}.admin-quick-grid{grid-template-columns:1fr}.admin-health-row{grid-template-columns:auto minmax(0,1fr)}.admin-health-status{grid-column:2;justify-self:start}.admin-command-row{align-items:stretch}.admin-command-row code{white-space:normal;overflow-wrap:anywhere}.admin-security-panel .secondary-button{width:100%}}@media(prefers-reduced-motion:reduce){.admin-status-dot.checking{animation:none}}.admin-data-links a.runtime-file-protected:after{content:"Protected";color:#075f9d}.admin-data-links .runtime-file-protected .admin-unavailable-note{color:#075f9d}.admin-data-links .runtime-file-protected .admin-unavailable-note{max-width:190px;line-height:1.35}.admin-panel-note{line-height:1.65}.featured-watchlist-stack{display:flex;flex-direction:column;gap:20px;min-width:0}.featured-watchlist-stack .featured-panel,.featured-watchlist-stack #watchlist-summary{height:auto;min-height:0}.featured-watchlist-stack #watchlist-summary{padding-bottom:15px}@media(max-width:760px){.featured-watchlist-stack{gap:16px}}.committee-toolbar label:not(.compact-checkbox){display:block;min-width:0}.committee-toolbar input[type=search],.committee-toolbar select{width:100%;min-width:0;height:46px;border:2px solid #8eb9d4;border-radius:8px;background:#fff;color:var(--text);padding:0 13px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.78);transition:border-color .18s ease,box-shadow .18s ease,outline-color .18s ease}.committee-toolbar input[type=search]::placeholder{color:#66778b;opacity:1}.committee-toolbar input[type=search]:hover,.committee-toolbar select:hover{border-color:#0a6eaa}.committee-toolbar input[type=search]:focus,.committee-toolbar select:focus{border-color:#005c9e;outline:3px solid rgba(22,135,196,.22);outline-offset:2px;box-shadow:0 0 0 1px #fff}.committee-toolbar .compact-checkbox{min-height:46px;padding:0 13px;border:2px solid #8eb9d4;border-radius:8px;background:#fff;color:var(--text);cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease}.committee-toolbar .compact-checkbox:hover{border-color:#0a6eaa}.committee-toolbar .compact-checkbox:focus-within{border-color:#005c9e;outline:3px solid rgba(22,135,196,.22);outline-offset:2px;box-shadow:0 0 0 1px #fff}.committee-toolbar .compact-checkbox input{width:18px;height:18px;margin:0;padding:0;accent-color:#0068b5}
