.dashboard-page{animation:fadePage .35s ease}@keyframes fadePage{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.alert-icon{font-size:22px;flex-shrink:0}.orders-hero{position:relative;overflow:hidden;margin-bottom:30px;padding:30px;border-radius:32px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;box-shadow:0 25px 60px #2563eb40}.orders-hero:before{content:"";position:absolute;top:-100px;right:-100px;width:260px;height:260px;border-radius:50%;background:#ffffff14}.orders-hero:after{content:"";position:absolute;bottom:-50px;left:-50px;width:160px;height:160px;border-radius:50%;background:#ffffff0d}.orders-hero-top{position:relative;z-index:2;display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:28px}.orders-badge{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border-radius:999px;background:#ffffff1f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:13px;font-weight:700;margin-bottom:16px}.orders-hero-title{font-size:42px;font-weight:900;line-height:1.1;margin-bottom:10px;color:#fff}.orders-hero-subtitle{font-size:16px;opacity:.85}.btn-light{background:#fff;color:#2563eb;padding:10px 24px;border-radius:12px;font-weight:600;border:none;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center;gap:8px}.btn-light:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.orders-hero-stats{position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.hero-stat-card{display:flex;align-items:center;gap:14px;padding:20px;border-radius:22px;background:#ffffff1f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.08);transition:all .3s ease}.hero-stat-card:hover{background:#ffffff2e;transform:translateY(-2px)}.hero-stat-icon{width:58px;height:58px;border-radius:18px;display:flex;align-items:center;justify-content:center;font-size:24px;background:#ffffff2e}.hero-stat-value{font-size:28px;font-weight:800;line-height:1}.hero-stat-label{margin-top:6px;font-size:13px;opacity:.8}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:18px;margin-bottom:30px}.kpi-card{display:flex;align-items:center;gap:16px;padding:20px 24px;background:#fff;border-radius:16px;border-left:5px solid #2563eb;box-shadow:0 1px 3px #0000000f;transition:all .3s ease;position:relative;overflow:hidden;min-height:90px}.kpi-card:hover{transform:translateY(-3px);box-shadow:0 8px 30px #00000014}.kpi-card:after{content:"";position:absolute;top:-30px;right:-30px;width:80px;height:80px;border-radius:50%;background:#00000005;pointer-events:none}.kpi-card-icon{width:50px;height:50px;min-width:50px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0}.kpi-card-icon.blue{background:#eff6ff}.kpi-card-icon.orange{background:#fff7ed}.kpi-card-icon.cyan{background:#ecfeff}.kpi-card-icon.indigo{background:#eef2ff}.kpi-card-icon.green{background:#ecfdf5}.kpi-card-icon.red{background:#fef2f2}.kpi-card-icon.purple{background:#faf5ff}.kpi-card-icon.teal{background:#f0fdfa}.kpi-card-content{flex:1;min-width:0}.kpi-title{font-size:12px;text-transform:uppercase;letter-spacing:.5px;color:#6b7280;font-weight:700;margin-bottom:4px}.kpi-value{font-size:28px;font-weight:800;color:#111827;line-height:1.2}.kpi-value.money-value{font-size:22px;display:flex;align-items:baseline;gap:6px;flex-wrap:wrap}.money-currency{font-size:13px;font-weight:600;color:#6b7280}.kpi-card.border-blue{border-left-color:#2563eb}.kpi-card.border-orange{border-left-color:#f59e0b}.kpi-card.border-cyan{border-left-color:#0891b2}.kpi-card.border-indigo{border-left-color:#4f46e5}.kpi-card.border-green{border-left-color:#16a34a}.kpi-card.border-red{border-left-color:#dc2626}.kpi-card.border-purple{border-left-color:#7c3aed}.kpi-card.border-teal{border-left-color:#0d9488}.text-purple{color:#7c3aed}.text-blue{color:#2563eb}.text-teal{color:#0d9488}.text-green{color:#16a34a}.text-red{color:#dc2626}.text-orange{color:#f59e0b}.text-cyan{color:#0891b2}.text-indigo{color:#4f46e5}.filters-card{padding:0;margin-bottom:24px;border-radius:16px;overflow:hidden}.filters-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;padding:20px;align-items:end;background:#fff}.filters-grid label{display:block;margin-bottom:6px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#6b7280}.filters-grid input,.filters-grid select{width:100%;padding:10px 14px;border:2px solid #e5e7eb;border-radius:12px;font-size:14px;transition:all .25s ease;background:#f8fafc;color:#111827}.filters-grid input:focus,.filters-grid select:focus{outline:none;border-color:#2563eb;background:#fff;box-shadow:0 0 0 4px #2563eb14}.filters-grid input[type=date]{-moz-appearance:none;appearance:none;-webkit-appearance:none;padding-right:10px}.filters-grid input[type=date]::-webkit-calendar-picker-indicator{opacity:.6;cursor:pointer}.filters-actions{display:flex;gap:10px;align-items:center}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 20px;border-radius:12px;font-weight:600;font-size:14px;border:none;cursor:pointer;transition:all .3s ease;text-decoration:none}.orders-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:14px}.order-card{background:#fff;border-radius:16px;padding:14px 16px 12px;transition:all .25s ease;box-shadow:0 1px 3px #0000000a;border:1px solid #f1f5f9;display:flex;flex-direction:column;gap:10px}.order-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000000f;border-color:#e2e8f0}.order-card-header{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:0}.order-header-left{display:flex;flex-direction:column;gap:1px;min-width:0}.order-reference{font-size:13px;font-weight:700;color:#0f172a;letter-spacing:.3px}.order-date{font-size:10px;color:#94a3b8;font-weight:500}.order-status{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:20px;font-size:10px;font-weight:700;white-space:nowrap;flex-shrink:0}.order-status.waiting{background:#fff7ed;color:#d97706}.order-status.dispatching{background:#eff6ff;color:#2563eb}.order-status.progress{background:#ecfeff;color:#0891b2}.order-status.delivered{background:#ecfdf5;color:#16a34a}.order-status.canceled{background:#fef2f2;color:#dc2626}.order-client-row{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:8px 10px;background:#f8fafc;border-radius:12px}.order-client{display:flex;align-items:center;gap:10px;flex:1;min-width:0;margin-bottom:0}.client-avatar{width:32px;height:32px;min-width:32px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.client-info{min-width:0}.client-name{font-size:12px;font-weight:600;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.client-phone{font-size:10px;color:#64748b}.order-livreur{flex-shrink:0}.livreur-mini{display:flex;align-items:center;gap:6px}.livreur-avatar-mini{width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,#7c3aed,#6d28d9);color:#fff;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:700}.livreur-name-mini{font-size:11px;font-weight:600;color:#0f172a}.no-livreur-mini{font-size:10px;color:#94a3b8;font-weight:500}.order-route-compact{display:flex;align-items:center;gap:6px;padding:6px 10px;background:#f1f5f9;border-radius:10px;flex-wrap:wrap}.route-point-compact{display:flex;align-items:center;gap:6px;flex:1;min-width:0}.route-dot-compact{width:8px;height:8px;border-radius:50%;flex-shrink:0}.route-dot-compact.start{background:#16a34a}.route-dot-compact.end{background:#dc2626}.route-label{font-size:11px;font-weight:500;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.route-arrow{color:#94a3b8;font-size:12px;flex-shrink:0}.route-distance-compact{font-size:10px;font-weight:600;color:#64748b;background:#fff;padding:2px 10px;border-radius:12px;flex-shrink:0}.order-price{display:flex;justify-content:space-between;align-items:center;padding:4px 4px 0}.price-label{font-size:10px;color:#94a3b8;font-weight:600;text-transform:uppercase;letter-spacing:.3px}.price-value{font-size:14px;font-weight:700;color:#0f172a}.order-actions-compact{display:flex;align-items:center;gap:4px;justify-content:flex-end;padding-top:6px;border-top:1px solid #f1f5f9}.action-form{margin:0;display:inline-flex}.action-btn-mini{width:30px;height:30px;min-width:30px;border-radius:8px;font-size:13px;border:none;background:#f1f5f9;color:#475569;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.action-btn-mini:hover{transform:translateY(-1px);box-shadow:0 4px 10px #0000000f}.action-btn-mini.btn-view:hover{background:#dbeafe;color:#2563eb}.action-btn-mini.action-dispatch{background:#2563eb;color:#fff}.action-btn-mini.action-dispatch:hover{background:#1d4ed8}.action-btn-mini.action-deliver{background:#16a34a;color:#fff}.action-btn-mini.action-deliver:hover{background:#15803d}.action-btn-mini.action-payment{background:#f59e0b;color:#fff}.action-btn-mini.action-payment:hover{background:#d97706}.no-data-card{text-align:center;padding:60px 20px;grid-column:1 / -1}.no-data-card .no-data-icon{font-size:70px;opacity:.15;margin-bottom:14px}.no-data-card h3{color:#6b7280;margin:0}.pagination-wrapper{margin-top:25px;display:flex;justify-content:center}@media(max-width:992px){.kpi-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:14px}.kpi-card{padding:16px 18px;min-height:80px}.kpi-card-icon{width:42px;height:42px;min-width:42px;font-size:18px}.kpi-value{font-size:24px}.kpi-value.money-value{font-size:18px}.orders-hero-stats{grid-template-columns:repeat(2,1fr)}.filters-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;padding:16px}}@media(max-width:768px){.orders-hero{padding:24px;border-radius:26px}.orders-hero-top{flex-direction:column;align-items:flex-start}.orders-hero-title{font-size:32px}.orders-hero-stats{grid-template-columns:1fr 1fr}.hero-stat-card{padding:16px}.filters-grid{grid-template-columns:1fr;gap:12px;padding:14px}.filters-grid input,.filters-grid select{font-size:16px;padding:12px 14px}.filters-actions{flex-direction:column;width:100%}.filters-actions .btn{width:100%;justify-content:center}.orders-grid{grid-template-columns:1fr;gap:12px}.order-card{padding:12px 14px 10px}.order-client-row{flex-direction:column;align-items:stretch;gap:6px}.order-livreur{text-align:right}.livreur-mini{justify-content:flex-end}.order-route-compact{flex-wrap:wrap;gap:4px}.route-point-compact{flex:0 1 auto}.order-actions-compact{justify-content:center;flex-wrap:wrap}.kpi-grid{grid-template-columns:repeat(2,1fr);gap:12px}.kpi-card{padding:14px 16px;min-height:70px;gap:12px}.kpi-card-icon{width:38px;height:38px;min-width:38px;font-size:16px;border-radius:10px}.kpi-title{font-size:10px}.kpi-value{font-size:20px}.kpi-value.money-value{font-size:16px}.money-currency{font-size:11px}}@media(max-width:576px){.orders-hero-title{font-size:26px}.orders-hero-stats{grid-template-columns:1fr}.hero-stat-card{padding:12px 16px}.hero-stat-icon{width:48px;height:48px;font-size:20px}.hero-stat-value{font-size:24px}.orders-grid{gap:10px}.order-card{padding:10px 12px 8px;border-radius:12px}.order-reference{font-size:12px}.order-status{font-size:9px;padding:3px 8px}.order-client-row{padding:6px 8px;border-radius:8px}.client-avatar{width:28px;height:28px;min-width:28px;font-size:10px}.client-name{font-size:11px}.order-route-compact{padding:4px 8px;border-radius:8px}.route-label{font-size:10px}.route-distance-compact{font-size:9px;padding:1px 8px}.price-value{font-size:13px}.action-btn-mini{width:28px;height:28px;min-width:28px;font-size:11px;border-radius:6px}.kpi-grid{grid-template-columns:1fr 1fr;gap:10px}.kpi-card{padding:12px 14px;min-height:60px;gap:10px;border-left-width:4px}.kpi-card-icon{width:32px;height:32px;min-width:32px;font-size:14px;border-radius:8px}.kpi-title{font-size:9px;letter-spacing:.3px}.kpi-value{font-size:17px}.kpi-value.money-value{font-size:14px;flex-direction:column;gap:2px}.money-currency{font-size:10px}.kpi-card:after{display:none}}@media(max-width:360px){.kpi-grid{grid-template-columns:1fr;gap:10px}}:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.btn:focus-visible,.action-btn-mini:focus-visible,.action-icon:focus-visible{outline:2px solid #2563eb;outline-offset:2px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.order-card:hover,.kpi-card:hover,.hero-stat-card:hover{transform:none!important}}@media print{.btn,.filters-grid,.orders-hero-stats,.order-actions-compact,.pagination-wrapper,.orders-hero:before,.orders-hero:after{display:none!important}.orders-hero{background:none!important;color:#000!important;padding:16px 0!important;box-shadow:none!important}.orders-hero-title{color:#000!important}.orders-hero-subtitle{color:#6b7280!important}.order-card{box-shadow:none!important;border:1px solid #e5e7eb;-moz-column-break-inside:avoid;break-inside:avoid}}.show-hero{margin-bottom:30px}.show-card-title{font-size:14px;font-weight:700;color:#0f172a}.show-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.show-info-item{display:flex;flex-direction:column;gap:2px}.show-route{display:flex;align-items:center;gap:16px;padding:12px 16px;background:#f8fafc;border-radius:12px}.show-route-point{display:flex;align-items:center;gap:10px;flex:1}.show-route-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0}.show-route-dot.start{background:#16a34a}.show-route-dot.end{background:#dc2626}.show-route-label{font-size:11px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.3px}.show-route-value{display:block;font-size:14px;font-weight:600;color:#0f172a}.show-route-line{width:2px;height:30px;background:#cbd5e1;flex-shrink:0}.show-route-distance{font-size:14px;font-weight:700;color:#2563eb;padding:4px 12px;background:#eff6ff;border-radius:20px;flex-shrink:0}.show-finance-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.show-finance-item{padding:12px 16px;border-radius:12px;text-align:center}.show-finance-item.total{background:#eff6ff}.show-finance-item.final{background:#ecfdf5}.show-finance-item.cout{background:#fef3c7}.show-finance-item.marge{background:#faf5ff}.show-finance-label{display:block;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.3px;color:#64748b}.show-finance-value{display:block;font-size:16px;font-weight:700;color:#0f172a;margin-top:4px}.show-client{display:flex;align-items:center;gap:14px}.show-client-avatar{width:48px;height:48px;min-width:48px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700}.show-client-info{display:flex;flex-direction:column}.show-client-name{font-size:15px;font-weight:700;color:#0f172a}.show-client-phone{font-size:13px;color:#64748b}.show-description{margin-top:14px;padding:12px 16px;background:#f8fafc;border-radius:10px}.show-description-label{display:block;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.3px;color:#94a3b8;margin-bottom:4px}.show-description p{margin:0;font-size:14px;color:#1e293b}.show-livreur{display:flex;align-items:center;gap:14px;padding:12px 16px;background:#f8fafc;border-radius:12px}.show-livreur-avatar{width:44px;height:44px;min-width:44px;border-radius:50%;background:linear-gradient(135deg,#7c3aed,#6d28d9);color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700}.show-livreur-info{display:flex;flex-direction:column}.show-livreur-name{font-size:14px;font-weight:700;color:#0f172a}.show-livreur-phone{font-size:12px;color:#64748b}.show-livreur-stats{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px;margin-top:12px}.show-livreur-stat{text-align:center;padding:8px 12px;background:#f8fafc;border-radius:10px}.show-livreur-stat .stat-label{display:block;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.3px;color:#94a3b8}.show-livreur-stat .stat-value{display:block;font-size:13px;font-weight:600;color:#0f172a;margin-top:2px}.show-no-livreur{padding:20px;text-align:center;background:#fef2f2;border-radius:12px;color:#dc2626;font-weight:600}.show-actions{display:flex;flex-direction:column;gap:12px}.show-form{display:flex;flex-direction:column;gap:8px}.show-form-label{font-size:12px;font-weight:600;color:#475569}.show-form-select{padding:10px 14px;border:2px solid #e5e7eb;border-radius:10px;font-size:14px;background:#f8fafc;color:#111827;transition:all .25s ease}.show-form-select:focus{outline:none;border-color:#2563eb;background:#fff;box-shadow:0 0 0 4px #2563eb14}.show-form-btn{padding:10px 20px;border-radius:10px;font-weight:600;font-size:14px;border:none;cursor:pointer;transition:all .3s ease}.show-form-btn:hover{transform:translateY(-2px)}.show-divider{height:1px;background:#f1f5f9;margin:4px 0}.badge-paye{display:inline-flex;align-items:center;gap:4px;padding:2px 12px;background:#dcfce7;color:#16a34a;border-radius:20px;font-size:12px;font-weight:600}.badge-non-paye{display:inline-flex;align-items:center;gap:4px;padding:2px 12px;background:#fee2e2;color:#dc2626;border-radius:20px;font-size:12px;font-weight:600}@media(max-width:768px){.show-right{grid-template-columns:1fr;gap:16px}.show-info-grid{grid-template-columns:1fr;gap:8px}.show-finance-grid{grid-template-columns:1fr 1fr;gap:8px}.show-route{flex-direction:column;gap:8px;padding:12px}.show-route-point{width:100%}.show-route-line{width:30px;height:2px}.show-livreur-stats,.orders-hero-stats{grid-template-columns:1fr 1fr}.show-hero .orders-hero-top{flex-direction:column}}@media(max-width:480px){.show-card-body{padding:14px 16px}.show-finance-grid,.show-livreur-stats{grid-template-columns:1fr}.show-client{flex-direction:column;align-items:flex-start}.orders-hero-title{font-size:24px}}.alert{display:flex;align-items:center;gap:14px;padding:16px 22px;margin-bottom:20px;border-radius:16px;font-weight:500;font-size:14px;animation:alertSlideIn .5s ease;position:relative;overflow:hidden;box-shadow:0 2px 12px #0000000f}.alert-success{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border-left:5px solid #10b981;color:#065f46}.alert-danger{background:linear-gradient(135deg,#fef2f2,#fecaca);border-left:5px solid #ef4444;color:#991b1b}.alert-warning{background:linear-gradient(135deg,#fffbeb,#fef3c7);border-left:5px solid #f59e0b;color:#92400e}.alert-info{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-left:5px solid #3b82f6;color:#1e40af}.alert-icon{font-size:22px;flex-shrink:0;animation:alertBounce .6s ease}.alert-progress{position:absolute;bottom:0;left:0;height:3px;animation:alertProgress 5s linear forwards;border-radius:0 0 0 3px}.alert-success .alert-progress{background:#10b981}.alert-danger .alert-progress{background:#ef4444}.alert-warning .alert-progress{background:#f59e0b}.alert-info .alert-progress{background:#3b82f6}.alert-dismissible{padding-right:50px}.alert-close{position:absolute;right:16px;top:50%;transform:translateY(-50%);background:none;border:none;font-size:18px;cursor:pointer;opacity:.5;transition:all .2s ease;padding:4px 8px;border-radius:6px;color:inherit}.alert-compact{padding:12px 16px;font-size:13px;gap:10px}.alert-compact .alert-icon{font-size:18px}.alert-list{margin:6px 0 0;padding-left:20px;font-size:13px;font-weight:400;opacity:.9}.alert-list li{margin-bottom:3px}.alert-list li:last-child{margin-bottom:0}@keyframes alertSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes alertBounce{0%{transform:scale(0)}50%{transform:scale(1.3)}to{transform:scale(1)}}@keyframes alertProgress{0%{width:100%}to{width:0%}}#toast,.toast{position:fixed;top:20px;right:20px;z-index:9999;display:flex;align-items:flex-start;gap:12px;padding:16px 20px;background:#fff;border-radius:12px;box-shadow:0 8px 32px #00000026;border-left:4px solid #10b981;min-width:320px;max-width:480px;animation:toastSlideIn .4s ease forwards;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}#toast.toast-error,.toast.toast-error{border-left-color:#ef4444}#toast.toast-warning,.toast.toast-warning{border-left-color:#f59e0b}#toast.toast-info,.toast.toast-info{border-left-color:#3b82f6}.edit-livreur-hero{background:linear-gradient(135deg,#1e40af,#2563eb)}.btn-hero-outline{background:#ffffff1f;color:#fff;border:1px solid rgba(255,255,255,.2)}.btn-hero-outline:hover{background:#ffffff40;color:#fff;transform:translateY(-2px)}.btn-light{background:#ffffff26;color:#fff;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.btn-light:hover{background:#ffffff40;transform:translateY(-2px);box-shadow:0 4px 15px #00000026}.btn-sm{padding:6px 14px;font-size:13px;border-radius:8px}.btn-xs{padding:4px 10px;font-size:12px;border-radius:6px}.th-courses,.td-courses{font-weight:600;font-size:13px;color:#1e293b}.courses-badge{display:inline-block;background:#eff6ff;padding:2px 14px;border-radius:12px;font-size:13px;font-weight:600;color:#1d4ed8;min-width:40px;text-align:center}.badge-compte-lie{background:#dbeafe!important;color:#1d4ed8!important;font-weight:600}.badge-compte-aucun{background:#fee2e2!important;color:#dc2626!important;font-weight:600}.compte-nom{font-size:12px;color:#64748b;margin-top:2px}.statut-badge-compact{display:inline-flex;align-items:center;gap:6px;padding:4px 14px;border-radius:20px;font-size:12px;font-weight:500;white-space:nowrap;background:#f1f5f9;color:#475569}.statut-dot-compact{width:8px;height:8px;border-radius:50%;display:inline-block;flex-shrink:0}.dot-disponible{background:#22c55e;box-shadow:0 0 0 2px #22c55e40}.dot-occupe{background:#eab308;box-shadow:0 0 0 2px #eab30840}.dot-inactif{background:#ef4444;box-shadow:0 0 0 2px #ef444440}.status-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 14px;border-radius:999px;font-weight:700}.status-dot{width:8px;height:8px;border-radius:50%;display:inline-block}.status-inactif{background:#fef2f2;color:#dc2626}.status-disponible{background:#dcfce7;color:#16a34a}.status-occupe{background:#fef3c7;color:#d97706}.statut-pill{display:inline-flex;padding:4px 12px;border-radius:999px;font-size:11px;font-weight:700}.statut-en-attente{background:#fef3c7;color:#d97706}.statut-en-cours,.statut-en-route{background:#dbeafe;color:#2563eb}.statut-arrive{background:#dbeafe;color:#1d4ed8}.statut-livree{background:#dcfce7;color:#16a34a}.statut-annulee{background:#fee2e2;color:#dc2626}.statut-default{background:#f1f5f9;color:#64748b}.text-disponible{color:#22c55e}.text-occupe{color:#eab308}.detail-card-linked{border-left:4px solid #2563eb;margin-bottom:20px}.detail-header-linked{background:linear-gradient(135deg,#eff6ff,#dbeafe)}.detail-card-commandes{margin-top:20px}.detail-card-body-compact{padding:20px 24px}.detail-card-body-empty{padding:30px 20px;text-align:center}.detail-avatar-name{display:flex;align-items:center;gap:12px}.avatar-circle{width:48px;height:48px;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:20px;flex-shrink:0}.avatar-gradient{background:linear-gradient(135deg,#2563eb,#1d4ed8)}.avatar-title{font-weight:700;font-size:18px;color:#0f172a}.avatar-subtitle{font-size:12px;color:#94a3b8}.detail-value-highlight{font-size:20px;font-weight:700}.detail-value-green{color:#10b981}.detail-value-orange{color:#f59e0b;font-size:18px}.detail-value-blue{color:#2563eb;font-size:18px}.detail-value-red{color:#ef4444;font-size:16px}.detail-item-full{grid-column:span 2}.detail-gps{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.gps-coords{font-weight:600;color:#0f172a}.btn-gmaps{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;background:#eff6ff;color:#2563eb;border-radius:8px;text-decoration:none;font-weight:600;font-size:13px;transition:all .2s ease}.btn-gmaps:hover{background:#dbeafe;transform:translateY(-1px)}.gps-time{color:#94a3b8;font-size:11px}.detail-date-ago{display:block;color:#94a3b8;font-size:12px;margin-top:2px}.link-telephone{color:#2563eb;text-decoration:none;font-weight:600}.link-telephone:hover{text-decoration:underline}.info-box-linked{margin-bottom:20px}.info-box-warning{margin-bottom:20px;border-left:4px solid #ef4444;background:#fef2f2;border-color:#fecaca}.info-box-warning .info-box-title{color:#ef4444}.info-box-details{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-bottom:12px;font-size:14px;line-height:1.6}.info-box-details span{display:block}.table-commandes{width:100%;border-collapse:collapse;font-size:13px}.table-commandes thead{background:linear-gradient(135deg,#eff6ff,#dbeafe)}.table-commandes th{padding:10px 12px;text-align:left;font-size:11px;text-transform:uppercase;color:#1e40af;font-weight:700;border-bottom:2px solid #bfdbfe}.table-commandes td{padding:10px 12px;border-bottom:1px solid #f1f5f9}.table-commandes tbody tr:hover{background:#2563eb0a}.td-id{font-weight:600;color:#2563eb}.td-prix{font-weight:600}.trajet-arrow{color:#94a3b8;margin:0 4px}.badge-count{background:#dbeafe;color:#2563eb}.empty-icon{font-size:40px;opacity:.15;margin-bottom:8px}.empty-title{color:#64748b;margin:0;font-size:16px}.empty-subtitle{color:#94a3b8;font-size:13px;margin-top:4px}.form-hint{display:flex;align-items:center;gap:8px;margin-top:6px;font-size:12px;color:#64748b}@media(max-width:992px){.filters-form{flex-direction:column;align-items:stretch}.filter-search,.filter-select-group{min-width:100%}.filter-actions{justify-content:stretch}.filter-actions .btn-filter{flex:1;justify-content:center}.info-box-details{grid-template-columns:1fr}}@media(max-width:768px){.table-ultra-compact{overflow-x:auto}.table-ultra-compact table{min-width:700px}.hero-compact{padding:16px 20px}.hero-compact-top{flex-direction:column}.hero-compact .btn-light{width:100%;justify-content:center}.hero-stats-compact{grid-template-columns:repeat(2,1fr);gap:10px}.hero-stat-card{padding:10px 14px}.td-photo{width:60px}.livreur-photo-wrapper{width:44px;height:44px}.livreur-avatar-placeholder{font-size:14px}.detail-item-full{grid-column:span 1}.detail-gps{flex-direction:column;align-items:flex-start}.alert-success,.alert-danger,.alert-warning,.alert-info{padding:14px 18px;font-size:14px;gap:10px}.alert-icon{font-size:18px}#toast,.toast{left:16px;right:16px;max-width:none;min-width:auto}}@media(max-width:576px){.hero-stat-card{padding:8px 12px}.hero-stat-value{font-size:16px}.hero-compact-title{font-size:20px}.hero-stats-compact{grid-template-columns:repeat(2,1fr);gap:8px}.alert-success,.alert-danger,.alert-warning,.alert-info{padding:12px 14px;font-size:13px;border-radius:14px}.alert-list{font-size:12px}.btn-filter{padding:8px 16px;font-size:12px}.action-btn-compact{width:30px;height:30px;font-size:12px}}.current-photo-container{display:flex;flex-direction:column;gap:10px;margin-bottom:15px}.current-photo-wrapper{width:120px;height:120px;border-radius:50%;overflow:hidden;border:3px solid #2563eb;box-shadow:0 4px 15px #2563eb33}.current-photo-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.remove-photo-label{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:#dc2626;cursor:pointer;font-weight:500}.remove-photo-label:hover{color:#b91c1c}.remove-photo-label input[type=checkbox]{width:16px;height:16px;accent-color:#dc2626;cursor:pointer}.photo-upload-area{border:2px dashed #e2e8f0;border-radius:12px;padding:25px 20px;text-align:center;cursor:pointer;transition:all .3s ease;background:#f8fafc;position:relative}.photo-upload-area:hover{border-color:#2563eb;background:#eff6ff}.photo-upload-area.dragover{border-color:#2563eb;background:#dbeafe;transform:scale(1.01)}.photo-input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.photo-upload-label{display:flex;flex-direction:column;align-items:center;gap:6px;pointer-events:none}.upload-icon{font-size:36px}.upload-text{font-size:14px;font-weight:600;color:#475569}.upload-formats{font-size:12px;color:#94a3b8}.photo-preview-container{margin-top:12px;display:flex;justify-content:center}.photo-preview-wrapper{position:relative;display:inline-block;width:120px;height:120px;border-radius:50%;overflow:hidden;border:3px solid #10b981;box-shadow:0 4px 15px #10b98133}.photo-preview-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.photo-remove-preview{position:absolute;top:4px;right:4px;width:28px;height:28px;border-radius:50%;background:#ef4444;color:#fff;border:none;font-size:14px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #ef44444d}.photo-remove-preview:hover{transform:scale(1.1);background:#dc2626}.password-wrapper{display:flex;align-items:center;gap:8px}.password-wrapper .form-input{flex:1}.password-toggle{padding:10px 14px;border:2px solid #e5e7eb;border-radius:10px;background:#f8fafc;font-size:18px;cursor:pointer;transition:all .2s ease;flex-shrink:0}.password-toggle:hover{border-color:#2563eb;background:#eff6ff}@media(max-width:576px){.current-photo-wrapper,.photo-preview-wrapper{width:80px;height:80px}.upload-text{font-size:12px}.upload-formats{font-size:10px}.photo-upload-area{padding:20px 15px}.upload-icon{font-size:28px}}.quartiers-hero{background:linear-gradient(135deg,#2563eb,#1d4ed8)!important;box-shadow:0 25px 60px #2563eb40!important}.quartier-avatar-wrapper{display:flex;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto;border-radius:50%;overflow:hidden;flex-shrink:0;background:#f1f5f9;border:2px solid #e2e8f0;transition:all .3s ease}.quartier-avatar-wrapper:hover{border-color:#2563eb;transform:scale(1.05);box-shadow:0 4px 20px #2563eb33}.quartier-avatar{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;color:#fff;text-transform:uppercase;background:linear-gradient(135deg,#2563eb,#7c3aed);-webkit-user-select:none;-moz-user-select:none;user-select:none}.quartier-info{display:flex;align-items:center;gap:12px}.quartier-name{font-weight:600;font-size:14px;color:#0f172a}.quartier-meta{font-size:12px;color:#64748b;margin-top:1px}.zone-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 14px;border-radius:20px;font-size:12px;font-weight:600}.zone-badge-active{background:#dbeafe;color:#2563eb}.zone-badge-inactive{background:#fee2e2;color:#dc2626}.gps-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 14px;border-radius:20px;font-size:12px;font-weight:600}.gps-badge-active{background:#dcfce7;color:#16a34a}.gps-badge-inactive{background:#fee2e2;color:#dc2626}.coords-text{font-family:SF Mono,Courier New,monospace;font-size:11px;font-weight:500;color:#1e293b;line-height:1.4}.coords-empty{font-size:12px;color:#94a3b8}.btn-sync{background:#ecfdf5;color:#16a34a}.btn-sync:hover{background:#d1fae5;color:#059669}@media(max-width:992px){.table-ultra-compact table{min-width:800px}}@media(max-width:768px){.td-photo{width:60px}.quartier-avatar-wrapper{width:44px;height:44px}.quartier-avatar{font-size:14px}.quartier-name{font-size:13px}.coords-text{font-size:10px}.orders-hero-stats{grid-template-columns:1fr 1fr}.filters-card .filters-grid{grid-template-columns:1fr;gap:12px}.filters-actions{flex-direction:column;width:100%}.filters-actions .btn{width:100%;justify-content:center}}@media(max-width:576px){.quartier-avatar-wrapper{width:36px;height:36px}.quartier-avatar{font-size:12px}.zone-badge,.gps-badge{font-size:10px;padding:2px 10px}.coords-text{font-size:9px}.action-btn-compact{width:30px;height:30px;font-size:12px}.orders-hero-title{font-size:24px}.hero-stat-value{font-size:20px}.hero-stat-card{padding:10px 12px}.hero-stat-icon{width:44px;height:44px;font-size:18px}}.quartiers-edit-hero{background:linear-gradient(135deg,#2563eb,#1d4ed8)!important;box-shadow:0 25px 60px #2563eb40!important}.gps-status-box{display:flex;align-items:center;gap:14px;padding:16px 20px;border-radius:12px;margin-top:16px;border-left:4px solid}.gps-status-box.configured{background:#f0fdf4;border-color:#16a34a}.gps-status-box.missing{background:#fef2f2;border-color:#dc2626}.status-icon{font-size:24px;flex-shrink:0}.status-title{font-weight:700;font-size:14px;color:#0f172a}.status-text{font-size:13px;color:#475569;margin-top:2px}.btn-sm{padding:6px 14px;font-size:12px;border-radius:8px;text-decoration:none;display:inline-flex;align-items:center;gap:6px;margin-left:auto;flex-shrink:0}.btn-gps{background:#fee2e2;color:#dc2626}.btn-gps:hover{background:#fecaca}.btn-gps-sync{background:#dbeafe;color:#2563eb}.btn-gps-sync:hover{background:#bfdbfe}.info-box{display:flex;gap:16px;padding:16px 20px;margin-top:20px;border-radius:12px;background:#eff6ff;border:1px solid #bfdbfe;align-items:flex-start}.info-box-icon{font-size:22px;flex-shrink:0;margin-top:2px}.info-box-title{font-weight:700;font-size:14px;color:#1e40af;margin-bottom:2px}.info-box-text{margin:0;font-size:13px;line-height:1.5;color:#1e3a8a}@media(max-width:992px){.form-grid{grid-template-columns:1fr;gap:16px}.form-card-body{padding:20px}.gps-status-box{flex-wrap:wrap}.btn-sm{margin-left:0;width:100%;justify-content:center}}@media(max-width:768px){.form-card-body{padding:16px}.form-card-header{flex-direction:column;gap:8px;align-items:flex-start;padding:14px 16px}.form-actions{flex-direction:column}.form-actions .btn{width:100%;justify-content:center}.hero-actions{flex-direction:column;width:100%}.hero-actions .btn{width:100%;justify-content:center}.orders-hero-stats{grid-template-columns:1fr 1fr}.orders-hero-title{font-size:28px}.info-box{flex-direction:column;gap:10px}.info-box-icon{font-size:24px}}@media(max-width:576px){.orders-hero-title{font-size:22px}.orders-hero-stats{grid-template-columns:1fr 1fr;gap:10px}.hero-stat-card{padding:10px 14px}.hero-stat-icon{width:40px;height:40px;font-size:16px}.hero-stat-value{font-size:16px}.form-card-body{padding:12px}.form-input,.form-select{padding:8px 12px;font-size:13px}.gps-status-box{flex-direction:column;align-items:flex-start;gap:8px}.status-icon{font-size:20px}}.zones-hero{background:linear-gradient(135deg,#2563eb,#1d4ed8)!important;box-shadow:0 25px 60px #2563eb40!important}.zone-avatar-wrapper{display:flex;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto;border-radius:50%;overflow:hidden;flex-shrink:0;background:#f1f5f9;border:2px solid #e2e8f0;transition:all .3s ease}.zone-avatar-wrapper:hover{border-color:#2563eb;transform:scale(1.05);box-shadow:0 4px 20px #2563eb33}.zone-avatar{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;color:#fff;text-transform:uppercase;background:linear-gradient(135deg,#2563eb,#7c3aed);-webkit-user-select:none;-moz-user-select:none;user-select:none}.zone-info{display:flex;align-items:center;gap:12px}.zone-name{font-weight:600;font-size:14px;color:#0f172a}.zone-meta{font-size:12px;color:#64748b;margin-top:1px}.zone-code{display:inline-flex;align-items:center;gap:6px;padding:4px 14px;border-radius:20px;background:#f3e8ff;color:#7c3aed;font-size:12px;font-weight:600}.quartiers-count{display:inline-block;font-weight:600;font-size:13px;color:#0f172a}.quartiers-preview{display:flex;flex-wrap:wrap;gap:4px;margin-top:4px}.quartier-tag{display:inline-block;padding:2px 10px;background:#f1f5f9;color:#475569;border-radius:12px;font-size:10px;font-weight:500}.quartier-tag.more{background:#dbeafe;color:#2563eb}.created-info{display:flex;flex-direction:column;gap:1px}.created-date{font-size:13px;font-weight:600;color:#0f172a}.created-relative{font-size:11px;color:#94a3b8}@media(max-width:992px){.table-ultra-compact table{min-width:700px}}@media(max-width:768px){.td-photo{width:60px}.zone-avatar-wrapper{width:44px;height:44px}.zone-avatar{font-size:14px}.zone-name{font-size:13px}.quartiers-preview,.created-relative{display:none}}@media(max-width:576px){.zone-avatar-wrapper{width:36px;height:36px}.zone-avatar{font-size:12px}.zone-code{font-size:10px;padding:2px 10px}.created-date{font-size:11px}}.filters-card{background:#fff;border-radius:12px;padding:0;box-shadow:0 1px 3px #0000000f;margin-bottom:24px;overflow:hidden}.filters-card .filters-grid{padding:16px 20px}.table-ultra-compact{background:#fff;border-radius:16px;box-shadow:0 1px 3px #0000000f;overflow:hidden;margin-top:0}.btn-filter{padding:10px 20px;font-size:13px;border-radius:10px;white-space:nowrap;display:inline-flex;align-items:center;gap:6px;text-decoration:none}.zones-show-hero{background:linear-gradient(135deg,#2563eb,#1d4ed8)!important;box-shadow:0 25px 60px #2563eb40!important}.show-grid{display:grid;grid-template-columns:2fr 1fr;gap:24px}.show-card{background:#fff;border-radius:16px;box-shadow:0 1px 3px #0000000f;overflow:hidden;margin-bottom:20px}.show-card:last-child{margin-bottom:0}.show-card-header{display:flex;align-items:center;gap:10px;padding:14px 20px;background:#f8fafc;border-bottom:1px solid #f1f5f9}.show-card-icon{font-size:18px}.show-card-title{font-size:14px;font-weight:700;color:#0f172a;flex:1}.show-card-badge{padding:4px 14px;border-radius:20px;background:#dbeafe;color:#2563eb;font-size:12px;font-weight:600;flex-shrink:0}.show-card-body{padding:18px 20px}.show-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.show-info-item{display:flex;flex-direction:column;gap:4px}.show-info-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.3px;color:#94a3b8}.show-info-value{font-size:14px;font-weight:600;color:#0f172a}.show-date-relative{display:block;font-size:12px;font-weight:400;color:#94a3b8;margin-top:2px}.show-zone-name{display:flex;align-items:center;gap:12px}.show-zone-avatar{width:40px;height:40px;min-width:40px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700}.zone-code-badge{display:inline-flex;padding:4px 14px;border-radius:20px;background:#f3e8ff;color:#7c3aed;font-weight:700;font-size:14px}.quartiers-count-badge{font-weight:700;font-size:18px;color:#2563eb}.quartiers-label{color:#6b7280;font-size:13px;margin-left:4px}.status-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 14px;border-radius:20px;font-weight:700;font-size:13px}.status-badge.status-active{background:#ecfdf5;color:#16a34a}.status-badge .status-dot{width:8px;height:8px;border-radius:50%;display:inline-block;background:#16a34a;animation:dotPulse 2s infinite}@keyframes dotPulse{0%,to{box-shadow:0 0 #16a34a66}50%{box-shadow:0 0 0 6px #16a34a00}}.show-actions-row{display:flex;gap:12px;flex-wrap:wrap}.show-action-btn{padding:10px 20px;border-radius:10px;font-weight:600;font-size:14px;transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center;gap:8px;border:none;cursor:pointer}.show-action-btn:hover{transform:translateY(-2px)}.show-action-btn.btn-primary{background:#2563eb;color:#fff}.show-action-btn.btn-primary:hover{background:#1d4ed8;box-shadow:0 4px 15px #2563eb59}.show-action-btn.btn-secondary{background:#f1f5f9;color:#475569}.show-action-btn.btn-secondary:hover{background:#e2e8f0}.show-action-btn.btn-danger{background:#ef4444;color:#fff}.show-action-btn.btn-danger:hover{background:#dc2626;box-shadow:0 4px 15px #ef444459}.show-action-form{margin:0}.quartiers-list{display:flex;flex-direction:column;gap:10px;max-height:400px;overflow-y:auto;padding-right:4px}.quartiers-list::-webkit-scrollbar{width:4px}.quartiers-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:2px}.quartier-item{display:flex;align-items:center;gap:12px;padding:10px 14px;background:#f8fafc;border-radius:12px;border:1px solid #f1f5f9;transition:all .2s ease}.quartier-item:hover{background:#f1f5f9;transform:translate(4px);border-color:#e2e8f0}.quartier-avatar{width:36px;height:36px;min-width:36px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px}.quartier-info{flex:1;min-width:0}.quartier-name{display:block;font-weight:600;color:#0f172a;font-size:13px}.quartier-status{display:block;font-size:11px;color:#94a3b8;margin-top:2px}.status-dot-mini{width:6px;height:6px;border-radius:50%;display:inline-block;margin-right:4px}.status-dot-mini.green{background:#16a34a}.status-dot-mini.gray{background:#94a3b8}.no-quartiers{text-align:center;padding:30px 20px}.no-quartiers-icon{font-size:48px;margin-bottom:12px;opacity:.3}.no-quartiers p{color:#64748b;margin-bottom:16px}.btn-sm{padding:8px 16px;font-size:13px;border-radius:8px}.stats-mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.stats-mini-item{text-align:center;padding:12px 8px;background:#f8fafc;border-radius:12px}.stats-mini-value{display:block;font-size:22px;font-weight:700;color:#0f172a}.stats-mini-label{display:block;font-size:11px;color:#94a3b8;margin-top:2px}@media(max-width:1024px){.show-grid{grid-template-columns:1fr;gap:20px}.show-right{display:grid;grid-template-columns:1fr 1fr;gap:20px}.show-right .show-card{margin-bottom:0}}@media(max-width:768px){.show-right{grid-template-columns:1fr;gap:16px}.show-info-grid{grid-template-columns:1fr;gap:12px}.show-actions-row{flex-direction:column;gap:8px}.show-action-btn{width:100%;justify-content:center}.stats-mini-grid{grid-template-columns:1fr 1fr 1fr}.hero-actions{flex-direction:column;width:100%}.hero-actions .btn{width:100%;justify-content:center}.orders-hero-stats{grid-template-columns:1fr 1fr}.orders-hero-title{font-size:28px}.quartiers-list{max-height:300px}}@media(max-width:576px){.orders-hero-title{font-size:22px}.orders-hero-stats{grid-template-columns:1fr 1fr;gap:10px}.hero-stat-card{padding:12px 14px}.hero-stat-icon{width:44px;height:44px;font-size:18px}.hero-stat-value{font-size:18px}.show-card-body{padding:14px 16px}.show-card-header{padding:12px 16px}.stats-mini-grid{grid-template-columns:1fr;gap:8px}.quartier-item{padding:8px 12px}.quartier-avatar{width:30px;height:30px;min-width:30px;font-size:12px}.zone-code-badge{font-size:12px;padding:2px 10px}.show-zone-avatar{width:34px;height:34px;min-width:34px;font-size:14px}}.zones-edit-hero{background:linear-gradient(135deg,#2563eb,#1d4ed8)!important;box-shadow:0 25px 60px #2563eb40!important}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.btn-hero-outline{background:#ffffff1f!important;color:#fff!important;border:1px solid rgba(255,255,255,.2)!important}.btn-hero-outline:hover{background:#ffffff40!important;color:#fff!important;transform:translateY(-2px)}.form-card{border:none;border-radius:16px;overflow:hidden;box-shadow:0 1px 3px #0000000f;margin-top:24px}.form-card-header{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;background:#f8fafc;border-bottom:1px solid #f1f5f9}.form-card-header-left{display:flex;align-items:center;gap:12px}.form-card-icon{font-size:20px}.form-card-title{font-weight:700;font-size:16px;color:#0f172a}.form-card-badge{padding:4px 14px;border-radius:20px;background:#dbeafe;color:#2563eb;font-size:12px;font-weight:600}.form-card-body{padding:24px 28px}.form-section{margin-bottom:28px}.form-section:last-child{margin-bottom:0}.form-section-title{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:700;color:#0f172a;margin-bottom:16px;padding-bottom:10px;border-bottom:2px solid #f1f5f9}.section-icon{font-size:18px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-group{display:flex;flex-direction:column;gap:6px}.form-label{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#1e293b}.label-icon{font-size:16px}.required-star{color:#dc2626;font-size:16px}.optional-badge{padding:2px 10px;border-radius:20px;background:#f1f5f9;color:#64748b;font-size:10px;font-weight:500}.form-input,.form-select{padding:10px 14px;border:2px solid #e5e7eb;border-radius:10px;font-size:14px;transition:all .25s ease;background:#f8fafc;color:#0f172a;width:100%}.form-input:focus,.form-select:focus{outline:none;border-color:#2563eb;background:#fff;box-shadow:0 0 0 4px #2563eb14}.form-input.is-invalid,.form-select.is-invalid{border-color:#dc2626;background:#fef2f2}.form-input.is-invalid:focus,.form-select.is-invalid:focus{box-shadow:0 0 0 4px #dc262614}.form-error{display:block;margin-top:4px;font-size:12px;font-weight:500;color:#dc2626}.form-hint{display:flex;align-items:center;gap:6px;margin-top:4px;font-size:12px;color:#94a3b8}.hint-icon{font-size:14px}.hint-text{font-weight:400}.quartiers-info{display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding:10px 14px;background:#f8fafc;border-radius:10px}.quartiers-count{font-weight:600;color:#0f172a;font-size:14px}.btn-sm{padding:6px 14px;font-size:12px;border-radius:8px;text-decoration:none;display:inline-flex;align-items:center;gap:6px}.btn-secondary:hover{background:#e2e8f0;transform:translateY(-1px)}.quartiers-preview-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:10px}.quartier-preview-item{display:flex;align-items:center;gap:10px;padding:8px 12px;background:#f8fafc;border-radius:10px;border:1px solid #f1f5f9}.quartier-preview-item.more{justify-content:center;background:#eff6ff;border-color:#bfdbfe}.quartier-preview-avatar{width:30px;height:30px;min-width:30px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:12px}.quartier-preview-name{font-size:12px;font-weight:500;color:#0f172a}.quartier-preview-more{font-size:14px;font-weight:700;color:#2563eb}.form-actions{display:flex;gap:12px;flex-wrap:wrap;padding-top:24px;margin-top:24px;border-top:2px solid #f1f5f9}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 24px;border-radius:10px;font-weight:600;font-size:14px;border:none;cursor:pointer;transition:all .3s ease;text-decoration:none}.btn-submit:hover{background:#1d4ed8;box-shadow:0 4px 15px #2563eb59}.btn-cancel:hover{background:#e2e8f0}@media(max-width:992px){.form-grid{grid-template-columns:1fr;gap:16px}.form-card-body{padding:20px}}@media(max-width:768px){.form-card-body{padding:16px}.form-card-header{flex-direction:column;gap:8px;align-items:flex-start;padding:14px 16px}.form-actions{flex-direction:column}.form-actions .btn{width:100%;justify-content:center}.hero-actions{flex-direction:column;width:100%}.hero-actions .btn{width:100%;justify-content:center}.orders-hero-stats{grid-template-columns:1fr 1fr}.orders-hero-title{font-size:28px}.quartiers-preview-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}}@media(max-width:576px){.orders-hero-title{font-size:22px}.orders-hero-stats{grid-template-columns:1fr 1fr;gap:10px}.hero-stat-card{padding:10px 14px}.hero-stat-icon{width:40px;height:40px;font-size:16px}.hero-stat-value{font-size:16px}.form-card-body{padding:12px}.form-input,.form-select{padding:8px 12px;font-size:13px}.quartiers-preview-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}.quartier-preview-item{padding:6px 10px}.quartier-preview-avatar{width:24px;height:24px;min-width:24px;font-size:10px}.quartier-preview-name{font-size:11px}.quartiers-info{flex-direction:column;align-items:stretch;gap:8px}.quartiers-info .btn{width:100%;justify-content:center}}#toast{position:fixed;top:20px;right:20px;z-index:9999;display:flex;align-items:flex-start;gap:12px;padding:16px 20px;background:#fff;border-radius:12px;box-shadow:0 8px 32px #00000026;border-left:4px solid #10b981;min-width:320px;max-width:480px;animation:toastSlideIn .4s ease forwards;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}#toast.toast-error{border-left-color:#ef4444}.toast-icon{font-size:24px;line-height:1;flex-shrink:0;margin-top:2px}.toast-title{font-weight:600;font-size:15px;color:#1f2937;margin-bottom:2px}.toast-message{font-size:14px;color:#6b7280;line-height:1.5}.toast-list{margin:4px 0 0;padding-left:18px;font-size:13px;color:#6b7280}.toast-list li{margin-bottom:2px}.toast-close{background:none;border:none;font-size:18px;color:#9ca3af;cursor:pointer;padding:0 4px;transition:color .2s;flex-shrink:0;margin-top:-2px}.toast-close:hover{color:#4b5563}@keyframes toastSlideIn{0%{transform:translate(40px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes toastSlideOut{0%{transform:translate(0);opacity:1}to{transform:translate(40px);opacity:0}}.hero-compact{padding:24px 28px;background:linear-gradient(135deg,#1e40af,#1d4ed8,#3b82f6);border-radius:16px;color:#fff;margin-bottom:0;position:relative;overflow:hidden}.hero-compact:before{content:"";position:absolute;top:-50%;right:-20%;width:300px;height:300px;background:#ffffff0d;border-radius:50%;pointer-events:none}.hero-compact:after{content:"";position:absolute;bottom:-40%;left:-10%;width:250px;height:250px;background:#ffffff08;border-radius:50%;pointer-events:none}.hero-compact-top{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:16px;position:relative;z-index:1}.hero-compact-title{font-size:26px;font-weight:700;margin:0;color:#fff}.hero-compact-subtitle{font-size:14px;opacity:.85;margin-top:2px;color:#fff}.hero-compact .btn-light{background:#ffffff26;color:#fff;border:1px solid rgba(255,255,255,.2);padding:10px 24px;border-radius:10px;font-weight:500;text-decoration:none;transition:all .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:inline-flex;align-items:center;gap:8px}.hero-compact .btn-light:hover{background:#ffffff40;transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.hero-stats-compact{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:16px;margin-top:20px;padding-top:20px;border-top:1px solid rgba(255,255,255,.12);position:relative;z-index:1}.hero-stat-card{display:flex;align-items:center;gap:12px;background:#ffffff14;padding:12px 16px;border-radius:12px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:all .3s ease;border:1px solid rgba(255,255,255,.05)}.hero-stat-icon{font-size:20px;opacity:.9}.filters-bar{background:#fff;border-radius:12px;padding:16px 20px;box-shadow:0 1px 3px #0000000f;margin-top:20px}.filters-form{display:flex;flex-wrap:wrap;align-items:flex-end;gap:12px}.filter-search{flex:1;min-width:200px;position:relative}.filter-search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);opacity:.5;font-size:14px;pointer-events:none}.filter-search-input{width:100%;padding:10px 14px 10px 38px;border:2px solid #e5e7eb;border-radius:10px;font-size:14px;background:#f8fafc;transition:all .25s ease;outline:none}.filter-search-input:focus{border-color:#2563eb;background:#fff;box-shadow:0 0 0 4px #2563eb14}.filter-search-input::-moz-placeholder{color:#9ca3af}.filter-search-input::placeholder{color:#9ca3af}.filter-select-group{display:flex;flex-direction:column;gap:4px;min-width:140px}.filter-select-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:#6b7280}.filter-select{padding:10px 14px;border:2px solid #e5e7eb;border-radius:10px;font-size:14px;background:#f8fafc;cursor:pointer;outline:none;transition:all .25s ease}.filter-select:focus{border-color:#2563eb;background:#fff;box-shadow:0 0 0 4px #2563eb14}.filter-actions{display:flex;gap:8px;align-items:center}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 16px;border-radius:8px;font-weight:500;font-size:14px;border:none;cursor:pointer;transition:all .3s ease;text-decoration:none;white-space:nowrap}.btn-secondary{background:#f1f5f9;color:#475569}.btn-secondary:hover{background:#e2e8f0;transform:translateY(-2px)}.btn-filter{padding:10px 20px;font-size:13px;border-radius:10px;white-space:nowrap}.btn-filter.btn-primary{background:#2563eb;color:#fff}.btn-filter.btn-primary:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 4px 15px #2563eb59}.btn-filter.btn-secondary{background:#f1f5f9;color:#475569}.btn-filter.btn-secondary:hover{background:#e2e8f0;transform:translateY(-2px)}.table-ultra-compact{background:#fff;border-radius:16px;box-shadow:0 1px 3px #0000000f;overflow:hidden;margin-top:24px}.table-ultra-compact table{width:100%;border-collapse:collapse;font-size:14px}.table-ultra-compact thead{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-bottom:2px solid #bfdbfe}.table-ultra-compact thead th{padding:14px 16px;text-align:left;font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:#1e40af;white-space:nowrap}.table-ultra-compact tbody tr{border-bottom:1px solid #f1f5f9;transition:background .2s ease}.table-ultra-compact tbody tr:hover{background:#f8fafc}.table-ultra-compact tbody tr:last-child{border-bottom:none}.table-ultra-compact tbody td{padding:12px 16px;vertical-align:middle}.table-responsive{width:100%;overflow-x:auto;border-radius:16px}.th-telephone,.td-telephone{font-size:13px;color:#475569}.td-telephone{font-family:SF Mono,Courier New,monospace}.telephone-link{color:#475569;text-decoration:none;transition:color .2s;display:inline-flex;align-items:center;gap:4px}.telephone-link:hover{color:#2563eb;text-decoration:underline}.td-photo{width:80px;text-align:center;padding:8px!important}.livreur-photo-wrapper{display:flex;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto;border-radius:50%;overflow:hidden;flex-shrink:0;background:#f1f5f9;border:2px solid #e2e8f0;transition:all .3s ease}.livreur-photo-wrapper:hover{border-color:#2563eb;transform:scale(1.05);box-shadow:0 4px 20px #2563eb33}.livreur-photo-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.livreur-avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:600;color:#fff;text-transform:uppercase;background:linear-gradient(135deg,#2563eb,#1d4ed8);-webkit-user-select:none;-moz-user-select:none;user-select:none}.livreur-compact{display:flex;align-items:center;gap:12px}.livreur-name-compact{font-weight:500;color:#0f172a;font-size:14px}.livreur-id-compact{font-size:12px;color:#94a3b8;font-weight:400}.livreur-vehicule-compact{font-size:12px;color:#64748b;margin-top:1px;display:flex;align-items:center;gap:4px}.reference-date{margin-top:2px;font-size:10px;color:#94a3b8}.role-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 14px;border-radius:20px;font-size:12px;font-weight:600;white-space:nowrap}.role-super_admin{background:#fef3c7;color:#d97706}.role-admin{background:#dbeafe;color:#2563eb}.role-manager{background:#fef3c7;color:#d97706}.role-agent,.role-client{background:#f1f5f9;color:#475569}.role-livreur{background:#dcfce7;color:#16a34a}.statut-badge-compact{display:inline-flex;align-items:center;gap:6px;padding:3px 12px;border-radius:20px;font-size:11px;font-weight:500;white-space:nowrap;background:#f1f5f9;color:#475569}.badge-disponible{background:#dcfce7!important;color:#16a34a!important}.badge-occupe{background:#fef3c7!important;color:#d97706!important}.badge-inactif{background:#fee2e2!important;color:#dc2626!important}.status-user-active{background:#dcfce7;color:#16a34a;padding:3px 14px;border-radius:20px;font-size:12px;font-weight:600;display:inline-flex;align-items:center;gap:4px}.status-user-active:before{content:"";width:6px;height:6px;background:#22c55e;border-radius:50%;display:inline-block;animation:dotPulse 2s infinite}.status-user-inactive{background:#fee2e2;color:#dc2626;padding:3px 14px;border-radius:20px;font-size:12px;font-weight:600;display:inline-flex;align-items:center;gap:4px}.status-user-inactive:before{content:"";width:6px;height:6px;background:#ef4444;border-radius:50%;display:inline-block}@keyframes dotPulse{0%,to{box-shadow:0 0 #22c55e66}50%{box-shadow:0 0 0 6px #22c55e00}}.actions-compact{display:flex;align-items:center;gap:6px;flex-wrap:wrap;justify-content:center}.action-btn-compact{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:8px;border:none;background:#f1f5f9;color:#475569;font-size:14px;cursor:pointer;transition:all .3s ease;text-decoration:none;line-height:1}.action-btn-compact:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.btn-view{background:#f1f5f9;color:#475569}.btn-view:hover{background:#dbeafe;color:#2563eb}.btn-edit{background:#fef3c7;color:#d97706}.btn-edit:hover{background:#fde68a;color:#b45309}.btn-compte{background:#dbeafe;color:#2563eb}.btn-compte:hover{background:#bfdbfe;color:#1d4ed8}.btn-toggle-statut{background:#eff6ff;color:#2563eb}.btn-toggle-statut:hover{background:#dbeafe;color:#1d4ed8}.btn-delete-livreur{background:#fef2f2;color:#dc2626}.btn-delete-livreur:hover{background:#fecaca;color:#b91c1c}.empty-compact{text-align:center;padding:60px 20px}.empty-compact-icon{font-size:48px;margin-bottom:16px;opacity:.4}.empty-compact-title{font-size:18px;font-weight:600;color:#0f172a;margin-bottom:4px}.empty-compact-subtitle{font-size:14px;color:#64748b;margin:0}.pagination-compact{padding:16px 20px;border-top:1px solid #f1f5f9;display:flex;justify-content:center}.pagination-compact nav{display:flex;gap:4px;align-items:center}.pagination-compact .page-link{padding:6px 14px;border-radius:8px;border:1px solid #e2e8f0;background:#fff;color:#475569;font-size:13px;text-decoration:none;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;min-width:36px}.pagination-compact .page-link:hover{background:#f8fafc;border-color:#94a3b8;transform:translateY(-1px)}.pagination-compact .active .page-link{background:#2563eb;border-color:#2563eb;color:#fff;box-shadow:0 4px 15px #2563eb40}.pagination-compact .disabled .page-link{opacity:.4;cursor:not-allowed;pointer-events:none}.form-inline{display:inline;margin:0}@media(max-width:992px){.filters-form{flex-direction:column;align-items:stretch}.filter-search,.filter-select-group{min-width:100%}.filter-actions{justify-content:stretch}.filter-actions .btn-filter{flex:1;justify-content:center}}@media(max-width:768px){.table-ultra-compact{overflow-x:auto}.table-ultra-compact table{min-width:800px}.hero-compact{padding:16px 20px}.hero-compact-top{flex-direction:column}.hero-compact .btn-light{width:100%;justify-content:center}.hero-stats-compact{grid-template-columns:repeat(2,1fr);gap:10px}.hero-stat-card{padding:10px 14px}.td-photo{width:60px}.livreur-photo-wrapper{width:44px;height:44px}.livreur-avatar-placeholder{font-size:14px}#toast{left:16px;right:16px;max-width:none;min-width:auto}}@media(max-width:576px){.hero-stat-card{padding:8px 12px}.hero-stat-value{font-size:16px}.hero-compact-title{font-size:20px}.hero-stats-compact{grid-template-columns:repeat(2,1fr);gap:8px}.btn-filter{padding:8px 16px;font-size:12px}.action-btn-compact{width:30px;height:30px;font-size:12px}.role-badge,.status-user-active,.status-user-inactive{font-size:10px;padding:2px 10px}.statut-badge-compact{font-size:9px;padding:2px 8px}}.dashboard-page{width:100%;padding:12px;background:#f4f7fb;min-height:100vh}.page-header{display:flex;flex-direction:column;gap:14px;margin-bottom:18px}.page-title{font-size:24px;font-weight:800;color:#111827}.page-subtitle{color:#6b7280;font-size:14px}.mobile-offers-grid{display:flex;flex-direction:column;gap:18px}.offer-card{background:#fff;border-radius:22px;padding:18px;border:1px solid #eef2f7;box-shadow:0 10px 30px #0000000d;transition:.25s ease}.offer-card:active{transform:scale(.98)}.order-header{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:16px}.order-header h3{font-size:18px;font-weight:800;color:#111827}.order-header small{color:#6b7280;font-size:13px}.badge{padding:8px 14px;border-radius:999px;font-size:12px;font-weight:700}.order-body{display:flex;flex-direction:column;gap:14px}.info-row{display:flex;justify-content:space-between;align-items:center;gap:12px;font-size:15px}.info-row strong{color:#374151}.offer-timer{margin-top:18px;padding:16px;border-radius:14px;background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#1d4ed8;font-weight:800;text-align:center;font-size:16px}.mobile-actions{margin-top:18px;display:flex;flex-direction:column;gap:12px}.btn{width:100%;border:none;border-radius:16px;padding:16px;font-size:16px;font-weight:700;cursor:pointer;transition:.2s ease}.toast-box{position:fixed;bottom:20px;left:50%;transform:translate(-50%);width:calc(100% - 24px);max-width:420px;padding:18px;border-radius:16px;color:#fff;font-weight:700;z-index:99999;opacity:0;transition:.3s ease;box-shadow:0 15px 40px #0003}.toast-show{opacity:1}.no-data-card{text-align:center;padding:40px 20px}.no-data-icon{font-size:52px;margin-bottom:12px}@media(max-width:768px){.dashboard-page{padding:10px}.order-header,.info-row{flex-direction:column;align-items:flex-start}.offer-timer{font-size:15px}}.btn{position:relative;overflow:hidden;border:none;border-radius:14px;padding:14px 18px;min-height:48px;font-size:14px;font-weight:700;cursor:pointer;transition:.25s ease;display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;-webkit-tap-highlight-color:transparent}.btn:hover{transform:translateY(-2px)}.btn:active{transform:scale(.98)}.btn-primary{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff}.btn-success{background:linear-gradient(135deg,#16a34a,#15803d);color:#fff}.btn-danger{background:linear-gradient(135deg,#dc2626,#991b1b);color:#fff}.btn-warning{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.btn-secondary{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);color:#111827}.btn-sm{min-height:38px;padding:10px 14px;font-size:12px}.btn-lg{min-height:56px;padding:16px 22px;font-size:16px}.card{background:#fff;border-radius:20px;padding:24px;border:1px solid #eef2f7;box-shadow:0 6px 24px #0000000d;transition:.25s ease}.card:hover{transform:translateY(-2px);box-shadow:0 12px 30px #00000014}.badge{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 12px;border-radius:999px;font-size:12px;font-weight:700}.badge-success{background:#ecfdf5;color:#15803d}.badge-danger{background:#fef2f2;color:#dc2626}.badge-warning{background:#fff7ed;color:#ea580c}.badge-primary{background:#eff6ff;color:#2563eb}.alert-success,.alert-danger,.alert-warning{padding:16px 18px;border-radius:16px;margin-bottom:20px;font-weight:600;border:1px solid transparent}.alert-success{background:#ecfdf5;color:#166534;border-color:#bbf7d0}.alert-danger{background:#fef2f2;color:#991b1b;border-color:#fecaca}.alert-warning{background:#fff7ed;color:#9a3412;border-color:#fed7aa}.form-group{margin-bottom:18px}label{display:block;margin-bottom:8px;font-size:14px;font-weight:700;color:#111827}input,select,textarea{width:100%;min-height:50px;border:1px solid #e5e7eb;border-radius:14px;padding:14px;font-size:14px;background:#fff;transition:.25s ease}textarea{min-height:120px;resize:vertical}input:focus,select:focus,textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f}@media(max-width:768px){.btn{width:100%}.card{padding:18px;border-radius:16px}input,select,textarea{font-size:16px}}.table-responsive{width:100%;overflow-x:auto;border-radius:var(--radius-md)}table{width:100%;border-collapse:collapse;background:#fff;border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-sm)}thead{background:linear-gradient(180deg,#fff,#f8fafc)}thead th{padding:18px 16px;text-align:left;font-size:12px;text-transform:uppercase;letter-spacing:.5px;font-weight:800;color:var(--gray);border-bottom:1px solid var(--border)}tbody tr{border-bottom:1px solid #f1f5f9;transition:var(--transition)}tbody tr:last-child{border-bottom:none}tbody tr:hover{background:#2563eb08}tbody td{padding:18px 16px;vertical-align:middle;font-size:14px;color:var(--dark)}.table-actions{display:flex;flex-wrap:wrap;gap:8px}.table-actions form{margin:0}.no-data{text-align:center;padding:60px 20px}.no-data-icon{font-size:70px;opacity:.15;margin-bottom:14px}.no-data h3{color:var(--gray)}.pagination-wrapper{margin-top:24px;display:flex;justify-content:center}@media(max-width:992px){.table-actions{flex-direction:column}.table-actions .btn{width:100%}}@media(max-width:768px){table,thead,tbody,th,td,tr{display:block}thead{display:none}tbody tr{background:#fff;border-radius:var(--radius-md);padding:16px;margin-bottom:16px;border:1px solid var(--border);box-shadow:var(--shadow-sm)}tbody td{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;border:none;padding:10px 0;text-align:right}tbody td:before{content:attr(data-label);font-weight:700;color:var(--dark);text-align:left}.table-actions{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.table-actions .btn{width:100%}}@media(max-width:480px){tbody td{flex-direction:column;align-items:flex-start;gap:6px;text-align:left}tbody td:before{font-size:12px;opacity:.8}.table-actions{grid-template-columns:1fr}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #2563eb;--primary-dark: #1d4ed8;--success: #16a34a;--danger: #dc2626;--warning: #f59e0b;--purple: #7c3aed;--cyan: #0891b2;--dark: #111827;--gray: #6b7280;--light: #f4f7fb;--white: #ffffff;--border: #eef2f7;--shadow-sm: 0 4px 12px rgba(0,0,0,.05);--shadow-md: 0 8px 24px rgba(0,0,0,.08);--shadow-lg: 0 14px 40px rgba(0,0,0,.12);--radius-sm: 12px;--radius-md: 18px;--radius-lg: 24px;--transition: .25s ease}html{scroll-behavior:smooth}body{background:var(--light);color:var(--dark);font-family:Inter,Arial,sans-serif;line-height:1.5;overflow-x:hidden;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}h1,h2,h3,h4,h5,h6{margin:0;line-height:1.2;font-weight:800;color:var(--dark)}p{margin:0}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}ul,ol{list-style:none;padding:0;margin:0}button{font-family:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}::-webkit-scrollbar-track{background:transparent}.container-fluid{width:100%;padding-left:16px;padding-right:16px}.mt-10{margin-top:10px}.mt-20{margin-top:20px}.mt-30{margin-top:30px}.mb-10{margin-bottom:10px}.mb-20{margin-bottom:20px}.mb-30{margin-bottom:30px}.text-muted{color:var(--gray)}.gap-10{gap:10px}.gap-20{gap:20px}@media(max-width:768px){body{font-size:14px}.container-fluid{padding-left:12px;padding-right:12px}}.driver-dashboard{display:flex;flex-direction:column;gap:22px}.driver-hero{background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:28px;padding:24px;color:#fff;box-shadow:0 20px 50px #2563eb40}.driver-hero-top{display:flex;justify-content:space-between;align-items:center;gap:16px}.driver-profile{display:flex;align-items:center;gap:16px}.driver-avatar-xl{width:74px;height:74px;border-radius:50%;background:#ffffff29;display:flex;align-items:center;justify-content:center;font-size:26px;font-weight:800}.driver-name{font-size:24px;font-weight:800}.driver-phone{margin-top:6px;opacity:.85}.driver-meta{margin-top:8px;font-size:14px}.live-badge{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;font-size:13px;font-weight:700}.live-badge.online{background:#22c55e2e}.live-badge.busy{background:#ef44442e}.live-dot{width:10px;height:10px;border-radius:50%;background:#22c55e}.hero-gps{margin-top:18px}.gps-pill{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:14px;font-size:13px;font-weight:700}.gps-pill.active{background:#ffffff29}.gps-pill.inactive{background:#ef44442e}.quick-actions-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.quick-action-card{display:flex;align-items:center;gap:14px;background:#fff;border-radius:22px;padding:18px;box-shadow:0 8px 24px #0000000d;transition:.25s ease}.quick-action-card:hover{transform:translateY(-3px)}.quick-action-icon{width:54px;height:54px;border-radius:18px;display:flex;align-items:center;justify-content:center;font-size:24px;color:#fff}.quick-action-icon.blue{background:linear-gradient(135deg,#2563eb,#1d4ed8)}.quick-action-icon.green{background:linear-gradient(135deg,#16a34a,#15803d)}.quick-action-icon.orange{background:linear-gradient(135deg,#f59e0b,#d97706)}.quick-action-icon.purple{background:linear-gradient(135deg,#7c3aed,#6d28d9)}.quick-action-title{font-size:15px;font-weight:800;color:#111827}.quick-action-subtitle{margin-top:4px;font-size:12px;color:#6b7280}.driver-stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.driver-stat-card{background:#fff;border-radius:24px;padding:22px;text-align:center;box-shadow:0 8px 24px #0000000d}.stat-icon{width:56px;height:56px;margin:0 auto 16px;border-radius:18px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px}.stat-icon.blue{background:#2563eb}.stat-icon.green{background:#16a34a}.stat-icon.orange{background:#f59e0b}.stat-icon.purple{background:#7c3aed}.stat-value{font-size:28px;font-weight:800;color:#111827}.stat-label{margin-top:8px;font-size:13px;color:#6b7280}.recent-orders-card{background:#fff;border-radius:26px;padding:22px;box-shadow:0 8px 24px #0000000d}.section-title-row{margin-bottom:18px}.section-title-row h2{font-size:20px;font-weight:800}.recent-orders-list{display:flex;flex-direction:column;gap:14px}.recent-order-item{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:16px;border-radius:18px;background:#f8fafc}.recent-order-left{display:flex;align-items:center;gap:12px}.recent-order-avatar{width:48px;height:48px;border-radius:16px;background:#2563eb;color:#fff;display:flex;align-items:center;justify-content:center}.recent-order-ref{font-size:15px;font-weight:800}.recent-order-client{margin-top:4px;font-size:13px;color:#6b7280}.recent-order-price{font-size:15px;font-weight:800;text-align:right}.recent-order-right{display:flex;flex-direction:column;align-items:flex-end;gap:8px}@media(max-width:768px){.driver-hero-top{flex-direction:column;align-items:flex-start}.quick-actions-grid,.driver-stats-grid{grid-template-columns:1fr}.recent-order-item{flex-direction:column;align-items:flex-start}.recent-order-right{width:100%;align-items:flex-start}}.client-order-page{max-width:700px;margin:auto;padding:20px}.client-order-hero{margin-bottom:25px}.hero-badge{display:inline-block;background:#eff6ff;color:#2563eb;padding:10px 16px;border-radius:999px;font-weight:700;margin-bottom:18px}.client-order-hero h1{font-size:34px;font-weight:900;margin-bottom:10px}.client-order-hero p{color:#6b7280}.client-order-form{display:flex;flex-direction:column;gap:20px}.client-card,.pricing-card,.gps-status-card{background:#fff;border-radius:24px;padding:22px;box-shadow:0 10px 30px #0000000d}.gps-status-card{display:flex;gap:16px;align-items:center}.gps-icon{width:60px;height:60px;border-radius:18px;background:#eff6ff;display:flex;align-items:center;justify-content:center;font-size:26px}.gps-title{font-weight:800}.gps-subtitle{color:#6b7280;margin-top:5px}.client-label{display:block;font-size:15px;font-weight:800;margin-bottom:18px}.client-input{width:100%;border:2px solid #e5e7eb;border-radius:18px;padding:16px;font-size:15px}.choice-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.choice-card{cursor:pointer}.choice-card input{display:none}.choice-content{border:2px solid #e5e7eb;border-radius:24px;padding:25px;text-align:center;transition:.25s ease;min-height:160px;display:flex;flex-direction:column;justify-content:center}.choice-card input:checked+.choice-content{border-color:#2563eb;background:#eff6ff;transform:translateY(-2px);box-shadow:0 12px 24px #2563eb26}.choice-card input:checked+.choice-content.vip{border-color:#f59e0b;background:#fff7ed}.choice-icon{font-size:38px;margin-bottom:16px}.choice-title{font-size:16px;font-weight:800;margin-bottom:8px}.choice-subtitle{color:#6b7280;font-size:13px}.pricing-header{font-size:18px;font-weight:800;margin-bottom:20px}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.pricing-item{background:#f9fafb;border-radius:18px;padding:18px;text-align:center}.pricing-label{color:#6b7280;font-size:13px;margin-bottom:8px}.pricing-value{font-size:20px;font-weight:900}.pricing-value.green{color:#16a34a}.pricing-status{margin-top:18px;text-align:center;font-weight:700}.client-submit-btn{border:none;background:#2563eb;color:#fff;border-radius:22px;padding:20px;font-size:18px;font-weight:800;cursor:pointer;transition:.25s ease}.client-submit-btn:hover{transform:translateY(-2px);box-shadow:0 15px 30px #2563eb40}@media(max-width:768px){.choice-grid,.pricing-grid{grid-template-columns:1fr}.client-order-hero h1{font-size:28px}}.estimate-action{margin-top:20px}.estimate-btn{width:100%;border:none;border-radius:14px;padding:14px;background:#ff7900;color:#fff;font-size:16px;font-weight:700;cursor:pointer;transition:.3s}.estimate-btn:hover{opacity:.9}.modern-driver-card{background:#fff;border-radius:24px;padding:22px;margin-top:20px;box-shadow:0 10px 30px #00000014;display:flex;align-items:center;gap:18px;animation:driverCard .4s ease}@keyframes driverCard{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.driver-photo-wrapper{position:relative}.driver-photo{width:88px;height:88px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:4px solid #ff7900}.driver-online-dot{position:absolute;right:6px;bottom:8px;width:18px;height:18px;border-radius:50%;background:#22c55e;border:3px solid white}.modern-driver-info{flex:1}.driver-top{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.modern-driver-name{font-size:20px;font-weight:800;color:#111827}.driver-role{color:#6b7280;font-size:13px;margin-top:3px}.driver-badge{background:#fff7ed;color:#ff7900;padding:6px 12px;border-radius:999px;font-size:13px;font-weight:700}.driver-contact-row{margin-top:14px}.driver-contact-item{display:flex;align-items:center;gap:8px;font-size:15px;color:#374151}.modern-status{margin-top:14px;display:inline-flex;align-items:center;gap:8px;background:#ecfdf5;color:#059669;padding:8px 14px;border-radius:999px;font-size:13px;font-weight:700}.driver-actions{display:flex;gap:12px;margin-top:18px}.call-driver-btn{flex:1;background:#ff7900;color:#fff;text-decoration:none;padding:12px;border-radius:14px;text-align:center;font-weight:700;transition:.3s}.call-driver-btn:hover{opacity:.9}.chat-driver-btn{flex:1;border:none;background:#f3f4f6;color:#111827;border-radius:14px;font-weight:700;cursor:pointer;padding:12px}@media(max-width:768px){.modern-driver-card{flex-direction:column;text-align:center}.driver-top{flex-direction:column;align-items:center}.driver-actions{width:100%;flex-direction:column}}.auth-wrapper{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px}.auth-card{width:100%;max-width:460px;background:#fff;border-radius:32px;padding:40px 35px;box-shadow:0 20px 60px #00000014;position:relative;overflow:hidden}.auth-logo{width:90px;height:90px;border-radius:24px;background:linear-gradient(135deg,#f97316,#ea580c);display:flex;align-items:center;justify-content:center;margin:auto;font-size:42px;color:#fff;box-shadow:0 10px 30px #f9731659}.auth-title{text-align:center;font-size:32px;font-weight:800;color:#0f172a;margin-top:24px;line-height:1.2}.auth-subtitle{text-align:center;color:#64748b;margin-top:10px;margin-bottom:35px;font-size:15px;line-height:1.5}.auth-label{font-size:14px;font-weight:700;color:#334155;margin-bottom:8px;display:block}.auth-input{width:100%;border-radius:16px;border:1px solid #e2e8f0;padding:15px 18px;font-size:15px;transition:all .3s ease;background:#fff}.auth-input:focus{outline:none;border-color:#f97316;box-shadow:0 0 0 4px #f973161f}.auth-btn{width:100%;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;border:none;border-radius:16px;padding:16px;font-size:16px;font-weight:700;margin-top:24px;transition:all .3s ease;cursor:pointer}.auth-btn:hover{transform:translateY(-2px);box-shadow:0 12px 25px #f9731640}.auth-links{display:flex;justify-content:space-between;align-items:center;margin-top:22px;gap:12px;flex-wrap:wrap}.auth-link{color:#f97316;font-size:14px;font-weight:600;text-decoration:none}.auth-link:hover{color:#ea580c}.auth-footer{margin-top:28px;text-align:center;font-size:13px;color:#94a3b8;line-height:1.7}@media(max-width:640px){.auth-wrapper{padding:14px}.auth-card{border-radius:26px;padding:30px 22px}.auth-logo{width:72px;height:72px;font-size:34px;border-radius:20px}.auth-title{font-size:28px;margin-top:20px}.auth-subtitle{font-size:14px;margin-bottom:28px}.auth-input{padding:14px 16px;font-size:16px}.auth-btn{padding:15px;font-size:15px}.auth-links{flex-direction:column;align-items:center;gap:14px}.auth-footer{font-size:12px;margin-top:24px}}*{box-sizing:border-box}body{margin:0;padding:0;background:linear-gradient(135deg,#fff7ed,#ffedd5);font-family:Figtree,sans-serif}.register-wrapper{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px}.register-card{width:100%;max-width:500px;background:#fff;border-radius:32px;padding:40px 35px;box-shadow:0 20px 60px #00000014;position:relative;overflow:hidden}.register-logo{width:90px;height:90px;border-radius:24px;background:linear-gradient(135deg,#f97316,#ea580c);display:flex;align-items:center;justify-content:center;margin:auto;font-size:42px;color:#fff;box-shadow:0 10px 30px #f9731659}.register-title{text-align:center;font-size:32px;font-weight:800;color:#0f172a;margin-top:24px;line-height:1.2}.register-subtitle{text-align:center;color:#64748b;margin-top:10px;margin-bottom:35px;font-size:15px;line-height:1.5}.register-label{font-size:14px;font-weight:700;color:#334155;margin-bottom:8px;display:block}.register-input{width:100%;border-radius:16px;border:1px solid #e2e8f0;padding:15px 18px;font-size:15px;transition:all .3s ease;background:#fff}.register-input:focus{outline:none;border-color:#f97316;box-shadow:0 0 0 4px #f973161f}.register-btn{width:100%;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;border:none;border-radius:16px;padding:16px;font-size:16px;font-weight:700;margin-top:24px;transition:all .3s ease;cursor:pointer}.register-btn:hover{transform:translateY(-2px);box-shadow:0 12px 25px #f9731640}.register-links{display:flex;justify-content:center;align-items:center;margin-top:22px}.register-link{color:#f97316;font-size:14px;font-weight:600;text-decoration:none}.register-link:hover{color:#ea580c}.register-footer{margin-top:28px;text-align:center;font-size:13px;color:#94a3b8;line-height:1.7}@media(max-width:640px){.register-wrapper{padding:14px}.register-card{border-radius:26px;padding:30px 22px}.register-logo{width:72px;height:72px;font-size:34px;border-radius:20px}.register-title{font-size:28px;margin-top:20px}.register-subtitle{font-size:14px;margin-bottom:28px}.register-input{padding:14px 16px;font-size:16px}.register-btn{padding:15px;font-size:15px}.register-footer{font-size:12px;margin-top:24px}}.sidebar{position:fixed;top:0;left:0;width:260px;height:100vh;background:linear-gradient(180deg,#0f172a,#1e293b);color:#e2e8f0;padding:0 0 20px;overflow-y:auto;z-index:1000;transition:transform .3s ease;display:flex;flex-direction:column}.sidebar::-webkit-scrollbar{width:4px}.sidebar::-webkit-scrollbar-thumb{background:#475569;border-radius:2px}.sidebar-header{padding:20px 20px 16px;border-bottom:1px solid rgba(255,255,255,.06);display:flex;justify-content:space-between;align-items:center}.sidebar-header h2{margin:0;font-size:20px;font-weight:800;color:#fff}.sidebar-close{display:none;background:none;border:none;color:#94a3b8;font-size:20px;cursor:pointer;padding:4px 8px;border-radius:6px;transition:all .2s}.sidebar-close:hover{background:#ffffff1a;color:#fff}.sidebar-link{display:flex;align-items:center;gap:12px;padding:10px 20px;color:#94a3b8;text-decoration:none;transition:all .2s ease;border-left:3px solid transparent;font-size:14px;font-weight:500}.sidebar-link:hover{background:#ffffff0d;color:#fff;border-left-color:#2563eb}.sidebar-link.active{background:#2563eb26;color:#fff;border-left-color:#2563eb}.sidebar-icon{font-size:18px;width:28px;text-align:center}.sidebar-title{padding:16px 20px 8px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#64748b}.sidebar-divider{height:1px;background:#ffffff0f;margin:8px 20px}.sidebar-user{display:flex;align-items:center;gap:12px;padding:16px 20px;margin-top:auto;border-top:1px solid rgba(255,255,255,.06);background:#0003}.sidebar-user-avatar{width:40px;height:40px;min-width:40px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700}.sidebar-user-info{flex:1;min-width:0}.sidebar-user-name{font-size:14px;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-user-role{font-size:11px;color:#94a3b8}.sidebar-actions{padding:12px 20px 0;display:flex;flex-direction:column;gap:8px}.btn-profile{display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 16px;background:#ffffff14;color:#e2e8f0;border:1px solid rgba(255,255,255,.06);border-radius:8px;text-decoration:none;font-size:13px;font-weight:500;transition:all .2s ease}.btn-profile:hover{background:#ffffff26;color:#fff}.logout-form{margin:0}.btn-logout{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 16px;background:#ef444426;color:#f87171;border:1px solid rgba(239,68,68,.2);border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-logout:hover{background:#ef444440;color:#fff}.content{margin-left:260px;padding:24px 28px;min-height:100vh;background:#f8fafc;transition:margin-left .3s ease}.mobile-topbar{display:none;position:fixed;top:0;left:0;right:0;z-index:999;padding:12px 16px;background:#0f172a;color:#fff;border-bottom:1px solid rgba(255,255,255,.06)}.mobile-left{display:flex;align-items:center;gap:12px}.menu-btn{background:none;border:none;color:#fff;font-size:24px;cursor:pointer;padding:4px 8px}.mobile-logo{font-size:18px;font-weight:700}.mobile-overlay{display:none;position:fixed;inset:0;background:#00000080;z-index:998}.mobile-overlay.show{display:block}@media(max-width:768px){.sidebar{transform:translate(-100%)}.sidebar.open{transform:translate(0)}.sidebar-close,.mobile-topbar{display:block}.content{margin-left:0;padding:80px 16px 24px}.mobile-overlay.show{display:block}}@media(prefers-reduced-motion:reduce){.sidebar,.mobile-overlay{transition:none!important}}.alert{display:flex;align-items:center;gap:14px;padding:14px 20px;margin-bottom:16px;border-radius:12px;font-weight:500;font-size:14px;position:relative;background:#fff;box-shadow:0 1px 3px #0000000f}.alert-success{border-left:4px solid #10b981;color:#065f46}.alert-success .alert-icon{color:#10b981}.alert-danger{border-left:4px solid #ef4444;color:#991b1b}.alert-danger .alert-icon{color:#ef4444}.alert-text{flex:1}.alert-list{margin:6px 0 0;padding-left:20px;font-size:13px}.alert-close{background:none;border:none;font-size:18px;cursor:pointer;opacity:.5;transition:all .2s ease;padding:4px 8px;border-radius:6px;color:inherit}.alert-close:hover{opacity:1;background:#0000000d}.pagination-custom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;padding:20px 24px;background:#fff;border-radius:16px;margin-top:24px;box-shadow:0 2px 15px #0000000a}.pagination-info{font-size:13px;color:#6b7280;font-weight:500}.pagination-nav{display:flex;align-items:center;gap:8px}.pagination-numbers{display:flex;align-items:center;gap:4px}.pagination-number{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:38px;padding:0 8px;border-radius:10px;font-size:14px;font-weight:600;color:#6b7280;text-decoration:none;transition:all .2s ease;background:transparent}.pagination-number:hover{background:#f3f4f6;color:#1f2937}.pagination-active{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff!important;box-shadow:0 4px 12px #2563eb40}.pagination-dots{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:38px;font-size:14px;color:#9ca3af;font-weight:600}.pagination-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:10px;font-size:13px;font-weight:600;color:#6b7280;text-decoration:none;transition:all .2s ease;border:1px solid #e5e7eb}.pagination-btn:hover{background:#f3f4f6;color:#1f2937;border-color:#d1d5db}.pagination-disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.pagination-prev,.pagination-next{border-radius:10px}@media(max-width:768px){.pagination-custom{flex-direction:column;align-items:center;text-align:center;gap:12px;padding:16px}.pagination-btn span{display:none}.pagination-btn{padding:8px 12px}}@media(max-width:576px){.pagination-number{min-width:34px;height:34px;font-size:13px}.pagination-btn{padding:8px 10px}}.orders-hero{background:linear-gradient(135deg,#1e40af,#1d4ed8,#3b82f6);border-radius:16px;padding:28px 32px;color:#fff;margin-bottom:24px;position:relative;overflow:hidden}.orders-hero:before{content:"";position:absolute;top:-50%;right:-20%;width:300px;height:300px;background:#ffffff0d;border-radius:50%;pointer-events:none}.orders-hero:after{content:"";position:absolute;bottom:-40%;left:-10%;width:250px;height:250px;background:#ffffff08;border-radius:50%;pointer-events:none}.orders-hero-top{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:16px;position:relative;z-index:1}.orders-badge{display:inline-block;background:#ffffff26;padding:4px 14px;border-radius:20px;font-size:12px;font-weight:500;letter-spacing:.03em;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);margin-bottom:4px}.orders-hero-title{font-size:28px;font-weight:700;margin:0;color:#fff}.orders-hero-subtitle{font-size:14px;opacity:.85;margin-top:2px;color:#fff}.hero-actions{display:flex;gap:10px;flex-wrap:wrap}.hero-actions .btn-light{background:#ffffff26;color:#fff;border:1px solid rgba(255,255,255,.2);padding:10px 24px;border-radius:10px;font-weight:500;text-decoration:none;transition:all .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:inline-flex;align-items:center;gap:8px}.hero-actions .btn-light:hover{background:#ffffff40;transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.orders-hero-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:16px;margin-top:24px;padding-top:20px;border-top:1px solid rgba(255,255,255,.12);position:relative;z-index:1}.hero-stat-card{display:flex;align-items:center;gap:12px;background:#ffffff14;padding:14px 18px;border-radius:12px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:all .3s ease;border:1px solid rgba(255,255,255,.05)}.hero-stat-card:hover{background:#ffffff26;transform:translateY(-2px);box-shadow:0 4px 20px #0000001a}.hero-stat-icon{font-size:22px;opacity:.9}.hero-stat-icon.blue{color:#93c5fd}.hero-stat-icon.green{color:#86efac}.hero-stat-icon.orange{color:#fdba74}.hero-stat-icon.purple{color:#c4b5fd}.hero-stat-value{font-size:20px;font-weight:700;line-height:1.2;color:#fff}.hero-stat-sm{font-size:16px}.hero-stat-label{font-size:11px;opacity:.75;color:#fff;text-transform:uppercase;letter-spacing:.03em}.text-super-admin{color:#fcd34d}.text-admin{color:#93c5fd}.text-manager{color:#fdba74}.text-disponible{color:#86efac}.text-muted-hero{opacity:.7}.alert{padding:16px 20px;border-radius:12px;margin-bottom:20px;display:flex;align-items:center;gap:12px;border-left:4px solid}.alert-success{background:#f0fdf4;border-left-color:#22c55e;color:#166534}.alert-danger{background:#fef2f2;border-left-color:#ef4444;color:#991b1b}.alert-icon{font-size:20px;flex-shrink:0}.alert-text{flex:1;font-size:14px}.alert-close{background:none;border:none;font-size:18px;color:#9ca3af;cursor:pointer;padding:0 4px;transition:color .2s}.alert-close:hover{color:#4b5563}.card{background:#fff;border-radius:16px;box-shadow:0 1px 3px #0000000f;overflow:hidden;margin-bottom:24px}.detail-card{border:1px solid #f1f5f9}.detail-card-livreur{border-left:4px solid #22c55e}.detail-card-header{padding:16px 24px;background:#f8fafc;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.detail-header-livreur{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-bottom-color:#86efac}.detail-card-header-left{display:flex;align-items:center;gap:10px}.detail-card-icon{font-size:20px}.detail-card-title{font-size:16px;font-weight:600;color:#0f172a}.detail-card-badge{padding:4px 14px;border-radius:20px;font-size:12px;font-weight:500;background:#e2e8f0;color:#475569}.detail-card-body{padding:24px}.detail-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;margin-bottom:24px}.detail-item{display:flex;align-items:flex-start;gap:14px;padding:14px 16px;background:#f8fafc;border-radius:12px;transition:all .2s ease;border:1px solid transparent}.detail-item:hover{background:#f1f5f9;border-color:#e2e8f0}.detail-item-icon{font-size:20px;flex-shrink:0;margin-top:2px}.detail-item-content{flex:1;min-width:0}.detail-item-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:#94a3b8;margin-bottom:2px}.detail-item-value{font-size:15px;font-weight:500;color:#0f172a;word-break:break-word}.detail-value-highlight{font-size:18px;font-weight:700}.detail-value-green{color:#16a34a}.detail-value-orange{color:#d97706}.detail-value-blue{color:#2563eb}.detail-value-red{color:#dc2626}.detail-date-ago{font-size:12px;font-weight:400;color:#94a3b8;display:block}.link-telephone{color:#2563eb;text-decoration:none;transition:color .2s}.link-telephone:hover{color:#1d4ed8;text-decoration:underline}.text-muted{color:#94a3b8!important}.badge{display:inline-flex;align-items:center;gap:4px;padding:4px 14px;border-radius:20px;font-size:12px;font-weight:600;white-space:nowrap}.badge-success{background:#dcfce7;color:#16a34a}.badge-warning{background:#fef3c7;color:#d97706}.badge-danger{background:#fee2e2;color:#dc2626}.badge-secondary{background:#f1f5f9;color:#475569}.badge-primary{background:#dbeafe;color:#2563eb}.info-box{display:flex;align-items:flex-start;gap:16px;padding:20px 24px;border-radius:12px;margin-bottom:24px;border-left:4px solid}.info-box-warning{background:#fffbeb;border-left-color:#f59e0b}.info-box-icon{font-size:24px;flex-shrink:0}.info-box-content{flex:1}.info-box-title{font-size:16px;font-weight:600;color:#92400e;margin-bottom:4px}.info-box-text{font-size:14px;color:#78350f;margin:0 0 12px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;border-radius:10px;font-weight:500;font-size:14px;border:none;cursor:pointer;transition:all .3s ease;text-decoration:none;white-space:nowrap}.btn-primary{background:#2563eb;color:#fff}.btn-primary:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 4px 15px #2563eb59}.btn-submit{background:#2563eb;color:#fff}.btn-submit:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 4px 15px #2563eb59}.btn-cancel{background:#f1f5f9;color:#475569}.btn-cancel:hover{background:#e2e8f0;transform:translateY(-2px)}.btn-warning{background:#f59e0b;color:#fff}.btn-warning:hover{background:#d97706;transform:translateY(-2px)}.btn-xs{padding:6px 14px;font-size:12px;border-radius:8px}.btn-sm{padding:8px 16px;font-size:13px}.btn-icon{font-size:16px}.detail-actions{display:flex;flex-wrap:wrap;gap:12px;padding-top:20px;border-top:1px solid #f1f5f9}.fcm-token-text{font-size:11px;color:#64748b;font-family:monospace;background:#f1f5f9;padding:2px 8px;border-radius:4px;margin-top:2px;word-break:break-all}.gps-coords-small{font-size:13px;font-family:monospace;color:#475569;display:block;line-height:1.4}.gps-time{font-size:11px;color:#94a3b8;margin-top:2px}@media(max-width:992px){.orders-hero{padding:20px 24px}.orders-hero-top{flex-direction:column}.hero-actions{width:100%}.hero-actions .btn-light{flex:1;justify-content:center}.orders-hero-stats{grid-template-columns:repeat(2,1fr);gap:12px}.detail-grid{grid-template-columns:1fr 1fr;gap:14px}}@media(max-width:768px){.orders-hero{padding:16px 18px}.orders-hero-title{font-size:22px}.orders-hero-stats{grid-template-columns:1fr 1fr;gap:10px}.hero-stat-card{padding:10px 14px}.hero-stat-value{font-size:16px}.hero-stat-sm{font-size:14px}.detail-grid{grid-template-columns:1fr;gap:12px}.detail-card-body{padding:16px}.detail-actions{flex-direction:column}.detail-actions .btn{width:100%;justify-content:center}}@media(max-width:576px){.orders-hero-stats{grid-template-columns:1fr 1fr;gap:8px}.hero-stat-card{padding:8px 12px}.hero-stat-icon{font-size:18px}.hero-stat-value{font-size:14px}.orders-hero-title{font-size:20px}.detail-item{padding:12px 14px}.detail-item-value{font-size:14px}}.rapport-dashboard{--rapport-primary: #2563eb;--rapport-primary-light: #60a5fa;--rapport-primary-dark: #1d4ed8;--rapport-primary-bg: #eff6ff;--rapport-success: #22c55e;--rapport-warning: #f59e0b;--rapport-danger: #ef4444;--rapport-info: #3b82f6;--rapport-gray-50: #f8fafc;--rapport-gray-100: #f1f5f9;--rapport-gray-200: #e2e8f0;--rapport-gray-300: #cbd5e1;--rapport-gray-400: #94a3b8;--rapport-gray-500: #64748b;--rapport-gray-600: #475569;--rapport-gray-700: #334155;--rapport-gray-800: #1e293b;--rapport-gray-900: #0f172a;--rapport-shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--rapport-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1);--rapport-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1);--rapport-radius-sm: 8px;--rapport-radius-md: 12px;--rapport-radius-lg: 16px}.rapport-dashboard .orders-hero{background:linear-gradient(135deg,#1e40af,#3b82f6,#2563eb);border-radius:var(--rapport-radius-lg);padding:30px;margin-bottom:24px;color:#fff;box-shadow:var(--rapport-shadow-lg);position:relative;overflow:hidden}.rapport-dashboard .orders-hero:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.08) 0%,transparent 70%);animation:rapportHeroGlow 15s ease-in-out infinite}@keyframes rapportHeroGlow{0%,to{transform:translate(0)}50%{transform:translate(-25%,-25%)}}.rapport-dashboard .orders-hero-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:25px;position:relative;z-index:1;flex-wrap:wrap;gap:20px}.rapport-dashboard .orders-badge{display:inline-block;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:6px 14px;border-radius:20px;font-size:12px;font-weight:600;letter-spacing:.5px;margin-bottom:10px;text-transform:uppercase}.rapport-dashboard .orders-hero-title{font-size:28px;font-weight:800;margin:0 0 5px;line-height:1.2}.rapport-dashboard .orders-hero-subtitle{font-size:14px;opacity:.9;font-weight:400}.rapport-dashboard .hero-actions{display:flex;gap:12px;flex-wrap:wrap;position:relative;z-index:1}.rapport-dashboard .btn-hero-outline{background:#ffffff1a;border:1px solid rgba(255,255,255,.3);color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.rapport-dashboard .btn-hero-outline:hover{background:#fff3;border-color:#ffffff80;transform:translateY(-2px);box-shadow:0 10px 25px #0003}.rapport-dashboard .orders-hero-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:15px;position:relative;z-index:1}.rapport-dashboard .hero-stat-card{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--rapport-radius-md);padding:18px;display:flex;align-items:center;gap:15px;transition:all .3s ease;border:1px solid rgba(255,255,255,.2)}.rapport-dashboard .hero-stat-card:hover{background:#ffffff40;transform:translateY(-3px);box-shadow:0 10px 30px #0003}.rapport-dashboard .hero-stat-icon{font-size:28px;flex-shrink:0;animation:rapportStatIconFloat 3s ease-in-out infinite}@keyframes rapportStatIconFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.rapport-dashboard .hero-stat-value{font-size:22px;font-weight:800;line-height:1.2;margin-bottom:2px}.rapport-dashboard .hero-stat-label{font-size:12px;opacity:.9;font-weight:500}.rapport-dashboard .filters-bar{background:#fff;border-radius:var(--rapport-radius-md);padding:20px;margin-bottom:24px;box-shadow:var(--rapport-shadow-sm);border:1px solid var(--rapport-gray-200)}.rapport-dashboard .filters-form{display:flex;gap:15px;align-items:flex-end;flex-wrap:wrap}.rapport-dashboard .filter-select-group{flex:1;min-width:150px}.rapport-dashboard .filter-select-label{display:block;font-size:12px;font-weight:600;color:var(--rapport-gray-600);margin-bottom:6px;text-transform:uppercase;letter-spacing:.5px}.rapport-dashboard .filter-select{width:100%;padding:10px 12px;border:1px solid var(--rapport-gray-300);border-radius:var(--rapport-radius-sm);font-size:14px;transition:all .3s ease;background:#fff}.rapport-dashboard .filter-select:focus{outline:none;border-color:var(--rapport-primary);box-shadow:0 0 0 3px #2563eb1a}.rapport-dashboard .filter-actions{display:flex;gap:10px;flex-shrink:0}.rapport-dashboard .btn-filter{padding:10px 16px;white-space:nowrap}.rapport-dashboard .card{background:#fff;border-radius:var(--rapport-radius-md);box-shadow:var(--rapport-shadow-sm);border:1px solid var(--rapport-gray-200);overflow:hidden;transition:all .3s ease;margin-bottom:1.5rem}.rapport-dashboard .card:hover{box-shadow:var(--rapport-shadow-md)}.rapport-dashboard .card-header{padding:16px 20px;background:#f0f7ff;border-bottom:1px solid #dbeafe;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px}.rapport-dashboard .detail-card-header-left{display:flex;align-items:center;gap:10px}.rapport-dashboard .detail-card-icon{font-size:20px}.rapport-dashboard .detail-card-title{font-size:15px;font-weight:700;color:var(--rapport-primary-dark)}.rapport-dashboard .detail-card-badge{background:var(--rapport-primary-bg);color:var(--rapport-primary);padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600}.rapport-dashboard .table-responsive{overflow-x:auto}.rapport-dashboard .table-responsive table{width:100%;border-collapse:collapse}.rapport-dashboard .table-responsive thead th{background:#f0f7ff;color:var(--rapport-primary-dark);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;padding:12px 16px;text-align:left;border-bottom:1px solid #dbeafe}.rapport-dashboard .table-responsive tbody td{padding:12px 16px;border-bottom:1px solid var(--rapport-gray-100);font-size:13px;color:var(--rapport-gray-800)}.rapport-dashboard .table-responsive tbody tr:hover{background:#f0f7ff}.rapport-dashboard .table-responsive tbody tr:last-child td{border-bottom:none}.rapport-dashboard .badge{display:inline-block;padding:4px 10px;border-radius:20px;font-size:11px;font-weight:700;text-align:center}.rapport-dashboard .badge-primary{background:var(--rapport-primary-bg);color:var(--rapport-primary)}.rapport-dashboard .statut-badge-compact{display:inline-block;padding:4px 10px;border-radius:20px;font-size:11px;font-weight:600}.rapport-dashboard .badge-vehicule{background:var(--rapport-gray-100);color:var(--rapport-gray-700)}.rapport-dashboard .badge-success{background:#dcfce7;color:#16a34a}.rapport-dashboard .badge-warning{background:#fef3c7;color:#d97706}.rapport-dashboard .courses-badge{font-weight:700;color:var(--rapport-primary)}.rapport-dashboard .revenu-badge{font-weight:600;color:var(--rapport-primary)}.rapport-dashboard .note-badge{font-weight:600;color:#f59e0b}.rapport-dashboard .livreur-name-compact{font-weight:600;color:var(--rapport-gray-900)}.rapport-dashboard .livreur-id-compact{font-size:11px;color:var(--rapport-gray-400)}.rapport-dashboard .telephone-link{color:var(--rapport-primary);text-decoration:none;transition:all .3s ease}.rapport-dashboard .telephone-link:hover{color:var(--rapport-primary-dark);text-decoration:underline}.rapport-dashboard .stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.rapport-dashboard .stat-item{display:flex;align-items:center;gap:12px;padding:12px;background:#f0f7ff;border-radius:var(--rapport-radius-sm);transition:all .3s ease}.rapport-dashboard .stat-item:hover{background:var(--rapport-primary-bg);transform:translate(3px)}.rapport-dashboard .stat-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0;box-shadow:0 0 0 3px #0000000d}.rapport-dashboard .dot-disponible{background:var(--rapport-success)}.rapport-dashboard .dot-occupe{background:var(--rapport-warning)}.rapport-dashboard .dot-inactif{background:var(--rapport-danger)}.rapport-dashboard .dot-total{background:var(--rapport-primary)}.rapport-dashboard .stat-number{font-size:18px;font-weight:700;color:var(--rapport-primary-dark);line-height:1.2}.rapport-dashboard .stat-label{font-size:11px;color:var(--rapport-gray-500);font-weight:500}.rapport-dashboard .type-legend{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.rapport-dashboard .legend-item{display:flex;align-items:center;gap:8px;font-size:13px;padding:6px 12px;background:#f0f7ff;border-radius:20px;transition:all .3s ease}.rapport-dashboard .legend-item:hover{background:var(--rapport-primary-bg);transform:scale(1.05)}.rapport-dashboard .legend-color{width:12px;height:12px;border-radius:3px;box-shadow:0 2px 4px #0000001a}.rapport-dashboard .legend-label{color:var(--rapport-gray-600);font-weight:500}.rapport-dashboard .legend-value{font-weight:700;color:var(--rapport-primary-dark)}.rapport-dashboard .quartier-list{padding:4px 0}.rapport-dashboard .quartier-section-title{font-size:12px;font-weight:700;color:var(--rapport-primary-dark);margin:0 0 10px;text-transform:uppercase;letter-spacing:.5px;display:flex;align-items:center;gap:6px}.rapport-dashboard .quartier-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #dbeafe;transition:all .3s ease}.rapport-dashboard .quartier-item:hover{padding-left:8px;background:#f0f7ff;border-radius:4px}.rapport-dashboard .quartier-item:last-child{border-bottom:none}.rapport-dashboard .quartier-name{font-size:13px;color:var(--rapport-gray-800);font-weight:500}.rapport-dashboard .quartier-count{font-size:12px;font-weight:600;color:var(--rapport-primary);background:var(--rapport-primary-bg);padding:2px 8px;border-radius:12px}.rapport-dashboard .performance-card{display:flex;align-items:center;gap:15px;padding:15px;background:#f0f7ff;border-radius:10px;transition:all .3s ease;height:100%}.rapport-dashboard .performance-card:hover{background:var(--rapport-primary-bg);transform:translateY(-2px);box-shadow:var(--rapport-shadow-md)}.rapport-dashboard .performance-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.rapport-dashboard .bg-success{background:#dcfce7}.rapport-dashboard .bg-warning{background:#fef3c7}.rapport-dashboard .bg-info,.rapport-dashboard .bg-primary{background:#dbeafe}.rapport-dashboard .performance-content{flex:1}.rapport-dashboard .performance-value{font-size:18px;font-weight:700;color:var(--rapport-primary-dark);line-height:1.2}.rapport-dashboard .performance-label{font-size:12px;color:var(--rapport-gray-500);font-weight:500;margin-top:2px}.toast-success,.toast-error,.toast-info{position:fixed;top:20px;right:20px;z-index:9999;display:flex;align-items:center;gap:12px;padding:16px 20px;border-radius:12px;box-shadow:0 10px 15px -3px #0000001a;animation:rapportToastSlideIn .5s ease;max-width:400px}.toast-success{background:#22c55e;color:#fff}.toast-error{background:#ef4444;color:#fff}.toast-info{background:#3b82f6;color:#fff}.toast-icon{font-size:24px;flex-shrink:0}.toast-content{flex:1}.toast-title{font-weight:700;font-size:14px;margin-bottom:2px}.toast-message{font-size:13px;opacity:.95}.toast-close{background:none;border:none;color:#fff;font-size:18px;cursor:pointer;opacity:.7;transition:all .3s ease;padding:4px}.toast-close:hover{opacity:1;transform:scale(1.1)}@keyframes rapportToastSlideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes rapportToastSlideOut{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}.rapport-dashboard .empty-compact{text-align:center;padding:40px 20px!important}.rapport-dashboard .empty-compact-icon{font-size:48px;margin-bottom:15px;opacity:.5}.rapport-dashboard .empty-compact-title{font-size:16px;font-weight:700;color:var(--rapport-gray-700);margin:0 0 5px}.rapport-dashboard .empty-compact-subtitle{font-size:13px;color:var(--rapport-gray-400);margin:0}.rapport-dashboard .rapport-actions{background:#fff;border-radius:12px;padding:20px;box-shadow:var(--rapport-shadow-sm);border:1px solid #dbeafe}.rapport-dashboard .btn-primary{background:var(--rapport-primary);color:#fff;border:none}.rapport-dashboard .btn-primary:hover{background:var(--rapport-primary-dark)}.rapport-dashboard .btn-secondary{background:var(--rapport-gray-200);color:var(--rapport-gray-700);border:none}.rapport-dashboard .btn-secondary:hover{background:var(--rapport-gray-300)}@media(max-width:1200px){.rapport-dashboard .orders-hero-stats{grid-template-columns:repeat(3,1fr)}}@media(max-width:992px){.rapport-dashboard .orders-hero{padding:20px}.rapport-dashboard .orders-hero-title{font-size:24px}.rapport-dashboard .filters-form{gap:10px}.rapport-dashboard .filter-select-group{min-width:120px}}@media(max-width:768px){.rapport-dashboard .orders-hero-stats{grid-template-columns:repeat(2,1fr)}.rapport-dashboard .stats-grid{grid-template-columns:1fr 1fr}.rapport-dashboard .orders-hero-top{flex-direction:column}.rapport-dashboard .hero-actions{width:100%}.rapport-dashboard .btn-hero-outline,.rapport-dashboard .btn-light{flex:1;text-align:center}.rapport-dashboard .filters-form{flex-direction:column}.rapport-dashboard .filter-select-group,.rapport-dashboard .filter-actions{width:100%}.rapport-dashboard .btn-filter{flex:1}.rapport-dashboard .performance-card{padding:10px}.rapport-dashboard .performance-icon{width:30px;height:30px;font-size:16px}.rapport-dashboard .performance-value{font-size:16px}.rapport-dashboard .performance-label{font-size:11px}}@media(max-width:576px){.rapport-dashboard .orders-hero{padding:15px}.rapport-dashboard .orders-hero-title{font-size:20px}.rapport-dashboard .orders-hero-stats{grid-template-columns:1fr;gap:10px}.rapport-dashboard .hero-stat-card{padding:14px}.rapport-dashboard .hero-stat-value{font-size:18px}.rapport-dashboard .stats-grid{grid-template-columns:1fr;gap:10px}.rapport-dashboard .stat-item{padding:10px}.rapport-dashboard .legend-item{font-size:11px;padding:4px 8px}.rapport-dashboard .quartier-name{font-size:12px}.rapport-dashboard .quartier-count{font-size:11px;padding:2px 6px}.toast-success,.toast-error,.toast-info{left:20px;right:20px;max-width:none}}@media print{.rapport-dashboard .orders-hero{background:#fff!important;color:#0f172a!important;box-shadow:none!important;border:1px solid #cbd5e1}.rapport-dashboard .orders-badge,.rapport-dashboard .hero-stat-card,.rapport-dashboard .card{background:#fff!important;color:#0f172a!important;border:1px solid #cbd5e1;box-shadow:none!important}.rapport-dashboard .hero-actions,.rapport-dashboard .filters-bar,.rapport-dashboard .rapport-actions,.toast-success,.toast-error,.toast-info{display:none!important}.rapport-dashboard .card{-moz-column-break-inside:avoid;break-inside:avoid;margin-bottom:20px}.rapport-dashboard .performance-card{background:#f8fafc!important;-moz-column-break-inside:avoid;break-inside:avoid}.rapport-dashboard .hero-stat-value,.rapport-dashboard .hero-stat-label,.rapport-dashboard .detail-card-title,.rapport-dashboard .performance-value,.rapport-dashboard .performance-label,.rapport-dashboard .stat-number,.rapport-dashboard .stat-label{color:#0f172a!important}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Figtree,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}input:where([type=text]),input:where(:not([type])),input:where([type=email]),input:where([type=url]),input:where([type=password]),input:where([type=number]),input:where([type=date]),input:where([type=datetime-local]),input:where([type=month]),input:where([type=search]),input:where([type=tel]),input:where([type=time]),input:where([type=week]),select:where([multiple]),textarea,select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#6b7280;border-width:1px;border-radius:0;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem;--tw-shadow: 0 0 #0000}input:where([type=text]):focus,input:where(:not([type])):focus,input:where([type=email]):focus,input:where([type=url]):focus,input:where([type=password]):focus,input:where([type=number]):focus,input:where([type=date]):focus,input:where([type=datetime-local]):focus,input:where([type=month]):focus,input:where([type=search]):focus,input:where([type=tel]):focus,input:where([type=time]):focus,input:where([type=week]):focus,select:where([multiple]):focus,textarea:focus,select:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: #2563eb;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);border-color:#2563eb}input::-moz-placeholder,textarea::-moz-placeholder{color:#6b7280;opacity:1}input::placeholder,textarea::placeholder{color:#6b7280;opacity:1}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-date-and-time-value{min-height:1.5em;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{padding-top:0;padding-bottom:0}select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}select:where([multiple]),select:where([size]:not([size="1"])){background-image:initial;background-position:initial;background-repeat:unset;background-size:initial;padding-right:.75rem;-webkit-print-color-adjust:unset;print-color-adjust:unset}input:where([type=checkbox]),input:where([type=radio]){-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact;display:inline-block;vertical-align:middle;background-origin:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-shrink:0;height:1rem;width:1rem;color:#2563eb;background-color:#fff;border-color:#6b7280;border-width:1px;--tw-shadow: 0 0 #0000}input:where([type=checkbox]){border-radius:0}input:where([type=radio]){border-radius:100%}input:where([type=checkbox]):focus,input:where([type=radio]):focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 2px;--tw-ring-offset-color: #fff;--tw-ring-color: #2563eb;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}input:where([type=checkbox]):checked,input:where([type=radio]):checked{border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}input:where([type=checkbox]):checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")}@media(forced-colors:active){input:where([type=checkbox]):checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}input:where([type=radio]):checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")}@media(forced-colors:active){input:where([type=radio]):checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}input:where([type=checkbox]):checked:hover,input:where([type=checkbox]):checked:focus,input:where([type=radio]):checked:hover,input:where([type=radio]):checked:focus{border-color:transparent;background-color:currentColor}input:where([type=checkbox]):indeterminate{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}@media(forced-colors:active){input:where([type=checkbox]):indeterminate{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}input:where([type=checkbox]):indeterminate:hover,input:where([type=checkbox]):indeterminate:focus{border-color:transparent;background-color:currentColor}input:where([type=file]){background:unset;border-color:inherit;border-width:0;border-radius:0;padding:0;font-size:unset;line-height:inherit}input:where([type=file]):focus{outline:1px solid ButtonText;outline:1px auto -webkit-focus-ring-color}.container{width:100%}@media(min-width:640px){.container{max-width:640px}}@media(min-width:768px){.container{max-width:768px}}@media(min-width:1024px){.container{max-width:1024px}}@media(min-width:1280px){.container{max-width:1280px}}@media(min-width:1536px){.container{max-width:1536px}}.form-input,.form-textarea,.form-select,.form-multiselect{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#6b7280;border-width:1px;border-radius:0;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem;--tw-shadow: 0 0 #0000}.form-input:focus,.form-textarea:focus,.form-select:focus,.form-multiselect:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: #2563eb;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);border-color:#2563eb}.form-input::-moz-placeholder,.form-textarea::-moz-placeholder{color:#6b7280;opacity:1}.form-input::placeholder,.form-textarea::placeholder{color:#6b7280;opacity:1}.form-input::-webkit-datetime-edit-fields-wrapper{padding:0}.form-input::-webkit-date-and-time-value{min-height:1.5em;text-align:inherit}.form-input::-webkit-datetime-edit{display:inline-flex}.form-input::-webkit-datetime-edit,.form-input::-webkit-datetime-edit-year-field,.form-input::-webkit-datetime-edit-month-field,.form-input::-webkit-datetime-edit-day-field,.form-input::-webkit-datetime-edit-hour-field,.form-input::-webkit-datetime-edit-minute-field,.form-input::-webkit-datetime-edit-second-field,.form-input::-webkit-datetime-edit-millisecond-field,.form-input::-webkit-datetime-edit-meridiem-field{padding-top:0;padding-bottom:0}.form-select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}.form-select:where([size]:not([size="1"])){background-image:initial;background-position:initial;background-repeat:unset;background-size:initial;padding-right:.75rem;-webkit-print-color-adjust:unset;print-color-adjust:unset}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.collapse{visibility:collapse}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:0}.end-0{inset-inline-end:0px}.right-0{right:0}.start-0{inset-inline-start:0px}.top-0{top:0}.z-50{z-index:50}.mx-auto{margin-left:auto;margin-right:auto}.my-4{margin-top:1rem;margin-bottom:1rem}.-me-2{margin-inline-end:-.5rem}.-ml-px{margin-left:-1px}.-mt-px{margin-top:-1px}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.ml-1{margin-left:.25rem}.ml-12{margin-left:3rem}.ml-2{margin-left:.5rem}.ml-4{margin-left:1rem}.mr-2{margin-right:.5rem}.ms-1{margin-inline-start:.25rem}.ms-3{margin-inline-start:.75rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.block{display:block}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-16{height:4rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-9{height:2.25rem}.min-h-screen{min-height:100vh}.w-3\/4{width:75%}.w-4{width:1rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-auto{width:auto}.w-full{width:100%}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-xl{max-width:36rem}.shrink-0{flex-shrink:0}.border-collapse{border-collapse:collapse}.origin-top{transform-origin:top}.translate-y-0{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-4{--tw-translate-y: 1rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-100{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-95{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-items-center{justify-items:center}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(2rem * var(--tw-space-x-reverse));margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-y-hidden{overflow-y:hidden}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.border{border-width:1px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-l-4{border-left-width:4px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-gray-100{--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-gray-400{--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity, 1))}.border-indigo-400{--tw-border-opacity: 1;border-color:rgb(129 140 248 / var(--tw-border-opacity, 1))}.border-transparent{border-color:transparent}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.bg-gray-500{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity, 1))}.bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.bg-indigo-50{--tw-bg-opacity: 1;background-color:rgb(238 242 255 / var(--tw-bg-opacity, 1))}.bg-red-600{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.fill-current{fill:currentColor}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-1{padding-bottom:.25rem}.pb-3{padding-bottom:.75rem}.pe-4{padding-inline-end:1rem}.ps-3{padding-inline-start:.75rem}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.pt-4{padding-top:1rem}.pt-8{padding-top:2rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-start{text-align:start}.font-sans{font-family:Figtree,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.leading-4{line-height:1rem}.leading-5{line-height:1.25rem}.leading-7{line-height:1.75rem}.leading-tight{line-height:1.25}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-gray-200{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-indigo-700{--tw-text-opacity: 1;color:rgb(67 56 202 / var(--tw-text-opacity, 1))}.text-orange-500{--tw-text-opacity: 1;color:rgb(249 115 22 / var(--tw-text-opacity, 1))}.text-orange-600{--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity, 1))}.text-purple-500{--tw-text-opacity: 1;color:rgb(168 85 247 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-yellow-500{--tw-text-opacity: 1;color:rgb(234 179 8 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-75{opacity:.75}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.ring-1{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-black{--tw-ring-opacity: 1;--tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1))}.ring-gray-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1))}.ring-opacity-5{--tw-ring-opacity: .05}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-75{transition-duration:75ms}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.hover\:border-gray-300:hover{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-700:hover{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.hover\:bg-red-500:hover{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.hover\:text-gray-400:hover{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.hover\:text-gray-500:hover{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.hover\:text-gray-700:hover{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.hover\:text-gray-800:hover{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.hover\:text-gray-900:hover{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.focus\:border-blue-300:focus{--tw-border-opacity: 1;border-color:rgb(147 197 253 / var(--tw-border-opacity, 1))}.focus\:border-gray-300:focus{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.focus\:border-indigo-500:focus{--tw-border-opacity: 1;border-color:rgb(99 102 241 / var(--tw-border-opacity, 1))}.focus\:border-indigo-700:focus{--tw-border-opacity: 1;border-color:rgb(67 56 202 / var(--tw-border-opacity, 1))}.focus\:bg-gray-100:focus{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.focus\:bg-gray-50:focus{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.focus\:bg-gray-700:focus{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.focus\:bg-indigo-100:focus{--tw-bg-opacity: 1;background-color:rgb(224 231 255 / var(--tw-bg-opacity, 1))}.focus\:text-gray-500:focus{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.focus\:text-gray-700:focus{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.focus\:text-gray-800:focus{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.focus\:text-indigo-800:focus{--tw-text-opacity: 1;color:rgb(55 48 163 / var(--tw-text-opacity, 1))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-indigo-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1))}.focus\:ring-orange-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(249 115 22 / var(--tw-ring-opacity, 1))}.focus\:ring-red-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1))}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.active\:bg-gray-100:active{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.active\:bg-gray-900:active{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.active\:bg-red-700:active{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1))}.active\:text-gray-500:active{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.active\:text-gray-700:active{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.active\:text-gray-800:active{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.disabled\:opacity-25:disabled{opacity:.25}@media(min-width:640px){.sm\:-my-px{margin-top:-1px;margin-bottom:-1px}.sm\:mx-auto{margin-left:auto;margin-right:auto}.sm\:ms-10{margin-inline-start:2.5rem}.sm\:ms-6{margin-inline-start:1.5rem}.sm\:flex{display:flex}.sm\:hidden{display:none}.sm\:w-full{width:100%}.sm\:max-w-2xl{max-width:42rem}.sm\:max-w-lg{max-width:32rem}.sm\:max-w-md{max-width:28rem}.sm\:max-w-sm{max-width:24rem}.sm\:max-w-xl{max-width:36rem}.sm\:flex-1{flex:1 1 0%}.sm\:translate-y-0{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:scale-100{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:scale-95{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:items-center{align-items:center}.sm\:justify-start{justify-content:flex-start}.sm\:justify-between{justify-content:space-between}.sm\:gap-2{gap:.5rem}.sm\:rounded-lg{border-radius:.5rem}.sm\:p-8{padding:2rem}.sm\:px-0{padding-left:0;padding-right:0}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:pt-0{padding-top:0}}@media(min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:px-8{padding-left:2rem;padding-right:2rem}}.ltr\:origin-top-left:where([dir=ltr],[dir=ltr] *){transform-origin:top left}.ltr\:origin-top-right:where([dir=ltr],[dir=ltr] *){transform-origin:top right}.rtl\:origin-top-left:where([dir=rtl],[dir=rtl] *){transform-origin:top left}.rtl\:origin-top-right:where([dir=rtl],[dir=rtl] *){transform-origin:top right}.rtl\:flex-row-reverse:where([dir=rtl],[dir=rtl] *){flex-direction:row-reverse}@media(prefers-color-scheme:dark){.dark\:border-gray-600{--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity, 1))}.dark\:bg-gray-700{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-900{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.dark\:text-gray-200{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.dark\:text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.dark\:text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.dark\:text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.dark\:hover\:bg-gray-900:hover{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.dark\:hover\:text-gray-200:hover{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.dark\:hover\:text-gray-300:hover{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.dark\:focus\:border-blue-700:focus{--tw-border-opacity: 1;border-color:rgb(29 78 216 / var(--tw-border-opacity, 1))}.dark\:focus\:border-blue-800:focus{--tw-border-opacity: 1;border-color:rgb(30 64 175 / var(--tw-border-opacity, 1))}.dark\:active\:bg-gray-700:active{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.dark\:active\:text-gray-300:active{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}}
