#root,body,html{margin:0;min-height:100vh;padding:0;width:100%}button,input,select,textarea{font-family:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}img{height:auto;max-width:100%}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--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-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--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__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.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:#e74c3c;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:#e74c3c;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{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.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:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.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,0,0)}to{opacity:0;transform:translate3d(2000px,0,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,0,0)}to{opacity:0;transform:translate3d(-2000px,0,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,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,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,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-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: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:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform: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:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(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-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}*{box-sizing:border-box;margin:0;padding:0}:root{--primary:#9333ea;--secondary:gold;--success:#10b981;--danger:#ef4444;--warning:#f59e0b;--info:#3b82f6}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh;overflow-x:hidden}body,body.dark{background:linear-gradient(135deg,#0f172a,#1e1b4b);color:#f9fafb}body.light{background:linear-gradient(135deg,#f9fafb,#e5e7eb);color:#1f2937}.app-layout{display:flex;min-height:100vh}.app-content{margin-left:280px;transition:margin-left .3s ease}.app-content,.main-content{display:flex;flex:1 1;flex-direction:column}.main-content{min-height:calc(100vh - 144px)}.loading-screen{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;min-height:100vh}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#0000001a}::-webkit-scrollbar-thumb{background:#9333ea80;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#9333eab3}.Toastify__toast{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#1f2937f2;border:1px solid #9333ea33;border-radius:.75rem;box-shadow:0 8px 32px #0000004d}.Toastify__toast--success{border-color:#10b9814d}.Toastify__toast--error{border-color:#ef44444d}.Toastify__toast--warning{border-color:#f59e0b4d}.Toastify__toast--info{border-color:#3b82f64d}@media (max-width:768px){.app-content{margin-left:0}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .3s ease}.text-center{text-align:center}.text-right{text-align:right}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.5rem}.gap-2{gap:1rem}.gap-3{gap:1.5rem}.sidebar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(180deg,#1f2937f2,#111827f2);border-right:1px solid #9333ea33;display:flex;flex-direction:column;height:100vh;left:0;overflow-y:auto;padding:1.5rem;position:fixed;top:0;transition:all .3s ease;width:280px;z-index:1000}.sidebar-collapsed{width:80px}.sidebar-logo{border-bottom:1px solid #9333ea33;gap:1rem;margin-bottom:2rem;padding:1rem}.logo-icon,.sidebar-logo{align-items:center;display:flex}.logo-icon{background:linear-gradient(135deg,#9333ea,#7c3aed);border-radius:12px;box-shadow:0 4px 12px #9333ea66;flex-shrink:0;height:48px;justify-content:center;width:48px}.logo-text{color:#f9fafb;font-size:1.25rem;font-weight:700;white-space:nowrap}.sidebar-collapsed .logo-text{display:none}.sidebar-nav{display:flex;flex:1 1;flex-direction:column;gap:.5rem}.nav-item{align-items:center;border-radius:.75rem;color:#f9fafbb3;display:flex;gap:1rem;overflow:hidden;padding:1rem;position:relative;text-decoration:none;transition:all .2s ease}.nav-item:before{background:linear-gradient(180deg,#9333ea,#7c3aed);content:"";height:100%;left:0;position:absolute;top:0;transform:scaleY(0);transition:transform .2s ease;width:3px}.nav-item:hover{background:#9333ea1a;color:#f9fafb}.nav-item.active{background:#9333ea33;color:gold;font-weight:600}.nav-item.active:before{transform:scaleY(1)}.nav-icon{align-items:center;display:flex;flex-shrink:0;height:24px;justify-content:center;width:24px}.nav-label{white-space:nowrap}.sidebar-collapsed .nav-item{justify-content:center;padding:1rem .5rem}.sidebar-collapsed .nav-label{display:none}.sidebar-toggle{align-items:center;background:#9333ea1a;border:1px solid #9333ea33;border-radius:.5rem;color:#f9fafb;cursor:pointer;display:flex;justify-content:center;margin-top:1rem;padding:1rem;transition:all .2s ease;width:100%}.sidebar-toggle:hover{background:#9333ea33}.sidebar-overlay{display:none}@media (max-width:768px){.sidebar{transform:translateX(-100%)}.sidebar-open{transform:translateX(0)}.sidebar-overlay{background:#00000080;display:block;inset:0;position:fixed;z-index:999}.sidebar-toggle{display:none}.sidebar-collapsed{width:280px}}.sidebar::-webkit-scrollbar{width:4px}.sidebar::-webkit-scrollbar-track{background:#0000}.sidebar::-webkit-scrollbar-thumb{background:#9333ea4d;border-radius:2px}.sidebar::-webkit-scrollbar-thumb:hover{background:#9333ea80}.header{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#1f2937cc;border-bottom:1px solid #9333ea33;height:72px;justify-content:space-between;padding:1rem 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header,.header-left{align-items:center;display:flex}.header-left{gap:1rem}.menu-toggle{background:#0000;border:none;border-radius:.5rem;color:#f9fafb;cursor:pointer;display:none;padding:.5rem;transition:all .2s ease}.menu-toggle:hover{background:#9333ea1a}.page-title{color:#f9fafb;font-size:1.5rem;font-weight:700;margin:0}.header-right{gap:1rem}.header-right,.icon-button{align-items:center;display:flex}.icon-button{background:#9333ea1a;border:1px solid #9333ea33;border-radius:.5rem;color:#f9fafb;cursor:pointer;height:40px;justify-content:center;position:relative;transition:all .2s ease;width:40px}.icon-button:hover{background:#9333ea33;transform:translateY(-2px)}.notification-badge{align-items:center;background:linear-gradient(135deg,#ef4444,#dc2626);border-radius:9px;box-shadow:0 2px 8px #ef444466;color:#fff;display:flex;font-size:.625rem;font-weight:700;height:18px;justify-content:center;min-width:18px;padding:0 4px;position:absolute;right:-4px;top:-4px}.user-menu{position:relative}.user-button{align-items:center;background:#9333ea1a;border:1px solid #9333ea33;border-radius:2rem;color:#f9fafb;cursor:pointer;display:flex;gap:.75rem;padding:.5rem 1rem;transition:all .2s ease}.user-button:hover{background:#9333ea33}.user-avatar{align-items:center;background:linear-gradient(135deg,#9333ea,#7c3aed);border-radius:50%;color:#fff;display:flex;font-size:.875rem;font-weight:700;height:32px;justify-content:center;width:32px}.user-name{font-weight:500;white-space:nowrap}.user-menu-overlay{inset:0;position:fixed;z-index:1000}.user-menu-dropdown{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#1f2937f2;border:1px solid #9333ea33;border-radius:1rem;box-shadow:0 8px 32px #0000004d;min-width:280px;overflow:hidden;position:absolute;right:0;top:calc(100% + .5rem);z-index:1001}.user-menu-header{align-items:center;display:flex;gap:1rem;padding:1.5rem}.user-menu-avatar{align-items:center;background:linear-gradient(135deg,#9333ea,#7c3aed);border-radius:50%;color:#fff;display:flex;font-size:1.25rem;font-weight:700;height:48px;justify-content:center;width:48px}.user-menu-name{color:#f9fafb;font-weight:600;margin-bottom:.25rem}.user-menu-email{color:#f9fafb99;font-size:.875rem}.user-menu-divider{background:#9333ea33;height:1px;margin:.5rem 0}.user-menu-item{align-items:center;background:#0000;border:none;color:#f9fafb;cursor:pointer;display:flex;font-size:.875rem;gap:.75rem;padding:1rem 1.5rem;text-align:left;transition:all .2s ease;width:100%}.user-menu-item:hover{background:#9333ea1a}.user-menu-item-danger{color:#ef4444}.user-menu-item-danger:hover{background:#ef44441a}@media (max-width:768px){.header{padding:1rem}.menu-toggle{display:flex}.page-title{font-size:1.25rem}.user-name{display:none}.user-button{padding:.5rem}}body.light .header{background:#ffffffe6;border-bottom-color:#0000001a}body.light .icon-button,body.light .menu-toggle,body.light .page-title,body.light .user-button{color:#1f2937}body.light .user-menu-dropdown{background:#fffffff2;border-color:#0000001a}body.light .user-menu-item,body.light .user-menu-name{color:#1f2937}body.light .user-menu-email{color:#1f293799}.footer{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1f293799;border-top:1px solid #9333ea33;margin-top:auto;padding:1.5rem 2rem}.footer-content{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin:0 auto;max-width:1400px}.footer-text{color:#f9fafb99;font-size:.875rem;margin:0}.footer-version{color:#f9fafb66;font-family:Courier New,monospace;font-size:.75rem;margin:0}body.light .footer{background:#fffc;border-top-color:#0000001a}body.light .footer-text{color:#1f293799}body.light .footer-version{color:#1f293766}@media (max-width:768px){.footer{padding:1rem}.footer-content{flex-direction:column;text-align:center}}.btn{align-items:center;border:none;border-radius:.5rem;cursor:pointer;display:inline-flex;font-family:inherit;font-weight:500;gap:.5rem;justify-content:center;overflow:hidden;position:relative;text-decoration:none;transition:all .2s ease;white-space:nowrap}.btn:focus{box-shadow:0 0 0 3px #9333ea4d;outline:none}.btn-small{font-size:.875rem;height:2rem;padding:.5rem 1rem}.btn-medium{font-size:1rem;height:2.5rem;padding:.75rem 1.5rem}.btn-large{font-size:1.125rem;height:3rem;padding:1rem 2rem}.btn-primary{background:linear-gradient(135deg,#9333ea,#7c3aed);color:#fff}.btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#7c3aed,#6d28d9);box-shadow:0 4px 12px #9333ea66;transform:translateY(-1px)}.btn-secondary{background:linear-gradient(135deg,gold,orange);color:#1f2937}.btn-secondary:hover:not(:disabled){background:linear-gradient(135deg,orange,#ff8c00);box-shadow:0 4px 12px #ffd70066;transform:translateY(-1px)}.btn-success{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.btn-success:hover:not(:disabled){background:linear-gradient(135deg,#059669,#047857);box-shadow:0 4px 12px #10b98166;transform:translateY(-1px)}.btn-danger{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.btn-danger:hover:not(:disabled){background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 4px 12px #ef444466;transform:translateY(-1px)}.btn-warning{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.btn-warning:hover:not(:disabled){background:linear-gradient(135deg,#d97706,#b45309);box-shadow:0 4px 12px #f59e0b66;transform:translateY(-1px)}.btn-ghost{background:#0000;border:2px solid #9333ea;color:#9333ea}.btn-ghost:hover:not(:disabled){background:#9333ea1a;transform:translateY(-1px)}.btn-disabled,.btn:disabled{cursor:not-allowed;opacity:.5;transform:none!important}.btn-loading{cursor:wait;pointer-events:none}.btn-full-width{width:100%}.btn-icon,.btn-spinner{align-items:center;display:inline-flex;justify-content:center}.btn-icon svg{height:1.25rem;width:1.25rem}.btn-small .btn-icon svg{height:1rem;width:1rem}.btn-large .btn-icon svg{height:1.5rem;width:1.5rem}.btn:after{background:#ffffff4d;border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .6s,height .6s;width:0}.btn:active:after{height:200px;width:200px}.login-container{align-items:center;display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:2rem;position:relative}.login-background{background:linear-gradient(135deg,#0f172a,#1e1b4b);inset:0;position:absolute;z-index:0}.login-blur-circle{animation:float 20s ease-in-out infinite;border-radius:50%;filter:blur(100px);opacity:.3;position:absolute}.login-blur-1{background:#9333ea;height:400px;left:-200px;top:-200px;width:400px}.login-blur-2{animation-delay:-10s;background:#7c3aed;bottom:-250px;height:500px;right:-250px;width:500px}.login-blur-3{animation-delay:-5s;background:gold;height:300px;left:50%;top:50%;transform:translate(-50%,-50%);width:300px}@keyframes float{0%,to{transform:translate(0)}50%{transform:translate(50px,50px)}}.login-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:2rem;box-shadow:0 20px 60px #0000004d;max-width:450px;padding:3rem;position:relative;width:100%;z-index:1}.login-header{margin-bottom:2rem;text-align:center}.login-logo{display:flex;justify-content:center;margin-bottom:1.5rem}.login-title{color:#f9fafb;font-size:1.875rem;font-weight:700;margin:0 0 .5rem}.login-subtitle{color:#f9fafb99;font-size:.875rem;margin:0}.login-form{display:flex;flex-direction:column;gap:1.5rem}.form-label{color:#f9fafb;font-size:.875rem;font-weight:500}.input-wrapper{align-items:center;display:flex;position:relative}.input-icon{color:#f9fafb66;left:1rem;pointer-events:none;position:absolute}.form-input{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:.75rem;color:#f9fafb;font-size:1rem;padding:1rem 1rem 1rem 3rem;transition:all .2s ease;width:100%}.form-input::placeholder{color:#f9fafb4d}.form-input:focus{background:#ffffff14;border-color:#9333ea;box-shadow:0 0 0 3px #9333ea1a;outline:none}.password-toggle{background:#0000;border:none;color:#f9fafb66;cursor:pointer;padding:.5rem;position:absolute;right:1rem;transition:color .2s ease}.password-toggle:hover{color:#f9fafbcc}.login-footer{border-top:1px solid #ffffff1a;margin-top:2rem;padding-top:2rem;text-align:center}.login-footer-text{color:#f9fafb66;font-size:.75rem;margin:0}@media (max-width:640px){.login-container{padding:1rem}.login-card{padding:2rem}.login-title{font-size:1.5rem}}body.light .login-background{background:linear-gradient(135deg,#f9fafb,#e5e7eb)}body.light .login-card{background:#fffffff2;border-color:#0000001a}body.light .form-label,body.light .login-title{color:#1f2937}body.light .login-footer-text,body.light .login-subtitle{color:#1f293799}body.light .form-input{background:#00000005;border-color:#0000001a;color:#1f2937}body.light .form-input::placeholder{color:#1f29374d}body.light .input-icon,body.light .password-toggle{color:#1f293766}body.light .password-toggle:hover{color:#1f2937cc}.card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:1rem;box-shadow:0 8px 32px #0000001a;padding:1.5rem;transition:all .3s ease}.card-hoverable:hover{border-color:#9333ea4d;box-shadow:0 12px 48px #0003;transform:translateY(-4px)}.card-clickable{cursor:pointer}.card-header{align-items:flex-start;border-bottom:1px solid #ffffff1a;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem}.card-header-content{flex:1 1}.card-title{color:#f9fafb;font-size:1.25rem;font-weight:600;margin:0 0 .5rem}.card-subtitle{color:#f9fafbb3;font-size:.875rem;margin:0}.card-actions{align-items:center;display:flex;gap:.5rem}.card-body{color:#f9fafb}body.dark .card{background:#1f293799;border-color:#ffffff1a}body.light .card{background:#ffffffe6;border-color:#0000001a;box-shadow:0 8px 32px #0000000d}body.light .card-body,body.light .card-title{color:#1f2937}body.light .card-subtitle{color:#1f2937b3}body.light .card-header{border-bottom-color:#0000001a}.table-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:.5rem;overflow-x:auto;width:100%}.table{border-collapse:collapse;font-size:.875rem;width:100%}.table thead{background:#9333ea1a;border-bottom:2px solid #9333ea4d}.table th{color:#f9fafb;font-weight:600;padding:1rem;text-align:left;white-space:nowrap}.table th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.table th.sortable:hover{background:#9333ea33}.th-content{align-items:center;display:flex;gap:.5rem}.sort-icon{font-size:.75rem;opacity:.7}.table td{border-bottom:1px solid #ffffff0d;color:#f9fafbe6;padding:1rem}.table tbody tr:last-child td{border-bottom:none}.table-hoverable tbody tr{transition:background-color .2s ease}.table-hoverable tbody tr:hover{background:#9333ea1a}.table-striped tbody tr:nth-child(2n){background:#0000001a}.table tbody tr.clickable{cursor:pointer}.table-loading{align-items:center;color:#f9fafb;display:flex;flex-direction:column;justify-content:center;padding:3rem}.spinner-large{animation:spin 1s linear infinite;border:3px solid #9333ea33;border-radius:50%;border-top-color:#9333ea;height:3rem;margin-bottom:1rem;width:3rem}.table-empty{align-items:center;color:#f9fafb99;display:flex;font-style:italic;justify-content:center;padding:3rem}body.light .table-container{background:#ffffffe6;border-color:#0000001a}body.light .table td,body.light .table th{color:#1f2937}body.light .table thead{background:#9333ea0d}body.light .table td{border-bottom-color:#0000000d}body.light .table-striped tbody tr:nth-child(2n){background:#00000005}body.light .table-empty,body.light .table-loading{color:#1f2937}@media (max-width:768px){.table{font-size:.75rem}.table td,.table th{padding:.75rem}}.dashboard{display:flex;flex-direction:column;gap:2rem;padding:2rem}.stats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.stat-item{gap:1rem}.stat-icon,.stat-item{align-items:center;display:flex}.stat-icon{border-radius:1rem;flex-shrink:0;height:60px;justify-content:center;width:60px}.stat-icon-primary{background:linear-gradient(135deg,#9333ea,#7c3aed);color:#fff}.stat-icon-success{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.stat-icon-warning{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.stat-icon-gold{background:linear-gradient(135deg,gold,orange);color:#1f2937}.stat-content{flex:1 1}.stat-value{color:#f9fafb;font-size:2rem;font-weight:700;margin:0 0 .25rem}.stat-label{color:#f9fafb99;font-size:.875rem;margin:0}.dashboard-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.chart-card{min-height:300px}.status-badge{border-radius:1rem;display:inline-block;font-size:.75rem;font-weight:600;padding:.25rem .75rem;text-transform:capitalize}.status-in_progress{background:#10b98133;color:#10b981}.status-completed{background:#9333ea33;color:#9333ea}.status-pending{background:#f59e0b33;color:#f59e0b}body.light .stat-value{color:#1f2937}body.light .stat-label{color:#1f293799}@media (max-width:768px){.dashboard{padding:1rem}.dashboard-grid{grid-template-columns:1fr}.stat-value{font-size:1.5rem}}.room-detail,.room-form,.room-list{padding:2rem}.room-info-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:1.5rem}.info-item{background:#9333ea0d;border-radius:.5rem;padding:1rem}.info-label{color:#f9fafb99;font-size:.75rem;margin-bottom:.25rem}.info-value{color:#f9fafb;font-size:1.25rem;font-weight:600}@media (max-width:768px){.room-detail,.room-form,.room-list{padding:1rem}}.room-form .form-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:var(--text-secondary);font-weight:500}.form-group input,.form-group select{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px;color:var(--text-primary);font-size:1rem;padding:.75rem 1rem}.form-group input:focus,.form-group select:focus{border-color:var(--primary);box-shadow:0 0 0 3px #9333ea1a;outline:none}.checkbox-group{align-items:center;flex-direction:row}.checkbox-group label{align-items:center;cursor:pointer;display:flex;gap:.5rem}.checkbox-group input[type=checkbox]{cursor:pointer;height:18px;width:18px}.form-actions{border-top:1px solid var(--border-color);display:flex;gap:1rem;grid-column:1/-1;justify-content:flex-end;margin-top:1rem;padding-top:1rem}.room-detail .detail-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.detail-section{background:var(--bg-secondary);border-radius:12px;padding:1.5rem}.detail-section.full-width{grid-column:1/-1}.detail-section h3{color:var(--primary);font-size:1.1rem;margin-bottom:1rem}.detail-item{border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;padding:.5rem 0}.detail-item:last-child{border-bottom:none}.detail-item .label{color:var(--text-secondary)}.detail-item .value{font-weight:500}.players-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.player-card{align-items:center;background:var(--bg-primary);border-radius:8px;display:flex;flex-direction:column;padding:1rem;text-align:center}.player-card img{border-radius:50%;height:50px;margin-bottom:.5rem;width:50px}.status-dot{border-radius:50%;height:8px;margin-top:.25rem;width:8px}.status-dot.online{background:#10b981}.status-dot.offline{background:#6b7280}.loading-container{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:300px}.spinner{animation:spin 1s linear infinite;border:3px solid var(--border-color);border-radius:50%;border-top-color:var(--primary);height:40px;width:40px}@keyframes spin{to{transform:rotate(1turn)}}.game-list .status-badge{border-radius:20px;font-size:.85rem;font-weight:500;padding:4px 12px}.status-waiting{background:#fef3c7;color:#92400e}.status-in_progress{background:#dbeafe;color:#1e40af}.status-paused{background:#e5e7eb;color:#374151}.status-completed{background:#d1fae5;color:#065f46}.status-cancelled{background:#fee2e2;color:#991b1b}.player-list .status-badge{border-radius:20px;font-size:.85rem;font-weight:500;padding:4px 12px}.status-online{background:#d1fae5;color:#065f46}.status-offline{background:#e5e7eb;color:#374151}.status-active{background:#d1fae5;color:#065f46}.status-inactive{background:#fee2e2;color:#991b1b}.action-buttons{display:flex;gap:.5rem}.card-list .status-badge{border-radius:20px;font-size:.85rem;font-weight:500;padding:4px 12px}.status-winner{background:#fef3c7;color:#92400e}.status-normal{background:#e5e7eb;color:#374151}
/*# sourceMappingURL=main.47873a04.css.map*/