:root{--primary: #002868;--accent: #bf0a30;--bg-light: rgba(255, 255, 255, .95);--text-main: #1a202c;--text-muted: #4a5568;--shadow: 0 .625rem 2.5rem rgba(0, 40, 104, .1);--glass-border: rgba(0, 40, 104, .08);--gray-bg: #f8fafc;--dark-bg: #111827}*{margin:0;padding:0;box-sizing:border-box}body,html{width:100%;font-family:Outfit,sans-serif;color:var(--text-main);background:#f0f2f5;overflow-x:hidden;scroll-behavior:smooth}body.no-scroll{overflow:hidden;height:100vh}#main-container{width:100%}#map-section{position:relative;width:100vw;height:100vh;overflow:hidden}#map{width:100%;height:100%;z-index:1}#ui-overlay{position:absolute;top:0;left:0;bottom:0;z-index:1000;display:flex;flex-direction:column;padding:0;width:26.25rem;background:var(--bg-light);backdrop-filter:blur(1.25rem);-webkit-backdrop-filter:blur(1.25rem);border-right:.0625rem solid var(--glass-border);transition:transform .3s ease-in-out;border-bottom-right-radius:.75rem;overflow:hidden}#ui-overlay.collapsed{bottom:auto!important;border-bottom:.0625rem solid var(--glass-border)}#ui-overlay.collapsed #results-sidebar{display:none!important}.toggle-trigger{display:flex;justify-content:center;padding:.625rem 0;cursor:pointer;transition:all .2s;-webkit-user-select:none;user-select:none;z-index:1001;border-radius:0 0 .75rem .75rem}.toggle-trigger:hover{background:#00000008}.arrow-icon{width:.875rem;height:.875rem;border-bottom:.22rem solid var(--accent);border-right:.22rem solid var(--accent);transform:rotate(-135deg);transition:transform .3s cubic-bezier(.4,0,.2,1);margin:.3125rem 0 -.3125rem}#ui-overlay.collapsed .arrow-icon{transform:rotate(45deg);margin:-.3125rem 0 .3125rem}header{padding:1.25rem 1.5rem .3125rem}.logo-link{display:inline-block;text-decoration:none;margin-bottom:.125rem}.logo{height:1.75rem;display:block;width:auto}header p{font-size:.85rem;color:var(--text-muted);font-weight:400}#controls{padding:0 1.5rem .625rem}.search-box{display:flex;gap:.625rem;margin-bottom:.9375rem}input{flex:1;padding:.875rem 1.25rem;border-radius:1rem;border:.0625rem solid rgba(0,0,0,.08);outline:none;font-size:1rem;font-family:inherit;transition:all .2s}input:focus{border-color:var(--primary);box-shadow:0 0 0 .25rem #0028680d}button#search-btn{background:var(--primary);color:#fff;border:none;padding:0 1.5rem;border-radius:1rem;cursor:pointer;font-weight:600;font-size:.95rem;transition:all .2s}button#search-btn:hover{background:#001a45;transform:translateY(-.0625rem)}#stats{font-size:.85rem;color:var(--text-muted);font-weight:600;margin-top:.3125rem}#results-sidebar{flex:1;display:flex;flex-direction:column;overflow:hidden;border-top:.0625rem solid var(--glass-border)}#job-list-container{flex:1;overflow-y:auto;padding:0}.job-item{padding:1.5rem;background:transparent;border-bottom:.0625rem solid rgba(0,0,0,.04);transition:all .2s ease;cursor:pointer}.job-item:hover{background:#f1f5f9}.job-item h3{font-size:1rem;color:var(--primary);margin-bottom:.25rem;line-height:1.4}.job-item .agency{color:var(--accent);font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.03125rem}.job-item .details{font-size:.8rem;color:var(--text-muted);margin-top:.5rem}.salary-list{margin-top:.5rem;font-size:.85rem;font-weight:600;color:var(--text-main)}.pagination{display:flex;justify-content:center;gap:1rem;padding:1.5rem;background:#fff;border-top:1px solid rgba(0,0,0,.05)}.pagination button{background:var(--primary);color:#fff;border:none;padding:.6rem 1.5rem;border-radius:.75rem;font-weight:600;cursor:pointer;font-size:.9rem;transition:all .2s}.pagination button:hover{background:#001a45;transform:translateY(-1px)}.scroll-down-btn,.scroll-up-btn{position:absolute;left:50%;transform:translate(-50%);z-index:2000;display:flex;flex-direction:row;align-items:center;gap:.75rem;cursor:pointer;background:var(--primary);color:#fff;padding:.75rem 1.75rem;border-radius:3.125rem;box-shadow:0 .625rem 1.875rem #00286833;transition:all .3s;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.09375rem}.scroll-down-btn{bottom:.625rem}.scroll-up-btn{top:2.5rem;background:#fff;color:var(--primary)}.scroll-down-btn:hover{transform:translate(-50%) translateY(-.3125rem);box-shadow:0 .9375rem 2.5rem #0028684d}.scroll-up-btn:hover{transform:translate(-50%) translateY(.3125rem);box-shadow:0 .9375rem 2.5rem #0000001a}.chevron{width:.5625rem;height:.5625rem;border-bottom:.15625rem solid currentColor;border-right:.15625rem solid currentColor}.chevron.down{transform:rotate(45deg);margin-top:-.25rem;animation:bounceDown 2s infinite}.chevron.up{transform:rotate(-135deg);margin-top:.25rem;animation:bounceUp 2s infinite}@keyframes bounceDown{0%,to{transform:rotate(45deg) translate(0)}50%{transform:rotate(45deg) translate(.125rem,.125rem)}}@keyframes bounceUp{0%,to{transform:rotate(-135deg) translate(0)}50%{transform:rotate(-135deg) translate(.125rem,.125rem)}}#info-section{width:100%;position:relative;z-index:2001;background:#fff}.full-section{width:100%;padding:7.5rem 1.25rem;display:flex;justify-content:center;text-align:center}.content-wrapper{max-width:75rem;width:100%}.hero-lite{padding:11.25rem 1.25rem}.hero-lite h2{font-size:4rem;color:var(--primary);font-weight:600;letter-spacing:-.125rem;margin-bottom:1.25rem}.subtitle{font-size:1.4rem;color:var(--text-muted);max-width:43.75rem;margin:0 auto;line-height:1.5}.bg-gray{background:var(--gray-bg)}.bg-dark{background:var(--dark-bg);color:#fff;padding:5rem 1.25rem;text-align:left}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));gap:3.75rem}.feature-block{text-align:left}.icon-circle{font-size:2rem;margin-bottom:1.25rem;display:inline-block}.feature-block h3{font-size:1.8rem;margin-bottom:.9375rem;color:var(--primary);font-weight:600}.feature-block p{color:var(--text-muted);line-height:1.7;font-size:1.1rem}.path-section{border-top:.0625rem solid #edf2f7}.path-content h2{font-size:3rem;margin-bottom:3.75rem;color:var(--primary)}.path-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(17.5rem,1fr));gap:1.875rem}.path-item{text-align:left;background:#fff;padding:2.5rem;border-radius:1.5rem;box-shadow:0 .25rem 1.25rem #00000008;border:.0625rem solid #f1f5f9}.path-item h4{font-size:1.3rem;margin-bottom:.75rem;color:var(--accent)}.path-item p{color:var(--text-muted);line-height:1.6}.mission-text{font-size:1.1rem;opacity:.8;margin-bottom:1.25rem;line-height:1.6;max-width:50rem}.data-attribution{font-size:.9rem;opacity:.6}.data-attribution a{color:#fff;text-decoration:underline}.hidden{display:none!important}@media (max-width: 48rem){#map-section{position:relative;height:100vh;width:100vw}#ui-overlay{position:fixed;top:0;left:0;width:100%;height:auto;max-height:100vh;background:#fff;z-index:2000;box-shadow:0 .125rem .625rem #0000001a;border-radius:0;display:flex;flex-direction:column}#ui-overlay:not(.collapsed){height:100vh}#ui-overlay:not(.collapsed)~#scroll-down-trigger{display:none!important}#map{position:absolute;top:0;left:0;width:100%;height:100%;margin-top:135px;z-index:1}#results-sidebar{position:relative;top:0;width:100%;flex:1;background:#fff;z-index:1500;overflow-y:auto;border-top:1px solid rgba(0,0,0,.05)}header{padding:.75rem 1rem .15rem}#controls{padding:0 1rem 0rem}.toggle-trigger{background:#fff;padding:.1rem 0 .8rem;z-index:2001;position:relative;flex-shrink:0}.search-box{flex-direction:row;gap:.4rem;margin-bottom:.5rem}input{padding:.6rem .8rem;font-size:.9rem}button#search-btn{width:auto;padding:0 1rem;height:2.8rem;white-space:nowrap;font-size:.85rem}.hero-lite{padding:5rem 1.25rem}.hero-lite h2{font-size:2.2rem;letter-spacing:-.05rem}.subtitle{font-size:1.1rem}.feature-grid{gap:2.5rem}.full-section{padding:4rem 1.25rem}.path-content h2{font-size:1.8rem}}
