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,Montserat,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.grecaptcha-badge{visibility:hidden}: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: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;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}.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)}}.Toastify__toast-container{font-family:Figtree,sans-serif;margin-top:65px;max-width:400px;width:100%}.Toastify__toast{border-radius:8px;box-shadow:0 4px 12px #0000001a;color:#fff;padding:12px 16px;text-align:center}.Toastify__toast--success{background-color:#00ff6a;height:2px}.Toastify__progress-bar--bg{height:2px;margin-top:3px;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__toast--error{background-color:#e74c3c}.Toastify__toast--warning{background-color:#f1c40f}.Toastify__toast--info{background-color:#3498db}.Toastify__toast-icon{margin-right:10px}.Toastify__close-button{color:#fff;opacity:.8;transition:opacity .3s ease}.Toastify__close-button:hover{opacity:1}.custom-toast{background-color:#282828}.custom-toast-body{font-size:14px}.custom-toast-progress{background-color:#fff;height:2px}.Toastify__slide-enter--bottom-center{animation:slideInBottom .3s ease}.Toastify__slide-exit--bottom-center{animation:slideOutBottom .3s ease}@keyframes slideInBottom{0%{opacity:0;transform:translate(-50%,100%)}to{opacity:1;transform:translate(-50%)}}@keyframes slideOutBottom{0%{opacity:1;transform:translate(-50%)}to{opacity:0;transform:translate(-50%,100%)}}@media only screen and (max-width:480px){.Toastify__toast{margin-right:-7px}}.auth-buttons{display:flex;gap:10px}.modal-overlay{animation:fadeIn .3s ease-out}.modal-overlay.closing{animation:fadeOut .3s ease-out}.modal-contents{animation:slideIn .3s ease-out;background-color:#121212;border:1px solid #ffffff1a;border-radius:15px;box-shadow:0 25px 50px -12px #00000080;overflow:hidden;padding:40px;position:relative;width:340px}.modal-contents.closing{animation:slideOut .3s ease-out}.modal-contents:before{background:radial-gradient(circle,#615ced1a 0,#0000 70%);content:"";height:200%;left:-50%;position:absolute;top:-50%;width:200%;z-index:-1}.close-modal{align-items:center;border-radius:50%;color:#fff9;display:flex;height:32px;justify-content:center;right:5px;top:2px;width:32px}.close-modal:hover{background:#ffffff1a}.form-container{height:auto;overflow:hidden;position:relative;transition:height .3s ease}.form-toggle{background:#1e1e1eb3;border:1px solid #ffffff1a;border-radius:50px;display:flex;justify-content:space-between;margin-bottom:30px;padding:5px}.toggle-btn{background:none;border:none;border-radius:50px;color:#ffffffb3;cursor:pointer;flex:1 1;font-size:1rem;font-weight:500;padding:10px;position:relative;transition:all .3s ease;z-index:1}.toggle-btn.active{background:linear-gradient(135deg,#615ced,#d35ced);box-shadow:0 4px 15px #615ced4d;color:#fff}.toggle-btn:not(.active):hover{color:#fff}.error-message{color:#ff6b6b;font-size:.9rem}.login-form,.register-form{display:flex;flex-direction:column;gap:20px;transition:all .3s ease}.login-form.hidden,.register-form.hidden{height:0;opacity:0;overflow:hidden;position:absolute}.login-form.visible,.register-form.visible{height:auto;opacity:1}.logo-container{display:flex;justify-content:center;margin-bottom:10px}.site-logo{filter:brightness(0) invert(1);height:auto;width:50px}.company-title{color:#fff;font-size:1.5rem;font-weight:600;letter-spacing:1px;margin-bottom:20px;text-align:center}.login-form input,.register-form input{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#181818b3;border:1px solid #ffffff1a;border-radius:10px;color:#fff;font-size:1rem;padding:10px 20px;transition:all .3s ease;width:87%}.login-form input:focus,.register-form input:focus{background:#282828b3;border-color:#615ced;box-shadow:0 0 0 3px #615ced33;outline:none}.login-form label,.register-form label{align-items:center;color:#fffc;cursor:pointer;display:flex;font-size:.9rem;gap:10px;margin-top:-10px}.login-form input[type=checkbox],.register-form input[type=checkbox]{-webkit-appearance:none;appearance:none;background:#1e1e1eb3;border:1px solid #ffffff4d;border-radius:4px;cursor:pointer;height:18px;position:relative;transition:all .2s ease;width:auto;width:18px}.login-form input[type=checkbox]:checked,.register-form input[type=checkbox]:checked{background:#615ced;border-color:#615ced}.login-form input[type=checkbox]:checked:after,.register-form input[type=checkbox]:checked:after{color:#fff;content:"✓";font-size:12px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.privacy-policy-link{color:#d35ced;font-weight:500;text-decoration:none;transition:all .3s ease}.privacy-policy-link:hover{color:#ff6b6b;text-decoration:underline}.login-form button,.register-form button{background:linear-gradient(135deg,#615ced,#d35ced);border:none;border-radius:10px;box-shadow:0 4px 15px #615ced4d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:10px;padding:14px;transition:all .3s ease}.login-form button:hover,.register-form button:hover{background:linear-gradient(135deg,#6a67f0,#e06aec);box-shadow:0 6px 20px #615ced66;transform:translateY(-2px)}.forgot-password-link{margin-top:-12px;text-align:right}.forgot-password-link a{color:#ffffffb3;font-size:.85rem;transition:all .3s ease}.forgot-password-link a:hover{color:#d35ced}.verification-section{display:flex;gap:10px;margin:15px 0}.verification-section input{border:1px solid #363636;border-radius:35px;flex:1 1;font-size:14px;padding:10px}.verification-section .resend-btn{background:#1f0e345c!important;border:1px solid #9d62d8!important;border-radius:35px!important;color:#fff!important;cursor:pointer!important;font-size:14px!important;font-weight:500!important;height:auto!important;line-height:normal!important;margin:0!important;padding:10px 15px!important;transition:all .3s ease!important;white-space:nowrap!important}.verification-section .resend-btn:hover:not(:disabled){background:#6f48af!important;color:#fff!important}.verification-section .resend-btn:disabled{background:#f0f0f0!important;border-color:#ddd!important;color:#262626!important;cursor:not-allowed!important;opacity:.8!important}.verification-notice{background-color:#222;border-left:4px solid #a02ec4;border-radius:4px;color:#fdfdfd;font-size:14px;margin:10px 0;padding:10px 15px}.error-input{border:1px solid #f44!important}.field-error{color:#f44;font-size:.8em;margin-bottom:10px;margin-top:5px}@media (max-width:768px){.modal-contents{border-radius:12px;padding:30px 10px;width:90%}.form-toggle{margin-bottom:20px}.toggle-btn{font-size:.9rem;padding:10px 15px}.login-form input,.register-form input{font-size:.7rem;padding:12px 16px;width:299px}.login-form button,.register-form button{padding:12px}.company-title{font-size:1rem;margin-bottom:1px}.logo-container{margin-bottom:0}}@media (max-width:480px){.login-form,.register-form{gap:5px}.login-form label,.register-form label{margin-top:1px}}.custom-country-select{margin-bottom:15px;position:relative}.country-input-container{cursor:pointer;position:relative}.country-input-container input{border:1px solid #ffffff1a;border-radius:10px;box-sizing:border-box;padding:10px 40px 10px 10px;width:100%}.dropdown-arroww{color:#666;font-size:12px;position:absolute;right:10px;top:50%;transform:translateY(-50%)}.country-dropdown{background:#181818;border:1px solid #2d2d2d;border-radius:4px;box-shadow:0 2px 4px #0000001a;left:0;max-height:200px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:10}.country-option{cursor:pointer;padding:8px 10px}.country-option:hover{background-color:#352040}.no-results{color:#999;padding:8px 10px}.password-input-container{margin-bottom:15px;position:relative}.password-input-container input{border:1px solid #ffffff1a;border-radius:10px;box-sizing:border-box;padding:10px 40px 10px 10px;width:100%}.password-toggle{cursor:pointer;height:24px;opacity:.7;position:absolute;right:10px;top:50%;transform:translateY(-50%);transition:opacity .2s;width:24px}.password-toggle:hover{opacity:1}.password-requirements{background:#1a1a1a;border-radius:4px;font-size:14px;margin-bottom:15px;padding:10px}.password-requirements p{font-weight:700;margin:0 0 5px}.password-requirements ul{margin:0;padding-left:20px}.password-requirements li{margin-bottom:3px}.sticky-header{background-color:#1a1a1a;border-bottom:1px solid #fff3;box-shadow:0 2px 10px #0000001a;color:#fff;position:sticky;top:0;transition:all .3s ease;z-index:1000}.header-content{justify-content:space-between;margin:auto;max-width:1340px;padding:10px 20px}.header-content,.logo{align-items:center;display:flex}.logo{color:inherit;gap:10px;text-decoration:none}.logo img{height:40px;width:auto}.site-name{display:none;font-family:Figtree,sans-serif;font-size:1rem;font-weight:300}.user-icon-mobile{background:none;border:none;cursor:pointer;display:none}.user-icon-mobile img{height:24px;margin-top:6px;width:24px}.menu-toggle{background:none;border:none;color:#fff;cursor:pointer;display:none;font-size:1.5rem}.menu-icon{font-size:30px}.menu{align-items:center;display:flex}.menu ul{display:flex;gap:20px;list-style:none;margin:0;padding:0}.menu ul li a{color:#bdbdbd;font-size:16px;text-decoration:none;transition:color .3s ease}.menu ul li a:hover{color:#fff}.cart-item-category{color:#fff9;font-size:12px;margin-top:2px}.cart-item-info{flex-direction:column;justify-content:center}.cart-item-info p:first-child{margin-bottom:2px}.product-price-header{display:flex}.actions-container{align-items:center;display:flex;gap:40px}.login-btn{background:linear-gradient(135deg,#615ced,#d35ced);border:none;border-radius:25px;color:#fff;cursor:pointer;font-family:Figtree;font-size:1rem;padding:8px 16px;transition:background-color .3s ease}.login-btn:hover{background:linear-gradient(135deg,#d35ced,#615ced)}.cart-container{display:inline-block;position:relative}.cart-icon{align-items:center;cursor:pointer;display:flex;position:relative}.cart-icon svg{color:#fff;font-size:18px}.cart-count{align-items:center;color:#fff;display:flex;font-size:12px;height:20px;justify-content:center;position:absolute;right:-20px;top:-10px;width:20px}.cart-dropdown{animation:slideIn .3s ease-out;background-color:#1a1a1a;border:1px solid #373737;border-radius:5px;box-shadow:0 4px 8px #0000004d;margin-top:10px;padding:15px;position:absolute;right:0;top:180%;width:350px;z-index:1000}.cart-dropdown ul{list-style:none;margin:0;padding:0}.cart-dropdown li{align-items:center;background-color:#262626;border:1px solid#212121;border-radius:15px;display:flex;flex-direction:row;gap:10px;margin-top:6px;padding:5px}.cart-item-image{border-radius:5px;flex-shrink:0;height:50px;object-fit:cover;width:50px}.cart-item-info{align-items:flex-start;display:flex;flex-grow:1;justify-content:space-between;min-width:0}.cart-item-info p:first-child{color:#fff;font-size:14px;font-weight:300;margin-bottom:-1px}.cart-item-info p:last-child{color:#7b7b7b;margin-bottom:0}.remove-from-cart{border:none;border-radius:5px;color:#fff;cursor:pointer;padding:5px 10px}.cart-dropdown h2{background-color:#202020;border-top-left-radius:5px;border-top-right-radius:5px;margin:-15px -15px 15px}.cart-dropdown h2,.go-to-cart-btn{color:#fff;font-size:14px;padding:10px;text-align:center}.go-to-cart-btn{background:linear-gradient(135deg,#615ced,#d35ced);border-radius:5px;display:block;margin-top:30px;text-decoration:none}.go-to-cart-btn:hover{background:linear-gradient(135deg,#d35ced,#615ced);color:#fff;transition:.3s}.wishlist-container{display:inline-block;margin-top:4px;position:relative}.wishlist-link{color:#fff;cursor:pointer;font-size:16px;position:relative;text-decoration:none}.wishlist-link:hover{color:#d049a7}.wishlist-icon{display:inline-block;transition:transform .3s ease}.wishlist-count{align-items:center;background-color:#d35ced;border-radius:50%;color:#fff;display:flex;font-size:12px;font-weight:700;height:15px;justify-content:center;position:absolute;right:-10px;top:-10px;width:15px}.user-dropdown{cursor:pointer;position:relative}.user-info{align-items:center;background:#272727;border-radius:25px;display:flex;gap:10px;padding:8px 12px;transition:all .3s ease}.user-info:hover{background:#3c3c3c}.user-avatar{align-items:center;background:linear-gradient(135deg,#615ced,#d35ced);border-radius:50%;display:flex;height:30px;justify-content:center;width:30px}.user-avatar svg{color:#fff;font-size:14px}.user-name{font-size:14px;font-weight:500}.dropdown-arrow{color:#ffffffb3;font-size:12px;transition:transform .3s ease}.dropdown-arrow.open{transform:rotate(180deg)}.dropdown-menu{background-color:#2a2a2a;border:1px solid #ffffff1a;border-radius:8px;box-shadow:0 10px 25px #0003;margin-top:10px;opacity:0;padding:10px 0;position:absolute;right:0;top:100%;transition:all .3s ease;visibility:hidden;width:200px;z-index:1000}.dropdown-menu.open{opacity:1;visibility:visible;width:180px}.dropdown-menu:before{border:8px solid;border-color:#0000 #0000 #2a2a2a;bottom:100%;content:"";position:absolute;right:15px}.dropdown-item{align-items:center;background:none;border:none;color:#fff;cursor:pointer;display:flex;font-size:14px;padding:10px 20px;text-decoration:none;transition:all .2s ease;width:77%}.dropdown-item:hover{background:#383838;color:#fff}.dropdown-icon{color:#d35ced;font-size:14px;margin-right:10px}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}.dropdown-menu.open{animation:fadeInDropdown .3s ease forwards}@media (max-width:768px){.menu ul li a{font-size:2rem;font-weight:300;transition:color .3s ease}.header-content{flex-wrap:wrap;justify-content:space-between}.menu-toggle,.user-icon-mobile{display:block}.menu-toggle{margin-left:auto;margin-right:-10px}.menu{align-items:flex-start;background-color:#0000;display:none;flex-direction:column;margin-top:10px;max-height:0;overflow:hidden;transition:max-height .3s ease;width:100%}.menu.open{display:flex;max-height:300px}.menu ul{flex-direction:column;gap:10px;padding:10px 0}.auth-buttons,.site-name{display:none}.cart-dropdown h2{margin:auto;width:360px}}@media (max-width:480px){.user-avatar{height:25px;width:25px}.header-content{display:flex;gap:0;padding:2px 10px}.cart-dropdown{background-color:#282828;border:1px solid #737373;border-radius:5px;margin-right:-105px;padding:1px;position:absolute;top:190%;width:380px;z-index:1000}.go-to-cart-btn{margin-bottom:10px;margin-top:10px}.login-btn{display:none}.actions-container{gap:30px;margin-top:5px}.logo img{height:35px;width:auto}}.uagp-footer{animation:uagp-slideUp .5s ease;background-color:#1a1a1a;box-shadow:0 -2px 10px #0000001a;color:#fff;padding:60px 0 0;position:relative;z-index:900}.uagp-footer__content{display:flex;flex-wrap:wrap;justify-content:space-between;margin:0 auto;max-width:1340px;padding:0 20px}.uagp-footer__section{flex:1 1;margin-bottom:30px;min-width:250px;padding:0 15px}.uagp-footer__logo{align-items:center;display:flex;margin-bottom:20px;margin-top:11px}.uagp-footer__logo-img{height:40px;margin-right:10px;width:auto}.uagp-footer__site-name{color:#fff;font-family:Figtree,sans-serif;font-size:1rem;font-weight:300}.uagp-footer__text{color:#b3b3b3;font-size:.9rem;line-height:1.6;margin-bottom:20px}.uagp-footer__social-icons{display:flex;gap:15px}.uagp-footer__social-link{color:#fff;font-size:1.2rem;transition:color .3s ease}.uagp-footer__social-link:hover{color:#615ced}.uagp-footer__title{color:#fff;font-size:1.2rem;font-weight:600;margin-bottom:20px;padding-bottom:10px;position:relative}.uagp-footer__title:after{background:linear-gradient(90deg,#615ced,#d35ced);bottom:0;content:"";height:2px;left:0;position:absolute;width:50px}.uagp-footer__links-list{list-style:none;margin:0;padding:0}.uagp-footer__links-item{margin-bottom:10px}.uagp-footer__link{color:#b3b3b3;display:block;font-size:.9rem;text-decoration:none;transition:color .3s ease,padding-left .3s ease}.uagp-footer__link:hover{color:#fff;padding-left:5px}.uagp-footer__contact-info{margin-top:20px}.uagp-footer__contact-item{align-items:flex-start;color:#b3b3b3;display:flex;margin-bottom:15px}.uagp-footer__contact-icon{color:#615ced;flex-shrink:0;font-size:1.2rem;margin-right:10px;margin-top:2px}.uagp-footer__contact-text,.uagp-footer__newsletter-text{font-size:.9rem;line-height:1.4}.uagp-footer__newsletter-text{color:#b3b3b3;margin-bottom:15px}.uagp-footer__newsletter-form{display:flex;margin-top:20px}.uagp-footer__newsletter-input{background:#333;border:none;border-radius:4px 0 0 4px;color:#fff;flex:1 1;font-size:.9rem;padding:10px}.uagp-footer__newsletter-input::placeholder{color:#999}.uagp-footer__newsletter-button{background:linear-gradient(135deg,#615ced,#d35ced);border:none;border-radius:0 4px 4px 0;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;padding:0 20px;transition:all .3s ease}.uagp-footer__newsletter-button:hover{background:linear-gradient(135deg,#d35ced,#615ced)}.uagp-footer__bottom{background-color:#111;padding:20px 0;text-align:center}.uagp-footer__copyright{color:#b3b3b3;font-size:.8rem;margin-bottom:10px}.uagp-footer__payment-methods{align-items:center;display:flex;flex-wrap:wrap;gap:15px;justify-content:center}.uagp-footer__payment-text{color:#b3b3b3;font-size:.8rem;margin-right:10px}.uagp-footer__payment-icon{height:40px;width:auto}.uagp-footer__payment-icon:hover{filter:grayscale(0) brightness(1)}@media (max-width:480px){.uagp-footer__payment-methods{gap:10px}.uagp-footer__payment-icon{height:16px}}@keyframes uagp-slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media (max-width:768px){.uagp-footer__section{flex:0 0 50%}.uagp-footer__content{display:flex;flex-wrap:wrap;justify-content:center;margin:0 auto;max-width:1200px;padding:0 20px}}@media (max-width:480px){.uagp-footer__section{flex:0 0 100%;text-align:center}.uagp-footer__contact-item,.uagp-footer__logo,.uagp-footer__social-icons{justify-content:center}.uagp-footer__newsletter-form{flex-direction:column}.uagp-footer__newsletter-input{border-radius:4px;margin-bottom:10px}.uagp-footer__newsletter-button{border-radius:4px;padding:10px}.uagp-footer__payment-methods{flex-wrap:wrap}}.uagp-footer__subscription-message{border-radius:4px;font-size:14px;margin-top:10px;padding:8px}.uagp-footer__subscription-message.success{background-color:#e8f5e9;color:#4caf50}.uagp-footer__subscription-message.error{background-color:#ffebee;color:#f44336}.uagp-footer__privacy-text{color:#777;font-size:12px;margin-top:10px}.uagp-footer__privacy-text a{color:#777;text-decoration:underline}.home{background-color:#141414;display:flex;flex-direction:column;gap:20px;padding:1px}.hero-block{align-items:center;height:100vh;justify-content:center;margin-bottom:50px;min-height:600px;overflow:hidden;z-index:2}.hero-block,.hero-content{display:flex;position:relative}.hero-content{align-items:flex-start;flex-direction:column;margin:0 auto;max-width:1340px;padding:0 20px;text-align:center;width:1290px;z-index:3}.hero-tagline{align-items:center;display:inline-flex;margin-bottom:0;position:relative}.tagline-text{color:#d35ced;font-size:1.5rem;font-weight:800;letter-spacing:3px;margin-right:15px;text-transform:uppercase}.hero-title{font-size:4rem;font-weight:700;line-height:1.2;margin-bottom:20px;text-align:left;text-transform:uppercase}.title-line{display:block}.hero-subtitle{color:#fffc;font-size:1.5rem;font-weight:300;max-width:700px}.hero-cta{display:flex;gap:20px;justify-content:center}.cta-button{align-items:center;background:linear-gradient(135deg,#615ced,#d35ced);border:none;border-radius:30px;box-shadow:0 10px 20px #615ced4d;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;padding:15px 30px;transition:all .3s ease}.cta-button:hover{box-shadow:0 15px 30px #615ced66;transform:translateY(-3px)}.cta-icon{margin-left:10px}.secondary-button{background:#0000;border:1px solid #fff3;border-radius:30px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:15px 30px;transition:all .3s ease}.secondary-button:hover{background:#ffffff1a}.hero-overlay{background:linear-gradient(180deg,#000000b3 0,#0000004d);z-index:2}.hero-background,.hero-overlay{height:100%;left:0;position:absolute;top:0;width:100%}.hero-background{background:url(/static/media/background.5710620a22dc9ef6e5ac.webp) 50%/cover no-repeat;filter:grayscale(100%) brightness(.6);z-index:1}.services-block{margin:0 auto;max-width:1340px;padding:70px 20px;position:relative;z-index:2}.services-header{margin-bottom:60px;text-align:center}.services-title{color:#fff;display:inline-block;font-size:2.5rem;margin-bottom:15px;position:relative}.services-title:after{background:linear-gradient(90deg,#615ced,#d35ced);bottom:-10px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.services-subtitle{color:#ffffffb3;font-size:1.2rem;margin:0 auto;max-width:600px}.services-grid{display:flex;gap:40px}.service-card{perspective:1000px}.service-card-inner{border-radius:15px;height:100%;overflow:hidden;position:relative;transform-style:preserve-3d;transition:transform .6s;width:100%}.service-card:hover .service-card-inner{transform:translateY(-10px)}.service-icon{align-items:center;background:#785bbfb3;border-radius:50%;display:flex;height:50px;justify-content:center;position:absolute;right:20px;top:20px;width:50px;z-index:3}.service-icon img{filter:brightness(0) invert(1);height:25px;width:25px}.service-image{filter:brightness(.8);height:300px;object-fit:cover;transition:all .5s ease;width:100%}.service-card:hover .service-image{filter:brightness(.6);transform:scale(1.05)}.service-content{background:linear-gradient(#0000,#000000e6);bottom:0;color:#fff;left:0;padding:30px;position:absolute;right:0;z-index:2}.service-name{color:#fff;font-size:1.5rem;margin-bottom:10px}.service-description{color:#fffc;font-size:1rem;line-height:1.5;margin-bottom:20px}.service-button{background:#0000;border:1px solid #ffffff4d;border-radius:30px;color:#fff;cursor:pointer;font-size:.9rem;padding:10px 20px;transition:all .3s ease}.service-button:hover{background:#ffffff1a;border-color:#615ced}.block3{display:flex;flex-direction:column;gap:1px;margin:0 auto;max-width:1340px;padding:10px}.block3 .text-container-main{font-family:Helvetica,sans-serif;font-size:34px;padding:20px;text-align:center}.block3 .text-container{color:grey;font-family:Arial,Helvetica,sans-serif;font-size:18px;line-height:27px;margin-top:-20px;padding-left:20px;padding-right:20px;text-align:left}.text-container2{color:#adadad;margin-top:10px;padding:20px;text-align:left}.block4{margin:0 auto;max-width:1340px;padding:60px 20px;z-index:2}.image-banner-container{display:flex;flex-wrap:wrap;gap:40px;justify-content:center;margin:0 auto}.image-banner{border-radius:15px;box-shadow:0 10px 30px #0006;height:400px;overflow:hidden;position:relative;width:640px}.banner-image{background-position:50%;background-size:cover;height:100%;left:0;position:absolute;top:0;transition:all .5s ease;width:100%}.blue-banner .banner-image:after{background:#ff50af}.blue-banner .banner-image:after,.yellow-banner .banner-image:after{content:"";height:100%;left:0;mix-blend-mode:multiply;position:absolute;top:0;transition:all .5s ease;width:100%}.yellow-banner .banner-image:after{background:#3288ff}.banner-content{background:linear-gradient(#0000,#000000b3);bottom:0;color:#fff;left:0;padding:40px;position:absolute;right:0;text-align:left;z-index:2}.banner-title{font-size:38px;letter-spacing:1.5px;margin-bottom:15px;text-shadow:0 2px 4px #00000080}.banner-text,.banner-title{color:#fff;text-transform:uppercase;transition:all .3s ease}.banner-text{font-family:Figtree-Light,sans-serif;font-size:18px;line-height:1.5;max-width:80%}.block5{overflow:hidden;padding:80px 20px;position:relative;z-index:2}.block5:before{content:"";height:100%;left:0;opacity:.05;position:absolute;top:0;width:100%;z-index:-1}.section-title1{color:#fff;font-size:2.5rem;left:50%;margin-bottom:60px;position:relative;text-align:center;text-transform:uppercase;transform:translateX(-50%)}.section-title1:after{background:linear-gradient(90deg,#615ced,#d35ced);bottom:-15px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.highlights-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:1340px}.highlight-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:15px;padding:40px 30px;text-align:center;transition:all .4s ease}.highlight-card:hover{background:#ffffff1a;box-shadow:0 15px 30px #615ced4d;transform:translateY(-10px)}.highlight-icon{align-items:center;background:linear-gradient(135deg,#615ced,#d35ced);border-radius:50%;display:flex;height:80px;justify-content:center;margin:0 auto 25px;transition:all .4s ease;width:80px}.highlight-card:hover .highlight-icon{transform:rotateY(180deg)}.highlight-icon img{filter:brightness(0) invert(1);height:40px;width:40px}.highlight-card h3{color:#fff;font-size:1.5rem;margin-bottom:15px}.highlight-card p{color:#ffffffb3;font-size:1rem;line-height:1.6}.block6{overflow:hidden;padding:10px 20px;position:relative;z-index:2}.cta-modern{margin:0 auto;max-width:1200px;position:relative}.cta-glass-card{border-radius:24px;overflow:hidden;padding:80px 40px;position:relative}.cta-glitch-title{color:#fff;font-size:2.5rem;font-weight:800;left:50%;letter-spacing:2px;margin-bottom:80px;text-transform:uppercase;transform:translateX(-50%)}.cta-dual-options,.cta-glitch-title{display:flex;justify-content:center;position:relative}.cta-dual-options{align-items:center;gap:100px}.option-card{border-radius:10px;cursor:pointer;flex:1 1;height:250px;max-width:450px;overflow:hidden;position:relative;transition:transform .6s cubic-bezier(.16,1,.3,1)}.option-card:hover{transform:translateY(-10px)}.option-bg{background-color:#3a3a3a;height:100%;left:0;opacity:.2;position:absolute;top:0;transition:opacity .6s ease;width:100%}.option-card:hover .option-bg{opacity:.3}.option-content{flex-direction:column;height:100%;padding:30px;position:relative;text-align:center;z-index:2}.option-content,.option-icon{align-items:center;display:flex;justify-content:center}.option-icon{background:#502d5c00;height:0;margin-bottom:5px;width:10px}.option-icon img{filter:brightness(0) invert(1);height:40px;width:40px}.option-card h3{color:#fff;font-size:1.8rem;font-weight:600;margin-bottom:5px;margin-top:20px}.option-card p{color:#ffffffb3;font-size:1.1rem;line-height:1.6;margin-bottom:10px}.option-btn{align-items:center;background:linear-gradient(135deg,#615ced,#d35ced);border:1px solid #fff3;border-radius:50px;color:#fff;display:flex;font-size:1rem;font-weight:600;gap:10px;margin-bottom:40px;padding:10px 20px;transition:all .4s ease}.option-card:hover .option-btn{background:linear-gradient(135deg,#d35ced,#615ced);transform:translateY(-5px)}.option-divider{color:#fff9;font-size:1.2rem;font-weight:700;position:relative;text-transform:uppercase}.option-divider span{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50px;display:inline-block;padding:12px 24px}.cta-footer{align-items:center;color:#ffffffb3;display:flex;font-size:1.1rem;gap:15px;justify-content:center;margin-top:60px}.pulse-dot{animation:pulse 2s infinite;background:#d35ced;border-radius:50%;height:12px;width:12px}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@media (max-width:768px){.hero-title{font-size:3rem;text-align:center}.hero-subtitle{font-size:1.2rem}.hero-cta{flex-direction:column;gap:15px}.cta-button,.secondary-button{justify-content:center;width:100%}.services-grid{flex-direction:column}.hero-content{align-items:center;height:450px;margin-top:100px;padding:10px;width:350px}.styles-grid{gap:20px;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.styles-title{font-size:2rem}.block3 .text-container-main{font-size:14px;text-transform:uppercase}.block3 .text-container{padding:15px}.image-banner{height:350px;max-width:340px}.banner-content{padding:30px}.banner-title{font-size:24px}.banner-text{font-size:16px}.highlights-grid{gap:30px;grid-template-columns:repeat(2,1fr)}.section-title1{font-size:2rem;margin-bottom:50px}.cta-glass-card{padding:60px 30px}.cta-glitch-title{font-size:2.8rem;margin-bottom:60px}.cta-dual-options{flex-direction:column;gap:30px}.option-card{height:350px;width:100%}}@media (max-width:480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.services-title{font-size:2rem}.services-subtitle{font-size:1rem}.service-content{padding:20px}.service-name{font-size:1.3rem}.hero-block{height:100px}.block-styles{margin:50px auto auto;max-width:300px;padding:10px 20px}.block3 .text-container{line-height:23px;padding:1px}.text-container2{line-height:90px;padding:0}.styles-grid{gap:8px;grid-template-columns:repeat(2,1fr);padding:10px;width:100%}.style-card{aspect-ratio:1/1;min-width:0;overflow:hidden}.style-image{height:100%;object-fit:cover;width:100%}.styles-title{font-size:1.5rem;margin-bottom:30px}.block-styles .start-button{font-size:1rem;padding:10px 40px}.block4{padding:30px 10px}.image-banner{height:250px}.banner-content{padding:20px}.banner-title{font-size:18px;margin-bottom:10px}.banner-text{font-size:14px;max-width:100%}.block5{padding:40px 15px}.highlights-grid{gap:25px;grid-template-columns:1fr}.section-title1{font-size:1.8rem;margin-bottom:40px}.highlight-card{-webkit-backdrop-filter:none;backdrop-filter:none;padding:30px 20px}.highlight-icon{height:70px;margin-bottom:20px;width:70px}.block6{padding:5px 15px}.cta-glass-card{border-radius:16px;padding:50px 20px}.cta-glitch-title{font-size:2rem;margin-bottom:40px;text-align:center}.option-card{height:300px}.option-icon{height:70px;margin-bottom:2px;width:70px}.option-btn{margin-bottom:1px}.option-card h3{font-size:1.5rem}.option-card p{font-size:1rem;margin-bottom:30px}.cta-footer{font-size:1rem;margin-top:40px}}.product-list-container{width:100%}.product-grid{grid-gap:30px;display:grid;gap:30px;padding:10px}.product-grid.mobile-layout{gap:1px;grid-template-columns:1fr}.product-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e1e1e80;border:1px solid #ffffff1a;border-radius:12px;overflow:visible;position:relative;transition:all .3s ease}.product-card.mobile-card{align-items:center;background:#282828cc;display:flex;gap:12px;padding:5px}.product-card.mobile-card:hover{box-shadow:none;transform:none}.mobile-product-image-container{border-radius:8px;flex-shrink:0;height:50px;overflow:hidden;position:relative;width:50px}.mobile-product-image{height:100%;object-fit:cover;width:100%}.mobile-product-content{display:flex;flex:1 1;flex-direction:row;gap:8px}.mobile-product-text{flex:1 1}.mobile-product-name{color:#fff;font-size:.95rem;font-weight:600;line-height:1.3;margin:0 0 4px}.mobile-product-category{color:#fff9;font-size:.8rem;margin:0}.wishlist-button{align-items:center;background:none;border:none;cursor:pointer;display:flex;margin-right:-6px;padding:5px}.wishlist-button svg{font-size:1.1rem;transition:transform .2s ease}.wishlist-button:hover svg{transform:scale(1.1)}.mobile-wishlist-button svg{color:#d35ced;font-size:1.1rem;transition:transform .2s ease}.mobile-wishlist-button:hover svg{transform:scale(1.1)}.mobile-product-actions{align-items:center;display:flex;gap:10px;justify-content:center}.mobile-price-button{align-items:center;background:linear-gradient(90deg,#615ced,#d35ced);border:none;border-radius:15px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:5px;padding:6px 12px;transition:all .2s ease}.mobile-price-button:hover{box-shadow:0 2px 5px #0003;transform:translateY(-1px)}.mobile-price-button.on-sale{background:linear-gradient(90deg,#ff4757,#ff6b81)}.mobile-old-price{color:#fff9;font-size:.7rem;margin-left:5px;text-decoration:line-through}.mobile-play-overlay{align-items:center;color:#fff;cursor:pointer;display:flex;height:100%;justify-content:center;left:0;opacity:1;position:absolute;top:0;width:100%}.mobile-play-overlay svg{font-size:16px}.product-grid:not(.mobile-layout){grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.product-image-container{height:238px;overflow:hidden;position:relative;width:100%}.product-image{height:100%;object-fit:cover;transition:all .5s ease;width:100%}.product-image-container.playing .product-image{filter:grayscale(100%) brightness(.7)}.play-overlay{align-items:center;background:#000000b3;border-radius:50%;cursor:pointer;display:flex;height:50px;justify-content:center;left:50%;opacity:0;position:absolute;top:32%;transform:translate(-50%,-50%);transition:opacity .3s ease;width:50px}.product-card:hover .play-overlay{opacity:1}.play-overlay svg{color:#fff;font-size:18px}.sound-wave-animation{animation:waveAnimation 2s linear infinite;background:linear-gradient(45deg,#000000b3,#7d7d7d33,#000000b3);background-size:200% 200%;height:100%;left:0;opacity:.8;pointer-events:none;position:absolute;top:0;width:100%}@keyframes waveAnimation{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.product-info{padding:5px}.title-icon-wrapper{align-items:flex-start;display:flex;gap:10px;justify-content:space-between}.product-name{flex-grow:1;font-size:1.1rem;font-weight:600;line-height:1.4;margin:0}.product-category{color:#fff9;font-size:.9rem;margin:0 0 15px}.product-footer{justify-content:space-between;margin-bottom:5px}.price-wrapper,.product-footer{align-items:center;display:flex}.price-wrapper{gap:8px}.product-price1{color:#fff;font-size:1rem;font-weight:700;margin:0}.product-old-price{color:#ff4757;font-size:.9rem;margin:0;text-decoration:line-through}.add-to-cart-btn{background:linear-gradient(90deg,#615ced,#d35ced);border:none;border-radius:20px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:8px 16px;transition:all .3s ease}.add-to-cart-btn:hover{background:linear-gradient(90deg,#363387,#8a2d9e);transform:translateY(-2px)}.add-to-cart-btn.on-sale{background:linear-gradient(90deg,#ff4757,#ff6b81)}.add-to-cart-btn.on-sale:hover{background:linear-gradient(90deg,#cc3a4a,#cc5668)}.sale-badge{align-items:center;background:linear-gradient(135deg,#512750,#ff6b81);border-radius:4px;box-shadow:0 2px 10px #0003;color:#fff;display:flex;font-size:12px;font-weight:700;gap:5px;padding:5px 10px;position:absolute;right:15px;text-transform:uppercase;top:15px;z-index:2}.sale-percent{background:#0003;border-radius:3px;font-size:11px;padding:2px 5px}.project-meta-block{align-items:center;background-color:#2d2d2d;display:flex;justify-content:space-between;max-width:232px;padding:3px;width:100%}.meta-info{display:flex;gap:15px}.meta-item{color:#888;font-size:13px}.meta-item span{color:#b7b7b7;font-weight:700}.meta-icons{align-items:center;display:flex;gap:10px}.project-icon{height:22px;object-fit:contain;width:22px}.mobile-meta-block{background:#2c2239de;border-radius:3px;display:flex;gap:10px;justify-content:flex-start;margin-bottom:1px;max-width:380px;min-height:26px;padding:1px 4px}.mobile-meta-info{display:flex;font-size:.8rem;gap:15px}.mobile-meta-item{align-items:center;color:#ffffffe6;display:flex;gap:5px}.mobile-meta-item span{color:#fff;font-weight:600}.mobile-meta-icons{align-items:center;display:flex;gap:8px}.mobile-project-icon{height:20px;object-fit:contain;width:20px}.no-products{color:#ffffffb3;padding:50px 20px;text-align:center}.reset-filters-btn{background:#0000;border:1px solid #615ced;border-radius:20px;color:#615ced;cursor:pointer;margin-top:20px;padding:10px 20px;transition:all .3s ease}.reset-filters-btn:hover{background:#615ced1a}@media (max-width:992px){.product-grid:not(.mobile-layout){grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.product-grid:not(.mobile-layout){gap:20px;grid-template-columns:repeat(2,1fr)}.product-image-container{height:200px}.mobile-meta-block{background:#2c2239de;border-radius:3px;gap:10px;margin-bottom:1px;max-width:380px;min-height:26px;padding:1px 4px}}@media (max-width:480px){.product-grid:not(.mobile-layout){grid-template-columns:1fr}.product-name{font-size:1rem}.product-category{font-size:.8rem}.product-price1{font-size:1.1rem}.add-to-cart-btn{font-size:.8rem;padding:6px 12px}.mobile-meta-info{flex-direction:row;gap:10px}.mobile-meta-icons{gap:6px}.mobile-project-icon{height:18px;width:18px}}.mobile-product-wrapper{display:flex;flex-direction:column;gap:5px;margin-bottom:15px}.mobile-card.playing{background-color:#653585cc!important;transition:background-color .3s ease}.mobile-card.playing .mobile-play-overlay{background-color:#0000004d}.mobile-card.playing .mobile-product-image{filter:brightness(.9)}.hot-badge-image,.hot-badge-image-mobile{display:block;object-fit:contain}.hot-badge{background:none;left:10px;padding:0;position:absolute;top:10px;z-index:2}.hot-badge-image{background-color:#2a2a2a;border-radius:25px;height:30px;padding:5px;width:30px}.hot-badge-mobile{background:none;left:2px;padding:0;position:absolute;top:.1px;z-index:2}.hot-badge-image-mobile{height:20px;width:20px}[title]{cursor:pointer;position:relative;text-decoration:none}[title]:hover:after,[title]:hover:before{display:none!important}.exclusive-vocal-icon,.exclusive-vocal-icon-mobile,.mobile-project-icon-wrapper,.project-icon-wrapper{--tooltip-bg:#232323;--tooltip-text:#bbb;--tooltip-border:#5e5e5e;display:inline-flex;isolation:isolate;position:relative}.exclusive-vocal-icon-mobile:after,.exclusive-vocal-icon:after,.mobile-project-icon-wrapper:after,.project-icon-wrapper:after{background:var(--tooltip-bg);border:1px solid var(--tooltip-border);border-radius:4px;bottom:calc(100% + 12px);color:var(--tooltip-text);content:attr(data-tooltip);font-size:12px;font-weight:500;left:50%;opacity:0;padding:6px 10px;pointer-events:none;position:absolute;transform:translateX(-50%);transition:opacity .1s ease-out;visibility:hidden;white-space:nowrap;z-index:1000}.exclusive-vocal-icon-mobile:before,.exclusive-vocal-icon:before,.mobile-project-icon-wrapper:before,.project-icon-wrapper:before{border-color:var(--tooltip-border) #0000 #0000 #0000;border-style:solid;border-width:4px;bottom:calc(100% + 4px);content:"";left:50%;opacity:0;position:absolute;transform:translateX(-50%);transition:opacity .1s ease-out;visibility:hidden;z-index:1001}.exclusive-vocal-icon-mobile:hover:after,.exclusive-vocal-icon-mobile:hover:before,.exclusive-vocal-icon:hover:after,.exclusive-vocal-icon:hover:before,.mobile-project-icon-wrapper:hover:after,.mobile-project-icon-wrapper:hover:before,.project-icon-wrapper:hover:after,.project-icon-wrapper:hover:before{opacity:1;visibility:visible}.exclusive-vocal-icon-mobile:after,.mobile-project-icon-wrapper:after{bottom:calc(100% + 6px);font-size:11px;padding:4px 8px}.mobile-project-icon-wrapper[data-tooltip="Ableton Live Project"]:after,.project-icon-wrapper[data-tooltip="Ableton Live Project"]:after{content:"Ableton Live Project"}.mobile-project-icon-wrapper[data-tooltip="FL Studio Project"]:after,.project-icon-wrapper[data-tooltip="FL Studio Project"]:after{content:"FL Studio Project"}.mobile-project-icon-wrapper[data-tooltip="Logic Pro Project"]:after,.project-icon-wrapper[data-tooltip="Logic Pro Project"]:after{content:"Logic Pro Project"}.mobile-project-icon-wrapper[data-tooltip="Cubase Project"]:after,.project-icon-wrapper[data-tooltip="Cubase Project"]:after{content:"Cubase Project"}.exclusive-vocal-icon-mobile:after,.exclusive-vocal-icon:after{content:"Exclusive Vocal"}.exclusive-vocal-icon{align-items:center;color:#d35ced;cursor:pointer;display:flex;justify-content:center}.exclusive-vocal-icon svg{height:18px;width:18px}.exclusive-vocal-icon-mobile{align-items:center;color:#d35ced;display:flex;height:20px;justify-content:center;width:20px}.exclusive-vocal-icon-mobile svg{height:16px;width:16px}@media (max-width:480px){.exclusive-vocal-icon-mobile:after,.exclusive-vocal-icon:after,.mobile-project-icon-wrapper:after,.project-icon-wrapper:after{bottom:calc(100% + 12px);content:attr(data-tooltip);position:absolute}}.skeleton-card{animation:pulse 1.5s infinite;background:#f0f0f0;border-radius:8px;margin:10px;padding:16px}.skeleton-container{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));padding:20px}.skeleton-item{animation:pulse 1.5s ease-in-out infinite;background:#f0f0f0;border-radius:8px;padding:15px}.skeleton-image{background:#e0e0e0;border-radius:4px;height:160px;margin-bottom:10px;width:100%}.skeleton-title{margin-bottom:8px;width:80%}.skeleton-price,.skeleton-title{background:#e0e0e0;border-radius:4px;height:20px}.skeleton-price{width:40%}@keyframes pulse{0%,to{opacity:.6}50%{opacity:1}}.shop-page{background-color:#121212;color:#fff;min-height:100vh;padding:40px 20px}.shop-container{margin:0 auto;max-width:1340px}.shop-header{margin-bottom:40px;text-align:center}.shop-title{background:linear-gradient(90deg,#615ced,#d35ced);background-clip:text;-webkit-background-clip:text;color:#0000;font-size:3.5rem;font-weight:700;letter-spacing:2px;margin-bottom:10px;text-transform:uppercase}.shop-subtitle{color:#ffffffb3;font-size:1.2rem;margin:0 auto;max-width:600px}.filter-button{align-items:center;background:linear-gradient(135deg,#615ced,#d35ced);border:none;border-radius:30px;box-shadow:0 4px 15px #615ced4d;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:10px;justify-content:center;margin:0 auto 30px;padding:12px 24px;transition:all .3s ease}.filter-button:hover{box-shadow:0 6px 20px #615ced66;transform:translateY(-2px)}.filter-button.active{background:linear-gradient(135deg,#363387,#8a2d9e)}.filter-button svg{transition:transform .3s ease}.filter-button.active svg{transform:rotate(180deg)}.filters-panel{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e1e1ecc;border:1px solid #ffffff1a;border-radius:15px;margin-bottom:30px;max-height:0;overflow:hidden;transition:all .3s ease}.filters-panel.visible{margin-bottom:40px;max-height:1000px;padding:30px}.filters-header{align-items:flex-end;display:flex;justify-content:space-between;margin-bottom:30px}.filters-header h3{color:#fff;font-size:1.5rem;letter-spacing:1px;text-transform:uppercase}.reset-filters{background:#0000;border:1px solid #ff4757;border-radius:20px;color:#ff4757;cursor:pointer;font-size:.9rem;padding:8px 16px;transition:all .3s ease}.reset-filters:hover{background:#ff47571a}.filters-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:280px 1fr 1fr 1fr}.filter-column{display:flex;flex-direction:column}.range-column{width:260px}.genres-column{margin-left:20px;min-width:500px}.keys-column{min-width:300px}.versions-column{min-width:200px}.filter-group{margin-bottom:10px}.checkbox-list{align-items:flex-start;gap:8px}.checkbox-button{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;color:#ffffffb3;cursor:pointer;flex:0 0 auto;font-size:.6rem;letter-spacing:.5px;line-height:1.2;margin:0;padding:6px 12px;text-transform:uppercase;white-space:nowrap;width:auto}.checkbox-button:hover{background:#ffffff1a;color:#fff}.checkbox-button.active{background:linear-gradient(90deg,#615ced,#d35ced);border-color:#0000;color:#fff}.checkbox-button:hover{transform:scale(1.05)}.checkbox-button.active:hover{box-shadow:0 0 10px #615ced80;transform:scale(1.05)}@media (max-width:1200px){.filters-grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.filters-grid{grid-template-columns:1fr}.genres-column{min-width:300px}}.filter-group label{color:#ffffffe6;display:block;font-size:.9rem;font-weight:600;letter-spacing:1px;margin-bottom:15px;text-transform:uppercase}.range-slider{height:6px;margin-bottom:25px;position:relative;width:100%}.range-track{background:#fff3;height:2px;left:0;width:100%}.range-track,.range-track-active{border-radius:2px;position:absolute;top:50%;transform:translateY(-50%)}.range-track-active{background:linear-gradient(90deg,#615ced,#d35ced);height:4px;z-index:2}.range-input{-webkit-appearance:none;appearance:none;background:#0000;height:6px;margin:auto;pointer-events:none;position:absolute;width:100%;z-index:3}.range-input::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#fff;border-radius:50%;box-shadow:0 2px 4px #0000004d;cursor:pointer;height:18px;pointer-events:auto;-webkit-transition:all .2s ease;transition:all .2s ease;width:18px}.range-input::-webkit-slider-thumb:hover{box-shadow:0 3px 6px #0006;transform:scale(1.1)}.range-values{color:#ffffffb3;display:flex;font-size:.9rem;justify-content:space-between}.checkbox-list{display:flex;flex-wrap:wrap;gap:10px}.products-container{animation:fadeIn .3s forwards;animation-delay:.1s;opacity:0;padding:20px 0}.shop-loading{align-items:center;display:flex;height:300px;justify-content:center}.loading-spinner{animation:spin 1s ease-in-out infinite;border-top-color:#615ced;height:50px;width:50px}.shop-error{color:#ff4757;font-size:1.2rem;padding:40px;text-align:center}@media (max-width:768px){.shop-title{font-size:2.5rem}.shop-subtitle{font-size:1rem}.filters-grid{grid-template-columns:1fr}.filters-panel.visible{padding:20px}}@media (max-width:480px){.shop-page{padding:20px 10px}.shop-title{font-size:2rem}.filter-button{font-size:.9rem;padding:10px 15px}.reset-filters{margin-bottom:7px}}.uagp-service-page{background-color:#121212;color:#fff;font-family:Figtree,sans-serif}.uagp-service-hero{align-items:center;display:flex;height:60vh;justify-content:center;margin-bottom:80px;min-height:500px;overflow:hidden;position:relative}.uagp-hero-overlay1{background:url(/static/media/service2.631d03a47198b536d7fd.webp) 50%/cover no-repeat;filter:grayscale(100%);height:100%;left:0;opacity:.3;position:absolute;top:0;width:100%;z-index:1}.uagp-hero-content{max-width:1340px}.uagp-hero-title{font-size:4rem;letter-spacing:2px;text-transform:uppercase}.uagp-hero-subtitle{font-size:1.5rem;margin:0 auto;max-width:700px}.uagp-services-container{margin:0 auto 100px;max-width:1340px;padding:0 20px}.uagp-services-header{margin-bottom:60px;text-align:center}.uagp-services-title{color:#fff;display:inline-block;font-size:2.5rem;letter-spacing:3px;margin-bottom:15px;position:relative;text-transform:uppercase}.uagp-services-title:after{background:linear-gradient(90deg,#615ced,#d35ced);bottom:-15px;content:"";height:4px;left:40%;position:absolute;width:80px}.uagp-services-subtitle{color:#ffffffb3;font-size:1.2rem;margin:10px auto auto;max-width:600px}.uagp-services-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin:0 auto;max-width:1340px}.uagp-service-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#2a2a2ab3;border:1px solid #ffffff1a;border-radius:15px;overflow:hidden;transition:all .3s ease}.uagp-service-card:hover{border-color:#615ced4d;box-shadow:0 15px 30px #615ced33;transform:translateY(-5px)}.uagp-service-card-content{padding:30px}.uagp-service-card-title{color:#fff;font-size:1.5rem;letter-spacing:1px;margin-bottom:15px;text-transform:uppercase}.uagp-service-card-description{color:#fffc;font-size:1rem;line-height:1.6;margin-bottom:25px}.uagp-service-card-btn{background:linear-gradient(135deg,#615ced,#d35ced);border:none;border-radius:30px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:12px 30px;transition:all .3s ease;width:100%}.uagp-service-card-btn:hover{box-shadow:0 10px 20px #615ced4d;transform:translateY(-2px)}@media (max-width:768px){.uagp-services-grid{grid-template-columns:1fr}.uagp-service-card-content{padding:25px}.uagp-service-card{-webkit-backdrop-filter:none;backdrop-filter:none;background:#2a2a2a}}@media (max-width:480px){.uagp-service-card-title{font-size:1.3rem}.uagp-service-card-description{font-size:.95rem}}.uagp-demos-section{background:#141414cc;margin-bottom:80px;padding:80px 20px}.uagp-demos-header{margin-bottom:60px;text-align:center}.uagp-demos-title{color:#fff;display:inline-block;font-size:2.5rem;letter-spacing:3px;margin-bottom:15px;position:relative;text-transform:uppercase}.uagp-demos-title:after{background:linear-gradient(90deg,#615ced,#d35ced);bottom:-15px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.uagp-demos-subtitle{color:#ffffffb3;font-size:1.2rem;margin:10px auto auto;max-width:600px}.uagp-demos-container{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1340px}.uagp-demo-category{background-color:#1d1d1d;margin-bottom:20px}.uagp-demo-category-title{color:#fff;font-size:1rem;letter-spacing:1px;margin-bottom:10px;padding-left:20px;position:relative;text-transform:uppercase}.uagp-demo-category-title:before{background:linear-gradient(180deg,#615ced,#d35ced);border-radius:4px;content:"";height:40px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:8px}.uagp-demo-card{border-radius:4px;height:80px;overflow:hidden;position:relative}.uagp-demo-bg{background-position:50%;background-size:cover;filter:grayscale(100%);z-index:1}.uagp-demo-bg,.uagp-demo-overlay{bottom:0;left:0;position:absolute;right:0;top:0}.uagp-demo-overlay{background-color:#ae191900;z-index:2}.uagp-demo-content{align-items:center;display:flex;height:100%;justify-content:space-between;padding:0 15px;position:relative;z-index:3}.uagp-demo-play-btn{align-items:center;background:#0000;border:none;color:#fff;cursor:pointer;display:flex;font-size:16px;justify-content:center;padding:0}.uagp-demo-play-btn:hover{color:#959595}.uagp-demo-name{color:#fff0;flex-grow:1;margin:0;padding-left:15px;text-align:right}.uagp-service-footer{margin:0 auto;max-width:1200px;padding:0 20px 80px}.uagp-service-divider{background:linear-gradient(90deg,#0000,#fff3,#0000);height:1px;margin-bottom:40px}.uagp-service-footer-content{text-align:center}.uagp-service-footer-text{color:#ffffffb3;font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:800px}.uagp-modal-overlay{align-items:center;background-color:#000c;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.uagp-modal-content{background:#252525;border:1px solid #444;border-radius:15px;box-shadow:0 20px 50px #00000080;color:#fff;max-height:90vh;max-width:600px;overflow-y:auto;padding:40px;position:relative;width:100%}.uagp-modal-close{background:none;border:none;color:#ccc;cursor:pointer;font-size:24px;position:absolute;right:15px;top:15px;transition:all .3s ease}.uagp-modal-close:hover{color:#fff;transform:rotate(90deg)}.uagp-modal-title{color:#d35ced;font-size:1.8rem;letter-spacing:1px;margin-bottom:30px;text-transform:uppercase}.uagp-service-form{display:flex;flex-direction:column}.uagp-form-label{font-weight:500;margin-bottom:10px}.uagp-form-textarea{min-height:120px}.uagp-form-note{color:#ffffff80;display:block;font-size:.85rem;margin-top:8px}.uagp-checkbox-group,.uagp-radio-group{display:flex;flex-direction:column;gap:15px}.uagp-checkbox-label,.uagp-radio-label{align-items:center;color:#ffffffe6;cursor:pointer;display:flex;font-size:1rem;gap:10px;padding-left:30px;position:relative}.uagp-checkbox-input,.uagp-radio-input{cursor:pointer;opacity:0;position:absolute}.uagp-radio-custom{border:2px solid #ffffff4d;border-radius:50%}.uagp-checkbox-custom,.uagp-radio-custom{background-color:initial;height:20px;left:0;position:absolute;transition:all .3s ease;width:20px}.uagp-checkbox-custom{border:2px solid #ffffff4d;border-radius:4px}.uagp-checkbox-label:hover .uagp-checkbox-custom,.uagp-radio-label:hover .uagp-radio-custom{border-color:#615cedb3}.uagp-radio-input:checked~.uagp-radio-custom{background-color:#615ced;border-color:#615ced;box-shadow:inset 0 0 0 3px #252525}.uagp-checkbox-input:checked~.uagp-checkbox-custom{background-color:#615ced;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;border-color:#615ced}.uagp-slider-group{margin-bottom:30px}.uagp-slider-container{align-items:center;display:flex;gap:15px}.uagp-slider-label{color:#fffc;font-size:1rem}.uagp-switch{display:inline-block;height:26px;position:relative;width:50px}.uagp-switch-input{height:0;opacity:0;width:0}.uagp-slider:before{height:18px;width:18px}.uagp-switch-input:checked+.uagp-slider{background-color:#9a4caf}.uagp-switch-input:checked+.uagp-slider:before{transform:translateX(24px)}.uagp-slider.round{border-radius:34px}.uagp-slider.round:before{border-radius:50%}.uagp-form-submit-btn{background:linear-gradient(135deg,#615ced,#d35ced);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;margin-top:20px;padding:15px 25px;transition:all .3s ease;width:100%}.uagp-form-submit-btn:hover{box-shadow:0 10px 20px #615ced4d;transform:translateY(-2px)}.uagp-form-submit-btn:disabled{background:#555;box-shadow:none;cursor:not-allowed;transform:none}@media (max-width:1024px){.uagp-hero-title{font-size:3rem}.uagp-hero-subtitle{font-size:1.3rem}.uagp-demos-title,.uagp-services-title{font-size:2.2rem}}@media (max-width:768px){.uagp-service-hero{height:50vh;margin-bottom:60px;min-height:400px}.uagp-demos-container{grid-template-columns:repeat(1,1fr)}.uagp-hero-title{font-size:2.5rem}.uagp-hero-subtitle{font-size:1.1rem}.uagp-demos-header,.uagp-services-header{margin-bottom:40px}.uagp-service-accordion-button{font-size:1.1rem;padding:20px}.uagp-demo-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}@media (max-width:480px){.uagp-service-hero{height:60vh;min-height:300px}.uagp-hero-title{font-size:2rem}.uagp-demos-title,.uagp-services-title{font-size:1.8rem}.uagp-demos-subtitle,.uagp-services-subtitle{font-size:1rem}.uagp-service-accordion-button{font-size:1rem;padding:15px}.uagp-service-accordion-content.show{padding:0 15px 20px}.uagp-modal-content{padding:30px 20px}.uagp-modal-title{font-size:1.5rem}.uagp-form-group,.uagp-modal-title{margin-bottom:20px}.uagp-form-input,.uagp-form-textarea{padding:12px}}.uagps-professional-services{background-color:#1a1a1a00;margin-bottom:60px;padding:10px 0}.uagps-container{background-color:#1d1d1d;border-radius:20px;margin:0 auto;max-width:1340px;padding:20px}.uagps-section-title{color:#fff;font-size:2.2rem;letter-spacing:2px;margin-bottom:40px;position:relative;text-align:center;text-transform:uppercase}.uagps-section-title:after{background:linear-gradient(90deg,#615ced,#d35ced);bottom:-15px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.uagps-service-intro{color:#ffffffd9;font-size:1.1rem;line-height:1.8;margin:0 auto;max-width:1340px}.uagps-service-intro p{margin-bottom:20px}.uagps-service-intro strong{background-clip:text;-webkit-background-clip:text;color:#fff;color:#9a9a9a;font-weight:600}@media (max-width:768px){.uagps-professional-services{padding:60px 0}.uagps-section-title{font-size:1.8rem}.uagps-service-intro{font-size:1rem}}.uagp-contact-page{background-color:#121212;color:#fff;font-family:Figtree,sans-serif}.uagp-contact-hero{align-items:center;display:flex;height:20vh;justify-content:center;overflow:hidden;position:relative}.uagp-hero-overlay{background:url(/static/media/banner1.df6f453477ad3cc02f00.webp) 50%/cover no-repeat;filter:grayscale(100%);height:100%;left:0;opacity:.3;position:absolute;top:0;width:100%;z-index:1}.uagp-hero-content{margin:0 auto;max-width:800px;padding:0 20px;position:relative;text-align:center;z-index:2}.uagp-hero-title{background:linear-gradient(90deg,#615ced,#d35ced);background-clip:text;-webkit-background-clip:text;color:#0000;font-size:3.5rem;margin-bottom:20px}.uagp-hero-subtitle{color:#fffc;font-size:1.3rem;line-height:1.6}.uagp-contact-container{margin:0 auto;max-width:1340px;padding:80px 20px}.uagp-contact-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:1fr 1fr;margin-bottom:60px}.uagp-contact-form-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#2a2a2ab3;border-radius:15px;box-shadow:0 10px 30px #0000004d;padding:40px}.uagp-form-header{margin-bottom:30px}.uagp-form-title{color:#fff;font-size:2rem;margin-bottom:10px}.uagp-form-description{color:#ffffffb3;font-size:1.1rem}.uagp-contact-form{display:flex;flex-direction:column}.uagp-form-group{margin-bottom:25px}.uagp-form-label{color:#ffffffe6;display:block;font-size:1rem;margin-bottom:8px}.uagp-form-input,.uagp-form-textarea{background:#1e1e1eb3;border:1px solid #ffffff1a;border-radius:8px;color:#fff;font-size:1rem;padding:15px;transition:all .3s ease;width:100%}.uagp-form-input:focus,.uagp-form-textarea:focus{border-color:#615ced;box-shadow:0 0 0 2px #615ced33;outline:none}.uagp-form-textarea{min-height:150px;resize:vertical}.uagp-submit-button{align-items:center;background:linear-gradient(135deg,#615ced,#d35ced);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;justify-content:center;margin-top:10px;padding:15px 25px;transition:all .3s ease}.uagp-submit-button:hover{box-shadow:0 10px 20px #615ced4d;transform:translateY(-2px)}.uagp-submit-button:disabled{background:#555;box-shadow:none;cursor:not-allowed;transform:none}.uagp-button-icon{margin-right:10px}.uagp-contact-info-section{display:flex;flex-direction:column}.uagp-info-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#2a2a2ab3;border-radius:15px;box-shadow:0 10px 30px #0000004d;height:100%;padding:40px}.uagp-info-title{color:#fff;font-size:1.8rem;margin-bottom:15px}.uagp-info-description{color:#ffffffb3;font-size:1.1rem;margin-bottom:30px}.uagp-info-item{display:flex;margin-bottom:30px}.uagp-info-icon{align-items:center;background:linear-gradient(135deg,#615ced33,#d35ced33);border-radius:50%;color:#d35ced;display:flex;flex-shrink:0;font-size:1.2rem;height:50px;justify-content:center;margin-right:20px;width:50px}.uagp-info-content{flex:1 1}.uagp-info-heading{color:#fff;font-size:1.2rem;margin-bottom:5px}.uagp-info-text{color:#ffffffb3;font-size:1rem;line-height:1.5;margin-bottom:5px}.uagp-response-info{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#2a2a2ab3;border-radius:15px;box-shadow:0 10px 30px #0000004d;margin:0 auto;max-width:1000px;padding:40px}.uagp-response-title{color:#fff;font-size:1.8rem;margin-bottom:15px;text-align:center}.uagp-response-text{color:#ffffffb3;font-size:1.1rem;line-height:1.6;text-align:center}@media (max-width:1024px){.uagp-contact-grid{grid-template-columns:1fr}.uagp-hero-title{font-size:3rem}}@media (max-width:768px){.uagp-hero-title{font-size:2.5rem}.uagp-hero-subtitle{font-size:1.1rem}.uagp-contact-form-section,.uagp-info-card,.uagp-response-info{-webkit-backdrop-filter:none;backdrop-filter:none;background:#2a2a2a;padding:30px}.uagp-form-input,.uagp-form-textarea{width:90%}}@media (max-width:480px){.uagp-contact-hero{height:300px}.uagp-hero-title{font-size:2rem}.uagp-contact-container{padding:50px 15px}.uagp-form-title,.uagp-info-title,.uagp-response-title{font-size:1.5rem}.uagp-info-item{flex-direction:column}.uagp-info-icon{margin-bottom:15px;margin-right:0}}.faq-container{background-color:#121212;color:#fff;margin:0 auto;max-width:1340px;padding:60px 20px}.faq-header{margin-bottom:60px;text-align:center}.faq-main-title{background:linear-gradient(90deg,#615ced,#d35ced);background-clip:text;-webkit-background-clip:text;color:#0000;display:inline-block;font-size:2.8rem;margin-bottom:15px;position:relative}.faq-main-title:after{background:linear-gradient(90deg,#615ced,#d35ced);bottom:-10px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.faq-subtitle{color:#ffffffb3;font-size:1.2rem;margin:0 auto;max-width:700px}.faq-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.faq-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#2a2a2ab3;border-radius:15px;box-shadow:0 10px 30px #0000004d;padding:25px;transition:transform .3s ease,box-shadow .3s ease}.faq-section:hover{box-shadow:0 15px 40px #615ced33;transform:translateY(-5px)}.section-header{border-bottom:1px solid #ffffff1a;padding-bottom:15px}.section-icon{align-items:center;background:linear-gradient(135deg,#615ced,#d35ced);border-radius:50%;color:#fff;display:flex;font-size:1.2rem;height:50px;justify-content:center;margin-right:15px;width:50px}.section-title{margin:0}.accordion-list{width:100%}.accordion-item{border-radius:8px;margin-bottom:15px;overflow:hidden;transition:all .3s ease}.accordion-button{align-items:center;background:#3a3a3a80;border:none;color:#fff;cursor:pointer;display:flex;font-size:1rem;justify-content:space-between;padding:18px 20px;text-align:left;transition:all .3s ease;width:100%}.accordion-button:hover{background:#615ced33}.accordion-button.active{background:linear-gradient(90deg,#615ced4d,#d35ced4d)}.question-text{flex:1 1;font-weight:500;text-align:left}.accordion-icon{margin-left:15px;transition:transform .3s ease}.accordion-button.active .accordion-icon{transform:rotate(180deg)}.accordion-content{background:#242424b3;color:#ffffffe6;font-size:.95rem;line-height:1.6;max-height:0;overflow:hidden;transition:max-height .4s ease-out}.accordion-content.show{max-height:1000px;padding:20px}.accordion-content p{margin-bottom:15px}.accordion-content a{color:#615ced;text-decoration:none;transition:color .3s ease}.accordion-content a:hover{color:#d35ced;text-decoration:underline}@media (max-width:1024px){.faq-grid{grid-template-columns:1fr}.faq-section{-webkit-backdrop-filter:none;backdrop-filter:none;background:#2a2a2a;margin-bottom:30px}}@media (max-width:768px){.faq-header{margin-bottom:40px}.faq-main-title{font-size:2.2rem}.faq-subtitle{font-size:1rem}.section-title{font-size:1.3rem}.accordion-button{font-size:.95rem;padding:15px}}@media (max-width:480px){.faq-container{padding:40px 15px}.faq-main-title{font-size:1.8rem}.section-header{flex-direction:column;text-align:center}.section-icon{margin-bottom:15px;margin-right:0}.accordion-button{font-size:.9rem}.accordion-content{font-size:.85rem}}.uagp-instructions{background-color:#141414;color:#fff;min-height:100vh}.uagp-instructions-hero{align-items:center;display:flex;height:400px;justify-content:center;margin-bottom:60px;overflow:hidden;position:relative;text-align:center}.uag-hero-overlay{background:linear-gradient(135deg,#615ced,#d35ced);height:100%;left:0;opacity:.8;position:absolute;top:0;width:100%;z-index:1}.uag-hero-content{max-width:800px;padding:0 20px;position:relative;z-index:2}.uag-hero-title{font-size:3.5rem;letter-spacing:3px;margin-bottom:20px;text-transform:uppercase}.uag-hero-subtitle{font-size:1.2rem;opacity:.9}.uagp-instructions-container{margin:0 auto;max-width:1200px;padding:0 20px 80px}.uagp-instructions-intro{font-size:1.1rem;line-height:1.8;margin-bottom:60px;margin-left:auto;margin-right:auto;max-width:800px}.uagp-instructions-intro p{margin-bottom:20px}.uagp-instructions-section{margin-bottom:80px}.uag-section-title{color:#fff;font-size:2.2rem;margin-bottom:40px;position:relative;text-align:center;text-transform:uppercase}.uag-section-title:after{background:linear-gradient(90deg,#615ced,#d35ced);bottom:-15px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.uagp-steps-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1000px}.uagp-step-card{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:15px;padding:30px;transition:all .3s ease}.uagp-step-card:hover{background:#ffffff1a;box-shadow:0 15px 30px #615ced4d;transform:translateY(-10px)}.uagp-step-number{align-items:center;background:linear-gradient(135deg,#615ced,#d35ced);border-radius:50%;display:flex;font-size:1.8rem;font-weight:700;height:60px;justify-content:center;margin-bottom:20px;width:60px}.uagp-step-content h3{color:#fff;font-size:1.4rem;margin-bottom:15px}.uagp-step-content p{color:#ffffffb3;line-height:1.6}.uagp-requirements-section{background:#0000004d;border-radius:15px;padding:50px 30px}.uagp-warning-note{color:#ff6bf9;font-size:1.1rem;font-weight:500;line-height:1.6;margin:0 auto 40px;max-width:800px;text-align:center}.uagp-requirements-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.uagp-requirement-card{background:#ffffff0d;border-radius:10px;padding:30px;transition:all .3s ease}.uagp-requirement-card:hover{background:#ffffff1a;transform:translateY(-5px)}.uagp-req-icon{font-size:2rem;margin-bottom:15px}.uagp-req-title{color:#fff;font-size:1.3rem;margin-bottom:15px}.uagp-req-description{color:#ffffffb3;font-size:.95rem;line-height:1.6}.uagp-additional-info{margin:0 auto 80px;max-width:800px}.uagp-info-content{background:#ffffff0d;border-radius:15px;padding:40px}.uagp-info-content p{line-height:1.8;margin-bottom:20px}.uagp-info-content strong{color:#d35ced}.uagp-screenshots-section{margin:80px auto;max-width:1200px}.uagp-section-subtitle{color:#ffffffb3;font-size:1.1rem;margin-bottom:40px;text-align:center}.uagp-visual-guide-container{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:40px}.uagp-visual-guide-item{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;cursor:pointer;padding:30px 20px;text-align:center;transition:all .3s ease}.uagp-visual-guide-item:hover{background:#ffffff1a;box-shadow:0 10px 20px #615ced33;transform:translateY(-5px)}.uagp-visual-guide-icon{font-size:2.5rem;margin-bottom:15px;transition:transform .3s ease}.uagp-visual-guide-item:hover .uagp-visual-guide-icon{transform:scale(1.1)}.uagp-visual-guide-title{color:#fff;font-size:1.2rem;margin-bottom:10px}.uagp-visual-guide-desc{color:#ffffffb3;font-size:.9rem;line-height:1.5}.uagp-image-modal{align-items:center;background:#000c;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.uag-modal-content{background:#1e1e1e;border:1px solid #ffffff1a;border-radius:12px;max-height:90vh;max-width:90%;padding:30px;position:relative}.uagp-modal-title{color:#fff;margin-bottom:20px;text-align:center}.uagp-modal-image{border-radius:8px;display:block;margin:0 auto;max-height:70vh;max-width:100%}.uagp-close-modal{align-items:center;background:#0000;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:30px;justify-content:center;position:absolute;right:15px;top:15px;transition:all .3s ease;width:30px}.uagp-close-modal:hover{background:#ffffff1a}@media (max-width:768px){.uagp-visual-guide-container{gap:20px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.uagp-visual-guide-item{padding:20px 15px}.uagp-visual-guide-icon{font-size:2rem}.uagp-visual-guide-title{font-size:1rem}.uagp-visual-guide-desc{font-size:.8rem}}@media (max-width:480px){.uagp-visual-guide-container{grid-template-columns:1fr 1fr}}.uagp-final-note{font-size:1.1rem;line-height:1.8;margin:0 auto;max-width:800px;text-align:center}.uagp-final-note p{margin-bottom:20px}.uagp-signature{color:#d35ced;font-size:1.2rem;font-weight:700;margin-top:30px}@media (max-width:768px){.uag-hero-title{font-size:2.5rem}.uag-section-title{font-size:1.8rem}.uagp-requirements-grid,.uagp-steps-grid{grid-template-columns:1fr}.uagp-info-content{padding:30px 20px}}@media (max-width:480px){.uagp-instructions-hero{height:300px}.uag-hero-title{font-size:2rem}.uag-hero-subtitle{font-size:1rem}.uag-section-title{font-size:1.5rem}.uagp-requirement-card,.uagp-step-card{padding:20px}}.privacy-policy{font-family:Arial,sans-serif;line-height:1.6;margin:0 auto;max-width:1290px;padding:20px}.privacy-policy h1{font-family:Figtree,sans-serif;font-size:2.5rem;margin-bottom:20px;text-align:center}.privacy-policy h2{font-size:2rem;margin-bottom:15px;margin-top:30px}.privacy-policy h2,.privacy-policy h3{color:#adadad;font-family:Figtree,sans-serif}.privacy-policy h3,.privacy-policy h4{font-size:1.5rem;margin-bottom:10px;margin-top:20px}.privacy-policy h4{color:#adadad;font-family:Figtree,sans-serif}.privacy-policy p,.privacy-policy ul{color:grey;font-family:Figtree,sans-serif;margin-bottom:18px}.privacy-policy ul{padding-left:20px}.privacy-policy ul li{font-size:18px;margin-bottom:10px}.privacy-policy a{color:#d9d9d9;text-decoration:none}.privacy-policy a:hover{text-decoration:underline}.terms-and-conditions{font-family:Arial,sans-serif;line-height:1.6;margin:0 auto;max-width:1290px;padding:20px}.terms-and-conditions h1{font-family:Figtree,sans-serif;font-size:2.5rem;margin-bottom:20px;text-align:center}.terms-and-conditions h2{color:#adadad;font-family:Figtree,sans-serif;font-size:2rem;margin-bottom:15px;margin-top:30px}.terms-and-conditions h3,.terms-and-conditions h4{color:#adadad;font-family:Figtree,sans-serif;font-size:1.5rem;margin-bottom:10px;margin-top:20px}.terms-and-conditions p,.terms-and-conditions ul{color:grey;font-family:Figtree,sans-serif;margin-bottom:18px}.terms-and-conditions ul{padding-left:20px}.terms-and-conditions ul li{font-size:18px;margin-bottom:10px}.terms-and-conditions a{color:#d9d9d9;text-decoration:none}.terms-and-conditions a:hover{text-decoration:underline}.announcement-container{animation:slideUp .5s ease-out;bottom:20px;max-width:300px;position:fixed;right:20px;z-index:1000}.announcement-content{background:#1c1c1c;border-radius:8px;box-shadow:0 4px 12px #0003;padding:20px;position:relative;transform-origin:bottom right}@media (max-width:768px){.announcement-container{animation:slideUpMobile .5s ease-out;border-radius:0;bottom:0;left:0;max-width:100%;right:0;width:100%}.announcement-content{border-radius:0;border-top-left-radius:8px;border-top-right-radius:8px}@keyframes slideUpMobile{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}}@keyframes slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.announcement-image{border-radius:4px;display:block;height:auto;margin-top:10px;max-width:100%}.close-btn{align-items:center;background:#0003;border:none;border-radius:50%;display:flex;font-size:14px;height:24px;justify-content:center;right:8px;top:8px;width:24px}.announcement-close,.close-btn{color:#fff;cursor:pointer;position:absolute}.announcement-close{background:none;border:none;font-size:20px;right:-5px;top:-5px}.announcement-close:hover{color:#767676}.announcement-text h3{color:#fff;font-size:18px;margin:6px 0 10px}.announcement-text p{color:#fff;font-size:14px;line-height:1.4;margin:0}.announcement-navigation{display:flex;justify-content:space-between;margin-top:10px}.announcement-nav-btn{background:#404040;border:none;border-radius:15px;color:#fff;cursor:pointer;padding:5px 10px}.announcement-nav-btn:hover{background:#323232}.announcement-error{animation:slideIn .3s ease-out;background-color:#ff6b6b;border-radius:4px;bottom:20px;box-shadow:0 2px 10px #0003;color:#fff;left:20px;padding:10px 15px;position:fixed;z-index:1000}.announcement-link{color:#615ced;text-decoration:none;transition:color .2s}.announcement-link:hover{color:#4d48d1;text-decoration:underline}.adm-announcement-form{background-color:#191919;border-radius:8px;box-shadow:0 2px 10px #0000001a;margin:0 auto;max-width:800px;padding:30px}.adm-announcement-form-title{border-bottom:1px solid #333;color:#fff;font-size:1.8rem;margin-top:0;padding-bottom:15px}.adm-announcement-form-container{display:flex;flex-direction:column}.adm-form-textarea{background-color:#252525;border:1px solid #333;border-radius:4px;color:#fff;font-size:1rem;min-height:120px;padding:10px 12px;resize:vertical;width:100%}.adm-form-textarea:focus{border-color:#615ced;outline:none}.adm-image-preview{height:200px;max-width:300px;width:100%}.adm-image-preview img{object-fit:contain}.adm-checkbox-container{align-items:center;display:flex;margin-top:10px}.adm-checkbox-input{accent-color:#615ced;cursor:pointer;height:18px;margin-right:10px;width:18px}.adm-checkbox-label{color:#fff;cursor:pointer;font-size:.95rem}@media (max-width:768px){.adm-form-row{flex-direction:column;gap:0}.adm-announcement-form{padding:20px}.adm-form-actions{flex-direction:column;gap:10px}.adm-btn-cancel,.adm-btn-save{width:100%}.adm-image-preview{height:150px;max-width:100%}}.adm-text-formatting-toolbar{display:flex;gap:8px;margin-bottom:8px}.adm-format-btn{align-items:center;background:#615ced;border:1px solid #615ced;border-radius:4px;color:#fff;cursor:pointer;display:flex;height:32px;justify-content:center;padding:0 8px;transition:all .2s;width:32px;width:auto}.adm-format-btn:hover{background:#4d48d1;border-color:#4d48d1}.adm-link-dialog-overlay{align-items:center;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.adm-link-dialog{background:#191919;border-radius:8px;box-shadow:0 4px 20px #0000004d;max-width:400px;padding:20px;width:100%}.adm-link-dialog h3{color:#fff;margin-bottom:20px;margin-top:0}.adm-dialog-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:20px}.adm-btn-text{font-size:14px;margin-left:6px}.announcements-management{background-color:#191919;border-radius:8px;box-shadow:0 2px 10px #0000001a;margin:0 auto;max-width:1200px;padding:30px}.announcements-management .header{align-items:center;border-bottom:1px solid #333;display:flex;justify-content:space-between;margin-bottom:30px;padding-bottom:15px}.announcements-management h2{color:#fff;font-size:1.8rem;margin:0}.btn-add{align-items:center;border:none;cursor:pointer;display:inline-flex;font-size:1rem;gap:8px;padding:10px 25px;transition:all .3s}.btn-add:hover{background-color:#4d48d1}th{background-color:#252525;border-bottom:2px solid #333;font-weight:600;text-align:left}td,th{color:#fff;padding:12px 15px}td{border-bottom:1px solid #333;vertical-align:middle}tr:hover td{background-color:#252525}.announcement-thumbnail{border:1px solid #444;border-radius:4px;height:60px;object-fit:cover;width:60px}.btn-edit{background-color:#4a6baf;border:none;border-radius:4px;cursor:pointer;font-size:.9rem;margin-right:8px;padding:6px 12px;transition:all .3s}.btn-edit:hover{background-color:#3a5691}.btn-delete{background-color:#d33;border:none;border-radius:4px;cursor:pointer;font-size:.9rem;padding:6px 12px;transition:all .3s}.btn-delete:hover{background-color:#b22}.status-btn{border:none;border-radius:4px;cursor:pointer;font-size:.9rem;min-width:80px;padding:6px 12px;text-align:center;transition:all .3s}.status-btn.active{background-color:#2e7d32;color:#fff}.status-btn.inactive{background-color:#c62828;color:#fff}.status-btn:hover{opacity:.9}@media (max-width:992px){.announcements-management{padding:20px}.header{align-items:flex-start;flex-direction:column;gap:15px}.actions{justify-content:flex-end;width:100%}}@media (max-width:768px){table{display:block;overflow-x:auto;white-space:nowrap}.btn-add{font-size:.9rem;padding:8px 15px}td,th{padding:8px 10px}}@media (max-width:576px){.announcements-management{padding:15px}.btn-delete,.btn-edit,.status-btn{font-size:.8rem;padding:4px 8px}.btn-add{justify-content:center;width:100%}}.audio-player{background-color:#1c1c1c;border-bottom:1px solid #535353;border-top:1px solid #535353;bottom:0;color:#fff;flex-direction:column;left:0;padding:8px;position:fixed;right:0;z-index:950}.audio-player,.player-info{align-items:center;display:flex}.player-info{gap:20px;margin-top:0;max-width:1340px;position:relative;width:100%}.player-info img{border-radius:5px;flex-shrink:0;height:50px;width:50px}.info-text{flex-shrink:0;max-width:250px;min-width:110px;overflow:hidden}.bpm-music_key-container{display:flex;flex-direction:column;flex-shrink:0;gap:4px;margin-right:10px;min-width:50px;padding-left:20px}.bpm,.key{color:#a0a0a0;font-size:12px;margin:0}.controls-container{align-items:center;display:flex;flex-shrink:0;gap:2px}.volume-controls{align-items:center;display:flex;gap:5px;margin-left:10px}.volume-slider{-webkit-appearance:none;appearance:none;background:linear-gradient(90deg,#d35ced 50%,#8a8a8a 0);border-radius:2px;height:3px;margin-bottom:4px;opacity:.7;outline:none;transition:opacity .2s;width:80px}.volume-slider:hover{opacity:1}.volume-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#e2e2e2;border-radius:50%;box-shadow:0 0 1px #00000080;cursor:pointer;height:12px;-webkit-transition:background .3s ease,transform .3s ease;transition:background .3s ease,transform .3s ease;width:12px}.volume-slider:hover::-webkit-slider-thumb{background:#fff;transform:scale(1)}.waveform-container{align-items:center;display:flex;flex:1 1;gap:10px;max-width:600px;min-width:400px}.waveform{height:40px;width:100%}.waveform-wave{background-color:#4a91e200}.time-display{color:#a0a0a0;flex-shrink:0;font-size:.9rem;min-width:40px;text-align:center}.price-and-cart{align-items:center;display:flex;flex-direction:row;flex-shrink:0;gap:10px;justify-content:flex-end;min-width:120px}.product-price{color:#d3d3d3;font-size:16px;font-weight:700}.add-to-cart{align-items:center;background-color:#2d2d2d00;border:none;border-radius:5px;color:#615ced;cursor:pointer;display:flex;font-size:18px;gap:8px;padding:8px 16px}.add-to-cart:hover{background-color:#0000;color:#363387;transition:.5s}.add-to-wishlist{background:none;border:none;color:#d35ced;cursor:pointer;font-size:16px;margin-left:-9px;margin-top:4px}.product-name-styled{color:#fff;font-size:12px;font-weight:700;margin-bottom:1px}.product-category-styled,.product-name-styled{display:block;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.product-category-styled{color:#a0a0a0;font-size:10px;font-weight:400;margin-bottom:10px;margin-top:0}.mobile-product-info{align-items:flex-start;display:flex;flex-direction:column;margin-right:10px;max-width:200px;overflow:hidden}.close-button{background:none;border:none;color:#676565;cursor:pointer;font-size:16px;position:absolute;right:30px;top:24px}.close-button:hover{color:#fff;transition:.5s}.control-button{background:none;border:none;color:#535353;cursor:pointer;font-size:14px}.control-button:hover{color:#e6e6e6;transition:.5s}.mobile-price-and-cart{align-items:center;display:flex;gap:10px;margin-left:auto}.demo-badge{background:#403d8a;border-radius:4px;color:#fff;font-size:.7rem;margin-left:8px;padding:2px 6px;vertical-align:middle}.demo-notice{background-color:#403d8a;border-radius:10px;color:#fff;font-size:.9rem;font-style:italic;margin-left:auto;padding:5px}.mobile-bpm-key-container{display:flex;gap:10px;margin-top:2px}.mobile-bpm,.mobile-key{color:#a0a0a0;font-size:10px}@media (max-width:768px){.player-info{align-items:flex-start;flex-direction:column;gap:10px;width:100%}.time-display{font-size:.6rem}.player-info img{display:none}.waveform-container{max-width:none;min-width:0;min-width:auto;width:100%}.controls-container{align-items:flex-end;display:flex;width:100%}.mobile-product-info{align-items:center;flex:1 1;flex-direction:row;justify-content:space-between;margin-right:0;max-width:none;width:100%}.product-name-styled{font-size:12px;margin-bottom:0;margin-top:5px}.product-category-styled{font-size:8px;margin-bottom:0}.bpm-music_key-container,.price-and-cart,.volume-controls{display:none}.close-button{right:7px;top:10px}.add-to-wishlist{font-size:14px;margin-top:10px}.mobile-price-and-cart{margin-bottom:-1px}.mobile-price-and-cart .product-price{font-size:14px;margin-bottom:7px}.mobile-price-and-cart .add-to-cart{font-size:14px;margin-top:7px;padding:6px}.demo-notice{padding:5px 0;text-align:center;width:100%}.mobile-bpm-key-container{gap:10px;margin-left:auto;margin-right:10px}.mobile-bpm,.mobile-key{font-size:8px}}.uagp-cart-page{color:#fff;font-family:Figtree,sans-serif;margin:0 auto;max-width:1200px;min-height:calc(100vh - 80px);padding:40px 20px}.uagp-cart-header{align-items:flex-end;border-bottom:1px solid #ffffff1a;display:flex;justify-content:space-between;margin-bottom:40px;padding-bottom:15px}.uagp-cart-title{background:linear-gradient(90deg,#615ced,#d35ced);background-clip:text;-webkit-background-clip:text;color:#0000;font-size:2.5rem;margin:0}.uagp-cart-count{background:#ffffff1a;border-radius:20px;color:#ffffffb3;font-size:1rem;padding:5px 15px}.uagp-cart-items{display:flex;flex-direction:column;gap:20px;margin-bottom:40px}.uagp-cart-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#2a2a2ab3;border:1px solid #ffffff1a;border-radius:12px;overflow:hidden;position:relative;transition:all .3s ease}.uagp-cart-item:hover{border-color:#615ced4d;box-shadow:0 10px 20px #615ced33;transform:translateY(-5px)}.uagp-cart-item:before{background-image:var(--bg-image);background-position:50%;background-size:cover;bottom:0;content:"";left:0;opacity:.1;position:absolute;right:0;top:0;z-index:-1}.uagp-cart-item-content{display:flex;gap:20px;padding:20px}.uagp-cart-item-media{flex-shrink:0;position:relative}.uagp-cart-item-image{border-radius:8px;height:120px;object-fit:cover;width:120px}.uagp-play-btn1{align-items:center;background:rgba(0,0,0,.851);border:none;border-radius:50%;bottom:50px;color:#fff;cursor:pointer;display:flex;height:35px;justify-content:center;position:absolute;right:45px;transition:all .3s ease;width:35px}.uagp-play-btn1:hover{background:#232257;transform:scale(1.1)}.uagp-cart-item-details{display:flex;flex:1 1;flex-direction:column;justify-content:center}.uagp-product-name{color:#fff;font-size:1.3rem;margin:0 0 10px}.uagp-product-meta{color:#ffffffb3;display:flex;font-size:.9rem;gap:15px;margin-bottom:15px}.uagp-product-meta span,.uagp-project-toggle{align-items:center;display:flex}.uagp-project-toggle{border-top:1px solid #ffffff1a;margin-top:15px;padding-top:15px}.uagp-project-label{color:#46f884cc;font-size:.95rem;margin-right:15px}.uagp-toggle-switch{display:inline-block;height:24px;margin-right:10px;position:relative;width:50px}.uagp-toggle-switch input{height:0;opacity:0;width:0}.uagp-slider{background-color:#444;border-radius:24px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.4s}.uagp-slider:before{background-color:#fff;border-radius:50%;bottom:4px;content:"";height:16px;left:4px;position:absolute;transition:.4s;width:16px}.uagp-toggle-switch input:checked+.uagp-slider{background-color:#615ced}.uagp-toggle-switch input:checked+.uagp-slider:before{transform:translateX(26px)}.uagp-toggle-status{color:#888;font-size:.9rem;font-weight:600}.uagp-toggle-status.active{color:#4caf50}.uagp-cart-item-price{align-items:flex-end;display:flex;flex-direction:column;justify-content:space-between;min-width:100px}.uagp-price{color:#fff;font-size:1.2rem;font-weight:600}.uagp-remove-btn{background:none;font-size:1.1rem;padding:5px}.uagp-remove-btn:hover{transform:scale(1.1)}.uagp-cart-summary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#2a2a2ab3;border-radius:12px;margin-top:40px;padding:30px}.uagp-total-container{align-items:center;border-bottom:1px solid #ffffff1a;display:flex;justify-content:space-between;margin-bottom:30px;padding-bottom:20px}.uagp-total-label{color:#fffc;font-size:1.2rem}.uagp-total-amount{color:#fff;font-size:1.8rem;font-weight:700}.uagp-cart-actions{display:flex;gap:20px;justify-content:space-between}.uagp-checkout-btn,.uagp-continue-btn{align-items:center;border-radius:30px;display:inline-flex;font-size:1rem;font-weight:600;gap:10px;justify-content:center;padding:15px 30px;text-decoration:none;transition:all .3s ease}.uagp-continue-btn{background:#ffffff0d;border:1px solid #fff3}.uagp-continue-btn:hover{background:#ffffff1a;border-color:#615ced;color:#fff}.uagp-checkout-btn{background:linear-gradient(135deg,#615ced,#d35ced);border:none;color:#fff;height:15px;margin-top:auto}.uagp-checkout-btn:hover{box-shadow:0 10px 20px #615ced4d;color:#fff;transform:translateY(-2px)}.uagp-empty-cart{align-items:center;display:flex;flex-direction:column;height:50vh;justify-content:center;text-align:center}.uagp-shop-btn{background:linear-gradient(135deg,#615ced,#d35ced);border-radius:30px;color:#fff;display:inline-block;font-size:1rem;font-weight:600;padding:12px 30px;text-decoration:none;transition:all .3s ease}.uagp-shop-btn:hover{box-shadow:0 10px 20px #615ced4d;color:#fff;transform:translateY(-2px)}@media (max-width:992px){.uagp-cart-title{font-size:2rem}.uagp-cart-item-content{flex-direction:column;gap:15px}.uagp-cart-item-media{align-self:center}.uagp-cart-item-price{align-items:center;flex-direction:row;justify-content:space-between;width:100%}}@media (max-width:768px){.uagp-cart-page{padding:30px 15px}.uagp-cart-header{align-items:flex-start;gap:10px}.uagp-cart-actions,.uagp-cart-header{flex-direction:column}.uagp-cart-item-image{height:100px;width:100px}.uagp-play-btn1{bottom:35px;height:40px;right:30px;width:40px}}@media (max-width:480px){.uagp-cart-title{font-size:1.8rem}.uagp-product-name{font-size:1.1rem}.uagp-product-meta{flex-wrap:wrap;gap:8px}.uagp-project-toggle{flex-wrap:wrap;gap:10px}.uagp-project-label{margin-right:0;width:100%}.uagp-checkout-btn,.uagp-continue-btn{margin:auto;padding:12px 20px;width:200px}}.uagp-checkout-page{background-color:#121212;color:#fff;font-family:Figtree,sans-serif;min-height:100vh;padding:40px 20px}.uagp-checkout-container{margin:0 auto;max-width:1200px}.uagp-checkout-header{margin-bottom:40px;text-align:center}.uagp-checkout-title{background:linear-gradient(90deg,#615ced,#d35ced);background-clip:text;-webkit-background-clip:text;color:#0000;font-size:2.5rem;margin-bottom:20px}.uagp-step{background:#ffffff1a;border-radius:20px;color:#fff9;font-weight:500;padding:10px 20px}.uagp-step.active{background:linear-gradient(135deg,#615ced,#d35ced);color:#fff}.uagp-error-message{align-items:center;background:#ff6b6b33;border-radius:8px;color:#ff6b6b;display:flex;gap:10px;margin-bottom:30px;padding:15px}.uagp-error-icon{font-size:1.2rem}.uagp-checkout-content{display:flex;gap:40px}.uagp-checkout-form{display:flex;flex:1 1;flex-direction:column;gap:30px}.uagp-form-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#2a2a2ab3;border:1px solid #ffffff1a;border-radius:12px;padding:30px}.uagp-section-title{align-items:center;color:#fff;display:flex;font-size:1.5rem;gap:15px;margin-bottom:25px}.uagp-section-number{align-items:center;background:linear-gradient(135deg,#615ced,#d35ced);border-radius:50%;display:flex;font-size:1rem;height:30px;justify-content:center;width:30px}.uagp-name-fields{display:flex;gap:20px;margin-bottom:20px}.uagp-form-group{flex:1 1;margin-bottom:20px}.uagp-form-group label{color:#fffc;display:block;font-size:.95rem;margin-bottom:8px}.uagp-form-group input{background:#1e1e1eb3;border:1px solid #ffffff1a;border-radius:8px;color:#fff;font-size:1rem;padding:12px 15px;transition:all .3s ease;width:90%}.uagp-form-group input:focus{border-color:#615ced;box-shadow:0 0 0 2px #615ced33;outline:none}.uagp-checkbox-container,.uagp-terms-agreement{align-items:center;display:flex}.uagp-checkbox-container{color:#fffc;cursor:pointer;font-size:.95rem;gap:10px;padding-left:35px;position:relative}.uagp-checkbox-container input{cursor:pointer;height:0;opacity:0;position:absolute;width:0}.uagp-checkmark{background-color:#1e1e1eb3;border:1px solid #fff3;border-radius:4px;height:20px;left:0;position:absolute;top:0;width:20px}.uagp-checkbox-container:hover input~.uagp-checkmark{background-color:#323232b3}.uagp-checkbox-container input:checked~.uagp-checkmark{background-color:#615ced;border-color:#615ced}.uagp-checkmark:after{content:"";display:none;position:absolute}.uagp-checkbox-container input:checked~.uagp-checkmark:after{display:block}.uagp-checkbox-container .uagp-checkmark:after{border:solid #fff;border-width:0 2px 2px 0;height:10px;left:7px;top:3px;transform:rotate(45deg);width:5px}.uagp-terms-link{background:none;border:none;color:#615ced;cursor:pointer;font:inherit;padding:0;text-decoration:underline;transition:color .3s ease}.uagp-terms-link:hover{color:#d35ced}.uagp-submit-btn{background:linear-gradient(135deg,#615ced,#d35ced);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;margin-top:10px;padding:15px;transition:all .3s ease}.uagp-submit-btn:hover{box-shadow:0 10px 20px #615ced4d;transform:translateY(-2px)}.uagp-submit-btn:disabled{background:#555;box-shadow:none;cursor:not-allowed;transform:none}.uagp-order-summary{align-self:flex-start;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#2a2a2ab3;border:1px solid #ffffff1a;border-radius:12px;padding:30px;width:350px}.uagp-summary-title{color:#fff;font-size:1.5rem;margin-bottom:25px}.uagp-order-items{margin-bottom:30px;max-height:400px;overflow-y:auto}.uagp-order-item{border-bottom:1px solid #ffffff1a;display:flex;gap:15px;padding:15px 0}.uagp-order-item:last-child{border-bottom:none}.uagp-item-image{flex-shrink:0;height:60px;width:60px}.uagp-item-image img{border-radius:6px;height:100%;object-fit:cover;width:100%}.uagp-item-details{flex:1 1}.uagp-item-name{color:#fff;font-size:1rem;margin:0 0 5px}.uagp-item-category{color:#fff9;font-size:.85rem;margin:0 0 5px}.uagp-item-project{color:#4caf50;font-size:.85rem;font-style:italic;margin:0}.uagp-item-price{color:#fff;font-weight:600;text-align:right}.uagp-item-price span{color:#4caf50;display:block;font-size:.85rem}.uagp-order-total{border-top:1px solid #ffffff1a;padding-top:20px}.uagp-total-row{color:#fffc;display:flex;justify-content:space-between;margin-bottom:10px}.uagp-grand-total{color:#fff;font-size:1.1rem;font-weight:600;margin-top:15px}.uagp-order-success{align-items:center;display:flex;justify-content:center;min-height:70vh}.uagp-success-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#2a2a2ab3;border:1px solid #ffffff1a;border-radius:12px;max-width:600px;padding:50px;text-align:center}.uagp-success-icon{align-items:center;background:linear-gradient(135deg,#4caf50,#8bc34a);border-radius:50%;display:flex;font-size:2.5rem;height:80px;justify-content:center;margin:0 auto 30px;width:80px}.uagp-success-content h1{color:#fff;font-size:2.2rem;margin-bottom:20px}.uagp-success-content p{color:#fffc;font-size:1.1rem;line-height:1.6;margin-bottom:10px}.uagp-continue-btn{align-items:center;background:linear-gradient(135deg,#615ced,#d35ced);border-radius:30px;color:#fff;display:inline-flex;font-size:1rem;font-weight:600;gap:10px;margin-top:30px;padding:12px 30px;text-decoration:none;transition:all .3s ease}.uagp-continue-btn:hover{box-shadow:0 10px 20px #615ced4d;transform:translateY(-2px)}.uagp-terms-modal{align-items:center;background:#000c;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.uagp-terms-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#2a2a2ae6;border:1px solid #ffffff1a;border-radius:12px;max-height:80vh;max-width:800px;width:100%}.uagp-terms-header{align-items:center;border-bottom:1px solid #ffffff1a;display:flex;justify-content:space-between;padding:20px}.uagp-terms-header h3{align-items:center;display:flex;font-size:1.5rem;gap:10px;margin:0}.uagp-terms-close{background:none;border:none;color:#fff9;cursor:pointer;font-size:1.5rem;transition:color .3s ease}.uagp-terms-close:hover{color:#fff}.uagp-terms-body p{margin-bottom:15px}.uagp-terms-footer{border-top:1px solid #ffffff1a;display:flex;gap:15px;justify-content:flex-end;padding:20px}.uagp-terms-agree-btn,.uagp-terms-close-btn{border-radius:6px;cursor:pointer;font-size:1rem;font-weight:500;padding:10px 20px;transition:all .3s ease}.uagp-terms-agree-btn{background:linear-gradient(135deg,#615ced,#d35ced);border:none;color:#fff}.uagp-terms-agree-btn:hover{box-shadow:0 5px 15px #615ced4d;transform:translateY(-2px)}.uagp-terms-close-btn{background:#ffffff1a;border:1px solid #fff3;color:#fff}.uagp-terms-close-btn:hover{background:#fff3}@media (max-width:1024px){.uagp-checkout-content{flex-direction:column-reverse}.uagp-order-summary{width:100%}}@media (max-width:768px){.uagp-checkout-page{padding:30px 15px}.uagp-checkout-title{font-size:2rem}.uagp-name-fields{flex-direction:column;gap:15px}.uagp-form-section,.uagp-order-summary{padding:25px}}@media (max-width:480px){.uagp-checkout-title{font-size:1.8rem}.uagp-step{font-size:.9rem;padding:8px 15px}.uagp-form-section,.uagp-order-summary{padding:20px;width:300px}.uagp-section-title{font-size:1.3rem}.uagp-success-content{padding:30px 20px}.uagp-success-content h1{font-size:1.8rem}.uagp-success-content p{font-size:1rem}}.uagp-terms-body{color:#fffc;font-size:.9rem;line-height:1.6;padding:20px}.uagp-terms-body h4{color:#b66eca;font-size:1.2rem;margin-bottom:10px;margin-top:20px}.uagp-terms-body h5{color:#a55bb9;font-size:1rem;margin-bottom:8px;margin-top:15px}.uagp-terms-body p{margin-bottom:10px;text-align:justify}.uagp-terms-content{max-height:70vh;overflow-y:auto}.uagp-coupon-field{display:flex;gap:10px;margin-bottom:10px}.uagp-coupon-field input{background-color:#252525;border:1px solid #333;border-radius:4px;color:#fff;flex:1 1;font-size:1rem;padding:10px 12px}.uagp-coupon-apply{background-color:#615ced;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:10px 20px;transition:background-color .3s}.uagp-coupon-apply:hover{background-color:#4d48d1}.uagp-coupon-remove{background-color:#ff6b6b;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:10px 20px;transition:background-color .3s}.uagp-coupon-remove:hover{background-color:#e05555}.uagp-coupon-error{color:#ff6b6b;font-size:.9rem;margin-top:5px}.uagp-coupon-success{background-color:#4caf501a;border-radius:4px;color:#4caf50;font-size:.9rem;margin-top:10px;padding:8px 12px}.uagp-discount-row{color:#4caf50}@media (max-width:768px){.uagp-coupon-field{flex-direction:column}.uagp-coupon-apply,.uagp-coupon-field input,.uagp-coupon-remove{width:90%}}.uagp-order-success{animation:fadeIn .5s ease-in-out}.custom-paypal-button-wrapper{background:linear-gradient(135deg,#615ced,#d35ced);border-radius:4px;overflow:hidden;padding:2px;position:relative}.paypal-button-container{background:#0000!important;border:none!important;border-radius:4px!important}.paypal-button{background:#0000!important;border:none!important;box-shadow:none!important}.paypal-button:hover{background:#0000!important;filter:brightness(1.05)}.paypal-button-row .paypal-button-container,.paypal-button.paypal-button-color-white,.paypal-button.paypal-button-layout-vertical,.paypal-button.paypal-button-shape-rect{background:#0000!important;background-image:none!important;box-shadow:none!important}@media only screen and (max-width:499px){.paypal-button-container{min-height:48px!important}}@media only screen and (min-width:500px){.paypal-button.paypal-button-shape-rect{background:#0000!important;border-radius:4px!important}}.paypal-buttons-disabled .custom-paypal-button-wrapper{background:#e0e0e0;opacity:.7}.paypal-disabled-message{background:#c171ff;border-radius:4px;bottom:-35px;box-shadow:0 2px 5px #0003;color:#161616;font-weight:100;left:50%;padding:10px 20px;position:relative;text-align:center;transform:translate(-50%,-50%);width:60%;z-index:10}.uagp-wishlist-page{color:#fff;font-family:Figtree,sans-serif;margin:0 auto;max-width:1200px;min-height:calc(100vh - 80px);padding:40px 20px}.uagp-wishlist-header{align-items:flex-end;border-bottom:1px solid #ffffff1a;display:flex;justify-content:space-between;margin-bottom:40px;padding-bottom:15px}.uagp-wishlist-title{background:linear-gradient(90deg,#615ced,#d35ced);background-clip:text;-webkit-background-clip:text;color:#0000;font-size:2.5rem;margin:0}.uagp-wishlist-count{background:#ffffff1a;border-radius:20px;color:#ffffffb3;font-size:1rem;padding:5px 15px}.uagp-wishlist-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));margin-top:30px}.uagp-wishlist-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#2a2a2ab3;border:1px solid #ffffff1a;border-radius:12px;overflow:hidden;position:relative;transition:all .3s ease}.uagp-wishlist-card:hover{border-color:#615ced4d;box-shadow:0 10px 20px #615ced33;transform:translateY(-5px)}.uagp-wishlist-card:before{background-image:var(--bg-image);background-position:50%;background-size:cover;bottom:0;content:"";left:0;opacity:.1;position:absolute;right:0;top:0;z-index:-1}.uagp-wishlist-card-content{display:flex;flex-direction:column;height:100%}.uagp-wishlist-media{height:180px;overflow:hidden;position:relative}.uagp-wishlist-image{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.uagp-wishlist-card:hover .uagp-wishlist-image{transform:scale(1.05)}.uagp-play-btn{align-items:center;background:#000000b3;border:none;border-radius:50%;bottom:15px;color:#fff;cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;right:15px;transition:all .3s ease;width:40px;z-index:2}.uagp-play-btn:hover{background:#615ced;transform:scale(1.1)}.uagp-wishlist-details{display:flex;flex:1 1;flex-direction:column;padding:20px}.uagp-track-name{color:#fff;font-size:1.3rem;margin:0 0 10px}.uagp-track-meta{color:#ffffffb3;display:flex;flex-wrap:wrap;font-size:.9rem;gap:10px;margin-bottom:15px}.uagp-track-price{color:#fff;font-size:1.2rem;font-weight:600;margin-top:auto}.uagp-wishlist-actions{display:flex;gap:10px;padding:0 20px 20px}.uagp-add-to-cart{align-items:center;background:linear-gradient(135deg,#615ced,#d35ced);border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;flex:1 1;font-size:.95rem;font-weight:500;gap:8px;justify-content:center;padding:12px;transition:all .3s ease}.uagp-add-to-cart:hover{box-shadow:0 5px 15px #615ced4d;transform:translateY(-2px)}.uagp-remove-btn{align-items:center;background:#ffffff1a;border:none;border-radius:6px;color:#ff6b6b;cursor:pointer;display:flex;justify-content:center;transition:all .3s ease;width:44px}.uagp-remove-btn:hover{background:#ff6b6b33;color:#ff3d3d;transform:scale(1.05)}.uagp-empty-wishlist{align-items:center;display:flex;flex-direction:column;height:50vh;justify-content:center;text-align:center}.uagp-empty-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#2a2a2ab3;border:1px solid #ffffff1a;border-radius:12px;max-width:500px;padding:40px}.uagp-empty-icon{color:#d35ced;font-size:3rem;margin-bottom:20px}.uagp-empty-content h2{color:#fff;font-size:2rem;margin-bottom:15px}.uagp-empty-content p{color:#ffffffb3;font-size:1.1rem;margin-bottom:30px}.uagp-shop-link{background:linear-gradient(135deg,#615ced,#d35ced);border-radius:30px;color:#fff;display:inline-block;font-size:1rem;font-weight:600;padding:12px 30px;text-decoration:none;transition:all .3s ease}.uagp-shop-link:hover{box-shadow:0 10px 20px #615ced4d;color:#fff;transform:translateY(-2px)}@media (max-width:992px){.uagp-wishlist-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.uagp-wishlist-title{font-size:2rem}}@media (max-width:768px){.uagp-wishlist-page{padding:30px 15px}.uagp-wishlist-header{align-items:flex-start;flex-direction:column;gap:10px}.uagp-wishlist-media{height:160px}}@media (max-width:480px){.uagp-wishlist-title{font-size:1.8rem}.uagp-wishlist-grid{grid-template-columns:1fr}.uagp-track-name{font-size:1.1rem}.uagp-track-meta{font-size:.85rem}.uagp-add-to-cart{font-size:.9rem}.uagp-empty-content{padding:30px 20px}.uagp-empty-content h2{font-size:1.5rem}.uagp-empty-content p{font-size:1rem}}.cookie-consent-popup{animation:popIn .4s cubic-bezier(.175,.885,.32,1.275) forwards;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a1a1af2;border:1px solid #ffffff1a;border-radius:12px;bottom:20px;box-shadow:0 5px 25px #0000004d;max-width:90%;opacity:0;padding:20px;position:fixed;right:20px;transform:translateY(20px);width:320px;z-index:1000}@keyframes popIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.cookie-content{display:flex;flex-direction:column;gap:15px}.cookie-text p{color:#fffc;line-height:1.4;margin:0}.cookie-accept,.cookie-text p{font-family:Figtree,sans-serif;font-size:14px}.cookie-accept{align-items:center;background:linear-gradient(135deg,#615ced,#d35ced);border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-weight:500;gap:8px;justify-content:center;padding:10px 15px;transition:all .3s ease;width:100%}.cookie-accept:hover{background:linear-gradient(135deg,#d35ced,#615ced);box-shadow:0 4px 12px #615ced66;transform:translateY(-2px)}.cookie-accept svg{transition:transform .3s ease}.cookie-accept:hover svg{transform:translateX(3px)}.cookie-link{color:#d35ced;font-weight:500;text-decoration:none;transition:color .3s ease}.cookie-link:hover{color:#fff;text-decoration:underline}@media (max-width:480px){.cookie-consent-popup{bottom:10px;max-width:none;right:4px;width:calc(100% - 50px)}}.account-page{background-color:#141414;color:#fff;font-family:Figtree,sans-serif;min-height:100vh;padding:40px 20px}.account-page.unauthorized{align-items:center;display:flex;justify-content:center;text-align:center}.account-container{background-color:#1a1a1a;border-radius:16px;margin:0 auto;max-width:2400px;overflow:hidden}.account-header{background:#1a1a1a url(/static/media/img_6.e0ec580fc4784e92573c.webp) no-repeat 50%;background-size:cover;color:#fff;padding:40px;text-align:center}.account-header h1{font-size:2.5rem;font-weight:700;margin-bottom:10px}.welcome-message{font-size:1.2rem;opacity:.9}.welcome-message span{font-weight:600}.account-tabs{background-color:#222;border-bottom:1px solid #333;display:flex}.tab{align-items:center;background:none;border:none;color:#aaa;cursor:pointer;display:flex;flex:1 1;font-size:1rem;font-weight:500;gap:8px;justify-content:center;padding:15px 20px;position:relative;text-align:center;transition:all .3s ease}.tab:hover{background-color:#ffffff0d;color:#fff}.tab.active{background-color:#1a1a1a;color:#fff;font-weight:600}.tab.active:after{background:linear-gradient(90deg,#615ced,#d35ced);bottom:-1px;content:"";height:3px;left:0;position:absolute;width:100%}.badge{align-items:center;background-color:#d35ced;border-radius:50%;color:#fff;display:flex;font-size:.7rem;font-weight:600;height:22px;justify-content:center;width:22px}.account-content{padding:30px;transition:opacity .3s ease}.profile-section{margin:0 auto;max-width:800px}.section-title{color:#fff;display:inline-block;font-size:1.5rem;margin-bottom:20px;position:relative}.section-title:after{background:linear-gradient(90deg,#615ced,#d35ced);bottom:-8px;content:"";height:3px;left:0;position:absolute;width:50px}.profile-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px}.info-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.info-item{background-color:#2a2a2a;border-radius:6px;margin-bottom:15px;padding:10px}.info-label{color:#aaa;font-size:.8rem;margin-bottom:5px}.info-value{color:#fff;font-size:.9rem;margin-left:10px}.edit-profile-form{background-color:#222;border-radius:10px;padding:25px}.form-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));margin-bottom:25px}.form-group{margin-bottom:15px}.form-group label{color:#aaa;display:block;font-size:.9rem;margin-bottom:8px}.form-input{background-color:#333;border:1px solid #444;border-radius:6px;color:#fff;font-size:1rem;padding:12px 15px;transition:all .3s ease;width:80%}.form-input:focus{border-color:#615ced;box-shadow:0 0 0 3px #615ced33;outline:none}.form-actions{display:flex;gap:15px;justify-content:flex-end;margin-top:20px}.orders-section{margin:0 auto;max-width:1000px}.orders-list{grid-gap:20px;display:grid;gap:20px}.order-card{background-color:#222;border-radius:10px;box-shadow:0 5px 15px #0003;overflow:hidden}.order-header{align-items:center;background-color:#2a2a2a;border-bottom:1px solid #333;display:flex;justify-content:space-between;padding:20px}.order-header h4{color:#fff;font-size:1.2rem;margin:0}.order-date{color:#aaa;font-size:.9rem;margin:5px 0 0}.order-status{font-size:.8rem;padding:6px 12px}.order-status.completed{background-color:#2ecc7133;color:#2ecc71}.order-status.pending{background-color:#f39c1233;color:#f39c12}.order-status.cancelled{background-color:#e74c3c33;color:#e74c3c}.order-details{border-bottom:1px solid #333;justify-content:space-between;padding:15px 20px}.order-details,.order-total{align-items:center;display:flex}.order-total{gap:10px}.order-total span:first-child{color:#aaa}.total-amount{color:#fff;font-size:1.2rem;font-weight:600}.order-products{padding:20px}.order-products h5{color:#aaa;font-size:1rem;letter-spacing:1px;margin:0 0 15px;text-transform:uppercase}.order-products ul{grid-gap:10px;display:grid;gap:10px;list-style:none;margin:0;padding:0}.order-products li{align-items:center;border-bottom:1px solid #333;display:flex;justify-content:space-between;padding:10px 0}.product-name{color:#fff;flex:1 1}.product-price{color:#fff;font-weight:500;margin-left:15px}.product-categoryes{background-color:#3f644ff5;color:#fff;margin-left:15px}.product-categoryes,.project-badge{border-radius:4px;font-size:.8rem;padding:3px 8px}.project-badge{background-color:#d35ced33;color:#d35ced;margin-left:10px}.cart-section{margin:0 auto;max-width:1000px}.section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:25px}.items-count{background-color:#333;border-radius:20px;color:#aaa;font-size:.9rem;padding:5px 12px}.cart-items{grid-gap:15px;display:grid;gap:15px;margin-bottom:30px;transition:height .3s ease}.cart-item{background-color:#222;border-radius:8px;display:flex;height:auto;margin:0 0 15px;opacity:1}.cart-item,.cart-item.removing{overflow:hidden;padding:0;transform:translateX(0);transition:all .3s ease}.cart-item.removing{height:0;margin:0;opacity:0}.item-image{flex-shrink:0;height:120px;position:relative;width:120px}.item-image img{height:100%;object-fit:cover;width:100%}.play-button{background-color:#615cedcc;transition:all .3s ease}.item-image:hover .play-button{opacity:1}.item-details{display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:15px}.item-name{color:#fff;font-size:1.1rem;margin:0 0 5px}.item-category{color:#aaa;font-size:.9rem;margin:0}.item-price{color:#fff;font-size:1.1rem;font-weight:600;margin-top:10px}.item-actions{display:flex;flex-direction:column;gap:10px;justify-content:center;padding:15px}.cart-summary{background-color:#222;border-radius:8px;padding:20px}.summary-row{display:flex;font-size:1.1rem;justify-content:space-between;margin-bottom:15px}.summary-value{color:#fff;font-weight:600}.wishlist-section{margin:0 auto;max-width:1200px}.wishlist-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.wishlist-item{background-color:#222;border-radius:8px;overflow:hidden;transition:all .3s ease}.wishlist-item:hover{box-shadow:0 10px 20px #0000004d;transform:translateY(-5px)}.wishlist-item .item-image{height:200px;width:100%}.wishlist-item .item-details{padding:15px}.wishlist-item .item-actions{flex-direction:row;padding:0 15px 15px}.btn{border:none;border-radius:6px;font-size:.9rem;gap:8px;padding:10px 20px;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#615ced,#d35ced);color:#fff}.btn-primary:hover{background:linear-gradient(135deg,#6a67f0,#e06aec);box-shadow:0 5px 15px #615ced4d;color:#fff;transform:translateY(-2px)}.btn-secondary{background-color:#333;color:#fff}.btn-secondary:hover{background-color:#444;color:#fff;transform:translateY(-2px)}.btn-edit{border:1px solid #615ced}.btn-edit:hover{background-color:#4d4ac1;color:#fff}.btn-save:hover{transform:translateY(-2px)}.btn-cancel{background-color:#e74c3c}.btn-cancel:hover{background-color:#c0392b;transform:translateY(-2px)}.btn-remove{background-color:#e74c3c1a;border:1px solid #e74c3c;color:#e74c3c}.btn-remove:hover{background-color:#e74c3c33;color:#ff6b6b}.btn-add-to-cart{background-color:#2ecc711a;border:1px solid #2ecc71;color:#2ecc71;font-size:12px}.btn-add-to-cart:hover{background-color:#2ecc7133;color:#58d68d}.btn-checkout{display:block;font-size:1rem;font-weight:600;padding:12px;text-align:center;width:100%}.btn-contact{background-color:#ffffff1a;border:1px solid #fff3;color:#fff}.btn-contact:hover{background-color:#fff3;color:#fff}.btn-submit{background:linear-gradient(135deg,#615ced,#d35ced);border-radius:25px;color:#fff;font-size:1rem;font-weight:600;padding:12px;width:100%}.btn-submit:hover{background:linear-gradient(135deg,#d35ced,#615ced)}.empty-state{background-color:#222;border-radius:8px;padding:40px 20px;text-align:center}.empty-state p{color:#aaa;font-size:1.1rem;margin-bottom:20px}.loading-state{align-items:center;background-color:#222;border-radius:8px;display:flex;flex-direction:column;justify-content:center;padding:40px}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #ffffff1a;border-left-color:#615ced;border-radius:50%;height:40px;margin-bottom:20px;width:40px}@keyframes spin{to{transform:rotate(1turn)}}.modal-overlay{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#000c;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{background-color:#1a1a1a;border:1px solid #333;border-radius:12px;box-shadow:0 20px 40px #0006;max-width:500px;padding:30px;position:relative;width:100%}.modal-content h3{color:#fff;font-size:1.5rem;margin-bottom:25px;margin-top:0;text-align:center}.close-modal{background:none;border:none;color:#aaa;cursor:pointer;font-size:1.5rem;position:absolute;right:1px;top:1px;transition:all .3s ease}.close-modal:hover{color:#fff;transform:rotate(90deg)}.modal-content .form-group{margin-bottom:20px}.modal-content .form-group label{color:#aaa;display:block;font-size:.9rem;margin-bottom:8px}.modal-content input,.modal-content textarea{background-color:#222;border:1px solid #333;border-radius:6px;color:#fff;font-size:1rem;padding:12px 15px;transition:all .3s ease;width:95%}.modal-content input:focus,.modal-content textarea:focus{border-color:#615ced;box-shadow:0 0 0 3px #615ced33;outline:none}.modal-content textarea{min-height:120px;resize:vertical}.contact-admin{border-top:1px solid #333;padding:20px;text-align:center}.seller-dashboard-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr;margin-bottom:4rem}.dashboard-row{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.offer-agreement-section,.payment-info,.shop-info,.verification-section{background:#222;border:1px solid #333;border-radius:8px;box-shadow:0 2px 10px #0000001a;display:flex;flex-direction:column;height:100%;margin:initial;padding:1.25rem}.section-header{margin-bottom:1rem}.section-header h4{align-items:center;color:#fff;display:flex;font-size:1.1rem;margin:0 0 .5rem}.section-header h4:after{background:#333;content:"";flex:1 1;height:1px;margin-left:1rem}.verification-status{display:flex;flex:1 1;flex-direction:column}.verification-status p{color:#bdbdbd;font-size:.9rem;line-height:1.5;margin-bottom:1rem}.verification-upload{margin-top:auto}.verification-status.verified p{color:#fff}.offer-agreement-section h4,.payment-info h4,.shop-info h4,.verification-section h4{font-size:1.5rem}.verification-checkmark{align-items:center;color:#2ecc71;display:flex;font-weight:500;gap:.5rem;margin-top:auto}.check-icon{font-size:1.2rem}.offer-status{display:flex;flex:1 1;flex-direction:column}.offer-status p{color:#bdbdbd;font-size:.9rem;line-height:1.5;margin-bottom:1rem}.offer-actions{margin-top:auto}.offer-checkbox{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin-top:1rem}.checkbox-container{align-items:center;display:flex;flex:1 1;gap:.5rem}.checkbox-container label{color:#aaa;font-size:.85rem}.shop-info p{color:#bdbdbd;font-size:.9rem;margin:.5rem 0}.social-link-container{word-break:break-all}.social-link{color:#615ced;margin-left:5px;text-decoration:none}.social-link:hover{color:#4d4ac1;text-decoration:underline}.payment-method-selector{display:flex;gap:15px;margin-bottom:20px}.payment-option{background-color:#2a2a2a;border:1px solid #444;border-radius:8px;cursor:pointer;flex:1 1;max-width:160px;padding:5px;transition:all .3s ease}.payment-option:hover{border-color:#615ced}.payment-option.active{background-color:#615ced1a;border-color:#615ced}.payment-radio{display:none}.payment-option-content{align-items:center;display:flex;flex-direction:column;gap:10px}.payment-icon{height:40px;object-fit:contain;width:40px}.payment-option span{color:#fff;font-size:.9rem}.payment-display{background-color:#222;border-radius:8px;padding:20px}.payment-method-display{display:flex;gap:15px;margin-bottom:20px}.payment-option-display{align-items:center;background-color:#2a2a2a;border:1px solid #444;border-radius:8px;display:flex;gap:10px;padding:10px 15px}.seller-tracks{margin-top:5rem}.tracks-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));margin-top:1.5rem}.track-card{background:#222;border-radius:8px;overflow:hidden;transition:transform .2s}.track-card:hover{transform:translateY(-5px)}.track-image-container{height:180px;overflow:hidden;position:relative;width:100%}.track-image{height:100%;object-fit:cover;width:100%}.play-button{align-items:center;background:#000000b3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:40px;justify-content:center;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .3s;width:40px}.track-image-container:hover .play-button{opacity:1}.track-details{padding:1rem}.track-details h5{color:#fff;font-size:1rem;margin:0 0 .5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.track-meta{display:flex;justify-content:space-between;margin-bottom:.5rem}.track-category{background:#333;border-radius:4px;color:#aaa;font-size:.8rem;padding:.2rem .5rem}.track-price{color:#fff;font-weight:700}.track-status{color:#aaa;font-size:.8rem;margin-bottom:.5rem}.status-badges{border-radius:4px;font-size:.8rem;padding:.2rem .5rem}.status-badges.active{color:#2ecc71}.status-badge.pending{background:#fff3cd;color:#856404}.status-badge.inactive{background:#f8d7da;color:#721c24}.track-added-date{align-items:center;color:#777;display:flex;font-size:.8rem;gap:.3rem}.upload-section{margin-top:2rem;text-align:center}.upload-instructions-link a{color:#615ced;font-size:.9rem;text-decoration:none}.upload-instructions-link a:hover{text-decoration:underline}.upload-instructions-link{margin-top:1rem}.btn{align-items:center;border-radius:4px;cursor:pointer;display:inline-flex;font-weight:500;gap:.5rem;justify-content:center;padding:.5rem 1rem;transition:all .2s}.btn-upload{background:#615ced;border:none;color:#fff}.btn-upload:hover{background:#4d4ac1}.btn-accept,.btn-save,.btn-upload,.btn-view-offer{border-radius:25px;font-size:.85rem;padding:.5rem 1rem}@media (max-width:900px){.dashboard-row{gap:64px;grid-template-columns:1fr}.offer-agreement-section,.payment-info,.shop-info,.verification-section{min-height:auto}}.btn-view-offer{background:#615ced;border:none;color:#fff;text-decoration:none}.btn-view-offer:hover{background:#4d4ac1;color:#fff}.btn-accept{background:#615ced;border:none;color:#fff}.btn-accept:hover{background:#4d4ac1}.btn-save{background:#615ced;border:none}.btn-save:hover{background:#4d4ac1}.account-status{border-radius:4px;display:inline-block;font-weight:500;margin-bottom:1rem;padding:.5rem 1rem}.account-status.pending{background:#af9510;border-radius:25px;color:#fff;margin-left:10px}.account-status.active{background:#2ecc71;border-radius:25px;color:#fff;margin-left:10px}.account-status.inactive{background:#c03f31;border-radius:25px;color:#fff;margin-left:10px}@media (max-width:768px){.account-header{padding:30px 20px}.account-tabs{flex-wrap:wrap}.tab{flex:1 0 50%;font-size:.9rem;padding:12px}.account-content{padding:20px}.form-grid,.info-grid{grid-template-columns:1fr}.cart-item{flex-direction:column}.item-image{height:200px;width:100%}.item-actions{flex-direction:row;padding-top:0}}@media (max-width:480px){.account-page{padding:20px 10px}.account-header h1{font-size:2rem}.tab{flex:1 0 100%}.form-actions{flex-direction:column}.btn{width:80%}.modal-content{margin:0 10px;padding:20px 15px}.modal-content input,.modal-content textarea{width:90%}.track-form input[type=email],.track-form input[type=number],.track-form input[type=text],.track-form input[type=url]{border:1px solid #ddd;border-radius:15px;font-size:.7rem;padding:.75rem;width:90%}.modal-content h3{color:#fff;font-size:1.5rem;margin-bottom:5px;margin-top:0;text-align:center}.track-form .form-group{margin-bottom:.5rem}.track-form .btn-submit{align-items:center;background:linear-gradient(135deg,#615ced,#d35ced);border:none;border-radius:15px;color:#fff;cursor:pointer;display:flex;font-size:1rem;gap:.5rem;margin:auto;padding:.4rem .5rem;width:150px}}.auth-form-container{background:#1c1c1c;border-radius:8px;box-shadow:0 0 10px #0000001a;margin:2rem auto;max-width:400px;padding:2rem}.auth-form-container h2{color:#d0d0d0;margin-bottom:1.5rem;text-align:center}.auth-form{display:flex;flex-direction:column}.form-groups{margin-bottom:1rem}.form-groups label{color:#8f8f8f;display:block;margin-bottom:.5rem}.form-groups input{background-color:#232323;border:1px solid #ddd;border-radius:4px;color:#fff;font-size:1rem;padding:.6rem;width:100%}.form-groups input:focus,.form-groups textarea:focus{border-color:#615ced;outline:none}.submit-btn{background-color:#615ced;border:none;border-radius:25px;color:#fff;cursor:pointer;font-size:1rem;margin-top:1rem;padding:.75rem}.submit-btn:hover{background-color:#363387}.auth-form-footer{margin-top:1rem;text-align:center}.auth-form-footer a{color:#615ced;text-decoration:none}.auth-form-footer a:hover{color:#363387;text-decoration:underline}.error-message{color:#f44336}.error-message,.success-message{margin-bottom:1rem;text-align:center}.success-message{color:#4caf50}.forgot-password-link{text-align:left}.forgot-password-link a{color:#666;font-size:.9rem;text-decoration:none}.forgot-password-link a:hover{color:#615ced;text-decoration:underline}@font-face{font-family:Figtree;font-style:normal;font-weight:400;src:url(/static/media/Figtree-Regular.75baecc5482bc087f149.ttf) format("truetype")}@font-face{font-family:Figtree;font-style:italic;font-weight:400;src:url(/static/media/Figtree-Italic.878631301ddbbe3bc956.ttf) format("truetype")}@font-face{font-family:Figtree;font-style:normal;font-weight:700;src:url(/static/media/Figtree-Bold.ad7c0bd91eff9a9a2a61.ttf) format("truetype")}@font-face{font-family:Figtree;font-style:italic;font-weight:700;src:url(/static/media/Figtree-BoldItalic.70f4de7f12ea2c07dd26.ttf) format("truetype")}@font-face{font-family:Figtree;font-style:normal;font-weight:400;src:url(/static/media/Figtree-Black.7868e236322da330b0fc.ttf) format("truetype")}@font-face{font-family:Figtree;font-style:italic;font-weight:400;src:url(/static/media/Figtree-BlackItalic.2c1147a5b3bb4f59ec72.ttf) format("truetype")}@font-face{font-family:Figtree;font-style:normal;font-weight:bolder;src:url(/static/media/Figtree-ExtraBold.cc4cd8b0ecb8c687edac.ttf) format("truetype")}@font-face{font-family:Figtree;font-style:italic;font-weight:bolder;src:url(/static/media/Figtree-ExtraBoldItalic.e7ce777e43b58492127a.ttf) format("truetype")}@font-face{font-family:Figtree;font-style:normal;font-weight:400;src:url(/static/media/Figtree-Light.97a5ca965a581319f68f.ttf) format("truetype")}@font-face{font-family:Figtree;font-style:italic;font-weight:400;src:url(/static/media/Figtree-LightItalic.beaf0568339fa5294566.ttf) format("truetype")}@font-face{font-family:Figtree;font-style:normal;font-weight:400;src:url(/static/media/Figtree-Medium.6f5a7d209753528d9c41.ttf) format("truetype")}@font-face{font-family:Figtree;font-style:italic;font-weight:400;src:url(/static/media/Figtree-MediumItalic.b816311304eba352c7f8.ttf) format("truetype")}@font-face{font-family:Figtree;font-style:normal;font-weight:400;src:url(/static/media/Figtree-SemiBold.dbea589b308891de34a2.ttf) format("truetype")}@font-face{font-family:Figtree;font-style:italic;font-weight:400;src:url(/static/media/Figtree-SemiBoldItalic.818d580d6527d3d14480.ttf) format("truetype")}.adm-login-wrapper{align-items:center;background-color:#f5f7fa;background-image:linear-gradient(135deg,#f5f7fa,#e4e8eb);display:flex;justify-content:center;min-height:100vh;padding:20px}.adm-login-container{animation:adm-fadeIn .6s ease-out;background:#fff;border-radius:12px;box-shadow:0 10px 30px #00000014;max-width:450px;padding:40px;text-align:center;width:100%}@keyframes adm-fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.adm-login-title{color:#2c3e50;font-size:1.8rem;font-weight:600;margin:0 0 30px}.adm-login-form{display:flex;flex-direction:column}.adm-form-group{margin-bottom:25px;text-align:left}.adm-form-label{color:#34495e;font-weight:500}.adm-form-input{border:1px solid #e0e3e7;border-radius:8px;box-sizing:border-box;padding:14px 16px;transition:all .3s}.adm-form-input:focus{border-color:#3498db;box-shadow:0 0 0 3px #3498db1a}.adm-login-btn{background-color:#3498db;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;margin-top:10px;padding:14px;transition:background-color .3s;width:100%}.adm-login-btn:hover{background-color:#2980b9}.adm-login-btn:active{transform:scale(.98)}.adm-login-error{animation:adm-shake .5s;background-color:#fadbd8;border-left:4px solid #e74c3c;border-radius:8px;color:#e74c3c;font-size:.9rem;margin-bottom:25px;padding:12px 16px;text-align:left}@keyframes adm-shake{0%,to{transform:translateX(0)}20%,60%{transform:translateX(-5px)}40%,80%{transform:translateX(5px)}}@media (prefers-color-scheme:dark){.adm-login-wrapper{background-color:#1a1a2e;background-image:none}.adm-login-container{background:#16213e;box-shadow:0 10px 30px #0000004d;color:#e6e6e6}.adm-login-title{color:#f8f8f8}.adm-form-label{color:#e6e6e6}.adm-form-input{background-color:#0f3460;border-color:#1a1a2e;color:#f8f8f8}.adm-form-input:focus{border-color:#3498db}.adm-login-error{background-color:#3d1a1a;border-left-color:#e74c3c}}@media (max-width:576px){.adm-login-container{padding:30px 20px}.adm-login-title{font-size:1.5rem;margin-bottom:25px}.adm-form-input{padding:12px 14px}.adm-login-btn{padding:12px}}.admin-layout{background-color:#f5f7fa;display:flex;min-height:100vh}.admin-sidebar{background-color:#363636;box-shadow:2px 0 5px #0000001a;color:#fff;height:100%;padding:20px 0;position:fixed;width:250px;z-index:100}.admin-sidebar h2{border-bottom:1px solid #ffffff1a;color:#fff;font-size:1.5rem;margin:0;padding:0 20px 20px}.admin-sidebar nav ul{list-style:none;margin:0;padding:0}.admin-sidebar nav li{margin:5px 0}.admin-sidebar nav a{color:#ecf0f1;display:block;font-size:1rem;padding:12px 20px;text-decoration:none;transition:all .3s}.admin-sidebar nav a:hover{background-color:#615ced56;color:#fff}.admin-sidebar nav a.active,.admin-sidebar nav a:active{background-color:#615ced;color:#fff}.admin-sidebar button{background:none;border:none;color:#ecf0f1;cursor:pointer;font-size:1rem;padding:12px 20px;text-align:left;transition:all .3s;width:100%}.admin-sidebar button:hover{background-color:#34495e;color:#fff}.admin-content{background-color:#1f1f1f;flex:1 1;margin-left:250px;min-height:calc(100vh - 60px);padding:30px}.admin-content h2{color:#fff}@media (max-width:768px){.admin-sidebar{width:200px}.admin-content{margin-left:200px;padding:20px}}@media (max-width:576px){.admin-sidebar{height:auto;position:relative;width:100%}.admin-content{margin-left:0}.admin-layout{flex-direction:column}}.products-management{padding:20px}.products-management .header{display:flex;flex-direction:column;gap:15px;margin-bottom:20px}.actions{flex-wrap:wrap;gap:15px;justify-content:space-between}.actions,.search-container{align-items:center;display:flex}.search-input{border:1px solid #ddd;border-radius:4px;margin-right:10px;padding:8px 12px;width:200px}@media (max-width:768px){.actions{align-items:flex-start;flex-direction:column}.search-container{max-width:100%}}.btn-add{background-color:#615ced;border-radius:25px;color:#fff;padding:8px 16px;text-decoration:none}.btn-add:hover{background-color:#363387;color:#fff}table{border-collapse:collapse;margin-top:20px;width:100%}td,th{border-bottom:1px solid #3c3c3c;color:#fff;padding:12px;text-align:left}th{background-color:#181818}tr:hover{background-color:#282828}.product-thumbnail{border-radius:4px;height:50px;object-fit:cover;width:50px}.btn-edit{text-decoration:none}.adm-product-form{background-color:#191919;border-radius:8px;box-shadow:0 2px 10px #0000001a;margin:0 auto;max-width:1000px;padding:30px}.adm-product-form-title{border-bottom:1px solid #333;color:#fff;font-size:1.8rem;margin-top:0;padding-bottom:15px}.adm-product-form-container{display:flex;flex-direction:column}.adm-form-row{display:flex;gap:20px;margin-bottom:20px}.adm-form-group{flex:1 1;margin-bottom:15px}.adm-form-label{color:#fff;display:block;font-size:.95rem;font-weight:600;margin-bottom:8px}.adm-form-input{background-color:#252525;border:1px solid #333;border-radius:4px;color:#fff;font-size:1rem;padding:10px 12px;transition:border-color .3s;width:100%}.adm-form-input:focus{border-color:#615ced;box-shadow:0 0 0 2px #615ced33;outline:none}.adm-form-select{background-color:#252525;border:1px solid #333;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;padding:10px 12px;width:100%}.adm-form-select:focus{border-color:#615ced;outline:none}.adm-form-file{color:#fff;padding:8px 0;width:100%}.adm-image-preview{align-items:center;border:1px dashed #444;border-radius:4px;display:flex;height:150px;justify-content:center;margin-top:10px;overflow:hidden;width:150px}.adm-image-preview img{max-height:100%;max-width:100%;object-fit:cover}.adm-audio-name{color:#aaa;font-size:.9rem;margin-top:10px}.adm-form-actions{border-top:1px solid #333;display:flex;gap:15px;justify-content:flex-end;margin-top:30px;padding-top:20px}.adm-btn-save{background-color:#615ced;border:none;border-radius:25px;color:#fff;cursor:pointer;font-size:1rem;padding:10px 25px;transition:all .3s}.adm-btn-save:hover{background-color:#4d48d1}.adm-btn-cancel{background-color:#333;border:none;border-radius:25px;color:#fff;cursor:pointer;font-size:1rem;padding:10px 25px;transition:all .3s}.adm-btn-cancel:hover{background-color:#444}.adm-form-error{background-color:#2a1a1a;border-left:4px solid #ff6b6b;border-radius:4px;color:#ff6b6b;margin-bottom:20px;padding:10px 15px}.adm-loading{color:#fff;font-size:1.2rem;padding:20px;text-align:center}@media (max-width:768px){.adm-form-row{flex-direction:column;gap:0}.adm-product-form{padding:20px}.adm-form-actions{flex-direction:column;gap:10px}.adm-btn-cancel,.adm-btn-save{width:100%}}.admin-dashboard{background-color:#363636;color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:0 auto;max-width:1400px;min-height:100vh;padding:25px}.admin-dashboard h1{border-bottom:2px solid #eaecef;color:#f7f7f7;font-size:2rem;font-weight:600;margin-bottom:30px;padding-bottom:15px}.stats-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin-bottom:40px}.stat-card{align-items:center;background:#414141;border-left:4px solid #615ced;border-radius:12px;box-shadow:0 4px 6px #0000000d,0 1px 3px #0000001a;display:flex;padding:25px;transition:all .3s ease}.stat-card:hover{box-shadow:0 10px 20px #0000001a,0 6px 6px #0000000d;transform:translateY(-5px)}.stat-icon{align-items:center;background-color:#3498db1a;border-radius:50%;color:#3498db;display:flex;font-size:2.5rem;height:60px;justify-content:center;margin-right:20px;width:60px}.stat-info{flex:1 1}.stat-info h3{color:#fff;font-size:1rem;font-weight:500;letter-spacing:.5px;margin:0 0 8px;text-transform:uppercase}.stat-value{color:#fff;font-size:1.4rem;font-weight:300;margin:0}.stat-trend{align-items:center;color:#e76161;display:flex;font-size:.9rem;gap:5px;margin:8px 0 0}.stat-trend.up{color:#27ae60}.stat-trend.down{color:#e74c3c}.stat-trend:before{border-left:5px solid #0000;border-right:5px solid #0000;content:"";display:inline-block;height:0;width:0}.stat-trend.up:before{border-bottom:5px solid #27ae60}.stat-trend.down:before{border-top:5px solid #e74c3c}.dashboard-content{grid-gap:25px;display:grid;gap:25px;grid-template-columns:1fr 1fr;margin-bottom:30px}.recent-activity,.recent-orders,.recent-users{background:#2b2b2b;border-radius:12px;box-shadow:0 4px 6px #0000000d,0 1px 3px #0000001a;padding:25px;transition:all .3s ease}.recent-activity:hover,.recent-orders:hover,.recent-users:hover{box-shadow:0 10px 25px #0000001a}.recent-activity h2,.recent-orders h2,.recent-users h2{align-items:center;border-bottom:2px solid #eaecef;color:#d1d1d1;display:flex;font-size:1.3rem;font-weight:600;margin-bottom:20px;margin-top:0;padding-bottom:12px}.recent-activity h2:before,.recent-orders h2:before,.recent-users h2:before{background-color:#615ced;border-radius:4px;content:"";display:inline-block;height:20px;margin-right:10px;width:8px}.activity-list,.orders-list,.users-list{max-height:400px;overflow-y:auto;padding-right:10px}.activity-list::-webkit-scrollbar,.orders-list::-webkit-scrollbar,.users-list::-webkit-scrollbar{width:6px}.activity-list::-webkit-scrollbar-track,.orders-list::-webkit-scrollbar-track,.users-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.activity-list::-webkit-scrollbar-thumb,.orders-list::-webkit-scrollbar-thumb,.users-list::-webkit-scrollbar-thumb{background:#bdc3c7;border-radius:10px}.activity-list::-webkit-scrollbar-thumb:hover,.orders-list::-webkit-scrollbar-thumb:hover,.users-list::-webkit-scrollbar-thumb:hover{background:#95a5a6}.activity-item,.order-item,.user-item{align-items:center;border-bottom:1px solid #eaecef;display:flex;justify-content:space-between;padding:15px 0;transition:background-color .2s ease}.activity-item:hover,.order-item:hover,.user-item:hover{background-color:#3b3b3b;border-radius:6px;padding:15px 10px}.order-id{color:#ae77dd;flex:0.5 1;font-weight:600}.order-total{color:#c8cbce;flex:1 1;font-weight:600}.order-date{color:#e4e4e4;flex:1 1;font-size:.85rem;text-align:right}.user-name{color:#fff;flex:1 1;font-weight:600}.user-email{color:#d0d0d0;flex:1 1;font-size:.9rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-date{color:#d5d5d5;flex:0.7 1;font-size:.85rem;text-align:right}.activity-type{color:#61bc61;flex:0.3 1;font-weight:300;text-transform:capitalize}.activity-time{color:#ddd;flex:0.7 1;font-size:.85rem;text-align:center}.activity-text{color:#dcdcdc;flex:1.5 1;padding-left:15px}.order-status{border-radius:20px;font-size:.75rem;font-weight:600;letter-spacing:.5px;margin-left:10px;padding:5px 12px;text-transform:uppercase}.order-status.pending{background:#fff3e0;color:#e65100}.order-status.processing{background:#e3f2fd;color:#1565c0}.order-status.completed{background:#e8f5e9;color:#2e7d32}.order-status.cancelled{background:#ffebee;color:#c62828}.activity-list>p,.orders-list>p,.users-list>p{color:#95a5a6;font-style:italic;padding:30px 0;text-align:center}.error,.loading{border-radius:10px;font-size:1.2rem;margin:20px 0;padding:50px}.loading{align-items:center;background-color:#f8f9fa;color:#7f8c8d;display:flex;flex-direction:column;gap:15px}.error{background-color:#ffebee;border-left:4px solid #e74c3c;color:#c62828}@media (max-width:1024px){.dashboard-content{grid-template-columns:1fr}}@media (max-width:768px){.stats-grid{grid-template-columns:1fr 1fr}.activity-item,.order-item,.user-item{flex-wrap:wrap;gap:10px}.activity-text,.activity-time,.activity-type,.order-date,.order-id,.order-status,.order-total,.user-date,.user-email,.user-name{flex:1 1 100%;text-align:left}}@media (max-width:480px){.stats-grid{grid-template-columns:1fr}.admin-dashboard{padding:15px}}.users-management{color:#fff;padding:20px}.users-management .header{margin-bottom:25px}.users-management .header h2{color:#fff;margin-bottom:15px}.users-table-container{overflow-x:auto}.users-table{border-collapse:collapse;margin-top:20px;width:100%}.users-table td,.users-table th{border-bottom:1px solid #2d2d2d;padding:12px 15px;text-align:left}.users-table th{background-color:#181818;font-weight:600}.users-table tr:hover{background-color:#282828}.users-table input[type=email],.users-table input[type=text]{background-color:#181818;border:1px solid #a84be5;border-radius:4px;color:#fff;padding:6px 10px;width:100%}.admin-checkbox{align-items:center;display:flex;gap:5px}.btn-cancel,.btn-delete,.btn-edit,.btn-save,.btn-view{border:none;border-radius:25px;cursor:pointer;font-size:.9em;margin-right:8px;padding:6px 12px}.btn-save{background-color:#615ced;color:#fff}.btn-save:hover{background-color:#4d4ac1}.btn-cancel{background-color:#f39c12;color:#fff}.btn-cancel:hover{background-color:#d35400}.btn-view{background-color:#3498db}.btn-view:hover{background-color:#2980b9}.no-users{color:#888;padding:40px;text-align:center}@media (max-width:768px){.search-container{max-width:100%}.users-table td,.users-table th{font-size:.9em;padding:8px 10px}.btn-cancel,.btn-delete,.btn-edit,.btn-save,.btn-view{margin-bottom:4px;margin-right:4px;padding:4px 8px}}.orders-management{color:#fff;padding:20px}.orders-management .header{margin-bottom:25px}.orders-management .header h2{color:#fff;margin-bottom:15px}.filters{display:flex;flex-wrap:wrap;gap:50px;margin-bottom:20px}.search-container{flex-grow:1;min-width:250px}.status-filter{gap:10px}.status-filter label{white-space:nowrap}.status-filter select{background-color:#181818;border:1px solid #a84be5;border-radius:25px;color:#fff;outline:none;padding:8px 12px}.orders-table-container{overflow-x:auto}.orders-table{border-collapse:collapse;margin-top:20px;width:100%}.orders-table td,.orders-table th{border-bottom:1px solid #2d2d2d;padding:12px 15px;text-align:left}.orders-table th{background-color:#181818;font-weight:600}.orders-table tr:hover{background-color:#282828}.customer-email,.products-preview{color:#b3b3b3;font-size:.85em;margin-top:3px}.products-preview{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.status-select{border:none;border-radius:15px;cursor:pointer;font-size:.9em;padding:5px 10px}.status-select.pending{background-color:#ff9800;color:#000}.status-select.processing{background-color:#2196f3;color:#fff}.status-select.completed{background-color:#4caf50;color:#fff}.status-select.cancelled{background-color:#f44336;color:#fff}.btn-view{background-color:#615ced;border-radius:25px;color:#fff;display:inline-block;font-size:.9em;padding:6px 12px;text-decoration:none}.btn-view:hover{background-color:#363387}.no-orders{color:#888;padding:40px;text-align:center}.pagination button{padding:8px 16px}.error{color:#f44336}@media (max-width:768px){.filters{flex-direction:column;gap:10px}.search-container{min-width:100%}.orders-table td,.orders-table th{font-size:.9em;padding:8px 10px}}.project-badge{background-color:#615ced;border-radius:3px;color:#fff;display:block;font-size:.8em;font-weight:700;margin-left:1px;padding:2px 6px;width:70px}.products-preview div{margin:3px 0}.coupon-code{background-color:#378160;border-radius:12px;color:#fff;display:inline-block;font-size:.85em;padding:3px 8px}.discount-info{display:flex;flex-direction:column;gap:2px}.discount-amount{color:#d32f2f;font-weight:500}.discount-percent{color:#616161;font-size:.75em;font-style:italic}.no-coupon,.no-discount{color:#9e9e9e;font-style:italic}.original-price{color:#999;font-size:.8em;text-decoration:line-through}.adm-coupons-container{background-color:#191919;border-radius:8px;margin:0 auto;max-width:1200px;padding:30px}.adm-coupons-title{border-bottom:1px solid #333;color:#fff;margin-top:0;padding-bottom:15px}.adm-coupons-form{background-color:#252525;border-radius:8px;margin-bottom:30px;padding:20px}.adm-coupons-form h2{color:#fff;margin-top:0}.adm-coupons-table{border-collapse:collapse;margin-top:20px;width:100%}.adm-coupons-table td,.adm-coupons-table th{border-bottom:1px solid #333;color:#fff;padding:12px 15px;text-align:left}.adm-coupons-table th,.adm-coupons-table tr:hover{background-color:#252525}.adm-btn-delete{background-color:#ff6b6b;border:none;border-radius:4px;color:#fff;cursor:pointer;margin-left:10px;padding:8px 15px;transition:background-color .3s}.adm-btn-delete:hover{background-color:#e05555}.adm-modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.adm-modal{background-color:#191919;border-radius:8px;box-shadow:0 4px 20px #0000004d;max-width:90%;padding:25px;width:400px}.adm-modal h3{color:#fff;margin-top:0}.adm-modal p{color:#ccc;margin-bottom:25px}.adm-modal-actions{display:flex;gap:15px;justify-content:flex-end}.adm-coupon-actions{display:flex;gap:10px}.not-found-container{align-items:center;background-color:#121212;color:#fff;display:flex;justify-content:center;min-height:80vh;padding:2rem;text-align:center}.not-found-content{max-width:600px}.not-found-content h1{color:#5e5e5e;font-size:6rem;margin-bottom:1rem}.not-found-content h2{font-size:2rem;margin-bottom:1.5rem}.not-found-content p{font-size:1.2rem;line-height:1.6;margin-bottom:2rem}.not-found-button{background-color:#615ced;border-radius:25px;color:#fff;display:inline-block;font-weight:600;padding:12px 30px;text-decoration:none;transition:background-color .3s ease}.not-found-button:hover{background-color:#363387;color:#fff}@media (max-width:768px){.not-found-content h1{font-size:4rem}.not-found-content h2{font-size:1.5rem}.not-found-content p{font-size:1rem}}.demos-management{margin:0 auto;max-width:100%;padding:20px}.demos-management .header{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:20px}.demos-management .actions{align-items:center;display:flex;gap:45px}.demos-management .search-container{position:relative}.demos-management .search-input{border:1px solid #ddd;border-radius:4px;min-width:250px;padding:8px 15px}.demos-management .btn-add{background-color:#615ced;border-radius:4px;color:#fff;padding:8px 15px;text-decoration:none;transition:background-color .3s}.demos-management .btn-add:hover{background-color:#363387}.demos-management table{border-collapse:collapse;margin-top:20px;width:100%}.demos-management td,.demos-management th{border-bottom:1px solid #3d3d3d;padding:12px 15px;text-align:left}.demos-management th{background-color:#161616;font-weight:600}.demos-management .demo-thumbnail{border-radius:4px;height:50px;object-fit:cover;width:50px}.demos-management .btn-edit{background-color:#4caf50;border-radius:4px;color:#fff;margin-right:10px;padding:6px 12px;text-decoration:none}.demos-management .btn-delete{background-color:#f44336;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:6px 12px}.demos-management .btn-edit:hover{background-color:#45a049}.demos-management .btn-delete:hover{background-color:#d32f2f}@media (max-width:768px){.demos-management .header{align-items:flex-start;flex-direction:column;gap:15px}.demos-management .actions{align-items:flex-start;flex-direction:column;width:100%}.demos-management .search-input{width:100%}.demos-management table{display:block;overflow-x:auto}}.demo-form{background:#2a2a2a;border-radius:8px;box-shadow:0 2px 10px #0000001a;margin:0 auto;max-width:800px;padding:20px}.demo-form h2{color:#fff;margin-bottom:20px}.demo-form .error-message{background:#ffebee;border-radius:4px;color:#f44336;margin-bottom:20px;padding:10px}.demo-form .form-group{margin-bottom:20px}.demo-form label{color:#fff;display:block;font-weight:600;margin-bottom:8px}.demo-form input[type=file],.demo-form input[type=text]{border:1px solid #ddd;border-radius:4px;color:#919191;font-size:16px;padding:10px;width:90%}.demo-form input[type=file]{padding:5px}.demo-form .form-actions{display:flex;gap:15px;margin-top:30px}.demo-form button{border:none;border-radius:4px;cursor:pointer;font-size:16px;padding:10px 20px;transition:background-color .3s}.demo-form button[type=submit]{background-color:#615ced;color:#fff}.demo-form button[type=submit]:hover{background-color:#363387}.demo-form button[type=button]{background-color:#f5f5f5;color:#333}.demo-form button[type=button]:hover{background-color:#e0e0e0}.demo-form button:disabled{background-color:#ccc;cursor:not-allowed}@media (max-width:768px){.demo-form{padding:15px}.demo-form .form-actions{flex-direction:column}.demo-form button{width:100%}}.unsubscribe-container{align-items:center;background-color:#f5f5f5;display:flex;justify-content:center;min-height:100vh;padding:20px}.unsubscribe-card{background:#fff;border-radius:10px;box-shadow:0 4px 8px #0000001a;max-width:500px;padding:30px;text-align:center;width:100%}.unsubscribe-card h2{color:#333;margin-bottom:20px}.success-message{color:#28a745;margin-bottom:20px}.error-message{color:#dc3545;margin-bottom:20px}.home-button{background-color:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;padding:10px 20px;transition:background-color .3s}.home-button:hover{background-color:#0056b3}.subscribers-management{background-color:#2e2e2e;border-radius:8px;color:#fff;padding:20px}.subscribers-management .header{display:flex;flex-direction:column;gap:15px;margin-bottom:25px}.subscribers-management .header h2{background:linear-gradient(90deg,#a84be5,#615ced);-webkit-background-clip:text;background-clip:text;color:#fff;color:#0000;font-size:1.8rem;margin:0}.search-container{position:relative}.search-input{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%237e61c3'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'/%3E%3C/svg%3E");background-position:15px;background-repeat:no-repeat;background-size:16px;border:1px solid #2d2d2d;padding:10px 15px 10px 40px;transition:all .3s ease}.search-input:focus{border-color:#615ced;box-shadow:0 0 0 2px #615ced33}.subscribers-table-container{background-color:#181818;border:1px solid #2d2d2d;border-radius:8px;margin-top:20px;overflow-x:auto}.subscribers-table{border-collapse:collapse;width:100%}.subscribers-table td,.subscribers-table th{border-bottom:1px solid #2d2d2d;padding:15px 20px;text-align:left}.subscribers-table th{background-color:#1e1e1e;color:#a84be5;font-weight:600;position:sticky;top:0}.subscribers-table tr:last-child td{border-bottom:none}.subscribers-table tr:hover{background-color:#a84be50d}.status-badge{border-radius:20px;display:inline-block;font-size:.8rem;font-weight:600;padding:5px 12px}.status-badge.active{background-color:#2ed57326;border:1px solid #2ed5734d;color:#2ed573}.status-badge.inactive{background-color:#ff475726;border:1px solid #ff47574d;color:#ff4757}.subscriber-email{color:#7e61c3;font-weight:500}.subscriber-date{color:#888;font-size:.9rem}.no-subscribers{color:#888;font-size:1.1rem;padding:40px;text-align:center}.pagination{align-items:center;display:flex;gap:15px;justify-content:center;margin-top:25px}.pagination button{background-color:#615ced;border:none;border-radius:25px;color:#fff;cursor:pointer;font-weight:500;padding:8px 20px;transition:all .3s ease}.pagination button:hover:not(:disabled){background-color:#7e61c3;transform:translateY(-1px)}.pagination button:disabled{background-color:#4a4a4a;cursor:not-allowed;opacity:.7}.pagination-info{color:#888;font-size:.9rem}.error,.loading{font-size:1.1rem;padding:40px;text-align:center}.loading{color:#7e61c3}.error{color:#ff4757}.export-btn{background-color:#2ed573;border:none;border-radius:25px;color:#fff;cursor:pointer;font-weight:500;margin-left:auto;padding:8px 20px;transition:all .3s ease}.export-btn:hover{background-color:#25b562}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.subscribers-table tr{animation:fadeIn .3s ease forwards}.subscribers-table tr:nth-child(2n){background-color:#ffffff05}@media (max-width:768px){.subscribers-management{padding:15px}.search-container{max-width:100%}.subscribers-table td,.subscribers-table th{font-size:.9rem;padding:12px 15px}.header{flex-direction:column}.export-btn{margin-left:0;margin-top:10px;width:100%}}@media (max-width:480px){.subscribers-table td,.subscribers-table th{font-size:.85rem;padding:10px 12px}.status-badge{font-size:.75rem;padding:3px 8px}.pagination{flex-wrap:wrap;gap:8px}.pagination button{font-size:.85rem;padding:6px 12px}}.filter-controls{align-items:center;display:flex;gap:15px;margin-bottom:15px}.status-filter{align-items:center;display:flex;gap:8px}.status-filter label{color:#555;font-weight:500}.filter-select{background-color:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;padding:8px 12px;transition:all .2s}.filter-select:hover{border-color:#aaa}.filter-select:focus{border-color:#615ced;box-shadow:0 0 0 2px #615ced33;outline:none}@media (max-width:768px){.filter-controls{align-items:flex-start;flex-direction:column}}.delete-btn{background:none;border:none;color:#ff4d4f;cursor:pointer;font-size:1.2em;padding:5px}.delete-btn:hover{color:#ff7875}.danger-btn{background-color:#ff4d4f;border:none;border-radius:4px;color:#fff;cursor:pointer;margin-right:10px;padding:8px 12px;transition:background .3s}.danger-btn:hover{background-color:#ff7875}.bulk-actions{display:flex;gap:10px;margin-bottom:15px}@media (max-width:768px){.bulk-actions{flex-direction:column}.danger-btn{margin-bottom:5px;width:100%}}.sellers-management{color:#fff;padding:20px}.sellers-management .header{margin-bottom:25px}.sellers-management .header h2{color:#fff;margin-bottom:15px}.search-container{max-width:400px}.search-input{background-color:#181818;border:1px solid #a84be5;border-radius:25px;color:#fff;outline:none;padding:8px 15px;width:100%}.sellers-table-container{overflow-x:auto}.sellers-table{border-collapse:collapse;margin-top:20px;width:100%}.sellers-table td,.sellers-table th{border-bottom:1px solid #2d2d2d;padding:12px 15px;text-align:left}.sellers-table th{background-color:#181818;font-weight:600}.sellers-table tr:hover{background-color:#282828}.status-select{background-color:#181818;border:1px solid #444;border-radius:4px;color:#fff;padding:6px 10px}.status-select.pending{background-color:#1d1d1d;border-color:#f39c12;color:#fff}.status-select.active{background-color:#1d1d1d;border-color:#2ecc71;color:#fff}.status-select.inactive{background-color:#1d1d1d;border-color:#e74c3c;color:#fff}.btn-delete,.btn-edit{border:none;border-radius:25px;cursor:pointer;font-size:.9em;margin-right:8px;padding:6px 12px}.btn-edit{background-color:#615ced;color:#fff}.btn-edit:hover{background-color:#363387}.btn-delete{background-color:#f44336;color:#fff}.btn-delete:hover{background-color:#da190b}.no-sellers{color:#888;padding:40px;text-align:center}@media (max-width:768px){.search-container{max-width:100%}.sellers-table td,.sellers-table th{font-size:.9em;padding:8px 10px}.btn-delete,.btn-edit{margin-bottom:4px;margin-right:4px;padding:4px 8px}}.sellers-table td:nth-child(10),.sellers-table td:nth-child(11){font-size:.9rem}.verification-link{color:#007bff;font-weight:500;text-decoration:none}.verification-link:hover{text-decoration:underline}.image-preview-modal{align-items:center;background-color:#000c;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.image-preview-content{background:#fff;border-radius:8px;max-height:90%;max-width:90%;padding:20px;position:relative}.preview-image{display:block;max-height:80vh;max-width:100%}.close-preview{background:none;background-color:#1d1d1d;border:none;border-radius:25px;color:#fff;cursor:pointer;font-size:24px;position:absolute;right:1px;top:1px}.close-preview:hover{background-color:#1d1d1d;color:#615ced}.view-document-btn{background:none;border:none;color:#615ced;cursor:pointer;font:inherit;padding:0;text-decoration:underline}.view-document-btn:hover{color:#4945b1;transition:all .3s ease}.public-offer-container{color:#333;font-family:Georgia,serif;line-height:1.6;margin:0 auto;max-width:900px;padding:2rem}.public-offer-container h1{border-bottom:2px solid #ddd;color:#fff;font-size:2rem;font-weight:600;margin-bottom:2rem;padding-bottom:1rem;text-align:center}.offer-content{background:#fff;border:1px solid #e0e0e0;border-radius:4px;box-shadow:0 4px 12px #0000000d;padding:2.5rem}.offer-content section{margin-bottom:2.5rem}.offer-content h2{border-bottom:1px solid #eee;color:#333;font-size:1.4rem;font-weight:500;margin-bottom:1.2rem;padding-bottom:.5rem}.offer-content p{color:#444;font-size:.95rem;margin-bottom:1rem;text-align:justify}.offer-content strong{color:#333;font-weight:500}@media (max-width:768px){.public-offer-container{padding:1rem}.offer-content{padding:1.5rem}}body{background-color:#121212;color:#333;margin:0;padding:0}body,h1{font-family:Figtree,sans-serif}h1{color:#fff;font-size:4rem;font-weight:400;line-height:1.2;margin-bottom:20px}h2{color:#2a2a2a;font-family:Figtree,sans-serif;font-size:2rem;font-weight:200;line-height:1.3;margin-bottom:18px}h3{font-size:1.3rem;font-weight:300;line-height:1.4;margin-bottom:2px}h3,h4{color:#fff;font-family:Figtree,sans-serif}h4{font-size:2.3rem;font-weight:600;line-height:1.5;margin-bottom:14px}h5{color:#30baff;font-size:1.25rem;line-height:1.6;margin-bottom:12px}h5,h6{font-family:Figtree,sans-serif;font-weight:700}h6{color:#888;font-size:1rem;line-height:1.7;margin-bottom:10px}@media (max-width:768px){h1{color:#fff;font-family:montserat,sans-serif;font-size:2rem;font-weight:400;line-height:1.4;margin-bottom:20px}h2{color:#2a2a2a;font-size:1rem;font-weight:200;line-height:1.3;margin-bottom:18px}h3{font-size:.7rem;font-weight:300;line-height:1.7;margin-bottom:2px}h3,h4{color:#fff}h4{font-size:1rem;font-weight:600;line-height:1.5;margin-bottom:14px}h5{color:#30baff;font-size:1.25rem;line-height:1.6;margin-bottom:12px}h5,h6{font-weight:700}h6{color:#888;font-size:1rem;line-height:1.7;margin-bottom:10px}}a{color:#615ced;text-decoration:none;transition:color .3s ease}a:hover{color:#4d4ac1}button{background-color:#2d2d2d00;border:none;border-radius:5px;color:#999;cursor:pointer;padding:5px 10px;transition:background-color .3s ease}button:hover{background-color:#0000}[title],[tooltip]{cursor:pointer;position:relative;text-decoration:none}[title]:hover:after,[title]:hover:before,[tooltip]:hover:after,[tooltip]:hover:before{display:none!important}
/*# sourceMappingURL=main.fee676e5.css.map*/