@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap);@tailwind base;@tailwind components;@tailwind utilities;: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{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.box-wrapper{align-items:center;display:flex;flex-direction:column}.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}}.profile-headshot{background-color:var(--bg-muted);border:3px solid var(--border-subtle);border-radius:50%;display:block;height:240px;margin:0 auto;object-fit:cover;transition:transform .16s ease,border-color .16s ease;width:240px}.profile-headshot:hover{border-color:var(--accent-data);transform:scale(1.02)}@media (max-width:480px){.profile-headshot{height:180px;width:180px}}#profile-stream a{color:inherit;text-decoration:none}.profileSnapshot{align-items:center;background-color:var(--bg-panel);border:1px solid var(--border-subtle);border-radius:var(--radius);color:var(--text-primary);display:flex;flex-direction:column;margin:.75rem;padding:1.5rem;text-align:center;transition:transform .16s ease,border-color .16s ease,background-color .16s ease}.profileSnapshot:hover{background-color:var(--bg-muted);border-color:var(--accent-data);transform:translateY(-4px)}.profileSnapshot h1{font-size:1.25rem;font-weight:600;line-height:1.3;margin:0 auto .75rem;max-width:320px}.profileSnapshot p{color:var(--text-secondary);margin:.75rem 0}.profile-district-header{color:var(--accent-data);font-size:1.4rem;font-weight:700;letter-spacing:.5px;margin-top:.5rem}.election-wrapper{background-color:var(--bg-muted);border:1px solid var(--border-subtle);border-radius:var(--radius);color:var(--text-secondary);display:inline-block;font-size:.85rem;font-weight:600;letter-spacing:.4px;margin-top:.5rem;padding:.4rem .8rem}#first-election-wrapper{border-left:3px solid var(--accent-data)}#next-election-wrapper{border-left:3px solid var(--accent-alert);margin-left:4px}#first-election-wrapper h3,#next-election-wrapper h3{font-size:.9rem;font-weight:600;margin:0}#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}}.dropdown-container{align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0d1420f2;border:1px solid #00ffa314;border-radius:12px;box-shadow:0 0 0 1px #00ffa308,0 8px 25px #0009;box-sizing:border-box;display:flex;gap:.75rem;justify-content:center;padding:1rem 1.25rem;position:-webkit-sticky;position:sticky;top:2px;width:100%;z-index:100}.dropdown-container label{color:#cbd5e1;font-size:.9rem;font-weight:600;letter-spacing:.4px;text-transform:uppercase}.dropdown{-webkit-appearance:none;appearance:none;background-color:#111827;border:1px solid #00ffa326;border-radius:8px;color:#f3f4f6;cursor:pointer;font-family:Inter,Poppins,sans-serif;font-size:.95rem;outline:none;padding:.65rem .9rem;transition:all .25s ease;width:220px}.dropdown:hover{border-color:#00ffa359}.dropdown:focus{border-color:#00ffa3;box-shadow:0 0 0 3px #00ffa326}@media (max-width:768px){.dropdown-container{justify-content:flex-start;padding:.75rem 1rem}.dropdown{font-size:.9rem;width:100%}}@media (max-width:480px){.dropdown-container{align-items:flex-start;flex-direction:column;gap:.5rem;margin:.5rem 0;padding:.75rem}.dropdown{font-size:.85rem;padding:.6rem .75rem;width:100%}.dropdown-container label{font-size:.75rem}}#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;padding:2rem;width:100%}#timeline-graph-container+#timeline-graph-container{margin-top:3rem}#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}}.chart-container{background:linear-gradient(180deg,#0d1420,#0a0f1a);border:1px solid #00ffa314;border-radius:12px;box-shadow:0 0 0 1px #00ffa308,0 10px 30px #0009;display:flex;flex:1 1;margin-top:1rem;min-height:0;position:relative;width:100%}#PACFundingBarChartWrapper{background-color:#111827;border:1px solid #00ffa30f;border-radius:10px;color:#e6edf3;display:flex;flex-direction:column;height:520px;padding:.75rem;text-align:center;transition:all .25s ease;width:100%}#PACFundingBarChartWrapper:hover{border-color:#00ffa32e;box-shadow:0 0 20px #00ffa314}.data-accent{color:#00ffa3;font-weight:600}@media (max-width:768px){.chart-container{padding:1rem}#PACFundingBarChartWrapper{height:460px;padding:1rem}}@media (max-width:480px){.chart-container{margin:1rem auto;padding:.5rem}#PACFundingBarChartWrapper{height:420px;padding:.75rem}}.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 #0009;display:flex;flex-direction:column;margin:2rem auto;max-width:1200px;padding:1.75rem}#financial-records-wrapper h1{color:#f3f4f6;font-size:1.8rem;font-weight:700;margin-bottom:.5rem}#financial-records-wrapper h4{color:#94a3b8;font-size:.9rem;margin-bottom:1.25rem}#financial-records-wrapper i{color:#9ca3af}#financial-records-wrapper button{align-self:flex-start;background:#111827;border:1px solid #00ffa333;border-radius:8px;color:#f3f4f6;cursor:pointer;font-weight:600;letter-spacing:.3px;padding:.6rem 1rem;transition:all .2s ease}#financial-records-wrapper button:hover{border-color:#00ffa3;box-shadow:0 0 0 3px #00ffa31f}.tabulator{background-color:#111827;border:1px solid #ffffff0a;border-radius:10px;color:#e6edf3;font-size:.9rem}.tabulator .tabulator-header{background-color:#0f172a;border-bottom:1px solid #00ffa326}.tabulator .tabulator-col{background-color:#0f172a!important;border-right:1px solid #ffffff0a;color:#94a3b8;font-size:.75rem;letter-spacing:.6px;text-transform:uppercase}.tabulator .tabulator-col:hover{background-color:#00ffa30d}.tabulator-row{background-color:#111827!important;border-bottom:1px solid #ffffff0a;transition:background .15s ease}.tabulator .tabulator-row{background-color:#111}.tabulator .tabulator-row:nth-child(2n){background-color:#0f1b2a!important}.tabulator-row:hover{background-color:#00ffa30d}.tabulator-cell{border-right:1px solid #ffffff08;color:#fff;padding:.75rem 1rem}.tabulator-cell[tabulator-field=Amount]{color:#00ffa3;font-weight:600}.tabulator .tabulator-tableholder{scrollbar-color:#00ffa34d #0000;scrollbar-width:thin}.tabulator input{background-color:#111827;border:1px solid #00ffa326;border-radius:6px;color:#f3f4f6;padding:4px 6px}.tabulator input:focus{border-color:#00ffa3;box-shadow:0 0 0 2px #00ffa326;outline:none}#financial-tabs{display:flex;gap:1rem;margin-bottom:1.5rem}#financial-tabs button{background:#111827;border:1px solid #00ffa326;border-radius:8px;color:#94a3b8;cursor:pointer;font-weight:600;padding:.6rem 1.2rem;transition:all .2s ease}#financial-tabs button.active{background:#00ffa314;border-color:#00ffa3;color:#00ffa3}#financial-tabs button:hover{border-color:#00ffa3}@media (max-width:768px){#financial-records-wrapper{padding:1rem}.tabulator{font-size:.8rem}.tabulator-cell{padding:.6rem .75rem}}.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%}#contribution-pie-chart-wrapper{align-items:center;background:linear-gradient(180deg,#0d1420,#0a0f1a);border:1px solid #00ffa30f;border-radius:12px;box-shadow:0 0 0 1px #00ffa308,0 10px 30px #0009;box-sizing:border-box;display:flex;flex-direction:column;margin:2rem auto;padding:2rem;width:100%}#funding-summary-pie-chart{height:420px;max-width:420px;width:100%}@media (max-width:480px){#funding-summary-pie-chart{max-width:280px}h1{font-size:18px}h4{font-size:14px;text-align:center}}#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}}.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:1px;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}.error{background:#ff525214;border:1px solid #ff525240;color:#ff5252}
/*# sourceMappingURL=main.58c568ba.css.map*/