@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--primary: #3b82f6;--primary-dark: #2563eb;--secondary: #64748b;--success: #22c55e;--warning: #f59e0b;--danger: #ef4444;--bg: #f8fafc;--surface: #ffffff;--border: #e2e8f0;--text: #0f172a;--text-muted: #64748b;--sidebar-w: 260px;--header-h: 64px;--radius: 8px;--shadow: 0 1px 3px rgba(0,0,0,.1);--shadow-md: 0 4px 6px rgba(0,0,0,.07)}body{font-family:Inter,sans-serif;background:var(--bg);color:var(--text);font-size:14px;line-height:1.5}.layout{display:flex;min-height:100vh}.sidebar{width:var(--sidebar-w);background:#1e293b;color:#cbd5e1;display:flex;flex-direction:column;position:fixed;top:0;left:0;bottom:0;z-index:100;transition:transform .2s}.sidebar__logo{padding:20px 24px;border-bottom:1px solid #334155}.sidebar__logo h1{font-size:18px;font-weight:700;color:#fff}.sidebar__logo span{font-size:11px;color:#94a3b8}.sidebar__nav{flex:1;overflow-y:auto;padding:12px 0}.sidebar__section{padding:8px 16px 4px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#475569}.sidebar__item{display:flex;align-items:center;gap:10px;padding:9px 24px;color:#94a3b8;text-decoration:none;font-size:13.5px;transition:all .15s;cursor:pointer}.sidebar__item:hover{background:#334155;color:#fff}.sidebar__item.active{background:#2563eb;color:#fff}.sidebar__item svg{width:18px;height:18px;flex-shrink:0}.main{margin-left:var(--sidebar-w);flex:1;display:flex;flex-direction:column;min-height:100vh}.header{height:var(--header-h);background:var(--surface);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 24px;position:sticky;top:0;z-index:50;box-shadow:var(--shadow)}.header__title{font-size:16px;font-weight:600}.header__actions{display:flex;align-items:center;gap:12px}.content{padding:24px;flex:1}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.card__header{padding:16px 20px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.card__header h3{font-size:15px;font-weight:600}.card__body{padding:20px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:24px}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:20px;box-shadow:var(--shadow)}.stat-card__label{font-size:12px;color:var(--text-muted);font-weight:500;text-transform:uppercase;letter-spacing:.05em}.stat-card__value{font-size:28px;font-weight:700;margin:4px 0}.stat-card__sub{font-size:12px;color:var(--text-muted)}.stat-card--blue .stat-card__value{color:#3b82f6}.stat-card--green .stat-card__value{color:#22c55e}.stat-card--orange .stat-card__value{color:#f59e0b}.stat-card--red .stat-card__value{color:#ef4444}.stat-card--purple .stat-card__value{color:#8b5cf6}.btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:var(--radius);font-size:13px;font-weight:500;cursor:pointer;border:none;transition:all .15s;text-decoration:none}.btn--primary{background:var(--primary);color:#fff}.btn--primary:hover{background:var(--primary-dark)}.btn--secondary{background:#f1f5f9;color:var(--text);border:1px solid var(--border)}.btn--secondary:hover{background:#e2e8f0}.btn--danger{background:var(--danger);color:#fff}.btn--success{background:var(--success);color:#fff}.btn--sm{padding:5px 10px;font-size:12px}.badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:20px;font-size:11px;font-weight:500}.badge--active{background:#dcfce7;color:#166534}.badge--inactive{background:#f1f5f9;color:#64748b}.badge--suspended{background:#fef3c7;color:#92400e}.badge--expired{background:#fee2e2;color:#991b1b}.badge--blocked{background:#fce7f3;color:#9d174d}.badge--open{background:#dbeafe;color:#1e40af}.badge--resolved,.badge--paid{background:#dcfce7;color:#166534}.badge--pending{background:#fef3c7;color:#92400e}.badge--overdue{background:#fee2e2;color:#991b1b}.table-container{overflow-x:auto;border-radius:var(--radius);border:1px solid var(--border)}table{width:100%;border-collapse:collapse;background:var(--surface)}table th{padding:10px 16px;text-align:left;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);background:#f8fafc;border-bottom:1px solid var(--border)}table td{padding:12px 16px;border-bottom:1px solid #f1f5f9;font-size:13.5px}table tr:last-child td{border-bottom:none}table tr:hover td{background:#f8fafc}.form-group{margin-bottom:16px}.form-group label{display:block;font-size:13px;font-weight:500;margin-bottom:6px;color:var(--text)}.input{width:100%;padding:8px 12px;border:1px solid var(--border);border-radius:var(--radius);font-size:13.5px;background:var(--surface);color:var(--text);transition:border-color .15s;font-family:inherit}.input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #3b82f61a}.input--error{border-color:var(--danger)}.pagination{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-top:1px solid var(--border);font-size:13px;color:var(--text-muted)}.pagination__pages{display:flex;gap:4px}.pagination__btn{padding:4px 10px;border:1px solid var(--border);border-radius:6px;background:var(--surface);cursor:pointer;font-size:13px}.pagination__btn.active{background:var(--primary);color:#fff;border-color:var(--primary)}.pagination__btn:hover:not(.active){background:#f1f5f9}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal{background:var(--surface);border-radius:12px;width:90%;max-width:560px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0003}.modal__header{padding:20px 24px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.modal__header h3{font-size:16px;font-weight:600}.modal__body{padding:24px}.modal__footer{padding:16px 24px;border-top:1px solid var(--border);display:flex;justify-content:flex-end;gap:8px}.search-bar{display:flex;align-items:center;gap:8px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:8px 12px;width:280px}.search-bar svg{color:var(--text-muted);flex-shrink:0}.search-bar input{border:none;outline:none;font-size:13.5px;background:transparent;width:100%}.filters{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.empty-state{text-align:center;padding:60px 20px;color:var(--text-muted)}.empty-state svg{margin:0 auto 12px;opacity:.3}.empty-state h3{font-size:16px;font-weight:600;color:var(--text);margin-bottom:4px}.hamburger{display:none;background:none;border:none;cursor:pointer;padding:4px 8px;flex-direction:column;gap:5px;z-index:101}.hamburger span{display:block;width:22px;height:2px;background:var(--text);border-radius:2px;transition:all .2s}.sidebar-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:99}@media(max-width:768px){.hamburger{display:flex}.sidebar{transform:translate(-100%);z-index:100;transition:transform .25s ease}.sidebar.sidebar--open{transform:translate(0)}.sidebar-overlay.sidebar-overlay--open{display:block}.main{margin-left:0!important}.header{padding:0 12px;gap:8px}.header .header__title{font-size:14px}.header .header__actions{gap:6px;flex-wrap:wrap}.content{padding:12px}.stats-grid{grid-template-columns:repeat(2,1fr)!important;gap:10px}.table-container{overflow-x:auto;-webkit-overflow-scrolling:touch}table{min-width:600px}table th,table td{padding:8px 10px;font-size:12px}.card__body{padding:12px}.card__header{padding:12px 14px}.modal-overlay{align-items:flex-end;padding:0}.modal{width:100%!important;max-width:100%!important;max-height:92vh;border-radius:16px 16px 0 0}.form-group{margin-bottom:12px}.filters{flex-direction:column;align-items:stretch}.search-bar{width:100%}.header__actions>*{font-size:12px}[style*="grid-template-columns: repeat(4"]{grid-template-columns:repeat(2,1fr)!important}[style*="grid-template-columns: 1fr 1fr 1fr"]{grid-template-columns:1fr 1fr!important}[style*="grid-template-columns: 1fr 1fr"]{grid-template-columns:1fr!important}}@media(max-width:480px){.stats-grid,[style*="grid-template-columns: repeat(4"]{grid-template-columns:1fr 1fr!important}.stat-card__value{font-size:22px}.content{padding:8px}.modal{max-height:95vh}}@media(max-width:768px){.sidebar{width:220px!important}.sidebar__logo{padding:12px 16px!important}.sidebar__logo h1{font-size:15px!important}.sidebar__logo span{font-size:10px!important}.sidebar__section{padding:6px 12px 2px!important;font-size:9px!important}.sidebar__item{padding:7px 16px!important;font-size:12px!important;gap:8px!important}.sidebar__nav{overflow-y:auto;padding:6px 0!important}}@media(max-width:480px){.sidebar{width:200px!important}.sidebar__item{padding:6px 14px!important;font-size:12px!important}}@media(max-width:768px){.header{height:auto!important;min-height:56px;padding:8px 12px!important;flex-wrap:wrap;gap:4px;position:sticky;top:0;z-index:50}.header__title{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px!important}.header__actions{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;flex-wrap:nowrap!important;padding-bottom:4px;gap:5px!important;scrollbar-width:none}.header__actions::-webkit-scrollbar{display:none}.header__actions .btn,.header__actions button{white-space:nowrap;flex-shrink:0;font-size:11px!important;padding:5px 10px!important}[style*="repeat(5,"],[style*="repeat(5, "]{grid-template-columns:repeat(2,1fr)!important}[style*="200px 1fr"],[style*="200px, 1fr"]{grid-template-columns:1fr!important;gap:2px!important}[style*="200px 1fr"]>div:first-child,[style*="200px, 1fr"]>div:first-child{color:#94a3b8!important;font-size:11px!important;font-weight:500!important;margin-bottom:0!important}[role=tablist],div[style*="display:'flex'"][style*="gap:4"]{overflow-x:auto;flex-wrap:nowrap!important;-webkit-overflow-scrolling:touch;scrollbar-width:none}[role=tablist]::-webkit-scrollbar,div[style*="display:'flex'"][style*="gap:4"]::-webkit-scrollbar{display:none}[role=tablist] button,div[style*="display:'flex'"][style*="gap:4"] button{flex-shrink:0;font-size:12px!important;padding:6px 12px!important}div[style*="display:'flex'"][style*=flexWrap]{flex-wrap:wrap!important;gap:6px!important}.card[style*="display:'flex'"][style*="alignItems:'center'"]{flex-direction:column!important;align-items:flex-start!important;gap:12px!important}.stat-card__value{font-size:20px!important}[style*="gridTemplateColumns: '1fr 1fr'"],[style*="grid-template-columns: 1fr 1fr"]{grid-template-columns:1fr!important}}@media(max-width:768px){.sidebar{width:240px!important;box-shadow:4px 0 20px #0000004d}.sidebar__logo{padding:10px 14px!important}.sidebar__logo h1{font-size:14px!important;line-height:1.2}.sidebar__logo span{font-size:10px!important}.sidebar__section{padding:8px 14px 3px!important;font-size:9px!important;letter-spacing:.06em!important}.sidebar__item{padding:8px 14px!important;font-size:12.5px!important;gap:10px!important;border-radius:0!important}.sidebar__item:active{background:#1d4ed8!important}.sidebar__nav{padding-bottom:60px!important}}@media(max-width:768px){.main,.content{overflow-x:hidden}.stat-card{min-width:0!important;padding:14px 12px!important}.stat-card__value{font-size:22px!important}.stat-card__label{font-size:10px!important}.stat-card__sub{font-size:11px!important}.stats-grid{grid-template-columns:repeat(2,1fr)!important;gap:8px!important}.search-bar{width:100%!important}.filters{flex-direction:column!important;gap:8px!important;width:100%!important}.filters>*{width:100%!important}}
