.notification-container{position:fixed;top:16px;right:16px;z-index:10000;display:flex;flex-direction:column;gap:12px;pointer-events:none}.notification-container>.notification{pointer-events:auto}@media (max-width: 480px){.notification-container{left:12px;right:12px;top:12px}}.notification{position:relative;z-index:1;width:min(92vw,420px);max-width:420px;background:#fff;border-radius:12px;box-shadow:0 8px 32px #0000001f;border-left:4px solid;overflow:hidden;transform:translate(16px);transition:all .3s cubic-bezier(.4,0,.2,1)}.notification.show{transform:translate(0)}.notification.hide{transform:translate(16px)}.notification.success{border-left-color:#4caf50}.notification.success .notification-icon .icon{background:linear-gradient(135deg,#4caf50,#45a049);color:#fff}.notification.success .progress-bar{background:linear-gradient(90deg,#4caf50,#45a049)}.notification.error{border-left-color:#f44336}.notification.error .notification-icon .icon{background:linear-gradient(135deg,#f44336,#d32f2f);color:#fff}.notification.error .progress-bar{background:linear-gradient(90deg,#f44336,#d32f2f)}.notification.warning{border-left-color:#ff9800}.notification.warning .notification-icon .icon{background:linear-gradient(135deg,#ff9800,#f57c00);color:#fff}.notification.warning .progress-bar{background:linear-gradient(90deg,#ff9800,#f57c00)}.notification.info{border-left-color:maroon}.notification.info .notification-icon .icon{background:linear-gradient(135deg,maroon,brown);color:#fff}.notification.info .progress-bar{background:linear-gradient(90deg,maroon,brown)}@media (max-width: 768px){.notification{width:min(94vw,420px)}}.notification-content{display:flex;align-items:flex-start;gap:15px;padding:20px;position:relative}.notification-icon{flex-shrink:0}.notification-icon .icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;font-size:16px;font-weight:700;box-shadow:0 2px 8px #00000026}.notification-text{flex:1;min-width:0}.notification-text .message{font-size:15px;font-weight:600;color:#2c1810;line-height:1.4;margin-bottom:4px}.notification-text .hindi-message{font-size:13px;color:maroon;font-weight:500}.notification-close{position:absolute;top:15px;right:15px;background:none;border:none;font-size:20px;color:#999;cursor:pointer;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s}.notification-close:hover{background:#f5f5f5;color:#2c1810}.notification-progress{position:absolute;bottom:0;left:0;right:0;height:3px;background:#f0f0f0}.notification-progress .progress-bar{height:100%;width:100%;animation:progress 4s linear forwards;transform-origin:left}@keyframes progress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.admin-sidebar{width:260px;background:#fff;color:#333;height:100vh;position:fixed;left:0;top:0;overflow-y:auto;border-right:1px solid #e5e5e5;box-shadow:1px 0 #0000000d}.admin-sidebar::-webkit-scrollbar{width:6px}.admin-sidebar::-webkit-scrollbar-track{background:#f5f5f5}.admin-sidebar::-webkit-scrollbar-thumb{background:#ddd;border-radius:3px}.admin-sidebar__logo{padding:24px 20px;border-bottom:1px solid #e5e5e5}.admin-sidebar__logo-img{height:48px;width:auto;object-fit:contain}.admin-sidebar__logo h2{margin:12px 0 0;font-size:16px;color:#333;font-weight:600;letter-spacing:.3px}.admin-sidebar__logo a{text-decoration:none;display:block}.admin-sidebar__nav{padding:16px 0}.admin-sidebar__nav-item{display:flex;align-items:center;padding:10px 20px;color:#637381;text-decoration:none;transition:all .15s ease;font-size:14px;font-weight:500;margin:2px 8px;border-radius:8px;position:relative}.admin-sidebar__nav-item:hover{background:#f5f5f5;color:#212b36}.admin-sidebar__nav-item.active{background:#5f86f71a;color:#5f86f7;font-weight:600}.admin-sidebar__nav-item.active:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:20px;background:#5f86f7;border-radius:0 2px 2px 0}.admin-sidebar__nav-icon{margin-right:12px;font-size:18px;width:20px;text-align:center}.admin-sidebar__nav-label{font-size:14px}@media (max-width: 768px){.admin-sidebar{transform:translate(-100%);transition:transform .3s ease}.admin-sidebar.mobile-open{transform:translate(0)}}.admin-header{display:flex;justify-content:space-between;align-items:center;padding:16px 32px;background:#fff;border-bottom:1px solid #e5e5e5;position:sticky;top:0;z-index:100;box-shadow:0 1px #0000000d}.admin-header__title h1{margin:0;font-size:20px;color:#212b36;font-weight:600;letter-spacing:-.2px}.admin-header__user{display:flex;align-items:center;gap:16px}.admin-header__username{font-weight:500;color:#637381;font-size:14px}.admin-header__logout-btn{padding:8px 16px;background:#fff;color:#5f86f7;border:1px solid #e5e5e5;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s ease}.admin-header__logout-btn:hover{background:#f5f5f5;border-color:#5f86f7}@media (max-width: 768px){.admin-header{padding:12px 20px}.admin-header__title h1{font-size:18px}}.admin-layout{display:flex;min-height:100vh;background:#f6f6f7}.admin-layout__content{flex:1;margin-left:260px;background:#f6f6f7;min-height:100vh}@media (max-width: 768px){.admin-layout__content{margin-left:0}}.admin-layout__main{padding:32px;min-height:calc(100vh - 70px)}@media (max-width: 768px){.admin-layout__main{padding:20px}}.admin-loading{display:flex;justify-content:center;align-items:center;height:100vh;font-size:16px;color:#637381;font-weight:500}.admin-table{background:#fff;border-radius:12px;overflow:hidden;border:1px solid #e5e5e5;box-shadow:0 1px 3px #0000000d}.admin-table table{width:100%;border-collapse:collapse}.admin-table table thead{background:#fafbfb}.admin-table table thead th{padding:14px 20px;text-align:left;font-weight:600;color:#637381;font-size:13px;text-transform:uppercase;letter-spacing:.3px;border-bottom:1px solid #e5e5e5}.admin-table table tbody tr{border-bottom:1px solid #f5f5f5;transition:all .15s ease}.admin-table table tbody tr:hover{background:#fafbfb}.admin-table table tbody tr:last-child{border-bottom:none}.admin-table table tbody td{padding:14px 20px;color:#212b36;font-size:14px}.admin-link{color:#5f86f7;text-decoration:none;font-weight:500;font-size:14px}.admin-link:hover{color:#4a6cf8;text-decoration:underline}.status-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.3px}.status-badge--pending{background:#fff4e5;color:#bf7500;border:1px solid #FFE0B2}.status-badge--confirmed{background:#e3f2fd;color:#1976d2;border:1px solid #BBDEFB}.status-badge--processing{background:#e8f5e9;color:#388e3c;border:1px solid #C8E6C9}.status-badge--shipped{background:#f3e5f5;color:#7b1fa2;border:1px solid #E1BEE7}.status-badge--delivered{background:#e8f5e9;color:#2e7d32;border:1px solid #A5D6A7}.status-badge--cancelled{background:#ffebee;color:#c62828;border:1px solid #FFCDD2}.status-badge--refunded{background:#fff9c4;color:#f57f17;border:1px solid #FFF59D}.payment-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600}.payment-badge.paid{background:#e8f5e9;color:#2e7d32;border:1px solid #A5D6A7}.payment-badge.unpaid{background:#ffebee;color:#c62828;border:1px solid #FFCDD2}.admin-pagination{display:flex;justify-content:center;align-items:center;gap:12px;margin-top:24px}.admin-pagination__btn{padding:8px 16px;background:#fff;color:#212b36;border:1px solid #e5e5e5;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s ease}.admin-pagination__btn:disabled{background:#f5f5f5;color:#c4cdd5;cursor:not-allowed;border-color:#e5e5e5}.admin-pagination__btn:not(:disabled):hover{background:#fafbfb;border-color:#5f86f7;color:#5f86f7}.admin-pagination__info{font-size:14px;color:#637381;font-weight:500}.admin-dashboard__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.admin-dashboard__header h2{margin:0;font-size:24px;font-weight:600;color:#212b36}@media (max-width: 768px){.admin-dashboard__header{flex-direction:column;gap:16px;align-items:flex-start}}.admin-dashboard__period-select{padding:8px 16px;border:1px solid #e5e5e5;border-radius:6px;background:#fff;color:#212b36;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.admin-dashboard__period-select:hover{border-color:#5f86f7}.admin-dashboard__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px;margin-bottom:32px}.admin-dashboard__grid{display:grid;grid-template-columns:2fr 1fr;gap:24px;margin-bottom:24px}@media (max-width: 768px){.admin-dashboard__grid{grid-template-columns:1fr}}.admin-dashboard__section{background:#fff;border-radius:12px;border:1px solid #e5e5e5;padding:24px;box-shadow:0 1px 3px #0000000d}.admin-dashboard__section h3{margin:0 0 20px;font-size:16px;font-weight:600;color:#212b36;padding-bottom:12px;border-bottom:1px solid #e5e5e5}.admin-dashboard__section--full{margin-bottom:24px}.admin-dashboard__section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.admin-dashboard__section-header h3{margin:0;padding-bottom:0;border-bottom:none}.admin-dashboard__abandoned{background:#fff;border-radius:12px;border:1px solid #e5e5e5;padding:24px;box-shadow:0 1px 3px #0000000d}.admin-dashboard__abandoned h3{margin:0 0 16px;font-size:16px;font-weight:600;color:#212b36;padding-bottom:12px;border-bottom:1px solid #e5e5e5}.admin-dashboard__abandoned-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.admin-dashboard__abandoned-stats div{padding:16px;background:#fafbfb;border-radius:8px;font-size:14px;color:#637381}.admin-dashboard__abandoned-stats div strong{color:#212b36;font-weight:600}.stat-card{background:#fff;border-radius:12px;border:1px solid #e5e5e5;padding:24px;display:flex;align-items:flex-start;gap:20px;transition:all .2s ease;box-shadow:0 1px 3px #0000000d}.stat-card:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.stat-card__icon{font-size:32px;flex-shrink:0}.stat-card__content{flex:1}.stat-card h3{margin:0 0 8px;font-size:13px;font-weight:600;color:#637381;text-transform:uppercase;letter-spacing:.5px}.stat-card__value{margin:0 0 6px;font-size:28px;font-weight:700;color:#212b36;line-height:1}.stat-card__label{font-size:13px;color:#637381;display:block}.stat-card__growth{font-size:13px;font-weight:600;margin-top:8px;display:inline-block;padding:4px 8px;border-radius:4px}.stat-card__growth.positive{color:#1a7f37;background:#e8f5e9}.stat-card__growth.negative{color:#cf1124;background:#ffebee}.top-products .top-product-item{display:flex;align-items:center;gap:16px;padding:12px 0;border-bottom:1px solid #f5f5f5}.top-products .top-product-item:last-child{border-bottom:none}.top-products .top-product-item__rank{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#f5f5f5;border-radius:50%;font-weight:600;color:#637381;font-size:14px}.top-products .top-product-item__info{flex:1}.top-products .top-product-item__info h4{margin:0 0 4px;font-size:14px;font-weight:600;color:#212b36}.top-products .top-product-item__info p{margin:0;font-size:13px;color:#637381}@media (max-width: 480px){.admin-dashboard__stats{grid-template-columns:1fr}}.admin-orders .customer-phone-link{color:#1a73e8;text-decoration:none;font-weight:500}.admin-orders .customer-phone-link:hover{text-decoration:underline}.admin-orders .customer-phone-empty{color:#8c98a4}.admin-orders__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.admin-orders__header h2{margin:0;font-size:24px;font-weight:600;color:#212b36}@media (max-width: 768px){.admin-orders__header{flex-direction:column;gap:16px;align-items:flex-start}}.admin-orders__filters{display:flex;gap:12px;margin-bottom:24px;flex-wrap:wrap}.admin-orders__filters select,.admin-orders__filters input{padding:8px 16px;border:1px solid #e5e5e5;border-radius:6px;background:#fff;font-size:14px;font-weight:500;color:#212b36}.admin-orders__filters select:focus,.admin-orders__filters input:focus{outline:none;border-color:#5f86f7}.admin-orders__search{flex:1;min-width:250px}.admin-orders__search input{width:100%;padding:10px 16px}.admin-orders__actions{background:#fff;padding:16px 20px;border:1px solid #e5e5e5;border-radius:8px;margin-bottom:24px;display:flex;justify-content:space-between;align-items:center}.admin-orders__actions .selected-count{font-size:14px;color:#637381;font-weight:500}.admin-orders__actions .action-buttons{display:flex;gap:8px}.admin-orders__table{background:#fff;border-radius:12px;border:1px solid #e5e5e5;overflow:hidden;box-shadow:0 1px 3px #0000000d}.admin-orders__table table{width:100%;border-collapse:collapse}.admin-orders__table table thead{background:#fafbfb}.admin-orders__table table thead th{padding:14px 20px;text-align:left;font-weight:600;color:#637381;font-size:13px;text-transform:uppercase;letter-spacing:.3px;border-bottom:1px solid #e5e5e5}.admin-orders__table table thead th input[type=checkbox]{cursor:pointer}.admin-orders__table table tbody tr{border-bottom:1px solid #f5f5f5;transition:all .15s}.admin-orders__table table tbody tr:hover{background:#fafbfb}.admin-orders__table table tbody tr:last-child{border-bottom:none}.admin-orders__table table tbody td{padding:16px 20px;color:#212b36;font-size:14px}.admin-orders__table .order-cell{display:flex;align-items:center;gap:12px}.admin-orders__table .order-cell input[type=checkbox]{cursor:pointer}.admin-orders__table .order-cell .order-link{color:#5f86f7;text-decoration:none;font-weight:600}.admin-orders__table .order-cell .order-link:hover{text-decoration:underline}.admin-orders__table .order-cell .order-customer{display:flex;flex-direction:column}.admin-orders__table .order-cell .order-customer .customer-name{font-weight:500;color:#212b36}.admin-orders__table .order-cell .order-customer .customer-email{font-size:12px;color:#637381}.admin-orders__table .order-link{color:#5f86f7;text-decoration:none;font-weight:600;font-size:14px}.admin-orders__table .order-link:hover{text-decoration:underline}.admin-orders__table .dropdown{position:relative}.admin-orders__table .dropdown__trigger{padding:6px 12px;border:1px solid #e5e5e5;border-radius:6px;background:#fff;cursor:pointer;font-size:13px;font-weight:500;transition:all .15s}.admin-orders__table .dropdown__trigger:hover{background:#f5f5f5;border-color:#c4cdd5}.admin-orders__table .dropdown__menu{position:absolute;top:100%;right:0;margin-top:8px;background:#fff;border:1px solid #e5e5e5;border-radius:8px;box-shadow:0 4px 12px #00000026;min-width:200px;z-index:10}.admin-orders__table .dropdown__menu button{width:100%;padding:10px 16px;border:none;background:#fff;text-align:left;cursor:pointer;font-size:14px;color:#212b36;transition:background .15s}.admin-orders__table .dropdown__menu button:hover{background:#f5f5f5}.admin-orders__table .dropdown__menu button:first-child{border-top-left-radius:8px;border-top-right-radius:8px}.admin-orders__table .dropdown__menu button:last-child{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;width:100%;max-width:500px;max-height:90vh;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid #e5e5e5}.modal-header h3{margin:0;font-size:20px;color:#212b36;font-weight:600}.modal-close{background:none;border:none;font-size:28px;cursor:pointer;color:#637381;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:color .2s}.modal-close:hover{color:#212b36}.modal-form{padding:24px}.modal-form .form-group{margin-bottom:20px}.modal-form .form-group label{display:block;margin-bottom:8px;font-weight:600;color:#212b36;font-size:14px}.modal-form .form-group input{width:100%;padding:10px 14px;border:1px solid #e5e5e5;border-radius:6px;font-size:14px;transition:all .2s}.modal-form .form-group input:focus{outline:none;border-color:#5f86f7}.modal-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:24px;padding-top:24px;border-top:1px solid #e5e5e5}.btn-cancel{padding:10px 20px;background:#fff;color:#637381;border:1px solid #e5e5e5;border-radius:6px;cursor:pointer;font-weight:500;transition:all .2s}.btn-cancel:hover{background:#f5f5f5}.btn-primary{padding:10px 20px;background:#5f86f7;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:500;transition:background .2s}.btn-primary:hover{background:#4a6cf8}.btn-danger{padding:8px 16px;background:#dc3545;color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:500;transition:background .2s}.btn-danger:hover{background:#c82333}@media (max-width: 480px){.admin-orders__filters{flex-direction:column}.admin-orders__actions{flex-direction:column;gap:16px}}.admin-products__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.admin-products__header h2{margin:0;font-size:24px;font-weight:600;color:#212b36}@media (max-width: 768px){.admin-products__header{flex-direction:column;gap:16px;align-items:flex-start}}.admin-products__filters{display:flex;gap:12px;margin-bottom:24px;flex-wrap:wrap}.admin-products__search{flex:1;min-width:250px;padding:10px 16px;border:1px solid #e5e5e5;border-radius:6px;background:#fff;font-size:14px;transition:all .2s}.admin-products__search:focus{outline:none;border-color:#5f86f7}.admin-products__bulk-actions{background:#fff;padding:16px 20px;border:1px solid #e5e5e5;border-radius:8px;margin-bottom:24px;display:flex;justify-content:space-between;align-items:center}.admin-products__bulk-actions .selected-count{font-size:14px;color:#637381;font-weight:500}.admin-products__bulk-buttons{display:flex;gap:8px}.admin-products__image{width:60px;height:60px;object-fit:cover;border-radius:8px;border:1px solid #e5e5e5}.admin-products__actions{display:flex;gap:8px;position:relative;z-index:1;pointer-events:auto}.admin-products__empty{text-align:center;padding:80px 20px;background:#fff;border-radius:12px;border:1px solid #e5e5e5}.admin-products__empty p{font-size:16px;color:#637381;margin-bottom:20px}.admin-products__order-help{margin:-8px 0 16px;font-size:13px;color:#637381}.admin-products__category-group{background:#fff;border:1px solid #e5e5e5;border-radius:10px;margin-bottom:18px;overflow:hidden}.admin-products__category-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid #e5e5e5;background:#f8fafc}.admin-products__category-header h3{margin:0;font-size:15px;font-weight:600;color:#212b36}.admin-products__category-header span{font-size:12px;color:#637381}.admin-products__drag-handle{display:inline-flex;align-items:center;justify-content:center;min-width:24px;font-weight:700;color:#8a94a6;cursor:grab;-webkit-user-select:none;user-select:none}.admin-products__drag-over-row{outline:2px dashed #5f86f7;outline-offset:-2px}.stock-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600}.stock-badge.out{background:#ffebee;color:#c62828}.stock-badge.low{background:#fff4e5;color:#bf7500}.stock-badge.good{background:#e8f5e9;color:#2e7d32}.status-toggle{padding:6px 12px;border:1px solid #e5e5e5;border-radius:6px;background:#fff;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s;position:relative;z-index:1;pointer-events:auto}.status-toggle:focus{outline:2px solid #5F86F7;outline-offset:2px}.status-toggle.active{background:#e8f5e9;color:#2e7d32;border-color:#a5d6a7}.status-toggle.active:hover{background:#c8e6c9}.status-toggle.inactive{background:#ffebee;color:#c62828;border-color:#ffcdd2}.status-toggle.inactive:hover{background:#ffcdd2}.featured-toggle{padding:6px 12px;border:none;background:transparent;font-size:20px;cursor:pointer;transition:all .2s}.featured-toggle:hover{transform:scale(1.2)}.featured-toggle.featured{color:#f93}.btn{padding:10px 20px;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;text-decoration:none;display:inline-flex;align-items:center;gap:8px}.btn.btn-primary{background:#5f86f7;color:#fff}.btn.btn-primary:hover{background:#4a6cf8}.btn.btn-secondary{background:#6c757d;color:#fff}.btn.btn-secondary:hover{background:#5a6268}.btn.btn-success{background:#28a745;color:#fff}.btn.btn-success:hover{background:#218838}.btn.btn-warning{background:#f93;color:#fff}.btn.btn-warning:hover{background:#e67300}.btn.btn-danger{background:#dc3545;color:#fff}.btn.btn-danger:hover{background:#c82333}.btn.btn-sm{padding:6px 12px;font-size:13px}@media (max-width: 480px){.admin-products__filters{flex-direction:column}.admin-products__bulk-actions{flex-direction:column;gap:16px}}
