:root{--fuel-orange: #ea580c;--fuel-orange-dark: #9a3412;--steel-950: #0f172a;--steel-900: #1e293b;--steel-700: #334155;--steel-500: #64748b;--sand-100: #f8fafc;--white: #ffffff;--danger: #b91c1c;--shadow-heavy: 0 26px 52px rgba(2, 6, 23, .22);--shadow-card: 0 14px 28px rgba(2, 6, 23, .14)}*,*:before,*:after{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:var(--steel-950);font-size:16px;background:radial-gradient(circle at 8% 0%,rgba(37,99,235,.1),transparent 48%),radial-gradient(circle at 90% 10%,rgba(14,165,233,.08),transparent 44%),#eef3fa;line-height:1.45}@media(max-width:768px){body{font-size:15px}}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin:0}button,input,select{font:inherit}main{display:block}.app-shell{width:100%;margin:0 auto}.app-topbar{background:#fff;border-bottom:1px solid #dbe0e7;display:flex;flex-direction:column;gap:0;padding:0;position:sticky;top:0;z-index:60;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.top-utility{width:100%;display:flex;justify-content:flex-end;align-items:center;gap:.35rem;padding:.3rem 2rem;font-size:.73rem;color:#546071;border-bottom:1px solid #eceff4}.top-utility a{color:#1a3f73;font-weight:600}.utility-link{border:0;background:transparent;color:#1a3f73;font-weight:600;font-size:inherit;cursor:pointer;padding:0}.top-mainbar{width:100%;display:grid;grid-template-columns:235px 1fr;align-items:center;column-gap:1rem}.app-brand{display:flex;align-items:center;gap:.6rem;padding:.5rem 1rem;background:#fff}.brand-logo{width:215px;max-width:100%;height:auto;display:block}.brand-fallback{display:none}.brand-fallback.brand-fallback-show{display:block}.brand-mark{width:4.2rem;height:4.2rem;border-radius:4px;display:grid;place-items:center;background:#1457b9;color:#fff;font-size:1.25rem;font-weight:800}.top-links{display:flex;justify-content:flex-end;background:linear-gradient(180deg,#0f5ec0,#0a4b9c);padding:0 1.2rem 0 1rem;border-left:1px solid rgba(8,34,70,.2)}.menu-bar{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:.45rem}.menu-item{position:relative}.menu-link{display:block;color:#fff;font-size:.8rem;font-weight:700;padding:.78rem .95rem;border-radius:3px;border:0;background:transparent;white-space:nowrap;letter-spacing:.01em;text-transform:uppercase;transition:background .15s ease,color .15s ease}.menu-link:hover,a.menu-link.active{background:#ffffff2e;color:#fff}.has-dropdown>.dropdown-menu{list-style:none;margin:0;padding:.8rem;display:none;position:absolute;min-width:260px;background:#fff;border:1px solid #d8dee8;border-radius:3px;box-shadow:0 14px 24px #0f172a33;z-index:40}.has-dropdown>.dropdown-menu{top:calc(100% + .1rem);left:0}.has-dropdown:hover>.dropdown-menu{display:block}.dropdown-menu .menu-link{color:#1d2b3f;padding:.55rem .5rem;border:0;border-radius:2px;background:transparent;box-shadow:none;font-weight:600;text-transform:none;font-size:.88rem}.dropdown-menu .menu-link:hover,.dropdown-menu a.menu-link.active{background:#edf1f6;color:#0f2f59;transform:none}.mega-menu{width:min(780px,85vw);display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem}.mega-col{border-right:1px solid #edf1f6;padding-right:.8rem}.mega-col:last-child{border-right:0;padding-right:0}.mega-title{margin:0 0 .45rem;font-size:.84rem;font-weight:700;color:#0b4d9a;text-transform:uppercase}.mega-search-col input{width:100%;border:1px solid #cfd7e3;padding:.55rem .6rem;font-size:.82rem}.app-main{width:100%}@media(max-width:1024px){.top-utility{justify-content:flex-start;padding:.3rem .8rem;flex-wrap:wrap}.top-mainbar{grid-template-columns:1fr}.brand-logo{width:170px}.top-links{justify-content:flex-start;overflow-x:auto}.menu-bar{flex-wrap:nowrap}.mega-menu{width:min(95vw,640px);grid-template-columns:1fr}.mega-col{border-right:0;border-bottom:1px solid #edf1f6;padding-right:0;padding-bottom:.5rem}.mega-col:last-child{border-bottom:0;padding-bottom:0}}@media(max-width:768px){.top-utility{padding:.3rem .6rem;font-size:.67rem}.top-links{padding:0 .4rem}.menu-link{font-size:.72rem;padding:.62rem .7rem}.has-dropdown>.dropdown-menu{min-width:200px;padding:.45rem}}.auth-page{display:flex;justify-content:center;padding:.9rem 0 .8rem}.auth-card{width:min(400px,100%);border:1px solid #cedcf0;border-radius:18px;padding:1.15rem;background:linear-gradient(180deg,#fff,#f6faff);box-shadow:0 18px 32px #07142821}.auth-card-wide{width:min(980px,100%)}.auth-header{margin-bottom:1rem}.auth-eyebrow{display:inline-block;background:#0e63c91f;color:#0b4d9c;border:1px solid rgba(14,99,201,.35);border-radius:999px;padding:.22rem .7rem;font-size:.78rem;font-weight:700;margin-bottom:.65rem}.auth-header h2{font-size:1.35rem;margin-bottom:.25rem;color:#0f2747}.auth-copy{color:#5b6e87;font-size:.9rem}.auth-form{display:flex;flex-direction:column;gap:.42rem}.auth-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem .9rem}.auth-field{display:flex;flex-direction:column;gap:.28rem}.auth-form label{font-size:.86rem;font-weight:600;color:#2f4668}.auth-form input,.auth-form select{border:1px solid #bed0e6;border-radius:10px;padding:.58rem .7rem;background:var(--white);color:var(--steel-950);transition:border-color .2s ease,box-shadow .2s ease}.auth-form input:focus,.auth-form select:focus{outline:none;border-color:#0d63c9;box-shadow:0 0 0 3px #0d63c933}.form-error{color:var(--danger);font-size:.88rem;font-weight:600;margin-top:.2rem}.form-success{color:#0f7a39;font-size:.88rem;font-weight:600;margin-top:.2rem}.btn-primary,.btn-secondary{border:0;border-radius:10px;padding:.62rem .75rem;font-weight:700;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.btn-primary{margin-top:.4rem;background:linear-gradient(130deg,#0e63c9,#0a4ea2);color:var(--white);box-shadow:0 10px 18px #0b53b647}.btn-primary:hover:not(:disabled),.btn-secondary:hover{transform:translateY(-1px)}.btn-primary:disabled{opacity:.8;cursor:not-allowed}.auth-inline-link{width:fit-content;margin-top:.2rem;color:#0e63c9;font-size:.9rem;font-weight:600;text-decoration:none}.auth-inline-link:hover{text-decoration:underline}.auth-actions{display:flex;gap:.6rem;margin-top:.45rem}.auth-actions .btn-primary{margin-top:0}@media(max-width:900px){.auth-grid{grid-template-columns:1fr}}.dashboard-page{width:min(1100px,calc(100% - 2rem));margin:.9rem auto 1.5rem;border:1px solid #cedcf0;border-radius:18px;padding:1rem;background:linear-gradient(180deg,#fff,#f6faff);box-shadow:0 16px 30px #07142821}.dashboard-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.15rem}.dashboard-eyebrow{font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--fuel-orange-dark)}.dashboard-header h2{margin-top:.2rem;font-size:1.3rem;color:#0f2747}.dashboard-copy{margin-top:.3rem;color:#5b6e87;font-size:.88rem}.dashboard-grid{display:grid;gap:.85rem;grid-template-columns:repeat(3,minmax(0,1fr))}.profile-form{display:flex;flex-direction:column;gap:.6rem}.profile-section{border:1px solid #d5e1f1;border-radius:12px;padding:.85rem;background:linear-gradient(180deg,#f9fcff,#f1f7ff)}.profile-section-title{margin:0 0 .7rem;font-size:1rem;color:#123562}.profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem .8rem}.profile-field{display:flex;flex-direction:column;gap:.28rem}.profile-field label{font-size:.86rem;font-weight:600;color:#2f4668}.profile-field input,.profile-field select{border:1px solid #bed0e6;border-radius:10px;padding:.58rem .7rem;background:var(--white);color:var(--steel-950);transition:border-color .2s ease,box-shadow .2s ease}.money-input{display:flex;align-items:center;border:1px solid #bed0e6;border-radius:10px;background:var(--white)}.money-prefix{padding:0 .65rem;color:#2f4668;font-weight:700}.money-input input{border:0;border-left:1px solid #e0e9f6;border-radius:0 10px 10px 0}.money-input input:focus{box-shadow:none}.money-input:focus-within{border-color:#0d63c9;box-shadow:0 0 0 3px #0d63c933}.profile-field input:focus,.profile-field select:focus{outline:none;border-color:#0d63c9;box-shadow:0 0 0 3px #0d63c933}.profile-field-full{grid-column:1 / -1}.profile-actions{display:flex;justify-content:flex-start}.profile-actions .btn-primary{margin-top:0}.stat-card{border:1px solid #d5e1f1;border-radius:12px;padding:1rem;background:linear-gradient(180deg,#f9fcff,#f1f7ff)}.stat-label{color:var(--steel-500);font-size:.83rem;margin-bottom:.35rem}.stat-value{color:#123562;font-weight:700;font-size:1.03rem}.stat-role{text-transform:uppercase;color:var(--fuel-orange-dark)}.btn-secondary{background:linear-gradient(130deg,#0e63c9,#0a4ea2);color:var(--white);box-shadow:0 10px 18px #0b53b647}.wide-table-page{width:min(1300px,calc(100% - 2rem))}.company-name-cell,.company-action-cell{white-space:nowrap}.company-name-cell{min-width:220px}.company-action-cell{min-width:72px;text-align:center}.icon-action-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid #8fb0db;border-radius:10px;background:linear-gradient(130deg,#0e63c9,#0a4ea2);color:#fff;box-shadow:0 10px 18px #0b53b647;cursor:pointer}.icon-action-btn svg{width:17px;height:17px;fill:currentColor}.icon-action-btn:hover{filter:brightness(1.05)}.icon-action-btn:focus-visible{outline:none;box-shadow:0 0 0 3px #0d63c938}@media(max-width:768px){.dashboard-grid,.profile-grid{grid-template-columns:1fr}.dashboard-header{flex-direction:column;align-items:flex-start}}.home-page{width:min(1200px,calc(100% - 2rem));margin:.9rem auto 1.8rem;display:grid;gap:.9rem}.home-hero{min-height:520px;border-radius:18px;overflow:hidden;border:1px solid #b8c8e3;background:linear-gradient(106deg,#031228d1,#0a2b5a38),url(https://images.unsplash.com/photo-1601584115197-04ecc0da31d7?auto=format&fit=crop&w=1900&q=80);background-size:cover;background-position:center;box-shadow:0 24px 46px #081a3538}.hero-overlay{min-height:520px;display:flex;align-items:center}.hero-content{max-width:840px;padding:1.7rem 1.8rem 2.1rem}.hero-kicker{display:inline-block;font-size:.8rem;letter-spacing:.07em;text-transform:uppercase;color:#dbeafe;border:1px solid rgba(219,234,254,.55);border-radius:999px;padding:.28rem .7rem;margin-bottom:.9rem}.hero-content h1{font-family:Trebuchet MS,Segoe UI,sans-serif;color:#fff;font-size:clamp(2rem,4.5vw,3.8rem);line-height:1.05;letter-spacing:.015em;margin-bottom:1rem}.hero-summary{color:#dce9ff;max-width:680px;font-size:.95rem;line-height:1.55;margin-bottom:1.4rem}.hero-actions{display:flex;flex-wrap:wrap;gap:.8rem;width:fit-content;margin-bottom:1.4rem}.hero-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:linear-gradient(130deg,#0b60c7,#0a4ea2);color:#fff;font-size:1rem;font-weight:700;padding:.72rem 1.25rem;transition:transform .2s ease,background .2s ease;border:1px solid rgba(255,255,255,.28)}.hero-btn:hover{background:linear-gradient(130deg,#0d67d2,#0a56b2);transform:translateY(-1px)}.hero-btn-secondary{background:#ffffff24}.hero-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;max-width:720px}.hero-metrics article{background:#0822466b;border:1px solid rgba(148,181,229,.45);border-radius:12px;padding:.75rem .85rem}.metric-value{color:#fff;font-size:1.15rem;font-weight:800}.metric-label{color:#cfe2ff;font-size:.83rem;margin-top:.12rem}.home-section{background:#fff;border:1px solid #d7e1f0;border-radius:16px;padding:1rem;box-shadow:0 14px 30px #081a3514}.section-header h2{font-size:1.2rem;color:#0f2747}.section-header p{color:#475569;margin-top:.35rem}.team-highlight{margin-top:1rem;display:grid;grid-template-columns:1.2fr 1fr;border-radius:14px;overflow:hidden;border:1px solid #cad9ef}.team-image{width:100%;height:100%;min-height:320px;object-fit:cover;display:block}.team-message{background:linear-gradient(120deg,#0b2345c7,#0b2345c7),url(https://images.unsplash.com/photo-1465447142348-e9952c393450?auto=format&fit=crop&w=1100&q=80);background-size:cover;background-position:center;color:#fff;display:grid;align-items:center;padding:1.3rem 1.2rem}.team-message p{font-family:Georgia,Times New Roman,serif;font-size:clamp(1.5rem,2.2vw,2.25rem);line-height:1.24;font-weight:700}.service-grid{margin-top:1rem;display:grid;gap:.85rem;grid-template-columns:repeat(3,minmax(0,1fr))}.service-card{border:1px solid #dbe5f5;border-radius:12px;padding:1rem;background:linear-gradient(180deg,#f8fbff,#f2f7ff)}.service-card h3{color:#123562;font-size:1.05rem}.service-card p{margin-top:.45rem;color:#4b5563;font-size:.92rem}.home-cta{display:flex;align-items:center;justify-content:space-between;gap:1rem;border-radius:14px;border:1px solid #c2d3ee;background:linear-gradient(115deg,#e6f0ff,#f8fbff);padding:1rem 1.2rem}.home-cta h3{color:#123562}.home-cta p{color:#475569;margin-top:.2rem}.content-page{padding:1.5rem .8rem}.content-card{background:#fff;width:min(860px,100%);margin:0 auto;border-radius:14px;border:1px solid #d9e0ea;box-shadow:0 12px 30px #0f172a14;padding:1.7rem}.content-card h2{color:#0f2747;margin-bottom:.55rem}.content-card p{color:#334155}@media(max-width:768px){.home-page{width:calc(100% - 1rem);margin-top:.8rem}.home-hero,.hero-overlay{min-height:420px}.hero-content{padding:1rem .8rem 1.4rem}.hero-metrics,.service-grid,.team-highlight{grid-template-columns:1fr}.team-image{min-height:230px}.team-message p{font-size:1.45rem}.home-cta{flex-direction:column;align-items:flex-start}.hero-btn{font-size:.95rem;padding:.65rem 1rem}.hero-btn-secondary{font-size:.95rem}}.contact-page{width:min(1200px,calc(100% - 2rem));margin:.9rem auto 1.5rem}.contact-shell{background:#fff;border:1px solid #d6deea;border-radius:8px;padding:1rem;box-shadow:0 10px 24px #0f172a14}.contact-header h1{margin:.2rem 0 .4rem;font-size:1.45rem;color:#0f2f59}.contact-header p{color:#4b5b71;margin-bottom:1rem}.contact-eyebrow{display:inline-block;margin:0;font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#0e63c9}.contact-form{display:grid;gap:.8rem}.field-label{font-size:.94rem;font-weight:700;color:#13233b;margin-top:.4rem}.name-grid{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}.name-grid small{display:block;margin-top:.25rem;color:#5c697c;font-size:.9rem}.contact-form input,.contact-form textarea{width:100%;border:1px solid #b8c4d6;border-radius:4px;padding:.65rem .72rem;font-size:.9rem;color:#13233b;background:#fff}.contact-form textarea{resize:vertical;min-height:140px}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#0e63c9;box-shadow:0 0 0 3px #0e63c924}.contact-submit{width:fit-content;margin-top:.4rem;border:0;border-radius:4px;background:linear-gradient(135deg,#0e63c9,#0b4ea2);color:#fff;font-weight:700;font-size:.9rem;padding:.55rem .95rem;cursor:pointer}.contact-submit:hover{filter:brightness(1.05)}.contact-success{margin:.2rem 0 0;color:#0f7a39;font-weight:600}@media(max-width:768px){.contact-page{width:calc(100% - 1rem)}.name-grid{grid-template-columns:1fr}}.apply-page{width:min(1180px,calc(100% - 2rem));margin:.9rem auto 1.5rem}.apply-shell{border:1px solid #d5e0ef;border-radius:14px;overflow:hidden;background:#fff;box-shadow:0 14px 28px #0f172a1a}.apply-header{padding:.95rem 1rem;background:linear-gradient(120deg,#0a4ea2f0,#0e63c9db),repeating-linear-gradient(135deg,#ffffff14 0 7px,#fff0 7px 24px);color:#fff}.apply-eyebrow{margin:0;display:inline-block;border:1px solid rgba(255,255,255,.6);border-radius:999px;padding:.22rem .62rem;font-size:.75rem;letter-spacing:.06em;text-transform:uppercase}.apply-header h1{margin:.45rem 0 .2rem;font-size:1.45rem}.apply-header p{margin:0;color:#dfeaff}.apply-form{display:grid;gap:.8rem;padding:1rem}.apply-label{margin-top:.35rem;font-size:.94rem;font-weight:700;color:#14263f}.apply-name-grid{display:grid;grid-template-columns:1fr 1fr;gap:.9rem}.apply-name-grid small{display:block;margin-top:.2rem;color:#64748b}.apply-form input,.apply-form textarea{width:100%;border:1px solid #b9c8de;border-radius:6px;padding:.7rem .75rem;font-size:.9rem;color:#13253d;background:#fff}.apply-form input:focus,.apply-form textarea:focus{outline:none;border-color:#0e63c9;box-shadow:0 0 0 3px #0e63c921}.apply-form textarea{min-height:130px;resize:vertical}.apply-submit{width:fit-content;margin-top:.35rem;border:0;border-radius:6px;background:linear-gradient(135deg,#0e63c9,#0a4ea2);color:#fff;font-weight:700;font-size:.9rem;padding:.55rem 1rem;cursor:pointer}.apply-submit:hover:not(:disabled){filter:brightness(1.05)}.apply-submit:disabled{opacity:.85;cursor:not-allowed}@media(max-width:768px){.apply-page{width:calc(100% - 1rem)}.apply-name-grid{grid-template-columns:1fr}}.fuel-services-page{width:min(1200px,calc(100% - 2rem));margin:.9rem auto 1.5rem;display:grid;gap:1rem;padding:.3rem 0}.fuel-title-block{background:radial-gradient(circle at 0% 0%,rgba(15,78,162,.12),transparent 45%),linear-gradient(120deg,#fff,#f4f8ff);border:1px solid #cfdbef;border-radius:14px;padding:1rem 1.2rem;box-shadow:0 12px 24px #102f5d14}.fuel-title-row{display:flex;align-items:center;justify-content:space-between;gap:.7rem;flex-wrap:wrap}.fuel-title-kicker{margin:0;font-size:.78rem;font-weight:700;color:#18508d;text-transform:uppercase;letter-spacing:.08em}.fuel-title-pill{display:inline-flex;align-items:center;border-radius:999px;border:1px solid #abc0df;background:#f7fbff;color:#2a4d79;padding:.2rem .65rem;font-size:.72rem;font-weight:700}.fuel-title-main{margin:.5rem 0 .25rem;font-size:clamp(1.6rem,3vw,2.4rem);line-height:1.05;font-weight:800;color:#0d2e57;letter-spacing:-.01em}.fuel-title-copy{margin:0;max-width:760px;color:#46648b;font-size:.92rem}.fuel-filter-card,.fuel-table-card{background:#f5f8fc;border:1px solid #c6d2e4;border-radius:14px;padding:1rem;box-shadow:0 12px 24px #102f5d14}.fuel-filter-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem}.fuel-field{display:flex;flex-direction:column;gap:.5rem}.fuel-field label{font-size:.95rem;font-weight:700;color:#0f2d57}.fuel-field select,.fuel-field input{height:46px;border-radius:10px;border:1px solid #a7bbd6;padding:0 1rem;font-size:1rem;color:#0f2d57;background:#fff}.fuel-field input::placeholder{color:#6d85a8}.fuel-filter-actions{grid-column:1 / -1;display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.fuel-btn-primary,.fuel-btn-secondary{border:none;border-radius:10px;font-weight:700;padding:.64rem 1rem;cursor:pointer;font-size:.93rem}.fuel-btn-secondary{background:#e7effa;color:#004e97;border:1px solid #9bb5d8}.fuel-btn-primary{background:linear-gradient(90deg,#0059b5,#0d6acf);color:#fff}.fuel-btn-primary:disabled,.fuel-btn-secondary:disabled{opacity:.65;cursor:not-allowed}.fuel-subtitle{margin-top:.75rem;color:#456089;font-size:.9rem}.fuel-table-wrap{overflow:auto}.fuel-table{width:100%;border-collapse:collapse;min-width:980px}.fuel-table thead th{background:#c3cfdf;color:#0a2c54;font-size:.93rem;text-align:left;padding:.62rem .72rem}.fuel-table tbody td{padding:.6rem .72rem;border-bottom:1px solid #d4deeb;color:#17385f;font-size:.92rem}.fuel-table tbody tr:nth-child(odd){background:#fff}.fuel-table tbody tr:nth-child(2n){background:#f4f8ff}.fuel-table tbody tr:hover{background:#e4eefc}.fuel-empty{text-align:center;color:#6f87a8;padding:2rem 1rem!important}.fuel-loading{font-size:.83rem;color:#4b6488;font-weight:600}.fuel-pagination{margin-top:.8rem;display:flex;align-items:center;justify-content:flex-end;gap:.55rem}.fuel-page-btn{border:1px solid #b5c6de;background:#f7fbff;color:#11437c;border-radius:8px;padding:.4rem .65rem;font-size:.82rem;font-weight:700;cursor:pointer}.fuel-page-btn:disabled{opacity:.5;cursor:not-allowed}.fuel-page-label{color:#2f4e76;font-weight:700;font-size:.84rem}@media(max-width:1100px){.fuel-services-page{width:calc(100% - 1rem)}.fuel-filter-grid{grid-template-columns:1fr}.fuel-table{min-width:880px}}@media(max-width:768px){.fuel-title-main{font-size:1.35rem}.fuel-title-copy{font-size:.86rem}.fuel-field select,.fuel-field input{height:38px;font-size:.88rem}.fuel-filter-actions{flex-direction:column;align-items:flex-start}.fuel-table{min-width:760px}.fuel-pagination{justify-content:flex-start}}
