.login-main-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;justify-content:center;min-height:100vh;padding:20px}.login-main-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff3;border-radius:24px;box-shadow:0 25px 50px #00000026,0 0 0 1px #ffffff1a;max-width:440px;padding:50px 40px;width:100%}.login-main-header{margin-bottom:40px;text-align:center}.login-main-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:#2d3748;font-size:32px;font-weight:700;margin-bottom:12px}.login-main-header p{color:#718096;font-size:16px;font-weight:500}.login-main-form{margin-bottom:30px}.login-main-input-group{margin-bottom:24px;position:relative}.login-main-input-icon{color:#a0aec0;height:20px;left:18px;position:absolute;top:50%;transform:translateY(-50%);transition:color .3s ease;width:20px}.login-main-input-group input{background:#fff;border:2px solid #e2e8f0;border-radius:16px;box-shadow:0 2px 4px #00000005;box-sizing:border-box;color:#2d3748;display:block;font-size:16px;font-weight:500;padding:18px 10px 18px 48px;transition:all .3s ease;width:100%}.login-main-input-group input::placeholder{color:#a0aec0;font-weight:400}.login-main-input-group input:focus{background:#fff;border-color:#667eea;box-shadow:0 0 0 4px #667eea1a,0 4px 12px #667eea1a;outline:none;transform:translateY(-1px)}.login-main-input-group input:focus+.login-main-input-icon{color:#667eea}.login-main-password-toggle{background:none;border:none;border-radius:8px;color:#a0aec0;cursor:pointer;padding:6px;position:absolute;right:18px;top:50%;transform:translateY(-50%);transition:all .3s ease}.login-main-password-toggle:hover{background:#667eea1a;color:#667eea}.login-main-button{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:16px;box-shadow:0 4px 15px #667eea4d;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:12px;justify-content:center;margin-top:10px;padding:18px;transition:all .3s ease;width:100%}.login-main-button:hover:not(:disabled){box-shadow:0 8px 25px #667eea66,0 0 0 1px #ffffff1a;transform:translateY(-2px)}.login-main-button:active:not(:disabled){transform:translateY(0)}.login-main-button:disabled{box-shadow:none;cursor:not-allowed;opacity:.7;transform:none}.login-main-spinner{animation:login-main-spin 1s linear infinite}@keyframes login-main-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.login-main-error-message{background:linear-gradient(135deg,#fed7d7,#feb2b2);border:1px solid #fc8181;border-radius:12px;box-shadow:0 2px 8px #feb2b233;color:#c53030;font-size:14px;font-weight:500;margin-bottom:20px;padding:16px;text-align:center}.login-main-security-notice{background:linear-gradient(135deg,#ebf8ff,#bee3f8);border:1px solid #90cdf4;border-radius:12px;box-shadow:0 2px 8px #90cdf41a;margin-top:30px;padding:16px;text-align:center}.login-main-security-notice p{align-items:center;color:#2b6cb0;display:flex;font-size:13px;font-weight:600;gap:8px;justify-content:center;margin:0}@media (max-width:480px){.login-main-container{background:linear-gradient(135deg,#667eea,#764ba2);padding:15px}.login-main-card{border-radius:20px;margin:10px;padding:40px 25px}.login-main-header h1{font-size:28px}.login-main-header p{font-size:15px}.login-main-input-group input{font-size:15px;padding:16px 16px 16px 48px}.login-main-button{font-size:15px;padding:16px}}@media (max-width:360px){.login-main-card{padding:35px 20px}.login-main-header h1{font-size:26px}.login-main-input-group input{padding:14px 14px 14px 46px}}@keyframes login-main-pulse{0%{opacity:1}50%{opacity:.7}to{opacity:1}}.login-main-button:disabled{animation:login-main-pulse 1.5s ease-in-out infinite}.login-main-input-group input:focus-visible{outline:2px solid #667eea;outline-offset:2px}.login-main-button:focus-visible{outline:2px solid #2d3748;outline-offset:2px}:root{--primary:#6366f1;--primary-dark:#4f46e5;--secondary:#10b981;--danger:#ef4444;--warning:#f59e0b;--dark:#1f2937;--light:#f9fafb;--gray:#6b7280;--gray-light:#e5e7eb;--success:#10b981}*{box-sizing:border-box;margin:0;padding:0}body{background:#f8fafc;color:#1f2937;color:var(--dark);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.admin-container{max-width:100%;min-height:100vh;overflow-x:hidden;padding:20px}.admin-header{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;gap:20px;justify-content:space-between;margin-bottom:24px;padding:20px}.admin-header,.header-left{align-items:center;display:flex;flex-wrap:wrap}.header-left{gap:24px}.header-left h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#6366f1,#4f46e5);background:linear-gradient(135deg,var(--primary),var(--primary-dark));-webkit-background-clip:text;background-clip:text;font-size:28px;font-weight:700}.collection-select{background:#fff;border:2px solid #e5e7eb;border:2px solid var(--gray-light);border-radius:12px;cursor:pointer;font-size:14px;font-weight:500;min-width:200px;padding:10px 16px;transition:all .3s}.collection-select:focus{border-color:#6366f1;border-color:var(--primary);box-shadow:0 0 0 3px #6366f11a;outline:none}.header-right{gap:16px}.header-right,.user-info{align-items:center;display:flex}.user-info{background:#f9fafb;background:var(--light);border-radius:12px;gap:12px;padding:8px 16px}.admin-email{color:#6b7280;color:var(--gray);font-size:14px;font-weight:500}.btn-logout{background:linear-gradient(135deg,#ef4444,#dc2626);background:linear-gradient(135deg,var(--danger),#dc2626);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:8px 16px;transition:all .3s}.btn-logout:hover{box-shadow:0 4px 12px #ef444433;transform:translateY(-2px)}.stats-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin-bottom:24px}.stat-card{align-items:center;background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;display:flex;gap:20px;padding:24px;transition:transform .3s}.stat-card:hover{transform:translateY(-4px)}.stat-card.premium{border-top:4px solid #6366f1;border-top:4px solid var(--primary)}.stat-card.free{border-top:4px solid #10b981;border-top:4px solid var(--success)}.stat-card.active{border-top:4px solid #10b981;border-top:4px solid var(--secondary)}.stat-icon{align-items:center;background:linear-gradient(135deg,#6366f1,#4f46e5);background:linear-gradient(135deg,var(--primary),var(--primary-dark));border-radius:12px;color:#fff;display:flex;font-size:36px;height:60px;justify-content:center;width:60px}.stat-card.premium .stat-icon{background:linear-gradient(135deg,#f59e0b,#d97706)}.stat-card.free .stat-icon{background:linear-gradient(135deg,#10b981,#059669);background:linear-gradient(135deg,var(--success),#059669)}.stat-card.active .stat-icon{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.stat-content h3{font-size:32px;font-weight:700;margin-bottom:4px}.stat-content p{color:#6b7280;color:var(--gray);font-size:14px;font-weight:500}.search-section{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;margin-bottom:24px;padding:20px}.search-box{display:flex;gap:12px;margin-bottom:20px}.search-input{border:2px solid #e5e7eb;border:2px solid var(--gray-light);border-radius:12px;flex:1 1;font-size:16px;padding:14px 20px;transition:all .3s}.search-input:focus{border-color:#6366f1;border-color:var(--primary);box-shadow:0 0 0 3px #6366f11a;outline:none}.btn-search{background:linear-gradient(135deg,#6366f1,#4f46e5);background:linear-gradient(135deg,var(--primary),var(--primary-dark));border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:14px 24px;transition:all .3s}.btn-search:hover{box-shadow:0 4px 12px #6366f133;transform:translateY(-2px)}.filter-tabs{display:flex;flex-wrap:wrap;gap:12px}.filter-tab{background:#f9fafb;background:var(--light);border:2px solid #e5e7eb;border:2px solid var(--gray-light);border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px;transition:all .3s}.filter-tab.active{background:linear-gradient(135deg,#6366f1,#4f46e5);background:linear-gradient(135deg,var(--primary),var(--primary-dark));border-color:#6366f1;border-color:var(--primary);color:#fff}.filter-tab:hover:not(.active){border-color:#6366f1;border-color:var(--primary);color:#6366f1;color:var(--primary)}.table-container{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;margin-bottom:24px;overflow:hidden}.table-wrapper{overflow-x:auto}.data-table{border-collapse:collapse;min-width:1000px;width:100%}.data-table th{background:#f9fafb;background:var(--light);border-bottom:2px solid #e5e7eb;border-bottom:2px solid var(--gray-light);color:#6b7280;color:var(--gray);font-size:14px;font-weight:600;letter-spacing:.5px;padding:18px 16px;text-align:left;text-transform:uppercase}.data-table td{border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--gray-light);padding:16px}.data-table tr:hover{background:#6366f105}.user-cell{gap:16px;min-width:300px}.user-avatar,.user-cell{align-items:center;display:flex}.user-avatar{background:linear-gradient(135deg,#6366f1,#4f46e5);background:linear-gradient(135deg,var(--primary),var(--primary-dark));border-radius:12px;color:#fff;flex-shrink:0;font-size:20px;font-weight:600;height:48px;justify-content:center;width:48px}.user-details{flex:1 1}.user-name{font-weight:600;margin-bottom:4px}.user-email{color:#6b7280;color:var(--gray);font-size:14px;margin-bottom:8px}.user-meta{display:flex;flex-wrap:wrap;gap:12px}.user-id,.user-phone{background:#f9fafb;background:var(--light);border-radius:6px;color:#6b7280;color:var(--gray);font-size:12px;padding:4px 8px}.plan-status{display:flex;flex-direction:column;gap:8px}.plan-badge{border-radius:8px;display:inline-block;font-size:12px;font-weight:600;padding:6px 12px;width:-webkit-fit-content;width:fit-content}.plan-badge.premium{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e}.plan-badge.free{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#065f46}.plan-expiry{color:#6b7280;color:var(--gray);font-size:12px}.days-left{font-weight:600}.device-info,.location-info,.login-info{display:flex;flex-direction:column;gap:4px}.city{font-weight:500}.country{color:#6b7280;color:var(--gray);font-size:12px}.device-badge{background:#f9fafb;background:var(--light);border-radius:6px;font-size:12px;font-weight:500;padding:4px 8px;width:-webkit-fit-content;width:fit-content}.device-badge.android{background:#d1fae5;color:#065f46}.device-badge.ios{background:#dbeafe;color:#1e40af}.fcm-status,.verified-badge{color:#10b981;color:var(--success);font-size:11px}.verified-badge{font-weight:600;margin-left:8px}.actions-cell{min-width:180px}.action-buttons{display:flex;flex-wrap:wrap;gap:8px}.btn-action{align-items:center;border:none;border-radius:8px;cursor:pointer;display:flex;font-size:14px;justify-content:center;padding:8px 12px;transition:all .3s}.btn-action.view{background:#f9fafb;background:var(--light);color:#6b7280;color:var(--gray)}.btn-action.edit{background:linear-gradient(135deg,#f59e0b,#d97706);background:linear-gradient(135deg,var(--warning),#d97706);color:#fff}.btn-action.activate{background:linear-gradient(135deg,#6366f1,#4f46e5);background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff}.btn-action.deactivate{background:linear-gradient(135deg,#ef4444,#dc2626);background:linear-gradient(135deg,var(--danger),#dc2626);color:#fff}.btn-action.refresh{background:#f9fafb;background:var(--light);color:#6b7280;color:var(--gray)}.btn-action:hover{box-shadow:0 4px 8px #0000001a;transform:translateY(-2px)}.modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.modal{animation:modalSlideIn .3s ease;background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;max-height:90vh;max-width:600px;overflow-y:auto;width:100%}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.user-modal{max-width:800px}.modal-header{align-items:center;border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--gray-light);display:flex;justify-content:space-between;padding:24px}.modal-header h3{color:#1f2937;color:var(--dark);font-size:24px;font-weight:700}.modal-close{align-items:center;background:#f9fafb;background:var(--light);border:none;border-radius:12px;cursor:pointer;display:flex;font-size:20px;height:40px;justify-content:center;transition:all .3s;width:40px}.modal-close:hover{background:#e5e7eb;background:var(--gray-light)}.modal-body{padding:24px}.form-group{margin-bottom:20px}.form-group label{color:#1f2937;color:var(--dark);display:block;font-weight:500;margin-bottom:8px}.form-input{border:2px solid #e5e7eb;border:2px solid var(--gray-light);border-radius:12px;font-size:16px;padding:12px 16px;transition:all .3s;width:100%}.form-input:focus{border-color:#6366f1;border-color:var(--primary);box-shadow:0 0 0 3px #6366f11a;outline:none}.plan-preview{background:#f9fafb;background:var(--light);border-radius:12px;margin-top:20px;padding:20px}.plan-preview h4{color:#1f2937;color:var(--dark);margin-bottom:16px}.preview-item{border-bottom:1px solid #0000000d;display:flex;justify-content:space-between;padding:8px 0}.preview-item:last-child{border-bottom:none}.modal-footer{border-top:1px solid #e5e7eb;border-top:1px solid var(--gray-light);display:flex;gap:12px;justify-content:flex-end;padding:24px}.btn{border:none;border-radius:12px;cursor:pointer;font-size:16px;font-weight:600;padding:12px 24px;transition:all .3s}.btn-primary{background:linear-gradient(135deg,#6366f1,#4f46e5);background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff}.btn-primary:hover:not(:disabled){box-shadow:0 4px 12px #6366f133;transform:translateY(-2px)}.btn-primary:disabled{cursor:not-allowed;opacity:.5}.btn-secondary{background:#f9fafb;background:var(--light);color:#6b7280;color:var(--gray)}.btn-secondary:hover{background:#e5e7eb;background:var(--gray-light)}.user-profile-section{align-items:center;border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--gray-light);display:flex;gap:24px;margin-bottom:32px;padding-bottom:24px}.profile-avatar-large{background:linear-gradient(135deg,#6366f1,#4f46e5);background:linear-gradient(135deg,var(--primary),var(--primary-dark))}.profile-info h4{font-weight:700;margin-bottom:8px}.profile-email{color:var(--gray);margin-bottom:16px}.profile-meta{gap:8px}.meta-badge{background:#f9fafb;background:var(--light);border-radius:8px;font-weight:500;padding:6px 12px}.meta-badge.uid{background:#dbeafe;color:#1e40af}.meta-badge.active,.meta-badge.phone{background:#d1fae5;color:#065f46}.details-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:32px}.detail-section{background:var(--light);border-radius:12px;padding:20px}.detail-section h5{color:#1f2937;color:var(--dark);font-weight:600;margin-bottom:16px}.detail-row{border-bottom:1px solid #0000000d;display:flex;justify-content:space-between;padding:8px 0}.detail-row:last-child{border-bottom:none}.detail-row span{color:#6b7280;color:var(--gray)}.detail-row strong{color:#1f2937;color:var(--dark);font-weight:600}.plan-tag.premium{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e}.plan-tag.free,.plan-tag.premium{border-radius:6px;font-size:12px;padding:4px 8px}.plan-tag.free{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#065f46}.days-left,.verified{color:#10b981;color:var(--success)}.not-verified{color:#ef4444;color:var(--danger)}.yes{color:#10b981;color:var(--success)}.no{color:#ef4444;color:var(--danger)}.device.android{color:#065f46;font-weight:500}.device.ios{color:#1e40af;font-weight:500}.fcm-token-container{display:flex;flex-direction:column;gap:12px}.fcm-token-display{background:#0000000d;font-family:Courier New,monospace;font-size:12px;max-height:100px;padding:12px}.fcm-token-display code{color:#1f2937;color:var(--dark)}.btn-copy-token{align-self:flex-start;background:linear-gradient(135deg,#6366f1,#4f46e5);background:linear-gradient(135deg,var(--primary),var(--primary-dark));padding:8px 16px;transition:all .3s}.btn-copy-token:hover{box-shadow:0 4px 8px #6366f133;transform:translateY(-2px)}.history-section{background:#f9fafb;background:var(--light);border-radius:12px;padding:20px}.history-section h5{color:#1f2937;color:var(--dark);font-size:16px;font-weight:600;margin-bottom:16px}.history-list{max-height:200px;overflow-y:auto}.history-item{grid-gap:12px;background:#fff;display:grid;font-size:12px;gap:12px;grid-template-columns:2fr 2fr 1fr 1fr;margin-bottom:8px;padding:12px}.history-plan{color:#1f2937;color:var(--dark);font-weight:500}.history-by,.history-date,.history-duration{color:#6b7280;color:var(--gray)}.footer-actions{align-items:center;background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;display:flex;justify-content:space-between;padding:20px}.btn-refresh{background:linear-gradient(135deg,#6366f1,#4f46e5);background:linear-gradient(135deg,var(--primary),var(--primary-dark));border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:12px 24px;transition:all .3s}.btn-refresh:hover{box-shadow:0 4px 12px #6366f133;transform:translateY(-2px)}.stats-info{color:#6b7280;color:var(--gray);font-size:14px;font-weight:500}@media (max-width:768px){.admin-header,.header-left{align-items:stretch;flex-direction:column}.collection-select{width:100%}.header-right{justify-content:space-between}.stats-grid{grid-template-columns:repeat(2,1fr)}.search-box{flex-direction:column}.btn-search{width:100%}.modal{margin:10px}.user-profile-section{flex-direction:column;text-align:center}.details-grid,.history-item{grid-template-columns:1fr}.history-item{gap:4px}.footer-actions{flex-direction:column;gap:16px;text-align:center}}@media (max-width:480px){.admin-container{padding:10px}.stat-card{flex-direction:column;text-align:center}.stats-grid{grid-template-columns:1fr}.filter-tabs{flex-direction:column}.filter-tab{width:100%}.action-buttons{flex-direction:column}.btn-action{width:100%}}.loading-spinner{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:400px}.spinner{animation:spin 1s linear infinite;border:4px solid #e5e7eb;border-top-color:#6366f1;border:4px solid var(--gray-light);border-radius:50%;border-top-color:var(--primary);height:60px;margin-bottom:20px;width:60px}@keyframes spin{to{transform:rotate(1turn)}}.no-data{color:#6b7280;color:var(--gray);font-size:16px;padding:40px;text-align:center}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#e5e7eb;background:var(--gray-light);border-radius:4px}::-webkit-scrollbar-thumb{background:#6366f1;background:var(--primary);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#4f46e5;background:var(--primary-dark)}.view-selector{margin-left:20px}.view-select{background:#ffffff1a;border:1px solid #ffffff4d;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;padding:8px 16px}.view-select option{background:#2d3748;color:#fff}.stat-card.revenue{background:linear-gradient(135deg,#10b981,#059669)}.stat-card.orders{background:linear-gradient(135deg,#f59e0b,#d97706)}.stat-card.products{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.stat-card.verified{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.shop-cell{align-items:flex-start;display:flex;gap:15px}.shop-avatar{align-items:center;background:linear-gradient(135deg,#10b981,#059669);border-radius:12px;color:#fff;display:flex;font-size:20px;font-weight:700;height:50px;justify-content:center;width:50px}.shop-details{flex:1 1}.shop-name{font-weight:700;margin-bottom:2px}.shop-email{color:#6b7280;font-size:13px;margin-bottom:4px}.shop-meta{display:flex;flex-wrap:wrap;font-size:12px;gap:10px}.shop-id{background:#f3f4f6;border-radius:4px;color:#9ca3af;padding:2px 6px}.shop-phone{color:#6b7280}.shop-status{border-radius:12px;font-size:11px;font-weight:600;padding:2px 8px}.shop-status.active{background:#d1fae5;color:#065f46}.shop-status.inactive,.shop-status.pending{background:#fef3c7;color:#92400e}.shop-owner{color:#6b7280;font-size:12px;margin-top:4px}.business-info{display:flex;flex-direction:column;gap:4px}.shop-type{color:#2d3748;font-weight:600}.gst-info small{color:#6b7280;font-size:12px}.business-hours small{color:#059669;font-size:12px}.shop-stats{display:flex;flex-direction:column;gap:6px}.stat-item{align-items:center;display:flex;justify-content:space-between}.stat-label{color:#6b7280;font-size:12px}.stat-value{color:#2d3748;font-weight:600}.stat-value.revenue{color:#059669}.product-cell{gap:15px}.product-cell,.product-image{align-items:center;display:flex}.product-image{background:#f3f4f6;border-radius:12px;height:60px;justify-content:center;overflow:hidden;width:60px}.product-image img{height:100%;object-fit:cover;width:100%}.product-placeholder{color:#9ca3af;font-size:28px}.product-details{flex:1 1}.product-name{color:#2d3748;font-weight:700;margin-bottom:2px}.product-brand{color:#6b7280;font-size:13px;margin-bottom:2px}.product-description small{color:#9ca3af}.product-sku small{background:#d1fae5;border-radius:4px;color:#059669;padding:2px 6px}.category-badge{background:#e0e7ff;border-radius:20px;color:#3730a3;display:inline-block;font-size:13px;font-weight:600;padding:4px 12px}.subcategory small{color:#6b7280;display:block;font-size:12px;margin-top:4px}.price-stock{display:flex;flex-direction:column;gap:4px}.price{color:#059669;font-size:18px;font-weight:700}.stock-badge{border-radius:12px;display:inline-block;font-size:12px;font-weight:600;padding:4px 10px}.stock-badge.in-stock{background:#d1fae5;color:#065f46}.stock-badge.out-of-stock{background:#fee2e2;color:#991b1b}.discount small{color:#dc2626;font-size:12px}.product-status{display:flex;flex-direction:column;gap:4px}.status-badge{border-radius:12px;display:inline-block;font-size:12px;font-weight:600;padding:4px 12px}.status-badge.active{background:#d1fae5;color:#065f46}.status-badge.inactive{background:#f3f4f6;color:#6b7280}.featured-badge{background:#fef3c7;border-radius:12px;color:#92400e;display:inline-block;font-size:11px;margin-left:4px;padding:3px 8px}.order-cell{display:flex;flex-direction:column;gap:4px}.order-id strong{color:#2d3748}.order-items small{color:#6b7280}.payment-method small{background:#d1fae5;border-radius:4px;color:#059669;padding:2px 6px}.customer-info{display:flex;flex-direction:column;gap:2px}.customer-name{color:#2d3748;font-weight:600}.customer-email small,.customer-phone small{color:#6b7280;font-size:12px}.order-shop-info{display:flex;flex-direction:column;gap:2px}.shop-name{color:#2d3748;font-weight:600}.shop-location small{color:#6b7280;font-size:12px}.order-amount{display:flex;flex-direction:column;gap:4px}.total-amount{color:#059669;font-size:18px;font-weight:700}.delivery-charge small,.discount small{color:#6b7280;font-size:12px}.order-status{display:flex;flex-direction:column;gap:4px}.status-badge.pending{background:#fef3c7;color:#92400e}.status-badge.confirmed{background:#d1fae5;color:#065f46}.status-badge.processing{background:#dbeafe;color:#1e40af}.status-badge.shipped{background:#e0e7ff;color:#3730a3}.status-badge.delivered{background:#dcfce7;color:#166534}.status-badge.cancelled{background:#fee2e2;color:#991b1b}.status-badge.unknown{background:#f3f4f6;color:#6b7280}.delivery-date small{color:#6b7280;font-size:12px}.shop-modal{max-width:900px}.shop-profile-section{align-items:center;border-bottom:1px solid #f3f4f6;display:flex;gap:20px;margin-bottom:30px;padding-bottom:20px}.profile-avatar-large{align-items:center;background:linear-gradient(135deg,#10b981,#059669);border-radius:20px;color:#fff;display:flex;flex-shrink:0;font-size:32px;font-weight:700;height:80px;justify-content:center;width:80px}.profile-info{flex:1 1}.profile-info h4{color:#2d3748;font-size:24px;margin-bottom:4px}.profile-email{color:#6b7280;margin-bottom:8px}.profile-meta{display:flex;flex-wrap:wrap;gap:10px}.meta-badge{border-radius:20px;font-size:12px;font-weight:600;padding:4px 12px}.meta-badge.uid{background:#f3f4f6;color:#6b7280}.meta-badge.phone{background:#dbeafe;color:#1e40af}.detail-section h5{border-bottom:2px solid #f3f4f6;color:#2d3748;font-size:16px}.revenue,.stat-highlight{color:#059669;font-weight:700}.fcm-token-display{background:#1f2937;font-family:monospace}.btn-action.delete{background:#fee2e2;border:1px solid #fecaca;color:#dc2626}.btn-action.delete:hover{background:#fecaca;color:#b91c1c}@media (max-width:768px){.shop-details{min-width:200px}.business-info,.location-info,.shop-stats{min-width:150px}.product-cell{min-width:250px}.customer-info,.order-shop-info{min-width:150px}.details-grid{grid-template-columns:1fr}}@media (max-width:480px){.view-selector{margin-left:10px}.view-select{font-size:12px;padding:6px 12px}.shop-cell{flex-direction:column;gap:10px}.shop-avatar{align-self:flex-start}.product-cell{align-items:flex-start;flex-direction:column;gap:10px}.product-image{align-self:flex-start}}.fcm-token-container{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;margin-top:10px;padding:15px}.fcm-token-display{background:#fff;border-radius:8px;color:#d1fae5;font-family:Monaco,Courier New,monospace;font-size:13px;margin-bottom:15px;max-height:150px;overflow-y:auto;padding:15px;white-space:pre-wrap;word-break:break-all}.btn-copy-token{align-items:center;background:#10b981;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;justify-content:center;padding:10px 20px;transition:background .3s;width:100%}.btn-copy-token:hover{background:#059669}.detail-section{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;margin-bottom:20px;padding:15px}.detail-section h5{border-bottom:2px solid #e5e7eb;color:#000;margin-bottom:15px;padding-bottom:8px}.notification-test-container{background:linear-gradient(135deg,#f8fafc,#e2e8f0);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;min-height:100vh;padding:1rem}.notification-test-wrapper{margin:0 auto;max-width:1200px}.notification-header{margin-bottom:2rem;text-align:center}.header-icon{align-items:center;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:16px;display:inline-flex;font-size:28px;height:64px;justify-content:center;margin-bottom:1rem;width:64px}.notification-title{color:#1f2937;font-size:2.25rem;font-weight:700;line-height:1.2;margin-bottom:.5rem}.notification-subtitle{color:#6b7280;font-size:1.125rem;line-height:1.5}.notification-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width:1024px){.notification-grid{grid-template-columns:2fr 1fr}}.notification-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;margin-bottom:1.5rem;padding:1.5rem}.instructions-card{background:linear-gradient(135deg,#eff6ff,#e0e7ff);border-color:#bfdbfe}.permission-badge{align-items:center;border-radius:9999px;display:inline-flex;font-size:.875rem;font-weight:500;gap:.375rem;padding:.375rem .75rem}.permission-badge.granted{background-color:#d1fae5;color:#065f46}.permission-badge.denied{background-color:#fee2e2;color:#991b1b}.permission-badge.default{background-color:#fef3c7;color:#92400e}.permission-header{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}@media (min-width:640px){.permission-header{align-items:center;flex-direction:row;justify-content:space-between}}.token-header{justify-content:space-between;margin-bottom:1rem}.card-title,.token-header{align-items:center;display:flex}.card-title{color:#1f2937;font-size:1.25rem;font-weight:700;gap:.5rem;margin-bottom:.25rem}.card-description{color:#6b7280;line-height:1.5;margin-bottom:1rem}.permission-button{align-items:center;border:none;border-radius:12px;cursor:pointer;display:flex;font-weight:500;gap:.5rem;justify-content:center;padding:.75rem 1rem;transition:all .2s;width:100%}.permission-button:not(.granted):not(.loading){background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 4px 6px -1px #3b82f64d;color:#fff}.permission-button:not(.granted):not(.loading):hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 6px 8px -1px #3b82f666}.permission-button.granted{background-color:#ecfdf5;border:1px solid #a7f3d0;color:#065f46;cursor:not-allowed}.permission-button.loading{background-color:#f3f4f6;color:#6b7280;cursor:not-allowed;opacity:.75}.token-container,.token-display{margin-bottom:1rem}.token-display{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:1rem}.token-text{color:#1f2937;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875rem;line-height:1.5;word-break:break-all}.loading-token{color:#6b7280}.copy-button,.loading-token{align-items:center;display:flex;gap:.5rem}.copy-button{border:none;border-radius:12px;cursor:pointer;font-weight:500;justify-content:center;padding:.75rem 1rem;transition:all .2s;width:100%}.copy-button:not(.disabled):not(.copied){background:linear-gradient(135deg,#8b5cf6,#7c3aed);box-shadow:0 4px 6px -1px #8b5cf64d;color:#fff}.copy-button:not(.disabled):not(.copied):hover{background:linear-gradient(135deg,#7c3aed,#6d28d9);box-shadow:0 6px 8px -1px #8b5cf666}.copy-button.copied{background-color:#d1fae5;border:1px solid #a7f3d0;color:#065f46}.copy-button.disabled{background-color:#f3f4f6;color:#6b7280;cursor:not-allowed;opacity:.5}.preview-container{animation:fadeIn .3s ease-out}.notification-preview{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border:1px solid #a7f3d0;border-radius:12px;margin-bottom:1rem;padding:1rem}.preview-content{align-items:flex-start;display:flex;gap:.75rem}.notification-icon{background-color:#10b981;border-radius:9999px;color:#fff;font-size:12px;padding:.5rem}.preview-details{flex:1 1}.preview-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:.25rem}.preview-title{color:#1f2937;font-weight:700;margin:0}.preview-time{background-color:#a7f3d0;border-radius:9999px;color:#10b981;font-size:.75rem;padding:.125rem .5rem}.preview-body{color:#374151;line-height:1.5;margin:0}.clear-button{background-color:#f3f4f6;border:none;border-radius:12px;color:#374151;cursor:pointer;font-weight:500;padding:.625rem 1rem;transition:background-color .2s;width:100%}.clear-button:hover{background-color:#e5e7eb}.empty-preview{padding:2rem 1rem;text-align:center}.empty-icon{align-items:center;background-color:#f3f4f6;border-radius:9999px;color:#9ca3af;display:inline-flex;font-size:20px;height:48px;justify-content:center;margin-bottom:1rem;width:48px}.empty-title{color:#1f2937;font-weight:500;margin-bottom:.25rem}.empty-description{color:#6b7280;font-size:.875rem}.notification-history{border-top:1px solid #e5e7eb;margin-top:1.5rem;padding-top:1.5rem}.history-title{color:#1f2937;font-weight:500;margin-bottom:.75rem}.history-list{display:flex;flex-direction:column;gap:.75rem}.history-item{background-color:#f9fafb;border-radius:8px;padding:.75rem}.history-item-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:.25rem}.history-item-title{color:#1f2937;font-size:.875rem;font-weight:500}.history-item-time{color:#6b7280;font-size:.75rem}.history-item-body{color:#6b7280;font-size:.875rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.instructions-list{display:flex;flex-direction:column;gap:1rem}.instruction-step{align-items:flex-start;display:flex;gap:.75rem}.step-number{align-items:center;background-color:#bfdbfe;border-radius:6px;color:#1e40af;display:flex;flex-shrink:0;font-size:.875rem;font-weight:700;height:24px;justify-content:center;width:24px}.step-content{flex:1 1}.step-title{color:#1f2937;font-weight:500;margin-bottom:.125rem}.step-description{color:#6b7280;font-size:.875rem;line-height:1.4}.pro-tip{border-top:1px solid #bfdbfe;margin-top:1.5rem;padding-top:1.5rem}.pro-tip-text{color:#4b5563;font-size:.875rem;line-height:1.5}.pro-tip-label{color:#1f2937;font-weight:600}.notification-footer{border-top:1px solid #e5e7eb;margin-top:2rem;padding-top:1.5rem;text-align:center}.status-indicators{color:#6b7280;display:flex;flex-wrap:wrap;font-size:.875rem;gap:1rem;justify-content:center}.status-indicator{align-items:center;display:flex;gap:.375rem}.status-dot{border-radius:9999px;height:8px;width:8px}.status-dot.granted{background-color:#10b981}.status-dot.warning{background-color:#f59e0b}.status-dot.error{background-color:#ef4444}.status-dot.connected{background-color:#3b82f6}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.token-status{background-color:#f3f4f6;border-radius:9999px;color:#6b7280;font-size:.875rem;padding:.25rem .75rem}@media (max-width:640px){.notification-title{font-size:1.75rem}.notification-subtitle{font-size:1rem}.header-icon{font-size:24px;height:56px;width:56px}.card-title{font-size:1.125rem}}@media (max-width:768px){.permission-header{gap:1rem}.permission-header,.token-header{align-items:flex-start;flex-direction:column}.token-header{gap:.5rem}}
/*# sourceMappingURL=main.0a031e80.css.map*/