:root{color-scheme:light;--primary: #4f46e5;--primary-hover: #4338ca;--primary-light: #eef2ff;--primary-50: #e0e7ff;--success: #059669;--success-light: #d1fae5;--success-bg: #ecfdf5;--warning: #d97706;--warning-light: #fef3c7;--warning-bg: #fffbeb;--danger: #dc2626;--danger-light: #fee2e2;--danger-bg: #fef2f2;--gray-25: #fcfcfd;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--surface: #ffffff;--surface-elevated: #ffffff;--surface-secondary: #f9fafb;--input-bg: #ffffff;--header-bg: #ffffff;--radius: 10px;--radius-sm: 6px;--radius-lg: 14px;--radius-xl: 18px;--shadow-xs: 0 1px 2px rgba(0,0,0,.04);--shadow-sm: 0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);--shadow: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.04);--shadow-md: 0 4px 6px -1px rgba(0,0,0,.07), 0 2px 4px -2px rgba(0,0,0,.05);--shadow-lg: 0 10px 15px -3px rgba(0,0,0,.08), 0 4px 6px -4px rgba(0,0,0,.04);--shadow-xl: 0 20px 25px -5px rgba(0,0,0,.08), 0 8px 10px -6px rgba(0,0,0,.04);--font-sans: -apple-system, BlinkMacSystemFont, "Inter", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{font-family:var(--font-sans);background:var(--gray-50);color:var(--gray-800);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;overflow-x:hidden}.app{min-height:100vh;display:flex;flex-direction:column}.header{background:var(--header-bg);border-bottom:1px solid var(--gray-200);padding:0 1.5rem;height:64px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:100;box-shadow:var(--shadow-xs)}.header-left{display:flex;align-items:center;gap:.75rem}.header-logo{font-size:1.125rem;font-weight:800;color:var(--primary);letter-spacing:-.025em}.header-nav{display:flex;gap:.25rem}.header-nav a,.header-nav button{padding:.5rem .875rem;border-radius:var(--radius-sm);text-decoration:none;font-size:.8125rem;font-weight:500;border:none;cursor:pointer;background:none;color:var(--gray-500);transition:all .15s ease}.header-nav a:hover,.header-nav button:hover{background:var(--gray-100);color:var(--gray-900)}.header-nav button.active{background:var(--primary-light);color:var(--primary);font-weight:600}.header-right{display:flex;align-items:center;gap:.625rem}.header-user{font-size:.8125rem;font-weight:500;color:var(--gray-700);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px}.header-role{font-size:.6875rem;padding:.125rem .5rem;border-radius:9999px;font-weight:600;text-transform:uppercase;letter-spacing:.03em}.role-admin{background:#fef3c7;color:#92400e}.role-user{background:#dbeafe;color:#1e40af}.btn-logout{padding:.4375rem .875rem;border-radius:var(--radius-sm);font-size:.8125rem;font-weight:500;border:1px solid var(--gray-200);cursor:pointer;background:var(--surface);color:var(--gray-600);transition:all .15s ease}.btn-logout:hover{background:var(--gray-50);border-color:var(--gray-300);color:var(--gray-800)}.btn-theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;flex-shrink:0;padding:0;border-radius:var(--radius-sm);font-size:.8125rem;font-weight:500;border:1px solid var(--gray-200);cursor:pointer;background:var(--surface);color:var(--gray-500);transition:background-color .15s ease,border-color .15s ease,color .15s ease;line-height:1}.btn-theme-toggle:hover{background:var(--gray-100);border-color:var(--gray-300);color:var(--gray-800)}.btn-theme-toggle:active{background:var(--gray-200);border-color:var(--gray-300);color:var(--gray-800)}.btn-theme-toggle:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.btn-theme-toggle svg{width:16px;height:16px;flex-shrink:0}.main-content{flex:1;padding:1.5rem 1.5rem 3rem;max-width:1400px;margin:0 auto;width:100%}.section-title{font-size:1.375rem;font-weight:700;color:var(--gray-900);letter-spacing:-.025em;margin-bottom:1.25rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-wrap:wrap;gap:.75rem}.section-actions{display:flex;gap:.5rem;flex-wrap:wrap}.card{background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--gray-200);padding:1.5rem;box-shadow:var(--shadow-sm)}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-wrap:wrap;gap:.5rem}.card-title{font-size:1.0625rem;font-weight:600;color:var(--gray-900)}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem}.stat-card{background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--gray-200);padding:1.25rem 1.375rem;box-shadow:var(--shadow-xs);transition:box-shadow .15s ease,transform .15s ease}.stat-card:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.stat-label{font-size:.75rem;color:var(--gray-500);text-transform:uppercase;letter-spacing:.05em;font-weight:600;margin-bottom:.375rem}.stat-value{font-size:1.625rem;font-weight:700;color:var(--gray-900);letter-spacing:-.025em;line-height:1.2;overflow-wrap:anywhere}.stat-value.text-success{color:var(--success)}.stat-value.text-warning{color:var(--warning)}.stat-value.text-primary{color:var(--primary)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.375rem;padding:.5rem 1rem;border-radius:var(--radius-sm);font-size:.8125rem;font-weight:500;border:none;cursor:pointer;transition:all .15s ease;white-space:nowrap;line-height:1.4}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover:not(:disabled){background:var(--primary-hover);box-shadow:var(--shadow-sm)}.btn-success{background:var(--success);color:#fff}.btn-success:hover:not(:disabled){background:#047857}.btn-danger{background:var(--danger);color:#fff}.btn-danger:hover:not(:disabled){background:#b91c1c}.btn-outline{background:var(--surface);border:1px solid var(--gray-200);color:var(--gray-600)}.btn-outline:hover:not(:disabled){background:var(--gray-50);border-color:var(--gray-300);color:var(--gray-800)}.btn-sm{padding:.3125rem .625rem;font-size:.75rem}.btn-icon{width:36px;height:36px;border-radius:var(--radius-sm);background:none;border:none;cursor:pointer;color:var(--gray-400);display:inline-flex;align-items:center;justify-content:center;font-size:1.25rem;transition:all .15s ease}.btn-icon:hover{background:var(--gray-100);color:var(--gray-700)}.form-group{margin-bottom:1rem}.form-label{display:block;font-size:.8125rem;font-weight:500;color:var(--gray-700);margin-bottom:.375rem}.form-input,.form-select,.form-textarea{width:100%;padding:.5rem .75rem;border:1px solid var(--gray-200);border-radius:var(--radius-sm);font-size:.875rem;font-family:var(--font-sans);color:var(--gray-800);background:var(--input-bg);transition:border-color .15s ease,box-shadow .15s ease;line-height:1.5}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #4f46e51f}:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.form-input::placeholder{color:var(--gray-400)}.form-input-date{width:auto;min-width:150px}.form-input[type=date],.form-input[type=datetime-local],.form-input[type=month]{color-scheme:light;cursor:pointer;min-height:38px;line-height:normal}.form-input[type=date]::-webkit-clear-button,.form-input[type=datetime-local]::-webkit-clear-button,.form-input[type=month]::-webkit-clear-button,.form-input[type=date]::-webkit-inner-spin-button,.form-input[type=datetime-local]::-webkit-inner-spin-button,.form-input[type=month]::-webkit-inner-spin-button{display:none}.form-input[type=date]::-webkit-calendar-picker-indicator,.form-input[type=datetime-local]::-webkit-calendar-picker-indicator,.form-input[type=month]::-webkit-calendar-picker-indicator{opacity:.6;cursor:pointer;padding-left:.25rem}.form-input[type=date]::-webkit-calendar-picker-indicator:hover,.form-input[type=datetime-local]::-webkit-calendar-picker-indicator:hover,.form-input[type=month]::-webkit-calendar-picker-indicator:hover{opacity:1}.form-input[type=date]::-webkit-datetime-edit,.form-input[type=datetime-local]::-webkit-datetime-edit,.form-input[type=month]::-webkit-datetime-edit{display:inline-flex;align-items:center;color:var(--gray-800);-webkit-text-fill-color:var(--gray-800);font-size:.875rem;line-height:normal;min-height:1.5em;padding:0}.form-input[type=date]::-webkit-datetime-edit-text,.form-input[type=date]::-webkit-datetime-edit-month-field,.form-input[type=date]::-webkit-datetime-edit-day-field,.form-input[type=date]::-webkit-datetime-edit-year-field,.form-input[type=datetime-local]::-webkit-datetime-edit-text,.form-input[type=datetime-local]::-webkit-datetime-edit-month-field,.form-input[type=datetime-local]::-webkit-datetime-edit-day-field,.form-input[type=datetime-local]::-webkit-datetime-edit-year-field,.form-input[type=datetime-local]::-webkit-datetime-edit-hour-field,.form-input[type=datetime-local]::-webkit-datetime-edit-minute-field,.form-input[type=datetime-local]::-webkit-datetime-edit-ampm-field,.form-input[type=month]::-webkit-datetime-edit-text,.form-input[type=month]::-webkit-datetime-edit-month-field,.form-input[type=month]::-webkit-datetime-edit-year-field{color:var(--gray-800);-webkit-text-fill-color:var(--gray-800);font-size:.875rem;line-height:normal;padding:0}.form-input[type=date]:focus::-webkit-datetime-edit,.form-input[type=datetime-local]:focus::-webkit-datetime-edit,.form-input[type=month]:focus::-webkit-datetime-edit{color:var(--gray-800);-webkit-text-fill-color:var(--gray-800)}.form-textarea{min-height:80px;resize:vertical}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.table-container{overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid var(--gray-200);border-radius:var(--radius)}.table{width:100%;border-collapse:collapse;font-size:.8125rem}.table th{background:var(--gray-50);padding:.75rem 1rem;text-align:left;font-weight:600;color:var(--gray-600);border-bottom:1px solid var(--gray-200);white-space:nowrap;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em}.table td{padding:.75rem 1rem;border-bottom:1px solid var(--gray-100);color:var(--gray-700);vertical-align:middle;overflow-wrap:anywhere}.table tbody tr:hover td{background:var(--gray-25)}.table tbody tr:last-child td{border-bottom:none}.table-compact td,.table-compact th{padding:.625rem .875rem}.per-user-table th:nth-child(1){width:14%}.per-user-table th:nth-child(2){width:22%}.per-user-table th:nth-child(3){width:6%}.per-user-table th:nth-child(4){width:11%}.per-user-table th:nth-child(5){width:11%}.per-user-table th:nth-child(6){width:13%}.per-user-table th:nth-child(7){width:13%}.per-user-table th:nth-child(8){width:10%}.records-table th:nth-child(1){width:40px}.records-table th:nth-child(2){width:18%}.records-table th:nth-child(3){width:16%}.records-table th:nth-child(4){width:9%}.records-table th:nth-child(5){width:8%}.records-table th:nth-child(6){width:9%}.records-table th:nth-child(7){width:12%}.records-table th:nth-child(8){width:12%}.records-table th:nth-child(9){width:11%}.audit-table th:nth-child(1){width:36px}.audit-table th:nth-child(2){width:17%}.audit-table th:nth-child(3){width:15%}.audit-table th:nth-child(4){width:13%}.audit-table th:nth-child(5){width:9%}.audit-table th:nth-child(6){width:34%}.audit-table th:nth-child(7){width:auto}.user-records-table th:nth-child(1){width:20%}.user-records-table th:nth-child(2){width:11%}.user-records-table th:nth-child(3){width:9%}.user-records-table th:nth-child(4){width:12%}.user-records-table th:nth-child(5){width:14%}.user-records-table th:nth-child(6){width:14%}.user-records-table th:nth-child(7){width:20%}.text-muted{color:var(--gray-500)}.text-xs{font-size:.75rem}.text-nowrap{white-space:nowrap}.text-center{text-align:center}.td-bold{font-weight:600}.badge{display:inline-flex;padding:.125rem .5rem;border-radius:9999px;font-size:.6875rem;font-weight:600;letter-spacing:.01em;line-height:1.4}.status-pending{background:var(--warning-light);color:#92400e}.status-paid,.badge-active{background:var(--success-light);color:#166534}.badge-disabled{background:var(--danger-light);color:#991b1b}.badge-primary{background:var(--primary-light);color:var(--primary-hover)}.badge-warning{background:var(--warning-light);color:#92400e}.badge-danger{background:var(--danger-light);color:#991b1b}.badge-neutral{background:var(--gray-100);color:var(--gray-600)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:200;padding:1rem}.modal{background:var(--surface-elevated);border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);width:100%;max-width:520px;max-height:90vh;overflow-y:auto;animation:modalIn .2s ease}@keyframes modalIn{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid var(--gray-100)}.modal-title{font-size:1.0625rem;font-weight:600;color:var(--gray-900)}.modal-body{padding:1.5rem}.modal-footer{display:flex;justify-content:flex-end;gap:.625rem;padding:1rem 1.5rem;border-top:1px solid var(--gray-100);background:var(--gray-25);border-radius:0 0 var(--radius-xl) var(--radius-xl)}.filter-bar{display:flex;gap:.625rem;margin-bottom:1rem;flex-wrap:wrap;align-items:center}.filter-bar .form-input,.filter-bar .form-select{width:auto;min-width:140px}.search-input{position:relative;flex:1;min-width:200px}.search-input .form-input{width:100%;min-width:unset}.filter-group{display:flex;flex-direction:column;gap:.25rem}.filter-group .form-label{margin-bottom:0;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--gray-500);line-height:1}.audit-details-cell{max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table tbody tr.selected-row td{background:var(--primary-light)}.table tbody tr.selected-row:hover td{background:var(--primary-50)}.mobile-audit-header-right{display:inline-flex;align-items:center;gap:.5rem;flex-shrink:0}.confirm-dialog-text{font-size:.9375rem;color:var(--gray-700);line-height:1.6}.pagination{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1.25rem;padding:.75rem}.pagination-info{font-size:.8125rem;color:var(--gray-500);font-weight:500}.pagination button{padding:.375rem .875rem;border:1px solid var(--gray-200);border-radius:var(--radius-sm);background:var(--surface);color:var(--gray-600);cursor:pointer;font-size:.8125rem;font-weight:500;transition:all .15s ease}.pagination button:hover:not(:disabled){background:var(--gray-50);border-color:var(--gray-300)}.pagination button:disabled{opacity:.5;cursor:not-allowed}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem;background:linear-gradient(135deg,#4f46e5,#7c3aed,#a855f7)}.login-toggle{position:absolute;top:1rem;right:1rem}.login-toggle .btn-theme-toggle{background:#ffffff1f;border-color:#ffffff40;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.login-toggle .btn-theme-toggle:hover{background:#fff3;border-color:#fff6;color:#fff}[data-theme=dark] .login-toggle .btn-theme-toggle{background:#00000040;border-color:#fff3;color:#eaeef5}[data-theme=dark] .login-toggle .btn-theme-toggle:hover{background:#0006;color:#fff}.login-card{background:var(--surface-elevated);border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);padding:2.5rem;width:100%;max-width:400px}.login-title{font-size:1.5rem;font-weight:800;text-align:center;margin-bottom:.375rem;color:var(--gray-900);letter-spacing:-.025em}.login-subtitle{text-align:center;color:var(--gray-500);margin-bottom:2rem;font-size:.875rem}.login-card .btn-primary{width:100%;padding:.6875rem;font-size:.9375rem;margin-top:.5rem;font-weight:600}.login-error{background:var(--danger-light);color:var(--danger);padding:.75rem;border-radius:var(--radius-sm);font-size:.8125rem;margin-bottom:1rem;text-align:center;font-weight:500}.form-error-banner{display:flex;align-items:center;gap:.625rem;background:var(--danger-bg);border:1px solid var(--danger-light);color:var(--danger);padding:.75rem 1rem;border-radius:var(--radius-sm);font-size:.8125rem;font-weight:500;margin-bottom:1rem;line-height:1.4}.form-error-icon{display:inline-flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;border-radius:50%;background:var(--danger);color:#fff;font-size:.6875rem;font-weight:700;flex-shrink:0}.mobile-record{background:var(--surface);border:1px solid var(--gray-200);border-radius:var(--radius);padding:1rem;margin-bottom:.625rem;box-shadow:var(--shadow-xs)}.mobile-record-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.625rem}.mobile-record-header-right{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.mobile-record-gc{font-weight:600;font-size:.9375rem;color:var(--gray-900)}.mobile-record-details{display:grid;grid-template-columns:1fr 1fr;gap:.375rem;font-size:.8125rem;color:var(--gray-600)}.mobile-record-actions{display:flex;gap:.5rem;margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--gray-100)}.mobile-user-stat-card{background:var(--gray-25);border:1px solid var(--gray-200);border-radius:var(--radius);padding:1rem;margin-bottom:.625rem}.mobile-user-stat-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.mobile-user-stat-name{font-weight:600;font-size:.9375rem;color:var(--gray-900)}.mobile-user-stat-email{font-size:.75rem;color:var(--gray-500);margin-top:.125rem}.mobile-user-stat-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.mobile-user-stat-item{display:flex;flex-direction:column;gap:.125rem}.mobile-user-stat-label{font-size:.6875rem;color:var(--gray-500);text-transform:uppercase;letter-spacing:.04em;font-weight:600}.mobile-user-stat-value{font-size:.875rem;font-weight:600;color:var(--gray-800)}.mobile-user-stat-value.text-primary{color:var(--primary)}.mobile-user-stat-value.text-warning{color:var(--warning)}.mobile-user-stat-value.text-success{color:var(--success)}.mobile-audit-card{background:var(--surface);border:1px solid var(--gray-200);border-radius:var(--radius);padding:.875rem 1rem;margin-bottom:.5rem;box-shadow:var(--shadow-xs)}.mobile-audit-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;gap:.5rem}.mobile-audit-body{font-size:.8125rem;color:var(--gray-600)}.mobile-audit-user{margin-bottom:.25rem}.mobile-audit-details{font-size:.75rem;color:var(--gray-500);word-break:break-word}.tabs{display:flex;border-bottom:2px solid var(--gray-200);margin-bottom:1.5rem;gap:0;overflow-x:auto}.tab{padding:.75rem 1.25rem;font-size:.875rem;font-weight:500;color:var(--gray-500);background:none;border:none;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;white-space:nowrap;transition:all .15s ease}.tab:hover{color:var(--gray-700)}.tab.active{color:var(--primary);border-bottom-color:var(--primary)}.user-card{background:var(--surface);border:1px solid var(--gray-200);border-radius:var(--radius);padding:1.125rem;margin-bottom:.625rem;transition:box-shadow .15s ease}.user-card:hover{box-shadow:var(--shadow-sm)}.user-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.user-card-name{font-weight:600;font-size:.9375rem;color:var(--gray-900)}.user-card-email{font-size:.8125rem;color:var(--gray-500);margin-top:.125rem}.user-card-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(80px,1fr));gap:.5rem;margin-bottom:.75rem;font-size:.8125rem}.user-card-stat-value{font-weight:600;color:var(--gray-800)}.user-card-stat-label{color:var(--gray-500);font-size:.75rem}.user-card-actions{display:flex;gap:.375rem;flex-wrap:wrap;padding-top:.75rem;border-top:1px solid var(--gray-100)}.bulk-action-bar{background:var(--primary-light);border:1px solid var(--primary-50);border-radius:var(--radius);padding:.75rem 1rem;margin-bottom:1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.bulk-action-bar span{font-size:.8125rem;font-weight:500;color:var(--primary)}.bulk-action-buttons{display:flex;gap:.5rem}.action-buttons{display:flex;gap:.25rem;flex-wrap:wrap}.empty-state{text-align:center;padding:3rem 1rem;color:var(--gray-500)}.empty-state-icon{font-size:2.5rem;margin-bottom:.75rem;opacity:.6}.empty-state-text{font-size:.9375rem;margin-bottom:.25rem;color:var(--gray-600);font-weight:500}.loading{display:flex;align-items:center;justify-content:center;padding:3rem}.spinner{width:1.75rem;height:1.75rem;border:3px solid var(--gray-200);border-top-color:var(--primary);border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.toast-custom{font-size:.8125rem}.per-user-section .table-container{margin-top:.5rem}.per-user-section .card-header{margin-bottom:.75rem}.mobile-view{display:none}input[type=checkbox]{width:1rem;height:1rem;cursor:pointer;accent-color:var(--primary);flex-shrink:0}@media (max-width: 1024px){.stats-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.header{padding:0 .75rem;height:auto;min-height:56px;flex-wrap:wrap;gap:0}.main-content{padding:1rem .75rem 2rem}.form-input,.form-select{font-size:16px;min-height:44px}.form-textarea{font-size:.875rem}.btn:not(.btn-sm){min-height:44px;padding-top:.5625rem;padding-bottom:.5625rem}.btn-sm{min-height:36px}.tab{min-height:44px;display:inline-flex;align-items:center}.pagination button{min-height:40px;padding:.5rem .875rem}.modal-footer{display:flex}.modal-footer .btn{flex:1}.filter-group{width:100%;display:flex;flex-direction:column;gap:.3125rem}.filter-group .form-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--gray-500);margin-bottom:0}.header-nav{order:3;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;padding:.375rem 0 .25rem;display:flex;gap:.125rem;scrollbar-width:none}.header-nav::-webkit-scrollbar{display:none}.header-nav button{padding:.375rem .75rem;font-size:.75rem;flex-shrink:0}.header-right{gap:.4375rem;min-width:0}.header-user{font-size:.75rem;max-width:104px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-role{display:none}.btn-logout{padding:.375rem .625rem;font-size:.75rem}.btn-theme-toggle{width:32px;height:32px;border-radius:var(--radius-sm);min-height:0;position:relative}.btn-theme-toggle:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:44px;height:44px}.btn-theme-toggle svg{width:16px;height:16px}.main-content{padding:1rem .75rem}.section-title{font-size:1.125rem;margin-bottom:1rem}.section-header{flex-direction:column;align-items:flex-start;gap:.625rem}.section-actions{width:100%;flex-wrap:wrap}.stats-grid{grid-template-columns:1fr 1fr;gap:.625rem}.stat-card{padding:.875rem 1rem}.stat-label{font-size:.6875rem}.stat-value{font-size:1.25rem}.filter-bar{flex-direction:column;gap:.5rem}.filter-bar .form-input,.filter-bar .form-select{width:100%;min-width:unset}.filter-bar .form-input-date{width:100%;min-height:46px;padding:.5625rem .75rem;font-size:16px;border-radius:var(--radius-sm);-moz-appearance:none;appearance:none;-webkit-appearance:none;color-scheme:light}.form-input[type=date],.form-input[type=datetime-local],.form-input[type=month]{min-height:44px}.search-input{min-width:unset;width:100%}.form-row{grid-template-columns:1fr}.card{padding:1rem;border-radius:var(--radius)}.table-container{display:none}.mobile-view{display:block!important}.card-header{flex-direction:column;align-items:flex-start}.modal{max-width:100%;margin:.5rem;max-height:95vh;border-radius:var(--radius-lg)}.modal-header{padding:1rem 1.25rem}.modal-body{padding:1.25rem}.modal-footer{padding:.875rem 1.25rem}.bulk-action-bar{flex-direction:column;gap:.5rem;align-items:flex-start}.bulk-action-buttons{width:100%;flex-wrap:wrap}.bulk-action-buttons .btn{flex:1;min-height:44px;font-size:.875rem;font-weight:600}.mobile-select-all-row{display:flex;align-items:center;justify-content:space-between;padding:.75rem .875rem;margin-bottom:.625rem;background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius)}.mobile-select-all-label{display:flex;align-items:center;gap:.625rem;cursor:pointer;font-size:.875rem;font-weight:500;color:var(--gray-700);-webkit-user-select:none;user-select:none}.mobile-select-all-label input[type=checkbox]{width:1.125rem;height:1.125rem}.mobile-selected-count{font-size:.8125rem;font-weight:600;color:var(--primary);background:var(--primary-light);padding:.1875rem .625rem;border-radius:9999px}.mobile-record-selected{border-color:var(--primary-50);background:var(--primary-light)}.mobile-record-header-right input[type=checkbox]{width:1.25rem;height:1.25rem;padding:0;cursor:pointer;accent-color:var(--primary)}.mobile-record-details{grid-template-columns:1fr 1fr;gap:.25rem}.form-input[type=date]::-webkit-calendar-picker-indicator,.form-input[type=datetime-local]::-webkit-calendar-picker-indicator,.form-input[type=month]::-webkit-calendar-picker-indicator{opacity:.5;cursor:pointer;padding-left:.375rem;font-size:1em}.mobile-user-stat-grid{grid-template-columns:1fr 1fr}.mobile-user-stat-card{padding:.875rem}.login-card{padding:1.75rem;border-radius:var(--radius-lg)}}@media (min-width: 769px){.mobile-view{display:none!important}}@media (max-width: 414px){.header-left{flex-shrink:0}.header-logo{font-size:1rem}.stats-grid{grid-template-columns:1fr 1fr;gap:.5rem}.stat-card{padding:.75rem}.stat-value{font-size:1.125rem}.mobile-user-stat-grid{grid-template-columns:1fr 1fr;gap:.375rem}.mobile-record-details{grid-template-columns:1fr}.mobile-record-actions{flex-wrap:wrap}.user-card-stats{grid-template-columns:1fr 1fr}.section-actions .btn{padding:.375rem .625rem;font-size:.75rem}}@media (min-width: 1200px){.stats-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 769px){.header{padding:0 1.5rem;height:60px;box-shadow:0 1px 0 var(--gray-200)}.header-logo{font-size:1.125rem;font-weight:800;letter-spacing:-.02em}.header-nav button{padding:.4375rem .875rem;font-size:.8125rem;font-weight:500;border-radius:var(--radius-sm)}.main-content{padding:1.75rem 1.5rem 3rem;max-width:1400px}.section-title{font-size:1.5rem;font-weight:700;letter-spacing:-.025em;margin-bottom:1.5rem}.section-header{margin-bottom:1.25rem}.stats-grid{gap:.875rem;margin-bottom:1.75rem}.stat-card{padding:1.25rem 1.5rem;border-radius:var(--radius-lg);min-height:88px;display:flex;flex-direction:column;justify-content:center}.stat-label{font-size:.75rem;margin-bottom:.5rem}.stat-value{font-size:1.75rem;font-weight:700;line-height:1.15}.card{padding:1.5rem;border-radius:var(--radius-lg)}.filter-bar{gap:.75rem;margin-bottom:1.25rem;align-items:flex-end}.filter-bar .form-input,.filter-bar .form-select{height:38px;min-width:140px}.filter-bar .form-input-date{min-width:150px}.search-input{min-width:240px}.table th{padding:.75rem 1rem;font-size:.75rem;font-weight:600}.table td{padding:.75rem 1rem;font-size:.8125rem}.table-compact td,.table-compact th{padding:.6875rem .875rem}.modal{max-width:540px;border-radius:var(--radius-xl)}.modal-header{padding:1.25rem 1.5rem}.modal-body{padding:1.5rem}.modal-footer{padding:1rem 1.5rem}.btn{padding:.5rem 1rem;font-size:.8125rem;height:38px}.btn-sm{height:34px;padding:.375rem .75rem;font-size:.75rem}.btn-primary{height:38px}.btn-logout{height:36px;padding:.4375rem .875rem}.form-input,.form-select{height:38px}.form-label{font-size:.8125rem;font-weight:500;margin-bottom:.375rem}.bulk-action-bar{padding:.875rem 1.25rem;border-radius:var(--radius)}.bulk-action-bar .btn{height:36px}.filter-bar .btn-sm{height:38px;padding:.4375rem .875rem}.pagination{padding:1rem;margin-top:1.5rem}.pagination button{padding:.4375rem 1rem;font-size:.8125rem;height:36px}.pagination-info{font-size:.8125rem}.action-buttons{gap:.375rem}.action-buttons .btn{height:32px;padding:.25rem .625rem;font-size:.75rem}.user-card{padding:1.25rem 1.5rem}.user-card-actions{gap:.5rem;padding-top:1rem}.user-card-stats{grid-template-columns:repeat(5,1fr);gap:.75rem}}@media (min-width: 1440px){.main-content{max-width:1440px;padding:2rem 1.5rem 3rem}.stats-grid{gap:1rem}.filter-bar .form-input,.filter-bar .form-select{min-width:160px}.search-input{min-width:280px}.section-title{font-size:1.625rem;margin-bottom:1.75rem}.card{padding:1.75rem}}[data-theme=dark]{color-scheme:dark;--primary: #a5b4fc;--primary-hover: #818cf8;--primary-light: rgba(129, 140, 248, .16);--primary-50: rgba(129, 140, 248, .3);--success: #34d399;--success-light: #0f3d2e;--success-bg: #0b3329;--warning: #fbbf24;--warning-light: #3d2f12;--warning-bg: #332713;--danger: #f87171;--danger-light: #401c1c;--danger-bg: #341616;--gray-25: #232a38;--gray-50: #10151d;--gray-100: #1b2230;--gray-200: #2a323f;--gray-300: #3a4454;--gray-400: #6b7486;--gray-500: #93a0b3;--gray-600: #b6bfcc;--gray-700: #d5dbe4;--gray-800: #eaeef5;--gray-900: #ffffff;--surface: #191f2b;--surface-elevated: #202837;--surface-secondary: #12161f;--input-bg: #12171f;--header-bg: #151a24;--shadow-xs: 0 1px 2px rgba(0, 0, 0, .4);--shadow-sm: 0 1px 3px rgba(0, 0, 0, .4), 0 1px 2px rgba(0, 0, 0, .3);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .5), 0 2px 4px -2px rgba(0, 0, 0, .4);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .5), 0 4px 6px -4px rgba(0, 0, 0, .4);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .6), 0 8px 10px -6px rgba(0, 0, 0, .5)}[data-theme=dark] body{background:var(--gray-50);color:var(--gray-800)}[data-theme=dark] .header{background:var(--header-bg);border-bottom-color:var(--gray-200);box-shadow:0 1px 0 var(--gray-200),var(--shadow-xs)}[data-theme=dark] .header-nav a,[data-theme=dark] .header-nav button{color:var(--gray-500)}[data-theme=dark] .header-nav a:hover,[data-theme=dark] .header-nav button:hover{background:var(--gray-100);color:var(--gray-800)}[data-theme=dark] .header-nav button.active{background:var(--primary-light);color:var(--primary)}[data-theme=dark] .role-admin{background:var(--warning-light);color:#fcd34d}[data-theme=dark] .role-user{background:#1c2f4d;color:#93c5fd}[data-theme=dark] .stat-card{border-color:var(--gray-200);box-shadow:var(--shadow-xs)}[data-theme=dark] .stat-card:hover{border-color:var(--gray-300);box-shadow:var(--shadow-md)}[data-theme=dark] .btn-primary{background:#4f46e5;color:#fff}[data-theme=dark] .btn-primary:hover:not(:disabled){background:#4338ca}[data-theme=dark] .btn-success{background:#047857;color:#fff}[data-theme=dark] .btn-success:hover:not(:disabled){background:#065f46}[data-theme=dark] .btn-danger{background:#dc2626;color:#fff}[data-theme=dark] .btn-danger:hover:not(:disabled){background:#b91c1c}[data-theme=dark] .btn-outline{background:var(--surface);border-color:var(--gray-200);color:var(--gray-600)}[data-theme=dark] .btn-outline:hover:not(:disabled){background:var(--gray-100);border-color:var(--gray-300);color:var(--gray-800)}[data-theme=dark] .btn:disabled{opacity:.45}[data-theme=dark] .btn-logout:hover{background:var(--gray-100);border-color:var(--gray-300);color:var(--gray-800)}[data-theme=dark] .btn-icon{color:var(--gray-400)}[data-theme=dark] .btn-icon:hover{background:var(--gray-100);color:var(--gray-700)}[data-theme=dark] .tabs{border-bottom-color:var(--gray-200)}[data-theme=dark] .tab{color:var(--gray-500)}[data-theme=dark] .tab:hover{color:var(--gray-700)}[data-theme=dark] .tab.active{color:var(--primary);border-bottom-color:var(--primary)}[data-theme=dark] .form-input,[data-theme=dark] .form-select,[data-theme=dark] .form-textarea{background:var(--input-bg);border-color:var(--gray-200);color:var(--gray-800)}[data-theme=dark] .form-input::placeholder{color:var(--gray-400)}[data-theme=dark] .form-input:focus,[data-theme=dark] .form-select:focus,[data-theme=dark] .form-textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #818cf838}[data-theme=dark] :focus-visible{outline-color:var(--primary)}[data-theme=dark] .form-input:disabled,[data-theme=dark] .form-select:disabled,[data-theme=dark] .form-textarea:disabled{background:var(--gray-100);color:var(--gray-500);opacity:.7}[data-theme=dark] .form-input:-webkit-autofill,[data-theme=dark] .form-input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 1000px var(--input-bg) inset;-webkit-text-fill-color:var(--gray-800);caret-color:var(--gray-800);transition:background-color 9999s ease-out 0s}[data-theme=dark] .form-input[type=date],[data-theme=dark] .form-input[type=datetime-local],[data-theme=dark] .form-input[type=month],[data-theme=dark] .filter-bar .form-input-date{color-scheme:dark}[data-theme=dark] .filter-bar .form-input-date::-webkit-calendar-picker-indicator{cursor:pointer}[data-theme=dark] .table-container{border-color:var(--gray-200)}[data-theme=dark] .table th{background:var(--surface-secondary);color:var(--gray-500);border-bottom-color:var(--gray-200)}[data-theme=dark] .table td{border-bottom-color:var(--gray-200);color:var(--gray-700)}[data-theme=dark] .table tbody tr:hover td{background:var(--gray-100)}[data-theme=dark] .table tbody tr:last-child td{border-bottom:none}[data-theme=dark] .pagination button{background:var(--surface);border-color:var(--gray-200);color:var(--gray-500)}[data-theme=dark] .pagination button:hover:not(:disabled){background:var(--gray-100);border-color:var(--gray-300);color:var(--gray-800)}[data-theme=dark] .status-pending,[data-theme=dark] .badge-warning{background:var(--warning-light);color:#fcd34d}[data-theme=dark] .status-paid,[data-theme=dark] .badge-active{background:var(--success-light);color:#6ee7b7}[data-theme=dark] .badge-disabled,[data-theme=dark] .badge-danger{background:var(--danger-light);color:#fca5a5}[data-theme=dark] .badge-primary{background:var(--primary-light);color:#a5b4fc}[data-theme=dark] .badge-neutral{background:var(--gray-100);color:var(--gray-500)}[data-theme=dark] .modal{background:var(--surface-elevated);border:1px solid var(--gray-200)}[data-theme=dark] .modal-overlay{background:#0009}[data-theme=dark] .modal-header,[data-theme=dark] .modal-footer{border-color:var(--gray-200)}[data-theme=dark] .modal-footer{background:var(--gray-25)}[data-theme=dark] .login-error{background:var(--danger-light);color:#fca5a5}[data-theme=dark] .form-error-banner{background:var(--danger-bg);border-color:var(--danger-light);color:#fca5a5}[data-theme=dark] .form-error-icon{background:#ef4444;color:#fff}[data-theme=dark] .bulk-action-bar{background:var(--primary-light);border-color:var(--primary-50);color:var(--gray-100)}[data-theme=dark] .bulk-action-bar span{color:var(--primary)}[data-theme=dark] .mobile-select-all-row{background:var(--surface-secondary);border-color:var(--gray-200)}[data-theme=dark] .mobile-select-all-label{color:var(--gray-700)}[data-theme=dark] .mobile-selected-count{background:var(--primary-light);color:var(--primary)}[data-theme=dark] .mobile-record-selected{background:var(--primary-light);border-color:var(--primary-50)}[data-theme=dark] .table tbody tr.selected-row td,[data-theme=dark] .table tbody tr.selected-row:hover td{background:var(--primary-light)}[data-theme=dark] .confirm-dialog-text{color:var(--gray-700)}[data-theme=dark] .card,[data-theme=dark] .mobile-record,[data-theme=dark] .mobile-audit-card,[data-theme=dark] .user-card{background:var(--surface);border-color:var(--gray-200)}[data-theme=dark] .user-card:hover{box-shadow:var(--shadow-sm)}[data-theme=dark] .mobile-user-stat-card{background:var(--gray-25);border-color:var(--gray-200)}[data-theme=dark] .empty-state{color:var(--gray-500)}[data-theme=dark] .empty-state-text{color:var(--gray-600)}[data-theme=dark] .spinner{border-color:var(--gray-300);border-top-color:var(--primary)}[data-theme=dark] ::-webkit-scrollbar{width:10px;height:10px}[data-theme=dark] ::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:5px}[data-theme=dark] ::-webkit-scrollbar-track{background:transparent}
