:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.login-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;background-image:url(/assets/Fondo%20Login-CxUFC6AH.jpg);background-repeat:no-repeat;background-size:cover}.login-box{background:#000;padding:30px;border-radius:10px;box-shadow:0 4px 10px #0003;text-align:center}h1{margin-bottom:20px;margin-top:0;color:#333}input{width:100%;padding:10px;margin-bottom:15px;border:1px solid #ccc;border-radius:5px;font-size:16px}.spinner{width:20px;height:20px;border:3px solid #fff;border-top:3px solid #3498db;border-radius:50%;animation:spin .8s linear infinite}button{background:#3e3e3e;color:#fff;padding:10px 20px;border:none;border-radius:5px;font-size:18px;cursor:pointer}button:hover{background:#5e5e5e}p{margin-top:15px;font-size:16px;color:#555}.Toastify__toast{border-radius:12px;font-family:Poppins,sans-serif;font-weight:600;font-size:14px;padding:16px 24px;box-shadow:0 8px 20px #0000001f}.Toastify__toast--success{background:linear-gradient(135deg,#4caf50,#81c784);color:#fff}.Toastify__toast--error{background:linear-gradient(135deg,#f44336,#e57373);color:#fff}.Toastify__toast--warning{background:linear-gradient(135deg,#ff9800,#ffb74d);color:#fff}.Toastify__progress-bar{background:#fff;border-radius:12px}.app-header{position:fixed;z-index:1000;top:0;left:0;width:100%;padding-top:10px;padding-bottom:10px;background-color:#111827f2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid rgba(55,65,81,.7);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.header-container{max-width:80rem;margin:0 auto;padding:0 1rem}@media (min-width: 640px){.header-container{padding:0 1.5rem}}@media (min-width: 1024px){.header-container{padding:0 2rem}}.header-content{display:flex;justify-content:space-between;align-items:center;height:4rem}.logo-container{display:flex;align-items:center}.logo{width:2.5rem;height:2.5rem;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:.5rem;display:flex;align-items:center;justify-content:center;margin-right:.75rem;box-shadow:0 4px 6px -1px #2563eb4d;transition:transform .2s ease,box-shadow .2s ease}.logo:hover{transform:translateY(-2px);box-shadow:0 6px 8px -1px #2563eb66}.logo-icon{width:1.5rem;height:1.5rem;color:#fff}.brand-name{font-size:1.25rem;font-weight:700;color:#fff;letter-spacing:.025em}.nav-container{display:flex;align-items:center;gap:1rem}.nav-button{display:flex;align-items:center;padding:.5rem 1rem;border-radius:.5rem;transition:all .2s ease;font-weight:500}.button-icon{width:1rem;height:1rem;margin-right:.5rem}.dashboard-button{color:#d1d5dbe6;background-color:transparent;border:1px solid rgba(75,85,99,.5)}.dashboard-button:hover{color:#fff;background-color:#374151cc;border-color:#4b5563cc;transform:translateY(-1px)}.logout-button{color:#fff;background:linear-gradient(135deg,#ef4444,#dc2626);border:none;box-shadow:0 4px 6px -1px #dc26264d}.logout-button:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 6px 8px -1px #dc262666;transform:translateY(-1px)}.logout-button:active{transform:translateY(0);box-shadow:0 2px 4px -1px #dc26264d}@media (max-width: 639px){.button-text{display:none}.button-icon{margin-right:0}.nav-button{padding:.5rem}}.nav-button{position:relative;overflow:hidden}.nav-button:after{content:"";position:absolute;top:50%;left:50%;width:5px;height:5px;background:#ffffff4d;opacity:0;border-radius:100%;transform:scale(1) translate(-50%,-50%);transform-origin:50% 50%}.nav-button:focus:not(:active):after{animation:ripple .6s ease-out}@keyframes ripple{0%{transform:scale(0);opacity:.5}20%{transform:scale(25);opacity:.3}to{opacity:0;transform:scale(40)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.sidepanel-container{position:fixed;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:50;border:1px solid #e5e7eb;overflow:hidden;background-color:#fff}.sidepanel-desktop{top:50%;left:0;transform:translateY(-50%);border-radius:0 12px 12px 0;box-shadow:4px 0 20px #00000026;border-left:none}.sidepanel-desktop.expanded{width:280px}.sidepanel-desktop.collapsed{width:70px}.sidepanel-mobile{bottom:0;left:0;right:0;width:100%;border-radius:12px 12px 0 0;box-shadow:0 -4px 20px #00000026;border-bottom:none}.sidepanel-mobile.expanded{height:250px}.sidepanel-mobile.collapsed{height:70px}.sidepanel-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0000004d;z-index:40}.sidepanel-header{padding:16px;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;cursor:pointer}.sidepanel-header.desktop{border-bottom:1px solid #f3f4f6;cursor:default}.sidepanel-header.mobile{height:70px}.sidepanel-header.mobile.collapsed{width:100%;justify-content:center}.sidepanel-title{font-size:14px;font-weight:600;white-space:nowrap;transition:opacity .3s ease}.sidepanel-title.hidden{opacity:0}.sidepanel-title.visible{opacity:1}.sidepanel-chevron{background-color:#fff3;border-radius:50%;padding:4px;display:flex;align-items:center;justify-content:center}.sidepanel-menu,.sidepanel-menu.desktop{padding:12px 0}.sidepanel-menu.mobile{display:flex;padding:12px 12px 12px 50px;gap:12px;overflow-x:auto;height:calc(100% - 70px);align-items:center;justify-content:center}.sidepanel-item{margin:8px 12px;border-radius:8px;overflow:hidden;cursor:pointer;transition:all .2s ease;background-color:transparent}.sidepanel-item.mobile{margin:0 0 0 -10px;flex:0 0 auto}.sidepanel-item:hover{transform:translate(2px)}.sidepanel-item.mobile:hover{transform:none}.sidepanel-item-content{display:flex;align-items:center;padding:12px;gap:12px;position:relative}.sidepanel-item-content.mobile{flex-direction:column;text-align:center}.sidepanel-color-indicator{position:absolute;left:0;top:0;bottom:0;width:3px;border-radius:0 2px 2px 0;opacity:0;transition:opacity .2s ease}.sidepanel-color-indicator.mobile{left:50%;top:0;bottom:auto;right:50%;width:0;height:3px;border-radius:50%;transform:translate(50%)}.sidepanel-item:hover .sidepanel-color-indicator{opacity:1}.sidepanel-icon{min-width:24px;height:24px;display:flex;align-items:center;justify-content:center}.sidepanel-label{font-weight:500;color:#374151;transition:opacity .3s ease,transform .3s ease;white-space:nowrap}.sidepanel-label.desktop{font-size:14px}.sidepanel-label.mobile{font-size:10px}.sidepanel-label.hidden{opacity:0;transform:translate(-10px)}.sidepanel-label.visible{opacity:1;transform:translate(0)}.sidepanel-badge{margin-left:auto;background-color:#ef4444;color:#fff;font-size:10px;font-weight:600;padding:2px 6px;border-radius:10px;transition:opacity .3s ease}.sidepanel-badge.hidden{opacity:0}.sidepanel-badge.visible{opacity:1}.sidepanel-footer{padding:12px 16px;border-top:1px solid #f3f4f6;background-color:#f9fafb}.sidepanel-status{display:flex;align-items:center;gap:8px;transition:opacity .3s ease}.sidepanel-status.hidden{opacity:0}.sidepanel-status.visible{opacity:1}.sidepanel-status-dot{width:8px;height:8px;background-color:#10b981;border-radius:50%;animation:pulse 2s infinite}.sidepanel-status-text{font-size:12px;color:#6b7280}@media (max-width: 767px){.sidepanel-item:hover{transform:none}}.form-container{min-height:100vh;padding:2rem 1rem;margin-top:60px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.routines-section{background-color:#fff}.routines-grid{display:grid;grid-template-columns:1fr;gap:40px}@media (min-width: 768px){.routines-grid{grid-template-columns:repeat(3,1fr)}}.routine-card{width:100%}.user-form-wrapper{max-width:500px;margin:0 auto;background:linear-gradient(135deg,#fff,#f8fafc);border-radius:16px;box-shadow:0 4px 20px #3b82f614;border:1px solid #dbeafe;overflow:hidden;animation:slideUp .5s ease-out}.user-form-header{background:linear-gradient(135deg,#1e40af,#3b82f6,#60a5fa);color:#fff;padding:2rem;text-align:center;box-shadow:0 4px 20px #3b82f64d}.user-form-title{font-size:1.875rem;font-weight:700;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.1)}.user-form-subtitle{font-size:1rem;opacity:.9;margin-top:.5rem;font-weight:400;color:#fff}.user-form-content{padding:2rem}.user-form{display:flex;flex-direction:column;gap:1.5rem}.user-field-group{display:flex;flex-direction:column;gap:.5rem;position:relative}.user-field-label{font-size:.875rem;font-weight:600;color:#1e40af;margin-bottom:.25rem;display:flex;align-items:center}.user-input{width:100%;padding:.875rem 1rem;border:2px solid #dbeafe;border-radius:12px;font-size:1rem;transition:all .3s ease;background-color:#fff;box-sizing:border-box}.user-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;transform:translateY(-1px)}.user-input:hover{border-color:#93c5fd}.user-input::placeholder{color:#94a3b8;font-weight:400}.user-select{width:100%;padding:.875rem 3rem .875rem 1rem;border:2px solid #dbeafe;border-radius:12px;font-size:1rem;transition:all .3s ease;background-color:#fff;box-sizing:border-box;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 1rem center;background-size:1rem}.user-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;transform:translateY(-1px);background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233b82f6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e")}.user-select:hover{border-color:#93c5fd;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233b82f6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e")}.user-select option{padding:.75rem 1rem;background-color:#fff;color:#374151;font-weight:500;border:none;border-radius:8px;margin:.25rem 0}.user-select option:hover{background-color:#f8fafc;color:#1e40af}.user-select option:checked{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;font-weight:600}.user-select option[value="0"]{background:linear-gradient(135deg,#ef44441a,#ef44440d);color:#dc2626}.user-select option[value="1"]{background:linear-gradient(135deg,#10b9811a,#10b9810d);color:#059669}.user-select option[value="2"]{background:linear-gradient(135deg,#3b82f61a,#3b82f60d);color:#2563eb}.user-select option[value="0"]:checked{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.user-select option[value="1"]:checked{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.user-select option[value="2"]:checked{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.user-buttons{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.user-btn{padding:.875rem 1.5rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;border:none;text-decoration:none;text-align:center;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.user-btn-primary{background:linear-gradient(135deg,#1e40af,#3b82f6,#60a5fa);color:#fff;box-shadow:0 4px 12px #3b82f666}.user-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}.user-btn-primary:active{transform:translateY(0)}.user-btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:0 4px 12px #3b82f633}.user-btn-secondary{background-color:transparent;color:#3b82f6;border:2px solid #3b82f6}.user-btn-secondary:hover{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.user-btn-secondary a{color:inherit;text-decoration:none}.user-btn-loading{position:relative;color:transparent}.user-btn-loading:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:20px;height:20px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite}.user-input.error{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.user-input.success{border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.user-select.error{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.user-select.success{border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.role-indicator{margin-top:.5rem;padding:.75rem 1rem;border-radius:12px;font-size:.875rem;font-weight:600;display:flex;align-items:center;gap:.5rem;border:1px solid;transition:all .3s ease;box-shadow:0 2px 8px #0000001a}.role-indicator:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000026}@media (min-width: 640px){.user-buttons{flex-direction:row;justify-content:space-between}.user-btn{flex:1}.user-btn-secondary{flex:0 0 auto;min-width:120px}}@media (max-width: 639px){.form-container{padding:1rem .5rem}.user-form-content,.user-form-header{padding:1.5rem}.user-form-title{font-size:1.5rem}}.user-btn:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.user-input:focus-visible{outline:none}.user-select:focus-visible{outline:none}.user-form-wrapper:hover{box-shadow:0 8px 30px #3b82f61f}.user-field-group:hover .user-field-label{color:#3b82f6}.user-error-message{color:#ef4444;font-size:.875rem;margin-top:.25rem;display:flex;align-items:center;gap:.25rem}.user-success-message{color:#10b981;font-size:.875rem;margin-top:.25rem;display:flex;align-items:center;gap:.25rem}.user-select:focus{animation:selectPulse .3s ease-out}@keyframes selectPulse{0%{transform:translateY(-1px) scale(1)}50%{transform:translateY(-2px) scale(1.02)}to{transform:translateY(-1px) scale(1)}}@supports (backdrop-filter: blur(10px)){.user-select:focus{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}}.profile-container{min-height:100vh;background:linear-gradient(135deg,#f0f9ff,#dbeafe,#bfdbfe);padding:2rem 1rem;margin-top:60px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.profile-max-width{max-width:1280px;margin:0 auto}.profile-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 1024px){.profile-grid{grid-template-columns:1fr 2fr}}.profile-card{background:linear-gradient(135deg,#fff,#f8fafc);border-radius:16px;padding:1.5rem;border:1px solid #dbeafe;margin-bottom:1.5rem;box-shadow:0 4px 20px #3b82f614;transition:all .3s ease}.profile-card:hover{box-shadow:0 8px 30px #3b82f61f;transform:translateY(-2px)}.profile-card-header{display:flex;align-items:center;margin-bottom:1.5rem}.profile-card-title{font-size:1.25rem;font-weight:600;color:#1e40af;margin-left:.75rem}.profile-info-grid{display:flex;flex-direction:column;gap:1rem}.profile-info-item{display:flex;align-items:center}.profile-info-icon{width:1rem;height:1rem;color:#6b7280;margin-right:.75rem;flex-shrink:0}.profile-info-content{flex:1}.profile-info-label{font-size:.875rem;color:#6b7280;margin-bottom:.125rem}.profile-info-value{color:#1f2937;font-weight:500}.profile-stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.profile-stat-card{text-align:center;padding:1rem;background:linear-gradient(135deg,#1e40af,#3b82f6,#60a5fa);border-radius:12px;color:#fff;transition:all .3s ease}.profile-stat-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #3b82f64d}.profile-stat-icon{width:1.5rem;height:1.5rem;margin:0 auto .5rem}.profile-stat-value{font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.profile-stat-label{font-size:.875rem;opacity:.9}.profile-imc-card{margin-top:1rem;padding:1rem;background:linear-gradient(135deg,#10b981,#059669);border-radius:12px;color:#fff;text-align:center}.profile-imc-label{font-size:.875rem;opacity:.9;margin-bottom:.25rem}.profile-imc-value{font-size:1.25rem;font-weight:700;margin-bottom:.25rem}.profile-imc-status{font-size:.75rem;opacity:.8}.profile-body-visualization{position:relative}.profile-body-svg{margin:0 auto;display:block}.profile-body-legend{margin-top:1rem;text-align:center}.profile-body-legend-text{color:#6b7280;font-size:.875rem}.profile-measurements-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (min-width: 768px){.profile-measurements-grid{grid-template-columns:repeat(3,1fr)}}.profile-measurement-card{text-align:center;padding:1rem;background:linear-gradient(135deg,#1e40af,#3b82f6,#60a5fa);border-radius:12px;color:#fff;transition:all .3s ease}.profile-measurement-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #3b82f64d}.profile-measurement-value{font-size:1.125rem;font-weight:700;color:#fff;margin-bottom:.25rem}.profile-measurement-label{font-size:.875rem;color:#fff;opacity:.9}.profile-observations{color:#4b5563;line-height:1.6;font-size:1rem}.profile-section-subtitle{margin-left:.75rem;font-size:.875rem;color:#6b7280}.profile-body-part{cursor:pointer;transition:all .3s ease}.profile-body-part:hover{stroke:#3b82f6!important}.profile-measurement-circle{transition:opacity .3s ease}.profile-measurement-circle.highlighted{opacity:1}.profile-measurement-circle:not(.highlighted){opacity:.7}@media (max-width: 768px){.profile-container{padding:1rem .5rem}.profile-card{padding:1rem}.profile-stats-grid,.profile-measurements-grid{grid-template-columns:1fr}}:root{--color-slate-900: #0f172a;--color-slate-800: #1e293b;--color-slate-700: #334155;--color-slate-600: #475569;--color-slate-500: #64748b;--color-slate-400: #94a3b8;--color-slate-300: #cbd5e1;--color-blue-900: #1e3a8a;--color-blue-800: #1e40af;--color-blue-700: #1d4ed8;--color-blue-600: #2563eb;--color-blue-500: #3b82f6;--color-blue-400: #60a5fa;--color-white: #ffffff;--color-black: #000000;--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);--shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, .25);--shadow-blue: 0 10px 25px -3px rgba(59, 130, 246, .1);--shadow-blue-lg: 0 10px 25px -3px rgba(59, 130, 246, .2)}*{box-sizing:border-box}.form-page{min-height:100vh;background:linear-gradient(135deg,var(--color-slate-900) 0%,var(--color-blue-900) 50%,var(--color-slate-900) 100%);padding:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.toast-container{margin-top:4rem}.form-container{max-width:1152px;margin:0 auto;padding:2rem 1rem}.form-header{margin-top:100px;text-align:center;margin-bottom:3rem}.header-icon-wrapper{position:relative;display:inline-block;margin-bottom:1.5rem}.header-icon-glow{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--color-blue-500);border-radius:50%;filter:blur(40px);opacity:.3;animation:pulse 2s infinite}.header-icon{position:relative;background:linear-gradient(135deg,var(--color-blue-600),var(--color-blue-700));border-radius:50%;padding:1.5rem;box-shadow:var(--shadow-2xl)}.icon-large{width:3rem;height:3rem;color:var(--color-white)}.main-title{font-size:3rem;font-weight:700;background:linear-gradient(135deg,var(--color-blue-400),var(--color-white));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:1rem;line-height:1.2}.main-subtitle{font-size:1.25rem;color:var(--color-slate-300);max-width:32rem;margin:0 auto;line-height:1.6}.title-divider{width:6rem;height:4px;background:linear-gradient(90deg,var(--color-blue-500),var(--color-blue-600));margin:1.5rem auto 0;border-radius:2px}.form-content{display:flex;flex-direction:column;gap:2rem}.form-section{background:#1e293b80;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:1.5rem;padding:2rem;border:1px solid rgba(71,85,105,.5);box-shadow:var(--shadow-2xl);transition:all .3s ease}.form-section:hover{box-shadow:var(--shadow-blue)}.section-header{display:flex;align-items:center;margin-bottom:2rem}.section-icon{background:linear-gradient(135deg,var(--color-blue-500),var(--color-blue-600));border-radius:.75rem;padding:.75rem;margin-right:1rem;box-shadow:var(--shadow-xl)}.icon-medium{width:1.75rem;height:1.75rem;color:var(--color-white)}.section-title-group{flex:1}.section-title{font-size:1.875rem;font-weight:700;color:var(--color-white);margin:0 0 .25rem}.section-subtitle{color:var(--color-slate-400);margin:0;font-size:1rem}.form-grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.form-grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.input-group{display:flex;flex-direction:column;gap:.75rem}.input-label{display:flex;align-items:center;font-size:.875rem;font-weight:600;color:var(--color-slate-300);text-transform:uppercase;letter-spacing:.05em}.label-icon{width:1rem;height:1rem;margin-right:.5rem;color:var(--color-blue-400)}.emoji-icon{margin-right:.5rem;font-size:1.125rem}.input-wrapper{position:relative}.form-input,.form-select{width:100%;padding:1.25rem;background:#33415580;border:2px solid rgba(71,85,105,.5);border-radius:.75rem;color:var(--color-white);font-size:1rem;transition:all .3s ease}.form-input::placeholder{color:var(--color-slate-400)}.form-input:focus,.form-select:focus{outline:none;border-color:var(--color-blue-500);box-shadow:0 0 0 4px #3b82f64d}.form-input:hover,.form-select:hover{border-color:var(--color-slate-500)}.form-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right .75rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem}.form-select option{background:var(--color-slate-700);color:var(--color-white)}.form-textarea{width:100%;padding:1.5rem;background:#33415580;border:2px solid rgba(71,85,105,.5);border-radius:.75rem;color:var(--color-white);font-size:1rem;resize:none;transition:all .3s ease;font-family:inherit}.form-textarea::placeholder{color:var(--color-slate-400)}.form-textarea:focus{outline:none;border-color:var(--color-blue-500);box-shadow:0 0 0 4px #3b82f64d}.form-textarea:hover{border-color:var(--color-slate-500)}.input-unit{position:absolute;right:1rem;top:50%;transform:translateY(-50%);color:var(--color-slate-400);font-size:.875rem;font-weight:500;pointer-events:none}.input-overlay{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:.75rem;background:linear-gradient(90deg,rgba(59,130,246,.1),transparent);opacity:0;transition:opacity .3s ease;pointer-events:none}.input-wrapper:hover .input-overlay{opacity:1}.radio-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.radio-option{position:relative;display:flex;align-items:center;padding:1.5rem;border-radius:1rem;border:2px solid rgba(71,85,105,.5);background:#3341554d;cursor:pointer;transition:all .3s ease}.radio-option:hover{border-color:var(--color-slate-500);background:#33415580}.radio-selected{border-color:var(--color-blue-500);background:#3b82f61a;box-shadow:var(--shadow-blue-lg)}.radio-input{position:absolute;opacity:0;pointer-events:none}.radio-circle{width:1.5rem;height:1.5rem;border-radius:50%;border:2px solid var(--color-slate-400);margin-right:1rem;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.radio-circle-selected{border-color:var(--color-blue-500)}.radio-dot{width:.75rem;height:.75rem;border-radius:50%;background:var(--color-blue-500)}.radio-content{display:flex;align-items:center}.radio-icon{width:1.25rem;height:1.25rem;margin-right:.75rem;color:var(--color-blue-400)}.radio-text{font-size:1.125rem;font-weight:600;color:var(--color-white)}.button-group{display:flex;flex-direction:column;gap:1.5rem;padding-top:2rem}@media (min-width: 640px){.button-group{flex-direction:row}}.btn-primary,.btn-secondary{position:relative;flex:1;padding:1.5rem 2.5rem;border-radius:1rem;font-weight:700;font-size:1.125rem;border:none;cursor:pointer;transition:all .3s ease;overflow:hidden;box-shadow:var(--shadow-2xl)}.btn-primary{background:linear-gradient(135deg,var(--color-blue-600),var(--color-blue-700),var(--color-blue-800));color:var(--color-white)}.btn-primary:hover{background:linear-gradient(135deg,var(--color-blue-700),var(--color-blue-800),var(--color-blue-900));transform:scale(1.05);box-shadow:0 25px 50px -12px #3b82f64d}.btn-secondary{background:#33415580;color:var(--color-white);border:2px solid rgba(71,85,105,.5)}.btn-secondary:hover{background:#47556980;border-color:var(--color-slate-500);box-shadow:0 25px 50px -12px #47556933}.btn-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(255,255,255,.2),transparent);opacity:0;transition:opacity .3s ease}.btn-primary:hover .btn-overlay{opacity:1}.btn-secondary:hover .btn-overlay{background:linear-gradient(90deg,rgba(255,255,255,.1),transparent);opacity:1}.btn-content{position:relative;display:flex;align-items:center;justify-content:center}.btn-icon{width:1.5rem;height:1.5rem;margin-right:.75rem}.btn-text{font-size:1.125rem}@keyframes pulse{0%,to{opacity:.3}50%{opacity:.5}}@media (max-width: 768px){.form-container{padding:1rem}.main-title{font-size:2.5rem}.main-subtitle{font-size:1.125rem}.form-section{padding:1.5rem}.section-header{flex-direction:column;align-items:flex-start;gap:1rem}.section-icon{margin-right:0}.form-grid-2,.form-grid-3{grid-template-columns:1fr}}@media (max-width: 480px){.main-title{font-size:2rem}.section-title{font-size:1.5rem}.form-input,.form-select,.form-textarea{padding:1rem}.btn-primary,.btn-secondary{padding:1.25rem 2rem}}.body-container{background:linear-gradient(135deg,#1a9ccb,#1324b7);display:flex;flex-direction:column;align-items:center;padding:20px;font-family:Arial,sans-serif;width:100vw;box-sizing:border-box}html,body,#root{margin:0;padding:0;width:100%;height:100%;box-sizing:border-box;overflow-x:hidden}.title{font-size:2.5rem;color:#fff;text-align:center;margin-bottom:10px;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.subtitle{font-size:1.2rem;color:#ffffffe6;text-align:center;margin-bottom:30px;max-width:600px}.users-table-container{background:#fff;border-radius:12px;box-shadow:0 8px 32px #0000001a;padding:24px;margin:20px 0;width:100%;max-width:1200px}.table-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:15px}.table-header h2{color:#333;margin:0;font-size:1.5rem}.table-controls{display:flex;gap:20px;align-items:center;flex-wrap:wrap}.search-container{position:relative}.search-input{padding:10px 15px;border:2px solid #e1e5e9;border-radius:8px;font-size:14px;width:250px;transition:border-color .3s ease}.search-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.per-page-container{display:flex;align-items:center;gap:8px}.per-page-container label{font-size:14px;color:#666}.per-page-select{padding:8px 12px;border:2px solid #e1e5e9;border-radius:6px;font-size:14px;background:#fff;cursor:pointer}.table-wrapper{overflow-x:auto;border-radius:8px;border:1px solid #e1e5e9}.users-table{width:100%;border-collapse:collapse;background:#fff}.users-table th,.users-table td{padding:12px 15px;text-align:left;border-bottom:1px solid #e1e5e9}.users-table th{background:#f8f9fa;font-weight:600;color:#333;position:sticky;top:0}.users-table th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .2s ease}.users-table th.sortable:hover{background:#e9ecef}.users-table tbody tr:hover{background:#f8f9fa}.role-badge,.status-badge{padding:4px 8px;border-radius:12px;font-size:12px;font-weight:500;text-transform:capitalize}.role-badge.cliente{background:#e3f2fd;color:#1976d2}.role-badge.entrenador{background:#f3e5f5;color:#7b1fa2}.status-badge.active{background:#e8f5e8;color:#2e7d32}.status-badge.inactive{background:#ffebee;color:#c62828}.action-buttons{display:flex;gap:8px}.action-btn{background:none;border:none;cursor:pointer;padding:6px;border-radius:4px;transition:background-color .2s ease}.action-btn:hover{background:#f0f0f0}.action-btn.edit:hover{background:#e3f2fd}.action-btn.delete:hover{background:#ffebee}.no-data{text-align:center;color:#666;font-style:italic;padding:40px}.loading{text-align:center;padding:40px;color:#666;font-size:16px}.pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin:20px 0;flex-wrap:wrap}.pagination-btn{padding:8px 12px;border:1px solid #e1e5e9;background:#fff;color:#333;border-radius:6px;cursor:pointer;transition:all .2s ease;font-size:14px}.pagination-btn:hover:not(:disabled){background:#f8f9fa;border-color:#667eea}.pagination-btn.active{background:#667eea;color:#fff;border-color:#667eea}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.table-info{text-align:center;color:#666;font-size:14px;margin-top:15px}.buttons{display:flex;gap:20px;margin-top:30px;flex-wrap:wrap;justify-content:center}.button{background:linear-gradient(45deg,#667eea,#764ba2);color:#fff;border:none;padding:15px 30px;border-radius:25px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #667eea4d}.button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.logout{background:linear-gradient(45deg,#ff6b6b,#ee5a24);color:#fff;border:none;padding:15px 30px;border-radius:25px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #ff6b6b4d}.logout:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff6b6b66}@media (max-width: 768px){.table-header{flex-direction:column;align-items:stretch}.table-controls{justify-content:space-between}.search-input{width:100%;max-width:300px}.users-table{font-size:14px}.users-table th,.users-table td{padding:8px 10px}.buttons{flex-direction:column;width:100%;max-width:300px}.button,.logout{width:100%}}@media (max-width: 480px){.users-table-container{padding:16px;margin:10px}.title{font-size:2rem}.subtitle{font-size:1rem}}.animate-spin{animation:spin 1s linear infinite}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.exercise-card{transition:all .3s ease}.exercise-card:hover{transform:translateY(-2px)}.video-container{position:relative;width:100%;height:0;padding-bottom:56.25%}.video-container video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}@media (max-width: 768px){.grid{grid-template-columns:1fr}.modal-content{margin:1rem;max-height:calc(100vh - 2rem)}}.exercise-form-container{min-height:100vh;background:linear-gradient(135deg,#f0f9ff,#dbeafe,#bfdbfe);padding:2rem 1rem;margin-top:60px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.exercise-form-wrapper{max-width:600px;margin:0 auto;background:linear-gradient(135deg,#fff,#f8fafc);border-radius:16px;box-shadow:0 4px 20px #3b82f614;border:1px solid #dbeafe;overflow:hidden}.exercise-form-header{background:linear-gradient(135deg,#1e40af,#3b82f6,#60a5fa);color:#fff;padding:2rem;text-align:center;box-shadow:0 4px 20px #3b82f64d}.exercise-form-title{font-size:1.875rem;font-weight:700;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.1)}.exercise-form-subtitle{font-size:1rem;opacity:.9;margin-top:.5rem;font-weight:400;color:#fff}.exercise-form-content{padding:2rem}.exercise-form{display:flex;flex-direction:column;gap:1.5rem}.exercise-field-group{display:flex;flex-direction:column;gap:.5rem}.exercise-field-label{font-size:.875rem;font-weight:600;color:#1e40af;margin-bottom:.25rem}.exercise-input{width:100%;padding:.875rem 1rem;border:2px solid #dbeafe;border-radius:12px;font-size:1rem;transition:all .3s ease;background-color:#fff;box-sizing:border-box}.exercise-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;transform:translateY(-1px)}.exercise-input::placeholder{color:#94a3b8;font-weight:400}.exercise-multiselect{position:relative;width:100%}.exercise-multiselect-trigger{width:100%;padding:.875rem 1rem;border:2px solid #dbeafe;border-radius:12px;font-size:1rem;transition:all .3s ease;background-color:#fff;box-sizing:border-box;cursor:pointer;display:flex;justify-content:space-between;align-items:center;min-height:3rem}.exercise-multiselect-trigger:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;transform:translateY(-1px)}.exercise-multiselect-trigger:hover{border-color:#93c5fd}.exercise-multiselect-placeholder{color:#94a3b8;font-weight:400}.exercise-multiselect-values{display:flex;flex-wrap:wrap;gap:.5rem;flex:1}.exercise-multiselect-tag{background:linear-gradient(135deg,#1e40af,#3b82f6,#60a5fa);color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.875rem;font-weight:500;display:flex;align-items:center;gap:.5rem;box-shadow:0 2px 8px #3b82f64d}.exercise-multiselect-tag-remove{background:#fff3;border:none;color:#fff;border-radius:50%;width:22px;height:22px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;font-weight:700;transition:all .2s ease;margin-left:.25rem;line-height:1}.exercise-multiselect-tag-remove:hover{background:#fff6;transform:scale(1.1)}.exercise-multiselect-arrow{color:#6b7280;transition:transform .3s ease}.exercise-multiselect-arrow.open{transform:rotate(180deg)}.exercise-multiselect-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:2px solid #dbeafe;border-top:none;border-radius:0 0 12px 12px;max-height:200px;overflow-y:auto;z-index:10;box-shadow:0 4px 12px #3b82f61a}.exercise-multiselect-option{padding:.75rem 1rem;cursor:pointer;transition:background-color .2s ease;display:flex;align-items:center;gap:.75rem}.exercise-multiselect-option:hover{background-color:#f8fafc}.exercise-multiselect-option.selected{background:linear-gradient(135deg,#3b82f61a,#1d4ed81a);color:#1e40af}.exercise-multiselect-checkbox{width:18px;height:18px;border:2px solid #d1d5db;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.exercise-multiselect-checkbox.checked{background:linear-gradient(135deg,#1e40af,#3b82f6,#60a5fa);border-color:#1e40af;color:#fff}.exercise-textarea{min-height:120px;resize:vertical;font-family:inherit;line-height:1.5}.exercise-file-input{position:relative;overflow:hidden;display:inline-block;width:100%}.exercise-file-input input[type=file]{position:absolute;left:-9999px;opacity:0}.exercise-file-label{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem;border:2px dashed #93c5fd;border-radius:12px;background-color:#f8fafc;color:#64748b;cursor:pointer;transition:all .3s ease;font-weight:500}.exercise-file-label:hover{border-color:#3b82f6;background-color:#eff6ff;color:#3b82f6}.exercise-file-label.has-file{border-color:#1d4ed8;background-color:#dbeafe;color:#1e40af}.exercise-file-icon{width:24px;height:24px}.exercise-file-info{margin-top:.5rem;padding:.75rem;background-color:#eff6ff;border:1px solid #93c5fd;border-radius:8px;font-size:.875rem;color:#1e40af}.exercise-buttons{display:flex;flex-direction:column;vertical-align:bottom;gap:1rem;margin-top:1rem}.exercise-btn{padding:.875rem 1.5rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;border:none;text-decoration:none;text-align:center;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.exercise-btn-primary{background:linear-gradient(135deg,#1e40af,#3b82f6,#60a5fa);color:#fff;box-shadow:0 4px 12px #3b82f666}.exercise-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}.exercise-btn-primary:active{transform:translateY(0)}.exercise-btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:0 4px 12px #3b82f633}.exercise-btn-secondary{background-color:transparent;color:#3b82f6;border:2px solid #3b82f6}.exercise-btn-secondary:hover{background-color:#3b82f6;color:#fff;transform:translateY(-1px)}.exercise-btn-loading{position:relative;color:transparent}.exercise-btn-loading:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:20px;height:20px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite}@media (min-width: 640px){.exercise-buttons{flex-direction:row;justify-content:space-between}.exercise-btn{flex:1}.exercise-btn-secondary{flex:0 0 auto;min-width:120px}}@media (max-width: 639px){.exercise-form-container{padding:1rem .5rem}.exercise-form-content,.exercise-form-header{padding:1.5rem}.exercise-form-title{font-size:1.5rem}.exercise-multiselect-values{gap:.25rem}.exercise-multiselect-tag{font-size:.75rem;padding:.2rem .5rem}}.exercise-input.error{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.exercise-input.success{border-color:#1d4ed8;box-shadow:0 0 0 3px #1d4ed81a}.exercise-multiselect-trigger.error{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.exercise-multiselect-trigger.success{border-color:#1d4ed8;box-shadow:0 0 0 3px #1d4ed81a}.exercise-error-message{color:#ef4444;font-size:.875rem;margin-top:.25rem;display:flex;align-items:center;gap:.25rem}.exercise-form-wrapper{animation:slideUp .5s ease-out}.exercise-input:hover,.exercise-textarea:hover{border-color:#93c5fd}.exercise-btn:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.exercise-input:focus-visible{outline:none}.exercise-multiselect-trigger:focus-visible{outline:none}.exercise-loading-container{display:flex;justify-content:center;align-items:center;height:16rem}.exercise-loading-spinner{width:3rem;height:3rem;border:2px solid #dbeafe;border-top:2px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite}.exercise-list-header{margin-bottom:1.5rem}.exercise-list-title{font-size:1.875rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#3b82f6,#1d4ed8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.exercise-search-container{position:relative;margin-bottom:1rem}.exercise-search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-90%);color:#6b7280;width:1.25rem;height:1.25rem;display:flex;align-items:center;justify-content:center}.exercise-search-input{width:100%;padding:.875rem 1rem .875rem 2.5rem;border:2px solid #dbeafe;border-radius:12px;font-size:1rem;outline:none;transition:all .3s ease;background-color:#fff;box-sizing:border-box}.exercise-search-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;transform:translateY(-1px)}.exercise-search-input:hover{border-color:#93c5fd}.exercise-counter{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.exercise-counter-text{color:#6b7280;font-size:.875rem}.exercise-empty-state{text-align:center;padding-top:3rem;padding-bottom:3rem}.exercise-empty-icon{color:#93c5fd;margin-bottom:1rem}.exercise-empty-filter-icon{width:4rem;height:4rem;margin:0 auto 1rem}.exercise-empty-title{font-size:1.25rem;font-weight:600;color:#6b7280;margin-bottom:.5rem}.exercise-empty-description{color:#9ca3af}.exercise-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.exercise-card{background:linear-gradient(135deg,#fff,#f8fafc,#f1f5f9);border-radius:16px;box-shadow:0 4px 20px #3b82f614;overflow:hidden;border:1px solid rgba(59,130,246,.1);transition:all .4s cubic-bezier(.4,0,.2,1);position:relative}.exercise-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);opacity:0;transition:opacity .3s ease}.exercise-card:hover{box-shadow:0 20px 40px #3b82f626;transform:translateY(-4px);border-color:#3b82f633}.exercise-card:hover:before{opacity:1}.exercise-video-container{position:relative;background:linear-gradient(135deg,#f8fafc,#e3f2fd);height:12rem;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:12px 12px 0 0}.exercise-video-thumbnail{width:100%;height:100%;object-fit:cover;transition:transform .3s ease;filter:brightness(.9)}.exercise-card:hover .exercise-video-thumbnail{transform:scale(1.05);filter:brightness(1)}.exercise-video-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#1e40afe6,#3b82f6cc,#60a5fab3);display:flex;align-items:center;justify-content:center;opacity:0;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.exercise-video-overlay:hover{opacity:1}.exercise-play-button{background:linear-gradient(135deg,#fffffff2,#ffffffe6);border-radius:50%;padding:1rem;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 32px #3b82f64d;position:relative;overflow:hidden}.exercise-play-button:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#3b82f61a,#1d4ed81a);border-radius:50%;opacity:0;transition:opacity .3s ease}.exercise-play-button:hover{transform:scale(1.15);box-shadow:0 12px 40px #3b82f666}.exercise-play-button:hover:before{opacity:1}.exercise-play-button:active{transform:scale(1.05)}.exercise-play-icon{width:1.75rem;height:1.75rem;color:#3b82f6;margin-left:.125rem;position:relative;z-index:1;filter:drop-shadow(0 2px 4px rgba(59,130,246,.2))}.exercise-video-container:after{content:"▶";position:absolute;bottom:.75rem;right:.75rem;background:#000000b3;color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:all .3s ease}.exercise-card:hover .exercise-video-container:after{opacity:0}.exercise-card-content{padding:1rem}.exercise-card-title{font-size:1.125rem;font-weight:700;color:#142f70;margin-top:0;margin-bottom:.5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-shadow:0 1px 3px rgba(15,23,42,.1);letter-spacing:-.025em}.exercise-category-container{margin-bottom:.75rem}.exercise-category-tag{background:linear-gradient(135deg,#1e40af,#3b82f6,#60a5fa);color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:500;display:inline-block;box-shadow:0 2px 8px #3b82f64d}.exercise-card-description{color:#6b7280;font-size:.875rem;margin-bottom:1rem;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4}.exercise-card-actions{display:flex;justify-content:left}.exercise-view-button{display:flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#1e40af,#3b82f6,#60a5fa);color:#fff;padding:.5rem 1rem;border-radius:8px;border:none;cursor:pointer;transition:all .2s ease;font-weight:500;box-shadow:0 2px 8px #3b82f64d}.exercise-view-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.exercise-view-icon{width:1rem;height:1rem}.exercise-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:50;padding:1rem}.exercise-modal-content{background:linear-gradient(135deg,#fff,#f8fafc,#f1f5f9);border-radius:16px;max-width:56rem;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 25px 50px -12px #3b82f640;border:1px solid rgba(59,130,246,.1)}.exercise-modal-inner{padding:1.5rem;margin-top:1rem}.exercise-modal-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.exercise-modal-title{font-size:1.5rem;margin-bottom:0;font-weight:700;color:#1f2937;background:linear-gradient(135deg,#3b82f6,#1d4ed8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.exercise-modal-close{color:#9ca3af;font-size:1.875rem;font-weight:700;line-height:1;background-color:transparent;border:none;cursor:pointer;border-radius:50%;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.exercise-modal-close:hover{color:#6b7280;background-color:#f3f4f6}.exercise-modal-category{margin-bottom:1rem}.exercise-modal-video-container{margin-bottom:1.5rem;position:relative;border-radius:16px;overflow:hidden;box-shadow:0 20px 40px #3b82f626;background:linear-gradient(135deg,#f8fafc,#e3f2fd)}.exercise-modal-video{width:100%;border-radius:16px;display:block;transition:all .3s ease}.exercise-modal-video:hover{transform:scale(1.01)}.exercise-modal-video-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,transparent 0%,rgba(59,130,246,.05) 50%,transparent 100%);pointer-events:none;border-radius:16px;z-index:1}.exercise-modal-description{margin-bottom:1.5rem}.exercise-modal-section-title{font-size:1.125rem;font-weight:600;color:#1e40af;margin-bottom:.5rem}.exercise-modal-text{color:#6b7280;line-height:1.6}.exercise-modal-actions{display:flex;justify-content:flex-end;gap:.75rem}.exercise-modal-button{padding:.5rem 1.5rem;border:2px solid #3b82f6;color:#3b82f6;border-radius:8px;background-color:#fff;cursor:pointer;transition:all .2s ease;font-weight:500}.exercise-modal-button:hover{background:linear-gradient(135deg,#1e40af,#3b82f6,#60a5fa);color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f666}@media (max-width: 768px){.exercise-grid{grid-template-columns:1fr}.exercise-modal-content{margin:1rem;max-height:calc(100vh - 2rem)}.exercise-list-title{font-size:1.5rem}}.body-container{padding:2rem;text-align:center;margin-top:60px}.form-container{padding:2rem;margin-top:60px}.title{font-size:2rem;margin-bottom:1rem}.subtitle{font-size:1.2rem;margin-bottom:2rem}.buttons{display:flex;flex-direction:column;gap:1rem;align-items:center}.button{padding:.8rem 1.5rem;font-size:1rem;cursor:pointer;background-color:#007bff;color:#fff;border:none;border-radius:8px}.logout{padding:.8rem 1.5rem;font-size:1rem;cursor:pointer;background-color:#dc3545;color:#fff;border:none;border-radius:8px}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.routine-container{min-height:100vh;background:linear-gradient(135deg,#f0f9ff,#dbeafe,#bfdbfe);padding:2rem 1rem;margin-top:60px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.routine-loading-container{display:flex;justify-content:center;align-items:center;height:16rem}.routine-loading-spinner{width:3rem;height:3rem;border:2px solid #dbeafe;border-top:2px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite}.routine-list-header{margin-bottom:1.5rem}.routine-list-title{font-size:1.875rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#3b82f6,#1d4ed8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.routine-search-container{position:relative;margin-bottom:1rem}.routine-search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#6b7280;width:1.25rem;height:1.25rem}.routine-search-input{width:100%;padding:.875rem 1rem .875rem 2.5rem;border:2px solid #dbeafe;border-radius:12px;font-size:1rem;outline:none;transition:all .3s ease;background-color:#fff;box-sizing:border-box}.routine-search-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;transform:translateY(-1px)}.routine-search-input:hover{border-color:#93c5fd}.routine-counter{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.routine-counter-text{color:#6b7280;font-size:.875rem}.routine-empty-state{text-align:center;padding-top:3rem;padding-bottom:3rem}.routine-empty-icon{color:#93c5fd;margin-bottom:1rem}.routine-empty-filter-icon{width:4rem;height:4rem;margin:0 auto 1rem}.routine-empty-title{font-size:1.25rem;font-weight:600;color:#6b7280;margin-bottom:.5rem}.routine-empty-description{color:#9ca3af}.routine-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.routine-card{background:linear-gradient(135deg,#fff,#f8fafc,#f1f5f9);border-radius:16px;box-shadow:0 4px 20px #3b82f614;overflow:hidden;border:1px solid rgba(59,130,246,.1);transition:all .4s cubic-bezier(.4,0,.2,1);position:relative}.routine-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);opacity:0;transition:opacity .3s ease}.routine-card:hover{box-shadow:0 20px 40px #3b82f626;transform:translateY(-4px);border-color:#3b82f633}.routine-card:hover:before{opacity:1}.routine-card-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:linear-gradient(135deg,#3b82f60d,#1d4ed80d)}.routine-card-icon{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:50%;padding:.5rem;display:flex;align-items:center;justify-content:center}.routine-icon{width:1.25rem;height:1.25rem;color:#fff}.routine-card-badge{background:linear-gradient(135deg,#1e40af,#3b82f6,#60a5fa);color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;box-shadow:0 2px 8px #3b82f64d}.routine-card-content{padding:1.5rem}.routine-card-title{font-size:1.25rem;font-weight:700;color:#0f172a;margin-bottom:.5rem;text-shadow:0 1px 3px rgba(15,23,42,.1)}.routine-card-description{color:#6b7280;font-size:.875rem;margin-bottom:1rem;line-height:1.5}.routine-exercises-preview{margin-bottom:1rem}.routine-preview-title{font-size:.875rem;font-weight:600;color:#1e40af;margin-bottom:.5rem}.routine-exercises-list{display:flex;flex-direction:column;gap:.5rem}.routine-exercise-item{background:#3b82f60d;border-radius:8px;padding:.75rem;border-left:3px solid #3b82f6}.routine-exercise-name{font-weight:600;color:#1f2937;display:block;margin-bottom:1rem}.routine-exercise-details{display:flex;gap:1rem;flex-wrap:wrap}.routine-detail-item{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:#6b7280}.routine-detail-icon{width:.875rem;height:.875rem}.routine-more-exercises{text-align:center;color:#6b7280;font-size:.75rem;font-style:italic;padding:.5rem}.routine-card-actions{display:flex;justify-content:center}.routine-view-button{display:flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#1e40af,#3b82f6,#60a5fa);color:#fff;padding:.75rem 1.5rem;border-radius:8px;border:none;cursor:pointer;transition:all .2s ease;font-weight:600;box-shadow:0 2px 8px #3b82f64d}.routine-view-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #3b82f666}.routine-view-icon{width:1rem;height:1rem}.routine-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:50;padding:1rem}.routine-modal-content{background:linear-gradient(135deg,#fff,#f8fafc,#f1f5f9);border-radius:16px;max-width:56rem;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 25px 50px -12px #3b82f640;border:1px solid rgba(59,130,246,.1)}.routine-modal-inner{padding:1.5rem}.routine-modal-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.routine-modal-title{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#3b82f6,#1d4ed8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.routine-modal-close{color:#9ca3af;font-size:1.875rem;font-weight:700;line-height:1;background-color:transparent;border:none;cursor:pointer;border-radius:50%;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.routine-modal-close:hover{color:#6b7280;background-color:#f3f4f6}.routine-modal-description{margin-bottom:1.5rem}.routine-modal-text{color:#6b7280;line-height:1.6}.routine-modal-exercises{margin-bottom:1.5rem}.routine-modal-section-title{font-size:1.125rem;font-weight:600;color:#1e40af;margin-bottom:1rem}.routine-exercises-full-list{display:flex;flex-direction:column;gap:1rem}.routine-exercise-full-item{display:flex;gap:1rem;padding:1rem;background:#3b82f60d;border-radius:12px;border-left:4px solid #3b82f6}.routine-exercise-number{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border-radius:50%;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.routine-exercise-info{flex:1}.routine-exercise-full-name{font-size:1.125rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.routine-exercise-full-details{display:flex;gap:1.5rem;flex-wrap:wrap}.routine-detail-full-item{display:flex;align-items:center;gap:.5rem;color:#6b7280;font-size:.875rem}.routine-detail-full-icon{width:1rem;height:1rem;color:#3b82f6}.exercise-edit-button{display:flex;align-items:center;justify-content:center;background:#374151;color:#fff;padding:.5rem 1rem;border-radius:8px;border:none;cursor:pointer;transition:all .2s ease;font-weight:500;box-shadow:0 2px 6px #0003}.exercise-edit-button:hover{background:#4b5563}.routine-exercise-video-preview{position:relative;width:80px;height:60px;border-radius:8px;overflow:hidden;flex-shrink:0}.routine-video-thumbnail{width:100%;height:100%;object-fit:cover}.routine-video-play-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#3b82f6cc;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;cursor:pointer}.routine-exercise-video-preview:hover .routine-video-play-overlay{opacity:1}.routine-video-play-icon{width:1rem;height:1rem;color:#fff}.routine-modal-actions{display:flex;justify-content:flex-end;gap:.75rem}.routine-modal-button{padding:.5rem 1.5rem;border:2px solid #3b82f6;color:#3b82f6;border-radius:8px;background-color:#fff;cursor:pointer;transition:all .2s ease;font-weight:500}.routine-modal-button:hover{background:linear-gradient(135deg,#1e40af,#3b82f6,#60a5fa);color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f666}.routine-form-wrapper{max-width:800px;margin:0 auto;background:linear-gradient(135deg,#fff,#f8fafc);border-radius:16px;box-shadow:0 4px 20px #3b82f614;border:1px solid #dbeafe;overflow:hidden;animation:slideUp .5s ease-out}.routine-form-header{background:linear-gradient(135deg,#1e40af,#3b82f6,#60a5fa);color:#fff;padding:2rem;text-align:center;box-shadow:0 4px 20px #3b82f64d}.routine-form-title{font-size:1.875rem;font-weight:700;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.1)}.routine-form-subtitle{font-size:1rem;opacity:.9;margin-top:.5rem;font-weight:400;color:#fff}.routine-form-content{padding:2rem}.routine-form{display:flex;flex-direction:column;gap:1.5rem}.routine-basic-info{display:flex;flex-direction:column;gap:1rem}.routine-field-group{display:flex;flex-direction:column;gap:.5rem}.routine-field-label{font-size:.875rem;font-weight:600;color:#1e40af;margin-bottom:.25rem}.routine-input{width:100%;padding:.875rem 1rem;border:2px solid #dbeafe;border-radius:12px;font-size:1rem;transition:all .3s ease;background-color:#fff;box-sizing:border-box}.routine-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;transform:translateY(-1px)}.routine-input:hover{border-color:#93c5fd}.routine-input::placeholder{color:#94a3b8;font-weight:400}.routine-textarea{min-height:100px;resize:vertical;font-family:inherit;line-height:1.5}.routine-section-title{font-size:1.125rem;font-weight:600;color:#1e40af;margin-bottom:1rem}.routine-exercise-selector{background:#3b82f60d;border-radius:12px;padding:1.5rem;border:1px solid rgba(59,130,246,.1)}.routine-add-exercise{display:flex;gap:1rem;align-items:flex-end}.routine-exercise-dropdown{position:relative;flex:1}.routine-dropdown-trigger{width:100%;padding:.875rem 1rem;border:2px solid #dbeafe;border-radius:12px;background-color:#fff;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .3s ease}.routine-dropdown-trigger:hover{border-color:#93c5fd}.routine-dropdown-text{color:#374151;font-weight:500}.routine-dropdown-arrow{width:1.25rem;height:1.25rem;color:#6b7280;transition:transform .3s ease}.routine-dropdown-arrow.open{transform:rotate(180deg)}.routine-dropdown-menu{position:absolute;top:100%;left:0;right:0;background:#fff;border:2px solid #dbeafe;border-top:none;border-radius:0 0 12px 12px;max-height:200px;overflow-y:auto;z-index:10;box-shadow:0 4px 12px #3b82f61a}.routine-dropdown-option{padding:.75rem 1rem;cursor:pointer;transition:background-color .2s ease;display:flex;justify-content:space-between;align-items:center}.routine-dropdown-option:hover{background-color:#f8fafc}.routine-dropdown-option.selected{background:linear-gradient(135deg,#3b82f61a,#1d4ed81a);color:#1e40af}.routine-exercise-option-info{display:flex;flex-direction:column;gap:.25rem}.routine-exercise-option-name{font-weight:600;color:#1f2937}.routine-exercise-option-category{font-size:.75rem;color:#6b7280}.routine-dropdown-check{width:1rem;height:1rem;color:#3b82f6}.routine-add-button{background:linear-gradient(135deg,#1e40af,#3b82f6,#60a5fa);color:#fff;padding:.875rem 1.5rem;border-radius:12px;border:none;cursor:pointer;transition:all .3s ease;font-weight:600;display:flex;align-items:center;gap:.5rem;box-shadow:0 2px 8px #3b82f64d}.routine-add-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #3b82f666}.routine-add-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.routine-add-icon{width:1rem;height:1rem}.routine-exercises-list{background:#3b82f60d;border-radius:12px;padding:1.5rem;border:1px solid rgba(59,130,246,.1)}.routine-exercises-container{display:flex;flex-direction:column;gap:1rem}.routine-exercise-item{background:#fff;border-radius:12px;padding:1rem;border:1px solid #e5e7eb;box-shadow:0 2px 8px #0000000d}.routine-exercise-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.routine-exercise-name-container{flex:1}.routine-exercise-name{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0}.routine-remove-button{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border:none;border-radius:8px;padding:.5rem;cursor:pointer;transition:all .2s ease}.routine-remove-button:hover{transform:scale(1.1);box-shadow:0 2px 8px #ef44444d}.routine-remove-icon{width:1rem;height:1rem}.routine-exercise-params{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.routine-param-group{display:flex;flex-direction:column;gap:.5rem}.routine-param-label{font-size:.875rem;font-weight:600;color:#1e40af;display:flex;align-items:center;gap:.5rem}.routine-param-icon{width:1rem;height:1rem}.routine-param-input{padding:.5rem .75rem;border:2px solid #dbeafe;border-radius:8px;font-size:.875rem;transition:all .3s ease;background-color:#fff}.routine-param-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.routine-buttons{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.routine-btn{padding:.875rem 1.5rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;border:none;text-decoration:none;text-align:center;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.routine-btn-primary{background:linear-gradient(135deg,#1e40af,#3b82f6,#60a5fa);color:#fff;box-shadow:0 4px 12px #3b82f666}.routine-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}.routine-btn-primary:active{transform:translateY(0)}.routine-btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:0 4px 12px #3b82f633}.routine-btn-secondary{background-color:transparent;color:#3b82f6;border:2px solid #3b82f6}.routine-btn-secondary:hover{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.routine-btn-loading{position:relative;color:transparent}.routine-btn-loading:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:20px;height:20px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite}@media (min-width: 640px){.routine-buttons{flex-direction:row;justify-content:space-between}.routine-btn{flex:1}.routine-btn-secondary{flex:0 0 auto;min-width:120px}.routine-add-exercise{flex-direction:row}}@media (max-width: 639px){.routine-container{padding:1rem .5rem}.routine-grid{grid-template-columns:1fr}.routine-modal-content{margin:1rem;max-height:calc(100vh - 2rem)}.routine-exercise-params{grid-template-columns:1fr}.routine-add-exercise{flex-direction:column}.routine-exercise-full-details{flex-direction:column;gap:.5rem}.routine-form-content,.routine-form-header{padding:1.5rem}.routine-form-title{font-size:1.5rem}}@media (max-width: 768px){.routine-list-title{font-size:1.5rem}}.routine-btn:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.routine-input:focus-visible{outline:none}.routine-dropdown-trigger:focus-visible{outline:none}.routine-input:hover,.routine-textarea:hover{border-color:#93c5fd}.routine-form-wrapper:hover{box-shadow:0 8px 30px #3b82f61f}.routine-input.error{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.routine-input.success{border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.routine-dropdown-trigger.error{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.routine-dropdown-trigger.success{border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.routine-error-message{color:#ef4444;font-size:.875rem;margin-top:.25rem;display:flex;align-items:center;gap:.25rem}.routine-success-message{color:#10b981;font-size:.875rem;margin-top:.25rem;display:flex;align-items:center;gap:.25rem}:root{--primary-blue: #3b82f6;--dark-blue: #1e40af;--light-blue: #60a5fa;--gray-dark: #374151;--gray-medium: #6b7280;--gray-light: #f3f4f6;--black: #111827;--white: #ffffff}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.home-container{min-height:100vh;background:var(--white);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.home-header{position:fixed;top:0;left:0;right:0;background:#ffffffb1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(59,130,246,.1);z-index:1000;transition:all .3s ease}.home-header.scrolled{background:#fffffffa;box-shadow:0 4px 20px #3b82f61a}.home-nav{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.home-logo{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:800;color:var(--dark-blue);text-decoration:none}.home-logo-icon{width:2rem;height:2rem;background:linear-gradient(135deg,var(--primary-blue) 0%,var(--dark-blue) 100%);border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--white)}.home-logo-text{white-space:nowrap}.home-nav-links{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.home-nav-link{color:var(--gray-dark);text-decoration:none;font-weight:500;transition:color .3s ease;position:relative}.home-nav-link:hover{color:var(--primary-blue)}.home-nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--primary-blue);transition:width .3s ease}.home-nav-link:hover:after{width:100%}.home-login-btn{display:flex;align-items:center;justify-content:center;gap:8px;background:linear-gradient(135deg,var(--primary-blue) 0%,var(--dark-blue) 100%);color:var(--white);padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #3b82f64d;border:none;cursor:pointer;font-size:1rem}.home-login-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}@media (max-width: 768px){.home-login-btn{width:80%;max-width:300px;margin:0 auto;justify-content:center}}.home-mobile-menu-btn{display:none;background:none;border:none;color:var(--gray-dark);cursor:pointer;padding:.5rem}.home-mobile-menu{display:none;padding:1rem 2rem;border-top:1px solid rgba(59,130,246,.1);background:#fffffffa}.home-login-btn-desktop{display:block}.home-hero{padding:8rem 2rem 4rem;background:linear-gradient(135deg,#f0f9ff,#dbeafe,#bfdbfe);position:relative;overflow:hidden}.home-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%233b82f6' fill-opacity='0.05'%3E%3Ccircle cx='30' cy='30' r='4'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");animation:float 6s ease-in-out infinite}.home-hero-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.home-hero-text{animation:fadeInLeft 1s ease-out}.home-hero-title{font-size:3.5rem;font-weight:800;color:var(--black);margin-bottom:1.5rem;line-height:1.1}.home-hero-title .highlight{background:linear-gradient(135deg,var(--primary-blue) 0%,var(--dark-blue) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.home-hero-subtitle{font-size:1.25rem;color:var(--gray-medium);margin-bottom:2rem;line-height:1.6}.home-btn-buttons{display:flex;flex-direction:row;gap:10px}@media (max-width: 768px){.home-btn-buttons{flex-direction:column;align-items:center}.home-btn-buttons button,.home-btn-buttons a{width:80%;max-width:300px;text-align:center}}.home-hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.home-btn-primary{background:linear-gradient(135deg,var(--primary-blue) 0%,var(--dark-blue) 100%);color:var(--white);padding:1rem 2rem;border-radius:12px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;box-shadow:0 4px 20px #3b82f64d;display:inline-flex;align-items:center;gap:.5rem}.home-btn-primary:hover{transform:translateY(-3px);box-shadow:0 8px 30px #3b82f666}.home-btn-secondary{background:var(--white);color:var(--primary-blue);padding:1rem 2rem;border-radius:12px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;border:2px solid var(--primary-blue);display:inline-flex;align-items:center;gap:.5rem}.home-btn-secondary:hover{background:var(--primary-blue);color:var(--white);transform:translateY(-2px)}.home-hero-visual{position:relative;animation:fadeInRight 1s ease-out}.home-carousel{position:relative;width:100%;overflow:hidden}.home-carousel-container{width:100%;height:100%}.home-carousel-track{display:flex;transition:transform .5s ease-in-out;will-change:transform}.home-carousel-slide{flex:0 0 100%;height:100%;position:relative}.home-carousel-image{width:100%;height:450px;object-fit:cover;display:block;border-radius:12px}@media (max-width: 768px){.home-carousel-image{height:300px;border-radius:8px}}.home-carousel-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000000b3);padding:2rem;color:var(--white)}.home-carousel-title{font-size:1.25rem;font-weight:600;margin:0}.home-carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:#fff3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:none;border-radius:9999px;padding:.75rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .3s ease;z-index:2;color:#fff}.home-carousel-btn:hover{background:#ffffff4d}.home-carousel-prev{left:1rem}.home-carousel-next{right:1rem}.home-carousel-indicator{width:3rem;height:5px;border:none;background:#ffffff80;cursor:pointer;transition:background-color .3s ease,transform .3s ease}.home-carousel-indicator:hover{background:#fffc}.home-carousel-indicator.active{background:#fff;transform:scale(1.2)}.home-carousel-indicators{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;z-index:2}.home-features{padding:6rem 2rem;background:var(--white)}.home-features-content{max-width:1200px;margin:0 auto}.home-section-header{text-align:center;margin-bottom:4rem;animation:fadeInUp 1s ease-out}.home-section-title{font-size:2.5rem;font-weight:700;color:var(--black);margin-bottom:1rem}.home-section-subtitle{font-size:1.1rem;color:var(--gray-medium);max-width:600px;margin:0 auto;line-height:1.6}.home-features-grid{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;align-items:flex-start;width:100%}.home-feature-card{flex:0 1 300px;max-width:300px;width:100%;padding:2rem;text-align:center;border-radius:16px}.home-feature-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #3b82f626;border-color:#3b82f633}.home-feature-icon{width:4rem;height:4rem;background:linear-gradient(135deg,var(--primary-blue) 0%,var(--dark-blue) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:var(--white);font-size:1.5rem}.profile-photo{display:flex;justify-content:center;align-items:center;margin:1rem auto}.profile-img{width:150px;height:150px;object-fit:cover;border-radius:50%;box-shadow:0 4px 12px #0003;border:3px solid #fff;transition:transform .3s ease,box-shadow .3s ease}.profile-img:hover{transform:scale(1.05);box-shadow:0 6px 18px #0000004d}.home-feature-title{font-size:1.25rem;font-weight:600;color:var(--black);margin-bottom:1rem}.home-feature-description{color:var(--gray-medium);line-height:1.6}.home-contact{padding:6rem 2rem;background:linear-gradient(135deg,var(--gray-light) 0%,#e5e7eb 100%)}.home-contact-content{max-width:800px;margin:0 auto}.home-contact-form-wrapper{background:var(--white);border-radius:20px;padding:3rem;box-shadow:0 20px 40px #3b82f626;animation:fadeInUp 1s ease-out;border:1px solid rgba(59,130,246,.1)}.home-contact-form{display:grid;gap:1.5rem}.home-form-group{display:flex;flex-direction:column;gap:.5rem}.home-form-label{font-weight:600;color:var(--dark-blue);font-size:.9rem;display:flex;align-items:center;gap:.5rem}.home-form-input,.home-form-textarea,.home-form-select{padding:1rem;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;transition:all .3s ease;background:var(--white)}.home-form-input:focus,.home-form-textarea:focus,.home-form-select:focus{outline:none;border-color:var(--primary-blue);box-shadow:0 0 0 3px #3b82f61a;transform:translateY(-1px)}.home-form-textarea{min-height:120px;resize:vertical;font-family:inherit}.home-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.home-form-submit{background:linear-gradient(135deg,var(--primary-blue) 0%,var(--dark-blue) 100%);color:var(--white);padding:1.25rem 2rem;border:none;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #3b82f64d;display:flex;align-items:center;justify-content:center;gap:.5rem}.home-form-submit:hover{transform:translateY(-3px);box-shadow:0 8px 30px #3b82f666}.home-form-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.home-form-loading{position:relative;color:transparent}.home-form-loading:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:20px;height:20px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.whatsapp-float{position:fixed;bottom:2rem;right:2rem;z-index:1000;background:#25d366;color:var(--white);width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #25d36666;transition:all .3s ease;text-decoration:none;animation:float 3s ease-in-out infinite}.whatsapp-float:hover{transform:scale(1.1);box-shadow:0 6px 30px #25d36699}.whatsapp-float:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:50%;background:#25d366;animation:pulse-ring 2s infinite}@keyframes pulse-ring{0%{transform:scale(1);opacity:1}to{transform:scale(1.3);opacity:0}}.whatsapp-icon{position:relative;z-index:1}.home-cta{padding:6rem 2rem;background:linear-gradient(135deg,var(--dark-blue) 0%,var(--primary-blue) 100%);color:var(--white);text-align:center}.home-cta-content{max-width:800px;margin:0 auto}.home-cta-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;animation:fadeInUp 1s ease-out}.home-cta-subtitle{font-size:1.2rem;margin-bottom:2rem;color:#fff;opacity:.9;animation:fadeInUp 1s ease-out .2s both}.home-cta-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin:3rem 0}.home-cta-feature{display:flex;align-items:center;gap:1rem;animation:fadeInUp 1s ease-out .4s both}.home-cta-feature-icon{width:3rem;height:3rem;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.home-cta-feature-text{text-align:left}.home-cta-feature-title{font-weight:600;margin-bottom:.25rem}.home-cta-feature-desc{font-size:.9rem;opacity:.8}.home-cta-button{background:var(--white);color:var(--primary-blue);padding:1.25rem 2.5rem;border-radius:12px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem;box-shadow:0 4px 20px #fff3;animation:fadeInUp 1s ease-out .6s both}.home-cta-button:hover{transform:translateY(-3px);box-shadow:0 8px 30px #ffffff4d}.home-footer{background:var(--black);color:var(--white);padding:4rem 2rem 2rem}.home-footer-content{max-width:1200px;margin:0 auto}.home-footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}.home-footer-section h3{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;color:var(--white)}.home-footer-section p,.home-footer-section a{color:#9ca3af;text-decoration:none;line-height:1.6;transition:color .3s ease}.home-footer-section a:hover{color:var(--primary-blue)}.home-footer-links{list-style:none;padding:0;margin:0}.home-footer-links li{margin-bottom:.75rem}.home-footer-social{display:flex;gap:1rem;margin-top:1rem}.home-social-link{width:2.5rem;height:2.5rem;background:var(--gray-dark);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);transition:all .3s ease}.home-social-link:hover{background:var(--primary-blue);transform:translateY(-2px)}.home-footer-bottom{border-top:1px solid var(--gray-dark);padding-top:2rem;text-align:center;color:#9ca3af}@media (max-width: 1024px){.home-hero-content{gap:3rem}.home-hero-title{font-size:3rem}.home-carousel{height:350px}}@media (max-width: 768px){.home-nav{padding:1rem}.home-nav-links{display:none;position:absolute;top:100%;left:0;right:0;background:#fffffffa;flex-direction:column;padding:1rem 2rem;gap:1rem;border-top:1px solid rgba(59,130,246,.1);box-shadow:0 4px 20px #3b82f61a}.home-nav-links.mobile-open{display:flex}.home-mobile-menu-btn{display:block}.home-login-btn-desktop{display:none}.home-mobile-menu{display:block}.home-logo-text{font-size:1.2rem}.home-hero{padding:6rem 1rem 3rem}.home-hero-content{grid-template-columns:1fr;gap:2rem;text-align:center}.home-hero-visual{order:-1}.home-hero-text{order:1}.home-hero-title{font-size:2.5rem}.home-hero-subtitle{font-size:1.1rem}.home-hero-buttons{justify-content:center;flex-direction:column;align-items:center}.home-btn-primary,.home-btn-secondary{width:100%;max-width:300px;justify-content:center}.home-carousel{height:300px}.home-carousel-btn{width:2.5rem;height:2.5rem}.home-carousel-prev{left:.5rem}.home-carousel-next{right:.5rem}.home-carousel-overlay{padding:1rem}.home-carousel-title{font-size:1rem}.home-features,.home-contact,.home-cta{padding:4rem 1rem}.home-section-title{font-size:2rem}.home-features-grid{display:grid;grid-template-columns:1fr;justify-items:center;gap:1.5rem}.home-feature-card{padding:1.5rem}.home-form-grid{grid-template-columns:1fr}.home-contact-form-wrapper{padding:2rem}.home-cta-title{font-size:2rem}.home-cta-features{grid-template-columns:1fr;text-align:center;gap:1.5rem}.home-cta-feature{justify-content:center;flex-direction:column;text-align:center}.home-cta-feature-text{text-align:center}.home-footer{padding:3rem 1rem 2rem}.home-footer-grid{grid-template-columns:1fr;gap:2rem}.whatsapp-float{bottom:1rem;right:1rem;width:50px;height:50px}}@media (max-width: 480px){.home-hero-title{font-size:2rem}.home-hero-subtitle{font-size:1rem}.home-carousel{height:250px}.home-btn-primary,.home-btn-secondary{padding:.875rem 1.5rem;font-size:1rem}.home-section-title,.home-cta-title{font-size:1.75rem}.home-contact-form-wrapper{padding:1.5rem}.home-form-input,.home-form-textarea,.home-form-select{padding:.875rem}}.animate-on-scroll{opacity:0;transform:translateY(30px);transition:all .6s ease}.animate-on-scroll.animated{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.home-nav-link:focus,.home-login-btn:focus,.home-btn-primary:focus,.home-btn-secondary:focus,.home-cta-button:focus{outline:2px solid var(--primary-blue);outline-offset:2px}.home-carousel-btn:focus,.home-carousel-indicator:focus{outline:2px solid var(--white);outline-offset:2px}.routine-player-container{min-height:100vh;background:linear-gradient(75deg,#1a1a1a,#373737);padding:1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.routine-player-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:15px;padding:1rem 1.5rem;border:1px solid rgba(255,255,255,.2)}.routine-player-back-btn{display:flex;align-items:center;gap:.5rem;background:#fff3;color:#fff;border:none;padding:.75rem 1rem;border-radius:10px;cursor:pointer;transition:all .3s ease;font-weight:600}.routine-player-back-btn:hover{background:#ffffff4d;transform:translateY(-2px)}.routine-player-title{color:#fff;font-size:1.5rem;font-weight:700;margin:0;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.routine-player-progress{background:#fff3;padding:.5rem 1rem;border-radius:20px;border:1px solid rgba(255,255,255,.3)}.routine-player-progress-text{color:#fff;font-weight:600;font-size:.9rem}.routine-player-progress-bar{width:100%;height:8px;background:#fff3;border-radius:4px;margin-bottom:2rem;overflow:hidden}.routine-player-progress-fill{height:100%;background:linear-gradient(90deg,#00d4aa,#00a8ff);border-radius:4px;transition:width .3s ease}.routine-player-timer-section{display:flex;justify-content:center;margin-bottom:2rem}.routine-player-timer{background:#ffffff26;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:20px;padding:2rem;border:1px solid rgba(255,255,255,.3);text-align:center;box-shadow:0 8px 32px #0000001a}.routine-player-timer-display{margin-bottom:1.5rem}.routine-player-rest-timer,.routine-player-exercise-timer{display:flex;flex-direction:column;align-items:center;gap:.5rem}.routine-player-rest-label,.routine-player-exercise-label{color:#fffc;font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:1px}.routine-player-rest-label{color:#ff6b6b}.routine-player-time{color:#fff;font-size:3rem;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.3);font-family:Courier New,monospace}.routine-player-timer-controls{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.routine-player-timer-btn{display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:50%;border:none;cursor:pointer;transition:all .3s ease;color:#fff}.routine-player-timer-btn-primary{background:linear-gradient(135deg,#00d4aa,#00a8ff);box-shadow:0 4px 15px #00d4aa66}.routine-player-timer-btn-primary:hover{transform:scale(1.1);box-shadow:0 6px 20px #00d4aa99}.routine-player-timer-btn-secondary{background:#fff3;border:2px solid rgba(255,255,255,.3)}.routine-player-timer-btn-secondary:hover{background:#ffffff4d;transform:scale(1.1)}.routine-player-timer-btn-rest{background:linear-gradient(135deg,#ff6b6b,#ee5a52);box-shadow:0 4px 15px #ff6b6b66;width:auto;height:50px;padding:0 1.5rem;border-radius:25px;font-weight:600;font-size:.9rem}.routine-player-timer-btn-rest:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff6b6b99}.routine-player-exercise-content{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}.routine-player-exercise-info{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:15px;padding:2rem;border:1px solid rgba(255,255,255,.2)}.routine-player-exercise-name{color:#fff;font-size:2rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.routine-player-exercise-description{color:#ffffffe6;font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.routine-player-exercise-params{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:1rem}.routine-player-param{background:#ffffff1a;border-radius:10px;padding:1rem;text-align:center;border:1px solid rgba(255,255,255,.2)}.routine-player-param-label{display:block;color:#fffc;font-size:.9rem;font-weight:600;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.routine-player-param-value{color:#fff;font-size:1.5rem;font-weight:700;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.routine-player-video-section{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:15px;padding:1rem;border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center}.routine-player-video{width:100%;height:300px;border-radius:10px;box-shadow:0 8px 32px #0003;object-fit:cover}@media (max-width: 768px){.routine-player-video{height:400px}}@media (max-width: 480px){.routine-player-video{height:450px}}.routine-player-navigation{display:flex;justify-content:space-between;align-items:center;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:15px;padding:1.5rem;border:1px solid rgba(255,255,255,.2)}.routine-player-nav-btn{display:flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#00d4aa,#00a8ff);color:#fff;border:none;padding:1rem 1.5rem;border-radius:12px;cursor:pointer;transition:all .3s ease;font-weight:600;font-size:1rem;box-shadow:0 4px 15px #00d4aa4d}.routine-player-nav-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #00d4aa80}.routine-player-nav-btn:disabled{opacity:.5;cursor:not-allowed;background:#fff3;box-shadow:none}.routine-player-exercise-indicator{display:flex;gap:.5rem;align-items:center}.routine-player-indicator-dot{width:12px;height:12px;border-radius:50%;background:#ffffff4d;transition:all .3s ease}.routine-player-indicator-dot.active{background:linear-gradient(135deg,#00d4aa,#00a8ff);transform:scale(1.3);box-shadow:0 0 10px #00d4aa80}.routine-player-indicator-dot.completed{background:#00d4aa}.routine-player-loading,.routine-player-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;text-align:center;color:#fff}.routine-player-loading p,.routine-player-error p{font-size:1.2rem;margin-bottom:2rem}.routine-player-btn{display:flex;align-items:center;gap:.5rem;padding:1rem 2rem;border-radius:12px;border:none;cursor:pointer;transition:all .3s ease;font-weight:600;font-size:1rem}.routine-player-btn-primary{background:linear-gradient(135deg,#00d4aa,#00a8ff);color:#fff;box-shadow:0 4px 15px #00d4aa66}.routine-player-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00d4aa99}.routine-player-icon{width:20px;height:20px}@media (max-width: 768px){.routine-player-container{padding:.5rem}.routine-player-header{flex-direction:column;gap:1rem;text-align:center}.routine-player-title{font-size:1.2rem}.routine-player-exercise-content{grid-template-columns:1fr;gap:1rem}.routine-player-exercise-name{font-size:1.5rem}.routine-player-time{font-size:2rem}.routine-player-timer{padding:1.5rem}.routine-player-navigation{flex-direction:column;gap:1rem}.routine-player-nav-btn{width:100%;justify-content:center}.routine-player-exercise-params{grid-template-columns:repeat(2,1fr)}.routine-player-video{height:200px}}@media (max-width: 480px){.routine-player-exercise-params{grid-template-columns:1fr}.routine-player-timer-controls{gap:.5rem}.routine-player-timer-btn{width:45px;height:45px}.routine-player-timer-btn-rest{height:45px;padding:0 1rem;font-size:.8rem}}
