@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);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}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--primary-gradient:linear-gradient(135deg,#3a76d6,#2a5bb8);--secondary-gradient:linear-gradient(135deg,#f093fb,#f5576c);--success-gradient:linear-gradient(135deg,#4facfe,#00f2fe);--dark-gradient:linear-gradient(135deg,#2c3e50,#34495e);--primary-color:#3a76d6;--secondary-color:#2a5bb8;--accent-color:#f093fb;--success-color:#00f2fe;--error-color:#ff6b6b;--warning-color:#feca57;--text-primary:#2c3e50;--text-secondary:#7f8c8d;--text-light:#bdc3c7;--text-white:#fff;--bg-primary:#fff;--bg-secondary:#f8f9fa;--bg-dark:#2c3e50;--shadow-light:0 2px 10px #0000001a;--shadow-medium:0 8px 30px #0000001f;--shadow-heavy:0 15px 50px #00000026;--border-radius:12px;--border-radius-lg:20px;--transition:all 0.3s cubic-bezier(0.4,0,0.2,1)}*{box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0;overflow-x:hidden;padding:0}.App{text-align:start!important}.login-container{align-items:center;background:linear-gradient(135deg,#3a76d6,#2a5bb8);background:var(--primary-gradient);display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:20px;position:relative}.login-background{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.login-background .background-shape{animation:float 6s ease-in-out infinite;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:50%;position:absolute}.login-background .background-shape.shape-1{animation-delay:0s;background:linear-gradient(45deg,#ffffff1a,#ffffff0d);height:300px;right:-150px;top:-150px;width:300px}.login-background .background-shape.shape-2{animation-delay:2s;background:linear-gradient(45deg,#f093fb33,#f5576c1a);bottom:-100px;height:200px;left:-100px;width:200px}.login-background .background-shape.shape-3{animation-delay:4s;background:linear-gradient(45deg,#4facfe26,#00f2fe1a);height:150px;left:-75px;top:50%;width:150px}.login-background .background-particles{animation:particles 20s linear infinite;background-image:radial-gradient(circle at 20% 80%,#ffffff1a 1px,#0000 0),radial-gradient(circle at 80% 20%,#ffffff1a 1px,#0000 0),radial-gradient(circle at 40% 40%,#ffffff0d 1px,#0000 0);background-size:100px 100px,150px 150px,80px 80px;height:100%;position:absolute;width:100%}@keyframes particles{0%{transform:translateX(0)}to{transform:translateX(-100px)}}.login-content{max-width:450px;position:relative;width:100%;z-index:2}.login-card{animation:slideUp .8s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #fff3;border-radius:20px;border-radius:var(--border-radius-lg);box-shadow:0 15px 50px #00000026;box-shadow:var(--shadow-heavy);padding:40px}@media(max-width:768px){.login-card{margin:0 10px;padding:30px 25px}}.login-header{margin-bottom:35px;text-align:center}.login-header .logo-container{margin-bottom:25px}.login-header .logo-container .login-logo{filter:drop-shadow(0 4px 8px rgba(0,0,0,.1));height:auto;max-width:180px;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.login-header .logo-container .login-logo:hover{transform:scale(1.05)}@media(max-width:768px){.login-header .logo-container .login-logo{max-width:150px}}.login-header .login-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3a76d6,#2a5bb8);background:var(--primary-gradient);-webkit-background-clip:text;background-clip:text;color:#2c3e50;color:var(--text-primary);font-size:32px;font-weight:700;margin:0 0 10px}@media(max-width:768px){.login-header .login-title{font-size:28px}}.login-header .login-subtitle{color:#7f8c8d;color:var(--text-secondary);font-size:16px;font-weight:400;line-height:1.5;margin:0}@media(max-width:768px){.login-header .login-subtitle{font-size:14px}}.error-alert{align-items:center;animation:shake .5s ease-in-out;background:linear-gradient(135deg,#ff6b6b,#ee5a52);border-radius:12px;border-radius:var(--border-radius);box-shadow:0 4px 15px #ff6b6b4d;color:#fff;display:flex;margin-bottom:25px;padding:15px 20px}.error-alert .error-icon{font-size:20px;margin-right:12px}.error-alert .error-message{flex:1 1;font-size:14px;font-weight:500}@keyframes shake{0%,to{transform:translateX(0)}25%{transform:translateX(-5px)}75%{transform:translateX(5px)}}.login-form .input-group{margin-bottom:25px;position:relative}.login-form .input-group .input-wrapper{position:relative}.login-form .input-group .input-wrapper .input-icon{font-size:18px;left:18px;opacity:.6;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition);z-index:3}.login-form .input-group .input-wrapper .form-input{background:#fff;background:var(--bg-primary);border:2px solid #e1e8ed;border-radius:12px;border-radius:var(--border-radius);color:#2c3e50;color:var(--text-primary);font-size:16px;font-weight:400;outline:none;padding:18px 18px 18px 55px;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition);width:100%}.login-form .input-group .input-wrapper .form-input::placeholder{color:#bdc3c7;color:var(--text-light);opacity:.8}.login-form .input-group .input-wrapper .form-input:focus{border-color:#3a76d6;border-color:var(--primary-color);box-shadow:0 0 0 3px #3a76d61a}.login-form .input-group .input-wrapper .form-input:focus+.input-label{color:#3a76d6;color:var(--primary-color);transform:translateY(-28px) scale(.85)}.login-form .input-group .input-wrapper .form-input:focus~.input-icon{color:#3a76d6;color:var(--primary-color);opacity:1}.login-form .input-group .input-wrapper .form-input:not(:placeholder-shown)+.input-label{color:#7f8c8d;color:var(--text-secondary);transform:translateY(-28px) scale(.85)}.login-form .input-group .input-wrapper .form-input.error{border-color:#ff6b6b;border-color:var(--error-color);box-shadow:0 0 0 3px #ff6b6b1a}.login-form .input-group .input-wrapper .form-input.error~.input-icon{color:#ff6b6b;color:var(--error-color)}.login-form .input-group .input-wrapper .form-input:disabled{background-color:#f8f9fa;cursor:not-allowed;opacity:.7}.login-form .input-group .input-wrapper .input-label{background:#fff;background:var(--bg-primary);color:#bdc3c7;color:var(--text-light);font-size:16px;font-weight:500;left:55px;padding:0 8px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition);z-index:2}.login-form .input-group .field-error{align-items:center;color:#ff6b6b;color:var(--error-color);display:flex;font-size:14px;font-weight:500;margin-top:8px}.login-form .input-group .field-error:before{content:"⚠";font-size:12px;margin-right:6px}.login-button{align-items:center;background:linear-gradient(135deg,#3a76d6,#2a5bb8);background:var(--primary-gradient);border:none;border-radius:12px;border-radius:var(--border-radius);box-shadow:0 4px 15px #3a76d64d;color:#fff;color:var(--text-white);cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:10px;justify-content:center;overflow:hidden;padding:18px 24px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition);width:100%}.login-button:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.login-button:hover{box-shadow:0 8px 25px #3a76d666;transform:translateY(-2px)}.login-button:hover:before{left:100%}.login-button:hover .button-arrow{transform:translateX(5px)}.login-button:active{transform:translateY(0)}.login-button.loading{cursor:not-allowed}.login-button.loading .button-spinner{animation:spin 1s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:20px;width:20px}.login-button.disabled{cursor:not-allowed;opacity:.6;transform:none}.login-button.disabled:hover{box-shadow:0 4px 15px #3a76d64d;transform:none}.login-button .button-arrow{font-size:18px;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.login-footer{margin-top:30px;text-align:center}.login-footer .footer-text{color:#7f8c8d;color:var(--text-secondary);font-size:14px;line-height:1.5;margin:0}.hidden{display:none!important}@media(max-width:480px){.login-container{padding:15px}.login-card{padding:25px 20px}.login-header .login-title{font-size:24px}.login-form .input-group .input-wrapper .form-input{font-size:15px;padding:16px 16px 16px 50px}.login-button{font-size:15px;padding:16px 20px}}@media(prefers-contrast:high){.login-card{border:2px solid #2c3e50;border:2px solid var(--text-primary)}.form-input{border-width:2px}}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.sidebar{background:#000;border-right:1px solid #ffffff1a;color:#fff;display:flex;flex-direction:column;font-family:Inter,Segoe UI,sans-serif;height:100vh;left:0;overflow-x:hidden;overflow-y:auto;position:fixed;top:0;transition:width .3s ease;width:260px;z-index:100}.sidebar::-webkit-scrollbar{width:10px}.sidebar::-webkit-scrollbar-track{background:#0000}.sidebar::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.764);border-radius:4px}.sidebar.collapsed{width:72px}.sidebar-header{border-bottom:1px solid #ffffff1a;padding:1.25rem 1rem}.sidebar-header .sidebar-brand .brand-link{align-items:center;display:flex;justify-content:center;text-decoration:none}.sidebar-header .sidebar-brand .brand-link .logo-icon{height:auto;max-width:140px;transition:all .3s ease}.sidebar.collapsed .sidebar-header{padding:1rem .5rem}.sidebar.collapsed .sidebar-header .logo-icon{max-width:40px}.sidebar-separator{background:#ffffff1a;height:1px;margin:.5rem 1rem}.sidebar.collapsed .sidebar-separator{margin:.5rem}.sidebar-nav{display:flex;flex:1 1;flex-direction:column;padding:.5rem 0}.sidebar-menu{list-style:none;margin:0;padding:0 .75rem}.sidebar.collapsed .sidebar-menu{padding:0 .5rem}.sidebar-menu-item{margin-bottom:2px}.sidebar-link{align-items:center;border-radius:8px;color:#fff;display:flex;font-size:.875rem;font-weight:500;gap:.75rem;padding:.75rem 1rem;text-decoration:none;transition:all .2s ease}.sidebar-link:hover:not(.active){background:#ffffff14;color:#fff;text-decoration:none}.sidebar-link.active{background:#3b82f6;box-shadow:0 4px 12px #3b82f666;color:#fff}.sidebar-link.active .sidebar-icon{opacity:1}.sidebar.collapsed .sidebar-link{justify-content:center;padding:.75rem}.sidebar.collapsed .sidebar-link.active{box-shadow:0 2px 8px #3b82f64d}.parent-item{align-items:center;display:flex;gap:0}.parent-item .sidebar-link.parent-link{border-radius:8px 0 0 8px;flex:1 1}.parent-item .expand-button{align-items:center;background:none;border:none;border-radius:0 8px 8px 0;color:#fff;cursor:pointer;display:flex;justify-content:center;padding:.75rem;transition:all .2s ease}.parent-item .expand-button:hover{background:#ffffff14;color:#fff}.parent-item .expand-button .expand-icon{font-size:10px;transition:transform .2s ease}.parent-item .expand-button .expand-icon.expanded{transform:rotate(180deg)}.sidebar.collapsed .parent-item .expand-button{display:none}.sidebar.collapsed .parent-item .sidebar-link.parent-link{border-radius:8px}.sidebar-icon{filter:brightness(0) invert(1);flex-shrink:0;height:20px;opacity:.7;transition:opacity .2s ease;width:20px}.sidebar-link.active .sidebar-icon,.sidebar-link:hover .sidebar-icon{opacity:1}.sidebar.collapsed .sidebar-icon{height:22px;width:22px}.sidebar-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar.collapsed .sidebar-label{display:none}.sidebar-submenu{background:#0003;border-radius:8px;list-style:none;margin:.25rem .5rem .5rem;padding:.5rem 0}.sidebar.collapsed .sidebar-submenu{display:none}.sidebar-submenu-item{margin:0}.sidebar-sublink{align-items:center;border-radius:6px;color:#fff;display:flex;font-size:.8125rem;font-weight:400;gap:.625rem;margin:0 .5rem;padding:.625rem 1rem .625rem 1.25rem;text-decoration:none;transition:all .2s ease}.sidebar-sublink:hover:not(.active){background:#ffffff14;color:#fff;text-decoration:none}.sidebar-sublink.active{background:#3b82f633;color:#60a5fa}.sidebar-sublink.active .sidebar-subicon{opacity:1}.sidebar-subicon{filter:brightness(0) invert(1);flex-shrink:0;height:18px;opacity:.6;transition:opacity .2s ease;width:18px}.sidebar-sublink.active .sidebar-subicon,.sidebar-sublink:hover .sidebar-subicon{opacity:1}.sidebar-sublabel{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.logged-in-as{border-top:1px solid #ffffff1a;color:#fff;font-size:.75rem;font-weight:500;letter-spacing:.05em;margin-top:auto;padding:1rem 1.25rem .5rem;text-transform:uppercase}.sidebar.collapsed .logged-in-as{display:none}.logout-link{align-items:center;background:none;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.75rem;margin:0 .75rem 1rem;padding:.75rem 1rem;text-align:left;text-decoration:none;transition:all .2s ease;width:calc(100% - 1.5rem)}.logout-link:hover{background:#ef444426;color:#f87171}.logout-link:hover .logout-icon{filter:brightness(0) saturate(100%) invert(60%) sepia(98%) saturate(1000%) hue-rotate(324deg) brightness(100%) contrast(95%);opacity:1}.sidebar.collapsed .logout-link{justify-content:center;margin:0 .5rem 1rem;padding:.75rem;width:calc(100% - 1rem)}.logout-icon{filter:brightness(0) invert(1);flex-shrink:0;height:20px;opacity:.7;transition:all .2s ease;width:20px}.sidebar.collapsed .logout-text{display:none}@media(max-width:768px){.sidebar.mobile{transition:transform .3s ease}.sidebar.mobile,.sidebar.mobile.collapsed{transform:translateX(-100%);width:280px}.sidebar.mobile.mobile-open{transform:translateX(0)}}.sidebar.collapsed .logout-link,.sidebar.collapsed .sidebar-link{position:relative}.sidebar.collapsed .logout-link:hover:after,.sidebar.collapsed .sidebar-link:hover:after{background:#1e293b;border:1px solid #ffffff1a;border-radius:6px;box-shadow:0 4px 12px #0000004d;color:#f1f5f9;content:attr(title);font-size:.8125rem;font-weight:500;left:100%;margin-left:.75rem;padding:.5rem .875rem;position:absolute;top:50%;transform:translateY(-50%);white-space:nowrap;z-index:1001}.layout{background-color:#f8f9fa;display:flex;min-height:100vh;position:relative}.mobile-menu-toggle{background:#2c3e50;border:none;border-radius:.375rem;box-shadow:0 2px 8px #0003;color:#ecf0f1;cursor:pointer;font-size:1.25rem;left:1rem;padding:.75rem;position:fixed;top:1rem;transition:all .2s ease;z-index:1001}.mobile-menu-toggle:hover{background:#34495e;transform:translateY(-1px)}.mobile-menu-toggle:focus{box-shadow:0 0 0 2px #3498db80;outline:none}.mobile-overlay{background:#00000080;bottom:0;left:0;position:fixed;right:0;top:0;z-index:999}.main-content{flex:0 0 83.333333%;margin-left:auto;max-width:83.333333%;overflow-x:auto;padding:0;transition:all .3s ease;width:83.333333%}.main-content.sidebar-collapsed{flex:0 0 94.333333%;max-width:94.333333%;width:94.333333%}@media(max-width:1200px){.main-content{flex:0 0 94.333333%;max-width:94.333333%;width:94.333333%}}@media(max-width:768px){.main-content{padding-top:4rem}.main-content,.main-content.sidebar-collapsed{flex:0 0 100%;margin-left:0;max-width:100%;width:100%}}.error-boundary{align-items:center;background-color:#f8f9fa;display:flex;justify-content:center;min-height:100vh;padding:2rem}.error-container{background:#fff;border-radius:.5rem;box-shadow:0 .5rem 1rem #00000026;max-width:600px;padding:3rem 2rem;text-align:center}.error-title{color:#dc3545;font-size:2rem;font-weight:600;margin-bottom:1rem}.error-message{color:#6c757d;font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.error-retry-btn{background-color:#007bff;border:none;border-radius:.375rem;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem 2rem;transition:background-color .15s ease-in-out}.error-retry-btn:hover{background-color:#0056b3}.error-retry-btn:focus{box-shadow:0 0 0 .2rem #007bff40;outline:none}.error-details{background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:.375rem;margin-top:2rem;padding:1rem;text-align:left}.error-details summary{color:#495057;cursor:pointer;font-weight:600;margin-bottom:.5rem}.error-details summary:hover{color:#212529}.error-stack{background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;color:#495057;font-size:.875rem;overflow-x:auto;padding:1rem;white-space:pre-wrap;word-break:break-word}.confirm-dialog-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1050}.confirm-dialog{background:#fff;border-radius:.375rem;box-shadow:0 .5rem 1rem #00000026;max-height:90vh;max-width:500px;overflow-y:auto;width:90%}.confirm-dialog-header{border-bottom:1px solid #dee2e6;padding:1rem 1.5rem}.confirm-dialog-title{font-size:1.25rem;font-weight:500;margin:0}.confirm-dialog-body{padding:1rem 1.5rem}.confirm-dialog-footer{border-top:1px solid #dee2e6;display:flex;gap:.5rem;justify-content:flex-end;padding:1rem 1.5rem}.btn{background-color:#0000;border:1px solid #0000;border-radius:.375rem;color:#212529;display:inline-block;font-size:1rem;font-weight:400;line-height:1.5;padding:.375rem .75rem;text-align:center;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-user-select:none;user-select:none;vertical-align:middle}.btn,.btn:hover{text-decoration:none}.btn:focus{box-shadow:0 0 0 .2rem #007bff40;outline:0}.btn:disabled{opacity:.65;pointer-events:none}.btn-secondary{background-color:#6c757d;border-color:#6c757d;color:#fff}.btn-secondary:focus,.btn-secondary:hover{background-color:#5c636a;border-color:#565e64;color:#fff}.btn-secondary:focus{box-shadow:0 0 0 .2rem #828a9180}.btn-danger{background-color:#dc3545;border-color:#dc3545;color:#fff}.btn-danger:focus,.btn-danger:hover{background-color:#c82333;border-color:#bd2130;color:#fff}.btn-danger:focus{box-shadow:0 0 0 .2rem #e1536180}.me-2{margin-right:.5rem}.players-container{background-color:#f5f7fa;min-height:100vh;padding:2rem}.players-container .players-header{margin-bottom:1.5rem}.players-container .players-header .players-title{color:#1a1a2e;font-size:1.5rem;font-weight:600;margin:0 0 .5rem}.players-container .players-header .players-subtitle{color:#6c757d;font-size:.875rem;margin:0}.players-container .players-header .players-subtitle a{color:#3a76d6;text-decoration:none}.players-container .players-header .players-subtitle a:hover{text-decoration:underline}.players-container .search-section{margin-bottom:1rem}.players-container .search-section .search-form{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}.players-container .search-section .search-input-wrapper{align-items:center;background:#fff;border:1px solid #e0e4e8;border-radius:6px;display:flex;flex:1 1;min-width:300px;overflow:hidden;position:relative}.players-container .search-section .search-input-wrapper .search-icon{color:#9ca3af;font-size:.875rem;padding:0 .75rem}.players-container .search-section .search-input-wrapper .search-input{border:none;color:#4a5568;flex:1 1;font-size:.8125rem;outline:none;padding:.625rem .75rem .625rem 0}.players-container .search-section .search-input-wrapper .search-input::placeholder{color:#9ca3af}.players-container .search-section .search-options .tombstones-toggle{align-items:center;color:#6c757d;cursor:pointer;display:flex;font-size:.8125rem;gap:.5rem}.players-container .search-section .search-options .tombstones-toggle input[type=checkbox]{display:none}.players-container .search-section .search-options .tombstones-toggle .toggle-slider{background:#e0e4e8;border-radius:10px;height:20px;position:relative;transition:background .2s ease;width:36px}.players-container .search-section .search-options .tombstones-toggle .toggle-slider:after{background:#fff;border-radius:50%;box-shadow:0 1px 3px #0003;content:"";height:16px;left:2px;position:absolute;top:2px;transition:transform .2s ease;width:16px}.players-container .search-section .search-options .tombstones-toggle input:checked+.toggle-slider{background:#3a76d6}.players-container .search-section .search-options .tombstones-toggle input:checked+.toggle-slider:after{transform:translateX(16px)}.players-container .search-section .search-info{align-items:center;display:flex;gap:1rem}.players-container .search-section .search-info .count-info{color:#6c757d;font-size:.8125rem;white-space:nowrap}.players-container .search-section .search-info .pagination-buttons{display:flex;gap:.25rem}.players-container .search-section .search-info .pagination-buttons .btn-page{align-items:center;background:#fff;border:1px solid #e0e4e8;border-radius:4px;color:#6c757d;cursor:pointer;display:flex;font-size:.875rem;height:32px;justify-content:center;transition:all .15s ease;width:32px}.players-container .search-section .search-info .pagination-buttons .btn-page:hover:not(:disabled){background:#f8f9fa;border-color:#3a76d6;color:#3a76d6}.players-container .search-section .search-info .pagination-buttons .btn-page:disabled{cursor:not-allowed;opacity:.4}.players-container .alert{align-items:center;border-radius:6px;display:flex;font-size:.8125rem;justify-content:space-between;margin-bottom:1rem;padding:.75rem 1rem}.players-container .alert.alert-danger{background-color:#fef2f2;border:1px solid #fecaca;color:#991b1b}.players-container .alert .alert-close{background:none;border:none;color:inherit;cursor:pointer;font-size:1.25rem;line-height:1;opacity:.6;padding:0}.players-container .alert .alert-close:hover{opacity:1}.players-container .players-card{background:#fff;border-radius:8px;box-shadow:0 1px 3px #00000014;overflow:hidden}.players-container .players-card .loading-state{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:4rem 2rem}.players-container .players-card .loading-state .spinner{animation:spin .8s linear infinite;border:3px solid #e0e4e8;border-radius:50%;border-top-color:#3a76d6;height:32px;margin-bottom:1rem;width:32px}.players-container .players-card .loading-state p{color:#6c757d;font-size:.875rem;margin:0}.players-container .players-card .table-container{overflow-x:auto}.players-container .players-card .players-table{border-collapse:collapse;width:100%}.players-container .players-card .players-table th{background:#f8f9fa;border-bottom:1px solid #e0e4e8;color:#6c757d;font-size:.6875rem;font-weight:600;letter-spacing:.5px;padding:.75rem 1rem;text-align:left;text-transform:uppercase}.players-container .players-card .players-table td{border-bottom:1px solid #f0f0f0;color:#4a5568;font-size:.8125rem;padding:.75rem 1rem}.players-container .players-card .players-table tbody tr{cursor:pointer;transition:background-color .15s ease}.players-container .players-card .players-table tbody tr:hover{background-color:#f8f9fa}.players-container .players-card .players-table tbody tr:last-child td{border-bottom:none}.players-container .players-card .players-table .user-id-cell code{background:#f3f4f6;border-radius:4px;color:#6c757d;font-family:SF Mono,Monaco,Inconsolata,Fira Code,monospace;font-size:.75rem;padding:.25rem .5rem}.players-container .players-card .players-table .username-cell{color:#1a1a2e;font-weight:500}.players-container .players-card .players-table .display-name-cell{color:#6c757d}.players-container .players-card .players-table .date-cell{color:#9ca3af;font-size:.75rem;white-space:nowrap}.players-container .players-card .players-table .actions-cell{text-align:center}.players-container .players-card .players-table .actions-cell .btn-delete{align-items:center;background:#0000;border:none;border-radius:4px;cursor:pointer;display:flex;font-size:.875rem;height:32px;justify-content:center;opacity:0;transition:all .15s ease;width:32px}.players-container .players-card .players-table .actions-cell .btn-delete:hover{background:#fef2f2}.players-container .players-card .players-table tbody tr:hover .btn-delete{opacity:1}.players-container .players-card .players-table .empty-state{cursor:default;padding:3rem 1rem!important;text-align:center}.players-container .players-card .players-table .empty-state:hover{background:#fff!important}.players-container .players-card .players-table .empty-state p{color:#6c757d;font-size:.875rem;margin:0 0 .25rem}.players-container .players-card .players-table .empty-state small{color:#9ca3af;font-size:.75rem}@media(max-width:768px){.players-container{padding:1rem}.players-container .search-section .search-form{align-items:stretch;flex-direction:column}.players-container .search-section .search-input-wrapper{min-width:100%}.players-container .search-section .search-info{justify-content:space-between;width:100%}.players-container .players-card .players-table td,.players-container .players-card .players-table th{padding:.5rem}.players-container .players-card .players-table .user-id-cell code{display:inline-block;font-size:.625rem;max-width:100px;overflow:hidden;text-overflow:ellipsis}.players-container .players-card .players-table .actions-cell .btn-delete{opacity:1}}.account-detail-container{margin:0 auto;max-width:1400px;padding:1.5rem}.account-detail-container .account-profile-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#3a76d6,#2a5bb8);border:1px solid #fff3;border-radius:20px;box-shadow:0 8px 32px #0000001a;margin-bottom:2rem;overflow:hidden;padding:2.5rem;position:relative}.account-detail-container .account-profile-header:before{background:radial-gradient(circle,#ffffff1a 0,#0000 70%);content:"";height:100%;pointer-events:none;position:absolute;right:-50%;top:-50%;width:100%}.account-detail-container .account-profile-header .profile-header-main{align-items:flex-start;display:flex;gap:2rem;justify-content:space-between;position:relative;z-index:1}@media(max-width:992px){.account-detail-container .account-profile-header .profile-header-main{flex-direction:column;gap:2rem}}.account-detail-container .account-profile-header .profile-avatar-section{align-items:flex-start;display:flex;flex:1 1;gap:2rem}@media(max-width:768px){.account-detail-container .account-profile-header .profile-avatar-section{align-items:center;flex-direction:column;gap:1.5rem;text-align:center}}.account-detail-container .account-profile-header .profile-avatar-large{align-items:center;display:flex;flex-shrink:0;justify-content:center;position:relative}.account-detail-container .account-profile-header .profile-avatar-large .avatar-placeholder,.account-detail-container .account-profile-header .profile-avatar-large img{border:4px solid #ffffff4d;border-radius:50%;box-shadow:0 8px 24px #0003;height:120px;transition:all .3s ease;width:120px}.account-detail-container .account-profile-header .profile-avatar-large .avatar-placeholder:hover,.account-detail-container .account-profile-header .profile-avatar-large img:hover{box-shadow:0 12px 32px #0000004d;transform:scale(1.05)}@media(max-width:768px){.account-detail-container .account-profile-header .profile-avatar-large .avatar-placeholder,.account-detail-container .account-profile-header .profile-avatar-large img{height:100px;width:100px}}.account-detail-container .account-profile-header .profile-avatar-large .avatar-placeholder{align-items:center;background:linear-gradient(135deg,#ff9a9e,#fecfef);color:#fff;display:flex;font-size:3rem;font-weight:700;justify-content:center;text-shadow:0 2px 4px #0000004d}@media(max-width:768px){.account-detail-container .account-profile-header .profile-avatar-large .avatar-placeholder{font-size:2.5rem}}.account-detail-container .account-profile-header .profile-avatar-large .status-indicator-large{animation:pulse-status 2s infinite;border:3px solid #ffffffe6;border-radius:50%;bottom:8px;box-shadow:0 2px 8px #0000004d;height:24px;position:absolute;right:8px;width:24px}@media(max-width:768px){.account-detail-container .account-profile-header .profile-avatar-large .status-indicator-large{bottom:6px;height:20px;right:6px;width:20px}}.account-detail-container .account-profile-header .profile-info-section{flex:1 1;min-width:0}.account-detail-container .account-profile-header .profile-info-section .profile-name{color:#fffffff2;font-size:2.5rem;font-weight:800;letter-spacing:.5px;line-height:1.2;margin:0 0 1.5rem;text-shadow:0 2px 4px #0003}@media(max-width:768px){.account-detail-container .account-profile-header .profile-info-section .profile-name{font-size:2rem;margin-bottom:1rem}}.account-detail-container .account-profile-header .profile-info-section .profile-details{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}@media(max-width:768px){.account-detail-container .account-profile-header .profile-info-section .profile-details{gap:.75rem;grid-template-columns:1fr}}.account-detail-container .account-profile-header .profile-info-section .profile-detail-item{display:flex;flex-direction:column;gap:.25rem}.account-detail-container .account-profile-header .profile-info-section .profile-detail-item .detail-label{color:#ffffffb3;font-size:.875rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.account-detail-container .account-profile-header .profile-info-section .profile-detail-item .detail-value{color:#fffffff2;font-size:1rem;font-weight:600;text-shadow:0 1px 2px #0003}.account-detail-container .account-profile-header .profile-info-section .profile-detail-item .detail-value.user-id{background:#ffffff1a;border-radius:6px;display:inline-block;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875rem;max-width:100%;overflow:hidden;padding:.25rem .5rem;text-overflow:ellipsis;white-space:nowrap}.account-detail-container .account-profile-header .profile-info-section .profile-detail-item .detail-value.status-badge{align-items:center;display:flex;font-weight:700;gap:.5rem}.account-detail-container .account-profile-header .profile-info-section .profile-detail-item .detail-value.status-badge .status-icon{font-size:1.1rem}.account-detail-container .account-profile-header .profile-actions-section{align-items:flex-end;display:flex;flex-direction:column;gap:1.5rem}@media(max-width:992px){.account-detail-container .account-profile-header .profile-actions-section{align-items:center;width:100%}}.account-detail-container .account-profile-header .profile-actions-section .keyboard-shortcuts{color:#ffffffb3;font-size:.875rem;text-align:right}@media(max-width:992px){.account-detail-container .account-profile-header .profile-actions-section .keyboard-shortcuts{text-align:center}}.account-detail-container .account-profile-header .profile-actions-section .action-buttons{display:flex;flex-wrap:wrap;gap:.75rem}@media(max-width:992px){.account-detail-container .account-profile-header .profile-actions-section .action-buttons{justify-content:center}}@media(max-width:576px){.account-detail-container .account-profile-header .profile-actions-section .action-buttons{flex-direction:column;width:100%}}.account-detail-container .account-profile-header .profile-actions-section .action-buttons .btn{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid #0000;border-radius:12px;display:flex;font-size:.875rem;font-weight:600;gap:.5rem;letter-spacing:.25px;padding:.75rem 1.25rem;transition:all .3s ease}@media(max-width:576px){.account-detail-container .account-profile-header .profile-actions-section .action-buttons .btn{justify-content:center}}.account-detail-container .account-profile-header .profile-actions-section .action-buttons .btn.btn-outline-primary{background:#ffffff26;border-color:#ffffff4d;color:#fffffff2}.account-detail-container .account-profile-header .profile-actions-section .action-buttons .btn.btn-outline-primary:hover{background:#ffffff40;border-color:#ffffff80;box-shadow:0 8px 20px #0003;transform:translateY(-2px)}.account-detail-container .account-profile-header .profile-actions-section .action-buttons .btn.btn-success{background:linear-gradient(135deg,#28a745,#20c997);border-color:#28a745;color:#fff}.account-detail-container .account-profile-header .profile-actions-section .action-buttons .btn.btn-success:hover{background:linear-gradient(135deg,#218838,#1ea085);box-shadow:0 8px 20px #28a74566;transform:translateY(-2px)}.account-detail-container .account-profile-header .profile-actions-section .action-buttons .btn.btn-warning{background:linear-gradient(135deg,#ffc107,#fd7e14);border-color:#ffc107;color:#212529}.account-detail-container .account-profile-header .profile-actions-section .action-buttons .btn.btn-warning:hover{background:linear-gradient(135deg,#e0a800,#e8681c);box-shadow:0 8px 20px #ffc10766;transform:translateY(-2px)}.account-detail-container .account-profile-header .profile-actions-section .action-buttons .btn.btn-danger{background:linear-gradient(135deg,#dc3545,#e83e8c);border-color:#dc3545;color:#fff}.account-detail-container .account-profile-header .profile-actions-section .action-buttons .btn.btn-danger:hover{background:linear-gradient(135deg,#c82333,#d91a72);box-shadow:0 8px 20px #dc354566;transform:translateY(-2px)}.account-detail-container .account-profile-header .profile-actions-section .action-buttons .btn.btn-outline-danger{background:#dc35451a;border-color:#dc35454d;color:#dc3545}.account-detail-container .account-profile-header .profile-actions-section .action-buttons .btn.btn-outline-danger:hover{background:#dc354533;border-color:#dc354580;box-shadow:0 8px 20px #dc354533;transform:translateY(-2px)}.account-detail-container .account-profile-header .profile-actions-section .action-buttons .btn img{flex-shrink:0}.account-detail-container .account-profile-header .profile-breadcrumb{border-top:1px solid #fff3;margin-top:2rem;padding-top:1.5rem}.account-detail-container .account-profile-header .profile-breadcrumb .breadcrumb{background:none;margin:0;padding:0}.account-detail-container .account-profile-header .profile-breadcrumb .breadcrumb .breadcrumb-item{font-size:.875rem}.account-detail-container .account-profile-header .profile-breadcrumb .breadcrumb .breadcrumb-item a{color:#fffc;font-weight:500;text-decoration:none;transition:color .2s ease}.account-detail-container .account-profile-header .profile-breadcrumb .breadcrumb .breadcrumb-item a:hover{color:#fff;text-decoration:underline}.account-detail-container .account-profile-header .profile-breadcrumb .breadcrumb .breadcrumb-item.active{color:#ffffffe6;font-weight:600}.account-detail-container .account-profile-header .profile-breadcrumb .breadcrumb .breadcrumb-item:before{color:#ffffff80}@keyframes pulse-status{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}.account-detail-container .account-top-nav{display:none}.account-detail-container .account-nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff3;border-radius:16px;box-shadow:0 4px 16px #00000014;margin-bottom:2rem;overflow:hidden}.account-detail-container .account-nav .nav-tabs-container{background:linear-gradient(135deg,#3a76d60d,#764ba20d);display:flex;flex-wrap:wrap;list-style:none;margin:0;padding:0}.account-detail-container .account-nav .nav-tabs-container .nav-link{align-items:center;background-color:#0000;border:none;border-right:1px solid #3a76d61a;color:#6c757d;display:flex;font-size:.875rem;font-weight:500;gap:.75rem;padding:1.25rem 1.5rem;position:relative;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.account-detail-container .account-nav .nav-tabs-container .nav-link .nav-icon{font-size:1.1rem;transition:transform .3s ease}.account-detail-container .account-nav .nav-tabs-container .nav-link:last-child{border-right:none}.account-detail-container .account-nav .nav-tabs-container .nav-link:hover{background:linear-gradient(135deg,#3a76d61a,#764ba21a);color:#3a76d6;text-decoration:none;transform:translateY(-1px)}.account-detail-container .account-nav .nav-tabs-container .nav-link:hover .nav-icon{transform:scale(1.1) rotate(5deg)}.account-detail-container .account-nav .nav-tabs-container .nav-link.active{background:linear-gradient(135deg,#3a76d626,#764ba226);color:#3a76d6;font-weight:600}.account-detail-container .account-nav .nav-tabs-container .nav-link.active .nav-icon{animation:bounce .6s ease;transform:scale(1.15)}.account-detail-container .account-nav .nav-tabs-container .nav-link.active:after{background:linear-gradient(90deg,#3a76d6,#2a5bb8);bottom:0;content:"";height:3px;left:0;position:absolute;right:0}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0) scale(1.15)}40%{transform:translateY(-3px) scale(1.2)}60%{transform:translateY(-1px) scale(1.18)}}.account-detail-container .tab-content{background:#fff;border:1px solid #e9ecef;border-radius:8px;box-shadow:0 2px 8px #00000014;margin-top:0;padding:2rem}.account-detail-container .alert{align-items:center;border:none;border-radius:8px;box-shadow:0 2px 8px #0000001a;display:flex;margin-bottom:1.5rem;padding:1rem 1.25rem}.account-detail-container .alert.alert-danger{background:linear-gradient(135deg,#ffebee,#fce4ec);border-left:4px solid #f44336;color:#c62828}.account-detail-container .alert.alert-success{background:linear-gradient(135deg,#e8f5e8,#f1f8e9);border-left:4px solid #4caf50;color:#2e7d32}.account-detail-container .alert.alert-info{background:linear-gradient(135deg,#e3f2fd,#e1f5fe);border-left:4px solid #2196f3;color:#1565c0}.account-detail-container .alert .spinner-border-sm{flex-shrink:0;height:1.25rem;width:1.25rem}.account-detail-container .alert img{flex-shrink:0}.account-detail-container .alert h6,.account-detail-container .alert strong{font-weight:600;margin:0}.account-form{margin:0}.account-form .add-border{background:linear-gradient(135deg,#fff,#f8fafb 50%,#f1f5f9);border:2px solid #e8eef5;border-radius:20px;box-shadow:0 8px 32px #0000000f,0 2px 8px #0000000a,inset 0 1px 0 #fffc;margin:0 0 2rem;overflow:hidden;padding:2.5rem;position:relative}.account-form .add-border:before{background:linear-gradient(90deg,#3a76d6,#2a5bb8,#6366f1,#8b5cf6);border-radius:20px 20px 0 0;content:"";height:4px;left:0;position:absolute;right:0;top:0}.account-form .add-border:after{background:radial-gradient(circle,#3a76d608 0,#0000 70%);content:"";height:100%;pointer-events:none;position:absolute;right:-50%;top:-50%;width:100%}@media(max-width:768px){.account-form .add-border{border-radius:16px;padding:1.5rem}}.account-form .form-row{margin:0 0 2rem;margin-bottom:10px!important;position:relative}.account-form .form-row:last-child{margin-bottom:0}.account-form .form-row .form-label{align-items:center;color:#2c3e50;display:flex;font-size:.9rem;font-weight:600;gap:.5rem;letter-spacing:.25px;margin:0 0 .75rem;text-transform:none}.account-form .form-row .form-label:before{background:linear-gradient(135deg,#3a76d6,#2a5bb8);border-radius:2px;content:"";flex-shrink:0;height:16px;width:3px}.account-form .form-row .form-control{background:linear-gradient(135deg,#fff,#fafbfc);border:2px solid #e1e8ed;border-radius:12px;box-shadow:0 2px 4px #00000005;font-size:.9rem;font-weight:500;margin:0;padding:1rem 1.25rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.account-form .form-row .form-control:focus{background:#fff;border-color:#3a76d6;box-shadow:0 0 0 4px #3a76d61a,0 4px 12px #3a76d626;outline:none;transform:translateY(-1px)}.account-form .form-row .form-control:hover:not(:disabled):not(:focus){border-color:#b8c5d1;box-shadow:0 4px 8px #00000014;transform:translateY(-1px)}.account-form .form-row .form-control:disabled{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-color:#dee2e6;box-shadow:inset 0 2px 4px #0000000d;color:#6c757d;cursor:not-allowed;transform:none}.account-form .form-row .form-control.form-control-plaintext{background:linear-gradient(135deg,#f1f3f4,#e8eaed);border-color:#dee2e6;border-radius:8px;box-shadow:inset 0 2px 4px #0000000d;color:#495057;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.85rem;font-weight:600;letter-spacing:.5px;padding:1rem 1.25rem}.account-form .form-row .form-control.is-invalid{border-color:#e74c3c;box-shadow:0 0 0 4px #e74c3c1a}.account-form .form-row .form-control.is-invalid:focus{border-color:#e74c3c;box-shadow:0 0 0 4px #e74c3c26,0 4px 12px #e74c3c33}.account-form .form-row .form-control:focus+.floating-label,.account-form .form-row .form-control:not(:placeholder-shown)+.floating-label{color:#3a76d6;font-weight:600;transform:translateY(-1.5rem) scale(.85)}.account-form .form-row textarea.form-control{border-radius:12px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.85rem;line-height:1.6;min-height:140px;resize:vertical}.account-form .form-row .invalid-feedback{color:#e74c3c;display:block;font-size:.8rem;font-weight:500;margin-top:.5rem;padding-left:1rem;position:relative;width:100%}.account-form .form-row .invalid-feedback:before{content:"⚠";font-size:.9rem;margin-right:.5rem}.account-form .form-row .input-group{border-radius:12px;box-shadow:0 2px 4px #00000005;overflow:hidden}.account-form .form-row .input-group .form-control{border-radius:0;border-right:none;box-shadow:none}.account-form .form-row .input-group .form-control:focus{box-shadow:none;z-index:3}.account-form .form-row .input-group .btn{background:linear-gradient(135deg,#3a76d6,#2a5bb8);border-left:2px solid #3a76d6;border-radius:0;color:#fff;font-weight:600;transition:all .3s ease}.account-form .form-row .input-group .btn:hover{background:linear-gradient(135deg,#2a5bb8,#1e4a9f);box-shadow:0 4px 12px #3a76d64d;transform:translateY(-1px)}.account-form .form-row .input-group .form-control{border-radius:6px 0 0 6px}.account-form .form-row .input-group .btn{border-left:none;border-radius:0 6px 6px 0}.account-form .btn{border-radius:6px;font-size:.875rem;font-weight:500;padding:.75rem 1.5rem;transition:all .2s ease}.account-form .btn.btn-primary{background:linear-gradient(135deg,#2196f3,#21cbf3);border-color:#2196f3;color:#fff}.account-form .btn.btn-primary:hover{background:linear-gradient(135deg,#1976d2,#1e88e5);border-color:#1976d2;box-shadow:0 4px 12px #2196f34d;transform:translateY(-1px)}.account-form .btn.btn-primary:disabled{background:#6c757d;border-color:#6c757d;box-shadow:none;transform:none}.account-form .btn.btn-secondary{background-color:#6c757d;border-color:#6c757d;color:#fff}.account-form .btn.btn-secondary:hover{background-color:#545b62;border-color:#4e555b;box-shadow:0 2px 8px #6c757d4d;transform:translateY(-1px)}.account-form .form-actions{align-items:center;border-top:2px solid #f1f3f4;display:flex;gap:1rem;justify-content:flex-start;margin-top:2.5rem;padding-top:2rem}@media(max-width:576px){.account-form .form-actions{align-items:stretch;flex-direction:column}}.account-form .form-actions .btn{border-radius:12px;font-size:.9rem;font-weight:600;margin:0;overflow:hidden;padding:1rem 2rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.account-form .form-actions .btn:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.account-form .form-actions .btn:hover:before{left:100%}.card{border:1px solid #e9ecef;border-radius:8px;box-shadow:0 2px 4px #0000000d;margin:0 0 1.5rem;overflow:hidden}.card:last-child{margin-bottom:0}.card .card-header{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-bottom:1px solid #e9ecef;padding:1rem 1.5rem}.card .card-header h5{color:#495057;font-size:1rem;font-weight:600;margin:0}.card .card-body{background:#fff;padding:1.5rem}.table-responsive{border-radius:8px;box-shadow:0 2px 8px #00000014;margin:0 0 1.5rem;overflow:hidden}.table-responsive:last-child{margin-bottom:0}.table-responsive .table{border:1px solid #e9ecef;margin-bottom:0}.table-responsive .table thead{background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.table-responsive .table thead th{border:none;border-bottom:2px solid #dee2e6;color:#495057;font-size:.875rem;font-weight:600;letter-spacing:.5px;padding:1rem 1.25rem;text-transform:uppercase}.table-responsive .table tbody tr{transition:all .2s ease}.table-responsive .table tbody tr:hover{background-color:#f8f9fa}.table-responsive .table tbody td{border:none;border-bottom:1px solid #f1f3f4;color:#495057;padding:1rem 1.25rem;vertical-align:middle}.badge{border-radius:4px;font-size:.75rem;font-weight:500;padding:.375rem .75rem}.badge.badge-primary{background-color:#2196f3;color:#fff}.badge.badge-success{background-color:#4caf50;color:#fff}.badge.badge-warning{background-color:#ff9800;color:#fff}.badge.badge-danger{background-color:#f44336;color:#fff}.badge.badge-secondary{background-color:#6c757d;color:#fff}@media(max-width:768px){.account-detail-container{margin:0;padding:1rem}.account-detail-container .account-profile-header{border-radius:16px;padding:1.5rem}.account-detail-container .account-profile-header .profile-header-main{gap:1.5rem}.account-detail-container .account-profile-header .profile-avatar-section{gap:1rem}.account-detail-container .account-profile-header .profile-info-section .profile-name{font-size:1.75rem}.account-detail-container .account-profile-header .profile-info-section .profile-details{gap:.5rem}.account-detail-container .account-profile-header .profile-actions-section{gap:1rem}.account-detail-container .account-profile-header .profile-actions-section .action-buttons{gap:.5rem}.account-detail-container .account-profile-header .profile-actions-section .action-buttons .btn{font-size:.8rem;padding:.5rem 1rem}.account-detail-container .account-profile-header .profile-breadcrumb{margin-top:1.5rem;padding-top:1rem}.account-detail-container .account-nav .nav-tabs-container{flex-direction:column}.account-detail-container .account-nav .nav-tabs-container .nav-link{border-bottom:1px solid #3a76d61a;border-right:none;justify-content:center;padding:1rem}.account-detail-container .account-nav .nav-tabs-container .nav-link:last-child{border-bottom:none}.account-detail-container .tab-content{margin-top:0;padding:1rem}.account-detail-container .account-form{margin:0}.account-detail-container .account-form .add-border{margin:0 0 1rem;padding:1rem}.account-detail-container .account-form .form-row{margin:0 0 1rem}.account-detail-container .account-form .form-row:last-child{margin-bottom:0}.account-detail-container .table-responsive{font-size:.8rem}.account-detail-container .table-responsive .table tbody td,.account-detail-container .table-responsive .table thead th{padding:.5rem .75rem}.status-container{padding:1rem}.status-container .status-table{font-size:.8rem}.status-container .status-table tbody td,.status-container .status-table thead th{padding:.5rem .75rem}.status-container .graph{height:300px}}@media(max-width:576px){.account-detail-container .account-profile-header{padding:1rem}.account-detail-container .account-profile-header .profile-info-section .profile-name{font-size:1.5rem}.account-detail-container .account-profile-header .profile-info-section .profile-details .profile-detail-item .detail-value.user-id{font-size:.75rem}}.wallet-balance-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #fff3;border-radius:20px;box-shadow:0 12px 40px #0000001a;margin-bottom:2rem;overflow:hidden;transition:all .3s ease}.wallet-balance-card:hover{box-shadow:0 16px 50px #00000026;transform:translateY(-2px)}.wallet-balance-card .wallet-header{align-items:center;background:linear-gradient(135deg,gold,#ffb347);display:flex;justify-content:space-between;overflow:hidden;padding:1.5rem 2rem;position:relative}.wallet-balance-card .wallet-header:before{background:radial-gradient(circle,#fff3 0,#0000 70%);content:"";height:100%;pointer-events:none;position:absolute;right:-50%;top:-50%;width:100%}.wallet-balance-card .wallet-header .wallet-title{align-items:center;display:flex;gap:1rem;position:relative;z-index:1}.wallet-balance-card .wallet-header .wallet-title .wallet-icon{filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));font-size:2rem}.wallet-balance-card .wallet-header .wallet-title .wallet-title-text{color:#333;font-size:1.5rem;font-weight:700;margin:0;text-shadow:0 1px 2px #0000001a}.wallet-balance-card .wallet-header .edit-mode-badge{align-items:center;background:#28a745e6;border-radius:20px;box-shadow:0 4px 15px #28a7454d;color:#fff;display:flex;font-size:.85rem;font-weight:600;gap:.5rem;padding:.5rem 1rem;position:relative;z-index:1}.wallet-balance-card .wallet-header .edit-mode-badge .edit-icon{font-size:1rem}.wallet-balance-card .wallet-content{padding:2rem}.wallet-balance-card .wallet-content .coins-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:2rem}.wallet-balance-card .wallet-content .coins-grid .coin-card{background:#fffc;border:1px solid #0000001a;border-radius:16px;overflow:hidden;padding:1.5rem;position:relative;transition:all .3s ease}.wallet-balance-card .wallet-content .coins-grid .coin-card:before{content:"";height:4px;left:0;position:absolute;right:0;top:0;transition:all .3s ease}.wallet-balance-card .wallet-content .coins-grid .coin-card:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-4px)}.wallet-balance-card .wallet-content .coins-grid .coin-card.global-coins:before{background:linear-gradient(135deg,#ffc107,#ff8f00)}.wallet-balance-card .wallet-content .coins-grid .coin-card.ludo-coins:before{background:linear-gradient(135deg,#28a745,#20c997)}.wallet-balance-card .wallet-content .coins-grid .coin-card.quiz-coins:before{background:linear-gradient(135deg,#17a2b8,#138496)}.wallet-balance-card .wallet-content .coins-grid .coin-card.solitaire-coins:before{background:linear-gradient(135deg,#dc3545,#c82333)}.wallet-balance-card .wallet-content .coins-grid .coin-card .coin-header{align-items:center;display:flex;gap:1rem;margin-bottom:1.5rem}.wallet-balance-card .wallet-content .coins-grid .coin-card .coin-header .coin-icon-wrapper{align-items:center;background:#0000000d;border:1px solid #0000001a;border-radius:12px;display:flex;height:50px;justify-content:center;width:50px}.wallet-balance-card .wallet-content .coins-grid .coin-card .coin-header .coin-icon-wrapper .coin-icon{font-size:1.5rem}.wallet-balance-card .wallet-content .coins-grid .coin-card .coin-header .coin-label{flex:1 1}.wallet-balance-card .wallet-content .coins-grid .coin-card .coin-header .coin-label h6{color:#333;font-size:1rem;font-weight:700;margin:0 0 .25rem}.wallet-balance-card .wallet-content .coins-grid .coin-card .coin-header .coin-label .coin-subtitle{color:#6c757d;font-size:.8rem;font-weight:500}.wallet-balance-card .wallet-content .coins-grid .coin-card .coin-value .coin-input-wrapper{position:relative}.wallet-balance-card .wallet-content .coins-grid .coin-card .coin-value .coin-input-wrapper .coin-input{background:#ffffffe6;border:2px solid #0000001a;border-radius:12px;font-size:1.1rem;font-weight:600;padding:.75rem 1rem;text-align:center;transition:all .3s ease;width:100%}.wallet-balance-card .wallet-content .coins-grid .coin-card .coin-value .coin-input-wrapper .coin-input:focus{background:#fff;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.wallet-balance-card .wallet-content .coins-grid .coin-card .coin-value .coin-input-wrapper .coin-input::placeholder{color:#adb5bd;font-weight:400}.wallet-balance-card .wallet-content .coins-grid .coin-card .coin-value .coin-input-wrapper .input-suffix{color:#6c757d;font-size:.85rem;font-weight:500;pointer-events:none;position:absolute;right:1rem;top:50%;transform:translateY(-50%)}.wallet-balance-card .wallet-content .coins-grid .coin-card .coin-value .coin-amount{text-align:center}.wallet-balance-card .wallet-content .coins-grid .coin-card .coin-value .coin-amount .amount-number{display:block;font-size:2rem;font-weight:700;margin-bottom:.25rem}.wallet-balance-card .wallet-content .coins-grid .coin-card .coin-value .coin-amount .amount-label{color:#6c757d;font-size:.9rem;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.wallet-balance-card .wallet-content .coins-grid .coin-card .coin-value .coin-amount.global .amount-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ffc107,#ff8f00);-webkit-background-clip:text;background-clip:text}.wallet-balance-card .wallet-content .coins-grid .coin-card .coin-value .coin-amount.ludo .amount-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#28a745,#20c997);-webkit-background-clip:text;background-clip:text}.wallet-balance-card .wallet-content .coins-grid .coin-card .coin-value .coin-amount.quiz .amount-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#17a2b8,#138496);-webkit-background-clip:text;background-clip:text}.wallet-balance-card .wallet-content .coins-grid .coin-card .coin-value .coin-amount.solitaire .amount-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#dc3545,#c82333);-webkit-background-clip:text;background-clip:text}.wallet-balance-card .wallet-content .wallet-actions{border-top:1px solid #0000001a;display:flex;gap:1rem;justify-content:flex-end;padding-top:1.5rem}.wallet-balance-card .wallet-content .wallet-actions .wallet-btn{align-items:center;border:none;border-radius:12px;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s ease}.wallet-balance-card .wallet-content .wallet-actions .wallet-btn:hover{transform:translateY(-2px)}.wallet-balance-card .wallet-content .wallet-actions .wallet-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.wallet-balance-card .wallet-content .wallet-actions .wallet-btn .btn-icon{font-size:1rem}.wallet-balance-card .wallet-content .wallet-actions .wallet-btn.wallet-btn-reset{background:#6c757d1a;border:1px solid #6c757d4d;color:#6c757d}.wallet-balance-card .wallet-content .wallet-actions .wallet-btn.wallet-btn-reset:hover:not(:disabled){background:#6c757d33;box-shadow:0 4px 15px #6c757d33}.wallet-balance-card .wallet-content .wallet-actions .wallet-btn.wallet-btn-save{background:linear-gradient(135deg,#28a745,#20c997);box-shadow:0 4px 15px #28a7454d;color:#fff}.wallet-balance-card .wallet-content .wallet-actions .wallet-btn.wallet-btn-save:hover:not(:disabled){box-shadow:0 6px 20px #28a74566}@media(max-width:768px){.wallet-balance-card .wallet-header{flex-direction:column;gap:1rem;padding:1rem 1.5rem;text-align:center}.wallet-balance-card .wallet-header .wallet-title .wallet-title-text{font-size:1.25rem}.wallet-balance-card .wallet-content{padding:1.5rem}.wallet-balance-card .wallet-content .coins-grid{gap:1rem;grid-template-columns:1fr}.wallet-balance-card .wallet-content .coins-grid .coin-card{padding:1rem}.wallet-balance-card .wallet-content .coins-grid .coin-card .coin-header{margin-bottom:1rem}.wallet-balance-card .wallet-content .coins-grid .coin-card .coin-header .coin-icon-wrapper{height:40px;width:40px}.wallet-balance-card .wallet-content .coins-grid .coin-card .coin-header .coin-icon-wrapper .coin-icon{font-size:1.25rem}.wallet-balance-card .wallet-content .coins-grid .coin-card .coin-header .coin-label h6{font-size:.9rem}.wallet-balance-card .wallet-content .coins-grid .coin-card .coin-value .coin-amount .amount-number{font-size:1.5rem}.wallet-balance-card .wallet-content .wallet-actions{flex-direction:column}.wallet-balance-card .wallet-content .wallet-actions .wallet-btn{justify-content:center;width:100%}}.btn-danger{height:100%!important}.profile-tab-clean .profile-alert{align-items:center;border-radius:12px;display:flex;font-size:.9rem;font-weight:500;gap:.75rem;margin-bottom:1.5rem;padding:1rem 1.25rem}.profile-tab-clean .profile-alert .alert-icon{font-size:1.1rem}.profile-tab-clean .profile-alert .alert-close{background:none;border:none;cursor:pointer;font-size:1.25rem;margin-left:auto;opacity:.6;transition:opacity .2s}.profile-tab-clean .profile-alert .alert-close:hover{opacity:1}.profile-tab-clean .profile-alert.profile-alert-error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626}.profile-tab-clean .profile-alert.profile-alert-success{background:#f0fdf4;border:1px solid #bbf7d0;color:#16a34a}.profile-tab-clean .profile-form-clean .profile-section{background:#fff;border:1px solid #e5e7eb;border-radius:16px;margin-bottom:1.5rem;padding:1.5rem}.profile-tab-clean .profile-form-clean .profile-section .section-title{border-bottom:1px solid #f3f4f6;color:#374151;font-size:1rem;font-weight:600;margin:0 0 1.25rem;padding-bottom:.75rem}.profile-tab-clean .profile-form-clean .profile-section .form-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(2,1fr)}@media(max-width:768px){.profile-tab-clean .profile-form-clean .profile-section .form-grid{grid-template-columns:1fr}}.profile-tab-clean .profile-form-clean .profile-section .form-field label{color:#6b7280;display:block;font-size:.8rem;font-weight:600;letter-spacing:.5px;margin-bottom:.5rem;text-transform:uppercase}.profile-tab-clean .profile-form-clean .profile-section .form-field input{background:#fff;border:1px solid #e5e7eb;border-radius:10px;color:#1f2937;font-size:.9rem;padding:.75rem 1rem;transition:all .2s;width:100%}.profile-tab-clean .profile-form-clean .profile-section .form-field input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.profile-tab-clean .profile-form-clean .profile-section .form-field input:disabled{background:#f9fafb;color:#6b7280;cursor:not-allowed}.profile-tab-clean .profile-form-clean .profile-section .form-field input.error{border-color:#ef4444}.profile-tab-clean .profile-form-clean .profile-section .form-field input.error:focus{box-shadow:0 0 0 3px #ef44441a}.profile-tab-clean .profile-form-clean .profile-section .form-field input::placeholder{color:#9ca3af}.profile-tab-clean .profile-form-clean .profile-section .form-field .field-value{border-radius:10px;font-size:.9rem;padding:.75rem 1rem}.profile-tab-clean .profile-form-clean .profile-section .form-field .field-value.readonly{background:#f9fafb;border:1px solid #e5e7eb;color:#6b7280}.profile-tab-clean .profile-form-clean .profile-section .form-field .field-value.readonly code{color:#4b5563;font-family:Monaco,Menlo,monospace;font-size:.8rem;word-break:break-all}.profile-tab-clean .profile-form-clean .profile-section .form-field .field-value.timestamp{align-items:center;color:#4b5563;display:flex;gap:.5rem}.profile-tab-clean .profile-form-clean .profile-section .form-field .field-value.timestamp .timestamp-icon{font-size:1rem}.profile-tab-clean .profile-form-clean .profile-section .form-field .field-error{color:#ef4444;display:block;font-size:.75rem;margin-top:.375rem}.profile-tab-clean .profile-form-clean .profile-section .metadata-editor .json-editor-container{border-radius:10px;overflow:hidden}.profile-tab-clean .profile-form-clean .profile-section .metadata-editor .json-editor-container textarea{border-radius:10px;font-size:.85rem}.profile-tab-clean .profile-form-clean .profile-actions{align-items:center;display:flex;gap:1rem;padding-top:.5rem}.profile-tab-clean .profile-form-clean .profile-actions .btn-save{align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:.5rem;padding:.875rem 1.75rem;transition:all .2s}.profile-tab-clean .profile-form-clean .profile-actions .btn-save:hover:not(:disabled){box-shadow:0 8px 20px #3b82f659;transform:translateY(-2px)}.profile-tab-clean .profile-form-clean .profile-actions .btn-save:disabled{cursor:not-allowed;opacity:.5;transform:none}.profile-tab-clean .profile-form-clean .profile-actions .btn-save .spinner{animation:spin .8s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:16px;width:16px}.profile-tab-clean .profile-form-clean .profile-actions .unsaved-indicator{color:#f59e0b;font-size:.8rem;font-weight:500}.account-detail-container-clean{background:#f5f7fa;margin:0 auto;max-width:1200px;min-height:100vh;padding:1.5rem}.account-detail-container-clean .player-header-clean{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 2px 8px #0000000f;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding:1.5rem 2rem}@media(max-width:768px){.account-detail-container-clean .player-header-clean{flex-direction:column;gap:1.5rem;padding:1.25rem}}.account-detail-container-clean .player-header-clean .header-left{align-items:center;display:flex;gap:1.25rem}@media(max-width:576px){.account-detail-container-clean .player-header-clean .header-left{flex-direction:column;text-align:center}}.account-detail-container-clean .player-header-clean .player-avatar{flex-shrink:0;height:72px;position:relative;width:72px}.account-detail-container-clean .player-header-clean .player-avatar .avatar-initial,.account-detail-container-clean .player-header-clean .player-avatar img{border-radius:50%;height:100%;object-fit:cover;width:100%}.account-detail-container-clean .player-header-clean .player-avatar .avatar-initial{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;font-size:1.75rem;font-weight:700;justify-content:center}.account-detail-container-clean .player-header-clean .player-avatar .status-dot{border:3px solid #fff;border-radius:50%;bottom:2px;box-shadow:0 2px 4px #0000001a;height:16px;position:absolute;right:2px;width:16px}.account-detail-container-clean .player-header-clean .player-info .player-name{color:#1f2937;font-size:1.5rem;font-weight:700;line-height:1.2;margin:0 0 .375rem}.account-detail-container-clean .player-header-clean .player-info .player-meta{align-items:center;color:#6b7280;display:flex;flex-wrap:wrap;font-size:.875rem;gap:.5rem;margin-bottom:.5rem}.account-detail-container-clean .player-header-clean .player-info .player-meta .meta-item .meta-label{color:#9ca3af}.account-detail-container-clean .player-header-clean .player-info .player-meta .meta-item.status{font-weight:600}.account-detail-container-clean .player-header-clean .player-info .player-meta .meta-divider{color:#d1d5db}.account-detail-container-clean .player-header-clean .player-info .player-id code{background:#f3f4f6;border-radius:6px;color:#6b7280;font-family:Monaco,Menlo,monospace;font-size:.75rem;padding:.25rem .5rem}.account-detail-container-clean .player-header-clean .header-actions{display:flex;gap:.75rem}@media(max-width:768px){.account-detail-container-clean .player-header-clean .header-actions{justify-content:center;width:100%}}.account-detail-container-clean .player-header-clean .header-actions .action-btn{align-items:center;border:none;border-radius:10px;cursor:pointer;display:flex;font-size:.875rem;font-weight:600;gap:.375rem;padding:.625rem 1.25rem;transition:all .2s}.account-detail-container-clean .player-header-clean .header-actions .action-btn:hover{transform:translateY(-1px)}.account-detail-container-clean .player-header-clean .header-actions .action-btn.btn-ban{background:#fef3c7;color:#d97706}.account-detail-container-clean .player-header-clean .header-actions .action-btn.btn-ban:hover{background:#fde68a}.account-detail-container-clean .player-header-clean .header-actions .action-btn.btn-unban{background:#d1fae5;color:#059669}.account-detail-container-clean .player-header-clean .header-actions .action-btn.btn-unban:hover{background:#a7f3d0}.account-detail-container-clean .player-header-clean .header-actions .action-btn.btn-delete{background:#fee2e2;color:#dc2626}.account-detail-container-clean .player-header-clean .header-actions .action-btn.btn-delete:hover{background:#fecaca}.account-detail-container-clean .player-tabs-clean{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 8px #0000000f;display:flex;gap:.5rem;margin-bottom:1.5rem;padding:.5rem}@media(max-width:576px){.account-detail-container-clean .player-tabs-clean{flex-direction:column}}.account-detail-container-clean .player-tabs-clean .tab-item{align-items:center;border-radius:8px;color:#6b7280;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.75rem 1.25rem;text-decoration:none;transition:all .2s}.account-detail-container-clean .player-tabs-clean .tab-item .tab-icon{font-size:1rem}.account-detail-container-clean .player-tabs-clean .tab-item:hover{background:#f3f4f6;color:#374151}.account-detail-container-clean .player-tabs-clean .tab-item.active{background:#3b82f6;color:#fff}.account-detail-container-clean .player-tabs-clean .tab-item.active:hover{background:#2563eb}.account-detail-container-clean .tab-content-clean{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 2px 8px #0000000f;padding:1.5rem}.account-detail-container-clean .alert{align-items:center;border-radius:12px;display:flex;font-weight:500;gap:.75rem;margin-bottom:1.5rem;padding:1rem 1.25rem}.account-detail-container-clean .alert.alert-danger{background:#fef2f2;border:1px solid #fecaca;color:#dc2626}.account-detail-container-clean .alert.alert-info{background:#eff6ff;border:1px solid #bfdbfe;color:#2563eb}.json-editor .form-label{color:#495057;display:block;font-weight:600;margin-bottom:8px}.json-editor .json-editor-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.json-editor .json-editor-header .mode-toggle .btn{border:1px solid;border-radius:4px;cursor:pointer;font-size:.8rem;padding:4px 12px;transition:all .2s ease}.json-editor .json-editor-header .mode-toggle .btn.btn-primary{background-color:#3a76d6;border-color:#3a76d6;color:#fff}.json-editor .json-editor-header .mode-toggle .btn.btn-primary:hover:not(:disabled){background-color:#0b5ed7;border-color:#0a58ca}.json-editor .json-editor-header .mode-toggle .btn.btn-outline-primary{background-color:#0000;border-color:#3a76d6;color:#3a76d6}.json-editor .json-editor-header .mode-toggle .btn.btn-outline-primary:hover:not(:disabled){background-color:#3a76d6;color:#fff}.json-editor .json-editor-header .mode-toggle .btn:disabled{cursor:not-allowed;opacity:.6}.json-editor .json-textarea{background-color:#f8f9fa;border:1px solid #ced4da;border-radius:4px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875rem;line-height:1.5;padding:12px;resize:vertical;width:100%}.json-editor .json-textarea:focus{border-color:#80bdff;box-shadow:0 0 0 .2rem #007bff40;outline:none}.json-editor .json-textarea:disabled{background-color:#e9ecef;opacity:.6}.json-editor .json-fields-container{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.json-editor .json-fields-container .form-check-label{align-items:center;gap:8px;margin-left:.5rem}.json-editor .json-fields-container .btn{background-color:#0000;border:1px solid;border-radius:4px;cursor:pointer;font-size:.75rem;padding:4px 8px;transition:all .2s ease;white-space:nowrap}.json-editor .json-fields-container .btn.btn-outline-primary{border-color:#3a76d6;color:#3a76d6}.json-editor .json-fields-container .btn.btn-outline-primary:hover:not(:disabled){background-color:#3a76d6;color:#fff}.json-editor .json-fields-container .btn.btn-outline-secondary{border-color:#6c757d;color:#6c757d}.json-editor .json-fields-container .btn.btn-outline-secondary:hover:not(:disabled){background-color:#6c757d;color:#fff}.json-editor .json-fields-container .btn.mode-toggle-btn{font-size:.7rem;padding:3px 6px}.json-editor .json-fields-container .btn:disabled{cursor:not-allowed;opacity:.6}.json-editor .no-fields-message{background-color:#f8f9fa;border:1px dashed #dee2e6;border-radius:4px;color:#6c757d;padding:24px;text-align:center}.json-editor .no-fields-message p{font-size:.875rem;font-style:italic;margin:0}.json-editor .json-fields-list{display:flex;flex-direction:column;gap:4px}.json-editor .json-fields-list.json-tree-view .json-field-row{grid-gap:12px;align-items:center;background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:4px;display:grid;gap:12px;grid-template-columns:1fr 2fr auto;padding:6px 8px;position:relative;transition:all .2s ease}.json-editor .json-fields-list.json-tree-view .json-field-row.tree-node{border-left:2px solid #0000}.json-editor .json-fields-list.json-tree-view .json-field-row.tree-node.level-0{background-color:#f8f9fa;border-left-color:#6c757d}.json-editor .json-fields-list.json-tree-view .json-field-row.tree-node.level-1{background-color:#f1f3f4;border-left-color:#3a76d6}.json-editor .json-fields-list.json-tree-view .json-field-row.tree-node.level-2{background-color:#e9ecef;border-left-color:#198754}.json-editor .json-fields-list.json-tree-view .json-field-row.tree-node.level-3{background-color:#e2e3e5;border-left-color:#fd7e14}.json-editor .json-fields-list.json-tree-view .json-field-row.tree-node.parent-node{font-weight:600}.json-editor .json-fields-list.json-tree-view .json-field-row.tree-node.parent-node .parent-key{background-color:#f8f9fa;color:#495057;font-weight:600}.json-editor .json-fields-list.json-tree-view .json-field-row.tree-node.parent-node .parent-indicator{background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:4px;color:#6c757d;font-size:.8rem;font-style:italic;padding:4px 8px}.json-editor .json-fields-list .json-field-row{grid-gap:20px;align-items:center;background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:4px;display:grid;gap:20px;grid-template-columns:1fr 2fr auto;max-width:-webkit-fit-content;max-width:fit-content;padding:8px}.json-editor .json-fields-list .json-field-row .field-key .key-container{align-items:center;display:flex;gap:6px}.json-editor .json-fields-list .json-field-row .field-key .key-container .collapse-toggle{align-items:center;background:none;border:none;border-radius:2px;color:#6c757d;cursor:pointer;display:flex;font-size:12px;height:20px;justify-content:center;min-width:20px;padding:2px 4px;transition:all .2s ease}.json-editor .json-fields-list .json-field-row .field-key .key-container .collapse-toggle:hover:not(:disabled){background-color:#e9ecef;color:#495057}.json-editor .json-fields-list .json-field-row .field-key .key-container .collapse-toggle:disabled{cursor:not-allowed;opacity:.5}.json-editor .json-fields-list .json-field-row .field-key .key-container .collapse-toggle.expanded{color:#3a76d6}.json-editor .json-fields-list .json-field-row .field-key .key-container .collapse-toggle.collapsed{color:#6c757d}.json-editor .json-fields-list .json-field-row .field-key .key-input,.json-editor .json-fields-list .json-field-row .field-key input{background-color:#fff;border:1px solid #ced4da;border-radius:4px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.8rem;padding:4px 8px;width:100%}.json-editor .json-fields-list .json-field-row .field-key .key-input:focus,.json-editor .json-fields-list .json-field-row .field-key input:focus{border-color:#80bdff;box-shadow:0 0 0 .2rem #007bff40;outline:none}.json-editor .json-fields-list .json-field-row .field-key .key-input:disabled,.json-editor .json-fields-list .json-field-row .field-key input:disabled{background-color:#e9ecef;opacity:.6}.json-editor .json-fields-list .json-field-row .field-value input{background-color:#fff;border:1px solid #ced4da;border-radius:4px;font-size:.8rem;padding:4px 8px;width:100%}.json-editor .json-fields-list .json-field-row .field-value input:focus{border-color:#80bdff;box-shadow:0 0 0 .2rem #007bff40;outline:none}.json-editor .json-fields-list .json-field-row .field-value input:disabled{background-color:#e9ecef;opacity:.6}.json-editor .json-fields-list .json-field-row .field-value .form-check{align-items:center;display:flex;gap:6px;margin:0}.json-editor .json-fields-list .json-field-row .field-value .form-check .form-check-input{cursor:pointer;margin:0}.json-editor .json-fields-list .json-field-row .field-value .form-check .form-check-input:disabled{cursor:not-allowed;opacity:.6}.json-editor .json-fields-list .json-field-row .field-value .form-check .form-check-label{color:#495057;cursor:pointer;font-size:.8rem;margin:0}.json-editor .json-fields-list .json-field-row .field-value .form-check .form-check-label:disabled{cursor:not-allowed;opacity:.6}.json-editor .json-fields-list .json-field-row .field-value .enum-select{background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:4px;color:#495057;font-size:.875rem;padding:.375rem .75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}.json-editor .json-fields-list .json-field-row .field-value .enum-select:focus{border-color:#80bdff;box-shadow:0 0 0 .2rem #007bff40;outline:0}.json-editor .json-fields-list .json-field-row .field-value .enum-select:hover:not(:disabled){background-color:#e9ecef}.json-editor .json-fields-list .json-field-row .field-value .enum-select:disabled{background-color:#e9ecef;cursor:not-allowed;opacity:.6}.json-editor .json-fields-list .json-field-row .field-value .parent-indicator{color:#6c757d;font-size:.875rem;font-style:italic}.alert{font-size:.8rem;margin-bottom:12px;padding:8px 12px}.alert.alert-warning{background-color:#fff3cd;border-color:#ffeaa7;color:#856404}.alert .json-field-row.nested-field{background:#f8f9fa;border-left:2px solid #e9ecef}.alert .json-field-row.nested-field .field-key small{color:#6c757d;display:block;font-size:.75rem;font-style:italic;margin-top:2px}.alert .field-actions{display:flex;gap:4px}.alert .field-actions .btn{align-items:center;border-radius:3px;display:flex;font-size:.8rem;height:24px;justify-content:center;min-width:24px;padding:0}.alert .field-actions .btn.btn-outline-primary{border-color:#3a76d6;color:#3a76d6}.alert .field-actions .btn.btn-outline-primary:hover:not(:disabled){background-color:#3a76d6;color:#fff}.alert .field-actions .btn.btn-outline-danger{border-color:#dc3545;color:#dc3545}.alert .field-actions .btn.btn-outline-danger:hover:not(:disabled){background-color:#dc3545;color:#fff}.alert .field-actions .btn.btn-sm{font-size:.7rem;height:20px;min-width:20px}.alert .raw-mode-container .json-fields-header{margin-bottom:8px}.alert .json-tree-view .tree-node:hover{background-color:#0d6efd0d!important;border-color:#0d6efd33}.alert .json-tree-view .tree-node:before{background-color:currentColor;bottom:0;content:"";left:-1px;opacity:.3;position:absolute;top:0;width:2px}@media(max-width:768px){.json-editor .json-fields-container .json-fields-list .json-field-row{gap:6px;grid-template-columns:1fr}.json-editor .json-fields-container .json-fields-list .json-field-row .field-actions{justify-self:start}.json-editor .json-fields-header{align-items:flex-start;flex-direction:column;gap:8px}.json-editor .json-fields-header .header-actions{align-self:flex-end}}.modal-backdrop{background-color:#00000080;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1050}.modal{z-index:1055}.modal .modal-dialog{max-width:500px}.modal .modal-header{border-bottom:1px solid #dee2e6}.modal .modal-header .modal-title{color:#495057;font-weight:600}.modal .modal-header .modal-title .fa-exclamation-triangle{font-size:1.1em}.modal .modal-body{padding:1.5rem}.modal .modal-body p{color:#6c757d;line-height:1.5}.modal .modal-footer{border-top:1px solid #dee2e6;padding:1rem 1.5rem}.modal .modal-footer .btn{min-width:120px}.modal .modal-footer .btn:not(:last-child){margin-right:.5rem}.modal .modal-footer .btn.btn-primary{background-color:#007bff;border-color:#007bff}.modal .modal-footer .btn.btn-primary:hover:not(:disabled){background-color:#0056b3;border-color:#0056b3}.modal .modal-footer .btn.btn-primary:disabled{cursor:not-allowed;opacity:.65}.modal .modal-footer .btn.btn-danger{background-color:#dc3545;border-color:#dc3545}.modal .modal-footer .btn.btn-danger:hover:not(:disabled){background-color:#c82333;border-color:#bd2130}.modal .modal-footer .btn.btn-secondary{background-color:#6c757d;border-color:#6c757d}.modal .modal-footer .btn.btn-secondary:hover:not(:disabled){background-color:#5a6268;border-color:#545b62}.modal .modal-footer .spinner-border-sm{height:1rem;width:1rem}@media(max-width:576px){.modal-dialog{margin:1rem;max-width:calc(100% - 2rem)}.modal-footer{flex-direction:column}.modal-footer .btn{margin-bottom:.5rem;margin-right:0!important;width:100%}.modal-footer .btn:last-child{margin-bottom:0}}.status-container{margin:0 auto;max-width:1400px;padding:1.5rem}.status-container h2{color:#2c3e50;font-size:1.75rem;font-weight:600;margin:0 0 1.5rem}.status-container .graph{background:linear-gradient(135deg,#f8f9fa,#fff);border:1px solid #e9ecef;border-radius:8px;box-shadow:0 2px 4px #0000000d;height:400px;transition:all .3s ease}.status-container .graph:hover{box-shadow:0 4px 12px #0000001a}.status-container .graph-title{padding:1rem .75rem .75rem 0}.status-container .graph-title h5{color:#495057;font-weight:600;margin:0}.status-container .graph-title small{color:#6c757d;font-weight:400}.status-container .status-table{border:1px solid #e9ecef;border-radius:8px;box-shadow:0 2px 8px #00000014;margin:0 0 2rem;overflow:hidden}.status-container .status-table thead{background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.status-container .status-table thead th{border:none;border-bottom:2px solid #dee2e6;color:#495057;font-size:.875rem;font-weight:600;letter-spacing:.5px;padding:1rem 1.25rem;text-transform:uppercase}.status-container .status-table tbody tr{background-color:#fff;border:none;transition:all .2s ease}.status-container .status-table tbody tr:hover{background-color:#f8f9fa;box-shadow:0 2px 8px #0000001a;transform:translateY(-1px)}.status-container .status-table tbody tr:nth-child(2n){background-color:#fbfcfd}.status-container .status-table tbody tr.total-row{background:linear-gradient(135deg,#e3f2fd,#f1f8e9);border-top:2px solid #2196f3;font-weight:600}.status-container .status-table tbody tr.total-row td,.status-container .status-table tbody tr.total-row th{border:none;color:#1976d2;padding:1rem 1.25rem}.status-container .status-table tbody td{border:none;border-bottom:1px solid #f1f3f4;color:#495057;padding:1rem 1.25rem;vertical-align:middle}.status-container .status-table tbody td .d-flex{align-items:center}.status-container .status-table .clickable{cursor:pointer}.status-container .alert{align-items:center;border:none;border-radius:8px;box-shadow:0 2px 8px #0000001a;display:flex;margin:0 0 1.5rem;padding:1rem 1.25rem}.status-container .alert.alert-danger{background:linear-gradient(135deg,#ffebee,#fce4ec);border-left:4px solid #f44336;color:#c62828}.status-container .alert.alert-info{background:linear-gradient(135deg,#e3f2fd,#e1f5fe);border-left:4px solid #2196f3;color:#1565c0}.status-container .alert img{flex-shrink:0}.status-container .alert h6{font-weight:600;margin:0}.status-container .alert strong{font-weight:600}.status-container .form-select{border:1px solid #ced4da;border-radius:6px;font-size:.875rem;min-width:180px;padding:.5rem .75rem;transition:all .2s ease}.status-container .form-select:focus{border-color:#2196f3;box-shadow:0 0 0 .2rem #2196f340}.status-container .row{margin:0 0 2rem}.status-container .row:last-child{margin-bottom:0}.status-container .spinner-border-sm{height:1.25rem;width:1.25rem}.status-container .status-summary{margin:0}.status-container .status-summary .summary-item{align-items:center;display:flex;flex-direction:column;margin:0}.status-container .status-summary .summary-item .summary-label{color:#6c757d;font-size:.75rem;font-weight:500;letter-spacing:.5px;margin:0 0 .25rem;text-transform:uppercase}.status-container .status-summary .summary-item .summary-value{font-size:1.5rem;font-weight:700;margin:0}.status-container .status-controls{align-items:center;display:flex}.status-container .status-controls .form-label{color:#495057;font-size:.875rem;font-weight:500}.storage-container{background-color:#f8f9fa;min-height:100vh;padding:1.5rem}.storage-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.storage-header .storage-title{color:#212529;font-size:1.75rem;font-weight:600;margin-bottom:8px}.storage-header .storage-subtitle{color:#6c757d;font-size:.875rem;margin:0}.storage-controls{align-items:flex-start;display:flex;gap:16px;justify-content:space-between;margin-bottom:24px}.storage-controls .search-section{flex:1 1}.storage-controls .search-section .search-form .search-input-group{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.storage-controls .search-section .search-form .search-input-group .search-input{border:1px solid #ced4da;border-radius:4px;flex:1 1;font-size:.875rem;min-width:200px;padding:8px 12px}.storage-controls .search-section .search-form .search-input-group .search-input:focus{border-color:#80bdff;box-shadow:0 0 0 .2rem #007bff40;outline:none}.storage-controls .search-section .search-form .search-input-group .search-buttons{display:flex;gap:8px}.storage-controls .search-section .search-form .search-input-group .search-buttons .search-btn{font-size:.875rem;padding:8px 16px}.storage-controls .pagination-section .pagination-buttons{display:flex;gap:8px}.storage-controls .pagination-section .pagination-buttons .btn{background-color:#fff;border:1px solid #ced4da;border-radius:4px;color:#495057;cursor:pointer;padding:8px 12px}.storage-controls .pagination-section .pagination-buttons .btn:hover:not(:disabled){background-color:#e9ecef}.storage-controls .pagination-section .pagination-buttons .btn:disabled{cursor:not-allowed;opacity:.6}.storage-table-container{background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.storage-table{border-collapse:collapse;font-size:.875rem;width:100%}.storage-table thead{background-color:#f8f9fa}.storage-table thead th{color:#495057;font-weight:600;padding:12px 16px;text-align:left}.storage-table tbody tr,.storage-table thead th{border-bottom:1px solid #dee2e6}.storage-table tbody tr:hover{background-color:#f8f9fa}.storage-table tbody tr td{padding:12px 16px;vertical-align:middle}.storage-table tbody tr td.clickable{cursor:pointer}.storage-table tbody tr td.clickable:hover{background-color:#e9ecef}.storage-table tbody tr td.delete-cell{text-align:center}.storage-table tbody tr td.delete-cell .btn-danger{font-size:.75rem;padding:4px 8px}.storage-table tbody tr td.no-storage-objects{color:#6c757d;font-style:italic;padding:24px;text-align:center}@media(max-width:768px){.storage-controls,.storage-controls .search-section .search-form .search-input-group{flex-direction:column}.storage-controls .search-section .search-form .search-input-group .search-input{min-width:100%}.storage-table-container{overflow-x:auto}.storage-table{min-width:800px}}.storage-object-container{background-color:#f8f9fa;min-height:100vh;padding:1.5rem}.storage-object-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:24px}.storage-object-header .header-content .storage-object-title{color:#212529;font-size:1.75rem;font-weight:600;margin-bottom:8px}.storage-object-header .header-content .storage-object-path{color:#6c757d;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:1rem}.storage-object-header .header-content .storage-object-path .collection{color:#3a76d6;font-weight:600}.storage-object-header .header-content .storage-object-path .separator{color:#adb5bd;margin:0 4px}.storage-object-header .header-content .storage-object-path .key{color:#198754;font-weight:600}.storage-object-header .header-actions{display:flex;gap:12px}.storage-object-header .header-actions .btn{border:1px solid;border-radius:4px;cursor:pointer;font-size:.875rem;padding:8px 16px;text-decoration:none}.storage-object-header .header-actions .btn.btn-outline-secondary{background-color:#0000;border-color:#6c757d;color:#6c757d}.storage-object-header .header-actions .btn.btn-outline-secondary:hover{background-color:#6c757d;color:#fff}.storage-object-header .header-actions .btn.btn-primary{background-color:#3a76d6;border-color:#3a76d6;color:#fff}.storage-object-header .header-actions .btn.btn-primary:hover{background-color:#0b5ed7;border-color:#0a58ca}.storage-object-header .header-actions .btn.btn-danger{background-color:#dc3545;border-color:#dc3545;color:#fff}.storage-object-header .header-actions .btn.btn-danger:hover{background-color:#c82333;border-color:#bd2130}.storage-object-content{display:flex;flex-direction:column;gap:24px}.metadata-section{background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:24px}.metadata-section h3{border-bottom:1px solid #dee2e6;color:#212529;font-size:1.25rem;font-weight:600;margin-bottom:16px;padding-bottom:8px}.metadata-section .metadata-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.metadata-section .metadata-grid .metadata-item{display:flex;flex-direction:column;gap:4px}.metadata-section .metadata-grid .metadata-item label{color:#495057;font-size:.875rem;font-weight:600}.metadata-section .metadata-grid .metadata-item span{color:#212529;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875rem;word-break:break-all}.metadata-section .metadata-grid .metadata-item .form-select{border:1px solid #ced4da;border-radius:4px;font-size:.875rem;padding:6px 12px}.metadata-section .metadata-grid .metadata-item .form-select:focus{border-color:#80bdff;box-shadow:0 0 0 .2rem #007bff40;outline:none}.value-section{background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:24px}.value-section h3{border-bottom:1px solid #dee2e6;color:#212529;font-size:1.25rem;font-weight:600;margin-bottom:16px;padding-bottom:8px}.value-section .value-display{background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:4px;margin:0;max-height:600px;overflow-y:auto;padding:16px;white-space:pre-wrap;word-break:break-word}.value-section .edit-form .value-textarea,.value-section .value-display{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875rem;line-height:1.5}.value-section .edit-form .value-textarea{border:1px solid #ced4da;border-radius:4px;padding:12px;resize:vertical;width:100%}.value-section .edit-form .value-textarea:focus{border-color:#80bdff;box-shadow:0 0 0 .2rem #007bff40;outline:none}.value-section .edit-form .json-fields-container{margin-bottom:16px}.value-section .edit-form .json-fields-container .json-fields-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.value-section .edit-form .json-fields-container .json-fields-header h5{color:#495057;font-size:1rem;font-weight:600;margin:0}.value-section .edit-form .json-fields-container .json-fields-header .btn{background-color:#0000;border:1px solid #3a76d6;border-radius:4px;color:#3a76d6;cursor:pointer;font-size:.8rem;padding:6px 12px}.value-section .edit-form .json-fields-container .json-fields-header .btn:hover{background-color:#3a76d6;color:#fff}.value-section .edit-form .json-fields-container .no-fields-message{background-color:#f8f9fa;border:1px dashed #dee2e6;border-radius:4px;color:#6c757d;padding:32px;text-align:center}.value-section .edit-form .json-fields-container .no-fields-message p{font-style:italic;margin:0}.value-section .edit-form .json-fields-container .json-fields-list{display:flex;flex-direction:column;gap:12px}.value-section .edit-form .json-fields-container .json-fields-list .json-field-row{grid-gap:12px;align-items:center;background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:4px;display:grid;gap:12px;grid-template-columns:1fr 2fr auto;padding:12px}.value-section .edit-form .json-fields-container .json-fields-list .json-field-row .field-key input{border:1px solid #ced4da;border-radius:4px;font-size:.875rem;padding:6px 12px;width:100%}.value-section .edit-form .json-fields-container .json-fields-list .json-field-row .field-key input:focus{border-color:#80bdff;box-shadow:0 0 0 .2rem #007bff40;outline:none}.value-section .edit-form .json-fields-container .json-fields-list .json-field-row .field-value input{border:1px solid #ced4da;border-radius:4px;font-size:.875rem;padding:6px 12px;width:100%}.value-section .edit-form .json-fields-container .json-fields-list .json-field-row .field-value input:focus{border-color:#80bdff;box-shadow:0 0 0 .2rem #007bff40;outline:none}.value-section .edit-form .json-fields-container .json-fields-list .json-field-row .field-value .form-check{align-items:center;display:flex;gap:8px;margin:0}.value-section .edit-form .json-fields-container .json-fields-list .json-field-row .field-value .form-check .form-check-input{cursor:pointer;margin:0}.value-section .edit-form .json-fields-container .json-fields-list .json-field-row .field-value .form-check .form-check-label{color:#495057;cursor:pointer;font-size:.875rem;margin:0}.value-section .edit-form .json-fields-container .json-fields-list .json-field-row .field-actions .btn{align-items:center;background-color:#0000;border:1px solid #dc3545;border-radius:4px;color:#dc3545;cursor:pointer;display:flex;font-size:.8rem;height:32px;justify-content:center;min-width:32px;padding:4px 8px}.value-section .edit-form .json-fields-container .json-fields-list .json-field-row .field-actions .btn:hover{background-color:#dc3545;color:#fff}.value-section .edit-form .edit-actions{display:flex;gap:12px;margin-top:16px}.value-section .edit-form .edit-actions .btn{align-items:center;border:1px solid;border-radius:4px;cursor:pointer;display:flex;font-size:.875rem;gap:8px;padding:8px 16px}.value-section .edit-form .edit-actions .btn:disabled{cursor:not-allowed;opacity:.6}.value-section .edit-form .edit-actions .btn.btn-success{background-color:#198754;border-color:#198754;color:#fff}.value-section .edit-form .edit-actions .btn.btn-success:hover:not(:disabled){background-color:#157347;border-color:#146c43}.value-section .edit-form .edit-actions .btn.btn-secondary{background-color:#6c757d;border-color:#6c757d;color:#fff}.value-section .edit-form .edit-actions .btn.btn-secondary:hover:not(:disabled){background-color:#5c636a;border-color:#565e64}.alert{align-items:center;border:1px solid #0000;border-radius:4px;display:flex;margin-bottom:16px;padding:12px 16px}.alert.alert-danger{background-color:#f8d7da;border-color:#f5c6cb;color:#721c24}.alert.alert-info{background-color:#d1ecf1;border-color:#bee5eb;color:#0c5460}.alert .ms-2{margin-left:8px}.spinner-border{animation:spinner-border .75s linear infinite;border:.125em solid;border-radius:50%;border-right:.125em solid #0000;display:inline-block;height:1rem;vertical-align:text-bottom;width:1rem}.spinner-border.spinner-border-sm{border-width:.125em;height:.875rem;width:.875rem}.visually-hidden{clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.mr-2{margin-right:8px}@media(max-width:768px){.storage-object-header{flex-direction:column;gap:16px}.storage-object-header .header-actions{align-self:stretch}.storage-object-header .header-actions .btn{flex:1 1}.metadata-section .metadata-grid{grid-template-columns:1fr}.value-section .edit-form .json-fields-container .json-fields-list .json-field-row{gap:8px;grid-template-columns:1fr}.value-section .edit-form .json-fields-container .json-fields-list .json-field-row .field-actions{justify-self:start}}.rpc-container{display:flex;flex-direction:column;height:100%;padding:1.5rem}.rpc-container .rpc-header{margin-bottom:20px}.rpc-container .rpc-header .rpc-title{color:#333;font-size:1.5rem;font-weight:600;margin:0}.rpc-container .rpc-header .rpc-subtitle{color:#666;font-size:.9rem;margin:5px 0 0}.rpc-container .rpc-content{display:flex;flex:1 1;gap:20px;min-height:0}.rpc-container .rpc-content .rpc-functions-panel{border:1px solid #dee2e6;border-radius:8px;display:flex;flex:1 1;flex-direction:column;overflow:hidden}.rpc-container .rpc-content .rpc-functions-panel .functions-header{align-items:center;background-color:#f8f9fa;border-bottom:1px solid #dee2e6;display:flex;justify-content:space-between;padding:15px 20px}.rpc-container .rpc-content .rpc-functions-panel .functions-header h4{font-size:1.1rem;font-weight:600;margin:0}.rpc-container .rpc-content .rpc-functions-panel .functions-filters{border-bottom:1px solid #dee2e6;display:flex;gap:10px;padding:15px 20px}.rpc-container .rpc-content .rpc-functions-panel .functions-filters .filter-group{flex:1 1}.rpc-container .rpc-content .rpc-functions-panel .functions-list{flex:1 1;overflow-y:auto;padding:10px}.rpc-container .rpc-content .rpc-functions-panel .functions-list .no-functions{color:#666;font-style:italic;padding:40px 20px;text-align:center}.rpc-container .rpc-content .rpc-functions-panel .functions-list .function-item{border:1px solid #e9ecef;border-radius:6px;cursor:pointer;margin-bottom:8px;padding:12px 15px;transition:all .2s ease}.rpc-container .rpc-content .rpc-functions-panel .functions-list .function-item:hover{background-color:#f8f9fa;border-color:#007bff}.rpc-container .rpc-content .rpc-functions-panel .functions-list .function-item.selected{background-color:#e3f2fd;border-color:#007bff;box-shadow:0 2px 4px #007bff1a}.rpc-container .rpc-content .rpc-functions-panel .functions-list .function-item .function-id{color:#333;font-weight:600;margin-bottom:4px}.rpc-container .rpc-content .rpc-functions-panel .functions-list .function-item .function-runtime{color:#666;font-size:.85rem;margin-bottom:4px}.rpc-container .rpc-content .rpc-functions-panel .functions-list .function-item .function-http-key{color:#28a745;font-family:monospace;font-size:.8rem}.rpc-container .rpc-content .rpc-call-panel{border:1px solid #dee2e6;border-radius:8px;display:flex;flex:1 1;flex-direction:column;overflow:hidden}.rpc-container .rpc-content .rpc-call-panel .call-header{background-color:#f8f9fa;border-bottom:1px solid #dee2e6;padding:15px 20px}.rpc-container .rpc-content .rpc-call-panel .call-header h4{font-size:1.1rem;font-weight:600;margin:0}.rpc-container .rpc-content .rpc-call-panel .call-form{flex:1 1;padding:20px}.rpc-container .rpc-content .rpc-call-panel .call-form .form-group{margin-bottom:20px}.rpc-container .rpc-content .rpc-call-panel .call-form .form-group label{color:#333;display:block;font-weight:500;margin-bottom:5px}.rpc-container .rpc-content .rpc-call-panel .call-form .form-group .form-control{border:1px solid #ced4da;border-radius:4px;font-size:.9rem;padding:8px 12px;width:100%}.rpc-container .rpc-content .rpc-call-panel .call-form .form-group .form-control:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff40;outline:none}.rpc-container .rpc-content .rpc-call-panel .call-form .form-group .form-control:disabled{background-color:#f8f9fa;color:#6c757d}.rpc-container .rpc-content .rpc-call-panel .call-form .form-group .payload-textarea{font-family:Monaco,Menlo,Ubuntu Mono,monospace;min-height:120px;resize:vertical}.rpc-container .rpc-content .rpc-call-panel .call-form .call-actions{display:flex;gap:10px;margin-top:20px}.rpc-container .rpc-content .rpc-call-panel .call-form .call-actions .btn{border-radius:4px;font-size:.9rem;font-weight:500;padding:8px 16px;transition:all .2s ease}.rpc-container .rpc-content .rpc-call-panel .call-form .call-actions .btn.btn-primary{background-color:#007bff;border-color:#007bff;color:#fff}.rpc-container .rpc-content .rpc-call-panel .call-form .call-actions .btn.btn-primary:hover:not(:disabled){background-color:#0056b3;border-color:#0056b3}.rpc-container .rpc-content .rpc-call-panel .call-form .call-actions .btn.btn-primary:disabled{background-color:#6c757d;border-color:#6c757d}.rpc-container .rpc-content .rpc-call-panel .call-form .call-actions .btn.btn-outline-secondary{background-color:#0000;border-color:#6c757d;color:#6c757d}.rpc-container .rpc-content .rpc-call-panel .call-form .call-actions .btn.btn-outline-secondary:hover:not(:disabled){background-color:#6c757d;color:#fff}.rpc-container .rpc-content .rpc-call-panel .response-section{background-color:#f8f9fa;border-top:1px solid #dee2e6;padding:20px}.rpc-container .rpc-content .rpc-call-panel .response-section h5{color:#333;font-size:1rem;font-weight:600;margin:0 0 15px}.rpc-container .rpc-content .rpc-call-panel .response-section .response-content .response-meta{display:flex;font-size:.85rem;gap:20px;margin-bottom:10px}.rpc-container .rpc-content .rpc-call-panel .response-section .response-content .response-meta .response-function,.rpc-container .rpc-content .rpc-call-panel .response-section .response-content .response-meta .response-user{color:#666;font-family:monospace}.rpc-container .rpc-content .rpc-call-panel .response-section .response-content .response-payload{background-color:#fff;border:1px solid #dee2e6;border-radius:4px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.85rem;line-height:1.4;margin:0;max-height:300px;overflow-y:auto;padding:15px;white-space:pre-wrap;word-break:break-word}.rpc-container .alert{align-items:center;border:1px solid #0000;border-radius:4px;display:flex;margin-bottom:15px;padding:12px 16px}.rpc-container .alert.alert-danger{background-color:#f8d7da;border-color:#f5c6cb;color:#721c24}.rpc-container .alert.alert-warning{background-color:#fff3cd;border-color:#ffeaa7;color:#856404}.rpc-container .alert strong{margin-right:5px}.rpc-container .mr-2{margin-right:.5rem}.rpc-container .spinner-border{animation:spinner-border .75s linear infinite;border:.125em solid;border-radius:50%;border-right:.125em solid #0000;display:inline-block;height:1rem;vertical-align:text-bottom;width:1rem}.rpc-container .spinner-border.spinner-border-sm{border-width:.125em;height:.875rem;width:.875rem}.rpc-container .visually-hidden{clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}@media(max-width:768px){.rpc-container .rpc-content{flex-direction:column;gap:15px}.rpc-container .rpc-content .rpc-call-panel,.rpc-container .rpc-content .rpc-functions-panel{flex:none;min-height:400px}}.api-explorer-container{display:flex;flex-direction:column;height:100%;padding:1.5rem}.api-explorer-container .api-explorer-header{margin-bottom:20px}.api-explorer-container .api-explorer-header .api-explorer-title{color:#333;font-size:1.5rem;font-weight:600;margin:0}.api-explorer-container .api-explorer-header .api-explorer-subtitle{color:#666;font-size:.9rem;margin:5px 0 0}.api-explorer-container .api-explorer-content{grid-gap:20px;display:grid;flex:1 1;gap:20px;grid-template-columns:1fr 1fr 300px;min-height:0}.api-explorer-container .api-explorer-content .history-panel,.api-explorer-container .api-explorer-content .request-panel,.api-explorer-container .api-explorer-content .response-panel{border:1px solid #dee2e6;border-radius:8px;display:flex;flex-direction:column;overflow:hidden}.api-explorer-container .api-explorer-content .history-panel .panel-header,.api-explorer-container .api-explorer-content .request-panel .panel-header,.api-explorer-container .api-explorer-content .response-panel .panel-header{align-items:center;background-color:#f8f9fa;border-bottom:1px solid #dee2e6;display:flex;justify-content:space-between;padding:15px 20px}.api-explorer-container .api-explorer-content .history-panel .panel-header h4,.api-explorer-container .api-explorer-content .request-panel .panel-header h4,.api-explorer-container .api-explorer-content .response-panel .panel-header h4{font-size:1.1rem;font-weight:600;margin:0}.api-explorer-container .api-explorer-content .request-panel .request-form{flex:1 1;padding:20px}.api-explorer-container .api-explorer-content .request-panel .request-form .request-line{display:flex;gap:10px;margin-bottom:20px}.api-explorer-container .api-explorer-content .request-panel .request-form .request-line .method-select{background-color:#fff;border:1px solid #ced4da;border-radius:4px;font-size:.9rem;font-weight:600;padding:8px 12px;width:100px}.api-explorer-container .api-explorer-content .request-panel .request-form .request-line .method-select:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff40;outline:none}.api-explorer-container .api-explorer-content .request-panel .request-form .request-line .method-select:disabled{background-color:#f8f9fa;color:#6c757d}.api-explorer-container .api-explorer-content .request-panel .request-form .request-line .path-input{border:1px solid #ced4da;border-radius:4px;flex:1 1;font-family:monospace;font-size:.9rem;padding:8px 12px}.api-explorer-container .api-explorer-content .request-panel .request-form .request-line .path-input:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff40;outline:none}.api-explorer-container .api-explorer-content .request-panel .request-form .request-line .path-input:disabled{background-color:#f8f9fa;color:#6c757d}.api-explorer-container .api-explorer-content .request-panel .request-form .request-line .send-btn{background-color:#007bff;border-color:#007bff;border-radius:4px;color:#fff;font-weight:500;padding:8px 20px}.api-explorer-container .api-explorer-content .request-panel .request-form .request-line .send-btn:hover:not(:disabled){background-color:#0056b3;border-color:#0056b3}.api-explorer-container .api-explorer-content .request-panel .request-form .request-line .send-btn:disabled{background-color:#6c757d;border-color:#6c757d}.api-explorer-container .api-explorer-content .request-panel .request-form .common-endpoints{margin-bottom:20px}.api-explorer-container .api-explorer-content .request-panel .request-form .common-endpoints label{color:#333;display:block;font-weight:500;margin-bottom:10px}.api-explorer-container .api-explorer-content .request-panel .request-form .common-endpoints .endpoints-list{display:flex;flex-wrap:wrap;gap:8px}.api-explorer-container .api-explorer-content .request-panel .request-form .common-endpoints .endpoints-list .endpoint-btn{border-radius:4px;font-family:monospace;font-size:.8rem;padding:4px 8px;white-space:nowrap}.api-explorer-container .api-explorer-content .request-panel .request-form .common-endpoints .endpoints-list .endpoint-btn:hover:not(:disabled){background-color:#6c757d;border-color:#6c757d;color:#fff}.api-explorer-container .api-explorer-content .request-panel .request-form .request-details .form-group{margin-bottom:20px}.api-explorer-container .api-explorer-content .request-panel .request-form .request-details .form-group label{color:#333;display:block;font-weight:500;margin-bottom:5px}.api-explorer-container .api-explorer-content .request-panel .request-form .request-details .form-group .form-control{border:1px solid #ced4da;border-radius:4px;font-size:.9rem;padding:8px 12px;resize:vertical;width:100%}.api-explorer-container .api-explorer-content .request-panel .request-form .request-details .form-group .form-control:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff40;outline:none}.api-explorer-container .api-explorer-content .request-panel .request-form .request-details .form-group .form-control:disabled{background-color:#f8f9fa;color:#6c757d}.api-explorer-container .api-explorer-content .request-panel .request-form .request-details .form-group .body-textarea{font-family:Monaco,Menlo,Ubuntu Mono,monospace;min-height:120px}.api-explorer-container .api-explorer-content .response-panel .response-content{flex:1 1;padding:20px}.api-explorer-container .api-explorer-content .response-panel .response-content .response-status{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.api-explorer-container .api-explorer-content .response-panel .response-content .response-status .status-badge{border-radius:4px;font-size:.85rem;font-weight:600;padding:4px 8px}.api-explorer-container .api-explorer-content .response-panel .response-content .response-status .status-badge.status-success{background-color:#d4edda;color:#155724}.api-explorer-container .api-explorer-content .response-panel .response-content .response-status .status-badge.status-info{background-color:#d1ecf1;color:#0c5460}.api-explorer-container .api-explorer-content .response-panel .response-content .response-status .status-badge.status-warning{background-color:#fff3cd;color:#856404}.api-explorer-container .api-explorer-content .response-panel .response-content .response-status .status-badge.status-danger{background-color:#f8d7da;color:#721c24}.api-explorer-container .api-explorer-content .response-panel .response-content .response-status .status-badge.status-secondary{background-color:#e2e3e5;color:#383d41}.api-explorer-container .api-explorer-content .response-panel .response-content .response-status .response-time{color:#666;font-family:monospace;font-size:.85rem}.api-explorer-container .api-explorer-content .response-panel .response-content .response-body,.api-explorer-container .api-explorer-content .response-panel .response-content .response-headers{margin-bottom:20px}.api-explorer-container .api-explorer-content .response-panel .response-content .response-body h6,.api-explorer-container .api-explorer-content .response-panel .response-content .response-headers h6{color:#333;font-size:.9rem;font-weight:600;margin:0 0 10px}.api-explorer-container .api-explorer-content .response-panel .response-content .response-body .body-content,.api-explorer-container .api-explorer-content .response-panel .response-content .response-body .headers-content,.api-explorer-container .api-explorer-content .response-panel .response-content .response-headers .body-content,.api-explorer-container .api-explorer-content .response-panel .response-content .response-headers .headers-content{background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:4px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.8rem;line-height:1.4;margin:0;max-height:200px;overflow-y:auto;padding:15px;white-space:pre-wrap;word-break:break-word}.api-explorer-container .api-explorer-content .response-panel .response-content .response-body .body-content,.api-explorer-container .api-explorer-content .response-panel .response-content .response-headers .body-content{max-height:300px}.api-explorer-container .api-explorer-content .response-panel .no-response{color:#666;font-style:italic;padding:40px 20px;text-align:center}.api-explorer-container .api-explorer-content .history-panel .history-list{flex:1 1;overflow-y:auto;padding:10px}.api-explorer-container .api-explorer-content .history-panel .history-list .no-history{color:#666;font-style:italic;padding:40px 20px;text-align:center}.api-explorer-container .api-explorer-content .history-panel .history-list .history-item{border:1px solid #e9ecef;border-radius:6px;cursor:pointer;margin-bottom:8px;padding:12px;transition:all .2s ease}.api-explorer-container .api-explorer-content .history-panel .history-list .history-item:hover{background-color:#f8f9fa;border-color:#007bff}.api-explorer-container .api-explorer-content .history-panel .history-list .history-item .history-method{color:#007bff;font-size:.8rem;font-weight:600;margin-bottom:4px}.api-explorer-container .api-explorer-content .history-panel .history-list .history-item .history-path{color:#333;font-family:monospace;font-size:.8rem;margin-bottom:4px;word-break:break-all}.api-explorer-container .api-explorer-content .history-panel .history-list .history-item .history-time{color:#666;font-size:.7rem;margin-bottom:4px}.api-explorer-container .api-explorer-content .history-panel .history-list .history-item .history-status{border-radius:3px;display:inline-block;font-size:.7rem;font-weight:600;padding:2px 6px}.api-explorer-container .api-explorer-content .history-panel .history-list .history-item .history-status.status-success{background-color:#d4edda;color:#155724}.api-explorer-container .api-explorer-content .history-panel .history-list .history-item .history-status.status-info{background-color:#d1ecf1;color:#0c5460}.api-explorer-container .api-explorer-content .history-panel .history-list .history-item .history-status.status-warning{background-color:#fff3cd;color:#856404}.api-explorer-container .api-explorer-content .history-panel .history-list .history-item .history-status.status-danger{background-color:#f8d7da;color:#721c24}.api-explorer-container .api-explorer-content .history-panel .history-list .history-item .history-status.status-secondary{background-color:#e2e3e5;color:#383d41}.api-explorer-container .alert{align-items:center;border:1px solid #0000;border-radius:4px;display:flex;margin-bottom:15px;padding:12px 16px}.api-explorer-container .alert.alert-danger{background-color:#f8d7da;border-color:#f5c6cb;color:#721c24}.api-explorer-container .alert.alert-warning{background-color:#fff3cd;border-color:#ffeaa7;color:#856404}.api-explorer-container .alert strong{margin-right:5px}.api-explorer-container .mr-2{margin-right:.5rem}.api-explorer-container .spinner-border{animation:spinner-border .75s linear infinite;border:.125em solid;border-radius:50%;border-right:.125em solid #0000;display:inline-block;height:1rem;vertical-align:text-bottom;width:1rem}.api-explorer-container .spinner-border.spinner-border-sm{border-width:.125em;height:.875rem;width:.875rem}.api-explorer-container .visually-hidden{clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}@media(max-width:1200px){.api-explorer-container .api-explorer-content{grid-template-columns:1fr 1fr;grid-template-rows:1fr auto}.api-explorer-container .api-explorer-content .history-panel{grid-column:1/-1;max-height:300px}}@media(max-width:768px){.api-explorer-container .api-explorer-content{grid-template-columns:1fr;grid-template-rows:auto auto auto}.api-explorer-container .api-explorer-content .history-panel,.api-explorer-container .api-explorer-content .request-panel,.api-explorer-container .api-explorer-content .response-panel{min-height:400px}.api-explorer-container .api-explorer-content .history-panel{max-height:300px}.api-explorer-container .request-form .request-line{flex-direction:column}.api-explorer-container .request-form .request-line .method-select,.api-explorer-container .request-form .request-line .path-input,.api-explorer-container .request-form .request-line .send-btn{width:100%}.api-explorer-container .request-form .common-endpoints .endpoints-list .endpoint-btn{font-size:.7rem;padding:3px 6px}}.leaderboards-container{display:flex;flex-direction:column;height:100%;padding:1.5rem}.leaderboards-container .leaderboards-header{margin-bottom:20px}.leaderboards-container .leaderboards-header .leaderboards-title{color:#333;font-size:1.5rem;font-weight:600;margin:0}.leaderboards-container .leaderboards-header .leaderboards-subtitle{color:#666;font-size:.9rem;margin:5px 0 0}.leaderboards-container .leaderboards-controls{align-items:flex-start;display:flex;gap:20px;justify-content:space-between;margin-bottom:20px}.leaderboards-container .leaderboards-controls .search-section{flex:1 1}.leaderboards-container .leaderboards-controls .search-section .search-form .search-input-group{align-items:center;display:flex;gap:10px}.leaderboards-container .leaderboards-controls .search-section .search-form .search-input-group .search-input{border:1px solid #ced4da;border-radius:4px;flex:2 1;font-size:.9rem;padding:8px 12px}.leaderboards-container .leaderboards-controls .search-section .search-form .search-input-group .search-input:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff40;outline:none}.leaderboards-container .leaderboards-controls .search-section .search-form .search-input-group .authoritative-select,.leaderboards-container .leaderboards-controls .search-section .search-form .search-input-group .category-select{background-color:#fff;border:1px solid #ced4da;border-radius:4px;flex:1 1;font-size:.9rem;padding:8px 12px}.leaderboards-container .leaderboards-controls .search-section .search-form .search-input-group .authoritative-select:focus,.leaderboards-container .leaderboards-controls .search-section .search-form .search-input-group .category-select:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff40;outline:none}.leaderboards-container .leaderboards-controls .search-section .search-form .search-input-group .search-buttons .search-btn{background-color:#007bff;border-color:#007bff;border-radius:4px;color:#fff;font-weight:500;padding:8px 16px}.leaderboards-container .leaderboards-controls .search-section .search-form .search-input-group .search-buttons .search-btn:hover{background-color:#0056b3;border-color:#0056b3}.leaderboards-container .leaderboards-controls .pagination-section .pagination-buttons{display:flex;gap:5px}.leaderboards-container .leaderboards-controls .pagination-section .pagination-buttons .btn{background-color:#0000;border:1px solid #6c757d;border-radius:4px;color:#6c757d;padding:8px 12px;transition:all .2s ease}.leaderboards-container .leaderboards-controls .pagination-section .pagination-buttons .btn:hover:not(:disabled){background-color:#6c757d;color:#fff}.leaderboards-container .leaderboards-controls .pagination-section .pagination-buttons .btn:disabled{cursor:not-allowed;opacity:.5}.leaderboards-container .leaderboards-table-container{border:1px solid #dee2e6;border-radius:8px;flex:1 1;overflow:auto}.leaderboards-container .leaderboards-table-container .leaderboards-table{border-collapse:collapse;font-size:.9rem;width:100%}.leaderboards-container .leaderboards-table-container .leaderboards-table thead{background-color:#f8f9fa;position:-webkit-sticky;position:sticky;top:0;z-index:10}.leaderboards-container .leaderboards-table-container .leaderboards-table thead th{border-bottom:2px solid #dee2e6;color:#333;font-weight:600;padding:12px 15px;text-align:left;white-space:nowrap}.leaderboards-container .leaderboards-table-container .leaderboards-table tbody .leaderboard-row{border-bottom:1px solid #dee2e6;transition:background-color .2s ease}.leaderboards-container .leaderboards-table-container .leaderboards-table tbody .leaderboard-row:hover{background-color:#f8f9fa}.leaderboards-container .leaderboards-table-container .leaderboards-table tbody .leaderboard-row td{padding:12px 15px;vertical-align:top}.leaderboards-container .leaderboards-table-container .leaderboards-table tbody .leaderboard-row td.clickable{cursor:pointer}.leaderboards-container .leaderboards-table-container .leaderboards-table tbody .leaderboard-row td .leaderboard-id{color:#007bff;font-weight:600;margin-bottom:2px}.leaderboards-container .leaderboards-table-container .leaderboards-table tbody .leaderboard-row td .leaderboard-title{color:#666;font-size:.8rem;font-style:italic}.leaderboards-container .leaderboards-table-container .leaderboards-table tbody .leaderboard-row td .type-badge{border-radius:12px;font-size:.75rem;font-weight:600;padding:3px 8px;text-transform:uppercase}.leaderboards-container .leaderboards-table-container .leaderboards-table tbody .leaderboard-row td .type-badge.authoritative{background-color:#d4edda;color:#155724}.leaderboards-container .leaderboards-table-container .leaderboards-table tbody .leaderboard-row td .type-badge.client{background-color:#fff3cd;color:#856404}.leaderboards-container .leaderboards-table-container .leaderboards-table tbody .leaderboard-row td .reset-schedule{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:3px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.8rem;padding:2px 6px}.leaderboards-container .leaderboards-table-container .leaderboards-table tbody .leaderboard-row td.delete-cell{text-align:center}.leaderboards-container .leaderboards-table-container .leaderboards-table tbody .leaderboard-row td.delete-cell .btn-danger{background-color:#dc3545;border-color:#dc3545;color:#fff;font-size:.8rem;padding:4px 8px}.leaderboards-container .leaderboards-table-container .leaderboards-table tbody .leaderboard-row td.delete-cell .btn-danger:hover{background-color:#c82333;border-color:#bd2130}.leaderboards-container .leaderboards-table-container .leaderboards-table tbody .no-leaderboards{color:#666;font-style:italic;padding:40px 20px;text-align:center}.leaderboards-container .alert{align-items:center;border:1px solid #0000;border-radius:4px;display:flex;margin-bottom:15px;padding:12px 16px}.leaderboards-container .alert.alert-danger{background-color:#f8d7da;border-color:#f5c6cb;color:#721c24}.leaderboards-container .alert.alert-info{background-color:#d1ecf1;border-color:#bee5eb;color:#0c5460}.leaderboards-container .alert strong{margin-right:5px}.leaderboards-container .mr-2{margin-right:.5rem}.leaderboards-container .ms-2{margin-left:.5rem}.leaderboards-container .spinner-border{animation:spinner-border .75s linear infinite;border:.125em solid;border-radius:50%;border-right:.125em solid #0000;display:inline-block;height:1rem;vertical-align:text-bottom;width:1rem}.leaderboards-container .spinner-border.spinner-border-sm{border-width:.125em;height:.875rem;width:.875rem}.leaderboards-container .visually-hidden{clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}@media(max-width:768px){.leaderboards-container .leaderboards-controls{flex-direction:column;gap:15px}.leaderboards-container .leaderboards-controls .search-section .search-form .search-input-group{flex-direction:column;gap:10px}.leaderboards-container .leaderboards-controls .search-section .search-form .search-input-group .authoritative-select,.leaderboards-container .leaderboards-controls .search-section .search-form .search-input-group .category-select,.leaderboards-container .leaderboards-controls .search-section .search-form .search-input-group .search-input{flex:none;width:100%}.leaderboards-container .leaderboards-table-container .leaderboards-table{font-size:.8rem}.leaderboards-container .leaderboards-table-container .leaderboards-table tbody td,.leaderboards-container .leaderboards-table-container .leaderboards-table thead th{padding:8px 10px}}.leaderboard-detail-container{display:flex;flex-direction:column;height:100%;padding:1.5rem}.leaderboard-detail-container .leaderboard-detail-header{margin-bottom:20px}.leaderboard-detail-container .leaderboard-detail-header .header-actions{align-items:center;display:flex;gap:10px;margin-bottom:15px}.leaderboard-detail-container .leaderboard-detail-header .header-actions .back-btn{background-color:#0000;border:1px solid #6c757d;border-radius:4px;color:#6c757d;font-size:.9rem;padding:8px 16px;transition:all .2s ease}.leaderboard-detail-container .leaderboard-detail-header .header-actions .back-btn:hover{background-color:#6c757d;color:#fff}.leaderboard-detail-container .leaderboard-detail-header .header-actions .btn-danger{background-color:#dc3545;border-color:#dc3545;border-radius:4px;color:#fff;font-size:.9rem;font-weight:500;padding:8px 16px;transition:all .2s ease}.leaderboard-detail-container .leaderboard-detail-header .header-actions .btn-danger:hover:not(:disabled){background-color:#c82333;border-color:#bd2130}.leaderboard-detail-container .leaderboard-detail-header .header-actions .btn-danger:disabled{cursor:not-allowed;opacity:.65}.leaderboard-detail-container .leaderboard-detail-header .leaderboard-title{color:#333;font-family:monospace;font-size:1.5rem;font-weight:600;margin:0}.leaderboard-detail-container .leaderboard-detail-header .leaderboard-subtitle{color:#666;font-size:1rem;font-style:italic;margin:5px 0 0}.leaderboard-detail-container .leaderboard-info-section{background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;margin-bottom:20px;padding:20px}.leaderboard-detail-container .leaderboard-info-section .info-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:15px}.leaderboard-detail-container .leaderboard-info-section .info-grid .info-item{display:flex;flex-direction:column;gap:5px}.leaderboard-detail-container .leaderboard-info-section .info-grid .info-item label{color:#333;font-size:.9rem;font-weight:600}.leaderboard-detail-container .leaderboard-info-section .info-grid .info-item span{color:#666}.leaderboard-detail-container .leaderboard-info-section .info-grid .info-item .type-badge{border-radius:12px;font-size:.8rem;font-weight:600;padding:4px 10px;text-transform:uppercase;width:-webkit-fit-content;width:fit-content}.leaderboard-detail-container .leaderboard-info-section .info-grid .info-item .type-badge.authoritative{background-color:#d4edda;color:#155724}.leaderboard-detail-container .leaderboard-info-section .info-grid .info-item .type-badge.client{background-color:#fff3cd;color:#856404}.leaderboard-detail-container .leaderboard-info-section .info-grid .info-item .reset-schedule{background-color:#fff;border:1px solid #dee2e6;border-radius:4px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.85rem;padding:4px 8px;width:-webkit-fit-content;width:fit-content}.leaderboard-detail-container .leaderboard-info-section .full-width{grid-column:1/-1}.leaderboard-detail-container .leaderboard-info-section .full-width p{color:#666;line-height:1.5;margin:0}.leaderboard-detail-container .leaderboard-info-section .full-width .metadata-content{background-color:#fff;border:1px solid #dee2e6;border-radius:4px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.85rem;line-height:1.4;margin:0;max-height:200px;overflow-y:auto;padding:15px;white-space:pre-wrap;word-break:break-word}.leaderboard-detail-container .records-section{display:flex;flex:1 1;flex-direction:column;min-height:0}.leaderboard-detail-container .records-section .records-header{margin-bottom:15px}.leaderboard-detail-container .records-section .records-header h4{color:#333;font-size:1.2rem;font-weight:600;margin:0}.leaderboard-detail-container .records-section .records-header .records-subtitle{color:#666;font-size:.9rem;margin:5px 0 0}.leaderboard-detail-container .records-section .records-controls{align-items:flex-start;display:flex;gap:20px;justify-content:space-between;margin-bottom:15px}.leaderboard-detail-container .records-section .records-controls .search-section{flex:1 1}.leaderboard-detail-container .records-section .records-controls .search-section .search-form .search-input-group{align-items:center;display:flex;gap:10px}.leaderboard-detail-container .records-section .records-controls .search-section .search-form .search-input-group .search-input{border:1px solid #ced4da;border-radius:4px;flex:2 1;font-size:.9rem;padding:8px 12px}.leaderboard-detail-container .records-section .records-controls .search-section .search-form .search-input-group .search-input:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff40;outline:none}.leaderboard-detail-container .records-section .records-controls .search-section .search-form .search-input-group .limit-select{background-color:#fff;border:1px solid #ced4da;border-radius:4px;flex:1 1;font-size:.9rem;padding:8px 12px}.leaderboard-detail-container .records-section .records-controls .search-section .search-form .search-input-group .limit-select:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff40;outline:none}.leaderboard-detail-container .records-section .records-controls .search-section .search-form .search-input-group .search-buttons .search-btn{background-color:#007bff;border-color:#007bff;border-radius:4px;color:#fff;font-weight:500;padding:8px 16px}.leaderboard-detail-container .records-section .records-controls .search-section .search-form .search-input-group .search-buttons .search-btn:hover{background-color:#0056b3;border-color:#0056b3}.leaderboard-detail-container .records-section .records-controls .pagination-section .pagination-buttons{display:flex;gap:5px}.leaderboard-detail-container .records-section .records-controls .pagination-section .pagination-buttons .btn{background-color:#0000;border:1px solid #6c757d;border-radius:4px;color:#6c757d;padding:8px 12px;transition:all .2s ease}.leaderboard-detail-container .records-section .records-controls .pagination-section .pagination-buttons .btn:hover:not(:disabled){background-color:#6c757d;color:#fff}.leaderboard-detail-container .records-section .records-controls .pagination-section .pagination-buttons .btn:disabled{cursor:not-allowed;opacity:.5}.leaderboard-detail-container .records-section .records-table-container{border:1px solid #dee2e6;border-radius:8px;flex:1 1;overflow:auto}.leaderboard-detail-container .records-section .records-table-container .records-table{border-collapse:collapse;font-size:.9rem;width:100%}.leaderboard-detail-container .records-section .records-table-container .records-table thead{background-color:#f8f9fa;position:-webkit-sticky;position:sticky;top:0;z-index:10}.leaderboard-detail-container .records-section .records-table-container .records-table thead th{border-bottom:2px solid #dee2e6;color:#333;font-weight:600;padding:12px 15px;text-align:left;white-space:nowrap}.leaderboard-detail-container .records-section .records-table-container .records-table tbody .record-row{border-bottom:1px solid #dee2e6;transition:background-color .2s ease}.leaderboard-detail-container .records-section .records-table-container .records-table tbody .record-row:hover{background-color:#f8f9fa}.leaderboard-detail-container .records-section .records-table-container .records-table tbody .record-row td{padding:12px 15px;vertical-align:middle}.leaderboard-detail-container .records-section .records-table-container .records-table tbody .record-row td.rank-cell{text-align:center}.leaderboard-detail-container .records-section .records-table-container .records-table tbody .record-row td.rank-cell .rank-badge{background-color:#007bff;border-radius:12px;color:#fff;display:inline-block;font-size:.8rem;font-weight:600;min-width:30px;padding:4px 8px}.leaderboard-detail-container .records-section .records-table-container .records-table tbody .record-row td .owner-id{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:3px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.8rem;padding:2px 6px}.leaderboard-detail-container .records-section .records-table-container .records-table tbody .record-row td .score-display{display:flex;flex-direction:column;gap:2px}.leaderboard-detail-container .records-section .records-table-container .records-table tbody .record-row td .score-display .score{color:#333;font-weight:600}.leaderboard-detail-container .records-section .records-table-container .records-table tbody .record-row td .score-display .num-score{color:#666;font-family:monospace;font-size:.8rem}.leaderboard-detail-container .records-section .records-table-container .records-table tbody .record-row td.actions-cell{align-items:center;display:flex;gap:5px;justify-content:center;text-align:center}.leaderboard-detail-container .records-section .records-table-container .records-table tbody .record-row td.actions-cell .btn{border:none;border-radius:4px;cursor:pointer;font-size:.8rem;font-weight:500;padding:4px 8px;transition:all .2s ease}.leaderboard-detail-container .records-section .records-table-container .records-table tbody .record-row td.actions-cell .btn.btn-primary{background-color:#007bff;color:#fff}.leaderboard-detail-container .records-section .records-table-container .records-table tbody .record-row td.actions-cell .btn.btn-primary:hover{background-color:#0056b3}.leaderboard-detail-container .records-section .records-table-container .records-table tbody .record-row td.actions-cell .btn.btn-danger{background-color:#dc3545;color:#fff}.leaderboard-detail-container .records-section .records-table-container .records-table tbody .record-row td.actions-cell .btn.btn-danger:hover{background-color:#c82333}.leaderboard-detail-container .records-section .records-table-container .records-table tbody .record-row td.delete-cell{text-align:center}.leaderboard-detail-container .records-section .records-table-container .records-table tbody .record-row td.delete-cell .btn-danger{background-color:#dc3545;border-color:#dc3545;color:#fff;font-size:.8rem;padding:4px 8px}.leaderboard-detail-container .records-section .records-table-container .records-table tbody .record-row td.delete-cell .btn-danger:hover{background-color:#c82333;border-color:#bd2130}.leaderboard-detail-container .records-section .records-table-container .records-table tbody .no-records{color:#666;font-style:italic;padding:40px 20px;text-align:center}.leaderboard-detail-container .alert{align-items:center;border:1px solid #0000;border-radius:4px;display:flex;margin-bottom:15px;padding:12px 16px}.leaderboard-detail-container .alert.alert-danger{background-color:#f8d7da;border-color:#f5c6cb;color:#721c24}.leaderboard-detail-container .alert.alert-info{background-color:#d1ecf1;border-color:#bee5eb;color:#0c5460}.leaderboard-detail-container .alert strong{margin-right:5px}.leaderboard-detail-container .mr-2{margin-right:.5rem}.leaderboard-detail-container .ms-2{margin-left:.5rem}.leaderboard-detail-container .spinner-border{animation:spinner-border .75s linear infinite;border:.125em solid;border-radius:50%;border-right:.125em solid #0000;display:inline-block;height:1rem;vertical-align:text-bottom;width:1rem}.leaderboard-detail-container .spinner-border.spinner-border-sm{border-width:.125em;height:.875rem;width:.875rem}.leaderboard-detail-container .visually-hidden{clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.leaderboard-detail-container .modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.leaderboard-detail-container .modal-content{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0003;display:flex;flex-direction:column;max-height:90vh;max-width:600px;overflow-y:auto;width:90%}.leaderboard-detail-container .modal-content .modal-header{align-items:center;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;padding:1.5rem}.leaderboard-detail-container .modal-content .modal-header h3{color:#333;font-size:1.3rem;font-weight:600;margin:0}.leaderboard-detail-container .modal-content .modal-header .modal-close{align-items:center;background:none;border:none;border-radius:4px;color:#6c757d;cursor:pointer;display:flex;font-size:1.5rem;height:30px;justify-content:center;padding:0;transition:all .2s ease;width:30px}.leaderboard-detail-container .modal-content .modal-header .modal-close:hover{background-color:#f8f9fa;color:#333}.leaderboard-detail-container .modal-content .modal-body{flex:1 1;overflow-y:auto;padding:1.5rem}.leaderboard-detail-container .modal-content .modal-body .form-group{margin-bottom:1.5rem}.leaderboard-detail-container .modal-content .modal-body .form-group label{color:#333;display:block;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.leaderboard-detail-container .modal-content .modal-body .form-group label .required{color:#dc3545}.leaderboard-detail-container .modal-content .modal-body .form-group .form-control{border:1px solid #ced4da;border-radius:6px;font-family:inherit;font-size:.9rem;padding:.75rem;transition:all .2s ease;width:100%}.leaderboard-detail-container .modal-content .modal-body .form-group .form-control:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff33;outline:none}.leaderboard-detail-container .modal-content .modal-body .form-group .form-control:disabled{background-color:#e9ecef;cursor:not-allowed}.leaderboard-detail-container .modal-content .modal-body .form-group .form-control::placeholder{color:#adb5bd}.leaderboard-detail-container .modal-content .modal-body .form-group textarea.form-control{font-family:Monaco,Menlo,Ubuntu Mono,monospace;min-height:100px;resize:vertical}.leaderboard-detail-container .modal-content .modal-footer{border-top:1px solid #e9ecef;display:flex;gap:1rem;justify-content:flex-end;padding:1.5rem}.leaderboard-detail-container .modal-content .modal-footer .btn{border:none;border-radius:6px;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .2s ease}.leaderboard-detail-container .modal-content .modal-footer .btn.btn-secondary{background:#6c757d;color:#fff}.leaderboard-detail-container .modal-content .modal-footer .btn.btn-secondary:hover:not(:disabled){background:#5a6268}.leaderboard-detail-container .modal-content .modal-footer .btn.btn-primary{background:linear-gradient(135deg,#007bff,#0056b3);color:#fff}.leaderboard-detail-container .modal-content .modal-footer .btn.btn-primary:hover:not(:disabled){box-shadow:0 4px 12px #007bff66;transform:translateY(-2px)}.leaderboard-detail-container .modal-content .modal-footer .btn:disabled{cursor:not-allowed;opacity:.65}.leaderboard-detail-container .alert-success{background-color:#d4edda;border-color:#c3e6cb;color:#155724}@media(max-width:768px){.leaderboard-detail-container .leaderboard-info-section .info-grid{gap:10px;grid-template-columns:1fr}.leaderboard-detail-container .records-section .records-controls{flex-direction:column;gap:15px}.leaderboard-detail-container .records-section .records-controls .search-section .search-form .search-input-group{flex-direction:column;gap:10px}.leaderboard-detail-container .records-section .records-controls .search-section .search-form .search-input-group .limit-select,.leaderboard-detail-container .records-section .records-controls .search-section .search-form .search-input-group .search-input{flex:none;width:100%}.leaderboard-detail-container .records-section .records-table-container .records-table{font-size:.8rem}.leaderboard-detail-container .records-section .records-table-container .records-table tbody td,.leaderboard-detail-container .records-section .records-table-container .records-table thead th{padding:8px 10px}.leaderboard-detail-container .records-section .records-table-container .records-table .score-display .num-score,.leaderboard-detail-container .records-section .records-table-container .records-table .score-display .score{font-size:.8rem}}.groups-container{display:flex;flex-direction:column;height:100%;padding:1.5rem}.groups-container .groups-header{margin-bottom:20px}.groups-container .groups-header .groups-title{color:#333;font-size:1.5rem;font-weight:600;margin:0}.groups-container .groups-header .groups-subtitle{color:#666;font-size:.9rem;margin:5px 0 0}.groups-container .groups-controls{align-items:flex-start;display:flex;gap:20px;justify-content:space-between;margin-bottom:20px}.groups-container .groups-controls .search-section{flex:1 1}.groups-container .groups-controls .search-section .search-form .search-input-group{align-items:center;display:flex;gap:10px}.groups-container .groups-controls .search-section .search-form .search-input-group .lang-input,.groups-container .groups-controls .search-section .search-form .search-input-group .members-input,.groups-container .groups-controls .search-section .search-form .search-input-group .search-input{border:1px solid #ced4da;border-radius:4px;flex:1 1;font-size:.9rem;padding:8px 12px}.groups-container .groups-controls .search-section .search-form .search-input-group .lang-input:focus,.groups-container .groups-controls .search-section .search-form .search-input-group .members-input:focus,.groups-container .groups-controls .search-section .search-form .search-input-group .search-input:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff40;outline:none}.groups-container .groups-controls .search-section .search-form .search-input-group .members-input{max-width:120px}.groups-container .groups-controls .search-section .search-form .search-input-group .open-select{background-color:#fff;border:1px solid #ced4da;border-radius:4px;flex:1 1;font-size:.9rem;padding:8px 12px}.groups-container .groups-controls .search-section .search-form .search-input-group .open-select:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff40;outline:none}.groups-container .groups-controls .search-section .search-form .search-input-group .search-buttons .search-btn{background-color:#007bff;border-color:#007bff;border-radius:4px;color:#fff;font-weight:500;padding:8px 16px}.groups-container .groups-controls .search-section .search-form .search-input-group .search-buttons .search-btn:hover{background-color:#0056b3;border-color:#0056b3}.groups-container .groups-controls .pagination-section .pagination-buttons{display:flex;gap:5px}.groups-container .groups-controls .pagination-section .pagination-buttons .btn{background-color:#0000;border:1px solid #6c757d;border-radius:4px;color:#6c757d;padding:8px 12px;transition:all .2s ease}.groups-container .groups-controls .pagination-section .pagination-buttons .btn:hover:not(:disabled){background-color:#6c757d;color:#fff}.groups-container .groups-controls .pagination-section .pagination-buttons .btn:disabled{cursor:not-allowed;opacity:.5}.groups-container .groups-table-container{border:1px solid #dee2e6;border-radius:8px;flex:1 1;overflow:auto}.groups-container .groups-table-container .groups-table{border-collapse:collapse;font-size:.9rem;width:100%}.groups-container .groups-table-container .groups-table thead{background-color:#f8f9fa;position:-webkit-sticky;position:sticky;top:0;z-index:10}.groups-container .groups-table-container .groups-table thead th{border-bottom:2px solid #dee2e6;color:#333;font-weight:600;padding:12px 15px;text-align:left;white-space:nowrap}.groups-container .groups-table-container .groups-table tbody .group-row{border-bottom:1px solid #dee2e6;transition:background-color .2s ease}.groups-container .groups-table-container .groups-table tbody .group-row:hover{background-color:#f8f9fa}.groups-container .groups-table-container .groups-table tbody .group-row td{padding:12px 15px;vertical-align:top}.groups-container .groups-table-container .groups-table tbody .group-row td.clickable{cursor:pointer}.groups-container .groups-table-container .groups-table tbody .group-row td .group-name{color:#007bff;font-weight:600;margin-bottom:2px}.groups-container .groups-table-container .groups-table tbody .group-row td .group-description{color:#666;font-size:.8rem;font-style:italic;line-height:1.3;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.groups-container .groups-table-container .groups-table tbody .group-row td .creator-id,.groups-container .groups-table-container .groups-table tbody .group-row td .group-id{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:3px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.8rem;padding:2px 6px;word-break:break-all}.groups-container .groups-table-container .groups-table tbody .group-row td .type-badge{border-radius:12px;font-size:.75rem;font-weight:600;padding:3px 8px;text-transform:uppercase}.groups-container .groups-table-container .groups-table tbody .group-row td .type-badge.open{background-color:#d4edda;color:#155724}.groups-container .groups-table-container .groups-table tbody .group-row td .type-badge.private{background-color:#fff3cd;color:#856404}.groups-container .groups-table-container .groups-table tbody .group-row td .member-count{align-items:center;display:flex;gap:2px}.groups-container .groups-table-container .groups-table tbody .group-row td .member-count .current{color:#333;font-weight:600}.groups-container .groups-table-container .groups-table tbody .group-row td .member-count .max,.groups-container .groups-table-container .groups-table tbody .group-row td .member-count .separator{color:#666}.groups-container .groups-table-container .groups-table tbody .group-row td.delete-cell{text-align:center}.groups-container .groups-table-container .groups-table tbody .group-row td.delete-cell .btn-danger{background-color:#dc3545;border-color:#dc3545;color:#fff;font-size:.8rem;padding:4px 8px}.groups-container .groups-table-container .groups-table tbody .group-row td.delete-cell .btn-danger:hover{background-color:#c82333;border-color:#bd2130}.groups-container .groups-table-container .groups-table tbody .no-groups{color:#666;font-style:italic;padding:40px 20px;text-align:center}.groups-container .alert{align-items:center;border:1px solid #0000;border-radius:4px;display:flex;margin-bottom:15px;padding:12px 16px}.groups-container .alert.alert-danger{background-color:#f8d7da;border-color:#f5c6cb;color:#721c24}.groups-container .alert.alert-info{background-color:#d1ecf1;border-color:#bee5eb;color:#0c5460}.groups-container .alert strong{margin-right:5px}.groups-container .mr-2{margin-right:.5rem}.groups-container .ms-2{margin-left:.5rem}.groups-container .spinner-border{animation:spinner-border .75s linear infinite;border:.125em solid;border-radius:50%;border-right:.125em solid #0000;display:inline-block;height:1rem;vertical-align:text-bottom;width:1rem}.groups-container .spinner-border.spinner-border-sm{border-width:.125em;height:.875rem;width:.875rem}.groups-container .visually-hidden{clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}@media(max-width:768px){.groups-container .groups-controls{flex-direction:column;gap:15px}.groups-container .groups-controls .search-section .search-form .search-input-group{flex-direction:column;gap:10px}.groups-container .groups-controls .search-section .search-form .search-input-group .lang-input,.groups-container .groups-controls .search-section .search-form .search-input-group .members-input,.groups-container .groups-controls .search-section .search-form .search-input-group .open-select,.groups-container .groups-controls .search-section .search-form .search-input-group .search-input{flex:none;width:100%}.groups-container .groups-controls .search-section .search-form .search-input-group .members-input{max-width:none}.groups-container .groups-table-container .groups-table{font-size:.8rem}.groups-container .groups-table-container .groups-table tbody td,.groups-container .groups-table-container .groups-table thead th{padding:8px 10px}.groups-container .groups-table-container .groups-table .group-description{max-width:150px}}.group-detail-container{display:flex;flex-direction:column;height:100%;padding:1.5rem}.group-detail-container .group-detail-header{margin-bottom:20px}.group-detail-container .group-detail-header .header-actions{margin-bottom:15px}.group-detail-container .group-detail-header .header-actions .back-btn{background-color:#0000;border:1px solid #6c757d;border-radius:4px;color:#6c757d;font-size:.9rem;padding:8px 16px;transition:all .2s ease}.group-detail-container .group-detail-header .header-actions .back-btn:hover{background-color:#6c757d;color:#fff}.group-detail-container .group-detail-header .group-title{color:#333;font-size:1.5rem;font-weight:600;margin:0}.group-detail-container .group-detail-header .group-subtitle{color:#666;font-size:1rem;font-style:italic;line-height:1.4;margin:5px 0 0}.group-detail-container .group-info-section{background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;margin-bottom:20px;padding:20px}.group-detail-container .group-info-section .info-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:15px}.group-detail-container .group-info-section .info-grid .info-item{display:flex;flex-direction:column;gap:5px}.group-detail-container .group-info-section .info-grid .info-item label{color:#333;font-size:.9rem;font-weight:600}.group-detail-container .group-info-section .info-grid .info-item span{color:#666}.group-detail-container .group-info-section .info-grid .info-item .creator-id,.group-detail-container .group-info-section .info-grid .info-item .group-id{background-color:#fff;border:1px solid #dee2e6;border-radius:4px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.8rem;padding:4px 8px;width:-webkit-fit-content;width:fit-content;word-break:break-all}.group-detail-container .group-info-section .info-grid .info-item .type-badge{border-radius:12px;font-size:.8rem;font-weight:600;padding:4px 10px;text-transform:uppercase;width:-webkit-fit-content;width:fit-content}.group-detail-container .group-info-section .info-grid .info-item .type-badge.open{background-color:#d4edda;color:#155724}.group-detail-container .group-info-section .info-grid .info-item .type-badge.private{background-color:#fff3cd;color:#856404}.group-detail-container .group-info-section .info-grid .info-item .member-count{align-items:center;display:flex;gap:2px}.group-detail-container .group-info-section .info-grid .info-item .member-count .current{color:#333;font-weight:600}.group-detail-container .group-info-section .info-grid .info-item .member-count .max,.group-detail-container .group-info-section .info-grid .info-item .member-count .separator{color:#666}.group-detail-container .group-info-section .full-width{grid-column:1/-1}.group-detail-container .group-info-section .full-width .avatar-link{color:#007bff;text-decoration:none;word-break:break-all}.group-detail-container .group-info-section .full-width .avatar-link:hover{text-decoration:underline}.group-detail-container .group-info-section .full-width .metadata-content{background-color:#fff;border:1px solid #dee2e6;border-radius:4px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.85rem;line-height:1.4;margin:0;max-height:200px;overflow-y:auto;padding:15px;white-space:pre-wrap;word-break:break-word}.group-detail-container .users-section{display:flex;flex:1 1;flex-direction:column;min-height:0}.group-detail-container .users-section .users-header{margin-bottom:15px}.group-detail-container .users-section .users-header h4{color:#333;font-size:1.2rem;font-weight:600;margin:0}.group-detail-container .users-section .users-header .users-subtitle{color:#666;font-size:.9rem;margin:5px 0 0}.group-detail-container .users-section .users-controls{align-items:flex-start;display:flex;gap:20px;justify-content:space-between;margin-bottom:15px}.group-detail-container .users-section .users-controls .search-section{flex:1 1}.group-detail-container .users-section .users-controls .search-section .search-form .search-input-group{align-items:center;display:flex;gap:10px}.group-detail-container .users-section .users-controls .search-section .search-form .search-input-group .state-select{background-color:#fff;border:1px solid #ced4da;border-radius:4px;flex:1 1;font-size:.9rem;max-width:200px;padding:8px 12px}.group-detail-container .users-section .users-controls .search-section .search-form .search-input-group .state-select:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff40;outline:none}.group-detail-container .users-section .users-controls .search-section .search-form .search-input-group .search-buttons .search-btn{background-color:#007bff;border-color:#007bff;border-radius:4px;color:#fff;font-weight:500;padding:8px 16px}.group-detail-container .users-section .users-controls .search-section .search-form .search-input-group .search-buttons .search-btn:hover{background-color:#0056b3;border-color:#0056b3}.group-detail-container .users-section .users-controls .pagination-section .pagination-buttons{display:flex;gap:5px}.group-detail-container .users-section .users-controls .pagination-section .pagination-buttons .btn{background-color:#0000;border:1px solid #6c757d;border-radius:4px;color:#6c757d;padding:8px 12px;transition:all .2s ease}.group-detail-container .users-section .users-controls .pagination-section .pagination-buttons .btn:hover:not(:disabled){background-color:#6c757d;color:#fff}.group-detail-container .users-section .users-controls .pagination-section .pagination-buttons .btn:disabled{cursor:not-allowed;opacity:.5}.group-detail-container .users-section .users-table-container{border:1px solid #dee2e6;border-radius:8px;flex:1 1;overflow:auto}.group-detail-container .users-section .users-table-container .users-table{border-collapse:collapse;font-size:.9rem;width:100%}.group-detail-container .users-section .users-table-container .users-table thead{background-color:#f8f9fa;position:-webkit-sticky;position:sticky;top:0;z-index:10}.group-detail-container .users-section .users-table-container .users-table thead th{border-bottom:2px solid #dee2e6;color:#333;font-weight:600;padding:12px 15px;text-align:left;white-space:nowrap}.group-detail-container .users-section .users-table-container .users-table tbody .user-row{border-bottom:1px solid #dee2e6;transition:background-color .2s ease}.group-detail-container .users-section .users-table-container .users-table tbody .user-row:hover{background-color:#f8f9fa}.group-detail-container .users-section .users-table-container .users-table tbody .user-row td{padding:12px 15px;vertical-align:middle}.group-detail-container .users-section .users-table-container .users-table tbody .user-row td .user-id{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:3px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.8rem;padding:2px 6px;word-break:break-all}.group-detail-container .users-section .users-table-container .users-table tbody .user-row td .state-badge{border-radius:12px;font-size:.75rem;font-weight:600;padding:3px 8px;text-transform:uppercase}.group-detail-container .users-section .users-table-container .users-table tbody .user-row td .state-badge.superadmin{background-color:#721c24;color:#fff}.group-detail-container .users-section .users-table-container .users-table tbody .user-row td .state-badge.admin{background-color:#155724;color:#fff}.group-detail-container .users-section .users-table-container .users-table tbody .user-row td .state-badge.member{background-color:#004085;color:#fff}.group-detail-container .users-section .users-table-container .users-table tbody .user-row td .state-badge.join-request{background-color:#856404;color:#fff}.group-detail-container .users-section .users-table-container .users-table tbody .user-row td .state-badge.banned{background-color:#dc3545;color:#fff}.group-detail-container .users-section .users-table-container .users-table tbody .user-row td .state-badge.unknown{background-color:#6c757d;color:#fff}.group-detail-container .users-section .users-table-container .users-table tbody .user-row td.actions-cell .action-buttons{display:flex;flex-wrap:wrap;gap:5px}.group-detail-container .users-section .users-table-container .users-table tbody .user-row td.actions-cell .action-buttons .btn{border-radius:3px;font-size:.75rem;font-weight:500;padding:3px 8px}.group-detail-container .users-section .users-table-container .users-table tbody .user-row td.actions-cell .action-buttons .btn.btn-success{background-color:#28a745;border-color:#28a745;color:#fff}.group-detail-container .users-section .users-table-container .users-table tbody .user-row td.actions-cell .action-buttons .btn.btn-success:hover{background-color:#218838;border-color:#1e7e34}.group-detail-container .users-section .users-table-container .users-table tbody .user-row td.actions-cell .action-buttons .btn.btn-warning{background-color:#ffc107;border-color:#ffc107;color:#212529}.group-detail-container .users-section .users-table-container .users-table tbody .user-row td.actions-cell .action-buttons .btn.btn-warning:hover{background-color:#e0a800;border-color:#d39e00}.group-detail-container .users-section .users-table-container .users-table tbody .user-row td.actions-cell .action-buttons .btn.btn-danger{background-color:#dc3545;border-color:#dc3545;color:#fff}.group-detail-container .users-section .users-table-container .users-table tbody .user-row td.actions-cell .action-buttons .btn.btn-danger:hover{background-color:#c82333;border-color:#bd2130}.group-detail-container .users-section .users-table-container .users-table tbody .user-row td.actions-cell .action-buttons .btn.btn-outline-danger{background-color:#0000;border-color:#dc3545;color:#dc3545}.group-detail-container .users-section .users-table-container .users-table tbody .user-row td.actions-cell .action-buttons .btn.btn-outline-danger:hover{background-color:#dc3545;color:#fff}.group-detail-container .users-section .users-table-container .users-table tbody .no-users{color:#666;font-style:italic;padding:40px 20px;text-align:center}.group-detail-container .alert{align-items:center;border:1px solid #0000;border-radius:4px;display:flex;margin-bottom:15px;padding:12px 16px}.group-detail-container .alert.alert-danger{background-color:#f8d7da;border-color:#f5c6cb;color:#721c24}.group-detail-container .alert.alert-info{background-color:#d1ecf1;border-color:#bee5eb;color:#0c5460}.group-detail-container .alert strong{margin-right:5px}.group-detail-container .mr-2{margin-right:.5rem}.group-detail-container .ms-2{margin-left:.5rem}.group-detail-container .spinner-border{animation:spinner-border .75s linear infinite;border:.125em solid;border-radius:50%;border-right:.125em solid #0000;display:inline-block;height:1rem;vertical-align:text-bottom;width:1rem}.group-detail-container .spinner-border.spinner-border-sm{border-width:.125em;height:.875rem;width:.875rem}.group-detail-container .visually-hidden{clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}@media(max-width:768px){.group-detail-container .group-info-section .info-grid{gap:10px;grid-template-columns:1fr}.group-detail-container .users-section .users-controls{flex-direction:column;gap:15px}.group-detail-container .users-section .users-controls .search-section .search-form .search-input-group{flex-direction:column;gap:10px}.group-detail-container .users-section .users-controls .search-section .search-form .search-input-group .state-select{flex:none;max-width:none;width:100%}.group-detail-container .users-section .users-table-container .users-table{font-size:.8rem}.group-detail-container .users-section .users-table-container .users-table tbody td,.group-detail-container .users-section .users-table-container .users-table thead th{padding:8px 10px}.group-detail-container .users-section .users-table-container .users-table .action-buttons .btn{font-size:.7rem;padding:2px 6px}}.chat-messages-container{display:flex;flex-direction:column;height:100%;padding:1.5rem}.chat-messages-container .chat-messages-header{margin-bottom:20px}.chat-messages-container .chat-messages-header .chat-messages-title{color:#333;font-size:1.5rem;font-weight:600;margin:0}.chat-messages-container .chat-messages-header .chat-messages-subtitle{color:#666;font-size:.9rem;margin:5px 0 0}.chat-messages-container .chat-messages-controls{align-items:flex-start;display:flex;gap:20px;justify-content:space-between;margin-bottom:20px}.chat-messages-container .chat-messages-controls .search-section{flex:1 1}.chat-messages-container .chat-messages-controls .search-section .search-form .search-input-group{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.chat-messages-container .chat-messages-controls .search-section .search-form .search-input-group .search-input{border:1px solid #ced4da;border-radius:4px;flex:1 1;font-size:.9rem;min-width:150px;padding:8px 12px}.chat-messages-container .chat-messages-controls .search-section .search-form .search-input-group .search-input:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff40;outline:none}.chat-messages-container .chat-messages-controls .search-section .search-form .search-input-group .code-select,.chat-messages-container .chat-messages-controls .search-section .search-form .search-input-group .persistent-select{background-color:#fff;border:1px solid #ced4da;border-radius:4px;flex:1 1;font-size:.9rem;min-width:120px;padding:8px 12px}.chat-messages-container .chat-messages-controls .search-section .search-form .search-input-group .code-select:focus,.chat-messages-container .chat-messages-controls .search-section .search-form .search-input-group .persistent-select:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff40;outline:none}.chat-messages-container .chat-messages-controls .search-section .search-form .search-input-group .search-buttons .search-btn{background-color:#007bff;border-color:#007bff;border-radius:4px;color:#fff;font-weight:500;padding:8px 16px;white-space:nowrap}.chat-messages-container .chat-messages-controls .search-section .search-form .search-input-group .search-buttons .search-btn:hover{background-color:#0056b3;border-color:#0056b3}.chat-messages-container .chat-messages-controls .pagination-section .pagination-buttons{display:flex;gap:5px}.chat-messages-container .chat-messages-controls .pagination-section .pagination-buttons .btn{background-color:#0000;border:1px solid #6c757d;border-radius:4px;color:#6c757d;padding:8px 12px;transition:all .2s ease}.chat-messages-container .chat-messages-controls .pagination-section .pagination-buttons .btn:hover:not(:disabled){background-color:#6c757d;color:#fff}.chat-messages-container .chat-messages-controls .pagination-section .pagination-buttons .btn:disabled{cursor:not-allowed;opacity:.5}.chat-messages-container .chat-messages-table-container{border:1px solid #dee2e6;border-radius:8px;flex:1 1;overflow:auto}.chat-messages-container .chat-messages-table-container .chat-messages-table{border-collapse:collapse;font-size:.9rem;width:100%}.chat-messages-container .chat-messages-table-container .chat-messages-table thead{background-color:#f8f9fa;position:-webkit-sticky;position:sticky;top:0;z-index:10}.chat-messages-container .chat-messages-table-container .chat-messages-table thead th{border-bottom:2px solid #dee2e6;color:#333;font-weight:600;padding:12px 15px;text-align:left;white-space:nowrap}.chat-messages-container .chat-messages-table-container .chat-messages-table tbody .message-row{border-bottom:1px solid #dee2e6;transition:background-color .2s ease}.chat-messages-container .chat-messages-table-container .chat-messages-table tbody .message-row:hover{background-color:#f8f9fa}.chat-messages-container .chat-messages-table-container .chat-messages-table tbody .message-row td{padding:12px 15px;vertical-align:top}.chat-messages-container .chat-messages-table-container .chat-messages-table tbody .message-row td.clickable{cursor:pointer}.chat-messages-container .chat-messages-table-container .chat-messages-table tbody .message-row td .type-badge{border-radius:12px;font-size:.75rem;font-weight:600;padding:3px 8px;text-transform:uppercase}.chat-messages-container .chat-messages-table-container .chat-messages-table tbody .message-row td .type-badge.join{background-color:#d4edda;color:#155724}.chat-messages-container .chat-messages-table-container .chat-messages-table tbody .message-row td .type-badge.leave{background-color:#f8d7da;color:#721c24}.chat-messages-container .chat-messages-table-container .chat-messages-table tbody .message-row td .type-badge.message{background-color:#d1ecf1;color:#0c5460}.chat-messages-container .chat-messages-table-container .chat-messages-table tbody .message-row td .type-badge.update{background-color:#fff3cd;color:#856404}.chat-messages-container .chat-messages-table-container .chat-messages-table tbody .message-row td .type-badge.remove{background-color:#f5c6cb;color:#721c24}.chat-messages-container .chat-messages-table-container .chat-messages-table tbody .message-row td .type-badge.unknown{background-color:#e2e3e5;color:#6c757d}.chat-messages-container .chat-messages-table-container .chat-messages-table tbody .message-row td .sender-info .username{color:#007bff;font-weight:600;margin-bottom:2px}.chat-messages-container .chat-messages-table-container .chat-messages-table tbody .message-row td .sender-info .sender-id{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:3px;display:block;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.8rem;padding:2px 6px}.chat-messages-container .chat-messages-table-container .chat-messages-table tbody .message-row td .message-content{color:#333;line-height:1.4;word-break:break-word}.chat-messages-container .chat-messages-table-container .chat-messages-table tbody .message-row td .channel-type{background-color:#e9ecef;border-radius:3px;color:#495057;font-size:.8rem;font-weight:500;padding:2px 6px}.chat-messages-container .chat-messages-table-container .chat-messages-table tbody .message-row td .persistent-badge{border-radius:10px;font-size:.75rem;font-weight:600;padding:2px 6px}.chat-messages-container .chat-messages-table-container .chat-messages-table tbody .message-row td .persistent-badge.persistent{background-color:#d4edda;color:#155724}.chat-messages-container .chat-messages-table-container .chat-messages-table tbody .message-row td .persistent-badge.temporary{background-color:#fff3cd;color:#856404}.chat-messages-container .chat-messages-table-container .chat-messages-table tbody .message-row td.delete-cell{text-align:center}.chat-messages-container .chat-messages-table-container .chat-messages-table tbody .message-row td.delete-cell .btn-danger{background-color:#dc3545;border-color:#dc3545;color:#fff;font-size:.8rem;padding:4px 8px}.chat-messages-container .chat-messages-table-container .chat-messages-table tbody .message-row td.delete-cell .btn-danger:hover{background-color:#c82333;border-color:#bd2130}.chat-messages-container .chat-messages-table-container .chat-messages-table tbody .no-messages{color:#666;font-style:italic;padding:40px 20px;text-align:center}.chat-messages-container .alert{align-items:center;border:1px solid #0000;border-radius:4px;display:flex;margin-bottom:15px;padding:12px 16px}.chat-messages-container .alert.alert-danger{background-color:#f8d7da;border-color:#f5c6cb;color:#721c24}.chat-messages-container .alert.alert-info{background-color:#d1ecf1;border-color:#bee5eb;color:#0c5460}.chat-messages-container .alert strong{margin-right:5px}.chat-messages-container .mr-2{margin-right:.5rem}.chat-messages-container .ms-2{margin-left:.5rem}.chat-messages-container .spinner-border{animation:spinner-border .75s linear infinite;border:.125em solid;border-radius:50%;border-right:.125em solid #0000;display:inline-block;height:1rem;vertical-align:text-bottom;width:1rem}.chat-messages-container .spinner-border.spinner-border-sm{border-width:.125em;height:.875rem;width:.875rem}.chat-messages-container .visually-hidden{clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}@media(max-width:768px){.chat-messages-container .chat-messages-controls{flex-direction:column;gap:15px}.chat-messages-container .chat-messages-controls .search-section .search-form .search-input-group{flex-direction:column;gap:10px}.chat-messages-container .chat-messages-controls .search-section .search-form .search-input-group .code-select,.chat-messages-container .chat-messages-controls .search-section .search-form .search-input-group .persistent-select,.chat-messages-container .chat-messages-controls .search-section .search-form .search-input-group .search-input{flex:none;min-width:auto;width:100%}.chat-messages-container .chat-messages-table-container .chat-messages-table{font-size:.8rem}.chat-messages-container .chat-messages-table-container .chat-messages-table tbody td,.chat-messages-container .chat-messages-table-container .chat-messages-table thead th{padding:8px 10px}.chat-messages-container .chat-messages-table-container .chat-messages-table .sender-info .sender-id{font-size:.7rem}.chat-messages-container .chat-messages-table-container .chat-messages-table .message-content{font-size:.8rem}}.chat-message-detail-container{display:flex;flex-direction:column;height:100%;padding:1.5rem}.chat-message-detail-container .message-detail-header{margin-bottom:20px}.chat-message-detail-container .message-detail-header .header-actions{margin-bottom:15px}.chat-message-detail-container .message-detail-header .header-actions .back-btn{background-color:#0000;border:1px solid #6c757d;border-radius:4px;color:#6c757d;font-size:.9rem;padding:8px 16px;transition:all .2s ease}.chat-message-detail-container .message-detail-header .header-actions .back-btn:hover{background-color:#6c757d;color:#fff}.chat-message-detail-container .message-detail-header .message-title{color:#333;font-size:1.5rem;font-weight:600;margin:0}.chat-message-detail-container .message-detail-header .message-subtitle{color:#666;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.9rem;margin:5px 0 0}.chat-message-detail-container .message-info-section{background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;margin-bottom:20px;padding:20px}.chat-message-detail-container .message-info-section .info-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.chat-message-detail-container .message-info-section .info-grid .info-item{display:flex;flex-direction:column;gap:5px}.chat-message-detail-container .message-info-section .info-grid .info-item label{color:#333;font-size:.9rem;font-weight:600}.chat-message-detail-container .message-info-section .info-grid .info-item span{color:#666}.chat-message-detail-container .message-info-section .info-grid .info-item .type-badge{border-radius:12px;font-size:.8rem;font-weight:600;padding:4px 10px;text-transform:uppercase;width:-webkit-fit-content;width:fit-content}.chat-message-detail-container .message-info-section .info-grid .info-item .type-badge.join{background-color:#d4edda;color:#155724}.chat-message-detail-container .message-info-section .info-grid .info-item .type-badge.leave{background-color:#f8d7da;color:#721c24}.chat-message-detail-container .message-info-section .info-grid .info-item .type-badge.message{background-color:#d1ecf1;color:#0c5460}.chat-message-detail-container .message-info-section .info-grid .info-item .type-badge.update{background-color:#fff3cd;color:#856404}.chat-message-detail-container .message-info-section .info-grid .info-item .type-badge.remove{background-color:#f5c6cb;color:#721c24}.chat-message-detail-container .message-info-section .info-grid .info-item .type-badge.unknown{background-color:#e2e3e5;color:#6c757d}.chat-message-detail-container .message-info-section .info-grid .info-item .channel-type{background-color:#e9ecef;border-radius:4px;color:#495057;font-size:.8rem;font-weight:500;padding:4px 8px;width:-webkit-fit-content;width:fit-content}.chat-message-detail-container .message-info-section .info-grid .info-item .persistent-badge{border-radius:10px;font-size:.8rem;font-weight:600;padding:4px 8px;width:-webkit-fit-content;width:fit-content}.chat-message-detail-container .message-info-section .info-grid .info-item .persistent-badge.persistent{background-color:#d4edda;color:#155724}.chat-message-detail-container .message-info-section .info-grid .info-item .persistent-badge.temporary{background-color:#fff3cd;color:#856404}.chat-message-detail-container .message-info-section .info-grid .info-item .sender-info .username{color:#007bff;font-weight:600;margin-bottom:2px}.chat-message-detail-container .message-info-section .info-grid .info-item .sender-info .sender-id{background-color:#fff;border:1px solid #dee2e6;border-radius:4px;display:block;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.8rem;padding:4px 8px;width:-webkit-fit-content;width:fit-content}.chat-message-detail-container .message-info-section .info-grid .info-item .channel-id,.chat-message-detail-container .message-info-section .info-grid .info-item .channel-info{background-color:#fff;border:1px solid #dee2e6;border-radius:4px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.8rem;padding:4px 8px;width:-webkit-fit-content;width:fit-content;word-break:break-all}.chat-message-detail-container .message-content-section{background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;display:flex;flex:1 1;flex-direction:column;margin-bottom:20px;padding:20px}.chat-message-detail-container .message-content-section .content-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px}.chat-message-detail-container .message-content-section .content-header h4{color:#333;font-size:1.1rem;font-weight:600;margin:0}.chat-message-detail-container .message-content-section .content-header .edit-btn{background-color:#0000;border:1px solid #007bff;border-radius:4px;color:#007bff;font-size:.9rem;padding:6px 12px;transition:all .2s ease}.chat-message-detail-container .message-content-section .content-header .edit-btn:hover{background-color:#007bff;color:#fff}.chat-message-detail-container .message-content-section .edit-content-form{display:flex;flex:1 1;flex-direction:column}.chat-message-detail-container .message-content-section .edit-content-form .content-textarea{border:1px solid #ced4da;border-radius:4px;flex:1 1;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.9rem;line-height:1.4;min-height:150px;padding:12px;resize:vertical}.chat-message-detail-container .message-content-section .edit-content-form .content-textarea:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff40;outline:none}.chat-message-detail-container .message-content-section .edit-content-form .edit-actions{display:flex;gap:10px;margin-top:15px}.chat-message-detail-container .message-content-section .edit-content-form .edit-actions .btn{border-radius:4px;font-weight:500;padding:8px 16px;transition:all .2s ease}.chat-message-detail-container .message-content-section .edit-content-form .edit-actions .btn.btn-success{background-color:#28a745;border-color:#28a745;color:#fff}.chat-message-detail-container .message-content-section .edit-content-form .edit-actions .btn.btn-success:hover:not(:disabled){background-color:#218838;border-color:#1e7e34}.chat-message-detail-container .message-content-section .edit-content-form .edit-actions .btn.btn-success:disabled{cursor:not-allowed;opacity:.6}.chat-message-detail-container .message-content-section .edit-content-form .edit-actions .btn.btn-secondary{background-color:#6c757d;border-color:#6c757d;color:#fff}.chat-message-detail-container .message-content-section .edit-content-form .edit-actions .btn.btn-secondary:hover:not(:disabled){background-color:#5a6268;border-color:#545b62}.chat-message-detail-container .message-content-section .message-content-display{display:flex;flex:1 1;flex-direction:column}.chat-message-detail-container .message-content-section .message-content-display .content-text{background-color:#fff;border:1px solid #dee2e6;border-radius:4px;flex:1 1;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.9rem;line-height:1.4;margin:0;overflow-y:auto;padding:15px;white-space:pre-wrap;word-break:break-word}.chat-message-detail-container .danger-zone{background-color:#fff5f5;border:1px solid #fed7d7;border-radius:8px;margin-bottom:20px;padding:20px}.chat-message-detail-container .danger-zone h5{color:#c53030;font-size:1.1rem;font-weight:600;margin:0 0 10px}.chat-message-detail-container .danger-zone p{color:#666;font-size:.9rem;margin:0 0 15px}.chat-message-detail-container .danger-zone .btn-danger{background-color:#dc3545;border-color:#dc3545;border-radius:4px;color:#fff;font-weight:500;padding:8px 16px}.chat-message-detail-container .danger-zone .btn-danger:hover{background-color:#c82333;border-color:#bd2130}.chat-message-detail-container .alert{align-items:center;border:1px solid #0000;border-radius:4px;display:flex;margin-bottom:15px;padding:12px 16px}.chat-message-detail-container .alert.alert-danger{background-color:#f8d7da;border-color:#f5c6cb;color:#721c24}.chat-message-detail-container .alert.alert-info{background-color:#d1ecf1;border-color:#bee5eb;color:#0c5460}.chat-message-detail-container .alert strong{margin-right:5px}.chat-message-detail-container .mr-2{margin-right:.5rem}.chat-message-detail-container .ms-2{margin-left:.5rem}.chat-message-detail-container .spinner-border{animation:spinner-border .75s linear infinite;border:.125em solid;border-radius:50%;border-right:.125em solid #0000;display:inline-block;height:1rem;vertical-align:text-bottom;width:1rem}.chat-message-detail-container .spinner-border.spinner-border-sm{border-width:.125em;height:.875rem;width:.875rem}.chat-message-detail-container .visually-hidden{clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}@media(max-width:768px){.chat-message-detail-container .message-info-section .info-grid{gap:10px;grid-template-columns:1fr}.chat-message-detail-container .message-content-section .content-header{align-items:flex-start;flex-direction:column;gap:10px}.chat-message-detail-container .message-content-section .content-header .edit-btn{align-self:flex-end}.chat-message-detail-container .message-content-section .edit-content-form .edit-actions{flex-direction:column}.chat-message-detail-container .danger-zone .btn-danger,.chat-message-detail-container .message-content-section .edit-content-form .edit-actions .btn{width:100%}}.notifications-container{display:flex;flex-direction:column;height:100%;padding:1.5rem}.notifications-container .notifications-header{margin-bottom:20px}.notifications-container .notifications-header .notifications-title{color:#333;font-size:1.5rem;font-weight:600;margin:0}.notifications-container .notifications-header .notifications-subtitle{color:#666;font-size:.9rem;margin:5px 0 0}.notifications-container .notifications-controls{align-items:flex-start;display:flex;gap:20px;justify-content:space-between;margin-bottom:20px}.notifications-container .notifications-controls .search-section{flex:1 1}.notifications-container .notifications-controls .search-section .search-form .search-input-group{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.notifications-container .notifications-controls .search-section .search-form .search-input-group .search-input{border:1px solid #ced4da;border-radius:4px;flex:1 1;font-size:.9rem;min-width:150px;padding:8px 12px}.notifications-container .notifications-controls .search-section .search-form .search-input-group .search-input:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff40;outline:none}.notifications-container .notifications-controls .search-section .search-form .search-input-group .code-select,.notifications-container .notifications-controls .search-section .search-form .search-input-group .persistent-select{background-color:#fff;border:1px solid #ced4da;border-radius:4px;flex:1 1;font-size:.9rem;min-width:120px;padding:8px 12px}.notifications-container .notifications-controls .search-section .search-form .search-input-group .code-select:focus,.notifications-container .notifications-controls .search-section .search-form .search-input-group .persistent-select:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff40;outline:none}.notifications-container .notifications-controls .search-section .search-form .search-input-group .search-buttons .search-btn{background-color:#007bff;border-color:#007bff;border-radius:4px;color:#fff;font-weight:500;padding:8px 16px;white-space:nowrap}.notifications-container .notifications-controls .search-section .search-form .search-input-group .search-buttons .search-btn:hover{background-color:#0056b3;border-color:#0056b3}.notifications-container .notifications-controls .pagination-section .pagination-buttons{display:flex;gap:5px}.notifications-container .notifications-controls .pagination-section .pagination-buttons .btn{background-color:#0000;border:1px solid #6c757d;border-radius:4px;color:#6c757d;padding:8px 12px;transition:all .2s ease}.notifications-container .notifications-controls .pagination-section .pagination-buttons .btn:hover:not(:disabled){background-color:#6c757d;color:#fff}.notifications-container .notifications-controls .pagination-section .pagination-buttons .btn:disabled{cursor:not-allowed;opacity:.5}.notifications-container .notifications-table-container{border:1px solid #dee2e6;border-radius:8px;flex:1 1;overflow:auto}.notifications-container .notifications-table-container .notifications-table{border-collapse:collapse;font-size:.9rem;width:100%}.notifications-container .notifications-table-container .notifications-table thead{background-color:#f8f9fa;position:-webkit-sticky;position:sticky;top:0;z-index:10}.notifications-container .notifications-table-container .notifications-table thead th{border-bottom:2px solid #dee2e6;color:#333;font-weight:600;padding:12px 15px;text-align:left;white-space:nowrap}.notifications-container .notifications-table-container .notifications-table tbody .notification-row{border-bottom:1px solid #dee2e6;transition:background-color .2s ease}.notifications-container .notifications-table-container .notifications-table tbody .notification-row:hover{background-color:#f8f9fa}.notifications-container .notifications-table-container .notifications-table tbody .notification-row td{padding:12px 15px;vertical-align:top}.notifications-container .notifications-table-container .notifications-table tbody .notification-row td.clickable{cursor:pointer}.notifications-container .notifications-table-container .notifications-table tbody .notification-row td .type-badge{border-radius:12px;font-size:.75rem;font-weight:600;padding:3px 8px;text-transform:uppercase}.notifications-container .notifications-table-container .notifications-table tbody .notification-row td .type-badge.friend{background-color:#e7f3ff;color:#06c}.notifications-container .notifications-table-container .notifications-table tbody .notification-row td .type-badge.group{background-color:#fff2e7;color:#c60}.notifications-container .notifications-table-container .notifications-table tbody .notification-row td .type-badge.chat{background-color:#e7ffe7;color:#060}.notifications-container .notifications-table-container .notifications-table tbody .notification-row td .type-badge.leaderboard{background-color:#ffe7f3;color:#c06}.notifications-container .notifications-table-container .notifications-table tbody .notification-row td .type-badge.tournament{background-color:#f3e7ff;color:#60c}.notifications-container .notifications-table-container .notifications-table tbody .notification-row td .type-badge.custom{background-color:#f0f0f0;color:#666}.notifications-container .notifications-table-container .notifications-table tbody .notification-row td .type-badge.unknown{background-color:#e2e3e5;color:#6c757d}.notifications-container .notifications-table-container .notifications-table tbody .notification-row td .recipient-info .username{color:#007bff;font-weight:600;margin-bottom:2px}.notifications-container .notifications-table-container .notifications-table tbody .notification-row td .recipient-info .user-id{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:3px;display:block;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.8rem;padding:2px 6px}.notifications-container .notifications-table-container .notifications-table tbody .notification-row td .notification-subject{color:#333;font-weight:600;line-height:1.4;word-break:break-word}.notifications-container .notifications-table-container .notifications-table tbody .notification-row td .notification-content{color:#666;line-height:1.4;word-break:break-word}.notifications-container .notifications-table-container .notifications-table tbody .notification-row td .persistent-badge{border-radius:10px;font-size:.75rem;font-weight:600;padding:2px 6px}.notifications-container .notifications-table-container .notifications-table tbody .notification-row td .persistent-badge.persistent{background-color:#d4edda;color:#155724}.notifications-container .notifications-table-container .notifications-table tbody .notification-row td .persistent-badge.temporary{background-color:#fff3cd;color:#856404}.notifications-container .notifications-table-container .notifications-table tbody .notification-row td.delete-cell{text-align:center}.notifications-container .notifications-table-container .notifications-table tbody .notification-row td.delete-cell .btn-danger{background-color:#dc3545;border-color:#dc3545;color:#fff;font-size:.8rem;padding:4px 8px}.notifications-container .notifications-table-container .notifications-table tbody .notification-row td.delete-cell .btn-danger:hover{background-color:#c82333;border-color:#bd2130}.notifications-container .notifications-table-container .notifications-table tbody .no-notifications{color:#666;font-style:italic;padding:40px 20px;text-align:center}.notifications-container .alert{align-items:center;border:1px solid #0000;border-radius:4px;display:flex;margin-bottom:15px;padding:12px 16px}.notifications-container .alert.alert-danger{background-color:#f8d7da;border-color:#f5c6cb;color:#721c24}.notifications-container .alert.alert-info{background-color:#d1ecf1;border-color:#bee5eb;color:#0c5460}.notifications-container .alert strong{margin-right:5px}.notifications-container .mr-2{margin-right:.5rem}.notifications-container .ms-2{margin-left:.5rem}.notifications-container .spinner-border{animation:spinner-border .75s linear infinite;border:.125em solid;border-radius:50%;border-right:.125em solid #0000;display:inline-block;height:1rem;vertical-align:text-bottom;width:1rem}.notifications-container .spinner-border.spinner-border-sm{border-width:.125em;height:.875rem;width:.875rem}.notifications-container .visually-hidden{clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}@media(max-width:768px){.notifications-container .notifications-controls{flex-direction:column;gap:15px}.notifications-container .notifications-controls .search-section .search-form .search-input-group{flex-direction:column;gap:10px}.notifications-container .notifications-controls .search-section .search-form .search-input-group .code-select,.notifications-container .notifications-controls .search-section .search-form .search-input-group .persistent-select,.notifications-container .notifications-controls .search-section .search-form .search-input-group .search-input{flex:none;min-width:auto;width:100%}.notifications-container .notifications-table-container .notifications-table{font-size:.8rem}.notifications-container .notifications-table-container .notifications-table tbody td,.notifications-container .notifications-table-container .notifications-table thead th{padding:8px 10px}.notifications-container .notifications-table-container .notifications-table .recipient-info .user-id{font-size:.7rem}.notifications-container .notifications-table-container .notifications-table .notification-content,.notifications-container .notifications-table-container .notifications-table .notification-subject{font-size:.8rem}}.notification-detail-container{display:flex;flex-direction:column;height:100%;padding:1.5rem}.notification-detail-container .notification-detail-header{margin-bottom:20px}.notification-detail-container .notification-detail-header .header-actions{margin-bottom:15px}.notification-detail-container .notification-detail-header .header-actions .back-btn{background-color:#0000;border:1px solid #6c757d;border-radius:4px;color:#6c757d;font-size:.9rem;padding:8px 16px;transition:all .2s ease}.notification-detail-container .notification-detail-header .header-actions .back-btn:hover{background-color:#6c757d;color:#fff}.notification-detail-container .notification-detail-header .notification-title{color:#333;font-size:1.5rem;font-weight:600;margin:0}.notification-detail-container .notification-detail-header .notification-subtitle{color:#666;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.9rem;margin:5px 0 0}.notification-detail-container .notification-info-section{background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;margin-bottom:20px;padding:20px}.notification-detail-container .notification-info-section .info-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.notification-detail-container .notification-info-section .info-grid .info-item{display:flex;flex-direction:column;gap:5px}.notification-detail-container .notification-info-section .info-grid .info-item label{color:#333;font-size:.9rem;font-weight:600}.notification-detail-container .notification-info-section .info-grid .info-item span{color:#666}.notification-detail-container .notification-info-section .info-grid .info-item .type-badge{border-radius:12px;font-size:.8rem;font-weight:600;padding:4px 10px;text-transform:uppercase;width:-webkit-fit-content;width:fit-content}.notification-detail-container .notification-info-section .info-grid .info-item .type-badge.friend{background-color:#e7f3ff;color:#06c}.notification-detail-container .notification-info-section .info-grid .info-item .type-badge.group{background-color:#fff2e7;color:#c60}.notification-detail-container .notification-info-section .info-grid .info-item .type-badge.chat{background-color:#e7ffe7;color:#060}.notification-detail-container .notification-info-section .info-grid .info-item .type-badge.leaderboard{background-color:#ffe7f3;color:#c06}.notification-detail-container .notification-info-section .info-grid .info-item .type-badge.tournament{background-color:#f3e7ff;color:#60c}.notification-detail-container .notification-info-section .info-grid .info-item .type-badge.custom{background-color:#f0f0f0;color:#666}.notification-detail-container .notification-info-section .info-grid .info-item .type-badge.unknown{background-color:#e2e3e5;color:#6c757d}.notification-detail-container .notification-info-section .info-grid .info-item .code-value{color:#333;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.9rem;font-weight:600}.notification-detail-container .notification-info-section .info-grid .info-item .persistent-badge{border-radius:10px;font-size:.8rem;font-weight:600;padding:4px 8px;width:-webkit-fit-content;width:fit-content}.notification-detail-container .notification-info-section .info-grid .info-item .persistent-badge.persistent{background-color:#d4edda;color:#155724}.notification-detail-container .notification-info-section .info-grid .info-item .persistent-badge.temporary{background-color:#fff3cd;color:#856404}.notification-detail-container .notification-info-section .info-grid .info-item .recipient-info .username{color:#007bff;font-weight:600;margin-bottom:2px}.notification-detail-container .notification-info-section .info-grid .info-item .recipient-info .user-id{display:block}.notification-detail-container .notification-info-section .info-grid .info-item .recipient-info .user-id,.notification-detail-container .notification-info-section .info-grid .info-item .sender-id{background-color:#fff;border:1px solid #dee2e6;border-radius:4px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.8rem;padding:4px 8px;width:-webkit-fit-content;width:fit-content}.notification-detail-container .notification-content-section{background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;margin-bottom:20px;padding:20px}.notification-detail-container .notification-content-section h4{color:#333;font-size:1.1rem;font-weight:600;margin:0 0 10px}.notification-detail-container .notification-content-section .subject-content{background-color:#fff;border:1px solid #dee2e6;border-radius:4px;color:#333;font-weight:600;margin-bottom:20px;padding:12px;word-break:break-word}.notification-detail-container .notification-content-section .message-content .content-text{background-color:#fff;border:1px solid #dee2e6;border-radius:4px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.9rem;line-height:1.4;margin:0;min-height:100px;padding:15px;white-space:pre-wrap;word-break:break-word}.notification-detail-container .send-notification-section{background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;margin-bottom:20px;padding:20px}.notification-detail-container .send-notification-section .send-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px}.notification-detail-container .send-notification-section .send-header h4{color:#333;font-size:1.1rem;font-weight:600;margin:0}.notification-detail-container .send-notification-section .send-header .toggle-btn{background-color:#0000;border:1px solid #007bff;border-radius:4px;color:#007bff;font-size:.9rem;padding:6px 12px;transition:all .2s ease}.notification-detail-container .send-notification-section .send-header .toggle-btn:hover{background-color:#007bff;color:#fff}.notification-detail-container .send-notification-section .send-form .form-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:15px}.notification-detail-container .send-notification-section .send-form .form-grid .form-group{display:flex;flex-direction:column;gap:5px}.notification-detail-container .send-notification-section .send-form .form-grid .form-group label{color:#333;font-size:.9rem;font-weight:600}.notification-detail-container .send-notification-section .send-form .form-grid .form-group .form-control{border:1px solid #ced4da;border-radius:4px;font-size:.9rem;padding:8px 12px}.notification-detail-container .send-notification-section .send-form .form-grid .form-group .form-control:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff40;outline:none}.notification-detail-container .send-notification-section .send-form .form-grid .form-group.checkbox-group{align-items:center;flex-direction:row;gap:8px}.notification-detail-container .send-notification-section .send-form .form-grid .form-group.checkbox-group label{align-items:center;cursor:pointer;display:flex;gap:5px;margin:0}.notification-detail-container .send-notification-section .send-form .form-grid .form-group.checkbox-group input[type=checkbox]{margin:0}.notification-detail-container .send-notification-section .send-form .full-width{grid-column:1/-1}.notification-detail-container .send-notification-section .send-form .full-width .content-textarea{font-family:Monaco,Menlo,Ubuntu Mono,monospace;min-height:100px;resize:vertical}.notification-detail-container .send-notification-section .send-form .form-actions .btn-primary{background-color:#007bff;border-color:#007bff;border-radius:4px;color:#fff;font-weight:500;padding:8px 16px}.notification-detail-container .send-notification-section .send-form .form-actions .btn-primary:hover:not(:disabled){background-color:#0056b3;border-color:#0056b3}.notification-detail-container .send-notification-section .send-form .form-actions .btn-primary:disabled{cursor:not-allowed;opacity:.6}.notification-detail-container .danger-zone{background-color:#fff5f5;border:1px solid #fed7d7;border-radius:8px;margin-bottom:20px;padding:20px}.notification-detail-container .danger-zone h5{color:#c53030;font-size:1.1rem;font-weight:600;margin:0 0 10px}.notification-detail-container .danger-zone p{color:#666;font-size:.9rem;margin:0 0 15px}.notification-detail-container .danger-zone .btn-danger{background-color:#dc3545;border-color:#dc3545;border-radius:4px;color:#fff;font-weight:500;padding:8px 16px}.notification-detail-container .danger-zone .btn-danger:hover{background-color:#c82333;border-color:#bd2130}.notification-detail-container .alert{align-items:center;border:1px solid #0000;border-radius:4px;display:flex;margin-bottom:15px;padding:12px 16px}.notification-detail-container .alert.alert-danger{background-color:#f8d7da;border-color:#f5c6cb;color:#721c24}.notification-detail-container .alert.alert-info{background-color:#d1ecf1;border-color:#bee5eb;color:#0c5460}.notification-detail-container .alert.alert-success{background-color:#d4edda;border-color:#c3e6cb;color:#155724}.notification-detail-container .alert strong{margin-right:5px}.notification-detail-container .mr-2{margin-right:.5rem}.notification-detail-container .ms-2{margin-left:.5rem}.notification-detail-container .spinner-border{animation:spinner-border .75s linear infinite;border:.125em solid;border-radius:50%;border-right:.125em solid #0000;display:inline-block;height:1rem;vertical-align:text-bottom;width:1rem}.notification-detail-container .spinner-border.spinner-border-sm{border-width:.125em;height:.875rem;width:.875rem}.notification-detail-container .visually-hidden{clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}@keyframes spinner-border{to{transform:rotate(1turn)}}@media(max-width:768px){.notification-detail-container .notification-info-section .info-grid{gap:10px;grid-template-columns:1fr}.notification-detail-container .send-notification-section .send-header{align-items:flex-start;flex-direction:column;gap:10px}.notification-detail-container .send-notification-section .send-header .toggle-btn{align-self:flex-end}.notification-detail-container .send-notification-section .send-form .form-grid{grid-template-columns:1fr}.notification-detail-container .danger-zone .btn-danger,.notification-detail-container .send-notification-section .send-form .form-actions .btn-primary{width:100%}}.users-container{background:#f5f7fa;min-height:100%;padding:1.5rem}.users-container .users-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.users-container .users-header h2{color:#1f2937;font-size:1.5rem;font-weight:700;margin:0}.users-container .users-header .btn-create{background:#10b981;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:600;padding:.625rem 1.25rem;transition:all .2s}.users-container .users-header .btn-create:hover{background:#059669}.users-container .alert{border-radius:10px;font-size:.875rem;margin-bottom:1rem;padding:1rem 1.25rem}.users-container .alert.alert-danger{background:#fef2f2;border:1px solid #fecaca;color:#dc2626}.users-container .alert.alert-warning{background:#fffbeb;border:1px solid #fde68a;color:#d97706}.users-container .users-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 8px #0000000f;overflow:hidden}.users-container .loading-state{align-items:center;color:#6b7280;display:flex;flex-direction:column;justify-content:center;padding:4rem 2rem}.users-container .loading-state .spinner{animation:spin 1s linear infinite;border:3px solid #e5e7eb;border-radius:50%;border-top-color:#3b82f6;height:40px;margin-bottom:1rem;width:40px}.users-container .table-container{overflow-x:auto}.users-container .users-table{border-collapse:collapse;font-size:.875rem;width:100%}.users-container .users-table thead{background:#f9fafb}.users-container .users-table thead th{border-bottom:1px solid #e5e7eb;color:#6b7280;font-size:.75rem;font-weight:600;letter-spacing:.5px;padding:.875rem 1rem;text-align:left;text-transform:uppercase}.users-container .users-table tbody tr{border-bottom:1px solid #f3f4f6;transition:background .2s}.users-container .users-table tbody tr:hover{background:#f9fafb}.users-container .users-table tbody tr:last-child{border-bottom:none}.users-container .users-table tbody td{padding:1rem;vertical-align:middle}.users-container .users-table tbody td.empty-state{color:#9ca3af;padding:3rem;text-align:center}.users-container .users-table .user-id-link{text-decoration:none}.users-container .users-table .user-id-link code{background:#f3f4f6;border-radius:6px;color:#374151;font-family:Monaco,Menlo,monospace;font-size:.8rem;padding:.25rem .5rem}.users-container .users-table .user-id-link:hover code{background:#e5e7eb;color:#3b82f6}.users-container .users-table .username-cell{color:#1f2937;font-weight:600}.users-container .users-table .email-cell{color:#6b7280;font-size:.85rem}.users-container .users-table .role-badge{border-radius:20px;display:inline-block;font-size:.7rem;font-weight:600;padding:.25rem .625rem}.users-container .users-table .role-badge.admin{background:#dbeafe;color:#1d4ed8}.users-container .users-table .role-badge.user{background:#f3f4f6;color:#6b7280}.users-container .users-table .mfa-badge{border-radius:6px;display:inline-block;font-size:.75rem;font-weight:600;padding:.25rem .5rem}.users-container .users-table .mfa-badge.enabled{background:#d1fae5;color:#059669}.users-container .users-table .mfa-badge.disabled{background:#f3f4f6;color:#9ca3af}.users-container .users-table .btn-delete{background:#fee2e2;border:none;border-radius:6px;color:#dc2626;cursor:pointer;font-size:.75rem;font-weight:600;padding:.375rem .75rem;transition:all .2s}.users-container .users-table .btn-delete:hover{background:#fecaca}.users-container .pagination{align-items:center;border-top:1px solid #f3f4f6;display:flex;justify-content:space-between;padding:1rem}.users-container .pagination .total-count{color:#6b7280;font-size:.8rem}.users-container .pagination .pagination-buttons{display:flex;gap:.5rem}.users-container .pagination .btn-page{background:#f3f4f6;border:none;border-radius:6px;color:#374151;cursor:pointer;font-size:.8rem;font-weight:600;padding:.5rem 1rem;transition:all .2s}.users-container .pagination .btn-page:hover{background:#e5e7eb}.users-container .create-user-form-content .form-group{margin-bottom:1rem}.users-container .create-user-form-content .form-group label{color:#374151;display:block;font-size:.8rem;font-weight:600;margin-bottom:.375rem}.users-container .create-user-form-content .form-group .form-control{border:1px solid #e5e7eb;border-radius:8px;font-size:.875rem;padding:.625rem .875rem;transition:all .2s;width:100%}.users-container .create-user-form-content .form-group .form-control:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.users-container .create-user-form-content .form-group .form-control.valid{border-color:#10b981}.users-container .create-user-form-content .form-group .form-control.invalid{border-color:#ef4444}.users-container .create-user-form-content .form-group .validation-error{color:#ef4444;display:block;font-size:.75rem;margin-top:.25rem}@media(max-width:768px){.users-container{padding:1rem}.users-container .users-header{align-items:flex-start;flex-direction:column;gap:1rem}.users-container .users-table{font-size:.8rem}.users-container .users-table td,.users-container .users-table th{padding:.75rem .5rem}.users-container .pagination{flex-direction:column;gap:1rem}}.configuration-container{max-width:100%;padding:1.5rem}@media(max-width:768px){.configuration-container{padding:1rem}}.configuration-container h2{color:#333;font-weight:600}.configuration-container .configuration-sections .card{border:1px solid #e9ecef;border-radius:.5rem;box-shadow:0 .125rem .25rem rgba(0,0,0,.075)}.configuration-container .configuration-sections .card .card-header{background-color:#f8f9fa;border-bottom:1px solid #e9ecef;padding:1rem 1.5rem}.configuration-container .configuration-sections .card .card-header .btn-link{color:#333;font-weight:600}.configuration-container .configuration-sections .card .card-header .btn-link:hover{color:#3a76d6}.configuration-container .configuration-sections .card .card-header .btn-link i{color:#6c757d}.configuration-container .configuration-sections .card .card-body{padding:1.5rem}.configuration-container .table{font-size:.9rem;margin-bottom:0}.configuration-container .table th{background-color:#f8f9fa;border-top:none;color:#495057;font-weight:600;padding:.75rem}.configuration-container .table td{padding:.75rem;vertical-align:middle}.configuration-container .table .config-key{background-color:#f8f9fa;border-radius:.25rem;color:#495057;font-size:.85rem;font-weight:500;padding:.25rem .5rem}.configuration-container .table .config-value{background-color:#e9ecef;border-radius:.25rem;color:#495057;font-size:.85rem;padding:.25rem .5rem;word-break:break-all}.configuration-container .table .table-warning{background-color:#ffc1071a}.configuration-container .form-control{border:1px solid #ced4da;border-radius:.375rem;font-size:.9rem}.configuration-container .form-control:focus{border-color:#86b7fe;box-shadow:0 0 0 .25rem #0d6efd40}.configuration-container .form-control.border-warning{border-color:#ffc107}.configuration-container .form-control.border-warning:focus{border-color:#ffca2c;box-shadow:0 0 0 .25rem #ffc10740}.configuration-container .input-group-text{border-radius:0 .375rem .375rem 0}.configuration-container .input-group-text.bg-warning{border-color:#ffc107}.configuration-container .btn{border-radius:.375rem;font-weight:500}.configuration-container .btn.btn-primary{background-color:#3a76d6;border-color:#3a76d6}.configuration-container .btn.btn-primary:hover{background-color:#0b5ed7;border-color:#0a58ca}.configuration-container .btn.btn-outline-secondary{border-color:#6c757d;color:#6c757d}.configuration-container .btn.btn-outline-secondary:hover{background-color:#6c757d;border-color:#6c757d;color:#fff}.configuration-container .btn.btn-sm{font-size:.75rem;padding:.25rem .5rem}.configuration-container .alert{border:none;border-radius:.5rem}.configuration-container .alert.alert-info{background-color:#e3f2fd;color:#1565c0}.configuration-container .alert.alert-danger{background-color:#ffebee;color:#c62828}.configuration-container .alert.alert-warning{background-color:#fff3e0;color:#ef6c00}.configuration-container .alert ul{padding-left:1.5rem}.configuration-container .config-changes-preview{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:.375rem;max-height:200px;overflow-y:auto;padding:1rem}.configuration-container .config-changes-preview code{background-color:#e9ecef;border-radius:.25rem;font-size:.85rem;padding:.125rem .25rem}.configuration-container .text-warning{color:#856404!important}.configuration-container .text-warning i{color:#856404}.configuration-container .spinner-border-sm{height:1rem;width:1rem}@media(max-width:768px){.configuration-container .table-responsive{font-size:.8rem}.configuration-container .btn-group{flex-direction:column}.configuration-container .btn-group .btn{margin-bottom:.25rem}.configuration-container .d-flex.justify-content-between{flex-direction:column;gap:1rem}.configuration-container .config-key,.configuration-container .config-value{font-size:.75rem;word-break:break-all}}.runtime-modules-container{max-width:100%;padding:1.5rem}@media(max-width:768px){.runtime-modules-container{padding:1rem}}.runtime-modules-container h2{color:#333;font-weight:600}.runtime-modules-container .table{font-size:.9rem}.runtime-modules-container .table th{background-color:#f8f9fa;border-top:none;color:#495057;font-weight:600}.runtime-modules-container .table td{vertical-align:middle}.runtime-modules-container .table .module-path{background-color:#f8f9fa;border-radius:.25rem;color:#495057;font-size:.85rem;padding:.25rem .5rem;word-break:break-all}.runtime-modules-container .table .module-sum{background-color:#e9ecef;border-radius:.25rem;color:#6c757d;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.75rem;padding:.25rem .5rem}.runtime-modules-container .table .badge{font-size:.75rem}.runtime-modules-container .table i{font-size:1.2rem}.runtime-modules-container .table i.fa-lua{color:navy!important}.runtime-modules-container .table i.fa-js-square{color:#f7df1e!important}.runtime-modules-container .table i.fas.fa-code{color:#00add8!important}.runtime-modules-container .alert{border:none;border-radius:.5rem}.runtime-modules-container .alert.alert-info{background-color:#e3f2fd;color:#1565c0}.runtime-modules-container .alert.alert-info ul{padding-left:1.5rem}.runtime-modules-container .alert.alert-danger{background-color:#ffebee;color:#c62828}.runtime-modules-container .alert.alert-warning{background-color:#fff3e0;color:#ef6c00}.runtime-modules-container .card{border:1px solid #e9ecef;border-radius:.5rem;box-shadow:0 .125rem .25rem rgba(0,0,0,.075)}.runtime-modules-container .card .card-header{background-color:#f8f9fa;border-bottom:1px solid #e9ecef;padding:1rem 1.5rem}.runtime-modules-container .card .card-header h5{color:#333;font-weight:600;margin-bottom:0}.runtime-modules-container .card .card-header h5 i{color:#6c757d}.runtime-modules-container .card .card-body{padding:1.5rem}.runtime-modules-container .card .card-title{font-size:2rem;font-weight:700;margin-bottom:.5rem}.runtime-modules-container .card .card-text{color:#6c757d;margin-bottom:0}.runtime-modules-container .form-control{border:1px solid #ced4da;border-radius:.375rem}.runtime-modules-container .form-control:focus{border-color:#86b7fe;box-shadow:0 0 0 .25rem #0d6efd40}.runtime-modules-container .btn{border-radius:.375rem;font-weight:500}.runtime-modules-container .btn.btn-outline-primary{border-color:#3a76d6;color:#3a76d6}.runtime-modules-container .btn.btn-outline-primary:hover{background-color:#3a76d6;border-color:#3a76d6;color:#fff}.runtime-modules-container .btn.btn-outline-primary i{transition:transform .2s ease}.runtime-modules-container .btn.btn-outline-primary:hover i.fa-sync-alt{transform:rotate(180deg)}.runtime-modules-container .text-primary{color:#3a76d6!important}.runtime-modules-container .text-success{color:#198754!important}.runtime-modules-container .text-warning{color:#ffc107!important}.runtime-modules-container .text-info{color:#0dcaf0!important}.runtime-modules-container .text-muted{color:#6c757d!important}.runtime-modules-container .bg-info{background-color:#0dcaf0!important}.runtime-modules-container .spinner-border-sm{height:1rem;width:1rem}@media(max-width:768px){.runtime-modules-container .table-responsive{font-size:.8rem}.runtime-modules-container .d-flex.justify-content-between{flex-direction:column;gap:1rem}.runtime-modules-container .module-path,.runtime-modules-container .module-sum{font-size:.7rem;word-break:break-all}.runtime-modules-container .card-title{font-size:1.5rem}.runtime-modules-container .row .col-md-4{margin-bottom:1rem}}.purchases-container{max-width:100%;padding:1.5rem}@media(max-width:768px){.purchases-container{padding:1rem}}.purchases-container h2{color:#333;font-weight:600}.purchases-container .table{font-size:.9rem}.purchases-container .table th{background-color:#f8f9fa;border-top:none;color:#495057;font-weight:600}.purchases-container .table td{vertical-align:middle}.purchases-container .table .transaction-id{background-color:#f8f9fa;border-radius:.25rem;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.85rem;padding:.2rem .4rem}.purchases-container .table .badge{font-size:.75rem}.purchases-container .table i{font-size:1.2rem}.purchases-container .table i.fa-apple{color:#000!important}.purchases-container .table i.fa-google-play{color:#34a853!important}.purchases-container .table i.fa-steam{color:#1b2838!important}.purchases-container .table i.fa-shopping-cart{color:#6c757d!important}.purchases-container .alert{border:none;border-radius:.5rem}.purchases-container .alert.alert-info{background-color:#e3f2fd;color:#1565c0}.purchases-container .alert.alert-danger{background-color:#ffebee;color:#c62828}.purchases-container .alert.alert-warning{background-color:#fff3e0;color:#ef6c00}.purchases-container .card{border:1px solid #e9ecef;border-radius:.5rem;box-shadow:0 .125rem .25rem rgba(0,0,0,.075)}.purchases-container .card .card-body{padding:1.5rem}.purchases-container .card .card-title{font-size:2rem;font-weight:700;margin-bottom:.5rem}.purchases-container .card .card-text{color:#6c757d;margin-bottom:0}.purchases-container .form-control,.purchases-container .form-select{border:1px solid #ced4da;border-radius:.375rem}.purchases-container .form-control:focus,.purchases-container .form-select:focus{border-color:#86b7fe;box-shadow:0 0 0 .25rem #0d6efd40}.purchases-container .btn{border-radius:.375rem;font-weight:500}.purchases-container .btn.btn-outline-primary{border-color:#3a76d6;color:#3a76d6}.purchases-container .btn.btn-outline-primary:hover{background-color:#3a76d6;border-color:#3a76d6;color:#fff}.purchases-container .text-decoration-none:hover{text-decoration:underline!important}.purchases-container .bg-success{background-color:#198754!important}.purchases-container .bg-danger{background-color:#dc3545!important}.purchases-container .bg-warning{background-color:#ffc107!important;color:#000!important}.purchases-container .text-primary{color:#3a76d6!important}.purchases-container .text-success{color:#198754!important}.purchases-container .text-danger{color:#dc3545!important}.purchases-container .text-warning{color:#ffc107!important}.purchases-container .spinner-border-sm{height:1rem;width:1rem}@media(max-width:768px){.purchases-container .table-responsive{font-size:.8rem}.purchases-container .d-flex.justify-content-between{flex-direction:column;gap:1rem}.purchases-container .transaction-id{font-size:.75rem;word-break:break-all}.purchases-container .card-title{font-size:1.5rem}.purchases-container .row .col-md-3{margin-bottom:1rem}}.subscriptions-container{max-width:100%;padding:1.5rem}@media(max-width:768px){.subscriptions-container{padding:1rem}}.subscriptions-container h2{color:#333;font-weight:600}.subscriptions-container .table{font-size:.9rem}.subscriptions-container .table th{background-color:#f8f9fa;border-top:none;color:#495057;font-weight:600}.subscriptions-container .table td{vertical-align:middle}.subscriptions-container .table .badge{font-size:.75rem}.subscriptions-container .table i{font-size:1.2rem}.subscriptions-container .table i.fa-apple{color:#000!important}.subscriptions-container .table i.fa-google-play{color:#34a853!important}.subscriptions-container .table i.fa-shopping-cart{color:#6c757d!important}.subscriptions-container .alert{border:none;border-radius:.5rem}.subscriptions-container .alert.alert-info{background-color:#e3f2fd;color:#1565c0}.subscriptions-container .alert.alert-danger{background-color:#ffebee;color:#c62828}.subscriptions-container .alert.alert-warning{background-color:#fff3e0;color:#ef6c00}.subscriptions-container .card{border:1px solid #e9ecef;border-radius:.5rem;box-shadow:0 .125rem .25rem rgba(0,0,0,.075)}.subscriptions-container .card .card-body{padding:1.5rem}.subscriptions-container .card .card-title{font-size:2rem;font-weight:700;margin-bottom:.5rem}.subscriptions-container .card .card-text{color:#6c757d;margin-bottom:0}.subscriptions-container .form-control,.subscriptions-container .form-select{border:1px solid #ced4da;border-radius:.375rem}.subscriptions-container .form-control:focus,.subscriptions-container .form-select:focus{border-color:#86b7fe;box-shadow:0 0 0 .25rem #0d6efd40}.subscriptions-container .btn{border-radius:.375rem;font-weight:500}.subscriptions-container .btn.btn-outline-primary{border-color:#3a76d6;color:#3a76d6}.subscriptions-container .btn.btn-outline-primary:hover{background-color:#3a76d6;border-color:#3a76d6;color:#fff}.subscriptions-container .text-decoration-none:hover{text-decoration:underline!important}.subscriptions-container .bg-success{background-color:#198754!important}.subscriptions-container .bg-danger{background-color:#dc3545!important}.subscriptions-container .bg-warning{background-color:#ffc107!important;color:#000!important}.subscriptions-container .bg-secondary{background-color:#6c757d!important}.subscriptions-container .text-primary{color:#3a76d6!important}.subscriptions-container .text-success{color:#198754!important}.subscriptions-container .text-danger{color:#dc3545!important}.subscriptions-container .text-warning{color:#ffc107!important}.subscriptions-container .spinner-border-sm{height:1rem;width:1rem}@media(max-width:768px){.subscriptions-container .table-responsive{font-size:.8rem}.subscriptions-container .d-flex.justify-content-between{flex-direction:column;gap:1rem}.subscriptions-container .card-title{font-size:1.5rem}.subscriptions-container .row .col-md-3{margin-bottom:1rem}}.matches-container{max-width:100%;padding:1.5rem}@media(max-width:768px){.matches-container{padding:1rem}}.matches-container h2{color:#333;font-weight:600}.matches-container h2 .badge{font-size:.6em;vertical-align:middle}.matches-container .table{font-size:.9rem}.matches-container .table th{background-color:#f8f9fa;border-top:none;color:#495057;font-weight:600}.matches-container .table td{vertical-align:middle}.matches-container .table .match-id{background-color:#f8f9fa;border-radius:.25rem;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.85rem;padding:.2rem .4rem}.matches-container .table .handler-name{background-color:#e9ecef;border-radius:.25rem;color:#495057;font-size:.85rem;padding:.2rem .4rem}.matches-container .table .match-label{color:#333;font-weight:500}.matches-container .table .badge{font-size:.75rem}.matches-container .table .badge.bg-outline-primary{background-color:#0000!important;border:1px solid #3a76d6;color:#3a76d6}.matches-container .alert{border:none;border-radius:.5rem}.matches-container .alert.alert-info{background-color:#e3f2fd;color:#1565c0}.matches-container .alert.alert-danger{background-color:#ffebee;color:#c62828}.matches-container .alert.alert-warning{background-color:#fff3e0;color:#ef6c00}.matches-container .card{border:1px solid #e9ecef;border-radius:.5rem;box-shadow:0 .125rem .25rem rgba(0,0,0,.075)}.matches-container .card .card-body{padding:1.5rem}.matches-container .card .card-title{font-size:2rem;font-weight:700;margin-bottom:.5rem}.matches-container .card .card-text{color:#6c757d;margin-bottom:0}.matches-container .form-control,.matches-container .form-select{border:1px solid #ced4da;border-radius:.375rem}.matches-container .form-control:focus,.matches-container .form-select:focus{border-color:#86b7fe;box-shadow:0 0 0 .25rem #0d6efd40}.matches-container .btn{border-radius:.375rem;font-weight:500}.matches-container .btn.btn-outline-primary{border-color:#3a76d6;color:#3a76d6}.matches-container .btn.btn-outline-primary:hover{background-color:#3a76d6;border-color:#3a76d6;color:#fff}.matches-container .bg-success{background-color:#198754!important}.matches-container .bg-info{background-color:#0dcaf0!important}.matches-container .bg-secondary{background-color:#6c757d!important}.matches-container .bg-primary{background-color:#3a76d6!important}.matches-container .text-primary{color:#3a76d6!important}.matches-container .text-success{color:#198754!important}.matches-container .text-info{color:#0dcaf0!important}.matches-container .text-warning{color:#ffc107!important}.matches-container .text-muted{color:#6c757d!important}.matches-container .fa-gamepad{opacity:.3}.matches-container .spinner-border-sm{height:1rem;width:1rem}@media(max-width:768px){.matches-container .table-responsive{font-size:.8rem}.matches-container .d-flex.justify-content-between{flex-direction:column;gap:1rem}.matches-container .handler-name,.matches-container .match-id{font-size:.75rem;word-break:break-all}.matches-container .card-title{font-size:1.5rem}.matches-container .row .col-md-3{margin-bottom:1rem}.matches-container h2 .badge{font-size:.5em}}.analytics-container{background-color:#f8f9fa;min-height:100vh;padding:1.5rem}.analytics-container .analytics-header{align-items:flex-start;background:linear-gradient(135deg,#3a76d6,#2a5bb8);border-radius:12px;box-shadow:0 4px 20px #0000001a;color:#fff;display:flex;justify-content:space-between;margin-bottom:2rem;padding:2rem}.analytics-container .analytics-header .header-content .analytics-title{font-size:2rem;font-weight:700;margin:0 0 .5rem;text-shadow:0 2px 4px #0003}.analytics-container .analytics-header .header-content .analytics-subtitle{font-size:1rem;font-weight:300;margin:0;opacity:.9}.analytics-container .analytics-header .header-actions{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}.analytics-container .analytics-header .header-actions .time-range-selector .form-select{background-color:#fff3;border:1px solid #ffffff4d;border-radius:8px;color:#fff;padding:.5rem 1rem}.analytics-container .analytics-header .header-actions .time-range-selector .form-select:focus{background-color:#ffffff4d;border-color:#ffffff80;box-shadow:0 0 0 2px #fff3}.analytics-container .analytics-header .header-actions .time-range-selector .form-select option{background-color:#333;color:#fff}.analytics-container .analytics-header .header-actions .custom-date-range{align-items:center;display:flex;gap:.5rem}.analytics-container .analytics-header .header-actions .custom-date-range .form-control{background-color:#fff3;border:1px solid #ffffff4d;border-radius:8px;color:#fff;padding:.5rem;width:140px}.analytics-container .analytics-header .header-actions .custom-date-range .form-control:focus{background-color:#ffffff4d;border-color:#ffffff80;box-shadow:0 0 0 2px #fff3}.analytics-container .analytics-header .header-actions .custom-date-range .form-control::placeholder{color:#ffffffb3}.analytics-container .analytics-header .header-actions .custom-date-range span{font-weight:500;opacity:.8}.analytics-container .analytics-header .header-actions .export-buttons{display:flex;gap:.5rem}.analytics-container .analytics-header .header-actions .export-buttons .btn{border-radius:8px;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.analytics-container .analytics-header .header-actions .export-buttons .btn.btn-outline-success{background-color:#28a7451a;border-color:#28a74580;color:#28a745}.analytics-container .analytics-header .header-actions .export-buttons .btn.btn-outline-success:hover{background-color:#28a745;color:#fff}.analytics-container .analytics-header .header-actions .export-buttons .btn.btn-outline-danger{background-color:#dc35451a;border-color:#dc354580;color:#dc3545}.analytics-container .analytics-header .header-actions .export-buttons .btn.btn-outline-danger:hover{background-color:#dc3545;color:#fff}.analytics-container .analytics-header .header-actions .export-buttons .btn.btn-outline-secondary{background-color:#6c757d1a;border-color:#6c757d80;color:#6c757d}.analytics-container .analytics-header .header-actions .export-buttons .btn.btn-outline-secondary:hover{background-color:#6c757d;color:#fff}.analytics-container .analytics-header .header-actions .btn-primary{background:linear-gradient(135deg,#4facfe,#00f2fe);border:none;border-radius:8px;font-weight:600;padding:.5rem 1.5rem;transition:all .2s ease}.analytics-container .analytics-header .header-actions .btn-primary:hover{box-shadow:0 4px 12px #4facfe66;transform:translateY(-2px)}.analytics-container .loading-state{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:4rem 2rem;text-align:center}.analytics-container .loading-state .spinner-border{color:#3a76d6;height:3rem;margin-bottom:1rem;width:3rem}.analytics-container .loading-state p{color:#6c757d;font-size:1.1rem;margin:0}.analytics-container .metrics-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:2rem}.analytics-container .metrics-grid .metric-card{background:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 2px 12px #00000014;padding:1.5rem;transition:all .2s ease}.analytics-container .metrics-grid .metric-card:hover{box-shadow:0 4px 20px #0000001f;transform:translateY(-2px)}.analytics-container .metrics-grid .metric-card .metric-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.analytics-container .metrics-grid .metric-card .metric-header h3{color:#333;font-size:1.1rem;font-weight:600;margin:0}.analytics-container .metrics-grid .metric-card .metric-header .metric-icon{font-size:1.5rem;opacity:.7}.analytics-container .metrics-grid .metric-card .metric-stats{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}.analytics-container .metrics-grid .metric-card .metric-stats .stat-item{border-radius:8px;padding:1rem;text-align:center;transition:all .2s ease}.analytics-container .metrics-grid .metric-card .metric-stats .stat-item.primary{background:linear-gradient(135deg,#3a76d6,#2a5bb8);color:#fff}.analytics-container .metrics-grid .metric-card .metric-stats .stat-item.success{background:linear-gradient(135deg,#56ab2f,#a8e6cf);color:#fff}.analytics-container .metrics-grid .metric-card .metric-stats .stat-item.warning{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff}.analytics-container .metrics-grid .metric-card .metric-stats .stat-item.info{background:linear-gradient(135deg,#4facfe,#00f2fe);color:#fff}.analytics-container .metrics-grid .metric-card .metric-stats .stat-item .stat-value{display:block;font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.analytics-container .metrics-grid .metric-card .metric-stats .stat-item .stat-label{display:block;font-size:.8rem;font-weight:500;opacity:.9}.analytics-container .metrics-grid .metric-card.game-metrics .metric-stats{gap:.75rem;grid-template-columns:1fr}.analytics-container .metrics-grid .metric-card.game-metrics .metric-stats .game-stat{grid-gap:.5rem;align-items:center;background:#f8f9fa;border-radius:6px;display:grid;font-size:.9rem;gap:.5rem;grid-template-columns:2fr 1fr 1fr 1fr;padding:.75rem}.analytics-container .metrics-grid .metric-card.game-metrics .metric-stats .game-stat .game-name{color:#333;font-weight:600}.analytics-container .metrics-grid .metric-card.game-metrics .metric-stats .game-stat .game-players,.analytics-container .metrics-grid .metric-card.game-metrics .metric-stats .game-stat .game-plays,.analytics-container .metrics-grid .metric-card.game-metrics .metric-stats .game-stat .game-session{color:#6c757d;font-size:.8rem;text-align:center}.analytics-container .detailed-analytics{background:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 2px 12px #00000014;margin-bottom:2rem;padding:1.5rem}.analytics-container .detailed-analytics .section-header{border-bottom:2px solid #f8f9fa;margin-bottom:1.5rem;padding-bottom:1rem}.analytics-container .detailed-analytics .section-header h3{color:#333;font-size:1.3rem;font-weight:600;margin:0}.analytics-container .detailed-analytics .games-table-container{overflow-x:auto}.analytics-container .detailed-analytics .games-table-container .games-table{border-collapse:collapse;font-size:.9rem;width:100%}.analytics-container .detailed-analytics .games-table-container .games-table thead{background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.analytics-container .detailed-analytics .games-table-container .games-table thead th{border-bottom:2px solid #dee2e6;color:#495057;font-weight:600;padding:1rem .75rem;text-align:left;white-space:nowrap}.analytics-container .detailed-analytics .games-table-container .games-table tbody .game-row{border-bottom:1px solid #f0f0f0;transition:background-color .2s ease}.analytics-container .detailed-analytics .games-table-container .games-table tbody .game-row:hover{background-color:#f8f9fa}.analytics-container .detailed-analytics .games-table-container .games-table tbody .game-row td{padding:1rem .75rem;vertical-align:middle}.analytics-container .detailed-analytics .games-table-container .games-table tbody .game-row td.game-name-cell .game-info{align-items:center;display:flex;gap:.5rem}.analytics-container .detailed-analytics .games-table-container .games-table tbody .game-row td.game-name-cell .game-info .game-icon{font-size:1.2rem}.analytics-container .detailed-analytics .games-table-container .games-table tbody .game-row td.game-name-cell .game-info .game-name{color:#333;font-weight:600}.analytics-container .detailed-analytics .games-table-container .games-table tbody .game-row td .completion-rate{border-radius:12px;font-size:.8rem;font-weight:600;padding:.25rem .5rem}.analytics-container .detailed-analytics .games-table-container .games-table tbody .game-row td .completion-rate.high{background-color:#d4edda;color:#155724}.analytics-container .detailed-analytics .games-table-container .games-table tbody .game-row td .completion-rate.medium{background-color:#fff3cd;color:#856404}.analytics-container .detailed-analytics .games-table-container .games-table tbody .game-row td .completion-rate.low{background-color:#f8d7da;color:#721c24}.analytics-container .detailed-analytics .games-table-container .games-table tbody .game-row td.top-score{color:#3a76d6;font-weight:600}.analytics-container .recent-activity{background:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 2px 12px #00000014;margin-bottom:2rem;padding:1.5rem}.analytics-container .recent-activity .section-header{border-bottom:2px solid #f8f9fa;margin-bottom:1.5rem;padding-bottom:1rem}.analytics-container .recent-activity .section-header h3{color:#333;font-size:1.3rem;font-weight:600;margin:0}.analytics-container .recent-activity .activity-list{max-height:400px;overflow-y:auto}.analytics-container .recent-activity .activity-list .activity-item{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;gap:1rem;padding:.75rem 0}.analytics-container .recent-activity .activity-list .activity-item:last-child{border-bottom:none}.analytics-container .recent-activity .activity-list .activity-item .activity-time{color:#6c757d;font-size:.8rem;font-weight:500;min-width:80px}.analytics-container .recent-activity .activity-list .activity-item .activity-content{flex:1 1;font-size:.9rem}.analytics-container .recent-activity .activity-list .activity-item .activity-content .activity-user{color:#3a76d6;font-weight:600;margin-right:.5rem}.analytics-container .recent-activity .activity-list .activity-item .activity-content .activity-action{color:#333;margin-right:.5rem}.analytics-container .recent-activity .activity-list .activity-item .activity-content .activity-game{color:#6c757d;font-style:italic;margin-right:.5rem}.analytics-container .recent-activity .activity-list .activity-item .activity-content .activity-coins{color:#f39c12;font-weight:600}.analytics-container .top-performers{background:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 2px 12px #00000014;padding:1.5rem}.analytics-container .top-performers .section-header{border-bottom:2px solid #f8f9fa;margin-bottom:1.5rem;padding-bottom:1rem}.analytics-container .top-performers .section-header h3{color:#333;font-size:1.3rem;font-weight:600;margin:0}.analytics-container .top-performers .performers-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.analytics-container .top-performers .performers-grid .performer-card{background:linear-gradient(135deg,#3a76d6,#2a5bb8);border-radius:12px;box-shadow:0 4px 20px #3a76d64d;color:#fff;padding:1.5rem;text-align:center}.analytics-container .top-performers .performers-grid .performer-card h4{font-size:1rem;font-weight:600;margin:0 0 1rem;opacity:.9}.analytics-container .top-performers .performers-grid .performer-card .performer-info .performer-name{font-size:1.2rem;font-weight:700;margin-bottom:.5rem}.analytics-container .top-performers .performers-grid .performer-card .performer-info .performer-value{font-size:1rem;font-weight:500;opacity:.9}.analytics-container .alert{align-items:center;border:1px solid #0000;border-radius:8px;display:flex;margin-bottom:1.5rem;padding:1rem 1.5rem}.analytics-container .alert.alert-danger{background-color:#f8d7da;border-color:#f5c6cb;color:#721c24}.analytics-container .alert.alert-info{background-color:#d1ecf1;border-color:#bee5eb;color:#0c5460}.analytics-container .alert strong{margin-right:.5rem}@media(max-width:1200px){.analytics-container .analytics-header{flex-direction:column;gap:1rem}.analytics-container .analytics-header .header-actions{justify-content:flex-start;width:100%}.analytics-container .metrics-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media(max-width:768px){.analytics-container{padding:1rem}.analytics-container .analytics-header{padding:1.5rem}.analytics-container .analytics-header .header-content .analytics-title{font-size:1.5rem}.analytics-container .analytics-header .header-actions{align-items:stretch;flex-direction:column;gap:.75rem}.analytics-container .analytics-header .header-actions .export-buttons{justify-content:center}.analytics-container .metrics-grid{gap:1rem;grid-template-columns:1fr}.analytics-container .metrics-grid .metric-card{padding:1rem}.analytics-container .metrics-grid .metric-card .metric-stats{gap:.75rem;grid-template-columns:1fr}.analytics-container .metrics-grid .metric-card .metric-stats .stat-item{padding:.75rem}.analytics-container .games-table-container .games-table{font-size:.8rem}.analytics-container .games-table-container .games-table tbody td,.analytics-container .games-table-container .games-table thead th{padding:.5rem .25rem}.analytics-container .performers-grid{grid-template-columns:1fr}}.ad-management-container{background-color:#f8f9fa;min-height:100vh;padding:1.5rem}.ad-management-container .ad-management-header{margin-bottom:1.5rem}.ad-management-container .ad-management-header .ad-management-title{color:#1e293b;font-size:1.5rem;font-weight:600;margin:0}.ad-management-container .loading-state{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:4rem 2rem;text-align:center}.ad-management-container .loading-state .spinner-border{color:#3a76d6;height:3rem;margin-bottom:1rem;width:3rem}.ad-management-container .loading-state p{color:#6c757d;font-size:1.1rem;margin:0}.ad-management-container .summary-cards{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.ad-management-container .summary-cards .summary-card{align-items:center;background:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 2px 12px #00000014;display:flex;gap:1rem;padding:1.5rem;transition:all .2s ease}.ad-management-container .summary-cards .summary-card:hover{box-shadow:0 4px 20px #0000001f;transform:translateY(-2px)}.ad-management-container .summary-cards .summary-card .card-icon{font-size:2.5rem;opacity:.8}.ad-management-container .summary-cards .summary-card .card-content{flex:1 1}.ad-management-container .summary-cards .summary-card .card-content h3{color:#6c757d;font-size:.9rem;font-weight:600;letter-spacing:.5px;margin:0 0 .5rem;text-transform:uppercase}.ad-management-container .summary-cards .summary-card .card-content .card-value{color:#333;font-size:1.8rem;font-weight:700;margin-bottom:.25rem}.ad-management-container .summary-cards .summary-card .card-content .card-subtitle{color:#6c757d;font-size:.8rem;margin:0}.ad-management-container .summary-cards .summary-card.revenue{border-left:4px solid #28a745}.ad-management-container .summary-cards .summary-card.networks{border-left:4px solid #007bff}.ad-management-container .summary-cards .summary-card.placements{border-left:4px solid #ffc107}.ad-management-container .summary-cards .summary-card.rewards{border-left:4px solid #dc3545}.ad-management-container .tab-navigation{background:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 2px 12px #00000014;display:flex;margin-bottom:2rem;padding:.5rem}.ad-management-container .tab-navigation .tab-button{background:#0000;border:none;border-radius:8px;color:#6c757d;cursor:pointer;flex:1 1;font-weight:600;padding:1rem 1.5rem;transition:all .2s ease}.ad-management-container .tab-navigation .tab-button:hover{background-color:#f8f9fa;color:#495057}.ad-management-container .tab-navigation .tab-button.active{background:linear-gradient(135deg,#3a76d6,#2a5bb8);box-shadow:0 2px 8px #3a76d64d;color:#fff}.ad-management-container .tab-content{background:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 2px 12px #00000014;padding:2rem}.ad-management-container .tab-content .section-header{border-bottom:2px solid #f8f9fa;margin-bottom:2rem;padding-bottom:1rem}.ad-management-container .tab-content .section-header h3{color:#333;font-size:1.5rem;font-weight:600;margin:0 0 .5rem}.ad-management-container .tab-content .section-header p{color:#6c757d;font-size:1rem;margin:0}.ad-management-container .tab-content .networks-tab .section-header{align-items:center;border-bottom:2px solid #e9ecef;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.ad-management-container .tab-content .networks-tab .section-header .header-content h3{color:#333;font-size:1.5rem;font-weight:600;margin:0}.ad-management-container .tab-content .networks-tab .section-header .header-actions{display:flex;gap:1rem}.ad-management-container .tab-content .networks-tab .section-header .header-actions .btn{border:none;border-radius:8px;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .2s ease}.ad-management-container .tab-content .networks-tab .section-header .header-actions .btn:disabled{cursor:not-allowed;opacity:.5}.ad-management-container .tab-content .networks-tab .section-header .header-actions .btn.btn-primary{background:linear-gradient(135deg,#3a76d6,#2a5bb8);color:#fff}.ad-management-container .tab-content .networks-tab .section-header .header-actions .btn.btn-primary:hover:not(:disabled){box-shadow:0 4px 12px #3a76d666;transform:translateY(-2px)}.ad-management-container .tab-content .networks-tab .config-section{background:#fff;border:1px solid #e9ecef;border-radius:12px;margin-bottom:1.5rem;overflow:hidden;transition:all .2s ease}.ad-management-container .tab-content .networks-tab .config-section:hover{box-shadow:0 2px 8px #0000001a}.ad-management-container .tab-content .networks-tab .config-section .config-section-header{align-items:center;background:#f8f9fa;border-bottom:1px solid #e9ecef;cursor:pointer;display:flex;justify-content:space-between;padding:1.5rem;transition:background-color .2s ease}.ad-management-container .tab-content .networks-tab .config-section .config-section-header:hover{background:#e9ecef}.ad-management-container .tab-content .networks-tab .config-section .config-section-header h4{align-items:center;color:#333;display:flex;font-size:1.2rem;font-weight:600;gap:.5rem;margin:0}.ad-management-container .tab-content .networks-tab .config-section .config-section-header .section-badges{display:flex;gap:.5rem;margin-left:auto;margin-right:1rem}.ad-management-container .tab-content .networks-tab .config-section .config-section-header .section-badges .status-badge{border-radius:12px;font-size:.75rem;font-weight:600;letter-spacing:.5px;padding:.25rem .75rem;text-transform:uppercase}.ad-management-container .tab-content .networks-tab .config-section .config-section-header .section-badges .status-badge.enabled{background:#e8f5e8;color:#2e7d32}.ad-management-container .tab-content .networks-tab .config-section .config-section-header .section-badges .status-badge.disabled{background:#ffebee;color:#c62828}.ad-management-container .tab-content .networks-tab .config-section .config-section-header .expand-icon{color:#6c757d;font-size:.8rem;transition:transform .2s ease;-webkit-user-select:none;user-select:none}.ad-management-container .tab-content .networks-tab .config-section .config-section-content{background:#fff;padding:1.5rem}.ad-management-container .tab-content .networks-tab .config-section .config-section-content .form-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:1.5rem}.ad-management-container .tab-content .networks-tab .config-section .config-section-content .form-grid .form-group{display:flex;flex-direction:column}.ad-management-container .tab-content .networks-tab .config-section .config-section-content .form-grid .form-group label{align-items:center;color:#333;display:flex;font-size:.9rem;font-weight:500;gap:.5rem;margin-bottom:.5rem}.ad-management-container .tab-content .networks-tab .config-section .config-section-content .form-grid .form-group label input[type=checkbox]{cursor:pointer;margin:0;width:auto}.ad-management-container .tab-content .networks-tab .config-section .config-section-content .form-grid .form-group .form-control{border:1px solid #ced4da;border-radius:6px;font-size:.9rem;padding:.75rem;transition:all .2s ease;width:100%}.ad-management-container .tab-content .networks-tab .config-section .config-section-content .form-grid .form-group .form-control:focus{border-color:#3a76d6;box-shadow:0 0 0 2px #3a76d633;outline:none}.ad-management-container .tab-content .networks-tab .config-section .config-section-content .form-grid .form-group .form-control::placeholder{color:#adb5bd}.ad-management-container .tab-content .networks-tab .config-section .config-section-content .rewards-section{border-top:1px solid #e9ecef;margin-top:2rem;padding-top:1.5rem}.ad-management-container .tab-content .networks-tab .config-section .config-section-content .rewards-section .rewards-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.ad-management-container .tab-content .networks-tab .config-section .config-section-content .rewards-section .rewards-header h5{color:#333;font-size:1.1rem;font-weight:600;margin:0}.ad-management-container .tab-content .networks-tab .config-section .config-section-content .rewards-section .rewards-header .btn{border:none;border-radius:6px;cursor:pointer;font-weight:600;padding:.5rem 1rem;transition:all .2s ease}.ad-management-container .tab-content .networks-tab .config-section .config-section-content .rewards-section .rewards-header .btn.btn-success{background:linear-gradient(135deg,#28a745,#20c997);color:#fff}.ad-management-container .tab-content .networks-tab .config-section .config-section-content .rewards-section .rewards-header .btn.btn-success:hover{box-shadow:0 4px 12px #28a74566;transform:translateY(-2px)}.ad-management-container .tab-content .networks-tab .config-section .config-section-content .rewards-section .rewards-header .btn.btn-sm{font-size:.85rem;padding:.4rem .75rem}.ad-management-container .tab-content .networks-tab .config-section .config-section-content .rewards-section .rewards-list{display:flex;flex-direction:column;gap:1rem}.ad-management-container .tab-content .networks-tab .config-section .config-section-content .rewards-section .rewards-list .reward-item{align-items:flex-end;background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;display:flex;gap:1rem;padding:1rem}.ad-management-container .tab-content .networks-tab .config-section .config-section-content .rewards-section .rewards-list .reward-item .reward-fields{display:flex;flex:1 1;gap:1rem}.ad-management-container .tab-content .networks-tab .config-section .config-section-content .rewards-section .rewards-list .reward-item .reward-fields .form-group{flex:1 1;margin:0}.ad-management-container .tab-content .networks-tab .config-section .config-section-content .rewards-section .rewards-list .reward-item .reward-fields .form-group label{color:#6c757d;font-size:.85rem;margin-bottom:.5rem}.ad-management-container .tab-content .networks-tab .config-section .config-section-content .rewards-section .rewards-list .reward-item .reward-fields .form-group .form-control{font-size:.9rem;padding:.5rem}.ad-management-container .tab-content .networks-tab .config-section .config-section-content .rewards-section .rewards-list .reward-item .btn{align-items:center;border:none;border-radius:6px;cursor:pointer;display:flex;height:40px;justify-content:center;min-width:40px;padding:.5rem;transition:all .2s ease}.ad-management-container .tab-content .networks-tab .config-section .config-section-content .rewards-section .rewards-list .reward-item .btn.btn-danger{background:#dc3545;color:#fff}.ad-management-container .tab-content .networks-tab .config-section .config-section-content .rewards-section .rewards-list .reward-item .btn.btn-danger:hover{background:#c82333;box-shadow:0 4px 12px #dc354566;transform:translateY(-2px)}.ad-management-container .tab-content .networks-tab .config-section .config-section-content .rewards-section .rewards-list .reward-item .btn.btn-sm{font-size:.85rem}.ad-management-container .tab-content .networks-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.ad-management-container .tab-content .networks-grid .network-card{border:2px solid #e9ecef;border-radius:12px;padding:1.5rem;transition:all .2s ease}.ad-management-container .tab-content .networks-grid .network-card.enabled{background:linear-gradient(135deg,#f8fff9,#fff);border-color:#28a745}.ad-management-container .tab-content .networks-grid .network-card.disabled{background:linear-gradient(135deg,#fff8f8,#fff);border-color:#dc3545;opacity:.7}.ad-management-container .tab-content .networks-grid .network-card .network-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.ad-management-container .tab-content .networks-grid .network-card .network-header .network-info{align-items:center;display:flex;gap:1rem}.ad-management-container .tab-content .networks-grid .network-card .network-header .network-info .network-icon{font-size:2rem}.ad-management-container .tab-content .networks-grid .network-card .network-header .network-info h4{color:#333;font-size:1.2rem;font-weight:600;margin:0 0 .25rem}.ad-management-container .tab-content .networks-grid .network-card .network-header .network-info .network-type{color:#6c757d;font-size:.8rem;font-weight:500}.ad-management-container .tab-content .networks-grid .network-card .network-header .toggle-switch{display:inline-block;height:24px;position:relative;width:50px}.ad-management-container .tab-content .networks-grid .network-card .network-header .toggle-switch input{height:0;opacity:0;width:0}.ad-management-container .tab-content .networks-grid .network-card .network-header .toggle-switch .toggle-slider{background-color:#ccc;border-radius:24px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.4s}.ad-management-container .tab-content .networks-grid .network-card .network-header .toggle-switch .toggle-slider:before{background-color:#fff;border-radius:50%;bottom:3px;content:"";height:18px;left:3px;position:absolute;transition:.4s;width:18px}.ad-management-container .tab-content .networks-grid .network-card .network-header .toggle-switch input:checked+.toggle-slider{background-color:#28a745}.ad-management-container .tab-content .networks-grid .network-card .network-header .toggle-switch input:checked+.toggle-slider:before{transform:translateX(26px)}.ad-management-container .tab-content .networks-grid .network-card .network-details .platform-configs{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-bottom:1rem}.ad-management-container .tab-content .networks-grid .network-card .network-details .platform-configs .platform-config{background:#f8f9fa;border-radius:8px;padding:1rem}.ad-management-container .tab-content .networks-grid .network-card .network-details .platform-configs .platform-config h5{color:#333;font-size:1rem;font-weight:600;margin:0 0 .5rem}.ad-management-container .tab-content .networks-grid .network-card .network-details .platform-configs .platform-config .app-id{color:#6c757d;font-family:monospace;font-size:.8rem;margin-bottom:.5rem}.ad-management-container .tab-content .networks-grid .network-card .network-details .platform-configs .platform-config .ad-units{display:flex;flex-direction:column;gap:.25rem}.ad-management-container .tab-content .networks-grid .network-card .network-details .platform-configs .platform-config .ad-units .ad-unit{align-items:center;display:flex;font-size:.8rem;justify-content:space-between}.ad-management-container .tab-content .networks-grid .network-card .network-details .platform-configs .platform-config .ad-units .ad-unit .ad-type{color:#495057}.ad-management-container .tab-content .networks-grid .network-card .network-details .platform-configs .platform-config .ad-units .ad-unit .status.enabled{color:#28a745}.ad-management-container .tab-content .networks-grid .network-card .network-details .platform-configs .platform-config .ad-units .ad-unit .status.disabled{color:#dc3545}.ad-management-container .tab-content .networks-grid .network-card .network-details .network-footer{align-items:center;border-top:1px solid #e9ecef;display:flex;justify-content:space-between;padding-top:1rem}.ad-management-container .tab-content .networks-grid .network-card .network-details .network-footer .network-meta{display:flex;font-size:.8rem;gap:1rem}.ad-management-container .tab-content .networks-grid .network-card .network-details .network-footer .network-meta .priority{color:#6c757d;font-weight:500}.ad-management-container .tab-content .networks-grid .network-card .network-details .network-footer .network-meta .test-mode{color:#ffc107;font-weight:600}.ad-management-container .tab-content .networks-grid .network-card .network-details .network-footer .network-test-buttons{display:flex;gap:.5rem}.ad-management-container .tab-content .networks-grid .network-card .network-details .network-footer .network-test-buttons .btn{border-radius:6px;font-size:.8rem;padding:.25rem .75rem}.ad-management-container .tab-content .frequency-configs{display:flex;flex-direction:column;gap:1.5rem}.ad-management-container .tab-content .frequency-configs .frequency-card{border:1px solid #e9ecef;border-radius:12px;padding:1.5rem}.ad-management-container .tab-content .frequency-configs .frequency-card .frequency-header{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem}.ad-management-container .tab-content .frequency-configs .frequency-card .frequency-header h4{color:#333;font-size:1.2rem;font-weight:600;margin:0}.ad-management-container .tab-content .frequency-configs .frequency-card .frequency-rules{display:flex;flex-direction:column;gap:1rem}.ad-management-container .tab-content .frequency-configs .frequency-card .frequency-rules .frequency-rule{align-items:flex-start;background:#f8f9fa;border-radius:8px;display:flex;justify-content:space-between;padding:1rem}.ad-management-container .tab-content .frequency-configs .frequency-card .frequency-rules .frequency-rule .rule-info{flex:1 1}.ad-management-container .tab-content .frequency-configs .frequency-card .frequency-rules .frequency-rule .rule-info h5{color:#333;font-size:1rem;font-weight:600;margin:0 0 .5rem}.ad-management-container .tab-content .frequency-configs .frequency-card .frequency-rules .frequency-rule .rule-info p{color:#6c757d;font-size:.9rem;margin:0}.ad-management-container .tab-content .frequency-configs .frequency-card .frequency-rules .frequency-rule .rule-settings{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(2,1fr);min-width:300px}.ad-management-container .tab-content .frequency-configs .frequency-card .frequency-rules .frequency-rule .rule-settings .setting{display:flex;font-size:.8rem;justify-content:space-between}.ad-management-container .tab-content .frequency-configs .frequency-card .frequency-rules .frequency-rule .rule-settings .setting label{color:#6c757d;font-weight:500}.ad-management-container .tab-content .frequency-configs .frequency-card .frequency-rules .frequency-rule .rule-settings .setting span{color:#333;font-weight:600}.ad-management-container .tab-content .rewards-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.ad-management-container .tab-content .rewards-grid .reward-card{border:2px solid #e9ecef;border-radius:12px;padding:1.5rem;transition:all .2s ease}.ad-management-container .tab-content .rewards-grid .reward-card.enabled{background:linear-gradient(135deg,#f8fff9,#fff);border-color:#28a745}.ad-management-container .tab-content .rewards-grid .reward-card.disabled{background:linear-gradient(135deg,#fff8f8,#fff);border-color:#dc3545;opacity:.7}.ad-management-container .tab-content .rewards-grid .reward-card .reward-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.ad-management-container .tab-content .rewards-grid .reward-card .reward-header h4{color:#333;font-size:1.2rem;font-weight:600;margin:0}.ad-management-container .tab-content .rewards-grid .reward-card .reward-details p{color:#6c757d;margin-bottom:1rem}.ad-management-container .tab-content .rewards-grid .reward-card .reward-details .reward-config{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(2,1fr);margin-bottom:1rem}.ad-management-container .tab-content .rewards-grid .reward-card .reward-details .reward-config .config-item{align-items:center;background:#f8f9fa;border-radius:6px;display:flex;font-size:.9rem;justify-content:space-between;padding:.5rem}.ad-management-container .tab-content .rewards-grid .reward-card .reward-details .reward-config .config-item label{color:#6c757d;font-weight:500}.ad-management-container .tab-content .rewards-grid .reward-card .reward-details .reward-config .config-item span{color:#333;font-weight:600}.ad-management-container .tab-content .rewards-grid .reward-card .reward-details .reward-config .config-item span.reward-type{color:#007bff;text-transform:capitalize}.ad-management-container .tab-content .rewards-grid .reward-card .reward-details .reward-config .config-item span.reward-amount{color:#28a745}.ad-management-container .tab-content .rewards-grid .reward-card .reward-details .available-games label{color:#6c757d;display:block;font-size:.9rem;font-weight:500;margin-bottom:.5rem}.ad-management-container .tab-content .rewards-grid .reward-card .reward-details .available-games .games-list{display:flex;flex-wrap:wrap;gap:.5rem}.ad-management-container .tab-content .rewards-grid .reward-card .reward-details .available-games .games-list .game-tag{background:#e9ecef;border-radius:12px;color:#495057;font-size:.8rem;font-weight:500;padding:.25rem .75rem}.ad-management-container .tab-content .performance-summary{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:2fr 1fr;margin-bottom:2rem}.ad-management-container .tab-content .performance-summary .performance-card{background:#f8f9fa;border:1px solid #e9ecef;border-radius:12px;padding:1.5rem}.ad-management-container .tab-content .performance-summary .performance-card h4{color:#333;font-size:1.2rem;font-weight:600;margin:0 0 1rem}.ad-management-container .tab-content .performance-summary .performance-card .performance-metrics{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}.ad-management-container .tab-content .performance-summary .performance-card .performance-metrics .metric{align-items:center;background:#fff;border:1px solid #e9ecef;border-radius:8px;display:flex;justify-content:space-between;padding:.75rem}.ad-management-container .tab-content .performance-summary .performance-card .performance-metrics .metric label{color:#6c757d;font-size:.9rem;font-weight:500}.ad-management-container .tab-content .performance-summary .performance-card .performance-metrics .metric .value{color:#333;font-size:1rem;font-weight:700}.ad-management-container .tab-content .performance-summary .performance-card .top-network{align-items:center;background:#fff;border:1px solid #e9ecef;border-radius:8px;display:flex;gap:1rem;padding:1rem}.ad-management-container .tab-content .performance-summary .performance-card .top-network .network-icon{font-size:2rem}.ad-management-container .tab-content .performance-summary .performance-card .top-network .network-name{color:#333;font-size:1.2rem;font-weight:700}.ad-management-container .tab-content .performance-breakdown h4{color:#333;font-size:1.2rem;font-weight:600;margin:0 0 1rem}.ad-management-container .tab-content .performance-breakdown .performance-table{overflow-x:auto}.ad-management-container .tab-content .performance-breakdown .performance-table table{border-collapse:collapse;font-size:.9rem;width:100%}.ad-management-container .tab-content .performance-breakdown .performance-table table thead{background:#f8f9fa}.ad-management-container .tab-content .performance-breakdown .performance-table table thead th{border-bottom:2px solid #dee2e6;color:#495057;font-weight:600;padding:1rem .75rem;text-align:left;white-space:nowrap}.ad-management-container .tab-content .performance-breakdown .performance-table table tbody tr{border-bottom:1px solid #f0f0f0;transition:background-color .2s ease}.ad-management-container .tab-content .performance-breakdown .performance-table table tbody tr:hover{background-color:#f8f9fa}.ad-management-container .tab-content .performance-breakdown .performance-table table tbody tr td{padding:1rem .75rem;vertical-align:middle}.ad-management-container .tab-content .performance-breakdown .performance-table table tbody tr td .network-cell{align-items:center;display:flex;font-weight:600;gap:.5rem}.ad-management-container .tab-content .performance-breakdown .performance-table table tbody tr td .ad-type-cell{align-items:center;display:flex;gap:.5rem}.ad-management-container .modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.ad-management-container .modal-overlay .modal-content{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0003;max-height:90vh;max-width:600px;overflow-y:auto;width:90%}.ad-management-container .modal-overlay .modal-content .modal-header{align-items:center;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;padding:1.5rem}.ad-management-container .modal-overlay .modal-content .modal-header h3{color:#333;font-size:1.3rem;font-weight:600;margin:0}.ad-management-container .modal-overlay .modal-content .modal-header .modal-close{align-items:center;background:none;border:none;color:#6c757d;cursor:pointer;display:flex;font-size:1.5rem;height:30px;justify-content:center;padding:0;width:30px}.ad-management-container .modal-overlay .modal-content .modal-header .modal-close:hover{color:#333}.ad-management-container .modal-overlay .modal-content .modal-body{padding:1.5rem}.ad-management-container .modal-overlay .modal-content .modal-body .form-group{margin-bottom:1rem}.ad-management-container .modal-overlay .modal-content .modal-body .form-group label{color:#333;display:block;font-weight:600;margin-bottom:.5rem}.ad-management-container .modal-overlay .modal-content .modal-body .form-group .form-control{border:1px solid #ced4da;border-radius:6px;font-size:.9rem;padding:.75rem;width:100%}.ad-management-container .modal-overlay .modal-content .modal-body .form-group .form-control:focus{border-color:#3a76d6;box-shadow:0 0 0 2px #3a76d633;outline:none}.ad-management-container .modal-overlay .modal-content .modal-body .form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.ad-management-container .modal-overlay .modal-content .modal-body .platform-configs{margin-top:1.5rem}.ad-management-container .modal-overlay .modal-content .modal-body .platform-configs h4{color:#333;font-size:1.1rem;font-weight:600;margin:0 0 1rem}.ad-management-container .modal-overlay .modal-content .modal-body .platform-configs .platform-section{margin-bottom:1rem}.ad-management-container .modal-overlay .modal-content .modal-body .platform-configs .platform-section h5{color:#333;font-size:1rem;font-weight:600;margin:0 0 .5rem}.ad-management-container .modal-overlay .modal-content .modal-footer{border-top:1px solid #e9ecef;display:flex;gap:1rem;justify-content:flex-end;padding:1.5rem}.ad-management-container .modal-overlay .modal-content .modal-footer .btn{border:none;border-radius:6px;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .2s ease}.ad-management-container .modal-overlay .modal-content .modal-footer .btn.btn-secondary{background:#6c757d;color:#fff}.ad-management-container .modal-overlay .modal-content .modal-footer .btn.btn-secondary:hover{background:#5a6268}.ad-management-container .modal-overlay .modal-content .modal-footer .btn.btn-primary{background:#3a76d6;color:#fff}.ad-management-container .modal-overlay .modal-content .modal-footer .btn.btn-primary:hover{background:#5a67d8}.ad-management-container .alert{align-items:center;border:1px solid #0000;border-radius:8px;display:flex;margin-bottom:1.5rem;padding:1rem 1.5rem}.ad-management-container .alert.alert-danger{background-color:#f8d7da;border-color:#f5c6cb;color:#721c24}.ad-management-container .alert.alert-info{background-color:#d1ecf1;border-color:#bee5eb;color:#0c5460}.ad-management-container .alert strong{margin-right:.5rem}@media(max-width:1200px){.ad-management-container .networks-grid,.ad-management-container .performance-summary{grid-template-columns:1fr}}@media(max-width:768px){.ad-management-container{padding:1rem}.ad-management-container .ad-management-header .ad-management-title{font-size:1.25rem}.ad-management-container .summary-cards{gap:1rem;grid-template-columns:1fr}.ad-management-container .tab-navigation{flex-direction:column;padding:.25rem}.ad-management-container .tab-navigation .tab-button{padding:.75rem 1rem;text-align:left}.ad-management-container .tab-content{padding:1rem}.ad-management-container .tab-content .networks-tab .section-header{align-items:flex-start;flex-direction:column;gap:1rem}.ad-management-container .tab-content .networks-tab .section-header .header-actions{justify-content:flex-start;width:100%}.ad-management-container .tab-content .networks-tab .config-section .config-section-header{padding:1rem}.ad-management-container .tab-content .networks-tab .config-section .config-section-header h4{font-size:1rem}.ad-management-container .tab-content .networks-tab .config-section .config-section-header .section-badges{margin-right:.5rem}.ad-management-container .tab-content .networks-tab .config-section .config-section-content{padding:1rem}.ad-management-container .tab-content .networks-tab .config-section .config-section-content .form-grid{gap:1rem;grid-template-columns:1fr}.ad-management-container .tab-content .networks-tab .config-section .config-section-content .rewards-section .reward-item{align-items:stretch;flex-direction:column}.ad-management-container .tab-content .networks-tab .config-section .config-section-content .rewards-section .reward-item .reward-fields{flex-direction:column;gap:.75rem}.ad-management-container .tab-content .networks-grid,.ad-management-container .tab-content .networks-grid .network-card .network-details .platform-configs,.ad-management-container .tab-content .rewards-grid{grid-template-columns:1fr}.ad-management-container .tab-content .performance-table table{font-size:.8rem}.ad-management-container .tab-content .performance-table table tbody td,.ad-management-container .tab-content .performance-table table thead th{padding:.5rem .25rem}.ad-management-container .modal-overlay .modal-content{margin:1rem;width:95%}.ad-management-container .modal-overlay .modal-content .modal-body .form-row{grid-template-columns:1fr}}.coin-management-container{background-color:#f8f9fa;min-height:100vh;padding:1.5rem}.coin-management-container .coin-management-header{margin-bottom:1.5rem}.coin-management-container .coin-management-header .coin-management-title{color:#1e293b;font-size:1.5rem;font-weight:600;margin:0}.coin-management-container .loading-state{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:4rem 2rem;text-align:center}.coin-management-container .loading-state .spinner-border{color:gold;height:3rem;margin-bottom:1rem;width:3rem}.coin-management-container .loading-state p{color:#6c757d;font-size:1.1rem;margin:0}.coin-management-container .summary-cards{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.coin-management-container .summary-cards .summary-card{align-items:center;background:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 2px 12px #00000014;display:flex;gap:1rem;padding:1.5rem;transition:all .2s ease}.coin-management-container .summary-cards .summary-card:hover{box-shadow:0 4px 20px #0000001f;transform:translateY(-2px)}.coin-management-container .summary-cards .summary-card .card-icon{font-size:2.5rem;opacity:.8}.coin-management-container .summary-cards .summary-card .card-content{flex:1 1}.coin-management-container .summary-cards .summary-card .card-content h3{color:#6c757d;font-size:.9rem;font-weight:600;letter-spacing:.5px;margin:0 0 .5rem;text-transform:uppercase}.coin-management-container .summary-cards .summary-card .card-content .card-value{color:#333;font-size:1.8rem;font-weight:700;margin-bottom:.25rem}.coin-management-container .summary-cards .summary-card .card-content .card-subtitle{color:#6c757d;font-size:.8rem;margin:0}.coin-management-container .summary-cards .summary-card.circulation{border-left:4px solid gold}.coin-management-container .summary-cards .summary-card.revenue{border-left:4px solid #28a745}.coin-management-container .summary-cards .summary-card.packages{border-left:4px solid #007bff}.coin-management-container .summary-cards .summary-card.bonuses{border-left:4px solid #dc3545}.coin-management-container .tab-navigation{background:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 2px 12px #00000014;display:flex;padding:.5rem}.coin-management-container .tab-navigation .tab-button{background:#0000;border:none;border-radius:8px;color:#6c757d;cursor:pointer;flex:1 1;font-weight:600;padding:1rem 1.5rem;transition:all .2s ease}.coin-management-container .tab-navigation .tab-button:hover{background-color:#f8f9fa;color:#495057}.coin-management-container .tab-navigation .tab-button.active{background:linear-gradient(135deg,gold,#ffb347);box-shadow:0 2px 8px #ffd7004d;color:#333}.coin-management-container .tab-navigation{margin-bottom:2rem}.coin-management-container .tab-navigation .nav-tabs{border-bottom:2px solid #e9ecef;display:flex;gap:0}.coin-management-container .tab-navigation .nav-tabs .nav-link{background:none;border:none;border-bottom:3px solid #0000;color:#6c757d;cursor:pointer;font-size:.95rem;font-weight:500;padding:1rem 1.5rem;transition:all .2s ease;white-space:nowrap}.coin-management-container .tab-navigation .nav-tabs .nav-link:hover{background:#f8f9fa;color:#495057}.coin-management-container .tab-navigation .nav-tabs .nav-link.active{background:#fff;border-bottom-color:#667eea;color:#667eea;font-weight:600}.coin-management-container .tab-content{background:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 2px 12px #00000014;padding:2rem}.coin-management-container .tab-content .section-header{border-bottom:2px solid #f8f9fa;margin-bottom:2rem;padding-bottom:1rem}.coin-management-container .tab-content .section-header h3{color:#333;font-size:1.5rem;font-weight:600;margin:0 0 .5rem}.coin-management-container .tab-content .section-header p{color:#6c757d;font-size:1rem;margin:0}.coin-management-container .tab-content .packages-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.coin-management-container .tab-content .packages-grid .package-card{background:#fff;border:2px solid #e9ecef;border-radius:12px;padding:1.5rem;transition:all .2s ease}.coin-management-container .tab-content .packages-grid .package-card.enabled{background:linear-gradient(135deg,#f8fff9,#fff);border-color:#28a745}.coin-management-container .tab-content .packages-grid .package-card.disabled{background:linear-gradient(135deg,#fff8f8,#fff);border-color:#dc3545;opacity:.7}.coin-management-container .tab-content .packages-grid .package-card .package-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem}.coin-management-container .tab-content .packages-grid .package-card .package-header .package-info{align-items:center;display:flex;gap:1rem}.coin-management-container .tab-content .packages-grid .package-card .package-header .package-info .package-icon{font-size:2rem}.coin-management-container .tab-content .packages-grid .package-card .package-header .package-info h4{color:#333;font-size:1.2rem;font-weight:600;margin:0 0 .25rem}.coin-management-container .tab-content .packages-grid .package-card .package-header .package-info .featured-badge{background:linear-gradient(135deg,gold,#ffb347);border-radius:12px;color:#333;font-size:.8rem;font-weight:600;padding:.25rem .5rem}.coin-management-container .tab-content .packages-grid .package-card .package-header .package-price{text-align:right}.coin-management-container .tab-content .packages-grid .package-card .package-header .package-price .original-price{color:#6c757d;display:block;font-size:.9rem;text-decoration:line-through}.coin-management-container .tab-content .packages-grid .package-card .package-header .package-price .current-price{color:#28a745;font-size:1.3rem;font-weight:700}.coin-management-container .tab-content .packages-grid .package-card .package-details p{color:#6c757d;font-size:.9rem;margin-bottom:1rem}.coin-management-container .tab-content .packages-grid .package-card .package-details .coin-info{background:#f8f9fa;border-radius:8px;margin-bottom:1rem;padding:1rem}.coin-management-container .tab-content .packages-grid .package-card .package-details .coin-info .coin-amount{align-items:center;display:flex;gap:.5rem;margin-bottom:.5rem}.coin-management-container .tab-content .packages-grid .package-card .package-details .coin-info .coin-amount .base-coins{color:#333;font-size:1.1rem;font-weight:600}.coin-management-container .tab-content .packages-grid .package-card .package-details .coin-info .coin-amount .bonus-coins{color:#28a745;font-size:.9rem;font-weight:600}.coin-management-container .tab-content .packages-grid .package-card .package-details .coin-info .total-coins{color:gold;font-size:1.2rem;font-weight:700;text-shadow:1px 1px 2px #0000001a}.coin-management-container .tab-content .packages-grid .package-card .package-details .package-stats{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.coin-management-container .tab-content .packages-grid .package-card .package-details .package-stats .stat{align-items:center;background:#f8f9fa;border-radius:6px;display:flex;font-size:.9rem;justify-content:space-between;padding:.5rem}.coin-management-container .tab-content .packages-grid .package-card .package-details .package-stats .stat label{color:#6c757d;font-weight:500}.coin-management-container .tab-content .packages-grid .package-card .package-details .package-stats .stat span{color:#333;font-weight:600}.coin-management-container .tab-content .transactions-table{overflow-x:auto}.coin-management-container .tab-content .transactions-table table{border-collapse:collapse;font-size:.9rem;width:100%}.coin-management-container .tab-content .transactions-table table thead{background:#f8f9fa}.coin-management-container .tab-content .transactions-table table thead th{border-bottom:2px solid #dee2e6;color:#495057;font-weight:600;padding:1rem .75rem;text-align:left;white-space:nowrap}.coin-management-container .tab-content .transactions-table table tbody tr{border-bottom:1px solid #f0f0f0;transition:background-color .2s ease}.coin-management-container .tab-content .transactions-table table tbody tr:hover{background-color:#f8f9fa}.coin-management-container .tab-content .transactions-table table tbody tr td{padding:1rem .75rem;vertical-align:middle}.coin-management-container .tab-content .transactions-table table tbody tr td.user-cell{color:#333;font-weight:600}.coin-management-container .tab-content .transactions-table table tbody tr td.amount-cell{font-family:monospace;font-weight:700}.coin-management-container .tab-content .transactions-table table tbody tr td.amount-cell.positive{color:#28a745}.coin-management-container .tab-content .transactions-table table tbody tr td.amount-cell.negative{color:#dc3545}.coin-management-container .tab-content .transactions-table table tbody tr td.source-cell{color:#6c757d;text-transform:capitalize}.coin-management-container .tab-content .transactions-table table tbody tr td.balance-cell{color:#333;font-family:monospace;font-weight:600}.coin-management-container .tab-content .transactions-table table tbody tr td.time-cell{color:#6c757d;font-size:.8rem}.coin-management-container .tab-content .transactions-table table tbody tr td .transaction-type{align-items:center;display:flex;gap:.5rem;text-transform:capitalize}.coin-management-container .modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.coin-management-container .modal-overlay .modal-content{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0003;max-height:90vh;max-width:600px;overflow-y:auto;width:90%}.coin-management-container .modal-overlay .modal-content .modal-header{align-items:center;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;padding:1.5rem}.coin-management-container .modal-overlay .modal-content .modal-header h3{color:#333;font-size:1.3rem;font-weight:600;margin:0}.coin-management-container .modal-overlay .modal-content .modal-header .modal-close{align-items:center;background:none;border:none;color:#6c757d;cursor:pointer;display:flex;font-size:1.5rem;height:30px;justify-content:center;padding:0;width:30px}.coin-management-container .modal-overlay .modal-content .modal-header .modal-close:hover{color:#333}.coin-management-container .modal-overlay .modal-content .modal-body{padding:1.5rem}.coin-management-container .modal-overlay .modal-content .modal-body .form-group{margin-bottom:1rem}.coin-management-container .modal-overlay .modal-content .modal-body .form-group label{color:#333;display:block;font-weight:600;margin-bottom:.5rem}.coin-management-container .modal-overlay .modal-content .modal-body .form-group .form-control{border:1px solid #ced4da;border-radius:6px;font-size:.9rem;padding:.75rem;width:100%}.coin-management-container .modal-overlay .modal-content .modal-body .form-group .form-control:focus{border-color:gold;box-shadow:0 0 0 2px #ffd70033;outline:none}.coin-management-container .modal-overlay .modal-content .modal-body .form-group textarea.form-control{min-height:80px;resize:vertical}.coin-management-container .modal-overlay .modal-content .modal-body .form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.coin-management-container .modal-overlay .modal-content .modal-footer{border-top:1px solid #e9ecef;display:flex;gap:1rem;justify-content:flex-end;padding:1.5rem}.coin-management-container .modal-overlay .modal-content .modal-footer .btn{border:none;border-radius:6px;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .2s ease}.coin-management-container .modal-overlay .modal-content .modal-footer .btn.btn-secondary{background:#6c757d;color:#fff}.coin-management-container .modal-overlay .modal-content .modal-footer .btn.btn-secondary:hover{background:#5a6268}.coin-management-container .modal-overlay .modal-content .modal-footer .btn.btn-primary{background:gold;color:#333}.coin-management-container .modal-overlay .modal-content .modal-footer .btn.btn-primary:hover{background:#e6c200}.coin-management-container .modal-overlay .modal-content .modal-footer .btn.btn-warning{background:#ffc107;color:#333}.coin-management-container .modal-overlay .modal-content .modal-footer .btn.btn-warning:hover{background:#e0a800}.coin-management-container .alert{align-items:center;border:1px solid #0000;border-radius:8px;display:flex;margin-bottom:1.5rem;padding:1rem 1.5rem}.coin-management-container .alert.alert-danger{background-color:#f8d7da;border-color:#f5c6cb;color:#721c24}.coin-management-container .alert.alert-info{background-color:#d1ecf1;border-color:#bee5eb;color:#0c5460}.coin-management-container .alert strong{margin-right:.5rem}@media(max-width:1200px){.coin-management-container .coin-management-header{flex-direction:column;gap:1rem}.coin-management-container .coin-management-header .header-actions{justify-content:flex-start;width:100%}.coin-management-container .packages-grid{grid-template-columns:1fr}}@media(max-width:768px){.coin-management-container{padding:1rem}.coin-management-container .coin-management-header{padding:1.5rem}.coin-management-container .coin-management-header .header-content .coin-management-title{font-size:1.5rem}.coin-management-container .coin-management-header .header-actions{align-items:stretch;flex-direction:column;gap:.75rem}.coin-management-container .summary-cards{gap:1rem;grid-template-columns:1fr}.coin-management-container .tab-navigation{flex-direction:column;padding:.25rem}.coin-management-container .tab-navigation .tab-button{padding:.75rem 1rem;text-align:left}.coin-management-container .tab-content{padding:1rem}.coin-management-container .tab-content .packages-grid{grid-template-columns:1fr}.coin-management-container .tab-content .transactions-table table{font-size:.8rem}.coin-management-container .tab-content .transactions-table table tbody td,.coin-management-container .tab-content .transactions-table table thead th{padding:.5rem .25rem}.coin-management-container .modal-overlay .modal-content{margin:1rem;width:95%}.coin-management-container .modal-overlay .modal-content .modal-body .form-row{grid-template-columns:1fr}}.coin-management-container .shop-configuration .section-header{align-items:center;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem}.coin-management-container .shop-configuration .section-header .header-content h3{color:#1e293b;font-size:1.25rem;font-weight:600;margin:0}.coin-management-container .shop-configuration .section-header .header-actions{display:flex;gap:.75rem}.coin-management-container .shop-configuration .section-header .header-actions .btn{border:none;border-radius:6px;cursor:pointer;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.coin-management-container .shop-configuration .section-header .header-actions .btn.btn-success{background:#10b981;color:#fff}.coin-management-container .shop-configuration .section-header .header-actions .btn.btn-success:hover{background:#059669}.coin-management-container .shop-configuration .section-header .header-actions .btn.btn-primary{background:#3b82f6;color:#fff}.coin-management-container .shop-configuration .section-header .header-actions .btn.btn-primary:hover:not(:disabled){background:#2563eb}.coin-management-container .shop-configuration .section-header .header-actions .btn.btn-primary:disabled{cursor:not-allowed;opacity:.5}.coin-management-container .shop-configuration .products-list{display:flex;flex-direction:column;gap:.75rem}.coin-management-container .shop-configuration .products-list .product-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;transition:box-shadow .2s ease}.coin-management-container .shop-configuration .products-list .product-card:hover{box-shadow:0 2px 8px #00000014}.coin-management-container .shop-configuration .products-list .product-card.enabled{border-left:3px solid #10b981}.coin-management-container .shop-configuration .products-list .product-card.disabled{border-left:3px solid #ef4444;opacity:.6}.coin-management-container .shop-configuration .products-list .product-card .product-header{align-items:center;background:#f8fafc;border-bottom:1px solid #0000;cursor:pointer;display:flex;justify-content:space-between;padding:.875rem 1rem;transition:background .2s ease}.coin-management-container .shop-configuration .products-list .product-card .product-header:hover{background:#f1f5f9}.coin-management-container .shop-configuration .products-list .product-card .product-header .product-info{align-items:center;display:flex;gap:.75rem}.coin-management-container .shop-configuration .products-list .product-card .product-header .product-info .expand-icon{color:#94a3b8;font-size:.7rem;transition:transform .2s ease}.coin-management-container .shop-configuration .products-list .product-card .product-header .product-info .product-title h4{color:#1e293b;font-size:.95rem;font-weight:600;margin:0 0 .25rem}.coin-management-container .shop-configuration .products-list .product-card .product-header .product-info .product-title .product-badges{display:flex;flex-wrap:wrap;gap:.5rem}.coin-management-container .shop-configuration .products-list .product-card .product-header .product-info .product-title .product-badges .priority-badge,.coin-management-container .shop-configuration .products-list .product-card .product-header .product-info .product-title .product-badges .status-badge,.coin-management-container .shop-configuration .products-list .product-card .product-header .product-info .product-title .product-badges .type-badge{border-radius:4px;font-size:.7rem;font-weight:500;letter-spacing:.3px;padding:.125rem .5rem;text-transform:uppercase}.coin-management-container .shop-configuration .products-list .product-card .product-header .product-info .product-title .product-badges .type-badge{background:#e0f2fe;color:#0369a1}.coin-management-container .shop-configuration .products-list .product-card .product-header .product-info .product-title .product-badges .status-badge.enabled{background:#dcfce7;color:#166534}.coin-management-container .shop-configuration .products-list .product-card .product-header .product-info .product-title .product-badges .status-badge.disabled{background:#fee2e2;color:#991b1b}.coin-management-container .shop-configuration .products-list .product-card .product-header .product-info .product-title .product-badges .priority-badge{background:#f1f5f9;color:#64748b}.coin-management-container .shop-configuration .products-list .product-card .product-header .product-summary{align-items:center;display:flex;gap:.75rem}.coin-management-container .shop-configuration .products-list .product-card .product-header .product-summary .coin-value{color:#f59e0b;font-size:.95rem;font-weight:600}.coin-management-container .shop-configuration .products-list .product-card .product-header .product-summary .btn-danger{background:#fee2e2;border:none;border-radius:4px;color:#dc2626;cursor:pointer;font-size:.8rem;padding:.375rem .5rem;transition:all .2s ease}.coin-management-container .shop-configuration .products-list .product-card .product-header .product-summary .btn-danger:hover{background:#fecaca}.coin-management-container .shop-configuration .products-list .product-card .product-details{background:#fff;border-top:1px solid #e2e8f0;padding:1rem}.coin-management-container .shop-configuration .products-list .product-card .product-details .form-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(5,1fr);margin-bottom:1rem}.coin-management-container .shop-configuration .products-list .product-card .product-details .form-grid .form-group label{color:#64748b;display:block;font-size:.75rem;font-weight:500;letter-spacing:.3px;margin-bottom:.375rem;text-transform:uppercase}.coin-management-container .shop-configuration .products-list .product-card .product-details .form-grid .form-group input,.coin-management-container .shop-configuration .products-list .product-card .product-details .form-grid .form-group select{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;color:#1e293b;font-size:.875rem;padding:.5rem .75rem;transition:all .2s ease;width:100%}.coin-management-container .shop-configuration .products-list .product-card .product-details .form-grid .form-group input:focus,.coin-management-container .shop-configuration .products-list .product-card .product-details .form-grid .form-group select:focus{background:#fff;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a;outline:none}.coin-management-container .shop-configuration .products-list .product-card .product-details .form-grid .form-group input:disabled,.coin-management-container .shop-configuration .products-list .product-card .product-details .form-grid .form-group select:disabled{background:#f1f5f9;color:#94a3b8}.coin-management-container .shop-configuration .products-list .product-card .product-details .form-grid .form-group input[type=checkbox]{accent-color:#3b82f6;margin-right:.5rem;width:auto}.coin-management-container .shop-configuration .products-list .product-card .product-details .form-grid .form-group:has(input[type=checkbox]) label{align-items:center;color:#1e293b;cursor:pointer;display:inline-flex;font-size:.875rem;text-transform:none}.coin-management-container .shop-configuration .products-list .product-card .product-details .rewards-section{background:#f8fafc;border-radius:6px;margin-top:.5rem;padding:1rem}.coin-management-container .shop-configuration .products-list .product-card .product-details .rewards-section .rewards-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.75rem}.coin-management-container .shop-configuration .products-list .product-card .product-details .rewards-section .rewards-header h5{color:#475569;font-size:.875rem;font-weight:600;margin:0}.coin-management-container .shop-configuration .products-list .product-card .product-details .rewards-section .rewards-header .btn-success{background:#10b981;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.75rem;font-weight:500;padding:.375rem .75rem;transition:all .2s ease}.coin-management-container .shop-configuration .products-list .product-card .product-details .rewards-section .rewards-header .btn-success:hover{background:#059669}.coin-management-container .shop-configuration .products-list .product-card .product-details .rewards-section .rewards-list{display:flex;flex-direction:column;gap:.5rem}.coin-management-container .shop-configuration .products-list .product-card .product-details .rewards-section .rewards-list .reward-item{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:6px;display:flex;gap:1rem;padding:.75rem}.coin-management-container .shop-configuration .products-list .product-card .product-details .rewards-section .rewards-list .reward-item .reward-fields{display:flex;flex:1 1;gap:1rem}.coin-management-container .shop-configuration .products-list .product-card .product-details .rewards-section .rewards-list .reward-item .reward-fields .form-group{flex:1 1;margin:0}.coin-management-container .shop-configuration .products-list .product-card .product-details .rewards-section .rewards-list .reward-item .reward-fields .form-group label{color:#64748b;font-size:.7rem;margin-bottom:.25rem}.coin-management-container .shop-configuration .products-list .product-card .product-details .rewards-section .rewards-list .reward-item .reward-fields .form-group input,.coin-management-container .shop-configuration .products-list .product-card .product-details .rewards-section .rewards-list .reward-item .reward-fields .form-group select{font-size:.8rem;padding:.375rem .5rem}.coin-management-container .shop-configuration .products-list .product-card .product-details .rewards-section .rewards-list .reward-item .btn-danger{background:#fee2e2;border:none;border-radius:4px;color:#dc2626;cursor:pointer;font-size:.75rem;padding:.375rem .5rem;transition:all .2s ease}.coin-management-container .shop-configuration .products-list .product-card .product-details .rewards-section .rewards-list .reward-item .btn-danger:hover{background:#fecaca}.coin-management-container .shop-configuration .loading-state{padding:3rem;text-align:center}.coin-management-container .shop-configuration .loading-state .spinner-border{margin-bottom:1rem}.coin-management-container .shop-configuration .loading-state p{color:#64748b;margin:0}.coin-management-container .shop-configuration .modal-overlay .modal-content .modal-header{border-bottom:1px solid #e2e8f0;padding:1rem 1.25rem}.coin-management-container .shop-configuration .modal-overlay .modal-content .modal-header h3{color:#1e293b;font-size:1.1rem;font-weight:600}.coin-management-container .shop-configuration .modal-overlay .modal-content .modal-body{padding:1.25rem}.coin-management-container .shop-configuration .modal-overlay .modal-content .modal-body .form-group{margin-bottom:1rem}.coin-management-container .shop-configuration .modal-overlay .modal-content .modal-body .form-group label{color:#475569;display:block;font-size:.875rem;font-weight:500;margin-bottom:.375rem}.coin-management-container .shop-configuration .modal-overlay .modal-content .modal-body .form-group .form-control{border:1px solid #e2e8f0;border-radius:6px;font-size:.875rem;padding:.5rem .75rem;width:100%}.coin-management-container .shop-configuration .modal-overlay .modal-content .modal-body .form-group .form-control:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a;outline:none}.coin-management-container .shop-configuration .modal-overlay .modal-content .modal-footer{border-top:1px solid #e2e8f0;padding:1rem 1.25rem}.coin-management-container .shop-configuration .modal-overlay .modal-content .modal-footer .btn-secondary{background:#f1f5f9;color:#475569}.coin-management-container .shop-configuration .modal-overlay .modal-content .modal-footer .btn-secondary:hover{background:#e2e8f0}.coin-management-container .shop-configuration .modal-overlay .modal-content .modal-footer .btn-primary{background:#3b82f6;color:#fff}.coin-management-container .shop-configuration .modal-overlay .modal-content .modal-footer .btn-primary:hover:not(:disabled){background:#2563eb}.coin-management-container .shop-configuration .modal-overlay .modal-content .modal-footer .btn-primary:disabled{opacity:.5}@media(max-width:1200px){.coin-management-container .shop-configuration .products-list .product-card .product-details .form-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.coin-management-container .shop-configuration .section-header{align-items:flex-start;flex-direction:column;gap:1rem}.coin-management-container .shop-configuration .section-header .header-actions{width:100%}.coin-management-container .shop-configuration .products-list .product-card .product-details .form-grid{grid-template-columns:1fr 1fr}}@media(max-width:480px){.coin-management-container .shop-configuration .products-list .product-card .product-details .form-grid{grid-template-columns:1fr}}.dashboard-container{background-color:#f5f7fa;min-height:100vh;padding:2rem}.dashboard-container .dashboard-header{align-items:center;border-bottom:1px solid #e0e4e8;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1.5rem}.dashboard-container .dashboard-header .header-content .dashboard-title{color:#1a1a2e;font-size:1.75rem;font-weight:600;margin:0}.dashboard-container .dashboard-header .header-actions .btn-refresh{align-items:center;background:#fff;border:1px solid #e0e4e8;border-radius:8px;color:#4a5568;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.625rem 1.25rem;transition:all .2s ease}.dashboard-container .dashboard-header .header-actions .btn-refresh:hover:not(:disabled){background:#f8f9fa;border-color:#3a76d6;color:#3a76d6}.dashboard-container .dashboard-header .header-actions .btn-refresh:disabled{cursor:not-allowed;opacity:.6}.dashboard-container .dashboard-header .header-actions .btn-refresh .refresh-icon{font-size:1rem}.dashboard-container .loading-state{align-items:center;background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014;display:flex;flex-direction:column;justify-content:center;padding:4rem 2rem;text-align:center}.dashboard-container .loading-state .spinner{animation:spin .8s linear infinite;border:3px solid #e0e4e8;border-radius:50%;border-top-color:#3a76d6;height:40px;margin-bottom:1rem;width:40px}.dashboard-container .loading-state p{color:#6c757d;font-size:.95rem;margin:0}.dashboard-container .section{margin-bottom:2rem}.dashboard-container .section .section-title{color:#4a5568;font-size:1rem;font-weight:600;letter-spacing:.5px;margin-bottom:1rem;text-transform:uppercase}.dashboard-container .stats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}@media(max-width:992px){.dashboard-container .stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.dashboard-container .stats-grid{grid-template-columns:1fr}}.dashboard-container .stat-card-modern{background:#fff;border-radius:16px;box-shadow:0 2px 8px #0000000f;overflow:hidden;padding:1.5rem;position:relative;transition:all .3s ease}.dashboard-container .stat-card-modern:before{border-radius:16px 16px 0 0;content:"";height:4px;left:0;position:absolute;right:0;top:0}.dashboard-container .stat-card-modern:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-4px)}.dashboard-container .stat-card-modern .card-top{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.25rem}.dashboard-container .stat-card-modern .stat-icon-circle{align-items:center;border-radius:14px;display:flex;font-size:1.5rem;height:52px;justify-content:center;width:52px}.dashboard-container .stat-card-modern .stat-trend{align-items:center;border-radius:20px;display:flex;font-size:.75rem;font-weight:600;gap:.25rem;padding:.35rem .75rem}.dashboard-container .stat-card-modern .stat-trend.up{background:#dcfce7;color:#16a34a}.dashboard-container .stat-card-modern .stat-trend.down{background:#fee2e2;color:#dc2626}.dashboard-container .stat-card-modern .stat-live-dot{animation:pulse 2s infinite;background:#22c55e;border-radius:50%;height:10px;width:10px}.dashboard-container .stat-card-modern .stat-number{color:#1a1a2e;font-size:2.5rem;font-weight:700;line-height:1;margin-bottom:.5rem}.dashboard-container .stat-card-modern .stat-title{color:#6b7280;font-size:.9rem;font-weight:500}.dashboard-container .stat-card-modern.total:before{background:linear-gradient(90deg,#3b82f6,#60a5fa)}.dashboard-container .stat-card-modern.total .stat-icon-circle{background:linear-gradient(135deg,#eff6ff,#dbeafe)}.dashboard-container .stat-card-modern.online:before{background:linear-gradient(90deg,#22c55e,#4ade80)}.dashboard-container .stat-card-modern.online .stat-icon-circle{background:linear-gradient(135deg,#f0fdf4,#dcfce7)}.dashboard-container .stat-card-modern.offline:before{background:linear-gradient(90deg,#6b7280,#9ca3af)}.dashboard-container .stat-card-modern.offline .stat-icon-circle{background:linear-gradient(135deg,#f9fafb,#f3f4f6)}.dashboard-container .stat-card{align-items:flex-start;background:#fff;border:1px solid #0000;border-radius:12px;box-shadow:0 1px 3px #00000014;display:flex;gap:1rem;padding:1.5rem;transition:all .2s ease}.dashboard-container .stat-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.dashboard-container .stat-card .stat-icon-wrapper{align-items:center;border-radius:12px;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.dashboard-container .stat-card .stat-icon-wrapper .stat-icon{font-size:1.5rem}.dashboard-container .stat-card .stat-content{flex:1 1;min-width:0}.dashboard-container .stat-card .stat-content .stat-label{color:#6c757d;font-size:.75rem;font-weight:600;letter-spacing:.5px;margin:0 0 .25rem;text-transform:uppercase}.dashboard-container .stat-card .stat-content .stat-value{color:#1a1a2e;font-size:1.75rem;font-weight:700;line-height:1.2;margin-bottom:.25rem}.dashboard-container .stat-card .stat-content .stat-subtitle{color:#9ca3af;font-size:.75rem;line-height:1.4;margin:0}.dashboard-container .stat-card.total .stat-icon-wrapper{background:#e8f4fd;color:#3a76d6}.dashboard-container .stat-card.total{border-left:3px solid #3a76d6}.dashboard-container .stat-card.active .stat-icon-wrapper{background:#e6f7ed;color:#22c55e}.dashboard-container .stat-card.active{border-left:3px solid #22c55e}.dashboard-container .stat-card.inactive .stat-icon-wrapper{background:#f3f4f6;color:#6b7280}.dashboard-container .stat-card.inactive{border-left:3px solid #6b7280}.dashboard-container .stat-card.banned .stat-icon-wrapper{background:#fef2f2;color:#ef4444}.dashboard-container .stat-card.banned{border-left:3px solid #ef4444}.dashboard-container .games-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(3,1fr)}@media(max-width:992px){.dashboard-container .games-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.dashboard-container .games-grid{grid-template-columns:1fr}}.dashboard-container .game-card{background:#fff;border:1px solid #e0e4e8;border-radius:12px;box-shadow:0 1px 3px #00000014;padding:1.5rem;transition:all .2s ease}.dashboard-container .game-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.dashboard-container .game-card .game-header{align-items:center;display:flex;gap:1rem;margin-bottom:1.25rem}.dashboard-container .game-card .game-header .game-icon-wrapper{align-items:center;border-radius:14px;display:flex;font-size:1.75rem;height:56px;justify-content:center;width:56px}.dashboard-container .game-card .game-header .game-info{flex:1 1}.dashboard-container .game-card .game-header .game-info .game-name{color:#1a1a2e;font-size:1.125rem;font-weight:600;margin:0 0 .25rem}.dashboard-container .game-card .game-header .game-info .game-subtitle{color:#9ca3af;font-size:.75rem;letter-spacing:.5px;margin:0;text-transform:uppercase}.dashboard-container .game-card .game-action .game-settings-btn{align-items:center;background:#f8f9fa;border:1px solid #e0e4e8;border-radius:8px;color:#4a5568;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;justify-content:center;padding:.75rem 1rem;transition:all .2s ease;width:100%}.dashboard-container .game-card .game-action .game-settings-btn:hover{background:#3a76d6;border-color:#3a76d6;color:#fff}.dashboard-container .game-card .game-action .game-settings-btn:hover .btn-arrow{transform:translateX(3px)}.dashboard-container .game-card .game-action .game-settings-btn .btn-icon{font-size:1rem}.dashboard-container .game-card .game-action .game-settings-btn .btn-arrow{margin-left:auto;transition:transform .2s ease}.dashboard-container .game-card.ludo .game-icon-wrapper{background:linear-gradient(135deg,#ff6b6b,#ee5a5a);color:#fff}.dashboard-container .game-card.quiz .game-icon-wrapper{background:linear-gradient(135deg,#4ecdc4,#44b8b0);color:#fff}.dashboard-container .game-card.solitaire .game-icon-wrapper{background:linear-gradient(135deg,#45b7d1,#3aa3bc);color:#fff}.dashboard-container .alert{align-items:center;border-radius:8px;display:flex;font-size:.875rem;margin-bottom:1.5rem;padding:1rem 1.25rem}.dashboard-container .alert.alert-danger{background-color:#fef2f2;border:1px solid #fecaca;color:#991b1b}.dashboard-container .alert.alert-info{background-color:#eff6ff;border:1px solid #bfdbfe;color:#1e40af}.dashboard-container .alert strong{margin-right:.5rem}.dashboard-container .alert .btn{background:#3a76d6;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.8rem;font-weight:500;margin-left:auto;padding:.5rem 1rem}.dashboard-container .alert .btn:hover{background:#2a5bb8}.quiz-management-container{background:#f5f7fa;min-height:100%;padding:1.5rem}.quiz-management-container .quiz-management-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.quiz-management-container .quiz-management-header .header-content .quiz-management-title{color:#1f2937;font-size:1.5rem;font-weight:700;margin:0 0 .25rem}.quiz-management-container .quiz-management-header .header-content .quiz-management-subtitle{color:#6b7280;font-size:.875rem;margin:0}.quiz-management-container .quiz-management-header .header-actions{display:flex;gap:.5rem}.quiz-management-container .quiz-management-header .header-actions .btn{border:none;border-radius:8px;cursor:pointer;font-size:.875rem;font-weight:600;padding:.625rem 1.25rem;transition:all .2s}.quiz-management-container .quiz-management-header .header-actions .btn.btn-success{background:#10b981;color:#fff}.quiz-management-container .quiz-management-header .header-actions .btn.btn-success:hover{background:#059669}.quiz-management-container .loading-state{align-items:center;color:#6b7280;display:flex;flex-direction:column;justify-content:center;padding:4rem 2rem;text-align:center}.quiz-management-container .summary-cards{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:1.5rem}.quiz-management-container .summary-cards .summary-card{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 8px #0000000f;display:flex;gap:1rem;padding:1.25rem}.quiz-management-container .summary-cards .summary-card .card-icon{font-size:2rem;opacity:.8}.quiz-management-container .summary-cards .summary-card .card-content h3{color:#6b7280;font-size:.7rem;font-weight:600;letter-spacing:.5px;margin:0 0 .25rem;text-transform:uppercase}.quiz-management-container .summary-cards .summary-card .card-content .card-value{color:#1f2937;font-size:1.5rem;font-weight:700}.quiz-management-container .summary-cards .summary-card .card-content .card-subtitle{color:#9ca3af;font-size:.75rem;margin:0}.quiz-management-container .summary-cards .summary-card.questions{border-left:3px solid #3b82f6}.quiz-management-container .summary-cards .summary-card.categories{border-left:3px solid #f59e0b}.quiz-management-container .tab-navigation{background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 2px 8px #0000000f;display:flex;gap:.5rem;margin-bottom:1.5rem;padding:.375rem}.quiz-management-container .tab-navigation .tab-button{background:#0000;border:none;border-radius:6px;color:#6b7280;cursor:pointer;flex:1 1;font-size:.875rem;font-weight:600;padding:.75rem 1rem;transition:all .2s}.quiz-management-container .tab-navigation .tab-button:hover:not(.active){background:#f3f4f6;color:#374151}.quiz-management-container .tab-navigation .tab-button.active{background:#3b82f6;color:#fff}.quiz-management-container .tab-content{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 8px #0000000f;padding:1.5rem}.quiz-management-container .tab-content .section-header{align-items:center;border-bottom:1px solid #f3f4f6;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem}.quiz-management-container .tab-content .section-header h3{color:#1f2937;font-size:1.125rem;font-weight:600;margin:0 0 .25rem}.quiz-management-container .tab-content .section-header p{color:#6b7280;font-size:.875rem;margin:0}.quiz-management-container .tab-content .section-header .header-actions{align-items:center;display:flex;gap:1rem}.quiz-management-container .tab-content .section-header .header-actions .filter-dropdown{align-items:center;display:flex;gap:.5rem}.quiz-management-container .tab-content .section-header .header-actions .filter-dropdown label{color:#6b7280;font-size:.85rem;white-space:nowrap}.quiz-management-container .tab-content .section-header .header-actions .filter-dropdown .form-select{background-color:#fff;border:1px solid #d1d5db;border-radius:8px;color:#374151;cursor:pointer;font-size:.85rem;min-width:180px;padding:.5rem 2rem .5rem .75rem}.quiz-management-container .tab-content .section-header .header-actions .filter-dropdown .form-select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.quiz-management-container .tab-content .section-header .header-actions .filter-indicator{align-items:center;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;color:#1e40af;display:flex;font-size:.8rem;gap:.5rem;padding:.5rem .75rem}.quiz-management-container .tab-content .section-header .header-actions .filter-indicator strong{color:#1e3a8a}.quiz-management-container .tab-content .section-header .header-actions .filter-indicator .btn{background:#fff;border:1px solid #bfdbfe;color:#1e40af;font-size:.7rem;padding:.25rem .5rem}.quiz-management-container .tab-content .section-header .header-actions .filter-indicator .btn:hover{background:#dbeafe}.quiz-management-container .tab-content .section-header .btn{background:#10b981;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.8rem;font-weight:600;padding:.5rem 1rem}.quiz-management-container .tab-content .section-header .btn:hover{background:#059669}.quiz-management-container .tab-content .search-input{border:1px solid #e5e7eb;border-radius:8px;font-size:.875rem;margin-bottom:1rem;max-width:300px;padding:.625rem 1rem;width:100%}.quiz-management-container .tab-content .search-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.quiz-management-container .tab-content .questions-table{overflow-x:auto}.quiz-management-container .tab-content .questions-table table{border-collapse:collapse;font-size:.875rem;width:100%}.quiz-management-container .tab-content .questions-table table thead{background:#f9fafb}.quiz-management-container .tab-content .questions-table table thead th{border-bottom:1px solid #e5e7eb;color:#6b7280;font-size:.75rem;font-weight:600;letter-spacing:.5px;padding:.875rem 1rem;text-align:left;text-transform:uppercase}.quiz-management-container .tab-content .questions-table table tbody tr{border-bottom:1px solid #f3f4f6;transition:background .2s}.quiz-management-container .tab-content .questions-table table tbody tr:hover{background:#f9fafb}.quiz-management-container .tab-content .questions-table table tbody tr td{padding:1rem;vertical-align:middle}.quiz-management-container .tab-content .questions-table table tbody tr td.question-cell{max-width:200px}.quiz-management-container .tab-content .questions-table table tbody tr td.question-cell .question-preview{color:#1f2937;font-size:.8rem;font-weight:500}.quiz-management-container .tab-content .questions-table table tbody tr td.question-cell .question-meta{color:#9ca3af;font-size:.75rem}.quiz-management-container .tab-content .questions-table table tbody tr td .category-badge{border-radius:20px;color:#fff;display:inline-block;font-size:.7rem;font-weight:600;padding:.25rem .625rem}.quiz-management-container .tab-content .questions-table table tbody tr td .category-badge.clickable{cursor:pointer;transition:all .2s}.quiz-management-container .tab-content .questions-table table tbody tr td .category-badge.clickable:hover{box-shadow:0 2px 8px #0003;transform:scale(1.05)}.quiz-management-container .tab-content .questions-table table tbody tr td .difficulty-badge{align-items:center;display:flex;font-size:.8rem;font-weight:500;gap:.25rem}.quiz-management-container .tab-content .questions-table table tbody tr td .status-badge{border-radius:6px;font-size:.7rem;font-weight:600;padding:.25rem .5rem}.quiz-management-container .tab-content .questions-table table tbody tr td .status-badge.active{background:#d1fae5;color:#059669}.quiz-management-container .tab-content .questions-table table tbody tr td .status-badge.inactive{background:#fee2e2;color:#dc2626}.quiz-management-container .tab-content .questions-table table tbody tr td.actions-cell .btn{border:none;border-radius:6px;cursor:pointer;font-size:.75rem;margin-right:.375rem;padding:.25rem .625rem}.quiz-management-container .tab-content .questions-table table tbody tr td.actions-cell .btn.btn-primary{background:#eff6ff;color:#3b82f6}.quiz-management-container .tab-content .questions-table table tbody tr td.actions-cell .btn.btn-primary:hover{background:#dbeafe}.quiz-management-container .tab-content .questions-table table tbody tr td.actions-cell .btn.btn-danger{background:#fee2e2;color:#dc2626}.quiz-management-container .tab-content .questions-table table tbody tr td.actions-cell .btn.btn-danger:hover{background:#fecaca}.quiz-management-container .tab-content .categories-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.quiz-management-container .tab-content .categories-grid .category-card{border:1px solid #e5e7eb;border-radius:12px;padding:1.25rem;transition:all .2s}.quiz-management-container .tab-content .categories-grid .category-card:hover{box-shadow:0 4px 12px #00000014}.quiz-management-container .tab-content .categories-grid .category-card .category-header{align-items:center;display:flex;gap:1rem;margin-bottom:1rem}.quiz-management-container .tab-content .categories-grid .category-card .category-header .category-icon{font-size:2rem}.quiz-management-container .tab-content .categories-grid .category-card .category-header .category-info{flex:1 1}.quiz-management-container .tab-content .categories-grid .category-card .category-header .category-info h4{color:#1f2937;font-size:1rem;font-weight:600;margin:0 0 .25rem}.quiz-management-container .tab-content .categories-grid .category-card .category-header .category-info p{color:#6b7280;font-size:.8rem;margin:0}.quiz-management-container .tab-content .categories-grid .category-card .category-stats .stat-row{border-bottom:1px solid #f3f4f6;display:flex;font-size:.8rem;justify-content:space-between;padding:.5rem 0}.quiz-management-container .tab-content .categories-grid .category-card .category-stats .stat-row:last-child{border-bottom:none}.quiz-management-container .tab-content .categories-grid .category-card .category-stats .stat-row .stat-label{color:#6b7280}.quiz-management-container .tab-content .categories-grid .category-card .category-stats .stat-row .stat-value{color:#1f2937;font-weight:600}.quiz-management-container .tab-content .categories-grid .category-card .category-progress{margin-top:1rem}.quiz-management-container .tab-content .categories-grid .category-card .category-progress .progress-bar{background:#e5e7eb;border-radius:3px;height:6px;margin-bottom:.375rem;overflow:hidden;width:100%}.quiz-management-container .tab-content .categories-grid .category-card .category-progress .progress-bar .progress-fill{background:#3b82f6;height:100%;transition:width .3s}.quiz-management-container .tab-content .categories-grid .category-card .category-progress .progress-text{color:#6b7280;font-size:.75rem;text-align:center}.quiz-management-container .tab-content .categories-grid .category-card .category-actions{border-top:1px solid #f3f4f6;display:flex;gap:.5rem;margin-top:1rem;padding-top:1rem}.quiz-management-container .tab-content .categories-grid .category-card .category-actions .btn{border:none;border-radius:6px;cursor:pointer;flex:1 1;font-size:.75rem;font-weight:600;padding:.5rem}.quiz-management-container .tab-content .categories-grid .category-card .category-actions .btn.btn-primary{background:#eff6ff;color:#3b82f6}.quiz-management-container .tab-content .categories-grid .category-card .category-actions .btn.btn-primary:hover{background:#dbeafe}.quiz-management-container .tab-content .categories-grid .category-card .category-actions .btn.btn-danger{background:#fee2e2;color:#dc2626}.quiz-management-container .tab-content .categories-grid .category-card .category-actions .btn.btn-danger:hover{background:#fecaca}.quiz-management-container .tab-content .categories-grid .category-card .category-questions{border-top:1px solid #e5e7eb;margin-top:1rem;padding-top:1rem}.quiz-management-container .tab-content .categories-grid .category-card .category-questions .questions-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.75rem}.quiz-management-container .tab-content .categories-grid .category-card .category-questions .questions-header h5{color:#374151;font-size:.875rem;font-weight:600;margin:0}.quiz-management-container .tab-content .categories-grid .category-card .category-questions .questions-list{max-height:400px;overflow-y:auto}.quiz-management-container .tab-content .categories-grid .category-card .category-questions .questions-list .question-item{align-items:flex-start;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;display:flex;justify-content:space-between;margin-bottom:.5rem;padding:.75rem}.quiz-management-container .tab-content .categories-grid .category-card .category-questions .questions-list .question-item:last-child{margin-bottom:0}.quiz-management-container .tab-content .categories-grid .category-card .category-questions .questions-list .question-item .question-content{flex:1 1;min-width:0}.quiz-management-container .tab-content .categories-grid .category-card .category-questions .questions-list .question-item .question-content .question-text{color:#1f2937;font-size:.8rem;font-weight:500;margin-bottom:.375rem;word-break:break-word}.quiz-management-container .tab-content .categories-grid .category-card .category-questions .questions-list .question-item .question-content .question-details{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem}.quiz-management-container .tab-content .categories-grid .category-card .category-questions .questions-list .question-item .question-content .question-details span{background:#e5e7eb;border-radius:4px;color:#6b7280;font-size:.7rem;padding:.125rem .375rem}.quiz-management-container .tab-content .categories-grid .category-card .category-questions .questions-list .question-item .question-content .question-details span.question-status.active{background:#d1fae5;color:#059669}.quiz-management-container .tab-content .categories-grid .category-card .category-questions .questions-list .question-item .question-content .question-details span.question-status.inactive{background:#fee2e2;color:#dc2626}.quiz-management-container .tab-content .categories-grid .category-card .category-questions .questions-list .question-item .question-content .question-options{grid-gap:.25rem;color:#6b7280;display:grid;font-size:.7rem;gap:.25rem;grid-template-columns:repeat(2,1fr)}.quiz-management-container .tab-content .categories-grid .category-card .category-questions .questions-list .question-item .question-content .question-options span{background:#fff;border:1px solid #e5e7eb;border-radius:4px;overflow:hidden;padding:.25rem .375rem;text-overflow:ellipsis;white-space:nowrap}.quiz-management-container .tab-content .categories-grid .category-card .category-questions .questions-list .question-item .question-content .question-options span.correct{background:#d1fae5;border-color:#a7f3d0;color:#059669;font-weight:600}.quiz-management-container .tab-content .categories-grid .category-card .category-questions .questions-list .question-item .question-actions{flex-shrink:0;margin-left:.5rem}.quiz-management-container .tab-content .categories-grid .category-card .category-questions .questions-list .question-item .question-actions .btn{font-size:.7rem;padding:.25rem .5rem}.quiz-management-container .tab-content .categories-grid .category-card .category-questions .no-questions{background:#f9fafb;border-radius:8px;color:#9ca3af;font-size:.8rem;padding:1.5rem;text-align:center}.quiz-management-container .modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.quiz-management-container .modal-overlay .modal-content{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0003;max-height:90vh;max-width:600px;overflow-y:auto;width:90%}.quiz-management-container .modal-overlay .modal-content.large-modal{max-width:800px}.quiz-management-container .modal-overlay .modal-content .modal-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1.25rem 1.5rem}.quiz-management-container .modal-overlay .modal-content .modal-header h3{color:#1f2937;font-size:1.125rem;font-weight:600;margin:0}.quiz-management-container .modal-overlay .modal-content .modal-header .modal-close{background:none;border:none;color:#6b7280;cursor:pointer;font-size:1.25rem;padding:.25rem}.quiz-management-container .modal-overlay .modal-content .modal-header .modal-close:hover{color:#1f2937}.quiz-management-container .modal-overlay .modal-content .modal-body{padding:1.5rem}.quiz-management-container .modal-overlay .modal-content .modal-body .form-group{margin-bottom:1rem}.quiz-management-container .modal-overlay .modal-content .modal-body .form-group label{color:#374151;display:block;font-size:.8rem;font-weight:600;margin-bottom:.375rem}.quiz-management-container .modal-overlay .modal-content .modal-body .form-group .form-control{border:1px solid #e5e7eb;border-radius:8px;font-size:.875rem;padding:.625rem .875rem;width:100%}.quiz-management-container .modal-overlay .modal-content .modal-body .form-group .form-control:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.quiz-management-container .modal-overlay .modal-content .modal-body .form-group textarea.form-control{min-height:80px;resize:vertical}.quiz-management-container .modal-overlay .modal-content .modal-body .form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}.quiz-management-container .modal-overlay .modal-content .modal-body .options-section{margin-top:1rem}.quiz-management-container .modal-overlay .modal-content .modal-body .options-section label{color:#374151;display:block;font-size:.8rem;font-weight:600;margin-bottom:.5rem}.quiz-management-container .modal-overlay .modal-content .modal-body .options-section .option-row{align-items:center;display:flex;gap:.5rem;margin-bottom:.5rem}.quiz-management-container .modal-overlay .modal-content .modal-body .options-section .option-row input[type=radio]{accent-color:#3b82f6;height:16px;width:16px}.quiz-management-container .modal-overlay .modal-content .modal-body .options-section .option-row .form-control{flex:1 1;margin:0}.quiz-management-container .modal-overlay .modal-content .modal-footer{border-top:1px solid #e5e7eb;display:flex;gap:.75rem;justify-content:flex-end;padding:1.25rem 1.5rem}.quiz-management-container .modal-overlay .modal-content .modal-footer .btn{border:none;border-radius:8px;cursor:pointer;font-size:.875rem;font-weight:600;padding:.625rem 1.25rem}.quiz-management-container .modal-overlay .modal-content .modal-footer .btn.btn-secondary{background:#f3f4f6;color:#374151}.quiz-management-container .modal-overlay .modal-content .modal-footer .btn.btn-secondary:hover{background:#e5e7eb}.quiz-management-container .modal-overlay .modal-content .modal-footer .btn.btn-primary{background:#3b82f6;color:#fff}.quiz-management-container .modal-overlay .modal-content .modal-footer .btn.btn-primary:hover{background:#2563eb}.quiz-management-container .alert{border-radius:10px;font-size:.875rem;margin-bottom:1rem;padding:1rem 1.25rem}.quiz-management-container .alert.alert-danger{background:#fef2f2;border:1px solid #fecaca;color:#dc2626}.quiz-management-container .alert.alert-info{background:#eff6ff;border:1px solid #bfdbfe;color:#2563eb}.quiz-management-container .leaderboard-tab .leaderboard-header{align-items:center;border-bottom:1px solid #f3f4f6;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem}.quiz-management-container .leaderboard-tab .leaderboard-header h3{color:#1f2937;font-size:1.125rem;font-weight:600;margin:0}.quiz-management-container .leaderboard-tab .leaderboard-header .leaderboard-actions{display:flex;gap:.5rem}.quiz-management-container .leaderboard-tab .leaderboard-header .leaderboard-actions .btn{border:none;border-radius:8px;cursor:pointer;font-size:.8rem;font-weight:600;padding:.5rem 1rem;transition:all .2s}.quiz-management-container .leaderboard-tab .leaderboard-header .leaderboard-actions .btn.btn-danger{background:#fee2e2;color:#dc2626}.quiz-management-container .leaderboard-tab .leaderboard-header .leaderboard-actions .btn.btn-danger:hover{background:#fecaca}.quiz-management-container .leaderboard-tab .leaderboard-header .leaderboard-actions .btn.btn-secondary{background:#f3f4f6;color:#374151}.quiz-management-container .leaderboard-tab .leaderboard-header .leaderboard-actions .btn.btn-secondary:hover{background:#e5e7eb}.quiz-management-container .leaderboard-tab .loading-spinner{color:#6b7280;padding:3rem;text-align:center}.quiz-management-container .leaderboard-tab .leaderboard-table{border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.quiz-management-container .leaderboard-tab .leaderboard-table .table-header{background:#f9fafb;border-bottom:1px solid #e5e7eb;color:#6b7280;display:grid;font-size:.75rem;font-weight:600;grid-template-columns:80px 1fr 120px 160px 100px;letter-spacing:.5px;padding:.875rem 1rem;text-transform:uppercase}.quiz-management-container .leaderboard-tab .leaderboard-table .table-body .table-row{align-items:center;border-bottom:1px solid #f3f4f6;display:grid;grid-template-columns:80px 1fr 120px 160px 100px;padding:1rem;transition:background .2s}.quiz-management-container .leaderboard-tab .leaderboard-table .table-body .table-row:hover{background:#f9fafb}.quiz-management-container .leaderboard-tab .leaderboard-table .table-body .table-row:last-child{border-bottom:none}.quiz-management-container .leaderboard-tab .leaderboard-table .table-body .table-row.top-rank{background:linear-gradient(135deg,#fef3c7,#fef9c3)}.quiz-management-container .leaderboard-tab .leaderboard-table .table-body .table-row.top-rank:hover{background:linear-gradient(135deg,#fde68a,#fef08a)}.quiz-management-container .leaderboard-tab .leaderboard-table .rank-cell{align-items:center;display:flex;gap:.5rem}.quiz-management-container .leaderboard-tab .leaderboard-table .rank-cell .rank-icon{font-size:1.25rem}.quiz-management-container .leaderboard-tab .leaderboard-table .rank-cell .rank-number{color:#374151;font-weight:600}.quiz-management-container .leaderboard-tab .leaderboard-table .player-cell .player-info .player-name{color:#1f2937;font-size:.875rem;font-weight:600}.quiz-management-container .leaderboard-tab .leaderboard-table .player-cell .player-info .player-id{color:#9ca3af;font-size:.75rem}.quiz-management-container .leaderboard-tab .leaderboard-table .score-cell .score-value{color:#059669;font-size:1rem;font-weight:700}.quiz-management-container .leaderboard-tab .leaderboard-table .date-cell .update-time{color:#6b7280;font-size:.8rem}.quiz-management-container .leaderboard-tab .leaderboard-table .actions-cell .btn{border:none;border-radius:6px;cursor:pointer;font-size:.75rem;font-weight:600;padding:.375rem .75rem}.quiz-management-container .leaderboard-tab .leaderboard-table .actions-cell .btn.btn-danger{background:#fee2e2;color:#dc2626}.quiz-management-container .leaderboard-tab .leaderboard-table .actions-cell .btn.btn-danger:hover{background:#fecaca}.quiz-management-container .leaderboard-tab .empty-leaderboard{color:#6b7280;padding:4rem 2rem;text-align:center}.quiz-management-container .leaderboard-tab .empty-leaderboard .empty-icon{font-size:4rem;margin-bottom:1rem;opacity:.5}.quiz-management-container .leaderboard-tab .empty-leaderboard h3{color:#374151;font-size:1.25rem;font-weight:600;margin:0 0 .5rem}.quiz-management-container .leaderboard-tab .empty-leaderboard p{font-size:.875rem;margin:0}.quiz-management-container .alert-success{background:#d1fae5;border:1px solid #a7f3d0;border-radius:8px;color:#059669;font-size:.875rem;margin-bottom:1rem;padding:.75rem 1rem}@media(max-width:768px){.quiz-management-container{padding:1rem}.quiz-management-container .quiz-management-header{align-items:flex-start;flex-direction:column;gap:1rem}.quiz-management-container .quiz-management-header .header-actions{width:100%}.quiz-management-container .summary-cards{grid-template-columns:1fr}.quiz-management-container .tab-navigation{flex-direction:column}.quiz-management-container .tab-content{padding:1rem}.quiz-management-container .tab-content .categories-grid,.quiz-management-container .tab-content .modal-body .form-row{grid-template-columns:1fr}.quiz-management-container .leaderboard-tab .leaderboard-table .table-body .table-row,.quiz-management-container .leaderboard-tab .leaderboard-table .table-header{grid-template-columns:60px 1fr 80px}.quiz-management-container .leaderboard-tab .leaderboard-table .actions-cell,.quiz-management-container .leaderboard-tab .leaderboard-table .date-cell{display:none}}.container-settings{background:#f5f7fa;min-height:100vh;padding:1.5rem 2rem}.container-settings .loading-spinner{align-items:center;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;color:#6c757d;display:flex;font-size:1rem;height:200px;justify-content:center}.container-settings .error-message{background:#fff5f5;border:1px solid #fed7d7;border-radius:8px;color:#c53030;margin:1rem 0;padding:1.25rem}.container-settings .error-message p{margin:0 0 .75rem}.container-settings .error-message .btn{margin-top:.5rem}.container-settings-header{margin-bottom:1.5rem}.container-settings-header h1{color:#1a202c;font-size:1.5rem;font-weight:600;margin:0 0 .25rem}.container-settings-header .header-description{color:#718096;font-size:.9rem;margin:0}.tab-navigation{border-bottom:1px solid #e2e8f0;display:flex;gap:.25rem;margin-bottom:1.5rem;padding-bottom:0}.tab-navigation .tab-button{align-items:center;background:#0000;border:none;border-bottom:2px solid #0000;color:#718096;cursor:pointer;display:flex;font-size:.9rem;font-weight:500;gap:.5rem;margin-bottom:-1px;padding:.75rem 1.25rem;transition:all .2s ease}.tab-navigation .tab-button:hover{color:#4a5568}.tab-navigation .tab-button.active{border-bottom-color:#3182ce;color:#3182ce}.tab-navigation .tab-button .tab-icon{font-size:1rem}.container-settings-content .leaderboard-section,.container-settings-content .settings-section{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:1.5rem}.section-header{align-items:flex-start;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem}.section-header .header-content h2{color:#1a202c;font-size:1.1rem;font-weight:600;margin:0 0 .25rem}.section-header .header-content .header-description{color:#718096;font-size:.85rem;margin:0}.section-header .section-actions{display:flex;gap:.5rem}.section-header .section-actions .btn{font-size:.85rem;padding:.5rem 1rem}.investaplay-fields-container .field-group{margin-bottom:1.5rem}.investaplay-fields-container .field-group:last-child{margin-bottom:0}.investaplay-fields-container .field-group .field-label{color:#2d3748;display:block;font-size:.9rem;font-weight:500;margin-bottom:.5rem}.investaplay-fields-container .field-group .field-label .label-icon{margin-right:.5rem}.investaplay-fields-container .field-group .field-label .field-description{color:#a0aec0;display:block;font-size:.8rem;font-weight:400;margin-top:.25rem}.investaplay-fields-container .field-group .form-control{background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#2d3748;font-size:.9rem;padding:.625rem .875rem;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.investaplay-fields-container .field-group .form-control:focus{border-color:#3182ce;box-shadow:0 0 0 3px #3182ce1a;outline:none}.investaplay-fields-container .field-group .form-control::placeholder{color:#a0aec0}.investaplay-fields-container .field-group .alert-textarea{font-family:inherit;min-height:80px;resize:vertical}.investaplay-fields-container .field-group .version-input{font-weight:500;text-align:center}.investaplay-fields-container .version-fields-row{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}.settings-actions{align-items:center;border-top:1px solid #e2e8f0;display:flex;gap:1rem;justify-content:flex-start;margin-top:1.5rem;padding-top:1.5rem}.settings-actions .save-button{align-items:center;background:#3182ce;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:500;gap:.5rem;padding:.625rem 1.25rem;transition:background-color .2s ease}.settings-actions .save-button:hover:not(:disabled){background:#2c5282}.settings-actions .save-button:disabled{cursor:not-allowed;opacity:.5}.settings-actions .save-button .spinner{animation:spin .8s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:14px;width:14px}.settings-actions .save-button .btn-icon{font-size:1rem}.settings-actions .unsaved-changes-indicator{align-items:center;color:#dd6b20;display:flex;font-size:.85rem;font-weight:500;gap:.375rem}.settings-actions .unsaved-changes-indicator .indicator-icon{font-size:.9rem}.btn{align-items:center;border-radius:6px;display:inline-flex;font-size:.875rem;gap:.375rem;padding:.5rem 1rem;transition:all .2s ease}.btn.btn-primary{background:#3182ce}.btn.btn-primary:hover:not(:disabled){background:#2c5282}.btn.btn-primary:disabled{cursor:not-allowed;opacity:.5}.btn.btn-secondary{background:#edf2f7;color:#4a5568}.btn.btn-secondary:hover:not(:disabled){background:#e2e8f0}.btn.btn-danger{background:#e53e3e;color:#fff}.btn.btn-danger:hover:not(:disabled){background:#c53030}.btn.btn-sm{font-size:.8rem;padding:.375rem .75rem}.leaderboard-section .leaderboard-stats{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin-bottom:1.5rem}.leaderboard-section .leaderboard-stats .stat-card{align-items:center;background:#f7fafc;border:1px solid #e2e8f0;border-radius:8px;display:flex;gap:.75rem;padding:1rem}.leaderboard-section .leaderboard-stats .stat-card .stat-icon{font-size:1.5rem}.leaderboard-section .leaderboard-stats .stat-card .stat-content .stat-value{color:#1a202c;display:block;font-size:1.25rem;font-weight:600}.leaderboard-section .leaderboard-stats .stat-card .stat-content .stat-label{color:#718096;font-size:.8rem}.leaderboard-section .leaderboard-table-container{border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.leaderboard-section .leaderboard-table-container .leaderboard-table{border-collapse:collapse;width:100%}.leaderboard-section .leaderboard-table-container .leaderboard-table thead{background:#f7fafc}.leaderboard-section .leaderboard-table-container .leaderboard-table thead th{border-bottom:1px solid #e2e8f0;color:#4a5568;font-size:.8rem;font-weight:600;letter-spacing:.5px;padding:.75rem 1rem;text-align:left;text-transform:uppercase}.leaderboard-section .leaderboard-table-container .leaderboard-table thead th:first-child{text-align:center;width:60px}.leaderboard-section .leaderboard-table-container .leaderboard-table tbody tr{border-bottom:1px solid #e2e8f0;transition:background-color .15s ease}.leaderboard-section .leaderboard-table-container .leaderboard-table tbody tr:last-child{border-bottom:none}.leaderboard-section .leaderboard-table-container .leaderboard-table tbody tr:hover{background-color:#f7fafc}.leaderboard-section .leaderboard-table-container .leaderboard-table tbody tr.rank-1{background:#fffbeb}.leaderboard-section .leaderboard-table-container .leaderboard-table tbody tr.rank-2{background:#f7fafc}.leaderboard-section .leaderboard-table-container .leaderboard-table tbody tr.rank-3{background:#fef3e2}.leaderboard-section .leaderboard-table-container .leaderboard-table tbody tr td{color:#2d3748;font-size:.9rem;padding:.75rem 1rem}.leaderboard-section .leaderboard-table-container .leaderboard-table tbody tr td.rank-cell{font-size:1rem;font-weight:600;text-align:center}.leaderboard-section .leaderboard-table-container .leaderboard-table tbody tr td.player-cell .player-info .player-name{color:#1a202c;display:block;font-weight:500}.leaderboard-section .leaderboard-table-container .leaderboard-table tbody tr td.player-cell .player-info .player-id{color:#a0aec0;font-family:monospace;font-size:.75rem}.leaderboard-section .leaderboard-table-container .leaderboard-table tbody tr td.score-cell .coin-amount{color:#3182ce;font-weight:600}.leaderboard-section .leaderboard-table-container .leaderboard-table tbody tr td.time-cell{color:#718096;font-size:.85rem}.leaderboard-section .leaderboard-table-container .leaderboard-table tbody tr td.actions-cell{text-align:center}.leaderboard-section .leaderboard-table-container .leaderboard-table tbody tr td.actions-cell .btn-remove{background:#fed7d7;border:none;border-radius:4px;color:#c53030;cursor:pointer;font-size:.8rem;font-weight:500;padding:.375rem .75rem;transition:all .2s ease}.leaderboard-section .leaderboard-table-container .leaderboard-table tbody tr td.actions-cell .btn-remove:hover{background:#feb2b2}.leaderboard-section .empty-state{color:#718096;padding:3rem 2rem;text-align:center}.leaderboard-section .empty-state .empty-icon{display:block;font-size:2.5rem;margin-bottom:.75rem;opacity:.5}.leaderboard-section .empty-state h3{color:#4a5568;font-size:1rem;margin:0 0 .25rem}.leaderboard-section .empty-state p{font-size:.9rem;margin:0}.modal-overlay{background:#0006;inset:0}.modal-content{border-radius:8px;box-shadow:0 20px 25px -5px #0000001a;max-width:500px}.modal-content .modal-header{border-bottom:1px solid #e2e8f0;padding:1rem 1.25rem}.modal-content .modal-header h3{color:#1a202c;font-size:1rem;font-weight:600;margin:0}.modal-content .modal-header .modal-close{background:none;border:none;color:#a0aec0;cursor:pointer;font-size:1.25rem;line-height:1;padding:.25rem}.modal-content .modal-header .modal-close:hover{color:#4a5568}.modal-content .modal-body{padding:1.25rem}.modal-content .modal-body .alert{border-radius:6px;font-size:.875rem;margin-bottom:1rem;padding:.75rem 1rem}.modal-content .modal-body .alert.alert-success{background:#f0fff4;border:1px solid #c6f6d5;color:#276749}.modal-content .modal-body .alert.alert-danger{background:#fff5f5;border:1px solid #fed7d7;color:#c53030}.modal-content .modal-body .form-group{margin-bottom:1rem}.modal-content .modal-body .form-group label{color:#2d3748;font-size:.85rem;margin-bottom:.375rem}.modal-content .modal-body .form-group label .required{color:#e53e3e}.modal-content .modal-body .form-group .form-control{border:1px solid #e2e8f0;border-radius:6px;font-size:.875rem;padding:.5rem .75rem;width:100%}.modal-content .modal-body .form-group .form-control:focus{border-color:#3182ce;box-shadow:0 0 0 3px #3182ce1a;outline:none}.modal-content .modal-body .form-group .form-control:disabled{background:#f7fafc;color:#a0aec0}.modal-content .modal-body .form-group textarea.form-control{font-family:monospace;font-size:.8rem;min-height:80px;resize:vertical}.modal-content .modal-footer{border-top:1px solid #e2e8f0;gap:.75rem;padding:1rem 1.25rem}@media(max-width:768px){.container-settings{padding:1rem}.investaplay-fields-container .version-fields-row{gap:1rem;grid-template-columns:1fr}.section-header{flex-direction:column;gap:1rem}.settings-actions{align-items:stretch;flex-direction:column}.settings-actions .save-button{justify-content:center}.leaderboard-section .leaderboard-table-container{overflow-x:auto}.leaderboard-section .leaderboard-table-container .leaderboard-table{min-width:500px}}.ludo-leaderboard .leaderboard-header-actions{display:flex;gap:.5rem;justify-content:flex-end;margin-bottom:1.5rem}.ludo-leaderboard .leaderboard-header-actions .btn{border:none;border-radius:8px;cursor:pointer;font-size:.8rem;font-weight:600;padding:.5rem 1rem;transition:all .2s}.ludo-leaderboard .leaderboard-header-actions .btn.btn-danger{background:#fee2e2;color:#dc2626}.ludo-leaderboard .leaderboard-header-actions .btn.btn-danger:hover:not(:disabled){background:#fecaca}.ludo-leaderboard .leaderboard-header-actions .btn.btn-secondary{background:#f3f4f6;color:#374151}.ludo-leaderboard .leaderboard-header-actions .btn.btn-secondary:hover:not(:disabled){background:#e5e7eb}.ludo-leaderboard .leaderboard-header-actions .btn:disabled{cursor:not-allowed;opacity:.6}.ludo-leaderboard .alert{border-radius:10px;font-size:.875rem;font-weight:500;margin-bottom:1rem;padding:1rem 1.25rem}.ludo-leaderboard .alert.alert-danger{background:#fef2f2;border:1px solid #fecaca;color:#dc2626}.ludo-leaderboard .alert.alert-success{background:#f0fdf4;border:1px solid #bbf7d0;color:#16a34a}.ludo-leaderboard .leaderboard-table-container .leaderboard-table{border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.ludo-leaderboard .leaderboard-table-container .leaderboard-table .table-header{background:#f9fafb;border-bottom:1px solid #e5e7eb;display:grid;grid-template-columns:80px 1fr 120px 160px 100px}.ludo-leaderboard .leaderboard-table-container .leaderboard-table .table-header .header-cell{color:#6b7280;font-size:.75rem;font-weight:600;letter-spacing:.5px;padding:.875rem 1rem;text-transform:uppercase}.ludo-leaderboard .leaderboard-table-container .leaderboard-table .table-body .table-row{border-bottom:1px solid #f3f4f6;display:grid;grid-template-columns:80px 1fr 120px 160px 100px;transition:background .2s}.ludo-leaderboard .leaderboard-table-container .leaderboard-table .table-body .table-row:last-child{border-bottom:none}.ludo-leaderboard .leaderboard-table-container .leaderboard-table .table-body .table-row:hover{background:#f9fafb}.ludo-leaderboard .leaderboard-table-container .leaderboard-table .table-body .table-row.top-rank{background:linear-gradient(135deg,#fefce8,#fef9c3)}.ludo-leaderboard .leaderboard-table-container .leaderboard-table .table-body .table-row.top-rank:hover{background:linear-gradient(135deg,#fef9c3,#fef08a)}.ludo-leaderboard .leaderboard-table-container .leaderboard-table .table-body .table-row .table-cell{align-items:center;display:flex;padding:1rem}.ludo-leaderboard .leaderboard-table-container .leaderboard-table .table-body .table-row .table-cell.rank-cell{gap:.5rem}.ludo-leaderboard .leaderboard-table-container .leaderboard-table .table-body .table-row .table-cell.rank-cell .rank-icon{font-size:1.25rem}.ludo-leaderboard .leaderboard-table-container .leaderboard-table .table-body .table-row .table-cell.rank-cell .rank-number{color:#374151;font-size:.875rem;font-weight:600}.ludo-leaderboard .leaderboard-table-container .leaderboard-table .table-body .table-row .table-cell.player-cell .player-info .player-name{color:#1f2937;font-size:.9rem;font-weight:600}.ludo-leaderboard .leaderboard-table-container .leaderboard-table .table-body .table-row .table-cell.player-cell .player-info .player-id{color:#9ca3af;font-family:monospace;font-size:.75rem}.ludo-leaderboard .leaderboard-table-container .leaderboard-table .table-body .table-row .table-cell.score-cell .score-value{color:#059669;font-size:1rem;font-weight:700}.ludo-leaderboard .leaderboard-table-container .leaderboard-table .table-body .table-row .table-cell.date-cell .update-time{color:#6b7280;font-size:.8rem}.ludo-leaderboard .leaderboard-table-container .leaderboard-table .table-body .table-row .table-cell.actions-cell .btn{background:#fee2e2;border:none;border-radius:6px;color:#dc2626;cursor:pointer;font-size:.75rem;font-weight:600;padding:.375rem .75rem;transition:all .2s}.ludo-leaderboard .leaderboard-table-container .leaderboard-table .table-body .table-row .table-cell.actions-cell .btn:hover{background:#fecaca}.ludo-leaderboard .empty-leaderboard{padding:4rem 2rem;text-align:center}.ludo-leaderboard .empty-leaderboard .empty-icon{font-size:4rem;margin-bottom:1rem;opacity:.5}.ludo-leaderboard .empty-leaderboard h3{color:#374151;font-size:1.25rem;font-weight:600;margin:0 0 .5rem}.ludo-leaderboard .empty-leaderboard p{color:#6b7280;font-size:.9rem;margin:0}.ludo-leaderboard .loading-spinner{color:#6b7280;font-size:.9rem;padding:3rem;text-align:center}.ludo-leaderboard .error-container{padding:3rem;text-align:center}.ludo-leaderboard .error-container .error-icon{font-size:3rem;margin-bottom:1rem}.ludo-leaderboard .error-container h3{color:#dc2626;font-size:1.125rem;font-weight:600;margin:0 0 .5rem}.ludo-leaderboard .error-container p{color:#6b7280;font-size:.9rem;margin-bottom:1rem}@media(max-width:768px){.ludo-leaderboard .leaderboard-header-actions{align-items:stretch;flex-direction:column}.ludo-leaderboard .leaderboard-table-container .leaderboard-table .table-body .table-row,.ludo-leaderboard .leaderboard-table-container .leaderboard-table .table-header{grid-template-columns:60px 1fr 80px}.ludo-leaderboard .leaderboard-table-container .leaderboard-table .actions-cell,.ludo-leaderboard .leaderboard-table-container .leaderboard-table .date-cell{display:none!important}}.ludo-settings{background:#f5f7fa;margin:0 auto;max-width:1200px;min-height:100vh;padding:1.5rem}.ludo-settings .ludo-settings-header{margin-bottom:1.5rem}.ludo-settings .ludo-settings-header h1{color:#1f2937;font-size:1.75rem;font-weight:700;margin:0 0 .375rem}.ludo-settings .ludo-settings-header p{color:#6b7280;font-size:.9rem;margin:0}.ludo-settings .ludo-settings-header .unsaved-changes-banner{align-items:center;background:#fef3c7;border:1px solid #fde68a;border-radius:10px;display:flex;justify-content:space-between;margin-top:1rem;padding:.875rem 1.25rem}.ludo-settings .ludo-settings-header .unsaved-changes-banner span{color:#92400e;font-size:.875rem;font-weight:500}.ludo-settings .ludo-settings-header .unsaved-changes-banner .save-buttons{display:flex;gap:.5rem}.ludo-settings .ludo-settings-header .unsaved-changes-banner .btn{border:none;border-radius:8px;cursor:pointer;font-size:.8rem;font-weight:600;padding:.5rem 1rem}.ludo-settings .ludo-settings-header .unsaved-changes-banner .btn.btn-primary{background:#f59e0b;color:#fff}.ludo-settings .ludo-settings-header .unsaved-changes-banner .btn.btn-primary:hover:not(:disabled){background:#d97706}.ludo-settings .ludo-settings-header .unsaved-changes-banner .btn.btn-primary:disabled{cursor:not-allowed;opacity:.6}.ludo-settings .tab-navigation{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 8px #0000000f;display:flex;gap:.5rem;margin-bottom:1.5rem;padding:.5rem}.ludo-settings .tab-navigation .tab-button{align-items:center;background:#0000;border:none;border-radius:8px;color:#6b7280;cursor:pointer;display:flex;flex:1 1;font-size:.9rem;font-weight:600;gap:.5rem;justify-content:center;padding:.875rem 1.5rem;transition:all .2s}.ludo-settings .tab-navigation .tab-button .tab-icon{font-size:1rem}.ludo-settings .tab-navigation .tab-button:hover:not(.active){background:#f3f4f6;color:#374151}.ludo-settings .tab-navigation .tab-button.active{background:#3b82f6;color:#fff}.ludo-settings .settings-section{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 2px 8px #0000000f;overflow:hidden}.ludo-settings .settings-section .settings-actions{border-bottom:1px solid #f3f4f6;display:flex;gap:.5rem;justify-content:flex-end;padding:1rem 1.5rem}.ludo-settings .settings-section .settings-actions .btn{border:none;border-radius:8px;cursor:pointer;font-size:.8rem;font-weight:600;padding:.5rem 1rem;transition:all .2s}.ludo-settings .settings-section .settings-actions .btn.btn-secondary{background:#f3f4f6;color:#374151}.ludo-settings .settings-section .settings-actions .btn.btn-secondary:hover:not(:disabled){background:#e5e7eb}.ludo-settings .settings-section .settings-actions .btn.btn-warning{background:#fef3c7;color:#92400e}.ludo-settings .settings-section .settings-actions .btn.btn-warning:hover:not(:disabled){background:#fde68a}.ludo-settings .settings-section .settings-actions .btn:disabled{cursor:not-allowed;opacity:.6}.ludo-settings .ludo-settings-content{padding:1.5rem}.ludo-settings .arena-fields-container{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.ludo-settings .arena-fields-container .arena-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.ludo-settings .arena-fields-container .arena-section .arena-header{align-items:center;background:#f9fafb;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1rem 1.25rem}.ludo-settings .arena-fields-container .arena-section .arena-header .arena-title{color:#1f2937;font-size:1rem;font-weight:600;margin:0}.ludo-settings .arena-fields-container .arena-section .arena-header .arena-badge{align-items:center;display:flex;gap:.5rem}.ludo-settings .arena-fields-container .arena-section .arena-header .arena-badge span{background:#3b82f6;border-radius:20px;color:#fff;font-size:.75rem;font-weight:600;padding:.25rem .75rem}.ludo-settings .arena-fields-container .arena-section .arena-header .arena-badge input[type=checkbox]{cursor:pointer;height:18px;width:18px}.ludo-settings .arena-fields-container .arena-section .arena-fields{display:flex;flex-direction:column;gap:1.25rem;padding:1.25rem}.ludo-settings .arena-fields-container .arena-section .arena-fields .field-group .field-label{align-items:center;color:#374151;display:flex;font-size:.8rem;font-weight:600;gap:.5rem;margin-bottom:.5rem}.ludo-settings .arena-fields-container .arena-section .arena-fields .field-group .field-label .label-icon{font-size:1rem}.ludo-settings .arena-fields-container .arena-section .arena-fields .field-group .fee-fields{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:1fr 100px}.ludo-settings .arena-fields-container .arena-section .arena-fields .field-group .form-control{background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#1f2937;font-size:.875rem;padding:.625rem .875rem;transition:all .2s;width:100%}.ludo-settings .arena-fields-container .arena-section .arena-fields .field-group .form-control:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.ludo-settings .arena-fields-container .arena-section .arena-fields .field-group .consolation-container,.ludo-settings .arena-fields-container .arena-section .arena-fields .field-group .rewards-container{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:1rem}.ludo-settings .arena-fields-container .arena-section .arena-fields .field-group .consolation-container .consolation-row,.ludo-settings .arena-fields-container .arena-section .arena-fields .field-group .consolation-container .reward-row,.ludo-settings .arena-fields-container .arena-section .arena-fields .field-group .rewards-container .consolation-row,.ludo-settings .arena-fields-container .arena-section .arena-fields .field-group .rewards-container .reward-row{grid-gap:.75rem;align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;display:grid;gap:.75rem;grid-template-columns:100px 1fr 100px;margin-bottom:.5rem;padding:.75rem}.ludo-settings .arena-fields-container .arena-section .arena-fields .field-group .consolation-container .consolation-row:last-child,.ludo-settings .arena-fields-container .arena-section .arena-fields .field-group .consolation-container .reward-row:last-child,.ludo-settings .arena-fields-container .arena-section .arena-fields .field-group .rewards-container .consolation-row:last-child,.ludo-settings .arena-fields-container .arena-section .arena-fields .field-group .rewards-container .reward-row:last-child{margin-bottom:0}.ludo-settings .arena-fields-container .arena-section .arena-fields .field-group .consolation-container .consolation-row .consolation-label,.ludo-settings .arena-fields-container .arena-section .arena-fields .field-group .consolation-container .consolation-row .rank-label,.ludo-settings .arena-fields-container .arena-section .arena-fields .field-group .consolation-container .reward-row .consolation-label,.ludo-settings .arena-fields-container .arena-section .arena-fields .field-group .consolation-container .reward-row .rank-label,.ludo-settings .arena-fields-container .arena-section .arena-fields .field-group .rewards-container .consolation-row .consolation-label,.ludo-settings .arena-fields-container .arena-section .arena-fields .field-group .rewards-container .consolation-row .rank-label,.ludo-settings .arena-fields-container .arena-section .arena-fields .field-group .rewards-container .reward-row .consolation-label,.ludo-settings .arena-fields-container .arena-section .arena-fields .field-group .rewards-container .reward-row .rank-label{color:#374151;font-size:.8rem;font-weight:600}.ludo-settings .arena-fields-container .arena-section .arena-fields .field-group .consolation-container .no-consolation-reward,.ludo-settings .arena-fields-container .arena-section .arena-fields .field-group .rewards-container .no-consolation-reward{color:#9ca3af;font-size:.85rem;padding:.75rem;text-align:center}.ludo-settings .arena-fields-container .arena-section .arena-fields .field-group .consolation-container .add-consolation-btn,.ludo-settings .arena-fields-container .arena-section .arena-fields .field-group .rewards-container .add-consolation-btn{align-items:center;background:#f3f4f6;border:1px dashed #d1d5db;border-radius:8px;color:#6b7280;cursor:pointer;display:flex;font-size:.8rem;font-weight:500;gap:.5rem;justify-content:center;margin-top:.75rem;padding:.625rem;transition:all .2s;width:100%}.ludo-settings .arena-fields-container .arena-section .arena-fields .field-group .consolation-container .add-consolation-btn:hover,.ludo-settings .arena-fields-container .arena-section .arena-fields .field-group .rewards-container .add-consolation-btn:hover{background:#e5e7eb;border-color:#9ca3af;color:#374151}.ludo-settings .arena-fields-container .arena-section .arena-fields .field-group .consolation-container .remove-reward-btn,.ludo-settings .arena-fields-container .arena-section .arena-fields .field-group .rewards-container .remove-reward-btn{background:#fee2e2;border:none;border-radius:6px;color:#dc2626;cursor:pointer;font-size:.75rem;padding:.375rem .5rem;transition:all .2s}.ludo-settings .arena-fields-container .arena-section .arena-fields .field-group .consolation-container .remove-reward-btn:hover,.ludo-settings .arena-fields-container .arena-section .arena-fields .field-group .rewards-container .remove-reward-btn:hover{background:#fecaca}.ludo-settings .arena-fields-container .arena-section .arena-fields .field-group .consolation-container .consolation-row{grid-template-columns:120px 1fr 100px auto}.ludo-settings .leaderboard-section{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 2px 8px #0000000f;padding:1.5rem}.ludo-settings .loading-spinner{color:#6b7280;font-size:.9rem;padding:3rem;text-align:center}.ludo-settings .error-message{background:#fef2f2;border:1px solid #fecaca;border-radius:10px;color:#dc2626;margin-bottom:1rem;padding:1rem}@media(max-width:768px){.ludo-settings{padding:1rem}.ludo-settings .tab-navigation{flex-direction:column}.ludo-settings .arena-fields-container,.ludo-settings .arena-fields-container .arena-section .arena-fields .field-group .fee-fields,.ludo-settings .arena-fields-container .arena-section .arena-fields .field-group .rewards-container .reward-row{grid-template-columns:1fr}}.coming-soon{align-items:center;background:linear-gradient(135deg,#3a76d6,#2a5bb8);display:flex;justify-content:center;min-height:100vh;overflow:hidden;position:relative}.coming-soon .coming-soon-background{height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.coming-soon .coming-soon-background .floating-shapes{height:100%;position:relative;width:100%}.coming-soon .coming-soon-background .floating-shapes .shape{animation:float 6s ease-in-out infinite;background:#ffffff1a;border-radius:50%;position:absolute}.coming-soon .coming-soon-background .floating-shapes .shape.shape-1{animation-delay:0s;background:linear-gradient(45deg,#ffffff1a,#ffffff0d);height:80px;left:10%;top:10%;width:80px}.coming-soon .coming-soon-background .floating-shapes .shape.shape-2{animation-delay:1s;background:linear-gradient(45deg,#ffffff14,#ffffff08);height:120px;right:15%;top:20%;width:120px}.coming-soon .coming-soon-background .floating-shapes .shape.shape-3{animation-delay:2s;background:linear-gradient(45deg,#ffffff1f,#ffffff0f);bottom:30%;height:60px;left:20%;width:60px}.coming-soon .coming-soon-background .floating-shapes .shape.shape-4{animation-delay:3s;background:linear-gradient(45deg,#ffffff17,#ffffff0a);bottom:20%;height:100px;right:25%;width:100px}.coming-soon .coming-soon-background .floating-shapes .shape.shape-5{animation-delay:4s;background:linear-gradient(45deg,#ffffff12,#ffffff05);height:140px;left:5%;top:50%;width:140px}.coming-soon .coming-soon-background .floating-shapes .shape.shape-6{animation-delay:5s;background:linear-gradient(45deg,#ffffff1c,#ffffff0d);height:90px;right:10%;top:70%;width:90px}.coming-soon .coming-soon-content{max-width:800px;padding:2rem;position:relative;text-align:center;width:100%;z-index:1}.coming-soon .coming-soon-container{animation:slideUp 1s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff3;border-radius:20px;box-shadow:0 20px 40px #0000001a;padding:3rem 2rem}.coming-soon .coming-soon-icon{margin-bottom:2rem}.coming-soon .coming-soon-icon .icon-wrapper{-webkit-text-fill-color:#0000;animation:pulse 2s ease-in-out infinite;background:linear-gradient(135deg,#3a76d6,#2a5bb8);background-clip:text;-webkit-background-clip:text;display:inline-block;font-size:4rem}.coming-soon .coming-soon-header{margin-bottom:3rem}.coming-soon .coming-soon-header .coming-soon-title{-webkit-text-fill-color:#0000;animation:fadeInUp 1s ease-out .2s both;background:linear-gradient(135deg,#3a76d6,#2a5bb8);background-clip:text;-webkit-background-clip:text;font-size:3.5rem;font-weight:800;letter-spacing:-1px;margin:0 0 1rem}.coming-soon .coming-soon-header .coming-soon-subtitle{animation:fadeInUp 1s ease-out .4s both;color:#555;font-size:1.5rem;font-weight:600;margin:0 0 1.5rem}.coming-soon .coming-soon-header .coming-soon-description{animation:fadeInUp 1s ease-out .6s both;color:#666;font-size:1.1rem;line-height:1.6;margin:0}.coming-soon .countdown-section{animation:fadeInUp 1s ease-out .8s both;margin-bottom:3rem}.coming-soon .countdown-section .countdown-label{color:#333;font-size:1.2rem;font-weight:600;margin-bottom:1.5rem}.coming-soon .countdown-section .countdown-timer{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.coming-soon .countdown-section .countdown-timer .countdown-item{background:linear-gradient(135deg,#3a76d6,#2a5bb8);border-radius:15px;box-shadow:0 10px 20px #3a76d64d;color:#fff;min-width:80px;padding:1.5rem 1rem;transform:translateY(0);transition:transform .3s ease}.coming-soon .countdown-section .countdown-timer .countdown-item:hover{transform:translateY(-5px)}.coming-soon .countdown-section .countdown-timer .countdown-item .countdown-number{font-size:2rem;font-weight:700;line-height:1}.coming-soon .countdown-section .countdown-timer .countdown-item .countdown-label-small{font-size:.8rem;font-weight:500;margin-top:.5rem;opacity:.9}.coming-soon .countdown-section .countdown-timer .countdown-separator{animation:blink 1s infinite;color:#3a76d6;font-size:2rem;font-weight:700}.coming-soon .notify-section{animation:fadeInUp 1s ease-out 1s both;margin-bottom:3rem}.coming-soon .notify-section .notify-title{color:#333;font-size:1.3rem;font-weight:600;margin-bottom:1.5rem}.coming-soon .notify-section .notify-form .notify-input-group{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin:0 auto;max-width:400px}.coming-soon .notify-section .notify-form .notify-input-group .notify-input{border:2px solid #e1e5e9;border-radius:50px;flex:1 1;font-size:1rem;min-width:250px;outline:none;padding:1rem 1.5rem;transition:all .3s ease}.coming-soon .notify-section .notify-form .notify-input-group .notify-input:focus{border-color:#3a76d6;box-shadow:0 0 0 3px #3a76d61a}.coming-soon .notify-section .notify-form .notify-input-group .notify-input::placeholder{color:#999}.coming-soon .notify-section .notify-form .notify-input-group .notify-button{align-items:center;background:linear-gradient(135deg,#3a76d6,#2a5bb8);border:none;border-radius:50px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;min-width:140px;padding:1rem 2rem;transition:all .3s ease}.coming-soon .notify-section .notify-form .notify-input-group .notify-button:hover:not(:disabled){box-shadow:0 10px 20px #3a76d64d;transform:translateY(-2px)}.coming-soon .notify-section .notify-form .notify-input-group .notify-button:disabled{cursor:not-allowed;opacity:.7;transform:none}.coming-soon .notify-section .notify-form .notify-input-group .notify-button .loading-spinner .spinner{animation:spin 1s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:20px;width:20px}.coming-soon .notify-section .notify-form .notify-input-group .notify-button .button-icon{font-size:1.1rem}.coming-soon .notify-section .success-message{text-align:center}.coming-soon .notify-section .success-message .success-icon{animation:bounceIn .8s ease-out;font-size:3rem;margin-bottom:1rem}.coming-soon .notify-section .success-message .success-title{color:#28a745;font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.coming-soon .notify-section .success-message .success-text{color:#666;font-size:1rem}.coming-soon .social-section{animation:fadeInUp 1s ease-out 1.2s both;margin-bottom:2rem}.coming-soon .social-section .social-title{color:#333;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.coming-soon .social-section .social-links{display:flex;gap:1rem;justify-content:center}.coming-soon .social-section .social-links .social-link{align-items:center;background:#3a76d61a;border:2px solid #0000;border-radius:50%;display:flex;height:50px;justify-content:center;text-decoration:none;transition:all .3s ease;width:50px}.coming-soon .social-section .social-links .social-link:hover{background:linear-gradient(135deg,#3a76d6,#2a5bb8);box-shadow:0 10px 20px #3a76d64d;transform:translateY(-3px)}.coming-soon .social-section .social-links .social-link:hover .social-icon{transform:scale(1.1)}.coming-soon .social-section .social-links .social-link .social-icon{font-size:1.5rem;transition:transform .3s ease}.coming-soon .progress-section{animation:fadeInUp 1s ease-out 1.4s both}.coming-soon .progress-section .progress-label{color:#333;font-size:1rem;font-weight:600;margin-bottom:1rem}.coming-soon .progress-section .progress-bar{background:#3a76d61a;border-radius:4px;height:8px;margin-bottom:.5rem;overflow:hidden;width:100%}.coming-soon .progress-section .progress-bar .progress-fill{animation:progressFill 2s ease-out 1.6s both;background:linear-gradient(135deg,#3a76d6,#2a5bb8);border-radius:4px;height:100%;transition:width 2s ease-out}.coming-soon .progress-section .progress-text{color:#666;font-size:.9rem;font-weight:500}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(180deg)}}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.04)}}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:.3}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}@keyframes progressFill{0%{width:0}to{width:75%}}@media(max-width:768px){.coming-soon .coming-soon-content{padding:1rem}.coming-soon .coming-soon-container{padding:2rem 1.5rem}.coming-soon .coming-soon-header .coming-soon-title{font-size:2.5rem}.coming-soon .coming-soon-header .coming-soon-subtitle{font-size:1.2rem}.coming-soon .coming-soon-header .coming-soon-description{font-size:1rem}.coming-soon .countdown-timer{gap:.5rem}.coming-soon .countdown-timer .countdown-item{min-width:60px;padding:1rem .5rem}.coming-soon .countdown-timer .countdown-item .countdown-number{font-size:1.5rem}.coming-soon .countdown-timer .countdown-item .countdown-label-small{font-size:.7rem}.coming-soon .countdown-timer .countdown-separator{font-size:1.5rem}.coming-soon .notify-form .notify-input-group{align-items:center;flex-direction:column}.coming-soon .notify-form .notify-input-group .notify-input{margin-bottom:1rem;min-width:100%}.coming-soon .notify-form .notify-input-group .notify-button{width:100%}.coming-soon .social-links{gap:.5rem}.coming-soon .social-links .social-link{height:45px;width:45px}.coming-soon .social-links .social-link .social-icon{font-size:1.3rem}}@media(max-width:480px){.coming-soon .coming-soon-header .coming-soon-title{font-size:2rem}.coming-soon .countdown-timer .countdown-item{min-width:50px;padding:.8rem .3rem}.coming-soon .countdown-timer .countdown-item .countdown-number{font-size:1.2rem}}.quiz-settings{background:#f5f7fa;margin:0 auto;max-width:1200px;min-height:100vh;padding:1.5rem}.quiz-settings .quiz-settings-header{margin-bottom:1.5rem}.quiz-settings .quiz-settings-header h1{color:#1f2937;font-size:1.75rem;font-weight:700;margin:0 0 .375rem}.quiz-settings .quiz-settings-header p{color:#6b7280;font-size:.9rem;margin:0}.quiz-settings .quiz-settings-header .unsaved-changes-banner{align-items:center;background:#fef3c7;border:1px solid #fde68a;border-radius:10px;display:flex;justify-content:space-between;margin-top:1rem;padding:.875rem 1.25rem}.quiz-settings .quiz-settings-header .unsaved-changes-banner span{color:#92400e;font-size:.875rem;font-weight:500}.quiz-settings .quiz-settings-header .unsaved-changes-banner .save-buttons{display:flex;gap:.5rem}.quiz-settings .quiz-settings-header .unsaved-changes-banner .btn{border:none;border-radius:8px;cursor:pointer;font-size:.8rem;font-weight:600;padding:.5rem 1rem}.quiz-settings .quiz-settings-header .unsaved-changes-banner .btn.btn-primary{background:#f59e0b;color:#fff}.quiz-settings .quiz-settings-header .unsaved-changes-banner .btn.btn-primary:hover:not(:disabled){background:#d97706}.quiz-settings .quiz-settings-header .unsaved-changes-banner .btn.btn-primary:disabled{cursor:not-allowed;opacity:.6}.quiz-settings .tab-navigation{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 8px #0000000f;display:flex;gap:.5rem;margin-bottom:1.5rem;padding:.5rem}.quiz-settings .tab-navigation .tab-button{align-items:center;background:#0000;border:none;border-radius:8px;color:#6b7280;cursor:pointer;display:flex;flex:1 1;font-size:.9rem;font-weight:600;gap:.5rem;justify-content:center;padding:.875rem 1.5rem;transition:all .2s}.quiz-settings .tab-navigation .tab-button .tab-icon{font-size:1rem}.quiz-settings .tab-navigation .tab-button:hover:not(.active){background:#f3f4f6;color:#374151}.quiz-settings .tab-navigation .tab-button.active{background:#3b82f6;color:#fff}.quiz-settings .quiz-settings-content{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 2px 8px #0000000f;overflow:hidden}.quiz-settings .coming-soon-container{padding:2rem}.quiz-settings .quiz-management-tab .quiz-management-container{background:#0000;max-width:none;padding:0}.quiz-settings .leaderboard-tab{padding:1.5rem}.quiz-settings .leaderboard-tab .leaderboard-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.quiz-settings .leaderboard-tab .leaderboard-header h3{color:#1f2937;font-size:1.125rem;font-weight:600;margin:0}.quiz-settings .leaderboard-tab .leaderboard-header .leaderboard-actions{display:flex;gap:.5rem}.quiz-settings .leaderboard-tab .leaderboard-header .leaderboard-actions .btn{border:none;border-radius:8px;cursor:pointer;font-size:.8rem;font-weight:600;padding:.5rem 1rem;transition:all .2s}.quiz-settings .leaderboard-tab .leaderboard-header .leaderboard-actions .btn.btn-danger{background:#fee2e2;color:#dc2626}.quiz-settings .leaderboard-tab .leaderboard-header .leaderboard-actions .btn.btn-danger:hover:not(:disabled){background:#fecaca}.quiz-settings .leaderboard-tab .leaderboard-header .leaderboard-actions .btn.btn-secondary{background:#f3f4f6;color:#374151}.quiz-settings .leaderboard-tab .leaderboard-header .leaderboard-actions .btn.btn-secondary:hover:not(:disabled){background:#e5e7eb}.quiz-settings .leaderboard-tab .leaderboard-header .leaderboard-actions .btn:disabled{cursor:not-allowed;opacity:.6}.quiz-settings .leaderboard-tab .alert{border-radius:10px;font-size:.875rem;font-weight:500;margin-bottom:1rem;padding:1rem 1.25rem}.quiz-settings .leaderboard-tab .alert.alert-success{background:#f0fdf4;border:1px solid #bbf7d0;color:#16a34a}.quiz-settings .leaderboard-tab .leaderboard-table{border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.quiz-settings .leaderboard-tab .leaderboard-table .table-header{background:#f9fafb;border-bottom:1px solid #e5e7eb;display:grid;grid-template-columns:80px 1fr 120px 160px 100px}.quiz-settings .leaderboard-tab .leaderboard-table .table-header .header-cell{color:#6b7280;font-size:.75rem;font-weight:600;letter-spacing:.5px;padding:.875rem 1rem;text-transform:uppercase}.quiz-settings .leaderboard-tab .leaderboard-table .table-body .table-row{border-bottom:1px solid #f3f4f6;display:grid;grid-template-columns:80px 1fr 120px 160px 100px;transition:background .2s}.quiz-settings .leaderboard-tab .leaderboard-table .table-body .table-row:last-child{border-bottom:none}.quiz-settings .leaderboard-tab .leaderboard-table .table-body .table-row:hover{background:#f9fafb}.quiz-settings .leaderboard-tab .leaderboard-table .table-body .table-row.top-rank{background:linear-gradient(135deg,#fefce8,#fef9c3)}.quiz-settings .leaderboard-tab .leaderboard-table .table-body .table-row.top-rank:hover{background:linear-gradient(135deg,#fef9c3,#fef08a)}.quiz-settings .leaderboard-tab .leaderboard-table .table-body .table-row .table-cell{align-items:center;display:flex;padding:1rem}.quiz-settings .leaderboard-tab .leaderboard-table .table-body .table-row .table-cell.rank-cell{gap:.5rem}.quiz-settings .leaderboard-tab .leaderboard-table .table-body .table-row .table-cell.rank-cell .rank-icon{font-size:1.25rem}.quiz-settings .leaderboard-tab .leaderboard-table .table-body .table-row .table-cell.rank-cell .rank-number{color:#374151;font-size:.875rem;font-weight:600}.quiz-settings .leaderboard-tab .leaderboard-table .table-body .table-row .table-cell.player-cell .player-info .player-name{color:#1f2937;font-size:.9rem;font-weight:600}.quiz-settings .leaderboard-tab .leaderboard-table .table-body .table-row .table-cell.player-cell .player-info .player-id{color:#9ca3af;font-family:monospace;font-size:.75rem}.quiz-settings .leaderboard-tab .leaderboard-table .table-body .table-row .table-cell.score-cell .score-value{color:#059669;font-size:1rem;font-weight:700}.quiz-settings .leaderboard-tab .leaderboard-table .table-body .table-row .table-cell.date-cell .update-time{color:#6b7280;font-size:.8rem}.quiz-settings .leaderboard-tab .leaderboard-table .table-body .table-row .table-cell.actions-cell .btn{background:#fee2e2;border:none;border-radius:6px;color:#dc2626;cursor:pointer;font-size:.75rem;font-weight:600;padding:.375rem .75rem;transition:all .2s}.quiz-settings .leaderboard-tab .leaderboard-table .table-body .table-row .table-cell.actions-cell .btn:hover{background:#fecaca}.quiz-settings .leaderboard-tab .empty-leaderboard{padding:4rem 2rem;text-align:center}.quiz-settings .leaderboard-tab .empty-leaderboard .empty-icon{font-size:4rem;margin-bottom:1rem;opacity:.5}.quiz-settings .leaderboard-tab .empty-leaderboard h3{color:#374151;font-size:1.25rem;font-weight:600;margin:0 0 .5rem}.quiz-settings .leaderboard-tab .empty-leaderboard p{color:#6b7280;font-size:.9rem;margin:0}.quiz-settings .leaderboard-tab .loading-spinner,.quiz-settings .loading-spinner{color:#6b7280;font-size:.9rem;padding:3rem;text-align:center}.quiz-settings .error-message{background:#fef2f2;border:1px solid #fecaca;border-radius:10px;color:#dc2626;margin:1rem;padding:1rem}.quiz-settings .error-message p{margin:0 0 .75rem}.quiz-settings .error-message .btn{background:#dc2626;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.8rem;font-weight:600;padding:.5rem 1rem}.quiz-settings .error-message .btn:hover{background:#b91c1c}@media(max-width:768px){.quiz-settings{padding:1rem}.quiz-settings .tab-navigation{flex-direction:column}.quiz-settings .quiz-settings-header .unsaved-changes-banner{flex-direction:column;gap:.75rem;text-align:center}.quiz-settings .leaderboard-tab .leaderboard-header{align-items:flex-start;flex-direction:column;gap:1rem}.quiz-settings .leaderboard-tab .leaderboard-table .table-body .table-row,.quiz-settings .leaderboard-tab .leaderboard-table .table-header{grid-template-columns:60px 1fr 80px}.quiz-settings .leaderboard-tab .leaderboard-table .actions-cell,.quiz-settings .leaderboard-tab .leaderboard-table .date-cell{display:none!important}}.solitaire-settings{background:#f5f7fa;margin:0 auto;max-width:1200px;min-height:100vh;padding:1.5rem}.solitaire-settings .solitaire-settings-header{margin-bottom:1.5rem}.solitaire-settings .solitaire-settings-header h1{color:#1f2937;font-size:1.75rem;font-weight:700;margin:0 0 .375rem}.solitaire-settings .solitaire-settings-header p{color:#6b7280;font-size:.9rem;margin:0}.solitaire-settings .alert{border-radius:12px;font-size:.9rem;font-weight:500;margin-bottom:1rem;padding:1rem 1.25rem}.solitaire-settings .alert.alert-danger{background:#fef2f2;border:1px solid #fecaca;color:#dc2626}.solitaire-settings .alert.alert-success{background:#f0fdf4;border:1px solid #bbf7d0;color:#16a34a}.solitaire-settings .tab-navigation{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 8px #0000000f;display:flex;gap:.5rem;margin-bottom:1.5rem;padding:.5rem}.solitaire-settings .tab-navigation .tab-button{background:#0000;border:none;border-radius:8px;color:#6b7280;cursor:pointer;flex:1 1;font-size:.9rem;font-weight:600;padding:.875rem 1.5rem;transition:all .2s}.solitaire-settings .tab-navigation .tab-button:hover:not(.active){background:#f3f4f6;color:#374151}.solitaire-settings .tab-navigation .tab-button.active{background:#3b82f6;color:#fff}.solitaire-settings .solitaire-settings-content{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 2px 8px #0000000f;padding:1.5rem}.solitaire-settings .config-tab .unsaved-banner{align-items:center;background:#fef3c7;border:1px solid #fde68a;border-radius:10px;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding:.875rem 1.25rem}.solitaire-settings .config-tab .unsaved-banner span{color:#92400e;font-size:.875rem;font-weight:500}.solitaire-settings .config-tab .unsaved-banner .btn{background:#f59e0b;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.8rem;font-weight:600;padding:.5rem 1rem;transition:all .2s}.solitaire-settings .config-tab .unsaved-banner .btn:hover:not(:disabled){background:#d97706}.solitaire-settings .config-tab .unsaved-banner .btn:disabled{cursor:not-allowed;opacity:.6}.solitaire-settings .config-tab .config-section{margin-bottom:2rem}.solitaire-settings .config-tab .config-section:last-child{margin-bottom:0}.solitaire-settings .config-tab .config-section h3{border-bottom:1px solid #f3f4f6;color:#374151;font-size:1rem;font-weight:600;margin:0 0 1rem;padding-bottom:.75rem}.solitaire-settings .config-tab .config-section .config-grid{grid-gap:1rem;align-items:end;display:grid;gap:1rem;grid-template-columns:repeat(4,1fr)}.solitaire-settings .config-tab .config-section .config-field label{color:#6b7280;display:block;font-size:.75rem;font-weight:600;letter-spacing:.5px;margin-bottom:.375rem;text-transform:uppercase}.solitaire-settings .config-tab .config-section .config-field input,.solitaire-settings .config-tab .config-section .config-field select{background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#1f2937;font-size:.875rem;padding:.625rem .875rem;transition:all .2s;width:100%}.solitaire-settings .config-tab .config-section .config-field input:focus,.solitaire-settings .config-tab .config-section .config-field select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.solitaire-settings .config-tab .config-section .config-field select{cursor:pointer}.solitaire-settings .leaderboard-tab .leaderboard-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.solitaire-settings .leaderboard-tab .leaderboard-header h3{color:#1f2937;font-size:1.125rem;font-weight:600;margin:0}.solitaire-settings .leaderboard-tab .leaderboard-header .leaderboard-actions{display:flex;gap:.5rem}.solitaire-settings .leaderboard-tab .leaderboard-header .leaderboard-actions .btn{border:none;border-radius:8px;cursor:pointer;font-size:.8rem;font-weight:600;padding:.5rem 1rem;transition:all .2s}.solitaire-settings .leaderboard-tab .leaderboard-header .leaderboard-actions .btn.btn-danger{background:#fee2e2;color:#dc2626}.solitaire-settings .leaderboard-tab .leaderboard-header .leaderboard-actions .btn.btn-danger:hover:not(:disabled){background:#fecaca}.solitaire-settings .leaderboard-tab .leaderboard-header .leaderboard-actions .btn.btn-secondary{background:#f3f4f6;color:#374151}.solitaire-settings .leaderboard-tab .leaderboard-header .leaderboard-actions .btn.btn-secondary:hover:not(:disabled){background:#e5e7eb}.solitaire-settings .leaderboard-tab .leaderboard-header .leaderboard-actions .btn:disabled{cursor:not-allowed;opacity:.6}.solitaire-settings .leaderboard-tab .leaderboard-table{border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.solitaire-settings .leaderboard-tab .leaderboard-table .table-header{background:#f9fafb;border-bottom:1px solid #e5e7eb;display:grid;grid-template-columns:80px 1fr 120px 160px 100px}.solitaire-settings .leaderboard-tab .leaderboard-table .table-header .header-cell{color:#6b7280;font-size:.75rem;font-weight:600;letter-spacing:.5px;padding:.875rem 1rem;text-transform:uppercase}.solitaire-settings .leaderboard-tab .leaderboard-table .table-body .table-row{border-bottom:1px solid #f3f4f6;display:grid;grid-template-columns:80px 1fr 120px 160px 100px;transition:background .2s}.solitaire-settings .leaderboard-tab .leaderboard-table .table-body .table-row:last-child{border-bottom:none}.solitaire-settings .leaderboard-tab .leaderboard-table .table-body .table-row:hover{background:#f9fafb}.solitaire-settings .leaderboard-tab .leaderboard-table .table-body .table-row.top-rank{background:linear-gradient(135deg,#fefce8,#fef9c3)}.solitaire-settings .leaderboard-tab .leaderboard-table .table-body .table-row.top-rank:hover{background:linear-gradient(135deg,#fef9c3,#fef08a)}.solitaire-settings .leaderboard-tab .leaderboard-table .table-body .table-row .table-cell{align-items:center;display:flex;padding:1rem}.solitaire-settings .leaderboard-tab .leaderboard-table .table-body .table-row .table-cell.rank-cell{gap:.5rem}.solitaire-settings .leaderboard-tab .leaderboard-table .table-body .table-row .table-cell.rank-cell .rank-icon{font-size:1.25rem}.solitaire-settings .leaderboard-tab .leaderboard-table .table-body .table-row .table-cell.rank-cell .rank-number{color:#374151;font-size:.875rem;font-weight:600}.solitaire-settings .leaderboard-tab .leaderboard-table .table-body .table-row .table-cell.player-cell .player-info .player-name{color:#1f2937;font-size:.9rem;font-weight:600}.solitaire-settings .leaderboard-tab .leaderboard-table .table-body .table-row .table-cell.player-cell .player-info .player-id{color:#9ca3af;font-family:monospace;font-size:.75rem}.solitaire-settings .leaderboard-tab .leaderboard-table .table-body .table-row .table-cell.score-cell .score-value{color:#059669;font-size:1rem;font-weight:700}.solitaire-settings .leaderboard-tab .leaderboard-table .table-body .table-row .table-cell.date-cell .update-time{color:#6b7280;font-size:.8rem}.solitaire-settings .leaderboard-tab .leaderboard-table .table-body .table-row .table-cell.actions-cell .btn{background:#fee2e2;border:none;border-radius:6px;color:#dc2626;cursor:pointer;font-size:.75rem;font-weight:600;padding:.375rem .75rem;transition:all .2s}.solitaire-settings .leaderboard-tab .leaderboard-table .table-body .table-row .table-cell.actions-cell .btn:hover{background:#fecaca}.solitaire-settings .leaderboard-tab .empty-leaderboard{padding:4rem 2rem;text-align:center}.solitaire-settings .leaderboard-tab .empty-leaderboard .empty-icon{font-size:4rem;margin-bottom:1rem;opacity:.5}.solitaire-settings .leaderboard-tab .empty-leaderboard h3{color:#374151;font-size:1.25rem;font-weight:600;margin:0 0 .5rem}.solitaire-settings .leaderboard-tab .empty-leaderboard p{color:#6b7280;font-size:.9rem;margin:0}.solitaire-settings .leaderboard-tab .loading-spinner,.solitaire-settings .loading-spinner{color:#6b7280;font-size:.9rem;padding:3rem;text-align:center}@media(max-width:768px){.solitaire-settings{padding:1rem}.solitaire-settings .tab-navigation{flex-direction:column}.solitaire-settings .config-tab .unsaved-banner{flex-direction:column;gap:.75rem;text-align:center}.solitaire-settings .config-tab .config-section .config-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.solitaire-settings .config-tab .config-section .config-grid{grid-template-columns:1fr}.solitaire-settings .leaderboard-tab .leaderboard-header{align-items:flex-start;flex-direction:column;gap:1rem}.solitaire-settings .leaderboard-tab .leaderboard-table .table-body .table-row,.solitaire-settings .leaderboard-tab .leaderboard-table .table-header{grid-template-columns:60px 1fr 80px}.solitaire-settings .leaderboard-tab .leaderboard-table .actions-cell,.solitaire-settings .leaderboard-tab .leaderboard-table .date-cell{display:none!important}}.events-container{background:#f5f7fa;min-height:100vh;padding:24px}.events-container .events-header{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:24px}.events-container .events-header h1{color:#1a1a2e;font-size:24px;font-weight:600;margin:0}.events-container .events-header p{color:#6c757d;margin:0;width:100%}.events-container .alert{border-radius:8px;margin-bottom:16px;padding:12px 16px}.events-container .alert.alert-danger{background:#fee2e2;border:1px solid #fecaca;color:#dc2626}.events-container .alert.alert-success{background:#d1fae5;border:1px solid #a7f3d0;color:#059669}.events-container .loading-spinner{color:#6c757d;padding:48px;text-align:center}.events-container .events-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.events-container .event-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 8px #0000000f;padding:20px;transition:transform .2s,box-shadow .2s}.events-container .event-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.events-container .event-card.inactive{opacity:.7}.events-container .event-card .event-header{align-items:flex-start;display:flex;gap:12px;margin-bottom:12px}.events-container .event-card .event-header .game-icon{font-size:32px}.events-container .event-card .event-header .event-title-section{flex:1 1}.events-container .event-card .event-header .event-title-section h3{color:#1a1a2e;font-size:18px;font-weight:600;margin:0 0 4px}.events-container .event-card .event-header .event-title-section .status-badge{border-radius:12px;font-size:12px;padding:2px 8px}.events-container .event-card .event-header .event-title-section .status-badge.active{background:#d1fae5;color:#059669}.events-container .event-card .event-header .event-title-section .status-badge.inactive{background:#fee2e2;color:#dc2626}.events-container .event-card .event-description{color:#6c757d;font-size:14px;line-height:1.5;margin-bottom:16px}.events-container .event-card .event-details{background:#f8f9fa;border-radius:8px;margin-bottom:16px;padding:12px}.events-container .event-card .event-details .detail-row{display:flex;font-size:13px;justify-content:space-between;padding:4px 0}.events-container .event-card .event-details .detail-row .label{color:#6c757d}.events-container .event-card .event-details .detail-row .value{color:#1a1a2e;font-weight:500}.events-container .event-card .event-details .detail-row .value.event-id-value{background:#e5e7eb;border-radius:4px;font-family:monospace;font-size:12px;padding:2px 6px}.events-container .event-card .event-actions{display:flex;gap:50px}.events-container .event-card .event-actions .btn{align-items:center;display:flex;flex:1 1;justify-content:center}.events-container .empty-state{background:#fff;border:1px solid #e5e7eb;border-radius:12px;grid-column:1/-1;padding:48px;text-align:center}.events-container .empty-state .empty-icon{font-size:48px;margin-bottom:16px}.events-container .empty-state h3{color:#1a1a2e;margin-bottom:8px}.events-container .empty-state p{color:#6c757d}.modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#fff;border-radius:12px;max-height:90vh;max-width:600px;overflow-y:auto;width:90%}.modal-content .modal-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:20px}.modal-content .modal-header h2{color:#1a1a2e;font-size:20px;font-weight:600;margin:0}.modal-content .modal-header .close-btn{background:none;border:none;color:#6c757d;cursor:pointer;font-size:24px}.modal-content .modal-header .close-btn:hover{color:#1a1a2e}.modal-content .modal-body{padding:20px}.modal-content .modal-body .form-group{margin-bottom:16px}.modal-content .modal-body .form-group label{color:#374151;display:block;font-size:14px;font-weight:500;margin-bottom:6px}.modal-content .modal-body .form-group input,.modal-content .modal-body .form-group select,.modal-content .modal-body .form-group textarea{border:1px solid #d1d5db;border-radius:8px;font-size:14px;padding:10px 12px;transition:border-color .2s;width:100%}.modal-content .modal-body .form-group input:focus,.modal-content .modal-body .form-group select:focus,.modal-content .modal-body .form-group textarea:focus{border-color:#3b82f6;outline:none}.modal-content .modal-body .form-group input:disabled,.modal-content .modal-body .form-group select:disabled,.modal-content .modal-body .form-group textarea:disabled{background:#f3f4f6;cursor:not-allowed}.modal-content .modal-body .form-group textarea{resize:vertical}.modal-content .modal-body .form-row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.modal-content .modal-footer{border-top:1px solid #e5e7eb;display:flex;gap:12px;justify-content:flex-end;padding:20px}.btn.btn-success{background:#10b981;color:#fff}.btn.btn-success:hover{background:#059669}.btn.btn-secondary{background:#6b7280;color:#fff}.btn.btn-secondary:hover{background:#4b5563}.btn.btn-outline-primary{background:#0000;border:1px solid #3b82f6;color:#3b82f6}.btn.btn-outline-primary:hover{background:#eff6ff}.btn.btn-outline-danger{background:#0000;border:1px solid #ef4444;color:#ef4444}.btn.btn-outline-danger:hover{background:#fef2f2}.btn.btn-sm{font-size:13px;padding:6px 12px}.send-notification-container{background:#f5f7fa;min-height:100vh;padding:24px}.send-notification-container .notification-header{margin-bottom:24px}.send-notification-container .notification-header h1{color:#1a1a2e;font-size:24px;font-weight:600;margin:0 0 8px}.send-notification-container .notification-header p{color:#6c757d;margin:0}.send-notification-container .alert{border-radius:8px;margin-bottom:16px;padding:12px 16px}.send-notification-container .alert.alert-danger{background:#fee2e2;border:1px solid #fecaca;color:#dc2626}.send-notification-container .alert.alert-success{background:#d1fae5;border:1px solid #a7f3d0;color:#059669}.send-notification-container .tab-navigation{display:flex;gap:8px;margin-bottom:24px}.send-notification-container .tab-navigation .tab-button{background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#6c757d;cursor:pointer;font-size:14px;font-weight:500;padding:12px 24px;transition:all .2s}.send-notification-container .tab-navigation .tab-button:hover{background:#f8f9fa}.send-notification-container .tab-navigation .tab-button.active{background:#3b82f6;border-color:#3b82f6;color:#fff}.send-notification-container .notification-form{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 8px #0000000f;margin-bottom:24px;padding:24px}.send-notification-container .notification-form .form-section{margin-bottom:24px}.send-notification-container .notification-form .form-section h3{border-bottom:1px solid #e5e7eb;color:#1a1a2e;font-size:16px;font-weight:600;margin:0 0 16px;padding-bottom:8px}.send-notification-container .notification-form .form-group{margin-bottom:16px}.send-notification-container .notification-form .form-group label{color:#374151;display:block;font-size:14px;font-weight:500;margin-bottom:6px}.send-notification-container .notification-form .form-group input,.send-notification-container .notification-form .form-group select,.send-notification-container .notification-form .form-group textarea{border:1px solid #d1d5db;border-radius:8px;font-size:14px;padding:10px 12px;transition:border-color .2s;width:100%}.send-notification-container .notification-form .form-group input:focus,.send-notification-container .notification-form .form-group select:focus,.send-notification-container .notification-form .form-group textarea:focus{border-color:#3b82f6;outline:none}.send-notification-container .notification-form .form-group textarea{font-family:monospace;resize:vertical}.send-notification-container .notification-form .form-group small{color:#9ca3af;display:block;font-size:12px;margin-top:4px}.send-notification-container .notification-form .form-row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}@media(max-width:600px){.send-notification-container .notification-form .form-row{grid-template-columns:1fr}}.send-notification-container .notification-form .form-actions{border-top:1px solid #e5e7eb;margin-top:24px;padding-top:24px}.send-notification-container .notification-form .form-actions .btn-lg{font-size:16px;padding:14px 32px}.send-notification-container .templates-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 8px #0000000f;padding:24px}.send-notification-container .templates-section h3{color:#1a1a2e;font-size:16px;font-weight:600;margin:0 0 16px}.send-notification-container .templates-section .templates-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.send-notification-container .templates-section .templates-grid .template-btn{background:#f8f9fa;border:1px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;font-size:14px;padding:12px 16px;text-align:left;transition:all .2s}.send-notification-container .templates-section .templates-grid .template-btn:hover{background:#eff6ff;border-color:#3b82f6;color:#3b82f6}.btn{border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;padding:10px 16px;transition:all .2s}.btn.btn-primary{background:#3b82f6;color:#fff}.btn.btn-primary:hover{background:#2563eb}.btn:disabled{cursor:not-allowed;opacity:.6}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.chat-message-detail-container,.chat-messages-container,.group-detail-container,.groups-container,.leaderboard-detail-container,.leaderboards-container,.notification-detail-container,.notifications-container{margin-left:15px!important}.settings-section{margin-top:0!important;padding:8px!important}.key-input{background-color:initial!important;border:0!important}.key-input:focus{border:0!important;box-shadow:none!important}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.coin-management-container>.tab-navigation{visibility:hidden!important}
/*# sourceMappingURL=main.9929eb75.css.map*/