@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap);:root{--bg-app:#0b1622;--bg-surface:#0f1e2d;--bg-panel:#111f2e;--bg-muted:#162737;--border-subtle:#ffffff0f;--accent-warn:#eab308;--radius:8px;--transition:160ms ease}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}body,html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0b1622;background-color:var(--bg-app);color:#f3f4f6;color:var(--text-primary);font-family:Inter,sans-serif;height:100%;line-height:1.6;margin:0;overflow-x:hidden}h1,h2,h3,h4{font-weight:600;letter-spacing:.3px;text-align:center}code{color:#2a6df4;color:var(--accent-data);font-family:Menlo,Monaco,Consolas,monospace}button,input,textarea{background-color:#111f2e;background-color:var(--bg-panel);border:1px solid #ffffff0f;border:1px solid var(--border-subtle);border-radius:8px;border-radius:var(--radius);color:#f3f4f6;color:var(--text-primary);font-family:inherit;font-size:1rem;margin:0;padding:.6rem .9rem;transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease;transition:border-color var(--transition),box-shadow var(--transition),background-color var(--transition)}input:focus,textarea:focus{border-color:#2a6df4;border-color:var(--accent-data);box-shadow:0 0 0 2px #2a6df433;outline:none}button{background-color:#162737;background-color:var(--bg-muted);cursor:pointer;font-weight:600}button:hover{background-color:#111f2e;background-color:var(--bg-panel);border-color:#2a6df4;border-color:var(--accent-data)}button:active{transform:translateY(1px)}#root{display:flex;flex-direction:row}#sidebar{background-color:#0f1e2d;background-color:var(--bg-surface);border-right:1px solid #ffffff0f;border-right:1px solid var(--border-subtle);display:flex;flex-direction:column;height:100%;position:fixed;width:22rem}#sidebar h1{border-top:1px solid #ffffff0f;border-top:1px solid var(--border-subtle);color:#9ca3af;color:var(--text-secondary);font-size:.9rem;font-weight:600;letter-spacing:1px;padding:1rem 2rem;text-transform:uppercase}#sidebar nav{flex:1 1;overflow:auto;padding:1rem 1.5rem}#sidebar ul{list-style:none;margin:0;padding:0}#sidebar li{margin:.4rem 0}#sidebar nav a{align-items:center;border-radius:8px;border-radius:var(--radius);color:#9ca3af;color:var(--text-secondary);display:flex;justify-content:space-between;padding:.6rem .8rem;text-decoration:none;transition:background-color .16s ease,color .16s ease;transition:background-color var(--transition),color var(--transition)}#sidebar nav a:hover{background:#162737;background:var(--bg-muted);color:#f3f4f6;color:var(--text-primary)}#sidebar nav a.active{background:#2a6df426;border-left:3px solid #2a6df4;border-left:3px solid var(--accent-data);color:#f3f4f6;color:var(--text-primary)}#sidebar nav a.pending{color:#2a6df4;color:var(--accent-data)}#detail{width:100%}#detail.loading{opacity:.4;transition:opacity .2s}#highlights{background:#111f2e;background:var(--bg-panel);border:1px solid #ffffff0f;border:1px solid var(--border-subtle);border-radius:8px;border-radius:var(--radius);padding:2rem;text-align:center}.box-container{grid-gap:2rem;align-items:stretch;display:grid;gap:2rem;grid-auto-rows:minmax(100px,auto);grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1.25fr)}.box-wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center;min-width:0}.box{background:#162737;background:var(--bg-muted);border:1px solid #ffffff0f;border:1px solid var(--border-subtle);border-radius:8px;border-radius:var(--radius);color:#f3f4f6;color:var(--text-primary);font-size:1.8rem;font-weight:700;padding:1rem 1.5rem;transition:transform .16s ease,border-color .16s ease;transition:transform var(--transition),border-color var(--transition)}.box:hover{border-color:#2a6df4;border-color:var(--accent-data);transform:translateY(-4px)}.box-title{color:#9ca3af;color:var(--text-secondary);font-size:.95rem;margin-top:.8rem}.box-subtitle{color:#6b7280;color:var(--text-muted);font-size:.85rem}#profile-map-container{background-color:#0f1e2d;background-color:var(--bg-surface);border-right:1px solid #ffffff0f;border-right:1px solid var(--border-subtle);height:calc(100vh - 80px);left:0;position:fixed;top:80px;width:60%}#profile-content{background-color:#111f2e;background-color:var(--bg-panel);height:calc(100vh - 80px);overflow-y:auto;padding:0 2rem 2rem;position:absolute;right:0;top:80px;width:40%}#text-data-box{background:#162737;background:var(--bg-muted);border:1px solid #ffffff0f;border:1px solid var(--border-subtle);border-radius:8px;border-radius:var(--radius);padding:1.5rem;transition:border-color .16s ease,transform .16s ease;transition:border-color var(--transition),transform var(--transition)}#text-data-box:hover{border-color:#2a6df4;border-color:var(--accent-data);transform:translateY(-2px)}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}@media (max-width:768px){#profile-map-container{bottom:0;display:flex;flex-direction:column;height:40%;top:auto;transition:height .3s ease;width:100%}#profile-map-container.minimized{height:40px}#profile-content{height:60%;top:80px;transition:height .3s ease;width:100%}#profile-content.full-height{height:100vh}#profile-content.map-expanded,#profile-map-container.minimized~#profile-content{height:calc(100vh - 80px)}#map-toggle-btn{background:#162737;background:var(--bg-muted);border-bottom:1px solid #ffffff0f;border-bottom:1px solid var(--border-subtle);border-radius:0;font-weight:600;width:100%}}.main-container{color:#000;display:flex;flex-direction:column;position:relative}#profile-stream{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;padding:2px}.city-title{font-size:4rem;text-align:center}#donor-map{display:flex;flex-direction:column}.city-card{background:linear-gradient(180deg,#0d1420,#0a0f1a);border:1px solid #00ffa314;border-radius:14px;box-shadow:0 0 0 1px #00ffa308,0 12px 30px #0009;height:280px;margin:3rem auto;overflow:hidden;padding:1.5rem;position:relative;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.city-card:hover{border-color:#00ffa333;box-shadow:0 0 20px #00ffa30f,0 18px 40px #000000b3;transform:translateY(-6px)}.city-overlay{align-items:center;background:linear-gradient(180deg,#0a0f1ad9,#0a0f1aa6);display:flex;inset:0;justify-content:center;position:absolute}.city-overlay h1{color:#f3f4f6;font-size:5rem;font-weight:700;letter-spacing:2px;text-shadow:0 0 25px #00ffa326;text-transform:uppercase}#city-stream{display:flex;flex-direction:column;justify-content:center}#city-stream ul{padding:2rem 3rem}@media (max-width:768px){.city-card{height:220px;margin:2rem auto}.city-overlay h1{font-size:3.5rem}}@media (max-width:480px){.city-card{border-radius:10px;height:160px;margin:2rem 0;width:100%}.city-overlay h1{font-size:2.2rem;letter-spacing:1px}#city-stream ul{padding:1rem}}.profileSnapshot{align-items:center;align-self:start;background-color:var(--bg-panel);border:1px solid var(--border-subtle);border-radius:var(--radius);box-sizing:border-box;color:var(--text-primary);display:flex;flex-direction:column;margin:0;padding:1.25rem;text-align:center;transition:transform .16s ease,border-color .16s ease,background-color .16s ease;width:100%}.profile-stream-link:hover .profileSnapshot{background-color:var(--bg-muted);border-color:var(--accent-data);box-shadow:0 8px 22px #00000059;transform:translateY(-3px)}.profile-snapshot-name{color:var(--text-primary);font-size:1.05rem;font-weight:600;letter-spacing:.1px;line-height:1.3;margin:0 0 .9rem;max-width:280px;width:100%}.profile-headshot{background-color:var(--bg-muted);border:2px solid var(--border-subtle);border-radius:50%;display:block;height:180px;margin:0 auto;object-fit:cover;transition:transform .16s ease,border-color .16s ease;width:180px}.profile-stream-link:hover .profile-headshot{border-color:var(--accent-data);transform:scale(1.02)}.profile-district{color:var(--accent-data);font-size:.85rem;font-weight:650;letter-spacing:.3px;margin-top:.85rem}.profile-election-info{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:1rem;max-width:280px;width:100%}.profile-election{background:var(--bg-muted);border:1px solid var(--border-subtle);border-left:2px solid var(--accent-data);border-radius:6px;display:flex;flex-direction:column;justify-content:center;min-width:0;padding:.55rem .5rem;text-align:center}.profile-election-next{border-left-color:var(--accent-alert)}.profile-election-label{color:var(--text-secondary);font-size:.62rem;font-weight:600;letter-spacing:.45px;margin-bottom:.2rem;text-transform:uppercase}.profile-election strong{color:var(--text-primary);font-size:.78rem;font-weight:600}@media (max-width:480px){.profileSnapshot{padding:1rem}.profile-headshot{height:160px;width:160px}.profile-snapshot-name{font-size:1rem}.profile-election-info{max-width:260px}}@media (prefers-reduced-motion:reduce){.profile-headshot,.profileSnapshot{transition:none}}.profile-stream{box-sizing:border-box;margin:1.5rem auto;max-width:1200px;width:100%}.profile-stream-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));width:100%}.profile-stream-link{border-radius:14px;color:inherit;display:block;min-width:0;outline:none;text-decoration:none}.profile-stream-link:focus-visible{outline:2px solid var(--accent-data);outline-offset:3px}.profile-stream-link-active .profileSnapshot{border-color:var(--accent-data);box-shadow:0 0 0 1px #00ffa314,0 0 20px #00ffa30d}.profile-stream-empty{align-items:center;background:var(--bg-panel);border:1px solid var(--border-subtle);border-radius:var(--radius);box-sizing:border-box;color:var(--text-secondary);display:flex;font-size:.85rem;justify-content:center;min-height:120px;padding:1.5rem}@media (max-width:900px){.profile-stream-grid{gap:.85rem;grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.profile-stream{margin:1rem 0 1.5rem}.profile-stream-grid{gap:.75rem;grid-template-columns:1fr}}#data-source-btn{background:#162737;color:#fff;padding:5px}#data-source-btn,#district-locator-btn{border:2px solid #ffffff0f;border-radius:10px;font-size:1rem;text-decoration:none}#district-locator-btn{background-color:#fff;color:#0f325a;padding:3px}#district-locator-btn:hover{background:#f5f5f5}#header{align-items:center;color:#0f325a;font-size:2rem;margin:8px;padding:2px;text-align:center;transition:all .2s ease}#city-header-name{left:0}.row-span{align-items:center;display:flex;flex-direction:row;justify-content:space-evenly}button{height:40px}@media (max-width:480px){#header h1{font-size:32px}#header button a{font-size:14px}}.election-cycle-filter{align-items:center;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:#0d1420f0;border:1px solid #00ffa312;border-radius:10px;box-shadow:0 0 0 1px #00ffa305,0 6px 18px #00000073;box-sizing:border-box;display:flex;gap:.7rem;justify-content:center;margin:.75rem auto;max-width:1200px;padding:.55rem .75rem;position:-webkit-sticky;position:sticky;top:2px;transition:border-color .2s ease,box-shadow .2s ease;width:100%;z-index:100}.election-cycle-filter:hover{border-color:#00ffa321;box-shadow:0 0 15px #00ffa308,0 8px 22px #00000080}.election-cycle-filter-label{color:#64748b;font-size:.68rem;font-weight:600;letter-spacing:.55px;text-transform:uppercase;white-space:nowrap}.election-cycle-select-wrapper{position:relative}.election-cycle-select{appearance:none;-webkit-appearance:none;background:#111827;border:1px solid #00ffa31a;border-radius:7px;color:#cbd5e1;cursor:pointer;font-family:Inter,Poppins,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.75rem;font-weight:500;line-height:1.4;outline:none;padding:.45rem 2rem .45rem .7rem;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease;width:230px}.election-cycle-select:hover{background:#151e2d;border-color:#00ffa338}.election-cycle-select:focus{border-color:#00ffa373;box-shadow:0 0 0 2px #00ffa314}.election-cycle-select-wrapper:after{border-bottom:1px solid #64748b;border-right:1px solid #64748b;content:"";height:6px;pointer-events:none;position:absolute;right:.75rem;top:50%;transform:translateY(-65%) rotate(45deg);width:6px}.election-cycle-select-wrapper:focus-within:after{border-color:#00ffa3}.election-cycle-select:disabled{cursor:not-allowed;opacity:.5}.election-cycle-select option{background:#111827;color:#e5e7eb}@media (max-width:600px){.election-cycle-filter{gap:.5rem}.election-cycle-select{width:200px}}@media (max-width:480px){.election-cycle-filter{margin:.5rem 0;padding:.45rem .6rem}.election-cycle-filter-label{font-size:.62rem}.election-cycle-select{font-size:.7rem;padding:.4rem 1.8rem .4rem .6rem;width:175px}}@media (prefers-reduced-motion:reduce){.election-cycle-filter,.election-cycle-select{transition:none}}#timeline-graph-container{align-items:center;background:linear-gradient(180deg,#0d1420,#0a0f1a);border:1px solid #00ffa30f;border-radius:var(--radius);box-shadow:0 0 0 1px #00ffa308,0 10px 30px #0009;box-sizing:border-box;display:flex;flex-direction:column;margin:2rem auto;max-width:1200px;padding:1.5rem 1.75rem;width:100%}#cumulative-contributions-line-chart-wrapper{align-items:center;display:flex;height:550px;justify-content:center;margin-bottom:1.5rem;max-width:900px;width:100%}#timeline-graph-title{color:var(--text-primary);font-weight:600;letter-spacing:.4px;margin-bottom:.5rem;text-align:center}#timeline-graph-description{color:var(--text-secondary);font-size:.95rem;font-weight:400;line-height:1.6;margin-bottom:1.5rem;max-width:750px;text-align:center}#timeline-graph-canvas{height:450px;max-width:900px;width:100%}.scrollable-legend{border-top:1px solid var(--border-subtle);margin-top:1rem;overflow-x:auto;padding-top:1rem;width:100%}.chartjs-legend,.chartjs-legend ul{display:flex;flex-wrap:wrap;gap:1rem}.chartjs-legend ul{list-style:none;margin:0;padding:0}.chartjs-legend li{align-items:center;border-radius:var(--radius);color:var(--text-secondary);display:flex;font-size:.85rem;font-weight:500;gap:.5rem;padding:.3rem .6rem;transition:background-color .16s ease,color .16s ease}.chartjs-legend li:hover{background-color:var(--bg-muted);color:var(--text-primary)}.chartjs-legend li span{border-radius:50%;display:block;height:12px;width:12px}@media (max-width:1024px){#cumulative-contributions-line-chart-wrapper{height:500px}#timeline-graph-canvas{height:420px}}@media (max-width:768px){#timeline-graph-container{padding:1.5rem}#timeline-graph-title{font-size:1.2rem}#timeline-graph-description{font-size:.9rem;max-width:90%}#cumulative-contributions-line-chart-wrapper{height:450px}#timeline-graph-canvas{height:400px}.chartjs-legend ul{flex-direction:column;gap:.6rem}.chartjs-legend li{font-size:.8rem}}@media (max-width:480px){#timeline-graph-container{padding:1rem}#timeline-graph-title{font-size:1.05rem}#timeline-graph-description{font-size:.85rem}#cumulative-contributions-line-chart-wrapper{height:380px}#timeline-graph-canvas{height:350px}}.pac-funding{background:linear-gradient(180deg,#0d1420,#0a0f1a);border:1px solid #00ffa314;border-radius:14px;box-shadow:0 0 0 1px #00ffa308,0 12px 30px #0009;margin:2rem auto;max-width:1200px;padding:1.5rem 1.75rem;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.pac-funding:hover{border-color:#00ffa32e;box-shadow:0 0 20px #00ffa30d,0 16px 35px #000000b3}.pac-funding-header{align-items:center;display:flex;justify-content:center;margin-bottom:1rem;text-align:center}.pac-funding-header>div{width:100%}.pac-funding-header h2{color:#e5e7eb;font-size:1.15rem;font-weight:600;letter-spacing:.2px;margin:0 0 .45rem}.pac-funding-header p{color:#94a3b8;font-size:.85rem;line-height:1.55;margin:0 auto;max-width:760px}.pac-funding-header strong{color:#cbd5e1;font-weight:600}.pac-funding-chart{margin-top:.5rem;min-height:360px;width:100%}.pac-funding-no-pac{border-top:1px solid #ffffff0d;color:#64748b;display:flex;flex-wrap:wrap;font-size:.7rem;gap:.75rem 1.5rem;line-height:1.4;margin-top:.5rem;padding-top:.85rem}.pac-funding-no-pac h3{color:#64748b;font-size:.7rem;font-weight:400;margin:0;width:100%}.pac-funding-no-pac ul{display:flex;flex-wrap:wrap;gap:.4rem 1.5rem;list-style:none;margin:0;padding:0;width:100%}.pac-funding-no-pac li{align-items:center;display:inline-flex}@media (max-width:768px){.pac-funding{border-radius:12px;margin:1.5rem 0;padding:1.25rem 1rem}.pac-funding-header h2{font-size:1.05rem}.pac-funding-header p{font-size:.8rem}.pac-funding-chart{min-height:320px}.pac-funding-no-pac,.pac-funding-no-pac ul{flex-direction:column;gap:.4rem}}@media (max-width:480px){.pac-funding{padding:1rem .75rem}.pac-funding-chart{min-height:280px}.pac-funding-no-pac{font-size:.65rem}}.tabulator{background-color:#888;border:1px solid #999;font-size:14px;overflow:hidden;position:relative;text-align:left;transform:translateZ(0)}.tabulator[tabulator-layout=fitDataFill] .tabulator-tableholder .tabulator-table{min-width:100%}.tabulator[tabulator-layout=fitDataTable]{display:inline-block}.tabulator.tabulator-block-select,.tabulator.tabulator-ranges .tabulator-cell:not(.tabulator-editing){-webkit-user-select:none;user-select:none}.tabulator .tabulator-header{background-color:#e6e6e6;border-bottom:1px solid #999;box-sizing:border-box;color:#555;font-weight:700;outline:none;overflow:hidden;position:relative;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;white-space:nowrap;width:100%}.tabulator .tabulator-header.tabulator-header-hidden{display:none}.tabulator .tabulator-header .tabulator-header-contents{overflow:hidden;position:relative}.tabulator .tabulator-header .tabulator-header-contents .tabulator-headers{display:inline-block}.tabulator .tabulator-header .tabulator-col{background:#e6e6e6;border-right:1px solid #aaa;box-sizing:border-box;display:inline-flex;flex-direction:column;justify-content:flex-start;overflow:hidden;position:relative;text-align:left;vertical-align:bottom}.tabulator .tabulator-header .tabulator-col.tabulator-moving{background:#cdcdcd;border:1px solid #999;pointer-events:none;position:absolute}.tabulator .tabulator-header .tabulator-col.tabulator-range-highlight{background-color:#d6d6d6;color:#000}.tabulator .tabulator-header .tabulator-col.tabulator-range-selected{background-color:#3876ca;color:#fff}.tabulator .tabulator-header .tabulator-col .tabulator-col-content{box-sizing:border-box;padding:4px;position:relative}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button{padding:0 8px}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button:hover{cursor:pointer;opacity:.6}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder{position:relative}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title{box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap;width:100%}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title.tabulator-col-title-wrap{text-overflow:clip;white-space:normal}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor{background:#fff;border:1px solid #999;box-sizing:border-box;padding:1px;width:100%}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-header-popup-button+.tabulator-title-editor{width:calc(100% - 22px)}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter{align-items:center;bottom:0;display:flex;position:absolute;right:4px;top:0}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{border-bottom:6px solid #bbb;border-left:6px solid #0000;border-right:6px solid #0000;height:0;width:0}.tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols{border-top:1px solid #aaa;display:flex;margin-right:-1px;overflow:hidden;position:relative}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter{box-sizing:border-box;margin-top:2px;position:relative;text-align:center;width:100%}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea{height:auto!important}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg{margin-top:3px}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear{height:0;width:0}.tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title{padding-right:25px}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover{background-color:#cdcdcd;cursor:pointer}}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter{color:#bbb}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover{border-bottom:6px solid #555;cursor:pointer}}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{border-bottom:6px solid #bbb;border-top:none}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter{color:#666}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover{border-bottom:6px solid #555;cursor:pointer}}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{border-bottom:6px solid #666;border-top:none}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter{color:#666}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover{border-top:6px solid #555;cursor:pointer}}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{border-bottom:none;border-top:6px solid #666;color:#666}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical .tabulator-col-content .tabulator-col-title{align-items:center;display:flex;justify-content:center;text-orientation:mixed;writing-mode:vertical-rl}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip .tabulator-col-title{transform:rotate(180deg)}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-title{padding-right:0;padding-top:20px}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip .tabulator-col-title{padding-bottom:20px;padding-right:0}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-sorter{bottom:auto;justify-content:center;left:0;right:0;top:4px}.tabulator .tabulator-header .tabulator-frozen{left:0;position:-webkit-sticky;position:sticky;z-index:11}.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left{border-right:2px solid #aaa}.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right{border-left:2px solid #aaa}.tabulator .tabulator-header .tabulator-calcs-holder{background:#f3f3f3!important;border-bottom:1px solid #aaa;border-top:1px solid #aaa;box-sizing:border-box;display:inline-block}.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row{background:#f3f3f3!important}.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle{display:none}.tabulator .tabulator-header .tabulator-frozen-rows-holder{display:inline-block}.tabulator .tabulator-header .tabulator-frozen-rows-holder:empty{display:none}.tabulator .tabulator-tableholder{-webkit-overflow-scrolling:touch;overflow:auto;position:relative;white-space:nowrap;width:100%}.tabulator .tabulator-tableholder:focus{outline:none}.tabulator .tabulator-tableholder .tabulator-placeholder{align-items:center;box-sizing:border-box;display:flex;justify-content:center;min-width:100%;width:100%}.tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode=virtual]{min-height:100%}.tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents{color:#ccc;display:inline-block;font-size:20px;font-weight:700;padding:10px;text-align:center;white-space:normal}.tabulator .tabulator-tableholder .tabulator-table{background-color:#fff;color:#333;display:inline-block;overflow:visible;position:relative;white-space:nowrap}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs{background:#e2e2e2!important;font-weight:700}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top{border-bottom:2px solid #aaa}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom{border-top:2px solid #aaa}.tabulator .tabulator-tableholder .tabulator-range-overlay{inset:0;pointer-events:none;position:absolute;z-index:10}.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range{border:1px solid #2975dd;box-sizing:border-box;position:absolute}.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active:after{background-color:#2975dd;border-radius:999px;bottom:-3px;content:"";height:6px;position:absolute;right:-3px;width:6px}.tabulator .tabulator-tableholder .tabulator-range-overlay .tabulator-range-cell-active{border:2px solid #2975dd;box-sizing:border-box;position:absolute}.tabulator .tabulator-footer{background-color:#e6e6e6;border-top:1px solid #999;color:#555;font-weight:700;user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;white-space:nowrap}.tabulator .tabulator-footer .tabulator-footer-contents{align-items:center;display:flex;flex-direction:row;justify-content:space-between;padding:5px 10px}.tabulator .tabulator-footer .tabulator-footer-contents:empty{display:none}.tabulator .tabulator-footer .tabulator-spreadsheet-tabs{margin-top:-5px;overflow-x:auto}.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab{border:1px solid #999;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:none;display:inline-block;font-size:.9em;padding:5px}.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab:hover{cursor:pointer;opacity:.7}.tabulator .tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active{background:#fff}.tabulator .tabulator-footer .tabulator-calcs-holder{background:#f3f3f3!important;border-bottom:1px solid #aaa;border-top:1px solid #aaa;box-sizing:border-box;overflow:hidden;text-align:left;width:100%}.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row{background:#f3f3f3!important;display:inline-block}.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle{display:none}.tabulator .tabulator-footer .tabulator-calcs-holder:only-child{border-bottom:none;margin-bottom:-5px}.tabulator .tabulator-footer>*+.tabulator-page-counter{margin-left:10px}.tabulator .tabulator-footer .tabulator-page-counter{font-weight:400}.tabulator .tabulator-footer .tabulator-paginator{color:#555;flex:1 1;font-family:inherit;font-size:inherit;font-weight:inherit;text-align:right}.tabulator .tabulator-footer .tabulator-page-size{border:1px solid #aaa;border-radius:3px;display:inline-block;margin:0 5px;padding:2px 5px}.tabulator .tabulator-footer .tabulator-pages{margin:0 7px}.tabulator .tabulator-footer .tabulator-page{background:#fff3;border:1px solid #aaa;border-radius:3px;display:inline-block;margin:0 2px;padding:2px 5px}.tabulator .tabulator-footer .tabulator-page.active{color:#d00}.tabulator .tabulator-footer .tabulator-page:disabled{opacity:.5}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-footer .tabulator-page:not(disabled):hover{background:#0003;color:#fff;cursor:pointer}}.tabulator .tabulator-col-resize-handle{display:inline-block;margin-left:-3px;margin-right:-3px;position:relative;vertical-align:middle;width:6px;z-index:11}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-col-resize-handle:hover{cursor:ew-resize}}.tabulator .tabulator-col-resize-handle:last-of-type{margin-right:0;width:3px}.tabulator .tabulator-col-resize-guide{background-color:#999;height:100%;margin-left:-.5px;opacity:.5;position:absolute;top:0;width:4px}.tabulator .tabulator-row-resize-guide{background-color:#999;height:4px;left:0;margin-top:-.5px;opacity:.5;position:absolute;width:100%}.tabulator .tabulator-alert{align-items:center;background:#0006;display:flex;height:100%;left:0;position:absolute;text-align:center;top:0;width:100%;z-index:100}.tabulator .tabulator-alert .tabulator-alert-msg{background:#fff;border-radius:10px;display:inline-block;font-size:16px;font-weight:700;margin:0 auto;padding:10px 20px}.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg{border:4px solid #333;color:#000}.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error{border:4px solid #d00;color:#590000}.tabulator-row{background-color:#fff;box-sizing:border-box;min-height:22px;position:relative}.tabulator-row.tabulator-row-even{background-color:#efefef}@media (hover:hover) and (pointer:fine){.tabulator-row.tabulator-selectable:hover{background-color:#bbb;cursor:pointer}}.tabulator-row.tabulator-selected{background-color:#9abcea}@media (hover:hover) and (pointer:fine){.tabulator-row.tabulator-selected:hover{background-color:#769bcc;cursor:pointer}}.tabulator-row.tabulator-row-moving{background:#fff;border:1px solid #000}.tabulator-row.tabulator-moving{border-bottom:1px solid #aaa;border-top:1px solid #aaa;pointer-events:none;position:absolute;z-index:15}.tabulator-row.tabulator-range-highlight .tabulator-cell.tabulator-range-row-header{background-color:#d6d6d6;color:#000}.tabulator-row.tabulator-range-highlight.tabulator-range-selected .tabulator-cell.tabulator-range-row-header,.tabulator-row.tabulator-range-selected .tabulator-cell.tabulator-range-row-header{background-color:#3876ca;color:#fff}.tabulator-row .tabulator-row-resize-handle{bottom:0;height:5px;left:0;position:absolute;right:0}.tabulator-row .tabulator-row-resize-handle.prev{bottom:auto;top:0}@media (hover:hover) and (pointer:fine){.tabulator-row .tabulator-row-resize-handle:hover{cursor:ns-resize}}.tabulator-row .tabulator-responsive-collapse{border-bottom:1px solid #aaa;border-top:1px solid #aaa;box-sizing:border-box;padding:5px}.tabulator-row .tabulator-responsive-collapse:empty{display:none}.tabulator-row .tabulator-responsive-collapse table{font-size:14px}.tabulator-row .tabulator-responsive-collapse table tr td{position:relative}.tabulator-row .tabulator-responsive-collapse table tr td:first-of-type{padding-right:10px}.tabulator-row .tabulator-cell{border-right:1px solid #aaa;box-sizing:border-box;display:inline-block;outline:none;overflow:hidden;padding:4px;position:relative;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.tabulator-row .tabulator-cell.tabulator-row-header{background:#e6e6e6;border-bottom:1px solid #aaa;border-right:1px solid #999}.tabulator-row .tabulator-cell.tabulator-frozen{background-color:inherit;display:inline-block;left:0;position:-webkit-sticky;position:sticky;z-index:11}.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left{border-right:2px solid #aaa}.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right{border-left:2px solid #aaa}.tabulator-row .tabulator-cell.tabulator-editing{border:1px solid #1d68cd;outline:none;padding:0}.tabulator-row .tabulator-cell.tabulator-editing input,.tabulator-row .tabulator-cell.tabulator-editing select{background:#0000;border:1px;outline:none}.tabulator-row .tabulator-cell.tabulator-validation-fail{border:1px solid #d00}.tabulator-row .tabulator-cell.tabulator-validation-fail input,.tabulator-row .tabulator-cell.tabulator-validation-fail select{background:#0000;border:1px;color:#d00}.tabulator-row .tabulator-cell.tabulator-row-handle{align-items:center;display:inline-flex;justify-content:center;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none}.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box{width:80%}.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar{background:#666;height:3px;margin-top:2px;width:100%}.tabulator-row .tabulator-cell.tabulator-range-selected:not(.tabulator-range-only-cell-selected):not(.tabulator-range-row-header){background-color:#9abcea}.tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty{display:inline-block;width:7px}.tabulator-row .tabulator-cell .tabulator-data-tree-branch{border-bottom:2px solid #aaa;border-bottom-left-radius:1px;border-left:2px solid #aaa;display:inline-block;height:9px;margin-right:5px;margin-top:-9px;vertical-align:middle;width:7px}.tabulator-row .tabulator-cell .tabulator-data-tree-control{align-items:center;background:#0000001a;border:1px solid #333;border-radius:2px;display:inline-flex;height:11px;justify-content:center;margin-right:5px;overflow:hidden;vertical-align:middle;width:11px}@media (hover:hover) and (pointer:fine){.tabulator-row .tabulator-cell .tabulator-data-tree-control:hover{background:#0003;cursor:pointer}}.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse{background:#0000;display:inline-block;height:7px;position:relative;width:1px}.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after{background:#333;content:"";height:1px;left:-3px;position:absolute;top:3px;width:7px}.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand{background:#333;display:inline-block;height:7px;position:relative;width:1px}.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after{background:#333;content:"";height:1px;left:-3px;position:absolute;top:3px;width:7px}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle{align-items:center;background:#666;border-radius:20px;color:#fff;display:inline-flex;font-size:1.1em;font-weight:700;height:15px;justify-content:center;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;width:15px}@media (hover:hover) and (pointer:fine){.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover{cursor:pointer;opacity:.7}}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-close{display:inline;display:initial}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-open{display:none}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg{stroke:#fff}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle .tabulator-responsive-collapse-toggle-close{display:none}.tabulator-row .tabulator-cell .tabulator-traffic-light{border-radius:14px;display:inline-block;height:14px;width:14px}.tabulator-row.tabulator-group{background:#ccc;border-bottom:1px solid #999;border-right:1px solid #aaa;border-top:1px solid #999;box-sizing:border-box;font-weight:700;min-width:100%;padding:5px 5px 5px 10px}@media (hover:hover) and (pointer:fine){.tabulator-row.tabulator-group:hover{background-color:#0000001a;cursor:pointer}}.tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow{border-bottom:0;border-left:6px solid #0000;border-right:6px solid #0000;border-top:6px solid #666;margin-right:10px}.tabulator-row.tabulator-group.tabulator-group-level-1{padding-left:30px}.tabulator-row.tabulator-group.tabulator-group-level-2{padding-left:50px}.tabulator-row.tabulator-group.tabulator-group-level-3{padding-left:70px}.tabulator-row.tabulator-group.tabulator-group-level-4{padding-left:90px}.tabulator-row.tabulator-group.tabulator-group-level-5{padding-left:110px}.tabulator-row.tabulator-group .tabulator-group-toggle{display:inline-block}.tabulator-row.tabulator-group .tabulator-arrow{border-bottom:6px solid #0000;border-left:6px solid #666;border-right:0;border-top:6px solid #0000;display:inline-block;height:0;margin-right:16px;vertical-align:middle;width:0}.tabulator-row.tabulator-group span{color:#d00;margin-left:10px}.tabulator-toggle{background:#dcdcdc;border:1px solid #ccc;box-sizing:border-box;display:flex;flex-direction:row}.tabulator-toggle.tabulator-toggle-on{background:#1c6cc2}.tabulator-toggle .tabulator-toggle-switch{background:#fff;border:1px solid #ccc;box-sizing:border-box}.tabulator-popup-container{-webkit-overflow-scrolling:touch;background:#fff;border:1px solid #aaa;box-shadow:0 0 5px 0 #0003;box-sizing:border-box;display:inline-block;font-size:14px;overflow-y:auto;position:absolute;z-index:10000}.tabulator-popup{border-radius:3px;padding:5px}.tabulator-tooltip{border-radius:2px;box-shadow:none;font-size:12px;max-width:Min(500px,100%);padding:3px 5px;pointer-events:none}.tabulator-menu .tabulator-menu-item{box-sizing:border-box;padding:5px 10px;position:relative;-webkit-user-select:none;user-select:none}.tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled{opacity:.5}@media (hover:hover) and (pointer:fine){.tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover{background:#efefef;cursor:pointer}}.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu{padding-right:25px}.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu:after{border-color:#aaa;border-style:solid;border-width:1px 1px 0 0;content:"";display:inline-block;height:7px;position:absolute;right:10px;top:calc(5px + .4em);transform:rotate(45deg);vertical-align:top;width:7px}.tabulator-menu .tabulator-menu-separator{border-top:1px solid #aaa}.tabulator-edit-list{-webkit-overflow-scrolling:touch;font-size:14px;max-height:200px;overflow-y:auto}.tabulator-edit-list .tabulator-edit-list-item{color:#333;outline:none;padding:4px}.tabulator-edit-list .tabulator-edit-list-item.active{background:#1d68cd;color:#fff}.tabulator-edit-list .tabulator-edit-list-item.active.focused{outline:1px solid #ffffff80}.tabulator-edit-list .tabulator-edit-list-item.focused{outline:1px solid #1d68cd}@media (hover:hover) and (pointer:fine){.tabulator-edit-list .tabulator-edit-list-item:hover{background:#1d68cd;color:#fff;cursor:pointer}}.tabulator-edit-list .tabulator-edit-list-placeholder{color:#333;padding:4px;text-align:center}.tabulator-edit-list .tabulator-edit-list-group{border-bottom:1px solid #aaa;color:#333;font-weight:700;padding:6px 4px 4px}.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2,.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2{padding-left:12px}.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3,.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3{padding-left:20px}.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4,.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4{padding-left:28px}.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5,.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5{padding-left:36px}.tabulator.tabulator-ltr{direction:ltr}.tabulator.tabulator-rtl{direction:rtl;text-align:left;text-align:initial}.tabulator.tabulator-rtl .tabulator-header .tabulator-col{border-left:1px solid #aaa;border-right:initial;text-align:left;text-align:initial}.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols{margin-left:-1px;margin-right:0}.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title{padding-left:25px;padding-right:0}.tabulator.tabulator-rtl .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter{left:8px;right:auto}.tabulator.tabulator-rtl .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active:after{background-color:#2975dd;border-radius:999px;bottom:-3px;content:"";height:6px;left:-3px;position:absolute;right:auto;width:6px}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell{border-left:1px solid #aaa;border-right:initial}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch{border-bottom-left-radius:0;border-bottom-right-radius:1px;border-left:initial;border-right:2px solid #aaa;margin-left:5px;margin-right:0}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control{margin-left:5px;margin-right:0}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left{border-left:2px solid #aaa}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right{border-right:2px solid #aaa}.tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type{margin-left:0;margin-right:-3px;width:3px}.tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder{text-align:left;text-align:initial}.tabulator-print-fullscreen{bottom:0;left:0;position:absolute;right:0;top:0;z-index:10000}body.tabulator-print-fullscreen-hide>:not(.tabulator-print-fullscreen){display:none!important}.tabulator-print-table{border-collapse:collapse}.tabulator-print-table .tabulator-data-tree-branch{border-bottom:2px solid #aaa;border-bottom-left-radius:1px;border-left:2px solid #aaa;display:inline-block;height:9px;margin-right:5px;margin-top:-9px;vertical-align:middle;width:7px}.tabulator-print-table .tabulator-print-table-group{background:#ccc;border-bottom:1px solid #999;border-right:1px solid #aaa;border-top:1px solid #999;box-sizing:border-box;font-weight:700;min-width:100%;padding:5px 5px 5px 10px}@media (hover:hover) and (pointer:fine){.tabulator-print-table .tabulator-print-table-group:hover{background-color:#0000001a;cursor:pointer}}.tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow{border-bottom:0;border-left:6px solid #0000;border-right:6px solid #0000;border-top:6px solid #666;margin-right:10px}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td{padding-left:30px!important}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td{padding-left:50px!important}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td{padding-left:70px!important}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td{padding-left:90px!important}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td{padding-left:110px!important}.tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle{display:inline-block}.tabulator-print-table .tabulator-print-table-group .tabulator-arrow{border-bottom:6px solid #0000;border-left:6px solid #666;border-right:0;border-top:6px solid #0000;display:inline-block;height:0;margin-right:16px;vertical-align:middle;width:0}.tabulator-print-table .tabulator-print-table-group span{color:#d00;margin-left:10px}.tabulator-print-table .tabulator-data-tree-control{align-items:center;background:#0000001a;border:1px solid #333;border-radius:2px;display:inline-flex;height:11px;justify-content:center;margin-right:5px;overflow:hidden;vertical-align:middle;width:11px}@media (hover:hover) and (pointer:fine){.tabulator-print-table .tabulator-data-tree-control:hover{background:#0003;cursor:pointer}}.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse{background:#0000;display:inline-block;height:7px;position:relative;width:1px}.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after{background:#333;content:"";height:1px;left:-3px;position:absolute;top:3px;width:7px}.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand{background:#333;display:inline-block;height:7px;position:relative;width:1px}.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after{background:#333;content:"";height:1px;left:-3px;position:absolute;top:3px;width:7px}#financial-records-wrapper{background:linear-gradient(180deg,#0d1420,#0a0f1a);border:1px solid #00ffa314;border-radius:14px;box-shadow:0 0 0 1px #00ffa308,0 14px 35px #0000008c;display:flex;flex-direction:column;gap:1rem;margin:2rem auto;max-width:1200px;padding:1.5rem 1.75rem;width:100%}#financial-records-wrapper h2{color:#f3f4f6;font-size:1.5rem;font-weight:700;margin:0}#financial-tabs{display:flex;flex-wrap:nowrap;gap:.5rem;overflow-x:auto;overflow-y:hidden;padding-bottom:.25rem;scrollbar-color:#00ffa340 #0000;scrollbar-width:thin}#financial-tabs::-webkit-scrollbar{height:8px}#financial-tabs::-webkit-scrollbar-thumb{background:#00ffa340;border-radius:10px}#financial-tabs button{background:#111827;border:1px solid #00ffa326;border-radius:8px;color:#94a3b8;cursor:pointer;flex:0 0 auto;font-size:.9rem;font-weight:600;padding:.55rem 1rem;transition:background .15s,border-color .15s,color .15s,transform .15s;white-space:nowrap}#financial-tabs button:hover{border-color:#00ffa3;color:#fff;transform:translateY(-1px)}#financial-tabs button.active{background:#00ffa314;border-color:#00ffa3;box-shadow:0 0 12px #00ffa31f;color:#00ffa3}.tabulator{background:#111827;border:1px solid #ffffff0d;border-radius:10px;color:#e5e7eb;font-size:.9rem}.tabulator .tabulator-header{background:#0f172a;border-bottom:1px solid #00ffa326}.tabulator .tabulator-col{background:#0f172a!important;border-right:1px solid #ffffff0a;color:#94a3b8;font-size:.72rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.tabulator .tabulator-col:hover{background:#00ffa30d!important}.tabulator input{background:#111827;border:1px solid #00ffa326;border-radius:6px;color:#fff;padding:.35rem .45rem;width:100%}.tabulator input:focus{border-color:#00ffa3;box-shadow:0 0 0 2px #00ffa326;outline:none}.tabulator-row{background:#111827!important;border-bottom:1px solid #ffffff0a;transition:background .15s}.tabulator-row:nth-child(2n){background:#0f1b2a!important}.tabulator-row:hover{background:#00ffa30d!important;color:#000}.tabulator-cell{border-right:1px solid #ffffff08;color:#fff;padding:.75rem .9rem}.tabulator-cell[tabulator-field=Amount]{color:#00ffa3;font-weight:600}.tabulator .tabulator-tableholder{scrollbar-color:#00ffa34d #0000;scrollbar-width:thin}.tabulator .tabulator-row:hover .tabulator-cell,.tabulator .tabulator-row:hover .tabulator-cell *{background:#1f4f5f!important}@media (max-width:768px){#financial-records-wrapper{padding:1rem}#financial-tabs{gap:.4rem}#financial-tabs button{font-size:.8rem;padding:.45rem .8rem}.tabulator{font-size:.8rem}.tabulator-cell{padding:.6rem}}.cross-campaign-donors{background:linear-gradient(180deg,#0d1420,#0a0f1a);border:1px solid #00ffa314;border-radius:14px;box-shadow:0 0 0 1px #00ffa308,0 12px 30px #0009;box-sizing:border-box;margin:2rem auto;max-width:1200px;padding:1.5rem 1.75rem;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.cross-campaign-donors:hover{border-color:#00ffa326;box-shadow:0 0 20px #00ffa30a,0 16px 35px #000000b3}.cross-campaign-donors-header{margin-bottom:1.5rem}.cross-campaign-donors-header h2{color:#94a3b8;font-size:.95rem;font-weight:600;letter-spacing:.6px;margin:0 0 .6rem;text-transform:uppercase}.cross-campaign-donors-header p{color:#cbd5e1;font-size:.9rem;line-height:1.5;margin:.35rem 0;max-width:850px}.cross-campaign-donors-header strong{color:#00ffa3;font-size:1rem;font-weight:700}.cross-campaign-donors-methodology{color:#64748b!important;font-size:.75rem!important;line-height:1.45!important;margin-top:.8rem!important}.donor-overlap-container{width:100%}.cross-campaign-matrix-toolbar{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin-bottom:.75rem}.cross-campaign-matrix-description{align-items:baseline;display:flex;gap:.65rem;min-width:0}.cross-campaign-matrix-kicker{color:#64748b;font-size:.68rem;font-weight:600;letter-spacing:.65px;text-transform:uppercase}.cross-campaign-matrix-metric{color:#cbd5e1;font-size:.75rem}.cross-campaign-metric-toggle{background:#080d15;border:1px solid #00ffa314;border-radius:7px;box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.015);display:inline-flex;flex-shrink:0;padding:3px}.cross-campaign-metric-toggle button{background:#0000;border:none;border-radius:5px;color:#64748b;cursor:pointer;font-family:inherit;font-size:.7rem;font-weight:600;padding:.4rem .7rem;transition:background .15s ease,color .15s ease,box-shadow .15s ease}.cross-campaign-metric-toggle button:hover{color:#cbd5e1}.cross-campaign-metric-toggle button.active{background:#111827;box-shadow:0 1px 4px #00000059,inset 0 0 0 1px #00ffa314;color:#e5e7eb}.cross-campaign-metric-toggle button:focus-visible{outline:2px solid #00ffa3;outline-offset:1px}.donor-overlap-legend{font-size:.68rem;gap:.55rem;letter-spacing:.2px}.donor-overlap-legend-cell{height:16px;width:16px}.donor-overlap-legend{align-items:center;color:#64748b;display:flex;font-size:.7rem;gap:.6rem;justify-content:flex-end;letter-spacing:.25px;margin-bottom:.65rem}.donor-overlap-legend-scale{display:flex;gap:2px}.donor-overlap-legend-cell{background:#00ffa3;border:1px solid #00ffa314;border-radius:3px;display:block;height:18px;width:18px}.donor-overlap-table-wrapper{background:#080d15;border:1px solid #00ffa312;border-radius:8px;overflow-x:auto;overflow-y:hidden;scrollbar-color:#00ffa32e #0000;scrollbar-width:thin;width:100%}.donor-overlap-table-wrapper::-webkit-scrollbar{height:7px}.donor-overlap-table-wrapper::-webkit-scrollbar-track{background:#0000}.donor-overlap-table-wrapper::-webkit-scrollbar-thumb{background:#00ffa32e;border-radius:10px}.donor-overlap-table{background:#080d15;border-collapse:initial;border-spacing:2px;min-width:100%;width:-webkit-max-content;width:max-content}.donor-overlap-table thead th{background:#0d1420;border-bottom:1px solid #00ffa314;color:#94a3b8;font-size:.68rem;font-weight:600;height:125px;letter-spacing:.2px;max-width:64px;min-width:64px;padding:.35rem;position:-webkit-sticky;position:sticky;text-align:left;top:0;transform:rotate(180deg);white-space:normal;writing-mode:vertical-rl;z-index:3}.donor-overlap-table tbody th{border-right:1px solid #00ffa314;color:#cbd5e1;font-size:.75rem;font-weight:600;padding:.55rem .75rem;text-align:left;white-space:nowrap;z-index:2}.donor-overlap-table tbody th,.donor-overlap-table thead th:first-child{background:#0d1420;left:0;max-width:145px;min-width:145px;position:-webkit-sticky;position:sticky}.donor-overlap-table thead th:first-child{transform:none;width:145px;writing-mode:horizontal-tb;z-index:4}.donor-overlap-cell{background:rgb(0 255 163/var(--overlap-opacity));border:1px solid rgba(0,255,163,.025);height:52px;min-width:58px;padding:0;text-align:center;transition:filter .12s ease,transform .12s ease,border-color .12s ease;width:58px}.donor-overlap-cell:hover{border-color:#00ffa359;box-shadow:0 0 12px #00ffa31f;filter:brightness(1.12);position:relative;transform:scale(1.04);z-index:5}.donor-overlap-button{background:#0000;border:none;color:#e5e7eb;cursor:pointer;font:inherit;font-size:.78rem;font-weight:650;height:100%;padding:0;transition:color .12s ease,text-shadow .12s ease;width:100%}.donor-overlap-button:hover{color:#fff;text-shadow:0 0 8px #00ffa359}.donor-overlap-button:focus-visible{outline:2px solid #00ffa3;outline-offset:-2px}.donor-overlap-diagonal{background:#111827;border:1px solid hsla(0,0%,100%,.025);color:#475569;font-size:.75rem;height:52px;min-width:58px;text-align:center;width:58px}.shared-donor-results{border-top:1px solid #ffffff0d;margin-top:1.5rem;padding-top:1.25rem}.shared-donor-results-header{margin-bottom:1rem}.shared-donor-results-header h3{color:#e5e7eb;font-size:1rem;font-weight:600;margin:0 0 .35rem}.shared-donor-results-header p{color:#64748b;font-size:.8rem;margin:0}.shared-donor-results-header strong{color:#00ffa3}.shared-donor-list{grid-gap:.4rem;display:grid;gap:.4rem;grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.shared-donor-name{background:#111827;border:1px solid #00ffa30f;border-radius:6px;color:#cbd5e1;font-size:.8rem;padding:.55rem .7rem;transition:border-color .15s ease,background .15s ease}.shared-donor-name:hover{background:#151e2d;border-color:#00ffa326;color:#f3f4f6}.cross-campaign-donors>p{color:#64748b;font-size:.85rem}.shared-donor-button{-webkit-appearance:none;appearance:none;background:#0b111c;border:1px solid #00ffa30f;border-radius:8px;box-sizing:border-box;color:#cbd5e1;cursor:pointer;display:block;font:inherit;font-size:.82rem;line-height:1.35;max-width:100%;min-width:0;overflow-wrap:anywhere;padding:.65rem .75rem;text-align:left;transition:background .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease,transform .12s ease;white-space:normal;width:100%;word-break:break-word}.shared-donor-button:hover{background:#151e2d;border-color:#00ffa338;box-shadow:0 0 12px #00ffa30d;color:#f3f4f6;transform:translateY(-1px)}.shared-donor-button:active{transform:translateY(0)}.shared-donor-button:focus-visible{outline:2px solid #00ffa3;outline-offset:2px}.donor-evidence-modal-backdrop{align-items:center;animation:donor-modal-backdrop-in .15s ease-out;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);background:#03070dc7;display:flex;inset:0;justify-content:center;padding:1.5rem;position:fixed;z-index:1000}.donor-evidence-modal{animation:donor-modal-in .18s ease-out;background:linear-gradient(180deg,#0d1420,#0a0f1a);border:1px solid #00ffa31f;border-radius:14px;box-shadow:0 0 0 1px rgba(0,255,163,.025),0 20px 60px #000000bf,0 0 35px #00ffa30a;display:flex;flex-direction:column;max-height:min(850px,calc(100vh - 3rem));overflow:hidden;width:min(900px,100%)}.donor-evidence-modal-header{align-items:flex-start;background:linear-gradient(180deg,#111827a6,#0d142066);border-bottom:1px solid #ffffff0d;display:flex;gap:1.5rem;justify-content:space-between;padding:1.35rem 1.5rem 1.15rem}.donor-evidence-kicker{color:#00ffa3;display:block;font-size:.68rem;font-weight:600;letter-spacing:.8px;margin-bottom:.4rem;text-transform:uppercase}.donor-evidence-modal-header h2{color:#f3f4f6;font-size:1.15rem;font-weight:650;letter-spacing:.1px;margin:0}.donor-evidence-modal-header p{color:#64748b;font-size:.78rem;line-height:1.45;margin:.4rem 0 0}.donor-evidence-modal-header strong{color:#cbd5e1}.donor-evidence-close{align-items:center;background:#111827;border:1px solid #ffffff0f;border-radius:7px;color:#64748b;cursor:pointer;display:flex;flex:0 0 auto;font-size:1.35rem;font-weight:300;height:34px;justify-content:center;line-height:1;padding:0;transition:background .15s ease,border-color .15s ease,color .15s ease;width:34px}.donor-evidence-close:hover{background:#182233;border-color:#00ffa32e;color:#00ffa3}.donor-evidence-close:focus-visible{outline:2px solid #00ffa3;outline-offset:2px}.donor-evidence-modal-body{overflow-y:auto;padding:1.25rem 1.5rem 1.5rem;scrollbar-color:#00ffa32e #0000;scrollbar-width:thin}.donor-evidence-modal-body::-webkit-scrollbar{width:7px}.donor-evidence-modal-body::-webkit-scrollbar-track{background:#0000}.donor-evidence-modal-body::-webkit-scrollbar-thumb{background:#00ffa32e;border-radius:10px}.donor-evidence-candidate{margin-bottom:1.5rem}.donor-evidence-candidate:last-child{margin-bottom:0}.donor-evidence-candidate-header{align-items:baseline;border-bottom:1px solid #ffffff0d;display:flex;gap:1rem;justify-content:space-between;margin-bottom:.7rem;padding-bottom:.6rem}.donor-evidence-candidate-header h3{color:#e5e7eb;font-size:.85rem;font-weight:600;margin:0}.donor-evidence-candidate-header span{color:#64748b;font-size:.7rem}.donor-evidence-record{background:#0b111c;border:1px solid #00ffa30f;border-radius:9px;margin-bottom:.65rem;padding:1rem;transition:border-color .15s ease,background .15s ease}.donor-evidence-record:last-child{margin-bottom:0}.donor-evidence-record:hover{background:#0d1522;border-color:#00ffa31c}.donor-evidence-record-grid{grid-gap:.85rem;display:grid;gap:.85rem;grid-template-columns:minmax(100px,.8fr) minmax(100px,.7fr) minmax(160px,1.2fr) minmax(150px,1fr)}.donor-evidence-record-grid>div{min-width:0}.donor-evidence-record-grid span,.donor-evidence-source span{color:#64748b;display:block;font-size:.65rem;font-weight:600;letter-spacing:.55px;margin-bottom:.3rem;text-transform:uppercase}.donor-evidence-record-grid strong{color:#cbd5e1;display:block;font-size:.8rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.donor-evidence-record-grid .donor-evidence-amount{color:#00ffa3;font-weight:650}.donor-evidence-record-meta{border-top:1px solid hsla(0,0%,100%,.035);color:#475569;display:flex;flex-wrap:wrap;font-size:.65rem;gap:.75rem;margin-top:.9rem;padding-top:.7rem}.donor-evidence-record-meta span{overflow-wrap:anywhere}.donor-evidence-source{background:#080d15;border:1px solid hsla(0,0%,100%,.035);border-radius:6px;margin-top:.65rem;padding:.6rem .7rem}.donor-evidence-source strong{color:#94a3b8;display:block;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.68rem;font-weight:400;overflow-wrap:anywhere}@keyframes donor-modal-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes donor-modal-in{0%{opacity:0;transform:translateY(8px) scale(.99)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width:768px){.donor-evidence-modal-backdrop{align-items:flex-end;padding:0}.donor-evidence-modal{border-bottom:none;border-radius:14px 14px 0 0;max-height:calc(100vh - 1rem);width:100%}.donor-evidence-modal-header{padding:1.15rem 1.15rem 1rem}.donor-evidence-modal-body{padding:1rem 1.15rem 1.25rem}.donor-evidence-record-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:480px){.donor-evidence-modal{max-height:calc(100vh - .5rem)}.donor-evidence-modal-header h2{font-size:1rem}.donor-evidence-record{padding:.85rem}.donor-evidence-record-grid{gap:.7rem;grid-template-columns:1fr}.donor-evidence-record-meta{flex-direction:column;gap:.35rem}}@media (prefers-reduced-motion:reduce){.donor-evidence-modal,.donor-evidence-modal-backdrop{animation:none}.donor-evidence-close,.donor-evidence-record,.shared-donor-button{transition:none}}@media (max-width:900px){.cross-campaign-donors{padding:1.25rem}.donor-overlap-table thead th{font-size:.65rem;height:110px;max-width:58px;min-width:58px}.donor-overlap-table tbody th{font-size:.7rem;max-width:125px;min-width:125px}.donor-overlap-table thead th:first-child{max-width:125px;min-width:125px;width:125px}.donor-overlap-cell,.donor-overlap-diagonal{height:46px;min-width:48px;width:48px}.donor-overlap-button{font-size:.73rem}}@media (max-width:600px){.cross-campaign-donors{border-left:none;border-radius:0;border-right:none;margin:1rem 0 2rem;padding:1rem}.cross-campaign-donors-header h2{font-size:.9rem}.cross-campaign-donors-header p{font-size:.82rem}.donor-overlap-legend{flex-wrap:wrap;justify-content:flex-start;margin-bottom:.5rem}.donor-overlap-table thead th{height:92px;max-width:52px;min-width:52px}.donor-overlap-table tbody th{font-size:.66rem;max-width:110px;min-width:110px;padding:.45rem}.donor-overlap-table thead th:first-child{max-width:110px;min-width:110px;width:110px}.donor-overlap-cell,.donor-overlap-diagonal{height:42px;min-width:42px;width:42px}.donor-overlap-button{font-size:.68rem}.shared-donor-list{grid-template-columns:1fr}}@media (max-width:768px){.cross-campaign-matrix-toolbar{align-items:flex-start;flex-direction:column;gap:.65rem}.cross-campaign-metric-toggle{width:100%}.cross-campaign-metric-toggle button{flex:1 1}.donor-overlap-legend{justify-content:flex-start}}@media (max-width:480px){.cross-campaign-matrix-description{flex-direction:column;gap:.15rem}.cross-campaign-metric-toggle button{font-size:.66rem;padding:.4rem .5rem}}.near-limit-funding{background:linear-gradient(180deg,#0d1420,#0a0f1a);border:1px solid #00ffa314;border-radius:14px;box-shadow:0 0 0 1px #00ffa308,0 12px 30px #0009;margin:2rem auto;max-width:1200px;padding:1.5rem 1.75rem;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.near-limit-funding:hover{border-color:#00ffa32e;box-shadow:0 0 20px #00ffa30d,0 16px 35px #000000b3}.near-limit-funding-header{align-items:center;display:flex;justify-content:center;margin-bottom:1rem;text-align:center}.near-limit-funding-header>div{width:100%}.near-limit-funding-header h2{color:#e5e7eb;font-size:1.15rem;font-weight:600;letter-spacing:.2px;margin:0 0 .45rem}.near-limit-funding-header p{color:#94a3b8;font-size:.85rem;line-height:1.55;margin:0 auto;max-width:760px}.near-limit-funding-header strong{color:#cbd5e1;font-weight:600}.near-limit-funding-chart{margin-top:.5rem;min-height:360px;width:100%}.near-limit-funding-methodology{border-top:1px solid #ffffff0d;color:#64748b;display:flex;flex-wrap:wrap;font-size:.7rem;gap:.75rem 1.5rem;line-height:1.4;margin-top:.5rem;padding-top:.85rem}.near-limit-funding-methodology span{align-items:center;display:inline-flex}.highcharts-tooltip-box{fill:#0f172a;stroke:#00ffa34d}@media (max-width:768px){.near-limit-funding{border-radius:12px;margin:1.5rem 0;padding:1.25rem 1rem}.near-limit-funding-header h2{font-size:1.05rem}.near-limit-funding-header p{font-size:.8rem}.near-limit-funding-chart{min-height:320px}.near-limit-funding-methodology{flex-direction:column;gap:.4rem}}@media (max-width:480px){.near-limit-funding{padding:1rem .75rem}.near-limit-funding-chart{min-height:280px}.near-limit-funding-methodology{font-size:.65rem}}.about-detail{line-height:1.7;margin:0 auto;max-width:900px;padding:20px}.about-detail h1{background-image:linear-gradient(90deg,#004aad,#9f2b00);border-radius:12px;color:#fff;font-weight:600;letter-spacing:.5px;margin-bottom:24px;padding:12px;text-align:center}.about-section{background-color:#0f0f0f;border:1px solid #1f1f1f;border-radius:12px;margin-bottom:28px;padding:18px}.about-detail h3{border-bottom:1px solid #2a2a2a;color:#e0e0e0;font-weight:500;margin-bottom:12px;padding-bottom:6px}.about-section p{color:#cfcfcf;margin-bottom:12px}.about-section ul{margin-bottom:12px;padding-left:20px}.about-section li{color:#cfcfcf;margin-bottom:6px}.emphasis{background-color:#1e3a5f;border-radius:6px;color:#fff;font-weight:500;padding:8px}.search-bar{margin-bottom:10px;max-width:400px;position:relative}.search-input{font-size:16px;padding:10px;width:250px}.search-input,.search-results{border:1px solid #ccc;border-radius:5px;box-sizing:border-box}.search-results{background-color:#fff;list-style:none;margin:0;max-height:200px;overflow-y:auto;padding:0;position:absolute;width:100%;z-index:10}.search-result-item{align-items:center;border-bottom:1px solid #eee;cursor:pointer;display:flex;flex-wrap:wrap;padding:10px}.search-result-item:last-child{border-bottom:none}.search-result-item a{align-items:center;color:inherit;display:flex;flex:1 1;text-decoration:none;width:100%}.search-profile-headshot{border-radius:50%;height:40px;margin-right:10px;object-fit:cover;width:40px}.profile-name{color:#000;flex:1 1;font-weight:700;margin-right:5px}.profile-city{color:gray;flex:1 1;font-size:14px;overflow:hidden;text-align:right;text-overflow:ellipsis;white-space:nowrap}:root{--bg-header:#0b1622;--bg-header-border:#ffffff0f;--bg-dropdown:#111f2e;--bg-mobile-menu:#0e1c2a;--text-primary:#f3f4f6;--text-secondary:#9ca3af;--text-muted:#6b7280;--accent-data:#2a6df4;--accent-alert:#bf2a2a;--accent-hover-bg:#2a6df414;--radius:6px;--space-xs:0.4rem;--space-sm:0.75rem;--space-md:1rem;--space-lg:1.5rem;--transition-fast:160ms ease}.main-banner{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0b1622;background:var(--bg-header);border-bottom:1px solid #ffffff0f;border-bottom:1px solid var(--bg-header-border);height:80px;justify-content:space-between;padding:0 1.5rem;padding:0 var(--space-lg);position:-webkit-sticky;position:sticky;top:0;z-index:1000}.home-button,.main-banner{align-items:center;display:flex}.home-button{text-decoration:none}.home-button-icon{max-height:60px;max-width:200px;object-fit:contain}.brand-text{color:#f3f4f6;color:var(--text-primary);font-weight:700;letter-spacing:.5px}.main-menu,.nav-container{align-items:center;display:flex;gap:1.5rem;gap:var(--space-lg)}.menu-item{border-radius:6px;border-radius:var(--radius);color:#9ca3af;color:var(--text-secondary);font-size:.95rem;font-weight:600;letter-spacing:.3px;padding:.4rem .75rem;padding:var(--space-xs) var(--space-sm);position:relative;text-decoration:none;transition:color .16s ease,background-color .16s ease;transition:color var(--transition-fast),background-color var(--transition-fast)}.menu-item:focus-visible,.menu-item:hover{background-color:#2a6df414;background-color:var(--accent-hover-bg);color:#f3f4f6;color:var(--text-primary);outline:none}.menu-item.active:after{background-color:#2a6df4;background-color:var(--accent-data);border-radius:2px;bottom:-8px;content:"";height:2px;left:0;position:absolute;width:100%}.cities-dropdown{position:relative}.dropdown-menu{background:#111f2e;background:var(--bg-dropdown);border:1px solid #ffffff0d;border-radius:6px;border-radius:var(--radius);box-shadow:0 12px 24px #00000059;display:none;flex-direction:column;left:0;min-width:200px;padding:.4rem 0;padding:var(--space-xs) 0;position:absolute;top:calc(100% + 10px)}.cities-dropdown:focus-within .dropdown-menu,.cities-dropdown:hover .dropdown-menu{display:flex}.dropdown-item{color:#9ca3af;color:var(--text-secondary);font-size:.9rem;padding:.75rem 1rem;padding:var(--space-sm) var(--space-md);text-decoration:none;transition:background-color .16s ease,color .16s ease;transition:background-color var(--transition-fast),color var(--transition-fast)}.dropdown-item:focus-visible,.dropdown-item:hover{background-color:#2a6df41f;color:#f3f4f6;color:var(--text-primary);outline:none}.hamburger-icon{color:#f3f4f6;color:var(--text-primary);cursor:pointer;display:none;font-size:1.6rem}@media (min-width:769px){.nav-container{display:flex}.main-menu,.nav-container{align-items:center;gap:1.5rem;gap:var(--space-lg)}.main-menu{background:#0000;border:none;display:flex!important;flex-direction:row;justify-content:flex-end;padding:0;position:static;width:auto}.menu-item{width:auto}.dropdown-menu{position:absolute}}@media (max-width:768px){.hamburger-icon{display:block}.main-menu{align-items:flex-start;background:#0e1c2a;background:var(--bg-mobile-menu);border-bottom:1px solid #ffffff0f;border-bottom:1px solid var(--bg-header-border);display:none;flex-direction:column;gap:1rem;gap:var(--space-md);left:0;padding:1rem;padding:var(--space-md);position:absolute;top:80px;width:100%}.main-menu.open{display:flex}.menu-item{color:#9ca3af;color:var(--text-secondary);font-size:1rem;width:100%}.menu-item:focus-visible,.menu-item:hover{background-color:#ffffff0d;color:#f3f4f6;color:var(--text-primary)}.dropdown-menu{background:#0000;border:none;box-shadow:none;padding-left:1rem;padding-left:var(--space-md);position:static}}#timeline{display:flex;flex-direction:column;justify-content:center}.timeline-chart-container{display:flex;height:350px;justify-content:center;margin-bottom:20px;width:100%}.membership-list{background:linear-gradient(180deg,#0d1420,#0a0f1a);border:1px solid #00ffa314;border-radius:14px;box-shadow:0 0 0 1px #00ffa308,0 12px 30px #0009;color:#f3f4f6;margin:1rem 0;padding:1.5rem 1.75rem;transition:border-color .2s ease,box-shadow .2s ease}.membership-list:hover{border-color:#00ffa32e;box-shadow:0 0 20px #00ffa30d,0 16px 35px #000000b3}.membership-list__title{border-bottom:1px solid #ffffff0d;color:#94a3b8;font-size:.95rem;font-weight:600;letter-spacing:.6px;margin:0 0 1rem;padding-bottom:.75rem;text-transform:uppercase}.membership-list__items{display:flex;flex-direction:column;gap:.45rem;list-style:none;margin:0;padding:0}.membership-list__item{align-items:center;background:#111827a6;border:1px solid #ffffff0a;border-radius:8px;color:#e5e7eb;display:flex;font-size:.9rem;line-height:1.35;min-height:2.25rem;padding:.55rem .75rem;transition:background-color .16s ease,border-color .16s ease,transform .16s ease}.membership-list__item:hover{background:#111827;border-color:#00ffa324;color:#f3f4f6;transform:translateX(2px)}.membership-list__item:before{background:#00ffa3;border-radius:50%;box-shadow:0 0 6px #00ffa359;content:"";flex:0 0 auto;height:5px;margin-right:.7rem;width:5px}.membership-list__empty{background:#11182773;border:1px dashed #94a3b826;border-radius:8px;color:#64748b;font-size:.85rem;margin:0;padding:1rem;text-align:center}.membership-list__toggle{background:#111827;border:1px solid #00ffa326;border-radius:8px;color:#94a3b8;cursor:pointer;font-size:.8rem;font-weight:600;letter-spacing:.3px;margin-top:1rem;padding:.55rem .9rem;transition:background-color .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease}.membership-list__toggle:hover{background:#172033;border-color:#00ffa359;box-shadow:0 0 12px #00ffa30f;color:#00ffa3}.membership-list__toggle:focus-visible{border-color:#00ffa3;box-shadow:0 0 0 3px #00ffa31f;outline:none}@media (max-width:600px){.membership-list{margin:.75rem 0;padding:1.25rem}.membership-list__item{font-size:.85rem}}#highlights{background:linear-gradient(180deg,#0d1420,#0a0f1a);border:1px solid #00ffa314;border-radius:14px;box-shadow:0 0 0 1px #00ffa308,0 12px 30px #0009;box-sizing:border-box;color:#f3f4f6;margin:1.5rem 0;padding:1.5rem}#highlights h2{color:#e5e7eb;font-size:1.25rem;font-weight:600;letter-spacing:.6px;margin:0 0 .4rem}#highlights h4{color:#64748b;font-size:.8rem;font-weight:400;letter-spacing:.3px;margin:0 0 1.5rem}#highlights .box-container{grid-gap:1rem;align-items:stretch;display:grid;gap:1rem;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-template-rows:repeat(5,auto)}#highlights .box-wrapper{background:#111827;border:1px solid #ffffff0f;border-radius:10px;box-shadow:inset 0 1px 0 #ffffff05,0 8px 20px #00000040;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;min-height:125px;min-width:0;padding:1.25rem;position:relative;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}#highlights .box-wrapper:hover{border-color:#00ffa32e;box-shadow:0 0 20px #00ffa30d,0 12px 25px #00000073;transform:translateY(-3px)}#highlights .geographic-support-box{display:flex;flex-direction:column;grid-column:2;grid-row:1/span 5;justify-content:center;min-height:0;min-width:0;padding:1.25rem}#highlights .geographic-support{display:flex;flex-direction:column;justify-content:center;margin:.5rem 0;width:100%}#highlights .geographic-stat{align-items:center;display:flex;flex-direction:column;padding:1rem .5rem;text-align:center}#highlights .geographic-stat-value{font-size:1.35rem;font-weight:600;line-height:1.2;word-break:break-word}#highlights .geographic-stat-percent{font-size:1.1rem;font-weight:600;line-height:1.2;margin-top:.2rem}#highlights .geographic-stat-label{font-size:.7rem;font-weight:600;letter-spacing:.04em;line-height:1.25;margin-top:.25rem}#highlights .geographic-divider{background-color:#ffffff14;height:1px;margin:.25rem auto;width:70%}#highlights .geographic-unavailable{opacity:.7}#highlights .geographic-support-box .box-subtitle{margin-top:.75rem;text-align:center}#highlights #AboveLimitSupport,#highlights #AverageContributions,#highlights #ContributionBalance,#highlights #SelfPayments,#highlights #TotalContributions{color:#00ffa3;font-size:1.45rem;font-weight:700;letter-spacing:.3px;line-height:1.15;margin-bottom:.45rem;overflow-wrap:anywhere}#highlights #ContributionBalance{color:#38bdf8}#highlights #AboveLimitSupport{color:#f59e0b;text-shadow:0 0 12px #f59e0b26}#highlights #SelfPayments{color:#c084fc}#highlights .box-title{color:#94a3b8;font-size:.7rem;font-weight:600;letter-spacing:.7px;line-height:1.3;text-transform:uppercase}#highlights .box-subtitle{color:#64748b;font-size:.68rem;line-height:1.45;margin-top:.5rem}#highlights #AboveLimitSupport+.box-title,#highlights #SelfPayments+.box-title{color:#cbd5e1}#highlights #AverageContributions{color:#67e8f9}#highlights .geographic-stat:first-of-type .geographic-stat-value{color:#4ade80}#highlights .geographic-stat:first-of-type .geographic-stat-percent{color:#86efac}#highlights .geographic-stat:nth-of-type(3) .geographic-stat-value{color:#60a5fa}#highlights .geographic-stat:nth-of-type(3) .geographic-stat-percent{color:#93c5fd}#highlights .geographic-unavailable .geographic-stat-value{color:#94a3b8}@media (max-width:900px){#highlights{padding:1.25rem}#highlights .box-container{gap:.85rem;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}#highlights .box-wrapper{min-height:115px;padding:1rem}#highlights .geographic-support-box{grid-column:2;grid-row:1/span 5}}@media (max-width:600px){#highlights{margin:1rem 0;padding:1rem}#highlights h2{font-size:1.1rem}#highlights h4{font-size:.72rem;line-height:1.4;margin-bottom:1rem}#highlights .box-container{gap:.75rem;grid-template-columns:1fr;grid-template-rows:none}#highlights .box-wrapper{min-height:100px;padding:1rem}#highlights .geographic-support-box{grid-column:auto;grid-row:auto;min-height:0}#highlights #AboveLimitSupport,#highlights #AverageContributions,#highlights #ContributionBalance,#highlights #SelfPayments,#highlights #TotalContributions{font-size:1.3rem}#highlights .geographic-stat{padding:.8rem .5rem}#highlights .geographic-stat-value{font-size:1.25rem}#highlights .geographic-stat-percent{font-size:1rem}}@media (max-width:380px){#highlights{padding:.75rem}#highlights .box-wrapper{padding:.9rem}#highlights #AboveLimitSupport,#highlights #AverageContributions,#highlights #ContributionBalance,#highlights #SelfPayments,#highlights #TotalContributions{font-size:1.2rem}#highlights .geographic-stat-value{font-size:1.15rem}}.contribution-pie-chart{background:linear-gradient(180deg,#0d1420,#0a0f1a);border:1px solid #00ffa314;border-radius:14px;box-shadow:0 0 0 1px #00ffa308,0 12px 30px #0009;margin:0 auto;max-width:1200px;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.contribution-pie-chart:hover{border-color:#00ffa329;box-shadow:0 0 20px #00ffa30a,0 16px 35px #000000b3}.contribution-pie-chart-header{align-items:flex-start;border-bottom:1px solid #ffffff0d;display:flex;gap:2rem;justify-content:space-between;padding:1.4rem 1.5rem 1.15rem}.contribution-pie-chart-header>div:first-child{min-width:0}.contribution-pie-chart-kicker{color:#00ffa3;display:block;font-size:.68rem;font-weight:600;letter-spacing:.8px;margin-bottom:.4rem;text-transform:uppercase}.contribution-pie-chart-header h2{color:#e5e7eb;font-size:1.05rem;font-weight:600;letter-spacing:.1px;margin:0}.contribution-pie-chart-header p{color:#64748b;font-size:.78rem;line-height:1.5;margin:.45rem 0 0;max-width:650px}.contribution-pie-chart-total{align-items:flex-end;display:flex;flex:0 0 auto;flex-direction:column;padding-left:1rem}.contribution-pie-chart-total span{color:#64748b;font-size:.65rem;font-weight:600;letter-spacing:.7px;margin-bottom:.2rem;text-transform:uppercase}.contribution-pie-chart-total strong{color:#00ffa3;font-size:1.15rem;font-weight:700;letter-spacing:.2px;white-space:nowrap}.contribution-pie-chart-body{min-height:430px;padding:.75rem 1rem .5rem;position:relative}.contribution-pie-chart-body .highcharts-container{font-family:inherit!important}.contribution-pie-chart-body .highcharts-root{font-family:inherit}.contribution-pie-chart-body
.highcharts-legend-item
text{fill:#cbd5e1!important;font-family:inherit!important;font-size:12px!important;font-weight:500!important}.contribution-pie-chart-body
.highcharts-legend-item:hover
text{fill:#fff!important}.contribution-pie-tooltip{color:#e5e7eb;font-size:.78rem;line-height:1.5;min-width:150px}.contribution-pie-tooltip strong{color:#f3f4f6;font-weight:600}.contribution-pie-tooltip span{color:#94a3b8}.contribution-pie-chart-meta{border-top:1px solid hsla(0,0%,100%,.035);color:#64748b;font-size:.68rem;line-height:1.4;padding:.7rem 1.5rem .85rem}.contribution-pie-chart-body
.highcharts-credits{display:none}@media (max-width:768px){.contribution-pie-chart-header{gap:1rem}.contribution-pie-chart-body{min-height:380px;padding-left:.5rem;padding-right:.5rem}.contribution-pie-chart-total strong{font-size:1rem}}@media (max-width:600px){.contribution-pie-chart-header{flex-direction:column}.contribution-pie-chart-total{align-items:flex-start;padding-left:0}.contribution-pie-chart-body{min-height:350px}}@media (max-width:480px){.contribution-pie-chart{border-radius:12px}.contribution-pie-chart-header{padding:1.15rem 1.15rem 1rem}.contribution-pie-chart-header h2{font-size:.98rem}.contribution-pie-chart-header p{font-size:.74rem}.contribution-pie-chart-body{min-height:320px;padding:.25rem .25rem .5rem}.contribution-pie-chart-meta{padding-left:1.15rem;padding-right:1.15rem}}@media (prefers-reduced-motion:reduce){.contribution-pie-chart{transition:none}}.food-expenditure{background:linear-gradient(180deg,#0d1420,#0a0f1a);border:1px solid #00ffa314;border-radius:14px;box-shadow:0 0 0 1px #00ffa308,0 12px 30px #0009;color:#f3f4f6;margin:1rem 0;padding:1.5rem 1.75rem;transition:border-color .2s ease,box-shadow .2s ease}.food-expenditure:hover{border-color:#00ffa32e;box-shadow:0 0 20px #00ffa30d,0 16px 35px #000000b3}.food-expenditure__title{border-bottom:1px solid #ffffff0d;color:#94a3b8;font-size:.95rem;font-weight:600;letter-spacing:.6px;margin:0;padding-bottom:.75rem;text-transform:uppercase}.food-expenditure__subtitle{color:#64748b;font-size:.8rem;font-weight:600;letter-spacing:.5px;margin:1.25rem 0 .75rem;text-transform:uppercase}.food-expenditure__vendors{display:flex;flex-direction:column;gap:.45rem;list-style:none;margin:0;padding:0}.food-expenditure__vendor{align-items:center;background:#111827a6;border:1px solid #ffffff0a;border-radius:8px;color:#e5e7eb;display:flex;font-size:.9rem;justify-content:space-between;min-height:2.35rem;padding:.55rem .75rem;transition:background-color .16s ease,border-color .16s ease,transform .16s ease}.food-expenditure__vendor:hover{background:#111827;border-color:#00ffa324;transform:translateX(2px)}.food-expenditure__vendor-name{font-weight:500;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.food-expenditure__vendor-amount{color:#00ffa3;flex:0 0 auto;font-weight:700;letter-spacing:.3px;margin-left:1rem}.food-expenditure__vendor:before{background:#00ffa3;border-radius:50%;box-shadow:0 0 6px #00ffa359;content:"";flex:0 0 auto;height:5px;margin-right:.7rem;width:5px}.food-expenditure__toggle{background:#111827;border:1px solid #00ffa326;border-radius:8px;color:#94a3b8;cursor:pointer;font-size:.8rem;font-weight:600;letter-spacing:.3px;margin-top:1rem;padding:.55rem .9rem;transition:background-color .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease}.food-expenditure__toggle:hover{background:#172033;border-color:#00ffa359;box-shadow:0 0 12px #00ffa30f;color:#00ffa3}.food-expenditure__toggle:focus-visible{border-color:#00ffa3;box-shadow:0 0 0 3px #00ffa31f;outline:none}.food-expenditure__empty{background:#11182773;border:1px dashed #94a3b826;border-radius:8px;color:#64748b;font-size:.85rem;margin:.5rem 0 0;padding:1rem;text-align:center}@media (max-width:600px){.food-expenditure{margin:.75rem 0;padding:1.25rem}.food-expenditure__vendor{font-size:.85rem}.food-expenditure__vendor-name{max-width:65%}}.donation-list{background:linear-gradient(180deg,#0d1420,#0a0f1a);border:1px solid #00ffa314;border-radius:14px;box-shadow:0 0 0 1px #00ffa308,0 12px 30px #0009;color:#f3f4f6;margin:1rem 0;padding:1.5rem 1.75rem;transition:border-color .2s ease,box-shadow .2s ease}.donation-list:hover{border-color:#00ffa32e;box-shadow:0 0 20px #00ffa30d,0 16px 35px #000000b3}.donation-list__title{border-bottom:1px solid #ffffff0d;color:#94a3b8;font-size:.95rem;font-weight:600;letter-spacing:.6px;margin:0;padding-bottom:.75rem;text-transform:uppercase}.donation-list__items{display:flex;flex-direction:column;gap:.45rem;list-style:none;margin:1rem 0 0;padding:0}.donation-list__item{align-items:center;background:#111827a6;border:1px solid #ffffff0a;border-radius:8px;color:#e5e7eb;display:flex;font-size:.9rem;justify-content:space-between;min-height:2.35rem;padding:.55rem .75rem;transition:background-color .16s ease,border-color .16s ease,transform .16s ease}.donation-list__item:hover{background:#111827;border-color:#00ffa324;transform:translateX(2px)}.donation-list__name{font-weight:500;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.donation-list__amount{color:#00ffa3;flex:0 0 auto;font-weight:700;letter-spacing:.3px;margin-left:1rem}.donation-list__item:before{background:#00ffa3;border-radius:50%;box-shadow:0 0 6px #00ffa359;content:"";flex:0 0 auto;height:5px;margin-right:.7rem;width:5px}.donation-list__toggle{background:#111827;border:1px solid #00ffa326;border-radius:8px;color:#94a3b8;cursor:pointer;font-size:.8rem;font-weight:600;letter-spacing:.3px;margin-top:1rem;padding:.55rem .9rem;transition:background-color .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease}.donation-list__toggle:hover{background:#172033;border-color:#00ffa359;box-shadow:0 0 12px #00ffa30f;color:#00ffa3}.donation-list__toggle:focus-visible{border-color:#00ffa3;box-shadow:0 0 0 3px #00ffa31f;outline:none}.donation-list__empty{background:#11182773;border:1px dashed #94a3b826;border-radius:8px;color:#64748b;font-size:.85rem;margin:1rem 0 0;padding:1rem;text-align:center}@media (max-width:600px){.donation-list{margin:.75rem 0;padding:1.25rem}.donation-list__item{font-size:.85rem}.donation-list__name{max-width:65%}}#donor-volunteer-line-wrapper{display:flex;height:350px;justify-content:center;margin-bottom:20px;width:100%}#donor-volunteer-line-container{display:flex;flex-direction:column;justify-content:center}#insufficient-data{background:#0003;border:1px dashed #00ffa326;border-radius:8px;color:#9ca3af;font-style:italic;height:200px;padding:10px}#insufficient-data,#occupation-pie-chart-wrapper{align-items:center;display:flex;justify-content:center}#occupation-pie-chart-wrapper{background:linear-gradient(180deg,#0d1420,#0a0f1a);border:1px solid #00ffa30f;border-radius:12px;box-shadow:0 0 0 1px #00ffa308,0 10px 30px #0000008c;box-sizing:border-box;flex-direction:column;margin:2rem auto;max-width:900px;padding:1.5rem;width:100%}#occupation-pie-chart{align-items:center;background-color:#111827;border:1px solid #00ffa314;border-radius:10px;display:flex;height:380px;justify-content:center;margin-bottom:2rem;max-width:400px;padding:1rem;transition:all .25s ease;width:100%}#occupation-pie-chart:hover{border-color:#00ffa32e;box-shadow:0 0 20px #00ffa314}#donor-occupation-table{background-color:#111827;border:1px solid #00ffa314;border-collapse:collapse;border-radius:10px;box-shadow:0 0 0 1px #00ffa308,0 8px 25px #00000080;margin:1rem auto;max-width:700px;overflow:hidden;width:100%}#donor-occupation-table tr{transition:background .2s ease}#donor-occupation-table tr:hover{background-color:#00ffa30d}#donor-occupation-table td{border-bottom:1px solid #ffffff0d;color:#e6edf3;font-size:.9rem;padding:.85rem 1rem;text-align:left}#donor-occupation-table tr:last-child td{border-bottom:none}#donor-occupation-table th{background-color:#0f172a;border-bottom:1px solid #00ffa31f;color:#94a3b8;font-size:.75rem;letter-spacing:.5px;padding:.9rem 1rem;text-align:left;text-transform:uppercase}@media (max-width:768px){#occupation-pie-chart-wrapper{padding:1rem}#occupation-pie-chart{height:340px;max-width:320px}#donor-occupation-table{font-size:.85rem}}@media (max-width:480px){#occupation-pie-chart{height:300px;max-width:280px}#donor-occupation-table td{font-size:.8rem;padding:.7rem .75rem}}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{left:0;position:absolute;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.leaflet-tile::selection{background:#0000}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{height:1600px;-webkit-transform-origin:0 0;width:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-height:none!important;max-width:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-height:none!important;max-width:none!important;padding:0;width:auto}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;height:0;width:0;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{height:1px;width:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{pointer-events:visiblePainted;pointer-events:auto;position:relative;z-index:800}.leaflet-bottom,.leaflet-top{pointer-events:none;position:absolute;z-index:1000}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{clear:both;float:left}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;color:#000;display:block;height:26px;line-height:26px;text-align:center;text-decoration:none;width:26px}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.leaflet-bar a.leaflet-disabled{background-color:#f4f4f4;color:#bbb;cursor:default}.leaflet-touch .leaflet-bar a{height:30px;line-height:30px;width:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);height:36px;width:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{height:44px;width:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{background:#fff;color:#333;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{overflow-x:hidden;overflow-y:scroll;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;line-height:1.4;padding:0 5px}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;height:.6669em;vertical-align:initial!important;width:1em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{background:#fffc;border:2px solid #777;border-top:none;box-sizing:border-box;line-height:1.1;padding:2px 5px 1px;text-shadow:1px 1px #fff;white-space:nowrap}.leaflet-control-scale-line:not(:first-child){border-bottom:none;border-top:2px solid #777;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{margin-bottom:20px;position:absolute;text-align:center}.leaflet-popup-content-wrapper{border-radius:12px;padding:1px;text-align:left}.leaflet-popup-content{font-size:13px;font-size:1.08333em;line-height:1.3;margin:13px 24px 13px 20px;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{height:20px;left:50%;margin-left:-20px;margin-top:-1px;overflow:hidden;pointer-events:none;position:absolute;width:40px}.leaflet-popup-tip{height:17px;margin:-10px auto 0;padding:1px;pointer-events:auto;transform:rotate(45deg);width:17px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;box-shadow:0 3px 14px #0006;color:#333}.leaflet-container a.leaflet-popup-close-button{background:#0000;border:none;color:#757575;font:16px/24px Tahoma,Verdana,sans-serif;height:24px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:24px}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);margin:0 auto;width:24px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 1px 3px #0006;color:#222;padding:6px;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;white-space:nowrap}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{background:#0000;border:6px solid #0000;content:"";pointer-events:none;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{border-top-color:#fff;bottom:0;margin-bottom:-12px}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-left:-6px;margin-top:-12px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;left:0;margin-left:-12px}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.shared-donors-table{background:linear-gradient(180deg,#0d1420,#0a0f1a);border:1px solid #00ffa314;border-radius:14px;box-shadow:0 0 0 1px #00ffa308,0 12px 30px #0009;box-sizing:border-box;color:#f3f4f6;color:var(--text-primary,#f3f4f6);margin:2rem 0;padding:1.5rem 1.75rem;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.shared-donors-table:hover{border-color:#00ffa32e;box-shadow:0 0 20px #00ffa30d,0 16px 35px #000000b3}.shared-donors-header{align-items:flex-start;border-bottom:1px solid #ffffff0d;display:flex;gap:1.5rem;justify-content:space-between;margin-bottom:1.25rem;padding-bottom:1rem}.shared-donors-header h2{color:#e5e7eb;font-size:1.05rem;font-weight:600;letter-spacing:.6px;margin:0;text-transform:uppercase}.shared-donors-description{color:#94a3b8;font-size:.82rem;line-height:1.5;margin:.45rem 0 0;max-width:700px}.shared-donors-summary{background:rgba(0,255,163,.025);border:1px solid #00ffa31a;border-radius:8px;color:#94a3b8;flex-shrink:0;font-size:.75rem;font-weight:600;letter-spacing:.4px;padding:.4rem .7rem;white-space:nowrap}.shared-donors-table-wrapper{overflow-x:auto;width:100%}.shared-donors-table table{border-collapse:collapse;table-layout:fixed;width:100%}.shared-donors-table th{border-bottom:1px solid #ffffff0f;color:#64748b;font-size:.7rem;font-weight:600;letter-spacing:.6px;padding:.65rem .85rem;text-align:left;text-transform:uppercase}.shared-donors-table td{border-bottom:1px solid hsla(0,0%,100%,.035);padding:.75rem .85rem;vertical-align:middle}.shared-donors-table td:first-child,.shared-donors-table th:first-child{width:45%}.shared-donors-table td:nth-child(2),.shared-donors-table th:nth-child(2){width:25%}.shared-donors-table td:nth-child(3),.shared-donors-table th:nth-child(3){text-align:right;width:30%}.shared-donors-table tbody tr{transition:background-color .15s ease,border-color .15s ease}.shared-donors-table tbody tr:hover{background-color:rgba(0,255,163,.025)}.shared-donors-table tbody tr:last-child td{border-bottom:none}.shared-donor-candidate{display:flex;flex-direction:column;gap:.15rem}.shared-donor-name-cell{color:#e5e7eb;font-size:.9rem;font-weight:600}.shared-donor-district{color:#64748b;font-size:.72rem;letter-spacing:.3px}.shared-donor-headshot{background-color:#111827;border:2px solid #00ffa314;border-radius:50%;display:block;height:42px;object-fit:cover;transition:transform .16s ease,border-color .16s ease;width:42px}.shared-donors-table tbody tr:hover .shared-donor-headshot{border-color:#00ffa340;transform:scale(1.04)}.shared-donor-headshot-placeholder{align-items:center;background:#111827;border:2px solid #ffffff0f;border-radius:50%;color:#64748b;display:flex;font-size:.8rem;font-weight:600;height:42px;justify-content:center;width:42px}.shared-donor-percentage{color:#00ffa3;cursor:help;display:inline-block;font-size:1rem;font-weight:700;letter-spacing:.3px;transition:text-shadow .16s ease,opacity .16s ease}.shared-donor-percentage:hover{text-shadow:0 0 12px #00ffa340}.shared-donors-empty{background:hsla(0,0%,100%,.015);border:1px solid #ffffff0d;border-radius:8px;color:#64748b;font-size:.82rem;padding:2rem 1rem;text-align:center}@media (max-width:767px){.shared-donors-table{margin:1.25rem 0;padding:1.15rem 1rem}.shared-donors-header{flex-direction:column;gap:.75rem}.shared-donors-summary{white-space:normal}.shared-donors-table td,.shared-donors-table th{padding:.65rem .45rem}.shared-donors-table th{font-size:.65rem}.shared-donor-headshot,.shared-donor-headshot-placeholder{height:36px;width:36px}.shared-donor-name-cell{font-size:.82rem}.shared-donor-district{font-size:.68rem}.shared-donor-percentage{font-size:.9rem}}.review-page{display:flex;flex-direction:column;gap:2.5rem;margin:2rem auto 3rem;max-width:1200px;padding:1.5rem}.contribution-card,.document-header,.expenditure-card{background:linear-gradient(180deg,#0d1420,#0a0f1a);border:1px solid #00ffa314;border-radius:14px;box-shadow:0 0 0 1px #00ffa308,0 12px 30px #0009;padding:1.5rem 1.75rem;transition:border-color .2s ease,box-shadow .2s ease}.contribution-card:hover,.document-header:hover,.expenditure-card:hover{border-color:#00ffa32e;box-shadow:0 0 20px #00ffa30d,0 16px 35px #000000b3}.document-header h4,.section-title{color:#94a3b8;font-size:.95rem;font-weight:600;letter-spacing:.6px;margin-bottom:1.25rem;text-transform:uppercase}.document-header{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr}label{color:#94a3b8;display:flex;flex-direction:column;font-size:.75rem;gap:.35rem;letter-spacing:.5px;text-transform:uppercase}input{background:#111827;border:1px solid #00ffa31f;border-radius:8px;color:#f3f4f6;font-size:.9rem;padding:.55rem .7rem;transition:border-color .2s ease,box-shadow .2s ease}input:focus{border-color:#00ffa3;box-shadow:0 0 0 3px #00ffa31f;outline:none}.contribution-pane,.expenditure-pane{display:flex;flex-direction:column;gap:1.5rem}.contribution-grid,.expenditure-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr}.card-header{align-items:baseline;border-bottom:1px solid #ffffff0d;display:flex;justify-content:space-between;margin-bottom:1.25rem;padding-bottom:.75rem}.donor-name{color:#e5e7eb;font-size:.95rem;font-weight:600}.amount{color:#00ffa3;font-size:1rem;font-weight:700;letter-spacing:.4px}.card-fields{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr}.input-empty{background:linear-gradient(180deg,#1a0f14,#140b10);border:1px solid #bf2a2a8c!important}.input-empty:focus{border-color:#bf2a2a!important;box-shadow:0 0 0 3px #bf2a2a2e}.label-empty{color:#bf2a2a}@media (min-width:768px){.card-fields{grid-template-columns:repeat(2,1fr)}.card-fields label:last-child{grid-column:span 2}.contribution-grid,.document-header,.expenditure-grid{grid-template-columns:repeat(2,1fr)}.document-header label:last-child{grid-column:span 2}}.totals-panel{background:linear-gradient(145deg,#13293d,#1e3a5f);border:1px solid #bf2a2a33;border-radius:14px;box-shadow:0 8px 24px #0006;color:#fff;margin-top:2rem;padding:2rem}.panel-title{border-bottom:2px solid #fff;color:#fff;font-size:1.4rem;letter-spacing:1px;margin-bottom:1.5rem;padding-bottom:.5rem;text-transform:uppercase}.totals-section{margin-bottom:1.75rem}.section-title{color:#fff;font-size:1rem;letter-spacing:.5px;margin-bottom:.75rem;text-transform:uppercase}.totals-row{border-bottom:1px solid #ffffff0d;display:flex;font-size:.95rem;justify-content:space-between;margin-bottom:.5rem;padding:.4rem 0}.totals-row strong{font-weight:600}.totals-divider{background:#ffffff14;height:3px;margin:1.5rem 0}.status{border-radius:6px;font-weight:600;letter-spacing:.5px;margin-top:.75rem;padding:.5rem .75rem;text-align:center}.success{background:#00e67614;border:1px solid #00e67640;color:#00e676}.unrecorded{background:#70809014;border:1px solid #70809040;color:#708090}.error{background:#ff525214;border:1px solid #ff525240;color:#ff5252}
/*# sourceMappingURL=main.4c2e1722.css.map*/