#root,body,html{overflow-x:hidden}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--primary-color:#1a1a1a;--secondary-color:#2a2a2a;--accent-color:#61dafb;--text-color:#fff;--text-secondary:#ccc;--background-color:#121212;--card-background:#1e1e1e;--border-color:#333;--error-color:#ff6b6b;--success-color:#4ecdc4;--warning-color:#ffa726}body{background-color:#121212;background-color:var(--background-color);color:#fff;color:var(--text-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;padding:0}.navbar{align-items:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f0f19d9;border-bottom:1px solid #ffffff14;display:flex;flex-direction:row;height:65px;justify-content:space-between;padding:0 25px;position:sticky;top:0;width:100%;z-index:1000}.navbar-brand{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#00d4ff,#007cf0);-webkit-background-clip:text;cursor:pointer;font-size:1.5rem;font-weight:700}.navbar-menu{gap:12px;transition:.3s ease}.navbar-item,.navbar-menu{align-items:center;display:flex}.navbar-item{background:#0000;border:none;border-radius:12px;color:#e4e4e7;cursor:pointer;font-size:.95rem;gap:6px;padding:8px 14px;transition:all .25s ease}.navbar-item:hover{background:#ffffff14;color:#00d4ff;transform:translateY(-1px)}.navbar-item.logout{background:#ff000014;color:#ff6b6b}.navbar-item.logout:hover{background:#f003;color:#ff4d4d}.navbar-burger{color:#fff;cursor:pointer;display:none;font-size:1.6rem;transition:.3s}.navbar-burger:hover{color:#00d4ff;transform:rotate(90deg)}@media (max-width:768px){.navbar-menu{align-items:flex-start;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#0f0f19f2;border-left:1px solid #ffffff14;flex-direction:column;height:calc(100vh - 65px);opacity:0;padding:20px;pointer-events:none;position:absolute;right:0;top:65px;transform:translateX(100%);width:240px}.navbar-menu.is-open{opacity:1;pointer-events:all;transform:translateX(0)}.navbar-item{font-size:1rem;padding:12px;width:100%}.navbar-burger{display:block}}.navbar-menu.is-open .navbar-item{animation:slideFade .3s ease forwards}@keyframes slideFade{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}.toast-container{display:flex;flex-direction:column;gap:10px;max-width:400px;position:fixed;right:20px;top:20px;z-index:10000}.toast{align-items:center;animation:slideInRight .3s ease;cursor:pointer;display:flex;font-size:.9rem;justify-content:space-between;transition:all .3s ease}.toast-warning{background:linear-gradient(135deg,#f59e0b,#d97706)}.toast-info{background:linear-gradient(135deg,#3b82f6,#2563eb)}.toast-close{background:none;border:none;color:#fff;cursor:pointer;font-size:1.2rem;margin-left:10px;opacity:.8;padding:0;transition:opacity .2s ease}.toast-close:hover{opacity:1}.toast:hover{transform:translateX(-5px)}@keyframes slideInRight{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@media (max-width:480px){.toast-container{left:20px;max-width:none;right:20px}.toast{font-size:.85rem;padding:10px 16px}}.login-container{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#020617e6,#0f172af2);display:flex;flex-direction:column;inset:0;justify-content:center;position:fixed;z-index:999}.login-form{animation:popup .4s ease;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f172ad9;border:1px solid #ffffff14;border-radius:20px;box-shadow:0 15px 50px #0009;max-width:380px;padding:30px;width:100%}.login-container h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#00d4ff,#007cf0);-webkit-background-clip:text;font-size:1.8rem;margin-bottom:20px;text-align:center}.login-button{align-items:center;background:linear-gradient(135deg,#00d4ff,#007cf0);border:none;border-radius:25px;color:#fff;cursor:pointer;display:flex;font-weight:500;gap:8px;justify-content:center;margin-top:12px;padding:12px;transition:.25s;width:100%}.login-button:hover{box-shadow:0 10px 25px #00d4ff59;transform:translateY(-2px)}.login-button:active{transform:scale(.97)}.login-button svg{font-size:1rem}.register-link,.reset-link{margin-top:12px;text-align:center}.register-link a,.reset-link a{color:#00d4ff;font-size:.85rem;text-decoration:none;transition:.2s}.register-link a:hover,.reset-link a:hover{color:#007cf0;text-decoration:underline}@media (max-width:480px){.login-form{padding:20px}}.register-container{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#020617e6,#0f172af2);display:flex;flex-direction:column;inset:0;justify-content:center;position:fixed;z-index:999}.register-form{animation:popup .4s ease;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f172ad9;border:1px solid #ffffff14;border-radius:20px;box-shadow:0 15px 50px #0009;max-height:80vh;max-width:380px;overflow-y:auto;padding:30px;width:100%}.register-container h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#00d4ff,#007cf0);-webkit-background-clip:text;font-size:1.8rem;margin-bottom:20px;text-align:center}.input-icon{align-items:center;background:#ffffff0d;border:1px solid #0000;border-radius:12px;display:flex;margin-top:6px;padding:10px;transition:.25s}.input-icon svg{color:#00d4ff;font-size:.9rem}.icon-wrapper{border-right:1px solid #fff3;margin-right:8px;padding:0 8px}.eye-wrapper{border-left:1px solid #fff3;color:#00d4ff;cursor:pointer;font-size:.9rem;margin-left:8px;padding:0 8px}.input-icon input{background:#0000;border:none;color:#fff;flex:1 1;font-size:.95rem;outline:none}.input-icon:focus-within{background:#ffffff14;border:1px solid #00d4ff;box-shadow:0 0 10px #00d4ff33}.register-button{align-items:center;background:linear-gradient(135deg,#00d4ff,#007cf0);border:none;border-radius:25px;color:#fff;cursor:pointer;display:flex;font-weight:500;gap:8px;justify-content:center;margin-top:12px;padding:12px;transition:.25s;width:100%}.register-button:hover{box-shadow:0 10px 25px #00d4ff59;transform:translateY(-2px)}.register-button:active{transform:scale(.97)}.register-button svg{font-size:1rem}.login-link{margin-top:12px;text-align:center}.login-link a{color:#00d4ff;font-size:.85rem;text-decoration:none;transition:.2s}.login-link a:hover{color:#007cf0;text-decoration:underline}.separator{border:none;border-top:1px solid #ffffff1a;margin:10px 0}@media (max-width:480px){.register-form{max-height:90vh;padding:20px}}.reset-container{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#020617e6,#0f172af2);display:flex;flex-direction:column;inset:0;justify-content:center;position:fixed;z-index:999}.reset-form{animation:popup .4s ease;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f172ad9;border:1px solid #ffffff14;border-radius:20px;box-shadow:0 15px 50px #0009;max-width:380px;padding:30px;width:100%}.reset-container h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#00d4ff,#007cf0);-webkit-background-clip:text;font-size:1.8rem;margin-bottom:20px;text-align:center}.form-group label{color:#9ca3af;font-size:.85rem}.form-group input{background:#ffffff0d;border:1px solid #0000;border-radius:12px;color:#fff;font-size:.95rem;margin-top:6px;outline:none;padding:10px;transition:.25s;width:100%}.form-group input:focus{background:#ffffff14;border:1px solid #00d4ff;box-shadow:0 0 10px #00d4ff33}.reset-button{align-items:center;background:linear-gradient(135deg,#00d4ff,#007cf0);border:none;border-radius:25px;color:#fff;cursor:pointer;display:flex;font-weight:500;gap:8px;justify-content:center;margin-top:12px;padding:12px;transition:.25s;width:100%}.reset-button:hover{box-shadow:0 10px 25px #00d4ff59;transform:translateY(-2px)}.reset-button:active{transform:scale(.97)}@media (max-width:480px){.reset-form{padding:20px}}.login-link,.register-link{margin-top:12px;text-align:center}.login-link a,.register-link a{color:#00d4ff;font-size:.85rem;text-decoration:none;transition:.2s}.login-link a:hover,.register-link a:hover{color:#007cf0;text-decoration:underline}.home-container{align-items:center;background:linear-gradient(135deg,#0f172a,#020617);color:#e5e7eb;display:flex;flex-direction:column;justify-content:center;min-height:calc(100vh - 65px);padding:20px;text-align:center}.home-container h1{-webkit-text-fill-color:#0000;animation:fadeInDown .6s ease;background:linear-gradient(135deg,#00d4ff,#007cf0);-webkit-background-clip:text;font-size:2.5rem;font-weight:700;margin-bottom:10px}.home-container p{animation:fadeInDown .8s ease;color:#9ca3af;font-size:1.1rem;margin-bottom:30px;max-width:500px}.home-today-schedule{grid-gap:10px;animation:fadeInDown .8s ease;display:grid;gap:10px;margin:20px auto 24px;max-width:680px;text-align:center}.home-today-schedule span{color:#94a3b8;font-size:1.05rem;letter-spacing:.03em}.schedule-header{grid-gap:12px;align-items:center;display:grid;gap:12px;grid-template-columns:auto 1fr auto;margin-bottom:14px}.date-nav{align-items:center;background:#0f172af2;border:1px solid #38bdf838;border-radius:16px;color:#e2e8f0;cursor:pointer;display:inline-flex;height:48px;justify-content:center;transition:all .2s ease;width:48px}.date-nav:hover{border-color:#22c55ecc;transform:translateY(-1px)}.selected-day-label{color:#f8fafc;display:flex;flex-direction:column;text-align:center}.selected-day-label strong{color:#d1fae5;font-size:1rem;letter-spacing:.1em;text-transform:uppercase}.selected-day-label span{color:#94a3b8;font-size:.9rem}.home-today-schedule .schedule-table{background:#0f172ad9;border:1px solid #38bdf82e;border-radius:22px;box-shadow:0 18px 40px #00d4ff1f;display:flex;flex-direction:column;gap:10px;padding:18px}.schedule-row{grid-gap:10px;align-items:stretch;display:grid;gap:10px;grid-template-columns:1fr 1fr 1fr}.schedule-row.overlap{background:#22c55e1f;border-left:4px solid #22c55e;border-radius:16px;padding:6px}.schedule-row.overlap span{background:#0000;border-color:#0000}.schedule-row.no-overlap{background:#ef44441f;border-left:4px solid #ef4444;border-radius:16px;padding:6px}.schedule-row.no-overlap span{background:#0000;border-color:#0000}.schedule-row span{background:#020617e6;border:1px solid #06b6d433;border-radius:12px;color:#e5e7eb;font-size:.95rem;font-weight:500;padding:10px 12px;text-align:center;transition:all .2s ease}.schedule-row span:hover{border-color:#00d4ff80;box-shadow:0 0 10px #00d4ff33;transform:translateY(-1px)}.home-shared-schedules{animation:fadeInDown .8s ease;display:none;margin:30px auto;max-width:680px}.home-shared-schedules h3{color:#cbd5e1;font-size:1.2rem;font-weight:600;margin:0 0 16px;text-align:center}.home-shared-list{display:flex;flex-direction:column;gap:12px}.home-shared-item{align-items:center;background:#0f172acc;border:1px solid #06b6d440;border-radius:12px;box-shadow:0 4px 12px #06b6d41a;display:flex;justify-content:space-between;padding:14px 20px}.home-shared-name{color:#00d4ff;font-size:1rem;font-weight:600}.home-shared-schedule{color:#cbd5e1;font-size:.95rem}.home-buttons{animation:fadeInUp 1s ease;display:flex;flex-wrap:wrap;gap:15px;justify-content:center}.home-button{background:linear-gradient(135deg,#00d4ff,#007cf0);border:none;border-radius:25px;box-shadow:0 5px 15px #00d4ff33;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:12px 22px;transition:all .25s ease}.home-button:hover{box-shadow:0 10px 25px #00d4ff59;transform:translateY(-3px) scale(1.03)}.home-button:active{transform:scale(.97)}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:600px){.home-container h1{font-size:2rem}.home-container p{font-size:1rem}.home-button{max-width:250px;width:100%}.home-shared-item{align-items:flex-start;flex-direction:column;gap:8px}.home-shared-schedules{max-width:100%}}.loading-container{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#020617f2,#0f172afa);display:flex;flex-direction:column;inset:0;justify-content:center;position:fixed;z-index:1000}.loading-spinner{height:80px;position:relative;width:80px}.spinner-ring{animation:spin 1.5s linear infinite;border:4px solid #0000;border-radius:50%;border-top-color:#00d4ff;height:100%;position:absolute;width:100%}.spinner-ring:nth-child(2){animation-delay:.5s;border-top-color:#007cf0}.spinner-ring:nth-child(3){animation-delay:1s;border-top-color:#00d4ff;height:60px;left:10px;top:10px;width:60px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading-text{-webkit-text-fill-color:#0000;animation:fadeIn 2s ease-in-out infinite alternate;background:linear-gradient(135deg,#00d4ff,#007cf0);-webkit-background-clip:text;font-size:1.5rem;margin-top:20px}@keyframes fadeIn{0%{opacity:.5}to{opacity:1}}@media (max-width:480px){.loading-spinner{height:60px;width:60px}.spinner-ring:nth-child(3){height:40px;left:10px;top:10px;width:40px}.loading-text{font-size:1.2rem}}.modal-overlay{align-items:center;background-color:#00000080;bottom:0;left:0;right:0;top:0;z-index:1000}.modal-content{animation:modalFadeIn .3s ease-out;background:#0f172af2;border:1px solid #38bdf82e;border-radius:22px;box-shadow:0 18px 40px #00d4ff1f;left:50%;max-width:400px;padding:24px;position:fixed;top:50%;transform:translate(-50%,-50%);width:90%}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}.modal-close{align-items:center;background:none;border:none;border-radius:50%;color:#94a3b8;cursor:pointer;display:flex;font-size:24px;height:32px;justify-content:center;position:absolute;right:12px;top:12px;transition:background-color .2s;width:32px}.modal-close:hover{background-color:#38bdf81a}.modal-title{color:#e5e7eb;font-size:1.5rem;font-weight:600;margin:0 0 16px;text-align:center}.modal-message{color:#cbd5e1;font-size:1rem;line-height:1.5;margin:0 0 24px;text-align:center}.modal-buttons{display:flex;gap:12px;justify-content:center}.modal-button{border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:500;min-width:100px;padding:10px 20px;transition:all .2s ease}.modal-button.cancel{background-color:#ef4444;color:#fff}.modal-button.cancel:hover{background-color:#dc2626;transform:translateY(-1px)}.modal-button.confirm{background-color:#22c55e;color:#fff}.modal-button.confirm:hover{background-color:#16a34a;transform:translateY(-1px)}@media (max-width:480px){.modal-content{max-width:90%;padding:20px}.modal-title{font-size:1.25rem}.modal-message{font-size:.9rem}.modal-buttons{flex-direction:column}.modal-button{width:100%}}.trabajos-container{align-items:center;background:linear-gradient(135deg,#020617e6,#0f172af2);display:flex;flex-direction:column;min-height:calc(100vh - 60px);padding:20px}.trabajos-container h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#00d4ff,#007cf0);background-clip:text;-webkit-background-clip:text;font-size:2rem;margin-bottom:24px}.trabajos-list{grid-gap:10px;display:grid;gap:10px;max-width:980px;width:100%}.trabajo-card{background:#0f172af2;border:1px solid #ffffff14;border-radius:20px;box-shadow:0 15px 50px #00000040;padding:20px;position:relative}.trabajo-header{align-items:center;display:flex;gap:12px;justify-content:space-between}.trabajo-card h3{margin-bottom:12px;margin-top:0}.edit-button{align-items:center;background:#00d4ff26;border:1px solid #00d4ff4d;border-radius:12px;color:#00d4ff;cursor:pointer;display:flex;flex-shrink:0;font-size:1rem;justify-content:center;padding:8px 12px;transition:all .2s ease}.edit-button:hover{background:#00d4ff40;transform:scale(1.05)}.edit-button:active{transform:scale(.95)}.create-card{align-items:center;background:#00d4ff1f;border-color:#00d4ff40;cursor:pointer;display:flex;flex-direction:column;justify-content:center;margin-bottom:10px;min-height:140px;transition:transform .2s ease,background .2s ease}.create-card:hover{background:#00d4ff2e;transform:translateY(-3px)}.trabajo-card p{color:#cbd5e1;margin:8px 0 0}.trabajo-form{display:flex;flex-direction:column;gap:12px}.trabajo-form h3{margin-top:0}.trabajo-form .form-group{display:flex;flex-direction:column;gap:8px}.trabajo-form input,.trabajo-form select,.trabajo-form textarea{background:#ffffff0d;border-radius:14px;padding:12px}.form-actions{flex-wrap:wrap;gap:10px}.trabajo-button{border-radius:14px;padding:12px}@media (max-width:768px){.trabajos-container{padding:16px}.trabajos-list{max-width:100%}}.modal-overlay{align-items:flex-start;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#020617a6;display:flex;inset:0;justify-content:center;overflow-y:auto;padding:40px 24px;position:fixed;z-index:10010}.modal-overlay::-webkit-scrollbar{width:10px}.modal-overlay::-webkit-scrollbar-track{background:#ffffff0d}.modal-overlay::-webkit-scrollbar-thumb{background:#00d4ff3d;border-radius:999px}.create-work-modal{animation:popup .35s ease;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#0f172aeb;border:1px solid #ffffff14;border-radius:24px;box-shadow:0 20px 60px #0000008c;box-sizing:border-box;max-height:calc(100vh - 80px);max-width:520px;overflow-y:auto;padding:30px;width:100%}.create-work-modal::-webkit-scrollbar{width:10px}.create-work-modal::-webkit-scrollbar-track{background:#ffffff0a;border-radius:999px}.create-work-modal::-webkit-scrollbar-thumb{background:#00d4ff52;border-radius:999px}.create-work-modal h3{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#00d4ff,#007cf0);background-clip:text;-webkit-background-clip:text;font-size:1.95rem;margin-bottom:24px;text-align:center}.form-group{display:flex;flex-direction:column;margin-bottom:14px}.form-group label{font-size:.92rem}.trabajo-form input,.trabajo-form select,.trabajo-form textarea{background:#ffffff0f;border:1px solid #ffffff1f;border-radius:16px;box-sizing:border-box;color:#f8fafc;outline:none;padding:12px 14px;width:100%}.trabajo-form input[type=number]{appearance:textfield;-moz-appearance:textfield}.trabajo-form input[type=number]::-webkit-inner-spin-button,.trabajo-form input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.trabajo-form textarea{min-height:96px;resize:vertical}.trabajo-form input:focus,.trabajo-form select:focus,.trabajo-form textarea:focus{border-color:#00d4ff80;box-shadow:0 0 18px #00d4ff26}.form-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}.values-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr));margin:16px 0}.value-card{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;padding:14px 16px}.value-card span{color:#94a3b8;display:block;font-size:.84rem;margin-bottom:8px}.value-card strong{color:#f8fafc;font-size:1.05rem}.form-actions{display:flex;flex-direction:column;gap:12px;margin-top:14px}.trabajo-button{background:linear-gradient(135deg,#00d4ff,#007cf0);border:none;border-radius:18px;color:#fff;cursor:pointer;font-weight:600;padding:14px 16px;transition:transform .2s ease,opacity .2s ease;width:100%}.trabajo-button:hover{opacity:.95;transform:translateY(-1px)}.trabajo-button.cancelar{background:#ffffff14;border:1px solid #ffffff24;color:#cbd5e1}.trabajo-button.eliminar{background:linear-gradient(135deg,#ef4444,#dc2626);border:1px solid #ef44444d;color:#fff}.trabajo-button.eliminar:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);transform:translateY(-1px)}@media (max-width:768px){.create-work-modal{max-height:calc(100vh - 60px);max-width:100%;padding:20px}.form-grid,.values-grid{grid-template-columns:1fr}.trabajo-form input,.trabajo-form select,.trabajo-form textarea{box-sizing:border-box;padding:12px 14px;width:100%}.form-group{margin-bottom:12px}}@keyframes popup{0%{opacity:0;transform:translateY(-16px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.toast{animation:slideIn .3s ease;border-radius:12px;box-shadow:0 10px 30px #0000004d;color:#fff;font-weight:500;padding:12px 20px;position:fixed;right:20px;top:20px;z-index:10000}.toast-success{background:linear-gradient(135deg,#10b981,#059669)}.toast-error{background:linear-gradient(135deg,#ef4444,#dc2626)}@keyframes slideIn{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}.consultar-pago-overlay{align-items:center;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#050c1ed1;display:flex;inset:0;justify-content:center;padding:24px;position:fixed;z-index:9999}.consultar-pago-modal{background:#0b1220;border:1px solid #ffffff14;border-radius:28px;box-shadow:0 32px 80px #00000059;max-height:90vh;overflow-y:auto;padding:32px;width:min(680px,100%)}.consultar-pago-modal::-webkit-scrollbar{width:10px}.consultar-pago-modal::-webkit-scrollbar-track{background:#ffffff0a;border-radius:999px}.consultar-pago-modal::-webkit-scrollbar-thumb{background:#38bdf873;border-radius:999px}.consultar-pago-header{align-items:flex-start;display:flex;gap:18px;justify-content:space-between;margin-bottom:24px}.consultar-pago-title{align-items:center;color:#e2e8f0;display:flex;gap:14px}.consultar-pago-title h2{font-size:1.8rem;letter-spacing:-.03em;margin:0}.consultar-pago-title p{color:#cbd5e1;font-size:.97rem;margin:6px 0 0}.consultar-pago-close{background:#ffffff0f;border:none;border-radius:14px;color:#f8fafc;cursor:pointer;flex-shrink:0;height:42px;transition:transform .2s ease,background .2s ease;width:42px}.consultar-pago-close:hover{background:#ffffff1f;transform:scale(1.05)}.consultar-pago-form{grid-gap:24px;display:grid;gap:24px}.form-section{grid-gap:16px;display:grid;gap:16px}.form-group{grid-gap:8px;display:grid;gap:8px}.form-group label{align-items:center;color:#cbd5e1;display:flex;font-size:.95rem;font-weight:600;gap:8px}.form-group input,.form-group select{background:#ffffff0d;border:1px solid #ffffff1f;border-radius:10px;color:#e2e8f0;font-size:.95rem;padding:12px 14px;transition:all .2s ease}.form-group input:focus,.form-group select:focus{background:#00d4ff14;border-color:#00d4ff;box-shadow:0 0 12px #00d4ff33;outline:none}.consultar-pago-actions{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr;margin-top:12px}.btn-calculate,.btn-cancel{border:none;border-radius:10px;cursor:pointer;font-size:.95rem;font-weight:600;padding:12px 16px;transition:all .2s ease}.btn-calculate{background:linear-gradient(135deg,#00d4ff,#007cf0);color:#fff}.btn-calculate:hover{box-shadow:0 12px 24px #00d4ff4d;transform:translateY(-2px)}.btn-cancel{background:#ffffff14;border:1px solid #ffffff1f;color:#cbd5e1}.btn-cancel:hover{background:#ffffff1f;border-color:#fff3}.results-section{display:flex;flex-direction:column;gap:20px}.calculation-report{background:#ffffff05;border:1px solid #ffffff14;border-radius:14px;padding:20px}.calculation-report h3{color:#00d4ff;font-size:1.3rem;margin:0 0 16px;text-align:center}.calculation-report h4{border-bottom:1px solid #ffffff14;color:#cbd5e1;font-size:1rem;margin:16px 0 8px;padding-bottom:6px}.report-header{grid-gap:12px;background:#00d4ff0d;border-left:3px solid #00d4ff;border-radius:8px;display:grid;gap:12px;grid-template-columns:1fr 1fr;margin-bottom:16px;padding:12px}.report-header p{font-size:.9rem;margin:4px 0}.report-header strong{color:#00d4ff}.report-section{margin-bottom:16px}.report-table{border-collapse:collapse;width:100%}.report-table thead{background:#00d4ff1a;border-bottom:2px solid #00d4ff4d}.report-table th{color:#00d4ff;font-size:.9rem;font-weight:700;padding:10px 8px;text-align:left}.report-table tbody tr{border-bottom:1px solid #ffffff0f}.report-table tbody tr:hover{background:#00d4ff0a}.report-table td{font-size:.9rem;padding:8px;text-align:left}.report-table td:first-child{color:#cbd5e1;font-weight:600}.report-table td:last-child{color:#e2e8f0;font-weight:500;text-align:right}.report-table .total-row{background:#00d4ff1f;border-bottom:2px solid #00d4ff;border-top:2px solid #00d4ff;font-size:.95rem}.report-table .total-row td{color:#00d4ff;font-weight:700;padding:12px 8px}.report-mode-switch{margin-bottom:16px}.report-mode-switch .mydict div{display:flex;flex-wrap:wrap;justify-content:center;margin-top:.5rem}.report-mode-switch .mydict input[type=radio]{clip:rect(0 0 0 0);clip-path:inset(100%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.report-mode-switch .mydict input[type=radio]:checked+span{background-color:#dee7ff;box-shadow:0 0 0 .0625em #0043ed;color:#0043ed;z-index:1}.report-mode-switch label span{background-color:#fff;box-shadow:0 0 0 .0625em #b5bfd9;color:#3e4963;cursor:pointer;display:block;letter-spacing:.05em;margin-left:.0625em;padding:.375em .75em;position:relative;text-align:center;transition:background-color .5s ease}.report-mode-switch label:first-child span{border-radius:.375em 0 0 .375em}.report-mode-switch label:last-child span{border-radius:0 .375em .375em 0}.action-buttons{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr}.btn-download,.btn-new-calculation{border:none;border-radius:10px;cursor:pointer;font-size:.95rem;font-weight:600;padding:12px 16px;transition:all .2s ease}.btn-download{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.btn-download:hover{box-shadow:0 12px 24px #10b9814d;transform:translateY(-2px)}.btn-new-calculation{background:#ffffff14;border:1px solid #ffffff1f;color:#cbd5e1}.btn-new-calculation:hover{background:#ffffff1f;border-color:#fff3}@media (max-width:640px){.consultar-pago-modal{padding:20px}.form-section{gap:12px}.action-buttons,.consultar-pago-actions,.report-header{grid-template-columns:1fr}.report-table{font-size:.85rem}.report-table td{padding:6px}}.calendar-section{grid-gap:12px;display:grid;gap:12px}.calendar-section label{color:#cbd5e1;font-size:.95rem;font-weight:600;text-align:center}.select-mode{display:flex;justify-content:center;margin-bottom:10px}.select-mode label{align-items:center;color:#cbd5e1;cursor:pointer;display:flex;font-size:.9rem;gap:8px}.select-mode input[type=checkbox]{appearance:none;-webkit-appearance:none;background-color:#fff;border:2px solid #ff7605;border-radius:6px;cursor:pointer;height:18px;position:relative;transition:all .2s ease;width:18px}.select-mode input[type=checkbox]:hover{border-color:#ff7605;box-shadow:0 0 0 3px #ff760533}.select-mode input[type=checkbox]:checked{background-color:#ff7605;border-color:#ff7605}.select-mode input[type=checkbox]:checked:after{color:#fff;content:"✔";font-size:12px;left:50%;position:absolute;top:50%;transform:translate(-50%,-55%)}.select-mode input[type=checkbox]:active{transform:scale(.95)}.react-calendar{max-width:400px}.react-calendar__navigation button:focus,.react-calendar__navigation button:hover{background:#00d4ff1f;color:#00d4ff}.react-calendar__tile{border-radius:8px;min-height:40px;transition:background .2s ease}.react-calendar__tile abbr{font-size:.9rem}.react-calendar__tile:enabled:focus,.react-calendar__tile:enabled:hover{background:inherit;color:inherit}.range-end,.range-start{animation:blink 1s infinite;background:#ff7605!important;border-color:#ff7605;color:#fff!important}.range-middle{animation:blink 1s infinite;background:#ff76054d!important;border-color:#ff760580;color:#e5e7eb!important}.range-end:hover,.range-start:hover{background:#ff7605!important;opacity:.8}.range-middle:hover{background:#ff76054d!important;opacity:.8}.range-end:hover,.range-start:hover{filter:brightness(1.1)}.range-middle:hover{filter:brightness(1.15)}.react-calendar__tile.range-end:enabled:hover,.react-calendar__tile.range-start:enabled:hover{background:#ff7605!important;color:#fff!important;opacity:.85}.react-calendar__tile.range-middle:enabled:hover{background:#ff76054d!important;color:#e5e7eb!important;opacity:.85}.react-calendar__tile--active.range-end,.react-calendar__tile--active.range-start,.react-calendar__tile.range-end:enabled:active,.react-calendar__tile.range-start:enabled:active{background:#ff7605!important;color:#fff!important}.react-calendar__tile--active.range-middle,.react-calendar__tile.range-middle:enabled:active{background:#ff76054d!important;color:#e5e7eb!important}@keyframes blink{0%{opacity:1}50%{opacity:.6}to{opacity:1}}.trabajado{background-color:#10b981!important;border-color:#10b98166!important;color:#fff!important}.descanso{background-color:#3b82f6!important;border-color:#3b82f666!important;color:#fff!important}.incapacidad_comun{background-color:#f97316!important;border-color:#f9731666!important;color:#0f172a!important}.incapacidad_laboral{background-color:#dc2626!important;border-color:#dc262666!important;color:#fff!important}@media (max-width:480px){.react-calendar{padding:10px}.react-calendar__tile{min-height:35px;padding:4px}.react-calendar__tile abbr{font-size:.8rem}}.react-calendar{background:#fff;border:1px solid #a0a096;font-family:Arial,Helvetica,sans-serif;line-height:1.125em;width:350px}.react-calendar--doubleView{width:700px}.react-calendar--doubleView .react-calendar__viewContainer{display:flex;margin:-.5em}.react-calendar--doubleView .react-calendar__viewContainer>*{margin:.5em;width:50%}.react-calendar,.react-calendar *,.react-calendar :after,.react-calendar :before{box-sizing:border-box}.react-calendar button{border:0;margin:0;outline:none}.react-calendar button:enabled:hover{cursor:pointer}.react-calendar__navigation{height:44px;margin-bottom:1em}.react-calendar__navigation button{min-width:44px}.react-calendar__navigation button:disabled{background-color:#f0f0f0}.react-calendar__navigation button:enabled:focus,.react-calendar__navigation button:enabled:hover{background-color:#e6e6e6}.react-calendar__month-view__weekdays{font:inherit;font-size:.75em;text-transform:uppercase}.react-calendar__month-view__weekNumbers .react-calendar__tile{align-items:center;display:flex;font:inherit;font-size:.75em;font-weight:700;justify-content:center}.react-calendar__month-view__days__day--weekend{color:#d10000}.react-calendar__century-view__decades__decade--neighboringCentury,.react-calendar__decade-view__years__year--neighboringDecade,.react-calendar__month-view__days__day--neighboringMonth{color:#757575}.react-calendar__century-view .react-calendar__tile,.react-calendar__decade-view .react-calendar__tile,.react-calendar__year-view .react-calendar__tile{padding:2em .5em}.react-calendar__tile{background:none;font:inherit;font-size:.833em;max-width:100%;padding:10px 6.6667px}.react-calendar__tile:disabled{background-color:#f0f0f0;color:#ababab}.react-calendar__century-view__decades__decade--neighboringCentury:disabled,.react-calendar__decade-view__years__year--neighboringDecade:disabled,.react-calendar__month-view__days__day--neighboringMonth:disabled{color:#cdcdcd}.react-calendar__tile:enabled:focus,.react-calendar__tile:enabled:hover{background-color:#e6e6e6}.react-calendar__tile--now{background:#ffff76}.react-calendar__tile--now:enabled:focus,.react-calendar__tile--now:enabled:hover{background:#ffffa9}.react-calendar__tile--hasActive{background:#76baff}.react-calendar__tile--hasActive:enabled:focus,.react-calendar__tile--hasActive:enabled:hover{background:#a9d4ff}.react-calendar__tile--active{background:#006edc}.react-calendar__tile--active:enabled:focus,.react-calendar__tile--active:enabled:hover{background:#1087ff}.react-calendar--selectRange .react-calendar__tile--hover{background-color:#e6e6e6}*{box-sizing:border-box}.pago-container{background:linear-gradient(135deg,#0f172a,#020617);color:#e5e7eb;display:flex;flex-direction:column;gap:15px;min-height:calc(100vh - 80px);padding:20px}.pago-container h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#00d4ff,#007cf0);-webkit-background-clip:text;font-size:1.8rem;margin:0;text-align:center}.legend{color:#cbd5e1;display:flex;flex-wrap:wrap;font-size:.95rem;gap:12px;justify-content:center}.legend-item{align-items:center;display:flex;gap:8px}.color-box{border:1px solid #ffffff26;border-radius:4px;height:16px;width:16px}.trabajado{background-color:#04724d}.descanso{background-color:#84bcda}.incapacidad_comun{background-color:#f59e0b}.incapacidad_laboral{background-color:#ef4444}.calendar-container{display:flex;flex:1 1;justify-content:center;min-width:0}.react-calendar{background:#0f172aeb;border:none;border-radius:18px;box-shadow:0 18px 35px #00000047;color:#e5e7eb;max-width:100%;min-width:0;overflow-x:hidden;padding:14px;width:100%}.react-calendar__navigation{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;margin-bottom:14px}.react-calendar__navigation button{background:none;border:1px solid #ffffff1f;border-radius:12px;color:#e5e7eb;cursor:pointer;flex:1 1 auto;font-size:.95rem;font-weight:700;min-width:72px;padding:8px 10px;transition:all .2s ease}.react-calendar__navigation button.react-calendar__navigation__label,.react-calendar__navigation__label{display:none!important}.calendar-current-month{align-items:center;background:#ffffff0d;border:1px solid #ffffff1f;border-radius:12px;color:#e5e7eb;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:700;justify-content:center;margin:0 auto 10px;padding:10px 16px;transition:background .2s ease,color .2s ease}.calendar-current-month:focus,.calendar-current-month:hover{background:#00d4ff1f;color:#00d4ff}.react-calendar__navigation button:active,.react-calendar__navigation button:focus,.react-calendar__navigation button:hover{background:#00d4ff1f!important;color:#00d4ff!important}@media (max-width:640px){.react-calendar__navigation{flex-wrap:wrap;gap:16px;justify-content:space-between}.react-calendar__navigation button{flex-basis:calc(50% - 8px);flex-grow:0;flex-shrink:0;min-width:0;min-width:auto}.react-calendar__navigation button:first-child{order:3}.react-calendar__navigation button:nth-child(2){order:1}.react-calendar__navigation button:nth-child(3){order:2}.react-calendar__navigation button:nth-child(4){order:4}}.react-calendar__month-view__weekdays{color:#94a3b8;font-size:.82rem;font-weight:700;margin-bottom:8px;text-align:center}.react-calendar__month-view__weekdays__weekday{padding:.5em}.react-calendar__month-view__days{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(7,minmax(0,1fr));width:100%}.react-calendar__month-view__days,.react-calendar__month-view__weekdays{grid-gap:8px;display:grid!important;gap:8px;grid-template-columns:repeat(7,minmax(0,1fr))!important;width:100%}.react-calendar__tile{flex:none!important;max-width:100%!important;width:100%!important}.react-calendar__century-view__decades,.react-calendar__decade-view__years,.react-calendar__year-view__months{display:flex;flex-wrap:wrap;gap:8px}.react-calendar__tile{align-items:center;background:#ffffff14;border:1px solid #ffffff1f;border-radius:14px;color:#e5e7eb;display:flex;justify-content:center;min-height:84px;overflow:hidden;padding:6px 8px;position:relative;text-align:center;transition:none}.react-calendar__tile abbr{color:inherit;display:block;font-size:1rem;font-weight:700;line-height:1.2;width:100%}.react-calendar__tile:enabled:focus,.react-calendar__tile:enabled:focus-visible,.react-calendar__tile:enabled:hover{background:#ffffff14!important;color:inherit!important;transform:none!important}.react-calendar__tile.trabajado{background:#04724d;border-color:#04724d66;color:#fff}.react-calendar__tile.descanso{background:#84bcda;border-color:#84bcda66;color:#fff}.react-calendar__tile.incapacidad_comun{background:#f59e0b;border-color:#f59e0b66;color:#0f172a}.react-calendar__tile.incapacidad_laboral{background:#ef4444;border-color:#ef444466;color:#fff}.react-calendar__tile.trabajado:enabled:focus,.react-calendar__tile.trabajado:enabled:focus-visible,.react-calendar__tile.trabajado:enabled:hover{background:#04724d!important;color:#fff!important}.react-calendar__tile.descanso:enabled:focus,.react-calendar__tile.descanso:enabled:focus-visible,.react-calendar__tile.descanso:enabled:hover{background:#84bcda!important;color:#fff!important}.react-calendar__tile.incapacidad_comun:enabled:focus,.react-calendar__tile.incapacidad_comun:enabled:focus-visible,.react-calendar__tile.incapacidad_comun:enabled:hover{background:#f59e0b!important;color:#0f172a!important}.react-calendar__tile.incapacidad_laboral:enabled:focus,.react-calendar__tile.incapacidad_laboral:enabled:focus-visible,.react-calendar__tile.incapacidad_laboral:enabled:hover{background:#ef4444!important;color:#fff!important}.react-calendar__tile--now{background:#00d4ff29;border:2px solid #00d4ff}.react-calendar__tile--active{background:linear-gradient(135deg,#00d4ff,#007cf0);color:#fff}.react-calendar__month-view__days__day--neighboringMonth{opacity:.5}@media (max-width:768px){.react-calendar__tile{min-height:70px;padding:8px}.react-calendar__tile abbr{font-size:.95rem}.react-calendar__navigation{gap:8px}.pago-container h2{font-size:1.4rem}}@media (max-width:480px){.react-calendar{padding:10px}.react-calendar__navigation{justify-content:center}.react-calendar__navigation button{font-size:.85rem;padding:8px 10px}.react-calendar__tile{min-height:60px;padding:6px}.react-calendar__tile abbr{font-size:.9rem}.legend{font-size:.85rem}}.calendar-modal-overlay{align-items:center;background:#000000bf;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:100}.calendar-modal{background:#0b1220;border:1px solid #ffffff1f;border-radius:22px;box-shadow:0 24px 60px #00000073;box-sizing:border-box;max-height:calc(100vh - 40px);overflow-y:auto;padding:24px;width:min(580px,100%)}.calendar-modal-header{align-items:flex-start;display:flex;gap:16px;justify-content:space-between;margin-bottom:20px}.calendar-modal-subtitle{color:#94a3b8;font-size:.9rem;letter-spacing:.08em;margin:0 0 4px;text-transform:uppercase}.calendar-modal h3{font-size:1.45rem;line-height:1.2;margin:0}.calendar-modal-close{background:#ffffff14;border:none;border-radius:12px;color:#e5e7eb;cursor:pointer;font-size:1.25rem;height:36px;line-height:1;width:36px}.calendar-modal-content{grid-gap:18px;display:grid;gap:18px}.calendar-modal-row{display:flex;flex-direction:column;gap:8px}.calendar-modal-label{color:#94a3b8;font-size:.88rem}.calendar-modal-row input,.calendar-modal-row select{background:#ffffff0f;border:1px solid #ffffff1f;border-radius:12px;box-sizing:border-box;color:#e5e7eb;font-size:.95rem;padding:12px 14px;width:100%}.calendar-modal-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:8px}.calendar-modal-button,.calendar-modal-secondary{border:none;border-radius:999px;cursor:pointer;font-weight:700;padding:12px 18px}.calendar-modal-button{background:#00d4ff;color:#020617}.calendar-modal-secondary{background:#ffffff14;color:#e5e7eb}.calendar-modal-button:disabled,.calendar-modal-secondary:disabled{cursor:not-allowed;opacity:.5}@media (max-width:640px){.calendar-modal-overlay{padding:12px}.calendar-modal{padding:16px;width:100%}.calendar-modal-row input,.calendar-modal-row select{box-sizing:border-box;width:100%}.calendar-modal-actions{flex-direction:column}.calendar-modal-button,.calendar-modal-secondary{width:100%}}.compartir-overlay{align-items:center;background:#0009;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:999}.compartir-modal{background:#0f172afa;border:1px solid #94a3b824;border-radius:18px;box-shadow:0 20px 60px #0000004d;left:50%;max-height:80vh;max-width:500px;overflow-y:auto;position:fixed;top:50%;transform:translate(-50%,-50%);width:90%;z-index:1000}.compartir-modal-header{align-items:center;border-bottom:1px solid #94a3b81f;display:flex;justify-content:space-between;padding:20px 22px}.compartir-modal-header h3{color:#e2e8f0;font-size:1.15rem;font-weight:600;margin:0}.compartir-modal-close{align-items:center;background:none;border:none;border-radius:6px;color:#94a3b8;cursor:pointer;display:flex;font-size:1.5rem;height:32px;justify-content:center;padding:0;transition:all .2s ease;width:32px}.compartir-modal-close:hover{background:#94a3b81a;color:#e2e8f0}.compartir-modal-content{padding:20px 22px}.compartir-search-section{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.compartir-search-section label{color:#cbd5e1;font-size:.95rem;font-weight:500}.compartir-search-input-wrapper{display:flex;gap:10px}.compartir-search-input-wrapper input{background:#0f172af2;border:1px solid #94a3b840;border-radius:10px;color:#f8fafc;flex:1 1;font-size:.95rem;padding:10px 14px}.compartir-search-input-wrapper input:focus{border-color:#00d4ff80;box-shadow:0 0 0 3px #00d4ff1a;outline:none}.compartir-search-button{background:linear-gradient(135deg,#00d4ff,#007cf0);border:none;border-radius:10px;color:#fff;cursor:pointer;font-weight:600;padding:10px 16px;transition:all .2s ease;white-space:nowrap}.compartir-search-button:hover:not(:disabled){box-shadow:0 8px 16px #00d4ff33;transform:translateY(-1px)}.compartir-search-button:disabled{cursor:not-allowed;opacity:.6}.compartir-search-results{margin-bottom:20px}.compartir-results-title{color:#cbd5e1;font-size:.9rem;font-weight:500;margin:0 0 12px}.compartir-results-list{display:flex;flex-direction:column;gap:10px}.compartir-result-item{align-items:center;background:#1e293bb3;border:1px solid #94a3b81f;border-radius:10px;cursor:pointer;display:flex;justify-content:space-between;padding:12px 14px;transition:all .2s ease}.compartir-result-item:hover{background:#1e293be6;border-color:#00d4ff4d}.compartir-result-item.selected{background:#00d4ff1a;border-color:#00d4ff80}.compartir-result-content{display:flex;flex:1 1;flex-direction:column;gap:4px}.compartir-result-name{color:#e2e8f0;font-size:.95rem;font-weight:600}.compartir-result-email{color:#94a3b8;font-size:.85rem}.compartir-result-item input[type=radio]{accent-color:#00d4ff;cursor:pointer;height:20px;margin-left:12px;width:20px}.compartir-shared-list{background:#1e293b99;border:1px solid #94a3b81f;border-radius:12px;margin-bottom:20px;padding:16px}.compartir-shared-list h4{color:#cbd5e1;font-size:.95rem;font-weight:600;margin:0 0 12px}.compartir-shared-list ul{list-style:none;margin:0;padding:0}.compartir-shared-item{align-items:center;background:#0f172acc;border-radius:8px;color:#e2e8f0;display:flex;font-size:.9rem;justify-content:space-between;margin-bottom:8px;padding:10px 12px}.compartir-shared-item:last-child{margin-bottom:0}.compartir-remove-share-btn{background:#ef444426;border:1px solid #ef444440;border-radius:6px;color:#ff6b6b;cursor:pointer;font-weight:600;padding:4px 8px;transition:all .2s ease}.compartir-remove-share-btn:hover{background:#ef444440;color:#ff5252}.compartir-modal-footer{border-top:1px solid #94a3b81f;display:flex;gap:12px;justify-content:flex-end;padding:16px 22px}.compartir-modal-accept,.compartir-modal-cancel{border:none;border-radius:10px;cursor:pointer;font-size:.95rem;font-weight:600;padding:10px 20px;transition:all .2s ease}.compartir-modal-cancel{background:#94a3b826;color:#cbd5e1}.compartir-modal-cancel:hover{background:#94a3b840;color:#e2e8f0}.compartir-modal-accept{background:linear-gradient(135deg,#00d4ff,#007cf0);color:#fff}.compartir-modal-accept:hover{box-shadow:0 8px 16px #00d4ff33;transform:translateY(-1px)}@media (max-width:520px){.compartir-modal{max-width:none;width:95%}.compartir-search-input-wrapper{flex-direction:column}.compartir-search-button{width:100%}}.horario-container{color:#e5e7eb;margin:0 auto;max-width:1160px;padding:24px;width:100%}.horario-header{align-items:flex-start;display:flex;gap:20px;justify-content:space-between;margin-bottom:24px}.horario-header h2{font-size:2rem;margin:0}.horario-interval{color:#9ca3af;font-size:.95rem;margin:8px 0 0}.horario-select-wrapper{display:flex;flex-direction:column;gap:8px;min-width:200px}.horario-select-wrapper label{color:#cbd5e1;font-size:.95rem}.horario-select-wrapper select{background:#0f172ad9;border:1px solid #94a3b840;border-radius:12px;color:#f8fafc;padding:10px 12px;width:100%}.horario-controls{display:flex;flex-direction:column;gap:12px}.horario-select-row{align-items:center;display:flex;flex-wrap:wrap;gap:20px}.horario-week-number{color:#cbd5e1;font-size:.95rem;min-width:140px;text-align:right}.horario-checkbox-toggle{align-items:center;color:#cbd5e1;cursor:pointer;display:inline-flex;font-size:.95rem;gap:0}.checkbox-wrapper-1 *,.checkbox-wrapper-1 :after,.checkbox-wrapper-1 :before{box-sizing:border-box}.checkbox-wrapper-1 [type=checkbox].substituted{appearance:none;display:inline;height:0;margin:0;width:0}.checkbox-wrapper-1 [type=checkbox].substituted+label:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' fill='%23fff' viewBox='0 0 9 9'%3E%3Cpath d='M3.63 7.43.59 4.39l1.131-1.132 3.04 3.04z'/%3E%3Cpath d='M8.581 2.488 4.268 6.802 3.066 5.6 7.38 1.286z'/%3E%3C/svg%3E") no-repeat 50%,#fff;background-size:0;border:.06em solid;border-radius:.2em;box-shadow:0 0 .04em,inset 0 0 .16em -.03em,inset 0 0 0 .07em #0000;color:rgba(0,0,0,.275);content:"";display:inline-block;height:1.15em;margin-right:.6em;transform:translateZ(0);transition:color .1s,border .1s,background .15s,box-shadow .1s;vertical-align:top;width:1.15em;will-change:color,border,background,background-size,box-shadow}.checkbox-wrapper-1 [type=checkbox].substituted:enabled+label:active:before,.checkbox-wrapper-1 [type=checkbox].substituted:enabled:active+label:before{background-color:#f0f0f0;box-shadow:0 0 .04em,inset 0 0 .16em -.03em #0000,inset 0 0 0 .07em #0000001a}.checkbox-wrapper-1 [type=checkbox].substituted:checked+label:before{background-color:#3b99fc;background-size:.75em;color:rgba(0,0,0,.075)}.checkbox-wrapper-1 [type=checkbox].substituted:checked:enabled+label:active:before,.checkbox-wrapper-1 [type=checkbox].substituted:checked:enabled:active+label:before{background-color:#0a7ffb;color:rgba(0,0,0,.275)}.checkbox-wrapper-1 [type=checkbox].substituted:focus+label:active:before,.checkbox-wrapper-1 [type=checkbox].substituted:focus+label:before,.checkbox-wrapper-1 [type=checkbox].substituted:focus:active+label:before{box-shadow:0 0 .04em,inset 0 0 .16em -.03em #0000,inset 0 0 0 .07em #0000001a,0 0 0 3.3px #419fff8c,0 0 0 5px #419fff4d}.checkbox-wrapper-1 [type=checkbox].substituted:disabled+label:before{opacity:.5}.checkbox-wrapper-1 [type=checkbox].substituted.dark+label:before{background-color:#222;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' fill='rgba(34, 34, 34, 0.999)' viewBox='0 0 9 9'%3E%3Cpath d='M3.63 7.43.59 4.39l1.131-1.132 3.04 3.04z'/%3E%3Cpath d='M8.581 2.488 4.268 6.802 3.066 5.6 7.38 1.286z'/%3E%3C/svg%3E");color:hsla(0,0%,100%,.275)}.checkbox-wrapper-1 [type=checkbox].substituted.dark:enabled+label:active:before,.checkbox-wrapper-1 [type=checkbox].substituted.dark:enabled:active+label:before{background-color:#444;box-shadow:0 0 .04em,inset 0 0 .16em -.03em #0000,inset 0 0 0 .07em #ffffff1a}.checkbox-wrapper-1 [type=checkbox].substituted.dark:checked+label:before{background-color:#a97035;color:hsla(0,0%,100%,.075)}.checkbox-wrapper-1 [type=checkbox].substituted.dark:checked:enabled+label:active:before,.checkbox-wrapper-1 [type=checkbox].substituted.dark:checked:enabled:active+label:before{background-color:#c68035;color:rgba(0,0,0,.275)}.checkbox-wrapper-1 [type=checkbox].substituted+label{-webkit-user-select:none;user-select:none}.horario-custom-week{align-items:center;display:flex;flex-wrap:wrap;gap:16px}.horario-custom-week label{color:#cbd5e1;min-width:140px}.horario-custom-week input[type=date]{background:#0f172af2;border:1px solid #94a3b840;border-radius:12px;color:#f8fafc;padding:10px 12px}.horario-error{color:#ff6b6b;font-size:.9rem;margin:0;width:100%}.horario-save-button{background:linear-gradient(135deg,#00d4ff,#007cf0);border:none;border-radius:14px;color:#fff;cursor:pointer;font-weight:600;padding:12px 18px;transition:transform .2s ease,box-shadow .2s ease}.horario-save-button:hover{box-shadow:0 12px 24px #00d4ff33;transform:translateY(-1px)}.horario-card{background:#0f172aeb;border:1px solid #94a3b824;border-radius:22px;box-shadow:0 16px 40px #0000002e;padding:22px}.horario-card-title{color:#cbd5e1;font-size:1.1rem;font-weight:600;margin-bottom:16px}.horario-summary{color:#e2e8f0;font-size:1rem;margin-top:16px}.horario-summary strong{color:#fff}.horario-table-wrapper{overflow-x:auto}.horario-table{border-collapse:collapse;min-width:640px;width:100%}.horario-table td,.horario-table th{border-bottom:1px solid #94a3b81f;padding:14px 16px;text-align:left}.horario-table th{color:#94a3b8;font-size:.95rem;font-weight:600}.horario-table td{color:#e2e8f0;font-size:.95rem}.horario-table input[type=time]{background:#0f172af2;border:1px solid #94a3b82e;border-radius:12px;color:#f8fafc;max-width:130px;padding:10px 12px;width:100%}.horario-checkbox-label,.horario-checkbox-toggle{align-items:center;color:#e2e8f0;cursor:pointer;display:inline-flex;gap:10px;position:relative}.horario-checkbox-label input[type=checkbox],.horario-checkbox-toggle input[type=checkbox]{accent-color:#00d4ff;background:#0f172ae6;border:1px solid #94a3b859;border-radius:8px;cursor:pointer;height:20px;width:20px}.horario-checkbox-label input[type=checkbox]:focus,.horario-checkbox-toggle input[type=checkbox]:focus{outline:2px solid #00d4ff59;outline-offset:2px}.horario-week-meta{align-items:flex-end;display:flex;flex-direction:column;gap:6px}.horario-week-status{align-items:center;border-radius:999px;color:#fff;display:inline-flex;font-size:.85rem;font-weight:600;justify-content:center;padding:6px 12px}.horario-week-status.loaded{background:#10b981}.horario-week-status.unloaded{background:#f97316}.horario-select-wrapper select,.horario-tipo-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:#0f172af2;border:1px solid #94a3b840;border-radius:12px;color:#f8fafc;padding:10px 12px;width:100%}.horario-tipo-select{max-width:180px}.horario-row-free{opacity:.75}.horario-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-end;margin-top:16px}.horario-share-button{background:linear-gradient(135deg,#06b6d4,#0891b2);border:none;border-radius:14px;color:#fff;cursor:pointer;font-weight:600;padding:12px 18px;transition:transform .2s ease,box-shadow .2s ease}.horario-share-button:hover{box-shadow:0 12px 24px #06b6d433;transform:translateY(-1px)}.horario-shared-list{background:#1e293b99;border:1px solid #94a3b81f;border-radius:12px;margin-top:20px;padding:16px}.horario-shared-list h3{color:#cbd5e1;font-size:.95rem;font-weight:600;margin:0 0 12px}.horario-shared-list ul{list-style:none;margin:0;padding:0}.horario-shared-item{align-items:center;background:#0f172acc;border-radius:8px;color:#e2e8f0;display:flex;font-size:.9rem;justify-content:space-between;margin-bottom:8px;padding:10px 12px}.horario-shared-item:last-child{margin-bottom:0}.horario-remove-share-btn{background:#ef444426;border:1px solid #ef444440;border-radius:6px;color:#ff6b6b;cursor:pointer;font-weight:600;padding:4px 8px;transition:all .2s ease}.horario-remove-share-btn:hover{background:#ef444440;color:#ff5252}.horario-overlay{align-items:center;background:#0009;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:999}.horario-modal{background:#0f172afa;border:1px solid #94a3b824;border-radius:18px;box-shadow:0 20px 60px #0000004d;left:50%;max-height:80vh;max-width:500px;overflow-y:auto;position:fixed;top:50%;transform:translate(-50%,-50%);width:90%;z-index:1000}.horario-modal-header{align-items:center;border-bottom:1px solid #94a3b81f;display:flex;justify-content:space-between;padding:20px 22px}.horario-modal-header h3{color:#e2e8f0;font-size:1.15rem;font-weight:600;margin:0}.horario-modal-close{align-items:center;background:none;border:none;border-radius:6px;color:#94a3b8;cursor:pointer;display:flex;font-size:1.5rem;height:32px;justify-content:center;padding:0;transition:all .2s ease;width:32px}.horario-modal-close:hover{background:#94a3b81a;color:#e2e8f0}.horario-modal-content{padding:20px 22px}.horario-search-section{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.horario-search-section label{color:#cbd5e1;font-size:.95rem;font-weight:500}.horario-search-input-wrapper{display:flex;gap:10px}.horario-search-input-wrapper input{background:#0f172af2;border:1px solid #94a3b840;border-radius:10px;color:#f8fafc;flex:1 1;font-size:.95rem;padding:10px 14px}.horario-search-input-wrapper input:focus{border-color:#00d4ff80;box-shadow:0 0 0 3px #00d4ff1a;outline:none}.horario-search-button{background:linear-gradient(135deg,#00d4ff,#007cf0);border:none;border-radius:10px;color:#fff;cursor:pointer;font-weight:600;padding:10px 16px;transition:all .2s ease;white-space:nowrap}.horario-search-button:hover:not(:disabled){box-shadow:0 8px 16px #00d4ff33;transform:translateY(-1px)}.horario-search-button:disabled{cursor:not-allowed;opacity:.6}.horario-search-results{margin-bottom:20px}.horario-results-title{color:#cbd5e1;font-size:.9rem;font-weight:500;margin:0 0 12px}.horario-results-list{display:flex;flex-direction:column;gap:10px}.horario-result-item{align-items:center;background:#1e293bb3;border:1px solid #94a3b81f;border-radius:10px;cursor:pointer;display:flex;justify-content:space-between;padding:12px 14px;transition:all .2s ease}.horario-result-item:hover{background:#1e293be6;border-color:#00d4ff4d}.horario-result-item.selected{background:#00d4ff1a;border-color:#00d4ff80}.horario-result-content{display:flex;flex:1 1;flex-direction:column;gap:4px}.horario-result-name{color:#e2e8f0;font-size:.95rem;font-weight:600}.horario-result-email{color:#94a3b8;font-size:.85rem}.horario-result-item input[type=radio]{accent-color:#00d4ff;cursor:pointer;height:20px;margin-left:12px;width:20px}.horario-modal-footer{border-top:1px solid #94a3b81f;display:flex;gap:12px;justify-content:flex-end;padding:16px 22px}.horario-modal-accept,.horario-modal-cancel{border:none;border-radius:10px;cursor:pointer;font-size:.95rem;font-weight:600;padding:10px 20px;transition:all .2s ease}.horario-modal-cancel{background:#94a3b826;color:#cbd5e1}.horario-modal-cancel:hover{background:#94a3b840;color:#e2e8f0}.horario-modal-accept{background:linear-gradient(135deg,#00d4ff,#007cf0);color:#fff}.horario-modal-accept:hover{box-shadow:0 8px 16px #00d4ff33;transform:translateY(-1px)}@media (max-width:780px){.horario-header{align-items:stretch;flex-direction:column}.horario-select-wrapper{min-width:0;min-width:auto}.horario-actions{flex-direction:column}.horario-save-button,.horario-share-button{width:100%}.horario-modal{max-width:none;width:95%}}@media (max-width:520px){.horario-container{padding:16px}.horario-table td,.horario-table th{font-size:.9rem;padding:12px 10px}.horario-table{min-width:520px}}.register-hours-overlay{align-items:center;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#050c1ed1;display:flex;inset:0;justify-content:center;padding:24px;position:fixed;z-index:9999}.register-hours-modal{background:#0b1220;border:1px solid #ffffff14;border-radius:28px;box-shadow:0 32px 80px #00000059;box-sizing:border-box;max-height:90vh;overflow-y:auto;padding:32px;width:min(680px,100%)}.register-hours-modal::-webkit-scrollbar{width:10px}.register-hours-modal::-webkit-scrollbar-track{background:#ffffff0a;border-radius:999px}.register-hours-modal::-webkit-scrollbar-thumb{background:#38bdf873;border-radius:999px}.register-hours-header{align-items:flex-start;display:flex;gap:18px;justify-content:space-between;margin-bottom:24px}.register-hours-title{align-items:center;color:#e2e8f0;display:flex;gap:14px}.register-hours-title h2{font-size:1.8rem;letter-spacing:-.03em;margin:0}.register-hours-title p{color:#cbd5e1;font-size:.97rem;margin:6px 0 0}.register-hours-close{background:#ffffff0f;border:none;border-radius:14px;color:#f8fafc;cursor:pointer;height:42px;transition:transform .2s ease,background .2s ease;width:42px}.register-hours-close:hover{background:#ffffff1f;transform:scale(1.05)}.register-hours-form{grid-gap:20px;display:grid;gap:20px}.register-hours-row{grid-gap:18px;display:grid;gap:18px}.register-hours-row.two-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.register-hours-field{grid-gap:10px;display:grid;gap:10px}.register-hours-field label{color:#cbd5e1;font-size:.95rem}.register-hours-field input[type=date],.register-hours-field input[type=time]{background:#0f172aeb;border:1px solid #94a3b83d;border-radius:16px;box-sizing:border-box;color:#e2e8f0;padding:14px 16px;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.register-hours-field input[type=date]:focus,.register-hours-field input[type=time]:focus{border-color:#38bdf8;box-shadow:0 0 0 3px #38bdf82e;outline:none}.register-hours-field select{background:#0f172aeb;border:1px solid #94a3b83d;border-radius:16px;box-sizing:border-box;color:#e2e8f0;padding:14px 16px;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.register-hours-field select:focus{border-color:#38bdf8;box-shadow:0 0 0 3px #38bdf82e;outline:none}.register-hours-field select option{background:#0b1220;color:#e2e8f0}.input-with-icon{grid-gap:12px;align-items:center;background:#0f172aeb;border:1px solid #94a3b829;border-radius:16px;box-sizing:border-box;color:#cbd5e1;display:grid;gap:12px;grid-template-columns:auto 1fr;padding:14px 16px;width:100%}.input-with-icon svg{color:#38bdf8;flex-shrink:0}.input-with-icon input{background:#0000;border:none;box-sizing:border-box;color:#e2e8f0;padding:0;width:100%}.register-hours-switch{display:inline-block;height:30px;position:relative;width:55px}.register-hours-switch input{height:0;opacity:0;width:0}.slider{background:#94a3b83d;border-radius:999px;cursor:pointer;inset:0;position:absolute;transition:background .2s ease}.slider:before{background:#fff;border-radius:50%;content:"";height:22px;left:4px;position:absolute;top:4px;transition:transform .2s ease;width:22px}.register-hours-switch input:checked+.slider{background:#38bdf8}.register-hours-switch input:checked+.slider:before{transform:translateX(25px)}.switch-label{align-items:center;background:#94a3b814;border:1px solid #94a3b824;border-radius:18px;color:#e2e8f0;display:flex;justify-content:space-between;padding:16px 20px}.register-hours-info,.register-hours-note,.register-hours-status{align-items:center;background:#94a3b80f;border:1px solid #94a3b824;border-radius:18px;color:#cbd5e1;display:flex;gap:12px;padding:16px 18px}.register-hours-alert{grid-gap:14px;background:#38bdf814;border:1px solid #38bdf83d;border-radius:18px;color:#e0f2fe;display:grid;gap:14px;padding:18px}.register-hours-alert p{color:#e2e8f0;font-size:.95rem;line-height:1.5;margin:0}.register-hours-alert-actions{display:flex;flex-wrap:wrap;gap:12px}.register-hours-alert-no,.register-hours-alert-yes{border:none;border-radius:14px;cursor:pointer;font-weight:600;padding:10px 18px}.register-hours-alert-yes{background:#22c55e;color:#0f172a}.register-hours-alert-no{background:#ffffff14;border:1px solid #94a3b83d;color:#e2e8f0}.register-hours-alert-yes:hover{background:#16a34a}.register-hours-alert-no:hover{background:#ffffff24}.register-hours-info svg,.register-hours-note svg{color:#38bdf8}.duration-box{background:#94a3b80f;border:1px solid #94a3b824;border-radius:18px;color:#e2e8f0;padding:18px 20px}.duration-box strong{display:block;font-size:1.2rem;margin-bottom:6px}.register-hours-actions{align-items:center;display:flex;flex-wrap:wrap;gap:14px;justify-content:flex-end}.register-hours-secondary,.register-hours-submit{border:none;border-radius:18px;cursor:pointer;padding:14px 22px;transition:transform .2s ease,background .2s ease}.register-hours-submit{background:linear-gradient(135deg,#38bdf8,#0ea5e9);color:#0f172a;font-weight:700}.register-hours-submit:hover{transform:translateY(-2px)}.register-hours-secondary{background:#ffffff0f;color:#cbd5e1}.register-hours-secondary:hover{background:#ffffff1f}@media (max-width:720px){.register-hours-overlay{padding:12px}.register-hours-modal{max-height:calc(100vh - 24px);max-width:100%;padding:20px;width:100%}.register-hours-row.two-columns{grid-template-columns:1fr}.register-hours-actions{justify-content:stretch}.register-hours-secondary,.register-hours-submit{width:100%}.input-with-icon,.register-hours-field input[type=date],.register-hours-field input[type=time],.register-hours-field select{box-sizing:border-box;width:100%}}.copi-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#050c1ed1;display:flex;inset:0;justify-content:center;padding:24px;position:fixed;z-index:1000}.copi-modal{background:#0b1220;border:1px solid #ffffff14;border-radius:28px;box-shadow:0 32px 80px #00000059;box-sizing:border-box;max-height:90vh;overflow-y:auto;padding:32px;width:min(680px,100%)}.copi-modal::-webkit-scrollbar{width:10px}.copi-modal::-webkit-scrollbar-track{background:#ffffff0a;border-radius:999px}.copi-modal::-webkit-scrollbar-thumb{background:#38bdf873;border-radius:999px}.copi-modal h2{color:#e2e8f0;font-size:1.8rem;letter-spacing:-.03em;margin-top:0}.copi-modal form{display:flex;flex-direction:column;gap:20px}.copi-modal label{color:#cbd5e1;font-size:.95rem;font-weight:600}.copi-modal input{background:#0f172aeb;border:1px solid #94a3b83d;border-radius:16px;box-sizing:border-box;color:#e2e8f0;font-size:16px;padding:14px 16px;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.copi-modal input:focus{border-color:#38bdf8;box-shadow:0 0 0 3px #38bdf82e;outline:none}.copi-modal input::placeholder{color:#64748b}.copi-modal .button-group{display:flex;flex-wrap:wrap;gap:14px;justify-content:flex-end;margin-top:20px}.copi-modal button{border:none;border-radius:18px;cursor:pointer;font-size:16px;font-weight:700;transition:transform .2s ease,background .2s ease}.copi-modal button[type=submit]{background:linear-gradient(135deg,#38bdf8,#0ea5e9);color:#0f172a}.copi-modal button[type=submit]:hover{transform:translateY(-2px)}.copi-modal button[type=button]{background:#ffffff0f;border:1px solid #94a3b83d;color:#cbd5e1}.copi-modal button[type=button]:hover{background:#ffffff1f}.copi-modal .loading{align-items:center;color:#cbd5e1;display:flex;gap:10px;justify-content:center;padding:20px;text-align:center}@media (max-width:720px){.copi-modal-overlay{padding:12px}.copi-modal{max-height:calc(100vh - 24px);max-width:100%;padding:20px;width:100%}.copi-modal button[type=button],.copi-modal button[type=submit]{width:100%}.copi-modal .button-group{flex-direction:column}.copi-modal input{box-sizing:border-box;width:100%}}
/*# sourceMappingURL=main.9a831255.css.map*/