:root { --color-salmon: #FF8667; --color-peach: #FFB366; --color-magenta: #E61E6E; --color-white: #FFFFFF; --bg-color: #f3f4f6; --neumorph-shadow: 8px 8px 16px #d1d9e6, -8px -8px 16px #ffffff; --neumorph-inset: inset 6px 6px 10px 0 rgba(209, 217, 230, 0.5), inset -6px -6px 10px 0 rgba(255, 255, 255, 0.8); }html, body { background-color: var(--bg-color); font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #4b5563; height: 100vh; margin: 0; overflow: hidden; overscroll-behavior-y: none; }.glass-panel { background: rgba(255, 255, 255, 0.6); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); border: 1px solid rgba(255, 255, 255, 0.5); box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.05); }.top-header { position: fixed; top: 0; left: 0; width: 100%; height: 70px; z-index: 1000; display: flex; justify-content: space-between; align-items: center; padding: 0 20px; border-radius: 0 0 25px 25px; transition: all 0.3s; }.bottom-nav { position: fixed; bottom: 0; left: 0; width: 100%; height: 75px; z-index: 1000; display: flex; justify-content: space-around; align-items: center; border-radius: 25px 25px 0 0; transition: all 0.3s; }.app-content { position: absolute; top: 70px; bottom: 75px; left: 0; width: 100%; overflow-y: auto; padding: 20px; scrollbar-width: none; transition: all 0.3s; }.app-content::-webkit-scrollbar { display: none; }.neu-card { background: var(--bg-color); border-radius: 20px; box-shadow: var(--neumorph-shadow); border: none; padding: 1.5rem; margin-bottom: 20px; }.neu-input { background: var(--bg-color); border: none; border-radius: 15px; box-shadow: var(--neumorph-inset); padding: 12px 20px; width: 100%; outline: none; color: #4b5563; margin-bottom: 15px; font-size: 0.9rem; }.neu-btn { background: linear-gradient(135deg, var(--color-salmon), var(--color-peach)); color: var(--color-white); border: none; border-radius: 30px; padding: 12px 25px; font-weight: bold; box-shadow: 5px 5px 10px #d1d9e6, -5px -5px 10px #ffffff; width: 100%; transition: transform 0.2s; }.neu-btn:active { transform: scale(0.95); }.logo-circle { width: 140px; height: 140px; background: var(--bg-color); border-radius: 50%; box-shadow: var(--neumorph-shadow); display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; padding: 8px; }.logo-circle img { width: 100%; height: 100%; object-fit: contain; border-radius: 50%; }.nav-item { color: #9ca3af; text-align: center; text-decoration: none; font-size: 0.65rem; flex: 1; transition: color 0.3s ease; }.nav-item i { font-size: 1.3rem; display: block; margin-bottom: 4px; }.nav-item.active { color: var(--color-salmon); font-weight: bold; }.text-gradient { background: linear-gradient(45deg, var(--color-magenta), var(--color-salmon)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }.login-wrapper { height: 100vh; display: flex; align-items: center; justify-content: center; padding: 20px; }.swal2-popup { border-radius: 25px !important; background: var(--bg-color) !important; box-shadow: var(--neumorph-shadow) !important; }.dropdown-toggle::after { display: none; }.dropdown-item-text-wrap { white-space: normal; line-height: 1.3; }.notif-dropdown { background-color: var(--bg-color) !important; box-shadow: var(--neumorph-shadow) !important; border: 2px solid #ffffff !important; width: 320px; max-height: 400px; overflow-y: auto; border-radius: 20px !important; z-index: 1050; padding: 10px 0 !important; }.notif-item-unread { background-color: rgba(255, 134, 103, 0.08); border-left: 4px solid var(--color-salmon); }.estado-pendiente { background-color: #ffc107; color: #000; }.estado-aprobada { background-color: #0dcaf0; color: #fff; }.estado-realizada { background-color: #198754; color: #fff; }.estado-cancelada { background-color: #dc3545; color: #fff; }.service-checkbox { display: none; }.service-label { display: block; padding: 10px 15px; border-radius: 10px; background: #fff; border: 2px solid #ddd; cursor: pointer; transition: all 0.2s; margin-bottom: 8px; }.service-checkbox:checked + .service-label { border-color: var(--color-salmon); background-color: rgba(255, 134, 103, 0.1); font-weight: bold; }@media (min-width: 768px) {body { background-color: var(--bg-color); }.top-header { width: 100% !important; border-radius: 0 !important; box-shadow: 0 4px 15px rgba(0,0,0,0.05); padding: 0 40px !important; background: #ffffff !important; }.bottom-nav { top: 70px !important; bottom: 0 !important; left: 0 !important; width: 250px !important; height: calc(100vh - 70px) !important; flex-direction: column !important; justify-content: flex-start !important; padding: 20px 0 !important; border-radius: 0 !important; background: #ffffff !important; align-items: stretch !important; }.nav-item { width: 100%; padding: 15px 30px !important; text-align: left !important; display: flex !important; flex-direction: row !important; align-items: center !important; font-size: 1rem !important; margin-bottom: 5px; border-radius: 0 25px 25px 0; }.nav-item i { margin-bottom: 0 !important; margin-right: 15px !important; width: 25px; text-align: center; }.nav-item.active { border-left: 4px solid var(--color-salmon); background: rgba(255, 134, 103, 0.1); }.app-content { top: 70px !important; left: 250px !important; width: calc(100% - 250px) !important; bottom: 0 !important; padding: 40px !important; }}

@media (min-width: 768px) {body { background-color: var(--bg-color); }.top-header { width: 100% !important; border-radius: 0 !important; box-shadow: 0 4px 15px rgba(0,0,0,0.05); padding: 0 40px !important; background: #ffffff !important; }.bottom-nav { top: 70px !important; bottom: 0 !important; left: 0 !important; width: 250px !important; height: calc(100vh - 70px) !important; flex-direction: column !important; justify-content: flex-start !important; padding: 20px 0 !important; border-radius: 0 !important; background: #ffffff !important; align-items: stretch !important; }.nav-item { width: 100%; padding: 15px 30px !important; text-align: left !important; display: flex !important; flex-direction: row !important; align-items: center !important; font-size: 1rem !important; margin-bottom: 5px; border-radius: 0 25px 25px 0; }.nav-item i { margin-bottom: 0 !important; margin-right: 15px !important; width: 25px; text-align: center; }.nav-item.active { border-left: 4px solid var(--color-salmon); background: rgba(255, 134, 103, 0.1); }.app-content { top: 70px !important; left: 250px !important; width: calc(100% - 250px) !important; bottom: 0 !important; padding: 40px !important; }}/* ========================================================GUSTAVO: FIX LOGIN ALINEACIÓN PERFECTA MÓVIL Y PC======================================================== /
html, body {
max-width: 100vw;
overflow-x: hidden; / Elimina cualquier barra de scroll horizontal en celular y PC */}body.login-page {overflow: hidden !important;display: flex;align-items: center;justify-content: center;width: 100vw;height: 100vh;margin: 0;padding: 0;}body.login-page .app-content {position: relative !important;top: 0 !important;left: 0 !important;bottom: 0 !important;right: 0 !important;width: 100% !important;height: 100% !important;padding: 0 !important;margin: 0 !important;display: flex;align-items: center;justify-content: center;box-shadow: none !important;background: transparent !important;overflow: hidden !important;}