.driverforce-theme{--bg: oklch(.985 .003 250);--bg-2: oklch(.955 .004 250);--bg-card: oklch(1 0 0);--ink: oklch(.22 .015 260);--ink-2: oklch(.44 .012 260);--ink-3: oklch(.64 .008 260);--line: oklch(.9 .005 250);--line-2: oklch(.84 .006 250);--accent-h: 260;--accent: oklch(.58 .14 var(--accent-h));--accent-ink: oklch(.32 .09 var(--accent-h));--accent-soft: oklch(.92 .04 var(--accent-h));--olive: oklch(.58 .08 120);--clay: oklch(.72 .09 45);--serif: "DM Serif Display", "Fraunces", Georgia, serif;--sans: "Inter Tight", "Inter", -apple-system, system-ui, sans-serif;--mono: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;--radius: 14px;--radius-lg: 22px;--shadow-1: 0 1px 2px oklch(.2 .02 50 / .04), 0 4px 16px oklch(.2 .02 50 / .04);--shadow-2: 0 2px 6px oklch(.2 .02 50 / .06), 0 20px 40px oklch(.2 .02 50 / .08);--ease: cubic-bezier(.2,.7,.2,1);--spring: cubic-bezier(.5,1.4,.35,1);background:var(--bg);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased;min-height:100vh;transition:background .4s var(--ease),color .4s var(--ease)}.driverforce-theme[data-theme=dark]{--bg: oklch(.18 .012 60);--bg-2: oklch(.22 .015 55);--bg-card: oklch(.24 .014 60);--ink: oklch(.96 .01 80);--ink-2: oklch(.78 .015 75);--ink-3: oklch(.62 .015 70);--line: oklch(.32 .02 60);--line-2: oklch(.42 .02 60);--accent: oklch(.78 .11 var(--accent-h));--accent-ink: oklch(.86 .09 var(--accent-h));--accent-soft: oklch(.32 .06 var(--accent-h));--shadow-1: 0 1px 2px #0006, 0 4px 16px #0004;--shadow-2: 0 2px 6px #0008, 0 20px 40px #0006}.driverforce-theme *{box-sizing:border-box}.driverforce-theme img{max-width:100%;display:block}.driverforce-theme button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}.driverforce-theme input,.driverforce-theme textarea,.driverforce-theme select{font-family:inherit;color:inherit}.driverforce-theme .nav{position:sticky;top:0;z-index:50;-webkit-backdrop-filter:blur(18px) saturate(1.2);backdrop-filter:blur(18px) saturate(1.2);background:color-mix(in oklab,var(--bg),transparent 20%);border-bottom:1px solid color-mix(in oklab,var(--line),transparent 40%)}.driverforce-theme .nav-inner{max-width:1280px;margin:0 auto;padding:18px 32px;display:flex;align-items:center;justify-content:space-between;gap:24px}.driverforce-theme .logo{display:flex;align-items:center;gap:10px;font-family:var(--serif);font-weight:500;font-size:22px;letter-spacing:-.02em}.driverforce-theme .logo-mark{width:28px;height:28px;border-radius:50%;background:var(--accent);position:relative;overflow:hidden}.driverforce-theme .logo-mark:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 70% 30%,oklch(1 0 0 / .5),transparent 55%)}.driverforce-theme .nav-links{display:flex;gap:28px;align-items:center}.driverforce-theme .nav-links a{color:var(--ink-2);text-decoration:none;font-size:14.5px;transition:color .2s}.driverforce-theme .nav-links a:hover{color:var(--ink)}.driverforce-theme .nav-right{display:flex;gap:12px;align-items:center}.driverforce-theme .lang-switch{position:relative}.driverforce-theme .lang-switch .lang{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--ink-2);padding:8px 12px;border-radius:999px;border:1px solid var(--line);background:transparent;transition:all .2s}.driverforce-theme .lang-switch .lang:hover{background:var(--bg-2);color:var(--ink)}.driverforce-theme .lang-switch .lang svg{width:14px;height:14px}.driverforce-theme .lang-switch .lang-menu{position:absolute;top:calc(100% + 6px);right:0;min-width:180px;margin:0;padding:6px;list-style:none;background:var(--bg-card);border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow-2);z-index:50}[dir=rtl] .driverforce-theme .lang-switch .lang-menu{right:auto;left:0}.driverforce-theme .lang-switch .lang-option{display:flex;align-items:center;justify-content:space-between;width:100%;gap:12px;padding:8px 10px;background:transparent;border:0;border-radius:8px;color:var(--ink-2);font-size:14px;text-align:left;cursor:pointer;transition:background .15s}[dir=rtl] .driverforce-theme .lang-switch .lang-option{text-align:right}.driverforce-theme .lang-switch .lang-option:hover{background:var(--bg-2);color:var(--ink)}.driverforce-theme .lang-switch .lang-option.is-active{background:var(--accent-soft);color:var(--ink)}.driverforce-theme .lang-switch .lang-native{font-weight:500}.driverforce-theme .lang-switch .lang-code{color:var(--ink-3);font-family:var(--mono);font-size:12px}.driverforce-theme .theme-toggle{position:relative;width:38px;height:38px;border-radius:50%;border:1px solid var(--line);background:transparent;color:var(--ink-2);cursor:pointer;display:grid;place-items:center;padding:0;transition:all .2s var(--ease);overflow:hidden;flex-shrink:0}.driverforce-theme .theme-toggle:hover{background:var(--bg-2);color:var(--ink);border-color:var(--line-2)}.driverforce-theme .theme-toggle-icon{position:relative;width:18px;height:18px;display:block}.driverforce-theme .theme-toggle-icon .ti-sun,.driverforce-theme .theme-toggle-icon .ti-moon{position:absolute;top:0;right:0;bottom:0;left:0;display:block;transition:opacity .35s var(--ease),transform .5s var(--spring)}.driverforce-theme .theme-toggle-icon .ti-sun svg,.driverforce-theme .theme-toggle-icon .ti-moon svg{width:18px;height:18px;display:block}.driverforce-theme .theme-toggle-icon[data-state=light] .ti-sun{opacity:1;transform:rotate(0) scale(1)}.driverforce-theme .theme-toggle-icon[data-state=light] .ti-moon{opacity:0;transform:rotate(-90deg) scale(.6)}.driverforce-theme .theme-toggle-icon[data-state=dark] .ti-sun{opacity:0;transform:rotate(90deg) scale(.6)}.driverforce-theme .theme-toggle-icon[data-state=dark] .ti-moon{opacity:1;transform:rotate(0) scale(1)}.driverforce-theme .btn{padding:12px 22px;border-radius:999px;font-size:14.5px;font-weight:500;letter-spacing:-.005em;transition:transform .2s var(--spring),background .2s,color .2s,box-shadow .2s;display:inline-flex;align-items:center;gap:8px;text-decoration:none}.driverforce-theme .btn-primary{background:var(--ink);color:var(--bg)}.driverforce-theme .btn-primary:hover{transform:translateY(-1px);box-shadow:var(--shadow-2)}.driverforce-theme .btn-accent{background:var(--accent);color:#fff}.driverforce-theme .btn-accent:hover{transform:translateY(-1px);box-shadow:0 8px 24px color-mix(in oklab,var(--accent),transparent 60%)}.driverforce-theme .btn-ghost{color:var(--ink);border:1px solid var(--line-2)}.driverforce-theme .btn-ghost:hover{background:var(--bg-2)}.driverforce-theme .btn-lg{padding:16px 28px;font-size:16px}.driverforce-theme .btn svg{width:16px;height:16px}.driverforce-theme .hero{max-width:1280px;margin:0 auto;padding:72px 32px 96px;display:grid;grid-template-columns:1fr 1.25fr;gap:56px;align-items:center;position:relative}.driverforce-theme .hero>div:first-child{position:relative;z-index:2}.driverforce-theme .hero-art{position:relative;z-index:1}.driverforce-theme .hero-eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.12em;color:var(--ink-2);padding:8px 14px;border-radius:999px;background:var(--bg-2);border:1px solid var(--line)}.driverforce-theme .hero-eyebrow .dot{width:6px;height:6px;border-radius:50%;background:var(--accent);animation:driverforce-pulse 2s infinite}@keyframes driverforce-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.4)}}.driverforce-theme .hero h1{font-family:var(--serif);font-weight:400;font-size:clamp(44px,5.5vw,76px);line-height:1.02;letter-spacing:-.03em;margin:20px 0}.driverforce-theme .hero h1 em{font-style:italic;color:var(--accent-ink);font-weight:300}.driverforce-theme .hero p{font-size:18px;color:var(--ink-2);max-width:460px;margin-bottom:32px;text-wrap:pretty}.driverforce-theme .hero-cta{display:flex;gap:12px;flex-wrap:wrap}.driverforce-theme .hero-meta{margin-top:44px;display:flex;gap:28px;align-items:center;color:var(--ink-3);font-size:13px}.driverforce-theme .avatars{display:flex}.driverforce-theme .avatars .av{width:30px;height:30px;border-radius:50%;border:2px solid var(--bg);margin-left:-8px;background:var(--bg-2)}.driverforce-theme .avatars .av:first-child{margin-left:0}.driverforce-theme .av:nth-child(1){background:#ca8e79}.driverforce-theme .av:nth-child(2){background:#ab965d}.driverforce-theme .av:nth-child(3){background:#8eb086}.driverforce-theme .av:nth-child(4){background:#b88255}.driverforce-theme .hero-art{position:relative;aspect-ratio:1;width:100%;max-width:720px;margin-left:auto}.driverforce-theme .hero-art svg{width:100%;height:100%;overflow:visible}.driverforce-theme .hero-art-svg{--art-disc-1: oklch(.94 .03 75);--art-disc-2: oklch(.88 .04 70);--art-disc-opacity: .55;--art-grid: var(--ink-3);--art-grid-opacity: .22;--art-route: var(--ink);--art-route-opacity: .55;--art-crate-1: var(--clay);--art-crate-2: var(--olive);--art-crate-line: var(--ink);--art-tree-1: oklch(.66 .11 140);--art-tree-2: oklch(.54 .1 135);--art-trunk: oklch(.38 .05 55);--art-skyline-opacity: .62;--art-bldg-1: oklch(.78 .025 65);--art-bldg-2: oklch(.7 .028 60);--art-bldg-3: oklch(.84 .02 70);--art-roof: oklch(.48 .06 40);--art-window: oklch(.5 .04 60);--art-window-lit: oklch(.82 .12 80);--art-tower-shaft: oklch(.78 .02 65);--art-tower-shaft-2: oklch(.52 .02 60);--art-tower-base: oklch(.42 .02 55);--art-tower-sphere: oklch(.62 .04 60);--art-tower-sphere-2: oklch(.82 .03 70);--art-tower-line: oklch(.3 .02 55);--art-tower-antenna: oklch(.3 .02 55);--art-smoke: oklch(.85 .01 70);--art-cloud: oklch(.96 .008 75)}.driverforce-theme[data-theme=dark] .hero-art-svg{--art-disc-1: oklch(.28 .025 55);--art-disc-2: oklch(.24 .02 50);--art-disc-opacity: .85;--art-grid: oklch(.5 .02 60);--art-grid-opacity: .14;--art-route: oklch(.86 .04 70);--art-route-opacity: .4;--art-crate-1: oklch(.52 .08 50);--art-crate-2: oklch(.55 .07 140);--art-crate-line: oklch(.2 .015 60);--art-tree-1: oklch(.52 .1 140);--art-tree-2: oklch(.42 .09 135);--art-trunk: oklch(.3 .04 50);--art-skyline-opacity: .85;--art-bldg-1: oklch(.38 .02 60);--art-bldg-2: oklch(.32 .018 55);--art-bldg-3: oklch(.28 .015 55);--art-roof: oklch(.3 .04 40);--art-window: oklch(.56 .04 65);--art-window-lit: oklch(.82 .12 85);--art-tower-shaft: oklch(.48 .02 60);--art-tower-shaft-2: oklch(.32 .015 55);--art-tower-base: oklch(.25 .015 55);--art-tower-sphere: oklch(.52 .03 60);--art-tower-sphere-2: oklch(.72 .04 70);--art-tower-line: oklch(.2 .015 55);--art-tower-antenna: oklch(.72 .03 65);--art-smoke: oklch(.7 .015 70);--art-cloud: oklch(.48 .015 65)}.driverforce-theme .art-glow{opacity:0;transition:opacity .4s var(--ease)}.driverforce-theme[data-theme=dark] .art-glow{opacity:1}.driverforce-theme .art-sun{opacity:1;transition:opacity .4s var(--ease);transform-origin:110px 120px;animation:sunPulse 8s ease-in-out infinite}.driverforce-theme .art-moon,.driverforce-theme .art-stars{opacity:0;transition:opacity .4s var(--ease)}.driverforce-theme[data-theme=dark] .art-sun{opacity:0;animation:none}.driverforce-theme[data-theme=dark] .art-moon,.driverforce-theme[data-theme=dark] .art-stars{opacity:1}.driverforce-theme .art-star,.driverforce-theme .art-sparkle{transform-box:fill-box;transform-origin:center;animation:starTwinkle 3s ease-in-out infinite}.driverforce-theme .art-sparkle{animation-duration:2.4s}.driverforce-theme .art-truck,.driverforce-theme .art-bike{filter:drop-shadow(0 3px 4px oklch(.2 .02 50 / .15))}.driverforce-theme[data-theme=dark] .art-truck,.driverforce-theme[data-theme=dark] .art-bike{filter:drop-shadow(0 3px 6px oklch(0 0 0 / .5))}.driverforce-theme .art-pulse{transform-origin:center;animation:artPulse 2.6s ease-out infinite}.driverforce-theme .art-pulse-2{animation-delay:1.3s}.driverforce-theme .art-dot{animation:artBlink 2s ease-in-out infinite;transform-origin:center}.driverforce-theme .art-badge{animation:artFloat 7s ease-in-out infinite;transform-origin:136px 107px}.driverforce-theme .art-tower-blink{transform-box:fill-box;transform-origin:center;animation:artBlink 1.4s ease-in-out infinite}.driverforce-theme .art-smoke{transform-box:fill-box;transform-origin:center;animation:artSmoke 4s ease-in-out infinite}.driverforce-theme .art-smoke-2{animation-delay:2s}.driverforce-theme .art-cloud{animation:artDrift 24s linear infinite}.driverforce-theme .art-cloud-2{animation-duration:32s;animation-direction:reverse}@keyframes artFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes artPulse{0%{transform:scale(.6);opacity:.6}to{transform:scale(1.8);opacity:0}}@keyframes artBlink{0%,to{opacity:1}50%{opacity:.3}}@keyframes sunPulse{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}@keyframes starTwinkle{0%,to{opacity:.35;transform:scale(.9)}50%{opacity:1;transform:scale(1.15)}}@keyframes artSmoke{0%{transform:translate(0) scale(.6);opacity:0}30%{opacity:.7}to{transform:translate(4px,-14px) scale(1.4);opacity:0}}@keyframes artDrift{0%{transform:translate(0)}50%{transform:translate(16px)}to{transform:translate(0)}}@media (prefers-reduced-motion: reduce){.driverforce-theme .art-sun,.driverforce-theme .art-star,.driverforce-theme .art-sparkle,.driverforce-theme .art-pulse,.driverforce-theme .art-dot,.driverforce-theme .art-badge,.driverforce-theme .art-tower-blink,.driverforce-theme .art-smoke,.driverforce-theme .art-cloud{animation:none}}.driverforce-theme .section{max-width:1280px;margin:0 auto;padding:96px 32px}.driverforce-theme .section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:56px;gap:32px}.driverforce-theme .section-label{font-size:12px;text-transform:uppercase;letter-spacing:.14em;color:var(--ink-3);font-weight:500;display:flex;align-items:center;gap:10px}.driverforce-theme .section-label:before{content:"";width:24px;height:1px;background:var(--ink-3)}.driverforce-theme .section-title{font-family:var(--serif);font-weight:400;font-size:clamp(32px,4vw,52px);letter-spacing:-.025em;line-height:1.05;margin:12px 0 0;max-width:640px}.driverforce-theme .section-title em{font-style:italic;color:var(--accent-ink)}.driverforce-theme .steps{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.driverforce-theme .step{background:var(--bg-card);border:1px solid var(--line);border-radius:var(--radius-lg);padding:32px 28px 28px;transition:transform .3s var(--ease),border-color .3s;position:relative}.driverforce-theme .step:hover{transform:translateY(-4px);border-color:var(--line-2)}.driverforce-theme .step-num{font-family:var(--serif);font-size:56px;font-weight:300;line-height:1;color:var(--accent);letter-spacing:-.04em;margin-bottom:32px}.driverforce-theme .step h3{font-family:var(--serif);font-weight:500;font-size:22px;margin:0 0 10px;letter-spacing:-.015em}.driverforce-theme .step p{color:var(--ink-2);font-size:14.5px;margin:0}.driverforce-theme .jobs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.driverforce-theme .job-card{background:var(--bg-card);border:1px solid var(--line);border-radius:var(--radius-lg);padding:36px 32px 32px;position:relative;overflow:hidden;transition:all .3s var(--ease);cursor:pointer;text-align:left;width:100%}.driverforce-theme .job-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at var(--mx, 50%) var(--my, 50%),color-mix(in oklab,var(--accent),transparent 88%),transparent 50%);opacity:0;transition:opacity .3s;pointer-events:none}.driverforce-theme .job-card:hover{transform:translateY(-3px);border-color:var(--accent)}.driverforce-theme .job-card:hover:before{opacity:1}.driverforce-theme .job-card .job-icon{width:56px;height:56px;display:grid;place-items:center;border-radius:16px;background:var(--accent-soft);color:var(--accent-ink);margin-bottom:20px;transition:transform .3s var(--spring)}.driverforce-theme .job-card:hover .job-icon{transform:rotate(-6deg) scale(1.05)}.driverforce-theme .job-card .job-icon svg{width:28px;height:28px}.driverforce-theme .job-card h3{font-family:var(--serif);font-weight:500;font-size:24px;margin:0 0 6px;letter-spacing:-.01em}.driverforce-theme .job-card .count{font-size:13px;color:var(--ink-3)}.driverforce-theme .job-card .arrow{position:absolute;top:28px;right:28px;width:32px;height:32px;border-radius:50%;border:1px solid var(--line);display:grid;place-items:center;transition:all .3s var(--ease)}.driverforce-theme .job-card:hover .arrow{background:var(--ink);color:var(--bg);border-color:var(--ink);transform:rotate(-45deg)}.driverforce-theme .job-card .arrow svg{width:14px;height:14px}.driverforce-theme .stats{background:var(--bg-2);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:48px 32px}.driverforce-theme .stats-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:auto repeat(3,1fr);align-items:center;gap:48px}.driverforce-theme .stats-label{font-size:13px;color:var(--ink-2);max-width:180px;line-height:1.4}.driverforce-theme .stat .n{font-family:var(--serif);font-weight:400;font-size:44px;letter-spacing:-.03em;line-height:1}.driverforce-theme .stat .l{color:var(--ink-3);font-size:13px;margin-top:6px}.driverforce-theme .faq-wrap{display:grid;grid-template-columns:1fr 1.4fr;gap:72px}.driverforce-theme .faq-list{border-top:1px solid var(--line)}.driverforce-theme .faq-item{border-bottom:1px solid var(--line)}.driverforce-theme .faq-q{width:100%;text-align:left;padding:24px 0;font-size:18px;font-family:var(--serif);letter-spacing:-.01em;display:flex;justify-content:space-between;align-items:center;gap:20px;color:var(--ink)}.driverforce-theme .faq-q .plus{width:28px;height:28px;border-radius:50%;border:1px solid var(--line-2);display:grid;place-items:center;flex-shrink:0;transition:all .3s var(--ease)}.driverforce-theme .faq-item.open .plus{background:var(--ink);color:var(--bg);border-color:var(--ink)}.driverforce-theme .faq-item.open .plus svg{transform:rotate(45deg)}.driverforce-theme .plus svg{width:12px;height:12px;transition:transform .3s var(--ease)}.driverforce-theme .faq-a{display:grid;grid-template-rows:0fr;transition:grid-template-rows .35s var(--ease)}.driverforce-theme .faq-item.open .faq-a{grid-template-rows:1fr}.driverforce-theme .faq-a>div{overflow:hidden;color:var(--ink-2);font-size:15px;line-height:1.6}.driverforce-theme .faq-a p{margin:0 0 24px}.driverforce-theme .footer{border-top:1px solid var(--line);padding:56px 32px 40px;background:var(--bg-2)}.driverforce-theme .footer-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px}.driverforce-theme .footer h4{font-size:12px;text-transform:uppercase;letter-spacing:.14em;color:var(--ink-3);font-weight:500;margin:0 0 16px}.driverforce-theme .footer ul{list-style:none;padding:0;margin:0}.driverforce-theme .footer li{margin-bottom:10px}.driverforce-theme .footer a{color:var(--ink-2);text-decoration:none;font-size:14px}.driverforce-theme .footer a:hover{color:var(--ink)}.driverforce-theme .footer-brand p{color:var(--ink-2);font-size:14px;max-width:340px;margin:0}.driverforce-theme .footer-bottom{max-width:1280px;margin:48px auto 0;padding-top:24px;border-top:1px solid var(--line);display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px 24px;color:var(--ink-3);font-size:13px}.driverforce-theme .wizard-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:color-mix(in oklab,var(--ink),transparent 30%);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:grid;place-items:center;z-index:100;padding:24px;opacity:0;pointer-events:none;transition:opacity .4s var(--ease)}.driverforce-theme .wizard-overlay.open{opacity:1;pointer-events:auto}.driverforce-theme .wizard{background:var(--bg);border-radius:24px;width:100%;max-width:920px;max-height:calc(100vh - 48px);overflow:hidden;box-shadow:var(--shadow-2);transform:translateY(20px) scale(.98);transition:transform .4s var(--spring);display:flex;flex-direction:column;color:var(--ink)}.driverforce-theme .wizard-overlay.open .wizard{transform:translateY(0) scale(1)}.driverforce-theme .wizard-inner{display:grid;grid-template-columns:280px 1fr;flex:1;min-height:0;overflow:hidden}.driverforce-theme .wizard-side{background:var(--bg-2);padding:32px 28px;border-right:1px solid var(--line);display:flex;flex-direction:column}.driverforce-theme .wizard-side-inner{flex:1}.driverforce-theme .wizard-side-title{font-family:var(--serif);font-size:24px;font-weight:400;letter-spacing:-.02em;line-height:1.15;margin-bottom:28px}.driverforce-theme .progress-steps-vertical{display:flex;flex-direction:column;gap:4px}.driverforce-theme .progress-step-v{display:flex;align-items:center;gap:12px;padding:10px 0;font-size:14px;color:var(--ink-3);transition:color .3s}.driverforce-theme .progress-step-v.active{color:var(--ink);font-weight:500}.driverforce-theme .progress-step-v.done{color:var(--ink-2)}.driverforce-theme .progress-step-v .bullet{width:20px;height:20px;border-radius:50%;border:1.5px solid var(--line-2);display:grid;place-items:center;font-size:11px;flex-shrink:0;transition:all .3s}.driverforce-theme .progress-step-v.active .bullet{background:var(--ink);color:var(--bg);border-color:var(--ink)}.driverforce-theme .progress-step-v.done .bullet{background:var(--accent-soft);color:var(--accent-ink);border-color:var(--accent-soft)}.driverforce-theme .wizard-main{display:flex;flex-direction:column;min-height:0;flex:1}.driverforce-theme .wizard-top{padding:24px 32px 0;display:flex;justify-content:space-between;align-items:center}.driverforce-theme .wizard-step-label{font-size:12px;text-transform:uppercase;letter-spacing:.14em;color:var(--ink-3);font-weight:500}.driverforce-theme .wizard-close{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;color:var(--ink-2);transition:all .2s;background:transparent;padding:0}.driverforce-theme .wizard-close:hover{background:var(--bg-2);color:var(--ink)}.driverforce-theme .wizard-close svg{width:18px;height:18px}.driverforce-theme .progress-bar{display:flex;gap:4px;padding:16px 32px 0}.driverforce-theme .progress-bar .seg{flex:1;height:3px;background:var(--line);border-radius:2px;overflow:hidden;position:relative}.driverforce-theme .progress-bar .seg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--ink);transform:translate(-100%);transition:transform .5s var(--ease)}.driverforce-theme .progress-bar .seg.done:after{transform:translate(0)}.driverforce-theme .progress-bar .seg.active:after{transform:translate(-50%);background:var(--accent)}.driverforce-theme .wizard-content{padding:32px 48px 0;overflow-y:auto;flex:1;min-height:0}.driverforce-theme .wizard-step{animation:driverforce-stepIn .4s var(--ease)}@keyframes driverforce-stepIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.driverforce-theme .wizard-step h2{font-family:var(--serif);font-weight:400;font-size:32px;letter-spacing:-.02em;line-height:1.1;margin:8px 0}.driverforce-theme .wizard-step .sub{color:var(--ink-2);font-size:15px;margin:0 0 28px}.driverforce-theme .field{margin-bottom:18px}.driverforce-theme .field label{display:block;font-size:13px;font-weight:500;color:var(--ink-2);margin-bottom:8px}.driverforce-theme .input,.driverforce-theme .textarea,.driverforce-theme .select{width:100%;padding:14px 16px;background:var(--bg-card);border:1.5px solid var(--line);border-radius:12px;font-size:16px;color:var(--ink);transition:border-color .2s,background .2s,box-shadow .2s;outline:none}.driverforce-theme .input:focus,.driverforce-theme .textarea:focus,.driverforce-theme .select:focus{border-color:var(--ink);box-shadow:0 0 0 4px color-mix(in oklab,var(--ink),transparent 92%)}.driverforce-theme .textarea{resize:vertical;min-height:120px;font-family:inherit}.driverforce-theme .input-row{display:grid;grid-template-columns:auto 1fr;gap:0;align-items:stretch}.driverforce-theme .input-row .prefix{display:grid;place-items:center;padding:0 14px;background:var(--bg-2);border:1.5px solid var(--line);border-right:none;border-radius:12px 0 0 12px;font-size:14px;color:var(--ink-2)}.driverforce-theme .input-row .input{border-radius:0 12px 12px 0}.driverforce-theme .segmented{display:flex;background:var(--bg-2);border-radius:12px;padding:4px;gap:4px}.driverforce-theme .segmented button{flex:1;padding:10px 14px;border-radius:8px;font-size:14px;color:var(--ink-2);transition:all .2s}.driverforce-theme .segmented button.active{background:var(--bg);color:var(--ink);box-shadow:var(--shadow-1);font-weight:500}.driverforce-theme .choice-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.driverforce-theme .choice{padding:18px 16px;background:var(--bg-card);border:1.5px solid var(--line);border-radius:14px;text-align:left;transition:all .2s var(--ease);display:flex;align-items:center;gap:14px;color:var(--ink)}.driverforce-theme .choice:hover{border-color:var(--line-2);transform:translateY(-1px)}.driverforce-theme .choice.selected{border-color:var(--ink);background:var(--bg-card);box-shadow:0 0 0 4px color-mix(in oklab,var(--ink),transparent 92%)}.driverforce-theme .choice .check{width:22px;height:22px;border-radius:50%;border:1.5px solid var(--line-2);display:grid;place-items:center;flex-shrink:0;transition:all .2s;color:var(--ink)}.driverforce-theme .choice.selected .check{background:var(--ink);color:var(--bg);border-color:var(--ink)}.driverforce-theme .choice .check svg{width:12px;height:12px;opacity:0;transform:scale(.5);transition:all .2s var(--spring)}.driverforce-theme .choice.selected .check svg{opacity:1;transform:scale(1)}.driverforce-theme .choice .c-title{font-weight:500;font-size:15px}.driverforce-theme .choice .c-sub{font-size:12.5px;color:var(--ink-3);margin-top:2px}.driverforce-theme .job-choice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.driverforce-theme .job-choice{padding:20px 14px 16px;background:var(--bg-card);border:1.5px solid var(--line);border-radius:14px;text-align:center;transition:all .25s var(--ease);cursor:pointer;position:relative;overflow:hidden;color:var(--ink)}.driverforce-theme .job-choice:hover{transform:translateY(-3px);border-color:var(--line-2)}.driverforce-theme .job-choice.selected{border-color:var(--ink);background:var(--bg-card)}.driverforce-theme .job-choice.selected:after{content:"";position:absolute;top:8px;right:8px;width:18px;height:18px;border-radius:50%;background:var(--ink);background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");background-size:11px;background-position:center;background-repeat:no-repeat;animation:driverforce-pop .3s var(--spring)}@keyframes driverforce-pop{0%{transform:scale(0)}to{transform:scale(1)}}.driverforce-theme .job-choice .j-icon{width:48px;height:48px;margin:0 auto 12px;display:grid;place-items:center;border-radius:12px;background:var(--accent-soft);color:var(--accent-ink);transition:transform .3s var(--spring)}.driverforce-theme .job-choice:hover .j-icon{transform:rotate(-5deg) scale(1.08)}.driverforce-theme .job-choice.selected .j-icon{background:var(--ink);color:var(--bg)}.driverforce-theme .job-choice .j-icon svg{width:22px;height:22px}.driverforce-theme .job-choice .j-title{font-weight:500;font-size:13.5px;letter-spacing:-.005em}.driverforce-theme .job-choice .j-sub{font-size:11px;color:var(--ink-3);margin-top:2px}.driverforce-theme .consent{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:start;margin-top:8px;padding:14px 16px;border:1px solid var(--line);border-radius:var(--radius);background:color-mix(in oklab,var(--bg-2),transparent 30%);cursor:pointer;font-size:13.5px;line-height:1.55;color:var(--ink-2);transition:border-color .15s var(--ease),background .15s var(--ease)}.driverforce-theme .consent:hover{border-color:var(--line-2)}.driverforce-theme .consent:has(input:checked){border-color:var(--accent);background:color-mix(in oklab,var(--accent-soft),transparent 60%)}.driverforce-theme .consent input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:18px;height:18px;margin-top:2px;border:1.5px solid var(--line-2);border-radius:5px;background:var(--bg-card);display:grid;place-items:center;cursor:pointer;transition:background .15s var(--ease),border-color .15s var(--ease);flex-shrink:0}.driverforce-theme .consent input[type=checkbox]:hover{border-color:var(--accent)}.driverforce-theme .consent input[type=checkbox]:checked{background:var(--accent);border-color:var(--accent)}.driverforce-theme .consent input[type=checkbox]:checked:after{content:"";width:10px;height:6px;border-left:2px solid var(--bg-card);border-bottom:2px solid var(--bg-card);transform:rotate(-45deg) translate(1px,-1px)}.driverforce-theme .consent input[type=checkbox]:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.driverforce-theme .consent a{color:var(--accent-ink);text-decoration:underline;text-underline-offset:2px;font-weight:500}.driverforce-theme .consent a:hover{color:var(--accent)}.driverforce-theme .wizard-footer{padding:20px 48px 24px;display:flex;justify-content:space-between;gap:12px;border-top:1px solid var(--line);background:var(--bg)}.driverforce-theme .btn-back{color:var(--ink-2);padding:12px 20px;border-radius:999px;font-size:14.5px;transition:color .2s,background .2s;background:transparent}.driverforce-theme .btn-back:hover{background:var(--bg-2);color:var(--ink)}.driverforce-theme .btn-back:disabled{opacity:.3;cursor:not-allowed}.driverforce-theme .wizard-error{margin:0 0 16px;padding:10px 14px;border-radius:10px;background:color-mix(in oklab,var(--accent),transparent 88%);color:var(--accent-ink);font-size:13.5px}.driverforce-theme .success{padding:48px 40px;text-align:center;animation:driverforce-stepIn .5s var(--ease)}.driverforce-theme .success-mark{width:72px;height:72px;margin:0 auto 24px;border-radius:50%;background:var(--accent-soft);color:var(--accent-ink);display:grid;place-items:center;position:relative}.driverforce-theme .success-mark:before{content:"";position:absolute;top:-8px;right:-8px;bottom:-8px;left:-8px;border-radius:50%;border:1.5px dashed var(--accent);animation:driverforce-spin 12s linear infinite}@keyframes driverforce-spin{to{transform:rotate(360deg)}}.driverforce-theme .success-mark svg{width:32px;height:32px}.driverforce-theme .success h2{font-family:var(--serif);font-weight:400;font-size:34px;letter-spacing:-.02em;margin:0 0 10px}.driverforce-theme .success p{color:var(--ink-2);max-width:400px;margin:0 auto 32px}.driverforce-theme .field-error{margin-top:8px;font-size:13px;color:#b63132;display:flex;align-items:center;gap:6px;animation:driverforce-error-in .2s var(--ease)}.driverforce-theme .field-error:before{content:"!";display:inline-grid;place-items:center;width:16px;height:16px;border-radius:50%;background:#ffdad6;background:oklch(.92 .06 25);color:#90101a;font-size:11px;font-weight:700;flex-shrink:0}.driverforce-theme[data-theme=dark] .field-error{color:#ff958d;color:oklch(.78 .14 25)}.driverforce-theme[data-theme=dark] .field-error:before{background:#581b1a;color:#ffc7c1;color:oklch(.88 .12 25)}.driverforce-theme .field-hint{margin-top:8px;font-size:12.5px;color:var(--ink-3)}@keyframes driverforce-error-in{0%{opacity:0;transform:translateY(-2px)}to{opacity:1;transform:translateY(0)}}.driverforce-theme .input.is-error,.driverforce-theme .textarea.is-error{border-color:#df6862;box-shadow:0 0 0 4px #df68621f}.driverforce-theme .input.is-valid{border-color:#5e9660;box-shadow:0 0 0 4px #5e96601a}.driverforce-theme .phone-field{display:grid;grid-template-columns:auto 1fr;gap:8px;align-items:stretch}.driverforce-theme .combobox{position:relative}.driverforce-theme .combobox-trigger{display:inline-flex;align-items:center;gap:10px;width:100%;padding:13px 14px;background:var(--bg-card);border:1.5px solid var(--line);border-radius:12px;font-size:15px;color:var(--ink);text-align:left;transition:border-color .2s,box-shadow .2s,background .2s;font-family:inherit}.driverforce-theme .combobox-trigger:hover{border-color:var(--line-2)}.driverforce-theme .combobox.is-open>.combobox-trigger,.driverforce-theme .combobox-trigger:focus-visible{border-color:var(--ink);box-shadow:0 0 0 4px color-mix(in oklab,var(--ink),transparent 92%);outline:none}.driverforce-theme .combobox-trigger[aria-invalid=true]{border-color:#df6862;box-shadow:0 0 0 4px #df68621f}.driverforce-theme .combobox-trigger--dial{width:auto;padding:13px 14px;gap:8px;min-width:104px}.driverforce-theme .combobox-flag{font-size:20px;line-height:1;flex-shrink:0;font-family:"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif}.driverforce-theme .combobox-name{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.driverforce-theme .combobox-dial{font-variant-numeric:tabular-nums;color:var(--ink-2);font-size:14.5px}.driverforce-theme .combobox-chevron{width:16px;height:16px;color:var(--ink-3);transition:transform .2s var(--ease);flex-shrink:0;margin-left:auto}.driverforce-theme .combobox-trigger--dial .combobox-chevron{margin-left:0}.driverforce-theme .combobox-chevron svg{width:100%;height:100%}.driverforce-theme .combobox.is-open .combobox-chevron{transform:rotate(180deg)}.driverforce-theme .combobox-panel{position:absolute;top:calc(100% + 6px);left:0;width:100%;min-width:320px;max-height:340px;display:flex;flex-direction:column;background:var(--bg-card);border:1.5px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-2);z-index:120;overflow:hidden;animation:driverforce-combobox-in .18s var(--ease)}.driverforce-theme .combobox-trigger--dial+.combobox-panel{width:340px;left:0}@keyframes driverforce-combobox-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.driverforce-theme .combobox-search-wrap{padding:10px 10px 8px;border-bottom:1px solid var(--line)}.driverforce-theme .combobox-search{width:100%;padding:10px 12px;background:var(--bg-2);border:1.5px solid transparent;border-radius:10px;font-size:14px;color:var(--ink);font-family:inherit;outline:none;transition:border-color .2s,background .2s}.driverforce-theme .combobox-search:focus{border-color:var(--ink);background:var(--bg-card)}.driverforce-theme .combobox-search::-moz-placeholder{color:var(--ink-3)}.driverforce-theme .combobox-search::placeholder{color:var(--ink-3)}.driverforce-theme .combobox-list{flex:1;overflow-y:auto;padding:6px;scrollbar-width:thin;scrollbar-color:var(--line-2) transparent}.driverforce-theme .combobox-list::-webkit-scrollbar{width:8px}.driverforce-theme .combobox-list::-webkit-scrollbar-thumb{background:var(--line-2);border-radius:8px;border:2px solid var(--bg-card)}.driverforce-theme .combobox-section+.combobox-section{margin-top:4px}.driverforce-theme .combobox-section-label{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-3);padding:8px 10px 6px}.driverforce-theme .combobox-item{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:10px;width:100%;padding:9px 10px;border-radius:10px;font-size:14.5px;color:var(--ink);text-align:left;background:transparent;transition:background .12s,color .12s;font-family:inherit}.driverforce-theme .combobox-item.is-active{background:var(--accent-soft);color:var(--accent-ink)}.driverforce-theme .combobox-item.is-selected{color:var(--ink);font-weight:500}.driverforce-theme .combobox-item.is-selected.is-active{color:var(--accent-ink)}.driverforce-theme .combobox-item-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.driverforce-theme .combobox-item-dial{font-variant-numeric:tabular-nums;color:var(--ink-3);font-size:13px}.driverforce-theme .combobox-item.is-active .combobox-item-dial{color:var(--accent-ink)}.driverforce-theme .combobox-item-check{width:14px;height:14px;color:var(--ink);display:grid;place-items:center}.driverforce-theme .combobox-item-check svg{width:100%;height:100%}.driverforce-theme .combobox-empty{padding:24px 14px;text-align:center;font-size:13.5px;color:var(--ink-3)}@media (max-width: 900px){.driverforce-theme .hero{grid-template-columns:1fr;gap:40px;padding:48px 24px 64px}.driverforce-theme .hero-art{max-width:380px;margin:0 auto}.driverforce-theme .section{padding:64px 24px}.driverforce-theme .steps,.driverforce-theme .jobs-grid{grid-template-columns:1fr}.driverforce-theme .nav-links{display:none}.driverforce-theme .footer-inner{grid-template-columns:1fr 1fr}.driverforce-theme .stats-inner{grid-template-columns:1fr 1fr;gap:24px}.driverforce-theme .faq-wrap{grid-template-columns:1fr;gap:32px}.driverforce-theme .nav-inner{padding:14px 16px;gap:10px}.driverforce-theme .nav-right{gap:8px}.driverforce-theme .nav-right .btn{white-space:nowrap;padding:10px 14px;font-size:13.5px}.driverforce-theme .logo{font-size:18px;gap:8px}.driverforce-theme .logo-mark{width:24px;height:24px}.driverforce-theme .wizard-inner{grid-template-columns:1fr}.driverforce-theme .wizard-side{border-right:none;border-bottom:1px solid var(--line);padding:20px 24px}.driverforce-theme .wizard-content{padding:28px 24px}.driverforce-theme .wizard-footer{padding:20px 24px}.driverforce-theme .job-choice-grid{grid-template-columns:repeat(2,1fr)}.driverforce-theme .combobox-trigger--dial+.combobox-panel{width:100%;min-width:0}.driverforce-theme .phone-field{grid-template-columns:auto 1fr}.driverforce-theme .combobox-trigger--dial{min-width:0}}@media (max-width: 640px){.driverforce-theme .wizard-overlay{padding:0!important;background:var(--bg)!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.driverforce-theme .wizard{max-width:100vw!important;width:100vw!important;height:100dvh!important;max-height:100dvh!important;border-radius:0!important;box-shadow:none!important;background:var(--bg)!important}.driverforce-theme .wizard-inner{grid-template-columns:1fr!important;height:100%!important;min-height:0!important}.driverforce-theme .wizard-side{display:none!important}.driverforce-theme .wizard-main{height:100%!important;min-height:0!important;background:var(--bg)!important}.driverforce-theme .wizard-top{padding:14px 18px 0!important;background:var(--bg)!important}.driverforce-theme .wizard-close{width:32px!important;height:32px!important}.driverforce-theme .progress-bar{padding:10px 18px 0!important;gap:4px!important}.driverforce-theme .progress-bar .seg{height:2px!important}.driverforce-theme .wizard-content{padding:14px 18px 16px!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch;flex:1 1 auto!important;min-height:0!important;order:2!important}.driverforce-theme .wizard-footer{padding:10px 18px!important;flex-shrink:0!important;background:var(--bg)!important;order:1!important;border-bottom:1px solid var(--line)!important}.driverforce-theme .wizard-step h2{font-size:22px!important;margin:2px 0 4px!important;line-height:1.15!important}.driverforce-theme .wizard-step .sub{font-size:13px!important;margin:0 0 14px!important}.driverforce-theme .field{margin-bottom:12px!important}.driverforce-theme .input,.driverforce-theme .textarea,.driverforce-theme .select{padding:11px 13px!important;font-size:16px!important;border-radius:10px!important}.driverforce-theme .textarea{min-height:90px!important}.driverforce-theme .segmented{padding:3px!important}.driverforce-theme .segmented button{padding:8px 10px!important;font-size:13px!important}.driverforce-theme .choice{padding:12px!important;gap:10px!important;border-radius:12px!important}.driverforce-theme .choice .c-title{font-size:14px!important}.driverforce-theme .choice .c-sub{font-size:11.5px!important}.driverforce-theme .choice .check{width:20px!important;height:20px!important}.driverforce-theme .choice-grid{gap:8px!important}.driverforce-theme .job-choice-grid{grid-template-columns:repeat(2,1fr)!important;gap:8px!important}.driverforce-theme .job-choice{padding:12px 10px 10px!important;border-radius:12px!important}.driverforce-theme .job-choice .j-icon{width:34px!important;height:34px!important;margin-bottom:6px!important;border-radius:9px!important}.driverforce-theme .job-choice .j-icon svg{width:16px!important;height:16px!important}.driverforce-theme .job-choice .j-title{font-size:12.5px!important}.driverforce-theme .job-choice .j-sub{font-size:10.5px!important}.driverforce-theme .btn-back{padding:10px 14px!important;font-size:13.5px!important}.driverforce-theme .wizard-footer .btn{padding:10px 16px!important;font-size:13.5px!important}.driverforce-theme .success{padding:28px 20px!important}.driverforce-theme .success h2{font-size:24px!important}.driverforce-theme .success-mark{width:56px!important;height:56px!important;margin-bottom:16px!important}}[dir=rtl] .driverforce-theme .btn-back{transform:scaleX(-1)}[dir=rtl] .driverforce-theme .hero-cta .btn svg,[dir=rtl] .driverforce-theme .btn .icon-arrow,[dir=rtl] .driverforce-theme .btn svg:last-child{transform:scaleX(-1)}[dir=rtl] .driverforce-theme .progress-step-v .bullet{margin-right:0;margin-left:12px}.lang-switch{position:relative;display:inline-flex}.lang-switch .lang{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:#4b5563;padding:8px 12px;border-radius:999px;border:1px solid #e5e7eb;background:#fff;cursor:pointer;transition:background .2s,color .2s}.lang-switch .lang:hover{background:#f9fafb;color:#111827}.lang-switch .lang svg{width:14px;height:14px}.lang-switch .lang-menu{position:absolute;top:calc(100% + 6px);right:0;min-width:180px;margin:0;padding:6px;list-style:none;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 6px #0000000f,0 12px 32px #00000014;z-index:50}[dir=rtl] .lang-switch .lang-menu{right:auto;left:0}.lang-switch .lang-option{display:flex;align-items:center;justify-content:space-between;width:100%;gap:12px;padding:8px 10px;background:transparent;border:0;border-radius:8px;color:#374151;font-size:14px;text-align:left;cursor:pointer;transition:background .15s}[dir=rtl] .lang-switch .lang-option{text-align:right}.lang-switch .lang-option:hover{background:#f3f4f6;color:#111827}.lang-switch .lang-option.is-active{background:#eff6ff;color:#1e3a8a}.lang-switch .lang-native{font-weight:500}.lang-switch .lang-code{color:#9ca3af;font-family:ui-monospace,monospace;font-size:12px}.driverforce-theme.legal-shell{background:radial-gradient(1200px 600px at 80% -10%,color-mix(in oklab,var(--accent-soft),transparent 70%),transparent 60%),radial-gradient(900px 500px at -10% 110%,color-mix(in oklab,var(--clay),transparent 88%),transparent 60%),var(--bg);min-height:100vh}.driverforce-theme .legal-nav{background:color-mix(in oklab,var(--bg),transparent 30%)}.driverforce-theme .legal-logo{text-decoration:none;color:inherit}.driverforce-theme .legal-back-btn{display:inline-flex;align-items:center;gap:8px;text-decoration:none}.driverforce-theme .legal-back-btn svg{transform:rotate(180deg);width:16px;height:16px}.driverforce-theme .legal-main{max-width:1280px;margin:0 auto;padding:64px 32px 96px}.driverforce-theme .legal-article{position:relative}.driverforce-theme .legal-hero{max-width:880px;margin:0 auto 56px;text-align:left}.driverforce-theme .legal-eyebrow{font-size:12px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--accent-ink);margin-bottom:24px;display:inline-flex;align-items:center;gap:10px}.driverforce-theme .legal-eyebrow:before{content:"";width:28px;height:1px;background:currentColor;opacity:.45}.driverforce-theme .legal-title{font-family:var(--serif);font-weight:400;font-size:clamp(44px,6vw,76px);line-height:1.02;letter-spacing:-.025em;color:var(--ink);margin:0 0 24px}.driverforce-theme .legal-intro{font-family:var(--serif);font-weight:400;font-size:clamp(20px,2vw,24px);line-height:1.45;color:var(--ink-2);max-width:65ch;margin:0 0 28px}.driverforce-theme .legal-meta{font-size:12.5px;letter-spacing:.04em;text-transform:uppercase;color:var(--ink-3);display:inline-flex;align-items:center;gap:10px;padding-top:20px;border-top:1px dashed var(--line);width:100%;max-width:880px}.driverforce-theme .legal-meta-dot{width:6px;height:6px;border-radius:50%;background:var(--accent);display:inline-block}.driverforce-theme .legal-meta time{color:var(--ink-2);font-variant-numeric:tabular-nums}.driverforce-theme .legal-grid{display:grid;grid-template-columns:240px minmax(0,1fr);gap:64px;max-width:1100px;margin:0 auto;align-items:start}.driverforce-theme .legal-grid>*{min-width:0}.driverforce-theme .legal-toc{position:sticky;top:96px;font-size:13px}.driverforce-theme .legal-toc-label{font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--ink-3);margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid var(--line)}.driverforce-theme .legal-toc ol{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.driverforce-theme .legal-toc li a{display:grid;grid-template-columns:28px 1fr;gap:10px;padding:8px 10px 8px 0;text-decoration:none;color:var(--ink-2);border-radius:8px;transition:color .18s var(--ease),background .18s var(--ease);line-height:1.35}.driverforce-theme .legal-toc li a:hover{color:var(--ink);background:color-mix(in oklab,var(--accent-soft),transparent 60%)}.driverforce-theme .legal-toc-num{font-family:var(--mono);font-size:10.5px;color:var(--ink-3);letter-spacing:.04em;padding-top:2px;font-variant-numeric:tabular-nums}.driverforce-theme .legal-body{max-width:65ch;font-size:16.5px;line-height:1.75;color:var(--ink-2)}.driverforce-theme .legal-body p{margin:0 0 1.1em}.driverforce-theme .legal-body p:last-child{margin-bottom:0}.driverforce-theme .legal-body strong{color:var(--ink);font-weight:600}.driverforce-theme .legal-body a{color:var(--accent-ink);text-decoration-thickness:1px;text-underline-offset:3px;transition:color .15s var(--ease)}.driverforce-theme .legal-body a:hover{color:var(--accent)}.driverforce-theme .legal-body ul{margin:0 0 1.2em;padding-left:0;list-style:none}.driverforce-theme .legal-body ul li{position:relative;padding-left:22px;margin-bottom:.5em}.driverforce-theme .legal-body ul li:before{content:"";position:absolute;left:4px;top:.78em;width:8px;height:1px;background:var(--ink-3)}.driverforce-theme .legal-section{padding:40px 0;border-top:1px solid var(--line)}.driverforce-theme .legal-section:first-child{border-top:none;padding-top:16px}.driverforce-theme .legal-section-head{display:flex;align-items:baseline;gap:16px;margin-bottom:24px}.driverforce-theme .legal-section-num{font-family:var(--mono);font-size:12px;letter-spacing:.08em;color:var(--accent-ink);background:var(--accent-soft);padding:4px 8px;border-radius:6px;font-variant-numeric:tabular-nums;flex-shrink:0}.driverforce-theme .legal-section-head h2{font-family:var(--serif);font-weight:400;font-size:clamp(26px,2.4vw,32px);line-height:1.15;letter-spacing:-.015em;color:var(--ink);margin:0}.driverforce-theme .legal-section-body>:first-child{margin-top:0}.driverforce-theme .legal-section-body>:last-child{margin-bottom:0}.driverforce-theme .legal-callout{margin:0 0 32px;padding:24px 28px;border-radius:var(--radius);font-size:15.5px;line-height:1.6;position:relative;overflow:hidden}.driverforce-theme .legal-callout:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px}.driverforce-theme .legal-callout-title{font-family:var(--sans);font-weight:600;font-size:13.5px;letter-spacing:.04em;text-transform:uppercase;margin-bottom:10px;color:var(--ink)}.driverforce-theme .legal-callout p{margin:0 0 .8em}.driverforce-theme .legal-callout p:last-child{margin-bottom:0}.driverforce-theme .legal-callout ul{margin-bottom:0}.driverforce-theme .legal-callout--note{background:color-mix(in oklab,var(--bg-2),transparent 30%);color:var(--ink-2);border:1px solid var(--line)}.driverforce-theme .legal-callout--note:before{background:var(--ink-3)}.driverforce-theme .legal-callout--highlight{background:color-mix(in oklab,var(--accent-soft),transparent 25%);color:var(--accent-ink);border:1px solid color-mix(in oklab,var(--accent),transparent 70%)}.driverforce-theme .legal-callout--highlight:before{background:var(--accent)}.driverforce-theme .legal-callout--highlight .legal-callout-title,.driverforce-theme .legal-callout--highlight strong{color:var(--accent-ink)}.driverforce-theme .legal-callout--highlight a{color:inherit;text-decoration:underline}.driverforce-theme .legal-callout--warning{background:color-mix(in oklab,var(--clay),transparent 88%);color:var(--ink);border:1px solid color-mix(in oklab,var(--clay),transparent 70%)}.driverforce-theme .legal-callout--warning:before{background:var(--clay)}.driverforce-theme .legal-dl{margin:0 0 1.2em;display:flex;flex-direction:column;gap:0;border-top:1px solid var(--line)}.driverforce-theme .legal-dl-row{display:grid;grid-template-columns:minmax(160px,30%) 1fr;gap:24px;padding:14px 0;border-bottom:1px solid var(--line)}.driverforce-theme .legal-dl-row dt{font-family:var(--sans);font-weight:600;font-size:14px;color:var(--ink);letter-spacing:-.005em}.driverforce-theme .legal-dl-row dd{margin:0;font-size:15.5px;color:var(--ink-2);line-height:1.55}.driverforce-theme .legal-table-wrap{overflow-x:auto;margin:0 0 1.4em;border:1px solid var(--line);border-radius:var(--radius)}.driverforce-theme .legal-table{width:100%;border-collapse:collapse;font-size:14px;min-width:560px}.driverforce-theme .legal-table th,.driverforce-theme .legal-table td{text-align:left;padding:12px 16px;border-bottom:1px solid var(--line);vertical-align:top}.driverforce-theme .legal-table thead th{font-weight:600;font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-3);background:color-mix(in oklab,var(--bg-2),transparent 30%);border-bottom:1px solid var(--line-2)}.driverforce-theme .legal-table tbody tr:last-child td{border-bottom:none}.driverforce-theme .legal-table code{font-family:var(--mono);font-size:12.5px;background:var(--bg-2);padding:2px 6px;border-radius:5px;color:var(--ink)}.driverforce-theme .legal-inline-button{background:none;border:none;padding:0;font:inherit;color:var(--accent-ink);text-decoration:underline;text-underline-offset:3px;cursor:pointer}.driverforce-theme .legal-inline-button:hover{color:var(--accent)}.driverforce-theme .footer-link-button{background:none;border:0;padding:0;margin:0;font:inherit;font-size:14px;line-height:inherit;text-align:left;cursor:pointer;color:var(--ink-2);transition:color .2s}.driverforce-theme .footer-link-button:hover{color:var(--ink)}.driverforce-theme .footer-link-button:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:2px}.driverforce-theme .footer-bottom-links{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.driverforce-theme .footer-bottom-links a{color:inherit;text-decoration:none;transition:color .15s var(--ease)}.driverforce-theme .footer-bottom-links a:hover{color:var(--ink)}@media (max-width: 1024px){.driverforce-theme .legal-grid{grid-template-columns:1fr;gap:32px}.driverforce-theme .legal-toc{position:static;padding:20px;background:color-mix(in oklab,var(--bg-2),transparent 40%);border-radius:var(--radius);border:1px solid var(--line)}.driverforce-theme .legal-toc-label{margin-bottom:12px}}@media (max-width: 640px){.driverforce-theme .legal-main{padding:40px 20px 64px}.driverforce-theme .legal-back-btn span{display:none}.driverforce-theme .legal-section{padding:28px 0}.driverforce-theme .legal-section-head{gap:12px}.driverforce-theme .legal-callout{padding:20px}.driverforce-theme .legal-dl-row{grid-template-columns:1fr;gap:6px}}[dir=rtl] .driverforce-theme .legal-eyebrow:before{margin-left:0;margin-right:0}[dir=rtl] .driverforce-theme .legal-back-btn svg{transform:rotate(0)}[dir=rtl] .driverforce-theme .legal-body ul li{padding-left:0;padding-right:22px}[dir=rtl] .driverforce-theme .legal-body ul li:before{left:auto;right:4px}.cookie-portal{display:contents}body{padding-bottom:var(--cookie-banner-offset, 0);transition:padding-bottom .36s cubic-bezier(.22,1,.36,1)}.driverforce-theme .cookie-banner{position:fixed;left:0;right:0;bottom:0;z-index:60;display:flex;justify-content:center;pointer-events:none;animation:cookie-banner-in .28s cubic-bezier(.25,.46,.45,.94)}@keyframes cookie-banner-in{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.driverforce-theme .cookie-banner{transition:padding .36s cubic-bezier(.22,1,.36,1)}.driverforce-theme .cookie-banner-card{pointer-events:auto;position:relative;width:100%;background:var(--bg-card, var(--bg));color:var(--ink);border:1px solid var(--line-2);box-shadow:0 -12px 28px color-mix(in oklab,#000,transparent 72%),0 -1px color-mix(in oklab,var(--ink),transparent 88%),0 12px 40px color-mix(in oklab,#000,transparent 78%);overflow:hidden;transition:height .36s cubic-bezier(.22,1,.36,1),max-width .36s cubic-bezier(.22,1,.36,1),border-radius .36s cubic-bezier(.22,1,.36,1),box-shadow .36s cubic-bezier(.22,1,.36,1),background .36s ease,border-color .36s ease}.driverforce-theme[data-theme=dark] .cookie-banner-card,html[data-theme=dark] .driverforce-theme .cookie-banner-card{box-shadow:0 -12px 32px #0000008c,0 -1px color-mix(in oklab,var(--ink),transparent 80%),0 12px 40px #00000073}.driverforce-theme .cookie-banner--compact,.driverforce-theme .cookie-banner--details{padding:0 16px calc(20px + env(safe-area-inset-bottom,0px))}.driverforce-theme .cookie-banner--compact .cookie-banner-card,.driverforce-theme .cookie-banner--details .cookie-banner-card{max-width:560px;border-radius:18px}.driverforce-theme .cookie-banner--collapsed{padding:0}.driverforce-theme .cookie-banner--collapsed .cookie-banner-card{max-width:100vw;border-radius:0;border-left:0;border-right:0;border-bottom:0}.driverforce-theme .cookie-layer{position:absolute;top:0;left:0;right:0;display:block;opacity:0;visibility:hidden;transform:translateY(4px);transition:opacity .22s ease,transform .32s cubic-bezier(.22,1,.36,1),visibility 0s linear .22s}.driverforce-theme .cookie-layer.is-active{opacity:1;visibility:visible;transform:translateY(0);transition:opacity .24s ease 80ms,transform .36s cubic-bezier(.22,1,.36,1) 60ms,visibility 0s linear}.driverforce-theme .cookie-layer--collapsed>.cookie-banner-collapsed{padding:8px 16px}.driverforce-theme .cookie-layer--compact>.cookie-banner-compact{padding:18px 20px}.driverforce-theme .cookie-layer--details>.cookie-banner-details{padding:18px 20px}.driverforce-theme .cookie-banner-collapsed{display:flex;align-items:center;gap:10px;flex-wrap:nowrap;min-width:0}.driverforce-theme .cookie-banner-collapsed-text{display:inline-flex;align-items:center;gap:8px;min-width:0;flex:1 1 auto;font-size:12.5px;color:var(--ink-2);overflow:hidden}.driverforce-theme .cookie-banner-collapsed-text svg{width:16px;height:16px;color:var(--ink-2);flex-shrink:0}.driverforce-theme .cookie-banner-collapsed-label{min-width:0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-clamp:2;line-height:1.35;word-break:break-word}.driverforce-theme .cookie-banner-collapsed-actions{flex:0 0 auto;margin-inline-start:auto;display:inline-flex;align-items:center;gap:8px}.driverforce-theme .cookie-banner-compact{display:flex;flex-direction:column;gap:18px}.driverforce-theme .cookie-banner-text-row{display:flex;align-items:flex-start;gap:12px}.driverforce-theme .cookie-banner-text{flex:1;margin:0;font-size:13.5px;line-height:1.55;color:var(--ink-2)}.driverforce-theme .cookie-banner-link{color:var(--accent);text-decoration:underline;text-underline-offset:3px;transition:color .2s}.driverforce-theme .cookie-banner-link:hover{color:var(--accent-ink)}.driverforce-theme .cookie-banner-actions{display:flex;gap:10px}.driverforce-theme .cookie-banner-actions .btn{flex:1;justify-content:center}.driverforce-theme .cookie-icon-btn{flex-shrink:0;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border:none;background:transparent;border-radius:999px;color:var(--ink-2);cursor:pointer;transition:background-color .15s,color .15s}.driverforce-theme .cookie-icon-btn:hover{background:var(--bg-2);color:var(--ink)}.driverforce-theme .cookie-icon-btn svg{width:16px;height:16px}.driverforce-theme .btn-sm{padding:7px 14px;font-size:12.5px}.driverforce-theme .cookie-details{display:flex;flex-direction:column;gap:14px}.driverforce-theme .cookie-details-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.driverforce-theme .cookie-details-title-row{display:inline-flex;align-items:center;gap:8px}.driverforce-theme .cookie-details-title{margin:0;font-size:14px;font-weight:600;color:var(--ink)}.driverforce-theme .cookie-details-policy-link{font-size:12px;color:var(--ink-3);text-decoration:underline;text-underline-offset:3px;transition:color .15s}.driverforce-theme .cookie-details-policy-link:hover{color:var(--ink)}.driverforce-theme .cookie-categories{display:flex;flex-direction:column;gap:8px}.driverforce-theme .cookie-category{display:flex;align-items:center;gap:16px;padding:12px 14px;border:1px solid color-mix(in oklab,var(--ink),transparent 90%);border-radius:12px;background:color-mix(in oklab,var(--bg-2),transparent 40%)}.driverforce-theme .cookie-category-info{min-width:0;flex:1}.driverforce-theme .cookie-category-title-row{display:inline-flex;align-items:center;gap:8px}.driverforce-theme .cookie-category-title{margin:0;font-size:13.5px;font-weight:600;color:var(--ink)}.driverforce-theme .cookie-category-desc{margin:4px 0 0;font-size:12px;line-height:1.5;color:var(--ink-3)}.driverforce-theme .cookie-badge{font-size:10px;letter-spacing:.02em;text-transform:uppercase;color:var(--ink-3);background:color-mix(in oklab,var(--bg-2),transparent 0%);border:1px solid color-mix(in oklab,var(--ink),transparent 88%);border-radius:999px;padding:2px 8px}.driverforce-theme .cookie-details-actions{display:flex;flex-wrap:wrap;gap:10px;padding-top:4px}.driverforce-theme .cookie-details-actions .btn{flex:1 1 auto;min-width:0;justify-content:center;white-space:nowrap}@media (max-width: 480px){.driverforce-theme .cookie-details-actions .btn{flex-basis:100%}}.driverforce-theme .cookie-toggle{flex-shrink:0;width:38px;height:22px;border-radius:999px;background:color-mix(in oklab,var(--ink),transparent 80%);border:none;position:relative;cursor:pointer;transition:background .2s;padding:0}.driverforce-theme .cookie-toggle--on{background:var(--accent)}.driverforce-theme .cookie-toggle--disabled{opacity:.7;cursor:not-allowed}.driverforce-theme .cookie-toggle-thumb{position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #00000040;transition:transform .2s cubic-bezier(.25,.46,.45,.94)}.driverforce-theme .cookie-toggle--on .cookie-toggle-thumb{transform:translate(16px)}[dir=rtl] .driverforce-theme .cookie-toggle-thumb{left:auto;right:3px}[dir=rtl] .driverforce-theme .cookie-toggle--on .cookie-toggle-thumb{transform:translate(-16px)}.driverforce-theme .cookie-trigger{position:fixed;bottom:20px;inset-inline-start:20px;z-index:60;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid color-mix(in oklab,var(--accent),transparent 75%);background:color-mix(in oklab,var(--bg-card, var(--bg)),transparent 8%);color:var(--ink-2);cursor:pointer;box-shadow:0 6px 18px color-mix(in oklab,#000,transparent 82%);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:transform .2s,border-color .2s,color .2s;animation:cookie-trigger-in .22s ease-out}.driverforce-theme .cookie-trigger:hover{transform:scale(1.06);border-color:color-mix(in oklab,var(--accent),transparent 50%);color:var(--ink)}.driverforce-theme .cookie-trigger svg{width:18px;height:18px}@keyframes cookie-trigger-in{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}@media (max-width: 540px){.driverforce-theme .cookie-banner-collapsed{gap:8px}.driverforce-theme .cookie-banner-collapsed-actions{gap:6px}.driverforce-theme .cookie-banner--compact,.driverforce-theme .cookie-banner--details{padding:0 12px calc(20px + env(safe-area-inset-bottom,0px))}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.visible{visibility:visible}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.mx-auto{margin-left:auto;margin-right:auto}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-10{margin-left:2.5rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.block{display:block}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-16{height:4rem}.h-4{height:1rem}.h-8{height:2rem}.min-h-\[200px\]{min-height:200px}.min-h-\[400px\]{min-height:400px}.min-h-screen{min-height:100vh}.w-4{width:1rem}.w-8{width:2rem}.w-full{width:100%}.max-w-2xl{max-width:42rem}.max-w-7xl{max-width:80rem}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-pointer{cursor:pointer}.resize{resize:both}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.items-baseline{align-items:baseline}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.border{border-width:1px}.border-b-2{border-bottom-width:2px}.border-blue-600{--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity, 1))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-red-200{--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1))}.border-red-300{--tw-border-opacity: 1;border-color:rgb(252 165 165 / var(--tw-border-opacity, 1))}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.p-6{padding:1.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pt-2{padding-top:.5rem}.text-center{text-align:center}.text-2xl{font-size:1.5rem;line-height:2rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-blue-700{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.text-blue-800{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}html{background:#fbfbfc;color-scheme:light}html[data-theme=dark]{background:#1f1b17;color-scheme:dark}body{margin:0;background:inherit;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-300:hover{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.hover\:text-blue-900:hover{--tw-text-opacity: 1;color:rgb(30 58 138 / var(--tw-text-opacity, 1))}.hover\:text-gray-900:hover{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.focus\:border-blue-500:focus{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.focus\:border-red-500:focus{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-blue-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.focus\:ring-red-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1))}.focus\:ring-offset-0:focus{--tw-ring-offset-width: 0px}.disabled\:bg-gray-50:disabled{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.disabled\:text-gray-500:disabled{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}@media (min-width: 640px){.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 1024px){.lg\:px-8{padding-left:2rem;padding-right:2rem}}
