:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#f5f5f5;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:1rem}.login-card{background:#fffffff2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:2.5rem;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;width:100%;max-width:420px;border:1px solid rgba(255,255,255,.2)}.login-header{text-align:center;margin-bottom:2.5rem}.login-header h1{margin:0;color:var(--gray-900);font-size:2rem;font-weight:800;letter-spacing:-.025em}.login-header p{margin:.5rem 0 0;color:var(--gray-500);font-weight:500}.error-message{background-color:#fee2e2;color:#991b1b;padding:.875rem;border-radius:8px;margin-bottom:1.5rem;border:1px solid #fecaca;font-size:.875rem;font-weight:500}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--gray-700);font-size:.875rem}.form-group input{width:100%;padding:.875rem 1rem;border:1px solid var(--gray-300);border-radius:10px;font-size:1rem;transition:all .2s cubic-bezier(.4,0,.2,1);background:var(--white);color:var(--gray-900)}.form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 4px #667eea26}.submit-btn{width:100%;padding:.875rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px -1px #764ba233}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 15px -3px #764ba266;opacity:.95}.submit-btn:active:not(:disabled){transform:translateY(0)}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.login-footer{margin-top:2.5rem;padding-top:2rem;border-top:1px solid var(--gray-100);text-align:center;font-size:.875rem;color:var(--gray-500)}.login-footer p{margin:.35rem 0}@media(max-width:480px){.login-container{padding:0;background:#fff}.login-card{max-width:none;height:100vh;border-radius:0;display:flex;flex-direction:column;justify-content:center;padding:2rem;box-shadow:none;border:none;background:#fff}.login-header{margin-bottom:3rem}.login-header h1{font-size:1.75rem}.form-group input{padding:1rem}.submit-btn{padding:1rem;margin-top:1rem}.login-footer{margin-top:auto;padding-bottom:1rem}}:root{--gray-50: #fafafa;--gray-100: #f5f5f5;--gray-200: #e5e5e5;--gray-300: #d4d4d4;--gray-400: #a3a3a3;--gray-500: #737373;--gray-600: #525252;--gray-700: #404040;--gray-800: #262626;--gray-900: #171717;--primary: #8b5cf6;--success: #10b981;--danger: #ef4444;--white: #ffffff;--black: #000000}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:var(--gray-50);color:var(--gray-900);line-height:1.5}.layout{display:flex;flex-direction:column;min-height:100vh;padding-top:64px}.top-header{background:var(--white);border-bottom:1px solid var(--gray-200);padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center;position:fixed;top:0;left:0;right:0;width:100%;z-index:100;height:64px}.header-left{display:flex;align-items:center;gap:1.5rem}.sidebar-toggle-btn{background:transparent;border:none;width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--gray-700);font-size:1.25rem;transition:all .2s}.sidebar-toggle-btn:hover{background:var(--gray-100)}.header-brand{display:flex;align-items:center;gap:1rem;padding-left:.5rem}.brand-icon{font-size:2rem;color:#3b82f6}.brand-text{font-size:1.125rem;font-weight:700;color:var(--gray-900);letter-spacing:-.025em}.header-right{display:flex;align-items:center;gap:1.5rem}.user-info-wrapper{position:relative}.user-info{display:flex;align-items:center;gap:.75rem;padding:.5rem;border-radius:8px;cursor:pointer;transition:all .2s}.user-info:hover{background:var(--gray-100)}.user-avatar{width:36px;height:36px;border-radius:50%;background:var(--gray-200);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;color:var(--gray-700)}.user-details{display:flex;flex-direction:column}.user-name{font-weight:500;font-size:.875rem;color:var(--gray-900)}.user-role{font-size:.75rem;color:var(--gray-500)}.dropdown-arrow{font-size:.625rem;color:var(--gray-500)}.profile-dropdown{position:absolute;top:calc(100% + .5rem);right:0;background:var(--white);border:1px solid var(--gray-200);border-radius:8px;box-shadow:0 4px 6px #0000001a;min-width:200px;overflow:hidden;z-index:1000}.dropdown-item{width:100%;display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:var(--white);border:none;color:var(--gray-700);font-size:.875rem;cursor:pointer;transition:all .2s;text-align:left}.dropdown-item:hover{background:var(--gray-50)}.dropdown-icon{font-size:1rem}.dropdown-divider{height:1px;background:var(--gray-200);margin:.25rem 0}.layout-container{display:flex;flex:1;overflow:hidden;min-height:calc(100vh - 64px)}.sidebar{position:fixed;left:0;top:64px;width:240px;height:calc(100vh - 64px);background:var(--white);border-right:1px solid var(--gray-200);overflow-y:auto;transition:all .3s;flex-shrink:0;z-index:40;scrollbar-width:none;-ms-overflow-style:none}.sidebar::-webkit-scrollbar{display:none}.sidebar.closed{width:80px}.sidebar.closed .sidebar-label,.sidebar.closed .nav-section-title{display:none}.sidebar.closed .sidebar-item{justify-content:center;padding:.5rem}.sidebar.closed .sidebar-icon{margin:0;font-size:1.5rem}.sidebar.closed+.main-content{margin-left:80px}.sidebar-nav{display:flex;flex-direction:column;padding:1rem .75rem;gap:.25rem}.nav-section-title{font-size:.75rem;font-weight:600;color:var(--gray-400);text-transform:uppercase;letter-spacing:.05em;padding:0 1rem;margin-bottom:.75rem;margin-top:.5rem}.sidebar-item{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;color:var(--gray-600);text-decoration:none;transition:all .2s ease;border-radius:6px;cursor:pointer;font-weight:500;font-size:.875rem;margin-bottom:.125rem}.sidebar-item:hover{background-color:var(--gray-50);color:var(--gray-900)}.sidebar-item.active{background-color:#eff6ff;color:#3b82f6;font-weight:600}.sidebar-icon{font-size:1.25rem;min-width:20px;display:flex;align-items:center;justify-content:center;color:var(--gray-400);transition:color .2s ease}.sidebar-item:hover .sidebar-icon{color:var(--gray-600)}.sidebar-item.active .sidebar-icon{color:#3b82f6}.sidebar-label{font-size:.875rem;line-height:1.5}.main-content{flex:1;margin-left:240px;overflow-y:auto;background:var(--gray-50);padding:2rem;min-height:calc(100vh - 64px);transition:margin-left .3s}@media(max-width:768px){.top-header{padding:1rem}.brand-text,.user-details,.dropdown-arrow{display:none}.sidebar{position:fixed;left:0;top:64px;width:100%;height:calc(100vh - 64px);z-index:200;transform:translate(-100%)}.sidebar.open{transform:translate(0)}.main-content{margin-left:0!important;padding:2rem 1rem 1rem}.sidebar.closed+.main-content{margin-left:0!important}}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.page-title{font-size:1.5rem;font-weight:700;color:var(--gray-900);letter-spacing:-.025em;line-height:1.25}.btn-refresh{display:inline-flex;align-items:center;gap:.5rem;background-color:var(--white);color:var(--gray-700);border:1px solid var(--gray-300);padding:.625rem 1rem;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 2px #0000000d}.btn-refresh:hover{background-color:var(--gray-50);border-color:var(--gray-400);color:var(--gray-900)}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem}@media(max-width:1400px){.stats-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:1200px){.stats-grid{grid-template-columns:repeat(2,1fr)}}.stat-card{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;padding:1.25rem;display:flex;flex-direction:column;gap:.75rem;transition:all .3s ease;box-shadow:0 4px 6px #0000001a;position:relative;overflow:hidden}.stat-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#ffffff1a,#fff0);opacity:0;transition:opacity .3s ease}.stat-card:hover:before{opacity:1}.stat-card:hover{transform:translateY(-4px);box-shadow:0 12px 20px #00000026}.stat-header{display:flex;justify-content:space-between;align-items:flex-start}.stat-icon{font-size:1.75rem;color:#fff;transition:transform .3s ease}.stat-card:hover .stat-icon{transform:scale(1.1) rotate(5deg)}.stat-label{font-size:.8rem;font-weight:500;color:#ffffffe6;text-transform:uppercase;letter-spacing:.05em}.stat-value-wrapper{display:flex;align-items:baseline;gap:.5rem}.stat-value{font-size:2.25rem;font-weight:700;color:#fff;line-height:1;letter-spacing:-.025em}.stat-description{font-size:.75rem;color:#ffffffd9}.actions-section{margin-top:3rem}.section-title{font-size:1.125rem;font-weight:600;color:var(--gray-900);margin-bottom:1.5rem;letter-spacing:-.01em}.actions-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}@media(max-width:1200px){.actions-grid{grid-template-columns:repeat(2,1fr)}}.action-btn{text-decoration:none;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;padding:1.25rem;display:flex;align-items:center;gap:1rem;transition:all .3s ease;cursor:pointer;box-shadow:0 4px 6px #0000001a;position:relative;overflow:hidden}.action-btn:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#ffffff1a,#fff0);opacity:0;transition:opacity .3s ease}.action-btn:hover:before{opacity:1}.action-btn:hover{transform:translateY(-4px);box-shadow:0 12px 20px #00000026}.action-icon-wrapper{background:linear-gradient(135deg,#fff3,#ffffff1a);padding:.875rem;border-radius:10px;font-size:1.75rem;display:flex;align-items:center;justify-content:center;color:#fff;min-width:48px;height:48px;transition:transform .3s ease}.action-btn:hover .action-icon-wrapper{transform:scale(1.1) rotate(5deg)}.action-content{flex:1}.action-title{font-size:.95rem;font-weight:600;color:#fff;margin-bottom:.25rem}.action-description{font-size:.8rem;color:#ffffffe6;line-height:1.4}.alert{padding:1rem;border-radius:8px;margin-bottom:1.5rem;font-size:.875rem;font-weight:500;display:flex;align-items:center;gap:.75rem}.alert-error{background-color:#fef2f2;color:#991b1b;border:1px solid #fecaca}@media(max-width:640px){.dashboard-header{flex-direction:column;align-items:stretch;gap:1rem}.stats-grid,.actions-grid{grid-template-columns:1fr;gap:.75rem}.stat-card{padding:.875rem}.stat-value{font-size:1.75rem}}.table-container{width:100%;background:var(--white);border:1px solid var(--gray-200);overflow-x:auto;-webkit-overflow-scrolling:touch;margin-bottom:0;border-bottom:none;border-radius:8px 8px 0 0}.modern-table{width:100%;border-collapse:collapse;font-size:.875rem}.modern-table thead{background:var(--gray-50);border-bottom:1px solid var(--gray-200)}.modern-table th{padding:1rem;text-align:left;font-weight:600;font-size:.75rem;color:var(--gray-500);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.modern-table th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:all .2s}.modern-table th.sortable:hover{color:var(--gray-900);background:var(--gray-100)}.th-content{display:flex;align-items:center;gap:.5rem}.sort-icon{font-size:.75rem;color:var(--gray-400)}.table-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6rem 2rem;color:var(--gray-500);text-align:center;background:var(--white);min-height:300px}.empty-icon{font-size:3rem;margin-bottom:1rem;color:var(--gray-300);opacity:1}.empty-message{font-size:1rem;font-weight:500;color:var(--gray-600);margin-bottom:.5rem}.empty-submessage{font-size:.875rem;color:var(--gray-400)}.modern-table tbody tr{border-bottom:1px solid var(--gray-100);transition:all .2s}.modern-table tbody tr:last-child{border-bottom:none}.modern-table td{padding:1rem;color:var(--gray-700);vertical-align:middle;font-size:.875rem;font-weight:500}.modern-table tr:hover td{color:var(--gray-900)}.modern-table.hoverable tbody tr:hover{background:var(--gray-50)}.action-btn-sm{padding:.4rem;border-radius:6px;border:1px solid transparent;background:transparent;color:var(--gray-500);cursor:pointer;transition:all .2s;margin-right:.25rem;font-size:1rem}.action-btn-sm:hover{background:var(--gray-100);color:var(--gray-900);border-color:var(--gray-200)}.action-btn-sm.delete:hover{background:#fee2e2;color:#991b1b;border-color:#fecaca}.status-badge{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;line-height:1}.status-active{background:#dcfce7;color:#166534}.status-inactive{background:#f3f4f6;color:#374151}.status-pending{background:#fef9c3;color:#854d0e}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:var(--white);border-radius:8px;max-width:500px;width:100%;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #0000001a}.modal-content.modal-sm{max-width:400px}.modal-content.modal-lg{max-width:700px}.modal-content.modal-xl{max-width:900px}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid var(--gray-200)}.modal-title{font-size:1.125rem;font-weight:600;color:var(--gray-900)}.modal-close{background:none;border:none;font-size:1.5rem;color:var(--gray-400);cursor:pointer;padding:.25rem;line-height:1;border-radius:4px;transition:all .2s}.modal-close:hover{color:var(--gray-700);background:var(--gray-100)}.modal-body{padding:1.5rem;overflow-y:auto;flex:1}.modal-footer{padding:1rem 1.5rem;border-top:1px solid var(--gray-200);display:flex;justify-content:flex-end;gap:.75rem}@media(max-width:768px){.modal-overlay{padding:0;align-items:flex-end}.modal-content{max-width:100%!important;margin:0;border-radius:20px 20px 0 0;max-height:85vh;animation:slide-up .3s ease-out}.modal-content:before{content:"";width:40px;height:4px;background:var(--gray-300);border-radius:2px;margin:.75rem auto 0;display:block}.modal-header{padding:1rem 1.5rem}.modal-body{padding:1rem 1.5rem 2rem}@keyframes slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}}.search-bar{position:relative;width:100%;max-width:300px}@media(max-width:768px){.search-bar{max-width:100%}}.search-input{width:100%;padding:.5rem 2.5rem .5rem 1rem;border:1px solid var(--gray-200);border-radius:9999px;font-size:.875rem;color:var(--gray-900);background:var(--white);transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 2px #0000000d}.search-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #8b5cf61a}.search-input::placeholder{color:var(--gray-400)}.search-icon{position:absolute;right:1rem;top:50%;transform:translateY(-50%);color:var(--gray-400);font-size:1rem;pointer-events:none;transition:color .2s}.search-input:focus+.search-icon,.search-input:focus~.search-icon{color:var(--primary)}.search-clear{position:absolute;right:2.5rem;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--gray-400);font-size:.875rem;cursor:pointer;padding:.25rem;border-radius:50%;transition:all .2s;display:flex;align-items:center;justify-content:center;width:20px;height:20px}.search-clear:hover{color:var(--danger);background:#fee2e2}.pagination-container{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:var(--white);border:1px solid var(--gray-200);border-top:none;border-bottom-left-radius:8px;border-bottom-right-radius:8px;gap:1rem;width:100%;flex-wrap:nowrap;overflow-x:auto}.pagination-info{display:flex;align-items:center;gap:1.5rem;color:var(--gray-500);font-size:.875rem;font-weight:500;white-space:nowrap;flex-shrink:0}.pagination-text{display:flex;align-items:center;gap:.25rem}.page-size-selector{display:flex;align-items:center;gap:.5rem}.page-size-select{padding:.25rem 1.5rem .25rem .5rem;border:1px solid var(--gray-200);border-radius:4px;background:var(--white);color:var(--gray-700);font-size:.875rem;cursor:pointer;font-weight:500}.pagination-controls{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.pagination-btn,.pagination-number{width:30px;height:30px;display:flex;align-items:center;justify-content:center;border:1px solid var(--gray-200);background:var(--white);color:var(--gray-600);border-radius:4px;cursor:pointer;font-size:.875rem;transition:all .2s;padding:0}.pagination-btn:hover:not(:disabled),.pagination-number:hover:not(.active){background:var(--gray-50);color:var(--gray-900);border-color:var(--gray-300)}.pagination-number.active{background:var(--gray-900);color:var(--white);border-color:var(--gray-900)}.pagination-btn:disabled{opacity:.5;cursor:not-allowed;background:var(--gray-50)}.pagination-numbers{display:flex;gap:.25rem}.pagination-ellipsis{color:var(--gray-400);padding:0 .25rem}@media(max-width:768px){.pagination-container{flex-direction:column;align-items:flex-start;gap:1rem;height:auto}.pagination-controls{width:100%;justify-content:center}}.multi-select-dropdown{position:relative;width:100%}.dropdown-toggle{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background-color:#fff;border:1px solid #e2e8f0;border-radius:.5rem;cursor:pointer;-webkit-user-select:none;user-select:none;transition:all .2s}.dropdown-toggle:hover{border-color:#cbd5e1}.dropdown-toggle.open{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.dropdown-arrow{font-size:.8rem;color:#64748b}.dropdown-menu{position:absolute;top:100%;left:0;right:0;margin-top:4px;background-color:#fff;border:1px solid #e2e8f0;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;z-index:50;max-height:250px;overflow-y:auto}.dropdown-item{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:.5rem .75rem;cursor:pointer;border-bottom:1px solid #f1f5f9}.dropdown-item input[type=checkbox]{margin-left:10px;width:16px;height:16px;flex-shrink:0;accent-color:#667eea}.checkbox-label{display:flex;flex-direction:row;align-items:center;flex:1;font-size:.9rem;color:#334155;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sub-label{font-size:.8rem;color:#64748b;margin-left:8px;margin-top:0;flex-shrink:0}.dropdown-item.no-data{color:#94a3b8;justify-content:center;cursor:default}@media(max-width:768px){.dropdown-item{padding:.5rem}.checkbox-label{font-size:.8rem}.sub-label{font-size:.7rem;margin-left:6px}.dropdown-item input[type=checkbox]{width:14px;height:14px}}.management{background:transparent;padding:0}.management-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}@media(max-width:768px){.desktop-only{display:none!important}.management-header{margin-top:1rem}}.management-header h1{font-size:1.5rem;font-weight:600;color:var(--gray-900);margin:0}.page-subtitle{color:var(--gray-600);font-size:.875rem;margin:.25rem 0 0}.management-controls{display:flex;gap:1rem;align-items:center;margin-bottom:1.5rem;flex-wrap:nowrap}.management-controls .search-bar{flex:1;max-width:400px}.management-controls .search-bar .search-input{height:42px;box-sizing:border-box}.filter-group{display:flex;align-items:center;gap:.5rem}.filter-group label{color:var(--gray-700);font-size:.875rem;font-weight:500}.filter-select{padding:.5rem 2rem .5rem 1rem;border:1px solid var(--gray-200);border-radius:9999px;background:var(--white);color:var(--gray-700);font-size:.875rem;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:1rem;min-width:160px;height:42px;box-sizing:border-box;box-shadow:0 1px 2px #0000000d}.filter-select:hover{border-color:var(--gray-400);background-color:var(--gray-50)}.filter-select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #8b5cf61a}.filter-input{padding:.5rem 1rem;border:1px solid var(--gray-200);border-radius:9999px;background:var(--white);color:var(--gray-700);font-size:.875rem;transition:all .2s cubic-bezier(.4,0,.2,1);height:42px;box-sizing:border-box;width:100%;box-shadow:0 1px 2px #0000000d}.filter-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #8b5cf61a}.btn{padding:.5rem 1rem;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;gap:.5rem}.btn-primary{background:var(--gray-900);color:var(--white)}.btn-primary:hover{background:var(--gray-800)}.btn-success{background:var(--gray-900);color:var(--white)}.btn-success:hover{background:var(--gray-800)}.btn-danger{background:var(--white);color:var(--gray-700);border:1px solid var(--gray-300)}.btn-danger:hover{background:var(--gray-50);border-color:var(--gray-400)}.btn-secondary{background:var(--white);color:var(--gray-700);border:1px solid var(--gray-300)}.btn-secondary:hover{background:var(--gray-50);border-color:var(--gray-400)}.btn-sm{padding:.375rem .75rem;font-size:.8125rem}.btn:disabled{opacity:.5;cursor:not-allowed}.badge{display:inline-block;padding:.25rem .625rem;border-radius:12px;font-size:.75rem;font-weight:500;text-align:center}.badge-info{background:var(--gray-100);color:var(--gray-700)}.badge-success{background:#d1fae5;color:#065f46}.badge-danger{background:#fee2e2;color:#991b1b}.badge-warning{background:#fef3c7;color:#92400e}.form-card{background:var(--white);padding:1.5rem;border-radius:8px;border:1px solid var(--gray-200);margin-bottom:1.5rem}.modal-form{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.375rem}.form-group label{font-weight:500;color:var(--gray-700);font-size:.875rem}.form-group input,.form-group select,.form-group textarea{padding:.5rem .75rem;border:1px solid var(--gray-300);border-radius:6px;font-size:.875rem;color:var(--gray-900);transition:all .2s;background:var(--white)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--gray-900)}.form-group input::placeholder{color:var(--gray-400)}.form-actions{display:flex;gap:.75rem;margin-top:.5rem}.alert{padding:.75rem 1rem;border-radius:6px;margin-bottom:1rem;font-size:.875rem}.alert-error{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}.actions-cell{display:flex;gap:.5rem;align-items:center}@media(max-width:768px){.management-header{flex-direction:column;align-items:stretch;gap:1.5rem}.management-header h1{font-size:1.25rem}.management-controls{flex-direction:column;align-items:stretch;width:100%;gap:1rem}.management-controls .search-bar{max-width:100%}.filter-select,.search-input,.btn,.form-group input,.form-group select{min-height:48px;font-size:16px}.filter-group{flex-direction:column;align-items:stretch}.search-bar{max-width:100%!important}.filter-select{width:100%}.form-actions{flex-direction:column}.form-actions button{width:100%}}.fare-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:.5rem}@media(max-width:640px){.fare-grid{grid-template-columns:1fr}.actions-cell{flex-wrap:nowrap;gap:.25rem}.management-header h1{font-size:1.25rem}}.stats-filters{margin-bottom:2rem}.filter-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;align-items:flex-end}.demographics-section-title{margin-top:2rem;margin-bottom:1.25rem}.demographics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;margin-bottom:2rem}.demo-card{padding:1.25rem;background:var(--white);border-radius:12px;border:1px solid var(--gray-200);transition:all .3s ease;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column}.demo-card:hover{transform:translateY(-2px);border-color:var(--gray-300);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.demo-label{font-size:.75rem;font-weight:650;color:var(--gray-500);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;border-bottom:1px solid var(--gray-100);padding-bottom:.5rem}.demo-content{display:flex;justify-content:space-between;align-items:center}.demo-info{display:flex;flex-direction:column}.demo-value{font-size:1.5rem;font-weight:700;color:var(--gray-900);line-height:1.2}.demo-subtext{font-size:.75rem;color:var(--gray-400)}.demo-revenue-info{text-align:right;display:flex;flex-direction:column}.demo-revenue-value{font-size:1.25rem;font-weight:600;color:#059669;line-height:1.2}.demo-revenue-label{font-size:.75rem;color:var(--gray-400)}@media(max-width:640px){.filter-grid,.demographics-grid{grid-template-columns:1fr}.demo-value{font-size:1.25rem}.demo-revenue-value{font-size:1.125rem}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
