@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Sora:wght@500;600;700&display=swap);:root{--font-body:"Manrope",sans-serif;--font-display:"Sora",sans-serif;--background-color:#f2f5f6;--surface-color:#fff;--surface-alt:#f7f9fa;--surface-strong:#eef2f4;--text-color:#0f1f2a;--text-muted:#52626d;--border-color:#d6dde2;--primary-color:#0d6573;--primary-strong:#0b4b55;--primary-soft:#0d65731f;--accent-color:#1f8da3;--bg-glow-1:#0d657314;--bg-glow-2:#0d65730f;--bg-top:#ffffffa6;--bg-bottom:#fff0;--success-color:#1f8f5b;--warning-color:#c7892d;--danger-color:#c8453c;--header-height:80px;--footer-height:44px;--content-padding:20px;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:22px;--shadow-soft:0 8px 22px #0c171e14;--shadow-lift:0 16px 40px #0c171e24;--header-bg:#0c1d24;--header-surface:#10232c;--header-border:#ffffff14;--header-text:#f4f7f9;--header-muted:#b7c2c8;--header-accent:#8bd5e2;--carrier-EXLA:#ed1c24;--carrier-ODFL:#414042}.light-theme{--background-color:#f2f5f6;--surface-color:#fff;--surface-alt:#f7f9fa;--surface-strong:#eef2f4;--text-color:#0f1f2a;--text-muted:#52626d;--border-color:#d6dde2;--primary-color:#0d6573;--primary-strong:#0b4b55;--primary-soft:#0d65731f;--accent-color:#1f8da3;--bg-glow-1:#0d657314;--bg-glow-2:#0d65730f;--bg-top:#ffffffa6;--bg-bottom:#fff0;--header-bg:#0c1d24;--header-surface:#10232c;--header-border:#ffffff14;--header-text:#f4f7f9;--header-muted:#b7c2c8;--header-accent:#8bd5e2}.dark-theme{--background-color:#141a1d;--surface-color:#1d2529;--surface-alt:#222b30;--surface-strong:#1a2125;--text-color:#e6edf1;--text-muted:#9aa5ad;--border-color:#e6edf11f;--primary-color:#3cc1d8;--primary-strong:#219bb1;--primary-soft:#3cc1d82e;--accent-color:#6dd6e8;--bg-glow-1:#3cc1d82e;--bg-glow-2:#3cc1d81a;--bg-top:#10161af2;--bg-bottom:#10161a00;--header-bg:#0c1d24;--header-surface:#10232c;--header-border:#ffffff1f;--header-text:#f4f7f9;--header-muted:#aeb8be;--header-accent:#8bd5e2}.theme-blue{--background-color:#eff4fb;--surface-color:#fff;--surface-alt:#f2f6fc;--text-color:#0b1f3a;--text-muted:#51627a;--border-color:#d4dce8;--primary-color:#1d64d4;--primary-strong:#154aa1;--primary-soft:#1d64d41f;--accent-color:#2c7be5;--bg-glow-1:#1d64d41f;--bg-glow-2:#1d64d414;--bg-top:#ffffffb3;--bg-bottom:#fff0}.theme-green{--background-color:#eef7f2;--surface-color:#fff;--surface-alt:#f4faf6;--text-color:#0d2a1b;--text-muted:#4f6b5c;--border-color:#d4e4da;--primary-color:#1c7b52;--primary-strong:#155c3e;--primary-soft:#1c7b521f;--accent-color:#2c9a6d;--bg-glow-1:#1c7b521f;--bg-glow-2:#1c7b5214;--bg-top:#ffffffb3;--bg-bottom:#fff0}.theme-orange{--background-color:#fbf3ea;--surface-color:#fff;--surface-alt:#fff8f1;--text-color:#2a1a0d;--text-muted:#6a5342;--border-color:#ecd7c6;--primary-color:#c25a1b;--primary-strong:#914413;--primary-soft:#c25a1b1f;--accent-color:#d5772b;--bg-glow-1:#c25a1b1f;--bg-glow-2:#c25a1b14;--bg-top:#ffffffb3;--bg-bottom:#fff0}.theme-purple{--background-color:#f3f1f8;--surface-color:#fff;--surface-alt:#f8f6fb;--text-color:#2a1b3a;--text-muted:#6a5f78;--border-color:#ddd4ea;--primary-color:#6c4aa5;--primary-strong:#4b3374;--primary-soft:#6c4aa51f;--accent-color:#8764bf;--bg-glow-1:#6c4aa51f;--bg-glow-2:#6c4aa514;--bg-top:#ffffffb3;--bg-bottom:#fff0}.theme-high-contrast{--background-color:#000;--surface-color:#0f0f0f;--surface-alt:#1a1a1a;--text-color:#fff;--text-muted:#dcdcdc;--border-color:#fff;--primary-color:#ff0;--primary-strong:#d4d400;--primary-soft:#ff03;--accent-color:#0ff;--bg-glow-1:#ffff002e;--bg-glow-2:#00ffff1f;--bg-top:#000c;--bg-bottom:#0000}*,:after,:before{box-sizing:border-box}body,html{background-color:#f2f5f6;background-color:var(--background-color);color:#0f1f2a;color:var(--text-color);font-family:Manrope,sans-serif;font-family:var(--font-body);line-height:1.5;margin:0;min-height:100%;padding:0}body{background-image:radial-gradient(circle at 15% 10%,#0d657314,#0000 45%),radial-gradient(circle at 80% 0,#0d65730f,#0000 35%),linear-gradient(180deg,#ffffffa6,#fff0);background-image:radial-gradient(circle at 15% 10%,var(--bg-glow-1),#0000 45%),radial-gradient(circle at 80% 0,var(--bg-glow-2),#0000 35%),linear-gradient(180deg,var(--bg-top),var(--bg-bottom));padding-bottom:52px;padding-bottom:calc(var(--footer-height) + 8px);padding-top:88px;padding-top:calc(var(--header-height) + 8px)}img{display:block;max-width:100%}h1,h2,h3,h4,h5,h6{color:#0f1f2a;color:var(--text-color);font-family:Sora,sans-serif;font-family:var(--font-display);font-weight:600;letter-spacing:-.01em;margin-top:0}h1{font-size:clamp(2.1rem,3.4vw,2.8rem)}h2{font-size:clamp(1.7rem,2.4vw,2.2rem)}h3{font-size:1.4rem}h4{font-size:1.2rem}h5{font-size:1.05rem}h6{font-size:.95rem}p{margin-bottom:1em}a{color:#0d6573;color:var(--primary-color)}a,a:focus,a:hover{text-decoration:none}a:focus,a:hover{color:#1f8da3;color:var(--accent-color)}button,input,select,textarea{font-family:inherit}button{background:none;border:none;cursor:pointer}.button{align-items:center;background:#0d6573;background:var(--primary-color);border-radius:999px;box-shadow:0 10px 24px #0d65732e;color:#fff;display:inline-flex;font-size:.95rem;font-weight:600;gap:.5rem;justify-content:center;padding:.7rem 1.6rem;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.button:hover{background:#0b4b55;background:var(--primary-strong);box-shadow:0 14px 28px #0d65733d;transform:translateY(-1px)}.ghost-button{align-items:center;background:#0000;border:1px solid color-mix(in srgb,#0d6573 35%,#0000);border:1px solid color-mix(in srgb,var(--primary-color) 35%,#0000);border-radius:999px;color:#0b4b55;color:var(--primary-strong);display:inline-flex;font-size:.9rem;font-weight:600;gap:.4rem;justify-content:center;padding:.6rem 1.3rem;transition:border-color .2s ease,color .2s ease,background .2s ease}.ghost-button:hover{background:#0d65731f;background:var(--primary-soft);border-color:#0d6573;border-color:var(--primary-color);color:#0d6573;color:var(--primary-color)}input[type=email],input[type=number],input[type=password],input[type=text],select,textarea{background:#fff;background:var(--surface-color);border:1px solid #d6dde2;border:1px solid var(--border-color);border-radius:10px;border-radius:var(--radius-md);color:#0f1f2a;color:var(--text-color);font-size:.95rem;margin-bottom:14px;padding:.7rem .85rem;transition:border-color .2s ease,box-shadow .2s ease;width:100%}input:focus,select:focus,textarea:focus{border-color:#1f8da3;border-color:var(--accent-color);box-shadow:0 0 0 3px color-mix(in srgb,#1f8da3 20%,#0000);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent-color) 20%,#0000);outline:none}label{color:#0f1f2a;color:var(--text-color);display:block;font-weight:600;margin-bottom:6px}.navbar{align-items:center;display:flex;flex-wrap:wrap;gap:10px;margin-left:auto}.nav-trigger,.navbar a{background:#0000;border:none;border-radius:999px;color:#f4f7f9;color:var(--header-text);font-size:.95rem;font-weight:600;margin:0;padding:6px 12px;text-decoration:none}.nav-trigger:hover,.nav-trigger[aria-expanded=true],.navbar a:hover{background:#8bd5e229;color:#8bd5e2;color:var(--header-accent)}.navbar-brand{color:#f4f7f9;color:var(--header-text);font-size:1.05rem;font-weight:700}.nav-group{position:relative}.nav-dropdown{background:#10232c;background:var(--header-surface);border:1px solid #ffffff14;border:1px solid var(--header-border);border-radius:16px;border-radius:var(--radius-lg);box-shadow:0 18px 36px #050c1073;display:none;flex-direction:column;left:0;max-width:min(260px,calc(100vw - 24px));min-width:180px;padding:8px;position:absolute;top:calc(100% + 8px);z-index:1200}.nav-dropdown[data-open=true]{display:flex}.nav-dropdown a{border-radius:10px;color:#f4f7f9;color:var(--header-text);font-weight:500;padding:8px 12px}.nav-dropdown a:hover{background:#8bd5e229;color:#8bd5e2;color:var(--header-accent)}.nav-group[data-align=right] .nav-dropdown{left:auto;right:0}.header{background:#0c1d24;background:var(--header-bg);border-bottom:1px solid #ffffff14;border-bottom:1px solid var(--header-border);box-shadow:0 10px 24px #060c1059;flex-wrap:wrap;gap:12px;justify-content:flex-start;min-height:80px;min-height:var(--header-height);padding:10px 16px;position:fixed;top:0;width:100%;z-index:1000}.brand-block,.header{align-items:center;display:flex}.brand-block{gap:8px}.brand-text{display:flex;flex-direction:column;gap:2px}.logo{flex-shrink:0;height:56px}.logo-mark{height:52px}.logo-word{height:42px}.header h1{font-size:1.35rem;margin:0}.header .body{color:#b7c2c8;color:var(--header-muted);font-size:.88rem;margin:0}.footer{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:color-mix(in srgb,#fff 94%,#0000);background:color-mix(in srgb,var(--surface-color) 94%,#0000);border-top:1px solid color-mix(in srgb,#d6dde2 70%,#0000);border-top:1px solid color-mix(in srgb,var(--border-color) 70%,#0000);bottom:0;color:#52626d;color:var(--text-muted);font-size:.82rem;height:44px;height:var(--footer-height);padding:10px 16px;position:fixed;text-align:center;width:100%}.content-container{min-height:calc(100vh - 124px);min-height:calc(100vh - var(--header-height) - var(--footer-height));padding:2.2rem 3vw 3rem}.map-container{height:calc(100vh - 124px);padding:0;position:relative;width:100%}table{background:#fff;background:var(--surface-color);border-collapse:collapse;border-radius:10px;border-radius:var(--radius-md);box-shadow:0 8px 22px #0c171e14;box-shadow:var(--shadow-soft);font-size:.95rem;margin-bottom:1em;overflow:hidden;width:100%}td,th{border-bottom:1px solid #d6dde2;border-bottom:1px solid var(--border-color);padding:12px;text-align:left}th{background-color:#eef2f4;background-color:var(--surface-strong);color:#0f1f2a;color:var(--text-color)}tr:nth-child(2n){background-color:color-mix(in srgb,#f7f9fa 80%,#0000);background-color:color-mix(in srgb,var(--surface-alt) 80%,#0000)}.card{background-color:#fff;background-color:var(--surface-color);border:1px solid #d6dde2;border:1px solid var(--border-color);border-radius:10px;border-radius:var(--radius-md);box-shadow:0 8px 22px #0c171e14;box-shadow:var(--shadow-soft);margin-bottom:1em;padding:16px}.card-header{font-weight:600;margin-bottom:8px}.card-footer{color:#52626d;color:var(--text-muted);font-size:.9em}.breadcrumb{background-color:#f7f9fa;background-color:var(--surface-alt);border-radius:6px;border-radius:var(--radius-sm);list-style:none;padding:8px 16px}.breadcrumb li{display:inline;font-size:.95rem}.breadcrumb li+li:before{color:#52626d;color:var(--text-muted);content:">";padding:0 8px}.alert{background-color:#0d6573;background-color:var(--primary-color);border-radius:6px;border-radius:var(--radius-sm);color:#fff;margin-bottom:1em;padding:12px 16px}.alert-success{background-color:#1f8f5b;background-color:var(--success-color)}.alert-error{background-color:#c8453c;background-color:var(--danger-color)}.container{margin:0 auto;max-width:1200px;width:90%}.row{display:flex;flex-wrap:wrap;margin:0 -16px}.col{flex:1 1;padding:0 16px}.text-center{text-align:center}.text-right{text-align:right}.mt-0{margin-top:0}.mb-0{margin-bottom:0}.mt-1{margin-top:1em}.mb-1{margin-bottom:1em}.muted{color:#52626d;color:var(--text-muted)}.video-container{border-radius:22px;border-radius:var(--radius-xl);box-shadow:0 16px 40px #0c171e24;box-shadow:var(--shadow-lift);height:calc(100vh - 124px);height:calc(100vh - var(--header-height) - var(--footer-height));margin:0 3vw 2.5rem;overflow:hidden;position:relative;width:100%}.video-player{filter:saturate(1.05);height:100%;object-fit:cover;width:100%}.error{background:#c8453c26;border-radius:10px;border-radius:var(--radius-md);color:#8d1f19;padding:10px 16px}.data-grid-container{background-color:initial;height:calc(100vh - 184px);height:calc(100vh - var(--header-height) - var(--footer-height) - 60px);padding:0;width:100%}.MuiDataGrid-root{background:#fff;background:var(--surface-color);border:1px solid #d6dde2;border:1px solid var(--border-color);border-radius:16px;border-radius:var(--radius-lg);box-shadow:0 8px 22px #0c171e14;box-shadow:var(--shadow-soft)}.MuiDataGrid-cell,.MuiDataGrid-columnHeader{border-color:#d6dde2;border-color:var(--border-color);color:#0f1f2a;color:var(--text-color)}.MuiDataGrid-columnHeader{background-color:#eef2f4;background-color:var(--surface-strong)}.MuiDataGrid-footerContainer{border-top:1px solid #d6dde2;border-top:1px solid var(--border-color)}.shipment-form{background:#fff;background:var(--surface-color);border-radius:16px;border-radius:var(--radius-lg);box-shadow:0 8px 22px #0c171e14;box-shadow:var(--shadow-soft);margin:2rem auto;max-width:800px;padding:2rem;position:relative;z-index:1}.address-inputs{grid-gap:1.5rem;gap:1.5rem;grid-template-columns:1fr 1fr}.address-inputs>div{border:1px solid #d6dde2}.address-inputs>div,.shipment-details{background:#fff;border-radius:10px;box-shadow:0 8px 22px #0c171e14}.shipment-details{grid-gap:1.2rem;background:var(--surface-color);border:1px solid #d6dde2;border:1px solid var(--border-color);border-radius:var(--radius-md);box-shadow:var(--shadow-soft);display:grid;gap:1.2rem;grid-template-columns:repeat(3,1fr);margin-bottom:2rem;padding:1.2rem}.shipment-details input,.shipment-details select{box-sizing:border-box;height:42px;margin-bottom:0}.shipment-details input:disabled,.shipment-details select:disabled{background-color:#f7f9fa;background-color:var(--surface-alt);cursor:not-allowed}.shipment-details label{color:#52626d;color:var(--text-muted);display:block;font-size:.85rem;font-weight:600;margin-bottom:.4rem}.json-output{background:#11181d;border-radius:10px;border-radius:var(--radius-md);color:#e6edf2;font-family:Consolas,Courier New,monospace;margin-top:1rem;overflow-x:auto;padding:1rem;white-space:pre-wrap}@media (max-width:960px){:root{--header-height:120px}.header{align-items:flex-start}.header,.navbar{flex-direction:column}.navbar{align-items:stretch;gap:6px;margin-left:0;width:100%}.nav-trigger,.navbar a{text-align:left;width:100%}.nav-group{width:100%}.nav-dropdown{border:none;box-shadow:none;padding:4px 8px;position:static;width:100%}.nav-dropdown a{padding-left:16px}}@media (max-width:720px){.address-inputs,.shipment-details{grid-template-columns:1fr}.video-container{border-radius:16px;border-radius:var(--radius-lg);margin:0 1rem 2rem}}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{left:0;position:absolute;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.leaflet-tile::selection{background:#0000}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{height:1600px;-webkit-transform-origin:0 0;width:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-height:none!important;max-width:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-height:none!important;max-width:none!important;padding:0;width:auto}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;height:0;width:0;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{height:1px;width:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{pointer-events:visiblePainted;pointer-events:auto;position:relative;z-index:800}.leaflet-bottom,.leaflet-top{pointer-events:none;position:absolute;z-index:1000}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{clear:both;float:left}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;color:#000;display:block;height:26px;line-height:26px;text-align:center;text-decoration:none;width:26px}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.leaflet-bar a.leaflet-disabled{background-color:#f4f4f4;color:#bbb;cursor:default}.leaflet-touch .leaflet-bar a{height:30px;line-height:30px;width:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);height:36px;width:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{height:44px;width:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{background:#fff;color:#333;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{overflow-x:hidden;overflow-y:scroll;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;line-height:1.4;padding:0 5px}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;height:.6669em;vertical-align:initial!important;width:1em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{background:#fffc;border:2px solid #777;border-top:none;box-sizing:border-box;line-height:1.1;padding:2px 5px 1px;text-shadow:1px 1px #fff;white-space:nowrap}.leaflet-control-scale-line:not(:first-child){border-bottom:none;border-top:2px solid #777;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{margin-bottom:20px;position:absolute;text-align:center}.leaflet-popup-content-wrapper{border-radius:12px;padding:1px;text-align:left}.leaflet-popup-content{font-size:13px;font-size:1.08333em;line-height:1.3;margin:13px 24px 13px 20px;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{height:20px;left:50%;margin-left:-20px;margin-top:-1px;overflow:hidden;pointer-events:none;position:absolute;width:40px}.leaflet-popup-tip{height:17px;margin:-10px auto 0;padding:1px;pointer-events:auto;transform:rotate(45deg);width:17px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;box-shadow:0 3px 14px #0006;color:#333}.leaflet-container a.leaflet-popup-close-button{background:#0000;border:none;color:#757575;font:16px/24px Tahoma,Verdana,sans-serif;height:24px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:24px}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);margin:0 auto;width:24px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 1px 3px #0006;color:#222;padding:6px;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;white-space:nowrap}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{background:#0000;border:6px solid #0000;content:"";pointer-events:none;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{border-top-color:#fff;bottom:0;margin-bottom:-12px}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-left:-6px;margin-top:-12px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;left:0;margin-left:-12px}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.page-container{display:flex;gap:1.5rem;min-height:calc(100vh - var(--header-height) - var(--footer-height));padding:2.2rem 3vw 3rem}.form-container{background:var(--surface-color);border:1px solid var(--border-color);border-radius:var(--radius-xl);box-shadow:var(--shadow-soft);height:calc(100vh - var(--header-height) - var(--footer-height) - 80px);overflow-y:auto;padding:2rem;position:relative;width:min(660px,55%)}.map-container{border-left:1px solid var(--border-color);height:calc(100vh - var(--header-height) - var(--footer-height));position:fixed;right:0;top:var(--header-height);width:43%;z-index:1}.address-inputs{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:1fr;margin-bottom:2rem}.address-inputs>div{background:var(--surface-color);border:1px solid var(--border-color);border-radius:var(--radius-md);box-shadow:var(--shadow-soft);padding:1.2rem}.address-inputs input{font-size:1rem;margin-bottom:0}.validation-error{background-color:#c8453c1f;border:1px solid #c8453c40;border-radius:var(--radius-sm);color:#8d1f19;margin-bottom:1rem;padding:.6rem .8rem}.generate-button{align-items:center;background:var(--primary-color);border:none;border-radius:999px;box-shadow:0 10px 24px #0d657333;color:#fff;cursor:pointer;display:inline-flex;font-weight:600;gap:.4rem;justify-content:center;padding:.7rem 1.6rem;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.generate-button:hover{background:var(--primary-strong);box-shadow:0 14px 28px #0d65733d;transform:translateY(-1px)}.heading{color:var(--text-color);margin-bottom:1.5rem}.rate-quotes{background:var(--surface-color);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);padding:20px}.shipment-summary{background:var(--surface-alt);border:1px solid #0000;border-radius:var(--radius-md);cursor:pointer;margin-bottom:24px;padding:16px;transition:background .2s ease,border-color .2s ease}.shipment-summary:hover{background:var(--surface-strong);border-color:var(--border-color)}.summary-header{align-items:center;display:flex;gap:1rem;justify-content:space-between}.summary-header h3{color:var(--text-color);font-size:1.05rem;margin:0}.toggle-icon{color:var(--text-muted);font-size:.85rem}.details-panel{border-top:1px solid var(--border-color);margin-top:16px;padding-top:16px}.address-details{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr;margin-bottom:16px}.destination,.origin{background:var(--surface-color);border:1px solid var(--border-color);border-radius:var(--radius-md);box-shadow:var(--shadow-soft);padding:12px}.destination h4,.origin h4{color:var(--text-color);margin:0 0 8px}.shipment-specs{grid-gap:16px;background:var(--surface-color);border:1px solid var(--border-color);border-radius:var(--radius-md);box-shadow:var(--shadow-soft);display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));padding:12px}.shipment-specs p{margin:0}.shipment-summary h3{color:var(--text-color);margin-top:0}.quotes-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));margin:20px 0}.quote-card{background:var(--surface-color);border:1px solid var(--border-color);border-radius:var(--radius-md);box-shadow:var(--shadow-soft);padding:16px;transition:transform .2s ease,box-shadow .2s ease}.quote-card:hover{box-shadow:var(--shadow-lift);transform:translateY(-2px)}.quote-card h4{color:var(--text-color);margin:0 0 12px}.quote-details,.service-type{color:var(--text-muted)}.service-type{font-size:.9em;margin:4px 0}.transit{color:var(--success-color);font-weight:600}.cost{color:var(--text-color);font-size:1.35em;font-weight:700;margin:12px 0}.cost-breakdown{border-top:1px solid var(--border-color);color:var(--text-muted);font-size:.9em;margin-top:8px;padding-top:8px}.back-button{align-items:center;background:var(--surface-alt);border:1px solid var(--border-color);border-radius:999px;color:var(--text-color);cursor:pointer;display:inline-flex;font-weight:600;gap:.4rem;justify-content:center;padding:.6rem 1.4rem;transition:border-color .2s ease,color .2s ease,background .2s ease}.back-button:hover{background:var(--primary-soft);border-color:var(--primary-color);color:var(--primary-color)}.debug-section{border-top:1px solid var(--border-color);margin-top:32px;padding-top:24px}.debug-summary{background:var(--surface-alt);border:1px solid #0000;border-radius:var(--radius-md);cursor:pointer;padding:12px 16px;transition:background .2s ease}.debug-summary:hover{background:var(--surface-strong);border-color:var(--border-color)}.debug-summary h4{color:var(--text-color);font-size:1em;margin:0}.debug-panels{grid-gap:20px;animation:fadeIn .3s ease;display:grid;gap:20px;grid-template-columns:1fr 1fr;margin-top:16px}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.debug-section h4{color:var(--text-muted);font-size:1em;margin-bottom:16px}.debug-panel{background:#12181d;border:1px solid #ffffff0f;border-radius:var(--radius-md);overflow:hidden}.debug-panel h5{background:#0c1115;color:#dce5ea;font-size:.85em;font-weight:500;margin:0;padding:8px 12px}.json-viewer{font-size:.85em;max-height:400px;overflow-y:auto;padding:12px}.json-viewer::-webkit-scrollbar{height:8px;width:8px}.json-viewer::-webkit-scrollbar-track{background:#0c1115}.json-viewer::-webkit-scrollbar-thumb{background:#4d5b64;border-radius:4px}.json-viewer::-webkit-scrollbar-thumb:hover{background:#6a7a86}.json-viewer pre{word-wrap:break-word;color:#78c6d8;font-family:Consolas,Monaco,Andale Mono,monospace;font-size:13px;line-height:1.5;margin:0;white-space:pre-wrap}@media (max-width:1100px){.page-container{flex-direction:column}.form-container{height:auto;width:100%}.map-container{border-left:none;height:50vh;position:relative;top:auto;width:100%}}@media (max-width:720px){.address-details,.debug-panels{grid-template-columns:1fr}}:root{--calibrate-surface:#ffffffeb;--calibrate-border:#3c505c2e;--calibrate-shadow:0 12px 30px #0b1e2d1f;--calibrate-accent:#1e96a4;--calibrate-accent-dark:#0d4d5a;--calibrate-warm:#f1efe7;--calibrate-cool:#e5f2f4}.calibrate-page{background:linear-gradient(135deg,color-mix(in srgb,#e5f2f4 70%,#fff),#f1efe7);background:linear-gradient(135deg,color-mix(in srgb,var(--calibrate-cool) 70%,#fff),var(--calibrate-warm));min-height:calc(100vh - var(--header-height) - var(--footer-height));padding:2.5rem 3vw 4rem}.calibrate-hero{align-items:stretch;display:flex;gap:2rem;justify-content:space-between;margin-bottom:2.5rem}.calibrate-eyebrow{color:var(--primary-strong);font-size:.75rem;letter-spacing:.2em;margin-bottom:.5rem;text-transform:uppercase}.calibrate-subtitle{color:var(--text-muted);margin-top:.5rem;max-width:480px}.calibrate-summary-card{background:var(--surface-color);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);min-width:280px;padding:1.5rem}.summary-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:1rem}.summary-grid span{color:var(--text-muted);display:block;font-size:.75rem}.summary-grid strong{color:var(--text-color);display:block;font-size:1.05rem}.calibrate-step{margin-bottom:2.75rem}.step-header{align-items:center;display:flex;gap:1rem;margin-bottom:1.5rem}.step-header h3{margin-bottom:.25rem}.step-header p{color:var(--text-muted);margin:0}.step-pill{font-size:.7rem;letter-spacing:.14em;padding:.4rem .7rem;text-transform:uppercase}.step-pill,.step-status{background:var(--primary-soft);border-radius:999px;color:var(--primary-strong);font-weight:600}.step-status{font-size:.8rem;margin-left:auto;padding:.35rem .7rem}.batch-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin-top:1.5rem}.batch-card{background:var(--surface-color);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);cursor:pointer;padding:1.25rem;text-align:left;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.batch-card:hover{box-shadow:var(--shadow-lift);transform:translateY(-4px)}.batch-card.selected{border-color:var(--primary-color);box-shadow:0 16px 36px #0d657340}.batch-card-header{align-items:baseline;display:flex;justify-content:space-between;margin-bottom:1rem}.batch-card-header span{color:var(--text-muted);font-size:.8rem}.batch-metrics{grid-gap:.8rem;display:grid;gap:.8rem}.batch-metrics span{color:var(--text-muted);font-size:.75rem}.batch-metrics strong{color:var(--text-color);font-size:1rem}.action-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-top:1.5rem}.action-card{background:var(--surface-color);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);color:inherit;cursor:pointer;display:flex;flex-direction:column;font-family:inherit;gap:.75rem;padding:1.4rem;text-align:left;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.action-card:hover{box-shadow:var(--shadow-lift);transform:translateY(-3px)}.action-card:disabled{box-shadow:var(--shadow-soft);cursor:not-allowed;opacity:.6;transform:none}.action-card.selected{border-color:#0d6573b3;box-shadow:0 16px 30px #0d657333}.action-card-header{align-items:center;display:flex;gap:.75rem;justify-content:space-between}.action-pill{background:#505a6426;border-radius:999px;color:#5c656c;font-size:.7rem;font-weight:600;letter-spacing:.08em;padding:.2rem .55rem;text-transform:uppercase}.action-pill.active{background:var(--primary-soft);color:var(--primary-strong)}.action-link{color:var(--primary-strong);font-size:.85rem;font-weight:600}.provider-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-top:1.5rem}.provider-card{background:var(--surface-color);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);cursor:pointer;display:flex;gap:1rem;justify-content:space-between;padding:1.25rem;text-align:left;transition:border-color .2s ease,transform .2s ease}.provider-card:hover{transform:translateY(-3px)}.provider-card.disabled{cursor:not-allowed;opacity:.6;transform:none}.provider-card.selected{border-color:var(--primary-color);box-shadow:0 14px 28px #0d657333}.provider-pill{align-self:start;background:var(--primary-soft);border-radius:999px;color:var(--primary-strong);font-size:.7rem;padding:.25rem .6rem}.provider-card.disabled .provider-pill{background:#64646433;color:#58626b}.calibrate-cta{display:flex;flex-direction:column;gap:.5rem;margin-top:2rem}.run-button{align-self:flex-start;background:var(--primary-strong);border:none;border-radius:999px;box-shadow:0 12px 26px #0d65733d;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem 1.75rem;transition:transform .2s ease,box-shadow .2s ease}.run-button:disabled{background:#9aa4aa;box-shadow:none;cursor:not-allowed}.run-button:not(:disabled):hover{box-shadow:0 14px 30px #0d65734d;transform:translateY(-2px)}.job-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.job-card{background:var(--surface-color);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);display:flex;flex-direction:column;gap:.35rem;padding:1rem 1.1rem}.job-card-header{align-items:center;display:flex;justify-content:space-between}.job-status{background:var(--primary-soft);border-radius:999px;color:var(--primary-strong);font-size:.75rem;padding:.2rem .65rem;text-transform:capitalize}.job-status.running{background:#0d65732e}.job-status.queued{background:#0c141c14;color:#334047}.job-status.success{background:#1f8f5b2e;color:#1f523d}.job-status.error{background:#c8453c29;color:#6a2019}.job-subtitle{color:var(--text-muted);font-size:.9rem;margin:0}.job-meta{color:var(--text-muted);display:flex;font-size:.85rem;justify-content:space-between}.calibrate-error{background:#d2352824;border:1px solid #d235284d;border-radius:var(--radius-md);color:#7b1d15;margin-bottom:1.5rem;padding:.85rem 1.1rem}@media (max-width:960px){.calibrate-hero{flex-direction:column}.summary-grid{grid-template-columns:1fr}}:root{--compare-surface:#fffffff2;--compare-border:#19283229;--compare-shadow:0 12px 28px #0a141c1f;--compare-accent:#146c7a;--compare-bg:#eef4f4}.compare-page{background:radial-gradient(circle at top,#0d657314 0,#0000 55%),linear-gradient(135deg,var(--surface-alt),#eef4f4);background:radial-gradient(circle at top,#0d657314 0,#0000 55%),linear-gradient(135deg,var(--surface-alt),var(--compare-bg));min-height:calc(100vh - var(--header-height) - var(--footer-height));padding:2.5rem 3vw 4rem}.compare-hero{align-items:flex-start;display:flex;gap:2rem;justify-content:space-between;margin-bottom:2.5rem}.compare-eyebrow{color:var(--primary-strong);font-size:.7rem;letter-spacing:.18em;margin-bottom:.5rem;text-transform:uppercase}.compare-subtitle{color:var(--text-muted);max-width:520px}.compare-meta{background:var(--surface-color);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);min-width:260px;padding:1.25rem}.compare-meta span{color:var(--text-muted);display:block;font-size:.75rem}.compare-meta strong{color:var(--text-color);display:block;font-size:.95rem;margin-bottom:.8rem}.compare-section{margin-bottom:2.5rem}.compare-table-wrapper{background:var(--surface-color);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);overflow-x:auto;padding:1.2rem}.compare-table{border-collapse:collapse;font-size:.85rem;width:100%}.compare-table td,.compare-table th{border-bottom:1px solid var(--border-color);padding:.6rem .75rem;vertical-align:middle}.compare-table th{background:var(--primary-strong);color:#f8fbfb;font-weight:600;text-align:center}.compare-table td:first-child{color:var(--text-color);font-weight:600}.compare-cell{display:flex;flex-direction:column;gap:.15rem}.compare-cell em{color:inherit;font-size:.7rem;font-style:normal;opacity:.9}.compare-error{background:#ca372b29;border:1px solid #ca372b47;border-radius:var(--radius-md);color:#6b1d17;padding:.85rem 1.1rem}@media (max-width:960px){.compare-hero{flex-direction:column}}:root{--jobs-border:#32465029;--jobs-shadow:0 16px 34px #0b1e2d24}.jobs-page{background:linear-gradient(135deg,#0d657314,#fffc);min-height:calc(100vh - var(--header-height) - var(--footer-height));padding:2.2rem 3vw 3rem}.jobs-hero{align-items:flex-start;display:flex;gap:1.5rem;justify-content:space-between;margin-bottom:1.5rem}.jobs-eyebrow{color:var(--primary-strong);font-size:.7rem;letter-spacing:.22em;margin-bottom:.35rem;text-transform:uppercase}.jobs-subtitle{color:var(--text-muted);margin:.35rem 0 0}.jobs-filters{align-items:flex-end;display:flex;gap:.75rem}.jobs-filters label{color:var(--text-color);display:flex;flex-direction:column;font-weight:600;gap:.35rem}.jobs-filters select{min-width:140px}.jobs-section{margin-bottom:2rem}.jobs-section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.8rem}.jobs-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.jobs-table-wrapper{background:var(--surface-color);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);overflow:auto}.jobs-table{border-collapse:collapse;font-size:.9rem;width:100%}.jobs-table td,.jobs-table th{border-bottom:1px solid var(--border-color);padding:.75rem .9rem;text-align:left}.jobs-table th{background:var(--surface-strong)}.jobs-error{background:#c8453c24;border:1px solid #c8453c4d;border-radius:var(--radius-md);color:#7b1d15;padding:.9rem 1.1rem}.jobs-page .ghost-button.small{font-size:.85rem;padding:.4rem .9rem}@media (max-width:900px){.jobs-hero{flex-direction:column}.jobs-filters{flex-wrap:wrap}}:root{--progress-surface:#ffffffeb;--progress-border:#3c505c2e;--progress-shadow:0 16px 34px #0b1e2d29;--progress-accent:#1e96a4;--progress-accent-dark:#0d4d5a;--progress-warm:#f1efe7;--progress-cool:#e5f2f4}.progress-page{background:linear-gradient(135deg,color-mix(in srgb,#e5f2f4 70%,#fff),#f1efe7);background:linear-gradient(135deg,color-mix(in srgb,var(--progress-cool) 70%,#fff),var(--progress-warm));display:flex;justify-content:center;min-height:calc(100vh - var(--header-height) - var(--footer-height));padding:2.5rem 3vw 4rem}.progress-card{background:var(--surface-color);border:1px solid var(--border-color);border-radius:20px;box-shadow:var(--shadow-soft);display:flex;flex-direction:column;gap:1.75rem;padding:2rem;width:min(960px,100%)}.progress-header{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between}.progress-eyebrow{color:var(--primary-strong);font-size:.7rem;letter-spacing:.22em;margin-bottom:.35rem;text-transform:uppercase}.progress-subtitle{color:var(--text-muted);margin:.35rem 0 0}.status-pill{background:var(--primary-soft);border-radius:999px;color:var(--primary-strong);font-size:.7rem;font-weight:600;letter-spacing:.12em;padding:.4rem .75rem;text-transform:uppercase}.status-pill.success{background:#1f8f5b2e;color:#1f523d}.status-pill.error{background:#c8453c29;color:#6a2019}.progress-bar{background:#0f283414;border-radius:999px;height:10px;overflow:hidden}.progress-fill{background:linear-gradient(90deg,var(--primary-strong),var(--primary-color));height:100%;transition:width .4s ease}.progress-steps{grid-gap:.9rem;display:grid;gap:.9rem}.progress-step{align-items:flex-start;background:#0d65730f;border:1px solid #0d657329;border-radius:14px;display:flex;gap:.9rem;padding:.85rem 1rem}.progress-step.complete{background:#0d65731f;border-color:#0d657359}.progress-step.active{background:#0d657326;border-color:#0d657399}.step-dot{background:#0f283440;border-radius:50%;box-shadow:inset 0 0 0 2px #0f28344d;height:12px;margin-top:6px;width:12px}.progress-step.active .step-dot,.progress-step.complete .step-dot{background:var(--primary-color);box-shadow:0 0 0 3px #0d657333}.progress-step strong{color:var(--text-color);display:block;margin-bottom:.2rem}.progress-step p{color:var(--text-muted);font-size:.9rem;margin:0}.progress-error{background:#d235281f;border:1px solid #d235284d;border-radius:var(--radius-md);color:#7b1d15;padding:.9rem 1.1rem}.progress-results{border-top:1px solid #0d657333;display:flex;flex-direction:column;gap:1.25rem;padding-top:1.5rem}.result-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.result-grid span{color:var(--text-muted);display:block;font-size:.75rem;margin-bottom:.25rem}.result-grid strong{color:var(--text-color);font-size:1rem}.progress-actions{display:flex;flex-wrap:wrap;gap:.75rem}.progress-page .run-button{background:var(--primary-strong);border:none;border-radius:999px;box-shadow:0 12px 24px #0d65733d;color:#fff;cursor:pointer;font-size:.95rem;padding:.7rem 1.6rem;transition:transform .2s ease,box-shadow .2s ease}.progress-page .run-button:disabled{background:#9aa4aa;box-shadow:none;cursor:not-allowed}.progress-page .run-button:not(:disabled):hover{box-shadow:0 14px 26px #0d65734d;transform:translateY(-2px)}.log-panel{background:var(--surface-alt);border:1px solid #0d657338;border-radius:14px;padding:1.25rem}.log-header{align-items:center;display:flex;gap:1rem;justify-content:space-between}.log-header h4{margin:0 0 .2rem}.log-header p{color:var(--text-muted);font-size:.9rem;margin:0}.log-summary{background:#0f283414;border-radius:999px;color:var(--text-muted);display:inline-flex;font-size:.75rem;margin-top:.4rem;padding:.25rem .6rem}.log-body{background:#0e1418;border-radius:10px;color:#e6edf2;margin-top:1rem;max-height:320px;overflow:auto;padding:1rem}.log-body pre{font-family:Consolas,Courier New,monospace;font-size:.85rem;margin:0;white-space:pre-wrap}.progress-page .muted{color:var(--text-muted);font-size:.9rem}@media (max-width:900px){.progress-header{align-items:flex-start;flex-direction:column}}@media (max-width:640px){.progress-card{padding:1.5rem}.progress-actions{align-items:stretch;flex-direction:column}.progress-page .ghost-button,.progress-page .run-button{justify-content:center;width:100%}}
/*# sourceMappingURL=main.d1e7d988.css.map*/