@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--mrg-red:#e60012;--mrg-blue:#e60012;--mrg-green:#04a83d;--mrg-orange:#ff9200;--mrg-ink:#151a23;--mrg-muted:#667085;--mrg-line:#e9edf3;--mrg-bg:#f8fafc;--mrg-sidebar-width:220px;--mrg-sidebar-compact-width:80px}*{box-sizing:border-box}.mrg-desktop{margin:0;background:var(--mrg-bg);color:var(--mrg-ink);font-family:Inter,Arial,sans-serif;font-size:14px}.mrg-desktop button,.mrg-desktop input{font:inherit}.mrg-logo{display:inline-flex;align-items:center;gap:9px;color:var(--mrg-red);white-space:nowrap}.mrg-logo__mark{width:38px;height:44px;overflow:visible}.mrg-logo__dark{fill:#17191d}.mrg-logo__red{fill:var(--mrg-red)}.mrg-logo__text{font-size:20px;letter-spacing:-.7px}.mrg-logo__text strong{color:#17191d}.mrg-logo__text span{color:var(--mrg-red)}.mrg-sidebar{position:fixed;inset:0 auto 0 0;z-index:30;width:var(--mrg-sidebar-width);background:#fff;border-right:1px solid var(--mrg-line);display:flex;flex-direction:column;overflow:hidden;transition:width .3s ease,transform .3s ease,box-shadow .3s ease}.mrg-sidebar__brand{height:80px;display:flex;align-items:center;padding:0 18px;border-bottom:1px solid #f1f3f6;flex:0 0 auto;overflow:hidden}.mrg-sidebar__nav{padding:18px 12px;display:flex;flex-direction:column;gap:3px;overflow-x:hidden;overflow-y:auto}.mrg-nav-link{position:relative;display:flex;align-items:center;gap:13px;min-height:38px;padding:10px 12px;color:#272c34;text-decoration:none;border-radius:7px;font-size:12px;white-space:nowrap;transition:background .2s,color .2s}.mrg-nav-link__icon{width:18px;height:18px;display:grid;place-items:center;flex:0 0 18px}.mrg-nav-link__label{overflow:hidden;opacity:1;transition:opacity .15s ease}.mrg-nav-link:hover{background:#f6f8fb}.mrg-nav-link.is-active{background:#eef5ff;color:#075fbd;font-weight:600}.mrg-sidebar__profile{margin:auto 12px 12px;padding:10px;border:1px solid var(--mrg-line);border-radius:9px;background:#fff;display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:8px;text-align:left;white-space:nowrap;overflow:hidden;flex:0 0 auto}.mrg-sidebar__profile img,.mrg-topbar__user img{width:34px;height:34px;object-fit:cover;border-radius:50%;flex:0 0 auto}.mrg-sidebar__profile strong,.mrg-sidebar__profile small,.mrg-topbar__user strong,.mrg-topbar__user small{display:block}.mrg-sidebar__profile strong,.mrg-topbar__user strong{font-size:11px}.mrg-sidebar__profile small,.mrg-topbar__user small{font-size:9px;color:var(--mrg-muted);margin-top:3px}.mrg-sidebar-backdrop{display:none;position:fixed;inset:0;z-index:29;border:0;background:#10182880;cursor:pointer}.mrg-shell{margin-left:var(--mrg-sidebar-width);min-width:0;transition:margin-left .3s ease}.mrg-topbar{height:65px;background:#fff;border-bottom:1px solid var(--mrg-line);padding:0 24px;display:flex;align-items:center;gap:22px;position:sticky;top:0;z-index:20}.mrg-topbar>.mrg-logo{display:none}.mrg-icon-button{width:36px;height:36px;border:0;border-radius:8px;background:transparent;color:#424a57;display:grid;place-items:center;cursor:pointer;transition:background .2s,color .2s}.mrg-icon-button:hover{background:#f1f5f9;color:var(--mrg-blue)}.mrg-icon-button:focus-visible,.mrg-nav-link:focus-visible{outline:3px solid #0869db30;outline-offset:2px}.mrg-search{margin-left:auto;width:min(300px,30vw);height:36px;border:1px solid var(--mrg-line);border-radius:8px;display:flex;align-items:center;gap:8px;padding:0 11px;box-shadow:0 1px 3px #1018280a}.mrg-search input{border:0;outline:0;width:100%;font-size:11px}.mrg-notification{border:0;background:transparent;position:relative;padding:6px}.mrg-notification span{position:absolute;top:1px;right:0;background:var(--mrg-red);color:#fff;font-size:8px;line-height:14px;width:14px;height:14px;border-radius:50%}.mrg-topbar__user{display:flex;align-items:center;gap:9px;min-width:155px}.mrg-topbar__user>span:last-child{margin-left:auto}.mrg-main{padding:18px 20px 28px;max-width:1500px;margin:auto}.mrg-user-menu{position:relative}.mrg-user-menu__trigger{min-width:155px;padding:4px 3px;border:0;border-radius:9px;background:transparent;color:#303642;display:flex;align-items:center;gap:9px;text-align:left;cursor:pointer;transition:background .18s ease}.mrg-user-menu__trigger:hover,.mrg-user-menu.is-open .mrg-user-menu__trigger{background:#f6f8fb}.mrg-user-menu__trigger:focus-visible{outline:3px solid #0869db28;outline-offset:2px}.mrg-user-menu__trigger img{width:38px;height:38px;border-radius:50%;object-fit:cover;flex:0 0 auto}.mrg-user-menu__copy{min-width:0;flex:1}.mrg-user-menu__copy strong,.mrg-user-menu__copy small{display:block}.mrg-user-menu__copy strong{max-width:105px;overflow:hidden;text-overflow:ellipsis;font-size:11px;white-space:nowrap}.mrg-user-menu__copy small{margin-top:3px;color:var(--mrg-muted);font-size:9px}.mrg-user-menu__chevron{margin-left:auto;color:#667085;font-size:16px;line-height:1;transition:transform .2s ease}.mrg-user-menu.is-open .mrg-user-menu__chevron{transform:rotate(180deg)}.mrg-user-dropdown{position:absolute;top:calc(100% + 11px);right:0;z-index:50;width:270px;padding:10px;border:1px solid #e4e8ee;border-radius:13px;background:#fff;box-shadow:0 16px 38px #10182824}.mrg-user-dropdown[hidden]{display:none}.mrg-user-dropdown__header{padding:7px 9px 12px;border-bottom:1px solid #edf0f4}.mrg-user-dropdown__header strong,.mrg-user-dropdown__header small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mrg-user-dropdown__header strong{font-size:12px}.mrg-user-dropdown__header small{margin-top:4px;color:var(--mrg-muted);font-size:10px}.mrg-user-dropdown__nav{padding:8px 0;border-bottom:1px solid #edf0f4}.mrg-user-dropdown__nav a,.mrg-user-dropdown__logout button{width:100%;min-height:46px;padding:7px 9px;border:0;border-radius:8px;background:transparent;color:#3e4653;display:flex;align-items:center;gap:10px;text-align:left;text-decoration:none;cursor:pointer;transition:background .18s ease,color .18s ease}.mrg-user-dropdown__nav a:hover,.mrg-user-dropdown__logout button:hover{background:#f4f7fa;color:var(--mrg-blue)}.mrg-user-dropdown__nav a>span:first-child,.mrg-user-dropdown__logout button>span:first-child{width:30px;height:30px;border-radius:7px;background:#f2f5f8;color:#657083;display:grid;place-items:center;flex:0 0 auto}.mrg-user-dropdown__nav a:hover>span:first-child{background:#eaf3ff;color:var(--mrg-blue)}.mrg-user-dropdown__nav strong,.mrg-user-dropdown__nav small{display:block}.mrg-user-dropdown__nav strong{font-size:10px}.mrg-user-dropdown__nav small{margin-top:3px;color:#89919e;font-size:8px}.mrg-user-dropdown__logout{padding-top:8px}.mrg-user-dropdown__logout button{min-height:40px;font-size:10px;font-weight:600}.mrg-user-dropdown__logout button:hover{background:#fff1f0;color:#d92d20}.mrg-user-dropdown__logout button:hover>span:first-child{background:#ffe8e6;color:#d92d20}@media (min-width:1101px){.mrg-sidebar-collapsed .mrg-sidebar{width:var(--mrg-sidebar-compact-width)}.mrg-sidebar-collapsed .mrg-shell{margin-left:var(--mrg-sidebar-compact-width)}.mrg-sidebar-collapsed .mrg-sidebar__brand{justify-content:center;padding-inline:10px}.mrg-sidebar-collapsed .mrg-sidebar__brand .mrg-logo__text,.mrg-sidebar-collapsed .mrg-nav-link__label{display:none}.mrg-sidebar-collapsed .mrg-sidebar__nav{padding-inline:14px}.mrg-sidebar-collapsed .mrg-nav-link{justify-content:center;padding-inline:10px}.mrg-sidebar-collapsed .mrg-sidebar:hover{width:var(--mrg-sidebar-width);box-shadow:10px 0 30px #10182814}.mrg-sidebar-collapsed .mrg-sidebar:hover .mrg-sidebar__brand{justify-content:flex-start;padding-inline:18px}.mrg-sidebar-collapsed .mrg-sidebar:hover .mrg-sidebar__brand .mrg-logo__text,.mrg-sidebar-collapsed .mrg-sidebar:hover .mrg-nav-link__label{display:block}.mrg-sidebar-collapsed .mrg-sidebar:hover .mrg-sidebar__nav{padding-inline:12px}.mrg-sidebar-collapsed .mrg-sidebar:hover .mrg-nav-link{justify-content:flex-start;padding-inline:12px}}.dashboard-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:16px}.dashboard-heading h1{margin:0;font-size:22px;letter-spacing:-.5px}.dashboard-heading p{margin:5px 0 0;color:var(--mrg-muted);font-size:11px}.dashboard-actions{display:flex;gap:12px}.date-button,.primary-button{height:36px;border-radius:6px;padding:0 14px;display:flex;align-items:center;gap:20px;font-size:11px}.date-button{border:1px solid var(--mrg-line);background:#fff}.primary-button{background:#0569d8;color:#fff;border:1px solid #0569d8;gap:8px;font-weight:600;box-shadow:0 3px 8px #0569d833}.metric-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-bottom:12px}.metric-card,.panel{background:#fff;border:1px solid var(--mrg-line);border-radius:9px;box-shadow:0 1px 3px #10182808}.metric-card{padding:14px 13px;min-height:116px}.metric-card__label{display:flex;align-items:center;gap:9px;color:#555d69;font-size:11px}.metric-card__label>span{width:28px;height:28px;border-radius:50%;display:grid;place-items:center}.metric-card>strong{display:block;font-size:25px;margin:12px 0 5px;letter-spacing:-1px}.metric-card>small{font-size:10px;font-weight:600}.metric-card--blue .metric-card__label>span{background:#eef5ff;color:#0a66d4}.metric-card--blue small,.metric-card--green small{color:var(--mrg-green)}.metric-card--orange .metric-card__label>span{background:#fff5e8;color:#f79009}.metric-card--orange small{color:var(--mrg-green)}.metric-card--green .metric-card__label>span{background:#eafbf0;color:var(--mrg-green)}.metric-card--red .metric-card__label>span{background:#fff0f1;color:var(--mrg-red)}.metric-card--red small{color:#e02030}.dashboard-grid{display:grid;gap:12px;margin-bottom:12px}.dashboard-grid--top{grid-template-columns:1.45fr 1fr}.dashboard-grid--bottom{grid-template-columns:1.02fr 1fr .8fr}.panel{padding:13px;min-width:0}.panel__header{height:25px;display:flex;align-items:start;justify-content:space-between}.panel__header h2{font-size:12px;margin:0}.panel__header button{border:1px solid var(--mrg-line);background:#fff;border-radius:5px;padding:6px 10px;font-size:9px}.attendance-chart,.attendance-ring-panel{height:220px}.bar-chart{height:174px;position:relative;padding:20px 6px 22px 28px}.chart-y{position:absolute;left:0;top:21px;bottom:22px;display:flex;flex-direction:column;justify-content:space-between;font-size:8px;color:#68707d}.chart-bars{height:100%;display:flex;align-items:end;border-bottom:1px solid #e5e9ef;background:repeating-linear-gradient(to bottom,#eef1f5 0,#eef1f5 1px,transparent 1px,transparent 33.33%)}.bar-group{height:100%;flex:1;display:flex;flex-direction:column;justify-content:end;align-items:center;gap:7px}.bar-group>div{width:55%;height:100%;display:flex;align-items:end;justify-content:center;gap:6px}.bar-group i{width:9px;border-radius:2px 2px 0 0;background:#176fdc}.bar-group i+i{background:#ed0015}.bar-group>span{font-size:7px;white-space:nowrap;color:#505966}.chart-legend{position:absolute;top:-2px;left:45%;display:flex;gap:22px;font-size:8px}.chart-legend span{display:flex;align-items:center;gap:5px}.chart-legend i,.ring-content li i{width:8px;height:8px;border-radius:2px}.blue{background:#1476e6}.red{background:#ed0015}.ring-content{display:grid;grid-template-columns:150px 1fr;align-items:center;height:170px}.attendance-ring{margin:auto;width:116px;height:116px;border-radius:50%;background:conic-gradient(#1573dc 0 30%,#7857ed 30% 47%,#fa1975 47% 60%,#ff9000 60% 72%,#00a242 72% 100%);display:grid;place-items:center}.attendance-ring:before{content:"";width:80px;height:80px;background:#fff;border-radius:50%;grid-area:1/1}.attendance-ring span{z-index:1;text-align:center;grid-area:1/1}.attendance-ring strong,.attendance-ring small{display:block}.attendance-ring strong{font-size:18px}.attendance-ring small{font-size:8px;color:var(--mrg-muted);margin-top:4px}.ring-content ul{list-style:none;padding:0;margin:0}.ring-content li{display:grid;grid-template-columns:8px 1fr auto;align-items:center;gap:8px;font-size:8px;margin:16px 0}.ring-content li i{border-radius:50%}.ring-content .indigo{background:#5955dd}.ring-content .green{background:#00a242}.ring-content .orange{background:#ff9000}.dashboard-grid--bottom .panel{height:238px}.live-list{margin-top:4px}.live-row{display:grid;grid-template-columns:25px 1.2fr 1fr auto auto;align-items:center;gap:6px;min-height:34px;font-size:7px;border-bottom:1px solid #f4f5f7}.live-row img{width:21px;height:21px;border-radius:50%;object-fit:cover}.live-row span{color:#596170}.live-row em{font-style:normal;padding:3px 5px;border-radius:4px}.live-row em.entrada{color:#07943a;background:#eafbf0}.live-row em.salida{color:#dc1527;background:#fff0f1}.live-row time{color:#333;white-space:nowrap}.panel-link{display:block;color:#0869d2;text-align:center;text-decoration:none;font-size:8px;margin-top:9px}.line-chart{width:100%;height:155px;margin-top:8px;overflow:visible}.line-chart .grid-line{stroke:#edf0f4;stroke-width:1}.line-chart .area{fill:url(#delayGradient)}.line-chart .line{fill:none;stroke:#e40016;stroke-width:3}.line-chart circle{fill:#e40016}.chart-days{display:flex;justify-content:space-between;font-size:6px;color:#5b6471;margin:0 5px}.progress-row{margin:12px 0}.progress-row>div{display:flex;justify-content:space-between;font-size:8px;margin-bottom:6px}.progress-row progress{display:block;width:100%;height:4px;appearance:none}.progress-row progress::-webkit-progress-bar{background:#edf0f3;border-radius:5px}.progress-row progress::-webkit-progress-value{background:#00a242;border-radius:5px}.progress-row progress.orange::-webkit-progress-value{background:#ff9200}.progress-row progress::-moz-progress-bar{background:#00a242;border-radius:5px}.progress-row progress.orange::-moz-progress-bar{background:#ff9200}@media (max-width:1100px){.metric-grid{grid-template-columns:repeat(3,1fr)}.dashboard-grid--bottom{grid-template-columns:1fr 1fr}.post-panel{grid-column:1/-1}.mrg-sidebar{width:var(--mrg-sidebar-width);transform:translate(-100%)}.mrg-shell{margin-left:0}.mrg-topbar>.mrg-logo{display:flex}.sidebar-open .mrg-sidebar{transform:none;box-shadow:10px 0 30px #10182824}.sidebar-open .mrg-sidebar-backdrop{display:block}.attendance-chart,.attendance-ring-panel,.dashboard-grid--bottom .panel{height:auto;min-height:230px}}@media (max-width:720px){.mrg-main{padding:16px}.mrg-topbar{padding:0 12px;gap:10px}.mrg-search{display:none}.mrg-notification{margin-left:auto}.mrg-user-menu__copy{display:none}.mrg-user-menu__trigger{min-width:auto}.mrg-user-dropdown{right:-3px;width:min(270px,calc(100vw - 24px))}.dashboard-heading{align-items:start;gap:12px}.dashboard-actions{flex-direction:column}.date-button,.primary-button{height:32px}.metric-grid{grid-template-columns:1fr 1fr}.dashboard-grid--top,.dashboard-grid--bottom{grid-template-columns:1fr}.post-panel{grid-column:auto}.ring-content{grid-template-columns:140px 1fr}}.crud-alert{padding:12px 15px;border-radius:8px;margin-bottom:16px;font-size:12px;font-weight:600}.crud-alert--success{color:#067231;background:#eafbf0;border:1px solid #b8edca}.crud-alert--error{color:#b42318;background:#fff1f0;border:1px solid #ffd0cc}.crud-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.crud-heading h1,.form-heading h1{margin:0;font-size:22px;letter-spacing:-.5px}.crud-heading p,.form-heading p{margin:6px 0 0;color:var(--mrg-muted);font-size:11px}.crud-heading .primary-button,.crud-form-actions .primary-button{text-decoration:none;justify-content:center;min-width:135px;gap:6px}.crud-card{background:#fff;border:1px solid var(--mrg-line);border-radius:10px;box-shadow:0 1px 3px #10182808;overflow:hidden}.crud-filters{padding:14px;display:flex;gap:10px;border-bottom:1px solid var(--mrg-line)}.crud-search{width:min(360px,45%);height:36px;border:1px solid #dfe3e9;border-radius:7px;display:flex;align-items:center;gap:8px;padding:0 11px}.crud-search input{width:100%;border:0;outline:0;font-size:11px}.crud-filters select,.crud-filters>button{height:36px;border:1px solid #dfe3e9;border-radius:7px;background:#fff;padding:0 12px;font-size:11px;color:#424a56}.crud-filters>button{background:#101828;color:#fff;border-color:#101828;cursor:pointer}.crud-filters>a{align-self:center;color:#0869d2;text-decoration:none;font-size:11px}.crud-table-wrap{overflow-x:auto}.crud-table{width:100%;border-collapse:collapse;font-size:11px}.crud-table th{padding:11px 14px;text-align:left;color:#687180;background:#fafbfc;border-bottom:1px solid var(--mrg-line);font-size:9px;text-transform:uppercase;letter-spacing:.35px}.crud-table td{padding:13px 14px;border-bottom:1px solid #f0f2f5;color:#424a56}.crud-table tbody tr:hover{background:#fcfdff}.crud-table td>strong{color:#171b22}.crud-table .actions{text-align:right;white-space:nowrap}.crud-table td.actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}.crud-table td.actions a,.crud-table td.actions button{border:0;background:none;padding:0;color:#0869d2;text-decoration:none;font-size:10px;cursor:pointer}.crud-table td.actions button{color:#d92d20}.crud-table td.actions form{display:inline}.user-cell{display:flex;align-items:center;gap:10px}.user-cell>span{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#edf5ff;color:#0869d2;font-weight:700}.user-cell strong,.user-cell small{display:block}.user-cell strong{color:#171b22;margin-bottom:3px}.user-cell small,.muted{font-size:9px;color:#7b8492}.badge-list{display:flex;gap:4px;flex-wrap:wrap}.tag{padding:3px 7px;background:#f0f4ff;color:#3756a6;border-radius:20px;font-size:9px}.status{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:20px;font-size:9px;font-weight:600}.status:before{content:"";width:5px;height:5px;border-radius:50%}.status.active{color:#067633;background:#eafbf0}.status.active:before{background:#0aaa4b}.status.inactive{color:#8a3530;background:#fff0ef}.status.inactive:before{background:#e3493e}.crud-table code{padding:4px 7px;border-radius:5px;background:#f3f5f7;color:#364152;font-size:10px}.empty-state{text-align:center!important;padding:45px!important;color:#7a8390!important}.crud-card__footer{min-height:54px;padding:10px 14px;display:flex;justify-content:space-between;align-items:center;color:#76808e;font-size:10px}.crud-pagination{display:flex;gap:4px}.crud-pagination a,.crud-pagination span,.crud-pagination strong{width:28px;height:28px;display:grid;place-items:center;border:1px solid #e1e5ea;border-radius:6px;text-decoration:none;color:#4a5360;font-weight:500}.crud-pagination strong{background:#0869d2;color:#fff;border-color:#0869d2}.crud-pagination span{color:#a1a8b2}.form-heading{margin-bottom:18px}.form-heading>a{display:inline-block;color:#0869d2;text-decoration:none;font-size:10px;margin-bottom:12px}.crud-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.crud-form-card{background:#fff;border:1px solid var(--mrg-line);border-radius:10px;padding:18px;box-shadow:0 1px 3px #10182808}.crud-form-card--full{grid-column:1/-1}.crud-form-card--narrow{max-width:800px}.crud-form-card h2{margin:0;font-size:14px}.crud-form-card>p{margin:5px 0 18px;color:#707987;font-size:10px}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field{display:flex;flex-direction:column;gap:6px}.field--full{grid-column:1/-1}.field>span{font-size:10px;font-weight:600;color:#444d5a}.field input,.field select,.field textarea{width:100%;border:1px solid #dfe3e9;border-radius:7px;background:#fff;padding:9px 10px;outline:none;font-size:11px;color:#222831}.field input,.field select{height:38px}.field textarea{height:78px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:#2878d8;box-shadow:0 0 0 3px #2878d815}.field small,.field-error{color:#d92d20;font-size:9px}.choice-grid{display:grid;grid-template-columns:1fr;gap:8px;max-height:255px;overflow:auto;padding-right:3px}.choice-grid--wide{grid-template-columns:repeat(3,1fr)}.choice{min-height:50px;border:1px solid #e2e5ea;border-radius:7px;padding:9px;display:flex;align-items:flex-start;gap:9px;cursor:pointer}.choice:has(input:checked){border-color:#6da2e6;background:#f4f8ff}.choice input{margin-top:2px;accent-color:#0869d2}.choice strong,.choice small{display:block}.choice strong{font-size:10px}.choice small{font-size:8px;color:#747d89;margin-top:4px}.empty-inline{font-size:10px;color:#7a8390}.crud-form-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-top:15px}.crud-form-actions--narrow{max-width:800px}.crud-form-actions>a{height:36px;padding:0 14px;display:flex;align-items:center;border:1px solid #dfe3e9;border-radius:6px;color:#454e5b;text-decoration:none;font-size:11px}.crud-form-actions button{cursor:pointer}@media (max-width:900px){.crud-form-grid{grid-template-columns:1fr}.crud-form-card--full{grid-column:auto}.choice-grid--wide{grid-template-columns:1fr 1fr}}@media (max-width:650px){.crud-heading{align-items:flex-start;gap:12px}.crud-heading .primary-button{min-width:auto}.crud-filters{flex-wrap:wrap}.crud-search{width:100%}.field-grid,.choice-grid--wide{grid-template-columns:1fr}.field--full{grid-column:auto}}.back-button{border:0;background:transparent;padding:0;color:#0869d2;font-size:10px;margin-bottom:12px;cursor:pointer}.secondary-button{height:36px;padding:0 14px;border:1px solid #dfe3e9;border-radius:6px;background:#fff;color:#454e5b;font-size:11px;cursor:pointer}.crud-table th.actions{text-align:center;width:96px}.crud-table td.actions{min-width:96px;justify-content:center;gap:4px}.crud-table td.actions .table-action{width:32px;height:32px;padding:0;border:0;border-radius:7px;background:transparent;color:#667085;display:inline-grid;place-items:center;cursor:pointer;transition:color .18s ease,background .18s ease,transform .18s ease}.crud-table td.actions .table-action:hover{color:var(--mrg-blue);background:#eef5ff}.crud-table td.actions .table-action--danger:hover{color:#d92d20;background:#fff0ef}.crud-table td.actions .table-action:focus-visible{outline:3px solid #0869db28;outline-offset:1px}.crud-table td.actions .table-action:active{transform:scale(.94)}.crud-table td.actions .table-action:disabled{opacity:.45;cursor:not-allowed}.live-pagination{display:flex;align-items:center;gap:8px}.live-pagination button{width:28px;height:28px;border:1px solid #e1e5ea;border-radius:6px;background:#fff;color:#4a5360;cursor:pointer}.live-pagination button:disabled{opacity:.4;cursor:not-allowed}.live-pagination span,.loading-label{font-size:9px;color:#747d89}.primary-button:disabled{opacity:.65;cursor:wait}.config-heading{margin-bottom:12px}.config-tabs{display:flex;gap:4px;padding:5px;margin-bottom:16px;border:1px solid var(--mrg-line);border-radius:9px;background:#fff;width:max-content;max-width:100%}.config-tabs button{height:34px;padding:0 13px;border:0;border-radius:6px;background:transparent;color:#596273;display:flex;align-items:center;gap:7px;font-size:10px;cursor:pointer}.config-tabs button.is-active{background:#eef5ff;color:#075fbd;font-weight:600}.config-module.is-loading{opacity:.6}.config-module-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:13px}.config-module-heading h2{margin:0;font-size:16px}.config-module-heading p{margin:4px 0 0;color:var(--mrg-muted);font-size:10px}.config-logo-preview{grid-column:1/-1;padding:10px;border:1px dashed #d9dfe7;border-radius:8px;background:#fafbfc}.config-logo-preview img{display:block;max-width:180px;max-height:70px;object-fit:contain}.config-client-logo{width:34px;height:34px;border-radius:7px;object-fit:contain;background:#f4f6f8;border:1px solid #e6e9ed}.status-toggle{border:0;background:transparent;padding:0;cursor:pointer}.config-code-field{font-family:ui-monospace,SFMono-Regular,Consolas,monospace!important}.config-check{grid-column:1/-1;display:flex;align-items:center;gap:8px;font-size:10px;color:#444d5a}.config-check input{accent-color:#0869d2}.menu-builder{display:grid;grid-template-columns:repeat(4,minmax(220px,1fr));gap:10px;align-items:start;overflow-x:auto;padding-bottom:6px}.menu-level{min-width:220px;background:#fff;border:1px solid var(--mrg-line);border-radius:9px;overflow:hidden}.menu-level>header{height:55px;padding:10px 11px;border-bottom:1px solid var(--mrg-line);background:#fafbfc;display:flex;align-items:center;justify-content:space-between}.menu-level>header strong,.menu-level>header small{display:block}.menu-level>header strong{font-size:11px}.menu-level>header small{margin-top:4px;color:#7a8390;font-size:8px;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.menu-level>header>button{width:28px;height:28px;border:1px solid #dce2e9;border-radius:6px;background:#fff;color:#0869d2;cursor:pointer}.menu-level>header>button:disabled{opacity:.35}.menu-level__list{padding:7px;display:flex;flex-direction:column;gap:6px;max-height:550px;overflow:auto}.menu-node{border:1px solid #e5e8ed;border-radius:7px;background:#fff;overflow:hidden}.menu-node.is-selected{border-color:#6da2e6;box-shadow:0 0 0 2px #2878d812}.menu-node__select{width:100%;border:0;background:transparent;padding:10px;text-align:left;cursor:pointer}.menu-node__select span,.menu-node__select small{display:block}.menu-node__select span{font-size:10px;font-weight:600;color:#252b35}.menu-node__select small{font-size:8px;color:#77808d;margin-top:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.menu-node__actions{display:flex;border-top:1px solid #f0f2f5;padding:5px 7px;gap:7px}.menu-node__actions button{border:0;background:transparent;color:#0869d2;font-size:8px;padding:2px;cursor:pointer}.menu-node__actions button.danger{color:#d92d20;margin-left:auto}.menu-empty{padding:26px 10px;text-align:center;color:#8a929e;font-size:9px}.crud-form-card code{font-size:10px;color:#0869d2}@media (max-width:1000px){.menu-builder{grid-template-columns:repeat(2,minmax(260px,1fr))}}@media (max-width:650px){.config-tabs{width:100%;overflow:auto}.config-tabs button{white-space:nowrap}.config-module-heading{align-items:flex-start;gap:10px}.menu-builder{grid-template-columns:1fr}.menu-level{min-width:0}}@media (max-width:520px){.mrg-main{padding:12px}.mrg-topbar>.mrg-logo .mrg-logo__text{display:none}.dashboard-heading,.crud-heading,.config-module-heading{flex-direction:column;align-items:stretch}.dashboard-actions{width:100%;flex-direction:row;flex-wrap:wrap}.dashboard-actions .date-button,.dashboard-actions .primary-button{flex:1 1 170px;justify-content:center}.metric-grid{grid-template-columns:1fr}.ring-content{grid-template-columns:1fr;height:auto;gap:10px}.ring-content ul{display:grid;grid-template-columns:1fr 1fr;gap:0 12px}.live-row{grid-template-columns:25px minmax(78px,1fr) auto}.live-row>span{display:none}.crud-heading .primary-button{width:100%;min-height:40px;justify-content:center}.crud-card__footer{align-items:flex-start;flex-direction:column;gap:10px}.crud-table-wrap{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.crud-table{min-width:680px}.crud-form-actions{align-items:stretch;flex-direction:column-reverse}.crud-form-actions .primary-button,.crud-form-actions .secondary-button,.crud-form-actions>a{width:100%;justify-content:center}}.puesto-functions{min-height:125px!important}.puestos-filters{align-items:center}.puestos-filters .crud-search{min-width:260px}.puestos-filters select{max-width:180px;min-width:135px}.puestos-filters .loading-label{margin-left:auto}@media (max-width:1050px){.puestos-filters{flex-wrap:wrap}.puestos-filters .crud-search{width:100%;max-width:none}.puestos-filters .loading-label{margin-left:0}}@media (max-width:650px){.puestos-filters select{max-width:none;flex:1 1 145px}}.config-page-heading{display:flex;align-items:center;gap:14px;margin-bottom:18px}.config-page-heading__icon{width:48px;height:48px;display:grid;place-items:center;border-radius:13px;color:#fff;background:linear-gradient(145deg,var(--mrg-red),#ff3a49);box-shadow:0 8px 18px #e6001230}.config-page-heading__copy>span{display:block;margin-bottom:3px;color:var(--mrg-blue);font-size:8px;font-weight:700;letter-spacing:.8px;text-transform:uppercase}.config-page-heading__copy h1{margin:0;font-size:23px;letter-spacing:-.6px}.config-page-heading__copy p{margin:5px 0 0;color:var(--mrg-muted);font-size:10px}.config-page-heading__meta{margin-left:auto;text-align:right}.config-page-heading__meta span{display:flex;align-items:center;gap:6px;padding:6px 9px;border:1px solid #ccebd7;border-radius:20px;background:#f1fcf5;color:#087438;font-size:9px;font-weight:600}.config-page-heading__meta i{width:6px;height:6px;border-radius:50%;background:var(--mrg-green);box-shadow:0 0 0 3px #04a83d18}.config-page-heading__meta small{display:block;margin-top:5px;color:#8a929d;font-size:8px}.config-workspace{position:relative;border:1px solid #e4e9f0;border-radius:13px;background:#fff;box-shadow:0 10px 30px #1018280b;overflow:hidden}.config-workspace .config-tabs{width:100%;max-width:none;margin:0;padding:0 18px;gap:5px;border:0;border-bottom:1px solid #e7ebf0;border-radius:0;background:#fff}.config-workspace .config-tabs button{position:relative;height:68px;padding:0 17px;border-radius:0;gap:10px}.config-workspace .config-tabs button:after{content:"";position:absolute;right:15px;bottom:-1px;left:15px;height:2px;border-radius:3px 3px 0 0;background:transparent}.config-workspace .config-tabs button.is-active{background:transparent;color:var(--mrg-blue)}.config-workspace .config-tabs button.is-active:after{background:linear-gradient(90deg,var(--mrg-blue),#4d9cff)}.config-workspace .config-tabs button>span:last-child{text-align:left}.config-workspace .config-tabs strong,.config-workspace .config-tabs small{display:block}.config-workspace .config-tabs strong{font-size:10px}.config-workspace .config-tabs small{margin-top:4px;color:#8b94a1;font-size:8px;font-weight:400}.config-tab-icon{width:31px;height:31px;display:grid!important;place-items:center;border:1px solid #e2e8ef;border-radius:8px;background:#f8fafc;color:#6e7785}.config-tabs button.is-active .config-tab-icon{border-color:#cfe2fb;background:#eef6ff;color:var(--mrg-blue)}.config-loading{position:absolute;z-index:3;top:67px;right:0;left:0;height:2px;background:#e9f2ff;overflow:hidden}.config-loading span{display:block;width:35%;height:100%;background:linear-gradient(90deg,var(--mrg-red),var(--mrg-blue));animation:config-loading 1s infinite ease-in-out}.config-workspace .config-module{min-height:480px;padding:20px;background:linear-gradient(180deg,#fbfcfe 0,#f8fafc)}.config-workspace .config-module-heading{padding:1px 2px 5px}.config-workspace .config-module-heading h2{font-size:17px;letter-spacing:-.25px}.config-workspace .config-module-heading p{font-size:9px}.config-workspace .crud-card,.config-workspace .crud-form-card,.config-workspace .menu-level{border-color:#e3e8ee;box-shadow:0 4px 14px #10182809}.config-workspace .crud-card{border-radius:11px}.config-workspace .crud-filters{background:#fff}.config-workspace .crud-table th{height:42px;background:#f5f7fa;color:#687386}.config-workspace .crud-table tbody tr{background:#fff}.config-workspace .crud-table tbody tr:hover{background:#f8fbff}.config-workspace .primary-button{background:linear-gradient(135deg,#0872df,var(--mrg-blue));border-color:var(--mrg-blue);box-shadow:0 5px 12px #0869db28}.config-workspace .form-heading{padding:2px 2px 0}.config-workspace .form-heading h1{font-size:19px}.config-workspace .crud-form-card h2{display:flex;align-items:center;gap:8px}.config-workspace .crud-form-card h2:before{content:"";width:4px;height:15px;border-radius:4px;background:linear-gradient(var(--mrg-red),#ff5d67)}.config-workspace .menu-level>header{background:linear-gradient(180deg,#fff,#f7f9fc)}.config-workspace .menu-level:nth-child(1)>header{border-top:2px solid var(--mrg-red)}.config-workspace .menu-level:nth-child(2)>header{border-top:2px solid var(--mrg-blue)}.config-workspace .menu-level:nth-child(3)>header{border-top:2px solid var(--mrg-orange)}.config-workspace .menu-level:nth-child(4)>header{border-top:2px solid var(--mrg-green)}.config-workspace .menu-node.is-selected{border-color:#74a9e8;background:#f7fbff;box-shadow:0 0 0 2px #0869db12}.config-workspace .status.active{color:#087438;background:#ecfaf1}.config-workspace .status.inactive{color:#a5312b;background:#fff0ef}@keyframes config-loading{0%{transform:translate(-110%)}to{transform:translate(330%)}}@media (max-width:720px){.config-page-heading__meta{display:none}.config-page-heading__icon{width:42px;height:42px}.config-workspace .config-tabs{padding:0 7px;overflow-x:auto}.config-workspace .config-tabs button{min-width:max-content;height:60px;padding:0 10px}.config-workspace .config-tabs small{display:none}.config-workspace .config-module{padding:13px}.config-loading{top:59px}}.mrg-nav-link.is-active{background:#fff0f1;color:var(--mrg-red)}.primary-button{background:var(--mrg-red);border-color:var(--mrg-red);box-shadow:0 3px 8px #e6001233}.panel-link,.crud-filters>a,.form-heading>a,.back-button{color:var(--mrg-red)}.config-workspace .config-tabs button.is-active{color:var(--mrg-red)}.config-workspace .config-tabs button.is-active:after{background:var(--mrg-red)}.config-page-heading__copy>span{color:var(--mrg-red)}:root{--mrg-red:#e60012;--mrg-blue:#e60012;--mrg-secondary:#17191d;--color-brand-25:#fff8f8;--color-brand-50:#fff1f2;--color-brand-100:#ffe1e4;--color-brand-200:#ffc7cd;--color-brand-300:#ff9aa5;--color-brand-400:#ff5c6c;--color-brand-500:#e60012;--color-brand-600:#ca0010;--color-brand-700:#a9000d;--color-brand-800:#8b0a14;--color-brand-900:#74111a;--color-brand-950:#17191d}.secondary-button{border-color:var(--mrg-secondary);color:var(--mrg-secondary)}.secondary-button:hover{background:var(--mrg-secondary);border-color:var(--mrg-secondary);color:#fff}.metric-card--blue .metric-card__label>span{background:#fff0f1;color:var(--mrg-red)}.metric-card--blue small{color:var(--mrg-red)}.config-page-heading__copy>span{font-size:11px}.config-page-heading__copy h1{font-size:28px}.config-page-heading__copy p{font-size:14px}.config-page-heading__meta span{font-size:12px}.config-page-heading__meta small{font-size:11px}.config-workspace .config-tabs strong{font-size:14px}.config-workspace .config-tabs small{font-size:11px}.config-module-heading h2{font-size:20px}.config-module-heading p{font-size:13px}.crud-alert{font-size:14px}.form-heading h1{font-size:26px}.form-heading p{font-size:14px}.back-button{font-size:13px}.crud-form-card h2{font-size:17px}.crud-form-card>p{font-size:13px}.field>span{font-size:13px}.field input,.field select,.field textarea{font-size:14px}.field small,.field-error{font-size:11px}.config-check,.choice strong{font-size:13px}.choice small{font-size:11px}.empty-inline,.primary-button,.secondary-button{font-size:13px}.menu-level>header strong{font-size:14px}.menu-level>header small{font-size:11px}.menu-node__select span{font-size:13px}.menu-node__select small{font-size:11px}
