@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=Jost:wght@300;400;500&display=swap";:root{--sky:#c8dffb;--sky-deep:#a4c4f0;--sky-accent:#7a99c8;--yellow:#f5e4a0;--yellow-mid:#edd87a;--cream:#faf5ec;--cream-mid:#f0e8d5;--white:#fff;--text:#4a3b2c;--text-light:#7a6a58;--text-muted:#a0917f;--primary-color:#5a7baf;--secondary-color:#a4c4f040;--light-gray:#f5f0e8;--medium-gray:#ddd5c8;--dark-gray:#6b5e50;--serif:"Cormorant Garamond", Georgia, serif;--sans:"Jost", system-ui, sans-serif;--radius:16px;--radius-sm:10px;--shadow:0 8px 40px #4a3b2c1a;--shadow-sm:0 2px 12px #4a3b2c14}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--sans);color:var(--text);background:var(--cream);line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.btn{font-family:var(--sans);letter-spacing:.08em;cursor:pointer;border:none;border-radius:99px;align-items:center;gap:8px;padding:10px 22px;font-size:.82rem;font-weight:500;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex}.btn:disabled{opacity:.55;cursor:not-allowed;pointer-events:none}.btn-primary{background:linear-gradient(135deg, var(--sky-accent) 0%, var(--sky-deep) 100%);color:var(--white);box-shadow:0 4px 18px #7a99c859}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 28px #7a99c87a}.btn-secondary{background:var(--white);color:var(--text);border:1px solid var(--cream-mid);box-shadow:var(--shadow-sm)}.btn-secondary:hover{background:var(--cream);border-color:var(--sky-deep)}.btn-danger{color:var(--white);background:linear-gradient(135deg,#c0503a 0%,#e07060 100%);box-shadow:0 4px 18px #c0503a4d}.btn-danger:hover{transform:translateY(-2px);box-shadow:0 8px 28px #c0503a6b}.btn-success{color:var(--white);background:linear-gradient(135deg,#4a8c6a 0%,#6aaf8a 100%);box-shadow:0 4px 18px #4a8c6a4d}.btn-success:hover{transform:translateY(-2px);box-shadow:0 8px 28px #4a8c6a6b}*,:before,:after{box-sizing:border-box}body{font-family:var(--sans,"Jost", system-ui, sans-serif);background:var(--cream,#faf5ec);color:var(--text,#4a3b2c);margin:0}#menuSide{background:var(--text,#4a3b2c);color:#faf5ecd9;z-index:1000;border-right:1px solid #ffffff0f;flex-direction:column;width:280px;height:100vh;transition:transform .3s,width .3s;display:flex;position:fixed;top:0;left:0;overflow-y:auto}#bodySide{background:var(--cream,#faf5ec);width:calc(100% - 280px);min-height:100vh;padding:24px;transition:left .3s,width .3s;position:relative;left:280px}.menu_toggle{z-index:1100;background:var(--text,#4a3b2c);color:var(--cream,#faf5ec);cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;font-size:17px;transition:background .2s;display:none;position:fixed;top:14px;left:14px;box-shadow:0 4px 16px #4a3b2c40}.menu_toggle:hover{background:var(--text-light,#7a6a58)}.overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:999;background:#4a3b2c73;display:none;position:fixed;inset:0}.overlay.active{display:block}.menu_header{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:8px;padding:20px 20px 16px;display:flex}.menu_header_content{flex:1;min-width:0;overflow:hidden}.menu_header h2{font-family:var(--serif,"Cormorant Garamond", Georgia, serif);color:var(--cream,#faf5ec);white-space:nowrap;text-overflow:ellipsis;letter-spacing:.02em;margin:0 0 3px;font-size:1.1rem;font-weight:600;overflow:hidden}.menu_header p{font-family:var(--sans,"Jost", sans-serif);letter-spacing:.14em;text-transform:uppercase;color:#c8dffba6;margin:0;font-size:.72rem}.menu_header_icon{background:linear-gradient(135deg, var(--sky,#c8dffb) 0%, var(--yellow,#f5e4a0) 100%);width:36px;height:36px;color:var(--text,#4a3b2c);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;font-size:16px;display:flex}.menu_compact_btn,.menu_close_btn{color:#c8dffb99;cursor:pointer;background:#ffffff0f;border:none;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:11px;transition:background .2s,color .2s;display:flex}.menu_compact_btn:hover,.menu_close_btn:hover{color:var(--cream,#faf5ec);background:#ffffff1f}.menu_close_btn{display:none}@media (width<=1199px){.menu_compact_btn{display:none}}#menuSide.compact{width:64px}#menuSide.compact .menu_header{justify-content:center;padding:16px 8px}#menuSide.compact .menu_header_content{display:none}#menuSide.compact .menu_header_icon{display:flex}#menuSide.compact .menu_item{justify-content:center;padding:12px 8px}#menuSide.compact .menu_item span,#menuSide.compact .menu_item .fa-chevron-down{display:none}#menuSide.compact .menu_item i:first-child{width:auto;font-size:17px}#menuSide.compact .menu_profile_item{justify-content:center;padding:12px 8px}#menuSide.compact .cont_profile_name_rol,#menuSide.compact .profile_arrow{display:none}#menuSide.compact .submenu{display:none!important}#menuSide.compact.compact-expanded{z-index:1050;width:280px;box-shadow:4px 0 24px #4a3b2c33}#menuSide.compact.compact-expanded .menu_header{justify-content:space-between;padding:20px 20px 16px}#menuSide.compact.compact-expanded .menu_header_content{display:block}#menuSide.compact.compact-expanded .menu_item{justify-content:flex-start;padding:11px 20px}#menuSide.compact.compact-expanded .menu_item span{display:inline}#menuSide.compact.compact-expanded .menu_item .fa-chevron-down{display:inline-block}#menuSide.compact.compact-expanded .menu_item i:first-child{width:18px;font-size:14px}#menuSide.compact.compact-expanded .menu_profile_item{justify-content:flex-start;padding:12px 20px}#menuSide.compact.compact-expanded .cont_profile_name_rol{display:flex}#menuSide.compact.compact-expanded .profile_arrow{display:inline-block}#menuSide.compact.compact-expanded .submenu{display:none}#menuSide.compact.compact-expanded .submenu.active{display:flex!important}.menu_items{flex-direction:column;flex:1;padding:10px 0;display:flex;overflow-y:auto}.menu_main_items{flex:1;padding:8px 10px}.menu_item{color:#faf5ecb3;font-family:var(--sans,"Jost", sans-serif);cursor:pointer;text-align:left;letter-spacing:.02em;background:0 0;border:none;border-radius:10px;align-items:center;gap:12px;width:100%;margin-bottom:3px;padding:11px 16px;font-size:.88rem;font-weight:400;text-decoration:none;transition:background .2s,color .2s;display:flex}.menu_item:hover{color:var(--cream,#faf5ec);background:#c8dffb1f}.menu_item.active{border-left:3px solid var(--sky-deep,#a4c4f0);color:var(--sky,#c8dffb);background:linear-gradient(135deg,#a4c4f038 0%,#f5e4a01a 100%);border-radius:0 10px 10px 0;padding-left:13px;font-weight:500}.menu_item i:first-child{text-align:center;width:18px;color:var(--sky-deep,#a4c4f0);opacity:.8;flex-shrink:0;font-size:14px}.menu_item.active i:first-child,.menu_item:hover i:first-child{opacity:1}.menu_item span{white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.submenu{background:#00000026;border-radius:0 0 8px 8px;flex-direction:column;margin:-3px 10px 4px;display:none;overflow:hidden}.submenu.active{display:flex}.submenu_item{color:#faf5ec8c;font-family:var(--sans,"Jost", sans-serif);padding:8px 16px 8px 46px;font-size:.82rem;text-decoration:none;transition:background .15s,color .15s;display:block}.submenu_item:hover{color:var(--cream,#faf5ec);background:#c8dffb1a}.submenu_item.active{color:var(--sky,#c8dffb);font-weight:500}.menu_profile_section{border-top:1px solid #ffffff12;border-bottom:1px solid #ffffff12;padding:6px 0}.menu_profile_item{color:#faf5ecb3;cursor:pointer;align-items:center;gap:12px;padding:12px 20px;text-decoration:none;transition:background .2s;display:flex}.menu_profile_item:hover{background:#c8dffb14}.menu_profile_item.active{background:#a4c4f026}.profile_avatar{background:linear-gradient(135deg, var(--sky,#c8dffb) 0%, var(--yellow,#f5e4a0) 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex;overflow:hidden;box-shadow:0 2px 8px #00000026}.profile_avatar img{object-fit:cover;width:100%;height:100%}.avatar_initial{font-family:var(--serif,"Cormorant Garamond", Georgia, serif);color:var(--text,#4a3b2c);text-transform:uppercase;font-size:15px;font-weight:600}.cont_profile_name_rol{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.profile_name{font-family:var(--sans,"Jost", sans-serif);white-space:nowrap;text-overflow:ellipsis;color:#faf5ecd9;font-size:.78rem;display:block;overflow:hidden}.profile_name:first-child{letter-spacing:.12em;text-transform:uppercase;color:#c8dffb8c;font-size:.68rem}.profile_arrow{color:#c8dffb59;flex-shrink:0;font-size:11px}.menu_bottom_items{padding:6px 10px}#menuSide::-webkit-scrollbar{width:3px}#menuSide::-webkit-scrollbar-track{background:0 0}#menuSide::-webkit-scrollbar-thumb{background:#c8dffb33;border-radius:2px}.menu_section_label{font-family:var(--sans,"Jost", sans-serif);letter-spacing:.18em;text-transform:uppercase;color:#c8dffb59;padding:12px 16px 4px;font-size:.65rem}@media (width<=1199px){.menu_toggle{display:flex}#menuSide{transform:translate(-100%)}#menuSide.active{transform:translate(0)}#bodySide{width:100%;padding-top:70px;left:0}}@media (width>=1200px){.menu_toggle{display:none}#menuSide{transition:transform .3s,width .3s;transform:translate(0)!important}}.topbar{z-index:100;box-sizing:border-box;justify-content:center;align-items:center;width:100%;height:64px;padding:0 20px;display:flex;position:relative}.topbar_logo{justify-content:center;align-items:center;display:flex}.topbar_logo img{object-fit:contain;width:auto;height:42px}.topbar_actions{align-items:center;gap:8px;display:flex;position:absolute;top:50%;right:20px;transform:translateY(-50%)}.topbar_profile_btn{border-radius:50%;justify-content:center;align-items:center;text-decoration:none;transition:opacity .2s;display:flex}.topbar_profile_btn:hover{opacity:.85}.topbar_avatar{color:#fff;-webkit-user-select:none;user-select:none;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:13px;font-weight:700;display:flex}.notif_wrapper{position:relative}.notif_btn{cursor:pointer;color:#64748b;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:18px;transition:background .15s,color .15s;display:flex;position:relative}.notif_btn:hover{color:#1e293b;background:#f1f5f9}.notif_badge{color:#fff;pointer-events:none;background:#ef4444;border-radius:999px;justify-content:center;align-items:center;min-width:17px;height:17px;padding:0 4px;font-size:10px;font-weight:700;line-height:1;display:flex;position:absolute;top:4px;right:4px}.notif_badge.hidden{display:none}.notif_dropdown{z-index:2000;background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;width:320px;animation:.15s notifFadeIn;display:none;position:absolute;top:calc(100% + 10px);right:0;overflow:hidden;box-shadow:0 8px 24px #0000001f}.notif_dropdown.open{display:flex}@keyframes notifFadeIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.notif_header{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:14px 16px 10px;display:flex}.notif_header h4{color:#1e293b;margin:0;font-size:14px;font-weight:600}.notif_mark_all{color:#3b82f6;cursor:pointer;background:0 0;border:none;padding:0;font-size:12px;font-weight:500}.notif_mark_all:hover{text-decoration:underline}.notif_list{flex:1;max-height:320px;overflow-y:auto}.notif_list::-webkit-scrollbar{width:4px}.notif_list::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:2px}.notif_item{cursor:pointer;border-bottom:1px solid #f8fafc;align-items:flex-start;gap:12px;padding:12px 16px;transition:background .1s;display:flex}.notif_item:last-child{border-bottom:none}.notif_item:hover{background:#f8fafc}.notif_item.unread{background:#eff6ff}.notif_item.unread:hover{background:#dbeafe}.notif_icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:15px;display:flex}.notif_icon.info{color:#2563eb;background:#dbeafe}.notif_icon.success{color:#16a34a;background:#dcfce7}.notif_icon.warning{color:#ca8a04;background:#fef9c3}.notif_icon.error{color:#dc2626;background:#fee2e2}.notif_content{flex:1;min-width:0}.notif_title{color:#1e293b;white-space:nowrap;text-overflow:ellipsis;margin:0 0 2px;font-size:13px;font-weight:600;overflow:hidden}.notif_text{color:#64748b;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:12px;line-height:1.4;display:-webkit-box;overflow:hidden}.notif_time{color:#94a3b8;margin-top:4px;font-size:11px;display:block}.notif_dot{background:#3b82f6;border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:4px}.notif_empty{text-align:center;color:#94a3b8;padding:32px 16px;font-size:13px}.notif_empty i{opacity:.5;margin-bottom:8px;font-size:28px;display:block}.notif_footer{text-align:center;border-top:1px solid #f1f5f9;padding:10px 16px}.notif_footer a{color:#3b82f6;font-size:12px;font-weight:500;text-decoration:none}.notif_footer a:hover{text-decoration:underline}.toast-container{z-index:9999;pointer-events:none;flex-direction:column;gap:12px;padding:16px;display:flex;position:fixed}.toast-container-top-left{top:0;left:0}.toast-container-top-center{top:0;left:50%;transform:translate(-50%)}.toast-container-top-right{top:0;right:0}.toast-container-bottom-left{bottom:0;left:0}.toast-container-bottom-center{bottom:0;left:50%;transform:translate(-50%)}.toast-container-bottom-right{bottom:0;right:0}.toast{pointer-events:auto;opacity:0;background:#fff;border-radius:8px;min-width:300px;max-width:500px;transition:opacity .3s,transform .3s cubic-bezier(.21,1.02,.73,1);overflow:hidden;transform:translate(100%);box-shadow:0 4px 12px #0000001a,0 2px 4px #0000000f}.toast.toast-enter{opacity:1;transform:translate(0)}.toast-container-top-left .toast,.toast-container-bottom-left .toast{transform:translate(-100%)}.toast-container-top-center .toast,.toast-container-bottom-center .toast{transform:translateY(-100%)}.toast-container-top-center .toast.toast-enter,.toast-container-bottom-center .toast.toast-enter{transform:translateY(0)}.toast-success{border-left:4px solid #10b981}.toast-error{border-left:4px solid #ef4444}.toast-warning{border-left:4px solid #f59e0b}.toast-info{border-left:4px solid #3b82f6}.toast-content{align-items:center;gap:12px;padding:14px 16px;display:flex}.toast-icon-wrapper{flex-shrink:0;width:20px;height:20px}.toast-icon{width:100%;height:100%}.toast-success .toast-icon{color:#10b981}.toast-error .toast-icon{color:#ef4444}.toast-warning .toast-icon{color:#f59e0b}.toast-info .toast-icon{color:#3b82f6}.toast-message{color:#1f2937;flex:1;font-size:14px;font-weight:500;line-height:1.5}.toast-close{cursor:pointer;color:#9ca3af;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;padding:0;transition:color .2s;display:flex}.toast-close:hover{color:#4b5563}.toast-close svg{width:100%;height:100%}.toast-progress{background:#f3f4f6;height:4px;overflow:hidden}.toast-progress-bar{height:100%;transition:width linear}.toast-success .toast-progress-bar{background:#10b981}.toast-error .toast-progress-bar{background:#ef4444}.toast-warning .toast-progress-bar{background:#f59e0b}.toast-info .toast-progress-bar{background:#3b82f6}.inputx-container{flex-direction:column;gap:4px;width:100%;display:flex}.inputx-label{color:#374151;margin-bottom:2px;font-size:14px;font-weight:500}.inputx-label.required:after{content:" *";color:#ef4444}.inputx-wrapper{align-items:center;display:flex;position:relative}.inputx-field{color:#1f2937;box-sizing:border-box;background-color:#fff;border:1px solid #d1d5db;border-radius:6px;outline:none;width:100%;padding:10px 12px;font-size:14px;line-height:1.5;transition:border-color .15s,box-shadow .15s}.inputx-field::placeholder{color:#9ca3af}.inputx-field:hover:not(:disabled){border-color:#9ca3af}.inputx-field:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}.inputx-field:disabled{color:#9ca3af;cursor:not-allowed;background-color:#f3f4f6}.inputx-field.error{border-color:#ef4444}.inputx-field.error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef444426}.inputx-field.success{border-color:#10b981}.inputx-field.success:focus{border-color:#10b981;box-shadow:0 0 0 3px #10b98126}.inputx-error{color:#ef4444;align-items:flex-start;gap:4px;margin-top:2px;font-size:12px;display:flex}.inputx-error-icon{flex-shrink:0;width:14px;height:14px;margin-top:1px}.inputx-error-list{margin:0;padding:0;list-style:none}.inputx-error-item{line-height:1.4}.inputx-helper{color:#6b7280;margin-top:2px;font-size:12px}
