.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
}
::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-thumb { background: #c3c6d7; border-radius: 8px; }
::-webkit-scrollbar-track { background: transparent; }

#loginScreen, #proyectosScreen, #appScreen { display: none !important; }
#loginScreen.active { display: flex !important; }
#proyectosScreen.active, #appScreen.active { display: block !important; }

.field-label { display: block; font-size: 11px; font-weight: 600; color: #737686; margin-bottom: 4px; text-transform: uppercase; letter-spacing: .02em; }
.field-input { width: 100%; padding: 9px 11px; border: 1px solid #c3c6d7; border-radius: 8px; background: #fff; color: #131b2e; font-size: 14px; font-family: inherit; }
.field-input:focus { outline: none; border-color: #2563eb; box-shadow: 0 0 0 3px rgba(37,99,235,.12); }

.modal-elecaf { position: fixed; inset: 0; background: rgba(15,23,42,.45); backdrop-filter: blur(2px); display: none; align-items: center; justify-content: center; z-index: 110; padding: 16px; }
.modal-elecaf.show { display: flex; }
.modal-elecaf-content { background: #fff; width: 100%; max-width: 480px; border-radius: 12px; padding: 20px; max-height: 88vh; overflow-y: auto; box-shadow: 0 20px 25px -5px rgba(0,0,0,.15); }

.cursor-grab-active { cursor: grabbing; }
#toast.show { opacity: 1; }

.chip-off { background: #f2f3ff; color: #434655; }
.chip-off:hover { background: #eaedff; }
.chip-on { background: #004ac6; color: #fff; }

@media (max-width: 1024px) {
  aside.fixed.left-0.top-0 { transform: translateX(-100%); transition: transform .25s; }
  aside.fixed.left-0.top-0.show-mobile { transform: translateX(0); }
  .pl-64 { padding-left: 0 !important; }
  header.fixed.left-64 { left: 0 !important; }
}
