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:-webkit-fit-content;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;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);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{-webkit-margin-end:10px;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)}}.login-wrapper{align-items:center;background:#f5f7fa;box-sizing:border-box;display:flex;justify-content:center;min-height:100vh;padding:20px}.login-container{background:#fff;border-radius:16px;box-shadow:0 8px 20px #00000014;max-width:360px;padding:40px;width:100%}.logo{display:block;margin:0 auto 20px}h2{color:#222;font-weight:500;margin-bottom:25px;text-align:center}.input-group{margin-bottom:20px}.input-group label{color:#555;font-size:.9rem;margin-bottom:6px}.input-group input{padding:12px;width:92%}.input-group input:focus{border-color:#007bff;box-shadow:0 0 0 3px #007bff26}button{background:#007bff;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:12px;transition:background .3s ease;width:100%}button:hover{background:#0056b3}button:disabled{background:#d1d5db;cursor:not-allowed}.sidebar{background-color:#f8fafc;box-shadow:4px 0 12px #0000001a;box-sizing:border-box;color:#1f2937;display:flex;flex-direction:column;height:100vh;overflow-y:auto;padding:1.5rem 1rem;position:-webkit-sticky;position:sticky;top:0;transition:all .3s ease;width:240px}.sidebar-logo{cursor:pointer;display:block;height:auto;margin:0 auto 1rem;transition:transform .2s ease;width:80px}.sidebar-logo:hover{transform:scale(1.05)}.sidebar-header{color:#1e293b;font-size:1.5rem;font-weight:600;letter-spacing:.5px;margin-bottom:2rem;text-align:center}.sidebar-menu{display:flex;flex-direction:column;flex-grow:1;gap:.5rem;list-style:none;padding:0}.sidebar-menu li button{background:#0000;border:none;border-radius:8px;color:#4b5563;cursor:pointer;font-size:1rem;font-weight:500;padding:.75rem 1rem;text-align:left;transition:background .3s ease,color .3s ease,transform .2s ease;width:100%}.sidebar-menu li button:hover{background-color:#e5e7eb;color:#1e293b;transform:translateX(4px)}.sidebar-menu li button.active{background-color:#d1d5db;color:#1e293b;font-weight:600;transform:none}.logout-btn{background:#0000;border:2px solid #f43f5e;border-radius:8px;color:#f43f5e;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1rem;transition:background .3s ease,color .3s ease,transform .2s ease;width:100%}.logout-btn:hover{background:#f43f5e;color:#fff;transform:translateY(-2px)}.mobile-header{align-items:center;background-color:#fff;box-shadow:0 2px 8px #0000001a;display:none;justify-content:space-between;padding:1rem 1.5rem;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.mobile-logo-container{align-items:center;display:flex;gap:.5rem}.mobile-logo{cursor:pointer;height:auto;width:40px}.mobile-title{color:#1e293b;font-size:1.2rem;font-weight:600}.hamburger-menu{border:none;cursor:pointer;display:flex;flex-direction:column;height:24px;justify-content:space-around;padding:0;position:relative;width:24px;z-index:1001}.hamburger-menu,.hamburger-menu:active,.hamburger-menu:focus{background:none;outline:none}.hamburger-line{background-color:#1e293b;border-radius:2px;height:3px;transform-origin:center;transition:all .3s ease;width:100%}.hamburger-line.open:first-child{transform:rotate(45deg) translate(5px,5px)}.hamburger-line.open:nth-child(2){opacity:0}.hamburger-line.open:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.sidebar-overlay{background-color:#00000080;display:none;height:100%;left:0;position:fixed;top:0;width:100%;z-index:999}@media (max-width:768px){.mobile-header{display:flex;justify-content:flex-start}.hamburger-menu{margin-left:auto;order:2}.mobile-logo-container{justify-content:flex-start;order:1}.mobile-title{text-align:left}.sidebar-overlay{display:block}.sidebar{box-shadow:4px 0 20px #00000026;height:100vh;left:0;position:fixed;top:0;transform:translateX(-100%);transition:transform .3s ease;width:280px;z-index:1000}.sidebar.mobile-open{transform:translateX(0)}.sidebar.mobile-closed{transform:translateX(-100%)}.sidebar .sidebar-logo{display:none}.sidebar .sidebar-header{font-size:1.3rem;margin-bottom:1.5rem;margin-top:1rem}.logout-btn,.sidebar-menu li button{font-size:1.1rem;padding:1rem}.logout-btn{margin-top:1rem}}@media (max-width:1024px) and (min-width:769px){.sidebar{width:200px}.sidebar-logo{width:60px}.sidebar-header{font-size:1.3rem}.logout-btn,.sidebar-menu li button{font-size:.95rem;padding:.6rem .8rem}}.dashboard-container{background-color:#f8fafc;display:flex;min-height:100vh;overflow:hidden}.dashboard-main{align-items:center;animation:fadeIn .5s ease-in-out;display:flex;flex:1 1;flex-direction:column;justify-content:center;max-height:100vh;overflow-y:auto;padding:2rem}.welcome-title{color:#1e293b;font-size:2rem;font-weight:700;line-height:1.2;margin-bottom:1rem;text-align:center}.welcome-subtitle{color:#4b5563;font-size:1.1rem;text-align:center}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.dashboard-container{flex-direction:column}.dashboard-main{max-height:calc(100vh - 80px);padding:1rem}.welcome-title{font-size:1.5rem}.welcome-subtitle{font-size:.95rem}.loading{font-size:1.1rem;height:50vh}}@media (max-width:480px){.dashboard-main{padding:.75rem}.welcome-title{font-size:1.3rem}.welcome-subtitle{font-size:.9rem}}@media (max-width:1024px) and (min-width:769px){.dashboard-main{padding:1.5rem}.welcome-title{font-size:1.8rem}.welcome-subtitle{font-size:1rem}}.services-container{background-color:#f8fafc;display:flex;min-height:100vh;overflow:hidden}.services-main{box-sizing:border-box;flex:1 1;max-height:100vh;overflow-y:auto;padding:2rem}.services-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.services-header h1{color:#1e293b;font-size:1.8rem;font-weight:600}.services-list{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));justify-items:center}.service-card{background:#fff;border-radius:12px;box-shadow:0 4px 16px #0000001a;box-sizing:border-box;display:flex;flex-direction:column;height:390px;max-width:370px;min-width:300px;padding:1.5rem;position:relative;width:100%}.service-image{border-radius:8px;height:150px;margin-bottom:1rem;object-fit:cover;width:100%}.service-info{display:flex;flex-direction:column;flex-grow:1}.service-title{color:#1e293b;font-size:1.2rem;font-weight:600;margin-bottom:.5rem;white-space:nowrap}.service-description,.service-title{overflow:hidden;text-overflow:ellipsis}.service-description{-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;color:#4b5563;display:-webkit-box;font-size:.95rem;margin-bottom:1rem}.service-actions{display:flex;gap:.5rem;margin-top:auto}.no-services-message{align-items:center;color:#4b5563;display:flex;font-size:1.2rem;height:60vh;justify-content:center;text-align:center}@media (max-width:768px){.services-container{flex-direction:column}.services-main{max-height:calc(100vh - 80px);padding:1rem}.services-header{align-items:center;flex-direction:column;gap:1rem;margin-bottom:1rem}.services-header h1{font-size:1.5rem;text-align:center}.add-button{font-size:1rem;margin:0 auto;max-width:200px;padding:.75rem 1rem}.services-list{gap:1rem;grid-template-columns:1fr}.service-card{height:auto;min-height:350px;width:100%}.service-image{height:120px}.service-title{font-size:1.1rem;white-space:normal}.service-description{-webkit-line-clamp:3;line-clamp:3}.service-actions{flex-direction:row;gap:.5rem}.delete-button,.edit-button{flex:1 1;font-size:.95rem;padding:.75rem 1rem}.landing-badge{font-size:.75rem;padding:.25rem .5rem;right:.5rem;top:.5rem}.loading,.no-services-message{font-size:1.1rem;height:50vh}}@media (max-width:480px){.services-main{padding:.75rem}.services-header h1{font-size:1.3rem}.service-card{padding:1rem}.service-image{height:100px}.service-title{font-size:1rem}.service-description{font-size:.9rem}.delete-button,.edit-button{font-size:.9rem;padding:.6rem .8rem}}@media (max-width:1024px) and (min-width:769px){.services-main{padding:1.5rem}.services-list{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.service-card{margin:0 auto;max-width:350px;width:100%}}.products-container{background-color:#f8fafc;display:flex;min-height:100vh;overflow:hidden}.products-main{box-sizing:border-box;flex:1 1;max-height:100vh;overflow-y:auto;padding:2rem}.products-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.products-header h1{color:#1e293b;font-size:1.8rem;font-weight:600}.products-list{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));justify-items:center}.product-card{background:#fff;border-radius:12px;box-shadow:0 4px 16px #0000001a;box-sizing:border-box;display:flex;flex-direction:column;height:390px;max-width:370px;min-width:300px;padding:1.5rem;position:relative;width:100%}.product-image{border-radius:8px;height:150px;margin-bottom:1rem;object-fit:cover;width:100%}.product-info{display:flex;flex-direction:column;flex-grow:1}.product-title{color:#1e293b;font-size:1.2rem;font-weight:600;margin-bottom:.5rem;white-space:nowrap}.product-description,.product-title{overflow:hidden;text-overflow:ellipsis}.product-description{-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;color:#4b5563;display:-webkit-box;font-size:.95rem;margin-bottom:1rem}.landing-badge{background:#3b82f6;border-radius:4px;color:#fff;font-size:.8rem;font-weight:500;padding:.3rem .6rem;position:absolute;right:1rem;top:1rem}.product-actions{display:flex;gap:.5rem;margin-top:auto}.delete-button,.edit-button{font-size:.9rem;padding:.5rem 1rem}.no-products-message{align-items:center;color:#4b5563;display:flex;font-size:1.2rem;height:60vh;justify-content:center;text-align:center}@media (max-width:768px){.products-container{flex-direction:column}.products-main{max-height:calc(100vh - 80px);padding:1rem}.products-header{align-items:center;flex-direction:column;gap:1rem;margin-bottom:1rem}.products-header h1{font-size:1.5rem;text-align:center}.add-button{font-size:1rem;margin:0 auto;max-width:200px;padding:.75rem 1rem}.products-list{gap:1rem;grid-template-columns:1fr}.product-card{height:auto;min-height:350px;width:100%}.product-image{height:120px}.product-title{font-size:1.1rem;white-space:normal}.product-description{-webkit-line-clamp:3;line-clamp:3}.product-actions{flex-direction:row;gap:.5rem}.delete-button,.edit-button{flex:1 1;font-size:.95rem;padding:.75rem 1rem}.landing-badge{font-size:.75rem;padding:.25rem .5rem;right:.5rem;top:.5rem}.loading,.no-products-message{font-size:1.1rem;height:50vh}}@media (max-width:480px){.products-main{padding:.75rem}.products-header h1{font-size:1.3rem}.product-card{padding:1rem}.product-image{height:100px}.product-title{font-size:1rem}.product-description{font-size:.9rem}.delete-button,.edit-button{font-size:.9rem;padding:.6rem .8rem}}@media (max-width:1024px) and (min-width:769px){.products-main{padding:1.5rem}.products-list{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.product-card{margin:0 auto;max-width:350px;width:100%}}.modal-input-group{position:relative}@media (max-width:768px){.modal-content{max-width:90%;padding:1.5rem}.modal-content h2{font-size:1.3rem}.modal-input-group{margin-bottom:1rem}.modal-input-group input,.modal-input-group textarea{font-size:.95rem}.modal-input-group textarea{height:80px}.image-preview img{height:120px;max-width:250px}.upload-button{font-size:.85rem;padding:.5rem .75rem}.image-note{font-size:.8rem}button[type=submit]{font-size:.95rem;padding:.65rem}.char-count{bottom:-1.2rem;font-size:.8rem}}@media (max-width:480px){.modal-content{max-width:95%;padding:1rem}.modal-content h2{font-size:1.2rem}.modal-input-group input,.modal-input-group textarea{font-size:.9rem}.modal-input-group textarea{height:70px}.image-preview img{height:100px;max-width:200px}.upload-button{font-size:.8rem;padding:.4rem .6rem}.char-count{bottom:-1rem;font-size:.75rem}}.portfolio-container{background-color:#f8fafc;display:flex;min-height:100vh;overflow:hidden}.portfolio-main{box-sizing:border-box;flex:1 1;max-height:100vh;overflow-y:auto;padding:2rem}.portfolio-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.portfolio-header h1{color:#1e293b;font-size:1.8rem;font-weight:600}.add-button{max-width:160px}.portfolio-list{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));justify-items:center}.portfolio-card{background:#fff;border-radius:12px;box-shadow:0 4px 16px #0000001a;box-sizing:border-box;height:400px;max-width:340px;min-width:300px;padding:1.2rem;position:relative;transition:transform .3s ease,box-shadow .3s ease;width:100%}.portfolio-card,.portfolio-media{display:flex;flex-direction:column}.portfolio-media{flex-grow:1;gap:.6rem;margin-bottom:.8rem}.portfolio-images{display:flex;gap:.6rem;height:100px;width:100%}.portfolio-image{border:2px solid #e2e8f0;border-radius:8px;flex:1 1;height:100%;object-fit:cover;width:100%}.portfolio-image:hover{transform:scale(1.02)}.portfolio-image-1,.portfolio-image-2{max-width:calc(50% - .3rem)}.portfolio-video{height:160px;width:100%}.portfolio-video-element{border:2px solid #e2e8f0;border-radius:8px;height:100%;object-fit:cover;width:100%}.portfolio-info{align-items:center;display:flex;flex-direction:column}.portfolio-title{color:#1e293b;font-size:1.1rem;font-weight:600;margin-bottom:.8rem;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}.portfolio-actions{display:flex;gap:.5rem;justify-content:space-between;margin-top:auto;width:100%}.delete-button,.edit-button{background:#0000;border:2px solid;border-radius:6px;cursor:pointer;flex:1 1;font-size:.85rem;font-weight:500;padding:.4rem 0;text-align:center;transition:background .3s ease,transform .2s ease}.edit-button{border-color:#3b82f6;color:#3b82f6}.edit-button:hover{background:#3b82f6;color:#fff;transform:translateY(-1px)}.delete-button{border-color:#ef4444;color:#ef4444}.delete-button:hover{background:#ef4444;color:#fff;transform:translateY(-1px)}.no-portfolio-message{align-items:center;color:#4b5563;display:flex;font-size:1.2rem;height:60vh;justify-content:center;text-align:center}@media (max-width:768px){.portfolio-container{flex-direction:column}.portfolio-main{max-height:calc(100vh - 80px);padding:1rem}.portfolio-header{align-items:center;flex-direction:column;gap:1rem;margin-bottom:1rem}.portfolio-header h1{font-size:1.5rem;text-align:center}.add-button{font-size:1rem;margin:0 auto;max-width:200px;padding:.75rem 1rem}.portfolio-list{gap:1rem;grid-template-columns:1fr}.portfolio-card{height:auto;min-height:350px;width:100%}.portfolio-images{height:80px}.portfolio-image-1,.portfolio-image-2{max-width:calc(50% - .3rem)}.portfolio-video{height:120px}.portfolio-title{font-size:1rem;white-space:normal}.portfolio-actions{flex-direction:row;gap:.5rem}.delete-button,.edit-button{flex:1 1;font-size:.9rem;padding:.6rem 0}.loading,.no-portfolio-message{font-size:1.1rem;height:50vh}}@media (max-width:480px){.portfolio-main{padding:.75rem}.portfolio-header h1{font-size:1.3rem}.portfolio-card{padding:1rem}.portfolio-images{height:70px}.portfolio-video{height:100px}.portfolio-title{font-size:.95rem}.delete-button,.edit-button{font-size:.85rem;padding:.5rem 0}}@media (max-width:1024px) and (min-width:769px){.portfolio-main{padding:1.5rem}.portfolio-list{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.portfolio-card{margin:0 auto;max-width:320px;width:100%}.portfolio-images{height:90px}.portfolio-video{height:140px}}.modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{animation:slideIn .3s ease-out;background:#fff;border-radius:12px;box-shadow:0 4px 16px #0003;box-sizing:border-box;max-height:90vh;max-width:600px;overflow-y:auto;padding:2rem;position:relative;width:100%}.modal-content h2{color:#1e293b;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;text-align:center}.modal-input-group{box-sizing:border-box;margin-bottom:1.5rem;max-width:100%;text-align:left;width:100%}.modal-input-group label{color:#1e293b;display:block;font-size:.95rem;margin-bottom:.5rem}.modal-input-group input,.modal-input-group textarea{background:#fff;border:1px solid #ddd;border-radius:8px;box-sizing:border-box;color:#333;font-size:1rem;max-width:100%;padding:.75rem;transition:border .3s ease,box-shadow .3s ease;width:100%}.modal-input-group input:focus,.modal-input-group textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626;outline:none}.modal-input-group textarea{height:100px;resize:vertical}.toggle-group{align-items:center;box-sizing:border-box;display:flex;gap:1rem;width:100%}.toggle-group>label{align-items:center;display:flex;line-height:1;margin:0}.toggle-switch{display:inline-block;flex-shrink:0;height:24px;position:relative;width:44px}.toggle-switch input{height:0;opacity:0;width:0}.toggle-slider{background:#d1d5db;border-radius:24px;bottom:0;box-shadow:inset 0 2px 4px #0000001a;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:background .4s ease}.toggle-slider:before{background:#fff;border-radius:50%;bottom:4px;box-shadow:0 2px 4px #0003;content:"";height:16px;left:4px;position:absolute;transition:transform .4s ease;width:16px}.toggle-switch input:checked+.toggle-slider{background:#3b82f6}.toggle-switch input:checked+.toggle-slider:before{transform:translateX(20px)}.image-preview,.image-upload-area{box-sizing:border-box}.image-preview{max-width:100%;width:100%}.image-preview img{border-radius:8px;height:150px;max-width:300px;object-fit:cover;width:100%}.remove-image{font-size:1rem}.remove-image:before{content:"×";font-weight:700}button[type=submit]{background:#0000;border:2px solid #3b82f6;border-radius:8px;box-sizing:border-box;color:#3b82f6;cursor:pointer;font-size:1rem;font-weight:600;max-width:100%;padding:.75rem;transition:all .3s ease;width:100%}button[type=submit]:hover:not(:disabled){background:#3b82f6;color:#fff}button[type=submit]:disabled{border-color:#d1d5db;color:#d1d5db;cursor:not-allowed}.modal-close{align-items:center;background:#e5e7eb;border:none;border-radius:50%;color:#1e293b;cursor:pointer;display:flex;font-size:1rem;height:24px;justify-content:center;position:absolute;right:12px;top:12px;transition:background .2s ease,color .2s ease;width:24px}.modal-close:before{content:"×";font-weight:700}.modal-close:hover{background:#d1d5db;color:#111827}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.media-preview{box-sizing:border-box;display:flex;justify-content:center;margin-bottom:1rem;max-width:100%;position:relative;width:100%}.media-preview img,.media-preview video{border-radius:8px;height:150px;max-width:300px;object-fit:cover;width:100%}.media-preview video{background:#000}.remove-media{align-items:center;background:#ef4444;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1rem;height:24px;justify-content:center;position:absolute;right:8px;top:8px;transition:background .2s ease;width:24px}.remove-media:before{content:"×";font-weight:700}.remove-media:hover{background:#dc2626}.media-note{color:#4b5563;font-size:.85rem;margin-top:.25rem}.media-upload-area{background:#f8fafc;border:2px dashed #d1d5db;border-radius:8px;box-sizing:border-box;max-width:100%;padding:1rem;text-align:center;transition:border-color .2s ease,background .2s ease;width:100%}.media-upload-area:hover{background:#eff6ff;border-color:#3b82f6}.media-input{display:none}.about-container{background-color:#f8fafc;display:flex;min-height:100vh;overflow:hidden}.about-main{box-sizing:border-box;flex:1 1;max-height:100vh;overflow-y:auto;padding:2rem}.about-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.about-header h1{color:#1e293b;font-size:1.8rem;font-weight:600}.add-button{background:#3b82f6;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;max-width:140px;padding:.5rem 1rem;transition:background .3s ease,transform .2s ease;width:100%}.add-button:hover{background:#2563eb;transform:translateY(-2px)}.about-content{background:#fff;border-radius:12px;box-shadow:0 4px 16px #0000001a;margin:0 auto;max-width:1000px;padding:2rem}.about-description{color:#4b5563;font-size:1rem;line-height:1.6;margin-bottom:1.5rem;white-space:pre-wrap}.about-image-container{display:flex;justify-content:center}.about-image{border-radius:8px;height:300px;max-width:600px;object-fit:cover;width:100%}.loading,.no-about-message{align-items:center;color:#4b5563;display:flex;font-size:1.2rem;height:60vh;justify-content:center;text-align:center}.about-form{background:#fff;border-radius:12px;box-shadow:0 4px 16px #0000001a;margin:0 auto;max-width:1000px;padding:2rem}.about-form .form-content{margin:0 auto;max-width:950px}.form-group{margin-bottom:1.5rem;position:relative;text-align:left}.form-group label{color:#1e293b;display:block;font-size:.95rem;margin-bottom:.5rem}.form-textarea{background:#fff;border:1px solid #ddd;border-radius:8px;color:#333;font-size:1rem;height:120px;max-width:100%;padding:.75rem;resize:vertical;transition:border .3s ease,box-shadow .3s ease;white-space:pre-wrap;width:100%}.form-textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626;outline:none}.char-count{bottom:-1.5rem;color:#4b5563;font-size:.85rem;margin-top:.25rem;position:absolute;right:0}.char-count.invalid{color:#ef4444}.image-upload-area{background:#f8fafc;border:2px dashed #d1d5db;border-radius:8px;max-width:100%;padding:1rem;text-align:center;transition:border-color .2s ease,background .2s ease;width:100%}.image-upload-area:hover{background:#eff6ff;border-color:#3b82f6}.image-input{display:none}.upload-placeholder{align-items:center;color:#4b5563;display:flex;flex-direction:column;font-size:.95rem;gap:.5rem}.upload-button{background:#3b82f6;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.5rem 1rem;transition:background .2s ease,transform .2s ease}.upload-button:hover{background:#2563eb;transform:translateY(-2px)}.image-preview{display:flex;justify-content:center;margin-bottom:1rem;position:relative}.preview-image{border-radius:8px;height:200px;max-width:400px;object-fit:cover;width:100%}.remove-image{align-items:center;background:#ef4444;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:24px;justify-content:center;position:absolute;right:8px;top:8px;transition:background .2s ease;width:24px}.remove-image:hover{background:#dc2626}.remove-image svg{height:16px;width:16px}.image-note{color:#4b5563;font-size:.85rem;margin-top:.25rem}.form-actions{gap:.5rem}.cancel-button,.submit-button{border:2px solid;border-radius:6px;cursor:pointer;font-size:.9rem;padding:.5rem 1rem;transition:background .3s ease,transform .2s ease}.submit-button{border-color:#3b82f6}.cancel-button{background:#0000;border-color:#ef4444;color:#ef4444}.cancel-button:hover:not(:disabled){background:#ef4444;color:#fff;transform:translateY(-1px)}@media (max-width:768px){.about-container{flex-direction:column}.about-main{max-height:calc(100vh - 80px);padding:1rem}.about-header{align-items:center;flex-direction:column;gap:1rem;margin-bottom:1rem}.about-header h1{font-size:1.5rem;text-align:center}.add-button{font-size:1rem;margin:0 auto;max-width:200px;padding:.75rem 1rem}.about-content{padding:1rem}.about-image{height:200px;max-width:100%}.about-form{padding:1rem}.about-form .form-content{max-width:100%}.form-textarea{font-size:.95rem;height:100px}.preview-image{height:150px;max-width:100%}.image-upload-area{padding:.75rem}.upload-button{font-size:.85rem;padding:.5rem .75rem}.image-note{font-size:.8rem}.form-actions{flex-direction:row;gap:.5rem}.cancel-button,.submit-button{flex:1 1;font-size:.95rem;padding:.75rem 1rem}.loading,.no-about-message{font-size:1.1rem;height:50vh}.char-count{bottom:-1.2rem;font-size:.8rem}}@media (max-width:480px){.about-main{padding:.75rem}.about-header h1{font-size:1.3rem}.about-content{padding:.75rem}.about-image{height:150px}.about-form{padding:.75rem}.form-textarea{font-size:.9rem;height:80px}.preview-image{height:120px}.cancel-button,.submit-button{font-size:.9rem;padding:.6rem .8rem}.char-count{bottom:-1rem;font-size:.75rem}}@media (max-width:1024px) and (min-width:769px){.about-content,.about-form,.about-main{padding:1.5rem}.about-image{height:250px;max-width:500px}.preview-image{height:180px;max-width:350px}.form-textarea{font-size:.95rem}.char-count{font-size:.85rem}}.change-password-container{background-color:#f8fafc;display:flex;min-height:100vh;overflow:hidden}.change-password-main{box-sizing:border-box;flex:1 1;max-height:100vh;overflow-y:auto;padding:2rem}.change-password-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.change-password-header h1{color:#1e293b;font-size:1.8rem;font-weight:600}.change-password-form{background:#fff;border-radius:12px;box-shadow:0 4px 16px #0000001a;margin:0 auto;max-width:500px;padding:2rem}.form-content{margin:0 auto;max-width:450px}.input-group{margin-bottom:1.5rem;text-align:left}.input-group label{color:#1e293b;display:block;font-size:.95rem;margin-bottom:.5rem}.input-group input{background:#fff;border:1px solid #ddd;border-radius:8px;box-sizing:border-box;color:#333;font-size:1rem;outline:none;padding:.75rem;transition:border .3s ease,box-shadow .3s ease;width:100%}.input-group input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}.input-group input:disabled{background:#f1f5f9;cursor:not-allowed}.form-actions{display:flex;justify-content:flex-end;max-width:100%}.submit-button{background:#0000;border:2px solid #3b82f6;border-radius:8px;box-sizing:border-box;color:#3b82f6;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem;transition:background .3s ease,color .3s ease,transform .2s ease;width:100%}.submit-button:hover:not(:disabled){background:#3b82f6;color:#fff;transform:translateY(-1px)}.submit-button:disabled{border-color:#d1d5db;color:#d1d5db;cursor:not-allowed}@media (max-width:768px){.change-password-container{flex-direction:column}.change-password-main{max-height:calc(100vh - 80px);padding:1rem}.change-password-header{align-items:center;flex-direction:column;gap:1rem;margin-bottom:1rem}.change-password-header h1{font-size:1.5rem;text-align:center}.change-password-form{padding:1rem}.input-group input,.submit-button{font-size:.95rem}.submit-button{padding:.75rem;width:100%}}@media (max-width:480px){.change-password-main{padding:.75rem}.change-password-header h1{font-size:1.3rem}.change-password-form{padding:.75rem}.input-group input,.submit-button{font-size:.9rem;padding:.6rem}.submit-button{width:100%}}@media (max-width:1024px) and (min-width:769px){.change-password-main{padding:1.5rem}.change-password-form{max-width:450px;padding:1.5rem}.input-group input,.submit-button{font-size:.95rem}.submit-button{padding:.75rem;width:100%}}.Toastify__toast{align-items:center;background:#fff!important;border-left:4px solid #3b82f6;border-radius:8px;box-shadow:0 10px 30px #0000001a;box-sizing:border-box;color:#334155!important;display:flex;font-size:.875rem;font-weight:500;gap:.75rem;max-width:400px;min-width:300px;padding:.75rem 1rem;width:100%}.Toastify__toast--show{transform:translateX(0)!important;transition:transform .3s ease!important}.Toastify__toast--success{border-left-color:#4caf50!important}.Toastify__toast--success .Toastify__toast-icon{background-color:#4caf50!important;border-radius:50%;color:#fff!important;font-size:14px;font-weight:700;padding:3px}.Toastify__toast--error{border-left-color:#ef4444!important}.Toastify__toast--error .Toastify__toast-icon{background-color:#ef4444!important;border-radius:50%;color:#fff!important;font-size:14px;font-weight:700;padding:3px}.Toastify__toast--info{border-left-color:#3b82f6!important}.Toastify__toast--info .Toastify__toast-icon{background-color:#3b82f6!important;border-radius:50%;color:#fff!important;font-size:14px;font-weight:700;padding:3px}.Toastify__close-button{display:none!important}@media (max-width:768px){.Toastify__toast{font-size:.85rem;margin:4.5rem auto .5rem;max-width:90%;min-width:0;padding:.5rem .75rem}.Toastify__toast-icon{font-size:12px;padding:2px}}@media (max-width:480px){.Toastify__toast{font-size:.8rem;margin:4rem auto .5rem;max-width:95%;padding:.5rem .75rem}}
/*# sourceMappingURL=main.20bd37d4.css.map*/