.info-general-layout{background-color:#f8fafc;flex-direction:column;height:100vh;min-height:100vh;font-family:inherit;display:flex;position:relative;overflow:hidden}.portal-header{background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0;grid-template-columns:1fr auto 1fr;align-items:center;column-gap:1.25rem;padding:.75rem 2.5rem;display:grid;box-shadow:0 1px 3px #0000000d}.portal-logo{align-items:center;gap:12px;display:flex}.portal-logo-icon{font-size:1.8rem}.portal-logo-text{flex-direction:column;line-height:1.2;display:flex}.portal-logo-text span{color:#64748b;letter-spacing:.1em;font-size:.7rem;font-weight:700}.portal-logo-text strong{color:var(--brand-primary);font-size:1.1rem;font-weight:800}.portal-user-actions{justify-self:end;align-items:center;gap:1.5rem;display:flex}.portal-header-center{justify-self:center}.portal-header-title{color:#0f172a;letter-spacing:-.01em;margin:0;font-size:1.55rem;font-weight:800}.user-profile-badge{background:#f1f5f9;border-radius:30px;align-items:center;gap:10px;padding:4px 12px 4px 4px;display:flex}.avatar-circle{background:var(--brand-primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.85rem;font-weight:700;display:flex}.user-profile-badge span{color:#334155;font-size:.9rem;font-weight:600}.portal-apps-menu{position:relative}.portal-apps-trigger{width:40px;height:40px;color:var(--brand-primary);cursor:pointer;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;transition:background .2s,border-color .2s,box-shadow .2s;display:flex}.portal-apps-trigger:hover{background:#fff;border-color:#cbd5e1}.portal-apps-trigger[aria-expanded=true]{border-color:var(--brand-primary);box-shadow:0 0 0 2px color-mix(in srgb, var(--brand-primary) 18%, transparent);background:#fff}.portal-apps-dropdown{z-index:50;background:#fff;border:1px solid #e2e8f0;border-radius:14px;gap:8px;min-width:220px;padding:12px;display:grid;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 12px 32px #0f172a24}.portal-apps-item{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:10px;align-items:center;gap:12px;width:100%;padding:10px 12px;transition:background .15s;display:flex}.portal-apps-item:hover{background:#f8fafc}.portal-apps-item-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.portal-apps-item-icon--users{color:#6d28d9;background:#ede9fe}.portal-apps-item-icon--production{color:var(--brand-primary,#58278c);background:#18d6c32e}.portal-apps-item-icon--logout{color:#dc2626;background:#fee2e2}.portal-apps-item-label{color:#0f172a;font-size:.95rem;font-weight:600}.info-general-container{-webkit-overflow-scrolling:touch;flex:1;width:100%;max-width:1680px;min-height:0;margin:0 auto;padding:1.25rem 2.25rem 1.5rem;overflow-y:auto}.modules-sections{flex-direction:column;gap:1.2rem;display:flex}.modules-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.2rem;animation:.6s ease-out slideUp;display:grid}.modules-grid--electoral-last{grid-template-columns:repeat(4,minmax(0,1fr))}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.module-card{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:18px;flex-direction:column;justify-content:space-between;min-height:220px;padding:1.25rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 6px -1px #0000000d}.module-card:hover:not(.disabled){border-color:var(--brand-primary);transform:translateY(-10px);box-shadow:0 25px 50px -12px #00000026}.module-card.disabled{opacity:.65;cursor:default;background:#fdfdfd}.module-card-body{flex:1}.module-icon-box{border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:.9rem;display:flex}.module-title{color:#1e293b;letter-spacing:-.01em;margin:0 0 .65rem;font-size:1.25rem;font-weight:800}.module-description{color:#64748b;margin:0;font-size:.85rem;line-height:1.4}.module-card-footer{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:.8rem;display:flex}.module-action{color:var(--brand-primary);font-size:.85rem;font-weight:700}.disabled .module-action{color:#94a3b8;font-weight:600}.portal-footer{text-align:center;color:#94a3b8;border-top:1px solid #f1f5f9;flex-shrink:0;padding:.9rem;font-size:.8rem}.panel-version-badge{color:#64748b;letter-spacing:.02em;font-size:.83rem;font-weight:700;position:absolute;bottom:10px;right:14px}.panel-requirements-bell{z-index:5;color:#94a3b8;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;margin:0;padding:6px;transition:color .2s,background .2s;display:flex;position:absolute;bottom:8px;left:12px}.panel-requirements-bell:hover{color:var(--brand-primary);background:var(--brand-focus-ring)}.panel-requirements-bell:focus-visible{outline:2px solid var(--brand-primary);outline-offset:2px}.panel-requirements-bell:active{color:var(--brand-primary-dark);background:var(--brand-focus-ring)}.requirements-modal-overlay{z-index:10050;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a7a;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.requirements-modal-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;width:min(520px,100%);max-height:min(90vh,640px);padding:1.25rem 1.35rem 1.2rem;overflow-y:auto;box-shadow:0 24px 50px #0f172a59}.requirements-modal-title{color:#0f172a;letter-spacing:-.02em;margin:0;font-size:1.15rem;font-weight:800}.requirements-modal-intro{color:#64748b;margin:.55rem 0 0;font-size:.9rem;line-height:1.45}.requirements-section{margin-top:1.1rem}.requirements-section-title{color:var(--brand-primary);margin:0 0 .45rem;font-size:.95rem;font-weight:800}.requirements-list{color:#334155;margin:0;padding-left:1.15rem;font-size:.9rem;line-height:1.55}.requirements-list li{margin-bottom:.35rem}.requirements-modal-actions{justify-content:flex-end;margin-top:1.25rem;display:flex}.requirements-modal-btn{border:1px solid var(--brand-primary);background:var(--brand-primary);color:#fff;cursor:pointer;border-radius:10px;padding:.5rem 1.05rem;font-size:.92rem;font-weight:700}.requirements-modal-btn:hover{filter:brightness(1.05)}@media (width<=1100px){.modules-grid,.modules-grid--electoral-last{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.modules-grid,.modules-grid--electoral-last{grid-template-columns:1fr}}
