.error-boundary{min-height:60vh;min-height:60dvh;display:flex;align-items:center;justify-content:center;padding:24px 16px;padding-bottom:max(24px,env(safe-area-inset-bottom))}.error-boundary__card{width:100%;max-width:440px;text-align:center;background:#fff;border:1px solid var(--border-light, #f3f4f6);border-radius:var(--radius-2xl, 16px);box-shadow:var(--shadow-md, 0 4px 24px rgba(15, 23, 42, .06));padding:32px 24px}.error-boundary__icon{width:56px;height:56px;margin:0 auto 16px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-full, 9999px);background:var(--color-primary-lighter, #f0f7ff);color:var(--color-primary, #0066cc)}.error-boundary__title{margin:0 0 8px;font-size:20px;font-weight:700;color:var(--text-primary, #0f172a)}.error-boundary__message{margin:0 0 20px;font-size:15px;line-height:1.6;color:var(--text-muted, #6b7280)}.error-boundary__details{margin:0 0 20px;text-align:left;font-size:12px;background:var(--background-muted, #f9fafb);border-radius:var(--radius-base, 8px);padding:12px;overflow-x:auto}.error-boundary__details pre{white-space:pre-wrap;word-break:break-word;margin:8px 0 0}.error-boundary__actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.error-boundary__btn{min-height:44px;padding:10px 24px;border-radius:var(--radius-md, 10px);font-size:16px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;transition:background-color var(--transition-fast, .15s ease)}.error-boundary__btn--primary{background:var(--color-primary, #0066cc);border:none;color:#fff}.error-boundary__btn--primary:hover{background:var(--color-primary-hover, #0052cc)}.error-boundary__btn--secondary{background:#fff;border:1px solid var(--border-color, #e5e7eb);color:var(--text-secondary, #374151)}.error-boundary__btn--secondary:hover{border-color:var(--color-primary, #0066cc);color:var(--color-primary, #0066cc)}.jg-newver{position:fixed;left:max(16px,env(safe-area-inset-left,0px));bottom:calc(16px + env(safe-area-inset-bottom,0px));z-index:1200;display:flex;align-items:center;gap:10px;max-width:calc(100vw - 32px);padding:10px 10px 10px 14px;border-radius:10px;background:#0f172a;color:#fff;box-shadow:0 8px 24px #0f172a47;font-size:14px}.jg-newver__text{white-space:nowrap}.jg-newver__btn{min-height:36px;padding:0 12px;border:0;border-radius:8px;background:#3b82f6;color:#fff;font-size:14px;font-weight:600;cursor:pointer}.jg-newver__btn:hover{background:#2563eb}.jg-newver__close{min-width:32px;min-height:32px;border:0;border-radius:8px;background:transparent;color:#cbd5e1;font-size:18px;line-height:1;cursor:pointer}.jg-newver__close:hover{color:#fff}@media (max-width: 480px){.jg-newver{right:max(16px,env(safe-area-inset-right,0px))}.jg-newver__text{white-space:normal}}.msheet{position:fixed;top:var(--msheet-vvtop, 0px);left:0;right:0;bottom:auto;height:var(--app-vh);height:100dvh;height:min(100dvh,var(--msheet-vvh, 100dvh));z-index:var(--z-modal);display:flex;align-items:flex-end;justify-content:center}.msheet__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172a8c;animation:msheet-fade-in .2s ease}.msheet__panel{position:relative;display:flex;flex-direction:column;width:100%;background:#fff;border-radius:20px 20px 0 0;box-shadow:var(--shadow-xl, 0 20px 60px rgba(15, 23, 42, .12));outline:none;overflow:hidden;max-height:85vh;max-height:85dvh;max-height:85%;animation:msheet-slide-up .25s cubic-bezier(.16,1,.3,1)}.msheet__header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-shrink:0;padding:14px 12px 12px 20px;border-bottom:1px solid var(--border-light, #f3f4f6)}.msheet__title{margin:0;font-size:17px;font-weight:700;line-height:1.3;color:var(--text-primary, #0f172a);overflow-wrap:anywhere}.msheet__close{flex-shrink:0;width:44px;height:44px;margin:-6px 0;display:flex;align-items:center;justify-content:center;background:var(--bg-muted, #f3f4f6);border:none;border-radius:var(--radius-full, 9999px);color:var(--text-secondary, #374151);cursor:pointer;transition:background-color var(--transition-fast, .15s ease)}.msheet__close:hover{background:#e5e7eb;color:var(--color-primary, #0066cc)}.msheet__body{flex:1 1 auto;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding:16px 20px;padding-bottom:max(16px,env(safe-area-inset-bottom));min-height:0}.msheet__footer{flex-shrink:0;padding:12px 20px;padding-bottom:max(16px,env(safe-area-inset-bottom));border-top:1px solid var(--border-light, #f3f4f6);background:#fff}.msheet__footer+.msheet__body,.msheet__panel:has(.msheet__footer) .msheet__body{padding-bottom:16px}.msheet--full .msheet__panel{height:var(--app-vh);height:100dvh;height:100%;max-height:var(--app-vh);max-height:100dvh;max-height:100%;border-radius:0;padding-top:env(safe-area-inset-top);padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}@media (min-width: 769px){.msheet--sheet{align-items:center;padding:24px}.msheet--sheet .msheet__panel{width:min(560px,100%);border-radius:var(--radius-2xl, 16px);animation:msheet-scale-in .2s ease}}@keyframes msheet-fade-in{0%{opacity:0}to{opacity:1}}@keyframes msheet-slide-up{0%{transform:translateY(24px);opacity:.6}to{transform:translateY(0);opacity:1}}@keyframes msheet-scale-in{0%{transform:scale(.97);opacity:0}to{transform:scale(1);opacity:1}}@media (prefers-reduced-motion: reduce){.msheet__backdrop,.msheet__panel{animation:none}}.mh-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fff;border-bottom:1px solid transparent;transition:border-color .18s ease,box-shadow .18s ease;padding-top:env(safe-area-inset-top,0);box-sizing:border-box;min-height:calc(60px + env(safe-area-inset-top,0px))}.mh-header[data-scrolled=true]{background:#fff;border-bottom-color:#e5e7eb;box-shadow:0 1px 12px #0f172a0f}.mh-header-inner{height:60px;min-height:60px;flex-shrink:0;padding:0 12px;display:flex;align-items:center;justify-content:space-between;gap:6px}.mh-brand{display:inline-flex;align-items:center;gap:8px;text-decoration:none;min-width:0;flex:1 1 auto}.mh-brand-badge{width:30px;height:30px;border-radius:50%;background:#0a58ff;display:grid;place-items:center;overflow:hidden;flex-shrink:0}.mh-brand-badge img{width:74%;height:74%;object-fit:contain;filter:none;box-shadow:none}.mh-brand-name{font-size:19px;font-weight:800;color:#0a58ff;letter-spacing:.15px;white-space:nowrap;line-height:1.3;padding-right:1px}.mh-actions{display:flex;align-items:center;gap:6px;flex-shrink:0}.mh-cta{height:36px;padding:0 14px;border-radius:9px;border:1px solid #E2E8F0;background:#fff;color:#0f172a;font-size:13px;font-weight:600;letter-spacing:-.005em;cursor:pointer;font-family:inherit;transition:background-color .15s ease,border-color .15s ease;white-space:nowrap}.mh-cta:active{background:#f1f5f9;border-color:#cbd5e1}.mh-sheet{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;display:flex;flex-direction:column;justify-content:flex-end;animation:mhSheetFadeIn .16s ease;touch-action:none;overscroll-behavior:contain}@keyframes mhSheetFadeIn{0%{opacity:0}to{opacity:1}}.mh-sheet-scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172a6b;border:0;cursor:pointer;padding:0;margin:0;touch-action:none}.mh-sheet-card{position:relative;background:#fff;border-radius:18px 18px 0 0;box-shadow:0 -16px 40px #0f172a2e;padding:6px 14px calc(20px + env(safe-area-inset-bottom,0));max-height:88vh;overflow-y:auto;touch-action:pan-y;overscroll-behavior:contain;animation:mhSheetSlideUp .22s cubic-bezier(.16,1,.3,1)}@keyframes mhSheetSlideUp{0%{transform:translateY(28px);opacity:0}to{transform:translateY(0);opacity:1}}.mh-sheet-handle{width:38px;height:4px;background:#cbd5e1;border-radius:999px;margin:8px auto 12px}.mh-sheet-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.mh-sheet-title{font-size:15px;font-weight:700;color:#0f172a}.mh-sheet-close{width:36px;height:36px;display:grid;place-items:center;background:#f1f5f9;border:0;border-radius:10px;color:#0f172a;font-size:22px;cursor:pointer;font-family:inherit}.mh-sheet-close:active{background:#e2e8f0}.mh-portal-card{margin-top:12px;background:#fff;border:1px solid #ECEFF3;border-radius:14px;padding:12px;box-shadow:0 1px 1px #0f172a08,0 2px 8px #0f172a08}.mh-portal-card:first-of-type{margin-top:4px}.mh-portal-head{display:flex;align-items:center;gap:12px;margin-bottom:10px}.mh-portal-ico{width:38px;height:38px;display:grid;place-items:center;background:#0a58ff14;color:#1d4ed8;border-radius:10px;flex-shrink:0}.mh-portal-ico svg{width:20px;height:20px}.mh-portal-meta{display:flex;flex-direction:column;gap:1px;min-width:0}.mh-portal-title{font-size:14.5px;font-weight:700;color:#0b1220;letter-spacing:-.005em}.mh-portal-sub{font-size:12px;color:#64748b;letter-spacing:-.005em;line-height:1.4}.mh-portal-actions{display:flex;flex-direction:column;gap:8px}.mh-sheet-row{display:inline-flex;align-items:center;justify-content:center;width:100%;text-align:center;padding:0 16px;height:44px;border-radius:10px;border:1px solid rgba(10,88,255,.22);background:#0a58ff0f;color:#1d4ed8;font-family:inherit;font-size:14px;font-weight:600;letter-spacing:-.005em;cursor:pointer;text-decoration:none;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.mh-sheet-row:hover{background:#0a58ff1a;border-color:#0a58ff5c;color:#1e3a8a}.mh-sheet-row:active{background:#0a58ff24;border-color:#0a58ff6b;color:#1e3a8a}.mh-sheet-row--primary{background:#1d4ed8;border-color:#1d4ed8;color:#fff;font-weight:700;box-shadow:0 1px 2px #1d4ed838}.mh-sheet-row--primary:hover{background:#1e40af;border-color:#1e40af;color:#fff}.mh-sheet-row--primary:active{background:#1e3a8a;border-color:#1e3a8a;color:#fff;box-shadow:0 1px 1px #1d4ed82e}.pub-header{position:sticky;top:0;left:0;right:0;height:72px;background:#fff;border-bottom:1px solid var(--border-default);box-shadow:none;z-index:1000;transition:box-shadow .15s ease;contain:layout;min-height:72px}@media (max-width: 768px){.pub-header{position:fixed;inset:0 0 auto 0;height:64px;min-height:64px}}@media (max-width: 380px){.pub-header{height:60px}}.pub-header[data-scrolled=true]{box-shadow:0 4px 12px #0f172a14}.pub-inner{max-width:1400px;margin:0 auto;height:100%;padding:0 32px;display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0;flex-wrap:nowrap}.pub-brand{display:inline-flex;align-items:center;gap:12px;text-decoration:none;min-width:0;flex:0 1 auto;white-space:nowrap;overflow:hidden}.pub-badge{width:56px;height:56px;border-radius:50%;background:#0a58ff;display:grid;place-items:center;overflow:hidden;flex-shrink:0}.pub-badge img{width:75%;height:75%;object-fit:contain}.pub-name{color:#0a58ff;font-weight:800;font-size:24px;letter-spacing:.2px;text-transform:capitalize;white-space:nowrap;overflow:hidden;text-overflow:clip;line-height:1.1;min-width:0}.pub-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.pub-btn{height:40px;padding:0 16px;border-radius:10px;font-weight:600;font-size:13.5px;letter-spacing:.005em;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid #0a58ff;cursor:pointer;text-transform:none;white-space:nowrap;transition:background-color .15s ease,color .15s ease,border-color .15s ease;font-family:inherit;box-sizing:border-box;line-height:1;min-width:130px}.pub-btn.ghost{background:transparent;border:1px solid rgba(37,99,235,.5);color:#2563eb}.pub-btn.ghost:hover{background:#f5f9ff;border-color:#2563eb;color:#1d4ed8}.pub-btn.primary{background:#2563eb;border:1px solid #2563EB;color:#fff}.pub-btn.primary:hover{background:#1d4ed8;border-color:#1d4ed8}.pub-btn:focus-visible{outline:2px solid #0a58ff;outline-offset:2px}.chev{width:12px;height:12px;opacity:.85;display:inline-block;stroke:currentColor;flex-shrink:0;margin-left:-2px}.pub-dd-wrap{position:relative}.pub-dd{position:absolute;top:100%;right:0;min-width:240px;margin-top:8px;background:#fff;border:1px solid #e7ebf0;border-radius:12px;box-shadow:0 12px 28px #020c1b1f;padding:8px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .15s ease,visibility .15s ease;z-index:1001;overflow:visible}.pub-dd:before{content:"";position:absolute;top:-8px;left:0;right:0;height:8px;background:transparent}.pub-dd.open{opacity:1;visibility:visible;pointer-events:auto}.pub-dd-item{width:100%;text-align:left;display:flex;align-items:center;gap:10px;background:none;border:0;padding:10px 12px;border-radius:8px;cursor:pointer;font-weight:500;font-size:14px;color:#0f172a;text-transform:capitalize;transition:background-color .15s ease,color .15s ease;font-family:inherit}.pub-dd-item:hover{background:#f5f9ff;color:#0a58ff}.pub-dd-item .ico{font-size:18px;width:18px;height:18px;color:#6b7280;vertical-align:middle;display:inline-block;line-height:1;flex:0 0 auto}.pub-dd-item:hover .ico{color:#0a58ff}@media (max-width: 1023px){.pub-inner{padding:0 24px}}@media (max-width: 768px){.pub-inner{padding:0 16px;gap:10px}.pub-badge{width:40px;height:40px}.pub-name{font-size:17px}.pub-actions{gap:8px}.pub-btn{height:38px;min-width:0;padding:0 14px;font-size:13px;font-weight:600;border-width:1.5px;border-radius:10px;letter-spacing:.01em}.pub-btn .chev{display:none}}@media (max-width: 560px){.pub-name{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pub-inner{padding:0 14px;gap:8px}.pub-badge{width:38px;height:38px}.pub-actions{gap:8px;flex:1 1 auto;justify-content:flex-end}.pub-btn{height:38px;padding:0 14px;font-size:13px;font-weight:600;flex:0 1 auto}.pub-dd{min-width:200px}.pub-dd-item{font-size:13px;padding:9px 10px}}@media (max-width: 380px){.pub-inner{padding:0 12px;gap:6px}.pub-badge{width:34px;height:34px}.pub-btn{height:36px;padding:0 12px;font-size:12.5px}}.has-modal .pub-header,.has-open-modal .pub-header{border-bottom-color:transparent!important;box-shadow:none!important}.car-header,.car-dd{--shell-text-primary: #0F172A;--shell-text-secondary: #475569;--shell-text-muted: #64748B;--shell-border: #e5e7eb;--shell-border-faint: #F1F5F9;--shell-shadow-scrolled: 0 4px 10px rgba(0, 0, 0, .07);--shell-danger: #EF4444;--shell-danger-hover: #DC2626;--shell-primary: #0a58ff;--shell-primary-hover: #0848d6;--shell-primary-tint: #f5f9ff}.car-header{--shell-bar-h: 72px;position:fixed;top:0;left:0;right:0;box-sizing:border-box;padding-top:var(--safe-top, 0px);height:calc(var(--shell-bar-h) + var(--safe-top, 0px));max-height:calc(var(--shell-bar-h) + var(--safe-top, 0px));background:#fff;border-bottom:1px solid var(--shell-border);z-index:1000;transition:box-shadow .15s ease;contain:layout style;overflow:hidden}.car-header[data-scrolled=true]{box-shadow:var(--shell-shadow-scrolled)}.car-header:before,.car-header:after{display:none!important}.car-inner{max-width:1400px;margin:0 auto;padding-left:max(32px,var(--safe-left, 0px));padding-right:max(32px,var(--safe-right, 0px));height:100%;display:flex;align-items:center;justify-content:space-between;position:relative;min-width:320px;box-sizing:border-box;background:transparent}.car-brand{display:inline-flex;align-items:center;gap:12px;background:transparent;border:none;padding:0;margin:0;cursor:pointer;transition:opacity .15s ease;font-family:inherit;text-decoration:none;min-height:44px;flex-shrink:0}.car-brand:hover:not(:disabled){opacity:.85}.car-brand:active:not(:disabled){opacity:.75}.car-brand:focus-visible{border-radius:8px}.car-badge{width:56px;height:56px;border-radius:50%;background:var(--shell-primary);display:grid;place-items:center;overflow:hidden;position:relative;flex-shrink:0}.car-badge img{width:75%;height:75%;object-fit:contain;transition:opacity .2s}.car-badge[data-fallback=true] img{display:none}.badge-fallback{display:none;color:#fff;font-size:20px;font-weight:700;letter-spacing:-.5px}.car-badge[data-fallback=true] .badge-fallback{display:block}.car-name{color:var(--shell-primary);font-weight:800;letter-spacing:.2px;text-transform:capitalize;line-height:1.1}.car-actions{display:flex;align-items:center;gap:12px;position:relative;z-index:50;isolation:isolate;flex-shrink:0;background:transparent;overflow:visible}.car-header .car-header-bell{position:relative;border:none;border-radius:10px;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease;color:var(--shell-text-primary);padding:0;font-family:inherit;flex-shrink:0;min-width:44px;min-height:44px}.car-header .car-header-bell .bell-icon{position:relative;display:inline-flex;align-items:center;justify-content:center}.car-header .car-header-bell .notification-badge{position:absolute;inset-inline-end:auto;border-radius:999px;background:var(--shell-danger);color:#fff;font-weight:700;line-height:1;display:flex;align-items:center;justify-content:center;border:2px solid #fff;box-shadow:0 2px 4px #0003;pointer-events:none;z-index:10;white-space:nowrap;transform:scale(1);transition:transform .15s ease}.car-header .car-header-bell:hover{background:transparent;color:var(--shell-primary)}.car-header .car-header-bell:hover .notification-badge{transform:scale(1.1)}.car-header .car-header-bell:active{transform:scale(.98)}.car-header .car-header-bell:disabled{opacity:.6;cursor:not-allowed}.car-avatar-btn{display:flex;align-items:center;gap:8px;background:transparent;border:none;cursor:pointer;padding:4px 10px 4px 4px;border-radius:24px;transition:background .15s ease;font-family:inherit;position:relative;min-height:44px;min-width:44px;flex-shrink:0}.car-avatar-btn:hover:not(:disabled){background:#0000000a}.car-avatar-btn:active:not(:disabled){background:#00000014}.car-avatar-btn:focus-visible{border-radius:24px}.car-avatar-btn:disabled{opacity:.6;cursor:not-allowed}.car-avatar{width:42px;height:42px;border-radius:50%;background:var(--shell-primary);color:#fff;font-size:16px;font-weight:600;line-height:1;display:grid;place-items:center;transition:background .15s ease;position:relative;flex-shrink:0}.car-avatar span{color:#fff;font-size:16px;font-weight:600;line-height:1;text-transform:uppercase}.avatar-chevron{color:var(--shell-text-secondary);transition:transform .2s ease,color .15s ease;width:16px;height:16px;flex-shrink:0}.avatar-chevron.rotated{transform:rotate(180deg)}.car-avatar-btn:hover:not(:disabled) .avatar-chevron{color:var(--shell-primary)}.loading-indicator{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.loading-spinner{width:16px;height:16px;border:2px solid var(--shell-border);border-top:2px solid var(--shell-primary);border-radius:50%;animation:shell-spin 1s linear infinite}@keyframes shell-spin{to{transform:rotate(360deg)}}.user-dropdown{position:relative;z-index:50;background:transparent;overflow:visible}.car-dd.user-dropdown-menu-portal{position:fixed;z-index:9999;width:280px;background:#fff;border:1px solid var(--shell-border);border-radius:12px;box-shadow:0 12px 28px #020c1b1f;max-height:calc(var(--app-vh) - var(--real-header-height, 72px) - var(--safe-top, 0px) - var(--safe-bottom, 0px) - 24px);overflow-y:auto;overflow-x:hidden;animation:shell-dropdown-in .15s ease;padding:8px;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;-webkit-user-select:none;user-select:none}.car-dd.user-dropdown-menu-portal:before,.car-dd.user-dropdown-menu-portal:after{display:none!important}@keyframes shell-dropdown-in{0%{opacity:0;transform:translateY(-4px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.car-dd .dropdown-header{padding:12px;background:transparent;border-bottom:1px solid var(--shell-border-faint);margin-bottom:4px}.car-dd .dropdown-company{font-size:14px;font-weight:600;color:var(--shell-text-primary);line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-height:18px}.car-dd .dropdown-email{font-size:12px;color:var(--shell-text-muted);margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.car-dd .dropdown-section{padding:4px 0;background:transparent}.car-dd .dropdown-divider{height:1px;background:var(--shell-border-faint);margin:4px 0}.car-dd .dropdown-item{display:flex;align-items:center;gap:10px;padding:12px;font-size:14px;color:var(--shell-text-primary);text-decoration:none;border:none;background:#fff;width:100%;min-height:44px;text-align:left;cursor:pointer;transition:all .15s ease;font-family:inherit;font-weight:500;position:relative;border-radius:8px;text-transform:capitalize;box-shadow:inset 0 0 0 1px transparent}.car-dd .dropdown-item:hover:not(:disabled){background:#fff;color:var(--shell-primary);box-shadow:inset 0 0 0 2px var(--shell-primary)}.car-dd .dropdown-item:active:not(:disabled){background:#fff;box-shadow:inset 0 0 0 3px var(--shell-primary)}.car-dd .dropdown-item:focus-visible{border-radius:8px}.car-dd .dropdown-item:disabled{opacity:.6;cursor:not-allowed}.car-dd .dropdown-item.current-route,.car-dd .dropdown-item[aria-current=page]{background:#fff;color:var(--shell-primary);font-weight:600;box-shadow:inset 0 0 0 2px var(--shell-primary)}.car-dd .dropdown-item.current-route:before,.car-dd .dropdown-item[aria-current=page]:before{content:none;display:none}.car-dd .dropdown-item-secondary{color:var(--shell-text-secondary)}.car-dd .dropdown-item-secondary:hover:not(:disabled){background:#fff;color:var(--shell-primary);box-shadow:inset 0 0 0 2px var(--shell-primary)}.car-dd .dropdown-item-admin{color:#1e3a8a;font-weight:600}.car-dd .dropdown-item-admin:hover:not(:disabled){background:#eff6ff;color:#1d4ed8;box-shadow:inset 0 0 0 2px #1d4ed8}.car-dd .dropdown-item-admin .ico{color:#1e3a8a}.car-dd .dropdown-item-admin:hover:not(:disabled) .ico{color:#1d4ed8}.car-dd .dropdown-item-signout{color:var(--shell-danger)}.car-dd .dropdown-item-signout:hover:not(:disabled){background:#fff;color:var(--shell-danger-hover);box-shadow:inset 0 0 0 2px var(--shell-danger)}.car-dd .dropdown-item-signout .ico{color:var(--shell-danger)}.car-dd .dropdown-item-signout:hover:not(:disabled) .ico{color:var(--shell-danger-hover)}.car-dd .ico{flex-shrink:0;width:18px;height:18px;color:#6b7280;transition:color .15s ease}.car-dd .dropdown-item:hover:not(:disabled) .ico{color:var(--shell-primary)}.car-dd .dropdown-item-secondary .ico{color:#6b7280}.car-dd .dropdown-item-secondary:hover:not(:disabled) .ico{color:var(--shell-primary)}.car-dd .dropdown-item.current-route .ico{color:var(--shell-primary)}.car-dd.user-dropdown-menu-portal::-webkit-scrollbar{width:6px}.car-dd.user-dropdown-menu-portal::-webkit-scrollbar-track{background:transparent}.car-dd.user-dropdown-menu-portal::-webkit-scrollbar-thumb{background:var(--shell-border);border-radius:3px}.car-dd.user-dropdown-menu-portal::-webkit-scrollbar-thumb:hover{background:var(--shell-text-muted)}@media (max-width: 768px){.car-header{--shell-bar-h: 64px}.car-inner{padding-left:max(16px,var(--safe-left, 0px));padding-right:max(16px,var(--safe-right, 0px))}.car-badge{width:40px;height:40px}.badge-fallback{font-size:14px}.car-avatar{width:36px;height:36px}.car-avatar span{font-size:14px}.avatar-chevron{display:none}.car-dd.user-dropdown-menu-portal{width:calc(100vw - 32px - var(--safe-left, 0px) - var(--safe-right, 0px));max-width:320px}}@media (max-width: 480px){.car-inner{padding-left:max(12px,var(--safe-left, 0px));padding-right:max(12px,var(--safe-right, 0px))}.car-badge{width:34px;height:34px}.badge-fallback{font-size:12px}.car-avatar{width:32px;height:32px}.car-avatar span{font-size:12px}.car-actions{gap:8px}.car-dd.user-dropdown-menu-portal{width:calc(100vw - 24px - var(--safe-left, 0px) - var(--safe-right, 0px))}}@media (prefers-reduced-motion: reduce){.car-brand,.car-header .car-header-bell,.car-avatar-btn,.avatar-chevron,.car-header .car-header-bell .notification-badge,.car-dd .dropdown-item,.loading-spinner{transition:none;animation:none}.car-dd.user-dropdown-menu-portal{animation:none}}[dir=rtl] .car-inner{direction:rtl}[dir=rtl] .car-avatar-btn{padding:4px 4px 4px 10px}@media (prefers-contrast: high){.car-header{border-bottom-width:2px}.car-header .car-header-bell .notification-badge{border-width:3px;font-weight:800}.car-dd.user-dropdown-menu-portal{border-width:2px}}@media print{.car-header,.car-dd.user-dropdown-menu-portal{display:none!important}}.car-header{min-height:72px}@media (max-width: 768px){.car-header{min-height:64px}}.car-header[data-shell=carrier] .car-name{font-size:24px}.car-header[data-shell=carrier] .car-header-bell{width:56px;height:56px}.car-header[data-shell=carrier] .car-header-bell svg{width:28px;height:28px;stroke-width:1.8}.car-header[data-shell=carrier] .car-header-bell:hover{transform:translateY(-1px)}.car-header[data-shell=carrier] .car-header-bell .notification-badge{top:-4px;inset-inline-start:calc(100% - 10px);min-width:20px;height:20px;padding:0 6px;font-size:12px}.car-header[data-shell=carrier] .notification-wrapper{position:relative;overflow:visible}.car-header[data-shell=carrier] .notification-btn{position:relative;width:48px;height:48px;border-radius:10px;border:1px solid var(--shell-border);background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease;color:var(--shell-text-primary);font-family:inherit}.car-header[data-shell=carrier] .notification-btn svg{width:32px;height:32px;stroke-width:1.5;flex:0 0 auto}.car-header[data-shell=carrier] .notification-btn:hover{background:#fff;border-color:var(--shell-primary);box-shadow:0 0 0 3px var(--shell-primary-tint);color:var(--shell-primary)}.car-header[data-shell=carrier] .notification-btn:active{background:#fff;transform:scale(.98)}.car-header[data-shell=carrier] .notification-btn .notification-badge{position:absolute;top:-5px;inset-inline-start:calc(100% - 9px);min-width:20px;height:20px;padding:0 5px;background:var(--shell-danger);color:#fff;border-radius:11px;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;border:2.5px solid #fff;transform:scale(1);transition:transform .15s ease;z-index:10;box-shadow:0 2px 4px #0000001a;pointer-events:none;white-space:nowrap}.car-header[data-shell=carrier] .notification-btn:hover .notification-badge{transform:scale(1.1)}@media (max-width: 768px){.car-header[data-shell=carrier] .car-name{font-size:17px}.car-header[data-shell=carrier] .car-header-bell{width:56px;height:56px}.car-header[data-shell=carrier] .car-header-bell svg{width:28px;height:28px}.car-header[data-shell=carrier] .notification-btn{width:44px;height:44px}.car-header[data-shell=carrier] .notification-btn svg{width:29px;height:29px}.car-header[data-shell=carrier] .notification-btn .notification-badge{min-width:20px;height:20px;font-size:12px;padding:0 5px}}@media (max-width: 480px){.car-header[data-shell=carrier] .car-name{font-size:17px}.car-header[data-shell=carrier] .car-header-bell{width:56px;height:56px}.car-header[data-shell=carrier] .car-header-bell svg{width:28px;height:28px}.car-header[data-shell=carrier] .car-header-bell .notification-badge{font-size:12px}.car-header[data-shell=carrier] .notification-btn{width:44px;height:44px}.car-header[data-shell=carrier] .notification-btn svg{width:20px;height:20px}.car-header[data-shell=carrier] .car-actions{gap:10px}}.car-header[data-shell=customer] .car-name{font-size:clamp(15px,4.5vw,24px);white-space:nowrap;overflow:hidden;text-overflow:clip;min-width:0}.car-header[data-shell=customer] .car-header-bell{width:48px;height:48px}.car-header[data-shell=customer] .car-header-bell svg{width:24px;height:24px;stroke-width:2}.car-header[data-shell=customer] .car-header-bell:hover{transform:translateY(-1px)}.car-header[data-shell=customer] .car-header-bell .notification-badge{top:-6px;inset-inline-start:calc(100% - 8px);min-width:18px;height:18px;padding:0 5px;font-size:12px}@media (max-width: 768px){.car-header[data-shell=customer] .car-name{font-size:17px}.car-header[data-shell=customer] .car-header-bell{width:48px;height:48px}.car-header[data-shell=customer] .car-header-bell svg{width:24px;height:24px}}@media (max-width: 480px){.car-header[data-shell=customer] .car-name{font-size:17px}.car-header[data-shell=customer] .car-header-bell{width:44px;height:44px}.car-header[data-shell=customer] .car-header-bell svg{width:22px;height:22px}.car-header[data-shell=customer] .car-header-bell .notification-badge{top:-5px;inset-inline-start:calc(100% - 7px);min-width:16px;height:16px;font-size:12px;padding:0 4px;border-width:1.5px}}.footer-features a:hover{color:#4ea8ff}.footer-contact-text{color:#c8d3e5;-webkit-user-select:text;user-select:text;cursor:default;white-space:nowrap}.footer-features li>svg{flex:0 0 auto}@media (hover: none){.footer-links a[href],.footer-features a[href],.footer-legal a[href],.footer-links-column .footer-links a[href],.footer-why-column .footer-links a[href],.footer-links a[href]:active,.footer-features a[href]:active,.footer-legal a[href]:active,.footer-links-column .footer-links a[href]:active,.footer-why-column .footer-links a[href]:active{color:#4ea8ff}}.payout-incomplete-banner{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;border-radius:10px;border:1px solid #fcd34d;background:#fffbeb;color:#92400e;margin:0 0 16px}.payout-incomplete-banner .pib-icon{flex-shrink:0;margin-top:2px}.payout-incomplete-banner .pib-text{flex:1 1 auto;min-width:0}.payout-incomplete-banner .pib-text p{margin:0;font-size:.875rem;line-height:1.4}.payout-incomplete-banner .pib-cta{flex-shrink:0;align-self:center;padding:8px 14px;border-radius:8px;font-size:.875rem;font-weight:600;text-decoration:none;white-space:nowrap;background:#d97706;color:#fff}.payout-incomplete-banner .pib-dismiss{flex-shrink:0;align-self:center;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:none;background:transparent;color:inherit;cursor:pointer;border-radius:6px}.payout-incomplete-banner .pib-dismiss:hover{background:#0000000f}@media (max-width: 640px){.payout-incomplete-banner{flex-wrap:wrap}.payout-incomplete-banner .pib-cta{width:100%;text-align:center}}.footer-quickaction-link{display:inline-block;text-decoration:none;background:none;border:0;padding:0;margin:0;cursor:pointer;font-family:inherit;font-size:16px;line-height:1.4;font-weight:400;letter-spacing:-.01em;color:#4ea8ff}.footer-quickaction-link:hover,.footer-quickaction-link:focus{color:#fff}.footer-quickaction-link:focus-visible{outline:2px solid #4EA8FF;outline-offset:2px;border-radius:4px}@media (max-width: 768px){.footer-quickaction-link{font-size:15px}}@media (max-width: 480px){.footer-quickaction-link{font-size:15px}}@media (pointer: coarse),(max-width: 768px){.footer-quickaction-link{display:flex;align-items:center;min-height:var(--hit-target-min, 44px)}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100000;background:#0f172a14;display:flex;justify-content:center;align-items:flex-start;padding:100px 24px 40px;overflow-y:auto;pointer-events:auto;-webkit-backdrop-filter:var(--backdrop-blur, blur(2px));animation:fadeInSafe .3s ease}@media (max-width: 768px){.modal-overlay{padding:80px 16px 32px}}@media (max-width: 480px){.modal-overlay{padding:60px 12px 24px}}.modal-box{background:#fff;border-radius:16px;width:100%;max-width:480px;max-height:calc(var(--app-vh) - 100px - 40px);overflow-y:auto;overscroll-behavior:contain;box-shadow:0 25px 60px #0f172a40,0 10px 20px #0f172a26,0 0 0 1px #0f172a14;position:relative;border:none;background-clip:padding-box;display:flex;flex-direction:column;-webkit-overflow-scrolling:touch}@media (max-width: 768px){.modal-box{border-radius:12px;max-height:calc(var(--app-vh) - 80px - 32px)}}@media (max-width: 480px){.modal-box{border-radius:10px;max-height:calc(var(--app-vh) - 60px - 24px)}}.modal-box>.simple-login,.modal-box>.carrier-signup-card{width:100%;min-width:0;box-sizing:border-box;padding:40px 32px 32px;overflow:visible}.modal-box:before,.modal-box:after,.simple-login:before,.simple-login:after,.carrier-signup-card:before,.carrier-signup-card:after{content:none!important;display:none!important}.modal-box>.notification-detail-modal{padding:0;overflow:visible}@media (max-width: 768px){.modal-box>.simple-login,.modal-box>.carrier-signup-card{padding:32px 24px 24px}}@media (max-width: 480px){.modal-box>.simple-login,.modal-box>.carrier-signup-card{padding:24px 20px 20px}}.simple-field input:hover:not(:disabled){border-color:#cbd5e1}.simple-field input:disabled{background:#f8fafb;cursor:not-allowed;opacity:.6}.simple-field input.error{border-color:#ef4444;background:#fff5f5}.simple-field input.error:focus{border-color:#ef4444}.simple-toggle:hover:not(:disabled){color:#0f172a}.simple-toggle:disabled{cursor:not-allowed;opacity:.5}@keyframes fadeIn{0%{opacity:0;transform:translateY(-3px)}to{opacity:1;transform:translateY(0)}}.signup-error-banner{background:#fef2f2;border:1px solid #fca5a5;border-radius:12px;padding:12px 16px;color:#dc2626;font-size:14px;font-weight:500;display:flex;align-items:center;gap:8px;animation:slideDown .3s ease-out;margin:0 0 12px}.signup-error-banner:before{content:"⚠";font-size:16px;flex-shrink:0}@keyframes slideDown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.terms-row{display:flex;flex-direction:column;gap:4px;margin-top:4px;margin-bottom:8px}.terms-label-click{display:flex;align-items:flex-start;gap:12px;line-height:1.4;color:#64748b;font-size:14px;cursor:pointer;-webkit-user-select:none;user-select:none}.checkbox{width:18px;height:18px;accent-color:#0066ff;flex-shrink:0;cursor:pointer;border-radius:4px;margin-top:2px;-webkit-appearance:checkbox!important;-moz-appearance:checkbox!important;appearance:checkbox!important}.terms-text{flex:1;color:#64748b;font-size:14px;line-height:1.5;margin:0}.terms-text a{color:#0052cc;font-weight:500;text-decoration:underline;text-underline-offset:2px;cursor:pointer;transition:color .15s ease}.terms-text a:hover{color:#0052cc}.simple-submit.loading{color:transparent;position:relative}.simple-submit.loading:after{content:"";position:absolute;width:20px;height:20px;top:50%;left:50%;margin-left:-10px;margin-top:-10px;border:2px solid #ffffff;border-radius:50%;border-top-color:transparent;animation:spinner .6s linear infinite}@keyframes spinner{to{transform:rotate(360deg)}}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-box-shadow:0 0 0px 1000px #ffffff inset!important;box-shadow:0 0 0 1000px #fff inset!important;-webkit-text-fill-color:#0f172a!important;transition:background-color 9999s ease-out 0s!important;caret-color:#0f172a!important}@media (max-width: 480px){.checkbox{margin-top:2px}.terms-text{font-size:13px;line-height:1.45}}.simple-login{display:flex;flex-direction:column;padding:32px;background:#fff;width:100%;max-width:100%;overflow:hidden;box-sizing:border-box;margin:0}.simple-title{font-size:28px;font-weight:800;color:#0052cc;margin:0 0 8px;text-align:center;letter-spacing:-.5px;padding:0}.simple-subtitle{display:block;font-size:13px;color:#64748b;line-height:1.4;font-weight:400;letter-spacing:-.2px;padding:0;max-width:400px;text-align:center;margin:0 auto 24px}@media (max-width: 640px){.simple-subtitle{margin-bottom:20px}}.one-line{white-space:nowrap;overflow:hidden;text-overflow:clip}.simple-form{display:flex;flex-direction:column;gap:18px;margin:0;padding:0}.simple-field{display:flex;flex-direction:column;gap:6px;margin:0;padding:0}.simple-field label{font-size:14px;font-weight:600;color:#0f172a;margin:0;padding:0}.simple-field input{box-shadow:none!important;-webkit-box-shadow:none!important;width:100%;height:48px;padding:0 16px;font-size:15px;border:1px solid #e2e8f0;border-radius:12px;outline:none;box-sizing:border-box;background:#fff;transition:border-color .15s ease;margin:0}.simple-field input::placeholder{color:var(--text-muted)}.simple-field input:focus{border-color:#06f;box-shadow:none}.simple-password{position:relative;display:flex;align-items:center;margin:0;padding:0}.simple-password input{padding-right:52px}.simple-toggle{width:40px;height:40px;position:absolute;right:6px;top:50%;transform:translateY(-50%);background:transparent;border:none;cursor:pointer;padding:8px;color:#64748b;display:flex;align-items:center;justify-content:center;transition:color .15s ease}.simple-toggle:hover{color:#0f172a}.simple-toggle:focus{outline:none}.simple-forgot{text-align:right;margin:0;padding:0;height:20px}.simple-forgot button{background:none;border:none;color:#0052cc;font-size:14px;cursor:pointer;padding:0;font-weight:500;text-decoration:none;transition:text-decoration .15s ease;margin:0}.simple-forgot button:hover{text-decoration:underline}.simple-forgot button:focus{outline:none}.simple-submit{position:relative;width:100%;height:48px;margin:8px 0 0;padding:0;font-size:15px;font-weight:600;color:#fff;background:#06f;border:none;border-radius:12px;cursor:pointer;transition:all .2s ease}.simple-submit:hover:not(:disabled){background:#0052cc;transform:translateY(-1px)}.simple-submit:active:not(:disabled){transform:translateY(0)}.simple-submit:disabled{transform:none;background:#cbd5e1;cursor:not-allowed}.simple-submit:focus{outline:none}.simple-footer{font-size:14px;color:#64748b;margin:24px 0 0;padding:0;border:none!important;box-shadow:none!important;text-align:center}.simple-footer p{margin:0 0 12px;padding:0;font-size:14px;color:#64748b;line-height:1.5}.simple-footer p:last-child{margin-bottom:0}.simple-footer button{text-decoration:none;background:none;border:none;color:#0052cc;font-weight:600;cursor:pointer;padding:0;font-size:inherit;transition:text-decoration .15s ease}.simple-footer button:hover{text-decoration:underline}.simple-footer button:focus{outline:none}.simple-legal{font-size:13px!important;color:var(--text-muted)!important;margin:0!important;padding:0!important}.simple-legal a{color:#0052cc;text-decoration:none;transition:text-decoration .15s ease}.simple-legal a:hover{text-decoration:underline}.simple-legal a:focus{outline:none}.simple-login hr,.simple-login .divider,.simple-login .footer-divider{display:none!important;height:0!important;border:0!important;margin:0!important;padding:0!important}.carrier-signup{--brand-primary: #0066ff;--brand-hover: #0052cc;--text-primary: #0f172a;--text-secondary: #475569;--text-muted: #94a3b8;--border-color: #e2e8f0;--surface-bg: #ffffff;--surface-muted: #f8fafb;--danger: #ef4444;--danger-bg: #fff5f5;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--shadow-card: 0 24px 48px rgba(0, 0, 0, .08);--shadow-hover: 0 4px 12px rgba(0, 102, 255, .25);--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-7: 28px;--space-8: 32px}.page-wrapper{min-height:var(--app-vh);background:radial-gradient(circle at 20% 20%,#fff,#f1f5f9 60%);display:flex;align-items:center;justify-content:center;padding:var(--space-6);box-sizing:border-box}.carrier-page-shell{width:100%;max-width:520px}.carrier-card{background:var(--surface-bg);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);border:1px solid rgba(15,23,42,.04);padding:32px;box-sizing:border-box;width:100%;position:relative}.carrier-card-header{text-align:center;margin-bottom:var(--space-6)}.carrier-card-title{font-size:28px;font-weight:800;color:var(--brand-primary);line-height:1.2;margin:0 0 var(--space-2) 0;letter-spacing:-.03em;text-align:center}.carrier-card-subtitle{font-size:13px;line-height:1.4;color:var(--text-secondary);max-width:400px;text-align:center;margin:0 auto}.carrier-form{display:flex;flex-direction:column;gap:var(--space-6)}.carrier-error-banner{background:#fef2f2;border:1px solid #fca5a5;border-radius:var(--radius-md);color:var(--danger);font-size:14px;font-weight:500;padding:var(--space-3) var(--space-4);display:flex;align-items:center;gap:var(--space-2);animation:carrierSlideDown .3s ease-out}.carrier-error-banner:before{content:"⚠";font-size:16px}@keyframes carrierSlideDown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.carrier-fields{display:flex;flex-direction:column;gap:var(--space-5)}.carrier-field{display:flex;flex-direction:column;gap:6px}.carrier-label{font-size:14px;font-weight:600;color:var(--text-primary);line-height:1.2;margin:0}.carrier-input{width:100%;height:48px;line-height:48px;padding:0 var(--space-4);font-size:15px;background:#fff;border-radius:var(--radius-md);border:1px solid var(--border-color);outline:none;box-sizing:border-box;color:var(--text-primary);transition:border-color .15s ease;box-shadow:none!important;-webkit-box-shadow:none!important}.carrier-input::placeholder{color:var(--text-muted)}.carrier-input:hover:not(:disabled){border-color:#cbd5e1}.carrier-input:focus{border-color:var(--brand-primary);outline:2px solid transparent;outline-offset:2px;box-shadow:none}.carrier-input:disabled{background:var(--surface-muted);cursor:not-allowed;opacity:.6}.carrier-input.error{border-color:var(--danger);background:var(--danger-bg)}.carrier-input.error:focus{border-color:var(--danger)}.carrier-field-error{font-size:13px;line-height:1.4;font-weight:500;color:var(--danger);animation:carrierFadeIn .2s ease-out}@keyframes carrierFadeIn{0%{opacity:0;transform:translateY(-3px)}to{opacity:1;transform:translateY(0)}}.carrier-password-wrap{position:relative;display:flex;align-items:center}.carrier-password-wrap .carrier-input{padding-right:52px}.carrier-toggle{position:absolute;right:var(--space-3);top:50%;transform:translateY(-50%);background:transparent;border:none;cursor:pointer;padding:var(--space-2);width:32px;height:32px;border-radius:var(--radius-sm);color:var(--text-secondary);transition:all .15s ease;display:flex;align-items:center;justify-content:center}.carrier-toggle:hover:not(:disabled){background:var(--surface-muted);color:var(--text-primary)}.carrier-toggle:disabled{opacity:.5;cursor:not-allowed}.carrier-compliance{display:flex;flex-direction:column;gap:var(--space-4);margin-top:var(--space-2)}.carrier-checkrow{display:flex;align-items:flex-start;gap:var(--space-3);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:var(--radius-sm);padding:4px 0}.carrier-checkrow:hover{background:#0066ff05}.carrier-checkbox{width:18px;height:18px;flex-shrink:0;margin-top:2px;border-radius:4px;accent-color:var(--brand-primary);-webkit-appearance:checkbox!important;-moz-appearance:checkbox!important;appearance:checkbox!important;cursor:pointer}.carrier-checktext{flex:1;font-size:14px;line-height:1.5;color:var(--text-secondary)}.carrier-link{color:var(--brand-primary);font-weight:500;text-decoration:underline;text-underline-offset:2px;transition:color .15s ease}.carrier-link:hover{color:var(--brand-hover)}.carrier-submit{width:100%;height:48px;border-radius:var(--radius-md);border:none;background:var(--brand-primary);color:#fff;font-weight:600;font-size:15px;cursor:pointer;transition:all .15s ease;position:relative;overflow:hidden;box-shadow:0 1px 2px #0000000d}.carrier-submit:hover:not(:disabled){background:var(--brand-hover);transform:translateY(-1px);box-shadow:var(--shadow-hover)}.carrier-submit:active:not(:disabled){transform:translateY(0)}.carrier-submit:disabled{background:#cbd5e1;cursor:not-allowed;box-shadow:none;opacity:.7;transform:none}.carrier-submit.loading span{visibility:hidden}.carrier-submit.loading:after{content:"";position:absolute;width:20px;height:20px;top:50%;left:50%;margin-top:-10px;margin-left:-10px;border:2px solid #ffffff;border-top-color:transparent;border-radius:50%;animation:carrierSpin .6s linear infinite}@keyframes carrierSpin{to{transform:rotate(360deg)}}.carrier-card-footer{text-align:center;margin-top:var(--space-6);padding-top:var(--space-5);border-top:1px solid var(--border-color)}.carrier-footer-text{font-size:14px;color:var(--text-secondary);line-height:1.5;margin:0}.carrier-footer-link{background:none;border:none;padding:0;font-size:inherit;font-weight:600;color:var(--brand-primary);cursor:pointer;text-decoration:none;transition:color .15s ease}.carrier-footer-link:hover{color:var(--brand-hover);text-decoration:underline}.carrier-footer-link:disabled{opacity:.5;cursor:not-allowed}.carrier-signup-card .carrier-card{background:transparent;box-shadow:none;border-radius:0;border:0;padding:32px 32px 24px}.carrier-signup-card .carrier-card-footer{margin-top:24px;padding-top:20px;border-top:1px solid var(--border-color)}@media (max-width: 640px){.carrier-card{padding:24px}.carrier-card-title{font-size:26px}.carrier-card-subtitle{font-size:14px}.carrier-input{height:46px;font-size:16px}.carrier-submit{height:46px;font-size:14px}.carrier-signup-card .carrier-card{padding:24px 24px 20px}}@media (max-width: 480px){.carrier-card{padding:20px 16px}.carrier-card-title{font-size:24px}.carrier-card-subtitle{font-size:13px;line-height:1.4}.carrier-fields{gap:var(--space-4)}.carrier-compliance{gap:var(--space-3)}.carrier-checkrow{min-height:44px;padding:6px 0}.carrier-card-footer{margin-top:var(--space-5);padding-top:var(--space-4)}.carrier-signup-card .carrier-card{padding:20px 16px 16px}.carrier-signup-card .carrier-card-footer{margin-top:20px;padding-top:16px}}.carrier-signup input,.carrier-signup input[type=text],.carrier-signup input[type=email],.carrier-signup input[type=tel],.carrier-signup input[type=password],.carrier-signup input[type=checkbox],.carrier-signup input#phoneNumber,.carrier-signup input#dotNumber,.carrier-signup input#mcNumber{box-shadow:none!important;-webkit-box-shadow:none!important;filter:none!important;background-image:none!important;text-shadow:none!important;outline-offset:0!important;-webkit-appearance:none;-moz-appearance:none;appearance:none}.carrier-signup input[type=checkbox]{-webkit-appearance:checkbox!important;-moz-appearance:checkbox!important;appearance:checkbox!important}.carrier-signup input:-webkit-autofill,.carrier-signup input:-webkit-autofill:hover,.carrier-signup input:-webkit-autofill:focus,.carrier-signup input:-webkit-autofill:active{-webkit-box-shadow:0 0 0px 1000px #ffffff inset!important;box-shadow:0 0 0 1000px #fff inset!important;-webkit-text-fill-color:var(--text-primary)!important;caret-color:var(--text-primary)!important;transition:background-color 9999s ease-out 0s!important}@supports (-webkit-touch-callout: none){.carrier-signup input{border-radius:var(--radius-md);outline:none;-webkit-box-shadow:none!important;box-shadow:none!important}}.simple-field .field-help{font-size:12px;color:#64748b;font-weight:400;margin-top:4px;line-height:1.3}.fp-subtitle{margin:0 0 1.25rem;color:#5b6178;font-size:.92rem;line-height:1.5}.fp-hint{margin:0 0 1.25rem;color:#5b6178;font-size:.85rem;line-height:1.5}.fp-recovery-form{display:flex;flex-direction:column}.fp-form-group{margin-bottom:1rem}.fp-form-group label{display:block;margin-bottom:.4rem;font-size:.85rem;font-weight:600;color:#14172a}.fp-form-group input{width:100%;padding:.75rem 1rem;border:1px solid #d6d8e2;border-radius:8px;font-size:.95rem;font-family:inherit;box-sizing:border-box}.fp-form-group input:focus{outline:none;border-color:#06f;box-shadow:0 0 0 3px #0066ff26}.fp-form-group input.error{border-color:#dc2626}.fp-field-error{margin-top:.4rem;color:#dc2626;font-size:.82rem}.fp-error-message{margin-bottom:1rem;padding:.6rem .85rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#b91c1c;font-size:.85rem}.fp-submit-btn{width:100%;padding:.75rem 1.5rem;background:#06f;color:#fff;border:none;border-radius:8px;font-size:.9375rem;font-weight:500;cursor:pointer;transition:background-color .15s ease,box-shadow .15s ease,transform .15s ease;margin-top:.5rem;display:flex;align-items:center;justify-content:center;gap:.5rem;font-family:inherit;min-height:44px}.fp-submit-btn:hover:not(:disabled){background:#0052cc;color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #0066ff40}.fp-submit-btn:active:not(:disabled){transform:translateY(0)}.fp-submit-btn:focus-visible{outline:2px solid #0066ff;outline-offset:2px}.fp-submit-btn:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.fp-secondary{background:#fff;color:#0b5fff;border:1px solid #0b5fff;box-shadow:none}.fp-secondary:hover:not(:disabled){background:#0b5fff;color:#fff;border-color:#0b5fff;transform:none;box-shadow:none}.fp-secondary:focus-visible{outline:2px solid #0b5fff;outline-offset:2px}.fp-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:fp-spin .7s linear infinite}@keyframes fp-spin{to{transform:rotate(360deg)}}.fp-form-footer{margin-top:1.1rem;text-align:center}.fp-form-footer-stacked{display:flex;flex-direction:column;gap:.75rem}.fp-back-link{background:none;border:none;padding:0;color:#5b6178;font-size:.88rem;font-family:inherit;cursor:pointer;text-decoration:none}.fp-back-link:hover{color:#0052cc;text-decoration:underline}.fp-help-text{margin:1.25rem 0 0;text-align:center;font-size:.85rem;color:#5b6178}.fp-help-text a{color:#0052cc;text-decoration:none}.fp-help-text a:hover{text-decoration:underline}.fp-recovery-success h3{margin:0 0 .75rem;font-size:1.1rem;font-weight:700;color:#14172a}.global-auth-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a59;display:flex;align-items:center;justify-content:center;z-index:9999;padding:16px;animation:auth-fade-in .18s ease-out;touch-action:none;overscroll-behavior:contain}@keyframes auth-fade-in{0%{opacity:0}to{opacity:1}}.global-auth-modal-container{position:relative;background:#fff;border-radius:18px;box-shadow:0 22px 70px #0f172a33;max-width:540px;width:100%;max-height:90vh;overflow-y:auto;animation:auth-slide-up .23s ease-out}.global-auth-modal-container:before{content:"";position:absolute;inset:0 0 auto 0;height:4px;border-radius:18px 18px 0 0;background:linear-gradient(90deg,#06c,#00b4d8)}@keyframes auth-slide-up{0%{transform:translateY(16px);opacity:0}to{transform:translateY(0);opacity:1}}.auth-modal-close-btn{position:absolute;top:18px;right:18px;background:none;border:none;font-size:26px;line-height:1;cursor:pointer;color:var(--text-muted);padding:0;width:34px;height:34px;border-radius:999px;display:flex;align-items:center;justify-content:center;transition:background-color .15s ease,color .15s ease,transform .08s ease;z-index:10}.auth-modal-close-btn:hover{background-color:#edf2f7;color:#4a5568}.auth-modal-close-btn:active{transform:scale(.96)}.auth-modal-header{margin-bottom:24px;text-align:left}.auth-modal-eyebrow{display:inline-flex;align-items:center;justify-content:center;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#1e40af;background:#2563eb0f;margin-bottom:10px}.auth-modal-subtitle{font-size:14px;font-weight:400;color:#64748b;margin:0;line-height:1.6;max-width:95%}.auth-modal-body .simple-login{padding:0;margin:0;background:transparent;box-shadow:none}.auth-modal-content .simple-form{display:flex;flex-direction:column;gap:18px;text-align:left}.auth-modal-content .simple-field{display:flex;flex-direction:column;gap:6px}.auth-modal-content .simple-field label{font-size:13px;font-weight:600;color:#0f172a;margin:0}.auth-modal-content .simple-field input,.auth-modal-content .simple-password input{font-size:15px;padding:11px 14px;border-radius:10px;border:1px solid #dde3ee;background:#fff;color:#111827;box-sizing:border-box;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease}.auth-modal-content .simple-field input::placeholder,.auth-modal-content .simple-password input::placeholder{color:#cbd5df}.auth-modal-content .simple-field input:hover,.auth-modal-content .simple-password input:hover{border-color:#c3d0e6}.auth-modal-content .simple-field input:focus,.auth-modal-content .simple-password input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 1px #2563eb1a;background-color:#f9fbff}.auth-modal-content .simple-field input.error,.auth-modal-content .simple-password input.error{border-color:#e11d48;background:#fff5f7}.auth-modal-content .field-error{font-size:13px;color:#e11d48;margin-top:2px}.auth-modal-content .simple-password{position:relative;display:flex;align-items:center}.auth-modal-content .simple-password input{padding-right:44px}.auth-modal-content .simple-toggle{position:absolute;right:10px;background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;color:var(--text-muted);transition:color .15s ease}.auth-modal-content .simple-toggle:hover{color:#475569}.auth-modal-content .simple-toggle:disabled{cursor:not-allowed;color:var(--text-muted)}.auth-modal-content .terms-row{display:flex;flex-direction:column;gap:6px;margin-top:4px}.auth-modal-content .terms-label-click{display:flex;align-items:flex-start;gap:10px;cursor:pointer}.auth-modal-content .terms-label-click .checkbox{width:18px;height:18px;margin-top:2px;flex-shrink:0;cursor:pointer}.auth-modal-content .terms-text{font-size:13px;color:#64748b;line-height:1.6}.auth-modal-content .terms-text a{color:#2563eb;text-decoration:none;font-weight:500}.auth-modal-content .terms-text a:hover{text-decoration:underline}.auth-modal-content .simple-submit{width:100%;margin-top:10px;height:46px;border-radius:999px;border:none;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:transform .08s ease,box-shadow .15s ease,background .15s ease}.auth-modal-content .simple-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 12px 26px #2563eb40}.auth-modal-content .simple-submit:active:not(:disabled){transform:translateY(0);box-shadow:0 8px 18px #2563eb38}.auth-modal-content .simple-submit:disabled{background:#cbd5e1;cursor:not-allowed;box-shadow:none}.auth-modal-content .signup-error-banner{background:#fff1f2;border:1px solid #fecdd3;border-radius:10px;padding:10px 12px;font-size:13px;color:#be123c;margin-bottom:12px}.auth-modal-content .simple-login>.simple-footer{display:none}.auth-modal-footer p{margin:0;font-size:14px;color:#64748b}.auth-toggle-link{background:none;border:none;color:#2563eb;font-size:14px;font-weight:600;cursor:pointer;padding:0;margin:0;text-decoration:none;transition:color .15s ease,text-decoration .15s ease}.auth-toggle-link:hover{color:#1d4ed8;text-decoration:underline}.auth-toggle-link:active{color:#1e40af}.auth-toggle-link:disabled{color:var(--text-muted);cursor:not-allowed}@media (max-width: 768px){.global-auth-modal-overlay{padding:0;align-items:stretch;justify-content:stretch}.global-auth-modal-container{width:100%;max-width:100%;height:var(--app-vh);height:100dvh;max-height:100dvh;border-radius:0;overflow:hidden;display:flex;flex-direction:column}.global-auth-modal-container:before{border-radius:0}.auth-modal-close-btn{position:fixed;top:calc(10px + env(safe-area-inset-top,0));right:12px;background:#ffffffeb;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:20}.auth-modal-header{margin:0 auto 22px;max-width:440px;text-align:left}.auth-modal-subtitle{font-size:13px;line-height:1.55}.auth-modal-content .simple-form{gap:16px}.global-auth-modal-container input,.global-auth-modal-container select,.global-auth-modal-container textarea{font-size:16px!important}}.global-auth-modal-container::-webkit-scrollbar{width:8px}.global-auth-modal-container::-webkit-scrollbar-track{background:transparent}.global-auth-modal-container::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.global-auth-modal-container::-webkit-scrollbar-thumb:hover{background:#94a3b8}.customer-quote-modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px;animation:customerQuoteFadeIn .2s ease-out;-webkit-backdrop-filter:var(--backdrop-blur, blur(2px))}@media (max-width: 640px){.customer-quote-modal-backdrop{padding:10px;align-items:flex-end}}@keyframes customerQuoteFadeIn{0%{opacity:0}to{opacity:1}}.customer-quote-modal-panel{background:#fff;border-radius:16px;box-shadow:0 25px 50px -12px #00000040;max-width:520px;width:100%;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;position:relative;animation:customerQuoteSlideUp .3s ease-out}@keyframes customerQuoteSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.customer-quote-modal-close{position:absolute;top:14px;right:14px;width:32px;height:32px;background:#ffffff2e;border:none;border-radius:50%;font-size:24px;line-height:1;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;z-index:10}.customer-quote-modal-close:hover{background:#ffffff4d;color:#fff}.customer-quote-modal-body{flex:1;overflow-y:auto;padding:0}@media (max-width: 640px){.customer-quote-modal-panel{max-height:95vh;border-radius:16px 16px 0 0;max-width:100%}.customer-quote-modal-body{padding:0}.customer-quote-modal-body .quote-form{padding:16px 16px 20px}}.customer-quote-modal-body .quote-widget{background:transparent;box-shadow:none;border:none;padding:0;margin:0;border-radius:0}.customer-quote-modal-body .quote-widget.qw-scoped{background:transparent;box-shadow:none;border:none}.customer-quote-modal-body .quote-form{background:transparent;box-shadow:none;border:none;padding:20px 24px 28px;margin:0}.customer-quote-modal-body .customer-dashboard-widget{background:transparent;box-shadow:none;border:none}.dg-section{margin-top:4px}.dg-card,.dg-card--empty{background:#fff;border:1px solid #E5E7EB;border-radius:12px;padding:14px 14px 12px;box-shadow:0 1px 2px #0f172a0a;display:flex;flex-direction:column;gap:10px;min-height:0;box-sizing:border-box;overflow:visible;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.dg-eyebrow{font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#6b7280}.dg-empty-message{margin:0;font-size:13px;color:#6b7280;line-height:1.4}.dg-header{display:flex;align-items:center;justify-content:space-between;gap:12px;height:22px;flex-shrink:0;flex-grow:0;overflow:hidden}.dg-pill{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:3px 9px;border-radius:999px;color:#fff}.dg-pill--high{background:#10b981}.dg-pill--medium{background:#f59e0b}.dg-pill--low{background:#ef4444}.dg-pill--recommended{background:#0a58ff}.dg-meter{display:flex;flex-direction:column;gap:6px;height:136px;flex-shrink:0;flex-grow:0;overflow:hidden}.dg-meter--empty{justify-content:flex-start}.dg-meter-readout{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.dg-percentage{font-size:26px;font-weight:700;color:#0f172a;line-height:1;letter-spacing:-.01em}.dg-meter-label{font-size:13px;font-weight:500;color:#475569;letter-spacing:.01em}.dg-meter-sub{margin:0;font-size:12px;color:var(--text-muted);letter-spacing:.02em}.dg-bar{width:100%;height:6px;background:#f3f4f6;border-radius:999px;overflow:hidden}.dg-bar-fill{height:100%;border-radius:999px}.dg-bar-fill--high{background:linear-gradient(90deg,#10b981,#059669)}.dg-bar-fill--medium{background:linear-gradient(90deg,#fbb040,#f59e0b)}.dg-bar-fill--low{background:linear-gradient(90deg,#f87171,#ef4444)}.dg-bar-fill--recommended{background:linear-gradient(90deg,#3b82f6,#0a58ff)}.dg-bar-fill--placeholder{background:transparent}.dg-hint,.dg-hint-sub,.dg-pickup,.dg-prompt{margin:0;height:20px;line-height:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dg-hint{margin-top:4px;font-size:13px;font-weight:700;color:#334155}.dg-hint-sub{font-size:12px;font-weight:500;color:#6b7280}.dg-pickup{margin-top:1px;font-size:12px;font-weight:500;color:#475569}.dg-prompt{font-size:13px;color:#6b7280}.dg-prices{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding-top:10px;border-top:1px solid #F1F5F9;min-height:60px;flex-shrink:0;flex-grow:0;box-sizing:border-box;overflow:visible}.dg-price{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:8px 6px;background:#f8fafc;border:1px solid #EEF2F7;border-radius:8px;text-align:center;min-width:0}.dg-price-label{font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#64748b}.dg-price-value{font-size:13px;font-weight:700;color:#0f172a;white-space:nowrap;overflow:visible;letter-spacing:-.01em}.dg-price-value--empty{font-weight:600;color:var(--text-muted);letter-spacing:.08em}.dg-range{margin:4px 0 0;padding:9px 12px;background:#f1f5f9;border:1px solid #E2E8F0;border-radius:10px;font-size:13px;line-height:1.4;color:#334155;text-align:center;font-weight:500;letter-spacing:.01em;flex-shrink:0;flex-grow:0;box-sizing:border-box;white-space:normal;overflow:visible}.dg-trust{margin:12px 0 0;font-size:12px;line-height:1.4;color:var(--text-muted);text-align:center;letter-spacing:.01em;min-height:18px;flex-shrink:0;flex-grow:0;white-space:normal;overflow:visible}@media (max-width: 540px){.dg-card,.dg-card--empty{padding:12px 12px 10px;gap:8px}.dg-percentage{font-size:22px}.dg-prices{gap:6px;min-height:0}.dg-price{padding:8px 4px}.dg-prices--v3 .dg-price .dg-price-value{font-size:19px}}.dg-urgency-note{margin:6px 0 0;font-size:12px;line-height:1.3;color:#0a58ff;text-align:center;font-weight:600;letter-spacing:.02em;text-transform:uppercase;height:14px;flex-shrink:0;flex-grow:0;box-sizing:border-box;white-space:nowrap;overflow:hidden}.dg-prices--v3 .dg-price{-webkit-appearance:none;-moz-appearance:none;appearance:none;font:inherit;color:inherit;text-align:center;cursor:pointer;background:#f8fafc;border:1px solid #EEF2F7;border-radius:8px}.dg-prices--v3 .dg-price:disabled{cursor:default}.dg-prices--v3 .dg-price--primary{background:#eff6ff;border-color:#bfdbfe}.dg-prices--v3 .dg-price--primary .dg-price-label{font-weight:700;color:#1d4ed8;opacity:1}.dg-prices--v3 .dg-price-value{font-size:22px;font-weight:600}.dg-prices--v3 .dg-price{justify-content:flex-start;box-sizing:border-box;height:74px;padding-top:6px;padding-bottom:6px;gap:2px}.dg-prices--v3 .dg-price-label{box-sizing:border-box;height:32px;line-height:16px;display:flex;align-items:center;justify-content:center;text-align:center;width:min-content;max-width:100%}.dg-prices--v3 .dg-price-value{line-height:26px}@media (max-width: 540px){.dg-prices--v3{grid-template-columns:repeat(3,minmax(min-content,1fr));gap:4px}.dg-prices--v3 .dg-price{padding-left:2px;padding-right:2px}.dg-prices--v3 .dg-price-label{letter-spacing:-.01em}.dg-prices--v3 .dg-price--primary .dg-price-label{font-weight:600}}.qw-scoped .dg-section,.qw-scoped .dg-card{align-self:stretch;width:100%}.dg-card--repricing{opacity:.55}.dg-card{transition:opacity .18s ease}.dg-percentage,.dg-bar-fill,.dg-tier-value,.dg-tier-price{transition:opacity .3s ease,width .3s cubic-bezier(.22,.61,.36,1),color .3s ease,transform .3s cubic-bezier(.22,.61,.36,1)}@media (prefers-reduced-motion: reduce){.dg-card,.dg-percentage,.dg-bar-fill,.dg-tier-value,.dg-tier-price{transition:none}}.dg-section,.dg-card,.dg-card--empty{min-height:0}.dg-card--empty .dg-percentage,.dg-percentage--empty,.dg-card--empty .dg-price-value{color:#6b7280}.dg-hint--prompt{font-weight:400;color:#6b7280}.dg-prices--v3{margin-left:-15px;margin-right:-15px;margin-bottom:-12px;gap:12px}@media (max-width: 540px){.dg-prices--v3{margin-left:-13px;margin-right:-13px;gap:6px;margin-bottom:-10px}}.dg-prices--v3 .dg-price{border-bottom-width:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.dg-prices--v3 .dg-price:first-child{border-bottom-left-radius:11px}.dg-prices--v3 .dg-price:last-child{border-bottom-right-radius:11px}.distance-row{margin-top:10px}.qw-zip-hint{margin:8px 0 0;min-height:20px;font-size:var(--text-sm, 14px);line-height:1.4;color:#b42318}.distance-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:9999px;background:#f3f4f6;border:1px solid #E5E7EB;font-size:12px;color:#374151}.distance-badge strong{color:#111827}.distance-badge.distance-error{background:#fef2f2;border-color:#fecaca;color:#b91c1c}.inline-spinner{width:14px;height:14px;border:2px solid rgba(55,65,81,.3);border-top:2px solid #374151;border-radius:50%;animation:qw-spin 1s linear infinite}.quote-widget{background:#fff;border-radius:12px;box-shadow:0 4px 12px #00000014;max-width:520px;width:100%;overflow:visible;position:relative;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}@media (max-width: 768px){.quote-widget{min-height:auto;max-width:100%;margin:0 auto;box-shadow:0 4px 16px #0f172a0f;border-radius:14px;overflow:hidden}}@media (max-width: 480px){.quote-widget{border-radius:12px}}.quote-form{padding:24px;display:flex;flex-direction:column;justify-content:flex-start}@media (max-width: 768px){.quote-form{min-height:auto;padding:22px 20px}}@media (max-width: 480px){.quote-form{padding:20px 16px}}.form-label{display:block;font-size:13px;font-weight:600;color:#1f2937;margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}@media (max-width: 768px){.form-label{font-size:12px}}.form-input{width:100%;padding:12px 14px;border:1px solid #D1D5DB;border-radius:8px;font-size:15px;color:#111827;background:#fff;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease;box-sizing:border-box}.form-input::placeholder{color:var(--text-muted)}.form-input:hover:not(:disabled){border-color:#9ca3af}.form-input:focus:not(:focus-visible){outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.quote-widget .form-input:focus-visible{outline:var(--focus-ring-width, 3px) solid var(--focus-ring-color, #0066CC);outline-offset:var(--focus-ring-offset, 2px);border-radius:var(--radius-sm, 6px);box-shadow:0 0 0 var(--focus-ring-halo-width, 2px) var(--focus-ring-halo-color, #FFFFFF)}.form-input:disabled{background:#f9fafb;cursor:not-allowed;color:var(--text-muted)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media (max-width: 768px){.form-row{grid-template-columns:1fr;gap:20px}}.form-field{position:relative;display:flex;flex-direction:column}.vehicle-chips-row{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:16px}@media (max-width: 768px){.vehicle-chips-row{gap:10px}}@media (max-width: 640px){.vehicle-chips-row{gap:8px}}.vehicle-chips-row>.qw-chip{flex:1 1 0;min-width:0}@media (max-width: 560px){.vehicle-chips-row>.qw-chip{flex:1 1 calc(33.333% - 7px)}}.qw-chip{position:relative;display:inline-flex;align-items:center;justify-content:center;min-width:80px;height:40px;padding:0 20px;border-radius:9999px;border:2px solid #E6EDF5;background:#fff;color:#1f2937;font-size:15px;font-weight:600;box-shadow:0 4px 12px #1018280a;transition:all .12s ease;white-space:nowrap;-webkit-user-select:none;user-select:none;box-sizing:border-box;gap:6px;flex-direction:row;line-height:1;flex:0 0 auto;font-family:inherit;cursor:pointer}@media (max-width: 768px){.qw-chip{min-width:70px;height:36px;padding:0 16px;font-size:14px;min-height:0}}@media (max-width: 640px){.qw-chip{min-width:65px;height:34px;padding:0 14px;font-size:13px}}.qw-chip-text{color:inherit;font-weight:inherit;font-size:inherit;line-height:1}.qw-chip-count{min-width:18px;height:18px;padding:0 4px;background:#ef4444;color:#fff;border-radius:9px;font-size:12px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;margin-left:4px}@media (max-width: 480px){.qw-chip-count{width:16px;height:16px;font-size:12px}}.qw-chip:hover:not(.qw-disabled):not(.qw-active){background:#f7faff;border-color:#0a58ff;box-shadow:0 6px 16px #10182814}.qw-chip:focus-visible{outline:3px solid #0A58FF;outline-offset:2px}.qw-chip:active:not(.qw-disabled){box-shadow:0 2px 8px #1018280a}.qw-chip.qw-active{background:#0a58ff;border-color:#0a58ff;color:#fff;box-shadow:0 4px 12px #0a58ff26}.qw-chip.qw-disabled{background:#f2f5fa;color:var(--text-muted);border-color:#e6edf5;box-shadow:none;cursor:not-allowed;opacity:.6}.max-message{font-size:13px;color:#6b7280;font-style:italic;margin-top:8px}.transport-pills-container{display:flex;gap:16px;align-items:stretch;margin:8px 0 0}@media (max-width: 768px){.transport-pills-container{gap:12px}}@media (max-width: 480px){.transport-pills-container{gap:8px}}@media (max-width: 360px){.transport-pills-container{flex-direction:column;gap:12px}}.transport-pill{flex:1;height:60px;padding:10px 24px;border-radius:9999px;border:2px solid #E6EDF5;background:#fff;color:#1f2937;font-size:16px;font-weight:600;box-shadow:0 6px 20px #1018280f;transition:all .12s ease;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;line-height:normal;box-sizing:border-box;font-family:inherit;cursor:pointer}@media (max-width: 768px){.transport-pill{height:56px;padding:8px 20px}}@media (max-width: 480px){.transport-pill{height:54px;padding:6px 16px}}@media (max-width: 360px){.transport-pill{width:100%}}.transport-pill .pill-label{font-size:16px;font-weight:600;color:inherit;margin-bottom:2px;display:block;line-height:1}@media (max-width: 768px){.transport-pill .pill-label{font-size:15px}}@media (max-width: 480px){.transport-pill .pill-label{font-size:14px}}.transport-pill .pill-sublabel{font-size:12px;font-weight:500;color:#6b7280;display:block;line-height:1}@media (max-width: 768px){.transport-pill .pill-sublabel{font-size:12px}}@media (max-width: 480px){.transport-pill .pill-sublabel{font-size:12px}}.transport-pill:hover:not(.selected){background:#f7faff;border-color:#0a58ff;box-shadow:0 8px 24px #1018281a}.transport-pill:focus-visible{outline:3px solid #0A58FF;outline-offset:2px}.transport-pill:active{box-shadow:0 4px 16px #1018280f}.transport-pill.selected{background:#0a58ff;border-color:#0a58ff;color:#fff;box-shadow:0 6px 20px #0a58ff26}.transport-pill.selected .pill-label,.transport-pill.selected .pill-sublabel{color:#fff}.form-group:has(.offer-input){padding-top:24px;border-top:1px solid #E5E7EB}.quote-widget .qw-form-group--offer{margin-bottom:4px}.quote-widget .qw-offer-help{margin:2px 0 8px;max-width:100%;font-size:12.5px;line-height:1.45;color:#64748b;text-wrap:pretty}.offer-input{font-size:18px;font-weight:600;letter-spacing:.5px}.offer-input::placeholder{font-size:16px;font-weight:400;letter-spacing:0}.quote-widget .qw-form-group--offer .offer-input{max-width:100%;height:40px;padding:8px 14px 8px 30px}.offer-input.no-arrows::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.offer-input.no-arrows::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.offer-input.no-arrows[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.price-helper{display:block;font-size:12px;color:#6b7280;font-style:italic;margin-top:2px}.qw-offer-helper-slot{display:block;height:18px;line-height:18px;white-space:nowrap;overflow:hidden}.qw-footer.qw-footer--cta{margin-top:8px;padding-top:14px;gap:10px;min-height:126px;flex-shrink:0;flex-grow:0;display:flex;flex-direction:column;justify-content:flex-start;box-sizing:border-box;overflow:visible}.qw-trust-badge{align-self:center;display:inline-flex;align-items:center;font-size:12px;font-weight:600;color:#047857;background:#10b9811a;border:1px solid rgba(16,185,129,.25);border-radius:999px;padding:3px 10px;margin:0;letter-spacing:.01em;white-space:nowrap}.likelihood-section{margin-bottom:24px;min-height:140px}@media (max-width: 768px){.likelihood-section{min-height:120px}}.likelihood-card{background:#fff;border:1px solid #E5E7EB;border-radius:8px;padding:16px;height:100%}@media (max-width: 768px){.likelihood-card{padding:12px}}.likelihood-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}@media (max-width: 768px){.likelihood-header{flex-direction:column;align-items:flex-start;gap:6px}}.likelihood-label{font-size:13px;font-weight:600;color:#1f2937;text-transform:uppercase;letter-spacing:.5px}.market-badge{background:#f9fafb;border:1px solid #E5E7EB;border-radius:12px;padding:4px 12px;font-size:12px;font-weight:500;color:#6b7280;white-space:nowrap}@media (max-width: 768px){.market-badge{font-size:12px;padding:3px 8px}}.likelihood-meter-wrapper{margin-bottom:10px}.likelihood-placeholder{text-align:center;padding:20px 0;color:var(--text-muted);font-size:13px;font-style:italic}.likelihood-percentage{display:flex;align-items:center;gap:12px;margin-bottom:10px}.percentage-number{font-size:32px;font-weight:700;color:#111827;line-height:1}@media (max-width: 768px){.percentage-number{font-size:26px}}.percentage-label{font-size:12px;font-weight:600;padding:4px 8px;border-radius:4px;text-transform:uppercase;letter-spacing:.5px}@media (max-width: 768px){.percentage-label{font-size:12px;padding:3px 6px}}.percentage-label.high{background:#10b981;color:#fff}.percentage-label.medium{background:#f59e0b;color:#fff}.percentage-label.low{background:#ef4444;color:#fff}.likelihood-bar{width:100%;height:10px;background:#f3f4f6;border-radius:5px;overflow:hidden}.likelihood-bar-fill{height:100%;border-radius:5px;transition:width .4s cubic-bezier(.4,0,.2,1),background .3s ease}.likelihood-bar-fill.high{background:linear-gradient(90deg,#10b981,#059669)}.likelihood-bar-fill.medium{background:linear-gradient(90deg,#fbb040,#f59e0b)}.likelihood-bar-fill.low{background:linear-gradient(90deg,#f87171,#ef4444)}.likelihood-verdict{font-size:12px;color:#6b7280;text-align:center;margin:8px 0 4px;line-height:1.4}@media (max-width: 768px){.likelihood-verdict{font-size:12px}}.savings-line{font-size:12px;color:#047857;text-align:center;margin:0;font-weight:500}@media (max-width: 768px){.savings-line{font-size:12px}}.likelihood-empty{background:#f9fafb;border:1px solid #E5E7EB;border-radius:8px;padding:20px;text-align:center;min-height:120px;display:flex;flex-direction:column;justify-content:center}.empty-message{font-size:12px;color:var(--text-muted);font-style:italic;margin:0}.qw-footer{margin-top:16px;padding-top:20px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:10px;min-height:126px;flex-shrink:0;flex-grow:0;box-sizing:border-box;overflow:visible}@media (max-width: 768px){.qw-footer{gap:12px;padding-top:20px;margin-top:24px}}.qw-submit-btn{width:100%;max-width:100%;height:48px;flex-shrink:0;padding:0 24px;background-color:#0a58ff;color:#fff;border:1px solid transparent;border-radius:12px;font-size:16px;font-weight:600;line-height:1;cursor:pointer;transition:background-color .15s ease,box-shadow .15s ease,opacity .15s ease;display:inline-flex;align-items:center;justify-content:center;gap:8px;white-space:nowrap;position:relative;opacity:1;box-sizing:border-box}@media (max-width: 768px){.qw-submit-btn{width:100%;max-width:100%;height:48px}}.qw-submit-btn:hover:not(.qw-disabled):not(.qw-loading){background-color:#0848d6;box-shadow:0 6px 16px #0a58ff26}.qw-submit-btn:active:not(.qw-disabled):not(.qw-loading){background-color:#073db2;box-shadow:0 2px 8px #0a58ff33}.qw-submit-btn:focus-visible{outline:none;box-shadow:0 0 0 2px #0a58ff80}.qw-submit-btn.qw-disabled{background-color:#94a3b8;border-color:#94a3b8;color:#fff;opacity:1;box-shadow:none;cursor:not-allowed}.qw-submit-btn.qw-loading{background-color:#0a58ff;cursor:default}.qw-policy-note{font-size:12px;color:#6b7280;margin:0;line-height:1.4;text-align:center;max-width:100%}@media (min-width: 769px){.qw-policy-note{font-size:12px;letter-spacing:-.01em;white-space:normal;max-width:60ch;margin-left:auto;margin-right:auto}}@media (max-width: 768px){.qw-policy-note{font-size:12px}}.qw-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top:2px solid #FFFFFF;border-radius:50%;animation:qw-spin 1s linear infinite;margin-right:8px}.quote-widget .btn-primary{padding:14px 24px;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;width:auto!important;display:inline-flex!important;background:linear-gradient(135deg,var(--brand-blue) 0%,var(--brand-blue-dark) 100%);color:#fff}.quote-widget .btn-secondary{padding:14px 24px;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;width:100%}.quote-widget .btn-primary:hover:not(:disabled){background:#1d4ed8;transform:translateY(-1px);box-shadow:0 4px 12px #2563eb40}.quote-widget .btn-primary:disabled{background:#d1d5db;color:var(--text-muted);cursor:not-allowed;transform:none}.quote-widget .btn-secondary{background:#fff;color:#374151;border:1px solid #D1D5DB}.quote-widget .btn-secondary:hover{background:#f9fafb;border-color:#9ca3af}.other-panel-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;-webkit-backdrop-filter:var(--backdrop-blur, blur(2px))}.other-panel{background:#fff;border-radius:16px;max-width:450px;width:100%;max-height:70vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0003}@media (max-width: 768px){.other-panel{max-height:85vh}}@media (max-width: 480px){.other-panel{max-width:calc(100vw - 16px)!important;margin:8px auto!important}}.other-panel-header{padding:18px 20px;border-bottom:1px solid #E5E7EB;display:flex;align-items:center;justify-content:space-between}.other-panel-header h3{margin:0;font-size:16px;font-weight:600;color:#111827}.other-panel-close{background:none;border:none;font-size:28px;line-height:1;color:#6b7280;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s ease}.other-panel-close:hover{background:#f3f4f6;color:#111827}.other-panel-content{flex:1;padding:20px;overflow-y:auto}.other-category{margin-bottom:20px}.other-category:last-child{margin-bottom:0}.other-category-title{font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin:0 0 10px}.other-chips-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}@media (max-width: 768px){.other-chips-grid{grid-template-columns:1fr}}.other-panel-footer{padding:16px 20px;border-top:1px solid #E5E7EB}.qw-other-chip{height:40px;padding:0 16px;background:#fff;border:2px solid #E6EDF5;border-radius:9999px;font-size:14px;color:#1f2937;font-weight:600;transition:all .12s ease;display:flex;align-items:center;justify-content:center;gap:6px;position:relative;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-user-select:none;user-select:none;box-shadow:0 4px 12px #1018280a;font-family:inherit;cursor:pointer}@media (max-width: 768px){.qw-other-chip{min-height:0}}.qw-other-chip:hover:not(.qw-disabled):not(.qw-active){background:#f7faff;border-color:#0a58ff;box-shadow:0 6px 16px #10182814}.qw-other-chip.qw-active{background:#0a58ff;border-color:#0a58ff;color:#fff;font-weight:600}.qw-other-chip.qw-disabled{opacity:.5;cursor:not-allowed;background:#f2f5fa;color:var(--text-muted);border-color:transparent;box-shadow:none}.confirmation-card{padding:40px 24px;text-align:center;min-height:640px;display:flex;flex-direction:column;justify-content:center}@media (max-width: 768px){.confirmation-card{min-height:auto;padding:30px 20px}}.confirmation-icon{width:60px;height:60px;margin:0 auto 20px;background:#10b981;border-radius:50%;display:flex;align-items:center;justify-content:center}.confirmation-icon svg{width:32px;height:32px;color:#fff}.confirmation-title{font-size:22px;font-weight:700;color:#111827;margin:0 0 12px}.confirmation-details{font-size:20px;color:#111827;margin:0 0 8px}.confirmation-details strong{color:#111827}.confirmation-vehicles{font-size:16px;color:#374151;margin:0 0 8px}.confirmation-route{font-size:14px;color:#6b7280;margin:0 0 8px}.confirmation-transport{font-size:14px;color:#6b7280;margin:0 0 16px}.confirmation-message{font-size:14px;color:#6b7280;margin:0 0 24px}.confirmation-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px}.auth-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px;animation:fadeIn .2s ease;-webkit-backdrop-filter:var(--backdrop-blur, blur(2px))}.auth-modal{background:#fff;border-radius:16px;max-width:440px;width:100%;padding:32px;position:relative;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease}@media (max-width: 768px){.auth-modal{padding:24px 20px;margin:0 10px}}@media (max-width: 480px){.auth-modal{max-width:calc(100vw - 16px)!important;margin:8px auto!important}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.auth-modal-close{position:absolute;top:16px;right:16px;background:none;border:none;font-size:28px;line-height:1;color:#6b7280;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s ease}.auth-modal-close:hover{background:#f3f4f6;color:#111827}.auth-modal-content{padding:40px 40px 32px;background:#fff;text-align:center}@media (max-width: 768px){.auth-modal-content{flex:1 1 auto;overflow-y:auto;-webkit-overflow-scrolling:touch;touch-action:pan-y;overscroll-behavior:contain;padding:calc(24px + env(safe-area-inset-top,0)) 20px calc(24px + env(safe-area-inset-bottom,0)) 20px}}@media (max-width: 380px){.auth-modal-content{padding-left:16px;padding-right:16px}}.auth-modal-title{font-size:24px;font-weight:700;color:#111827;margin:0 0 12px;line-height:1.3}@media (max-width: 768px){.auth-modal-title{font-size:20px}}.auth-modal-body{max-width:440px;padding-bottom:4px;font-size:15px;color:#6b7280;line-height:1.5;margin:0 0 24px}@media (max-width: 768px){.auth-modal-body{max-width:440px;width:100%;font-size:14px;margin-bottom:20px}}.auth-error-general{background:#fee2e2;border:1px solid #FCA5A5;color:#dc2626;padding:10px 14px;border-radius:8px;font-size:14px;margin-bottom:16px;text-align:left}.auth-login-form{display:flex;flex-direction:column;gap:16px;text-align:left}.auth-form-group{display:flex;flex-direction:column;gap:6px}.auth-form-label{font-size:14px;font-weight:600;color:#111827;text-align:left}.auth-form-input{width:100%;padding:12px 14px;border:1px solid #D1D5DB;border-radius:8px;font-size:15px;color:#111827;background:#fff;transition:all .2s ease;box-sizing:border-box}.auth-form-input::placeholder{color:var(--text-muted)}.auth-form-input:hover{border-color:#9ca3af}.auth-form-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.auth-form-input.error{border-color:#dc2626}.auth-form-input.error:focus{box-shadow:0 0 0 3px #dc26261a}.auth-password-wrapper{position:relative}.auth-password-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;color:#6b7280;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;transition:color .2s ease}@media (max-width: 768px){.auth-password-toggle{min-height:0}}.auth-password-toggle:hover{color:#111827}.auth-password-wrapper .auth-form-input{padding-right:44px}.auth-field-error{font-size:13px;color:#dc2626;margin-top:2px}.auth-login-button{width:100%;padding:14px 24px;background:#2563eb;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:8px}.auth-login-button:hover:not(:disabled){background:#1d4ed8;transform:translateY(-1px);box-shadow:0 4px 12px #2563eb40}.auth-login-button:disabled{background:#d1d5db;color:var(--text-muted);cursor:not-allowed;transform:none}.auth-modal-footer{text-align:center;margin-top:24px;padding-top:20px;border-top:1px solid #E5E7EB}.auth-footer-links{display:flex;justify-content:space-between;align-items:center;font-size:14px}.auth-footer-text{color:#6b7280}.auth-footer-link{color:#2563eb;text-decoration:none;font-weight:500;transition:all .2s ease}.auth-footer-link:hover{text-decoration:underline}.auth-forgot-link{font-size:13px}.auth-modal:focus{outline:none}@media (max-width: 768px){.confirmation-actions{grid-template-columns:1fr}.auth-login-form{gap:14px}.auth-form-input{padding:14px;font-size:16px}.auth-login-button{padding:16px 24px;font-size:16px}.auth-footer-links{flex-direction:column;gap:12px}.auth-forgot-link{font-size:14px}}.qw-urgency-grid.qw-condition-grid{gap:16px}.qw-condition-grid .qw-urgency-chip{height:60px;min-height:60px;padding:10px 24px;border-radius:9999px;gap:2px;line-height:normal}.qw-condition-grid .qw-urgency-chip__label{font-size:16px;font-weight:600;line-height:1;margin-bottom:2px}.qw-condition-grid .qw-urgency-chip__sub{min-height:0;font-size:12px;line-height:1.15}@media (max-width: 480px){.quote-widget .qw-urgency-grid{grid-template-columns:1fr}.quote-widget .qw-condition-grid{grid-template-columns:1fr 1fr;gap:8px}.qw-condition-grid .qw-urgency-chip{height:54px;min-height:54px;padding:6px 16px}.qw-condition-grid .qw-urgency-chip__label{font-size:14px}.qw-condition-grid .qw-urgency-chip__sub{font-size:12px}}@media (max-width: 360px){.quote-widget .qw-condition-grid{grid-template-columns:1fr;gap:12px}}.quote-widget .qw-chip{display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:9999px!important;cursor:pointer!important;font-family:inherit!important;line-height:normal!important;box-sizing:border-box!important;margin:0!important;opacity:1!important;visibility:visible!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;min-width:80px!important;height:40px!important;padding:0 20px!important;border:2px solid #E6EDF5!important;background:#fff!important;color:#1f2937!important;font-size:15px!important;font-weight:600!important;box-shadow:0 4px 12px #1018280a!important}.quote-widget .transport-pill{display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:9999px!important;cursor:pointer!important;font-family:inherit!important;line-height:normal!important;box-sizing:border-box!important;margin:0!important;opacity:1!important;visibility:visible!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;flex:1!important;height:60px!important;padding:10px 24px!important;flex-direction:column!important;gap:2px!important;border:2px solid #E6EDF5!important;background:#fff!important;color:#1f2937!important;box-shadow:0 6px 20px #1018280f!important}.quote-widget .qw-other-chip{display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:9999px!important;cursor:pointer!important;font-family:inherit!important;line-height:normal!important;box-sizing:border-box!important;margin:0!important;opacity:1!important;visibility:visible!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important}.quote-widget .qw-chip.qw-active{background:#0a58ff!important;border-color:#0a58ff!important;color:#fff!important;box-shadow:0 4px 12px #0a58ff26!important}.quote-widget .qw-chip.qw-active .qw-chip-text{color:#fff!important}.quote-widget .qw-chip.qw-disabled{background:#f2f5fa!important;border-color:#e6edf5!important;color:var(--text-muted)!important;box-shadow:none!important;opacity:.6!important;cursor:not-allowed!important}.quote-widget .transport-pill.selected{background:#0a58ff!important;border-color:#0a58ff!important;color:#fff!important;box-shadow:0 6px 20px #0a58ff26!important}.quote-widget .transport-pill.selected .pill-label,.quote-widget .transport-pill.selected .pill-sublabel{color:#fff!important}.quote-widget .qw-chip:hover:not(.qw-disabled):not(.qw-active){background:#f7faff!important;border-color:#0a58ff!important}.quote-widget .transport-pill:hover:not(.selected){background:#f7faff!important;border-color:#0a58ff!important}.quote-widget .qw-chip:focus-visible{outline:3px solid #0A58FF!important;outline-offset:2px!important}.quote-widget .transport-pill:focus-visible{outline:3px solid #0A58FF!important;outline-offset:2px!important}.quote-widget .vehicle-chips-row{display:flex!important;flex-wrap:wrap!important;gap:12px!important}.quote-widget .transport-pills-container{display:flex!important;gap:16px!important;align-items:stretch!important}.qw-urgency-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:8px 0 0}.qw-urgency-chip{min-height:72px;min-width:0;padding:12px 14px;border-radius:14px;border:2px solid #E6EDF5;background:#fff;color:#1f2937;font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;box-shadow:0 6px 20px #1018280f;transition:all .12s ease;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;text-align:center;box-sizing:border-box}.qw-urgency-chip__label{align-self:stretch;width:100%;font-size:15px;font-weight:700;line-height:1.2}.qw-urgency-chip__sub{align-self:stretch;width:100%;min-height:2.6em;font-size:12px;font-weight:500;line-height:1.3;color:#6b7280;white-space:normal;overflow-wrap:break-word}.qw-urgency-chip:hover:not(.selected){background:#f7faff;border-color:#0a58ff;box-shadow:0 8px 24px #1018281a}.qw-urgency-chip:focus-visible{outline:3px solid #0A58FF;outline-offset:2px}.qw-urgency-chip.selected{background:#0a58ff;border-color:#0a58ff;color:#fff;box-shadow:0 6px 20px #0a58ff26}.qw-urgency-chip.selected .qw-urgency-chip__sub{color:#dce8ff}.qw-urgency-caveat-slot{min-height:56px;margin-top:10px;display:flex;flex-direction:column;gap:4px}.qw-urgency-helper{display:block;font-size:12px;color:#6b7280;line-height:1.4;margin:0}.qw-urgency-helper--guarantee{font-weight:600;color:#374151}.qw-chip:disabled{opacity:.4;cursor:not-allowed;transform:none;box-shadow:none}.qw-other-chip:disabled{opacity:.4;cursor:not-allowed;transform:none;box-shadow:none}.qw-offer-field{position:relative;display:block;width:100%}.qw-offer-prefix{position:absolute;left:14px;top:50%;transform:translateY(-50%);font-size:18px;font-weight:600;color:var(--text-secondary);pointer-events:none}.quote-widget .qw-chip:active:not(.qw-disabled):not(.qw-active),.qw-other-chip:active:not(.qw-disabled):not(.qw-active),.quote-widget .transport-pill:active:not(.selected),.quote-widget .qw-urgency-chip:active:not(.selected){background:#eef4ff!important}.quote-widget .qw-chip.qw-active:hover,.qw-other-chip.qw-active:hover,.quote-widget .transport-pill.selected:hover,.quote-widget .qw-urgency-chip.selected:hover{background:#0848d6!important;border-color:#0848d6!important}.qw-other-chip:focus-visible{outline:3px solid #0A58FF;outline-offset:2px}.vehicles-helper{display:block;font-size:13px;color:#6b7280;font-style:italic;font-weight:400;margin-bottom:12px;margin-top:-8px;text-transform:none;letter-spacing:normal}.field-label{order:-1;display:block;font-size:13px;font-weight:600;color:var(--text-primary);margin:0 0 6px;text-transform:none;letter-spacing:normal}.vehicle-summary-container{min-height:57px;margin-top:16px;border-top:1px solid #E5E7EB}.vehicle-summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0;border-top:1px solid #E5E7EB;margin-top:16px}.summary-text{display:flex;gap:8px;flex:1;min-width:0;align-items:center}.summary-label{font-weight:600;color:#374151;font-size:14px;flex-shrink:0}.summary-value{color:#111827;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.summary-reset{background:none;border:none;color:#2563eb;font-size:14px;font-weight:600;cursor:pointer;padding:6px 12px;border-radius:6px;transition:all .2s ease}.summary-reset:hover{background:#ebf5ff}@keyframes qw-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.confirmation-actions-wrapper{width:100%!important;display:flex!important;justify-content:center!important;align-items:center!important;text-align:center!important;margin:24px auto 0!important;padding:0!important;box-sizing:border-box!important}.centered-cta-button{width:auto!important;min-width:240px!important;max-width:300px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;margin:0 auto!important;padding:14px 24px!important;background:#2563eb!important;color:#fff!important;border:none!important;border-radius:8px!important;font-size:15px!important;font-weight:600!important;cursor:pointer!important;transition:all .2s ease!important;text-align:center!important;font-family:inherit!important;line-height:normal!important;box-sizing:border-box!important;position:relative!important;z-index:1!important;white-space:nowrap!important;text-decoration:none!important;outline:none!important;-moz-appearance:none!important;appearance:none!important;-webkit-appearance:none!important}.centered-cta-button:hover{background:#1d4ed8!important;transform:translateY(-1px)!important;box-shadow:0 4px 12px #2563eb40!important}.centered-cta-button:active{background:#1e40af!important;transform:translateY(0)!important;box-shadow:0 2px 8px #2563eb40!important}.centered-cta-button:focus{outline:3px solid rgba(37,99,235,.5)!important;outline-offset:2px!important}.confirmation-done-btn{width:100%!important;padding:14px 24px!important;background:#2563eb!important;color:#fff!important;border:none!important;border-radius:8px!important;font-size:15px!important;font-weight:600!important;cursor:pointer!important;transition:all .2s ease!important;font-family:inherit!important;line-height:normal!important;box-sizing:border-box!important}.confirmation-done-btn:hover{background:#1d4ed8!important;transform:translateY(-1px)!important;box-shadow:0 4px 12px #2563eb40!important}@media (max-width: 768px){.vehicle-summary-container{min-height:53px}.centered-cta-button{width:100%!important;max-width:280px!important}}.quote-widget .confirmation-actions-wrapper,.modal-body .confirmation-actions-wrapper,.customer-quote-modal-body .confirmation-actions-wrapper,.auth-modal .confirmation-actions-wrapper,body .confirmation-actions-wrapper,html .confirmation-actions-wrapper{width:100%!important;display:flex!important;justify-content:center!important;align-items:center!important;text-align:center!important;margin:24px auto 0!important;padding:0!important;box-sizing:border-box!important}.quote-widget .centered-cta-button,.modal-body .centered-cta-button,.customer-quote-modal-body .centered-cta-button,.auth-modal .centered-cta-button,body .centered-cta-button,html .centered-cta-button{width:auto!important;min-width:240px!important;max-width:300px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;margin:0 auto!important;text-align:center!important}.quote-widget button.centered-cta-button,.modal-body button.centered-cta-button,.customer-quote-modal-body button.centered-cta-button,button.centered-cta-button{width:auto!important;display:inline-flex!important;margin:0 auto!important;float:none!important;position:relative!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;transform:none!important}.quote-widget.qw-in-modal{overflow:visible}.quote-widget.qw-in-modal .quote-form{border-radius:0 0 16px 16px}.qw-modal-banner{background:linear-gradient(135deg,#06f,#0052cc);border-radius:0;padding:16px 24px;height:60px;display:flex;align-items:center;justify-content:center;position:sticky;top:0;z-index:5}.qw-modal-banner-title{font-size:24px;font-weight:700;color:#fff;margin:0;letter-spacing:.2px}@media (max-width: 600px){.qw-modal-banner{height:52px;padding:12px 16px}.qw-modal-banner-title{font-size:20px}}.qw-chip--disabled{opacity:.4;cursor:not-allowed;transform:none;box-shadow:none}.qw-vehicle-qty-list{list-style:none;margin:0 0 4px;padding:0;display:flex;flex-direction:column;gap:8px}.qw-vehicle-qty{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 12px;border:1px solid #E6EDF5;border-radius:12px;background:#f9fbff}.qw-vehicle-qty__label{font-size:14px;font-weight:600;color:#374151;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.qw-vehicle-qty__controls{display:flex;align-items:center;gap:10px;flex-shrink:0}.qw-qty-btn{width:32px;height:32px;border-radius:9999px;border:2px solid #E6EDF5;background:#fff;color:#1f2937;font-size:18px;font-weight:700;line-height:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:all .12s ease}.qw-qty-btn:hover:not(:disabled){background:#f7faff;border-color:#0a58ff}.qw-qty-btn:focus-visible{outline:3px solid #0A58FF;outline-offset:2px}.qw-qty-btn:disabled{opacity:.4;cursor:not-allowed}.qw-qty-value{min-width:20px;text-align:center;font-size:15px;font-weight:700;color:#1f2937;font-variant-numeric:tabular-nums}.qw-vehicle-cap-note{margin:4px 0 0;font-size:12px;color:#6b7280;line-height:1.4}.cc-bar{position:fixed;left:0;right:0;bottom:0;z-index:var(--z-sticky, 4000);background:var(--bg-primary, #FFFFFF);border-top:1px solid var(--border-default, #E5E7EB);box-shadow:var(--shadow-lg, 0 -4px 24px rgba(15, 23, 42, .12));padding-bottom:var(--safe-bottom, 0px);animation:cc-rise .22s ease-out}@keyframes cc-rise{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media (prefers-reduced-motion: reduce){.cc-bar{animation:none}}.cc-inner{max-width:var(--container-max, 1280px);margin:0 auto;padding:16px var(--page-gutter, 24px);display:flex;align-items:center;gap:24px}.cc-copy{flex:1 1 auto;min-width:0}.cc-title{margin:0 0 4px;font-size:var(--text-base, 14px);font-weight:var(--font-semibold, 600);color:var(--text-primary, #0F172A)}.cc-text{margin:0;font-size:var(--text-sm, 13px);line-height:var(--leading-normal, 1.5);color:var(--text-secondary, #475569)}.cc-link{color:var(--brand, #0066CC);text-decoration:underline}.cc-link:hover{color:var(--brand-hover, #0052CC)}.cc-actions{flex:0 0 auto;display:flex;align-items:center;gap:12px}.cc-btn{height:44px;padding:0 20px;border-radius:var(--radius-base, 8px);font-size:var(--text-base, 14px);font-weight:var(--font-semibold, 600);line-height:1;cursor:pointer;white-space:nowrap;transition:background-color var(--transition-fast, .15s) ease,color var(--transition-fast, .15s) ease,box-shadow var(--transition-fast, .15s) ease}.cc-btn:focus-visible{outline:2px solid var(--brand, #0066CC);outline-offset:2px}.cc-btn--primary{background:var(--brand, #0066CC);color:#fff;border:1px solid var(--brand, #0066CC)}.cc-btn--primary:hover{background:var(--brand-hover, #0052CC);border-color:var(--brand-hover, #0052CC)}.cc-btn--ghost{background:var(--bg-primary, #FFFFFF);color:var(--text-primary, #0F172A);border:1px solid var(--border-default, #E5E7EB)}.cc-btn--ghost:hover{background:var(--bg-secondary, #F8FAFC);border-color:var(--border-hover, #CBD5E1)}@media (max-width: 768px){.cc-inner{flex-direction:column;align-items:stretch;gap:14px;padding:14px 16px}.cc-actions{width:100%}.cc-btn{flex:1 1 0}}.cc-prefs-button{background:none;border:none;padding:0;font:inherit;color:var(--brand, #0066CC);text-decoration:underline;cursor:pointer}.cc-prefs-button:hover{color:var(--brand-hover, #0052CC)}.cc-prefs-status{margin-left:8px;font-size:var(--text-sm, 13px);color:var(--text-tertiary, #64748B)}.toast-action-link{color:inherit;font-weight:700;text-decoration:underline;text-underline-offset:2px;white-space:nowrap}.toast-action-link:focus-visible{outline:2px solid currentColor;outline-offset:2px;border-radius:2px}.ui-route-skeleton{display:flex;flex-direction:column;gap:12px;width:100%;max-width:1120px;margin:0 auto;padding:24px 16px;min-height:var(--app-vh, var(--app-vh));box-sizing:border-box}.ui-route-skeleton>*{background:var(--bg-tertiary);border-radius:var(--radius-base);animation:ui-route-skeleton-pulse 1.2s ease-in-out infinite}.ui-route-skeleton__title{height:28px;width:40%;max-width:320px;margin-bottom:8px}.ui-route-skeleton__line{height:14px;width:70%;max-width:560px}.ui-route-skeleton__line--short{width:45%;max-width:360px;margin-bottom:12px}.ui-route-skeleton__card{height:120px;width:100%;border-radius:var(--radius-lg)}@keyframes ui-route-skeleton-pulse{0%,to{opacity:1}50%{opacity:.55}}@media (prefers-reduced-motion: reduce){.ui-route-skeleton>*{animation:none}}:root{--color-primary: #0066CC;--color-primary-hover: #0052CC;--color-primary-dark: #0041A8;--color-primary-light: #E0F2FE;--color-primary-lighter: #F0F7FF;--color-primary-disabled: #6BA6CD;--btn-disabled-bg: var(--bg-disabled);--btn-disabled-text: var(--text-muted);--btn-disabled-border: var(--border-default);--brand: var(--color-primary);--brand-hover: var(--color-primary-hover);--brand-10: rgba(0, 102, 204, .1);--brand-light: var(--color-primary-light);--primary: var(--color-primary);--primary-hover: var(--color-primary-hover);--primary-light: var(--color-primary-light);--primary-lighter: var(--color-primary-lighter);--primary-dark: var(--color-primary-dark);--color-success: #16A34A;--color-success-light: #ECFDF5;--color-success-dark: #15803D;--color-warning: #F59E0B;--color-warning-light: #FFFBEB;--color-warning-dark: #D97706;--warning-bg: #FFFBEB;--warning-border: #FED7AA;--color-info: #0066CC;--color-info-light: #E0F2FE;--color-info-dark: #0052CC;--color-danger: #dc2626;--color-danger-hover: #b91c1c;--color-danger-light: #fef2f2;--color-danger-border: #fecaca;--danger: var(--color-danger);--danger-hover: var(--color-danger-hover);--danger-bg: var(--color-danger-light);--danger-border: var(--color-danger-border);--color-cancel: #3F4A5A;--color-cancel-light: #EEF2F6;--color-cancel-dark: #2B3442;--text-primary: #0F172A;--text-secondary: #475569;--text-tertiary: #64748B;--text-muted: #64748B;--text-white: #FFFFFF;--text-brand: var(--color-primary);--text-strong: var(--text-primary);--text-dark: var(--text-primary);--bg-primary: #FFFFFF;--bg-secondary: #F8FAFC;--bg-tertiary: #F1F5F9;--bg-hover: #F0F7FF;--bg-selected: #EFF6FF;--bg-page: #ffffff;--bg-card: #ffffff;--bg-subtle: #f9fafb;--bg-disabled: #f9fafb;--surface: #FFFFFF;--success-bg: #dcfce7;--success-text: #166534;--success-border: #bbf7d0;--error-bg: #fef2f2;--error-text: #dc2626;--error-border: #fecaca;--border-default: #E5E7EB;--border-light: #F1F5F9;--border-strong: #D0D7E2;--border-hover: #CBD5E1;--border-focus: var(--color-primary);--border-selected: var(--color-primary);--input-height: 44px;--control-height: var(--input-height);--control-height-sm: 40px;--icon-button-size: 36px;--scw-safe-zone: 92px;--input-radius: var(--radius-base);--input-border: var(--border-default);--input-border-hover: var(--border-hover);--input-border-focus: var(--border-focus);--input-border-error: var(--color-danger);--focus-ring: rgba(0, 102, 204, .1);--focus-ring-width: 3px;--focus-ring-color: #0066CC;--focus-ring-halo-width: 2px;--focus-ring-halo-color: #FFFFFF;--focus-ring-offset: 2px;--control-accent: var(--color-primary);--toggle-height: 24px;--toggle-knob-size: 20px;--toggle-track-bg: var(--border-light);--toggle-track-bg-checked: var(--color-primary);--toggle-knob-bg: var(--bg-primary);--toggle-shadow: var(--shadow-xs);--overlay-scrim: rgba(0, 0, 0, .45);--modal-radius: var(--radius-2xl);--modal-shadow: var(--shadow-xl);--card-radius: var(--radius-lg);--card-shadow: var(--shadow-sm);--section-padding: 24px;--section-padding-tablet: 20px;--section-padding-mobile: 16px;--badge-paid-bg: var(--color-success-light);--badge-paid-text: var(--color-success-dark);--badge-paid-border: #86EFAC;--badge-pending-bg: #F0F4F8;--badge-pending-text: #334155;--badge-pending-border: #CBD5E1;--badge-cancelled-bg: var(--color-cancel-light);--badge-cancelled-text: var(--color-cancel-dark);--badge-cancelled-border: var(--border-default);--chip-bg: var(--bg-tertiary);--chip-text: var(--text-secondary);--chip-border: var(--border-default);--chip-neutral-bg: #FAFBFC;--pagination-active-bg: var(--color-primary);--pagination-active-text: #FFFFFF;--pagination-active-border: var(--color-primary);--pagination-hover-bg: #E0F2FE;--pagination-hover-border: var(--color-primary);--table-head-bg: #FAFBFC;--focus-border: var(--border-focus);--focus-ring-shadow: 0 0 0 2px rgba(0, 102, 204, .12);--skeleton-base: #F1F5F9;--skeleton-shine: #E2E8F0;--text-xs: 12px;--text-sm: 13px;--text-base: 14px;--text-md: 16px;--text-lg: 18px;--text-xl: 20px;--text-2xl: 24px;--text-3xl: 26px;--text-4xl: 32px;--font-normal: 400;--font-medium: 500;--font-semibold: 600;--font-bold: 700;--leading-tight: 1.2;--leading-snug: 1.375;--leading-normal: 1.5;--leading-relaxed: 1.625;--leading-loose: 2;--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, "Courier New", monospace;--space-4: 4px;--space-8: 8px;--space-12: 12px;--space-16: 16px;--space-20: 20px;--space-24: 24px;--space-28: 28px;--space-32: 32px;--space-40: 40px;--space-48: 48px;--space-64: 64px;--radius-sm: 6px;--radius-base: 8px;--radius-md: 10px;--radius-lg: 12px;--radius-xl: 14px;--radius-2xl: 16px;--radius-full: 9999px;--radius-pill: 9999px;--shadow-xs: 0 1px 2px rgba(15, 23, 42, .04);--shadow-sm: 0 2px 4px rgba(15, 23, 42, .05);--shadow-md: 0 4px 24px rgba(15, 23, 42, .06);--shadow-lg: 0 10px 40px rgba(15, 23, 42, .08);--shadow-xl: 0 20px 60px rgba(15, 23, 42, .12);--shadow-brand: 0 4px 24px rgba(0, 102, 204, .15);--elev-1: 0 2px 8px rgba(2, 13, 45, .08);--transition-fast: .15s ease;--transition-base: .2s ease;--transition-slow: .3s ease;--z-base: 0;--z-dropdown: 3000;--z-header: 3500;--z-sticky: 4000;--z-overlay: 9000;--z-modal: 10000;--z-popover: 10100;--z-tooltip: 10200;--z-notification: 10300;--z-max: 99999;--bp-phone: 480px;--bp-mobile: 768px;--bp-desktop: 1024px;--safe-top: env(safe-area-inset-top, 0px);--safe-right: env(safe-area-inset-right, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px);--safe-left: env(safe-area-inset-left, 0px);--app-vh: 100vh;--header-height: 72px;--header-height-mobile: 64px;--sidebar-width: 340px;--container-max: 1280px;--page-max-width: 1200px;--page-gutter: 24px;--page-gutter-tablet: 20px;--page-gutter-mobile: 16px;--gradient-primary: linear-gradient(135deg, #0066CC 0%, #0052CC 100%);--gradient-hero: linear-gradient(135deg, #0066CC 0%, #0052CC 60%, #0041A8 100%);--gradient-success: linear-gradient(135deg, #16A34A 0%, #15803D 100%);--gradient-warning: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);--bg-gradient: linear-gradient(180deg, #F3F7FF 0%, #FFFFFF 100%);--callout-info-bg: var(--color-info-light);--callout-info-border: #BFDBFE;--callout-info-text: #1E3A8A;--callout-success-bg: var(--color-success-light);--callout-success-border: #A7F3D0;--callout-success-text: #065F46;--callout-warning-bg: var(--color-warning-light);--callout-warning-border: #FDE68A;--callout-warning-text: #92400E;--callout-danger-bg: var(--color-danger-light);--callout-danger-border: var(--color-danger-border);--callout-danger-text: #991B1B;--brand-blue: var(--color-primary);--brand-blue-dark: var(--color-primary-hover);--brand-blue-light: var(--color-primary-light);--success-green: var(--color-success);--success-green-dark: var(--color-success-dark);--success-green-light: var(--color-success-light);--danger-red: var(--color-danger);--danger-red-light: var(--color-danger-light);--background: var(--bg-primary);--background-dark: #0F172A;--background-muted: var(--bg-subtle);--text-light: #9CA3AF;--border-color: var(--border-default);--bg-white: var(--bg-primary);--bg-dark: #0F172A;--font-sans: system-ui, -apple-system, "Segoe UI", Roboto, Inter, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;--spacing-unit: var(--space-24);--spacing-xs: var(--space-4);--spacing-sm: var(--space-8);--spacing-md: var(--space-16);--spacing-lg: var(--space-24);--spacing-xl: var(--space-32);--spacing-2xl: var(--space-48);--spacing-3xl: var(--space-64);--border-radius-sm: var(--radius-sm);--border-radius-md: var(--radius-base);--border-radius-lg: var(--radius-lg);--border-radius-xl: var(--radius-2xl);--border-radius-full: var(--radius-full);--container-sm: 640px;--container-md: 768px;--container-lg: 1024px;--container-xl: var(--container-max);--container-2xl: var(--container-max);color-scheme:light;--pagination-primary: #2563EB;--pagination-primary-hover: #1D4ED8;--pagination-primary-light: #EFF6FF;--pagination-border: #E5E7EB;--pagination-text: #374151;--pagination-text-light: #6B7280;--pagination-white: #FFFFFF;--pagination-disabled: #9CA3AF;--hit-target-min: 44px;--hit-target-desktop: 40px;--adm-primary: #0a58ff;--adm-primary-hover: #084ae0;--adm-primary-soft: #eff6ff;--adm-success: #16a34a;--adm-success-soft: #f0fdf4;--adm-warning: #d97706;--adm-warning-soft: #fffbeb;--adm-danger: #dc2626;--adm-danger-soft: #fef2f2;--adm-ink: #0f172a;--adm-text: #334155;--adm-muted: #64748b;--adm-faint: #94a3b8;--adm-border: #e2e8f0;--adm-border-soft: #f1f5f9;--adm-surface: #ffffff;--adm-canvas: #f8fafc;--adm-sidebar-bg: #0b1e45;--adm-sidebar-ink: rgba(255, 255, 255, .82);--adm-sidebar-w: 248px;--adm-sidebar-rail-w: 68px;--adm-topbar-h: 64px;--color-positive: #10b981;--color-negative: #ef4444;--shadow-hover: 0 20px 25px -5px rgba(0, 0, 0, .1);--shadow-chart: 0 4px 20px rgba(0, 102, 204, .08);--border-radius-pill: 24px;--dashboard-bg: #f8fafc;--content-padding-mobile: 16px;--primary-brand: #0A58FF;--hover-brand: #0848D6;--surface-bg: #FFFFFF;--border-line: #E6E9EF;--status-accepted: #10B981;--status-waiting: #F59E0B;--status-success-fg: #0E7A4D;--status-warning-fg: #8C5A0A;--status-warning-border: #FED7A1;--status-danger-bg: #fee2e2;--status-danger-fg: #991b1b;--status-danger-border: #fecaca;--status-neutral-fg: #3A3FB2;--status-neutral-border: #CBD1FF;--status-info-bg: #eff6ff;--status-info-fg: #1d4ed8;--status-info-border: #bfdbfe;--brand-color: #3b82f6;--brand-color-light: rgba(59, 130, 246, .1);--radius-small: 4px;--min-touch-target: 44px;--surface-card: #ffffff;--surface-subtle: #f6f8fa;--border-muted: #e2e8f0;--primary-500: #3b82f6;--primary-600: #2563eb;--error-50: #fef5e7;--error-500: #c05621;--error-600: #9c4221;--brand-blue-darker: #003D99;--surface-primary: #FFFFFF;--surface-secondary: #F8FAFC;--status-warning-text: #92400E;--status-neutral-text: #334155;--line-height-tight: 1.25;--line-height-normal: 1.5;--space-10: 40px;--font-size-lg: 18px;--font-size-xl: 20px;--font-size-2xl: 24px;--font-size-3xl: 28px;--font-weight-normal: 400;--line-height-relaxed: 1.75;--brand-blue-hover: #0052cc;--success-color: #10b981;--warning-color: #f59e0b;--error-color: #ef4444;--shadow-base: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);--app-header-h: 72px;--border-dark: #D1D5DB;--mh-blue: #2358ea;--mh-blue-700: #1d4ed8;--mh-blue-800: #1e3a8a;--mh-text: #0B1220;--mh-text-soft: #475569;--mh-text-muted: #64748B;--mh-border: #ECEFF3;--mh-border-strong: #E2E8F0;--mh-bg: #F8FAFC;--mh-good-bg: #ECFDF5;--mh-good-border: #BBF7D0;--mh-good: #047857;--mh-bad-bg: #FEF2F2;--mh-bad-border: #FECACA;--mh-bad: #B91C1C;--mh-shadow-card: 0 1px 1px rgba(15, 23, 42, .03), 0 2px 8px rgba(15, 23, 42, .03);--mh-shadow-card-strong: 0 1px 1px rgba(15, 23, 42, .03), 0 6px 18px rgba(15, 23, 42, .05);--mh-radius-card: 14px;--row-height: 88px;--gap-size: 24px;--column-gap: 16px;--side-column-min-width: 300px;--side-column-width: 372px;--center-column-width: 520px;--gradient-brand: linear-gradient(135deg, #667EEA 0%, #764BA2 100%);--gradient-brand-hover: linear-gradient(135deg, #764BA2 0%, #667EEA 100%)}@media (max-width: 768px){:root{--header-height: var(--header-height-mobile)}}@media (max-width: 360px){:root{--page-gutter: 12px;--page-gutter-mobile: 12px}}@media (prefers-reduced-motion: reduce){:root{--transition-fast: 0s;--transition-base: 0s;--transition-slow: 0s}}@supports (height: 100dvh){:root{--app-vh: 100dvh}}@media (max-width: 768px){:root{--section-padding: var(--section-padding-tablet)}}@media (max-width: 480px){:root{--section-padding: var(--section-padding-mobile)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translateY(-10px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideOut{0%{transform:translateY(0);opacity:1}to{transform:translateY(-10px);opacity:0}}@keyframes skeleton-pulse{0%,to{opacity:1}50%{opacity:.5}}.skeleton,.skeleton *{animation:skeleton-pulse 1.2s ease-in-out infinite}.stat-card:not(.skeleton),.dashboard-card:not(.skeleton){animation:none!important;transform:none!important}html.has-modal,body.has-modal{overflow:hidden!important;height:100%!important}html.has-modal .pub-header,body.has-modal .pub-header,html.has-open-modal .pub-header,body.has-open-modal .pub-header{border-bottom-color:transparent!important;box-shadow:none!important}.icon svg path,.icon svg circle,.icon svg line,.icon svg polyline,.icon svg rect,svg.icon path,svg.icon circle,svg.icon line,svg.icon polyline,svg.icon rect{stroke:currentColor}.icon{display:inline-flex;align-items:center;justify-content:center;width:1em;height:1em;flex-shrink:0}.container-wide{max-width:var(--container-max);margin:0 auto;padding:0 var(--page-gutter);width:100%}.container-full{width:100%;padding:0 var(--page-gutter)}.section{padding:var(--spacing-3xl) 0;width:100%}.section-compact{padding:var(--spacing-2xl) 0;width:100%}.section-large{padding:calc(var(--spacing-3xl) * 1.5) 0;width:100%}.bg-dark{background:var(--bg-dark);color:var(--bg-white)}.bg-muted{background:var(--bg-secondary);color:var(--text-primary)}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin:0;font-display:swap}h1{font-size:clamp(36px,5vw,56px);letter-spacing:-.02em}h2{font-size:clamp(28px,4vw,40px);letter-spacing:-.01em}h3{font-size:clamp(24px,3vw,32px)}h4{font-size:clamp(20px,2.5vw,24px)}h5{font-size:18px}h6{font-size:16px}p{margin:0}.reference-text,.citation{font-family:var(--font-mono)}@layer base{a:not([class*=btn]):not([class*=button]):not([class*=cta]):not(.skip-link):not(.adm-skip-link):not([data-action-link]):not([role=button]):not(.pub-header a):not(.car-header a):not(.nav-link):not(.auth-form-wrapper a):not(.quote-widget a):not(.adm-side-link):not(.adm-mnav-link):not(.not-found-btn){color:var(--color-primary);text-decoration:none;transition:color var(--transition-base)}a:not([class*=btn]):not([class*=button]):not([class*=cta]):not(.skip-link):not(.adm-skip-link):not([data-action-link]):not([role=button]):not(.pub-header a):not(.car-header a):not(.nav-link):not(.auth-form-wrapper a):not(.quote-widget a):not(.adm-side-link):not(.adm-mnav-link):not(.not-found-btn):hover{color:var(--color-primary-hover)}}button[type=submit],.choice-card,.transport-option{font-family:inherit;cursor:pointer}button,input,select,textarea,optgroup{font:inherit;line-height:inherit;color:inherit}input[type=checkbox],input[type=radio]{accent-color:var(--control-accent)}:focus:not(:focus-visible){outline:none}:focus-visible{outline:var(--focus-ring-width) solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset);border-radius:var(--radius-sm);box-shadow:0 0 0 var(--focus-ring-halo-width) var(--focus-ring-halo-color)}@media (forced-colors: active){:focus-visible{outline:var(--focus-ring-width) solid Highlight;box-shadow:none}}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--border-default);border-radius:var(--radius-base)}::-webkit-scrollbar-thumb:hover{background:var(--border-hover)}.ldm-container,.ldm-body{-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.card img,.card video,.card svg{display:block;max-width:100%;height:auto;object-fit:cover}.card:not(.skeleton){animation:none!important;transform:none!important}.card *{font-display:swap}.auth-modal .modal-content>div:first-child,.auth-modal .modal-content .customer-login,.auth-modal .modal-content .carrier-login,.auth-modal .modal-content .customer-signup,.auth-modal .modal-content .carrier-signup{background:transparent!important;box-shadow:none!important;border:0!important;padding:0!important;margin:0!important;border-radius:0!important}.auth-modal .auth-page,.auth-modal .auth-container,.auth-modal [class*=auth-page],.auth-modal [class*=auth-container],.auth-modal [class*=auth-card]{background:transparent!important;box-shadow:none!important;border:0!important;padding:0!important;margin:0!important;min-height:auto!important;border-radius:0!important}.auth-modal input:not([type=checkbox]),.auth-modal textarea,.auth-modal select{background:#fff!important;border:1px solid #E2E8F0!important;box-shadow:none!important}.auth-modal input:focus{border-color:#06f!important;box-shadow:0 0 0 3px #0066ff1f!important}.auth-modal .auth-submit-button{background:#06f!important;border:none!important}.auth-modal button[type=submit]:hover:not(:disabled),.auth-modal .auth-submit-button:hover:not(:disabled){background:#0052cc!important}.auth-modal button[type=submit]:disabled,.auth-modal .auth-submit-button:disabled{background:#cbd5e1!important}.auth-modal .auth-error-banner{background:#fef2f2!important;border:1px solid #FCA5A5!important}.auth-modal .auth-form-footer{border-top:1px solid #E2E8F0!important}@media (max-width: 768px){select,textarea{font-size:16px!important}button{min-height:44px}}@media (pointer: coarse){input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=file]):not([type=color]),select,textarea{font-size:16px!important}}@media print{body{padding-top:0!important}}body{font-size:16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;color:var(--text-primary);line-height:1.6;width:100%;min-height:100dvh;margin:0;padding:0;overflow-y:auto;position:relative;background:#fff;font-display:swap;max-width:100%;overflow-x:hidden}body.modal-open{overflow:hidden!important}html[data-keyboard-open=true] body{padding-bottom:var(--kb-inset, 0px)}.layout-page{min-height:100dvh;padding-bottom:var(--scw-safe-zone, 0px)}[data-sticky-cta]{padding-bottom:max(var(--space-16, 16px),var(--safe-bottom, 0px))}.ui-sheet,[role=dialog]{-webkit-overflow-scrolling:touch}.modal-backdrop{-webkit-backdrop-filter:var(--backdrop-blur, blur(2px))}.app-wrapper{width:100%;min-height:var(--app-vh);min-height:100dvh;display:flex;flex-direction:column;overflow-x:hidden;position:relative;background:#fff;transform:none!important;filter:none!important;perspective:none!important;contain:none!important}.main-content{flex:1 0 auto;padding-top:72px;width:100%;overflow-x:hidden;background:#fff;transform:none!important;filter:none!important;perspective:none!important;min-height:calc(var(--app-vh) - 72px);min-height:calc(100dvh - 72px)}@media (max-width: 768px){.main-content{padding-top:64px;min-height:calc(var(--app-vh) - 64px);min-height:calc(100dvh - 64px)}}html.has-open-modal,body.has-open-modal{height:100%!important;overflow:hidden!important}.app,.app-shell,.page,.layout{transform:none!important;perspective:none!important;filter:none!important;contain:none!important;will-change:auto!important}.page-actions .btn,.layout-content .btn,.dashboard-actions .btn,.page-content .btn:not(.quote-widget .btn):not(.modal-body .btn):not(.auth-modal .btn):not(.customer-quote-modal-body .btn):not(.confirmation-card .btn):not(.notification-cta){width:100%}.page-actions .btn-primary,.layout-content .btn-primary,.dashboard-actions .btn-primary,.page-content .btn-primary:not(.quote-widget .btn-primary):not(.modal-body .btn-primary):not(.auth-modal .btn-primary):not(.customer-quote-modal-body .btn-primary):not(.confirmation-card .btn-primary):not(.notification-cta){background:linear-gradient(135deg,var(--brand-blue) 0%,var(--brand-blue-dark) 100%);color:#fff;width:100%}.page-actions .btn-primary:hover,.layout-content .btn-primary:hover,.dashboard-actions .btn-primary:hover,.page-content .btn-primary:not(.quote-widget .btn-primary):not(.modal-body .btn-primary):not(.auth-modal .btn-primary):not(.customer-quote-modal-body .btn-primary):not(.confirmation-card .btn-primary):not(.notification-cta):hover{box-shadow:0 4px 12px #0066cc40}.btn-outline{background:transparent;color:var(--brand-blue);border:2px solid var(--brand-blue)}.btn-outline:not(.auth-btn):hover{background:var(--brand-blue);color:#fff;box-shadow:0 4px 12px #0066cc40}.modal-body .btn-primary,.auth-modal .btn-primary,.customer-quote-modal-body .btn-primary{width:auto!important;display:inline-flex!important;background:linear-gradient(135deg,var(--brand-blue) 0%,var(--brand-blue-dark) 100%);color:#fff}.modal-body .btn-primary:hover,.auth-modal .btn-primary:hover,.customer-quote-modal-body .btn-primary:hover,.quote-widget .btn-primary:hover{box-shadow:0 4px 12px #0066cc40}.auth-submit-button{font-family:inherit;cursor:pointer;display:block!important;visibility:visible!important;opacity:1!important;width:100%!important;background:#06f!important;color:#fff!important;border:none!important}.auth-modal button[type=submit],.auth-form-wrapper button[type=submit]{display:block!important;visibility:visible!important;opacity:1!important;width:100%!important;background:#06f!important;color:#fff!important;border:none!important}.card:not(.notification-item){background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 8px #00000014;transition:box-shadow .2s ease;min-height:120px;border:1px solid transparent}.card:not(.notification-item):hover{box-shadow:0 4px 12px #0000001f}.auth-modal .auth-card{padding:0!important;margin:0!important;min-height:auto!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;border:0!important}.auth-modal .card{background:transparent!important;box-shadow:none!important;border:0!important}.card:not(.notification-item) img,.card:not(.notification-item) video,.card:not(.notification-item) svg{display:block;max-width:100%;height:auto;object-fit:cover}.card.skeleton:not(.notification-item){min-height:120px}.card:not(.skeleton):not(.notification-item){animation:none!important;transform:none!important}.main-content:focus:not(:focus-visible){outline:none}@keyframes fadeInSafe{0%{opacity:0}to{opacity:1}}.header{min-height:72px}@media (max-width: 768px){.header{min-height:64px}}.loading-content{min-height:200px;display:flex;align-items:center;justify-content:center}.page-section{padding:2rem 0;min-height:100px}@media (max-width: 768px){.hide-mobile{display:none!important}}@media (min-width: 769px){.hide-desktop{display:none!important}}.will-change-transform{will-change:transform}.will-change-auto{will-change:auto}.card-list:not(.notifications-list){contain:layout style}.loading-skeleton{contain:layout style;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.container{transform:none!important;perspective:none!important;filter:none!important;contain:none!important;will-change:auto!important;box-sizing:border-box;min-width:0;width:100%;max-width:1200px;margin:0 auto;padding:0 16px}.container-fluid{width:100%;padding:0 16px}.d-flex{display:flex}.d-inline-flex{display:inline-flex}.d-block{display:block}.d-inline-block{display:inline-block}.d-none{display:none}.flex-row{flex-direction:row}.flex-column{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-around{justify-content:space-around}.align-start{align-items:flex-start}.align-center{align-items:center}.align-end{align-items:flex-end}.align-stretch{align-items:stretch}.flex-1{flex:1}.flex-auto{flex:auto}.flex-none{flex:none}.m-0{margin:0}.m-1{margin:4px}.m-2{margin:8px}.m-3{margin:12px}.m-4{margin:16px}.m-5{margin:20px}.m-6{margin:24px}.m-8{margin:32px}.mt-5{margin-top:20px}.mt-8{margin-top:32px}.mb-5{margin-bottom:20px}.mb-8{margin-bottom:32px}.ml-0{margin-left:0}.ml-1{margin-left:4px}.ml-2{margin-left:8px}.ml-3{margin-left:12px}.ml-4{margin-left:16px}.ml-auto{margin-left:auto}.mr-0{margin-right:0}.mr-1{margin-right:4px}.mr-2{margin-right:8px}.mr-3{margin-right:12px}.mr-4{margin-right:16px}.mr-auto{margin-right:auto}.mx-auto{margin-left:auto;margin-right:auto}.my-auto{margin-top:auto;margin-bottom:auto}.p-0{padding:0}.p-1{padding:4px}.p-2{padding:8px}.p-3{padding:12px}.p-4{padding:16px}.p-5{padding:20px}.p-6{padding:24px}.p-8{padding:32px}.pt-0{padding-top:0}.pt-1{padding-top:4px}.pt-2{padding-top:8px}.pt-3{padding-top:12px}.pt-4{padding-top:16px}.pt-5{padding-top:20px}.pt-6{padding-top:24px}.pt-8{padding-top:32px}.pb-0{padding-bottom:0}.pb-1{padding-bottom:4px}.pb-2{padding-bottom:8px}.pb-3{padding-bottom:12px}.pb-4{padding-bottom:16px}.pb-5{padding-bottom:20px}.pb-6{padding-bottom:24px}.pb-8{padding-bottom:32px}.pl-0{padding-left:0}.pl-1{padding-left:4px}.pl-2{padding-left:8px}.pl-3{padding-left:12px}.pl-4{padding-left:16px}.pr-0{padding-right:0}.pr-1{padding-right:4px}.pr-2{padding-right:8px}.pr-3{padding-right:12px}.pr-4{padding-right:16px}.gap-0{gap:0}.gap-1{gap:4px}.gap-5{gap:20px}.gap-8{gap:32px}.w-auto{width:auto}.w-fit{width:fit-content}.w-25{width:25%}.w-50{width:50%}.w-75{width:75%}.h-auto{height:auto}.h-screen{height:var(--app-vh);height:100dvh}.h-fit{height:fit-content}.min-h-0{min-height:0}.min-h-full{min-height:100%}.min-h-screen{min-height:var(--app-vh);min-height:100dvh}.max-w-xs{max-width:20rem}.max-w-sm{max-width:24rem}.max-w-md{max-width:28rem}.max-w-lg{max-width:32rem}.max-w-xl{max-width:36rem}.max-w-2xl{max-width:42rem}.max-w-full{max-width:100%}.max-w-none{max-width:none}.text-justify{text-align:justify}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:sticky}.static{position:static}.top-0{top:0}.right-0{right:0}.bottom-0{bottom:0}.left-0{left:0}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-scroll{overflow:scroll}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-hidden{overflow-y:hidden}.border{border:1px solid #e5e7eb}.border-0{border:0}.border-t{border-top:1px solid #e5e7eb}.border-b{border-bottom:1px solid #e5e7eb}.border-l{border-left:1px solid #e5e7eb}.border-r{border-right:1px solid #e5e7eb}.rounded{border-radius:.375rem}.rounded-sm{border-radius:.125rem}.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-full{border-radius:9999px}.rounded-none{border-radius:0}.bg-transparent{background-color:transparent}.bg-white{background:var(--bg-white);color:var(--text-primary);background-color:#fff}.bg-gray-50{background-color:#f9fafb}.bg-gray-100{background-color:#f3f4f6}.bg-gray-200{background-color:#e5e7eb}.shadow-none{box-shadow:none}.shadow-sm{box-shadow:0 1px 2px #0000000d}.shadow{box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.shadow-md{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.cursor-pointer{cursor:pointer}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.select-none{-webkit-user-select:none;user-select:none}.select-text{-webkit-user-select:text;user-select:text}.select-all{-webkit-user-select:all;user-select:all}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.visible{visibility:visible}.invisible{visibility:hidden}.opacity-0{opacity:0}.opacity-25{opacity:.25}.opacity-50{opacity:.5}.opacity-75{opacity:.75}.opacity-100{opacity:1}@media (max-width: 640px){.sm\:d-none{display:none}.sm\:d-block{display:block}.sm\:flex-column{flex-direction:column}.sm\:text-center{text-align:center}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}}@media (max-width: 768px){.md\:d-none{display:none}.md\:d-block{display:block}.md\:flex-column{flex-direction:column}.md\:text-center{text-align:center}}@media (max-width: 1023px){.lg\:d-none{display:none}.lg\:d-block{display:block}.lg\:flex-column{flex-direction:column}}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring:focus{outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 3px #3b82f680}.hover-transition:hover{transition:all .2s ease}.focus-transition:focus{transition:all .2s ease}@media print{.print\:d-none{display:none}.print\:d-block{display:block}}*{margin:0;padding:0;box-sizing:border-box}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@media (prefers-reduced-motion: reduce){*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-0{margin-bottom:0}.mb-1{margin-bottom:4px}.mb-2{margin-bottom:8px}.mb-3{margin-bottom:12px}.mb-4{margin-bottom:16px}.mb-6{margin-bottom:24px}.mt-0{margin-top:0}.mt-1{margin-top:4px}.mt-2{margin-top:8px}.mt-3{margin-top:12px}.mt-4{margin-top:16px}.mt-6{margin-top:24px}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:8px}.gap-3{gap:12px}.gap-4{gap:16px}.gap-6{gap:24px}.w-full{width:100%}.h-full{height:100%}.sr-only{border-width:0;position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:auto;width:100%;height:100%;overflow-y:auto;background:#fff;scrollbar-gutter:stable;scroll-padding-top:calc(var(--real-header-height, 72px) + 16px);max-width:100%;overflow-x:hidden}#root{width:100%;min-height:var(--app-vh);min-height:100dvh;position:relative;background:#fff;transform:none!important;filter:none!important;perspective:none!important;will-change:auto!important;max-width:100%;overflow-x:clip}svg{display:inline-block;vertical-align:middle;flex-shrink:0;width:1em;height:1em;max-width:100%}img,video,canvas,iframe{max-width:100%}@media (max-width: 768px){input:not([type=checkbox]):not([type=radio]):not([type=range]){font-size:16px!important}}.pill-chip{font-family:inherit;cursor:pointer}@media (max-width: 768px){.pill-chip{min-height:0}}@media (max-width: 768px){a.button,[role=button]{min-height:44px}.pdf-zoom-btn{min-height:0}}.table-wrapper,.table-scroll,.responsive-table{-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;max-width:100%}@media (max-width: 480px){.modal-content,.modal-panel{max-width:calc(100vw - 16px)!important;margin:8px auto!important}}@media (max-width: 768px){.home-page section{padding-left:0;padding-right:0}.home-page .features-wrapper{margin-top:12px}.row-2col,.two-col,[data-stack-on-mobile=true]{grid-template-columns:1fr!important;flex-direction:column!important}}.btn{min-width:fit-content;display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease;text-decoration:none;line-height:1;height:40px;padding:0 16px;gap:8px;white-space:nowrap;font-family:inherit}@media (max-width: 768px){.btn{min-height:44px}}.btn:disabled{opacity:.6;cursor:not-allowed}.btn:focus{outline:none;box-shadow:0 0 0 3px var(--focus-ring, rgba(0, 102, 204, .1))}.btn:focus-visible{outline:2px solid currentColor;outline-offset:2px}.btn[aria-disabled=true]{opacity:.6;cursor:not-allowed}.btn-primary{background:var(--color-primary, #0066cc);color:#fff;border:1px solid var(--color-primary, #0066cc)}.btn-primary:hover:not(:disabled){background:var(--color-primary-hover, #0052cc);border-color:var(--color-primary-hover, #0052cc)}.btn-secondary{background:transparent;color:var(--color-primary, #0066cc);border:1px solid var(--color-primary, #0066cc)}.btn-secondary:hover:not(:disabled){background:var(--color-primary-light, #f0f7ff);color:var(--color-primary-hover, #0052cc);border-color:var(--color-primary, #0066cc)}.btn-secondary:active:not(:disabled),.btn-secondary.is-selected:not(:disabled),.btn-secondary[aria-pressed=true]:not(:disabled),.btn-secondary[aria-selected=true]:not(:disabled){background:var(--color-primary, #0066cc);border-color:var(--color-primary, #0066cc);color:#ffffffe6}.btn-secondary.is-selected:hover:not(:disabled),.btn-secondary[aria-pressed=true]:hover:not(:disabled),.btn-secondary[aria-selected=true]:hover:not(:disabled){background:var(--color-primary-hover, #0052cc);border-color:var(--color-primary-hover, #0052cc);color:#ffffffe6}.btn-secondary:focus-visible:not(:disabled){outline:none;box-shadow:0 0 0 3px var(--focus-ring, rgba(0, 102, 204, .1))}.btn-danger{background:var(--color-danger, #dc2626);color:#fff;border:1px solid var(--color-danger, #dc2626)}.btn-danger:hover:not(:disabled){background:var(--color-danger-hover, #b91c1c);border-color:var(--color-danger-hover, #b91c1c)}.form-group{margin-bottom:24px;flex-shrink:0;display:flex;flex-direction:column;gap:8px}@media (max-width: 768px){.form-group{margin-bottom:20px}}.form-group label{font-size:14px;font-weight:500;color:var(--text-primary, #0f172a);line-height:1.4}.form-group input,.form-group select,.form-group textarea{width:100%;height:44px;padding:0 12px;border:1px solid var(--border-light, #e5e7eb);border-radius:8px;font-size:14px;transition:border-color .2s ease,box-shadow .2s ease;background:#fff;line-height:1.4;color:var(--text-primary, #0f172a);font-family:inherit}.form-group textarea{height:auto;min-height:80px;padding:12px;resize:vertical}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--border-focus, #0066cc);box-shadow:0 0 0 3px var(--focus-ring, rgba(0, 102, 204, .1))}.form-group input.disabled,.form-group select.disabled{background:var(--bg-disabled, #f9fafb);color:var(--text-muted, #64748b);cursor:not-allowed}.form-group input.error,.form-group select.error,.form-group textarea.error{border-color:var(--color-danger, #dc2626)}.input-with-icon{position:relative;display:block;width:100%}.input-with-icon input{width:100%;height:44px;padding:0 50px 0 12px!important;border:1px solid var(--border-light, #e5e7eb);border-radius:8px;font-size:14px;transition:border-color .2s ease,box-shadow .2s ease;background:#fff;line-height:1.4;color:var(--text-primary, #0f172a);font-family:inherit;box-sizing:border-box}.input-with-icon input:focus{outline:none;border-color:var(--border-focus, #0066cc);box-shadow:0 0 0 3px var(--focus-ring, rgba(0, 102, 204, .1))}.input-with-icon input.error{border-color:var(--color-danger, #dc2626)}.input-icon-button{position:absolute!important;top:50%!important;right:14px!important;transform:translateY(-50%)!important;width:24px;height:24px;background:none;border:none;cursor:pointer;padding:0;color:var(--text-muted, #64748b);display:flex;align-items:center;justify-content:center;z-index:100;transition:color .2s ease,background-color .2s ease;border-radius:4px}.input-icon-button:hover{color:var(--text-secondary, #475569);background:#0000000d}.input-icon-button:focus{outline:none;box-shadow:0 0 0 2px var(--focus-ring, rgba(0, 102, 204, .1))}.input-icon-button:focus-visible{outline:2px solid var(--color-primary, #0066cc);outline-offset:2px}.input-icon-button svg{width:18px!important;height:18px!important;stroke-width:2!important}.field-error{font-weight:500;animation:fadeIn .2s ease-out;font-size:13px;color:var(--color-danger, #dc2626);margin-top:4px;line-height:1.4}.field-note,.field-helper{font-size:12px;color:var(--text-secondary, #475569);margin-top:4px;line-height:1.4}.toggle-label{display:flex;align-items:center;gap:12px;cursor:pointer;font-size:14px;color:var(--text-primary, #0f172a);line-height:1.4}.toggle-label input[type=checkbox]{position:absolute;opacity:0}.toggle-label input[type=checkbox]:focus+.toggle-slider{box-shadow:0 0 0 3px var(--focus-ring, rgba(0, 102, 204, .1))}.toggle-slider{width:44px;height:24px;background:var(--border-light, #e5e7eb);border-radius:12px;position:relative;transition:background-color .2s ease;flex-shrink:0}.toggle-slider:before{content:"";position:absolute;width:20px;height:20px;border-radius:50%;background:#fff;top:2px;left:2px;transition:transform .2s ease;box-shadow:0 1px 3px #0003}.toggle-label input[type=checkbox]:checked+.toggle-slider{background:var(--color-primary, #0066cc)}.toggle-label input[type=checkbox]:checked+.toggle-slider:before{transform:translate(20px)}.card{min-height:120px;background:#fff;border:1px solid var(--border-light, #e5e7eb);border-radius:12px;padding:24px;box-shadow:var(--shadow-sm, 0 2px 4px rgba(15, 23, 42, .05))}.card:hover{box-shadow:var(--shadow-lg, 0 8px 24px rgba(15, 23, 42, .12));transition:box-shadow .3s cubic-bezier(.4,0,.2,1)}.card-header{margin-bottom:24px;border-bottom:1px solid var(--border-light, #e5e7eb);padding-bottom:12px}.card-title{margin:0;font-size:18px;font-weight:600;color:var(--text-primary, #0f172a)}.loading{opacity:.6;pointer-events:none}.spinner{display:inline-block;width:16px;height:16px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.btn-sm{height:36px;padding:0 12px;font-size:13px;gap:6px}.btn-ghost{background:transparent;color:var(--text-secondary);border:1px solid transparent}.btn-ghost:hover:not(:disabled){background:var(--bg-secondary);color:var(--text-primary)}@media (pointer: coarse),(max-width: 768px){.btn-sm{height:44px}}button:not(.ui-iconbtn):not(.ui-chip):not(.ui-tab):not(.ui-chip__remove):not(.u-no-floor):not([class*=link]):not([class*=close]):not([class*=icon]):not([class*=toggle]):not([class*=caret]):not([class*=arrow]):not([class*=dot]):not([class*=star]){min-height:var(--icon-button-size)}@media (pointer: coarse),(max-width: 768px){button:not(.ui-iconbtn):not(.ui-chip):not(.ui-tab):not(.ui-chip__remove):not(.u-no-floor):not([class*=link]):not([class*=close]):not([class*=icon]):not([class*=toggle]):not([class*=caret]):not([class*=arrow]):not([class*=dot]):not([class*=star]){min-height:var(--input-height)}}select:not(.u-no-floor),input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=file]):not([type=color]):not([type=hidden]):not(.u-no-floor){min-height:36px}@media (pointer: coarse),(max-width: 768px){select:not(.u-no-floor),input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=file]):not([type=color]):not([type=hidden]):not(.u-no-floor),textarea:not(.u-no-floor){min-height:44px}}select:not([multiple]):not([size]):not(.u-native):not(.ui-select__control):not(.sp-select):not(.twp-select):not(.mkt-filters select):not(.rv-pagesize){-webkit-appearance:none;-moz-appearance:none;appearance:none;box-sizing:border-box;padding-right:34px;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%2364748B' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.toolbar-filters select{background-image:none}@media (pointer: coarse),(max-width: 768px){.tt-grow{min-width:var(--hit-target-min);min-height:var(--hit-target-min)}.tt-overlay{position:relative}.tt-overlay:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:max(100%,var(--hit-target-min));height:max(100%,var(--hit-target-min))}.tt-overlay-y{position:relative}.tt-overlay-y:after{content:"";position:absolute;top:50%;left:0;transform:translateY(-50%);width:100%;height:max(100%,var(--hit-target-min))}}@media (max-width: 1023px){.footer{width:100%!important;max-width:100%!important}}.footer{background:linear-gradient(180deg,#1e293b,#1a2332);padding:40px 0;margin-top:0;width:100%;max-width:100%;position:relative;z-index:1;border-top:1px solid rgba(255,255,255,.05);margin-left:0;margin-right:0}@media (max-width: 768px){.footer{margin-top:0}}@media (max-width: 480px){.footer{padding:28px 0;margin-top:0}}@media (max-width: 768px){.footer{padding:18px 0 calc(96px + env(safe-area-inset-bottom,0))!important}}.footer-container{max-width:1280px;margin:0 auto;padding:0 32px}@media (max-width: 768px){.footer-container{padding:0 20px}}@media (max-width: 480px){.footer-container{padding:0 16px}}.footer-main{display:grid;grid-template-columns:1.5fr 1fr 1.1fr 1fr;gap:48px;margin-bottom:40px;align-items:start}@media (max-width: 1023px) and (min-width: 769px){.footer-main{grid-template-columns:1fr 1fr;gap:40px}}@media (max-width: 768px){.footer-main{grid-template-columns:1fr}}@media (max-width: 480px){.footer-main{gap:24px}}@media (max-width: 768px){.footer-main{gap:10px!important;margin-bottom:14px!important}}@media (max-width: 1023px) and (min-width: 769px){.footer-brand-column{text-align:center}}@media (max-width: 768px){.footer-brand-column{border-bottom:1px solid rgba(255,255,255,.08);order:1}}.footer-brand-column{display:flex;flex-direction:column}@media (max-width: 1023px) and (min-width: 769px){.footer-brand-column{grid-column:1 / -1;align-items:center;margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid rgba(255,255,255,.08)}}@media (max-width: 768px){.footer-brand-column{margin-bottom:0!important;padding-bottom:0!important;align-items:center!important;text-align:center!important}}@media (max-width: 768px){.footer-brand{justify-content:center}}.footer-brand{display:flex;align-items:center;gap:12px;margin-bottom:12px}@media (max-width: 1023px) and (min-width: 769px){.footer-brand{justify-content:center}}.footer-logo{height:72px;width:auto;display:block;box-shadow:none;filter:none;background:transparent;isolation:isolate;mix-blend-mode:normal}@media (max-width: 480px){.footer-logo{height:48px}}@media (max-width: 768px){.footer-logo{height:40px!important}}.footer-brand-name{line-height:1;font-size:32px;font-weight:500;color:#fff;letter-spacing:-.02em}@media (max-width: 768px){.footer-brand-name{font-size:24px;letter-spacing:.01em;display:none!important}}@media (max-width: 480px){.footer-brand-name{font-size:24px}}.footer-tagline{font-weight:400;font-size:14px;line-height:1.4;color:#c8d3e5;margin:0 0 20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 1023px) and (min-width: 769px){.footer-tagline{text-align:center;margin:0 auto 20px;white-space:normal;max-width:400px}}@media (max-width: 768px){.footer-tagline{margin-bottom:16px;text-align:center}}@media (max-width: 480px){.footer-tagline{font-size:12px;white-space:normal;max-width:100%;padding:0 10px}}@media (max-width: 768px){.footer-tagline{display:block!important;font-size:12px!important;line-height:1.45!important;color:#ffffff9e!important;margin:8px auto 0!important;max-width:100%!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;text-wrap:balance!important}}.footer-social{align-items:center;display:flex;gap:12px}@media (max-width: 1023px) and (min-width: 769px){.footer-social{justify-content:center}}@media (max-width: 768px){.footer-social{display:flex!important;justify-content:center!important;gap:12px!important;margin-top:16px!important;margin-bottom:10px!important}}@media (pointer: coarse),(max-width: 768px){.footer-social{gap:12px}}.footer-social-link{color:#8ea2c2;text-decoration:none;padding:8px;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#ffffff0d;transition:all .2s ease}@media (pointer: coarse),(max-width: 768px){.footer-social-link{padding:8px}}@media (max-width: 768px){.footer-social-link{min-height:0}}@media (max-width: 480px){.footer-social-link{width:28px;height:28px}}@media (pointer: coarse),(max-width: 768px){.footer-social-link{width:32px;height:32px;position:relative}}.footer-social-link:hover{color:#4ea8ff;background:#4ea8ff26}.footer-social-link svg{width:16px;height:16px;color:#c8d3e5;transition:color .2s ease}@media (max-width: 480px){.footer-social-link svg{width:14px;height:14px}}@media (pointer: coarse),(max-width: 768px){.footer-social-link svg{width:16px;height:16px}}.footer-social-link:hover svg{color:#4ea8ff}.footer-links-column{display:flex;flex-direction:column}@media (max-width: 1023px) and (min-width: 769px){.footer-links-column{order:1}}@media (max-width: 768px){.footer-links-column{order:2;text-align:center;padding:14px 0!important;border-top:1px solid rgba(255,255,255,.08)!important}}.footer-why-column{display:flex;flex-direction:column}@media (max-width: 1023px) and (min-width: 769px){.footer-why-column{order:2}}@media (max-width: 768px){.footer-why-column{order:3;text-align:center;padding:14px 0!important;border-top:1px solid rgba(255,255,255,.08)!important;border-bottom:1px solid rgba(255,255,255,.08)!important}}@media (max-width: 1023px) and (min-width: 769px){.footer-contact-column{margin-top:16px;padding-top:24px;border-top:1px solid rgba(255,255,255,.08);order:3;grid-column:2}}.footer-contact-column{display:flex;flex-direction:column}@media (max-width: 768px){.footer-contact-column{order:4;padding-top:0!important;text-align:center!important}}.footer-heading{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#fff;margin-bottom:20px;position:relative;display:inline-block}@media (max-width: 768px){.footer-heading{font-size:12px;letter-spacing:.14em;margin-bottom:14px;justify-content:center}}.footer-heading-accent{display:block;width:40px;height:3px;background:linear-gradient(90deg,#1677ff,#0db2ff);margin-top:8px;border-radius:2px}@media (max-width: 768px){.footer-heading-accent{display:none}}.footer-links{row-gap:24px;list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}@media (pointer: coarse),(max-width: 768px){.footer-links{row-gap:4px}}@media (max-width: 768px){.footer-links{align-items:center;gap:12px}}@media (max-width: 480px){.footer-links{gap:12px}}@media (pointer: coarse),(max-width: 768px){.footer-links{gap:2px}}.footer-links a{font-size:14px;font-weight:400;color:#c8d3e5;text-decoration:none;transition:color .2s ease;display:block;line-height:1.5}@media (max-width: 768px){.footer-links a{font-size:13.5px;justify-content:center}}@media (pointer: coarse),(max-width: 768px){.footer-links a{display:flex;align-items:center;min-height:var(--hit-target-min, 44px)}}.footer-links a:hover{color:#4ea8ff}.footer-contact{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}@media (max-width: 768px){.footer-contact{align-items:center;flex-direction:row!important;flex-wrap:wrap!important;justify-content:center!important;gap:6px 18px!important}}.footer-contact li{display:flex;align-items:center;gap:10px;font-size:14px;color:#c8d3e5;line-height:1.5}@media (max-width: 768px){.footer-contact li{justify-content:center;font-size:13px!important;color:#ffffffc7!important}}.footer-icon{width:16px;height:16px;flex-shrink:0;stroke:#4ea8ff;stroke-width:2}.footer-contact a{color:#c8d3e5;text-decoration:none;transition:all .2s ease}@media (max-width: 768px){.footer-contact a{text-decoration:none!important}}.footer-contact a:hover{color:#e6eef7;text-decoration:underline}@media (max-width: 768px){.footer-contact a:hover{text-decoration:none!important}}.footer-features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}@media (max-width: 768px){.footer-features{align-items:center;gap:12px}}@media (max-width: 480px){.footer-features{gap:12px}}@media (pointer: coarse),(max-width: 768px){.footer-features{gap:2px}}.footer-features li{display:flex;align-items:center;gap:8px;font-size:14px;color:#c8d3e5;line-height:1.5;padding-left:20px;position:relative;transition:color .2s ease}@media (max-width: 768px){.footer-features li{font-size:13.5px;justify-content:center}}.footer-features li:hover{color:#e6eef7}.footer-features li:before{content:"✓";position:absolute;left:0;color:#4ea8ff;font-weight:700;font-size:14px}.footer-features li strong{color:#fff;font-weight:600}.footer-bottom{padding-top:24px;border-top:1px solid rgba(255,255,255,.08)}@media (max-width: 768px){.footer-bottom{padding-top:0!important;border-top:0!important;margin-top:10px!important}}.footer-bottom-content{flex-wrap:wrap;gap:16px;display:flex;justify-content:space-between;align-items:center}@media (max-width: 768px){.footer-bottom-content{flex-direction:column!important;gap:12px!important;align-items:center!important;text-align:center!important}}.footer-copyright{font-size:13px;color:#8ea2c2}@media (max-width: 480px){.footer-copyright{font-size:12px}}@media (max-width: 768px){.footer-copyright{order:2;font-size:12px!important;color:#ffffff80!important}}.footer-legal{flex-wrap:wrap;display:flex;align-items:center;gap:8px}@media (max-width: 480px){.footer-legal{flex-direction:column}}@media (max-width: 768px){.footer-legal{gap:10px;order:1;display:flex!important;flex-direction:row!important;flex-wrap:wrap!important;justify-content:center!important;align-items:center!important;width:100%!important;max-width:340px!important;margin:0 auto!important;row-gap:6px!important;column-gap:12px!important}}@media (pointer: coarse),(max-width: 768px){.footer-legal{row-gap:0!important}}.footer-legal-about,.footer-legal-about-sep{display:inline}.footer-legal-item{display:contents}.footer-legal a{white-space:nowrap;font-size:13px;color:#8ea2c2;text-decoration:none;transition:color .2s ease}@media (max-width: 480px){.footer-legal a{font-size:12px}}@media (max-width: 768px){.footer-legal a{font-size:13px!important;text-decoration:none!important;white-space:nowrap!important}}@media (pointer: coarse),(max-width: 768px){.footer-legal a{display:inline-flex;align-items:center;min-height:var(--hit-target-min, 44px)}}.footer-legal a:hover{color:#4ea8ff}@media (max-width: 768px){.footer-legal a:hover{text-decoration:none!important}}@media (max-width: 480px){.footer-separator{display:none}}.footer-separator{color:#4a5568;font-size:13px;margin:0 4px}@media (max-width: 768px){.footer-separator{color:#ffffff59!important;font-size:13px!important}}.footer a:focus-visible{outline:2px solid #4EA8FF;outline-offset:2px;border-radius:4px}.footer-social-link:focus-visible{outline:2px solid #4EA8FF;outline-offset:2px;border-radius:4px}@media (max-width: 768px){.footer-main>*+*{padding-top:28px;border-top:1px solid rgba(255,255,255,.07)}}@media (max-width: 768px){.footer-contact-item--chat{display:none!important}.footer-links-column .footer-heading,.footer-why-column .footer-heading{font-size:12px!important;margin-bottom:10px!important}.footer-links-column .footer-links a,.footer-why-column .footer-links a{font-size:13px;font-weight:400;color:#8ea2c2;text-align:center}.footer-links-column .footer-heading-accent,.footer-why-column .footer-heading-accent,.footer-contact-column .footer-heading{display:none}.footer-main>*+*{padding-top:0!important;border-top:0!important}.footer-legal-about,.footer-legal-about-sep{display:inline}.footer-legal-item{display:flex!important;align-items:center!important;gap:6px!important}}.footer-features a{font-size:14px;font-weight:400;color:#c8d3e5;text-decoration:none;transition:color .2s ease;display:block;line-height:1.5}@media (max-width: 768px){.footer-features a{font-size:13px}}@media (pointer: coarse),(max-width: 768px){.footer-features a{display:flex;align-items:center;min-height:var(--hit-target-min, 44px)}}@media (pointer: coarse),(max-width: 768px){.footer-social-link:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:max(100%,var(--hit-target-min, 44px));height:max(100%,var(--hit-target-min, 44px))}}
