:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8fafc}@media (max-width: 640px){.volume-slider{flex:1 1 auto}.volume-slider input[type=range]{width:100%}.progress-bar{flex:1 1 auto}.progress-bar-fill{height:6px}.progress-bar-scrubber{width:12px;height:12px}.admin-form-element{width:100%!important}.popup-modal{width:75%!important;max-width:280px!important;padding:1.25rem!important}.popup-title{font-size:1.25rem}.popup-message{font-size:.875rem}.popup-actions{flex-direction:column;gap:.5rem}.popup-cancel-button,.popup-delete-button{width:100%}.flex-col{flex-direction:column;align-items:center}.progress-bar{margin-top:1rem;margin-bottom:.5rem}.theme-toggle{width:2rem;height:2rem}.admin-interface .theme-toggle{width:2.25rem;height:2.25rem}input[type=text]{height:2rem}}.popup-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:9999;transition:opacity .2s ease-out}.popup-modal{background:white;padding:1.5rem;border-radius:8px;max-width:400px;width:90%;box-shadow:0 10px 25px #0003;animation:fadeInScale .2s ease-out;transform-origin:center;will-change:transform,opacity;backface-visibility:hidden}.popup-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:var(--text-primary)}.popup-message{margin-bottom:1.5rem;color:var(--text-secondary)}.popup-actions{display:flex;justify-content:flex-end;gap:.5rem}.popup-cancel-button{background-color:#6b7280;color:#fff;padding:.5rem 1rem;border-radius:4px}.popup-cancel-button:hover{background-color:#4b5563}.popup-delete-button{background-color:#ef4444;color:#fff;padding:.5rem 1rem;border-radius:4px;display:flex;align-items:center;gap:.5rem}.popup-delete-button:hover{background-color:#dc2626}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes fadeOutScale{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.95)}}.animate-fadeInScale{animation:fadeInScale .2s ease-out;animation-fill-mode:forwards}.animation-completed.animate-fadeInScale{animation:none!important}.animate-fadeOutScale{animation:fadeOutScale .2s ease-out forwards}.border{border:1px solid #d1d5db}.rounded-md{border-radius:.375rem}::placeholder{color:#9ca3af;opacity:1}.px-custom{padding-left:2.25rem;padding-right:2.25rem}.px-3{padding-left:.75rem;padding-right:.75rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}input[type=text]{height:2.5rem;box-sizing:border-box}.text-base{font-size:1rem;line-height:1.5rem}.text-gray-800{color:#1f2937}.w-full{width:100%}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.mb-0{margin-bottom:0rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mt-0{margin-top:0rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.p-1{padding:.25rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.text-center{text-align:center}.text-sm{font-size:.875rem;line-height:1.25rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.text-gray-500{color:#6b7280}.text-gray-600{color:#4b5563}.text-gray-700{color:#374151}.text-gray-900{color:#111827}.text-blue-400{color:#60a5fa}.text-blue-600{color:#2563eb}.text-blue-700{color:#1d4ed8}.text-green-600{color:#16a34a}.text-red-600{color:#dc2626}.text-white{color:#fff}.bg-blue-50{background-color:#eff6ff}.bg-blue-100{background-color:#dbeafe}.bg-blue-400{background-color:#60a5fa}.bg-blue-500{background-color:#3b82f6}.bg-gray-500{background-color:#6b7280}.bg-red-100{background-color:#fee2e2}.bg-red-200{background-color:#fecaca}.bg-white{background-color:#fff}.hover\:bg-blue-100:hover{background-color:#dbeafe}.hover\:bg-blue-200:hover{background-color:#bfdbfe}.hover\:bg-blue-500:hover{background-color:#3b82f6}.hover\:bg-blue-600:hover{background-color:#2563eb}.hover\:bg-gray-600:hover{background-color:#4b5563}.hover\:bg-red-200:hover{background-color:#fecaca}.hover\:bg-gray-100:hover{background-color:#f3f4f6}.border-2{border-width:2px}.border-dashed{border-style:dashed}.border-blue-300{border-color:#93c5fd}.border-blue-400{border-color:#60a5fa}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.shadow-sm{box-shadow:0 1px 2px #0000000d}.cursor-pointer{cursor:pointer}.hidden{display:none}.block{display:block}.relative{position:relative}.absolute{position:absolute}.top-2{top:.5rem}.right-2{right:.5rem}.max-w-xl{max-width:36rem}.max-w-4xl{max-width:56rem}.mx-auto{margin-left:auto;margin-right:auto}.space-y-3>*+*{margin-top:.75rem}.space-y-4>*+*{margin-top:1rem}.grid{display:grid}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.w-12{width:3rem}.w-16{width:4rem}.w-24{width:6rem}.w-32{width:8rem}.w-36{width:9rem}.h-32{width:8rem;height:8rem}.w-4{width:1rem}.h-4{height:1rem}.w-5{width:1.25rem}.h-5{height:1.25rem}.h-2{height:.5rem}.aspect-square{aspect-ratio:1 / 1}.object-cover{object-fit:cover}.max-h-40{max-height:10rem}.overflow-hidden{overflow:hidden}.flex-1{flex:1 1 0%}.mr-2{margin-right:.5rem}.text-gray-400{color:#9ca3af}button{display:inline-flex;align-items:center;justify-content:center;border-radius:.375rem;font-size:.875rem;font-weight:500;transition:all .2s;border:none;cursor:pointer;padding:.5rem 1rem}button:focus{outline:none}button:disabled{opacity:.5;cursor:not-allowed}input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;height:1.25rem;cursor:pointer;outline:none;position:relative}input[type=range]::-webkit-slider-track{background:#f3f4f6;height:.5rem;border-radius:.25rem;border:none;position:relative;top:50%;transform:translateY(-50%)}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#3b82f6;height:1.25rem;width:1.25rem;border-radius:50%;border:2px solid #ffffff;box-shadow:0 1px 3px #0000001a;cursor:pointer;position:relative}input[type=range]::-moz-range-track{background:#f3f4f6;height:.5rem;border-radius:.25rem;border:none}input[type=range]::-moz-range-thumb{background:#3b82f6;height:.5rem;width:.5rem;border-radius:50%;border:2px solid #ffffff;box-shadow:0 1px 3px #0000001a;cursor:pointer;border:none}input:focus,button:focus,select:focus,textarea:focus{outline:none}input:focus,select:focus,textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f633}.volume-slider{position:relative;width:100%;height:1.25rem;display:flex;align-items:center}.volume-slider-track{position:absolute;top:50%;left:0;right:0;height:.5rem;background:#f3f4f6;border-radius:.25rem;transform:translateY(-50%)}.volume-slider-fill{position:absolute;top:50%;left:0;height:.5rem;background:#3b82f6;border-radius:.25rem;transform:translateY(-50%);pointer-events:none}.volume-slider input[type=range]{position:absolute;top:0;left:0;width:100%;height:100%;background:transparent;z-index:2;margin:0}.volume-slider input[type=range]:focus{outline:none;border:none;box-shadow:none}.volume-slider input[type=range]::-webkit-slider-thumb{margin-top:0}.progress-bar{position:relative;background:#e5e7eb;height:.5rem;border-radius:.25rem;cursor:pointer;overflow:visible;contain:layout style}.progress-bar:hover{height:.75rem;margin-top:-.125rem;margin-bottom:-.125rem}.progress-bar-fill{background:#3b82f6;height:100%;border-radius:.25rem;transition:width .1s ease;position:relative}.progress-bar-scrubber{position:absolute;top:50%;right:-.375rem;width:.75rem;height:.75rem;background:#3b82f6;border:2px solid #ffffff;border-radius:50%;transform:translateY(-50%);box-shadow:0 1px 3px #0000001a;opacity:0;transition:opacity .2s ease}.progress-bar:hover .progress-bar-scrubber{opacity:1}.admin-form-element{max-width:100%!important;width:100%!important;box-sizing:border-box}.admin-form-container{display:flex;flex-direction:column;align-items:center}.admin-form-container>*{max-width:100%!important;width:100%!important;box-sizing:border-box}:root{--bg-primary: #f8fafc;--bg-secondary: #ffffff;--text-primary: #111827;--text-secondary: #6b7280;--text-tertiary: #9ca3af;--border-color: #d1d5db;--input-bg: #ffffff;--button-bg: #3b82f6;--button-hover: #2563eb;--button-text: #ffffff;--slider-bg: #e5e7eb;--slider-fill: #3b82f6;--popup-bg: #ffffff;--shadow: 0 1px 2px 0 rgb(0 0 0 / .05)}[data-theme=dark]{--bg-primary: #0f172a;--bg-secondary: #1e293b;--text-primary: #f1f5f9;--text-secondary: #cbd5e1;--text-tertiary: #64748b;--border-color: #334155;--input-bg: #334155;--button-bg: #3b82f6;--button-hover: #2563eb;--button-text: #ffffff;--slider-bg: #334155;--slider-fill: #60a5fa;--popup-bg: #1e293b;--shadow: 0 1px 2px 0 rgb(0 0 0 / .3)}body{background-color:var(--bg-primary);color:var(--text-primary);transition:background-color .3s ease,color .3s ease}.bg-white{background-color:var(--bg-secondary)}.text-gray-800{color:var(--text-primary)}[data-theme=dark] .text-gray-800,[data-theme=dark] .font-semibold.text-lg,[data-theme=dark] h3.font-semibold,[data-theme=dark] .font-semibold.text-lg.text-gray-800,[data-theme=dark] .text-xl.font-semibold{color:#fff!important}.text-gray-600{color:var(--text-secondary)}.text-gray-500{color:var(--text-tertiary)}.text-gray-700{color:var(--text-secondary)}.border{border-color:var(--border-color)}input[type=text],input[type=range]{background-color:var(--input-bg);color:var(--text-primary);border-color:var(--border-color)}input[type=text]::placeholder{color:var(--text-tertiary)}.volume-slider-track{background:#e5e7eb}.volume-slider-fill{background:#3b82f6}input[type=range]::-webkit-slider-track{background:#e5e7eb}input[type=range]::-webkit-slider-thumb{background:#3b82f6}input[type=range]::-moz-range-track{background:#e5e7eb}input[type=range]::-moz-range-thumb{background:#3b82f6}.popup-modal{background:var(--popup-bg);box-shadow:var(--shadow)}.shadow-sm{box-shadow:var(--shadow)}.theme-toggle{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:.375rem;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:var(--shadow)}.admin-interface .theme-toggle{width:2.25rem;height:2.25rem}.theme-toggle svg{width:1.25rem!important;height:1.25rem!important;min-width:1.25rem!important;min-height:1.25rem!important;color:#9ca3af!important;display:flex!important;align-items:center!important;justify-content:center!important}.theme-toggle:hover{transform:scale(1.1);box-shadow:0 4px 12px #00000026;background-color:#fff!important}[data-theme=dark] .theme-toggle:hover{background-color:#475569!important}.theme-toggle svg{width:1.25rem;height:1.25rem;color:var(--text-primary);transition:color .3s ease}.bg-blue-50{background-color:var(--bg-secondary)}.bg-gray-100{background-color:#f0f0f0}.bg-gray-200{background-color:#e5e7eb}.bg-yellow-100{background-color:#fef3c7}.bg-yellow-200{background-color:#fde68a}.bg-red-500{background-color:#ef4444}.bg-red-600{background-color:#dc2626}.text-yellow-600{color:#d97706}.fill-yellow-500{fill:#eab308}.text-yellow-500{color:#eab308}.text-red-500{color:#ef4444}.hover\:bg-gray-200:hover{background-color:#e5e7eb}.hover\:bg-yellow-200:hover{background-color:#fde68a}.hover\:bg-red-600:hover{background-color:#dc2626}[data-theme=dark] .bg-gray-100{background-color:#334155}[data-theme=dark] .bg-gray-200{background-color:#475569}[data-theme=dark] .bg-yellow-100{background-color:#451a03}[data-theme=dark] .bg-yellow-200{background-color:#78350f}[data-theme=dark] .text-yellow-600{color:#fbbf24}[data-theme=dark] .fill-yellow-500{fill:#fbbf24}[data-theme=dark] .text-yellow-500{color:#fbbf24}[data-theme=dark] .text-red-500{color:#f87171}[data-theme=dark] .hover\:bg-gray-200:hover{background-color:#475569}[data-theme=dark] .bg-blue-50{background-color:#1e293b}[data-theme=dark] .hover\:bg-blue-100:hover{background-color:#334155!important}[data-theme=dark] .bg-red-100{background-color:#ef444499!important}[data-theme=dark] .hover\:bg-red-200:hover{background-color:#dc2626b3!important}[data-theme=dark] .text-red-600{color:#fff!important}[data-theme=dark] .hover\:bg-yellow-200:hover{background-color:#78350f}[data-theme=dark] .bg-red-500{background-color:#ef4444}[data-theme=dark] .popup-delete-button{background-color:#ef4444!important;color:#fff!important}[data-theme=dark] .popup-delete-button:hover{background-color:#dc2626!important}[data-theme=dark] button.popup-delete-button{background-color:#ef4444!important;color:#fff!important}[data-theme=dark] button.popup-delete-button:hover,[data-theme=dark] button.hover\:bg-red-600:hover{background-color:#dc2626!important}[data-theme=dark] button:not([class*=bg-gray-100]):not([class*=bg-red-500]):not([class*=bg-red-100]):not([class*=bg-yellow-100]):not([class*=bg-blue-500]):not([class*=popup-delete-button]){background-color:#334155!important;color:#9ca3af!important}[data-theme=dark] button:not([class*=bg-gray-100]):not([class*=bg-red-500]):not([class*=bg-red-100]):not([class*=bg-yellow-100]):not([class*=bg-blue-500]):not([class*=popup-delete-button]):hover{background-color:#475569!important}[data-theme=dark] button:not([class*=bg-gray-100]):not([class*=bg-red-500]):not([class*=bg-yellow-100]):not([class*=bg-blue-100]):not([class*=bg-gray-500]):not([class*=bg-blue-500]){color:#fff!important}[data-theme=dark] .text-blue-600,[data-theme=dark] .text-blue-700{color:#60a5fa}[data-theme=dark] .text-green-600{color:#22c55e}[data-theme=dark] .text-red-600{color:#ef4444}[data-theme=dark] .bg-blue-500{background-color:#3b82f6}[data-theme=dark] .hover\:bg-blue-600:hover{background-color:#2563eb}[data-theme=dark] input[type=range],[data-theme=dark] .volume-slider input[type=range]{background:transparent}[data-theme=dark] .volume-slider-track{background:#334155}[data-theme=dark] input[type=range]::-webkit-slider-track{background:#334155}[data-theme=dark] input[type=range]::-moz-range-track{background:#334155}[data-theme=dark] .progress-bar{background:#334155}[data-theme=dark] .progress-bar-fill{background:#3b82f6}[data-theme=dark] .Toastify__toast{background:var(--bg-secondary);color:var(--text-primary)}[data-theme=dark] .Toastify__toast-body{color:var(--text-primary)}[data-theme=dark] .Toastify__close-button{color:var(--text-secondary)}
