@charset "UTF-8";@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideDown{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes scaleIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.spinner{width:32px;height:32px;border:2px solid #e5e7eb;border-top-color:#ff6b35;border-radius:50%;animation:spin .8s linear infinite}.spinner-sm{width:16px;height:16px;border:2px solid #e5e7eb;border-top-color:#ff6b35;border-radius:50%;animation:spin .8s linear infinite}.spinner-lg{width:40px;height:40px;border:2px solid #e5e7eb;border-top-color:#ff6b35;border-radius:50%;animation:spin .8s linear infinite}.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px;gap:12px;color:#6b7280}.loading .spinner{width:32px;height:32px;border:2px solid #e5e7eb;border-top-color:#ff6b35;border-radius:50%;animation:spin .8s linear infinite}.loading p{margin:0;font-size:14px}.modal-overlay{position:fixed;inset:0;background:#00000080;z-index:400;display:flex;align-items:flex-end;justify-content:center;animation:fadeIn .2s ease}.modal-sheet{background:#fff;width:100%;max-width:500px;max-height:90vh;border-radius:16px 16px 0 0;overflow:hidden;display:flex;flex-direction:column;animation:slideUp .3s ease ease-out}.sheet-handle,.modal-handle{width:40px;height:4px;background:#e5e7eb;border-radius:9999px;margin:12px auto;flex-shrink:0}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:.875rem 1.25rem;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;min-height:48px;background:#ff6b35;color:#fff}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-primary:hover:not(:disabled){background:#e55a2b}.btn-primary:active:not(:disabled){transform:scale(.98)}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:.875rem 1.25rem;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;min-height:48px;background:#f3f4f6;color:#6b7280}.btn-secondary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary:hover:not(:disabled){background:#e5e7eb}.btn-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:8px;cursor:pointer;color:#6b7280;transition:all .15s ease}.btn-icon:hover{background:#f3f4f6;color:#1f2937}.btn-icon-sm{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:8px;cursor:pointer;color:#6b7280;transition:all .15s ease}.btn-icon-sm:hover{background:#f3f4f6;color:#1f2937}.btn-close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:8px;cursor:pointer;color:#6b7280;transition:all .15s ease;position:absolute;top:12px;right:12px;z-index:1}.btn-close:hover{background:#f3f4f6;color:#1f2937}.btn-delete{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:.875rem 1.25rem;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;min-height:48px;background:#ef44441a;color:#ef4444}.btn-delete:disabled{opacity:.6;cursor:not-allowed}.btn-delete:hover:not(:disabled){background:#ef4444;color:#fff}.form-group{display:flex;flex-direction:column;gap:4px}.form-group label{font-size:12px;font-weight:500;color:#1f2937}.form-group input[type=text],.form-group input[type=email],.form-group input[type=password],.form-group input[type=number],.form-group select,.form-group textarea{padding:.875rem 1rem;border:1.5px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:all .15s ease;min-height:48px;background:#fff}.form-group input[type=text]:focus,.form-group input[type=email]:focus,.form-group input[type=password]:focus,.form-group input[type=number]:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#ff6b35;box-shadow:0 0 0 3px #ff6b351a}.form-group input[type=text]::placeholder,.form-group input[type=email]::placeholder,.form-group input[type=password]::placeholder,.form-group input[type=number]::placeholder,.form-group select::placeholder,.form-group textarea::placeholder{color:#9ca3af}.form-group input[type=text]:disabled,.form-group input[type=email]:disabled,.form-group input[type=password]:disabled,.form-group input[type=number]:disabled,.form-group select:disabled,.form-group textarea:disabled{background:#f9fafb;cursor:not-allowed;color:#9ca3af}.form-group textarea{resize:vertical;min-height:100px}.checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:14px}.checkbox-label input[type=checkbox]{width:18px;height:18px;accent-color:#ff6b35;cursor:pointer}.badge{display:inline-flex;align-items:center;padding:4px 8px;font-size:11px;font-weight:500;border-radius:9999px;white-space:nowrap;background:#f3f4f6;color:#6b7280}.badge-inactive{display:inline-flex;align-items:center;padding:4px 8px;font-size:11px;font-weight:500;border-radius:9999px;white-space:nowrap;background:#f3f4f6;color:#9ca3af}.badge-other{display:inline-flex;align-items:center;padding:4px 8px;font-size:11px;font-weight:500;border-radius:9999px;white-space:nowrap;background:#3b82f61a;color:#3b82f6}.status-badge{display:inline-flex;align-items:center;padding:4px 8px;font-size:11px;font-weight:500;border-radius:9999px;white-space:nowrap}.status-badge.status-open{background:#ef44441a;color:#ef4444}.status-badge.status-progress,.status-badge.status-in_progress{background:#f59e0b1a;color:#f59e0b}.status-badge.status-resolved{background:#22c55e1a;color:#22c55e}.badge-super-admin{display:inline-flex;align-items:center;padding:4px 8px;font-size:11px;font-weight:500;border-radius:9999px;white-space:nowrap;background:#ff6b351a;color:#ff6b35}.badge-admin{display:inline-flex;align-items:center;padding:4px 8px;font-size:11px;font-weight:500;border-radius:9999px;white-space:nowrap;background:#3b82f61a;color:#3b82f6}.badge-user{display:inline-flex;align-items:center;padding:4px 8px;font-size:11px;font-weight:500;border-radius:9999px;white-space:nowrap;background:#f3f4f6;color:#6b7280}.card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.empty-state{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:32px;text-align:center;color:#6b7280}.empty-state p{margin:0}.error-msg{background:#ef44441a;color:#ef4444;padding:12px;border-radius:8px;font-size:12px;margin-bottom:16px}.modal-actions{display:flex;gap:12px;padding:16px;border-top:1px solid #e5e7eb}.modal-actions button{flex:1}.modal-actions .btn-cancel{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:.875rem 1.25rem;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;min-height:48px;background:#f3f4f6;color:#6b7280}.modal-actions .btn-cancel:disabled{opacity:.6;cursor:not-allowed}.modal-actions .btn-cancel:hover:not(:disabled){background:#e5e7eb}.modal-actions .btn-save{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:.875rem 1.25rem;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;min-height:48px;background:#ff6b35;color:#fff}.modal-actions .btn-save:disabled{opacity:.6;cursor:not-allowed}.modal-actions .btn-save:hover:not(:disabled){background:#e55a2b}.modal-actions .btn-save:active:not(:disabled){transform:scale(.98)}.toolbar{display:flex;align-items:center;justify-content:space-between;padding:16px;background:#fff;border-bottom:1px solid #e5e7eb}.toolbar .count{font-size:12px;color:#6b7280}.btn-novo{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:.875rem 1.25rem;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;min-height:48px;background:#ff6b35;color:#fff;padding:8px 12px;font-size:12px}.btn-novo:disabled{opacity:.6;cursor:not-allowed}.btn-novo:hover:not(:disabled){background:#e55a2b}.btn-novo:active:not(:disabled){transform:scale(.98)}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;height:100dvh;width:100%;overflow:hidden;overscroll-behavior:none;touch-action:pan-x pan-y}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.5;color:#1a1a1a;background-color:#fafafa;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-user-select:none;user-select:none}input,textarea,[contenteditable]{-webkit-user-select:text;user-select:text}:root{--primary: #ff6b35;--primary-light: #ff8c5a;--primary-dark: #e55a2b;--secondary: #ffa372;--accent: #ffb84d;--gray-50: #fafafa;--gray-100: #f5f5f5;--gray-200: #eeeeee;--gray-300: #e0e0e0;--gray-400: #bdbdbd;--gray-500: #9e9e9e;--gray-600: #757575;--gray-700: #616161;--gray-800: #424242;--gray-900: #212121;--text-primary: #1a1a1a;--text-secondary: #666666;--text-light: #999999;--border-color: #e5e5e5;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .06);--shadow-md: 0 4px 12px rgba(0, 0, 0, .08);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .12);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px}input,textarea,select{font-size:1rem;min-height:48px;padding:.875rem 1rem;border:1.5px solid var(--border-color);border-radius:var(--radius-md);background:#fff;transition:all .2s ease}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #ff6b351a}input::placeholder,textarea::placeholder,select::placeholder{color:var(--text-light)}input:disabled,textarea:disabled,select:disabled{background-color:var(--gray-50);cursor:not-allowed;color:var(--text-light)}textarea{min-height:100px;resize:vertical}button{cursor:pointer;transition:all .2s ease}button:disabled{opacity:.6;cursor:not-allowed}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--gray-100)}::-webkit-scrollbar-thumb{background:var(--gray-400);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--gray-500)}.marker-emoji-label{background:transparent!important;border:none!important;line-height:1!important}.gm-style-cc,.gmnoprint:not(.gm-bundled-control){opacity:.4!important;transition:opacity .2s!important}.gm-style-cc:hover,.gmnoprint:not(.gm-bundled-control):hover{opacity:1!important}.gm-style>div>a[href*="maps.google.com/maps"]{opacity:.4!important}.gm-style>div>a[href*="maps.google.com/maps"]:hover{opacity:1!important}
