.stat-card{position:relative;overflow:hidden;border:none;border-radius:14px;transition:transform .25s ease,box-shadow .25s ease}.stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f!important}.stat-card .stat-icon-wrap{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.35rem;flex-shrink:0}.stat-card .stat-value{font-size:1.75rem;font-weight:800;line-height:1;color:var(--primary-black);margin:0}.stat-card .stat-label{font-size:.78rem;font-weight:600;color:#8a8a9a;text-transform:uppercase;letter-spacing:.5px;margin:0}.stat-card:after{content:"";position:absolute;width:100px;height:100px;border-radius:50%;bottom:-35px;right:-20px;opacity:.08;transition:opacity .3s}.stat-card:hover:after{opacity:.14}.stat-card.stat-locations .stat-icon-wrap{background:#11764a1f;color:var(--primary)}.stat-card.stat-locations:after{background:var(--primary)}.stat-card.stat-pending .stat-icon-wrap{background:#ffc1071f;color:#ffc107}.stat-card.stat-pending:after{background:#ffc107}.stat-card.stat-accepted .stat-icon-wrap{background:#1987541f;color:#198754}.stat-card.stat-accepted:after{background:#198754}.stat-card.stat-completed .stat-icon-wrap{background:#0dcaf01f;color:#0dcaf0}.stat-card.stat-completed:after{background:#0dcaf0}.stat-card.stat-cancelled .stat-icon-wrap{background:#dc35451f;color:#dc3545}.stat-card.stat-cancelled:after{background:#dc3545}.stat-card.stat-wallet .stat-icon-wrap{background:#6f42c11f;color:#6f42c1}.stat-card.stat-wallet:after{background:#6f42c1}.quick-action-card{border:2px dashed var(--primary-yellow);border-radius:14px;background:linear-gradient(135deg,var(--surface) 0%,var(--surface-dark) 100%);transition:all .3s ease;cursor:pointer;text-decoration:none!important}.quick-action-card:hover{border-style:solid;transform:translateY(-4px);box-shadow:0 8px 30px #11764a26;background:linear-gradient(135deg,var(--surface-dark) 0%,#e2e9e6 100%)}.quick-action-card .qa-icon{width:56px;height:56px;border-radius:50%;background:var(--primary-yellow);color:var(--primary-black);display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0;transition:transform .3s}.quick-action-card:hover .qa-icon{transform:scale(1.1) rotate(10deg)}.quick-action-card .qa-title{font-weight:700;font-size:1rem;color:var(--primary-black)}.quick-action-card .qa-desc{font-size:.82rem;color:#64748b}.form-section-card{background:#fff;border:1px solid #f0f0f0;border-radius:12px;padding:16px;margin-bottom:14px;transition:border-color .2s}.form-section-card:hover{border-color:#e2e8f0}.form-section-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#94a3b8;margin-bottom:10px;display:flex;align-items:center;gap:6px}.form-section-label i{font-size:.82rem;color:#64748b}.cr-floating .form-floating>.form-select,.cr-floating .form-floating>.form-control{border-radius:10px;border-color:#e2e8f0;font-size:.88rem;height:calc(3rem + 2px);padding-top:1.25rem;transition:border-color .2s,box-shadow .2s}.cr-floating .form-floating>.form-select:focus,.cr-floating .form-floating>.form-control:focus{border-color:var(--primary-yellow);box-shadow:0 0 0 3px #11764a26}.cr-floating .form-floating>label{font-size:.82rem;color:#94a3b8}.dt-wrap{position:relative}.dt-wrap .dt-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#94a3b8;pointer-events:none;font-size:1rem;z-index:2}.dt-wrap .form-control{padding-right:2.2rem;cursor:pointer}.product-row{display:flex;align-items:center;gap:10px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:10px 12px;margin-bottom:8px;transition:all .2s}.product-row:hover{border-color:var(--primary-yellow);background:var(--surface)}.product-row .pr-img{width:40px;height:40px;object-fit:cover;border-radius:8px;flex-shrink:0}.product-row .pr-placeholder{width:40px;height:40px;border-radius:8px;background:linear-gradient(135deg,#e2e8f0,#cbd5e1);display:flex;align-items:center;justify-content:center;color:#94a3b8;font-size:16px;flex-shrink:0}.product-row .pr-info{flex:1;min-width:0}.product-row .pr-name{font-weight:600;font-size:.85rem;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-row .pr-cat{font-size:.72rem;color:#94a3b8}.product-row .pr-weight{width:110px;flex-shrink:0}.product-row .pr-weight .form-control{border-radius:8px;font-size:.82rem;border-color:#e2e8f0}.product-row .pr-weight .form-control:focus{border-color:var(--primary-yellow);box-shadow:0 0 0 2px #11764a26}.product-row .pr-weight .input-group-text{border-radius:0 8px 8px 0;font-size:.72rem;background:#f1f5f9;border-color:#e2e8f0;color:#64748b}.product-row .pr-photo-btn{flex-shrink:0;border-radius:8px;width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;padding:0;border-color:#e2e8f0;color:#64748b}.product-row .pr-photo-btn:hover{background:var(--surface);border-color:var(--primary-yellow);color:var(--foreground)}.product-row .pr-remove{flex-shrink:0;border-radius:8px;width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;padding:0;border-color:#fecaca;color:#ef4444}.product-row .pr-remove:hover{background:#fef2f2}.photo-thumbs{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.photo-thumbs .photo-wrap{position:relative;display:inline-block}.photo-thumbs .photo-wrap img{width:48px;height:48px;object-fit:cover;border-radius:6px;border:2px solid #e2e8f0}.photo-thumbs .photo-wrap .btn-remove-photo{position:absolute;top:-6px;right:-6px;width:18px;height:18px;border-radius:50%;font-size:9px;padding:0;line-height:1;display:flex;align-items:center;justify-content:center;background:#ef4444;border:2px solid #fff;color:#fff}.add-product-bar .form-select{border-radius:10px 0 0 10px;border-color:#e2e8f0;font-size:.85rem}.add-product-bar .form-select:focus{border-color:var(--primary-yellow);box-shadow:0 0 0 2px #11764a26}.add-product-bar .btn{border-radius:0 10px 10px 0;background:var(--primary-yellow);border-color:var(--primary-yellow);color:var(--primary-black);font-weight:600;white-space:nowrap;flex-shrink:0;height:38px;display:inline-flex;align-items:center;font-size:.85rem}.add-product-bar .btn:hover{background:var(--primary-dark);border-color:var(--primary-dark)}.add-product-bar{display:flex;flex-wrap:nowrap;align-items:stretch}.running-total{background:linear-gradient(135deg,var(--surface),var(--surface-dark));border:1px solid var(--border);border-radius:10px;padding:12px 16px;text-align:right;font-size:.82rem;color:var(--primary)}.running-total .rt-amount{font-size:1.2rem;font-weight:800}.merchant-card{border:2px solid #e5e7eb;border-radius:12px;padding:12px 14px;margin-bottom:8px;cursor:pointer;transition:all .25s;background:#fff}.merchant-card:hover{border-color:var(--primary-yellow);background:var(--surface)}.merchant-card.selected{border-color:var(--primary-yellow);background:linear-gradient(135deg,var(--surface) 0%,var(--surface-dark) 100%);box-shadow:0 0 0 3px #11764a26}.merchant-card .mc-rank{width:30px;height:30px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:.78rem;background:#f1f5f9;color:#64748b;flex-shrink:0}.merchant-card.selected .mc-rank{background:var(--primary);color:#fff}.merchant-card .mc-best{font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#fff;background:var(--primary);padding:1px 6px;border-radius:4px}.merchant-card .mc-loc-info{font-size:.75rem;color:#64748b;margin-top:2px}.merchant-card .mc-loc-info i{font-size:.7rem}.merchant-card .mc-prices{font-size:.78rem}.merchant-card .mc-prices table{margin:8px 0 0;border-collapse:separate;border-spacing:0}.merchant-card .mc-prices th{background:#f8fafc;font-weight:600}.merchant-card .mc-prices th,.merchant-card .mc-prices td{padding:4px 10px}.empty-box{border:2px dashed #e2e8f0;border-radius:12px;color:#94a3b8;font-size:.82rem;padding:24px;text-align:center}.empty-box i{color:#cbd5e1}#dashRequestModal .modal-content{border:0;border-radius:12px;overflow:hidden;box-shadow:0 8px 30px #0000001a}#dashRequestModal .modal-body{padding:20px 24px 8px}#dashRequestModal .modal-footer{padding:14px 24px}.cr-field-error{display:none;color:#dc3545;font-size:.8rem;margin-top:4px}.cr-field-error.show{display:block}.is-invalid-cr{border-color:#dc3545!important}.is-invalid-cr:focus{box-shadow:0 0 0 .2rem #dc354540!important}.wallet-balance-card{border:none;border-radius:14px;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:#fff;overflow:hidden;position:relative}.wallet-balance-card:after{content:"";position:absolute;width:160px;height:160px;border-radius:50%;bottom:-60px;right:-30px;background:#ffffff14}.wallet-balance-card .balance-label{font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;opacity:.85}.wallet-balance-card .balance-value{font-size:2rem;font-weight:800;line-height:1.2}.wallet-stat-card{border:none;border-radius:12px}.wallet-stat-card .ws-icon{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0}.badge-credit{background:#d1fae5;color:#065f46}.badge-debit{background:#fee2e2;color:#991b1b}.profile-section-title{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#6c757d;margin-bottom:1.25rem;padding-bottom:.5rem;border-bottom:2px solid #e9ecef}.profile-avatar-section{display:flex;flex-direction:column;align-items:center;padding:2rem 1rem 1.5rem;border-bottom:1px solid #e9ecef;background:linear-gradient(135deg,#f8f9fa,#eef0f3);border-radius:.375rem .375rem 0 0}.profile-avatar-wrap{position:relative;width:120px;height:120px;margin-bottom:.75rem}.profile-avatar-wrap img,.profile-avatar-wrap .avatar-placeholder{width:120px;height:120px;border-radius:50%;object-fit:cover;border:4px solid #fff;box-shadow:0 2px 12px #0000001a}.avatar-placeholder{display:flex;align-items:center;justify-content:center;background:var(--primary-black, #3b3947);color:#fff;font-size:2.5rem;font-weight:700}.avatar-upload-overlay{position:absolute;bottom:2px;right:2px;width:36px;height:36px;border-radius:50%;background:var(--primary-yellow, #f7c506);color:var(--primary-black, #3b3947);display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1rem;border:3px solid #fff;box-shadow:0 1px 6px #00000026;transition:transform .2s ease}.avatar-upload-overlay:hover{transform:scale(1.1)}.profile-avatar-section .profile-name{font-size:1.25rem;font-weight:700;color:var(--primary-black, #3b3947);margin:0}.profile-avatar-section .profile-email{font-size:.85rem;color:#6c757d;margin:0}#avatarFileInput{display:none}.location-form-section{background:#f8f9fa;border-radius:12px;padding:1.5rem;border:1px solid #e9ecef}.location-form-section .section-title{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#6c757d;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #e9ecef}#locationMap{width:100%;border-radius:12px;border:1px solid #e9ecef;background:#f8f9fa}.search-icon-wrapper{position:relative}.search-icon-wrapper .search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#adb5bd;z-index:4}.coords-preview{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;background:#e8f5e9;border-radius:6px;font-size:.8rem;color:#2e7d32}.location-card{border:1px solid #e9ecef;border-radius:12px;padding:1rem 1.25rem;margin-bottom:.75rem;transition:all .2s ease;background:#fff;position:relative}.location-card:hover{border-color:#dee2e6;box-shadow:0 2px 8px #0000000f}.location-card.is-default{border-color:#198754;background:linear-gradient(135deg,#f0fdf4,#fff)}.location-card .location-name{font-weight:600;font-size:1rem;color:#212529}.location-card .location-address{font-size:.85rem;color:#6c757d;margin-top:2px}.location-card .location-meta{font-size:.78rem;color:#adb5bd;margin-top:4px}.location-card .default-badge{display:inline-flex;align-items:center;gap:4px;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#198754;background:#d1e7dd;padding:2px 8px;border-radius:4px}.location-card .card-actions{position:absolute;top:.75rem;right:.75rem}#locationMap{width:100%;height:400px;border-radius:12px;border:1px solid #e9ecef;background:#f8f9fa}.empty-locations{text-align:center;padding:3rem 1rem;color:#adb5bd}.empty-locations i{font-size:3rem;margin-bottom:1rem;display:block;color:#dee2e6}#placeAutocomplete{font-size:1rem;padding:.65rem 1rem .65rem 2.65rem}.search-icon-wrapper .search-icon{font-size:1rem}.coords-preview{font-size:.8rem;color:#6c757d;background:#e9ecef;padding:4px 10px;border-radius:6px;display:inline-flex;align-items:center;gap:6px}.coords-preview i{color:#198754}.pac-container{z-index:1060!important}.form-section-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px;margin-bottom:14px;box-shadow:0 1px 3px #0000000a}.note-toggle{color:#64748b;font-size:.82rem;cursor:pointer}.note-toggle:hover{color:var(--primary-black)}.note-toggle i{transition:transform .2s}.note-toggle[aria-expanded=true] i.bi-chevron-down{transform:rotate(180deg)}.select2-container--bootstrap-5 .select2-selection{border-radius:10px 0 0 10px!important;border-color:#e2e8f0;font-size:.85rem;height:38px!important;min-height:38px;display:flex!important;align-items:center}.select2-container--bootstrap-5 .select2-selection:focus-within{border-color:var(--primary-yellow);box-shadow:0 0 0 2px #11764a26}.select2-container--bootstrap-5 .select2-selection .select2-selection__rendered{line-height:38px;font-size:.85rem;color:var(--primary-black)}.select2-container--bootstrap-5 .select2-selection .select2-selection__placeholder{font-size:.85rem;color:#94a3b8}.add-product-bar .select2-container{flex:1 1 auto;min-width:0}.badge-pending{background:#fef3c7;color:#92400e}.badge-accepted{background:#d1fae5;color:#065f46}.badge-rejected{background:#fee2e2;color:#991b1b}.badge-completed{background:#cffafe;color:#155e75}.badge-cancelled{background:#f3f4f6;color:#374151}.photo-thumb{width:60px;height:60px;object-fit:cover;border-radius:8px;border:2px solid #e2e8f0;cursor:pointer}.photo-slider{position:relative;display:inline-flex;align-items:center;gap:2px}.photo-slider .ps-track{overflow:hidden;display:flex;align-items:center}.photo-slider .ps-btn{width:22px;height:22px;border-radius:50%;border:1px solid #dee2e6;background:#fff;display:flex;align-items:center;justify-content:center;font-size:10px;cursor:pointer;flex-shrink:0;color:#333;box-shadow:0 1px 4px #0000001a}.photo-slider .ps-btn:hover{background:#f1f5f9}.photo-slider .ps-counter{position:absolute;bottom:-2px;right:-2px;background:#000000b3;color:#fff;font-size:9px;padding:1px 5px;border-radius:8px;pointer-events:none;line-height:1.2}.photo-lightbox-overlay{position:fixed;inset:0;background:#000000d9;z-index:99999;display:flex;align-items:center;justify-content:center}.photo-lightbox-overlay img{max-width:90vw;max-height:85vh;border-radius:8px;box-shadow:0 4px 30px #00000080}.photo-lightbox-overlay .plb-close{position:absolute;top:20px;right:20px;width:36px;height:36px;border-radius:50%;background:#fff3;border:none;color:#fff;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center}.photo-lightbox-overlay .plb-nav{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:#fff3;border:none;color:#fff;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center}.photo-lightbox-overlay .plb-prev{left:20px}.photo-lightbox-overlay .plb-next{right:20px}.photo-lightbox-overlay .plb-counter{position:absolute;bottom:20px;left:50%;transform:translate(-50%);color:#fff;font-size:14px;background:#00000080;padding:4px 14px;border-radius:20px}.xdsoft_datetimepicker{z-index:9999!important}#requestModal .modal-content{border:0;border-radius:12px;overflow:hidden;box-shadow:0 8px 30px #0000001a}#requestModal .modal-body{padding:20px 24px 8px}#requestModal .modal-footer{padding:14px 24px}#productSelect{font-size:.85rem}.password-requirements{background:#f8f9fa;border-left:4px solid #0dcaf0;padding:1rem;border-radius:.375rem}.password-requirements ul{margin-bottom:0;padding-left:1.25rem}.password-requirements li{margin-bottom:.25rem;font-size:.875rem}.password-section-title{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#6c757d;margin-bottom:1.25rem;padding-bottom:.5rem;border-bottom:2px solid #e9ecef}.input-group .toggle-password{border-left:0}.input-group .form-control:focus+.toggle-password{border-color:#86b7fe}.text-warning{color:var(--primary)!important}
