body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--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 #0000001a;--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(90deg,#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:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{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{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.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{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74d3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74d3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--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{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@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--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-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%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.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{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-theme-color);color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:44px;height:var(--swiper-navigation-size);justify-content:center;margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:50%;top:var(--swiper-navigation-top-offset,50%);width:27px;width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{height:100%;object-fit:contain;transform-origin:center;width:100%}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:44px;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:10px;right:var(--swiper-navigation-sides-offset,10px)}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.modal-content,.modal-header h2{color:#000}.edit-btn{background-color:#2196f3;color:#fff}.close-btn{background:none;color:#666;font-size:1.2rem;padding:5px}.field-label,.modal-body{color:#000}.field-value{align-items:center;background-color:#f9f9f9;border-radius:4px;color:#000;display:flex;min-height:36px;padding:8px}.field-input{color:#000}input[type=datetime-local]{padding:7px 8px}.location-section,.roles-section,.status-section{border-top:1px solid #eee;color:#000;margin-top:20px;padding-top:20px}.status-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(4,1fr);margin-top:15px}.status-item{border-radius:8px;color:#000;padding:15px;text-align:center}.status-item.active{background-color:#e8f5e9;border:1px solid #c8e6c9}.status-item.inactive{background-color:#ffebee;border:1px solid #ffcdd2}.status-icon{color:#000;font-size:24px;margin-bottom:10px}.status-label{color:#000;font-size:12px;margin-bottom:5px}.status-value{color:#000;font-weight:600}.roles-list{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:15px}.role-item{background-color:#e3f2fd;border-radius:4px;color:#000;font-size:14px;padding:8px 12px}.role-name{color:#000;font-weight:600}.role-description{color:#000;font-size:12px}.habilitations-section{color:#000;margin-top:15px}.habilitations-section h4{color:#000;font-size:16px;margin-bottom:10px}.habilitations-grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.habilitation-item{background-color:#f5f5f5;border-radius:4px;color:#000;font-size:13px;padding:8px 12px;text-align:center}@media (max-width:768px){.user-info-section{flex-direction:column}.location-grid,.status-grid,.user-details{grid-template-columns:1fr}.habilitations-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.modal-content{width:95%}}.modal-overlay{background-color:#00000080}.modal-content{background-color:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;max-width:900px;width:90%}.modal-header{background-color:#fff;position:sticky;top:0;z-index:10}.modal-header h2{color:#333}.modal-actions{align-items:center;display:flex;gap:10px}.modal-actions button{align-items:center;border:none;border-radius:4px;cursor:pointer;display:flex;font-size:14px;gap:5px;padding:8px 12px;transition:all .2s}.save-btn{background-color:#4caf50;color:#fff}.cancel-btn{background-color:#f44336;color:#fff}.user-info-section{display:flex;gap:30px;margin-bottom:20px}.user-avatar{align-items:center;background-color:#f0f0f0;border-radius:50%;color:#666;display:flex;flex-shrink:0;height:120px;justify-content:center;width:120px}.user-details{grid-gap:15px;display:grid;flex-grow:1;gap:15px;grid-template-columns:repeat(2,1fr)}.detail-field{margin-bottom:10px}.field-label{color:#555;font-size:14px;font-weight:500;gap:5px;margin-bottom:5px}.field-input{border:1px solid #ddd;border-radius:4px;font-size:14px;padding:8px;width:100%}select.field-input{padding:9px 8px}.location-section,.status-section{border-top:1px solid #eee;margin-top:20px;padding-top:20px}.location-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(3,1fr)}@media (max-width:768px){.user-info-section{flex-direction:column}.location-grid,.user-details{grid-template-columns:1fr}.modal-content{width:95%}}.selected-items{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.selected-item{align-items:center;background:#e0e0e0;border-radius:4px;display:flex;gap:5px;padding:5px 10px}.remove-btn{background:none;color:#f44}.section{border:1px solid #eee;border-radius:5px;margin-bottom:20px;padding:15px}.section h3{color:#333;margin-bottom:15px;margin-top:0}.is-valid{border-color:#28a745!important}.is-invalid{border-color:#dc3545!important}.invalid-feedback{color:#dc3545;font-size:.875em;margin-top:.25rem}.field-input{transition:border-color .15s ease-in-out}.user-management-page{background-color:#eef0f1;color:#333;min-height:calc(100vh - 60px);padding:20px}.search-container{gap:15px;justify-content:space-between;margin-bottom:20px}.search-bar,.search-container{align-items:center;display:flex}.search-bar{background-color:#fff;border-radius:5px;box-shadow:0 4px 12px #0000001a;flex:1 1;padding:10px 15px}.search-icon{color:#666;margin-right:10px}.search-input{background:#0000;flex:1 1;outline:none;padding:8px}.add-button,.search-input{border:none;font-size:16px}.add-button{align-items:center;background-color:#2196f3;border-radius:5px;color:#fff;cursor:pointer;display:flex;gap:8px;padding:10px 15px;transition:background-color .3s}.add-button:hover{background-color:#0d8bf2}.loading-container{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:40px}.spinner{animation:spin 1s linear infinite;color:#2196f3;font-size:40px;margin-bottom:20px}.error-container{align-items:center;background-color:#ffebee;border-radius:8px;display:flex;flex-direction:column;margin:20px 0;padding:20px}.error-message{color:#f44336;margin-bottom:15px}.retry-button{background-color:#f44336;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:8px 16px;transition:background-color .3s}.retry-button:hover{background-color:#d32f2f}.user-list{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.user-card{align-items:center;background-color:#fff;border-radius:15px;box-shadow:0 4px 12px #0000001a;display:flex;flex-direction:column;margin:10px;padding:20px;position:relative;transition:transform .2s;width:calc(33% - 40px)}.user-card:hover{box-shadow:0 6px 16px #00000026;transform:translateY(-5px)}.status-badge{border-radius:3px;color:#fff;font-size:12px;font-weight:700;padding:5px 15px;position:absolute;right:-10px;top:-10px}.status-badge.full{background-color:#4caf50}.status-badge.part{background-color:#f44336}.user-image{border:3px solid #e0e0e0;border-radius:50%;height:120px;margin-bottom:15px;object-fit:cover;width:120px}.user-info{margin-bottom:10px;text-align:center;width:100%}.user-info h3{color:#333;margin:0 0 5px}.user-info p{color:#666;font-size:14px;margin:5px 0}.user-controls{gap:10px;margin-top:10px;width:100%}.control-icon,.user-controls{display:flex;justify-content:center}.control-icon{align-items:center;border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:16px;height:35px;transition:opacity .3s;width:35px}.control-icon:hover{opacity:.8}.control-icon.blue{background-color:#2196f3}.control-icon.pink{background-color:#e91e63}.no-results{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;color:#666;font-size:18px;padding:40px 20px;text-align:center;width:100%}.pagination{display:flex;gap:5px;justify-content:center;margin-top:30px}.pagination button{background-color:#fff;border:1px solid #ccc;border-radius:3px;cursor:pointer;padding:8px 12px;transition:all .2s}.pagination button:hover:not(:disabled){background-color:#f0f0f0}.pagination button.active{background-color:#2196f3;border-color:#2196f3;color:#fff}.pagination button:disabled{cursor:not-allowed;opacity:.5}@media (max-width:1200px){.user-card{width:calc(50% - 40px)}}@media (max-width:768px){.search-container{flex-direction:column}.search-bar{width:100%}.add-button{justify-content:center;width:100%}.user-card{width:calc(100% - 40px)}.pagination{flex-wrap:wrap}}.professional-management-container{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100vh;padding:20px 0}.professional-card{background:#fff;border:none;border-radius:16px;box-shadow:0 8px 32px #0000001a;height:100%;overflow:hidden;transition:all .3s ease}.professional-card:hover{box-shadow:0 12px 40px #00000026;transform:translateY(-5px)}.professional-image-container{align-items:center;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);border-bottom:1px solid #eef2f7;display:flex;height:180px;justify-content:center;padding:20px}.professional-image{border:4px solid #fff;border-radius:50%;box-shadow:0 4px 16px #0000001a;height:120px;width:120px}.professional-info{height:calc(100% - 180px);justify-content:space-between;padding:20px}.professional-name{word-wrap:break-word;color:#2d3748;font-weight:700;margin-bottom:4px;overflow-wrap:break-word}.professional-role{color:#718096;font-size:.9rem;font-weight:500;margin-bottom:12px}.professional-meta{color:#718096;font-size:.85rem;margin-bottom:8px}.professional-meta svg{margin-right:8px;min-width:16px;opacity:.7}.professional-badge{border-radius:20px;font-size:.75rem;font-weight:600;padding:4px 8px}.professional-actions{gap:8px;margin-top:16px}.action-btn{border-radius:8px;font-size:.8rem;font-weight:500;padding:8px 12px;transition:all .3s ease}.action-btn:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.search-container{margin-bottom:24px;padding:20px}.header-section,.search-container{background:#fff;border-radius:12px;box-shadow:0 4px 16px #0000001a}.header-section{margin-bottom:2px;padding:1px}.pagination-custom .page-item.active .page-link{background:linear-gradient(135deg,#667eea,#764ba2)}.pagination-custom .page-link{border:none;border-radius:8px;margin:0 4px;padding:8px 16px}.pagination-custom .page-link:hover{color:#5a67d8}.status-badge{font-size:.75rem;font-weight:600;margin-top:15px}.status-accepted{background:linear-gradient(135deg,#48bb78,#38a169);color:#fff}.status-pending{background:linear-gradient(135deg,#ed8936,#dd6b20);color:#fff}.status-rejected{background:linear-gradient(135deg,#f56565,#e53e3e);color:#fff}.availability-badge{border-radius:12px;font-weight:500;padding:3px 8px}.availability-available{background:linear-gradient(135deg,#4299e1,#3182ce);color:#fff}.availability-unavailable{background:linear-gradient(135deg,#a0aec0,#718096);color:#fff}.filter-section{background:#fff;border-radius:12px;box-shadow:0 4px 16px #0000001a;margin-bottom:24px;padding:20px}.filter-buttons{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.filter-btn{background:#fff;border:2px solid #e2e8f0;border-radius:25px;color:#4a5568;font-size:.9rem;font-weight:500;padding:8px 16px;transition:all .3s ease}.filter-btn:hover{border-color:#667eea;color:#667eea;transform:translateY(-2px)}.filter-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;color:#fff}.results-count{color:#718096;font-size:.9rem;margin-bottom:0}@media (max-width:768px){.professional-image-container{height:150px;padding:15px}.professional-image{height:100px;width:100px}.professional-info{height:calc(100% - 150px);padding:15px}.header-section{padding:0}.filter-buttons{justify-content:center}.filter-btn{flex:1 1;min-width:120px;text-align:center}}@media (max-width:576px){.professional-management-container{padding:10px}.professional-name{font-size:1rem}.professional-actions{flex-direction:column}.action-btn{width:100%}}.page-title{word-wrap:break-word;color:#2d3748;font-size:clamp(1.5rem,4vw,2rem);margin-bottom:8px;overflow-wrap:break-word}.page-subtitle{color:#718096;font-size:1rem;margin-bottom:0}.professional-detail-modal .modal-header{background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.professional-detail-modal .form-control:disabled{background-color:#f8f9fa;color:#6c757d}.professional-detail-modal .modal-content{border:none;border-radius:16px;box-shadow:0 20px 60px #0003}.professional-detail-modal .modal-header{background:linear-gradient(135deg,#173247,#33d840);border-radius:16px 16px 0 0;padding:24px}.professional-detail-modal .modal-body{padding:0}.professional-detail-modal .nav-tabs{background:#fff;border-bottom:1px solid #e9ecef;padding:0 24px}.professional-detail-modal .nav-link{border:none;color:#718096;font-weight:500;margin-bottom:-1px;padding:12px 20px}.professional-detail-modal .nav-link.active{background:#0000;border-bottom:2px solid #667eea;color:#667eea}.professional-detail-modal .tab-content{padding:24px}.professional-detail-modal .form-control:disabled{background-color:#f8f9fa!important;border-color:#e9ecef;color:#495057;cursor:not-allowed}.professional-detail-modal .form-label{font-weight:600;margin-bottom:8px}.professional-detail-modal .document-item{background:#f8f9fa;border:1px solid #e9ecef;transition:all .3s ease}.professional-detail-modal .document-item:hover{background:#fff;border-color:#667eea;box-shadow:0 4px 12px #667eea1a;transform:translateY(-2px)}.professional-detail-modal .availability-badge,.professional-detail-modal .status-badge{border-radius:20px;font-size:.75rem;font-weight:600;padding:4px 12px}.action-buttons{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}@media (max-width:576px){.action-buttons{justify-content:center}.action-buttons .btn{flex:1 1;min-width:120px}}.loading-spinner{align-items:center;display:flex;justify-content:center;padding:40px}.professional-card .professional-image{border-radius:50%;height:100px;object-fit:cover;width:100px}.text-muted{color:#6c757d!important}.service-icon{background:#f8f9fa;border-radius:8px;height:60px;margin-right:16px;object-fit:contain;padding:8px;width:60px}.service-header .d-flex{align-items:flex-start}.service-title{color:#2d3748;font-size:1.1rem;font-weight:600;margin-bottom:4px}.service-subtitle{color:#718096;font-size:.9rem}.file-display{background:#fff;border:2px dashed #e2e8f0;border-radius:12px;cursor:pointer;padding:16px;transition:all .3s ease}.file-display:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea1a;transform:translateY(-2px)}.file-display-empty{align-items:center;background:#f8f9fa;border:2px dashed #e2e8f0;border-radius:12px;color:#a0aec0;cursor:default;display:flex;flex-direction:column;justify-content:center;padding:40px 20px}.file-preview{margin-bottom:12px;text-align:center}.file-image{border-radius:8px;height:150px;max-width:200px;object-fit:cover;transition:transform .3s ease;width:100%}.file-image:hover{transform:scale(1.05)}.file-pdf,.file-unknown{align-items:center;background:#f7fafc;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;padding:20px;transition:background-color .3s ease}.file-pdf:hover,.file-unknown:hover{background:#edf2f7}.pdf-icon-img{height:60px;margin-bottom:8px;object-fit:contain;width:60px}.file-info{align-items:center;display:flex;justify-content:space-between;margin-top:12px}.file-type{color:#718096;font-size:.9rem;font-weight:500}.file-actions{display:flex;gap:8px}.preview-modal .modal-content{border-radius:16px;box-shadow:0 20px 60px #0000004d}.preview-modal .modal-body{align-items:center;background:#f8f9fa;display:flex;justify-content:center;min-height:400px;padding:0}@media (max-width:768px){.service-header .d-flex{flex-direction:column;text-align:center}.service-icon{margin-bottom:12px;margin-right:0}.file-info{align-items:flex-start;flex-direction:column;gap:12px}.file-actions{justify-content:space-between;width:100%}.preview-modal .modal-dialog{margin:10px;max-width:calc(100% - 20px)}}.language-badge,.subservice-badge{background-color:#1d5c08!important;color:#fff!important;transition:all .3s ease}.language-badge:hover,.subservice-badge:hover{box-shadow:0 4px 8px #0000001a;transform:translateY(-2px)}.professional-detail-modal .nav-tabs .nav-link{border:none;color:#718096;font-weight:500;margin-bottom:-1px;padding:12px 20px}.professional-detail-modal .nav-tabs .nav-link.active{background:#0000;border-bottom:3px solid #667eea;color:#667eea}.professional-detail-modal .nav-tabs .nav-link:hover{border-bottom:3px solid #e2e8f0;color:#667eea}.file-section{margin-bottom:24px}.file-section-title{border-bottom:2px solid #e2e8f0;color:#4a5568;font-size:1rem;font-weight:600;margin-bottom:12px;padding-bottom:8px}.professional-card{border:1px solid #e9ecef;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out}.professional-card:hover{box-shadow:0 4px 15px #0000001a;transform:translateY(-2px)}.professional-image-container{height:200px;overflow:hidden;position:relative}.professional-image{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.professional-image-container:hover .professional-image{transform:scale(1.05)}.professional-image-overlay{left:10px;position:absolute;top:10px}.form-check-input{margin-left:1em!important;padding:0!important;width:1em!important}.experience-badge{font-size:.7rem}.professional-info{display:flex;flex-direction:column;height:100%;padding:1.25rem}.professional-actions{display:flex;gap:.5rem;margin-top:auto;padding-top:1rem}.professional-meta{align-items:center;display:flex;font-size:.9rem;gap:.5rem;margin-bottom:.5rem}.professional-name{font-size:1.1rem;font-weight:600;margin-bottom:.25rem}.professional-role{font-size:.95rem;margin-bottom:.5rem}.status-badge{font-size:.7rem;padding:4px 8px}.status-accepted{background-color:#28a745!important}.status-pending{background-color:#ffc107!important;color:#000}.status-rejected{background-color:#dc3545!important}.availability-badge{font-size:.7rem;padding:4px 8px}.availability-available{background-color:#198754!important}.availability-unavailable{background-color:#6c757d!important}.pagination-custom .page-link{border:1px solid #dee2e6;color:#667eea}.pagination-custom .page-item.active .page-link{background-color:#667eea;border-color:#667eea}.pagination-custom .page-link:hover{background-color:#e9ecef;border-color:#dee2e6;color:#764ba2}@media (max-width:768px){.professional-actions{flex-direction:column}.action-btn{width:100%}.professional-image-container{height:150px}}.contracts-container{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;margin:0 auto;max-width:1200px;padding:20px}.page-header{margin-bottom:30px}.page-title{color:#1a1a1a;font-size:2.5rem;margin-bottom:10px}.page-subtitle{color:#666;margin-bottom:20px}.stats-container{display:flex;gap:20px;margin-bottom:30px}.stat-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;flex:1 1;padding:20px;text-align:center}.stat-number{color:#007bff;font-size:2rem;font-weight:700;margin-bottom:5px}.stat-label{color:#666;font-size:.9rem;letter-spacing:.5px;text-transform:uppercase}.contracts-section{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.section-header{background:#f8f9fa;border-bottom:1px solid #eee;padding:20px}.section-title{color:#1a1a1a;font-size:1.3rem;font-weight:600;margin:0}.contracts-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));padding:20px}.contract-card{background:#fff;border:1px solid #e9ecef;border-radius:12px;padding:20px;position:relative;transition:all .3s ease}.contract-card:hover{border-color:#007bff;box-shadow:0 8px 25px #00000026;transform:translateY(-2px)}.contract-card-header{align-items:center;display:flex;flex-direction:column;margin-bottom:15px}.client-avatar-container{margin-bottom:15px}.client-avatar{border:3px solid #f8f9fa;height:80px;width:80px}.contract-info{text-align:center}.contract-info h3{color:#1a1a1a;font-size:1.1rem;font-weight:600;margin:0 0 5px}.contract-title{color:#666;font-size:.9rem;margin:0}.contract-meta{align-items:center;display:flex;font-size:.9rem;justify-content:space-between;margin-bottom:15px}.status-badge{border-radius:20px;font-size:.8rem;font-weight:500;margin-right:12px;padding:4px 12px;text-transform:uppercase;top:2px}.status-badge-active{background:#d4edda;color:#155724}.status-badge-expired{background:#f8d7da;color:#721c24}.status-badge-completed{background:#e2e3e5;color:#383d41}.contract-value{color:#007bff;font-weight:600}.contract-dates{display:flex;font-size:.9rem;justify-content:space-between;margin-bottom:15px}.date-item{display:flex;flex-direction:column}.date-label{color:#666;font-size:.8rem}.date-value{font-weight:500}.contract-actions{display:flex;gap:10px;margin-top:15px}.btn{border-radius:6px;flex:1 1;font-size:.9rem;font-weight:500;padding:8px 16px;transition:all .2s ease}.btn-view{background:#f8f9fa;border:1px solid #dee2e6;color:#495057}.btn-view:hover{background:#e9ecef;border-color:#adb5bd}.btn-download{background:#007bff;color:#fff}.btn-download:hover{background:#0056b3}.empty-state{color:#666;padding:40px;text-align:center}.empty-state h3{margin-bottom:10px}.modal-overlay{background:#00000080;padding:20px}.modal-content{border-radius:12px;box-shadow:0 20px 40px #0003;max-height:90vh;max-width:800px;overflow-y:auto}.modal-header{background:#f8f9fa;border-bottom:1px solid #eee;border-radius:12px 12px 0 0;padding:20px}.modal-header h2{color:#1a1a1a;font-size:1.5rem;font-weight:600}.close-button{background:none;border-radius:50%;color:#666;font-size:1.5rem;height:30px;padding:5px;transition:all .2s ease;width:30px}.close-button:hover{background:#e9ecef;color:#000}.modal-body{padding:20px}.contract-header{align-items:center;border-bottom:1px solid #eee;display:flex;margin-bottom:30px;padding-bottom:20px}.client-image-container{margin-right:20px}.client-image{border:4px solid #f8f9fa;border-radius:50%;height:100px;object-fit:cover;width:100px}.contract-basic-info h3{color:#1a1a1a;font-size:1.8rem;font-weight:600;margin:0 0 10px}.client-name{color:#666;font-size:1.1rem;margin-bottom:10px}.contract-status-value{align-items:center;display:flex;gap:20px}.contract-details-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.detail-section{background:#f8f9fa;border-radius:8px;padding:20px}.detail-section.full-width{grid-column:1/-1}.detail-section h4{color:#1a1a1a;font-size:1.1rem;font-weight:600;margin:0 0 15px}.detail-section p{color:#495057;line-height:1.5;margin:5px 0}.description{color:#495057;line-height:1.6}.document-item{align-items:center;background:#fff;border:1px solid #dee2e6;border-radius:8px;display:flex;padding:15px}.document-icon{font-size:1.5rem;margin-right:15px}.document-info{flex:1 1}.document-type{color:#1a1a1a;font-weight:600;margin:0 0 5px}.view-document-btn{background:#007bff;font-size:.8rem;padding:5px 10px;transition:background .2s ease}.view-document-btn:hover{background:#0056b3}.modal-footer{background:#f8f9fa;border-radius:0 0 12px 12px;border-top:1px solid #eee;gap:15px;padding:20px}.modal-footer .btn{font-size:1rem;font-weight:500;min-width:120px;padding:10px 20px}.btn-close{color:#fff}.btn-close:hover{background:#5a6268}@media (max-width:768px){.contracts-container{padding:15px}.stats-container{flex-direction:column}.contracts-grid{padding:15px}.contract-details-grid,.contracts-grid{grid-template-columns:1fr}.contract-header{flex-direction:column;text-align:center}.client-image-container{margin-bottom:15px;margin-right:0}.contract-status-value{justify-content:center}.modal-footer{flex-direction:column}}@media (max-width:480px){.page-title{font-size:2rem}.modal-content{margin:10px;max-height:95vh}.contract-actions{flex-direction:column}}.workflow-container{background-color:#f9f9f9;border-radius:8px;margin:20px 0;padding:15px}.workflow-container h4{color:#333;font-size:1.1rem;margin-top:0}.workflow-steps{display:flex;flex-direction:column;gap:15px;margin-top:15px}.workflow-step{align-items:flex-start;display:flex;gap:10px}.step-indicator{flex-direction:column}.step-icon,.step-indicator{align-items:center;display:flex}.step-icon{border-radius:50%;font-size:12px;font-weight:700;height:24px;justify-content:center;width:24px}.step-icon.completed{background-color:#4caf50;color:#fff}.step-icon.pending{background-color:#e0e0e0;color:#666}.step-connector{background-color:#e0e0e0;height:40px;margin:2px 0;width:2px}.step-connector.completed{background-color:#4caf50}.step-details{flex:1 1}.step-name{color:#333;font-weight:500}.step-date{color:#666;font-size:.85rem;margin-top:2px}@media (max-width:768px){.workflow-step{flex-direction:column;gap:5px}.step-indicator{align-items:center;flex-direction:row;gap:10px}.step-connector{height:2px;width:40px}}.pdf-modal-overlay{align-items:center;background-color:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.pdf-modal-content{background-color:#fff;border-radius:8px;display:flex;flex-direction:column;height:90%;max-height:800px;max-width:900px;overflow:hidden;width:90%}.pdf-modal-header{align-items:center;background-color:#f5f5f5;border-bottom:1px solid #ddd;display:flex;justify-content:space-between;padding:15px 20px}.pdf-viewer-container{align-items:center;display:flex;flex:1 1;justify-content:center;overflow:hidden}.pdf-iframe{border:none;height:100%;width:100%}.view-document-btn{background-color:#4a6baf;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.9rem;padding:8px 15px;transition:background-color .3s}.view-document-btn:hover{background-color:#3a5a9f}.view-document-btn:disabled{background-color:#ccc;cursor:not-allowed}.client-avatar{border:2px solid #e9ecef;border-radius:50%;height:50px;object-fit:cover;width:50px}.contract-client-name{color:#333;font-weight:600;margin:4px 0}.contract-professional-name{color:#666;font-size:.9em;margin:2px 0}.contract-parties-info{background:#f8f9fa;border-radius:8px;margin:10px 0;padding:10px}.party-info{font-size:.9em;margin:4px 0}.contract-modal .modal-content{max-width:800px}.parties-container{gap:20px;justify-content:space-between;margin-bottom:20px}.parties-container,.party-info{align-items:flex-start;display:flex}.party-info{flex:1 1;gap:15px}.party-avatar img{border:3px solid #e9ecef;border-radius:50%;height:60px;object-fit:cover;width:60px}.party-details h4{color:#495057;font-size:1.1em;margin:0 0 8px}.party-name{color:#333;font-weight:600;margin:4px 0}.party-contact,.party-location,.party-service{color:#666;font-size:.9em;margin:2px 0}.contract-status-section{align-items:center;display:flex;justify-content:center}.status-badge.large{font-size:1em;font-weight:600;padding:8px 16px}.detail-item{margin-bottom:8px;padding:4px 0}.detail-value{font-weight:400}@media (max-width:768px){.parties-container{flex-direction:column;gap:15px}.contract-status-section{order:-1}}.professional-avatar{border:2px solid #e9ecef;border-radius:50%;height:50px;object-fit:cover;width:50px}.contract-service{color:#2c5aa0;font-size:1.1em;font-weight:600;margin:4px 0}.contract-ref{color:#6c757d;font-size:.85em;margin:2px 0}.experience-badge{background:#fff3cd;border-radius:12px;color:#856404;font-size:.8em;font-weight:500;padding:4px 8px}.contract-details{background:#f8f9fa;border-radius:6px;margin:10px 0;padding:8px}.detail-item{display:flex;font-size:.9em;justify-content:space-between;margin-bottom:4px}.detail-label{color:#495057;font-weight:500}.detail-value{color:#333;max-width:60%;text-align:right}.error-state,.loading-state{color:#6c757d;padding:40px 20px;text-align:center}.error-state{color:#dc3545}@media (max-width:768px){.contract-details .detail-item{align-items:flex-start;flex-direction:column}.detail-value{margin-top:2px;max-width:100%;text-align:left}.contract-meta{align-items:flex-start;flex-direction:column;gap:8px}}.services-modern-container{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100vh;padding:3rem 2rem}.modern-header{margin:0 auto 3rem;max-width:1400px}.header-content{align-items:center;display:flex;gap:2rem;justify-content:space-between;margin-bottom:2rem}.header-text{flex:1 1}.page-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:2.8rem;font-weight:700;line-height:1.2;margin-bottom:.5rem}.page-subtitle{color:#64748b;font-size:1.1rem;font-weight:400}.modern-create-btn{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50px;box-shadow:0 10px 25px #667eea4d;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;padding:1rem 2rem;transition:all .4s cubic-bezier(.4,0,.2,1)}.modern-create-btn:hover{box-shadow:0 15px 35px #667eea66;transform:translateY(-3px)}.modern-create-btn:active{transform:translateY(-1px)}.btn-icon{font-size:1.4rem;font-weight:300}.services-grid-section{margin:0 auto;max-width:1400px}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr)}.service-card{background:#fff;border:1px solid #0000000d;border-radius:24px;box-shadow:0 8px 30px #00000014;overflow:hidden;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.service-card:before{background:linear-gradient(90deg,#667eea,#764ba2);content:"";height:4px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.service-card:hover{box-shadow:0 20px 50px #0000001f;transform:translateY(-8px)}.service-card:hover:before{opacity:1}.service-image-container{background:linear-gradient(135deg,#e0e7ff,#f3e8ff);height:240px;overflow:hidden;position:relative}.service-image{height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1);width:100%}.service-card:hover .service-image{transform:scale(1.08)}.service-image-placeholder{align-items:center;background:linear-gradient(135deg,#e0e7ff,#f3e8ff);display:flex;height:100%;justify-content:center;width:100%}.placeholder-icon{font-size:4rem;opacity:.4}.service-overlay{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#667eeaf2,#764ba2f2);bottom:0;display:flex;gap:1rem;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:all .4s cubic-bezier(.4,0,.2,1)}.service-card:hover .service-overlay{opacity:1}.overlay-btn{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:none;border-radius:16px;box-shadow:0 4px 15px #0000001a;cursor:pointer;display:flex;font-size:1.3rem;height:50px;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);width:50px}.overlay-btn:hover{background:#fff;transform:scale(1.15)}.view-btn:hover{background:linear-gradient(135deg,#4ecdc4,#44a3a3);color:#fff}.edit-btn:hover{background:linear-gradient(135deg,#45b7d1,#3a9bb5);color:#fff}.delete-btn:hover{background:linear-gradient(135deg,#ff6b6b,#ee5a24);color:#fff}.service-content{padding:2rem}.service-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem}.service-name{color:#1e293b;flex:1 1;font-size:1.5rem;font-weight:700;line-height:1.3;margin:0 1rem 0 0}.service-category{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50px;color:#fff;font-size:.75rem;font-weight:600;letter-spacing:.8px;padding:.5rem 1rem;text-transform:uppercase;white-space:nowrap}.service-description{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#64748b;display:-webkit-box;font-size:.95rem;line-height:1.7;margin-bottom:1.5rem;overflow:hidden}.service-meta{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:16px;display:flex;gap:2rem;margin-bottom:1.5rem;padding:1.25rem}.meta-item{display:flex;flex-direction:column;gap:.4rem}.meta-label{color:#94a3b8;font-size:.75rem;font-weight:600;letter-spacing:.8px;text-transform:uppercase}.meta-value{color:#1e293b;font-size:.95rem;font-weight:700}.sub-service-section{background:linear-gradient(135deg,#fef3c7,#fde68a);border:2px dashed #fbbf24;border-radius:16px;margin:1.5rem 0;padding:1.25rem;text-align:center;transition:all .3s ease}.sub-service-section:hover{background:linear-gradient(135deg,#fde68a,#fcd34d);border-color:#f59e0b}.add-sub-service-btn{align-items:center;background:linear-gradient(135deg,#173247,#059669);border:none;border-radius:50px;box-shadow:0 4px 15px #10b9814d;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:.5rem;margin:0 auto;padding:.85rem 1.8rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.add-sub-service-btn:hover{box-shadow:0 8px 25px #10b98166;transform:translateY(-2px)}.service-actions{display:flex;gap:1rem}.action-btn{border:none;border-radius:50px;cursor:pointer;flex:1 1;font-size:.9rem;font-weight:600;padding:.9rem 1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.primary-btn{background:linear-gradient(135deg,#173247,#268f04);box-shadow:0 4px 15px #667eea4d;color:#fff}.primary-btn:hover{box-shadow:0 8px 25px #667eea66;transform:translateY(-2px)}.secondary-btn{background:#fff;border:2px solid #e2e8f0;color:#64748b}.secondary-btn:hover{background:#f8fafc;border-color:#cbd5e1;color:#475569;transform:translateY(-2px)}.loading-modern{color:#64748b;padding:5rem;text-align:center}.modern-spinner{animation:spin 1s cubic-bezier(.4,0,.2,1) infinite;border:4px solid #e2e8f0;border-radius:50%;border-top-color:#667eea;height:60px;margin:0 auto 1.5rem;width:60px}.empty-modern-state{color:#64748b;padding:5rem 2rem;text-align:center}.empty-icon{font-size:5rem;margin-bottom:1.5rem;opacity:.5}.empty-modern-state h3{color:#1e293b;font-size:2rem;font-weight:700;margin-bottom:1rem}.empty-modern-state p{font-size:1.1rem;margin-bottom:2rem;opacity:.8}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.service-card{animation:fadeInUp .6s cubic-bezier(.4,0,.2,1) forwards}.service-card:first-child{animation-delay:.1s}.service-card:nth-child(2){animation-delay:.2s}.service-card:nth-child(3){animation-delay:.3s}.service-card:nth-child(4){animation-delay:.4s}.service-card:nth-child(5){animation-delay:.5s}.service-card:nth-child(6){animation-delay:.6s}.large-modal{border-radius:24px;max-width:900px;overflow:hidden}.section-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 4px 20px #0000000d;margin-bottom:1.5rem;padding:2rem}.section-title{align-items:center;color:#1e293b;font-size:1.4rem;font-weight:700;margin-bottom:1.5rem}.section-title:before{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px;content:"";height:24px;margin-right:1rem;width:5px}.section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.form-row{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}.form-actions{border-top:2px solid #f1f5f9;display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:2rem}.sub-service-form{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:16px;margin-bottom:1.5rem;padding:1.5rem}.sub-service-form h4{color:#1e293b;font-size:1.1rem;font-weight:700;margin:0 0 1rem}.sub-services-list{display:flex;flex-direction:column;gap:1rem}.sub-service-item{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px;display:flex;justify-content:space-between;padding:1.25rem;transition:all .3s ease}.sub-service-item:hover{border-color:#667eea;box-shadow:0 4px 15px #667eea1a}.sub-service-info{flex:1 1}.sub-service-name{color:#1e293b;font-size:1rem;font-weight:700;margin-bottom:.3rem}.sub-service-details{color:#64748b;font-size:.9rem}.sub-service-actions{display:flex;gap:.5rem}.empty-sub-services{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:2px dashed #cbd5e1;border-radius:12px;color:#94a3b8;padding:2.5rem;text-align:center}.metadata-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}.metadata-item{display:flex;flex-direction:column;gap:.4rem}.metadata-item label{color:#94a3b8;font-size:.75rem;font-weight:600;letter-spacing:.8px;text-transform:uppercase}.metadata-item p{color:#1e293b;font-weight:700;margin:0}.service-info{background:linear-gradient(135deg,#173247,#33d840);border-radius:20px;box-shadow:0 8px 25px #667eea4d;color:#fff;margin-bottom:2rem;padding:2rem}.service-info h3{font-size:1.6rem;font-weight:700;margin:0 0 .5rem}.service-category-info{font-size:1rem;margin:0;opacity:.9}.sub-services-form{margin-top:2rem}.form-header{align-items:center;border-bottom:2px solid #f1f5f9;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1.5rem}.form-header h4{color:#1e293b;font-size:1.3rem;font-weight:700;margin:0}.sub-service-form-group{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:2px solid #e2e8f0;border-radius:16px;margin-bottom:1.5rem;padding:1.5rem;transition:all .3s ease}.sub-service-form-group:hover{background:#fff;border-color:#667eea;box-shadow:0 4px 15px #667eea1a}.remove-btn-container{align-items:end;display:flex;height:100%}.remove-btn{align-items:center;background:linear-gradient(135deg,#ff6b6b,#ee5a24);border:none;border-radius:12px;box-shadow:0 4px 15px #ff6b6b4d;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;height:40px;justify-content:center;transition:all .3s ease;width:40px}.remove-btn:hover{box-shadow:0 6px 20px #ff6b6b66;transform:scale(1.1)}.Toastify__toast{-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;border-radius:16px!important;box-shadow:0 8px 25px #0000001a!important}.Toastify__toast--success{background:linear-gradient(135deg,#10b981,#059669)!important}.Toastify__toast--error{background:linear-gradient(135deg,#ff6b6b,#ee5a24)!important}.modal-overlay{align-items:center;animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0009;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.btn-close{z-index:2000}.modal-content{animation:slideUp .4s cubic-bezier(.4,0,.2,1);background:#fff;border-radius:24px;box-shadow:0 20px 60px #0000004d;display:flex;flex-direction:column;max-height:95vh;max-width:100%;overflow:hidden;width:100%}@keyframes slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.modal-header{align-items:center;background:linear-gradient(135deg,#173247,#33d840);color:#fff;display:flex;justify-content:space-between;overflow:hidden;padding:2rem 2rem 1.5rem;position:relative}.modal-header:before{background:#ffffff1a;border-radius:50%;content:"";height:200px;position:absolute;right:-10%;top:-50%;width:200px}.modal-header h2{font-size:1.8rem;font-weight:700;margin:0;position:relative;z-index:1}.close-button{align-items:center;background:#fff3;border:none;border-radius:12px;cursor:pointer;display:flex;height:40px;justify-content:center;position:relative;transition:all .3s ease;width:40px;z-index:1}.close-button:hover{background:#ffffff4d;transform:rotate(90deg)}.close-button span{color:#fff;font-size:1.8rem;line-height:1}.modal-body{flex:1 1;overflow-y:auto;padding:2rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#1e293b;display:block;font-size:.95rem;font-weight:600;margin-bottom:.6rem}.form-control{background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;color:#1e293b;font-size:.95rem;padding:.9rem 1.2rem;transition:all .3s ease;width:100%}.form-control:focus{background:#fff;border-color:#667eea;box-shadow:0 0 0 4px #667eea1a;outline:none}.form-control::placeholder{color:#94a3b8}textarea.form-control{font-family:inherit;min-height:100px;resize:vertical}.image-upload-section{margin-top:.75rem}.file-input-container{position:relative}.file-input{display:none}.btn{align-items:center;border:none;border-radius:50px;cursor:pointer;display:inline-flex;font-size:.95rem;font-weight:600;gap:.5rem;justify-content:center;padding:.9rem 1.8rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.btn-outline{background:#fff;border:2px solid #667eea;color:#667eea}.btn-outline:hover{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 8px 20px #667eea4d;color:#fff;transform:translateY(-2px)}.btn-outline i{font-size:1rem}.image-preview-section{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:2px solid #e2e8f0;border-radius:16px;margin-top:1.5rem;padding:1.5rem}.image-preview{border-radius:12px;box-shadow:0 8px 20px #0000001a;margin:0 auto 1rem;max-width:400px;overflow:hidden;position:relative;width:100%}.image-preview img{border-radius:12px;display:block;height:auto;width:100%}.remove-image-btn{align-items:center;border-radius:50%;display:flex;height:36px;justify-content:center;padding:0;position:absolute;right:10px;top:10px;width:36px;z-index:10}.remove-image-btn i{margin:0}.btn-danger{background:linear-gradient(135deg,#ff6b6b,#ee5a24);border:none;color:#fff}.btn-danger:hover{box-shadow:0 6px 20px #ff6b6b66;transform:scale(1.1)}.btn-sm{font-size:.9rem;padding:.5rem}.file-info{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1rem}.file-info p{color:#64748b;font-size:.9rem;margin:.4rem 0}.file-info p:first-child{margin-top:0}.file-info p:last-child{margin-bottom:0}.file-info strong{color:#1e293b;font-weight:600}.modal-footer{background:#f8fafc;border-top:2px solid #f1f5f9;display:flex;gap:1rem;justify-content:flex-end;padding:1.5rem 2rem}.btn-secondary{background:#fff;border:2px solid #e2e8f0;color:#64748b}.btn-secondary:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1;color:#475569;transform:translateY(-2px)}.btn-primary{background:linear-gradient(135deg,#173247,#266810);box-shadow:0 4px 15px #667eea4d;color:#fff}.btn-primary:hover:not(:disabled){box-shadow:0 8px 25px #667eea66;transform:translateY(-2px)}.btn:disabled{cursor:not-allowed;opacity:.6;transform:none}@media (max-width:768px){.modal-overlay{align-items:flex-end;padding:0}.modal-content{animation:slideUpMobile .4s cubic-bezier(.4,0,.2,1);border-radius:24px 24px 0 0;max-height:95vh;max-width:100%}@keyframes slideUpMobile{0%{transform:translateY(100%)}to{transform:translateY(0)}}.modal-header{padding:1.5rem}.modal-header h2{font-size:1.4rem}.modal-body{padding:1.5rem}.modal-footer{flex-direction:column-reverse;padding:1rem 1.5rem}.modal-footer .btn{width:100%}.image-preview{max-width:100%}}@media (max-width:480px){.modal-header h2{font-size:1.2rem}.form-control{font-size:.9rem;padding:.75rem 1rem}.btn{font-size:.9rem;padding:.75rem 1.5rem}}@media (max-width:1200px){.services-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.services-modern-container{padding:1.5rem 1rem}.header-content{align-items:stretch;flex-direction:column;gap:1.5rem}.page-title{font-size:2rem}.page-subtitle{font-size:1rem}.modern-create-btn{justify-content:center;width:100%}.services-grid{gap:1.5rem;grid-template-columns:1fr}.service-header{flex-direction:column;gap:1rem}.service-category{align-self:flex-start}.service-actions,.service-meta{flex-direction:column}.service-meta{gap:1rem}.form-row{grid-template-columns:1fr}.section-header{align-items:flex-start;flex-direction:column;gap:1rem}.metadata-grid{grid-template-columns:1fr}.sub-service-item{align-items:flex-start;flex-direction:column;gap:1rem}.sub-service-actions{align-self:flex-end}.large-modal{margin:1rem;width:calc(100% - 2rem)}.remove-btn-container{justify-content:center;margin-top:1rem}}@media (max-width:480px){.page-title{font-size:1.6rem}.service-image-container{height:200px}.service-content{padding:1.5rem}.service-name{font-size:1.3rem}.empty-icon{font-size:3.5rem}.empty-modern-state h3{font-size:1.5rem}}.subservices-container{display:flex;flex-wrap:wrap;gap:4px;max-height:60px;overflow-y:auto;padding:2px 0}.subservice-badge{background-color:#173247;border-radius:5px;color:#fff;display:inline-block;font-size:.8em;padding:2px 6px;white-space:nowrap}.no-subservices{color:#888;font-size:.9em;font-style:italic}.subservices-container::-webkit-scrollbar{width:4px}.subservices-container::-webkit-scrollbar-track{background:#ffffff1a;border-radius:2px}.subservices-container::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:2px}.subservices-container::-webkit-scrollbar-thumb:hover{background:#ffffff80}.dashboard-container{background-color:#f9fafb;min-height:100vh}.dashboard-header{background-color:#fff;border-bottom:1px solid #e5e7eb}.dashboard-header-content{align-items:center;display:flex;justify-content:space-between;padding:1.5rem}.dashboard-header-title{color:#111827;font-size:1.875rem;font-weight:700;margin:0}.dashboard-header-subtitle{color:#6b7280;margin:0}.dashboard-header-controls{align-items:center;display:flex;gap:.75rem}.dashboard-select{background-color:#fff;border:1px solid #d1d5db;border-radius:.5rem;cursor:pointer;font-size:.875rem;padding:.5rem .75rem}.dashboard-refresh-button{align-items:center;background-color:#2563eb;border:none;border-radius:.5rem;color:#fff;cursor:pointer;display:flex;font-size:.875rem;gap:.5rem;padding:.5rem 1rem;transition:background-color .2s}.dashboard-refresh-button:disabled{background-color:#6b7280;opacity:.5}.dashboard-content{display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem}.dashboard-stats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.dashboard-stat-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:.75rem;box-shadow:0 1px 3px 0 #0000001a;padding:1.5rem;transition:box-shadow .2s}.dashboard-stat-card:hover{box-shadow:0 4px 6px -1px #0000001a}.dashboard-stat-card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.dashboard-stat-icon{align-items:center;border-radius:.5rem;display:flex;justify-content:center;padding:.75rem}.dashboard-stat-title{color:#6b7280;font-size:.875rem;font-weight:500;margin:0}.dashboard-stat-value{color:#111827;font-size:1.875rem;font-weight:700;margin:.25rem 0}.dashboard-stat-change{align-items:center;display:flex;font-size:.875rem;margin-top:.5rem}.dashboard-stat-change-up{color:#059669}.dashboard-stat-change-down{color:#dc2626}.dashboard-stat-change-text{color:#6b7280;margin-left:.25rem}.dashboard-charts-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:2fr 1fr}.dashboard-chart-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:.75rem;box-shadow:0 1px 3px 0 #0000001a;padding:1.5rem}.dashboard-chart-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.dashboard-chart-title{color:#111827;font-size:1.125rem;font-weight:600;margin:0}.dashboard-chart-subtitle{color:#6b7280;font-size:.875rem;margin:0}.dashboard-bottom-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}.dashboard-activities-list{display:flex;flex-direction:column;gap:1rem}.dashboard-activity-item{align-items:center;border-radius:.5rem;display:flex;gap:.75rem;padding:.75rem;transition:background-color .2s}.dashboard-activity-item:hover{background-color:#f9fafb}.dashboard-activity-avatar{align-items:center;background:linear-gradient(90deg,#3b82f6,#8b5cf6);border-radius:50%;color:#fff;display:flex;font-size:.875rem;font-weight:500;height:2.5rem;justify-content:center;width:2.5rem}.dashboard-activity-text{color:#111827;font-size:.875rem;margin:0}.dashboard-activity-time{color:#6b7280;font-size:.75rem;margin:0}.dashboard-pie-chart-legend{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.dashboard-legend-item{align-items:center;display:flex;justify-content:space-between}.dashboard-legend-color{border-radius:50%;height:.75rem;margin-right:.5rem;width:.75rem}.dashboard-legend-label{align-items:center;color:#6b7280;display:flex;font-size:.875rem}.dashboard-legend-value{color:#111827;font-size:.875rem;font-weight:500}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:1024px){.dashboard-bottom-grid,.dashboard-charts-grid{grid-template-columns:1fr!important}}@media (max-width:768px){.dashboard-stats-grid{grid-template-columns:1fr!important}}.profile-container{background-color:#f8f9fa;min-height:100vh;padding:1rem 0}.profile-content{margin:0 auto;max-width:1200px;padding:0 1rem}.profile-grid{grid-gap:1.5rem;align-items:start;display:grid;gap:1.5rem;grid-template-columns:300px 1fr}.profile-sidebar{position:sticky;top:1rem}.profile-card{background:#fff;border:1px solid #e9ecef;border-radius:16px;box-shadow:0 4px 16px #00000014;overflow:hidden;transition:all .3s ease}.profile-card:hover{box-shadow:0 8px 32px #0000001f}.profile-card-content{padding:1.5rem}.profile-avatar-section{margin-bottom:1rem;text-align:center}.profile-avatar-container{display:inline-block;margin-bottom:.75rem;position:relative}.profile-avatar{border:3px solid #f8f9fa;height:80px!important;width:80px!important}.profile-avatar-edit{align-items:center;background:#007bff;border-radius:50%;bottom:5px;cursor:pointer;display:flex;height:28px;justify-content:center;position:absolute;right:5px;transition:all .3s ease;width:28px}.profile-avatar-edit:hover{background:#0056b3;transform:scale(1.1)}.profile-name{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:#2d3748;font-size:1.25rem!important;font-weight:700!important;margin-bottom:.5rem!important}.profile-title-chip{background:linear-gradient(135deg,#667eea,#764ba2)!important;border-radius:20px;color:#fff!important;font-size:.75rem!important;font-weight:600;padding:4px 12px}.profile-divider{background:linear-gradient(90deg,#0000,#667eea,#0000)!important;height:1px!important;margin:1rem 0!important}.profile-menu{display:flex;flex-direction:column;gap:.25rem}.profile-menu-btn{align-items:center;background:#0000;border:none;border-radius:8px;color:#718096;cursor:pointer;display:flex;font-size:.85rem;font-weight:500;gap:.5rem;overflow:hidden;padding:.5rem .75rem;position:relative;transition:all .3s ease}.profile-menu-btn:before{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;content:"";height:100%;left:0;position:absolute;top:0;transition:width .3s ease;width:0}.profile-menu-btn:hover{color:#2d3748;transform:translateX(4px)}.profile-menu-btn:hover:before{width:3px}.profile-menu-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 8px #667eea4d;color:#fff}.profile-menu-btn.active:before{width:0}.profile-menu-btn svg{font-size:1rem}.profile-menu-btn span,.profile-menu-btn svg{position:relative;z-index:1}.profile-main-content{flex:1 1;min-width:0}.profile-header{border-bottom:1px solid #f1f3f4;display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem}.profile-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:1.5rem!important;font-weight:700!important;text-align:center}.profile-edit-btn{background:linear-gradient(135deg,#667eea,#764ba2)!important;border-radius:8px!important;box-shadow:0 2px 8px #667eea4d!important;color:#fff!important;font-size:.85rem!important;font-weight:600!important;min-width:auto!important;padding:.5rem 1rem!important;transition:all .3s ease!important}.profile-edit-btn:hover{box-shadow:0 4px 12px #667eea66!important;transform:translateY(-1px)}.profile-actions{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.profile-save-btn{background:linear-gradient(135deg,#4caf50,#45a049)!important;border-radius:8px!important;box-shadow:0 2px 8px #4caf504d!important;color:#fff!important}.profile-cancel-btn,.profile-save-btn{font-size:.85rem!important;font-weight:600!important;min-width:auto!important;padding:.5rem 1rem!important}.profile-cancel-btn{border-color:#dc3545!important;border-radius:8px!important;color:#dc3545!important}.profile-form-grid{display:flex;flex-direction:column;gap:1rem}.form-section-title{border-bottom:1px solid #f1f3f4;color:#2d3748!important;font-size:1.1rem!important;font-weight:600!important;margin-bottom:.75rem!important;padding-bottom:.5rem}.profile-text-field{margin-bottom:0!important}.profile-text-field .MuiOutlinedInput-root{border-radius:8px;transition:all .3s ease}.profile-text-field .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:#667eea}.profile-text-field .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#667eea;border-width:1px}.profile-text-field .MuiInputLabel-root.Mui-focused{color:#667eea}.profile-text-field .MuiOutlinedInput-root.Mui-disabled .MuiOutlinedInput-notchedOutline{background-color:#f8f9fa;border-color:#e9ecef}.profile-stats{grid-gap:1rem;border-top:1px solid #f1f3f4;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));margin-top:1.5rem;padding-top:1.5rem}.profile-stat-item{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:1px solid #e9ecef;border-radius:8px;padding:1rem;text-align:center}.profile-stat-value{font-size:1.25rem!important;font-weight:700!important;margin-bottom:.25rem!important}.profile-stat-label{color:#6c757d!important;font-size:.75rem!important;font-weight:500!important}.chips-container,.chips-list{margin-bottom:1rem}.chips-list{display:flex;flex-wrap:wrap;gap:.5rem}.skill-chip{background:linear-gradient(135deg,#667eea,#764ba2)!important}.language-chip,.skill-chip{color:#fff!important;font-size:.75rem!important;font-weight:600;height:28px!important}.language-chip{background:linear-gradient(135deg,#4caf50,#45a049)!important}.certification-chip{background:linear-gradient(135deg,#ff9800,#f57c00)!important;color:#fff!important;font-size:.75rem!important;font-weight:600;height:28px!important}.add-item-container{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.add-item-field{flex:1 1;min-width:150px}.add-item-field .MuiOutlinedInput-root{border-radius:6px;font-size:.85rem}.add-item-btn{background:linear-gradient(135deg,#667eea,#764ba2)!important;border-radius:6px!important;color:#fff!important;font-size:.75rem!important;font-weight:600!important;padding:6px 12px!important;white-space:nowrap}.display-field{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;margin-bottom:1rem;padding:.5rem}.field-label{align-items:center;color:#495057;display:flex;font-size:.85rem;font-weight:600;gap:.25rem;margin-bottom:.25rem}.field-value{color:#212529;font-size:.9rem;font-weight:500;padding-left:1rem;word-break:break-word}.MuiDialog-paper{border-radius:12px!important;margin:1rem!important}.MuiModal-root .MuiBox-root{margin:1rem;width:calc(100% - 2rem)}@media (max-width:1024px){.profile-grid{gap:1rem;grid-template-columns:280px 1fr}.profile-card-content{padding:1rem}}@media (max-width:768px){.profile-grid{gap:1rem;grid-template-columns:1fr}.profile-sidebar{position:static}.profile-content{padding:0 .5rem}.profile-container{padding:.5rem 0}.profile-header{align-items:stretch;flex-direction:column;gap:.75rem;text-align:center}.profile-actions{justify-content:center;width:100%}.profile-stats{gap:.5rem;grid-template-columns:repeat(3,1fr)}.profile-stat-item{padding:.75rem .5rem}.profile-stat-value{font-size:1rem!important}.profile-stat-label{font-size:.7rem!important}.profile-title{font-size:1.25rem!important}.form-section-title{font-size:1rem!important}.profile-menu-btn{font-size:.8rem;padding:.4rem .6rem}.chips-list{justify-content:center}.add-item-container{align-items:stretch;flex-direction:column}.add-item-field{min-width:auto}.add-item-btn{width:100%}}@media (max-width:480px){.profile-content{padding:0 .25rem}.profile-card-content{padding:.75rem}.profile-avatar{height:60px!important;width:60px!important}.profile-name{font-size:1.1rem!important}.profile-stats{gap:.25rem;grid-template-columns:repeat(3,1fr)}.profile-stat-item{padding:.5rem .25rem}.profile-stat-value{font-size:.9rem!important}.profile-stat-label{font-size:.65rem!important}.profile-actions{flex-direction:column;gap:.5rem}.profile-cancel-btn,.profile-edit-btn,.profile-save-btn{justify-content:center;width:100%}.MuiGrid-container{margin:0 -4px!important}.MuiGrid-item{padding:4px!important}.profile-form-grid{gap:.75rem}.display-field{margin-bottom:.75rem;padding:.4rem}.field-label{font-size:.8rem}.field-value{font-size:.85rem;padding-left:.75rem}}@media (max-width:360px){.profile-stats{grid-template-columns:1fr}.profile-stat-item{padding:.75rem}}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.profile-form-grid>*{animation:slideIn .3s ease-out}.chips-list>*{animation:slideIn .2s ease-out}.profile-picture-section{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:1px solid #e9ecef;border-radius:8px;padding:1rem}.profile-picture-container{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}.avatar-container{display:inline-block;position:relative}.profile-avatar{box-shadow:0 2px 8px #0000001a;transition:all .3s ease}.upload-section{display:flex;flex:1 1;flex-direction:column;gap:.5rem}@media (max-width:768px){.profile-picture-container{flex-direction:column;gap:1rem;text-align:center}.upload-section{width:100%}}@keyframes pulse{0%{opacity:1}50%{opacity:.7}to{opacity:1}}.uploading{animation:pulse 1.5s ease-in-out infinite}.break-words{overflow-wrap:break-word;word-break:break-word}.MuiButton-root{text-transform:none!important}@media (max-width:768px){.MuiDialog-paper{margin:.5rem!important;max-height:calc(100vh - 1rem)!important}.MuiModal-root .MuiBox-root{margin:.5rem;max-height:calc(100vh - 1rem);overflow:auto;width:calc(100% - 1rem)}}
/*# sourceMappingURL=main.dcd092e4.css.map*/