:root{color:#1e293b;font-synthesis:none;text-rendering:optimizelegibility;--navy:#0f172a;--blue:#2563eb;--blue-hover:#1d4ed8;--blue-light:#eff6ff;--blue-border:#dbeafe;--text:#1e293b;--text-secondary:#64748b;--text-light:#94a3b8;--background:#f8fafc;--white:#fff;--border:#e2e8f0;--border-dark:#cbd5e1;background:#f8fafc;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}html,body,#root{min-height:100%;margin:0}body{background:var(--background);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.6}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit}.page{background:var(--background);min-height:100vh}.container{width:100%;max-width:1180px;margin:0 auto;padding:20px 28px 0}.site-header{background:var(--white);border:1px solid var(--border);border-radius:14px;width:100%;margin-bottom:16px;overflow:hidden;box-shadow:0 4px 18px #0f172a0d}.navbar{justify-content:space-between;align-items:center;gap:30px;width:100%;min-height:100px;padding:24px 30px;display:flex}.brand{flex-direction:column;text-decoration:none;display:flex}.brand-name{color:var(--navy);letter-spacing:-.8px;margin:0;font-size:30px;font-weight:800;line-height:1}.brand-name span{color:var(--blue)}.brand-tagline{color:var(--text-secondary);letter-spacing:.2px;margin-top:8px;font-size:12px;font-weight:500;line-height:1.3}.nav-links{align-items:center;gap:8px;display:flex}.nav-link{color:#475569;border-radius:8px;padding:11px 16px;font-size:14px;font-weight:600;line-height:1.4;text-decoration:none;transition:color .2s,background .2s;position:relative}.nav-link:hover,.nav-link.active{color:var(--blue);background:var(--blue-light)}.nav-link.active:after{content:"";background:var(--blue);border-radius:10px;height:2px;position:absolute;bottom:4px;left:16px;right:16px}.section-eyebrow{color:var(--blue);text-transform:uppercase;letter-spacing:.8px;font-size:12px;font-weight:800;line-height:1.4}.empty-state{background:var(--white);border:1px solid var(--border);color:var(--text-secondary);text-align:center;border-radius:12px;margin:20px 0;padding:42px 24px;font-size:14px;line-height:1.6}.hero-primary-button,.hero-secondary-button{border-radius:8px;justify-content:center;align-items:center;gap:7px;padding:11px 16px;font-size:13px;font-weight:700;line-height:1.4;text-decoration:none;transition:background .2s,border-color .2s,color .2s,transform .2s;display:inline-flex}.hero-primary-button{background:var(--blue);color:var(--white);border:1px solid var(--blue)}.hero-primary-button:hover{background:var(--blue-hover);border-color:var(--blue-hover);transform:translateY(-1px)}.hero-secondary-button{background:var(--white);color:#334155;border:1px solid var(--border-dark)}.hero-secondary-button:hover{color:var(--blue);border-color:#93c5fd;transform:translateY(-1px)}.home-hero{border:1px solid var(--blue-border);background:radial-gradient(circle at 88% 18%,#2563eb24,#0000 31%),linear-gradient(135deg,#f8fbff 0%,#eef5ff 100%);border-radius:18px;margin-top:22px;padding:62px 50px}.home-hero-content{max-width:820px}.hero-label{color:var(--blue-hover);letter-spacing:.3px;background:#dbeafe;border-radius:50px;margin-bottom:18px;padding:7px 12px;font-size:12px;font-weight:700;line-height:1.4;display:inline-block}.home-hero h1{color:var(--navy);letter-spacing:-1.7px;margin:0;font-size:50px;font-weight:800;line-height:1.08}.home-hero h1 span{color:var(--blue)}.home-hero p{max-width:720px;color:var(--text-secondary);margin:20px 0 0;font-size:17px;line-height:1.7}.home-search{background:var(--white);border:1px solid #dbe3ef;border-radius:12px;align-items:center;gap:10px;width:100%;max-width:760px;margin-top:30px;padding:7px 7px 7px 18px;display:flex;box-shadow:0 8px 25px #0f172a14}.home-search>svg{color:var(--text-secondary);flex-shrink:0}.home-search input{min-width:0;color:var(--navy);background:0 0;border:none;outline:none;flex:1;padding:12px 4px;font-size:14px}.home-search input::placeholder{color:var(--text-light)}.home-search button{background:var(--blue);color:var(--white);border:none;border-radius:8px;flex-shrink:0;padding:13px 22px;font-size:14px;font-weight:700;transition:background .2s,transform .2s}.home-search button:hover{background:var(--blue-hover);transform:translateY(-1px)}.hero-actions{flex-wrap:wrap;align-items:center;gap:12px;margin-top:22px;display:flex}.home-section{padding:56px 0 10px}.home-section-heading{margin-bottom:24px}.home-section-heading h2{color:var(--navy);letter-spacing:-.6px;margin:5px 0 7px;font-size:28px;font-weight:800;line-height:1.25}.home-section-heading p{color:var(--text-secondary);margin:0;font-size:14px;line-height:1.6}.home-category-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;display:grid}.home-category-card{text-align:left;background:var(--white);border:1px solid var(--border);color:#334155;border-radius:12px;flex-direction:column;align-items:flex-start;min-height:145px;padding:18px;transition:transform .2s,border-color .2s,box-shadow .2s;display:flex}.home-category-card:hover{border-color:#93c5fd;transform:translateY(-3px);box-shadow:0 8px 22px #0f172a12}.category-icon{background:var(--blue-light);width:40px;height:40px;color:var(--blue);border-radius:9px;justify-content:center;align-items:center;display:flex}.home-category-card>span:nth-child(2){color:var(--text);margin-top:14px;font-size:13px;font-weight:700;line-height:1.4}.category-arrow{color:var(--text-light);margin-top:auto;padding-top:12px;transition:color .2s,transform .2s}.home-category-card:hover .category-arrow{color:var(--blue);transform:translate(3px)}.latest-jobs-section{padding-top:58px}.latest-heading{justify-content:space-between;align-items:flex-end;gap:20px;display:flex}.view-all-link{color:var(--blue);flex-shrink:0;align-items:center;gap:5px;font-size:13px;font-weight:700;line-height:1.4;text-decoration:none;display:inline-flex}.view-all-link:hover{color:var(--blue-hover)}.home-benefits{background:var(--navy);border-radius:16px;grid-template-columns:repeat(3,1fr);gap:16px;margin:52px 0 20px;padding:28px;display:grid}.benefit-card{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:11px;align-items:flex-start;gap:13px;padding:22px;display:flex}.benefit-card>svg{color:#60a5fa;flex-shrink:0}.benefit-card h3{color:var(--white);margin:0 0 7px;font-size:15px;font-weight:700;line-height:1.4}.benefit-card p{color:#cbd5e1;margin:0;font-size:12px;line-height:1.6}.jobs-page-heading{padding:36px 0 22px}.jobs-page-heading h1{color:var(--navy);letter-spacing:-.8px;margin:6px 0 7px;font-size:38px;font-weight:800;line-height:1.2}.jobs-page-heading p{color:var(--text-secondary);margin:0;font-size:14px;line-height:1.6}.jobs-search-bar{background:var(--white);border:1px solid #dbe3ef;border-radius:12px;align-items:center;gap:8px;width:100%;padding:7px;display:flex;box-shadow:0 5px 20px #0f172a0d}.jobs-search-input{flex:1;align-items:center;gap:10px;min-width:0;padding-left:11px;display:flex}.jobs-search-input>svg{color:var(--text-secondary);flex-shrink:0}.jobs-search-input input{width:100%;min-width:0;color:var(--navy);background:0 0;border:none;outline:none;padding:12px 2px;font-size:14px}.jobs-search-input input::placeholder{color:var(--text-light)}.jobs-search-clear{width:30px;height:30px;color:var(--text-secondary);background:#f1f5f9;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:flex}.jobs-search-clear:hover{background:var(--border);color:var(--navy)}.jobs-search-button{background:var(--blue);color:var(--white);border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;gap:7px;padding:13px 20px;font-size:13px;font-weight:700;display:flex}.jobs-search-button:hover{background:var(--blue-hover)}.controls{background:var(--white);border:1px solid var(--border);border-radius:12px;width:100%;margin-top:20px;padding:22px;box-shadow:0 4px 18px #0f172a0a}.category-filter-section{width:100%}.all-jobs-button{background:var(--background);color:#475569;border:1px solid #dbe3ef;border-radius:8px;width:100%;margin-bottom:10px;padding:11px 14px;font-size:13px;font-weight:650;transition:background .2s,border-color .2s,color .2s}.all-jobs-button:hover{color:var(--blue);border-color:#93c5fd}.all-jobs-button.active{background:var(--blue);border-color:var(--blue);color:var(--white)}.filters{grid-template-columns:repeat(5,minmax(0,1fr));gap:9px;width:100%;display:grid}.filter-button{border:1px solid var(--border);background:var(--white);color:#475569;border-radius:8px;min-height:46px;padding:9px 10px;font-size:12px;font-weight:600;line-height:1.3;transition:background .2s,border-color .2s,color .2s}.filter-button:hover{background:var(--blue-light);color:var(--blue);border-color:#93c5fd}.filter-button.active{background:var(--blue-light);border-color:var(--blue);color:var(--blue-hover)}.location-filter{background:var(--background);border:1px solid var(--border);border-radius:8px;align-items:center;gap:9px;width:100%;margin-top:16px;padding:0 13px;display:flex}.location-filter svg{color:var(--blue);flex-shrink:0}.location-filter select{color:#334155;background:0 0;border:none;outline:none;width:100%;padding:12px 4px;font-size:13px}.listing-heading{justify-content:space-between;align-items:center;gap:15px;margin:32px 0 16px;display:flex}.listing-heading h2{color:var(--navy);margin:0;font-size:22px;font-weight:750;line-height:1.3}.jobs-result-count{background:var(--blue-light);color:var(--blue);border-radius:50px;padding:6px 10px;font-size:11px;font-weight:700}.job-list{flex-direction:column;gap:12px;width:100%;display:flex}.job-row{background:var(--white);border:1px solid var(--border);cursor:pointer;border-radius:12px;justify-content:space-between;align-items:center;gap:22px;width:100%;padding:20px;transition:transform .2s,border-color .2s,box-shadow .2s;display:flex;box-shadow:0 2px 10px #0f172a06}.job-row:hover{border-color:#93c5fd;transform:translateY(-2px);box-shadow:0 8px 24px #0f172a12}.job-info{flex:1;min-width:0}.job-card-top{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:10px;display:flex}.category-badge{background:var(--blue-light);color:var(--blue);border:1px solid var(--blue-border);border-radius:50px;padding:5px 9px;font-size:10px;font-weight:750;line-height:1.3;display:inline-flex}.job-posted-time{color:var(--text-light);align-items:center;gap:4px;font-size:11px;line-height:1.4;display:inline-flex}.job-info h2{color:var(--navy);margin:0;font-size:18px;font-weight:750;line-height:1.4}.job-meta{color:var(--text-secondary);flex-wrap:wrap;align-items:center;gap:16px;margin-top:9px;font-size:12px;line-height:1.5;display:flex}.job-meta span{align-items:center;gap:5px;display:inline-flex}.job-meta svg{color:var(--text-light);flex-shrink:0}.view-job-button{background:var(--blue-light);color:var(--blue);border:1px solid #bfdbfe;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;gap:5px;padding:9px 13px;font-size:12px;font-weight:700;transition:background .2s,border-color .2s,color .2s;display:inline-flex}.view-job-button:hover{background:var(--blue);border-color:var(--blue);color:var(--white)}.pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;margin:30px 0 10px;display:flex}.pagination-pages{align-items:center;gap:6px;display:flex}.pagination-button,.pagination-number{border:1px solid var(--border);background:var(--white);color:#475569;border-radius:8px;min-height:38px;padding:8px 12px;font-size:12px;font-weight:650;transition:background .2s,border-color .2s,color .2s}.pagination-number{min-width:38px}.pagination-button:hover:not(:disabled),.pagination-number:hover{background:var(--blue-light);color:var(--blue);border-color:#93c5fd}.pagination-number.active{background:var(--blue);border-color:var(--blue);color:var(--white)}.pagination-button:disabled{opacity:.4;cursor:not-allowed}.resources-hero{border:1px solid var(--blue-border);background:radial-gradient(circle at 85% 20%,#2563eb21,#0000 32%),linear-gradient(135deg,#f8fbff 0%,#eef5ff 100%);border-radius:18px;margin-top:22px;padding:46px 50px}.resources-hero h1{color:var(--navy);letter-spacing:-1px;margin:8px 0 12px;font-size:42px;font-weight:800;line-height:1.15}.resources-hero p{max-width:680px;color:var(--text-secondary);margin:0;font-size:15px;line-height:1.7}.resources-section{padding:38px 0 10px}.resources-heading{margin-bottom:22px}.resources-heading h2{color:var(--navy);letter-spacing:-.5px;margin:0 0 7px;font-size:28px;font-weight:800;line-height:1.25}.resources-heading p{color:var(--text-secondary);margin:0;font-size:14px;line-height:1.6}.resources-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.resource-card{background:var(--white);border:1px solid var(--border);border-radius:13px;flex-direction:column;min-height:215px;padding:24px;transition:transform .2s,border-color .2s,box-shadow .2s;display:flex}.resource-card:hover{border-color:#93c5fd;transform:translateY(-3px);box-shadow:0 10px 28px #0f172a12}.resource-card-icon{width:44px;height:44px;color:var(--blue);background:var(--blue-light);border-radius:10px;justify-content:center;align-items:center;margin-bottom:18px;display:flex}.resource-card h3{color:var(--text);margin:0 0 9px;font-size:17px;font-weight:750;line-height:1.35}.resource-card p{color:var(--text-secondary);margin:0 0 20px;font-size:13px;line-height:1.65}.resource-coming-soon{color:var(--blue);align-items:center;gap:5px;margin-top:auto;font-size:12px;font-weight:700;line-height:1.4;display:inline-flex}.resources-cta{background:var(--navy);border-radius:16px;justify-content:space-between;align-items:center;gap:30px;margin:42px 0 20px;padding:34px;display:flex}.resources-cta .section-eyebrow{color:#60a5fa}.resources-cta h2{color:var(--white);margin:7px 0;font-size:25px;font-weight:800;line-height:1.25}.resources-cta p{color:#cbd5e1;max-width:620px;margin:0;font-size:13px;line-height:1.6}.resources-cta .hero-primary-button{flex-shrink:0}.resource-article{width:100%;max-width:920px;margin:10px auto 0}.resource-article-header{border:1px solid var(--blue-border);background:radial-gradient(circle at 90% 15%,#2563eb1f,#0000 32%),linear-gradient(135deg,#fff 0%,#f4f8ff 100%);border-radius:18px;padding:48px 52px;box-shadow:0 6px 24px #0f172a0a}.resource-article-category{color:var(--blue-hover);text-transform:uppercase;letter-spacing:.6px;background:#dbeafe;border-radius:50px;padding:6px 11px;font-size:11px;font-weight:800;line-height:1.4;display:inline-flex}.resource-article-header h1{max-width:790px;color:var(--navy);letter-spacing:-1.2px;margin:18px 0 16px;font-size:42px;font-weight:800;line-height:1.15}.resource-article-intro{color:#475569;max-width:760px;margin:0;font-size:17px;font-weight:400;line-height:1.8}.resource-article-meta{border-top:1px solid var(--border);color:var(--text-secondary);flex-wrap:wrap;align-items:center;gap:20px;margin-top:25px;padding-top:20px;font-size:12px;font-weight:600;display:flex}.resource-article-meta span{align-items:center;gap:7px;display:inline-flex}.resource-article-meta svg{color:var(--blue)}.article-highlight{background:var(--blue-light);border:1px solid var(--blue-border);border-radius:13px;align-items:flex-start;gap:16px;margin-top:24px;padding:25px 28px;display:flex}.article-highlight>svg{color:var(--blue);flex-shrink:0;margin-top:2px}.article-highlight h2{color:var(--navy);margin:0 0 7px;font-size:17px;font-weight:750;line-height:1.4}.article-highlight p{color:#475569;margin:0;font-size:14px;line-height:1.75}.article-section{background:var(--white);border:1px solid var(--border);border-radius:13px;margin-top:22px;padding:32px 34px;box-shadow:0 3px 14px #0f172a06}.article-section-heading{align-items:flex-start;gap:15px;margin-bottom:21px;display:flex}.article-step-number{background:var(--blue);width:42px;height:42px;color:var(--white);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;font-weight:800;line-height:1;display:inline-flex}.article-section-heading h2{color:var(--navy);letter-spacing:-.35px;margin:0;font-size:23px;font-weight:800;line-height:1.3}.article-section-heading p{color:var(--text-secondary);margin:5px 0 0;font-size:13px;line-height:1.6}.article-section>p{color:#475569;margin:0 0 17px;font-size:15px;line-height:1.85}.article-section>p:last-child{margin-bottom:0}.article-tip{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;align-items:flex-start;gap:11px;margin-top:22px;padding:17px 19px;display:flex}.article-tip svg{color:#16a34a;flex-shrink:0;margin-top:2px}.article-tip p{color:#3f6212;margin:0;font-size:13px;font-weight:550;line-height:1.7}.article-checklist{gap:10px;margin-top:22px;display:grid}.article-checklist>div{border:1px solid var(--border);color:#475569;background:#f8fafc;border-radius:8px;align-items:flex-start;gap:10px;padding:12px 14px;font-size:13px;line-height:1.6;display:flex}.article-checklist svg{color:var(--blue);flex-shrink:0;margin-top:2px}.article-icon-title{align-items:center;gap:9px;margin:4px 0 15px;display:flex}.article-icon-title svg{color:var(--blue);flex-shrink:0}.article-icon-title h3{color:#334155;margin:0;font-size:15px;font-weight:700;line-height:1.5}.article-inline-link{color:var(--blue);align-items:center;gap:6px;margin-top:5px;font-size:13px;font-weight:750;line-height:1.4;text-decoration:none;display:inline-flex}.article-inline-link:hover{color:var(--blue-hover)}.article-warning{background:#fffbeb;border:1px solid #fde68a;border-radius:13px;align-items:flex-start;gap:15px;margin-top:22px;padding:28px 30px;display:flex}.article-warning>svg{color:#d97706;flex-shrink:0;margin-top:2px}.article-warning h2{color:#78350f;margin:0 0 14px;font-size:20px;font-weight:800;line-height:1.35}.article-warning ul{color:#92400e;margin:0;padding-left:20px;font-size:13px;line-height:1.75}.article-warning li{margin-bottom:6px}.article-warning li:last-child{margin-bottom:0}.article-summary{background:var(--white);border:1px solid var(--border);border-radius:13px;margin-top:22px;padding:34px}.article-summary h2{color:var(--navy);letter-spacing:-.4px;margin:6px 0 22px;font-size:25px;font-weight:800;line-height:1.3}.article-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.article-summary-grid>div{border:1px solid var(--border);background:#f8fafc;border-radius:9px;align-items:center;gap:12px;min-height:64px;padding:13px 15px;display:flex}.article-summary-grid strong{background:var(--blue-light);width:30px;height:30px;color:var(--blue);border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;font-size:11px;font-weight:800;display:inline-flex}.article-summary-grid span{color:#334155;font-size:13px;font-weight:650;line-height:1.4}.article-bottom-cta{background:var(--navy);border-radius:14px;justify-content:space-between;align-items:center;gap:30px;margin-top:22px;padding:34px;display:flex}.article-bottom-cta .section-eyebrow{color:#60a5fa}.article-bottom-cta h2{color:var(--white);margin:7px 0;font-size:24px;font-weight:800;line-height:1.3}.article-bottom-cta p{color:#cbd5e1;max-width:590px;margin:0;font-size:13px;line-height:1.65}.article-bottom-cta .hero-primary-button{flex-shrink:0}.back-link{color:var(--blue);align-items:center;gap:6px;margin:22px 0 8px;font-size:13px;font-weight:700;line-height:1.4;text-decoration:none;display:inline-flex}.back-link:hover{color:var(--blue-hover)}.job-details-page{margin-top:10px}.job-details-header{background:var(--white);border:1px solid var(--border);border-radius:14px;padding:30px;box-shadow:0 4px 18px #0f172a0a}.job-details-header h1{color:var(--navy);letter-spacing:-.7px;margin:14px 0 7px;font-size:34px;font-weight:800;line-height:1.2}.job-company-name{color:var(--text-secondary);margin:0;font-size:16px;font-weight:600;line-height:1.5}.job-details-header .apply-button{margin-top:22px}.apply-button{background:var(--blue);color:var(--white);border:1px solid var(--blue);border-radius:8px;justify-content:center;align-items:center;gap:7px;padding:11px 17px;font-size:13px;font-weight:700;line-height:1.4;text-decoration:none;transition:background .2s,border-color .2s;display:inline-flex}.apply-button:hover{background:var(--blue-hover);border-color:var(--blue-hover)}.job-overview{border-bottom:1px solid var(--border);padding:30px 0}.job-overview h2,.job-description-section h2,.job-apply-section h2{color:var(--navy);margin:0 0 18px;font-size:21px;font-weight:750;line-height:1.3}.job-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.job-overview-item{background:var(--white);border:1px solid var(--border);border-radius:10px;align-items:flex-start;gap:11px;padding:16px;display:flex}.job-overview-item svg{color:var(--blue);flex-shrink:0;margin-top:2px}.job-overview-item div{flex-direction:column;gap:3px;min-width:0;display:flex}.job-overview-item span{color:var(--text-light);font-size:11px}.job-overview-item strong{color:#334155;overflow-wrap:anywhere;font-size:13px;font-weight:650;line-height:1.5}.job-description-section{border-bottom:1px solid var(--border);padding:30px 0}.description{color:#475569;white-space:pre-line;font-size:14px;line-height:1.8}.description p{margin:0 0 18px}.description h2{color:var(--navy);margin:30px 0 10px;font-size:20px}.description ul{margin:0 0 20px;padding-left:22px}.description li{margin-bottom:7px}.job-apply-section{background:var(--white);border:1px solid var(--border);border-radius:12px;margin-top:30px;padding:28px}.job-apply-section p{color:var(--text-secondary);font-size:14px;line-height:1.6}.external-application-note{color:var(--text-light)!important;margin:12px 0 0!important;font-size:11px!important}.info-page,.legal-page{margin-top:28px}.info-page h1,.legal-page h1{color:var(--navy);margin:0 0 18px;font-size:34px;font-weight:800;line-height:1.2}.info-page h2,.legal-page h2{color:var(--navy);margin:28px 0 10px;font-size:20px}.info-page p,.legal-page p,.info-page li,.legal-page li{color:#475569;font-size:14px;line-height:1.8}.job-form{background:var(--white);border:1px solid var(--border);border-radius:10px;gap:10px;margin-bottom:24px;padding:20px;display:grid}.job-form input,.job-form select,.job-form textarea{background:var(--white);border:1px solid var(--border-dark);border-radius:7px;width:100%;padding:10px 12px}.job-form textarea{resize:vertical}.form-row{grid-template-columns:1fr 1fr;gap:10px;display:grid}.form-actions{gap:10px;display:flex}.primary-button{background:var(--blue);color:var(--white);border:none;border-radius:7px;padding:10px 16px;font-size:14px;font-weight:700}.secondary-button{color:#334155;background:#f1f5f9;border:none;border-radius:7px;padding:10px 16px}.modal-overlay{z-index:10;background:#0f172a8c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal{background:var(--white);border-radius:12px;width:100%;max-width:560px;max-height:80vh;padding:32px 36px;position:relative;overflow-y:auto}.close-button{color:var(--text-secondary);background:0 0;border:none;font-size:24px;position:absolute;top:16px;right:16px}.footer{background:var(--navy);border-radius:16px 16px 0 0;grid-template-columns:1fr auto;align-items:center;gap:24px;margin-top:52px;padding:34px 30px 25px;display:grid}.footer-brand{flex-direction:column;gap:6px;display:flex}.footer-logo{color:var(--white);letter-spacing:-.5px;font-size:23px;font-weight:800;line-height:1.1}.footer-logo span{color:#60a5fa}.footer-brand p{color:var(--text-light);margin:0;font-size:11px}.footer-links{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:22px;display:flex}.footer-links a{color:#cbd5e1;font-size:12px;font-weight:600;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#60a5fa}.footer-copy{color:#64748b;border-top:1px solid #ffffff1a;grid-column:1/-1;margin:4px 0 0;padding-top:20px;font-size:11px}@media (width<=1000px){.container{padding-left:22px;padding-right:22px}.home-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-benefits{grid-template-columns:1fr}.resources-grid,.filters{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=600px){.container{padding:14px 14px 0}.navbar{flex-direction:column;align-items:flex-start;gap:18px;min-height:auto;padding:20px}.brand-name{font-size:27px}.nav-links{gap:5px;width:100%}.nav-link{text-align:center;flex:1;padding:10px 6px;font-size:13px}.home-hero{border-radius:14px;margin-top:14px;padding:38px 20px}.home-hero h1{letter-spacing:-1px;font-size:35px}.home-hero p{font-size:15px}.home-search{flex-wrap:wrap;padding:7px}.home-search>svg{margin-left:8px}.home-search input{width:calc(100% - 45px)}.home-search button{width:100%}.hero-actions{flex-direction:column;align-items:stretch}.hero-primary-button,.hero-secondary-button{width:100%}.home-section{padding-top:42px}.home-section-heading h2{font-size:24px}.home-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.home-category-card{min-height:125px;padding:14px}.latest-heading{flex-direction:column;align-items:flex-start}.home-benefits{margin-top:42px;padding:15px}.jobs-page-heading{padding:28px 0 18px}.jobs-page-heading h1{font-size:30px}.jobs-search-bar{flex-direction:column;align-items:stretch}.jobs-search-input{min-height:45px}.jobs-search-button{width:100%}.controls{padding:15px}.filters{grid-template-columns:repeat(2,minmax(0,1fr))}.filter-button{font-size:11px}.listing-heading{align-items:flex-start}.job-row{flex-direction:column;align-items:stretch;gap:15px;padding:17px}.job-info h2{font-size:16px}.view-job-button{width:100%}.pagination{gap:7px}.resources-hero{border-radius:14px;margin-top:14px;padding:36px 20px}.resources-hero h1{font-size:33px}.resources-hero p{font-size:14px}.resources-section{padding-top:34px}.resources-heading{margin-bottom:18px}.resources-heading h2{font-size:24px}.resources-grid{grid-template-columns:1fr}.resource-card{min-height:200px}.resources-cta{flex-direction:column;align-items:flex-start;margin-top:34px;padding:25px 20px}.resources-cta .hero-primary-button{width:100%}.resource-article{margin-top:5px}.resource-article-header{border-radius:14px;padding:32px 20px}.resource-article-header h1{letter-spacing:-.8px;margin-top:15px;font-size:31px;line-height:1.18}.resource-article-intro{font-size:15px;line-height:1.75}.resource-article-meta{flex-direction:column;align-items:flex-start;gap:9px}.article-highlight{gap:12px;padding:20px}.article-section{padding:24px 20px}.article-section-heading{gap:12px}.article-step-number{width:38px;height:38px}.article-section-heading h2{font-size:20px}.article-section>p{font-size:14px;line-height:1.8}.article-warning{padding:22px 20px}.article-warning h2{font-size:18px}.article-summary{padding:24px 20px}.article-summary h2{font-size:22px}.article-summary-grid{grid-template-columns:1fr}.article-bottom-cta{flex-direction:column;align-items:flex-start;padding:26px 20px}.article-bottom-cta h2{font-size:22px}.article-bottom-cta .hero-primary-button{width:100%}.job-details-header{padding:22px 18px}.job-details-header h1{font-size:27px}.job-overview-grid{grid-template-columns:1fr}.job-apply-section{padding:20px}.job-details-header .apply-button,.job-apply-section .apply-button{width:100%}.form-row{grid-template-columns:1fr}.modal{padding:28px 20px}.footer{grid-template-columns:1fr;margin-top:42px;padding:26px 20px}.footer-links{justify-content:flex-start;gap:15px}.footer-copy{grid-column:1}}.resource-article>.article-highlight:first-of-type{background:radial-gradient(circle at 88% 16%,#d8b4fe57,#0000 30%),radial-gradient(circle at 15% 100%,#7c3aed6b,#0000 34%),linear-gradient(135deg,#312e81 0%,#5b21b6 45%,#7c3aed 72%,#9333ea 100%);border:1px solid #a855f7;border-radius:18px;padding:32px 34px;position:relative;overflow:hidden;box-shadow:0 16px 36px #581c8733,inset 0 1px #ffffff24}.resource-article>.article-highlight:first-of-type:before{content:"";background:#d8b4fe33;border-radius:50%;width:220px;height:220px;position:absolute;bottom:-120px;right:-75px}.resource-article>.article-highlight:first-of-type:after{content:"FREE PDF";color:#312e81;letter-spacing:.7px;background:#facc15;border:1px solid #fde68a;border-radius:50px;padding:7px 12px;font-size:10px;font-weight:900;line-height:1.2;position:absolute;top:20px;right:22px;box-shadow:0 5px 14px #0f172a24}.resource-article>.article-highlight:first-of-type>svg{z-index:1;color:#312e81;background:#facc15;border:1px solid #fde68a;border-radius:13px;flex-shrink:0;width:48px;height:48px;padding:12px;position:relative;box-shadow:0 7px 18px #0f172a29}.resource-article>.article-highlight:first-of-type>div{z-index:1;position:relative}.resource-article>.article-highlight:first-of-type h2{color:#fff;letter-spacing:-.3px;max-width:610px;margin:0 0 9px;padding-right:90px;font-size:22px;font-weight:850;line-height:1.3}.resource-article>.article-highlight:first-of-type p{color:#ede9fe;max-width:650px;margin:0 0 20px;font-size:14px;font-weight:500;line-height:1.75}.resource-article>.article-highlight:first-of-type .hero-primary-button{color:#312e81;background:#facc15;border:1px solid #fde68a;border-radius:9px;padding:13px 19px;font-size:13px;font-weight:850;box-shadow:0 8px 20px #0f172a2e}.resource-article>.article-highlight:first-of-type .hero-primary-button:hover{color:#1e1b4b;background:#fde047;border-color:#fef08a;transform:translateY(-2px)}@media (width<=700px){.resource-article>.article-highlight:first-of-type{flex-direction:column;padding:25px 21px}.resource-article>.article-highlight:first-of-type:after{width:fit-content;margin-bottom:12px;display:inline-flex;position:static}.resource-article>.article-highlight:first-of-type h2{padding-right:0;font-size:19px}.resource-article>.article-highlight:first-of-type p{font-size:13px}.resource-article>.article-highlight:first-of-type .hero-primary-button{width:100%}}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--surface:#fff;--surface-soft:#f8fafc;--surface-muted:#f1f5f9;--heading:#0f172a;--body-copy:#475569;--shadow-soft:#0f172a0d}html[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--navy:#f8fafc;--blue:#60a5fa;--blue-hover:#93c5fd;--blue-light:#172554;--blue-border:#1e3a8a;--text:#e5e7eb;--text-secondary:#a8b3c5;--text-light:#7f8ca3;--background:#0b1120;--white:#111827;--border:#263247;--border-dark:#37445a;--surface:#111827;--surface-soft:#0f172a;--surface-muted:#172033;--heading:#f8fafc;--body-copy:#cbd5e1;--shadow-soft:#00000047}body,.page,.site-header,.home-category-card,.jobs-search-bar,.controls,.filter-button,.job-row,.resource-card,.article-section,.article-summary,.job-details-header,.job-overview-item,.job-apply-section,.job-form,.job-form input,.job-form select,.job-form textarea,.modal,.hero-secondary-button{transition:background-color .25s,border-color .25s,color .25s,box-shadow .25s}.navbar-right{justify-content:flex-end;align-items:center;gap:16px;display:flex}.theme-buttons{background:var(--background);border:1px solid var(--border);border-radius:11px;align-items:center;gap:6px;padding:5px;display:flex}.theme-button{min-height:36px;color:var(--text-secondary);white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:7px;justify-content:center;align-items:center;gap:6px;padding:8px 10px;font-size:12px;font-weight:700;line-height:1;transition:background .2s,border-color .2s,color .2s,transform .2s,box-shadow .2s;display:inline-flex}.theme-button:hover{background:var(--blue-light);color:var(--blue);border-color:var(--blue-border)}.theme-button.active{background:var(--blue);color:#fff;border-color:var(--blue);box-shadow:0 3px 9px #2563eb33}.theme-button:active{transform:translateY(1px)}.theme-button:focus-visible{outline-offset:2px;outline:3px solid #60a5fa4d}html[data-theme=dark] body,html[data-theme=dark] .page{background:var(--background);color:var(--text)}html[data-theme=dark] .site-header,html[data-theme=dark] .home-category-card,html[data-theme=dark] .jobs-search-bar,html[data-theme=dark] .controls,html[data-theme=dark] .filter-button,html[data-theme=dark] .job-row,html[data-theme=dark] .resource-card,html[data-theme=dark] .article-section,html[data-theme=dark] .article-summary,html[data-theme=dark] .job-details-header,html[data-theme=dark] .job-overview-item,html[data-theme=dark] .job-apply-section,html[data-theme=dark] .job-form,html[data-theme=dark] .modal,html[data-theme=dark] .empty-state{background:var(--surface);border-color:var(--border)}html[data-theme=dark] .site-header,html[data-theme=dark] .job-row,html[data-theme=dark] .article-section,html[data-theme=dark] .job-details-header{box-shadow:0 4px 18px #00000038}html[data-theme=dark] .brand-name,html[data-theme=dark] .home-hero h1,html[data-theme=dark] .home-section-heading h2,html[data-theme=dark] .jobs-page-heading h1,html[data-theme=dark] .listing-heading h2,html[data-theme=dark] .resources-hero h1,html[data-theme=dark] .resources-heading h2,html[data-theme=dark] .resource-card h3,html[data-theme=dark] .resource-article-header h1,html[data-theme=dark] .article-highlight h2,html[data-theme=dark] .article-section-heading h2,html[data-theme=dark] .article-summary h2,html[data-theme=dark] .job-details-header h1,html[data-theme=dark] .job-overview h2,html[data-theme=dark] .job-description-section h2,html[data-theme=dark] .job-apply-section h2,html[data-theme=dark] .description h2,html[data-theme=dark] .info-page h1,html[data-theme=dark] .legal-page h1,html[data-theme=dark] .info-page h2,html[data-theme=dark] .legal-page h2,html[data-theme=dark] .job-info h2{color:var(--heading)}html[data-theme=dark] .nav-link,html[data-theme=dark] .home-category-card,html[data-theme=dark] .all-jobs-button,html[data-theme=dark] .filter-button,html[data-theme=dark] .pagination-button,html[data-theme=dark] .pagination-number,html[data-theme=dark] .location-filter select,html[data-theme=dark] .job-overview-item strong,html[data-theme=dark] .article-icon-title h3,html[data-theme=dark] .article-summary-grid span{color:var(--body-copy)}html[data-theme=dark] .home-category-card>span:nth-child(2),html[data-theme=dark] .home-search input,html[data-theme=dark] .jobs-search-input input{color:var(--text)}html[data-theme=dark] .home-hero,html[data-theme=dark] .resources-hero{background:radial-gradient(circle at 88% 18%,#60a5fa29,#0000 32%),linear-gradient(135deg,#111827 0%,#0f172a 100%);border-color:#263b61}html[data-theme=dark] .resource-article-header{background:radial-gradient(circle at 90% 15%,#60a5fa24,#0000 32%),linear-gradient(135deg,#111827 0%,#0f172a 100%);border-color:#263b61;box-shadow:0 6px 24px #00000038}html[data-theme=dark] .hero-label,html[data-theme=dark] .resource-article-category{color:#93c5fd;background:#172554}html[data-theme=dark] .home-search{background:var(--surface);border-color:var(--border);box-shadow:0 8px 25px #00000038}html[data-theme=dark] .jobs-search-clear,html[data-theme=dark] .secondary-button{background:var(--surface-muted);color:var(--text-secondary)}html[data-theme=dark] .all-jobs-button,html[data-theme=dark] .location-filter{background:var(--surface-soft);border-color:var(--border)}html[data-theme=dark] .pagination-button,html[data-theme=dark] .pagination-number{background:var(--surface);border-color:var(--border)}html[data-theme=dark] .resource-article-intro,html[data-theme=dark] .article-highlight p,html[data-theme=dark] .article-section>p,html[data-theme=dark] .description,html[data-theme=dark] .info-page p,html[data-theme=dark] .legal-page p,html[data-theme=dark] .info-page li,html[data-theme=dark] .legal-page li{color:var(--body-copy)}html[data-theme=dark] .article-highlight{background:#111d36;border-color:#263b61}html[data-theme=dark] .article-checklist>div,html[data-theme=dark] .article-summary-grid>div{background:var(--surface-soft);border-color:var(--border);color:var(--body-copy)}html[data-theme=dark] .article-tip{background:#10251c;border-color:#22543d}html[data-theme=dark] .article-tip p{color:#bbf7d0}html[data-theme=dark] .article-warning{background:#2b2110;border-color:#5f4717}html[data-theme=dark] .article-warning h2{color:#fde68a}html[data-theme=dark] .article-warning ul{color:#fcd9a1}html[data-theme=dark] input,html[data-theme=dark] select,html[data-theme=dark] textarea{color:var(--text)}html[data-theme=dark] .job-form input,html[data-theme=dark] .job-form select,html[data-theme=dark] .job-form textarea{background:var(--surface-soft);border-color:var(--border-dark)}html[data-theme=dark] input::placeholder,html[data-theme=dark] textarea::placeholder{color:var(--text-light)}html[data-theme=dark] .resource-article>.article-highlight:first-of-type{background:radial-gradient(circle at 90% 15%,#c4b5fd2e,#0000 30%),linear-gradient(135deg,#312e81 0%,#4c1d95 45%,#6d28d9 72%,#7e22ce 100%);border-color:#8b5cf6}@media (width<=1000px){.navbar{align-items:flex-start}.navbar-right{flex-direction:column;align-items:flex-end;gap:10px}.theme-buttons{padding:4px}.theme-button{min-height:34px;padding:7px 9px;font-size:11px}}@media (width<=700px){.navbar{align-items:center}.navbar-right{gap:8px}.theme-buttons{gap:4px}.theme-button{width:34px;min-width:34px;height:34px;min-height:34px;padding:0}.theme-button span{display:none}}@media (width<=520px){.navbar-right{align-items:stretch;width:100%}.theme-buttons{align-self:flex-end}}.mobile-job-filters{display:none}@media (width<=700px){.desktop-job-filters{display:none!important}.mobile-job-filters{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px;width:100%;margin:12px 0 18px;display:grid}.mobile-filter-field{flex-direction:column;gap:6px;min-width:0;display:flex}.mobile-filter-field label{color:var(--text-secondary);margin:0;font-size:12px;font-weight:700;line-height:1.2}.mobile-filter-field select{border:1px solid var(--border);background-color:var(--white);width:100%;min-width:0;height:42px;color:var(--text);cursor:pointer;border-radius:9px;padding:0 34px 0 11px;font-family:inherit;font-size:13px;font-weight:600;transition:border-color .2s,box-shadow .2s,background-color .2s,color .2s}.mobile-filter-field select:hover{border-color:var(--border-dark)}.mobile-filter-field select:focus{border-color:var(--blue);outline:none;box-shadow:0 0 0 3px #2563eb1f}html[data-theme=dark] .mobile-filter-field select{background-color:var(--surface);color:var(--text);border-color:var(--border)}}@media (width<=380px){.mobile-job-filters{gap:7px}.mobile-filter-field select{height:40px;padding-left:9px;padding-right:25px;font-size:12px}}.mobile-category-toggle{display:none}@media (width<=700px){.site-header{border-radius:11px;margin-bottom:10px}.navbar{grid-template-columns:auto 1fr;align-items:center;gap:8px 12px;min-height:0;padding:11px 12px;display:grid}.brand-name{font-size:20px;line-height:1}.brand-tagline{white-space:nowrap;margin-top:3px;font-size:8px;line-height:1.1}.navbar-right{grid-template-columns:1fr auto;align-items:center;gap:8px;width:100%;min-width:0;display:grid}.nav-links{justify-content:flex-end;align-items:center;gap:4px;min-width:0;display:flex}.nav-link{white-space:nowrap;padding:6px 7px;font-size:11px;line-height:1}.theme-buttons{border-radius:8px;gap:2px;padding:2px}.theme-button{border-radius:6px;width:27px;min-width:27px;height:27px;min-height:27px;padding:0}.theme-button svg{width:13px;height:13px}.theme-button span{display:none}.home-section{margin-top:24px}.home-section-heading{margin-bottom:12px}.home-section-heading h2{margin-top:3px;font-size:21px;line-height:1.2}.home-section-heading p{margin-top:5px;font-size:13px;line-height:1.45}.home-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;display:grid}.home-category-card{text-align:left;border-radius:9px;grid-template-columns:27px minmax(0,1fr);align-items:center;gap:7px;min-height:58px;padding:8px 9px;display:grid}.home-category-card.mobile-category-hidden{display:none}.home-category-card .category-icon{border-radius:7px;justify-content:center;align-items:center;width:27px;min-width:27px;height:27px;display:inline-flex}.home-category-card .category-icon svg{width:15px;height:15px}.home-category-card>span:not(.category-icon){min-width:0;font-size:12px;font-weight:700;line-height:1.2}.home-category-card .category-arrow{display:none}.mobile-category-toggle{width:fit-content;color:var(--blue);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;gap:4px;margin:9px auto 0;padding:6px 9px;font-family:inherit;font-size:12px;font-weight:700;display:inline-flex}.job-list{gap:7px}.job-row{border-radius:9px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;min-height:0;padding:10px;display:grid}.job-info{min-width:0}.job-card-top{align-items:center;gap:6px;margin-bottom:5px;display:flex}.category-badge{text-overflow:ellipsis;white-space:nowrap;max-width:145px;padding:3px 6px;font-size:9px;line-height:1.15;overflow:hidden}.job-posted-time{white-space:nowrap;gap:3px;font-size:9px;line-height:1}.job-posted-time svg{width:10px;height:10px}.job-info h2{text-overflow:ellipsis;white-space:nowrap;margin:0 0 5px;font-size:14px;line-height:1.2;overflow:hidden}.job-meta{flex-wrap:wrap;align-items:center;gap:3px 8px;font-size:10px;line-height:1.2;display:flex}.job-meta span{gap:3px;min-width:0}.job-meta svg{flex:none;width:11px;height:11px}.view-job-button{white-space:nowrap;border-radius:7px;justify-content:center;align-items:center;gap:3px;min-width:76px;min-height:34px;padding:7px 8px;font-size:10px;font-weight:700;line-height:1;display:inline-flex}.view-job-button svg{width:12px;height:12px}.listing-heading{margin-bottom:9px}.listing-heading h2{font-size:18px;line-height:1.2}.jobs-result-count{font-size:11px}.pagination{gap:5px;margin-top:16px}.pagination-button,.pagination-number{min-height:32px;padding:6px 8px;font-size:10px}}@media (width<=430px){.navbar{grid-template-columns:1fr;gap:7px}.brand{justify-self:start}.navbar-right{grid-template-columns:1fr auto}.nav-links{justify-content:flex-start}.nav-link{padding-left:5px;padding-right:5px}}@media (width<=360px){.view-job-button{width:34px;min-width:34px;padding:0}.view-job-button span{display:none}.category-badge{max-width:115px}}@media (width<=700px){html[data-theme=dark] .home-benefits{background:#111c2f;border:1px solid #263750;border-radius:14px;box-shadow:0 8px 24px #00000029}html[data-theme=dark] .benefit-card{background:0 0;border-color:#263750}html[data-theme=dark] .benefit-card svg{color:#60a5fa}html[data-theme=dark] .benefit-card h3{color:#f8fafc}html[data-theme=dark] .benefit-card p{color:#afc0d8}html[data-theme=dark] .site-footer{background:#0d1728;border-color:#263750;box-shadow:0 8px 24px #00000024}html[data-theme=dark] .footer-brand,html[data-theme=dark] .footer-brand .brand-name,html[data-theme=dark] .footer-brand-name{color:#f8fafc}html[data-theme=dark] .site-footer p,html[data-theme=dark] .footer-tagline,html[data-theme=dark] .footer-bottom,html[data-theme=dark] .footer-copyright{color:#afc0d8}html[data-theme=dark] .site-footer a{color:#cbd5e1}html[data-theme=dark] .site-footer a:hover{color:#60a5fa}}.footer-future{display:none}@media (width<=700px){html[data-theme=dark] .footer{background:radial-gradient(circle at 90% 115%,#a855f757,#0000 38%),linear-gradient(135deg,#1e3a8a 0%,#3730a3 48%,#6d28d9 100%);border:1px solid #c4b5fd38;border-radius:14px;min-height:0;margin-top:18px;padding:18px 16px 14px;position:relative;overflow:hidden;box-shadow:0 10px 28px #0f172a47}html[data-theme=dark] .footer:after{content:"";pointer-events:none;background:#ffffff0f;border-radius:50%;width:190px;height:115px;position:absolute;bottom:-72px;right:-45px}html[data-theme=dark] .footer-brand{z-index:1;position:relative}html[data-theme=dark] .footer-logo{color:#fff;font-size:21px;font-weight:800;line-height:1}html[data-theme=dark] .footer-logo span{color:#bfdbfe}html[data-theme=dark] .footer-brand p{color:#ddd6fe;margin-top:5px;font-size:11px;line-height:1.25}html[data-theme=dark] .footer-links{z-index:1;flex-wrap:wrap;align-items:center;gap:7px 15px;margin-top:14px;display:flex;position:relative}html[data-theme=dark] .footer-links a{color:#f5f3ff;font-size:11px;font-weight:600;line-height:1.2}html[data-theme=dark] .footer-links a:hover{color:#bfdbfe}html[data-theme=dark] .footer-bottom{z-index:1;border-top:1px solid #ffffff29;justify-content:space-between;align-items:flex-end;gap:12px;margin-top:14px;padding-top:11px;display:flex;position:relative}html[data-theme=dark] .footer-copy{color:#ddd6fe;max-width:190px;margin:0;font-size:9px;line-height:1.35}html[data-theme=dark] .footer-future{color:#ffffffe0;white-space:nowrap;font-size:12px;font-style:italic;font-weight:700;line-height:1;display:block}html[data-theme=dark] .site-header,html[data-theme=dark] .footer{box-sizing:border-box;background:radial-gradient(circle at 90% 115%,#a855f757,#0000 38%),linear-gradient(135deg,#1e3a8a 0%,#3730a3 48%,#6d28d9 100%);border:1px solid #c4b5fd38;border-radius:14px;width:100%;box-shadow:0 10px 28px #0f172a47}html[data-theme=dark] .site-header{margin-left:0;margin-right:0;overflow:hidden}html[data-theme=dark] .site-header .brand-name,html[data-theme=dark] .site-header .nav-link{color:#fff}html[data-theme=dark] .site-header .brand-name span{color:#bfdbfe}html[data-theme=dark] .site-header .brand-tagline{color:#ddd6fe}html[data-theme=dark] .site-header .nav-link:hover,html[data-theme=dark] .site-header .nav-link.active{color:#fff;background:#ffffff24}html[data-theme=dark] .site-header .theme-buttons{background:#0f172a3d;border-color:#ffffff2e}html[data-theme=dark] .site-header .theme-button{color:#e0e7ff}html[data-theme=dark] .site-header .theme-button:hover{color:#fff;background:#ffffff1f;border-color:#0000}html[data-theme=dark] .site-header .theme-button.active{color:#1e3a8a;box-shadow:none;background:#fff;border-color:#fff}html[data-theme=dark] .footer{margin-left:0;margin-right:0}}
