.layout{background:linear-gradient(#f8fafc,#eef2ff);min-height:100vh}.layout-sidebar{z-index:1400;background:#fff;border-right:1px solid #e2e8f0;flex-direction:column;width:260px;height:100vh;transition:transform .25s;display:flex;position:fixed;top:0;left:0;overflow:hidden;box-shadow:16px 0 40px #0f172a24}.layout-sidebar.abierto{transform:translate(0)}.layout-sidebar.cerrado{transform:translate(-105%)}.layout-sidebar-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);cursor:default;z-index:1300;background:#0f172a52;border:none;position:fixed;inset:0}.layout-sidebar-header{cursor:pointer;background:linear-gradient(135deg,#eef2ff,#fff);border-bottom:1px solid #eef2f7;align-items:center;gap:12px;padding:20px 18px;display:flex}.layout-sidebar-logo{background:#e0e7ff;border-radius:14px;flex-shrink:0;place-items:center;width:46px;height:46px;font-size:23px;display:grid}.layout-sidebar-header>div{gap:2px;display:grid}.layout-sidebar-header strong{color:#4338ca;font-size:16px}.layout-sidebar-header div span{color:#64748b;font-size:11px}.layout-sidebar-nav{flex-direction:column;flex:1;gap:5px;padding:14px 11px;display:flex;overflow-y:auto}.layout-nav-item{color:#475569;border-radius:11px;align-items:center;gap:12px;padding:11px 13px;font-size:13px;font-weight:700;text-decoration:none;transition:transform .18s,color .18s,background .18s,box-shadow .18s;display:flex}.layout-nav-item:hover{color:#1d4ed8;background:#f1f5f9;transform:translate(3px)}.layout-nav-item.activo{color:#1d4ed8;background:linear-gradient(135deg,#dbeafe,#e0e7ff);box-shadow:0 8px 18px #2563eb1f}.layout-nav-icon{text-align:center;flex-shrink:0;width:25px;font-size:17px}.layout-sidebar-footer{border-top:1px solid #eef2f7;padding:12px}.layout-logout-button{color:#be123c;width:100%;font:inherit;cursor:pointer;background:#fff1f2;border:none;border-radius:11px;align-items:center;gap:12px;padding:11px 13px;font-size:13px;font-weight:800;display:flex}.layout-logout-button:hover{background:#ffe4e6}.main-content{width:100%;min-width:0;min-height:100vh;margin-left:0}.app-header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-sizing:border-box;z-index:1000;background:#fffffff0;border-bottom:1px solid #e2e8f0;justify-content:flex-end;align-items:center;gap:16px;min-height:68px;padding:10px 24px;display:flex;position:sticky;top:0}.toggle-sidebar{color:#fff;cursor:pointer;background:linear-gradient(135deg,#4f46e5,#7c3aed);border:none;border-radius:13px;flex-shrink:0;place-items:center;width:44px;height:44px;font-size:21px;font-weight:800;transition:transform .2s,box-shadow .2s;display:grid;position:static;box-shadow:0 9px 22px #4f46e53d}.toggle-sidebar:hover{transform:translateY(-2px);box-shadow:0 14px 28px #4f46e54d}.header-right{align-items:center;gap:12px;display:flex}.notifications-btn{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:12px;place-items:center;width:42px;height:42px;font-size:18px;display:grid}.notifications-wrapper{position:relative}.notifications-btn{transition:transform .2s,box-shadow .2s,background .2s}.notifications-btn:hover{background:#f8fafc;transform:translateY(-2px);box-shadow:0 8px 20px #0f172a14}.notifications-panel{z-index:1700;background:#fff;border:1px solid #e2e8f0;border-radius:16px;width:320px;padding:12px;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 20px 48px #0f172a2e}.notifications-panel-header{border-bottom:1px solid #eef2f7;justify-content:space-between;align-items:center;padding:8px 8px 12px;display:flex}.notifications-panel-header strong{color:#0f172a;font-size:14px}.notifications-empty{text-align:center;justify-items:center;gap:8px;padding:26px 16px;display:grid}.notifications-empty span{font-size:34px}.notifications-empty p{color:#64748b;margin:0;font-size:13px;line-height:1.5}.user-menu-wrapper{position:relative}.user-profile{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:14px;align-items:center;gap:10px;padding:7px 10px;display:flex}.user-avatar{background:#eef2ff;border-radius:11px;place-items:center;width:36px;height:36px;display:grid}.user-info{text-align:left;min-width:120px;display:grid}.user-name{color:#0f172a;font-size:13px}.user-email{color:#64748b;text-overflow:ellipsis;white-space:nowrap;max-width:180px;font-size:10px;overflow:hidden}.menu-arrow{color:#64748b;font-size:10px;transition:transform .2s}.menu-arrow.rotate{transform:rotate(180deg)}.user-menu{z-index:1600;background:#fff;border:1px solid #e2e8f0;border-radius:16px;width:220px;padding:9px;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 20px 48px #0f172a2e}.menu-item{color:#475569;width:100%;font:inherit;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:9px;align-items:center;gap:9px;padding:10px;font-size:12px;font-weight:700;display:flex}.menu-item:hover{background:#f1f5f9}.user-menu hr{border:none;border-top:1px solid #e2e8f0;margin:7px 0}.menu-item.logout{color:#be123c}.page-content{box-sizing:border-box;width:100%;max-width:1600px;margin:0 auto;padding:22px 36px 40px}@media (width<=650px){.layout-sidebar{width:min(280px,86vw)}}.app-header .toggle-sidebar{z-index:auto;margin:0;transform:none;position:static!important;inset:auto!important}html[data-theme=oscuro] .layout{background:linear-gradient(#0f172a,#111827)}html[data-theme=oscuro] .layout-sidebar{background:#111827;border-right-color:#334155}html[data-theme=oscuro] .layout-sidebar-header{background:linear-gradient(135deg,#1e293b,#111827);border-bottom-color:#334155}html[data-theme=oscuro] .layout-sidebar-header div span,html[data-theme=oscuro] .layout-nav-item{color:#cbd5e1}html[data-theme=oscuro] .layout-nav-item:hover{color:#93c5fd;background:#1e293b}html[data-theme=oscuro] .layout-sidebar-footer{border-top-color:#334155}html[data-theme=oscuro] .app-header{background:#0f172af5;border-bottom-color:#334155}html[data-theme=oscuro] .notifications-btn,html[data-theme=oscuro] .user-profile{background:#1e293b;border-color:#334155}html[data-theme=oscuro] .user-name{color:#f8fafc}html[data-theme=oscuro] .user-email,html[data-theme=oscuro] .menu-arrow{color:#94a3b8}html[data-theme=oscuro] .notifications-panel,html[data-theme=oscuro] .user-menu{background:#1e293b;border-color:#334155}html[data-theme=oscuro] .notifications-panel-header strong{color:#f8fafc}html[data-theme=oscuro] .notifications-empty p{color:#94a3b8}html[data-theme=oscuro] .menu-item{color:#cbd5e1}html[data-theme=oscuro] .menu-item:hover{background:#334155}.notifications-btn{position:relative}.notifications-badge{color:#fff;box-sizing:border-box;background:#ef4444;border:2px solid #fff;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:10px;font-weight:800;line-height:1;display:flex;position:absolute;top:-6px;right:-6px}.notifications-mark-all{color:#4f46e5;cursor:pointer;background:0 0;border:none;font-size:10px;font-weight:800}.notifications-list{gap:8px;max-height:360px;padding-top:10px;display:grid;overflow-y:auto}.notification-item{text-align:left;cursor:pointer;width:100%;box-shadow:none;background:#eef2ff;border:1px solid #e2e8f0;border-radius:12px;padding:12px;display:block}.notification-item.leida{background:#fff}.notification-item-top{justify-content:space-between;align-items:center;gap:10px;display:flex}.notification-item-top strong{color:#0f172a;font-size:12px}.notification-item p{color:#475569;margin:6px 0;font-size:11px;line-height:1.5}.notification-item small{color:#94a3b8;font-size:9px}.notification-dot{background:#4f46e5;border-radius:50%;flex-shrink:0;width:8px;height:8px}html[data-theme=oscuro] .notification-item{background:#312e81;border-color:#4338ca}html[data-theme=oscuro] .notification-item.leida{background:#1e293b;border-color:#334155}html[data-theme=oscuro] .notification-item-top strong{color:#f8fafc}html[data-theme=oscuro] .notification-item p{color:#cbd5e1}html[data-theme=oscuro] .notification-item small{color:#94a3b8}html[data-theme=oscuro] .notifications-mark-all{color:#a5b4fc}.sidebar-navigation{position:relative}.sidebar-menu-button{color:#fff;cursor:pointer;z-index:3000;background:linear-gradient(135deg,#4f46e5,#7c3aed);border:none;border-radius:12px;place-items:center;width:46px;height:42px;font-size:21px;font-weight:800;transition:transform .2s,box-shadow .2s;display:grid;position:fixed;top:14px;left:18px;box-shadow:0 10px 24px #4f46e542}.sidebar-menu-button:hover{transform:translateY(-2px);box-shadow:0 14px 30px #4f46e552}.sidebar-menu-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);cursor:default;z-index:2790;background:#0f172a40;border:none;position:fixed;inset:0}.sidebar-menu-panel{z-index:2900;background:#fff;border:1px solid #94a3b840;border-radius:20px;width:270px;max-height:calc(100vh - 85px);animation:.2s sidebarMenuEntrada;position:fixed;top:66px;left:18px;overflow:hidden;box-shadow:0 24px 60px #0f172a3d}@keyframes sidebarMenuEntrada{0%{opacity:0;transform:translateY(-8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.sidebar-menu-header{background:linear-gradient(135deg,#eef2ff,#fff);border-bottom:1px solid #eef2f7;align-items:center;gap:12px;padding:18px;display:flex}.sidebar-menu-logo{background:#e0e7ff;border-radius:14px;flex-shrink:0;place-items:center;width:44px;height:44px;font-size:22px;display:grid}.sidebar-menu-header>div:last-child{gap:2px;display:grid}.sidebar-menu-header strong{color:#4338ca;font-size:15px}.sidebar-menu-header span{color:#64748b;font-size:11px}.sidebar-menu-links{flex-direction:column;gap:5px;padding:12px;display:flex;overflow-y:auto}.sidebar-menu-item{color:#475569;border-radius:11px;align-items:center;gap:12px;padding:11px 13px;font-size:13px;font-weight:700;text-decoration:none;transition:background .18s,color .18s,transform .18s;display:flex}.sidebar-menu-item:hover{color:#1e40af;background:#f1f5f9;transform:translate(3px)}.sidebar-menu-item.active{color:#1d4ed8;background:linear-gradient(135deg,#dbeafe,#e0e7ff)}.sidebar-menu-icon{text-align:center;flex-shrink:0;width:25px;font-size:17px}@media (width<=420px){.sidebar-menu-panel{width:auto;left:12px;right:12px}.sidebar-menu-button{left:12px}}html[data-theme=oscuro] .sidebar-menu-panel{background:linear-gradient(#1e293b,#172033);border-color:#334155;box-shadow:0 24px 60px #0000006b}html[data-theme=oscuro] .sidebar-menu-header{background:linear-gradient(135deg,#202b3e,#182235);border-bottom-color:#334155}html[data-theme=oscuro] .sidebar-menu-logo{background:#312e81}html[data-theme=oscuro] .sidebar-menu-header strong{color:#c4b5fd}html[data-theme=oscuro] .sidebar-menu-header span{color:#94a3b8}html[data-theme=oscuro] .sidebar-menu-links{background:#172033}html[data-theme=oscuro] .sidebar-menu-item{color:#cbd5e1}html[data-theme=oscuro] .sidebar-menu-item:hover{color:#bfdbfe;background:#263449}html[data-theme=oscuro] .sidebar-menu-item.active{color:#93c5fd;background:linear-gradient(135deg,#263b59,#312e5c);box-shadow:inset 3px 0 #6366f1}html[data-theme=oscuro] .sidebar-menu-overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0206177a}html[data-theme=oscuro] .sidebar-menu-links{scrollbar-color:#475569 #172033}html[data-theme=oscuro] .sidebar-menu-links::-webkit-scrollbar{width:7px}html[data-theme=oscuro] .sidebar-menu-links::-webkit-scrollbar-track{background:#172033}html[data-theme=oscuro] .sidebar-menu-links::-webkit-scrollbar-thumb{background:#475569;border-radius:10px}html[data-theme=oscuro] .sidebar-menu-links::-webkit-scrollbar-thumb:hover{background:#64748b}@media (prefers-color-scheme:dark){html[data-theme=sistema]{--surface:#1e293b;--surface-hover:#263449;--surface-secondary:#334155;--text-primary:#f8fafc;--text-secondary:#cbd5e1;--control-border:#475569}}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:Segoe UI,-apple-system,BlinkMacSystemFont,sans-serif;transition:background-color .25s,color .25s}:root{--surface:#fff;--surface-hover:#fafafa;--surface-secondary:#f3f4f6;--text-primary:#1a1a1a;--text-secondary:#6b7280;--control-border:#d1d5db}html[data-theme=oscuro]{--surface:#1e293b;--surface-hover:#263449;--surface-secondary:#334155;--text-primary:#f8fafc;--text-secondary:#cbd5e1;--control-border:#475569}@media (prefers-color-scheme:dark){html[data-theme=sistema]{--surface:#1e293b;--surface-hover:#263449;--surface-secondary:#334155;--text-primary:#f8fafc;--text-secondary:#cbd5e1;--control-border:#475569}}.card{background:var(--surface);cursor:pointer;border:1px solid #0000000a;border-radius:12px;padding:24px 20px;transition:all .2s;box-shadow:0 2px 8px #0000000f}.card:hover{background:var(--surface-hover);transform:translateY(-2px);box-shadow:0 8px 24px #00000014}.card h3{color:var(--text-primary);margin-top:12px;font-size:16px;font-weight:600}.card p{color:var(--text-secondary);margin-top:6px;font-size:13px}.card-icon{font-size:36px;display:block}.card-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px;padding:12px 0;display:grid}.btn-windows{color:#1a1a1a;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:8px 16px;font-size:13px;font-weight:500;transition:all .15s}.btn-windows:hover{background:#f3f4f6;border-color:#9ca3af}.btn-windows-primary{color:#fff;cursor:pointer;background:#0078d4;border:none;border-radius:6px;padding:8px 20px;font-size:13px;font-weight:500;transition:all .15s}.btn-windows-primary:hover{background:#106ebe}h1{color:#1a1a1a;font-size:24px;font-weight:600}h2{color:#1a1a1a;margin-bottom:12px;font-size:18px;font-weight:600}p{color:#6b7280;font-size:14px}
