:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-height:100vh}#root{width:100%;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background-color:#fff;box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:1000}.navbar-brand a{font-size:1.5rem;font-weight:700;color:#2d3748;text-decoration:none}.navbar-links{display:flex;gap:2rem}.navbar-links a{color:#4a5568;text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:4px;transition:all .2s}.navbar-links a:hover{color:#2b6cb0;background-color:#ebf8ff}.navbar-links a.active{color:#2b6cb0;background-color:#ebf8ff;font-weight:600}.navbar-user{display:flex;align-items:center;gap:1rem}.user-name{color:#4a5568;font-weight:500}.logout-btn{padding:.5rem 1rem;background-color:transparent;border:1px solid #e2e8f0;color:#e53e3e;border-radius:4px;cursor:pointer;transition:all .2s}.logout-btn:hover{background-color:#fff5f5;border-color:#feb2b2}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2)}.login-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 20px 60px #0000004d;width:100%;max-width:400px}.login-card h1{color:#667eea;margin-bottom:.5rem;font-size:1.75rem;text-align:center}.login-card h2{color:#333;margin-bottom:1.5rem;font-size:1.25rem;text-align:center}.error-message{background:#fee;color:#c33;padding:.75rem;border-radius:6px;margin-bottom:1rem;font-size:.9rem}.form-group label{display:block;margin-bottom:.5rem;color:#555;font-weight:500}.form-group input{width:100%;padding:.75rem;border:2px solid #ddd;border-radius:6px;font-size:1rem;transition:border-color .3s}.form-group input:focus{outline:none;border-color:#667eea}.submit-btn{width:100%;padding:.875rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.toggle-form{margin-top:1.5rem;text-align:center;color:#666;font-size:.9rem}.link-btn{background:none;border:none;color:#667eea;cursor:pointer;font-weight:600;font-size:.9rem;text-decoration:underline}.link-btn:hover{color:#764ba2}.dashboard{min-height:100vh;background:#f5f7fa}.dashboard-nav{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 4px 6px #0000001a}.dashboard-nav h1{margin:0;font-size:1.5rem}.user-info{display:flex;align-items:center;gap:1rem}.user-info span{font-size:1rem}.logout-btn{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3);padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-weight:500;transition:all .3s}.logout-btn:hover{background:#ffffff4d;transform:translateY(-2px)}.dashboard-content{padding:2rem;max-width:1200px;margin:0 auto}.welcome-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000001a}.welcome-card h2{color:#333;margin-bottom:.5rem}.welcome-card p{color:#666;margin-bottom:2rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:2rem}.stat-card{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1.5rem;border-radius:8px;transition:transform .3s,box-shadow .3s}.stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #667eea4d}.stat-card h3{margin:0 0 .5rem;font-size:1.25rem}.stat-card p{margin:0;opacity:.9;font-size:.9rem}.dashboard-card{background:#fff;color:#2d3748;padding:2rem;border-radius:12px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 6px #0000000d;position:relative;overflow:hidden;border-left:6px solid #667eea}.dashboard-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#667eea0d,#764ba20d);opacity:0;transition:opacity .3s}.dashboard-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #0000001a}.dashboard-card:hover:before{opacity:1}.dashboard-card:active{transform:translateY(-4px);box-shadow:0 6px 12px #0000000d}.dashboard-card h2{margin:0 0 .75rem;font-size:1.5rem;font-weight:600;position:relative;z-index:1;color:#2d3748}.dashboard-card p{margin:0;opacity:1;font-size:1rem;line-height:1.5;position:relative;z-index:1;color:#4a5568}.campaigns-container{padding:2rem;max-width:1200px;margin:0 auto}.campaigns-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.campaigns-header h1{margin:0;color:#333}.create-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.75rem 1.5rem;border-radius:6px;text-decoration:none;font-weight:600;transition:transform .2s;border:none;cursor:pointer}.create-btn:hover{transform:translateY(-2px)}.campaigns-table{width:100%;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;border-collapse:collapse;overflow:hidden}.campaigns-table th,.campaigns-table td{padding:1rem;text-align:left;border-bottom:1px solid #eee}.campaigns-table th{background-color:#f8f9fa;font-weight:600;color:#555}.status-badge{padding:.25rem .75rem;border-radius:20px;font-size:.85rem;font-weight:500}.status-published{background-color:#e6fffa;color:#2c7a7b}.status-draft{background-color:#fffaf0;color:#9c4221}.actions-cell{display:flex;gap:.5rem}.action-btn{padding:.4rem .8rem;border-radius:4px;border:1px solid #ddd;background:#fff;cursor:pointer;font-size:.9rem;transition:all .2s}.action-btn:hover{background-color:#f5f5f5}.edit-btn{color:#2b6cb0}.delete-btn{color:#c53030}.publish-btn{color:#2f855a}.assign-btn{color:#805ad5}.campaign-form-card{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #0000001a}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.form-section{margin-bottom:2rem}.form-section h3{margin-bottom:1rem;color:#4a5568;border-bottom:1px solid #e2e8f0;padding-bottom:.5rem}.form-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem}.cancel-btn{background:#edf2f7;color:#4a5568;padding:.75rem 1.5rem;border-radius:6px;border:none;font-weight:600;cursor:pointer}.shop-lookup-container{display:flex;gap:1rem;margin-bottom:1.5rem}.shop-input{flex:1;min-height:100px;padding:.75rem;border:1px solid #e2e8f0;border-radius:6px;font-family:monospace}.lookup-results{margin-top:2rem}.found-shops{margin-bottom:2rem}.shop-item{display:flex;justify-content:space-between;padding:.75rem;background:#f7fafc;border-radius:4px;margin-bottom:.5rem}.not-found-shops{color:#c53030}.collaborator-container{padding:2rem;max-width:800px;margin:0 auto;min-height:100vh;background:#f5f7fa}.collaborator-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.collaborator-header h1{font-size:1.875rem;color:#2d3748;margin:0;font-weight:700}.collaborator-form-card{background:#fff;border-radius:16px;box-shadow:0 4px 6px #0000000d,0 10px 15px #0000001a;padding:2.5rem;border-top:6px solid #667eea}.form-section{margin-bottom:2.5rem;animation:fadeIn .5s ease-out}.form-section:last-child{margin-bottom:0}.form-section h3{font-size:1.25rem;color:#4a5568;margin:0 0 1.5rem;padding-bottom:.75rem;border-bottom:2px solid #edf2f7;font-weight:600}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#4a5568;font-weight:500;font-size:.95rem}.form-group input[type=text],.form-group input[type=number],.form-group select,.form-group textarea{width:100%;padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;color:#2d3748;transition:all .2s;background:#f8fafc}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#667eea;background:#fff;box-shadow:0 0 0 3px #667eea1a}.form-group textarea{resize:vertical;min-height:120px}.helper-text{font-size:.85rem;color:#718096;margin-bottom:.5rem}.checkbox-label{display:flex;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none;padding:.5rem;border-radius:6px;transition:background .2s}.checkbox-label:hover{background:#f7fafc}.checkbox-input{width:20px;height:20px;margin-right:.75rem;accent-color:#667eea;cursor:pointer}.location-list{max-height:300px;overflow-y:auto;border:2px solid #e2e8f0;border-radius:12px;padding:.75rem;background:#f8fafc}.location-item{margin-bottom:.5rem;padding:.75rem 1rem;border-radius:8px;background:#fff;border:1px solid #e2e8f0;transition:all .2s ease;cursor:pointer}.location-item:hover{transform:translateY(-1px);box-shadow:0 2px 4px #0000000d}.location-item.selected{background:#ebf4ff;border-color:#667eea}.location-type-badge{font-size:.7rem;padding:.15rem .5rem;border-radius:4px;margin-left:.5rem;text-transform:uppercase;font-weight:600;letter-spacing:.05em}.location-type-district{background:#e2e8f0;color:#4a5568}.location-type-state{background:#bee3f8;color:#2b6cb0}.form-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:3rem;padding-top:2rem;border-top:1px solid #e2e8f0}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 6px #667eea40}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 12px #667eea59}.btn-primary:disabled{opacity:.7;cursor:not-allowed;transform:none}.lookup-btn{background:#4fd1c5;color:#fff;padding:.5rem 1rem;border-radius:6px;border:none;font-weight:600;cursor:pointer;transition:all .2s;margin-top:.5rem}.lookup-btn:hover{background:#38b2ac;transform:translateY(-1px)}.error-message{background:#fff5f5;color:#c53030;padding:1rem;border-radius:8px;border-left:4px solid #c53030;margin-bottom:2rem}.location-list::-webkit-scrollbar{width:8px}.location-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.location-list::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:4px}.location-list::-webkit-scrollbar-thumb:hover{background:#a0aec0}.check-code-container{padding:2rem;max-width:1200px;margin:0 auto;min-height:100vh;background:#f5f7fa}.check-code-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.check-code-header h1{font-size:1.875rem;color:#2d3748;margin:0;font-weight:700}.check-code-card{background:#fff;border-radius:16px;box-shadow:0 4px 6px #0000000d,0 10px 15px #0000001a;overflow:hidden}.search-section{padding:3rem;background:linear-gradient(135deg,#667eea,#764ba2)}.description{color:#fff;font-size:1.125rem;margin:0 0 2rem;opacity:.95}.search-form{max-width:600px}.input-group{display:flex;gap:1rem;animation:slideIn .4s ease-out}.input-group input{flex:1;padding:1rem 1.5rem;border:none;border-radius:12px;font-size:1.125rem;background:#fff;box-shadow:0 4px 12px #00000026;transition:all .3s}.input-group input:focus{outline:none;box-shadow:0 6px 20px #0003;transform:translateY(-2px)}.input-group input:disabled{opacity:.6;cursor:not-allowed}.btn-search{padding:1rem 2rem;background:#48bb78;color:#fff;border:none;border-radius:12px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s;box-shadow:0 4px 12px #48bb784d;white-space:nowrap}.btn-search:hover:not(:disabled){background:#38a169;transform:translateY(-2px);box-shadow:0 6px 20px #48bb7866}.btn-search:disabled{opacity:.6;cursor:not-allowed;transform:none}.results-section{padding:3rem;animation:fadeIn .5s ease-out}.results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.results-header h2{font-size:1.5rem;color:#2d3748;margin:0;font-weight:700}.btn-reset{padding:.75rem 1.5rem;background:#e2e8f0;color:#4a5568;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.btn-reset:hover{background:#cbd5e0;transform:translateY(-1px)}.code-check-result{background:#f7fafc;border-radius:12px;padding:2rem;border:2px solid #e2e8f0}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-item{background:#fff;padding:1.5rem;border-radius:10px;box-shadow:0 2px 8px #0000000d;display:flex;flex-direction:column;gap:.75rem;transition:all .3s}.stat-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.stat-item.highlight-stat{background:linear-gradient(135deg,#667eea,#764ba2)}.stat-item.highlight-stat .stat-label{color:#ffffffe6}.stat-item.highlight-stat .stat-value{color:#fff}.stat-label{font-size:.875rem;color:#718096;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.stat-value{font-size:1.5rem;color:#2d3748;font-weight:700}.stat-value.highlight{font-size:2rem;color:#fff}.stat-value.capitalize{text-transform:capitalize}.shops-section{margin-top:2.5rem;padding-top:2.5rem;border-top:2px solid #e2e8f0}.shops-section h3{font-size:1.125rem;color:#4a5568;margin:0 0 1.5rem;font-weight:600}.shops-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem}.shop-card{background:#fff;padding:1rem;border-radius:10px;box-shadow:0 2px 8px #0000000d;display:flex;flex-direction:column;align-items:center;gap:.75rem;transition:all .3s}.shop-card:hover{transform:translateY(-3px);box-shadow:0 4px 12px #0000001f}.shop-image{width:60px;height:60px;border-radius:50%;object-fit:cover;border:3px solid #e2e8f0}.shop-name{font-size:.875rem;color:#4a5568;font-weight:500;text-align:center}.error-message{background:#fffffff2;color:#c53030;padding:1rem;border-radius:8px;border-left:4px solid #c53030;margin-bottom:2rem;font-weight:500}.btn{padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s;border:none}.btn-secondary{background:#fff;color:#4a5568;border:2px solid #e2e8f0}.btn-secondary:hover{background:#f7fafc;border-color:#cbd5e0;color:#2d3748}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.vouchers-container{padding:2rem;max-width:1200px;margin:0 auto;min-height:100vh;background:#f5f7fa}.vouchers-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.vouchers-header h1{font-size:1.875rem;color:#2d3748;margin:0;font-weight:700}.filter-tabs{display:flex;gap:1rem;margin-bottom:2rem;background:#fff;padding:.5rem;border-radius:12px;box-shadow:0 2px 4px #0000000d;width:fit-content}.filter-tab{padding:.75rem 1.5rem;border-radius:8px;border:none;background:transparent;color:#718096;font-weight:600;cursor:pointer;transition:all .2s}.filter-tab:hover{color:#4a5568;background:#f7fafc}.filter-tab.active{background:#ebf8ff;color:#3182ce}.requests-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.request-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px #0000000d;border:1px solid #e2e8f0;transition:transform .2s}.request-card:hover{transform:translateY(-2px);box-shadow:0 8px 12px #0000001a}.card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #edf2f7}.user-info h3{margin:0 0 .25rem;color:#2d3748;font-size:1.1rem}.user-phone{color:#718096;font-size:.9rem;margin:0}.status-badge{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase}.status-pendingApproval{background:#feebc8;color:#c05621}.status-active{background:#c6f6d5;color:#2f855a}.status-rejected{background:#fed7d7;color:#c53030}.card-details{margin-bottom:1.5rem}.detail-row{display:flex;justify-content:space-between;margin-bottom:.75rem;font-size:.95rem}.detail-label{color:#718096}.detail-value{color:#2d3748;font-weight:500}.card-actions{display:flex;gap:1rem;margin-top:auto}.action-btn{flex:1;padding:.75rem;border-radius:8px;border:none;font-weight:600;cursor:pointer;transition:all .2s}.btn-approve{background:#48bb78;color:#fff}.btn-approve:hover{background:#38a169}.btn-reject{background:#fff;border:1px solid #fc8181;color:#c53030}.btn-reject:hover{background:#fff5f5}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:#fff;padding:2rem;border-radius:12px;width:100%;max-width:500px;box-shadow:0 20px 25px #0000001a}.modal-content h2{margin-top:0;color:#2d3748}.modal-content textarea{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;margin:1rem 0;min-height:100px;font-family:inherit}.modal-actions{display:flex;justify-content:flex-end;gap:1rem}.user-management{padding:20px}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.page-header h1{margin:0;color:#333}.user-form-card{background:#fff;padding:25px;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:30px}.user-form-card h2{margin-top:0;margin-bottom:20px;color:#333}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:500;color:#555}.form-group input{width:100%;padding:10px;border:1px solid #ddd;border-radius:4px;font-size:14px}.form-group input:focus{outline:none;border-color:#007bff}.btn-primary{background-color:#007bff;color:#fff;border:none;padding:10px 20px;border-radius:4px;cursor:pointer;font-size:14px;font-weight:500}.btn-primary:hover{background-color:#0056b3}.btn-secondary{background-color:#6c757d;color:#fff;border:none;padding:6px 12px;border-radius:4px;cursor:pointer;font-size:13px}.btn-secondary:hover{background-color:#5a6268}.users-list{background:#fff;padding:25px;border-radius:8px;box-shadow:0 2px 4px #0000001a}.users-list h2{margin-top:0;margin-bottom:20px;color:#333}.users-table{width:100%;border-collapse:collapse}.users-table th,.users-table td{padding:12px;text-align:left;border-bottom:1px solid #ddd}.users-table th{background-color:#f8f9fa;font-weight:600;color:#555}.users-table tbody tr:hover{background-color:#f8f9fa}.badge{display:inline-block;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:600}.badge-admin{background-color:#28a745;color:#fff}.badge-user{background-color:#6c757d;color:#fff}.error-message{background-color:#f8d7da;color:#721c24;padding:12px;border-radius:4px;margin-bottom:20px;border:1px solid #f5c6cb}.loading{text-align:center;padding:40px;font-size:18px;color:#666}.app-config-container{padding:2rem;max-width:1200px;margin:0 auto}.config-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.config-header h1{color:var(--text-primary);margin:0}.config-card{background:var(--surface-card);border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000001a}.config-info{margin-bottom:1.5rem;color:var(--text-secondary)}.editor-container{margin-bottom:2rem;height:600px;border:1px solid var(--border-color);border-radius:8px;overflow:hidden}.json-editor{width:100%;height:100%;padding:1rem;background-color:#1e1e1e;color:#d4d4d4;font-family:Monaco,Menlo,Ubuntu Mono,Consolas,monospace;font-size:14px;line-height:1.5;border:none;resize:none;outline:none}.actions{display:flex;justify-content:flex-end}.loading{padding:2rem;text-align:center;color:var(--text-secondary)}.success-message{background-color:#10b9811a;color:#10b981;padding:1rem;border-radius:8px;margin-bottom:1rem}.error-message{background-color:#ef44441a;color:#ef4444;padding:1rem;border-radius:8px;margin-bottom:1rem}.payment-status-container{padding:2rem;max-width:800px;margin:0 auto}.status-form{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:2rem;display:flex;gap:1rem;align-items:flex-end}.form-group{flex:1;display:flex;flex-direction:column;gap:.5rem}.form-group input{padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.status-form button{padding:.75rem 1.5rem;background-color:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:1rem;height:42px}.status-form button:disabled{background-color:#ccc}.status-card{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.status-item{display:flex;flex-direction:column;gap:.5rem}.status-item strong{color:#666;font-size:.9rem;text-transform:uppercase}.status-badge{display:inline-block;padding:.25rem .5rem;border-radius:4px;font-weight:700;font-size:.9rem}.status-badge.success{background-color:#d4edda;color:#155724}.status-badge.failure{background-color:#f8d7da;color:#721c24}.error-message{padding:1rem;background-color:#f8d7da;color:#721c24;border-radius:4px;margin-bottom:1rem}.shops-container{padding:2rem;max-width:1200px;margin:0 auto;min-height:100vh;background:#f5f7fa}.shops-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.shops-header h1{font-size:1.875rem;color:#2d3748;margin:0;font-weight:700}.search-section{margin-bottom:2rem;background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 4px #0000000d}.search-form{display:flex;gap:1rem}.search-input{flex:1;padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:border-color .2s}.search-input:focus{border-color:#3182ce;outline:none}.search-btn{min-width:120px}.shops-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.shop-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px #0000000d;border:1px solid #e2e8f0;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column}.shop-card:hover{transform:translateY(-2px);box-shadow:0 8px 12px #0000001a}.shop-info{margin-bottom:1rem}.shop-info h3{margin:0 0 .5rem;color:#2d3748;font-size:1.25rem}.shop-phone,.shop-location{color:#718096;margin:.25rem 0;font-size:.95rem}.shop-status{margin-bottom:1.5rem}.shop-actions{margin-top:auto}.btn-outline-primary{width:100%;padding:.75rem;background:transparent;border:2px solid #3182ce;color:#3182ce;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.btn-outline-primary:hover{background:#ebf8ff}.no-results{grid-column:1 / -1;text-align:center;padding:3rem;color:#718096;background:#fff;border-radius:12px}.shop-edit-container{padding:2rem;max-width:900px;margin:0 auto;min-height:100vh;background:#f5f7fa}.shop-edit-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.shop-edit-header h1{font-size:1.875rem;color:#2d3748;margin:0}.edit-form{display:flex;flex-direction:column;gap:2rem}.form-section{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 4px #0000000d}.form-section h2{margin:0 0 1.5rem;font-size:1.25rem;color:#4a5568;border-bottom:1px solid #edf2f7;padding-bottom:.75rem}.form-group{margin-bottom:1.25rem}.form-group label{display:block;margin-bottom:.5rem;color:#718096;font-weight:500}.form-group input,.form-group select{width:100%;padding:.75rem;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .2s}.form-group input:focus{border-color:#3182ce;outline:none;box-shadow:0 0 0 3px #3182ce1a}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.json-editor{width:100%;min-height:300px;font-family:Monaco,Menlo,Ubuntu Mono,Consolas,monospace;font-size:.9rem;padding:1rem;border:1px solid #cbd5e0;border-radius:8px;background:#2d3748;color:#e2e8f0;line-height:1.5}.json-editor.has-error{border-color:#e53e3e}.json-error{color:#e53e3e;background:#fff5f5;padding:.5rem 1rem;border-radius:6px;margin-bottom:1rem;font-size:.9rem}.helper-text{color:#718096;margin-bottom:1rem;font-size:.9rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;border-bottom:1px solid #edf2f7;padding-bottom:.75rem}.section-header h2{margin:0;border:none;padding:0}.info-badge{background:#ebf8ff;color:#3182ce;font-size:.8rem;padding:.25rem .75rem;border-radius:9999px;font-weight:600}.form-actions{display:flex;justify-content:flex-end;margin-top:1rem}.btn-lg{padding:1rem 2rem;font-size:1.1rem}.alert{padding:1rem;border-radius:8px;margin-bottom:2rem}.image-preview{margin-bottom:1.5rem;text-align:center}.profile-image-preview{max-width:200px;max-height:200px;border-radius:8px;box-shadow:0 2px 4px #0000001a;object-fit:cover}.place-search-container{position:relative}.places-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 4px 6px #0000001a;max-height:200px;overflow-y:auto;z-index:1000;list-style:none;padding:0;margin:0}.places-dropdown li{padding:10px 15px;cursor:pointer;border-bottom:1px solid #eee;display:flex;flex-direction:column}.places-dropdown li:last-child{border-bottom:none}.places-dropdown li.no-results{color:#999;cursor:default;background:transparent}.places-dropdown li:hover:not(.no-results){background-color:#f7fafc}.places-dropdown li strong{display:block;color:#2d3748}.places-dropdown li small{color:#718096;font-size:.85em}.alert-error{background:#fff5f5;color:#c53030;border:1px solid #feb2b2}.alert-success{background:#f0fff4;color:#2f855a;border:1px solid #9ae6b4}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}
