*{margin:0;padding:0}:root{--app-font:Arial,"Segoe UI",Helvetica,sans-serif;--primary:#1e5ba8;--primary-dark:#164a8a;--secondary:#2196f3;--success:#10b981;--danger:#ef4444;--warning:#f59e0b;--dark:#1f2937;--gray:#6b7280;--light-gray:#f9fafb;--border:#e5e7eb;--white:#fff;--shadow:0 1px 3px #0000001a;--shadow-lg:0 4px 12px #0000001a;--sidebar-bg:#1a2332}html{font-size:15px}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f9fafb;background:var(--light-gray);color:#1f2937;color:var(--dark);font-size:15px;line-height:1.5;overflow-x:hidden;text-rendering:optimizeLegibility}body,button,input,select,textarea{font-family:Arial,Segoe UI,Helvetica,sans-serif;font-family:var(--app-font)}::-webkit-scrollbar{height:6px;width:6px}::-webkit-scrollbar-track{background:#0000}::-webkit-scrollbar-thumb{background:#6b72804d;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#6b728080}.badge{border-radius:20px;display:inline-block;font-size:11px;font-weight:700;letter-spacing:.3px;padding:3px 10px}.badge-primary{background:#1e5ba81f;color:#1e5ba8;color:var(--primary)}.badge-success{background:#10b9811f;color:#10b981;color:var(--success)}.badge-warning{background:#f59e0b24;color:#f59e0b;color:var(--warning)}.badge-danger{background:#ef44441f;color:#ef4444;color:var(--danger)}.badge-info{background:#2196f31f;color:#2196f3;color:var(--secondary)}.btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:14px;font-weight:700;gap:6px;padding:8px 16px;transition:all .2s}.btn-primary{background:#1e5ba8;background:var(--primary);color:#fff}.btn-primary:hover{background:#164a8a;background:var(--primary-dark);box-shadow:0 4px 12px #1e5ba84d;transform:translateY(-1px)}.btn-success{background:#10b981;background:var(--success);color:#fff}.btn-success:hover{background:#059669;transform:translateY(-1px)}.btn-danger{background:#ef4444;background:var(--danger);color:#fff}.btn-danger:hover{background:#dc2626}.btn-outline{background:#0000;border:1.5px solid #e5e7eb;border:1.5px solid var(--border);color:#1f2937;color:var(--dark)}.btn-outline:hover{background:#f9fafb;background:var(--light-gray)}.btn-sm{font-size:13px;padding:6px 11px}.table-wrapper{border-radius:10px;overflow-x:auto}table{border-collapse:collapse;font-size:14px;width:100%}thead th{background:#f9fafb;background:var(--light-gray);color:#6b7280;color:var(--gray);font-size:12px;font-weight:700;letter-spacing:.5px;padding:10px 14px;text-transform:uppercase;white-space:nowrap}tbody td,thead th{border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--border)}tbody td{padding:12px 14px;vertical-align:middle}tbody tr:hover{background:#f9fafbcc}tbody tr:last-child td{border-bottom:none}.card{background:#fff;border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:12px;box-shadow:0 1px 3px #0000001a;box-shadow:var(--shadow);overflow:hidden}.card-header{border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--border);justify-content:space-between;padding:16px 20px}.card-header,.card-title{align-items:center;display:flex}.card-title{color:#1f2937;color:var(--dark);font-size:17px;font-weight:700;gap:8px}.card-body{padding:20px}.form-group{margin-bottom:16px}.form-label{display:block;font-weight:700;margin-bottom:6px}.form-control,.form-label{color:#1f2937;color:var(--dark);font-size:14px}.form-control{background:#fff;border:1.5px solid #e5e7eb;border:1.5px solid var(--border);border-radius:8px;font-family:inherit;outline:none;padding:9px 12px;transition:border-color .2s;width:100%}.form-control:focus{border-color:#1e5ba8;border-color:var(--primary);box-shadow:0 0 0 3px #1e5ba814}.form-select{background:#fff;border:1.5px solid #e5e7eb;border:1.5px solid var(--border);border-radius:8px;color:#1f2937;color:var(--dark);cursor:pointer;font-family:inherit;font-size:14px;outline:none;padding:9px 12px;transition:border-color .2s;width:100%}.form-select:focus{border-color:#1e5ba8;border-color:var(--primary)}.page-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:20px}.page-title{color:#1f2937;color:var(--dark);font-size:26px;font-weight:800;margin-bottom:3px}.page-subtitle{color:#6b7280;color:var(--gray);font-size:14px}.modal-overlay{align-items:center;background:#00000080;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:9999}.modal{animation:modalIn .2s ease;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0003;max-width:520px;width:100%}@keyframes modalIn{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.modal-header{align-items:center;border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;padding:18px 20px}.modal-title{color:#1f2937;color:var(--dark);font-size:17px;font-weight:700}.modal-body{padding:20px}.modal-footer{border-top:1px solid #e5e7eb;border-top:1px solid var(--border);display:flex;gap:10px;justify-content:flex-end;padding:14px 20px}.modal-close-btn{background:none;border:none;border-radius:6px;color:#6b7280;color:var(--gray);cursor:pointer;font-size:18px;padding:4px;transition:color .2s}.modal-close-btn:hover{background:#ef44441a;color:#ef4444;color:var(--danger)}.grid-2{grid-gap:16px;grid-template-columns:1fr 1fr}.grid-2,.grid-3{display:grid;gap:16px}.grid-3{grid-gap:16px;grid-template-columns:repeat(3,1fr)}.alert{align-items:center;border-radius:8px;display:flex;font-size:13px;gap:10px;margin-bottom:16px;padding:12px 16px}.alert-success{background:#10b9811a;border:1px solid #10b98133;color:#059669}.alert-danger{background:#ef44441a;border:1px solid #ef444433;color:#dc2626}.empty-state{color:#6b7280;color:var(--gray);padding:50px 20px;text-align:center}.empty-state i{display:block;font-size:48px;margin-bottom:12px;opacity:.3}.empty-state p{font-size:14px}@media (max-width:768px){.grid-2,.grid-3{grid-template-columns:1fr}.page-header{flex-direction:column;gap:12px}}.login-page{align-items:center;background:radial-gradient(circle at top left,#fffffff2 0,#fff0 28%),linear-gradient(135deg,#e9e4ff,#d7d2ff 45%,#efeaff);display:flex;font-family:var(--app-font);justify-content:center;min-height:100vh;padding:28px 20px}.login-outer{border:1px solid #fff9;border-radius:28px;box-shadow:0 40px 100px #4c1d9538,0 8px 32px #0000001f;max-width:1180px;overflow:hidden;width:100%}.login-scene{align-items:center;background:linear-gradient(145deg,#2e1065,#3b0764 30%,#4c1d95 65%,#3b0764);display:flex;min-height:520px;overflow:hidden;padding:40px 44px 60px;position:relative}.login-scene:before{background:radial-gradient(ellipse at 15% 25%,#8b5cf62e 0,#0000 50%),radial-gradient(ellipse at 85% 75%,#f9731614 0,#0000 40%);inset:0}.login-scene:after,.login-scene:before{content:"";pointer-events:none;position:absolute}.login-scene:after{border:1px solid #ffffff14;border-radius:24px;inset:24px}.login-illus{align-items:center;display:flex;flex:1 1;min-width:0}.login-illus__svg{display:block;height:auto;max-width:660px;width:100%}.login-form-float{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff5;border:1px solid #ffffffc7;border-radius:24px;box-shadow:0 22px 70px #0f172a52;flex-shrink:0;margin-left:28px;padding:28px 28px 24px;position:relative;width:368px;z-index:2}.login-form-float__eyebrow{align-items:center;background:linear-gradient(180deg,#eef2ff,#f5f3ff);border-radius:999px;color:#5b21b6;display:inline-flex;font-size:11px;font-weight:800;gap:8px;letter-spacing:.08em;margin-bottom:12px;padding:7px 12px;text-transform:uppercase}.login-form-float__eyebrow-dot{background:linear-gradient(180deg,#22c55e,#16a34a);border-radius:999px;box-shadow:0 0 0 4px #22c55e1f;height:8px;width:8px}.login-form-float__title{color:#1e1b4b;font-size:2rem;font-weight:800;letter-spacing:-.03em;line-height:1.02;margin:0 0 8px}.login-form-float__sub{color:#5b6b86;font-size:.9rem;line-height:1.55;margin:0 0 18px}.login-mode-tabs{background:linear-gradient(180deg,#f4f0ff,#ece7ff);border:1px solid #ddd6fe;border-radius:999px;box-shadow:inset 0 1px 0 #ffffffb3;display:inline-flex;gap:6px;margin-bottom:12px;padding:4px}.login-mode-tabs__btn{background:#0000;border:0;border-radius:999px;color:#6d28d9;cursor:pointer;font-size:12px;font-weight:800;padding:9px 14px;transition:all .18s ease}.login-mode-tabs__btn:hover{color:#4c1d95}.login-mode-tabs__btn--active{background:linear-gradient(180deg,#fff,#faf7ff);box-shadow:0 6px 16px #5b21b61f;color:#1e1b4b}.login-mode-summary{color:#6b7280;font-size:12px;font-weight:600;line-height:1.5;margin-bottom:16px}.login-form__access-note{background:linear-gradient(180deg,#faf7ff,#f5f3ff);border:1px solid #ddd6fe;border-radius:14px;margin-bottom:16px;padding:12px 13px}.login-form__access-title{align-items:center;color:#5b21b6;display:flex;font-size:12px;font-weight:800;gap:8px;margin-bottom:6px}.login-form__access-note p{color:#5b6477;font-size:12px;line-height:1.55;margin:0}.login-alert{align-items:center;background:#ef444417;border:1px solid #ef444433;border-radius:12px;color:#dc2626;display:flex;font-size:13px;gap:8px;margin-bottom:16px;padding:11px 14px}.login-alert--info{background:#7c3aed14;border-color:#7c3aed29;color:#6d28d9}.login-form__input-wrap{margin-bottom:15px;position:relative}.login-form__input{background:linear-gradient(180deg,#fff,#fbfcff);border:1.5px solid #dde4f0;border-radius:14px;color:#1e293b;font-family:inherit;font-size:14px;outline:none;padding:14px 46px 14px 16px;transition:border-color .2s,box-shadow .2s,transform .18s ease;width:100%}.login-form__input::placeholder{color:#94a3b8}.login-form__input:focus{border-color:#7c3aed;box-shadow:0 0 0 4px #7c3aed1f;transform:translateY(-1px)}.login-form__icon-right{pointer-events:none;right:14px}.login-form__icon-right,.login-form__toggle{color:#94a3b8;font-size:14px;position:absolute;top:50%;transform:translateY(-50%)}.login-form__toggle{background:none;border:none;cursor:pointer;padding:0;right:13px}.login-form__terms{color:#64748b;font-size:12px;margin:2px 0 18px}.login-form__terms span{color:#7c3aed;cursor:pointer;font-weight:600}.login-form__helper{background:linear-gradient(180deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:12px;color:#475569;font-size:12px;font-weight:600;margin:-1px 0 14px;padding:11px 12px}.login-form__actions{align-items:center;display:flex;gap:16px}.login-form__submit{align-items:center;background:linear-gradient(90deg,#7c3aed,#8b5cf6 50%,#7c3aed);border:none;border-radius:14px;box-shadow:0 12px 26px #7c3aed47;color:#fff;cursor:pointer;display:flex;flex:1 1;font-size:15px;font-weight:700;gap:8px;justify-content:center;letter-spacing:.01em;padding:14px 20px;transition:background .2s,transform .15s,box-shadow .2s}.login-form__submit:hover:not(:disabled){background:linear-gradient(90deg,#6d28d9,#7c3aed 50%,#6d28d9);transform:translateY(-2px)}.login-form__submit:disabled{cursor:not-allowed;opacity:.75}.login-bar{background:#fffffffa;gap:24px;justify-content:space-between;padding:18px 44px}.login-bar,.login-bar__brand{align-items:center;display:flex}.login-bar__brand{gap:14px}.login-bar__logo{background:#f5f3ff;border:1px solid #ede9fe;border-radius:10px;height:42px;object-fit:contain;padding:5px;width:42px}.login-bar__name{color:#1e1b4b;font-size:.95rem;font-weight:700}.login-bar__tagline{color:#64748b;font-size:.75rem;margin-top:2px}.login-bar__copy{color:#94a3b8;font-size:.76rem;white-space:nowrap}.login-form__footnote{align-items:center;border-top:1px solid #eef2f7;color:#64748b;display:flex;font-size:12px;font-weight:600;gap:8px;margin-top:16px;padding-top:14px}.login-form__footnote i{color:#7c3aed}@media (max-width:960px){.login-scene{align-items:stretch;flex-direction:column;gap:28px;min-height:auto;padding:28px 28px 48px}.login-illus{justify-content:center}.login-illus__svg{max-height:240px}.login-form-float{margin:0 auto;max-width:420px;width:100%}.login-bar{align-items:flex-start;flex-direction:column;gap:10px;padding:18px 28px}.login-bar__copy{white-space:normal}}@media (max-width:520px){.login-page{align-items:stretch;background:linear-gradient(180deg,#4c1d95,#e9e4ff);padding:0}.login-outer{border-radius:0;box-shadow:none;display:flex;flex-direction:column;min-height:100vh}.login-scene{flex:1 1;padding:20px 20px 36px}.login-illus__svg{max-height:180px}.login-bar{padding:16px 20px}}.login-form__switch{color:#64748b;font-size:12px;margin:16px 0 0;text-align:center}.login-form__switch-btn{background:none;border:none;color:#7c3aed;cursor:pointer;font-weight:700;padding:0}.login-form__switch-btn:hover{text-decoration:underline}.app-shell{font-family:var(--app-font)}.app-shell__overlay{background:#00000080;inset:0;position:fixed;z-index:999}.app-shell__sidebar{background:#1a2332;box-shadow:2px 0 8px #00000026;display:flex;flex-direction:column;height:100vh;left:0;position:fixed;top:0;transition:transform .3s;width:260px;z-index:1000}.app-shell__logo{background:#1e5ba81a;border-bottom:1px solid #ffffff1a;padding:16px}.app-shell__logo-row{align-items:center;display:flex;gap:10px}.app-shell__logo-image{background:#fff;border-radius:12px;box-shadow:0 8px 20px #0f172a38;height:46px;object-fit:contain;padding:4px;width:46px}.app-shell__logo-title{color:#fff;font-size:18px;font-weight:700;line-height:1.1}.app-shell__logo-subtitle{color:#ffffff80;font-size:11px}.app-shell__dashboard-link-wrap{padding:8px 8px 0}.app-shell__menu{flex:1 1;overflow-y:auto;padding-bottom:8px}.app-shell__menu-section{padding:4px 0}.app-shell__menu-heading{color:#fff6;font-size:10px;font-weight:700;letter-spacing:1.5px;padding:10px 22px 4px;text-transform:uppercase}.app-shell__menu-item{align-items:center;background:#0000;border-radius:6px;color:#ffffffbf;cursor:pointer;display:flex;font-size:13.5px;font-weight:500;margin:1px 8px;padding:10px 14px;transition:all .2s}.app-shell__menu-item:hover{background:#ffffff14;color:#fff}.app-shell__menu-item--active,.app-shell__menu-item--active:hover{background:#1e5ba8;box-shadow:0 2px 8px #1e5ba866;color:#fff}.app-shell__menu-item i{font-size:13px;margin-right:10px;width:18px}.app-shell__menu-group{margin-bottom:2px}.app-shell__menu-item--group{cursor:pointer}.app-shell__menu-group-chevron{font-size:11px!important;margin-left:auto;margin-right:0!important;opacity:.8;width:auto!important}.app-shell__submenu{background:#ffffff0d;border-radius:8px;margin:4px 8px 6px;padding:4px 0}.app-shell__menu-item--child{background:#ffffff08;font-size:13px;margin:3px 6px 3px 14px;padding-bottom:8px;padding-top:8px}.app-shell__menu-item--child:hover{background:#ffffff14}.app-shell__menu-item--child.app-shell__menu-item--active,.app-shell__menu-item--child.app-shell__menu-item--active:hover{background:linear-gradient(180deg,#2f6fc3,#3175cc);box-shadow:0 2px 8px #1e5ba847}.app-shell__dashboard-link i{font-size:14px}.app-shell__footer{background:#0003;border-top:1px solid #ffffff1a}.app-shell__user-card{background:#ffffff0d;gap:10px;margin:8px;padding:12px}.app-shell__avatar,.app-shell__user-card{align-items:center;border-radius:8px;display:flex}.app-shell__avatar{background:#1e5ba8;color:#fff;font-size:14px;font-weight:700;height:36px;justify-content:center;width:36px}.app-shell__user-info{flex:1 1}.app-shell__user-name{color:#fff;font-size:14px;font-weight:600}.app-shell__user-role{color:#ffffff80;font-size:12px}.app-shell__logout{align-items:center;background:#ef44441f;border:none;border-top:1px solid #ef444440;color:#ef4444;cursor:pointer;display:flex;font-size:13px;font-weight:700;gap:8px;justify-content:center;letter-spacing:.5px;padding:14px 0;transition:all .2s;width:100%}.app-shell__logout:hover{background:#ef4444;color:#fff}.app-shell__topbar{background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 3px #00000014;height:58px;justify-content:space-between;left:260px;padding:0 20px;position:fixed;right:0;top:0;z-index:999}.app-shell__crumbs,.app-shell__topbar,.app-shell__topbar-left,.app-shell__topbar-right{align-items:center;display:flex}.app-shell__topbar-left,.app-shell__topbar-right{gap:12px}.app-shell__topbar-right{gap:10px}.app-shell__menu-toggle{background:#f9fafb;border:none;border-radius:8px;color:#1f2937;cursor:pointer;display:none;font-size:14px;height:36px;width:36px}.app-shell__crumbs{color:#6b7280;font-size:13px;gap:6px}.app-shell__crumbs-home{align-items:center;background:#0000;border:0;color:inherit;cursor:pointer;display:inline-flex;justify-content:center;margin:0;padding:0}.app-shell__crumbs-home:hover{color:#1e5ba8}.app-shell__crumbs-current{color:#1f2937;font-weight:600}.app-shell__notification{background:#f9fafb;border:none;border-radius:8px;color:#1f2937;cursor:pointer;font-size:14px;height:36px;position:relative;width:36px}.app-shell__notification-badge{align-items:center;background:#ef4444;border:2px solid #fff;border-radius:50%;color:#fff;display:flex;font-size:10px;font-weight:700;height:16px;justify-content:center;position:absolute;right:-3px;top:-3px;width:16px}.app-shell__profile-menu{position:relative}.app-shell__profile-chip{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;display:flex;gap:8px;padding:4px 10px 4px 4px;transition:border-color .2s,box-shadow .2s,background .2s}.app-shell__profile-chip--open,.app-shell__profile-chip:hover{background:#fff;border-color:#cbd5e1;box-shadow:0 6px 18px #0f172a14}.app-shell__profile-avatar{align-items:center;background:#1e5ba8;border-radius:6px;color:#fff;display:flex;font-size:13px;font-weight:700;height:30px;justify-content:center;width:30px}.app-shell__profile-name{color:#1f2937;font-size:13px;font-weight:600}.app-shell__profile-chevron{color:#64748b;font-size:12px;transition:transform .2s ease}.app-shell__profile-chevron--open{transform:rotate(180deg)}.app-shell__profile-dropdown{background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 16px 40px #0f172a1f;min-width:160px;padding:6px;position:absolute;right:0;top:calc(100% + 8px);z-index:1200}.app-shell__profile-dropdown-item{align-items:center;background:#0000;border:none;border-radius:8px;color:#dc2626;cursor:pointer;display:inline-flex;font-size:13px;font-weight:600;gap:7px;padding:10px 12px;text-align:left;transition:background .2s,color .2s;width:100%}.app-shell__profile-dropdown-item:hover{background:#fff1f2}.app-shell__content{background:#f0f4f8;margin-left:260px;margin-top:58px;min-height:calc(100vh - 58px);padding:20px}.app-shell__modal{animation:appShellModalIn .2s ease;background:#fff;border-radius:16px;box-shadow:0 20px 60px #00000040;max-width:380px;overflow:hidden;width:100%}.app-shell__modal-overlay{align-items:center;background:#00000080;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:9999}.app-shell__modal-hero{background:#1e5ba8;padding:20px;text-align:center}.app-shell__modal-icon{color:#fff;display:block;font-size:36px;margin-bottom:8px}.app-shell__modal-title{color:#fff;font-size:18px;font-weight:700}.app-shell__modal-body{padding:24px;text-align:center}.app-shell__modal-text{color:#6b7280;font-size:14px;margin-bottom:24px}.app-shell__modal-actions{display:flex;gap:10px;justify-content:center}.app-shell__modal-btn{border-radius:8px;cursor:pointer;font-size:13px;font-weight:600;padding:10px 24px}.app-shell__modal-btn--cancel{background:#fff;border:1.5px solid #e5e7eb;color:#1f2937}.app-shell__modal-btn--confirm{background:#ef4444;border:none;color:#fff}@keyframes appShellModalIn{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}@media (max-width:1024px){.app-shell__sidebar{transform:translateX(-100%)}.app-shell--sidebar-open .app-shell__sidebar{transform:translateX(0)}.app-shell__content,.app-shell__topbar{left:0;margin-left:0}.app-shell__menu-toggle{align-items:center;display:flex;justify-content:center}}@media (max-width:640px){.app-shell__topbar{padding:0 12px}.app-shell__profile-name{display:none}.app-shell__profile-chip{padding-right:8px}}*{box-sizing:border-box}.ut-page{background:linear-gradient(180deg,#eef2f7,#f8fafc);color:#0f172a;font-family:var(--app-font);min-height:100vh}.ut-toast{align-items:center;animation:ut-toast-in .22s ease;background:#ecfdf5;border:1px solid #86efac;border-radius:10px;box-shadow:0 10px 24px #0f172a24;color:#166534;display:inline-flex;font-size:13px;font-weight:700;gap:8px;max-width:min(360px,calc(100vw - 32px));min-width:240px;padding:10px 12px;position:fixed;right:16px;top:16px;z-index:1200}.ut-toast i{font-size:15px}.ut-toast--success{background:#ecfdf5;border-color:#86efac;color:#166534}.ut-toast--warning{background:#fff7ed;border-color:#fdba74;color:#9a3412}@keyframes ut-toast-in{0%{opacity:0;transform:translateY(-8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.ut-hero{background:#0000;color:#0f172a}.ut-hero__inner{margin:0 auto;max-width:1180px;padding:14px 20px 8px}.ut-brand{display:none}.ut-hero__content{grid-gap:12px;align-items:start;background:#fff;border:1px solid #dbe3ee;border-radius:20px;box-shadow:0 14px 34px #0f172a14;display:grid;gap:12px;grid-template-columns:1fr;margin-top:0;padding:22px}.ut-title{font-size:clamp(1.95rem,2.7vw,2.4rem);line-height:1.08;margin:0}.ut-hero__content p,.ut-title+.ut-panel__hint{color:#64748b;margin-top:8px}.ut-search{grid-gap:10px;-webkit-backdrop-filter:none;backdrop-filter:none;background:#0000;border:0;border-radius:0;display:grid;gap:10px;grid-template-columns:minmax(0,1fr) 128px;padding:0}.ut-search__field{align-items:center;background:#fff;border:1px solid #d1d9e5;border-radius:12px;color:#0f172a;display:flex;gap:10px;padding:0 14px}.ut-kicker,.ut-label,.ut-panel__kicker{display:block;font-family:var(--app-font);font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.ut-search__field i{color:#64748b}.ut-search__field input{background:#0000;border:none;color:inherit;font:600 .96rem Segoe UI,sans-serif;outline:none;padding:12px 0;width:100%}.ut-search button{background:#0f172a;border:none;border-radius:12px;color:#fff;cursor:pointer;font:800 .9rem Segoe UI,sans-serif;padding:0 14px;transition:transform .2s ease,box-shadow .2s ease}.ut-search button:hover{box-shadow:0 10px 22px #0f172a40;transform:translateY(-1px)}.ut-body{margin:8px auto 0;max-width:1180px;padding:0 20px 36px}.ut-alert,.ut-panel,.ut-summary{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffeb;border:1px solid #94a3b838;box-shadow:0 20px 50px #0f172a14}.ut-alert{align-items:flex-start;border-radius:22px;color:#b91c1c;display:flex;gap:14px;padding:18px 20px}.ut-alert p{color:#7f1d1d;font-family:var(--app-font);margin-top:4px}.ut-summary{grid-gap:12px;align-items:center;border-radius:22px;display:grid;gap:12px;grid-template-columns:minmax(240px,.82fr) minmax(700px,1.55fr);margin-bottom:14px;padding:16px}.ut-summary__awb{max-width:100%;min-width:0;padding:6px 2px}.ut-summary__awb strong{display:block;font-size:clamp(1.35rem,2.1vw,1.52rem);letter-spacing:.01em;line-height:1.08;margin-top:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ut-summary__meta{grid-gap:10px;align-items:stretch;display:grid;gap:10px;grid-template-columns:repeat(4,minmax(0,1fr));min-width:0;width:100%}.ut-summary__meta-card{background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid #e2e8f0;border-radius:16px;display:flex;flex-direction:column;gap:8px;justify-content:space-between;min-width:0;padding:14px}.ut-summary__meta-card strong{display:block;font-size:1rem;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ut-summary__receiver-inline{color:#64748b;display:none;font:600 .84rem/1.35 Segoe UI,sans-serif}.ut-address,.ut-facts strong,.ut-panel__hint,.ut-remark,.ut-summary__meta span,.ut-summary__meta strong,.ut-tree__agent,.ut-tree__detail,.ut-tree__location,.ut-tree__time{font-family:var(--app-font)}.ut-status{border:1px solid #00000014;border-radius:999px;box-shadow:inset 0 -1px 0 #0000002e,0 6px 14px #0f172a29;color:#fff!important;display:inline-flex;font:700 .9rem Segoe UI,sans-serif;letter-spacing:.02em;margin-top:8px;padding:8px 14px;text-shadow:0 1px 2px #00000059;width:-webkit-fit-content;width:fit-content}.ut-layout{grid-gap:16px;display:grid;gap:16px;grid-template-columns:minmax(0,1.35fr) minmax(300px,.8fr)}.ut-panel{border-radius:20px;padding:18px}.ut-panel--compact{padding:16px}.ut-panel--journey{display:flex;flex-direction:column;height:490px}.ut-panel--journey .ut-tree{flex:1 1;min-height:0;overflow-x:hidden;overflow-y:auto;padding-right:4px}.ut-panel__header{align-items:baseline;display:flex;gap:14px;justify-content:space-between;margin-bottom:22px}.ut-panel__header h2{font-size:2rem;margin-top:6px}.ut-panel__hint{color:#64748b;font-size:.9rem}.ut-tree{display:flex;flex-direction:column;gap:0}.ut-tree__node{grid-gap:16px;display:grid;gap:16px;grid-template-columns:58px minmax(0,1fr)}.ut-tree__rail{flex-direction:column}.ut-tree__dot,.ut-tree__rail{align-items:center;display:flex}.ut-tree__dot{background:#cbd5e1;border-radius:50%;box-shadow:0 10px 24px #2563eb29;color:#fff;height:42px;justify-content:center;width:42px}.ut-tree__line{background:linear-gradient(180deg,#dbeafe,#cbd5e1);flex:1 1;min-height:58px;width:3px}.ut-tree__line--done{background:#2563eb}.ut-tree__card{background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid #e2e8f0;border-radius:18px;margin-bottom:12px;padding:16px 16px 14px;position:relative}.ut-tree__node--current .ut-tree__card{border-color:#3b82f680;box-shadow:0 12px 28px #2563eb29}.ut-tree__head{display:flex;gap:14px;justify-content:space-between}.ut-tree__title{font-size:1.1rem;font-weight:700}.ut-tree__time{color:#64748b;font-size:.88rem;margin-top:4px}.ut-tree__badge{background:#e2e8f0;border-radius:999px;color:#475569;font:700 .75rem Segoe UI,sans-serif;height:-webkit-fit-content;height:fit-content;padding:6px 10px}.ut-tree__badge--live{color:#fff}.ut-tree__detail{color:#334155;line-height:1.65;margin:12px 0 10px}.ut-tree__location{align-items:center;color:#0f766e;display:inline-flex;font-size:.92rem;gap:8px}.ut-tree__agent{align-items:center;color:#1d4ed8;display:flex;font-size:.9rem;gap:8px;margin-bottom:8px;width:-webkit-fit-content;width:fit-content}.ut-tree__children{grid-gap:10px;display:grid;gap:10px;margin-top:14px}.ut-tree__child{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:16px;padding:12px 14px}.ut-tree__child-head{color:#0f172a;display:flex;font:700 .86rem Segoe UI,sans-serif;gap:12px;justify-content:space-between}.ut-tree__child-head span,.ut-tree__child-note,.ut-tree__child-route{font-family:var(--app-font)}.ut-tree__child-head span{color:#64748b;font-size:.78rem;font-weight:600}.ut-tree__child-route{color:#0f766e;font-size:.84rem;line-height:1.5;margin-top:6px}.ut-tree__child-note{color:#334155;font-size:.82rem;line-height:1.55;margin-top:5px}.ut-side{display:flex;flex-direction:column;gap:22px}.ut-facts{grid-gap:14px;display:grid;gap:14px}.ut-facts--compact{gap:10px}.ut-facts div{border-bottom:1px solid #e2e8f0;display:flex;gap:18px;justify-content:space-between;padding-bottom:10px}.ut-facts--compact div{padding-bottom:9px}.ut-facts span{color:#64748b;font:600 .88rem Segoe UI,sans-serif}.ut-facts strong{color:#0f172a;text-align:right}.ut-address,.ut-remark{color:#0f172a;line-height:1.7;margin-top:10px;text-align:left}.ut-address{grid-gap:6px;display:grid;gap:6px}.ut-address__line{color:#0f172a;font-size:.98rem;line-height:1.55;word-break:break-word}.ut-address__line--secondary{color:#475569}.ut-panel__kicker--space{margin-top:18px}.ut-reschedule-panel{background:linear-gradient(180deg,#fff,#f8fbff);border-radius:22px;margin-top:12px}.ut-action-grid{grid-gap:14px;align-items:start;display:grid;gap:14px;grid-template-columns:minmax(0,1.35fr) minmax(300px,.8fr);margin-top:12px}.ut-action-grid .ut-panel{margin-top:0}.ut-reschedule-status{grid-gap:9px;background:#fff;border:1px solid #d7e0eb;border-radius:14px;box-shadow:inset 0 1px 0 #ffffffe6;color:#334155;display:grid;font-size:14px;gap:9px;grid-template-columns:repeat(2,minmax(0,1fr));padding:12px}.ut-reschedule-status>div{align-items:center;background:#f8fafc;border:1px solid #dfe7f1;border-radius:10px;display:flex;min-height:44px;padding:10px 12px}.ut-reschedule-status strong{color:#1e293b}.ut-reschedule-table-wrap{background:#fff;border:1px solid #d7e0eb;border-radius:12px;margin-top:8px;overflow-x:auto}.ut-reschedule-table{border-collapse:collapse;min-width:620px;width:100%}.ut-reschedule-table td,.ut-reschedule-table th{border-bottom:1px solid #e2e8f0;color:#1e293b;font-size:13px;padding:10px 12px;text-align:left;white-space:nowrap}.ut-reschedule-table th{background:#f8fafc;color:#64748b;font-size:11px;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.ut-reschedule-table tbody tr:last-child td{border-bottom:0}.ut-reschedule-table__empty{color:#64748b;font-style:italic;text-align:center}.ut-reschedule-tree{border-top:1px dashed #d7e0ee;margin-top:18px;padding-top:14px}.ut-reschedule-tree__list{grid-gap:14px;display:grid;gap:14px}.ut-reschedule-tree__item{grid-gap:10px;display:grid;gap:10px;grid-template-columns:28px minmax(0,1fr)}.ut-reschedule-tree__rail{align-items:center;display:grid;grid-template-rows:28px 22px 28px;justify-items:center}.ut-reschedule-tree__dot{border-radius:999px;color:#fff;display:grid;font-size:11px;height:28px;place-items:center;width:28px}.ut-reschedule-tree__dot--request{background:#2563eb}.ut-reschedule-tree__dot--accepted{background:#16a34a}.ut-reschedule-tree__dot--rejected{background:#dc2626}.ut-reschedule-tree__dot--pending{background:#f59e0b}.ut-reschedule-tree__line{background:#cbd5e1;height:22px;width:2px}.ut-reschedule-tree__cards{grid-gap:8px;display:grid;gap:8px}.ut-reschedule-tree__card{background:#f8fbff;border:1px solid #dce7f7;border-radius:12px;padding:10px 12px}.ut-reschedule-tree__head{align-items:center;display:flex;gap:8px;justify-content:space-between}.ut-reschedule-tree__head strong{color:#0f172a;font-size:14px}.ut-reschedule-tree__time{color:#64748b;font-size:12px;margin-top:3px}.ut-reschedule-tree__card p{color:#334155;font-size:14px;margin:8px 0 0}.ut-reschedule-tree__badge{border:1px solid #0000;border-radius:999px;font-size:10px;font-weight:700;padding:3px 8px}.ut-reschedule-tree__badge--done{background:#2563eb1f;border-color:#2563eb40;color:#1d4ed8}.ut-reschedule-tree__badge--accepted{background:#16a34a21;border-color:#16a34a40;color:#047857}.ut-reschedule-tree__badge--rejected{background:#dc26261f;border-color:#dc262638;color:#b91c1c}.ut-reschedule-tree__badge--pending{background:#f59e0b29;border-color:#f59e0b42;color:#9a3412}.ut-otp-box{background:#0000;border:0;border-radius:0;box-shadow:none;margin:0;max-width:none;padding:0}.ut-otp-panel .ut-otp-row{grid-template-columns:1fr}.ut-otp-panel .ut-otp-btn{width:100%}.ut-otp-label{color:#64748b;display:block;font-size:11px;font-weight:700;letter-spacing:.1em;margin-bottom:8px;text-transform:uppercase}.ut-otp-row{grid-gap:10px;align-items:center;display:grid;gap:10px;grid-template-columns:minmax(220px,1fr) 146px;max-width:none;width:100%}.ut-otp-input{background:#f8fafc;border:1px solid #cfd9e6;border-radius:10px;color:#0f172a;font-size:14px;outline:none;padding:10px 12px}.ut-otp-input:focus{background:#fff;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61f}.ut-otp-btn{background:linear-gradient(135deg,#1d4ed8,#2563eb);border:0;border-radius:10px;color:#fff;cursor:pointer;font-size:14px;font-weight:700;min-height:42px;padding:0 12px;transition:transform .15s ease,box-shadow .15s ease,filter .15s ease}.ut-otp-btn:hover{box-shadow:0 8px 18px #2563eb42;filter:saturate(1.05);transform:translateY(-1px)}.ut-otp-btn:disabled,.ut-otp-btn[disabled]{background:#cbd5e1;box-shadow:none;color:#475569;cursor:not-allowed;filter:none;opacity:1;transform:none}.ut-otp-row--verify{margin-top:10px}.ut-otp-btn--verify{background:linear-gradient(135deg,#0c9488,#0ea5e9)}.ut-otp-info{background:#f0fdfa;border:1px solid #99f6e4;border-radius:8px;color:#0f766e;font-size:12px;margin-top:10px;max-width:none;padding:9px 10px}@media (max-width:980px){.ut-action-grid{grid-template-columns:1fr}}.ut-modal--otp{border-radius:14px;padding:12px;width:min(270px,100%)}.ut-otp-modal__hint{color:#475569;font-size:12px;line-height:1.4;margin-bottom:8px}.ut-otp-digit-row{grid-gap:6px;display:grid;gap:6px;grid-template-columns:repeat(6,1fr)}.ut-otp-digit{background:#f8fafc;border:1px solid #cfd9e6;border-radius:8px;color:#0f172a;font-size:16px;font-weight:800;height:38px;outline:none;text-align:center;width:100%}.ut-otp-digit:focus{background:#fff;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61f}.ut-otp-modal__actions{margin-top:8px}.ut-otp-modal__actions .ut-otp-btn{font-size:13px;min-height:38px;width:100%}.ut-otp-info--modal{font-size:11px;margin-top:8px;padding:7px 8px}.ut-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:radial-gradient(circle at 20% 20%,#3b82f629,#0000 35%),#0f172a94;display:grid;inset:0;padding:18px;place-items:center;position:fixed;z-index:1000}.ut-modal{background:#fff;border:1px solid #dbe3ee;border-radius:18px;box-shadow:0 28px 70px #0f172a4d;padding:22px;width:min(500px,100%)}.ut-modal-head{align-items:center;display:flex;justify-content:space-between;margin-bottom:14px}.ut-modal-head h3{color:#0f172a;font-size:20px;letter-spacing:-.02em;line-height:1.08;margin:0}.ut-modal-close{background:#e2e8f0;border:0;border-radius:999px;color:#475569;cursor:pointer;height:40px;transition:background .15s ease,color .15s ease,transform .15s ease;width:40px}.ut-modal-close:hover{background:#dbeafe;color:#1d4ed8;transform:translateY(-1px)}.ut-modal-awb{align-items:center;background:#eff6ff;border:1px solid #bfdbfe;border-radius:999px;color:#1e293b;display:inline-flex;font-size:13px;gap:8px;margin-bottom:10px;padding:7px 10px}.ut-modal-meta{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:14px}.ut-modal-meta>div{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;color:#334155;font-size:13px;padding:8px 10px}.ut-modal-grid{grid-gap:12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;display:grid;gap:12px;grid-template-columns:repeat(3,minmax(0,1fr));padding:12px}.ut-modal-grid label{color:#334155;display:block;font-size:11px;font-weight:700;margin-bottom:6px;white-space:nowrap}.ut-modal-grid input,.ut-modal-grid select{background:#fff;border:1px solid #b9c7db;border-radius:10px;font-size:13px;padding:10px 11px;width:100%}.ut-modal-grid input:focus,.ut-modal-grid select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f624;outline:none}.ut-modal-submit{background:linear-gradient(135deg,#1d4ed8,#2563eb 50%,#0ea5e9);border:0;border-radius:12px;box-shadow:0 14px 30px #2563eb57;color:#fff;cursor:pointer;font-size:13px;font-weight:600;margin-top:14px;padding:12px 14px;transition:transform .15s ease,box-shadow .15s ease,filter .15s ease;width:100%}.ut-modal-submit:hover:not(:disabled){box-shadow:0 18px 34px #2563eb6b;filter:saturate(1.06);transform:translateY(-1px)}.ut-modal-submit:disabled{background:linear-gradient(135deg,#93c5fd,#7dd3fc);box-shadow:none;cursor:not-allowed}.db-entry-page{font-family:var(--app-font)}.db-entry-hero{background:linear-gradient(135deg,#0b1b4f,#0f766e 52%,#f97316)}.db-entry-panel{margin-top:18px}.db-entry-panel__logo{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-shrink:0;height:58px;object-fit:contain;padding:5px;width:58px}.db-entry-note-grid,.db-entry-receiver-grid{margin-bottom:0}.db-entry-success{align-items:center;background:#ecfdf5;border-radius:8px;color:#047857;display:flex;font-size:13px;font-weight:700;gap:8px;margin:0 0 12px;padding:10px 12px}.db-delivered-modal-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f172a8c;display:grid;inset:0;padding:16px;place-items:center;position:fixed;z-index:1300}.db-delivered-modal{background:#fff;border:1px solid #bbf7d0;border-radius:16px;box-shadow:0 20px 55px #0f172a52;padding:22px 20px;text-align:center;width:min(420px,100%)}.db-delivered-modal i{color:#16a34a;font-size:36px}.db-delivered-modal h3{color:#14532d;font-size:24px;margin:10px 0 6px}.db-delivered-modal p{color:#334155;font-size:15px;margin:0}.bcd-page{font-family:var(--app-font)}.bcd-hero{background:linear-gradient(135deg,#111827,#1d4ed8 50%,#0f766e)}.bcd-card h2,.bcd-empty h2{font-size:1.35rem;margin:6px 0 0}.bcd-card p,.bcd-empty p{color:#475569;font-family:var(--app-font);line-height:1.55;margin:8px 0 0}.bcd-summary{margin-bottom:16px}.bcd-layout{grid-gap:16px;align-items:start;display:grid;gap:16px;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr)}.bcd-card{min-width:0}.bcd-card--wide{grid-column:1/-1}.bcd-card--action{display:flex;flex-direction:column;gap:10px}.bcd-detail-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.bcd-detail-grid--compact{grid-template-columns:repeat(3,minmax(0,1fr))}.bcd-detail-grid div{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;min-width:0;padding:12px}.bcd-detail-grid__wide{grid-column:1/-1}.bcd-detail-grid span{color:#64748b;display:block;font-size:.78rem;font-weight:800;letter-spacing:.08em;margin-bottom:5px;text-transform:uppercase}.bcd-detail-grid strong{color:#0f172a;display:block;font-size:.96rem;line-height:1.45;word-break:break-word}.bcd-action-btn{align-items:center;background:#111827;border:none;border-radius:14px;color:#fff;cursor:pointer;display:inline-flex;font-size:.92rem;font-weight:800;gap:8px;justify-content:center;padding:13px 16px;width:100%}@media (min-width:921px){.ut-page .ut-side{align-self:start;position:-webkit-sticky;position:sticky;top:20px}}@media (max-width:920px){.ut-hero__content,.ut-layout,.ut-summary{grid-template-columns:1fr}.ut-summary__meta{gap:12px;grid-template-columns:repeat(4,minmax(0,1fr))}.ut-summary__meta-card{min-width:0;padding:14px 15px}.ut-summary__meta-card strong{font-size:.98rem}.bcd-layout{grid-template-columns:1fr}}@media (max-width:600px){.ut-body,.ut-hero__inner{padding-left:14px;padding-right:14px}.ut-hero__inner{padding-bottom:8px;padding-top:14px}.db-entry-panel__logo{height:46px;width:46px}.ut-hero__content{gap:10px;margin-top:10px}.ut-title{font-size:1.45rem;margin:0;max-width:none}.ut-search{gap:8px;grid-template-columns:1fr}.ut-search button{font-size:.88rem;height:42px}.ut-search__field{border-radius:14px;padding:0 14px}.ut-search__field input{font-size:.92rem;padding:11px 0}.ut-body{margin-top:-12px;padding-bottom:20px}.ut-summary{border-radius:24px;gap:10px;margin-bottom:12px;padding:14px 14px 12px}.ut-summary__awb{padding:0}.ut-summary__awb strong{font-size:1rem;letter-spacing:.02em;line-height:1.15;margin-top:4px;overflow:visible;text-overflow:clip;white-space:normal}.ut-summary__meta{align-items:stretch;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))}.ut-summary__meta-card{border-radius:16px;min-width:0;padding:8px 10px}.ut-summary__meta-card--desktop{display:none}.ut-summary__receiver-inline{display:block;font-size:.78rem;margin-top:2px}.ut-summary__meta-card strong{font-size:.88rem;overflow:visible;text-overflow:clip;white-space:normal}.ut-panel{border-radius:22px;padding:14px}.ut-panel--compact{padding:13px 14px}.ut-panel--journey{height:400px}.ut-panel__header{margin-bottom:12px}.ut-panel__header h2{font-size:1.2rem;margin-top:4px}.ut-facts span{font-size:.76rem}.ut-facts strong{font-size:.88rem}.ut-status{font-size:.74rem;font-weight:800;margin-top:4px;padding:5px 10px}.ut-address,.ut-remark{font-size:.86rem;line-height:1.45;margin-top:6px}.ut-facts{gap:8px}.ut-facts--compact div{padding-bottom:7px}.ut-layout{gap:14px}.ut-tree__node{gap:10px;grid-template-columns:44px minmax(0,1fr)}.ut-tree__dot{font-size:.8rem;height:34px;width:34px}.ut-tree__card{margin-bottom:10px;padding:13px}.ut-tree__head{flex-direction:column;gap:8px}.ut-tree__child-head{flex-direction:column;gap:4px}.ut-tree__title{font-size:.98rem}.ut-modal-grid,.ut-otp-row,.ut-reschedule-status{grid-template-columns:1fr}.ut-modal{padding:16px}.ut-modal--otp{padding:14px}.ut-modal-head h3{font-size:1.2rem}.ut-modal-submit{font-size:13px;padding:12px 14px}.ut-tree__detail,.ut-tree__location,.ut-tree__time{font-size:.82rem}.ut-tree__detail{line-height:1.45;margin:8px 0}.ut-tree__line{min-height:42px}.ut-facts div{align-items:flex-start;flex-direction:column}.ut-facts strong{text-align:left}.bcd-card h2,.bcd-empty h2{font-size:1.1rem}.bcd-detail-grid,.bcd-detail-grid--compact{gap:9px;grid-template-columns:1fr}.bcd-detail-grid div{border-radius:14px;padding:10px}.bcd-detail-grid strong{font-size:.9rem}}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:-webkit-fit-content;width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast{--y:0px;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}@media only screen and (max-width:480px){.Toastify__toast-container[data-stacked=true]{width:100vw}}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74d3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74d3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.filtered-shipments__header,.shipment-list__header{align-items:flex-start;display:flex;gap:12px;justify-content:space-between;margin-bottom:20px}.filtered-shipments__title,.shipment-list__title{align-items:center;color:#1f2937;display:flex;font-size:24px;font-weight:700;gap:10px;margin-bottom:3px}.filtered-shipments__title i,.shipment-list__title i{font-size:22px}.shipment-list__title i{color:#1e5ba8}.filtered-shipments__subtitle,.shipment-list__subtitle{color:#6b7280;font-size:13px}.filtered-shipments__add-btn,.shipment-list__add-btn{align-items:center;border:none;border-radius:9px;color:#fff;cursor:pointer;display:inline-flex;font-size:13px;font-weight:700;gap:7px;padding:10px 18px}.shipment-list__add-btn{background:#1e5ba8;box-shadow:0 3px 10px #1e5ba859}.filtered-shipments__card,.shipment-list__card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #00000014;overflow:hidden}.filtered-shipments__toolbar,.shipment-list__toolbar{align-items:center;background:linear-gradient(180deg,#fff,#f8fafc);border-bottom:1px solid #e5e7eb;display:flex;flex-wrap:wrap;gap:10px;padding:16px 18px}.filtered-shipments__search,.shipment-list__search{flex:1 1;min-width:240px;position:relative}.shipment-list__filter-row{align-items:center;display:flex;flex:1 1 560px;gap:10px;min-width:320px}.shipment-list__filter-row .shipment-list__search{flex:1 1 auto;min-width:0}.shipment-list__filter-row .shipment-list__status-filter{flex:0 0 190px}.filtered-shipments__search{max-width:320px}.filtered-shipments__search i,.shipment-list__search i{color:#9ca3af;font-size:12px;left:10px;position:absolute;top:50%;transform:translateY(-50%)}.filtered-shipments__search input,.shipment-list__search input,.shipment-list__status-filter{background:#fff;border:1px solid #dbe3ef;border-radius:10px;font-family:inherit;font-size:13px;outline:none;padding:9px 12px 9px 30px;width:100%}.shipment-list__status-filter{cursor:pointer;min-width:180px;padding-left:12px}.shipment-list__rows{align-items:center;display:flex;gap:8px}.shipment-list__rows label{color:#334155;font-size:12px;font-weight:700;white-space:nowrap}.shipment-list__rows select{background:#f8fafc;border:1px solid #d1d5db;border-radius:9px;color:#0f172a;cursor:pointer;font-size:12px;font-weight:600;min-width:62px;outline:none;padding:7px 26px 7px 10px}.filtered-shipments__records,.shipment-list__records{background:#eef2ff;border:1px solid #dbeafe;border-radius:999px;color:#475569;font-size:12px;margin-left:auto;padding:7px 12px;white-space:nowrap}.filtered-shipments__records strong,.shipment-list__records strong{color:#1e3a8a}.filtered-shipments__table-wrap,.shipment-list__table-wrap{overflow-x:auto}.filtered-shipments__table,.shipment-list__table{border-collapse:collapse;font-size:13px;width:100%}.filtered-shipments__table th,.shipment-list__table th{background:#f9fafb;border-bottom:1px solid #e5e7eb;color:#6b7280;font-size:11px;font-weight:700;letter-spacing:.5px;padding:10px 14px;text-align:left;text-transform:uppercase;white-space:nowrap}.filtered-shipments__table td:last-child,.filtered-shipments__table th:last-child,.shipment-list__table td:last-child,.shipment-list__table th:last-child{text-align:right}.filtered-shipments__table td,.shipment-list__table td{border-bottom:1px solid #f3f4f6;color:#374151;padding:11px 14px;vertical-align:middle}.filtered-shipments__table tbody tr:hover,.shipment-list__table tbody tr:hover{background:#fafafa}.shipment-list__pagination{align-items:center;border-top:1px solid #e5e7eb;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;padding:12px 18px}.shipment-list__pagination-info{color:#64748b;font-size:12px;font-weight:600}.shipment-list__pagination-controls{align-items:center;display:flex;gap:6px}.shipment-list__pagination-controls button{background:#fff;border:1px solid #d1d5db;border-radius:10px;color:#1f2937;cursor:pointer;font-size:12px;font-weight:700;height:32px;min-width:34px;padding:0 10px}.shipment-list__pagination-controls button:disabled{cursor:not-allowed;opacity:.45}.shipment-list__pagination-controls button.is-active{background:#d97706;border-color:#d97706;color:#fff}.shipment-list__pagination-ellipsis{color:#6b7280;font-size:12px;font-weight:700;min-width:24px;text-align:center}.filtered-shipments__awb,.shipment-list__awb{font-family:var(--app-font);font-size:12px;font-weight:700}.shipment-list__awb{color:#1e5ba8}.filtered-shipments__receiver,.shipment-list__receiver{color:#1f2937;font-weight:600}.filtered-shipments__empty,.shipment-list__empty{color:#9ca3af;padding:40px 14px;text-align:center!important;vertical-align:middle}.filtered-shipments__empty i,.shipment-list__empty i{display:block;font-size:36px;margin-bottom:8px;opacity:.3}.filtered-shipments__actions,.shipment-list__actions{white-space:nowrap}.filtered-shipments__icon-btn,.filtered-shipments__mark-btn,.filtered-shipments__modal-primary,.filtered-shipments__modal-secondary,.shipment-list__delete-cancel,.shipment-list__delete-confirm,.shipment-list__icon-btn,.shipment-list__modal-primary,.shipment-list__modal-secondary{border-radius:8px;cursor:pointer;font-size:13px}.filtered-shipments__icon-btn,.filtered-shipments__mark-btn,.shipment-list__icon-btn{border:none;font-size:11px;font-weight:600;padding:5px 9px}.filtered-shipments__icon-btn+.filtered-shipments__icon-btn,.filtered-shipments__icon-btn+.filtered-shipments__mark-btn,.filtered-shipments__mark-btn+.filtered-shipments__icon-btn,.filtered-shipments__mark-btn+.filtered-shipments__mark-btn,.shipment-list__icon-btn+.shipment-list__icon-btn{margin-left:5px}.filtered-shipments__icon-btn--view,.shipment-list__icon-btn--view{background:#1e5ba81a;color:#1e5ba8}.filtered-shipments__icon-btn--edit,.shipment-list__icon-btn--edit{background:#2563eb1a;color:#2563eb}.shipment-list__icon-btn--status{background:#f59e0b1f;color:#b45309}.filtered-shipments__icon-btn--print,.shipment-list__icon-btn--print{background:#10b9811a;color:#059669}.filtered-shipments__icon-btn--track,.shipment-list__icon-btn--track{background:#8b5cf61a;color:#7c3aed}.filtered-shipments__icon-btn--delete,.shipment-list__icon-btn--delete{background:#ef44441a;color:#dc2626}.filtered-shipments__entry-panel{background:#fff;border:1px solid #dbe3ef;border-radius:8px;box-shadow:0 10px 28px #0f172a14;margin-bottom:18px;padding:14px}.filtered-shipments__entry-head{align-items:flex-start;display:flex;gap:14px;justify-content:space-between;margin-bottom:10px}.filtered-shipments__entry-head h2{color:#111827;font-size:18px;margin:0 0 4px}.filtered-shipments__entry-head p{color:#64748b;font-size:13px;margin:0}.filtered-shipments__entry-close{background:#eef2f7;border:0;border-radius:7px;color:#334155;cursor:pointer;padding:7px 10px}.filtered-shipments__entry-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:2fr 1fr 1fr;margin-bottom:10px}.filtered-shipments__entry-grid--two{grid-template-columns:1fr 1fr}.filtered-shipments__entry-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.filtered-shipments__entry-grid label,.filtered-shipments__radio{min-width:0}.filtered-shipments__entry-grid span{color:#475569;display:block;font-size:12px;font-weight:700;margin-bottom:5px}.filtered-shipments__entry-grid input,.filtered-shipments__entry-grid select{border:1px solid #cbd5e1;border-radius:7px;outline:0;padding:8px 10px;width:100%}.filtered-shipments__entry-grid input:focus,.filtered-shipments__entry-grid select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61f}.filtered-shipments__entry-grid small{color:#dc2626;display:block;font-size:12px;margin-top:4px}.filtered-shipments__entry-split{grid-gap:10px;align-items:stretch;display:grid;gap:10px;grid-template-columns:minmax(0,1fr) 520px;margin-bottom:10px}.filtered-shipments__entry-details{grid-gap:7px 10px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;color:#334155;display:grid;font-size:13px;gap:7px 10px;grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:10px;padding:10px 12px}.filtered-shipments__entry-split .filtered-shipments__entry-details{margin-bottom:0}.filtered-shipments__entry-detail-wide{grid-column:1/-1}.filtered-shipments__reschedule-highlight{align-items:center;background:#fffbeb;border:1px solid #f59e0b;border-radius:999px;box-shadow:0 1px 2px #92400e1f;color:#92400e;display:inline-flex;font-size:13px;gap:6px;padding:8px 12px}.filtered-shipments__reschedule-highlight strong{color:#b45309}.filtered-shipments__delivery-box{background:#f8fbff;border:1px solid #dbeafe;border-radius:8px;margin-bottom:10px;min-height:180px;padding:10px 12px}.filtered-shipments__entry-split .filtered-shipments__delivery-box{margin-bottom:0}.filtered-shipments__entry-section-title{color:#0f172a;font-weight:800;margin-bottom:10px}.filtered-shipments__radio-row{grid-gap:8px;display:grid;gap:8px;grid-template-columns:1fr 1fr;margin-bottom:10px}.filtered-shipments__radio{align-items:center;background:#fff;border:1px solid #cbd5e1;border-radius:8px;color:#334155;cursor:pointer;display:flex;font-weight:700;gap:8px;padding:10px}.filtered-shipments__radio--active{background:#eff6ff;border-color:#3b82f6;color:#1d4ed8}.filtered-shipments__entry-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.filtered-shipments__entry-btn{border:0;border-radius:7px;cursor:pointer;font-weight:700;padding:9px 13px}.filtered-shipments__entry-btn--cancel{background:#e5e7eb;color:#334155}.filtered-shipments__entry-btn--save{background:#16a34a;color:#fff}.filtered-shipments__entry-btn:disabled{background:#cbd5e1;color:#64748b;cursor:not-allowed;opacity:1}.filtered-shipments__status-badge,.shipment-list__status-badge{border-radius:20px;color:#fff;font-size:11px;font-weight:700;padding:3px 10px;white-space:nowrap}.filtered-shipments__modal-overlay,.shipment-list__modal-overlay{align-items:center;background:#00000080;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:9999}.filtered-shipments__modal,.shipment-list__delete-modal,.shipment-list__modal{background:#fff;border-radius:14px;box-shadow:0 20px 60px #0003;overflow:hidden;width:100%}.shipment-list__modal{display:flex;flex-direction:column;max-height:90vh;max-width:720px;overflow:hidden}.shipment-list__modal--wide{max-width:860px}.filtered-shipments__modal{max-height:90vh;max-width:500px;overflow-y:auto}.filtered-shipments__modal--wide{max-width:860px}.filtered-shipments__modal-header,.shipment-list__modal-header{align-items:center;color:#fff;display:flex;justify-content:space-between;padding:16px 20px}.shipment-list__modal-header{background:#1e5ba8}.filtered-shipments__modal-title,.shipment-list__modal-title{font-size:16px;font-weight:700}.filtered-shipments__modal-close,.shipment-list__modal-close{background:#fff3;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:16px;padding:4px 9px}.filtered-shipments__modal-body,.shipment-list__modal-body{flex:1 1;overflow-y:auto;padding:20px}.filtered-shipments__modal-awb,.shipment-list__modal-awb{background:#f0f4f8;border-radius:10px;margin-bottom:14px;padding:16px 14px 12px;text-align:center}.shipment-list__modal-awb-label{color:#9ca3af;font-size:11px;font-weight:700;letter-spacing:1px;margin-bottom:4px;text-transform:uppercase}.filtered-shipments__modal-awb-code,.shipment-list__modal-awb-code{font-family:var(--app-font);font-size:22px;font-weight:800;letter-spacing:3px}.shipment-list__modal-awb-code{color:#1e3a5f}.filtered-shipments__modal-status,.shipment-list__modal-status{margin-top:8px}.shipment-list__modal-route{align-items:center;background:#1e3a5f;border-radius:10px;display:flex;gap:12px;margin-bottom:14px;padding:12px 16px}.shipment-list__modal-route-cell{flex:1 1;text-align:center}.shipment-list__modal-route-lbl{color:#fff9;font-size:10px;font-weight:700;letter-spacing:1px;margin-bottom:3px;text-transform:uppercase}.shipment-list__modal-route-val{color:#fff;font-size:16px;font-weight:800;letter-spacing:.5px;text-transform:uppercase}.shipment-list__modal-route-arrow{color:#ffffff80;flex-shrink:0;font-size:14px}.shipment-list__detail-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(5,minmax(0,1fr));margin-bottom:14px}.shipment-list__contact-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr;margin-bottom:14px}.shipment-list__contact-card{border-radius:10px;padding:12px 14px}.shipment-list__contact-card--receiver{background:#1e5ba80f;border:1px solid #1e5ba826}.shipment-list__contact-card--sender{background:#10b9810f;border:1px solid #10b98126}.shipment-list__contact-title{align-items:center;color:#6b7280;display:flex;font-size:11px;font-weight:700;gap:5px;letter-spacing:.5px;margin-bottom:6px;text-transform:uppercase}.shipment-list__contact-name{color:#1f2937;font-size:15px;font-weight:700;margin-bottom:6px}.shipment-list__contact-row{align-items:center;color:#4b5563;display:flex;font-size:12px;gap:6px;margin-top:4px}.shipment-list__contact-row i{color:#9ca3af;font-size:11px;width:12px}.filtered-shipments__modal-grid,.shipment-list__address-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.filtered-shipments__modal-item,.shipment-list__address-card,.shipment-list__modal-item{background:#f9fafb;border-radius:8px;padding:10px 12px}.filtered-shipments__modal-label,.shipment-list__modal-label{color:#9ca3af;font-size:11px;font-weight:600;letter-spacing:.5px;margin-bottom:3px;text-transform:uppercase}.filtered-shipments__modal-value,.shipment-list__modal-value{color:#1f2937;font-size:13px;font-weight:600}.shipment-list__modal-value--truncate{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shipment-list__address-title{align-items:center;color:#374151;display:flex;font-size:12px;font-weight:700;gap:5px;margin-bottom:8px}.shipment-list__address-card div+div{color:#4b5563;font-size:13px;line-height:1.4;margin-top:4px}.filtered-shipments__modal-footer,.shipment-list__modal-footer{border-top:1px solid #e5e7eb;display:flex;gap:10px;justify-content:flex-end;padding:14px 20px}.filtered-shipments__modal-primary,.shipment-list__modal-primary{border:none;color:#fff;font-weight:700;padding:9px 18px}.shipment-list__modal-primary{background:#1e5ba8}.filtered-shipments__modal-secondary,.shipment-list__delete-cancel,.shipment-list__modal-secondary{background:#fff;border:1.5px solid #e5e7eb;font-weight:600;padding:9px 18px}.shipment-list__delete-modal{max-width:360px;padding:24px;text-align:center}.shipment-list__delete-icon{font-size:42px;margin-bottom:12px}.shipment-list__delete-title{color:#1f2937;font-size:17px;font-weight:700;margin-bottom:8px}.shipment-list__delete-text{color:#6b7280;font-size:13px;margin-bottom:20px}.shipment-list__delete-actions{display:flex;gap:10px;justify-content:center}.shipment-list__delete-confirm{background:#ef4444;border:none;color:#fff;font-weight:700;padding:9px 20px}.shipment-list__status-summary{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:14px}.shipment-list__status-summary-card{background:linear-gradient(180deg,#f8fafc,#fff);border:1px solid #e5e7eb;border-radius:10px;padding:12px}.shipment-list__status-summary-text{color:#475569;font-size:12px;line-height:1.45;margin-top:5px}.shipment-list__timeline{border-top:1px solid #e5e7eb;margin-top:16px;padding-top:16px}.shipment-list__timeline-title{color:#1f2937;font-size:14px;font-weight:800;margin-bottom:12px}.shipment-list__timeline-empty{color:#6b7280;font-size:13px}.shipment-list__timeline-item{display:flex;gap:12px}.shipment-list__timeline-item+.shipment-list__timeline-item{margin-top:12px}.shipment-list__timeline-item--latest .shipment-list__timeline-content{border-color:#bfdbfe;box-shadow:0 8px 20px #1e5ba814}.shipment-list__timeline-icon{align-items:center;border-radius:999px;box-shadow:0 8px 20px #0f172a1f;color:#fff;display:flex;flex-shrink:0;height:34px;justify-content:center;width:34px}.shipment-list__timeline-content{background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;flex:1 1;padding:10px 12px}.shipment-list__timeline-row{align-items:flex-start;display:flex;gap:10px;justify-content:space-between}.shipment-list__timeline-name-wrap{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.shipment-list__timeline-name{color:#111827;font-size:13px;font-weight:700}.shipment-list__timeline-status{border-radius:999px;font-size:10px;font-weight:700;letter-spacing:.2px;padding:2px 7px}.shipment-list__timeline-latest{background:#1e5ba81f;border-radius:999px;color:#1e5ba8;font-size:10px;font-weight:800;padding:2px 7px}.shipment-list__timeline-time{color:#64748b;font-size:11px;white-space:nowrap}.shipment-list__timeline-detail{color:#334155;font-size:12px;line-height:1.45;margin-top:4px}.shipment-list__timeline-meta{color:#64748b;font-size:11px;letter-spacing:.4px;margin-top:5px;text-transform:uppercase}.shipment-list__timeline-children{grid-gap:10px;display:grid;gap:10px;margin-top:12px}.shipment-list__timeline-child{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:16px;padding:12px 14px}.shipment-list__timeline-child-head{color:#0f172a;display:flex;font-size:13px;font-weight:700;gap:12px;justify-content:space-between}.shipment-list__timeline-child-head span{color:#64748b;font-size:11px;font-weight:600;white-space:nowrap}.shipment-list__timeline-child-route{color:#0f766e;font-size:12px;line-height:1.5;margin-top:6px}.shipment-list__timeline-child-note{color:#334155;font-size:12px;line-height:1.55;margin-top:6px}.shipment-status-modal{background:#fff;border-radius:16px;box-shadow:0 24px 80px #0f172a3d;display:flex;flex-direction:column;max-height:92vh;max-width:1120px;overflow:hidden;width:100%}.shipment-status-modal__header{align-items:flex-start;background:linear-gradient(135deg,#1e3a5f,#1e5ba8);color:#fff;display:flex;gap:12px;justify-content:space-between;padding:18px 20px}.shipment-status-modal__title{font-size:18px;font-weight:800}.shipment-status-modal__subtitle{color:#fffc;font-size:12px;margin-top:4px}.shipment-status-modal__close{flex-shrink:0}.shipment-status-modal__body{overflow-y:auto;padding:20px}.shipment-status-modal__layout{grid-gap:18px;align-items:start;display:grid;gap:18px;grid-template-columns:minmax(0,1.5fr) minmax(320px,.9fr)}.shipment-status-modal__editor,.shipment-status-modal__sidebar{min-width:0}.shipment-status-modal__toolbar{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:14px}.shipment-status-modal__sidebar-title,.shipment-status-modal__toolbar-title{color:#0f172a;font-size:15px;font-weight:800}.shipment-status-modal__sidebar{grid-gap:12px;display:grid;gap:12px;position:-webkit-sticky;position:sticky;top:0}.shipment-status-modal__grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.shipment-status-modal__field{min-width:0}.shipment-status-modal__field--full{grid-column:1/-1}.shipment-status-modal__menu-banner{background:linear-gradient(135deg,#eff6ff,#f8fafc);border:1px solid #dbeafe;border-radius:12px;color:#1e3a5f;font-size:13px;font-weight:700;margin-bottom:12px;padding:12px 14px}.shipment-status-modal__section-title{color:#334155;font-size:12px;font-weight:700;margin-bottom:8px}.shipment-status-modal__geo-block{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:14px}.shipment-status-modal__geo-grid,.shipment-status-modal__summary-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.shipment-status-modal__summary-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.shipment-status-modal__double-block{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.shipment-status-modal__summary-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;min-height:84px;padding:12px 14px}.shipment-status-modal__summary-label{color:#64748b;font-size:11px;font-weight:700;letter-spacing:.5px;margin-bottom:4px;text-transform:uppercase}.shipment-status-modal__summary-value{color:#0f172a;font-size:13px;font-weight:600;line-height:1.5;white-space:pre-line;word-break:break-word}.shipment-status-modal__history{background:linear-gradient(180deg,#f8fbff,#fff);border:1px solid #dbeafe;border-radius:14px;padding:14px}.shipment-status-modal__history-list{grid-gap:10px;display:grid;gap:10px}.shipment-status-modal__history-list--sidebar{max-height:58vh;overflow-y:auto;padding-right:4px}.shipment-status-modal__history-item{background:#fff;border:1px solid #dbe3ee;border-radius:12px;padding:12px 14px}.shipment-status-modal__history-item--active{border-color:#1e5ba8;box-shadow:0 0 0 3px #1e5ba814}.shipment-status-modal__history-top{color:#0f172a;display:flex;font-size:13px;gap:12px;justify-content:space-between}.shipment-status-modal__history-top span{color:#64748b;font-size:12px;white-space:nowrap}.shipment-status-modal__history-route{color:#0f766e;font-size:12px;font-weight:600;margin-top:6px}.shipment-status-modal__history-note{color:#334155;font-size:12px;line-height:1.55;margin-top:6px;white-space:pre-line}.shipment-status-modal__history-actions{display:flex;gap:8px;margin-top:10px}.shipment-status-modal__danger{background:#ef44441a;border:none;border-radius:8px;color:#dc2626;cursor:pointer;font-size:12px;font-weight:700;padding:9px 14px}.shipment-status-modal__empty{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:12px;color:#64748b;font-size:13px;padding:18px}.shipment-status-modal__history--inline{margin-top:4px}.shipment-status-modal__field label{color:#64748b;display:block;font-size:11px;font-weight:700;letter-spacing:.5px;margin-bottom:5px;text-transform:uppercase}.shipment-status-modal__field input,.shipment-status-modal__field select,.shipment-status-modal__field textarea{background:#f8fafc;border:1px solid #dbe3ee;border-radius:10px;color:#0f172a;font-family:inherit;font-size:13px;outline:none;padding:10px 12px;width:100%}.shipment-status-modal__field textarea{resize:vertical}.shipment-status-modal__field input:focus,.shipment-status-modal__field select:focus,.shipment-status-modal__field textarea:focus{background:#fff;border-color:#1e5ba8;box-shadow:0 0 0 3px #1e5ba81a}.shipment-status-modal__error{color:#dc2626;font-size:11px;margin-top:4px}.shipment-status-modal__footer{background:#fff;border-top:1px solid #e5e7eb;display:flex;gap:10px;justify-content:flex-end;padding:14px 20px 20px}.filtered-shipments__summary{align-items:center;border-radius:12px;color:#fff;display:flex;gap:16px;margin-bottom:20px;padding:18px 22px}.filtered-shipments__summary-icon{align-items:center;background:#fff3;border-radius:12px;display:flex;font-size:22px;height:52px;justify-content:center;width:52px}.filtered-shipments__summary-label{color:#fffc;font-size:13px;font-weight:600}.filtered-shipments__summary-value{color:#fff;font-size:36px;font-weight:800;line-height:1}@media (max-width:900px){.shipment-list__detail-grid,.shipment-list__status-summary{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:768px){.filtered-shipments__table-wrap,.shipment-list__table-wrap{overflow:visible}.filtered-shipments__table,.filtered-shipments__table tbody,.filtered-shipments__table td,.filtered-shipments__table thead,.filtered-shipments__table tr,.shipment-list__table,.shipment-list__table tbody,.shipment-list__table td,.shipment-list__table thead,.shipment-list__table tr{display:block;width:100%}.filtered-shipments__table thead,.shipment-list__table thead{display:none}.filtered-shipments__table tbody,.shipment-list__table tbody{grid-gap:12px;display:grid;gap:12px}.filtered-shipments__table tr,.shipment-list__table tr{background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 8px 20px #0f172a0f;padding:12px}.filtered-shipments__table td,.shipment-list__table td{border-bottom:1px solid #eef2f7;display:flex;gap:14px;justify-content:space-between;padding:9px 0;text-align:right}.filtered-shipments__table td:last-child,.shipment-list__table td:last-child{border-bottom:0}.filtered-shipments__table td[data-label]:before,.shipment-list__table td[data-label]:before{color:#64748b;content:attr(data-label);flex:0 0 96px;font-size:12px;font-weight:700;text-align:left}.filtered-shipments__empty,.shipment-list__empty{border-bottom:0!important;display:block!important;text-align:center!important}.filtered-shipments__actions,.shipment-list__actions{align-items:center;flex-wrap:wrap;justify-content:flex-end;row-gap:8px}.filtered-shipments__actions button,.filtered-shipments__icon-btn,.shipment-list__actions button,.shipment-list__icon-btn{border-radius:8px;font-size:12px;line-height:1;margin:2px;min-height:32px;min-width:64px;padding:7px 10px}.filtered-shipments__header,.shipment-list__header{flex-direction:column}.filtered-shipments__search,.shipment-list__search{min-width:100%}.shipment-list__filter-row{align-items:stretch;flex-direction:column;min-width:100%;width:100%}.shipment-list__filter-row .shipment-list__status-filter{flex:1 1 auto}.shipment-list__records,.shipment-list__rows,.shipment-list__status-filter{width:100%}.shipment-list__rows{justify-content:space-between}.shipment-list__records{justify-content:center;margin-left:0;text-align:center}.filtered-shipments__entry-details,.filtered-shipments__entry-grid,.filtered-shipments__entry-grid--three,.filtered-shipments__entry-grid--two,.filtered-shipments__entry-split,.filtered-shipments__modal-grid,.filtered-shipments__radio-row,.shipment-list__address-grid,.shipment-list__contact-grid,.shipment-list__detail-grid,.shipment-list__status-summary,.shipment-status-modal__double-block,.shipment-status-modal__geo-grid,.shipment-status-modal__grid,.shipment-status-modal__layout,.shipment-status-modal__summary-grid{grid-template-columns:1fr}.filtered-shipments__entry-detail-wide{grid-column:span 1}.shipment-status-modal__history-top{flex-direction:column}.shipment-status-modal{max-width:100%}.filtered-shipments__modal-footer,.shipment-list__delete-actions,.shipment-list__modal-footer,.shipment-status-modal__footer{flex-direction:column}.shipment-list__pagination{padding:12px}.shipment-list__pagination-controls{flex-wrap:wrap;justify-content:flex-end;width:100%}.shipment-list__timeline-row{align-items:flex-start;flex-direction:column}}.dashboard-page{padding-bottom:8px;position:relative}.dashboard-page:before{background:radial-gradient(circle at top left,#1e5ba81a,#0000 28%),radial-gradient(circle at top right,#0ea5e914,#0000 24%),linear-gradient(180deg,#f8fafce0,#f1f5f9f5);content:"";inset:0;pointer-events:none;position:fixed;z-index:-1}.dashboard-page__header{margin-bottom:18px}.dashboard-page__title{color:#0f172a;font-size:28px;font-weight:700;letter-spacing:-.03em;margin-bottom:6px}.dashboard-page__subtitle{color:#64748b;font-size:13px;max-width:720px}.dashboard-page__stats{grid-gap:12px;align-items:stretch;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin-bottom:18px}.dashboard-page__stat-card,.dashboard-page__table-card{background:linear-gradient(180deg,#fffffffa,#f8fafcf0);border:1px solid #94a3b829;border-radius:18px;box-shadow:0 12px 30px #0f172a0f,inset 0 1px 0 #ffffffd9}.dashboard-page__stat-card{background-color:#1e5ba814;background-color:var(--card-accent-soft,#1e5ba814);background-image:linear-gradient(180deg,#fffffffa,#fffffff5);border-top:4px solid #1e5ba8;border-top:4px solid var(--card-accent,#1e5ba8);cursor:pointer;display:flex;flex-direction:column;min-height:112px;overflow:hidden;padding:10px 10px 8px;position:relative;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.dashboard-page__stat-card:hover{box-shadow:0 18px 40px #0f172a1a,inset 0 1px 0 #ffffffeb;transform:translateY(-5px)}.dashboard-page__stat-card-inner{display:flex;flex-direction:column;height:100%;position:relative;z-index:1}.dashboard-page__stat-top{align-items:flex-start;display:flex;gap:8px;justify-content:flex-start;margin-bottom:4px}.dashboard-page__awb-icon,.dashboard-page__stat-icon{align-items:center;border-radius:10px;box-shadow:inset 0 1px 0 #ffffffb8;display:inline-flex;flex-shrink:0;font-size:12px;height:30px;justify-content:center;width:30px}.dashboard-page__awb-label,.dashboard-page__stat-label,.dashboard-page__table-title{color:#334155;font-size:9.5px;font-weight:800;letter-spacing:.75px;text-transform:uppercase}.dashboard-page__awb-label,.dashboard-page__stat-label{margin-bottom:2px}.dashboard-page__stat-value{font-size:28px;font-weight:800;letter-spacing:-.03em;line-height:1;margin-top:0}.dashboard-page__stat-subtitle{color:#64748b;font-size:12px;font-weight:600;line-height:1.35;margin-top:4px}.dashboard-page__stat-card:before{background:radial-gradient(circle at top right,#1e5ba829 0,#0000 58%);background:radial-gradient(circle at top right,var(--card-accent-glow,#1e5ba829) 0,#0000 58%);content:"";inset:0;opacity:1;pointer-events:none;position:absolute}.dashboard-page__stat-card>*{position:relative;z-index:1}.dashboard-page__table-btn,.dashboard-page__view-all{cursor:pointer;font-weight:600;transition:all .2s}.dashboard-page__table-btn--print{background:linear-gradient(135deg,#1e293b,#334155)}.dashboard-page__table-card{overflow:hidden}.dashboard-page__table-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:14px 18px}.dashboard-page__table-title{color:#1f2937;font-size:15px;font-weight:700;letter-spacing:0;text-transform:none}.dashboard-page__view-all{background:#fff;border:1.5px solid #e5e7eb;border-radius:6px;color:#1f2937;font-size:12px;padding:5px 12px}.dashboard-page__table-btn--view:hover,.dashboard-page__view-all:hover{background:#f9fafb}.dashboard-page__toolbar{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;flex-wrap:wrap;gap:10px;padding:12px 18px}.dashboard-page__search{align-items:center;background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:8px;display:flex;flex:1 1;gap:8px;min-width:200px;padding:7px 12px}.dashboard-page__search i{color:#9ca3af;font-size:12px}.dashboard-page__search input{background:#0000;border:none;color:#1f2937;font-family:inherit;font-size:13px;outline:none;width:100%}.dashboard-page__search input::placeholder{color:#9ca3af}.dashboard-page__status-filter{background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;font-family:inherit;font-size:12px;outline:none;padding:7px 12px}.dashboard-page__status-filter:focus{border-color:#1e5ba8}.dashboard-page__records{color:#6b7280;font-size:12px;white-space:nowrap}.dashboard-page__records strong{color:#1f2937}.dashboard-page__rows{align-items:center;display:flex;gap:8px}.dashboard-page__rows label{color:#334155;font-size:12px;font-weight:700;white-space:nowrap}.dashboard-page__rows select{background:#f8fafc;border:1px solid #d1d5db;border-radius:9px;color:#0f172a;cursor:pointer;font-size:12px;font-weight:600;min-width:62px;outline:none;padding:7px 26px 7px 10px}.dashboard-page__empty{color:#9ca3af;font-size:13px;padding:32px!important;text-align:center}.dashboard-page__empty i{margin-right:6px}.dashboard-page__table-wrap{overflow-x:auto}.dashboard-page__table{border-collapse:collapse;font-size:13px;width:100%}.dashboard-page__table th{background:#f9fafb;border-bottom:1px solid #e5e7eb;color:#6b7280;font-size:11px;font-weight:700;letter-spacing:.5px;padding:10px 16px;text-align:left;text-transform:uppercase;white-space:nowrap}.dashboard-page__table td:last-child,.dashboard-page__table th:last-child{text-align:right}.dashboard-page__table td{color:#374151;padding:13px 16px}.dashboard-page__table tbody tr:hover{background:#fafafa}.dashboard-page__pagination{align-items:center;border-top:1px solid #e5e7eb;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;padding:12px 18px}.dashboard-page__pagination-info{color:#64748b;font-size:12px;font-weight:600}.dashboard-page__pagination-controls{align-items:center;display:flex;gap:6px}.dashboard-page__pagination-controls button{background:#fff;border:1px solid #d1d5db;border-radius:10px;color:#1f2937;cursor:pointer;font-size:12px;font-weight:700;height:32px;min-width:34px;padding:0 10px}.dashboard-page__pagination-controls button:disabled{cursor:not-allowed;opacity:.45}.dashboard-page__pagination-controls button.is-active{background:#d97706;border-color:#d97706;color:#fff}.dashboard-page__pagination-ellipsis{color:#6b7280;font-size:12px;font-weight:700;min-width:24px;text-align:center}.dashboard-page__awb{color:#1f2937;font-family:var(--app-font);font-size:13px;font-weight:700}.dashboard-page__table-btn{border-radius:6px;font-size:11px;padding:5px 10px}.dashboard-page__table-btn--view{background:#fff;border:1.5px solid #e5e7eb;color:#1f2937;margin-right:6px}.dashboard-page__table-btn--print{border:none;color:#fff}.dashboard-page__table-btn--track{background:#8b5cf6;border:none;color:#fff;margin-left:6px}.dashboard-page__table-btn--track:hover{background:#7c3aed}.dashboard-status-badge{border-radius:20px;color:#fff;font-size:11px;font-weight:700;padding:3px 10px;white-space:nowrap}@media (max-width:1200px){.dashboard-page__stats{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:768px){.dashboard-page__stats{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-page__rows{margin-left:auto}.dashboard-page__table-wrap{overflow:visible}.dashboard-page__table,.dashboard-page__table tbody,.dashboard-page__table td,.dashboard-page__table thead,.dashboard-page__table tr{display:block;width:100%}.dashboard-page__table thead{display:none}.dashboard-page__table tbody{grid-gap:12px;display:grid;gap:12px}.dashboard-page__table tr{background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 8px 20px #0f172a0f;padding:12px}.dashboard-page__table td{border-bottom:1px solid #eef2f7;display:flex;gap:14px;justify-content:space-between;padding:9px 0;text-align:right}.dashboard-page__table td:last-child{border-bottom:0;flex-wrap:wrap;justify-content:flex-end}.dashboard-page__table td[data-label]:before{color:#64748b;content:attr(data-label);flex:0 0 92px;font-size:12px;font-weight:700;text-align:left}.dashboard-page__empty{border-bottom:0!important;display:block!important;text-align:center!important}.dashboard-page__pagination{justify-content:center}.dashboard-page__pagination-controls{justify-content:center;width:100%}}.master-page{--master-primary:#1e5ba8}.master-page__header{align-items:flex-start;display:flex;gap:12px;justify-content:space-between;margin-bottom:20px}.master-page__title{align-items:center;color:#1f2937;display:flex;font-size:24px;font-weight:700;gap:10px;margin-bottom:3px}.master-page__title i{color:var(--master-primary);font-size:22px}.master-page__subtitle{color:#6b7280;font-size:13px}.master-page__add-btn{align-items:center;background:var(--master-primary);border:none;border-radius:9px;box-shadow:0 3px 10px color-mix(in srgb,var(--master-primary) 25%,#0000);color:#fff;cursor:pointer;display:flex;font-size:13px;font-weight:700;gap:7px;padding:10px 18px;transition:all .2s}.master-page__add-btn:hover,.master-page__save-btn:hover{opacity:.92}.master-page__alert{align-items:center;border-radius:8px;display:flex;font-size:13px;gap:8px;margin-bottom:14px;padding:11px 16px}.master-page__alert--success{background:#10b9811a;border:1px solid #10b98133;color:#059669}.master-page__alert--danger{background:#ef44441a;border:1px solid #ef444433;color:#dc2626}.master-toast{align-items:center;animation:masterToastIn .2s ease;background:#ecfdf5;border:1px solid #10b98147;border-radius:10px;box-shadow:0 14px 30px #0f172a29;color:#047857;display:inline-flex;font-size:13px;font-weight:700;gap:9px;max-width:min(360px,calc(100vw - 36px));min-width:240px;padding:12px 14px;position:fixed;right:18px;top:18px;z-index:10000}.master-toast--danger{background:#fef2f2;border-color:#ef444442;color:#b91c1c}.master-page__card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #00000014;overflow:hidden}.master-page__toolbar{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;padding:14px 18px}.master-page__count{color:#1f2937;font-size:15px;font-weight:700}.master-page__count span{color:var(--master-primary)}.master-page__search{position:relative}.master-page__toolbar-right{align-items:center;display:flex;gap:10px}.master-page__rows{align-items:center;color:#4b5563;display:flex;font-size:12px;gap:6px}.master-page__rows label{font-weight:700}.master-page__rows select{background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:8px;color:#1f2937;font-family:inherit;font-size:12px;outline:none;padding:7px 8px}.master-page__search i{color:#9ca3af;font-size:12px;left:10px;position:absolute;top:50%;transform:translateY(-50%)}.master-modal__field input,.master-modal__field select,.master-modal__field textarea,.master-page__search input{background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:8px;color:#1f2937;font-family:inherit;font-size:13px;outline:none;padding:9px 12px;width:100%}.master-page__search input{padding-left:30px;width:240px}.master-page__table-wrap{overflow-x:auto}.master-page__table{border-collapse:collapse;font-size:13px;width:100%}.master-page__table th{background:#f9fafb;border-bottom:1px solid #e5e7eb;color:#6b7280;font-size:11px;font-weight:700;letter-spacing:.5px;padding:10px 16px;text-align:left;text-transform:uppercase;white-space:nowrap}.master-page__table td:last-child,.master-page__table th:last-child{text-align:right}.master-page__table td{border-bottom:1px solid #f3f4f6;color:#374151;padding:12px 16px;vertical-align:middle}.master-page__table tbody tr:hover{background:#fafafa}.master-page__cell--strong{color:#1f2937;font-weight:600}.master-page__status{border:1px solid #0000;border-radius:20px;cursor:pointer;font-size:11px;font-weight:700;padding:3px 10px;transition:all .2s;-webkit-user-select:none;user-select:none}.master-page__status--active{background:#10b9811f;border-color:#10b98133;color:#059669}.master-page__status--inactive{background:#ef44441f;border-color:#ef444433;color:#dc2626}.master-page__action-btn{border:none;border-radius:6px;cursor:pointer;font-size:10px;font-weight:600;line-height:1.1;padding:5px 9px;transition:all .2s;white-space:nowrap}.master-page__action-btn--edit{background:#1e5ba81a;color:#1e5ba8}.master-page__action-btn--delete{background:#ef44441a;color:#dc2626}.master-page__action-btn--view{background:#d977061f;color:#b45309}.master-page__action-btn--info{background:#0f766e1f;color:#0f766e}.master-page__actions{align-items:center;display:inline-flex;flex-wrap:nowrap;gap:5px;justify-content:flex-end}.master-page__empty{color:#9ca3af;padding:40px;text-align:center}.master-page__empty i{display:block;font-size:36px;margin-bottom:8px;opacity:.3}.master-page__pagination{align-items:center;border-top:1px solid #e5e7eb;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;padding:12px 18px}.master-page__pagination-info{color:#6b7280;font-size:12px;font-weight:600}.master-page__pagination-controls{align-items:center;display:flex;gap:6px}.warehouse-master__assigned-head{align-items:center;background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid #dbe4f2;border-radius:12px;display:flex;gap:16px;justify-content:space-between;margin-bottom:16px;padding:14px 16px}.warehouse-master__assigned-title{color:#0f172a;font-size:18px;font-weight:700}.warehouse-master__assigned-subtitle{color:#64748b;font-size:13px;margin-top:4px}.warehouse-master__assigned-badge{align-items:center;background:linear-gradient(180deg,#ccfbf1,#99f6e4);border:1px solid #5eead4;border-radius:999px;color:#0f766e;display:inline-flex;font-size:18px;font-weight:800;height:46px;justify-content:center;min-width:46px;padding:0 14px}.warehouse-master__assigned-list{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr))}.warehouse-master__assigned-card{background:linear-gradient(180deg,#fff,#fbfdff);border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 6px 18px #0f172a0d;padding:16px}.warehouse-master__assigned-name{color:#0f172a;font-size:18px;font-weight:700;margin-bottom:10px}.warehouse-master__assigned-meta{color:#475569;font-size:13px;line-height:1.45}.warehouse-master__assigned-meta+.warehouse-master__assigned-meta{margin-top:4px}.warehouse-master__assigned-empty{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:12px;color:#64748b;font-weight:600;padding:24px 16px;text-align:center}@media (max-width:760px){.warehouse-master__assigned-list{grid-template-columns:1fr}}.master-page__pagination-controls button{background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#1f2937;cursor:pointer;font-size:12px;font-weight:700;height:32px;min-width:32px;padding:0 10px}.master-page__pagination-controls button.is-active{background:var(--master-primary);border-color:var(--master-primary);color:#fff}.master-page__pagination-controls button:disabled{cursor:not-allowed;opacity:.45}.master-page__pagination-ellipsis{color:#6b7280;font-size:12px;font-weight:700;min-width:24px;text-align:center}.master-modal__overlay{align-items:center;background:#00000080;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:9999}.master-delete,.master-modal{background:#fff;border-radius:14px;box-shadow:0 20px 60px #0003;overflow:hidden;width:100%}.master-modal{animation:masterModalIn .2s ease;max-width:460px}.master-modal__header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:16px 20px}.master-modal__title{align-items:center;color:#1f2937;display:flex;font-size:16px;font-weight:700;gap:8px}.master-modal__title i{color:var(--master-primary)}.master-modal__close{background:none;border:none;border-radius:6px;color:#6b7280;cursor:pointer;font-size:18px;padding:4px 8px}.master-modal__body{padding:20px}.master-modal__alert{margin:14px 20px 0}.master-modal__field{margin-bottom:14px}.master-modal__field label{color:#374151;display:block;font-size:12px;font-weight:700;letter-spacing:.4px;margin-bottom:5px;text-transform:uppercase}.master-modal__hint{color:#6b7280;display:block;font-size:11px;margin-top:6px}.master-modal__field textarea{resize:vertical}.master-modal__required{color:red}.master-modal__footer{border-top:1px solid #e5e7eb;display:flex;gap:10px;justify-content:flex-end;padding:14px 20px}.master-delete__cancel-btn,.master-delete__confirm-btn,.master-modal__cancel-btn,.master-page__save-btn{border-radius:8px;cursor:pointer;font-size:13px;font-weight:600;padding:9px 20px}.master-delete__cancel-btn,.master-modal__cancel-btn{background:#fff;border:1.5px solid #e5e7eb;color:#1f2937}.master-page__save-btn{background:var(--master-primary);border:none;color:#fff;font-weight:700}.delivery-boy-master__primary-btn{align-items:center;background:linear-gradient(135deg,#1e40af,#2563eb);border-radius:9px;box-shadow:0 3px 12px #2563eb4d;display:inline-flex;font-family:inherit;gap:7px;justify-content:center;padding:10px 26px;transition:all .18s;white-space:nowrap}.delivery-boy-master__primary-btn:hover:not(:disabled){background:linear-gradient(135deg,#1e3a8a,#1d4ed8);box-shadow:0 5px 18px #2563eb61;opacity:1;transform:translateY(-1px)}.master-delete{max-width:360px;text-align:center}.master-delete__body{padding:24px}.master-delete__icon{font-size:42px;margin-bottom:12px}.master-delete__title{color:#1f2937;font-size:17px;font-weight:700;margin-bottom:8px}.master-delete__text{color:#6b7280;font-size:13px;margin-bottom:20px}.master-delete__actions{display:flex;gap:10px;justify-content:center}.master-delete__confirm-btn{background:#ef4444;border:none;color:#fff;font-weight:700}.delivery-boy-master__address{max-width:360px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.delivery-boy-master__modal{max-height:calc(100vh - 40px);max-width:920px;overflow-y:auto}.delivery-boy-master__form-grid{grid-gap:14px 16px;display:grid;gap:14px 16px;grid-template-columns:repeat(2,minmax(0,1fr))}.delivery-boy-master__form-grid .master-modal__field{margin-bottom:0}.delivery-boy-master__field--wide{grid-column:1/-1}.delivery-boy-master__field-head{align-items:center;display:flex;gap:10px;justify-content:space-between;margin-bottom:5px}.delivery-boy-master__field-head label{margin-bottom:0}.delivery-boy-master__section-title{border-top:1px dashed #d1d5db;color:#0f172a!important;font-size:12px!important;font-weight:800!important;letter-spacing:.05em!important;margin-top:4px;padding-top:10px}.delivery-boy-master__same-toggle{align-items:center;color:#64748b!important;cursor:pointer;display:inline-flex!important;font-size:10px!important;gap:7px;line-height:1;white-space:nowrap}.delivery-boy-master__same-toggle input{display:none}.delivery-boy-master__same-toggle span{background:#cbd5e1;border-radius:999px;height:16px;position:relative;transition:background .2s;width:30px}.delivery-boy-master__same-toggle span:after{background:#fff;border-radius:50%;box-shadow:0 1px 2px #0f172a33;content:"";height:12px;left:2px;position:absolute;top:2px;transition:transform .2s;width:12px}.delivery-boy-master__same-toggle input:checked+span{background:var(--master-primary)}.delivery-boy-master__same-toggle input:checked+span:after{transform:translateX(14px)}.delivery-boy-master__warehouse-select{height:40px;max-height:40px;min-height:40px;overflow-y:hidden}.delivery-boy-master__file{display:block}.delivery-boy-master__file input{display:none}.delivery-boy-master__file span{align-items:center;background:#f9fafb;border:1.5px dashed #d1d5db;border-radius:8px;color:#4b5563;cursor:pointer;display:flex;font-size:13px;font-weight:700;gap:8px;justify-content:center;min-height:38px}.delivery-boy-master__preview{grid-gap:10px;align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:inherit;display:grid;gap:10px;grid-template-columns:54px minmax(0,1fr);margin-top:8px;padding:7px;text-decoration:none;transition:border-color .2s,box-shadow .2s}.delivery-boy-master__preview:hover{border-color:var(--master-primary);box-shadow:0 6px 16px #0f172a14}.delivery-boy-master__preview-box{align-items:center;background:#f3f4f6;border-radius:6px;display:flex;height:44px;justify-content:center;overflow:hidden;width:54px}.delivery-boy-master__preview-box img{height:100%;object-fit:cover;width:100%}.delivery-boy-master__preview-box i{color:#dc2626;font-size:20px}.delivery-boy-master__preview-meta{min-width:0}.delivery-boy-master__preview-meta span,.delivery-boy-master__preview-meta strong{display:block}.delivery-boy-master__preview-meta strong{color:#1f2937;font-size:12px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.delivery-boy-master__preview-meta span{color:#6b7280;font-size:11px;font-weight:600;margin-top:2px}.delivery-boy-master__details{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.delivery-boy-master__details div,.delivery-boy-master__document{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:12px}.delivery-boy-master__details span,.delivery-boy-master__document span{color:#6b7280;display:block;font-size:11px;font-weight:700;letter-spacing:.4px;margin-bottom:5px;text-transform:uppercase}.delivery-boy-master__details strong,.delivery-boy-master__document strong{color:#1f2937;font-size:13px;word-break:break-word}.delivery-boy-master__detail-wide{grid-column:1/-1}.delivery-boy-master__documents{grid-gap:10px;display:grid;gap:10px;margin-top:14px}.warehouse-master__address{max-width:320px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.warehouse-master__modal{max-width:760px}.warehouse-master__form-grid{grid-gap:14px 16px;display:grid;gap:14px 16px;grid-template-columns:repeat(3,minmax(0,1fr))}.warehouse-master__form-grid .master-modal__field{margin-bottom:0}.warehouse-master__field--wide{grid-column:1/-1}.delivery-boy-master__document{align-items:center;display:flex;gap:12px;justify-content:space-between}.delivery-boy-master__document .delivery-boy-master__preview{margin-top:0;width:min(240px,100%)}@keyframes masterModalIn{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes masterToastIn{0%{opacity:0;transform:translateY(-8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width:768px){.master-page__table-wrap{overflow:visible}.master-page__table,.master-page__table tbody,.master-page__table td,.master-page__table thead,.master-page__table tr{display:block;width:100%}.master-page__table thead{display:none}.master-page__table tbody{grid-gap:12px;display:grid;gap:12px}.master-page__table tr{background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 8px 20px #0f172a0f;padding:12px}.master-page__table td{border-bottom:1px solid #eef2f7;display:flex;gap:14px;justify-content:space-between;padding:9px 0;text-align:right}.master-page__table td:last-child{border-bottom:0;flex-wrap:wrap;justify-content:flex-end}.master-page__table td[data-label]:before{color:#64748b;content:attr(data-label);flex:0 0 104px;font-size:12px;font-weight:700;text-align:left}.master-page__empty{border-bottom:0!important;display:block!important;text-align:center!important}.master-page__header{flex-direction:column}.master-page__search input{width:100%}.master-page__toolbar-right{align-items:stretch;flex-direction:column;width:100%}.master-page__rows{justify-content:space-between}.master-page__pagination{padding:12px}.master-page__pagination-controls{flex-wrap:wrap;justify-content:flex-end;width:100%}.delivery-boy-master__modal{max-height:calc(100vh - 40px);overflow-y:auto}.delivery-boy-master__details,.delivery-boy-master__form-grid,.warehouse-master__form-grid{grid-template-columns:1fr}.delivery-boy-master__document{align-items:flex-start;flex-direction:column}.delivery-boy-master__address,.warehouse-master__address{max-width:none;white-space:normal}.delivery-boy-master__field-head{align-items:flex-start;flex-direction:column}}.pincode-master__tree{display:flex;flex-direction:column;gap:14px;padding:18px}.pincode-master__country,.pincode-master__district,.pincode-master__state{background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 1px 4px #0000000a;overflow:hidden}.pincode-master__country-header,.pincode-master__district-header,.pincode-master__state-header{align-items:center;background:#f8fafc;border:none;color:#111827;cursor:pointer;display:flex;font:inherit;justify-content:space-between;padding:14px 18px;transition:background .2s ease;width:100%}.pincode-master__country-header{background:linear-gradient(135deg,#dcfce7,#f0fdf4);border-bottom:1px solid #bbf7d0}.pincode-master__country-header:hover{background:linear-gradient(135deg,#bbf7d0,#dcfce7)}.pincode-master__state-header{background:linear-gradient(135deg,#fef3c7,#fef9e7);border-bottom:1px solid #fde68a}.pincode-master__state-header:hover{background:linear-gradient(135deg,#fde68a,#fef3c7)}.pincode-master__country-left,.pincode-master__district-left,.pincode-master__state-left{align-items:center;display:flex;gap:10px}.pincode-master__country-left strong{color:#166534;font-size:15px}.pincode-master__state-left strong{color:#92400e;font-size:15px}.pincode-master__count-badge{background:#2563eb1f;border-radius:999px;color:#2563eb;font-size:12px;font-weight:700;padding:4px 12px}.pincode-master__district-count{align-items:center;background:#2563eb;border-radius:50%;color:#fff;display:flex;font-size:12px;font-weight:700;height:26px;justify-content:center;width:26px}.pincode-master__districts,.pincode-master__states{display:flex;flex-direction:column;gap:10px;max-height:0;opacity:0;overflow:hidden;padding:0 12px;transition:max-height .3s ease-out,opacity .3s ease-out,padding .3s ease-out}.pincode-master__districts.expanded,.pincode-master__states.expanded{max-height:4000px;opacity:1;padding-bottom:12px;padding-top:12px}.pincode-master__district-header{background:linear-gradient(135deg,#eff6ff,#f8fafc);border-bottom:1px solid #bfdbfe;padding:11px 16px;transition:background .2s ease}.pincode-master__district-header:hover{background:linear-gradient(135deg,#dbeafe,#eff6ff)}.pincode-master__district-left span{color:#1e40af;font-size:13px;font-weight:600}.pincode-master__rows{display:flex;flex-direction:column;gap:8px;max-height:0;opacity:0;overflow:hidden;padding:0 12px;transition:max-height .3s ease-out,opacity .3s ease-out,padding .3s ease-out}.pincode-master__rows.expanded{max-height:4000px;opacity:1;padding:10px 12px}.pincode-master__row{grid-gap:12px;align-items:center;background:#fafbff;border:1px solid #e8f0fe;border-left:3px solid #2563eb;border-radius:10px;display:grid;gap:12px;grid-template-columns:150px minmax(160px,1fr) minmax(160px,1fr) auto;padding:12px 16px 12px 18px;transition:background .18s ease,box-shadow .18s ease}.pincode-master__row:hover{background:#f0f4ff;box-shadow:0 2px 12px #2563eb17}.pincode-master__pin-label{color:#94a3b8;font-size:10px;font-weight:700;letter-spacing:.08em;margin-bottom:4px;text-transform:uppercase}.pincode-master__pin-value{color:#1e293b;font-size:14px;font-weight:600}.pincode-master__pin .pincode-master__pin-value{background:#2563eb14;border-radius:6px;color:#2563eb;display:inline-block;font-family:var(--app-font);font-size:15px;letter-spacing:.06em;padding:2px 8px}.pincode-master__actions{align-items:center;display:flex;flex-shrink:0;gap:8px;justify-content:flex-end}@media (max-width:900px){.pincode-master__row{grid-template-columns:140px 1fr auto;grid-template-rows:auto auto}.pincode-master__area:last-of-type{grid-column:2}.pincode-master__actions{align-self:center;grid-column:3;grid-row:1/3}}@media (max-width:600px){.pincode-master__tree{padding:10px}.pincode-master__row{grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto}.pincode-master__pin{grid-column:1/-1}.pincode-master__actions{flex-wrap:wrap;grid-column:1/-1;justify-content:flex-start}.pincode-master__country-header,.pincode-master__district-header,.pincode-master__state-header{align-items:flex-start;flex-direction:column;gap:8px}}.print-label-modal{inset:0;position:fixed;z-index:10000}.print-label-modal__overlay{background:#0f172aa6;inset:0;position:absolute}.print-label-modal__dialog{background:#fff;border-radius:18px;box-shadow:0 24px 80px #0f172a47;margin:16px auto;max-height:calc(100vh - 32px);overflow:auto;padding:16px;position:relative;width:min(920px,calc(100vw - 32px))}.print-label-modal__toolbar{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end;margin-bottom:12px}.print-label-modal__success-msg{align-items:center;background:#10b9811a;border:1px solid #10b98140;border-radius:8px;color:#059669;display:flex;flex:1 1;font-size:13px;font-weight:600;gap:7px;padding:6px 12px}.print-label-modal__btn{border-radius:10px;cursor:pointer;font-size:13px;font-weight:700;padding:10px 18px}.print-label-modal__btn--primary{background:#111827;border:none;color:#fff}.print-label-modal__btn--secondary{background:#fff;border:1px solid #d1d5db;color:#111827}.print-label-modal__summary{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr;margin-bottom:12px}.print-label-modal__summary-card{background:linear-gradient(180deg,#f8fafc,#fff);border:1px solid #e5e7eb;border-radius:10px;font-size:13px;padding:10px}.print-label-modal__code-label,.print-label-modal__summary-label{color:#64748b;font-size:11px;font-weight:700;letter-spacing:.7px;margin-bottom:6px;text-transform:uppercase}.print-label-modal__summary-value{color:#0f172a;font-family:var(--app-font);font-size:24px;font-weight:800;word-break:break-word}.print-label-modal__summary-value--compact{font-size:18px}.print-label-modal__summary-link,.print-label-modal__url{color:#1d4ed8;font-size:13px;font-weight:600;line-height:1.45;word-break:break-all}.print-label-modal__summary-text{color:#475569;font-size:12px;margin-top:6px}.trackon-label{background:#fff;border:2px solid #111827;color:#111827;margin:0!important;max-width:100%!important;padding:12px 16px;width:100%}.barcode-section,.details-row,.label-footer,.label-top-row,.meta-row,.route-grid{display:flex}.barcode-section,.label-footer,.label-top-row,.meta-row{align-items:center;justify-content:space-between}.logo-col{flex-shrink:0;width:140px}.brand-fallback{font-size:22px;font-weight:800;line-height:1;text-align:center}.brand-fallback,.brand-logo{align-items:center;border:1px solid #111827;display:flex;justify-content:center;min-height:60px}.brand-logo{background:#fff;padding:4px}.brand-logo img{display:block;height:52px;object-fit:contain;width:100%}.route-col{flex:1 1;margin-left:10px}.route-grid{border:1px solid #111827;flex-wrap:wrap;text-align:center;width:100%}.route-head,.route-value{padding:6px 8px;width:50%}.route-head{background:#f3f4f6;border-bottom:1px solid #111827;font-size:11px;font-weight:700;text-transform:uppercase}.route-value{font-size:16px;font-weight:800;letter-spacing:.5px;text-transform:uppercase}.route-value:first-of-type{border-right:1px solid #111827}.barcode-section{border-bottom:1px solid #111827;border-top:1px solid #111827;gap:12px;margin-top:8px;padding:10px 0}.barcode-holder{flex:1 1;text-align:center}.barcode-svg-wrap svg{height:60px;width:100%}.awb-visual{font-size:13px;font-weight:700;letter-spacing:1px;margin-top:4px}.barcode-scan-url{color:#0f766e;display:block;font-size:8px;font-weight:700;line-height:1.2;margin-top:3px;text-align:center;text-decoration:none;word-break:break-all}.barcode-scan-url:hover{text-decoration:underline}.label-qr{align-items:center;display:flex;flex-shrink:0;justify-content:center;min-width:90px;width:90px}.label-qr img{height:88px;width:88px}.label-footer,.meta-row{font-size:11px;padding:6px 0}.to-section{border-bottom:1px solid #111827;border-top:1px solid #111827;padding:8px 0}.to-prefix{font-size:12px;font-weight:700;margin-bottom:4px}.to-name{font-size:20px;font-weight:800;margin-bottom:4px}.to-address,.to-phone{font-size:12px;line-height:1.3}.details-row{flex-wrap:wrap;font-size:11px;gap:6px 12px;padding:8px 0}.detail-item{width:calc(33.333% - 8px)}.detail-item span{font-weight:700}.detail-item.full-row{width:100%}.print-label-modal__codes{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr 1.2fr;margin-top:10px}.print-label-modal__code-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;padding:10px 12px}.print-label-modal__code-label{color:#64748b;font-size:11px;font-weight:700;letter-spacing:.7px;margin-bottom:6px;text-transform:uppercase}.print-label-modal__code-value{align-items:center;display:flex;justify-content:center;min-height:76px}.print-label-modal__code-value--barcode svg{height:58px;max-width:100%;width:100%}.print-label-modal__qr-preview{background:#fff;border:1px solid #e5e7eb;border-radius:8px;height:88px;padding:3px;width:88px}.print-label-modal__url{color:#1d4ed8;display:block;font-size:11px;font-weight:600;line-height:1.3;text-align:center;word-break:break-all}.print-label-modal__scan-link{color:#0f766e;display:block;font-size:11px;font-weight:700;line-height:1.25;margin-top:6px;text-align:center;text-decoration:none}.print-label-modal__code-awb{color:#111827;font-size:12px;font-weight:700;letter-spacing:1px;margin-top:4px;text-align:center}.print-label-modal__scan-link:hover,.print-label-modal__summary-link:hover,.print-label-modal__url:hover{text-decoration:underline}@media (max-width:768px){.print-label-modal__dialog{margin:8px auto;padding:12px;width:calc(100vw - 16px)}.print-label-modal__codes,.print-label-modal__summary{grid-template-columns:1fr}.barcode-section,.label-footer,.label-top-row,.meta-row{align-items:stretch;flex-direction:column}.route-col{margin-left:0;margin-top:8px}.logo-col{width:100%}.barcode-section{gap:10px}.label-qr{width:100%}.detail-item{width:calc(50% - 6px)}}.trackon-label-container{grid-gap:0!important;display:grid!important;gap:0!important;grid-template-columns:1fr!important;max-width:100%!important;page-break-inside:avoid!important;width:100%!important}@media print{.trackon-label-container{grid-gap:16px!important;display:grid!important;gap:16px!important;grid-template-columns:1fr 1fr!important;page-break-inside:avoid!important;width:100%}.trackon-label{margin:0!important;max-width:none!important;page-break-inside:avoid!important}.print-label-modal__overlay{display:none!important}.print-label-modal__dialog{background:#0000!important;border-radius:0!important;box-shadow:none!important;margin:0!important;max-height:none!important;padding:0!important;position:static!important;width:100%!important}.print-label-modal__codes,.print-label-modal__summary,.print-label-modal__toolbar{display:none!important}}.sc{margin:0 auto;max-width:860px;width:100%}.sc__header{flex-wrap:wrap;gap:10px;justify-content:space-between;margin-bottom:16px}.sc__header,.sc__title{align-items:center;display:flex}.sc__title{color:#0f172a;font-size:20px;font-weight:800;gap:9px;margin:0}.sc__title i{background:linear-gradient(135deg,#1e40af,#3b82f6);box-shadow:0 3px 10px #3b82f64d;color:#fff;flex-shrink:0;font-size:15px;height:36px;justify-content:center;width:36px}.sc__awb-display,.sc__title i{align-items:center;border-radius:9px;display:flex}.sc__awb-display{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:1.5px solid #0ea5e9;gap:8px;padding:7px 14px}.sc__awb-label{color:#64748b;font-size:10px;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.sc__awb-value{color:#0284c7;font-family:var(--app-font);font-size:15px;font-weight:700}.sc__alert{align-items:center;border-radius:9px;display:flex;font-size:13px;font-weight:500;gap:8px;margin-bottom:14px;padding:10px 14px}.sc__alert--success{background:#f0fdf4;border:1px solid #bbf7d0;color:#15803d}.sc__alert--danger{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c}.sc__saving-overlay{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f172a6b;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:1200}.sc__saving-card{background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid #94a3b840;border-radius:18px;box-shadow:0 24px 80px #0f172a47;padding:28px 24px;text-align:center;width:min(92vw,420px)}.sc__saving-icon{color:#2563eb;font-size:34px;margin-bottom:14px}.sc__saving-title{color:#0f172a;font-size:18px;font-weight:800;margin-bottom:8px}.sc__saving-text{color:#475569;font-size:14px;line-height:1.55}.sc__card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px #0f172a0d,0 2px 10px #0f172a0a;margin-bottom:10px;overflow:hidden;padding:0;transition:box-shadow .18s}.sc__card--recv{overflow:visible;position:relative}.sc__card:hover{box-shadow:0 2px 6px #0f172a12,0 6px 20px #0f172a0f}.sc__card--recv{border-left:3px solid #4f46e5}.sc__card--send{border-left:3px solid #059669}.sc__card--ship{border-left:3px solid #d97706}.sc__section-title{align-items:center;background:#f8fafc;border-bottom:1px solid #e8edf5;display:flex;gap:9px;padding:9px 14px}.sc__section-title i{align-items:center;border-radius:7px;display:flex;flex-shrink:0;font-size:12px;height:26px;justify-content:center;width:26px}.sc__section-title i,.sc__section-title--recv i{background:#4f46e51a;color:#4f46e5}.sc__section-title--send i{background:#0596691a;color:#059669}.sc__section-title--ship i{background:#d977061a;color:#d97706}.sc__section-title span{color:#1e293b;font-size:11.5px;font-weight:700;letter-spacing:.8px;text-transform:uppercase}.sc__card--plain,.sc__card-body{padding:14px 16px}.sc__card--plain{background:linear-gradient(135deg,#f8faff,#eff3ff);border:1px solid #c7d2f0}.sc__route-row{align-items:end;display:flex;gap:0}.sc__route-segment{display:flex;flex:1 1;flex-direction:column;gap:4px}.sc__route-badge{align-items:center;border-radius:4px;display:inline-flex;font-size:9.5px;font-weight:800;gap:4px;letter-spacing:.8px;margin-bottom:4px;padding:2px 8px;text-transform:uppercase;width:-webkit-fit-content;width:fit-content}.sc__route-badge--dest{background:#ef44441a;color:#dc2626}.sc__route-badge--orig{background:#0596691a;color:#059669}.sc__route-input{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:7px;box-sizing:border-box;color:#0f172a;font-family:inherit;font-size:13.5px;font-weight:600;outline:none;padding:7px 10px;transition:border-color .15s,box-shadow .15s,background .15s;width:100%}.sc__route-input:hover{border-color:#94a3b8}.sc__route-input:focus{background:#fff;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.sc__route-date-input{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:7px;color:#0f172a;font-family:inherit;font-size:12.5px;outline:none;padding:7px 10px;transition:border-color .15s,box-shadow .15s}.sc__route-date-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.sc__route-divider{align-items:center;color:#94a3b8;display:flex;flex-direction:column;flex-shrink:0;gap:3px;justify-content:center;padding:0 14px}.sc__route-divider i{color:#3b82f6;font-size:16px}.sc__route-divider-line{background:#c7d2f0;height:8px;width:1px}.sc__route-date-wrap{border-left:1px solid #c7d2f0;display:flex;flex-direction:column;flex-shrink:0;gap:3px;padding-left:14px}.sc__route-date-label{align-items:center;color:#64748b;display:flex;font-size:9.5px;font-weight:800;gap:5px;letter-spacing:.7px;margin-bottom:3px;text-transform:uppercase}.sc__field-grid{grid-gap:10px;display:grid;gap:10px}.sc__field-grid--two{grid-template-columns:1fr 1fr}.sc__field-grid--three{grid-template-columns:repeat(3,1fr)}.sc__field-grid--four{grid-template-columns:repeat(4,1fr)}.sc__field--full{grid-column:1/-1}.sc__geo-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(3,1fr)}.sc__name-row{grid-gap:8px;display:grid;gap:8px;grid-column:1/-1;grid-template-columns:90px 1fr}.sc__field{min-width:0}.sc__field label:not(.sc__toggle-wrap){align-items:center;color:#475569;display:flex;font-size:10.5px;font-weight:700;gap:5px;letter-spacing:.5px;margin-bottom:4px;text-transform:uppercase}.sc__field label:not(.sc__toggle-wrap) i{color:#94a3b8;flex-shrink:0;font-size:9.5px;text-align:center;width:12px}.sc__field input,.sc__field select,.sc__field textarea{background:#fff;border:1.5px solid #e2e8f0;border-radius:8px;box-sizing:border-box;color:#0f172a;font-family:inherit;font-size:13px;outline:none;padding:7px 10px;transition:border-color .15s,box-shadow .15s,background .15s;width:100%}.sc__field input:hover,.sc__field select:hover,.sc__field textarea:hover{border-color:#94a3b8}.sc__field input:focus,.sc__field select:focus,.sc__field textarea:focus{background:#fafbff;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.sc__field textarea{min-height:52px;resize:vertical}.sc__field--pin input{background:#fff;border-color:#e2e8f0;color:#0f172a;font-family:inherit;font-size:13px;font-weight:400;letter-spacing:normal}.sc__field--pin input:focus{background:#fafbff;border-color:#3b82f6}.sc__field--phone input{color:#1e3a5f;font-size:13.5px;font-weight:700}.sc__field--name input{color:#0f172a;font-size:13.5px;font-weight:600}.sc__field--type select{color:#475569;font-size:12px}.sc__field input[readonly],.sc__input--muted{background:#f1f5f9!important;border-color:#e2e8f0;color:#94a3b8;cursor:not-allowed}.sc__error,.sc__req{color:#ef4444}.sc__error{font-size:10.5px;font-weight:600;margin-top:3px}.sc__phone-pair{grid-gap:10px;align-items:end;display:grid;gap:10px;grid-column:1/-1;grid-template-columns:1fr 1fr}.sc__phone-pair--three{grid-template-columns:minmax(0,1fr) minmax(0,1.25fr) minmax(0,.82fr)}.sc__phone-pair--three .sc__field{min-width:0}.sc__phone-pair--three .sc__field--email-compact input{font-size:12.5px}.sc__field-head{align-items:center;display:flex;gap:6px;justify-content:space-between;margin-bottom:4px}.sc__field-head>label{align-items:center;display:inline-flex;gap:5px;white-space:nowrap}.sc__phone-suggest-wrap{position:relative;z-index:18}.sc__phone-dropdown{background:#fff;border:1px solid #cbd5e1;border-radius:10px;box-shadow:0 18px 36px #0f172a29;margin-top:6px;max-height:230px;overflow-y:auto;padding:6px;position:static;width:100%}.sc__phone-dropdown-item{align-items:center;background:#0000;border:0;border-radius:8px;color:#0f172a;cursor:pointer;display:flex;font:inherit;font-size:13px;font-weight:600;gap:10px;justify-content:space-between;padding:9px 11px;text-align:left;width:100%}.sc__phone-dropdown-item:focus-visible,.sc__phone-dropdown-item:hover{background:#eff6ff;outline:none}.sc__phone-dropdown-value{letter-spacing:.2px}.sc__phone-dropdown::-webkit-scrollbar{width:10px}.sc__phone-dropdown::-webkit-scrollbar-track{background:#f1f5f9;border-radius:999px}.sc__phone-dropdown::-webkit-scrollbar-thumb{background:#cbd5e1;border:2px solid #f1f5f9;border-radius:999px}.sc__toggle-wrap{align-items:center;cursor:pointer;display:inline-flex;flex-shrink:0;gap:5px;-webkit-user-select:none;user-select:none}.sc__toggle-wrap input[type=checkbox]{display:none}.sc__toggle{background:#cbd5e1;border-radius:999px;flex-shrink:0;height:16px;position:relative;transition:background .22s ease;width:30px}.sc__toggle:after{background:#fff;border-radius:50%;box-shadow:0 1px 3px #0003;content:"";height:12px;left:2px;position:absolute;top:2px;transition:transform .22s ease;width:12px}.sc__toggle-wrap input:checked~.sc__toggle{background:#25d366}.sc__toggle-wrap input:checked~.sc__toggle:after{transform:translateX(14px)}.sc__toggle-lbl{color:#94a3b8;font-size:9.5px;font-weight:700;letter-spacing:.4px;text-transform:uppercase;transition:color .22s;white-space:nowrap}.sc__toggle-wrap:has(input:checked) .sc__toggle-lbl{color:#25d366}.sc__status-badge{background:linear-gradient(135deg,#fffbeb,#fef3c7);border:1px solid #fde68a;border-radius:8px;color:#92400e;font-size:11px;gap:6px;letter-spacing:.5px;padding:7px 12px;text-transform:uppercase}.sc__btn,.sc__status-badge{align-items:center;display:inline-flex;font-weight:700}.sc__btn{border:none;border-radius:9px;cursor:pointer;font-family:inherit;font-size:13px;gap:7px;justify-content:center;padding:9px 20px;transition:all .18s;white-space:nowrap}.sc__btn--primary{background:linear-gradient(135deg,#1e40af,#2563eb);box-shadow:0 3px 12px #2563eb4d;color:#fff;padding:10px 26px}.sc__btn--primary:hover{background:linear-gradient(135deg,#1e3a8a,#1d4ed8);box-shadow:0 5px 18px #2563eb61;transform:translateY(-1px)}.sc__btn--secondary{background:#fff;border:1.5px solid #d1d5db;color:#374151}.sc__btn--secondary:hover{background:#f8fafc;border-color:#9ca3af}.sc__btn--back{background:#fff;border:1.5px solid #d1d5db;color:#374151;font-size:12.5px;padding:8px 14px}.sc__btn--back:hover{background:#f8fafc}.sc__btn--print{background:linear-gradient(135deg,#0f172a,#1e293b);box-shadow:0 2px 8px #0003;color:#fff}.sc__btn--print:hover{box-shadow:0 4px 14px #00000040;transform:translateY(-1px)}.sc__actions{display:flex;flex-wrap:wrap;gap:10px;padding:14px 0 4px}.sc__city-modal-overlay{align-items:center;background:#0f172a66;display:flex;inset:0;justify-content:center;padding:12px;position:fixed;z-index:1200}.sc__city-modal{background:#fff;border:1px solid #e6e8ee;border-radius:14px;box-shadow:0 18px 45px #0f172a40;overflow:hidden;width:min(560px,100%)}.sc__city-modal-header{align-items:center;border-bottom:1px solid #e4e7ec;display:flex;justify-content:space-between;padding:16px 20px}.sc__city-modal-title{align-items:center;color:#1f2937;display:flex;font-size:16px;font-weight:700;gap:8px}.sc__city-modal-title i{color:#d97706;font-size:18px}.sc__city-modal-close{align-items:center;background:#0000;border:none;color:#6b7280;cursor:pointer;display:inline-flex;font-size:21px;height:30px;justify-content:center;width:30px}.sc__city-modal-body{background:#f8f9fb;padding:20px}.sc__city-modal .sc__field{margin-bottom:12px}.sc__city-modal .sc__field label{color:#374151;display:block;font-size:13px;font-weight:700;letter-spacing:.4px;margin-bottom:5px;text-transform:uppercase}.sc__city-modal .sc__field input,.sc__city-modal .sc__field select{background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:8px;color:#1f2937;font-size:13px;height:auto;padding:9px 12px}.sc__city-modal .sc__field .sc__req{color:#dc2626}.sc__city-modal-footer{background:#fff;border-top:1px solid #e4e7ec;display:flex;gap:10px;justify-content:flex-end;padding:14px 20px}.sc__city-modal-cancel,.sc__city-modal-save{border-radius:8px;cursor:pointer;font-size:13px;font-weight:600;padding:9px 20px}.sc__city-modal-cancel{background:#fff;border:1px solid #d1d5db;color:#1f2937}.sc__city-modal-save{background:#d97706;border:none;color:#fff;font-weight:700}.sc__city-modal-save:disabled{cursor:not-allowed;opacity:.6}.sc__saved-section{background:#fff;border:1px solid #bbf7d0;border-radius:12px;box-shadow:0 2px 12px #10b9811a;margin-top:14px;padding:18px}.sc__awb-banner{align-items:center;background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:1px solid #86efac;border-radius:11px;display:flex;gap:14px;margin-bottom:18px;padding:12px 16px}.sc__awb-banner>i{color:#16a34a;flex-shrink:0;font-size:26px}.sc__awb-banner-num{color:#1e3a5f;font-family:var(--app-font);font-size:26px;font-weight:900;letter-spacing:3px;line-height:1}.sc__awb-banner-lbl{color:#16a34a;font-size:10px;font-weight:700;letter-spacing:1px;margin-top:4px;text-transform:uppercase}.sc__label-container,.sc__preview-codes{display:flex;justify-content:center;margin-bottom:14px}.sc__preview-codes{align-items:center;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:9px;flex-wrap:wrap;gap:18px;padding:12px}.sc__preview-codes-barcode svg{display:block;height:52px;max-width:270px;width:auto}.sc__preview-codes-qr{background:#fff;border:1px solid #e2e8f0;border-radius:8px;height:82px;padding:5px;width:82px}@media print{.sc__preview-codes{display:none}}.sc__label-actions{display:flex;flex-wrap:wrap;gap:10px}@media (max-width:900px){.sc__field-grid--four{grid-template-columns:1fr 1fr}}@media (max-width:760px){.sc__field-grid--three,.sc__geo-grid{grid-template-columns:1fr 1fr}}@media (max-width:560px){.sc__header{align-items:flex-start;flex-direction:column}.sc__route-row{flex-direction:column;gap:10px}.sc__route-divider{flex-direction:row;padding:0;transform:rotate(90deg)}.sc__route-date-wrap{border-left:none;border-top:1px solid #c7d2f0;padding:10px 0 0}.sc__field-grid--four,.sc__field-grid--three,.sc__field-grid--two,.sc__geo-grid,.sc__name-row,.sc__phone-pair,.sc__phone-pair--three{grid-template-columns:1fr}.sc__field--full{grid-column:1}.sc__actions,.sc__label-actions{flex-direction:column}.sc__btn{width:100%}.sc__awb-banner-num{font-size:20px;letter-spacing:2px}}.track-page{display:flex;justify-content:center}.track-page__card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 1px 3px #00000014;padding:28px;width:min(1180px,100%)}.track-page__title{color:#1f2937;font-size:28px;margin-bottom:6px}.track-page__subtitle{color:#6b7280;margin-bottom:20px}.track-page__form{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 140px;margin-bottom:20px}.track-page__input{border:1.5px solid #e5e7eb;border-radius:12px;font-size:16px;padding:14px 16px;width:100%}.track-page__button{background:#111827;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:15px;font-weight:700;line-height:1;min-height:48px;padding:0 18px}.track-page__alert{background:#fff7ed;border:1px solid #fed7aa;border-radius:12px;color:#9a3412;margin-bottom:20px;padding:14px 16px}.track-page__summary{margin-bottom:18px}.track-page__layout{gap:18px}.track-page__reschedule-panel{margin-top:18px}.track-page__reschedule-status{grid-gap:6px;color:#334155;display:grid;font-size:14px;gap:6px}.track-page__otp-box{grid-gap:10px;border-top:1px solid #e5e7eb;display:grid;gap:10px;margin-top:14px;padding-top:12px}.track-page__otp-label{color:#475569;display:block;font-size:12px;font-weight:700;letter-spacing:.05em;margin-bottom:6px;text-transform:uppercase}.track-page__otp-row{grid-gap:10px;align-items:stretch;display:grid;gap:10px;grid-template-columns:minmax(0,1fr) 130px}.track-page__otp-input{border:1px solid #d1d5db;border-radius:10px;font-size:14px;height:42px;padding:0 12px;width:100%}.track-page__otp-btn{background:#2563eb;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:13px;font-weight:700;min-height:42px;padding:0 12px}.track-page__otp-info{color:#1d4ed8;font-size:13px;font-weight:600;margin-top:2px}.track-page__otp-row--verify{margin-top:8px}.track-page__otp-btn--verify{background:#0f766e}.track-page__modal-overlay{background:#0f172a80;display:grid;inset:0;padding:16px;place-items:center;position:fixed;z-index:9999}.track-page__modal{background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 24px 60px #0f172a4d;padding:18px;width:min(900px,100%)}.track-page__modal-head{align-items:center;display:flex;gap:10px;justify-content:space-between}.track-page__modal-head h3{color:#1f2937;font-size:22px;margin:0}.track-page__modal-close{background:#f1f5f9;border:0;border-radius:8px;color:#334155;cursor:pointer;height:34px;width:34px}.track-page__modal-awb{color:#475569;font-size:18px;margin-top:8px}.track-page__modal-meta{grid-gap:4px;color:#1f2937;display:grid;font-size:15px;gap:4px;margin-top:14px}.track-page__modal-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr 1fr;margin-top:14px}.track-page__modal-grid label{color:#475569;display:block;font-size:13px;font-weight:700;margin-bottom:6px}.track-page__modal-grid input,.track-page__modal-grid select{border:1px solid #d1d5db;border-radius:10px;font-size:14px;padding:11px 12px;width:100%}.track-page__modal-submit{background:#0f9d58;border:0;border-radius:10px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;margin-top:14px;padding:12px 14px;width:100%}.track-page__modal-submit:disabled{cursor:not-allowed;opacity:.55}@media (min-width:921px){.track-page__layout .ut-side{align-self:start;position:-webkit-sticky;position:sticky;top:78px}}@media (max-width:768px){.track-page__card{padding:18px}.track-page__form{grid-template-columns:1fr}.track-page__button{width:100%}.track-page__modal-grid,.track-page__otp-row{grid-template-columns:1fr}}.otp-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.otp-modal{animation:otp-slide-up .3s ease-out;background:#fff;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:450px;padding:32px;text-align:center;width:100%}@keyframes otp-slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.otp-modal__title{color:#1f2937;font-size:24px;font-weight:700;margin-bottom:8px}.otp-modal__subtitle{color:#6b7280;font-size:14px;margin-bottom:24px}.otp-modal__email{color:#d97706;font-weight:600}.otp-modal__inputs{display:flex;gap:12px;justify-content:center;margin-bottom:24px}.otp-modal__input{border:2px solid #e5e7eb;border-radius:12px;color:#1f2937;font-size:20px;font-weight:700;height:56px;text-align:center;transition:all .2s;width:48px}.otp-modal__input:focus{border-color:#d97706;box-shadow:0 0 0 4px #d977061a;outline:none}.otp-modal__input--error{border-color:#ef4444}.otp-modal__resend{margin-bottom:24px}.otp-modal__resend-btn{background:none;border:none;color:#d97706;cursor:pointer;font-size:14px;font-weight:600;transition:opacity .2s}.otp-modal__resend-btn:disabled{color:#9ca3af;cursor:not-allowed}.otp-modal__verify-btn{background:#d97706;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:14px;transition:background .2s;width:100%}.otp-modal__verify-btn:hover{background:#b45309}.otp-modal__verify-btn:disabled{background:#fcd34d;cursor:not-allowed}.otp-modal__error{color:#ef4444;font-size:14px;margin-top:12px}@media (max-width:480px){.otp-modal__inputs{gap:8px}.otp-modal__input{font-size:18px;height:48px;width:40px}}.shipment-control{grid-gap:16px;color:#172033;display:grid;font-family:Segoe UI,Arial,Helvetica,sans-serif;font-size:14px;gap:16px;grid-template-columns:352px minmax(0,1fr);line-height:1.45;min-height:calc(100vh - 110px)}.sc-delivery-status{align-items:center;border-radius:999px;display:inline-flex;font-size:12px;font-weight:700;letter-spacing:.2px;padding:2px 10px}.sc-delivery-status--done{background:#dcfce7;border:1px solid #86efac;color:#166534}.sc-delivery-status--pending{animation:sc-delivery-pulse 1.4s ease-in-out infinite;background:#ffedd5;border:1px solid #fdba74;color:#9a3412}.sc-loading-overlay{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f172a75;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:1400}.sc-loading-card{background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid #94a3b840;border-radius:18px;box-shadow:0 24px 80px #0f172a47;padding:28px 24px;text-align:center;width:min(92vw,440px)}.sc-loading-icon{color:#2563eb;font-size:34px;margin-bottom:14px}.sc-loading-title{color:#0f172a;font-size:18px;font-weight:800;margin-bottom:8px}.sc-loading-text{color:#475569;font-size:14px;line-height:1.55}.sc-header,.sc-tree,.sc__form-wrap,.sc__left,.sc__right,.sc__schedule-wrap{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 8px 24px #0f172a0f}.sc__schedule-wrap{margin-top:12px;padding:14px}.sc-schedule__list{grid-gap:10px;display:grid;gap:10px}.sc-schedule__item{background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;display:flex;gap:12px;justify-content:space-between;padding:12px}.sc-schedule__meta{min-width:0}.sc-schedule__title{color:#0f172a;font-size:14px;font-weight:700}.sc-schedule__detail{color:#475569;font-size:13px;margin-top:2px}.sc-schedule__time{color:#64748b;font-size:12px;margin-top:4px}.sc-schedule__actions{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.sc-schedule__status{border-radius:999px;color:#fff;font-size:11px;font-weight:700;padding:3px 8px}.sc-schedule__status--pending{background:#f59e0b}.sc-schedule__status--accepted{background:#16a34a}.sc-schedule__status--rejected{background:#dc2626}.sc-form__empty--small{min-height:80px}.sc-tree__schedule{border-top:1px solid #e5e7eb;margin-top:12px;padding-top:12px}.sc-tree__schedule-title{align-items:center;color:#0f172a;display:flex;font-size:15px;font-weight:700;gap:8px;margin-bottom:10px}.sc-tree__schedule-empty{color:#64748b;font-size:13px}.sc-tree__schedule-list{grid-gap:10px;display:grid;gap:10px}.sc-tree__schedule-item{background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;padding:10px}.sc-tree__schedule-row{align-items:center;display:flex;gap:8px;justify-content:space-between}.sc-tree__schedule-name{color:#111827;font-size:14px;font-weight:700}.sc-tree__schedule-detail{color:#475569;font-size:13px;margin-top:4px}.sc-tree__schedule-time{color:#64748b;font-size:12px;margin-top:6px}.sc-tree--schedule{margin-top:12px}.sc__left{align-self:start;display:flex;flex-direction:column;height:min(1100px,calc(100vh - 70px));min-height:0;overflow:hidden}.sc__left-header{border-bottom:1px solid #e5e7eb;padding:14px}.sc__left-title{color:#111827;font-size:17px;font-weight:700;letter-spacing:-.01em;margin-bottom:10px}.sc__left-title,.sc__search{align-items:center;display:flex;gap:8px}.sc__search{background:#f9fafb;border:1px solid #d1d5db;border-radius:7px;padding:0 10px}.sc__search input{background:#0000;border:0;color:#111827;font-size:14px;outline:0;padding:10px 0;width:100%}.sc__awb-list{flex:1 1 auto;max-height:none;min-height:0;overflow-x:hidden;overflow-y:auto}.sc__awb-item{border-bottom:1px solid #eef2f7;cursor:pointer;padding:12px 14px}.sc__awb-item--active,.sc__awb-item:hover{background:#eff6ff}.sc__awb-row{align-items:center;display:flex;flex-wrap:nowrap;gap:8px;justify-content:space-between;margin-bottom:8px}.sc__awb-num{color:#1e40af;flex:1 1 auto;font-size:23px;font-weight:700;line-height:1.25;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sc__awb-meta{grid-gap:6px;display:grid;gap:6px}.sc__awb-party{align-items:baseline;display:flex;gap:8px;min-width:0}.sc__awb-party-label{color:#94a3b8;flex:0 0 auto;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.sc__awb-party-value{color:#0f172a;font-size:13px;font-weight:700;line-height:1.25;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sc-tree__detail,.sc-tree__location,.sc-tree__time,.sc__awb-date{color:#64748b;font-size:13px}.sc__awb-date{grid-gap:2px;display:grid;gap:2px;margin-top:8px}.sc__awb-date-label{color:#94a3b8;font-size:10px;font-weight:800;letter-spacing:.08em;line-height:1.1;text-transform:uppercase}.sc__awb-date-value{color:#475569;font-size:12px;font-weight:700;line-height:1.2}.sc__right{background:#0000;border:0;box-shadow:none;min-width:0}.sc__mobile-actions{display:none}.sc-form__empty,.sc__awb-empty,.sc__placeholder{grid-gap:10px;color:#64748b;display:grid;gap:10px;min-height:180px;place-items:center}.sc__placeholder-icon{color:#3b82f6;font-size:34px}.sc-header{background:radial-gradient(circle at top left,#3b82f61a,#0000 30%),linear-gradient(180deg,#fff,#f8fbff);border:1px solid #dbe4f0;border-radius:18px;box-shadow:0 10px 30px #0f172a14;margin-bottom:14px;padding:16px;position:relative}.sc-header__topbar{align-items:flex-start;display:flex;gap:12px;justify-content:space-between}.sc-header__eyebrow{align-items:center;color:#2563eb;display:inline-flex;font-size:12px;font-weight:800;gap:8px;letter-spacing:.12em;margin-bottom:12px;text-transform:uppercase}.sc-header__eyebrow i{color:#f97316}.sc-header__close{background:#eef2f7;border:0;border-radius:999px;box-shadow:inset 0 0 0 1px #94a3b829;color:#334155;cursor:pointer;display:grid;flex:0 0 auto;height:34px;place-items:center;transition:transform .15s ease,background .15s ease,color .15s ease;width:34px}.sc-header__close:hover{background:#fee2e2;color:#b91c1c;transform:translateY(-1px)}.sc-header__hero,.sc-header__meta,.sc-header__party,.sc-header__route{display:flex;gap:10px}.sc-header__hero{flex-direction:column;padding-bottom:14px}.sc-header__awb-block{align-items:center;background:#0f172a08;border:1px solid #94a3b82e;border-radius:16px;display:flex;gap:14px;justify-content:space-between;margin-top:10px;padding:14px 16px}.sc-header__awb-icon{background:linear-gradient(135deg,#111827,#334155);border-radius:14px;color:#fff;display:grid;flex:0 0 auto;height:44px;place-items:center;width:44px}.sc-header__awb-copy{flex:1 1;min-width:0}.sc-header__awb-label{color:#64748b;font-size:12px;font-weight:700;letter-spacing:.08em;margin-bottom:4px;text-transform:uppercase}.sc-header__awb{color:#0f172a;font-size:clamp(18px,3vw,26px);font-weight:800;letter-spacing:.02em;line-height:1.15;word-break:break-word}.sc-header__awb-block .sc__status-badge{flex:0 0 auto;margin-top:2px}.sc-header__meta{grid-gap:8px;color:#475569;display:grid;gap:8px;grid-template-columns:repeat(auto-fit,minmax(132px,-webkit-max-content));grid-template-columns:repeat(auto-fit,minmax(132px,max-content));margin-top:12px}.sc-header__meta-item{align-items:flex-start;background:linear-gradient(180deg,#fffffff2,#f8fafcfa);border:1px solid #e2e8f0eb;border-radius:16px;box-shadow:0 4px 10px #0f172a08;display:inline-flex;min-width:0;padding:9px 12px}.sc-header__meta-copy{grid-gap:2px;display:grid;gap:2px;min-width:0}.sc-header__meta-label{color:#64748b;font-size:10px;font-weight:700;letter-spacing:.08em;line-height:1.1;text-transform:uppercase}.sc-header__meta-value{color:#0f172a;font-size:13px;font-weight:700;line-height:1.2;white-space:nowrap}.sc-header__route{align-items:stretch;gap:12px;justify-content:space-between}.sc-header__party{align-items:flex-start;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(135deg,#ffffffeb,#f8fafcfa),#fff;border:1px solid #dbe4f0;border-radius:18px;box-shadow:0 10px 22px #0f172a0f;flex:1 1;min-width:0;overflow:hidden;padding:15px;position:relative}.sc-header__party:before{background:linear-gradient(180deg,#2563ebf2,#0ea5e9a6);border-radius:18px 0 0 18px;content:"";inset:0 auto 0 0;position:absolute;width:5px}.sc-header__route .sc-header__party:first-child{background:radial-gradient(circle at top left,#10b9811a,#0000 34%),linear-gradient(135deg,#ecfdf5fa,#fffffff5)}.sc-header__route .sc-header__party:last-child{background:radial-gradient(circle at top right,#3b82f61f,#0000 34%),linear-gradient(135deg,#eff6fffa,#fffffff5)}.sc-header__route .sc-header__party:first-child:before{background:linear-gradient(180deg,#059669f2,#22c55e99)}.sc-header__route .sc-header__party:last-child:before{background:linear-gradient(180deg,#2563ebf2,#0ea5e9a6)}.sc-header__party-icon{border-radius:12px;display:grid;flex:0 0 auto;height:38px;margin-top:1px;place-items:center;width:38px}.sc-header__party-icon--origin{background:#10b9811f;color:#059669}.sc-header__party-icon--dest{background:#3b82f61f;color:#2563eb}.sc-header__party-copy{flex:1 1;min-width:0}.sc-header__party-label{color:#64748b;font-size:11px;font-weight:800;letter-spacing:.14em;margin-bottom:4px;text-transform:uppercase}.sc-header__party-name{color:#0f172a;font-size:16px;font-weight:800;line-height:1.25;word-break:break-word}.sc-header__party-addr{color:#475569;font-size:13px;line-height:1.4;margin-top:4px;word-break:break-word}.sc-header__arrow{color:#2563eb;display:grid;flex:0 0 44px;place-items:center;width:44px}.sc-header__arrow span{background:linear-gradient(135deg,#eff6ff,#fff);border:1px solid #dbeafe;border-radius:999px;box-shadow:0 8px 16px #2563eb1a;display:grid;height:36px;place-items:center;width:36px}.shipment-control .sc__status-badge{align-items:center;border-radius:999px;color:#fff;display:inline-flex;font-size:12px;font-weight:700;justify-content:center;letter-spacing:.02em;line-height:1;min-width:82px;padding:7px 10px;white-space:nowrap}.sc__awb-list .sc__status-badge{flex:0 0 auto;font-size:10px;letter-spacing:.01em;max-width:128px;min-width:auto;padding:5px 8px}.sc__tabbar{background:#fff;border:1px solid #e5e7eb;border-radius:8px;display:flex;gap:6px;margin-bottom:12px;overflow-x:auto;padding:8px}.sc__tab{align-items:center;background:#f8fafc;border:0;border-bottom:3px solid #0000;border-radius:6px;color:#475569;cursor:pointer;display:inline-flex;font-size:14px;font-weight:700;gap:7px;justify-content:center;line-height:1.2;min-width:112px;padding:10px 8px}.sc__tab--active{background:#fff}.sc__tab--locked{color:#9ca3af;cursor:not-allowed}.sc__tab--past{opacity:.75}.sc__tab-done-dot{border-radius:999px;height:7px;width:7px}.sc__edit-banner{align-items:center;background:#fff7ed;border:1px solid #fed7aa;border-radius:8px;color:#9a3412;display:flex;font-weight:700;gap:10px;justify-content:space-between;margin-bottom:12px;padding:10px 12px}.sc-form__btn,.sc-form__evt-btn,.sc-return__add-btn,.sc-tree__btn,.sc__edit-cancel,.sc__form-add-btn,.sc__modal-btn{border:0;border-radius:7px;cursor:pointer;font-weight:700;padding:8px 11px}.sc__form-wrap{margin-bottom:0;padding:16px}.sc__workbench{grid-gap:14px;align-items:start;display:grid;gap:14px;grid-template-columns:minmax(0,1fr) 430px}.sc__tab-content{min-width:0}.sc__journey-panel{grid-gap:12px;align-self:start;display:grid;gap:12px;max-height:calc(100vh - 96px);overflow-x:hidden;overflow-y:auto;padding-right:2px;position:-webkit-sticky;position:sticky;top:14px}.sc__form-title{align-items:center;color:#111827;display:flex;font-size:17px;font-weight:700;gap:10px;justify-content:flex-start;margin-bottom:14px}.sc__form-title .sc__form-add-btn{margin-left:auto}.sc-form__btn--next,.sc__form-add-btn{background:#e0f2fe;color:#0369a1}.sc-form__section-title{color:#1f2a44;font-size:17px;font-weight:700;margin:6px 0 14px}.sc-form__double-geo,.sc-form__geo-grid,.sc-form__info-cards,.sc-form__row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,minmax(0,1fr))}.sc-form__geo-grid{grid-template-columns:minmax(120px,.85fr) minmax(130px,1fr) minmax(140px,1fr) minmax(210px,1.35fr)}.sc-form__double-geo{gap:18px;grid-template-columns:1fr 1fr}.sc-form__double-geo .sc-form__geo-block{margin-bottom:0}.sc-form__double-geo .sc-form__geo-grid{grid-template-columns:repeat(2,minmax(160px,1fr))}.sc-form__double-geo .sc-form__field label{align-items:flex-end;display:flex;min-height:28px}.sc-form__field{margin-bottom:12px;min-width:0}.sc-form__field label,.sc-form__info-label{color:#344256;display:block;font-size:16px;font-weight:700;line-height:1.3;margin-bottom:5px}.sc-form__geo-title{align-items:center;background:linear-gradient(135deg,#eff6ff,#eef2ff);border:1px solid #bfdbfe;border-radius:999px;box-shadow:inset 0 1px 0 #ffffffb3;color:#1d4ed8;display:inline-flex;font-size:12px;font-weight:800;gap:8px;letter-spacing:.08em;line-height:1;margin-bottom:12px;padding:6px 12px;text-transform:uppercase}.sc-form__geo-title:before{background:#2563eb;border-radius:999px;box-shadow:0 0 0 4px #2563eb24;content:"";height:8px;width:8px}.sc-form__field input,.sc-form__field select,.sc-form__field textarea{background:#fff;border:1px solid #d1d5db;border-radius:7px;color:#111827;font-size:14px;line-height:1.4;min-width:0;outline:0;padding:12px 13px;width:100%}.sc-form__field select{text-overflow:ellipsis}.sc-form__field textarea{min-height:66px}.sc-form__field input:focus,.sc-form__field select:focus,.sc-form__field textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61f}.sc-form__error{color:#dc2626;font-size:12px;margin-top:4px}.sc-form__alert,.sc-form__card,.sc-form__existing,.sc-form__geo-block,.sc-form__info-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:16px;padding:14px}.sc-form__geo-block .sc-form__field{margin-bottom:0}.sc-form>.sc-form__row{margin-bottom:2px}.sc-form>.sc-form__row>.sc-form__field:only-child{grid-column:1/-1;max-width:360px}.sc-form>.sc-form__field{margin-bottom:14px}.sc-form__event-item,.sc-return__awb-info,.sc-return__list-header,.sc-tree__row,.sc-tree__transit-item{align-items:center;display:flex;gap:10px;justify-content:space-between}.sc-form__event-item{border-bottom:0;padding:9px}.sc-form__event-info{grid-gap:3px;color:#334155;display:grid;gap:3px}.sc-form__event-info span{color:#64748b;font-size:13px}.sc-form__readonly{background:#f1f5f9;color:#475569}.sc__workbench fieldset{border:0;margin:0;min-inline-size:0;padding:0}.sc-form__alert--warn{background:#fffbeb;border-color:#fde68a;color:#92400e}.sc-form__info-val{color:#111827;font-weight:700}.sc-form__submit-row{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end;margin-top:14px}.sc-form__btn--save{background:#16a34a;color:#fff}.sc-form__evt-btn--edit,.sc-tree__btn--edit{background:#dbeafe;color:#1d4ed8}.sc-form__evt-btn--del,.sc-tree__btn--del{background:#fee2e2;color:#b91c1c}.sc-tree{overflow:hidden;padding:16px;position:relative}.sc-tree--journey{max-height:none;overflow:visible;position:relative;top:auto}.sc-tree__title{align-items:center;color:#111827;display:flex;font-size:17px;font-weight:700;gap:8px;margin-bottom:16px}.sc-tree__list{grid-gap:0;display:grid;gap:0}.sc-tree__node{grid-gap:12px;display:grid;gap:12px;grid-template-columns:36px minmax(0,1fr);min-width:0}.sc-tree__line-wrap{display:flex;justify-content:center;position:relative}.sc-tree__dot{border-radius:999px;box-shadow:0 4px 12px #0f172a24;color:#fff;display:grid;font-size:12px;height:30px;place-items:center;width:30px;z-index:1}.sc-tree__connector{border-radius:999px;height:calc(100% - 30px);position:absolute;top:30px;width:3px}.sc-tree__content{min-width:0;padding-bottom:14px}.sc-tree__status{font-size:17px;font-weight:700;line-height:1.2;margin-bottom:3px}.sc-tree__row{align-items:flex-start;background:#fff;border:1px solid #e5e7eb;border-radius:8px;min-width:0;padding:12px}.sc-tree__node--current .sc-tree__row{background:#f8fafc;border-color:#cbd5e1}.sc-tree__left{flex:1 1;min-width:0}.sc-tree__actions{display:flex;flex:0 0 auto;flex-wrap:wrap;gap:8px;justify-content:flex-end;max-width:190px}.sc-tree__btn{align-items:center;display:inline-flex;gap:6px;justify-content:center;min-height:34px;white-space:nowrap}.sc-tree__btn--del{padding-left:0;padding-right:0;width:38px}.sc-tree__detail{color:#475569;font-size:14px;line-height:1.4;word-break:break-word}.sc-tree__detail--prominent{font-size:17px;font-weight:700;line-height:1.2;margin-bottom:3px}.sc-tree__location,.sc-tree__time,.sc-tree__transit-field,.sc-tree__user{display:flex;flex-direction:column;gap:2px;line-height:1.4;margin-top:8px;word-break:break-word}.sc-tree__meta-label{color:#94a3b8;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.sc-tree__meta-value{color:#475569;font-size:13px;font-weight:700}.sc-tree__actions--inline{justify-content:flex-start;margin-top:8px}.sc-tree__transit-wrap{margin:10px 0 0}.sc-tree__transit-toggle{align-items:center;background:#eef2ff;border:0;border-radius:7px;color:#1e40af;display:inline-flex;font-size:14px;font-weight:700;gap:7px;padding:8px 11px}.sc-tree__transit-list{grid-gap:8px;border-left:3px solid #bfdbfe;display:grid;gap:8px;margin-top:9px;padding-left:12px}.sc-tree__transit-item{align-items:flex-start;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:10px}.sc-tree__transit-info{grid-gap:6px;display:grid;flex:1 1;gap:6px;min-width:0}.sc-tree__transit-field{margin-top:0}.sc-return__radio-group{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr}.sc-return__radio{background:#fff;border:1px solid #d1d5db;border-radius:8px;cursor:pointer;padding:10px}.sc-return__radio--active{background:#eff6ff;border-color:#3b82f6}.sc-return__count,.sc-return__radio span{color:#111827;font-weight:700}.sc-return__radio small{color:#64748b;display:block;margin-top:3px}.sc-return__add-btn{background:#1e5ba8;color:#fff}.sc-return__table-wrap{overflow-x:auto}.sc-return__table{border-collapse:collapse;width:100%}.sc-return__table td,.sc-return__table th{border-bottom:1px solid #e5e7eb;font-size:14px;padding:10px;text-align:left}.sc-return__table th{background:#f8fafc;color:#475569}.sc-return__awb{color:#1e40af;font-weight:700}.sc-return__type-badge{border-radius:999px;display:inline-flex;font-size:12px;font-weight:700;padding:5px 9px}.sc-return__type-badge--na{background:#fee2e2;color:#b91c1c}.sc-return__type-badge--rj{background:#ffedd5;color:#9a3412}.sc__modal-overlay{background:#0f172a73;display:grid;inset:0;place-items:center;position:fixed;z-index:50}.sc__modal{background:#fff;border-radius:8px;padding:20px;text-align:center;width:min(420px,calc(100vw - 32px))}.sc__modal-icon{color:#dc2626;font-size:28px}.sc__modal-icon--success{color:#16a34a}.sc__modal-title{font-size:18px;font-weight:700;margin-top:8px}.sc__modal-text{color:#64748b}.sc__modal-actions{display:flex;gap:10px;justify-content:center}.sc__modal-btn--cancel{background:#e5e7eb;color:#334155}.sc__modal-btn--confirm{background:#dc2626;color:#fff}.sc__modal-btn--success{background:#16a34a;color:#fff}@media (max-width:1020px){.sc__workbench,.shipment-control{grid-template-columns:1fr}.sc__journey-panel{padding-right:0;top:auto}.sc-tree,.sc-tree--journey,.sc__journey-panel{max-height:none;overflow:visible;position:static}.sc__awb-list{max-height:280px}.sc__left{height:auto}}@media (max-width:760px){.shipment-control{display:block;min-height:auto}.shipment-control--selected:before{background:#0f172a6b;content:"";inset:0;position:fixed;z-index:999}.shipment-control--selected .sc__right{background:#eef2f7;border-radius:14px;inset:10px;overflow-y:auto;padding:10px;position:fixed;z-index:1000}.shipment-control:not(.shipment-control--selected) .sc__right{display:none}.shipment-control--selected .sc__left{pointer-events:none}.sc__mobile-actions{display:flex;gap:10px;justify-content:flex-end;margin:0 0 12px}.sc__mobile-actions button{background:#111827;border:0;border-radius:10px;color:#fff;font-size:13px;font-weight:700;min-width:132px;padding:11px 12px}.sc-header{border-radius:16px;padding:12px}.sc-header__topbar{align-items:flex-start}.sc-header__hero{padding-bottom:12px}.sc-header__awb-block{flex-direction:column}.sc-header__awb-block .sc__status-badge{margin-top:6px}.sc__tabbar{gap:5px;margin-left:-2px;margin-right:-2px;padding:7px;position:-webkit-sticky;position:sticky;scrollbar-width:none;top:-10px;z-index:3}.sc__tabbar::-webkit-scrollbar{display:none}.sc__tab{border-bottom-width:2px;border-radius:8px;font-size:11px;gap:4px;line-height:1.12;max-width:92px;min-height:54px;min-width:78px;padding:8px 6px;white-space:normal}.sc__tab i{font-size:12px}.sc__tab-label{display:block;text-align:center}.sc__tab--active{background:#ecfeff;box-shadow:inset 0 0 0 1px #0f766e24}.sc__tab-done-dot{height:5px;width:5px}.sc__workbench{gap:12px}.sc-return__table-wrap{overflow:visible}.sc-return__table,.sc-return__table tbody,.sc-return__table td,.sc-return__table thead,.sc-return__table tr{display:block;width:100%}.sc-return__table thead{display:none}.sc-return__table tbody{grid-gap:12px;display:grid;gap:12px}.sc-return__table tr{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:12px}.sc-return__table td{border-bottom:1px solid #eef2f7;display:flex;gap:14px;justify-content:space-between;padding:9px 0;text-align:right}.sc-return__table td:last-child{border-bottom:0;flex-wrap:wrap;justify-content:flex-end}.sc-return__table td[data-label]:before{color:#64748b;content:attr(data-label);flex:0 0 96px;font-size:12px;font-weight:700;text-align:left}.sc-form__double-geo,.sc-form__geo-grid,.sc-form__info-cards,.sc-form__row,.sc-header__route,.sc-return__radio-group,.sc-tree__row,.sc-tree__transit-item{flex-direction:column;grid-template-columns:1fr}.sc-header__arrow{flex:0 0 auto;justify-content:flex-start;padding:2px 0;width:100%}.sc-header__arrow span{transform:rotate(90deg)}.sc-tree__actions{justify-content:flex-start;max-width:none;width:100%}.sc-form__double-geo .sc-form__geo-grid{grid-template-columns:1fr}}.warehouse-dispatch{grid-gap:16px;display:grid;gap:16px;grid-template-columns:352px minmax(0,1fr)}.warehouse-dispatch__left,.warehouse-dispatch__right{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:14px}.warehouse-dispatch__left{display:flex;flex-direction:column;height:calc(100vh - 100px);overflow:visible}.warehouse-dispatch__head{overflow:visible;position:relative;z-index:20}.warehouse-dispatch__head h3,.warehouse-dispatch__right h3{color:#0f172a;font-size:22px;margin:0 0 12px}.warehouse-dispatch__head-top{align-items:center;display:flex;gap:10px;justify-content:flex-start;margin-bottom:10px}.warehouse-dispatch__head h3{line-height:1.15;margin:0}.warehouse-dispatch__mode-tabs{background:#eff6ff;border:1px solid #bfdbfe;border-radius:999px;display:inline-flex;gap:6px;margin-bottom:12px;padding:4px}.warehouse-dispatch__mode-tab{background:#0000;border:0;border-radius:999px;color:#1d4ed8;cursor:pointer;font-size:13px;font-weight:700;padding:8px 14px;transition:background .18s ease,color .18s ease,box-shadow .18s ease}.warehouse-dispatch__mode-tab--active{background:#fff;box-shadow:0 1px 2px #0f172a14;color:#0f172a}.warehouse-dispatch__city-toolbar{grid-gap:10px;align-items:stretch;background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid #e2e8f0;border-radius:12px;display:grid;gap:10px;grid-template-columns:1fr;margin-bottom:10px;padding:10px 12px;position:relative;z-index:25}.warehouse-dispatch__city-picker{min-width:0;position:relative}.warehouse-dispatch__city-picker label{color:#475569;display:block;font-size:12px;font-weight:700;letter-spacing:.08em;margin-bottom:6px;text-transform:uppercase}.warehouse-dispatch__city-dropdown{position:relative;z-index:40}.warehouse-dispatch__city-dropdown-btn{align-items:center;background:#fff;border:1px solid #cbd5e1;border-radius:10px;color:#0f172a;cursor:pointer;display:flex;font-weight:600;gap:10px;justify-content:space-between;min-height:42px;padding:0 12px;width:100%}.warehouse-dispatch__city-dropdown-btn--open{border-color:#93c5fd;box-shadow:0 0 0 3px #3b82f61f}.warehouse-dispatch__city-dropdown-text{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.warehouse-dispatch__city-dropdown-menu{background:#fff;border:1px solid #cbd5e1;border-radius:12px;box-shadow:0 14px 32px #0f172a24;left:0;max-height:260px;overflow:auto;padding:6px;position:absolute;right:0;top:calc(100% + 6px);z-index:60}.warehouse-dispatch__city-option{align-items:center;background:#0000;border:0;border-radius:8px;cursor:pointer;display:flex;gap:10px;justify-content:space-between;min-height:40px;padding:8px 10px;text-align:left;width:100%}.warehouse-dispatch__city-option--active,.warehouse-dispatch__city-option:hover{background:#eff6ff}.warehouse-dispatch__city-option-name{color:#0f172a;font-size:14px;font-weight:600;min-width:0}.warehouse-dispatch__city-option-badge{align-items:center;background:#dbeafe;border:1px solid #93c5fd;border-radius:999px;color:#1d4ed8;display:inline-flex;font-size:12px;font-weight:800;height:24px;justify-content:center;min-width:28px;padding:0 8px}.warehouse-dispatch__field select,.warehouse-dispatch__head input{border:1px solid #cbd5e1;border-radius:8px;height:40px;margin-bottom:10px;padding:0 10px;width:100%}.warehouse-dispatch__checkall{align-items:center;color:#1e293b;display:flex;font-size:14px;font-weight:600;gap:8px}.warehouse-dispatch__list,.warehouse-dispatch__selected-list{border:1px solid #e2e8f0;border-radius:10px;max-height:500px;overflow:auto;position:relative;z-index:1}.warehouse-dispatch__left .warehouse-dispatch__list{flex:1 1;max-height:none;min-height:0}.warehouse-dispatch__item,.warehouse-dispatch__selected-item{align-items:center;border-bottom:1px solid #eef2f7;display:flex;gap:10px;padding:14px 12px}.warehouse-dispatch__list-head{align-items:center;background:#f8fafc;border-bottom:1px solid #eef2f7;display:flex;justify-content:space-between;padding:10px;position:-webkit-sticky;position:sticky;top:0;z-index:99}.warehouse-dispatch__count{color:#64748b;font-size:12px;font-weight:600}.warehouse-dispatch__item-check{flex:0 0 auto;height:16px;margin-top:1px;width:16px}.warehouse-dispatch__item-check:disabled{cursor:not-allowed;opacity:.55}.warehouse-dispatch__item-body{min-width:0;position:relative;width:100%}.warehouse-dispatch__item-top{display:flex;justify-content:flex-end;margin-bottom:4px}.warehouse-dispatch__item--active{background:#eff6ff}.warehouse-dispatch__awb{color:#1d4ed8;font-weight:700}.warehouse-dispatch__meta{grid-gap:4px;display:grid;gap:4px;margin-top:4px}.warehouse-dispatch__meta-row{align-items:baseline;color:#475569;display:flex;flex-wrap:wrap;font-size:13px;gap:6px}.warehouse-dispatch__meta-row--error{color:#b91c1c}.warehouse-dispatch__meta-label{color:#94a3b8;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.warehouse-dispatch__meta-value{color:#0f172a;font-weight:600}.warehouse-dispatch__status-badge{border:1px solid #0000;border-radius:999px;display:inline-block;font-size:11px;font-weight:700;line-height:1.3;padding:2px 8px;vertical-align:middle}.warehouse-dispatch__status-badge--pending{background:#ecfeff;border-color:#a5f3fc;color:#0e7490}.warehouse-dispatch__status-badge--delivered{background:#dcfce7;border-color:#86efac;color:#166534}.warehouse-dispatch__status-badge--refused{background:#fee2e2;border-color:#fca5a5;color:#b91c1c}.warehouse-dispatch__status-badge--missing{background:#ffedd5;border-color:#fdba74;color:#9a3412}.warehouse-dispatch__field label,.warehouse-dispatch__selected-title{display:block;font-weight:700;margin:8px 0}.warehouse-dispatch__status-strip{margin-bottom:10px}.warehouse-dispatch__status-strip .sc__tab{cursor:default}.warehouse-dispatch__status-strip .sc__tab:disabled{opacity:1}.warehouse-dispatch__stage-tabs .sc__tab{border-bottom:2px solid #0000}.warehouse-dispatch__stage-tabs .sc__tab.sc__tab--active{border-bottom-color:#3b82f6;color:#2563eb}.warehouse-dispatch__stage-tabs .sc__tab i{margin-right:6px}.warehouse-dispatch__stage-tabs .sc__tabbar,.warehouse-dispatch__status-strip .sc__tabbar{display:flex}.warehouse-dispatch__stage-tabs{margin-bottom:12px}.warehouse-dispatch__btn{background:#16a34a;height:42px}.warehouse-dispatch__btn,.warehouse-dispatch__generate-btn{border:0;border-radius:8px;color:#fff;cursor:pointer;font-weight:700;margin-top:12px;width:100%}.warehouse-dispatch__generate-btn{background:#2563eb;height:40px}.warehouse-dispatch__generate-btn:disabled{cursor:not-allowed;opacity:.55}.warehouse-dispatch__selected-summary{background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 2px #0f172a0a;margin-bottom:14px;padding:12px;width:100%}.warehouse-dispatch__selected-head{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;margin-bottom:10px;padding-bottom:8px}.warehouse-dispatch__selected-title{align-items:center;color:#1e3a8a;display:inline-flex;font-size:15px;font-weight:700;gap:6px;margin:0}.warehouse-dispatch__selected-count{align-items:center;background:#dbeafe;border:1px solid #cbd5e1;border-radius:6px;color:#1e40af;display:inline-flex;font-size:12px;font-weight:700;height:22px;justify-content:center;min-width:26px;padding:0 6px}.warehouse-dispatch__selected-summary .warehouse-dispatch__selected-list{grid-gap:6px;background:#0000;border:none;border-radius:8px;display:grid;gap:6px;grid-template-columns:repeat(auto-fill,300px);justify-content:start;max-height:185px}.warehouse-dispatch__selected-item{background:#fff;border:1px solid #e2e8f0;border-radius:8px;display:block;padding:10px;position:relative;transition:box-shadow .2s ease,border-color .2s ease,transform .2s ease;width:300px}.warehouse-dispatch__selected-item:hover{border-color:#bfdbfe;box-shadow:0 4px 10px #1e40af14;transform:translateY(-1px)}.warehouse-dispatch__selected-awb{color:#0f172a;font-size:22px;font-weight:700;letter-spacing:.2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.warehouse-dispatch__selected-top{align-items:center;display:flex;justify-content:flex-end;margin-bottom:4px}.warehouse-dispatch__selected-meta{color:#475569;display:block;font-size:14px;margin-top:3px}.warehouse-dispatch__selected-meta span{display:block;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.warehouse-dispatch__selected-meta span+span{margin-top:2px}.warehouse-dispatch__selected-meta span i{color:#64748b;margin-right:6px;width:14px}.warehouse-dispatch__selected-top .warehouse-dispatch__status-badge{box-shadow:0 1px 0 #0f172a0a}.warehouse-dispatch__alert{border-radius:8px;margin-bottom:10px;padding:10px}.warehouse-dispatch__alert--error{background:#fee2e2;color:#b91c1c}.warehouse-dispatch__alert--success{background:#dcfce7;color:#166534}.warehouse-dispatch__empty{color:#64748b;padding:14px}.warehouse-dispatch__stage-panel{background:radial-gradient(circle at top right,#2563eb14,#0000 45%),linear-gradient(180deg,#fff,#f8fbff);border:1px solid #dbe4f2;border-radius:14px;padding:14px}.warehouse-dispatch__stage-panel--delivered{background:radial-gradient(circle at top right,#16a34a1f,#0000 48%),linear-gradient(180deg,#fff,#f5fbf7)}.warehouse-dispatch__stage-panel--refused{background:radial-gradient(circle at top right,#dc26261c,#0000 48%),linear-gradient(180deg,#fff,#fff7f7)}.warehouse-dispatch__stage-panel--reschedule{background:radial-gradient(circle at top right,#f59e0b24,#0000 48%),linear-gradient(180deg,#fff,#fffaf0)}.warehouse-dispatch__stage-panel--missing{background:radial-gradient(circle at top right,#f9731624,#0000 48%),linear-gradient(180deg,#fff,#fff7ed)}.warehouse-dispatch__stage-header h3{margin:0}.warehouse-dispatch__stage-subtitle{color:#475569;font-size:13px;margin:4px 0 14px}.warehouse-dispatch__stage-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.warehouse-dispatch__stage-card{background:#fff;border:1px solid #dbe4f2;border-radius:12px;box-shadow:0 6px 16px #0f172a0d;padding:11px}.warehouse-dispatch__stage-card--delivered{border-color:#bbf7d0}.warehouse-dispatch__stage-card--refused{border-color:#fecaca}.warehouse-dispatch__stage-card--reschedule{border-color:#fde68a}.warehouse-dispatch__stage-card--missing{border-color:#fdba74}.warehouse-dispatch__stage-card-head{align-items:center;display:flex;gap:8px;justify-content:space-between;margin-bottom:6px}.warehouse-dispatch__stage-kv{color:#334155;display:flex;font-size:12px;gap:8px;justify-content:space-between;margin-top:3px}.warehouse-dispatch__stage-kv strong{color:#0f172a}.warehouse-dispatch__stage-note{border-top:1px dashed #e2e8f0;color:#475569;font-size:12px;line-height:1.4;margin-top:7px;padding-top:7px}@media (max-width:980px){.warehouse-dispatch{grid-template-columns:1fr}.warehouse-dispatch__selected-summary{width:100%}.warehouse-dispatch__selected-summary .warehouse-dispatch__selected-list{grid-template-columns:1fr}.warehouse-dispatch__head-top{align-items:flex-start;flex-direction:column}.warehouse-dispatch__city-toolbar{grid-template-columns:1fr}}.reschedule-request{grid-gap:12px;display:grid;gap:12px}.reschedule-request__header{align-items:center;display:flex;gap:12px;justify-content:space-between}.reschedule-request__header h1{align-items:center;color:#0f172a;display:inline-flex;font-size:24px;gap:8px;margin:0}.reschedule-request__count{background:#eff6ff;border:1px solid #bfdbfe;border-radius:999px;color:#1d4ed8;font-size:12px;font-weight:700;padding:6px 10px}.reschedule-request__card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 8px 24px #0f172a0f}.reschedule-request__table-wrap{overflow:auto}.reschedule-request__table{border-collapse:collapse;min-width:900px;width:100%}.reschedule-request__table td,.reschedule-request__table th{border-bottom:1px solid #eef2f7;color:#334155;font-size:13px;padding:11px 12px;text-align:left;vertical-align:top}.reschedule-request__table thead th{background:#f8fafc;color:#0f172a;font-weight:700;position:-webkit-sticky;position:sticky;top:0;z-index:1}.reschedule-request__empty{color:#64748b!important;padding:24px!important;text-align:center!important}.reschedule-request__badge{align-items:center;border-radius:999px;color:#fff;display:inline-flex;font-size:11px;font-weight:700;line-height:1;padding:5px 8px}.reschedule-request__badge--pending{background:#f59e0b}.reschedule-request__badge--accepted{background:#16a34a}.reschedule-request__badge--rejected{background:#dc2626}.master-page__table td.master-page__empty{padding:48px 16px;text-align:center;vertical-align:middle}.reschedule-request__row--active{background:#fff7ed}.reschedule-request__hint{align-items:center;background:#fff7ed;border:1px solid #fed7aa;border-radius:8px;color:#9a3412;display:inline-flex;font-size:12px;font-weight:700;gap:8px;margin:10px 5px;padding:7px 10px}.reschedule-request__clickable-row{cursor:pointer}.reschedule-request__clickable-row:hover{background:#fffaf0}.reschedule-request__clickable-row:focus-visible{background:#fff7ed;outline:2px solid #d97706;outline-offset:-2px}.reschedule-request__view-tag{align-items:center;background:#eff6ff;border-radius:999px;color:#1d4ed8;display:inline-flex;font-size:11px;font-weight:700;gap:5px;margin-right:8px;padding:4px 8px;vertical-align:middle}.reschedule-request__actions{align-items:center;display:flex;gap:8px;justify-content:flex-end;min-height:32px}.reschedule-request__action-state{align-items:center;border:1px solid #0000;border-radius:999px;display:inline-flex;font-size:11px;font-weight:700;gap:6px;letter-spacing:.2px;padding:6px 10px}.reschedule-request__action-state i{font-size:11px}.reschedule-request__action-state--accepted{background:#10b9811f;border-color:#10b98140;color:#047857}.reschedule-request__action-state--rejected{background:#ef44441a;border-color:#ef444438;color:#b91c1c}.reschedule-request__requested-at{min-width:140px;white-space:nowrap}.reschedule-request__modal-overlay{background:#0f172a8c;display:grid;inset:0;padding:20px;place-items:center;position:fixed;z-index:9999}.reschedule-request__modal{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 24px 60px #0f172a4d;max-height:90vh;overflow:auto;width:min(900px,calc(100vw - 40px))}.reschedule-request__modal-head{align-items:center;background:#fff;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:14px 18px;position:-webkit-sticky;position:sticky;top:0;z-index:2}.reschedule-request__modal-close{background:#f1f5f9;border:0;border-radius:8px;color:#334155;cursor:pointer;height:34px;width:34px}.reschedule-request__details-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr;padding:12px}.reschedule-request__info{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));padding:14px 18px}.reschedule-request__info>div{background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;color:#1f2937;font-size:14px;line-height:1.3;min-width:0;padding:10px 12px;word-break:break-word}.reschedule-request__info>div strong{color:#111827;display:block;font-size:12px;margin-bottom:4px}.reschedule-request__timeline-tree{grid-gap:0;display:grid;gap:0;max-height:430px;overflow-x:hidden;overflow-y:auto;padding:14px 18px 16px}.reschedule-request__tree-node{grid-gap:12px;display:grid;gap:12px;grid-template-columns:36px minmax(0,1fr);min-width:0}.reschedule-request__tree-rail{display:flex;justify-content:center;position:relative}.reschedule-request__tree-dot{background:#d97706;border-radius:999px;box-shadow:0 4px 12px #0f172a24;color:#fff;display:grid;flex:0 0 auto;font-size:12px;height:30px;place-items:center;width:30px;z-index:1}.reschedule-request__tree-dot--request{background:#2563eb}.reschedule-request__tree-line{background:#e5e7eb;border-radius:999px;height:calc(100% - 30px);position:absolute;top:30px;width:3px}.reschedule-request__tree-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:12px;min-width:0;padding:11px 12px}.reschedule-request__tree-card--request{background:#eff6ff;border-color:#bfdbfe}.reschedule-request__tree-head{align-items:flex-start;color:#111827;display:flex;gap:12px;justify-content:space-between;margin-bottom:4px}.reschedule-request__tree-head strong{font-size:15px;line-height:1.25}.reschedule-request__tree-detail,.reschedule-request__tree-head span,.reschedule-request__tree-loc{color:#475569;font-size:13px;line-height:1.35}.reschedule-request__tree-head span{color:#64748b;flex:0 0 auto}.reschedule-request__tree-loc{align-items:center;display:inline-flex;gap:6px;margin-top:5px}@media (max-width:980px){.reschedule-request__info{grid-template-columns:1fr}.reschedule-request__tree-head{grid-gap:3px;display:grid;gap:3px}}.delivery-report{grid-gap:16px;display:grid;gap:16px}.delivery-report__filters,.delivery-report__header,.delivery-report__result{background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 8px 24px #0f172a0f}.delivery-report__header{padding:18px 20px}.delivery-report__header h1{color:#111827;font-size:24px;margin:0 0 4px}.delivery-report__header p{color:#64748b;font-size:14px;margin:0}.delivery-report__filters{grid-gap:14px;align-items:end;display:grid;gap:14px;grid-template-columns:minmax(260px,auto) minmax(0,1fr) auto;padding:16px}.delivery-report__mode{display:flex;flex-wrap:wrap;gap:10px}.delivery-report__radio{align-items:center;background:#f8fafc;border:1px solid #d1d5db;border-radius:9px;color:#334155;cursor:pointer;display:inline-flex;font-size:14px;font-weight:700;gap:8px;min-height:42px;padding:9px 12px}.delivery-report__radio--active{background:#eff6ff;border-color:#1e5ba8;color:#1e40af}.delivery-report__fields{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,minmax(160px,1fr))}.delivery-report__fields--awb{grid-template-columns:minmax(220px,420px)}.delivery-report__field{grid-gap:5px;display:grid;gap:5px}.delivery-report__field label{color:#344256;font-size:13px;font-weight:700}.delivery-report__field input{border:1px solid #d1d5db;border-radius:8px;color:#111827;font-size:14px;min-height:42px;outline:0;padding:10px 12px;width:100%}.delivery-report__field input:focus{border-color:#1e5ba8;box-shadow:0 0 0 3px #1e5ba81a}.dr-awb-wrap{position:relative}.dr-awb-input{border:1px solid #d1d5db;border-radius:8px;box-sizing:border-box;color:#111827;font-size:14px;min-height:42px;outline:0;padding:10px 36px 10px 12px;width:100%}.dr-awb-input:focus{border-color:#1e5ba8;box-shadow:0 0 0 3px #1e5ba81a}.dr-awb-clear{background:none;border:none;color:#94a3b8;cursor:pointer;font-size:12px;line-height:1;padding:2px 4px;position:absolute;right:10px;top:50%;transform:translateY(-50%)}.dr-awb-clear:hover{color:#475569}.dr-awb-dropdown{background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 8px 24px #0f172a1f;left:0;list-style:none;margin:0;max-height:220px;overflow-y:auto;padding:4px 0;position:absolute;right:0;top:calc(100% + 4px);z-index:100}.dr-awb-option{align-items:center;color:#1e293b;cursor:pointer;display:flex;font-size:14px;gap:10px;padding:9px 14px;transition:background .12s}.dr-awb-option--selected,.dr-awb-option:hover{background:#eff6ff;color:#1e40af}.dr-awb-option--selected{font-weight:700}.dr-awb-icon{color:#94a3b8;flex-shrink:0;font-size:13px}.dr-awb-option--selected .dr-awb-icon,.dr-awb-option:hover .dr-awb-icon{color:#1e40af}.dr-awb-empty{background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 8px 24px #0f172a1f;color:#94a3b8;font-size:13px;left:0;padding:12px 14px;position:absolute;right:0;top:calc(100% + 4px);z-index:100}.delivery-report__generate{background:#111827;border:0;border-radius:9px;color:#fff;cursor:pointer;font-size:14px;font-weight:700;min-height:42px;padding:10px 16px}.delivery-report__result{overflow:hidden}.delivery-report__result-head{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:16px}.delivery-report__result-head h2{color:#111827;font-size:18px;margin:0}.delivery-report__result-head span{color:#64748b;font-size:13px}.delivery-report__downloads{display:flex;flex-shrink:0;gap:8px}.dr-download{align-items:center;border:1px solid #0000;border-radius:8px;cursor:pointer;display:inline-flex;font-size:13px;font-weight:700;gap:6px;min-height:36px;padding:7px 14px;transition:background .15s,border-color .15s}.dr-download--excel{background:#f0fdf4;border-color:#bbf7d0;color:#15803d}.dr-download--excel:hover{background:#dcfce7;border-color:#86efac}.dr-download--pdf{background:#fff1f2;border-color:#fecdd3;color:#be123c}.dr-download--pdf:hover{background:#ffe4e6;border-color:#fda4af}.delivery-report__table-wrap{overflow-x:auto}.delivery-report__table{border-collapse:collapse;width:100%}.delivery-report__table td,.delivery-report__table th{border-bottom:1px solid #eef2f7;font-size:14px;padding:12px 14px;text-align:left;vertical-align:middle}.delivery-report__table th{background:#f8fafc;color:#475569;font-size:12px;font-weight:700;text-transform:uppercase;white-space:nowrap}.delivery-report__awb{color:#1e40af;font-weight:700}.delivery-report__status{align-items:center;background:#dcfce7;border-radius:999px;color:#166534;display:inline-flex;font-size:12px;font-weight:700;justify-content:center;padding:6px 10px;white-space:nowrap}.delivery-report__status--return{background:#fee2e2;color:#991b1b}.delivery-report__empty{color:#64748b;padding:28px 16px!important;text-align:center!important}@media (max-width:900px){.delivery-report__filters{grid-template-columns:1fr}}@media (max-width:768px){.delivery-report__header{padding:16px}.delivery-report__header h1{font-size:21px}.delivery-report__fields,.delivery-report__fields--awb,.delivery-report__mode{grid-template-columns:1fr}.delivery-report__mode{display:grid}.delivery-report__generate{width:100%}.delivery-report__table-wrap{overflow:visible}.delivery-report__table,.delivery-report__table tbody,.delivery-report__table td,.delivery-report__table thead,.delivery-report__table tr{display:block;width:100%}.delivery-report__table thead{display:none}.delivery-report__table tbody{grid-gap:12px;display:grid;gap:12px;padding:12px}.delivery-report__table tr{background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 8px 20px #0f172a0f;padding:12px}.delivery-report__table td{border-bottom:1px solid #eef2f7;display:flex;gap:14px;justify-content:space-between;padding:9px 0;text-align:right}.delivery-report__table td:last-child{border-bottom:0}.delivery-report__table td[data-label]:before{color:#64748b;content:attr(data-label);flex:0 0 104px;font-size:12px;font-weight:700;text-align:left}.delivery-report__empty{border-bottom:0!important;display:block!important}.delivery-report__result-head{flex-wrap:wrap;gap:10px}.delivery-report__downloads{width:100%}.dr-download{flex:1 1;justify-content:center}}