.auth-login{background:#1c2128;justify-content:center;align-items:center;min-height:100vh;padding:24px 16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;display:flex;position:relative}.auth-login__bg{background-blend-mode:multiply;opacity:.95;background:linear-gradient(#3b4854 0%,#192129 100%),url(/assets/auth/map.png) 50%/cover no-repeat;position:absolute;inset:0}.auth-login__card{z-index:1;text-align:center;background:#fff;border-radius:5px;width:100%;max-width:400px;padding:44px 40px 36px;position:relative;box-shadow:0 12px 40px #00000059}.auth-login__header img{width:auto;height:48px;margin:0 auto 28px;display:block}.auth-login__header h1{color:#1e212a;margin:0 0 8px;font-size:24px;font-weight:700;line-height:1.35}.auth-login__header p{color:#65676e;margin:0 0 28px;font-size:14px;line-height:1.45}.auth-login__form{text-align:left;flex-direction:column;gap:16px;display:flex}.auth-field{display:block;position:relative}.auth-field span{color:#65676e;pointer-events:none;background:#fff;padding:0 4px;font-size:16px;transition:top .12s,font-size .12s,color .12s,transform .12s;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.auth-field:focus-within span,.auth-field.is-filled span{color:#0046e0;font-size:12px;font-weight:500;top:0;transform:translateY(-50%)}.auth-field input{width:100%;height:52px;font:inherit;color:#1e212a;background:#fff;border:1px solid #c2c4c8;border-radius:6px;padding:14px 12px;font-size:16px}.auth-field:focus-within input{border-color:#0046e0;outline:none;box-shadow:0 0 0 1px #0046e0}.auth-field--password input{padding-right:44px}.auth-login__eye{color:#65676e;padding:4px;display:inline-flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.auth-login__eye:hover{color:#1e212a}.auth-login__email-row{background:#fff;border:1px solid #c2c4c8;border-radius:6px;justify-content:space-between;align-items:center;gap:12px;min-height:52px;padding:12px 14px;display:flex}.auth-login__email-value{color:#1e212a;text-overflow:ellipsis;white-space:nowrap;font-size:16px;overflow:hidden}.auth-login__edit{color:#0046e0;flex-shrink:0;font-size:14px;font-weight:500}.auth-login__edit:hover{text-decoration:underline}.auth-login__forgot{color:#0046e0;align-self:flex-start;margin-top:-6px;font-size:14px}.auth-login__forgot:hover{text-decoration:underline}.auth-login__remember{color:#1e212a;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:10px;font-size:14px;display:flex}.auth-login__remember input{accent-color:#0046e0;flex-shrink:0;width:16px;height:16px}.auth-login__error{color:#d32f2f;margin:0;font-size:13px}.auth-login__submit{color:#fff;letter-spacing:.04em;text-transform:uppercase;background:#0046e0;border-radius:24px;width:100%;height:48px;margin-top:4px;font-size:14px;font-weight:600}.auth-login__submit:hover:not(:disabled){filter:brightness(1.06)}.auth-login__submit:disabled{opacity:.7;cursor:default}.auth-login__alt-method{color:#0046e0;letter-spacing:.04em;text-transform:uppercase;text-align:center;width:100%;margin-top:8px;padding:10px;font-size:13px;font-weight:600;display:block}.auth-login__alt-method:hover{text-decoration:underline}.auth-login__signup{color:#65676e;margin:28px 0 0;font-size:14px}.auth-login__signup a{color:#0046e0;font-weight:500}.auth-login__signup a:hover{text-decoration:underline}.auth-login__verifying{text-align:center;flex-direction:column;align-items:center;gap:14px;padding:8px 0 4px;display:flex}.auth-login__verifying-title{color:#1e212a;margin:0;font-size:18px;font-weight:700}.auth-login__spinner{border:3px solid #d8dbe0;border-top-color:#0046e0;border-radius:50%;width:40px;height:40px;animation:.8s linear infinite auth-spin}@keyframes auth-spin{to{transform:rotate(360deg)}}@media (width<=480px){.auth-login__card{padding:32px 24px 24px}}.cookie-notice{z-index:2000;color:#fff;background:#000;width:min(340px,100vw - 32px);padding:20px 20px 16px;position:fixed;bottom:16px;left:16px;box-shadow:0 8px 28px #00000059}.cookie-notice h2{color:#fff;margin:0 0 8px;padding:0 0 10px;font-size:16px;font-weight:600;line-height:20px}.cookie-notice p{color:#fff;margin:0 0 16px;font-size:12px;line-height:18px}.cookie-notice a{color:#4d8dff;text-decoration:underline}.cookie-notice button{background:var(--dat-blue);color:#fff;border-radius:2px;width:100%;padding:12px 16px;font-size:14px;font-weight:600;transition:filter .15s;display:block}.cookie-notice button:hover{filter:brightness(1.08)}.site-footer{background:var(--dat-dark);color:#8a8a8a;padding:64px 40px 40px}.site-footer__inner{max-width:1140px;margin:0 auto}.site-footer__grid{grid-template-columns:repeat(4,1fr);gap:32px;margin-bottom:48px;display:grid}.site-footer__col h6{letter-spacing:1px;text-transform:uppercase;margin:0 0 16px;font-size:12px;font-weight:600}.site-footer__col h6 a{color:#fff}.site-footer__col ul{flex-direction:column;gap:10px;display:flex}.site-footer__col a{color:#8a8a8a;font-size:12px;line-height:21px;transition:color .15s}.site-footer__col a:hover{color:#fff}.site-footer__social{flex-wrap:wrap;gap:20px 28px;margin-bottom:40px;display:flex}.site-footer__social a{color:#8a8a8a;letter-spacing:1px;text-transform:uppercase;font-size:12px}.site-footer__social a:hover{color:#fff}.site-footer__apps{margin-bottom:36px}.site-footer__apps p,.site-footer__reviews p{color:#fff;margin-bottom:14px;font-size:14px;font-weight:500}.site-footer__badges{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.site-footer__reviews{margin-bottom:40px}.site-footer__review-logos{flex-wrap:wrap;align-items:center;gap:20px 28px;display:flex}.site-footer__review-logos img{object-fit:contain;width:auto;height:52px}.site-footer__bottom{border-top:1px solid #ffffff14;padding-top:24px}.site-footer__legal{flex-wrap:wrap;gap:12px 24px;margin-bottom:16px;display:flex}.site-footer__legal a{color:#8a8a8a;font-size:12px}.site-footer__legal a:hover{color:#fff}.site-footer__copy{color:#8a8a8a;font-size:12px;line-height:18px}@media (width<=900px){.site-footer{padding:48px 20px 32px}.site-footer__grid{grid-template-columns:1fr 1fr}}@media (width<=520px){.site-footer__grid{grid-template-columns:1fr}}.site-nav{z-index:1000;background:var(--dat-dark);height:64px;position:sticky;top:0}.site-nav__inner{justify-content:space-between;align-items:center;gap:24px;max-width:1140px;height:100%;margin:0 auto;padding:0 16px;display:flex}.site-nav__logo img{object-fit:contain;width:206px;height:35px}.site-nav__right{align-items:center;gap:8px;margin-left:auto;display:flex}.site-nav__links{align-items:center;gap:4px;display:flex}.site-nav__links a{color:#ffffff80;align-items:center;gap:6px;padding:8px;font-size:16px;line-height:1;transition:color .15s;display:inline-flex}.site-nav__links a:hover{color:#fff}.chevron{opacity:.85;border-top:5px solid;border-left:4px solid #0000;border-right:4px solid #0000;width:0;height:0;margin-top:2px}.site-nav__search{color:#fff!important;padding:8px 10px!important}.site-nav__actions{align-items:center;gap:16px;margin-left:28px;display:flex}.btn-login,.btn-signup{text-transform:uppercase;letter-spacing:1.5px;color:#fff;white-space:nowrap;justify-content:center;align-items:center;font-size:12px;font-weight:400;line-height:18px;transition:opacity .15s,background .15s;display:inline-flex}.btn-login{border:1px solid #fff;border-radius:20px;padding:9px 24px}.btn-login:hover{opacity:.85}.btn-signup{background:var(--dat-blue);border-radius:25px;padding:9px 20px}.btn-signup:hover{filter:brightness(1.08)}.site-nav__toggle{flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;margin-left:auto;display:none}.site-nav__toggle span{background:#fff;width:22px;height:2px;display:block}@media (width<=991px){.site-nav__toggle{display:flex}.site-nav__right{background:var(--dat-dark);border-top:1px solid #ffffff14;flex-direction:column;align-items:stretch;gap:16px;padding:16px 20px 24px;display:none;position:absolute;top:64px;left:0;right:0}.site-nav__right.is-open{display:flex}.site-nav__links{flex-direction:column;align-items:flex-start}.site-nav__actions{flex-direction:column;align-items:stretch;margin-left:0}.btn-login,.btn-signup{width:100%}}.home-hero{background:linear-gradient(#fff0 50%,#fff 100%),linear-gradient(70deg,#c9d7f4 0% 10%,#fff 25% 70%,#c9d7f4 100%);padding:48px 24px 72px}.home-hero__inner{grid-template-columns:1.05fr .95fr;align-items:start;gap:48px;max-width:1180px;margin:0 auto;display:grid}.home-hero__logo{width:min(280px,70%);height:auto;margin-bottom:20px}.home-hero__copy h1{color:#192129;margin-bottom:18px;font-size:40px;font-weight:600;line-height:1.15}.home-hero__copy>p{color:#192129;max-width:520px;margin-bottom:12px;font-size:16px;line-height:1.45}.home-hero__more{margin-bottom:28px!important}.home-hero__more a{color:var(--dat-blue);text-decoration:underline}.home-hero__loadboard{background:#e8eefc;border-radius:12px;flex-wrap:wrap;align-items:center;gap:16px;max-width:560px;padding:16px 18px;display:flex}.home-hero__truck{background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.home-hero__loadboard h6{color:#192129;margin:0;font-size:14px;font-weight:600}.home-hero__loadboard p{color:#636466;margin:2px 0 0;font-size:13px}.home-hero__lb-btn{color:var(--dat-blue);border:2px solid var(--dat-blue);text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;background:#fff;border-radius:25px;justify-content:center;align-items:center;margin-left:auto;padding:10px 18px;font-size:12px;font-weight:500;display:inline-flex}.home-hero__lb-btn:hover{background:var(--dat-blue);color:#fff}.home-hero__form-card{background:#fff;border-radius:12px;padding:28px 24px 22px;box-shadow:0 10px 40px #1921291f}.home-hero__form-card h5{text-align:center;color:#192129;margin-bottom:22px;font-size:20px;font-weight:600}.home-hero__form{flex-direction:column;gap:14px;display:flex}.home-hero__row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.home-hero__form label{flex-direction:column;gap:6px;display:flex}.home-hero__form label span{color:#636466;font-size:12px;font-weight:500}.home-hero__form input,.home-hero__form select{width:100%;font:inherit;color:#192129;background:#fff;border:1px solid #c5c8cc;border-radius:6px;padding:11px 12px;font-size:14px}.home-hero__form input:focus,.home-hero__form select:focus{border-color:var(--dat-blue);outline:2px solid #0046e040}.home-hero__mc-fields{grid-template-columns:72px 1fr;gap:8px;display:grid}.home-hero__form button{background:var(--dat-blue);color:#fff;text-transform:uppercase;letter-spacing:.06em;border-radius:25px;width:100%;margin-top:4px;padding:14px 18px;font-size:13px;font-weight:600}.home-hero__form button:hover{filter:brightness(1.06)}.home-hero__legal{color:#8a8a8a;margin:0;font-size:11px;line-height:1.4}.home-hero__legal a{color:var(--dat-blue);text-decoration:underline}.home-hero__thanks{text-align:center;color:#192129;padding:40px 12px;font-size:16px}@media (width<=960px){.home-hero__inner{grid-template-columns:1fr}.home-hero__copy h1{font-size:32px}.home-hero__lb-btn{width:100%;margin-left:0}}@media (width<=600px){.home-hero__row{grid-template-columns:1fr}}.promo-banner{text-align:center;color:#fff;text-underline-offset:3px;background:linear-gradient(90deg,#0046e0 0%,#6b2fd6 100%);padding:12px 16px;font-size:15px;font-weight:500;text-decoration:underline;display:block}.promo-banner:hover{opacity:.95}.home-roles{text-align:center;background:#fff;padding:72px 24px 40px}.home-roles h2{color:#192129;margin-bottom:40px;font-size:36px;font-weight:600}.home-roles__grid{grid-template-columns:repeat(3,1fr);gap:24px;max-width:1180px;margin:0 auto;display:grid}.home-role-card{text-align:left;background:#fff;border-radius:12px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 8px 28px #1921291a}.home-role-card__body{flex:1;padding:28px 24px 20px}.home-role-card__eyebrow{color:#636466;margin-bottom:4px;font-size:14px}.home-role-card h3{color:#192129;margin-bottom:12px;font-size:28px;font-weight:600}.home-role-card p{color:#636466;margin-bottom:18px;font-size:15px;line-height:1.4}.home-role-card a{background:var(--dat-blue);color:#fff;text-transform:uppercase;letter-spacing:.04em;border-radius:25px;justify-content:center;align-items:center;padding:10px 22px;font-size:12px;font-weight:500;display:inline-flex}.home-role-card a:hover{filter:brightness(1.06)}.home-role-card img{object-fit:cover;width:100%;height:180px}.home-grow{background:var(--dat-dark);color:#fff;text-align:center;padding:80px 24px}.home-grow h2{margin-bottom:16px;font-size:36px;font-weight:600}.home-grow>p{color:#ffffffd9;max-width:720px;margin:0 auto 36px;font-size:16px;line-height:1.45}.home-grow h3{margin-bottom:32px;font-size:22px;font-weight:600}.home-stats{grid-template-columns:repeat(3,1fr);gap:24px;max-width:1000px;margin:0 auto;display:grid}.home-stat{flex-direction:column;gap:8px;display:flex}.home-stat strong{color:#fff;font-size:40px;font-weight:600}.home-stat span{letter-spacing:.04em;text-transform:uppercase;color:#ffffffb3;font-size:13px}.home-solutions{background:#f5f7fb;padding:72px 24px}.home-solutions__grid{grid-template-columns:repeat(3,1fr);gap:24px;max-width:1180px;margin:0 auto;display:grid}.home-solutions article{background:#fff;border-radius:12px;padding:28px 24px;box-shadow:0 4px 18px #1921290f}.home-solutions h3{color:#192129;margin-bottom:12px;font-size:22px;font-weight:600}.home-solutions p{color:#636466;margin-bottom:18px;font-size:15px;line-height:1.45}.home-solutions a{color:var(--dat-blue);font-weight:500;text-decoration:underline}.home-legacy{text-align:center;color:#fff;background:linear-gradient(90deg,#192129 30%,#0046e0 90%);padding:80px 24px}.home-legacy h2{max-width:800px;margin:0 auto 28px;font-size:36px;font-weight:600;line-height:1.2}.home-legacy__cta{color:var(--dat-blue);border:2px solid var(--dat-blue);text-transform:uppercase;letter-spacing:.04em;background:#fff;border-radius:25px;justify-content:center;align-items:center;padding:12px 28px;font-size:12px;font-weight:500;display:inline-flex}.home-legacy__cta:hover{background:var(--dat-blue);color:#fff;border-color:#fff}@media (width<=900px){.home-roles__grid,.home-stats,.home-solutions__grid{grid-template-columns:1fr}.home-roles h2,.home-grow h2,.home-legacy h2{font-size:28px}}.hero{text-align:center;color:#fff;background:linear-gradient(90deg,#192129 30%,#0046e0 90%);padding:80px 20px}.hero__inner{max-width:1200px;margin:0 auto}.hero__title{color:#fff;margin-bottom:50px;font-size:80px;font-weight:600;line-height:52px}.hero__subtitle{color:#fff;margin-bottom:50px;font-size:36px;font-weight:600;line-height:36px}.hero__roles{flex-wrap:wrap;justify-content:center;align-items:center;gap:80px;margin-bottom:30px;display:flex}.hero__role-btn{border:2px solid var(--dat-blue);width:240px;max-width:100%;height:38px;color:var(--dat-blue);text-transform:uppercase;letter-spacing:.02em;background:#fff;border-radius:25px;justify-content:center;align-items:center;padding:8px 22px;font-size:12px;font-weight:500;transition:background .15s,color .15s;display:inline-flex}.hero__role-btn:hover{background:var(--dat-blue);color:#fff}.hero__question{color:#fff;max-width:1120px;margin:0 auto;font-size:36px;font-weight:600;line-height:100px}.hero__links{flex-wrap:wrap;justify-content:center;align-items:center;gap:64px;margin-top:30px;display:flex}.hero__link{color:#fff;align-items:center;gap:10px;font-size:18px;font-weight:500;display:inline-flex}.hero__link span{text-underline-offset:3px;text-decoration:underline}.hero__link:hover span{opacity:.85}.hero__link img{flex-shrink:0;width:20px;height:20px}@media (width<=900px){.hero__roles{gap:20px}.hero__question{padding:12px 0;line-height:1.25}}@media (width<=768px){.hero{padding:56px 16px}.hero__title{margin-bottom:24px;font-size:48px;line-height:1.1}.hero__subtitle{margin-bottom:28px;font-size:24px;line-height:1.25}.hero__question{font-size:24px;line-height:1.25}.hero__roles{flex-direction:column;gap:14px}.hero__role-btn{width:min(240px,100%)}.hero__links{flex-direction:column;gap:18px;margin-top:16px}}.role-section{padding:110px 40px 80px}.role-section--light{color:var(--dat-gray);background:#fff}.role-section--dark{background:var(--dat-dark);color:#fff}.role-section--slate{background:var(--dat-slate);color:#fff}.role-section__intro{text-align:center;max-width:900px;margin:0 auto 56px}.role-section__intro h2{margin-bottom:18px;font-size:36px;font-weight:600;line-height:36px}.role-section--light .role-section__intro h2{color:var(--dat-gray)}.role-section--dark .role-section__intro h2,.role-section--slate .role-section__intro h2{color:#fff}.role-section__intro p{max-width:884px;margin:0 auto;font-size:16px;line-height:20px}.role-section--light .role-section__intro p{color:var(--dat-gray)}.role-section--dark .role-section__intro p,.role-section--slate .role-section__intro p{color:#ffffffeb}.role-section__body{grid-template-columns:minmax(280px,600px) 1fr 1fr;justify-content:center;align-items:start;gap:40px 48px;max-width:1400px;margin:0 auto;display:grid}.role-section__body--right .role-section__media{order:3}.role-section__media{max-width:600px}.role-section__media img{aspect-ratio:600/420;object-fit:cover;border-radius:2px;width:100%;height:auto}.role-section__columns{display:contents}.role-section__col{padding-top:8px}.role-section__col h3{margin-bottom:18px;font-size:22px;font-weight:600;line-height:1.2}.role-section--light .role-section__col h3{color:var(--dat-heading)}.role-section--dark .role-section__col h3,.role-section--slate .role-section__col h3{color:#fff}.role-section__subhead{margin-top:28px}.role-section__col ul{flex-direction:column;gap:14px;display:flex}.product-link{align-items:center;gap:10px;font-size:18px;font-weight:500;line-height:1.3;display:inline-flex}.product-link span{text-underline-offset:3px;text-decoration:underline}.product-link img{flex-shrink:0;width:20px;height:20px}.role-section--light .product-link{color:var(--dat-gray)}.role-section--dark .product-link,.role-section--slate .product-link{color:#fff}.product-link:hover span{opacity:.8}.info-icon{color:#fff;background:#636d79;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:15px;height:15px;display:inline-flex}.info-icon .fa-info{color:#fff;font-family:Georgia,Times New Roman,serif;font-size:9px;font-style:normal;font-weight:700;line-height:1}@media (width<=1100px){.role-section__body{grid-template-columns:1fr 1fr;max-width:960px}.role-section__media{grid-column:1/-1;max-width:600px;margin:0 auto}.role-section__body--right .role-section__media{order:-1}}@media (width<=991px){.role-section{padding:72px 20px 56px}}@media (width<=600px){.role-section__body{grid-template-columns:1fr}.role-section__intro h2{font-size:28px;line-height:1.2}.product-link{font-size:16px}}.one-app{color:#1b2430;background:#eef1f4;flex-direction:column;min-height:100vh;display:flex}.one-topbar{color:#fff;background:#0a0d10;flex-shrink:0;justify-content:space-between;align-items:center;gap:16px;height:56px;padding:0 16px;display:flex}.one-topbar__left{align-items:center;gap:28px;min-width:0;display:flex}.one-topbar__brand{color:#fff;align-items:center;gap:8px;font-size:18px;font-weight:600;display:inline-flex}.one-badge{background:var(--dat-blue);color:#fff;letter-spacing:.02em;border-radius:2px;padding:3px 6px;font-size:12px;font-weight:700}.one-topbar__nav{align-items:center;gap:4px;display:flex}.one-topbar__nav a,.one-topbar__tools{color:#ffffffb3;border-radius:4px;padding:8px 12px;font-size:13px;font-weight:500}.one-topbar__nav a:hover,.one-topbar__tools:hover{color:#fff;background:#ffffff14}.one-topbar__nav a.is-active{color:#fff;background:#0046e059}.one-topbar__right{align-items:center;gap:12px;display:flex}.one-topbar__user{color:#ffffffbf;font-size:13px}.one-topbar__right button{color:#fff;text-transform:uppercase;letter-spacing:.04em;border:1px solid #ffffff59;border-radius:16px;padding:6px 14px;font-size:12px}.one-topbar__right button:hover{background:#ffffff1a}@media (width<=800px){.one-topbar{flex-wrap:wrap;height:auto;padding:10px 12px}.one-topbar__nav{flex-wrap:wrap}.one-topbar__user{display:none}}.search-loads{flex:1;grid-template-columns:260px 1fr 320px;gap:0;min-height:0;display:grid}.search-filters,.search-details{background:#fff;padding:16px;overflow:auto}.search-filters{border-right:1px solid #d7dce3}.search-details{border-left:1px solid #d7dce3;border-right:none}.search-filters h2{color:#192129;margin-bottom:16px;font-size:16px;font-weight:600}.search-filters form{flex-direction:column;gap:12px;display:flex}.search-filters label{color:#636466;flex-direction:column;gap:5px;font-size:12px;font-weight:500;display:flex}.search-filters input,.search-filters select{font:inherit;color:#192129;border:1px solid #c5c8cc;border-radius:4px;padding:9px 10px;font-size:13px}.search-filters__submit{background:var(--dat-blue);color:#fff;text-transform:uppercase;letter-spacing:.04em;border-radius:4px;margin-top:6px;padding:11px 12px;font-size:13px;font-weight:600}.search-filters__submit:hover{filter:brightness(1.06)}.search-empty-panel{color:#636466;flex-direction:column;gap:12px;font-size:14px;display:flex}.search-empty-panel button,.search-details__actions button{color:#192129;background:#fff;border:1px solid #c5c8cc;border-radius:4px;padding:10px 12px;font-size:13px;font-weight:600}.search-empty-panel button{background:var(--dat-blue);color:#fff;border-color:var(--dat-blue)}.search-results{background:#f7f9fb;flex-direction:column;min-width:0;display:flex}.search-results__head{background:#fff;border-bottom:1px solid #d7dce3;justify-content:space-between;align-items:baseline;padding:12px 16px;display:flex}.search-results__head h3{color:#192129;font-size:15px;font-weight:600}.search-results__head span{color:#8a8a8a;font-size:12px}.search-table-wrap{flex:1;overflow:auto}.search-results table{border-collapse:collapse;background:#fff;width:100%;font-size:13px}.search-results th{text-align:left;color:#636466;text-transform:uppercase;letter-spacing:.03em;background:#f0f3f7;padding:10px 12px;font-size:11px;font-weight:600;position:sticky;top:0}.search-results td{color:#192129;white-space:nowrap;border-bottom:1px solid #e6e9ee;padding:11px 12px}.search-results tbody tr{cursor:pointer}.search-results tbody tr:hover{background:#f3f6fb}.search-results tbody tr.is-selected{background:#e8eefc}.search-empty{color:#8a8a8a;margin:40px auto;font-size:14px}.search-details__title{margin-bottom:16px}.search-details__title h3{color:#192129;margin-bottom:4px;font-size:16px;font-weight:600;line-height:1.3}.search-details__title span{color:#8a8a8a;font-size:12px}.search-details dl{flex-direction:column;gap:12px;margin:0 0 20px;display:flex}.search-details dl div{grid-template-columns:90px 1fr;gap:8px;font-size:13px;display:grid}.search-details dt{color:#8a8a8a;font-weight:500}.search-details dd{color:#192129;margin:0}.search-details dd em{color:#2f9e44;margin-top:2px;font-size:12px;font-style:normal;display:block}.search-details__actions{grid-template-columns:1fr 1fr;gap:8px;display:grid}.search-details__actions .is-primary{background:var(--dat-blue);color:#fff;border-color:var(--dat-blue)}.search-details__placeholder{color:#8a8a8a;margin-top:24px;font-size:14px}@media (width<=1100px){.search-loads{grid-template-columns:240px 1fr}.search-details{display:none}}@media (width<=800px){.search-loads{grid-template-columns:1fr}.search-filters{border-bottom:1px solid #d7dce3;border-right:none}}@font-face{font-family:Sequel Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/sequel-sans-roman.woff2)format("woff2")}@font-face{font-family:Sequel Sans;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/sequel-sans-medium.woff2)format("woff2")}@font-face{font-family:Sequel Sans;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/sequel-sans-bold.woff2)format("woff2")}:root{--dat-blue:#0046e0;--dat-dark:#0a0d10;--dat-dark-2:#192129;--dat-slate:#2d3a43;--dat-gray:#636466;--dat-heading:#192129;--dat-white:#fff;--font:"Sequel Sans", "Helvetica Neue", Arial, "Noto Sans", sans-serif}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--dat-gray);background:var(--dat-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-size:16px;line-height:22px}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul{margin:0;padding:0;list-style:none}h1,h2,h3,h5,p{margin:0}#root{min-height:100vh}
