*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-primary: #4a1572;--color-primary-light: #6b2fa0;--color-accent: #9b59b6;--color-accent-light: #b07cc6;--color-bg: #f5f0f9;--color-surface: #ffffff;--color-text: #1a102e;--color-text-muted: #7c6e8a;--color-border: #e5d8f0;--color-error: #dc2626;--color-success: #16a34a;--color-danger: #ef4444;--radius: 8px;--radius-lg: 12px;--shadow: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.04);--shadow-md: 0 4px 6px rgba(0,0,0,.07), 0 2px 4px rgba(0,0,0,.05);--shadow-lg: 0 10px 15px rgba(0,0,0,.08), 0 4px 6px rgba(0,0,0,.04)}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background-color:var(--color-bg);color:var(--color-text);min-height:100vh;font-size:16px}button{cursor:pointer;font-family:inherit;border:none}input{font-family:inherit}button:focus-visible,input:focus-visible{outline:2px solid var(--color-primary-light);outline-offset:2px}a{text-decoration:none;color:inherit}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:9px 18px;border-radius:var(--radius);font-size:14px;font-weight:500;transition:background-color .15s ease,box-shadow .15s ease,opacity .15s ease;white-space:nowrap}.btn-primary{background:var(--color-primary);color:#fff}.btn-primary:hover{background:var(--color-primary-light)}.btn-accent{background:var(--color-accent);color:var(--color-primary)}.btn-accent:hover{background:var(--color-accent-light)}.btn-danger{background:var(--color-danger);color:#fff}.btn-danger:hover{background:#dc2626}.btn-ghost{background:transparent;color:var(--color-text-muted);border:1px solid var(--color-border)}.btn-ghost:hover{background:var(--color-bg);color:var(--color-text)}.btn:disabled{opacity:.5;cursor:not-allowed}.form-group{display:flex;flex-direction:column;gap:6px}.form-label{font-size:13px;font-weight:500;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.04em}.form-input{padding:10px 14px;border:1px solid var(--color-border);border-radius:var(--radius);font-size:14px;transition:border-color .15s;background:#fff;color:var(--color-text)}.form-input:focus{border-color:var(--color-primary-light);box-shadow:0 0 0 3px #0d213714}.error-msg{color:var(--color-error);font-size:13px;background:#fef2f2;border:1px solid #fecaca;border-radius:var(--radius);padding:10px 14px}.success-msg{color:var(--color-success);font-size:13px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:var(--radius);padding:10px 14px}.page-container{min-height:100vh;display:flex;flex-direction:column}.topbar{background:var(--color-primary);color:#fff;padding:0 24px;height:56px;display:flex;align-items:center;justify-content:space-between;box-shadow:var(--shadow-md);position:sticky;top:0;z-index:100}.topbar-logo{font-size:20px;font-weight:700;letter-spacing:.08em;color:var(--color-accent)}.topbar-subtitle{font-size:12px;color:#fff9;margin-left:10px;font-weight:400}.topbar-right{display:flex;align-items:center;gap:16px}.topbar-user{font-size:13px;color:#fffc}.topbar-user span{color:var(--color-accent);font-weight:600}.main-content{flex:1;padding:32px 24px;max-width:1100px;margin:0 auto;width:100%}.page-title{font-size:22px;font-weight:700;color:var(--color-primary);margin-bottom:4px}.page-subtitle{font-size:13px;color:var(--color-text-muted);margin-bottom:28px}.card{background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow);border:1px solid var(--color-border);padding:24px}.modules-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}.module-card{background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow);border:1px solid var(--color-border);padding:28px 20px;display:flex;flex-direction:column;align-items:center;gap:14px;cursor:pointer;transition:all .2s ease;text-align:center}.module-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px);border-color:var(--color-primary-light)}.module-card-icon{width:52px;height:52px;border-radius:50%;background:var(--color-primary);display:flex;align-items:center;justify-content:center;font-size:22px}.module-card-name{font-size:13px;font-weight:600;color:var(--color-primary);line-height:1.4}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:14px}thead th{text-align:left;padding:10px 14px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted);border-bottom:1px solid var(--color-border);background:#f8fafc}tbody td{padding:12px 14px;border-bottom:1px solid var(--color-border);color:var(--color-text)}tbody tr:last-child td{border-bottom:none}tbody tr:hover td{background:#f8fafc}.checkbox-group{display:grid;grid-template-columns:1fr 1fr;gap:10px 16px}.checkbox-item{display:flex;align-items:center;gap:6px;font-size:13px;cursor:pointer;-webkit-user-select:none;user-select:none}.checkbox-item input[type=checkbox]{width:15px;height:15px;accent-color:var(--color-primary);cursor:pointer}.perm-tag{display:inline-block;background:#e0e7ef;color:var(--color-primary);border-radius:4px;padding:2px 8px;font-size:11px;font-weight:500;margin:2px}.module-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;gap:12px;text-align:center}.module-placeholder-icon{font-size:48px}.module-placeholder-title{font-size:20px;font-weight:700;color:var(--color-primary)}.module-placeholder-text{font-size:14px;color:var(--color-text-muted);max-width:340px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal{background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:28px;width:100%;max-width:480px;max-height:90vh;overflow-y:auto;display:flex;flex-direction:column;gap:20px}.modal>*{flex-shrink:0}.modal-title{font-size:18px;font-weight:700;color:var(--color-primary)}.modal-actions{display:flex;justify-content:flex-end;gap:10px}.login-opcion-btn:hover{background:#ffffff29!important;transform:translateY(-3px);border-color:#ffffff59!important}.login-opcion-btn:active{transform:translateY(-1px)}.topbar-logout-short{display:none}.topbar-logout-full{display:inline}.hide-xs{display:inline-flex}.dashboard-sidebar{display:none!important}.topbar-hamburger{display:inline-flex;background:none;border:none;color:#fff;font-size:20px;cursor:pointer;padding:4px 6px;line-height:1;border-radius:4px}.topbar-hamburger:hover{background:#ffffff1f}.drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:1000}.drawer-panel{position:fixed;top:0;left:0;width:280px;height:100vh;background:#fff;box-shadow:4px 0 20px #0000002e;display:flex;flex-direction:column;z-index:1001;animation:drawerIn .2s ease}.drawer-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:var(--color-primary);color:#fff;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;flex-shrink:0}.drawer-close{background:none;border:none;color:#fff;font-size:18px;cursor:pointer;padding:2px 6px;border-radius:4px;line-height:1}.drawer-close:hover{background:#ffffff26}@keyframes drawerIn{0%{transform:translate(-100%)}to{transform:translate(0)}}.split-layout{flex-direction:row}.module-filterbar{padding:12px 20px;border-bottom:1px solid var(--color-border);background:#fff;display:flex;gap:10px;align-items:center;flex-wrap:wrap;flex-shrink:0}.module-filterbar-search{width:260px}.module-filterbar-select{width:150px}.module-filterbar-btn{margin-left:auto;white-space:nowrap}.panel-grid-6{display:grid;grid-template-columns:repeat(6,1fr);gap:6px 12px;align-items:end}@media (max-width: 768px){.main-content{padding:16px 12px}.card{padding:16px}.topbar{padding:0 12px;height:52px}.topbar-subtitle{display:none}.topbar-user{font-size:11px;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topbar-right{gap:8px}.topbar-logout-full{display:none}.topbar-logout-short{display:inline}.topbar-logout-btn{padding:6px 10px;min-width:32px}.panel-grid-6{grid-template-columns:repeat(3,1fr)}.module-filterbar-search{width:200px}.module-filterbar-select{width:130px}.modules-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:10px}.module-card{padding:18px 12px;gap:10px}.module-card-icon{width:42px;height:42px;font-size:18px}.module-card-name{font-size:11px}.modal-overlay{padding:8px;align-items:flex-end}.modal{max-width:100%;max-height:94vh;border-radius:var(--radius-lg) var(--radius-lg) 0 0;padding:20px 16px}.modal-actions{flex-direction:column-reverse;gap:8px}.modal-actions .btn{width:100%;justify-content:center}.form-row-2{flex-direction:column!important}.page-title{font-size:18px}.checkbox-group{grid-template-columns:1fr}.btn-row-wrap{flex-wrap:wrap}}@media (max-width: 480px){.hide-xs{display:none!important}.login-titulo{font-size:38px!important}.login-opcion-btn{padding:20px 28px!important;min-width:140px!important}.panel-grid-6{grid-template-columns:repeat(2,1fr)}.module-filterbar{padding:10px 12px;gap:8px}.module-filterbar-search,.module-filterbar-select{width:100%}.module-filterbar-btn{width:100%;margin-left:0}.split-layout{flex-direction:column}.dashboard-main{min-width:0}.main-content{padding:12px 8px}.topbar-logo{font-size:16px}.table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}table{min-width:480px}.modules-grid{grid-template-columns:repeat(2,1fr)}.page-subtitle{margin-bottom:16px}}
