@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--bg:#f8fafc;--panel:#ffffff;--muted:#64748b;--text:#0f172a;--accent:#0284c7;--accent-2:#06b6d4;--border:#e2e8f0;--success:#10b981;--warning:#f59e0b;--error:#ef4444;--purple:#8b5cf6;--sidebar-width: 260px;--sidebar-collapsed-width: 70px}html,body,#root{height:100%;margin:0;padding:0}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-weight:400;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app-layout{display:flex;height:100vh;overflow:hidden}.sidebar{width:var(--sidebar-width);background:#fff;border-right:1px solid var(--border);display:flex;flex-direction:column;transition:width .3s ease;position:fixed;left:0;top:0;height:100vh;z-index:100;box-shadow:2px 0 8px #0000000d}.sidebar.collapsed{width:var(--sidebar-collapsed-width)}.sidebar-header{padding:20px 16px;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:12px;min-height:80px;box-sizing:border-box}.sidebar.collapsed .sidebar-header{justify-content:center;padding:20px 8px}.sidebar.collapsed .brand-logo-mask{width:45px;height:45px;mask:url(/assets/Logo_MF.png) no-repeat center / contain;-webkit-mask:url(/assets/Logo_MF.png) no-repeat center / contain;background:linear-gradient(90deg,#b45309,#d97706,#f59e0b,#eab308);filter:drop-shadow(0 2px 6px rgba(180,83,9,.35))}.brand-text{font-size:16px;font-weight:700;color:var(--text);letter-spacing:.5px}.sidebar.collapsed .brand-text{display:none}.sidebar-nav{flex:1;overflow-y:auto;overflow-x:hidden;padding:12px 8px}.sidebar-nav::-webkit-scrollbar{width:6px}.sidebar-nav::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.sidebar-group{margin-bottom:4px}.sidebar-item{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:10px;color:var(--muted);text-decoration:none;cursor:pointer;transition:all .2s ease;font-weight:500;font-size:14px;position:relative;white-space:nowrap}.sidebar.collapsed .sidebar-item{justify-content:center;padding:12px 8px}.sidebar-item:hover{background:#f8fafc;color:var(--text)}.sidebar-item.active{background:linear-gradient(135deg,#e0f2fe,#dbeafe);color:var(--accent);font-weight:600}.sidebar-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0}.sidebar-icon svg{width:20px;height:20px}.sidebar-emoji{font-size:18px;line-height:1;display:flex;align-items:center;justify-content:center;filter:grayscale(100%) opacity(.6);transition:filter .2s ease}.sidebar-subitem:hover .sidebar-emoji,.sidebar-subitem.active .sidebar-emoji{filter:grayscale(0%) opacity(1)}.sidebar-label{flex:1;overflow:hidden;text-overflow:ellipsis}.sidebar.collapsed .sidebar-label{display:none}.sidebar-arrow{font-size:10px;transition:transform .2s ease;margin-left:auto}.sidebar-arrow.expanded{transform:rotate(180deg)}.sidebar.collapsed .sidebar-arrow{display:none}.sidebar-submenu{margin-left:12px;margin-top:4px;padding-left:12px;border-left:2px solid var(--border)}.sidebar-subitem{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;color:var(--muted);text-decoration:none;font-size:13px;font-weight:500;transition:all .2s ease}.sidebar-subitem:hover{background:#f8fafc;color:var(--text)}.sidebar-subitem.active{background:#e0f2fe;color:var(--accent);font-weight:600}.sidebar-subitem .sidebar-icon svg{width:16px;height:16px}.sidebar-footer{border-top:1px solid var(--border);padding:12px 8px}.sidebar-user{margin-bottom:8px}.sidebar-toggle{width:100%;padding:10px;background:#f8fafc;border:1px solid var(--border);border-radius:8px;color:var(--muted);cursor:pointer;transition:all .2s ease;font-size:16px;display:flex;align-items:center;justify-content:center}.sidebar-toggle:hover{background:#e0f2fe;color:var(--accent);border-color:var(--accent)}.toggle-icon{font-size:18px;font-weight:700}.main-content{flex:1;margin-left:var(--sidebar-width);transition:margin-left .3s ease;overflow-y:auto;background:var(--bg);min-height:100vh}.main-content.sidebar-collapsed{margin-left:var(--sidebar-collapsed-width)}.content-wrapper{padding:24px;max-width:1600px;margin:0 auto}.brand{display:flex;align-items:center;gap:10px;font-weight:700;letter-spacing:.2px;color:var(--text);font-size:18px}.brand img{height:28px}.brand-gold{padding:0;border-radius:12px;background:transparent}.brand-logo-mask{width:220px;height:66px;mask:url(/assets/grupomas.png) no-repeat center / contain;-webkit-mask:url(/assets/grupomas.png) no-repeat center / contain;background:linear-gradient(90deg,#b45309,#d97706,#f59e0b,#eab308);filter:drop-shadow(0 4px 10px rgba(180,83,9,.35))}.panel{background:var(--panel);border:1px solid var(--border);border-radius:16px;box-shadow:0 4px 20px #00000014;overflow:visible}.panel-header{padding:16px 20px;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.panel-body{padding:20px}.btn{background:linear-gradient(135deg,var(--accent),var(--accent-2));color:#fff;border:none;border-radius:12px;padding:10px 18px;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s ease;font-family:inherit;display:inline-flex;align-items:center;gap:8px}.btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #0284c74d}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn.success{background:linear-gradient(135deg,var(--success),#059669)}.btn.warning{background:linear-gradient(135deg,var(--warning),#d97706)}.btn.error{background:linear-gradient(135deg,var(--error),#dc2626)}.btn.purple{background:linear-gradient(135deg,var(--purple),#7c3aed)}.input,.select,textarea{background:#fff;border:2px solid var(--border);color:var(--text);border-radius:12px;padding:10px 14px;font-family:inherit;font-size:14px;font-weight:500;transition:all .2s ease;width:100%;box-sizing:border-box}.input:focus,.select:focus,textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #0284c71a}.input:hover,.select:hover{border-color:#cbd5e1}.table{width:100%;border-collapse:collapse;margin-top:16px}.table th{text-align:left;padding:10px 14px;background:#f8fafc;font-weight:600;color:var(--text);border-bottom:1px solid var(--border);font-size:13px}.table td{padding:10px 14px;border-bottom:1px solid var(--border);color:var(--text);font-size:14px}.table tr:hover{background:#f8fafc}.kpi{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:20px;text-align:center}.kpi h3{margin:0 0 8px;font-size:24px;font-weight:700;color:var(--accent)}.kpi p{margin:0;color:var(--muted);font-size:14px}.grid{display:grid;gap:16px}.grid.cols-2{grid-template-columns:repeat(2,1fr)}.grid.cols-3{grid-template-columns:repeat(3,1fr)}.grid.cols-4{grid-template-columns:repeat(4,1fr)}@media (max-width: 1024px){.sidebar{width:70px}.sidebar .sidebar-label,.sidebar .sidebar-arrow,.sidebar .brand-text{display:none}.sidebar .sidebar-item{justify-content:center;padding:12px 8px}.main-content{margin-left:70px}}@media (max-width:768px){.sidebar{transform:translate(-100%);position:fixed}.sidebar.mobile-open{transform:translate(0)}.main-content{margin-left:0}.content-wrapper,.panel-body{padding:16px}.grid.cols-2,.grid.cols-3,.grid.cols-4{grid-template-columns:1fr}}
