: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;--text-primary: var(--gray-900);--text-body: var(--gray-700);--text-muted: var(--gray-500);--border-color: var(--gray-200);--page-pad: 1.5rem;--card-pad: 1.5rem;--section-gap: 1.25rem;--control-h: 38px;--control-radius: var(--radius-sm);--radius: 10px;--radius-sm: 8px;--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-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,.12), 0 8px 10px -6px rgba(0,0,0,.06);--focus-ring: 0 0 0 3px rgba(79, 70, 229, .18);--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}#root{min-height:100vh}.app{min-height:100vh;display:flex;flex-direction:column}body.modal-open{overflow:hidden}.header{background:var(--header-bg);border-bottom:1px solid var(--gray-200);padding:0 1.5rem;height:60px;display:flex;align-items:center;justify-content:space-between;gap:1rem;position:sticky;top:0;z-index:100;box-shadow:0 1px 0 var(--gray-200)}.header-left{display:flex;align-items:center;gap:.625rem;flex-shrink:0}.header-logo{font-size:1.125rem;font-weight:800;color:var(--primary);letter-spacing:-.025em;white-space:nowrap}.header-nav{display:flex;gap:.25rem;align-items:center}.header-nav button{padding:.4375rem .875rem;border-radius:var(--radius-sm);font-size:.8125rem;font-weight:500;border:none;cursor:pointer;background:none;color:var(--gray-500);transition:background-color .15s ease,color .15s ease;min-height:36px;display:inline-flex;align-items:center}.header-nav button:hover{background:var(--gray-100);color:var(--gray-900)}.header-nav button.active,.header-nav button[aria-current=page]{background:var(--primary-light);color:var(--primary);font-weight:600}.header-right{display:flex;align-items:center;gap:.625rem;min-width:0}.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;white-space:nowrap}.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;height:36px;border:1px solid var(--gray-200);cursor:pointer;background:var(--surface);color:var(--gray-600);transition:background-color .15s ease,border-color .15s ease,color .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);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;width:100%;max-width:1400px;margin:0 auto;padding:1.75rem 1.5rem 3rem}.section-title{font-size:1.5rem;font-weight:700;color:var(--gray-900);letter-spacing:-.025em;margin-bottom:.375rem;line-height:1.25}.section-subtitle{font-size:.875rem;color:var(--gray-500);margin-bottom:1.25rem;line-height:1.5}.section-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:1.25rem;flex-wrap:wrap;gap:.75rem}.section-header .section-actions+.section-subtitle{order:2}.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;display:flex;flex-direction:column;justify-content:center}.stat-card:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.stat-card-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.5rem}.stat-card-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--radius);background:var(--gray-100);color:var(--gray-500);flex-shrink:0}.stat-card-icon svg{width:16px;height:16px}.stat-card-users .stat-card-icon{background:var(--primary-light);color:var(--primary)}.stat-card-active .stat-card-icon{background:var(--success-light);color:var(--success)}.stat-card-records .stat-card-icon{background:var(--primary-light);color:var(--primary)}.stat-card-pending .stat-card-icon{background:var(--warning-light);color:var(--warning)}.stat-card-paid .stat-card-icon{background:var(--success-light);color:var(--success)}.stat-card-gc .stat-card-icon,.stat-card-paid-amt .stat-card-icon{background:var(--primary-light);color:var(--primary)}.stat-card-pending-amt .stat-card-icon{background:var(--warning-light);color:var(--warning)}.stat-card-paidback .stat-card-icon{background:var(--success-light);color:var(--success)}.stat-label{font-size:.75rem;color:var(--gray-500);text-transform:uppercase;letter-spacing:.05em;font-weight:600;line-height:1.3}.stat-value{font-size:1.75rem;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:background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease;white-space:nowrap;line-height:1.4;height:38px;font-family:var(--font-sans)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.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-danger-outline{background:var(--surface);border:1px solid var(--danger-light);color:var(--danger)}.btn-danger-outline:hover:not(:disabled){background:var(--danger-bg);border-color:var(--danger)}.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:.375rem .75rem;font-size:.75rem;height:34px}.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:background-color .15s ease,color .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;height:38px}.form-textarea{height:auto;min-height:84px;resize:vertical;line-height:1.5}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:var(--primary);box-shadow:var(--focus-ring)}:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.form-input::placeholder{color:var(--gray-400)}.form-input:disabled,.form-select:disabled,.form-textarea:disabled{background:var(--gray-100);color:var(--gray-500);opacity:.7;cursor:not-allowed}.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-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-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{transition:background-color .1s ease}.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:.6875rem .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%}.per-user-table th:nth-child(n+3){text-align:right}.per-user-table td:nth-child(n+3){text-align:right}.records-table th:nth-child(1){width:44px}.records-table th:nth-child(2){width:16%}.records-table th:nth-child(3){width:14%}.records-table th:nth-child(4){width:11%}.records-table th:nth-child(5){width:10%}.records-table th:nth-child(6){width:8%}.records-table th:nth-child(7){width:7%}.records-table th:nth-child(8){width:9%}.records-table th:nth-child(9){width:12%}.records-table th:nth-child(10){width:12%}.records-table th:nth-child(11){width:auto}.records-table th:nth-child(5),.records-table th:nth-child(6){text-align:right}.records-table td:nth-child(5),.records-table td:nth-child(6){text-align:right}.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:18%}.user-records-table th:nth-child(2){width:12%}.user-records-table th:nth-child(3){width:14%}.user-records-table th:nth-child(4){width:9%}.user-records-table th:nth-child(5){width:10%}.user-records-table th:nth-child(6){width:13%}.user-records-table th:nth-child(7){width:13%}.user-records-table th:nth-child(8){width:11%}.user-records-table th:nth-child(3),.user-records-table th:nth-child(4){text-align:right}.user-records-table td:nth-child(3),.user-records-table td:nth-child(4){text-align:right}.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}.table tbody tr.selected-row td,.table tbody tr.selected-row:hover td{background:var(--primary-light)}.badge{display:inline-flex;align-items:center;padding:.125rem .5rem;border-radius:9999px;font-size:.6875rem;font-weight:600;letter-spacing:.01em;line-height:1.4;white-space:nowrap}.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)}.badge-shared{background:var(--primary-light);color:var(--primary-hover)}.amount-adjusted{color:var(--warning);font-weight:600}.form-hint{display:block;margin-top:.375rem;font-size:.75rem;color:var(--gray-500);line-height:1.45}.provider-select-row{display:flex;gap:.5rem}.provider-select-row .form-select,.provider-select-row .form-input{flex:1;min-width:0}.provider-select-row .btn{flex-shrink:0}.provider-manage{margin-top:.625rem;padding:.75rem;background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-sm)}.provider-add-row{display:flex;gap:.5rem}.provider-add-row .form-input{flex:1;min-width:0}.provider-custom-list{list-style:none;margin-top:.75rem;display:flex;flex-direction:column;gap:.25rem}.provider-custom-list li{display:flex;align-items:center;justify-content:space-between;padding:.25rem .5rem .25rem .75rem;background:var(--surface);border:1px solid var(--gray-200);border-radius:var(--radius-sm);font-size:.8125rem;color:var(--gray-700)}.provider-remove{width:30px;height:30px;font-size:1.125rem}.provider-empty-hint{margin-top:.625rem}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#11182773;-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:540px;max-height:90vh;overflow-y:auto;-webkit-overflow-scrolling:touch;animation:modalIn .2s ease}@keyframes modalIn{0%{opacity:0;transform:scale(.96) translateY(8px)}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);position:sticky;top:0;background:var(--surface-elevated);z-index:1;border-radius:var(--radius-xl) var(--radius-xl) 0 0}.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);position:sticky;bottom:0;z-index:1}.confirm-dialog-text{font-size:.9375rem;color:var(--gray-700);line-height:1.6}.filter-bar{display:flex;gap:.75rem;margin-bottom:1.25rem;flex-wrap:wrap;align-items:flex-end}.filter-bar .form-input,.filter-bar .form-select{width:auto;min-width:150px;height:38px}.filter-bar .form-input-date{min-width:150px}.filter-bar .btn-sm{height:38px;padding:.4375rem .875rem}.search-input{position:relative;flex:1 1 240px;min-width:240px;max-width:420px}.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}.results-count{font-size:.8125rem;color:var(--gray-500);margin-bottom:.75rem;display:flex;align-items:center;gap:.375rem}.results-count strong{color:var(--gray-700);font-weight:600}.audit-details-cell{max-width:300px}.audit-details-text{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pagination{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1.25rem;padding:1rem}.pagination-info{font-size:.8125rem;color:var(--gray-500);font-weight:500}.pagination button{padding:.4375rem 1rem;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;height:36px;transition:background-color .15s ease,border-color .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);position:relative}.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;height:auto}.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;gap:.5rem;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);word-break:break-word;display:flex;align-items:center;flex-wrap:wrap;gap:.375rem}.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);flex-wrap:wrap}.mobile-record-selected{border-color:var(--primary-50);background:var(--primary-light)}.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;gap:.5rem;margin-bottom:.75rem}.mobile-user-stat-name{font-weight:600;font-size:.9375rem;color:var(--gray-900);word-break:break-word}.mobile-user-stat-email{font-size:.75rem;color:var(--gray-500);margin-top:.125rem;word-break:break-word}.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-header-right{display:inline-flex;align-items:center;gap:.5rem;flex-shrink:0}.mobile-audit-body{font-size:.8125rem;color:var(--gray-600)}.mobile-audit-user{margin-bottom:.25rem;word-break:break-word}.mobile-audit-details{font-size:.75rem;color:var(--gray-500);word-break:break-word}.user-card{background:var(--surface);border:1px solid var(--gray-200);border-radius:var(--radius);padding:1.125rem 1.25rem;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;gap:.5rem;margin-bottom:.75rem}.user-card-name{font-weight:600;font-size:.9375rem;color:var(--gray-900);word-break:break-word}.user-card-email{font-size:.8125rem;color:var(--gray-500);margin-top:.125rem;word-break:break-word}.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:.5rem;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:.875rem 1.25rem;margin-bottom:1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.bulk-action-bar .bulk-action-count{font-size:.8125rem;font-weight:600;color:var(--primary);display:flex;align-items:center;gap:.5rem}.bulk-action-hint{font-size:.75rem;color:var(--primary);opacity:.75;font-weight:500}.bulk-action-buttons{display:flex;gap:.5rem;flex-wrap:wrap}.bulk-action-bar .btn{height:36px}.bulk-action-bar.bulk-action-bar-empty{background:var(--gray-50);border-color:var(--gray-200)}.bulk-action-bar.bulk-action-bar-empty .bulk-action-count{color:var(--gray-500);font-weight:500}.bulk-action-bar.bulk-action-bar-empty .bulk-action-hint{color:var(--gray-400)}.bulk-action-bar.bulk-action-bar-empty .btn:disabled{opacity:.5}.action-buttons{display:flex;gap:.375rem;flex-wrap:wrap}.action-buttons .btn{height:32px;padding:.25rem .625rem;font-size:.75rem}.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}input[type=checkbox]{width:.9375rem;height:.9375rem;cursor:pointer;accent-color:var(--primary);flex-shrink:0}.checkbox-shared{accent-color:var(--success)}.per-user-section .table-container{margin-top:.5rem}.per-user-section .card-header{margin-bottom:.75rem}.mobile-view{display:none}@media (max-width: 1024px){.main-content{padding:1.25rem 1rem 2.5rem}.stats-grid{gap:.75rem}.search-input{max-width:none}}@media (max-width: 768px){.header{flex-wrap:wrap;padding:0 .75rem;height:auto;min-height:56px;gap:0}.header-left{flex-shrink:0}.header-right{gap:.4375rem;min-width:0}.header-user{font-size:.75rem;max-width:104px}.header-role{display:none}.btn-logout{padding:.375rem .625rem;font-size:.75rem;height:32px;position:relative}.btn-logout:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:44px;height:44px}.btn-theme-toggle{width:32px;height:32px;position:relative}.btn-theme-toggle:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:44px;height:44px}.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 .875rem;font-size:.8125rem;min-height:36px;flex-shrink:0}.main-content{padding:1rem .75rem 2rem}.section-title{font-size:1.25rem;margin-bottom:.25rem}.section-subtitle{font-size:.8125rem;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-card-head{margin-bottom:.375rem}.stat-card-icon{width:28px;height:28px}.stat-card-icon svg{width:14px;height:14px}.stat-label{font-size:.6875rem}.stat-value{font-size:1.25rem}.form-input,.form-select{font-size:16px;min-height:44px}.form-input[type=date],.form-input[type=datetime-local],.form-input[type=month]{min-height:44px}.btn:not(.btn-sm){min-height:44px;padding-top:.5625rem;padding-bottom:.5625rem}.btn-sm{min-height:36px}.modal-footer{display:flex}.modal-footer .btn{flex:1}.filter-bar{flex-direction:column;gap:.5rem;align-items:stretch}.filter-bar>*{flex:0 1 auto}.filter-bar .form-input,.filter-bar .form-select{width:100%;min-width:unset;min-height:44px}.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}.filter-bar .btn-sm{width:100%;min-height:44px;font-size:.875rem;font-weight:600}.search-input{min-width:unset;width:100%;max-width:none;flex:0 1 auto}.form-row{grid-template-columns:1fr}.card{padding:1rem;border-radius:var(--radius)}.table-container{display:none}.mobile-view{display:block}.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:.625rem;align-items:stretch}.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.25rem;height:1.25rem}.mobile-selected-count{font-size:.8125rem;font-weight:600;color:var(--primary);background:var(--primary-light);padding:.1875rem .625rem;border-radius:9999px}.mobile-record-header-right input[type=checkbox]{width:1.25rem;height:1.25rem;padding:0;margin:0 .375rem;cursor:pointer;accent-color:var(--primary)}.mobile-record-details{grid-template-columns:1fr 1fr;gap:.25rem}.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)}.user-card{padding:1rem}}@media (max-width: 414px){.header-left{flex-shrink:0}.header-logo{font-size:1rem}.stats-grid{gap:.5rem}.stat-card{padding:.75rem}.stat-value{font-size:1.125rem}.mobile-user-stat-grid{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}.modal{margin:.25rem}}@media (min-width: 769px){.table-container{display:block}.mobile-view{display:none}}@media (min-width: 1440px){.main-content{max-width:1440px;padding:2rem 1.5rem 3rem}.stats-grid{gap:1rem}.section-title{font-size:1.625rem}.card{padding:1.75rem}.search-input{max-width:420px}}[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);--focus-ring: 0 0 0 3px rgba(129, 140, 248, .24)}[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 button{color:var(--gray-500)}[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] .stat-card-icon{background:var(--gray-100);color:var(--gray-500)}[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-danger-outline{background:var(--surface);border-color:var(--danger-light);color:var(--danger)}[data-theme=dark] .btn-danger-outline:hover:not(:disabled){background:var(--danger-bg);border-color:var(--danger)}[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] .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:var(--focus-ring)}[data-theme=dark] :focus-visible{outline-color:var(--primary)}[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] .badge-shared{background:var(--primary-light);color:var(--primary)}[data-theme=dark] .amount-adjusted{color:var(--warning)}[data-theme=dark] .form-hint{color:var(--gray-500)}[data-theme=dark] .provider-manage{background:var(--surface-secondary);border-color:var(--gray-200)}[data-theme=dark] .provider-custom-list li{background:var(--surface);border-color:var(--gray-200);color:var(--gray-700)}[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] .modal-title{color:var(--gray-900)}[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)}[data-theme=dark] .bulk-action-bar .bulk-action-count{color:var(--primary)}[data-theme=dark] .bulk-action-bar.bulk-action-bar-empty{background:var(--surface-secondary);border-color:var(--gray-200)}[data-theme=dark] .bulk-action-bar.bulk-action-bar-empty .bulk-action-count{color:var(--gray-500)}[data-theme=dark] .bulk-action-bar.bulk-action-bar-empty .bulk-action-hint{color:var(--gray-400)}[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] .results-count{color:var(--gray-500)}[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}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
