@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-shadow-primary: 0 4px 14px rgba(83, 164, 160, .25);--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;--sgdc-transition-fast: .15s cubic-bezier(.4, 0, .2, 1);--sgdc-transition-normal: .25s cubic-bezier(.4, 0, .2, 1)}*{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:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--sgdc-border);border-radius:4px}::-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;min-width:0}.layout__header{position:sticky;top:0;height:var(--sgdc-header-height);background:#ffffffd9;-webkit-backdrop-filter:saturate(180%) blur(8px);backdrop-filter:saturate(180%) blur(8px);border-bottom:1px solid var(--sgdc-border);display:flex;align-items:center;justify-content:space-between;padding:0 24px;z-index:90}.layout__header strong{font-weight:700;color:var(--sgdc-text)}.layout__content{flex:1;padding:28px 24px 48px;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;letter-spacing:-.01em;border-bottom:1px solid rgba(255,255,255,.07)}.sidebar__brand .dot{width:28px;height:28px;border-radius:8px;background:var(--sgdc-primary);display:inline-flex;align-items:center;justify-content:center;font-size:15px;box-shadow:var(--sgdc-shadow-primary)}.sidebar__nav{padding:16px 12px;display:flex;flex-direction:column;gap:3px;overflow-y:auto}.sidebar__section{padding:16px 14px 6px;font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#6b6f82}.sidebar__link{display:flex;align-items:center;gap:12px;padding:10px 14px;border-radius:10px;color:#9899ac;font-weight:500;font-size:.9rem;cursor:pointer;transition:background var(--sgdc-transition-fast),color var(--sgdc-transition-fast);border-left:3px solid transparent}.sidebar__link:hover{background:#ffffff0f;color:#fff}.sidebar__link.active{background:rgba(var(--sgdc-primary-rgb),.16);color:#fff;border-left-color:var(--sgdc-primary);font-weight:600}.sidebar__link svg{width:18px;height:18px;flex-shrink:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:9px 18px;border-radius:var(--sgdc-radius-md);font-size:.875rem;font-weight:600;border:1.5px solid transparent;cursor:pointer;transition:all var(--sgdc-transition-fast);font-family:inherit;white-space:nowrap;line-height:1.2}.btn:disabled{opacity:.55;cursor:not-allowed}.btn svg{width:16px;height:16px}.btn--primary{background:var(--sgdc-primary);color:#fff;border-color:var(--sgdc-primary)}.btn--primary:hover:not(:disabled){background:var(--sgdc-primary-dark);border-color:var(--sgdc-primary-dark);box-shadow:var(--sgdc-shadow-primary)}.btn--outline{background:#fff;color:var(--sgdc-primary);border-color:var(--sgdc-primary)}.btn--outline:hover:not(:disabled){background:#f0fdf4}.btn--danger{background:var(--sgdc-danger);color:#fff;border-color:var(--sgdc-danger)}.btn--danger:hover:not(:disabled){filter:brightness(.94)}.btn--outline-danger{background:#fff;color:#dc2626;border-color:#fecaca}.btn--outline-danger:hover:not(:disabled){background:#fee2e2;border-color:#dc2626}.btn--icon{width:38px;height:38px;padding:0;border-radius:var(--sgdc-radius-md);border:1.5px solid var(--sgdc-border);background:#fff;color:var(--sgdc-text-secondary)}.btn--icon:hover{border-color:var(--sgdc-primary);color:var(--sgdc-primary)}.btn--sm{padding:5px 12px;font-size:.8125rem;border-radius:var(--sgdc-radius-sm)}.actions-cell{display:inline-flex;gap:8px;align-items:center;justify-content:flex-end}.data-table td .btn+.btn{margin-left:8px}.card{background:var(--sgdc-surface);border:1px solid var(--sgdc-border);border-radius:var(--sgdc-radius-lg);padding:24px;box-shadow:var(--sgdc-shadow-xs);transition:box-shadow var(--sgdc-transition-normal)}.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}.card--list{padding:0;overflow:hidden}.card--list .toolbar{margin:0;padding:18px 20px;border-bottom:1px solid var(--sgdc-border-light)}.card--list .table-wrap{margin:0}.card--list .pagination{margin:0;padding:16px 20px;border-top:1px solid var(--sgdc-border-light)}.card--list .empty-state{padding:56px 24px}.page__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-wrap:wrap;gap:16px}.page__header-left{display:flex;align-items:center;gap:14px}.page__icon{width:48px;height:48px;border-radius:var(--sgdc-radius-lg);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.375rem;font-weight:700;margin:0 0 2px;letter-spacing:-.02em;color:#0f172a}.page__subtitle{font-size:.875rem;color:var(--sgdc-text-secondary);margin:0}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:16px;margin-bottom:24px}.kpi{background:var(--sgdc-surface);border:1px solid var(--sgdc-border);border-radius:var(--sgdc-radius-lg);padding:20px;box-shadow:var(--sgdc-shadow-xs);display:flex;flex-direction:column;gap:10px;transition:box-shadow var(--sgdc-transition-normal),transform var(--sgdc-transition-normal)}.kpi:hover{box-shadow:var(--sgdc-shadow-md);transform:translateY(-2px)}.kpi__top{display:flex;align-items:center;justify-content:space-between}.kpi__icon{width:42px;height:42px;border-radius:var(--sgdc-radius-md);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;letter-spacing:-.02em;color:#0f172a}.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:11px 16px;font-size:.72rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em;background:#f8fafc;border-bottom:1px solid var(--sgdc-border);text-align:left;white-space:nowrap}.data-table td{padding:14px 16px;font-size:.875rem;border-bottom:1px solid #f1f5f9;color:#0f172a;vertical-align:middle}.data-table tbody tr{transition:background var(--sgdc-transition-fast)}.data-table tbody tr:last-child td{border-bottom:none}.data-table tbody tr:hover td{background:#f8fafc}.data-table th:first-child,.data-table td:first-child{padding-left:20px}.data-table th:last-child,.data-table td:last-child{padding-right:20px}.data-table--clickable tbody tr{cursor:pointer}.badge{display:inline-flex;align-items:center;border-radius:var(--sgdc-radius-full);font-size:.72rem;font-weight:600;padding:3px 10px;white-space:nowrap;line-height:1.4}.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:.8125rem;font-weight:600;margin-bottom:6px;color:var(--sgdc-text)}.form-input{width:100%;padding:10px 13px;font-size:.875rem;font-family:inherit;border:1px solid var(--sgdc-border);border-radius:var(--sgdc-radius-md);color:var(--sgdc-text);transition:border-color var(--sgdc-transition-fast),box-shadow var(--sgdc-transition-fast);background:#fff}.form-input::placeholder{color:var(--sgdc-text-muted)}.form-input:focus{outline:none;border-color:var(--sgdc-primary);box-shadow:0 0 0 3px rgba(var(--sgdc-primary-rgb),.15)}.form-input:disabled{background:#f8fafc;color:var(--sgdc-text-muted);cursor:not-allowed}.form-error{font-size:.75rem;color:#dc2626;margin-top:6px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-grid .col-2{grid-column:1/-1}.form-grid .form-group{margin-bottom:0}@media(max-width:560px){.form-grid{grid-template-columns:1fr}}.toolbar{display:flex;gap:12px;flex-wrap:wrap;align-items:center;margin-bottom:18px}.toolbar .form-input{width:auto;flex:0 1 auto}.toolbar .spacer{flex:1}.select{padding:10px 13px;font-size:.875rem;font-family:inherit;border:1px solid var(--sgdc-border);border-radius:var(--sgdc-radius-md);background:#fff;color:var(--sgdc-text);cursor:pointer;line-height:1.2}.select:focus{outline:none;border-color:var(--sgdc-primary);box-shadow:0 0 0 3px rgba(var(--sgdc-primary-rgb),.15)}.pagination{display:flex;gap:6px;justify-content:center;align-items:center;margin-top:20px;flex-wrap:wrap}.pagination span{color:var(--sgdc-text-secondary)}.pag-btn{min-width:36px;height:36px;padding:0 10px;border-radius:var(--sgdc-radius-md);border:1.5px solid var(--sgdc-border);background:#fff;font-size:.875rem;color:var(--sgdc-text-secondary);cursor:pointer;transition:all var(--sgdc-transition-fast)}.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:var(--sgdc-radius-full);background:var(--sgdc-primary-light);color:var(--sgdc-primary);display:flex;align-items:center;justify-content:center;margin-bottom:16px}.empty-state__icon svg{width:30px;height:30px}.empty-state__title{font-size:1rem;font-weight:600;margin:0 0 6px;color:#0f172a}.empty-state__desc{font-size:.875rem;color:#64748b;margin:0}.spinner{width:26px;height:26px;border:3px solid rgba(var(--sgdc-primary-rgb),.22);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:var(--sgdc-radius-full);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.25}.cell-user__email{font-size:.8125rem;color:#64748b}.thumb{width:40px;height:40px;border-radius:var(--sgdc-radius-md);background:#f1f5f4;display:flex;align-items:center;justify-content:center;font-size:20px;overflow:hidden;flex:0 0 40px}.thumb img{width:100%;height:100%;object-fit:cover}.actions{position:relative;display:inline-flex}.actions__toggle{width:32px;height:32px;border-radius:var(--sgdc-radius-md);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:210px;background:#fff;border:1px solid var(--sgdc-border);border-radius:var(--sgdc-radius-lg);box-shadow:var(--sgdc-shadow-lg);padding:6px}.actions__item{display:flex;align-items:center;gap:10px;width:100%;padding:9px 12px;border-radius:var(--sgdc-radius-md);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:#0f172a80;display:flex;align-items:center;justify-content:center;z-index:300;padding:20px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:modal-fade var(--sgdc-transition-fast)}@keyframes modal-fade{0%{opacity:0}to{opacity:1}}.modal{background:#fff;border-radius:var(--sgdc-radius-xl);width:100%;max-width:460px;box-shadow:0 16px 48px #0000002e;overflow:hidden;max-height:92vh;display:flex;flex-direction:column;animation:modal-pop var(--sgdc-transition-normal)}@keyframes modal-pop{0%{opacity:0;transform:translateY(12px) scale(.99)}to{opacity:1;transform:none}}.modal__header{padding:22px 24px 16px;border-bottom:1px solid var(--sgdc-border-light)}.modal__title{font-size:1.0625rem;font-weight:700;margin:0 0 4px;color:#0f172a}.modal__subtitle{font-size:.875rem;color:var(--sgdc-text-secondary);margin:0}.modal__body{padding:22px 24px;overflow-y:auto}.modal__footer{padding:16px 24px;display:flex;gap:10px;justify-content:flex-end;border-top:1px solid var(--sgdc-border-light)}.check-row{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:.875rem;margin-top:12px}.check-row input{width:17px;height:17px;accent-color:var(--sgdc-primary)}.toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%);background:#0f172a;color:#fff;padding:13px 22px;border-radius:var(--sgdc-radius-lg);box-shadow:var(--sgdc-shadow-lg);z-index:400;font-size:.875rem;font-weight:500;max-width:90vw;animation:modal-pop var(--sgdc-transition-normal)}.toast--error{background:#dc2626}.toast--success{background:#16a34a}.tabs{display:flex;gap:4px;border-bottom:1.5px solid var(--sgdc-border);margin-bottom:20px}.tab{padding:10px 20px;border:none;border-bottom:2px solid transparent;margin-bottom:-1.5px;background:transparent;font-size:.875rem;font-weight:500;color:#475569;cursor:pointer;transition:all var(--sgdc-transition-fast);border-radius:8px 8px 0 0}.tab:hover{color:var(--sgdc-primary);background:rgba(var(--sgdc-primary-rgb),.05)}.tab--active{color:var(--sgdc-primary);border-bottom-color:var(--sgdc-primary);font-weight:600}.text-muted{color:var(--sgdc-text-muted)}.text-secondary{color:var(--sgdc-text-secondary)}.text-primary{color:var(--sgdc-primary)}.mono{font-variant-numeric:tabular-nums}.stack-sm{display:flex;flex-direction:column;gap:8px}@media(max-width:768px){.layout__sidebar{transform:translate(-100%)}.layout__main{margin-left:0}.layout__header{padding:0 16px}.layout__content{padding:16px}}
