@charset "UTF-8";:root{--sgdc-primary: #53a4a0;--sgdc-primary-dark: #3d8a86;--sgdc-primary-light: #e8f4f3;--sgdc-primary-rgb: 83, 164, 160;--sgdc-success: #17c964;--sgdc-warning: #f5a524;--sgdc-danger: #f31260;--sgdc-info: #0070f0;--sgdc-bg: #fcfcfc;--sgdc-surface: #ffffff;--sgdc-surface-hover: #f8f9fa;--sgdc-text: #252f4a;--sgdc-text-secondary: #5e6278;--sgdc-text-muted: #a1a5b7;--sgdc-border: #e4e6ef;--sgdc-border-light: #f1f1f2;--sgdc-sidebar-bg: #1e1e2d;--sgdc-shadow-xs: 0 1px 2px rgba(0, 0, 0, .04);--sgdc-shadow-sm: 0 2px 4px rgba(0, 0, 0, .06);--sgdc-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .07), 0 2px 4px -2px rgba(0, 0, 0, .05);--sgdc-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .08), 0 4px 6px -4px rgba(0, 0, 0, .05);--sgdc-radius-sm: 6px;--sgdc-radius-md: 8px;--sgdc-radius-lg: 12px;--sgdc-radius-xl: 16px;--sgdc-radius-full: 9999px;--sgdc-sidebar-width: 264px;--sgdc-header-height: 64px}*{box-sizing:border-box}html,body{margin:0;padding:0;height:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;line-height:1.5;color:var(--sgdc-text);background:var(--sgdc-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--sgdc-border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--sgdc-text-muted)}.layout{display:flex;min-height:100vh}.layout__sidebar{position:fixed;left:0;top:0;bottom:0;width:var(--sgdc-sidebar-width);background:var(--sgdc-sidebar-bg);color:#fff;z-index:100;display:flex;flex-direction:column}.layout__main{flex:1;margin-left:var(--sgdc-sidebar-width);display:flex;flex-direction:column}.layout__header{position:sticky;top:0;height:var(--sgdc-header-height);background:var(--sgdc-surface);border-bottom:1px solid var(--sgdc-border);display:flex;align-items:center;justify-content:space-between;padding:0 24px;z-index:90}.layout__content{flex:1;padding:24px;max-width:1440px;width:100%;margin:0 auto}.sidebar__brand{height:var(--sgdc-header-height);display:flex;align-items:center;gap:10px;padding:0 20px;font-weight:800;font-size:1.05rem;border-bottom:1px solid rgba(255,255,255,.06)}.sidebar__brand .dot{width:26px;height:26px;border-radius:8px;background:var(--sgdc-primary);display:inline-flex;align-items:center;justify-content:center}.sidebar__nav{padding:14px 12px;display:flex;flex-direction:column;gap:4px}.sidebar__link{display:flex;align-items:center;gap:12px;padding:10px 14px;border-radius:8px;color:#9899ac;font-weight:500;cursor:pointer;transition:all .15s ease;border-left:3px solid transparent}.sidebar__link:hover{background:#ffffff0d;color:#fff}.sidebar__link.active{background:rgba(var(--sgdc-primary-rgb),.15);color:#fff;border-left-color:var(--sgdc-primary)}.sidebar__link svg{width:18px;height:18px;flex-shrink:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:8px 18px;border-radius:8px;font-size:.875rem;font-weight:600;border:none;cursor:pointer;transition:all .15s ease;font-family:inherit}.btn:disabled{opacity:.6;cursor:not-allowed}.btn svg{width:16px;height:16px}.btn--primary{background:var(--sgdc-primary);color:#fff}.btn--primary:hover:not(:disabled){background:var(--sgdc-primary-dark)}.btn--outline{background:#fff;color:var(--sgdc-primary);border:1.5px solid var(--sgdc-primary)}.btn--outline:hover:not(:disabled){background:#f0fdf4}.btn--icon{width:36px;height:36px;padding:0;border-radius:8px;border:1.5px solid #e2e8f0;background:#fff;color:#475569}.btn--icon:hover{border-color:var(--sgdc-primary);color:var(--sgdc-primary)}.card{background:var(--sgdc-surface);border:1px solid var(--sgdc-border);border-radius:12px;padding:24px;box-shadow:var(--sgdc-shadow-xs)}.card__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid var(--sgdc-border-light)}.card__title{font-size:1rem;font-weight:600;margin:0}.page__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-wrap:wrap;gap:12px}.page__header-left{display:flex;align-items:center;gap:14px}.page__icon{width:48px;height:48px;border-radius:12px;background:var(--sgdc-primary-light);color:var(--sgdc-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.page__icon svg{width:26px;height:26px}.page__title{font-size:1.25rem;font-weight:700;margin:0 0 2px}.page__subtitle{font-size:.875rem;color:var(--sgdc-text-secondary);margin:0}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:24px}.kpi{background:var(--sgdc-surface);border:1px solid var(--sgdc-border);border-radius:12px;padding:20px;box-shadow:var(--sgdc-shadow-xs);display:flex;flex-direction:column;gap:8px}.kpi__top{display:flex;align-items:center;justify-content:space-between}.kpi__icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center}.kpi__icon svg{width:22px;height:22px}.kpi__value{font-size:1.75rem;font-weight:800;line-height:1}.kpi__label{font-size:.8125rem;color:var(--sgdc-text-secondary);font-weight:500}.table-wrap{overflow-x:auto}.data-table{width:100%;border-collapse:collapse}.data-table th{padding:10px 16px;font-size:.72rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em;background:#f8fafc;border-bottom:1px solid #e2e8f0;text-align:left;white-space:nowrap}.data-table td{padding:13px 16px;font-size:.875rem;border-bottom:1px solid #f1f5f9;color:#0f172a}.data-table tr:hover td{background:#f8fafc;cursor:pointer}.badge{display:inline-block;border-radius:9999px;font-size:.72rem;font-weight:600;padding:3px 10px;white-space:nowrap}.badge--success{background:#dcfce7;color:#16a34a}.badge--danger{background:#fee2e2;color:#dc2626}.badge--warning{background:#fef9c3;color:#ca8a04}.badge--primary{background:#d1eceb;color:#2d6b68}.badge--info{background:#e0f2fe;color:#0369a1}.badge--secondary{background:#f1f5f9;color:#64748b}.badge--neutral{background:#f8fafc;color:#94a3b8;border:1px solid #e2e8f0}.form-group{margin-bottom:16px}.form-label{display:block;font-size:.875rem;font-weight:500;margin-bottom:6px}.form-input{width:100%;padding:10px 12px;font-size:.875rem;font-family:inherit;border:1px solid var(--sgdc-border);border-radius:8px;color:var(--sgdc-text);transition:all .15s ease;background:#fff}.form-input:focus{outline:none;border-color:var(--sgdc-primary);box-shadow:0 0 0 3px rgba(var(--sgdc-primary-rgb),.15)}.form-error{font-size:.75rem;color:#dc2626;margin-top:4px}.toolbar{display:flex;gap:12px;flex-wrap:wrap;align-items:center;margin-bottom:16px}.toolbar .form-input{width:auto}.select{padding:9px 12px;font-size:.875rem;font-family:inherit;border:1px solid var(--sgdc-border);border-radius:8px;background:#fff;color:var(--sgdc-text);cursor:pointer}.pagination{display:flex;gap:4px;justify-content:center;align-items:center;margin-top:20px}.pag-btn{min-width:36px;height:36px;padding:0 8px;border-radius:8px;border:1.5px solid #e2e8f0;background:#fff;font-size:.875rem;color:#475569;cursor:pointer}.pag-btn:hover:not(:disabled){border-color:var(--sgdc-primary);color:var(--sgdc-primary)}.pag-btn.active{background:var(--sgdc-primary);border-color:var(--sgdc-primary);color:#fff}.pag-btn:disabled{opacity:.4;cursor:not-allowed}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:64px 24px;text-align:center}.empty-state__icon{width:64px;height:64px;border-radius:9999px;background:var(--sgdc-primary-light);color:var(--sgdc-primary);display:flex;align-items:center;justify-content:center;margin-bottom:16px}.empty-state__title{font-size:1rem;font-weight:600;margin:0 0 6px}.empty-state__desc{font-size:.875rem;color:#64748b;margin:0}.spinner{width:22px;height:22px;border:3px solid rgba(var(--sgdc-primary-rgb),.25);border-top-color:var(--sgdc-primary);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.cell-user{display:flex;align-items:center;gap:12px}.avatar{width:38px;height:38px;border-radius:9999px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.8125rem;color:var(--sgdc-primary);background:var(--sgdc-primary-light);text-transform:uppercase}.avatar--admin{background:#fef3c7;color:#b45309}.cell-user__name{font-weight:600;color:#0f172a;line-height:1.2}.cell-user__email{font-size:.8125rem;color:#64748b}.actions{position:relative;display:inline-flex}.actions__toggle{width:32px;height:32px;border-radius:8px;border:1px solid transparent;background:transparent;color:#64748b;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.actions__toggle:hover{background:#f1f5f9;color:#0f172a}.actions__menu{position:fixed;z-index:210;min-width:200px;background:#fff;border:1px solid var(--sgdc-border);border-radius:10px;box-shadow:var(--sgdc-shadow-lg);padding:6px}.actions__item{display:flex;align-items:center;gap:10px;width:100%;padding:9px 12px;border-radius:7px;border:none;background:transparent;font-size:.875rem;font-family:inherit;color:var(--sgdc-text);cursor:pointer;text-align:left}.actions__item:hover{background:var(--sgdc-surface-hover)}.actions__item svg{width:16px;height:16px;flex-shrink:0;color:#64748b}.actions__item--danger{color:var(--sgdc-danger)}.actions__item--danger svg{color:var(--sgdc-danger)}.actions__backdrop{position:fixed;inset:0;z-index:200}.modal-backdrop{position:fixed;inset:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;z-index:200;padding:16px}.modal{background:#fff;border-radius:14px;width:100%;max-width:440px;box-shadow:var(--sgdc-shadow-lg);overflow:hidden}.modal__header{padding:20px 24px 0}.modal__title{font-size:1.05rem;font-weight:700;margin:0 0 4px}.modal__subtitle{font-size:.875rem;color:var(--sgdc-text-secondary);margin:0}.modal__body{padding:20px 24px}.modal__footer{padding:0 24px 20px;display:flex;gap:10px;justify-content:flex-end}.check-row{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:.875rem}.check-row input{width:16px;height:16px;accent-color:var(--sgdc-primary)}.toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%);background:#0f172a;color:#fff;padding:12px 20px;border-radius:10px;box-shadow:var(--sgdc-shadow-lg);z-index:300;font-size:.875rem;max-width:90vw}.toast--error{background:var(--sgdc-danger)}.toast--success{background:#16a34a}.text-muted{color:var(--sgdc-text-muted)}.mono{font-variant-numeric:tabular-nums}.btn--sm{padding:6px 12px;font-size:.8125rem}.btn--danger{background:var(--sgdc-danger);color:#fff}.btn--danger:hover:not(:disabled){filter:brightness(.94)}@media(max-width:768px){.layout__sidebar{transform:translate(-100%)}.layout__main{margin-left:0}.layout__content{padding:16px}}
