*{box-sizing:border-box}body{background:#eef0fa;margin:0;font-family:Inter,Arial,sans-serif}.login-page{justify-content:center;align-items:center;min-height:100vh;padding:30px;display:flex}.login-card{background:#fff;border-radius:12px;grid-template-columns:1fr 1fr;width:100%;max-width:1180px;min-height:720px;display:grid;overflow:hidden;box-shadow:0 20px 60px #14143214}.login-left{flex-direction:column;padding:90px 110px 35px;display:flex}.brand{align-items:center;gap:12px;margin-bottom:70px;display:flex}.brand h3{margin:0;font-size:18px}.brand-icon{background:linear-gradient(#3730d9,#eef0ff);border-radius:7px;width:22px;height:22px}.form-box h1{color:#101828;margin:0;font-size:34px}.form-box p{color:#667085;margin-bottom:30px}form label{color:#344054;margin-bottom:8px;font-size:13px;font-weight:600;display:block}form input{border:1px solid #d0d5dd;border-radius:8px;outline:none;width:100%;height:46px;margin-bottom:22px;padding:0 14px;font-size:15px}form input:focus{border-color:#3f3bd9}.form-row{justify-content:space-between;align-items:center;gap:12px;margin-bottom:24px;display:flex}.remember{color:#344054;align-items:center;gap:8px;margin:0;font-weight:500;display:flex}.remember input{width:16px;height:16px;margin:0}.form-row a,.signup-text a{color:#3531c9;font-size:14px;font-weight:600;text-decoration:none}.signin-btn,.google-btn{cursor:pointer;border-radius:8px;width:100%;height:46px;font-size:15px}.signin-btn{color:#fff;background:#3531d7;border:none;margin-bottom:14px}.google-btn{color:#344054;background:#fff;border:1px solid #d0d5dd;justify-content:center;align-items:center;gap:10px;display:flex}.google-btn span{color:#4285f4;font-size:20px;font-weight:700}.signup-text{text-align:center;margin-top:28px;font-size:14px}.footer-text{color:#98a2b3;margin-top:auto;font-size:13px}.login-right{background:#3531d7;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.login-right:before,.login-right:after{content:"";border:2px dashed #ffffff2e;border-radius:50%;width:380px;height:380px;position:absolute}.login-right:before{top:-90px;right:-70px}.login-right:after{bottom:-120px;left:-100px}.chart-card{z-index:2;background:#fff;border-radius:12px;width:350px;padding:22px;position:absolute;top:180px;left:120px}.chart-card h4{color:#344054;margin:0 0 20px;font-size:13px}.chart-lines span{background:#6670d8;border-radius:30px;height:3px;margin:18px 0;display:block}.chart-lines span:nth-child(2){opacity:.35;width:85%}.chart-lines span:nth-child(3){width:75%}.months{color:#98a2b3;justify-content:space-between;font-size:12px;display:flex}.circle-card{z-index:3;background:#f8f9ff;border-radius:12px;justify-content:center;align-items:center;width:155px;height:155px;display:flex;position:absolute;top:250px;right:85px}.circle{border:8px solid #3730d9;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:105px;height:105px;display:flex}.circle p{color:#667085;margin:0;font-size:11px}.circle h3{margin:4px 0 0;font-size:18px}.welcome-text{text-align:center;color:#fff;z-index:2;position:absolute;bottom:230px}.welcome-text h2{margin-bottom:10px;font-size:21px}.welcome-text p{color:#d6d7ff;margin:0}.slider-dots{gap:14px;display:flex;position:absolute;bottom:180px}.slider-dots span{background:#ffffff40;border-radius:50%;width:9px;height:9px}.slider-dots .active{background:#fff}@media (width<=950px){.login-card{grid-template-columns:1fr;max-width:560px}.login-right{display:none}.login-left{padding:50px 35px 30px}.brand{margin-bottom:50px}}@media (width<=480px){.login-page{padding:15px}.login-card{min-height:auto}.login-left{padding:35px 22px 25px}.form-box h1{font-size:28px}.form-row{flex-direction:column;align-items:flex-start}}.admin-layout{background:#f8fafc;min-height:100vh;display:flex}.sidebar{background:#fff;border-right:1px solid #e5e7eb;width:260px;padding:24px 18px}.sidebar-logo{align-items:center;gap:10px;margin-bottom:34px;display:flex}.logo-icon img{border-radius:12px;place-items:center;width:38px;height:38px;font-size:20px;display:grid}.sidebar-logo h2{color:#14532d;font-size:22px}.sidebar-menu{flex-direction:column;gap:8px;display:flex}.sidebar-link{color:#374151;border-radius:10px;padding:13px 14px;font-weight:500;text-decoration:none;transition:all .2s}.sidebar-link:hover{color:#16a34a;background:#f0fdf4}.sidebar-link.active{color:#fff;background:#16a34a}.main-area{flex-direction:column;flex:1;display:flex}.navbar{background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;height:70px;padding:0 28px;display:flex}.navbar-admin{color:#111827;align-items:center;gap:10px;font-weight:600;display:flex}.admin-avatar{color:#fff;background:#16a34a;border-radius:50%;place-items:center;width:36px;height:36px;font-weight:700;display:grid}.page-content{padding:28px}@media (width<=768px){.admin-layout{flex-direction:column}.sidebar{border-bottom:1px solid #e5e7eb;border-right:none;width:100%}.sidebar-menu{flex-direction:row;overflow-x:auto}.sidebar-link{white-space:nowrap}.navbar{padding:0 18px}.page-content{padding:18px}}.dashboard{flex-direction:column;gap:24px;display:flex}.welcome-card{color:#fff;background:linear-gradient(135deg,#16a34a,#14532d);border-radius:18px;padding:36px}.welcome-card h1{margin-bottom:10px;font-size:32px}.welcome-card p{opacity:.9;font-size:16px}.stats-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:24px;box-shadow:0 8px 24px #0f172a0a}.stat-title{color:#6b7280;margin-bottom:12px;font-weight:500}.stat-card h2{color:#111827;margin-bottom:8px;font-size:34px}.stat-card span{color:#6b7280;font-size:14px}@media (width<=1100px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.welcome-card{padding:24px}.welcome-card h1{font-size:24px}.stats-grid{grid-template-columns:1fr}}@media (width<=768px){.action-buttons{flex-direction:column}.page-header{flex-direction:column;align-items:flex-start;gap:15px}}.modal-overlay{z-index:1000;background:#0f172a73;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-box{background:#fff;border-radius:16px;width:420px;padding:24px}.modal-header{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.modal-header h2{color:#111827}.close-btn{cursor:pointer;background:0 0;border:none;font-size:26px}.category-form{flex-direction:column;gap:10px;display:flex}.category-form label{color:#374151;font-weight:600}.category-form input{border:1px solid #d1d5db;border-radius:10px;outline:none;padding:12px}.category-form input:focus{border-color:#16a34a}.modal-actions{justify-content:flex-end;gap:10px;margin-top:18px;display:flex}.cancel-btn,.save-btn{cursor:pointer;border:none;border-radius:8px;padding:11px 16px;font-weight:600}.store-checkbox-group{grid-column:1/-1}.checkbox-label{cursor:pointer;align-items:center;gap:10px;margin:0;font-weight:600;display:inline-flex}.checkbox-label input[type=checkbox]{flex-shrink:0;width:18px;height:18px;margin:0;padding:0}.products-page{box-sizing:border-box;width:100%;padding:10px}.products-page-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:25px;display:flex}.products-page-title{color:#111827;margin:0;font-size:28px;line-height:1.2}.products-page-subtitle{color:#6b7280;margin:6px 0 0;font-size:14px}.products-create-btn{color:#fff;cursor:pointer;background:#16a34a;border:none;border-radius:9px;flex-shrink:0;padding:12px 18px;font-size:14px;font-weight:600;transition:background .2s,transform .2s,box-shadow .2s}.products-create-btn:hover{background:#15803d;transform:translateY(-1px);box-shadow:0 5px 14px #16a34a33}.products-create-btn:active{transform:translateY(0)}.products-table-container{background:#fff;border:1px solid #e5e7eb;border-radius:12px;width:100%;overflow-x:auto;box-shadow:0 2px 10px #0f172a0f}.products-table{border-collapse:collapse;width:100%;min-width:1050px}.products-table th{color:#374151;text-align:center;white-space:nowrap;background:#f8fafc;border-bottom:1px solid #e5e7eb;padding:15px 14px;font-size:13px;font-weight:700}.products-table td{color:#4b5563;text-align:center;vertical-align:middle;border-bottom:1px solid #e5e7eb;padding:14px;font-size:14px}.products-table tbody tr:last-child td{border-bottom:none}.products-table tbody tr{transition:background .2s}.products-table tbody tr:hover{background:#f9fafb}.products-name{color:#111827;font-weight:600}.products-unit{color:#374151;text-transform:capitalize;background:#f3f4f6;border-radius:20px;justify-content:center;align-items:center;min-width:46px;padding:5px 10px;font-size:12px;font-weight:600;display:inline-flex}.products-image{object-fit:cover;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:9px;width:55px;height:55px;margin:0 auto;display:block}.products-price{color:#111827;white-space:nowrap;font-weight:600}.products-discount-price{color:#16a34a;white-space:nowrap;font-weight:700}.products-action-buttons{justify-content:center;align-items:center;gap:8px;display:flex}.products-edit-btn,.products-delete-btn{cursor:pointer;border:none;border-radius:7px;padding:8px 12px;font-size:13px;font-weight:600;transition:background .2s,transform .2s}.products-edit-btn{color:#2563eb;background:#dbeafe}.products-edit-btn:hover{background:#bfdbfe;transform:translateY(-1px)}.products-delete-btn{color:#dc2626;background:#fee2e2}.products-delete-btn:hover{background:#fecaca;transform:translateY(-1px)}.products-empty-cell{padding:50px 20px!important}.products-empty-state{text-align:center}.products-empty-state h3{color:#111827;margin:0 0 7px;font-size:18px}.products-empty-state p{color:#6b7280;margin:0;font-size:14px}.products-modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f172a8c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0;overflow-y:auto}.products-modal-box{background:#fff;border-radius:16px;width:720px;max-width:100%;max-height:calc(100vh - 40px);overflow-y:auto;box-shadow:0 24px 60px #0f172a40}.products-modal-box::-webkit-scrollbar{width:7px}.products-modal-box::-webkit-scrollbar-track{background:0 0}.products-modal-box::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:20px}.products-modal-header{z-index:5;background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:flex-start;gap:20px;padding:22px 24px 18px;display:flex;position:sticky;top:0}.products-modal-header h2{color:#111827;margin:0;font-size:23px;line-height:1.3}.products-modal-header p{color:#6b7280;margin:5px 0 0;font-size:13px}.products-modal-close-btn{color:#4b5563;cursor:pointer;background:#f3f4f6;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:26px;line-height:1;transition:background .2s,color .2s;display:flex}.products-modal-close-btn:hover{color:#dc2626;background:#fee2e2}.products-step-indicator{justify-content:center;align-items:flex-start;padding:22px 24px 4px;display:flex}.products-step{color:#9ca3af;flex-direction:column;align-items:center;width:130px;display:flex}.products-step span{color:#6b7280;background:#fff;border:2px solid #d1d5db;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:13px;font-weight:700;display:flex}.products-step p{text-align:center;margin:7px 0 0;font-size:12px;font-weight:600}.products-step-active{color:#15803d}.products-step-active span{color:#fff;background:#16a34a;border-color:#16a34a}.products-step-completed span{color:#15803d;background:#dcfce7;border-color:#16a34a}.products-step-line{background:#d1d5db;width:90px;height:2px;margin-top:15px}.products-step-line-active{background:#16a34a}.products-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:17px;padding:22px 24px 24px;display:grid}.products-form-group{flex-direction:column;gap:7px;min-width:0;display:flex}.products-form-group-full{grid-column:1/-1}.products-form-group label{color:#374151;font-size:14px;font-weight:600}.products-form-group input,.products-form-group select,.products-form-group textarea{box-sizing:border-box;color:#111827;width:100%;font:inherit;background:#fff;border:1px solid #d1d5db;border-radius:9px;outline:none;padding:11px 12px;font-size:14px;transition:border-color .2s,box-shadow .2s}.products-form-group input,.products-form-group select{min-height:44px}.products-form-group textarea{resize:vertical;min-height:105px;line-height:1.5}.products-form-group input::placeholder,.products-form-group textarea::placeholder{color:#9ca3af}.products-form-group input:focus,.products-form-group select:focus,.products-form-group textarea:focus{border-color:#16a34a;box-shadow:0 0 0 3px #16a34a1f}.products-form-group select{cursor:pointer}.products-form-help{color:#6b7280;font-size:12px}.products-image-preview-wrapper{background:#f8fafc;border:1px dashed #d1d5db;border-radius:10px;grid-column:1/-1;padding:14px}.products-image-preview-wrapper p{color:#374151;margin:0 0 10px;font-size:13px;font-weight:600}.products-image-preview{object-fit:cover;background:#fff;border:1px solid #e5e7eb;border-radius:10px;width:100px;height:100px;display:block}.products-modal-actions{grid-column:1/-1;justify-content:flex-end;align-items:center;gap:10px;padding-top:5px;display:flex}.products-cancel-btn,.products-save-btn{cursor:pointer;border:none;border-radius:8px;min-width:105px;padding:11px 17px;font-size:14px;font-weight:600;transition:background .2s,transform .2s,box-shadow .2s}.products-cancel-btn{color:#374151;background:#f3f4f6}.products-cancel-btn:hover{background:#e5e7eb}.products-save-btn{color:#fff;background:#16a34a}.products-save-btn:hover{background:#15803d;transform:translateY(-1px);box-shadow:0 5px 14px #16a34a33}@media (width<=768px){.products-page-header{align-items:flex-start}.products-action-buttons{flex-direction:column}.products-edit-btn,.products-delete-btn{width:100%}.products-modal-box{width:650px}}@media (width<=600px){.products-page{padding:4px}.products-page-header{flex-direction:column;gap:15px}.products-page-title{font-size:24px}.products-create-btn{width:100%}.products-modal-overlay{align-items:flex-start;padding:10px}.products-modal-box{border-radius:12px;max-height:calc(100vh - 20px)}.products-modal-header{padding:18px}.products-modal-header h2{font-size:20px}.products-step-indicator{padding:18px 12px 2px}.products-step{width:105px}.products-step-line{width:45px}.products-step p{font-size:11px}.products-form{grid-template-columns:1fr;padding:18px}.products-form-group-full,.products-image-preview-wrapper,.products-modal-actions{grid-column:auto}.products-modal-actions{flex-direction:column-reverse}.products-cancel-btn,.products-save-btn{width:100%}}.products-store-price{color:#4b5563;font-weight:600}.products-margin-positive{color:#15803d;font-weight:700}.products-margin-negative{color:#dc2626;font-weight:700}.products-form-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin:0 24px 18px;padding:12px 14px;font-size:14px;font-weight:500}.products-price-summary{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;justify-content:space-between;align-items:center;gap:15px;padding:14px 16px;display:flex}.products-price-summary p{color:#166534;margin:0;font-size:14px;font-weight:600}.products-price-summary strong{color:#15803d;font-size:18px}.products-save-btn:disabled,.products-cancel-btn:disabled,.products-modal-close-btn:disabled{cursor:not-allowed;opacity:.65}.products-variants-section{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;grid-column:1/-1;margin-top:8px;padding:18px}.products-variants-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.products-variants-header h3{color:#111827;margin:0 0 4px;font-size:17px}.products-variants-header p{color:#6b7280;margin:0;font-size:13px}.products-add-variant-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#16a34a;border:none;border-radius:8px;padding:9px 14px;font-weight:600}.products-add-variant-btn:hover{background:#15803d}.products-variant-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;margin-bottom:14px;padding:16px}.products-variant-card:last-child{margin-bottom:0}.products-variant-card-header{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.products-variant-card-header strong{color:#111827;font-size:15px}.products-remove-variant-btn{color:#dc2626;cursor:pointer;background:#fff;border:1px solid #ef4444;border-radius:6px;padding:6px 10px;font-weight:600}.products-remove-variant-btn:hover{background:#fef2f2}.products-variant-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.products-variant-margin{color:#4b5563;border-top:1px solid #e5e7eb;margin-top:12px;padding-top:10px;font-size:13px}.products-variants-empty{text-align:center;color:#6b7280;background:#fff;border:1px dashed #d1d5db;border-radius:8px;padding:18px}.products-variant-table-label{color:#6b7280;margin-bottom:2px;font-size:11px;display:block}@media (width<=1000px){.products-variant-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=650px){.products-variants-header{flex-direction:column}.products-add-variant-btn{width:100%}.products-variant-grid{grid-template-columns:1fr}}.categories-page{padding:10px}.page-header{justify-content:space-between;align-items:center;margin-bottom:25px;display:flex}.page-header h1{color:#111827;font-size:28px}.create-btn{color:#fff;cursor:pointer;background:#16a34a;border:none;border-radius:8px;padding:12px 18px;font-weight:600}.create-btn:hover{background:#15803d}.table-container{background:#fff;border-radius:12px;overflow-x:auto;box-shadow:0 2px 10px #00000014}.category-table{border-collapse:collapse;width:100%}.category-table th{text-align:center;color:#374151;background:#f8fafc;padding:16px;font-weight:600}.category-table td{text-align:center;padding:16px}.category-image{object-fit:cover;border-radius:8px;width:55px;height:55px}.status{border-radius:20px;padding:6px 12px;font-size:13px;font-weight:600}.active{color:#15803d;background:#dcfce7}.inactive{color:#dc2626;background:#fee2e2}.action-buttons{gap:8px;display:flex}.edit-btn,.image-btn,.delete-btn{cursor:pointer;border:none;border-radius:6px;padding:8px 12px}.edit-btn{color:#2563eb;background:#dbeafe}.image-btn{color:#d97706;background:#fef3c7}.delete-btn{color:#dc2626;background:#fee2e2}@media (width<=768px){.action-buttons{flex-direction:column}.page-header{flex-direction:column;align-items:flex-start;gap:15px}}.store-modal-overlay{z-index:1000;background:#0f172a73;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.store-modal-box{background:#fff;border-radius:16px;width:900px;max-width:95%;padding:24px}.store-form{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}.store-form-group{flex-direction:column;display:flex}.store-form-group label{margin-bottom:6px;font-weight:600}.store-form-group input,.store-form-group select{box-sizing:border-box;border:1px solid #d1d5db;border-radius:10px;width:100%;padding:12px}.checkbox-label,.modal-actions{grid-column:1/-1}.stores-table .details-toggle-btn{color:#16a34a;cursor:pointer;background-color:#fff;border:1px solid #d1d5db;border-radius:7px;justify-content:center;align-items:center;width:30px;height:30px;padding:0;font-size:20px;font-weight:700;line-height:1;transition:background-color .2s,border-color .2s;display:inline-flex}.stores-table .details-toggle-btn:hover{background-color:#f0fdf4;border-color:#16a34a}.stores-table .details-toggle-btn:focus{border-color:#16a34a;outline:none;box-shadow:0 0 0 3px #16a34a1f}.stores-table th:first-child,.stores-table td:first-child{text-align:center;width:60px}.stores-table .store-details-row,.stores-table .store-details-row:hover{background-color:#f8fafc}.stores-table .store-details-row>td{text-align:left;border-top:none;padding:0}.store-details-container{background-color:#f8fafc;border-bottom:1px solid #e5e7eb;border-left:4px solid #16a34a;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:18px;animation:.2s openStoreDetails;display:grid}.store-detail-item{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;flex-direction:column;align-items:flex-start;gap:6px;min-width:0;padding:12px 14px;display:flex}.store-detail-label{color:#6b7280;text-transform:uppercase;letter-spacing:.3px;font-size:12px;font-weight:600}.store-detail-value{color:#111827;word-break:break-word;font-size:14px;font-weight:500;line-height:1.5}.store-location-editor{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;grid-column:1/-1;padding:16px}.store-location-editor h4{color:#111827;margin:0 0 14px;font-size:16px}.store-location-form{grid-template-columns:repeat(2,minmax(180px,1fr)) auto;align-items:end;gap:12px;display:grid}.store-location-form .store-form-group{margin:0}.store-location-form input{width:100%}.location-save-btn{white-space:nowrap;min-height:42px}.location-save-btn:disabled{opacity:.6;cursor:not-allowed}@keyframes openStoreDetails{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@media (width<=992px){.store-details-container,.store-location-form{grid-template-columns:repeat(2,minmax(0,1fr))}.location-save-btn{grid-column:1/-1}}@media (width<=600px){.store-details-container{grid-template-columns:1fr;padding:12px}.store-location-form{grid-template-columns:1fr}.location-save-btn{grid-column:auto;width:100%}.stores-table .details-toggle-btn{width:28px;height:28px;font-size:18px}}.order-flow-save-btn{margin-top:20px}.shops-store-type-group{flex-direction:column;display:flex}.shops-store-type-select{background:#fff;border:1px solid #d1d5db;border-radius:10px;width:100%;padding:12px;font-size:14px;transition:all .2s}.shops-store-type-select:focus{border-color:#16a34a;outline:none;box-shadow:0 0 0 3px #16a34a26}.shops-store-type-badge{color:#15803d;text-transform:capitalize;white-space:nowrap;background:#ecfdf5;border-radius:999px;justify-content:center;align-items:center;padding:6px 12px;font-size:13px;font-weight:600;display:inline-flex}.orders-page{padding:16px}.orders-header{margin-bottom:24px}.orders-header h1{color:#111827;margin:0;font-size:28px}.orders-header p{color:#6b7280;margin-top:6px;font-size:14px}.orders-table-container{background:#fff;border-radius:14px;overflow-x:auto;box-shadow:0 4px 18px #00000014}.orders-table{border-collapse:collapse;width:100%;min-width:1050px}.orders-table th{text-align:left;color:#374151;white-space:nowrap;background:#f8fafc;border-bottom:1px solid #e5e7eb;padding:15px 16px;font-size:14px;font-weight:700}.orders-table td{vertical-align:middle;color:#111827;border-bottom:1px solid #f1f5f9;padding:16px;font-size:14px}.orders-table tr:hover{background:#f9fafb}.order-main,.customer-main,.amount-main,.payment-main{flex-direction:column;gap:4px;display:flex}.order-main strong,.customer-main strong,.amount-main strong,.payment-main strong{color:#111827}.order-main span,.customer-main span,.amount-main span{color:#6b7280;font-size:13px}.amount-main strong{color:#15803d}.payment-badge{text-transform:capitalize;border-radius:999px;width:fit-content;padding:5px 10px;font-size:12px;font-weight:700}.payment-badge.paid{color:#15803d;background:#dcfce7}.payment-badge.unpaid{color:#dc2626;background:#fee2e2}.order-status-select{background:#fff;border:1px solid #d1d5db;border-radius:8px;outline:none;width:165px;padding:9px 10px;font-size:14px}.order-status-select:focus{border-color:#16a34a;box-shadow:0 0 0 3px #16a34a1f}.orders-action-buttons{flex-wrap:wrap;gap:8px;display:flex}.btn{cursor:pointer;border:none;border-radius:8px;padding:8px 12px;font-size:13px;font-weight:700}.view-btn{color:#4338ca;background:#eef2ff}.remarks-btn{color:#92400e;background:#fef3c7}.update-btn{color:#2563eb;background:#dbeafe}.cancel-btn{color:#374151;background:#f3f4f6}.save-btn{color:#fff;background:#16a34a}.orders-no-data{text-align:center;color:#6b7280;padding:35px}.modal-overlay{z-index:999;background:#0f172a8c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.order-modal,.remarks-modal{background:#fff;border-radius:16px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 25px 60px #00000040}.order-modal{max-width:900px}.remarks-modal{max-width:520px}.modal-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.modal-header h2{color:#111827;margin:0;font-size:22px}.modal-header p{color:#6b7280;margin:4px 0 0;font-size:14px}.modal-close{color:#111827;cursor:pointer;background:#f3f4f6;border:none;border-radius:50%;width:34px;height:34px;font-size:24px;line-height:1}.details-grid{grid-template-columns:1fr 1fr;gap:16px;padding:24px;display:grid}.details-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:16px}.details-card.full{grid-column:1/-1}.details-card h3{color:#111827;margin:0 0 12px;font-size:16px}.details-card p{color:#374151;margin:8px 0;font-size:14px}.items-list{flex-direction:column;gap:10px;display:flex}.detail-item{background:#fff;border:1px solid #e5e7eb;border-radius:10px;justify-content:space-between;gap:15px;padding:12px;display:flex}.detail-item div{flex-direction:column;gap:4px;display:flex}.detail-item span{color:#6b7280;font-size:13px}.total-card{background:#f0fdf4;border-color:#bbf7d0}.total-card p{justify-content:space-between;display:flex}.grand-total{border-top:1px solid #bbf7d0;padding-top:12px;color:#15803d!important;font-size:18px!important}.remarks-textarea{resize:vertical;border:1px solid #d1d5db;border-radius:10px;outline:none;width:calc(100% - 48px);min-height:170px;margin:24px;padding:14px;font-family:inherit;font-size:14px}.remarks-textarea:focus{border-color:#16a34a;box-shadow:0 0 0 3px #16a34a1f}.modal-footer{justify-content:flex-end;gap:10px;padding:0 24px 24px;display:flex}@media (width<=768px){.orders-page{padding:10px}.orders-header h1{font-size:24px}.modal-overlay{align-items:flex-start}.details-grid{grid-template-columns:1fr;padding:16px}.modal-header{padding:16px}.detail-item{flex-direction:column}.remarks-textarea{width:calc(100% - 32px);margin:16px}.modal-footer{padding:0 16px 16px}}.order-status-badge{text-transform:capitalize;white-space:nowrap;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:700;display:inline-block}.order-status-badge.order_received{color:#15803d;background:#dcfce7}.order-status-badge.rider_assigned{color:#2563eb;background:#dbeafe}.order-status-badge.collecting_items{color:#92400e;background:#fef3c7}.order-status-badge.on_the_way{color:#6d28d9;background:#ede9fe}.order-status-badge.delivered{color:#166534;background:#bbf7d0}.order-status-badge.cancelled{color:#dc2626;background:#fee2e2}.order-status-time{color:#6b7280;margin-top:6px;font-size:12px;display:block}.status-btn{color:#15803d;background:#ecfdf5}.status-modal-body{padding:24px}.status-modal-body label{color:#374151;margin-bottom:8px;font-size:14px;font-weight:700;display:block}.full-width{width:100%}.riders-page{padding:10px}.riders-page .page-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:25px;display:flex}.riders-page .page-header h1{color:#111827;margin:0;font-size:28px;font-weight:700}.riders-page .create-btn{color:#fff;cursor:pointer;background-color:#16a34a;border:none;border-radius:8px;padding:12px 18px;font-weight:600;transition:background-color .2s,transform .2s}.riders-page .create-btn:hover{background-color:#15803d;transform:translateY(-1px)}.riders-page .table-container{background-color:#fff;border-radius:12px;width:100%;overflow-x:auto;box-shadow:0 2px 10px #00000014}.riders-table{border-collapse:collapse;width:100%;min-width:1050px}.riders-table th,.riders-table td{text-align:center;vertical-align:middle;border-bottom:1px solid #e5e7eb;padding:14px 16px}.riders-table th{color:#374151;white-space:nowrap;background-color:#f8fafc;font-size:14px;font-weight:600}.riders-table tbody>tr:not(.rider-details-row){transition:background-color .2s}.riders-table tbody>tr:not(.rider-details-row):hover{background-color:#f9fafb}.riders-table tbody>tr:last-child td{border-bottom:none}.riders-table th:first-child,.riders-table td:first-child{width:60px}.riders-table .category-image,.rider-image{object-fit:cover;background-color:#f3f4f6;border-radius:8px;width:52px;height:52px;margin:0 auto;display:block}.riders-table .status,.rider-status{border-radius:20px;justify-content:center;align-items:center;min-width:76px;padding:6px 12px;font-size:13px;font-weight:600;line-height:1.2;display:inline-flex}.riders-table .status.active,.rider-status-active{color:#15803d;background-color:#dcfce7}.riders-table .status.inactive,.rider-status-inactive{color:#dc2626;background-color:#fee2e2}.riders-table .action-buttons,.rider-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;display:flex}.riders-table .edit-btn,.riders-table .delete-btn,.rider-edit-btn,.rider-toggle-btn{white-space:nowrap;cursor:pointer;border:none;border-radius:6px;padding:8px 12px;font-size:13px;font-weight:600;transition:opacity .2s,transform .2s}.riders-table .edit-btn,.rider-edit-btn,.rider-toggle-btn.inactive{color:#15803d;background-color:#dcfce7}.riders-table .delete-btn,.rider-toggle-btn.active{color:#dc2626;background-color:#fee2e2}.riders-table .edit-btn:hover,.riders-table .delete-btn:hover,.rider-edit-btn:hover,.rider-toggle-btn:hover{opacity:.85;transform:translateY(-1px)}.riders-table .details-toggle-btn{color:#16a34a;cursor:pointer;background-color:#fff;border:1px solid #d1d5db;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:21px;font-weight:700;line-height:1;transition:background-color .2s,border-color .2s,color .2s,transform .2s;display:inline-flex}.riders-table .details-toggle-btn:hover{background-color:#f0fdf4;border-color:#16a34a;transform:scale(1.05)}.riders-table .details-toggle-btn:focus-visible{border-color:#16a34a;outline:none;box-shadow:0 0 0 3px #16a34a24}.riders-table .rider-details-row,.riders-table .rider-details-row:hover{background-color:#f8fafc}.riders-table .rider-details-row>td{text-align:left;border-top:none;border-bottom:1px solid #d1d5db;padding:0}.rider-details-container{background-color:#f8fafc;border-left:4px solid #16a34a;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;padding:20px;animation:.2s openRiderDetails;display:grid}.rider-detail-item{background-color:#fff;border:1px solid #e5e7eb;border-radius:9px;flex-direction:column;justify-content:center;align-items:flex-start;gap:6px;min-width:0;min-height:72px;padding:13px 15px;transition:border-color .2s,box-shadow .2s;display:flex}.rider-detail-item:hover{border-color:#bbf7d0;box-shadow:0 2px 7px #16a34a0f}.detail-label{color:#6b7280;letter-spacing:.4px;text-transform:uppercase;font-size:11px;font-weight:700}.detail-value{color:#111827;overflow-wrap:anywhere;max-width:100%;font-size:14px;font-weight:500;line-height:1.5}.availability-value{text-transform:capitalize}.rider-detail-item .status{min-width:auto}.rider-working-hours-editor{background-color:#fff;border:1px solid #e5e7eb;border-radius:10px;grid-column:1/-1;padding:18px}.rider-working-hours-editor h4{color:#111827;margin:0 0 15px;font-size:16px;font-weight:700}.rider-working-hours-form{grid-template-columns:repeat(2,minmax(180px,1fr)) auto;align-items:end;gap:14px;display:grid}.rider-working-hours-form .form-group{margin:0}.rider-working-hours-form label{color:#374151;margin-bottom:6px;font-size:14px;font-weight:600;display:block}.rider-working-hours-form input{box-sizing:border-box;color:#111827;background-color:#fff;border:1px solid #d1d5db;border-radius:8px;outline:none;width:100%;padding:11px 12px;transition:border-color .2s,box-shadow .2s}.rider-working-hours-form input:focus{border-color:#16a34a;box-shadow:0 0 0 3px #16a34a1a}.rider-working-hours-form small{color:#6b7280;margin-top:5px;font-size:12px;font-weight:500;display:block}.working-hours-save-btn{white-space:nowrap;min-height:42px}.working-hours-save-btn:disabled{opacity:.6;cursor:not-allowed}.rider-modal-overlay{z-index:1000;background-color:#0f172a73;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.rider-modal-box{background-color:#fff;border-radius:16px;width:900px;max-width:96%;max-height:90vh;padding:28px;overflow-y:auto;box-shadow:0 20px 45px #0f172a2e}.rider-modal-header{justify-content:space-between;align-items:center;gap:15px;margin-bottom:22px;display:flex}.rider-modal-header h2{color:#111827;margin:0;font-size:23px;font-weight:700}.rider-modal-header .close-btn,.rider-close-btn{color:#6b7280;cursor:pointer;background-color:#0000;border:none;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;padding:0;font-size:27px;line-height:1;transition:background-color .2s,color .2s;display:inline-flex}.rider-modal-header .close-btn:hover,.rider-close-btn:hover{color:#111827;background-color:#f3f4f6}.rider-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 22px;display:grid}.rider-form .form-group{flex-direction:column;min-width:0;display:flex}.rider-form .form-group label{color:#374151;margin-bottom:6px;font-size:14px;font-weight:600}.rider-form .form-group input,.rider-form .form-group select{box-sizing:border-box;color:#111827;background-color:#fff;border:1px solid #d1d5db;border-radius:10px;outline:none;width:100%;padding:12px;transition:border-color .2s,box-shadow .2s}.rider-form .form-group input:focus,.rider-form .form-group select:focus{border-color:#16a34a;box-shadow:0 0 0 3px #16a34a1a}.rider-form .form-group small{color:#6b7280;margin-top:5px;font-size:12px}.working-hours-fields{background-color:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 22px;padding:16px;display:grid}.rider-modal-actions{grid-column:1/-1;justify-content:flex-end;align-items:center;gap:10px;margin-top:8px;display:flex}.rider-cancel-btn,.rider-save-btn{cursor:pointer;border:none;border-radius:8px;padding:11px 18px;font-weight:600;transition:background-color .2s,opacity .2s,transform .2s}.rider-cancel-btn{color:#374151;background-color:#f3f4f6}.rider-cancel-btn:hover{background-color:#e5e7eb}.rider-save-btn{color:#fff;background-color:#16a34a}.rider-save-btn:hover:not(:disabled){background-color:#15803d;transform:translateY(-1px)}.riders-table td h5{color:#6b7280;margin:10px 0;font-size:15px;font-weight:500}@keyframes openRiderDetails{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@media (width<=992px){.rider-details-container,.rider-working-hours-form{grid-template-columns:repeat(2,minmax(0,1fr))}.working-hours-save-btn{grid-column:1/-1;justify-self:flex-end}}@media (width<=768px){.riders-page .page-header{flex-direction:column;align-items:flex-start}.riders-page .create-btn{width:100%}.riders-table .action-buttons,.rider-actions{flex-direction:column;align-items:stretch}.rider-modal-overlay{align-items:flex-start;padding:12px}.rider-modal-box{border-radius:12px;width:100%;max-width:100%;max-height:calc(100vh - 24px);margin-top:12px;padding:20px}.rider-form{grid-template-columns:1fr}.working-hours-fields{grid-column:auto;grid-template-columns:1fr}.rider-modal-actions{grid-column:auto}}@media (width<=600px){.riders-page{padding:5px}.riders-page .page-header h1{font-size:24px}.rider-details-container{border-left-width:3px;grid-template-columns:1fr;gap:10px;padding:12px}.rider-detail-item{min-height:auto;padding:12px}.rider-working-hours-editor{padding:14px}.rider-working-hours-form{grid-template-columns:1fr}.working-hours-save-btn{grid-column:auto;width:100%}.riders-table .details-toggle-btn{width:28px;height:28px;font-size:18px}.rider-modal-actions{flex-direction:column-reverse}.rider-cancel-btn,.rider-save-btn{width:100%}}.delivery-settings-page{max-width:1100px;margin:0 auto;padding:10px}.delivery-settings-header{margin-bottom:24px}.delivery-settings-header h1{color:#111827;margin:0 0 6px;font-size:28px;font-weight:700}.delivery-settings-header p{color:#6b7280;margin:0;font-size:14px}.delivery-settings-card{background:#fff;border-radius:14px;padding:24px;box-shadow:0 2px 12px #00000014}.delivery-settings-section{border-bottom:1px solid #e5e7eb;padding:22px 0}.delivery-settings-section:first-of-type{padding-top:0}.delivery-settings-section-header{margin-bottom:18px}.delivery-settings-section-header h2{color:#111827;margin:0 0 5px;font-size:19px;font-weight:700}.delivery-settings-section-header p{color:#6b7280;margin:0;font-size:13px}.delivery-settings-mode-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.delivery-settings-mode-card{cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:12px;align-items:flex-start;gap:12px;padding:18px;transition:all .2s;display:flex}.delivery-settings-mode-card:hover{background:#f9fafb;border-color:#86efac}.delivery-settings-mode-card-active{background:#f0fdf4;border-color:#16a34a}.delivery-settings-mode-card input{accent-color:#16a34a;margin-top:4px}.delivery-settings-mode-card div{flex-direction:column;gap:5px;display:flex}.delivery-settings-mode-card strong{color:#111827;font-size:15px}.delivery-settings-mode-card span{color:#6b7280;font-size:13px;line-height:1.4}.delivery-settings-field{max-width:400px}.delivery-settings-field label{color:#374151;margin-bottom:7px;font-size:13px;font-weight:600;display:block}.delivery-settings-money-input{background:#fff;border:1px solid #d1d5db;border-radius:8px;align-items:center;display:flex;overflow:hidden}.delivery-settings-money-input:focus-within{border-color:#16a34a}.delivery-settings-money-input span{color:#4b5563;background:#f3f4f6;border-right:1px solid #d1d5db;padding:10px 12px;font-weight:600}.delivery-settings-money-input input{border:none;outline:none;flex:1;min-width:0;padding:10px 12px;font-size:14px}.delivery-settings-preview{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:9px;align-items:baseline;gap:10px;margin-top:18px;padding:15px 17px;display:flex}.delivery-settings-preview span{color:#4b5563;font-size:13px}.delivery-settings-preview strong{color:#15803d;font-size:22px}.delivery-settings-preview small{color:#6b7280}.delivery-settings-rates-heading{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.delivery-settings-add-rate-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#16a34a;border:none;border-radius:8px;padding:10px 14px;font-weight:600}.delivery-settings-add-rate-btn:hover{background:#15803d}.delivery-settings-rates{border:1px solid #e5e7eb;border-radius:10px;overflow:hidden}.delivery-settings-rate-table-header,.delivery-settings-rate-row{grid-template-columns:minmax(160px,1fr) minmax(160px,1fr) 100px;align-items:center;gap:15px;display:grid}.delivery-settings-rate-table-header{color:#4b5563;background:#f9fafb;padding:11px 15px;font-size:12px;font-weight:700}.delivery-settings-rate-row{border-top:1px solid #e5e7eb;padding:14px 15px}.delivery-settings-distance-input{border:1px solid #d1d5db;border-radius:8px;align-items:center;display:flex;overflow:hidden}.delivery-settings-distance-input:focus-within{border-color:#16a34a}.delivery-settings-distance-input input{border:none;outline:none;flex:1;width:100%;padding:10px 12px;font-size:14px}.delivery-settings-distance-input span{color:#4b5563;background:#f3f4f6;border-left:1px solid #d1d5db;padding:10px 12px;font-size:13px}.delivery-settings-remove-rate-btn{color:#dc2626;cursor:pointer;background:#fff;border:1px solid #ef4444;border-radius:7px;padding:9px 10px;font-weight:600}.delivery-settings-remove-rate-btn:hover{background:#fef2f2}.delivery-settings-example{background:#f9fafb;border:1px solid #e5e7eb;border-radius:9px;margin-top:16px;padding:14px 16px}.delivery-settings-example strong{color:#111827;margin-bottom:6px;display:block}.delivery-settings-example p{color:#6b7280;margin:4px 0;font-size:13px;line-height:1.5}.delivery-settings-empty-rates{text-align:center;background:#f9fafb;border:1px dashed #d1d5db;border-radius:10px;padding:30px}.delivery-settings-empty-rates h3{color:#111827;margin:0 0 5px}.delivery-settings-empty-rates p{color:#6b7280;margin:0 0 14px;font-size:13px}.delivery-settings-empty-rates button{color:#fff;cursor:pointer;background:#16a34a;border:none;border-radius:8px;padding:9px 14px;font-weight:600}.delivery-settings-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin-bottom:18px;padding:12px 14px;font-size:13px}.delivery-settings-success{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;margin-bottom:18px;padding:12px 14px;font-size:13px}.delivery-settings-actions{justify-content:flex-end;padding-top:22px;display:flex}.delivery-settings-save-btn{color:#fff;cursor:pointer;background:#16a34a;border:none;border-radius:9px;min-width:210px;padding:12px 18px;font-weight:700}.delivery-settings-save-btn:hover:not(:disabled){background:#15803d}.delivery-settings-save-btn:disabled{opacity:.6;cursor:not-allowed}.delivery-settings-loading{text-align:center;color:#6b7280;background:#fff;border-radius:12px;padding:50px;box-shadow:0 2px 10px #0000000f}@media (width<=800px){.delivery-settings-mode-grid{grid-template-columns:1fr}.delivery-settings-rates-heading{flex-direction:column}.delivery-settings-add-rate-btn{width:100%}.delivery-settings-rate-table-header{display:none}.delivery-settings-rate-row{grid-template-columns:1fr}.delivery-settings-remove-rate-btn{width:100%}}@media (width<=600px){.delivery-settings-page{padding:5px}.delivery-settings-card{padding:16px}.delivery-settings-header h1{font-size:24px}.delivery-settings-preview{flex-direction:column;align-items:flex-start;gap:4px}.delivery-settings-actions{display:block}.delivery-settings-save-btn{width:100%}}
