:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-height:100vh}#root{width:100%;min-height:100vh}button{cursor:pointer}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem}.login-box{background:#fff;padding:3rem;border-radius:12px;box-shadow:0 10px 40px #0003;width:100%;max-width:400px}.login-box h1{margin:0 0 .5rem;color:#333;font-size:2rem}.subtitle{color:#666;margin:0 0 2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#333;font-weight:500}.form-group input{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:6px;font-size:1rem;transition:border-color .3s}.form-group input:focus{outline:none;border-color:#667eea}button[type=submit]{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}button[type=submit]:hover{transform:translateY(-2px)}button[type=submit]:disabled{opacity:.6;cursor:not-allowed}.password-group{position:relative}.password-group input{padding-right:45px}.toggle-password{position:absolute;right:12px;top:36px;background:none;border:none;cursor:pointer;color:#666;font-size:1.2rem;display:flex;align-items:center;justify-content:center;padding:0}.toggle-password:hover{color:#333;transform:none}.error-message{background:#fee;color:#c33;padding:.75rem;border-radius:6px;margin-bottom:1rem;font-size:.9rem}.users-page{max-width:1200px;margin:0 auto}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.btn-primary{background:#667eea;color:#fff;padding:.75rem 1.5rem;border-radius:6px;border:none;font-weight:500;transition:background .3s}.btn-primary:hover{background:#5a6fd1}.form-card{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:1.5rem}.btn-submit{width:100%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.875rem;border:none;border-radius:6px;font-weight:600}.user-info{display:flex;align-items:center;gap:.75rem}.user-avatar{width:36px;height:36px;background:#e0e7ff;color:#667eea;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600}.role-badge{padding:.25rem .75rem;border-radius:12px;font-size:.85rem;text-transform:capitalize}.role-badge.admin{background:#e0e7ff;color:#4338ca}.role-badge.field_user{background:#ecfccb;color:#3f6212}.contact-info{font-size:.9rem;color:#666}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.85rem}.status-badge.active{background:#d1fae5;color:#065f46}.status-badge.inactive{background:#fee2e2;color:#991b1b}.btn-danger-sm{background:#fee2e2;color:#991b1b;border:none;padding:.25rem .75rem;border-radius:4px;font-size:.85rem;transition:all .2s}.btn-danger-sm:hover{background:#fecaca}.table-container{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.import-page{max-width:1200px;margin:0 auto}.upload-section{margin-bottom:2rem}.upload-card{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #0000001a}.helper-text{color:#666;margin-bottom:1.5rem;line-height:1.6}.helper-text code{background:#f3f4f6;padding:.25rem .5rem;border-radius:4px;font-family:monospace;display:inline-block;margin-top:.5rem;color:#333}.file-drop-area{border:2px dashed #cbd5e1;border-radius:8px;padding:3rem;text-align:center;position:relative;margin-bottom:1.5rem;transition:all .3s}.file-drop-area:hover{border-color:#667eea;background:#f8fafc}.file-drop-area input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.drop-message{font-size:1.1rem;color:#64748b}.btn-upload{width:100%;padding:1rem;background:#667eea;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:600;transition:all .3s}.btn-upload:disabled{background:#cbd5e1;cursor:not-allowed}.btn-upload:not(:disabled):hover{background:#5a6fd1}.success-message{background:#d1fae5;color:#065f46;padding:.75rem;border-radius:6px;margin-bottom:1rem}.text-danger{color:#dc2626;font-weight:600}.btn-delete-small{background:none;border:1px solid #fee2e2;color:#ef4444;padding:4px 8px;border-radius:4px;cursor:pointer;transition:all .2s;font-size:1.1rem}.btn-delete-small:hover{background:#fee2e2;transform:scale(1.1)}.status-badge{padding:.25rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase}.status-badge.completed{background:#d1fae5;color:#065f46}.status-badge.pending{background:#fef3c7;color:#92400e}.status-badge.processing{background:#dbeafe;color:#1e40af}.status-badge.failed{background:#fee2e2;color:#991b1b}.status-cell{display:flex;flex-direction:column;gap:8px}.progress-container-mini{width:120px;height:16px;background:#e2e8f0;border-radius:8px;overflow:hidden;position:relative;border:1px solid #cbd5e1}.progress-bar-mini{height:100%;background:linear-gradient(90deg,#3b82f6,#60a5fa);transition:width .5s ease-in-out}.progress-percentage{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:10px;font-weight:700;color:#1e3a8a;pointer-events:none}.processing-text{font-family:monospace;font-weight:600;color:#2563eb;font-size:.85rem}.assignments-page{max-width:1200px;margin:0 auto}.controls-section{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem;display:flex;justify-content:space-between;align-items:flex-end}.user-select{flex:1;max-width:400px}.user-select label{display:block;margin-bottom:.5rem;font-weight:500;color:#333}.user-select select{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:6px;font-size:1rem}.btn-assign{background:#667eea;color:#fff;padding:.75rem 2rem;border:none;border-radius:6px;font-weight:600;font-size:1rem;margin-left:2rem;transition:all .3s}.btn-assign:disabled{background:#cbd5e1;cursor:not-allowed}.btn-assign:not(:disabled):hover{background:#5a6fd1;transform:translateY(-1px)}.customers-list{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.list-header{padding:1.5rem;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;align-items:center}.list-header h2{font-size:1.25rem;color:#333}.message{padding:1rem;border-radius:6px;margin-bottom:1rem;font-weight:500}.message.success{background:#d1fae5;color:#065f46}.message.error{background:#fee2e2;color:#991b1b}tr.selected{background-color:#f0fdf4}td input[type=checkbox]{width:18px;height:18px;cursor:pointer}.societies-page{font-family:Segoe UI,Roboto,Helvetica Neue,sans-serif;color:#333;padding:20px;background-color:#f4f6f9}.societies-content-box{background:#fff;border-radius:8px;box-shadow:0 2px 15px #0000000d;padding:25px;border-top:4px solid #3c8dbc}.content-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px;border-bottom:2px solid #f0f2f5;padding-bottom:15px}.content-header h3{margin:0;font-size:20px;color:#2c3e50;font-weight:600;display:flex;align-items:center}.status-legend{display:flex;gap:10px}.badge{padding:6px 12px;color:#fff;font-size:12px;border-radius:20px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 4px #0000001a}.badge.pending{background:#00c0ef}.badge.lock{background:#dd4b39}.badge.completed{background:#00a65a}.table-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;color:#666;background:#f8f9fa;padding:10px;border-radius:4px;border:1px solid #e9ecef}.entries-select{font-size:14px;display:flex;align-items:center;gap:8px}.entries-dropdown{padding:4px 8px;border:1px solid #ced4da;border-radius:4px;color:#495057;background-color:#fff;cursor:not-allowed;height:30px}.compact-search-input{padding:6px 12px;border:1px solid #ced4da;border-radius:4px;font-size:14px;width:250px;transition:border-color .15s ease-in-out;height:34px}.compact-search-input:focus{border-color:#3c8dbc;outline:none;box-shadow:0 0 0 2px #3c8dbc33}.society-name-tag{background:#e9ecef;color:#495057;padding:6px 12px;border-radius:4px;font-weight:600;font-size:14px;border:1px solid #dee2e6}.user-assigned{background:#e3f2fd;color:#1976d2;padding:4px 10px;border-radius:12px;font-weight:500;font-size:13px;border:1px solid #bbdefb}.user-unassigned{color:#adb5bd;font-style:italic;font-size:13px}.btn-action{border:none;padding:7px 14px;border-radius:4px;cursor:pointer;font-size:12px;font-weight:600;transition:all .2s;text-transform:uppercase;box-shadow:0 2px 4px #0000001a}.btn-action:first-child{background:#6c757d;color:#fff}.btn-assign{background:#f39c12!important;color:#fff}.btn-location{background:#dd4b39!important;color:#fff}.btn-action:hover{transform:translateY(-1px);box-shadow:0 4px 8px #00000026;filter:brightness(110%)}.btn-action:active{transform:translateY(0)}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{box-shadow:0 10px 30px #0003!important;border-radius:8px!important;border:none!important}.modal-content h3{margin-top:0;color:#333;border-bottom:1px solid #eee;padding-bottom:15px;margin-bottom:20px}select{border:1px solid #dcdcdc;border-radius:4px;height:40px}.loading-bar-container{width:100%;height:4px;background-color:#f0f2f5;overflow:hidden;position:relative;margin-bottom:0;border-radius:2px}.summary-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:25px}.summary-card{background:#f8f9fa;padding:15px;border-radius:6px;border-left:4px solid #ddd;box-shadow:0 1px 3px #0000000d}.summary-card.total{border-color:#3c8dbc}.summary-card.customers{border-color:#f39c12}.summary-card.completed{border-color:#00a65a}.summary-card.pending-card{border-color:#f39c12}.summary-label{font-size:13px;color:#666;text-transform:uppercase;font-weight:600;margin-bottom:5px}.summary-value{font-size:24px;font-weight:700;color:#333}.summary-sub{font-size:.6em;color:#777;font-weight:400;margin-left:5px}.filter-controls select{padding:6px 12px;border:1px solid #ced4da;border-radius:4px;height:34px;background-color:#fff;font-size:14px;color:#495057}.filter-controls select:focus{border-color:#3c8dbc;outline:none}.order-count-page{font-family:Source Sans Pro,sans-serif}.page-header{margin-bottom:20px;display:flex;justify-content:space-between;align-items:center}.page-header h1{color:#333!important;margin:0}table th{color:#444!important;background:#f8f9fa}table td{color:#333!important}.header-actions{display:flex;align-items:center;gap:15px}.btn-summary{background-color:#2c3e50;color:#fff;border:none;padding:8px 16px;border-radius:6px;cursor:pointer;font-weight:600;font-size:14px;transition:background-color .2s;display:flex;align-items:center;gap:8px}.btn-summary:hover{background-color:#1a252f}.btn-summary:before{content:"📊";font-size:16px}.filter-controls{display:flex;align-items:center;gap:12px;background:#fff;padding:8px 15px;border-radius:8px;box-shadow:0 2px 4px #0000000d;border:1px solid #eee}.filter-controls label{font-weight:600;color:#444}.month-input{padding:6px 10px;border:1px solid #ddd;border-radius:5px;font-size:14px;outline:none;transition:border-color .2s;color:#333}.month-input:focus{border-color:#3c8dbc}.earning-text{font-weight:700;color:#2c3e50;font-size:14px}.btn-pdf{background-color:#e74c3c;color:#fff;border:none;padding:6px 12px;border-radius:4px;cursor:pointer;font-weight:600;font-size:12px;transition:background-color .2s;display:flex;align-items:center;gap:5px}.btn-pdf:hover{background-color:#c0392b}.btn-pdf:before{content:"📄";font-size:14px}.content-box{background:#fff;border-top:3px solid #00c0ef;box-shadow:0 1px 1px #0000001a;padding:10px}.user-info-cell{display:flex;align-items:center;gap:10px}.avatar-circle{width:30px;height:30px;background:#e0e7ff;color:#4338ca;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:12px}.badge{padding:3px 8px;border-radius:10px;font-size:12px;font-weight:600;color:#fff}.badge-blue{background:#3c8dbc}.badge-green{background:#00a65a}.badge-yellow{background:#f39c12}.progress-bar-container{width:100px;height:8px;background:#f4f4f4;border-radius:4px;overflow:hidden;display:inline-block;vertical-align:middle;margin-right:10px}.progress-bar{height:100%;background:#00a65a;transition:width .3s ease}.progress-text{font-size:12px;color:#666;font-weight:600}.expanded-row{background-color:#f0f7ff!important}.details-row{background-color:#fafafa}.details-row td{padding:0!important}.customer-details-container{padding:20px;background:#fff;border-left:4px solid #3c8dbc;margin:10px;border-radius:4px}.customer-details-container h3{margin:0 0 15px;color:#333;font-size:16px;font-weight:600}.nested-table{width:100%;border-collapse:collapse;font-size:13px}.nested-table thead{background:#f4f4f4}.nested-table th{padding:10px;text-align:left;font-weight:600;color:#666;border-bottom:2px solid #ddd}.nested-table td{padding:10px;border-bottom:1px solid #eee}.nested-table tbody tr:hover{background-color:#f9f9f9}.status-badge{padding:4px 10px;border-radius:12px;font-size:11px;font-weight:600;text-transform:capitalize}.status-completed{background:#d4edda;color:#155724}.status-pending{background:#fff3cd;color:#856404}tbody tr:hover{background-color:#f5f5f5;transition:background-color .2s ease}.export-page{padding:20px;max-width:600px;margin:0 auto}.expert-card{background:#fff;padding:30px;border-radius:5px;border-top:3px solid #00a65a;box-shadow:0 1px 3px #0000001a;text-align:center}.expert-card h1{margin-bottom:15px;color:#333}.expert-card p{color:#666;margin-bottom:25px}.btn-export{background:#00a65a;color:#fff;border:none;padding:12px 25px;font-size:16px;border-radius:3px;cursor:pointer;transition:background .3s}.btn-export:hover{background:#008d4c}.btn-export:disabled{background:#ccc;cursor:not-allowed}.btn-download{display:inline-block;background:#3c8dbc;color:#fff;padding:10px 20px;text-decoration:none;border-radius:3px;display:block;margin:20px auto 0;width:fit-content}.error-msg{color:red;margin-bottom:15px}.cc-page{font-family:Source Sans Pro,sans-serif}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.btn-add{background:#3c8dbc;color:#fff;border:none;padding:8px 15px;border-radius:3px;cursor:pointer}.content-box{background:#fff;border-top:3px solid #605ca8;box-shadow:0 1px 1px #0000001a;padding:10px}.badge-purple{background:#605ca8;color:#fff;padding:3px 8px;border-radius:3px;font-size:12px}.status-dot{height:10px;width:10px;border-radius:50%;display:inline-block;margin-right:5px}.status-dot.active{background:#00a65a}.status-dot.inactive{background:#dd4b39}.btn-action{background:#f4f4f4;border:1px solid #ddd;padding:5px 10px;cursor:pointer;font-size:12px}.daily-work-page{font-family:Source Sans Pro,sans-serif}.filter-box{background:#fff;padding:15px;border-top:3px solid #f39c12;box-shadow:0 1px 1px #0000001a;margin-bottom:20px}.date-picker{display:flex;align-items:center;gap:15px;margin-top:10px}.date-picker input{padding:8px;border:1px solid #ddd}.btn-filter{background:#f39c12;color:#fff;border:none;padding:8px 15px;cursor:pointer}.work-content{background:#fff;padding:20px;text-align:center;min-height:200px;box-shadow:0 1px 1px #0000001a}.no-data-msg{color:#888;margin-top:50px}.work-table{width:100%;border-collapse:collapse;margin-top:10px;text-align:left}.work-table th,.work-table td{padding:12px;border-bottom:1px solid #eee;font-size:.95rem}.work-table th{background:#fcfcfc;font-weight:600;color:#444}.badge-reading{background:#e1f5fe;color:#0288d1;padding:4px 8px;border-radius:4px;font-weight:700}.view-img-link{color:#f39c12;text-decoration:none;font-weight:600}.view-img-link:hover{text-decoration:underline}.status-badge-inline{padding:2px 8px;border-radius:12px;font-size:.8rem;font-weight:600;text-transform:capitalize}.status-ok{background:#e8f5e9;color:#2e7d32;border:1px solid #c8e6c9}.status-warn{background:#fff3e0;color:#e65100;border:1px solid #ffe0b2}.download-page{padding:20px;max-width:600px;margin:0 auto}.download-card{background:#fff;padding:30px;border-top:3px solid #00c0ef;box-shadow:0 1px 1px #0000001a}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:600}.form-group select,.form-group input{width:100%;padding:10px;border:1px solid #ddd}.date-range{display:flex;gap:10px;align-items:center}.btn-download-img{background:#00c0ef;color:#fff;border:none;padding:12px 20px;width:100%;font-size:16px;cursor:pointer;transition:background .3s}.btn-download-img:hover{background:#00acd6}.btn-download-img:disabled{background:#ccc;cursor:not-allowed}.note{margin-top:20px;font-size:.9rem;color:#666;font-style:italic}.progress-container{margin-top:15px;width:100%;background-color:#f3f3f3;border-radius:4px;height:24px;overflow:hidden;box-shadow:inset 0 1px 2px #0000001a}.progress-bar{height:100%;background-color:#00a65a;width:0%;transition:width .3s ease;text-align:center;color:#fff;font-size:12px;line-height:24px;font-weight:700}.status-text{margin-top:12px;text-align:center;font-size:1rem;color:#00a65a;font-weight:600;padding:8px;background:#f0f9f4;border-radius:4px;border-left:3px solid #00a65a;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.8}}.delete-page{padding:20px;max-width:600px;margin:0 auto}.delete-card{background:#fff;padding:30px;border-top:3px solid #dd4b39;box-shadow:0 1px 1px #0000001a}.warning-box{background:#f8d7da;color:#721c24;padding:10px;border-radius:4px;margin-bottom:20px;border:1px solid #f5c6cb}.btn-delete{background:#dd4b39;color:#fff;border:none;padding:12px 20px;width:100%;font-size:16px;cursor:pointer;margin-top:20px}.btn-delete:hover{background:#d33724}.society-details-page{padding:2rem;background-color:#f4f7f6;min-height:100vh}.details-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.details-header h2{color:#4b646f;margin:0}.btn-back{background-color:#6c757d;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:.9rem;display:flex;align-items:center;gap:.5rem}.btn-back:hover{background-color:#5a6268}.info-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.info-card{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000000d;display:flex;align-items:center;gap:1rem}.card-icon{font-size:2rem;background:#eef2f5;padding:1rem;border-radius:50%;width:60px;height:60px;display:flex;align-items:center;justify-content:center}.card-content h4{margin:0 0 .5rem;color:#6c757d;font-size:.9rem;text-transform:uppercase}.card-content p{margin:0;font-size:1.2rem;font-weight:600;color:#2c3e50}.wings-section{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 4px #0000000d}.wings-section h3{margin-top:0;margin-bottom:1.5rem;color:#4b646f;border-bottom:1px solid #eee;padding-bottom:.5rem}.wings-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}.wing-card{background:#f8f9fa;border:1px solid #e9ecef;padding:1rem;border-radius:6px;text-align:center;transition:all .2s}.wing-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px #0000000d;border-color:#dee2e6}.wing-icon{font-size:1.5rem;margin-bottom:.5rem;display:block}.wing-name{font-weight:600;color:#495057}.loading-container{display:flex;justify-content:center;align-items:center;height:50vh;color:#6c757d;font-size:1.2rem;flex-direction:column;gap:20px}.details-loading-bar{width:300px;height:4px;background-color:#e9ecef;overflow:hidden;position:relative;border-radius:2px}.loading-bar-progress{width:100%;height:100%;background-color:#3c8dbc;position:absolute;animation:loading-animation 1.5s infinite ease-in-out;transform-origin:0% 50%}@keyframes loading-animation{0%{transform:translate(0) scaleX(0)}40%{transform:translate(0) scaleX(.4)}to{transform:translate(100%) scaleX(.5)}}.orders-page{padding:1.5rem 2rem;animation:fadeIn .5s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.orders-page h1{font-size:1.4rem;font-weight:800;margin-bottom:.75rem;background:linear-gradient(135deg,#1e293b,#334155);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-.025em}.filters-card{background:#fff;padding:.75rem 1.25rem;border-radius:.6rem;box-shadow:0 1px 2px #0000000d;margin-bottom:1rem;border:1px solid #f1f5f9}.filter-grid{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.filter-group{display:flex;align-items:center;gap:.5rem;flex:0 1 auto}.filter-group label{font-size:.7rem;font-weight:700;color:#94a3b8;text-transform:uppercase;white-space:nowrap}.filter-group input,.filter-group select{padding:.35rem .6rem;border:1px solid #e2e8f0;border-radius:.4rem;font-size:.8rem;transition:all .2s;background:#f8fafc;min-width:130px}.filter-group input:focus,.filter-group select:focus{outline:none;border-color:#3b82f6;background:#fff;box-shadow:0 0 0 4px #3b82f61a}.order-table-container{background:#fff;border-radius:1.2rem;box-shadow:0 10px 15px -3px #0000000d;overflow:hidden;border:1px solid #f1f5f9}.order-table-container table{width:100%;border-collapse:collapse}.order-table-container th{background:#f8fafc;padding:.8rem 1rem;text-align:left;font-size:.75rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid #f1f5f9}.order-table-container td{padding:.8rem 1rem;border-bottom:1px solid #f1f5f9;font-size:.85rem;color:#1e293b;vertical-align:middle}.order-table-container tr:hover{background-color:#f8fafc}.status-badge{padding:.4rem .8rem;border-radius:2rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.025em}.status-badge.completed{background-color:#dcfce7;color:#166534}.status-badge.pending{background-color:#fef9c3;color:#854d0e}.status-badge.door_lock{background-color:#fee2e2;color:#991b1b}.status-badge.not_allowed{background-color:#f3e8ff;color:#6b21a8}.status-badge.not_available{background-color:#f1f5f9;color:#475569}.meter-img-preview{width:60px;height:60px;border-radius:.6rem;object-fit:cover;cursor:pointer;transition:transform .2s;border:2px solid #f1f5f9}.meter-img-preview:hover{transform:scale(1.1)}.pagination{display:flex;justify-content:center;align-items:center;gap:1.5rem;margin-top:2.5rem;padding-bottom:2rem}.pagination button{padding:.6rem 1.2rem;background:#fff;border:1.5px solid #e2e8f0;border-radius:.8rem;font-weight:600;color:#475569;cursor:pointer;transition:all .2s}.pagination button:hover:not(:disabled){border-color:#3b82f6;color:#3b82f6;background:#f0f7ff}.pagination button:disabled{opacity:.4;cursor:not-allowed}.pagination span{font-weight:600;color:#64748b}.loading-overlay{display:flex;justify-content:center;align-items:center;padding:5rem;color:#64748b;font-weight:500}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 6px #0000001a;max-width:90%;position:relative;max-height:90vh;overflow-y:auto}.modal-content h3{margin-top:0;margin-bottom:1.5rem;font-size:1.25rem;color:#1e293b;border-bottom:1px solid #f1f5f9;padding-bottom:.75rem}.modal-form{margin-top:1rem}.form-group{margin-bottom:1.25rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;font-size:.85rem;color:#475569}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.6rem;border:1px solid #e2e8f0;border-radius:.4rem;font-size:.9rem;color:#1e293b;background-color:#f8fafc;transition:all .2s;box-sizing:border-box}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6;background-color:#fff;box-shadow:0 0 0 3px #3b82f61a}.form-group textarea{resize:vertical;min-height:80px}.image-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000d9;display:flex;justify-content:center;align-items:center;z-index:2000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);animation:fadeInModal .3s ease-out}.image-popup-content{position:relative;max-width:90vw;max-height:90vh;animation:zoomIn .3s cubic-bezier(.34,1.56,.64,1)}.image-popup-content img{max-width:100%;max-height:90vh;object-fit:contain;border-radius:8px;box-shadow:0 20px 25px -5px #0000004d}.close-popup-btn{position:absolute;top:-40px;right:-40px;background:#fff;border:none;width:35px;height:35px;border-radius:50%;font-size:24px;display:flex;justify-content:center;align-items:center;cursor:pointer;color:#1e293b;box-shadow:0 4px 6px #0000001a;transition:all .2s}.close-popup-btn:hover{background:#f1f5f9;transform:scale(1.1)}@keyframes fadeInModal{0%{opacity:0}to{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@media(max-width:768px){.close-popup-btn{top:10px;right:10px;background:#ffffffe6}}.btn-edit{padding:6px 12px;background:#3b82f6;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.85rem;font-weight:600;transition:all .2s}.btn-edit:hover{background:#2563eb;transform:translateY(-1px)}.btn-whatsapp{padding:6px 12px;background:#25d366;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.85rem;display:flex;align-items:center;gap:6px;font-weight:600;transition:all .2s;box-shadow:0 2px 4px #25d36633}.btn-whatsapp:hover{background:#128c7e;transform:translateY(-1px);box-shadow:0 4px 6px #25d3664d}.btn-whatsapp:active{transform:translateY(0)}.action-cell{display:flex;gap:8px;align-items:center}.privacy-policy-container{padding:2rem;background:#f8fafc;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;max-width:900px;margin:0 auto}.privacy-header{margin-bottom:2rem;text-align:center;border-bottom:2px solid #e2e8f0;padding-bottom:1.5rem}.privacy-header h1{font-size:2.5rem;color:#1a202c;margin-bottom:.5rem;font-weight:800}.privacy-header p{color:#718096;font-size:1.1rem}.policy-section{margin-bottom:2.5rem;background:#fff;padding:2rem;border-radius:10px;border:1px solid #edf2f7;transition:transform .2s ease,box-shadow .2s ease}.policy-section:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a}.policy-section h2{font-size:1.5rem;color:#2d3748;margin-bottom:1rem;display:flex;align-items:center;gap:.75rem;font-weight:700}.policy-section h2 span{color:#4299e1}.policy-section p,.policy-section li{color:#4a5568;line-height:1.6;font-size:1.05rem}.policy-section ul{list-style-type:none;padding-left:0}.policy-section li{margin-bottom:.75rem;padding-left:1.5rem;position:relative}.policy-section li:before{content:"•";color:#4299e1;font-weight:700;position:absolute;left:0}.last-updated{text-align:right;font-style:italic;color:#a0aec0;margin-top:2rem;font-size:.9rem}@media(max-width:768px){.privacy-policy-container{padding:1rem}.privacy-header h1{font-size:2rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.admin-container{display:flex;min-height:100vh}.sidebar{width:260px;background:#1a2226;color:#b8c7ce;padding:0;display:flex;flex-direction:column;position:fixed;top:50px;bottom:0;left:0;overflow-y:auto;z-index:100}.sidebar-header{background:#1a2226;padding:1rem;display:flex;align-items:center;gap:10px;border-bottom:1px solid #1a2226}.user-panel{padding:10px;display:flex;align-items:center;gap:12px;background:#1a2226;margin-bottom:10px}.user-image{width:45px;height:45px;border-radius:50%;background:#b8c7ce;display:flex;align-items:center;justify-content:center;color:#333}.user-info p{color:#fff;font-weight:600;margin:0}.user-info span{font-size:.8rem;color:#4fa644}.sidebar h2{display:none}.sidebar ul{list-style:none;margin-top:10px}.sidebar li{margin-bottom:0;border-left:3px solid transparent}.sidebar li.active,.sidebar li:hover{background:#1e282c;border-left-color:#3c8dbc;color:#fff}.sidebar a,.sidebar button{display:flex;align-items:center;gap:10px;padding:12px 15px;color:#b8c7ce;text-decoration:none;transition:all .3s;background:none;border:none;width:100%;text-align:left;cursor:pointer;font-size:.95rem}.sidebar a:hover,.sidebar button:hover{color:#fff;background:transparent}.header-bar{background:#3c8dbc;height:50px;display:flex;align-items:center;justify-content:space-between;padding:0 1rem;color:#fff;position:fixed;top:0;left:0;right:0;z-index:1000}.header-controls button{background:#fff;border:1px solid #ffffff;border-radius:4px;padding:6px 14px;color:#3c8dbc;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .2s;font-size:.85rem}.header-controls button:hover{background:#f8fafc;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.main-content{flex:1;margin-left:260px;margin-top:50px;padding:2rem;background:#f5f5f5;min-height:calc(100vh - 50px)}.dashboard h1{margin-bottom:2rem;color:#333}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:3rem}.stat-card{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 8px #0000001a}.stat-card h3{color:#666;font-size:.9rem;margin-bottom:.5rem;font-weight:500}.stat-value{font-size:2rem;font-weight:700;color:#667eea}.recent-imports{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #0000001a}.recent-imports h2{margin-bottom:1.5rem;color:#333}table{width:100%;border-collapse:collapse}th,td{padding:.875rem;text-align:left;border-bottom:1px solid #e0e0e0}th{background:#f8f9fa;font-weight:600;color:#333}.status{padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:500}.status.completed{background:#d4edda;color:#155724}.status.pending{background:#fff3cd;color:#856404}.status.processing{background:#d1ecf1;color:#0c5460}.status.failed{background:#f8d7da;color:#721c24}.loading{display:flex;align-items:center;justify-content:center;min-height:400px;font-size:1.2rem;color:#666}
