:root{--primary-bg: #1A1A1A;--secondary-bg: #2C3E50;--tertiary-bg: #34495E;--card-bg: rgba(45, 45, 45, .9);--card-bg-hover: rgba(58, 58, 58, .95);--accent-gold: #D4AF37;--accent-brown: #5D4037;--accent-green: #2E7D32;--text-primary: #F0E6D2;--text-secondary: #B0B0B0;--text-accent: #FFD700;--status-free: #4CAF50;--status-full: #F44336;--status-playing: #2196F3;--border-gold: #D4AF37;--border-dark: #333333;--shadow-dark: rgba(0, 0, 0, .2);--shadow-gold: rgba(212, 175, 55, .3)}.admin-panel:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 20%,rgba(212,175,55,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(46,125,50,.1) 0%,transparent 50%),radial-gradient(circle at 40% 60%,rgba(93,64,55,.1) 0%,transparent 50%);pointer-events:none;z-index:0}.admin-panel:after{content:"";position:absolute;inset:0;background-image:linear-gradient(45deg,transparent 40%,rgba(212,175,55,.02) 50%,transparent 60%),linear-gradient(-45deg,transparent 40%,rgba(46,125,50,.02) 50%,transparent 60%);background-size:30px 30px;pointer-events:none;z-index:0}.admin-panel{min-height:100vh;background:linear-gradient(135deg,var(--primary-bg) 0%,var(--secondary-bg) 25%,var(--tertiary-bg) 50%,var(--primary-bg) 75%,var(--secondary-bg) 100%);padding:0;color:var(--text-primary);position:relative;overflow-x:hidden;zoom:normal;font-size:16px;transform:scale(1);transform-origin:top left}.admin-sidebar{background:linear-gradient(135deg,var(--accent-brown) 0%,var(--accent-gold) 50%,var(--accent-green) 100%);color:var(--text-primary);min-height:100vh;box-shadow:2px 0 20px var(--shadow-dark),0 0 0 1px var(--border-gold),0 0 30px var(--shadow-gold);border-right:2px solid var(--border-gold);position:relative;z-index:1}.admin-sidebar h4{color:var(--text-accent);font-weight:700;margin:0;text-shadow:0 2px 4px var(--shadow-dark);font-size:1.25rem;word-break:break-word}.admin-sidebar h4 i{color:var(--text-accent);margin-right:.75rem;text-shadow:0 2px 4px var(--shadow-dark)}.admin-sidebar .nav-link{color:var(--text-primary);margin-bottom:.5rem;border-radius:12px;transition:all .3s ease;padding:1rem 1.25rem;font-weight:600;border:1px solid transparent;position:relative;overflow:hidden}.admin-sidebar .nav-link:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.admin-sidebar .nav-link:hover{color:var(--text-accent);background:#d4af3726;border-color:var(--border-gold);transform:translate(8px);box-shadow:0 4px 12px var(--shadow-gold)}.admin-sidebar .nav-link:hover:before{left:100%}.admin-sidebar .nav-link.active{color:var(--text-primary);background:linear-gradient(135deg,var(--accent-gold) 0%,var(--accent-brown) 100%);border-color:var(--border-gold);box-shadow:0 6px 20px var(--shadow-gold),0 0 0 1px var(--border-gold);transform:translate(5px)}.admin-sidebar .nav-link i{margin-right:.75rem;width:20px;text-align:center;font-size:1.1rem;text-shadow:0 1px 2px var(--shadow-dark)}.admin-main-content{padding:1.5rem;background:#0000001a;min-height:100vh;position:relative;z-index:1;width:100%;max-width:100%;overflow-x:hidden}.admin-card{background:var(--card-bg);border:1px solid var(--border-gold);border-radius:20px;box-shadow:0 20px 40px var(--shadow-dark),0 0 0 1px var(--border-gold),0 0 30px var(--shadow-gold);margin-bottom:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;position:relative;overflow:hidden}.admin-card:hover{background:var(--card-bg-hover);transform:translateY(-5px) scale(1.02);box-shadow:0 25px 50px var(--shadow-dark),0 0 0 1px var(--accent-gold),0 0 40px var(--shadow-gold)}.admin-card .card-header{background:linear-gradient(135deg,var(--accent-brown) 0%,var(--accent-gold) 50%,var(--accent-green) 100%);color:var(--text-primary);border-bottom:none;border-radius:20px 20px 0 0;padding:1.5rem 2rem;position:relative;overflow:hidden}.admin-card .card-header:before{content:"";position:absolute;inset:0;background:linear-gradient(45deg,transparent 30%,rgba(255,255,255,.1) 50%,transparent 70%);animation:shimmer 3s infinite}.admin-card .card-header h5{margin:0;font-weight:700;font-size:1.3rem;text-shadow:0 2px 4px var(--shadow-dark);position:relative;z-index:1}.admin-card .card-body{padding:2rem;background:linear-gradient(135deg,#2d2d2df2,#3a3a3af2);color:var(--text-primary)}.stat-card{text-align:center;padding:2rem;background:var(--card-bg);border:1px solid var(--border-gold);border-radius:20px;box-shadow:0 15px 30px var(--shadow-dark),0 0 0 1px var(--border-gold),0 0 20px var(--shadow-gold);transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden}.stat-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#d4af370d,#2e7d320d);opacity:0;transition:opacity .3s ease}.stat-card:hover{transform:translateY(-8px) scale(1.05);box-shadow:0 20px 40px var(--shadow-dark),0 0 0 2px var(--accent-gold),0 0 30px var(--shadow-gold)}.stat-card:hover:before{opacity:1}.stat-card .number{font-size:2.25rem;font-weight:700;background:linear-gradient(135deg,var(--accent-gold) 0%,var(--accent-brown) 50%,var(--accent-green) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 2px 4px var(--shadow-dark);position:relative;z-index:1}.stat-card .label{font-size:1.1rem;color:var(--text-secondary);margin-top:.75rem;font-weight:600;position:relative;z-index:1}.admin-card .table{margin-bottom:0;background:transparent;color:var(--text-primary)}.admin-card .table thead{background:linear-gradient(135deg,var(--accent-brown) 0%,var(--accent-gold) 100%)}.admin-card .table th{color:#e19c14;font-weight:700;border-bottom:2px solid var(--border-gold);padding:1.25rem 1rem;text-shadow:0 1px 2px var(--shadow-dark);font-size:1.1rem}.admin-card .table td{color:#c68a10;vertical-align:middle;padding:1rem;border-bottom:1px solid var(--border-dark);font-weight:500}.admin-card .table-hover tbody tr:hover{background:#d4af371a;transform:scale(1.01);transition:all .2s ease}.admin-panel .btn-primary{background:linear-gradient(135deg,var(--accent-brown) 0%,var(--accent-gold) 50%,var(--accent-green) 100%);border:2px solid var(--border-gold);border-radius:12px;transition:all .3s ease;box-shadow:0 6px 15px var(--shadow-dark),0 0 0 1px var(--border-gold),0 0 15px var(--shadow-gold);color:var(--text-primary);font-weight:600;text-shadow:0 1px 2px var(--shadow-dark);position:relative;overflow:hidden}.admin-panel .btn-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.admin-panel .btn-primary:hover{background:linear-gradient(135deg,var(--accent-gold) 0%,var(--accent-brown) 50%,var(--accent-green) 100%);transform:translateY(-3px) scale(1.05);box-shadow:0 8px 20px var(--shadow-dark),0 0 0 2px var(--accent-gold),0 0 20px var(--shadow-gold)}.admin-panel .btn-primary:hover:before{left:100%}.admin-panel .btn-success{background:linear-gradient(135deg,var(--accent-green) 0%,#4CAF50 100%);border:2px solid var(--accent-green);border-radius:12px;color:var(--text-primary);font-weight:600;text-shadow:0 1px 2px var(--shadow-dark)}.admin-panel .btn-success:hover{background:linear-gradient(135deg,#4CAF50 0%,var(--accent-green) 100%);transform:translateY(-2px) scale(1.05);box-shadow:0 6px 15px #4caf5066}.admin-panel .btn-danger{background:linear-gradient(135deg,var(--status-full) 0%,#d32f2f 100%);border:2px solid var(--status-full);border-radius:12px;color:var(--text-primary);font-weight:600;text-shadow:0 1px 2px var(--shadow-dark)}.admin-panel .btn-danger:hover{background:linear-gradient(135deg,#d32f2f 0%,var(--status-full) 100%);transform:translateY(-2px) scale(1.05);box-shadow:0 6px 15px #f4433666}.admin-panel .btn-outline-primary{color:var(--accent-gold);border-color:var(--accent-gold);border-radius:12px;font-weight:600;transition:all .3s ease}.admin-panel .btn-outline-primary:hover{background:var(--accent-gold);border-color:var(--accent-gold);color:var(--text-primary);transform:translateY(-2px);box-shadow:0 4px 12px var(--shadow-gold)}.admin-panel .btn-outline-danger{color:var(--status-full);border-color:var(--status-full);border-radius:12px;font-weight:600;transition:all .3s ease}.admin-panel .btn-outline-danger:hover{background:var(--status-full);border-color:var(--status-full);color:var(--text-primary);transform:translateY(-2px);box-shadow:0 4px 12px #f4433666}.admin-panel .btn-outline-light{border-color:var(--border-gold);color:var(--text-primary);border-radius:12px;font-weight:600;transition:all .3s ease}.admin-panel .btn-outline-light:hover{background:#d4af3726;border-color:var(--accent-gold);color:var(--text-accent);transform:translateY(-2px);box-shadow:0 4px 12px var(--shadow-gold)}.modal-content{border-radius:20px;border:1px solid var(--border-gold);background:var(--card-bg);box-shadow:0 25px 50px var(--shadow-dark),0 0 0 1px var(--border-gold),0 0 40px var(--shadow-gold);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.modal-header{background:linear-gradient(135deg,var(--accent-brown) 0%,var(--accent-gold) 50%,var(--accent-green) 100%);color:var(--text-primary);border-bottom:none;border-radius:20px 20px 0 0;padding:1.5rem 2rem}.modal-header .btn-close{filter:invert(1);opacity:.8}.modal-header .btn-close:hover{opacity:1}.modal-body{padding:2rem;background:linear-gradient(135deg,#2d2d2df2,#3a3a3af2);color:var(--text-primary)}.modal-footer{border-top:1px solid var(--border-dark);padding:1.5rem 2rem;background:linear-gradient(135deg,#2d2d2df2,#3a3a3af2)}.badge{padding:.6em 1.2em;border-radius:12px;font-weight:600;font-size:.85rem;text-shadow:0 1px 2px var(--shadow-dark)}.badge.bg-primary{background:linear-gradient(135deg,var(--accent-gold) 0%,var(--accent-brown) 100%)!important;color:var(--text-primary)}.badge.bg-success{background:linear-gradient(135deg,var(--accent-green) 0%,#4CAF50 100%)!important;color:var(--text-primary)}.badge.bg-danger{background:linear-gradient(135deg,var(--status-full) 0%,#d32f2f 100%)!important;color:var(--text-primary)}.badge.bg-warning{background:linear-gradient(135deg,#ff9800,#f57c00)!important;color:var(--text-primary)}@media (max-width: 768px){.admin-sidebar{min-height:auto}.admin-main-content{padding:1.5rem}.stat-card .number{font-size:2.5rem}.admin-card .card-body{padding:1.5rem}.admin-card .card-header{padding:1.25rem 1.5rem}}@media (max-width: 576px){.admin-main-content{padding:1rem}.admin-card .card-body{padding:1.25rem}.admin-card .card-header{padding:1rem 1.25rem}.admin-card .table{font-size:.9rem}.stat-card .number{font-size:2rem}.admin-sidebar h4{font-size:1.25rem}.admin-sidebar .nav-link{padding:.75rem 1rem;font-size:.9rem}}@keyframes slideIn{0%{opacity:0;transform:translate(-30px) scale(.95)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.admin-panel .content-section{animation:slideIn .6s ease-out}.admin-panel{animation:fadeIn .8s ease-out}.admin-card{animation:fadeIn .8s ease-out;animation-fill-mode:both}.admin-card:nth-child(1){animation-delay:.1s}.admin-card:nth-child(2){animation-delay:.2s}.admin-card:nth-child(3){animation-delay:.3s}.admin-card:nth-child(4){animation-delay:.4s}.admin-card:nth-child(5){animation-delay:.5s}.activity-list{max-height:400px;overflow-y:auto}.activity-item{display:flex;align-items:center;padding:1rem;margin-bottom:.75rem;background:#ffffff0d;border:1px solid var(--border-dark);border-radius:12px;transition:all .3s ease;position:relative;overflow:hidden}.activity-item:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:var(--accent-gold);transition:width .3s ease}.activity-item:hover{background:#d4af371a;border-color:var(--border-gold);transform:translate(5px);box-shadow:0 4px 12px var(--shadow-gold)}.activity-item:hover:before{width:8px}.activity-content{flex:1;margin-right:1rem}.activity-description{color:var(--text-primary);font-weight:600;margin-bottom:.25rem;font-size:.95rem}.activity-time{color:var(--text-secondary);font-size:.8rem;opacity:.8}.activity-type{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:var(--text-primary);transition:all .3s ease}.activity-type-recharge{background:linear-gradient(135deg,var(--accent-gold) 0%,#FFD700 100%);color:var(--text-primary)}.activity-type-room_created{background:linear-gradient(135deg,var(--accent-green) 0%,#4CAF50 100%);color:var(--text-primary)}.activity-type-transfer{background:linear-gradient(135deg,var(--status-playing) 0%,#2196F3 100%);color:var(--text-primary)}.activity-type-bet{background:linear-gradient(135deg,var(--accent-brown) 0%,#8D6E63 100%);color:var(--text-primary)}.activity-item:hover .activity-type{transform:scale(1.1);box-shadow:0 4px 12px #0000004d}.admin-stat-card{text-align:center;padding:2rem;background:var(--card-bg);border:1px solid var(--border-gold);border-radius:20px;box-shadow:0 15px 30px var(--shadow-dark),0 0 0 1px var(--border-gold),0 0 20px var(--shadow-gold);transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden}.admin-stat-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#d4af370d,#2e7d320d);opacity:0;transition:opacity .3s ease}.admin-stat-card:hover{background:var(--card-bg-hover);transform:translateY(-8px) scale(1.05);box-shadow:0 20px 40px var(--shadow-dark),0 0 0 2px var(--accent-gold),0 0 30px var(--shadow-gold)}.admin-stat-card:hover:before{opacity:1}.admin-stat-card .number{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,var(--accent-gold) 0%,var(--accent-brown) 50%,var(--accent-green) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 2px 4px var(--shadow-dark);position:relative;z-index:1;margin-bottom:.5rem}.admin-stat-card .label{font-size:1rem;color:var(--text-secondary);font-weight:600;position:relative;z-index:1}.system-info-section{background:#ffffff08;border:1px solid var(--border-dark);border-radius:12px;padding:1.5rem;margin-bottom:1rem;transition:all .3s ease}.system-info-section:hover{background:#ffffff0d;border-color:var(--border-gold);transform:translateY(-2px);box-shadow:0 4px 12px var(--shadow-gold)}.system-info-section h6{color:var(--text-accent);font-weight:700;margin-bottom:1rem;font-size:1.1rem;text-shadow:0 1px 2px var(--shadow-dark);border-bottom:1px solid var(--border-gold);padding-bottom:.5rem}.system-info-section h6 i{margin-right:.5rem;color:var(--accent-gold)}.info-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.1);transition:all .2s ease}.info-item:last-child{border-bottom:none}.info-item:hover{background:#d4af370d;padding-left:.5rem;border-radius:6px}.info-label{color:var(--text-secondary);font-weight:600;font-size:.9rem;min-width:100px}.info-value{color:var(--text-primary);font-weight:700;font-size:.95rem;text-align:right;flex:1;margin-left:1rem}.info-value.text-success{color:var(--accent-green)!important}.info-value.text-warning{color:#ff9800!important}.info-value.text-danger{color:var(--status-full)!important}.load-value{display:inline-block;background:#d4af3733;padding:.2rem .5rem;border-radius:4px;margin:0 .2rem;font-size:.8rem;color:var(--text-accent);font-weight:600}.memory-usage-bar{width:100%;height:8px;background:var(--border-dark);border-radius:4px;overflow:hidden;margin-top:.5rem}.memory-usage-fill{height:100%;background:linear-gradient(90deg,var(--accent-green) 0%,#FF9800 50%,var(--status-full) 100%);transition:width .3s ease;border-radius:4px}@media (max-width: 768px){.system-info-section{padding:1rem;margin-bottom:.75rem}.info-item{flex-direction:column;align-items:flex-start;padding:.75rem 0}.info-label{min-width:auto;margin-bottom:.25rem}.info-value{text-align:left;margin-left:0}}html{font-size:13px!important;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;width:100vw;height:100%}body{overflow-x:hidden!important;overflow-y:auto!important;width:100vw!important;max-width:100vw!important;margin:0!important;padding:0!important}.admin-panel{width:100%!important;max-width:100vw!important;min-width:100vw!important;margin:0!important;padding:0!important;box-sizing:border-box!important;transform:scale(1)!important;zoom:1!important}.admin-panel .container-fluid{padding:0!important;margin:0!important;max-width:100vw!important;width:100vw!important;display:flex!important;flex-wrap:nowrap!important}.admin-panel .row{margin:0!important;width:100vw!important;max-width:100vw!important;flex-wrap:nowrap!important}.admin-sidebar{flex:0 0 180px!important;width:180px!important;max-width:180px!important;min-width:160px!important;overflow-y:auto!important;overflow-x:hidden!important}.admin-main-content{flex:1 1 auto!important;width:calc(100vw - 180px)!important;max-width:calc(100vw - 180px)!important;padding:.85rem!important;box-sizing:border-box!important;overflow-x:hidden!important;overflow-y:auto!important}.admin-card{width:100%!important;max-width:100%!important;margin-bottom:1rem!important;box-sizing:border-box!important;font-size:.9rem!important}.admin-card .card-header{padding:.85rem 1rem!important;font-size:1rem!important}.admin-card .card-header h5{font-size:1rem!important;margin:0!important}.admin-card .card-body{padding:1rem!important}.admin-card .table-responsive{width:100%!important;overflow-x:auto!important;display:block!important}.admin-card .table{width:100%!important;font-size:.8rem!important;white-space:nowrap!important;margin-bottom:0!important}.admin-card .table th{font-size:.8rem!important;padding:.6rem .5rem!important}.admin-card .table td{font-size:.75rem!important;padding:.5rem!important}.stat-card,.admin-stat-card{padding:.85rem!important;margin-bottom:.75rem!important}.stat-card .number,.admin-stat-card .number{font-size:1.35rem!important;line-height:1.2!important}.stat-card .label,.admin-stat-card .label{font-size:.75rem!important;line-height:1.3!important}.admin-panel .btn{font-size:.8rem!important;padding:.4rem .8rem!important;white-space:nowrap!important}.admin-panel .btn-sm{font-size:.75rem!important;padding:.3rem .6rem!important}.badge{font-size:.8rem!important;padding:.4em .8em!important}@media (max-width: 992px){.admin-sidebar{width:220px!important;max-width:220px}.admin-main-content{max-width:calc(100vw - 220px)!important;padding:1.25rem!important}.admin-sidebar h4{font-size:1.1rem!important}.stat-card .number{font-size:1.75rem!important}}@media (max-width: 768px){.admin-sidebar{width:100%!important;max-width:100%!important;min-height:auto!important;position:relative!important}.admin-main-content{width:100%!important;max-width:100vw!important;padding:1rem!important}.admin-card .card-header,.admin-card .card-body{padding:1rem!important}.stat-card{padding:1.25rem!important}.stat-card .number{font-size:1.5rem!important}.stat-card .label{font-size:.85rem!important}.admin-card .table{font-size:.85rem}.admin-panel .btn{font-size:.85rem;padding:.45rem .85rem}}@media (max-width: 576px){.admin-main-content{padding:.75rem!important}.admin-card{margin-bottom:1rem}.admin-card .card-header,.admin-card .card-body{padding:.85rem!important}.stat-card{padding:1rem!important}.stat-card .number{font-size:1.25rem!important}.admin-sidebar .nav-link{padding:.65rem .85rem!important;font-size:.85rem!important}.admin-card .table{font-size:.8rem}}@media screen and (min-width: 1920px){.admin-main-content{max-width:1670px!important}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.modal-dialog{max-width:90vw;margin:1.75rem auto}@media (min-width: 576px){.modal-dialog{max-width:500px}}@media (min-width: 992px){.modal-dialog{max-width:800px}}.admin-card *{box-sizing:border-box;max-width:100%}.admin-card td,.admin-card th{word-break:break-word;overflow-wrap:break-word}.system-info-section{width:100%;max-width:100%;padding:1.25rem!important}.info-item{flex-wrap:wrap}.info-label,.info-value{font-size:.85rem!important}.activity-item{padding:.85rem!important;margin-bottom:.6rem!important}.activity-description{font-size:.85rem!important}.activity-time{font-size:.75rem!important}.activity-type{width:35px!important;height:35px!important;font-size:1rem!important}*{box-sizing:border-box!important}html,body,#root{width:100vw!important;max-width:100vw!important;overflow-x:hidden!important;margin:0!important;padding:0!important}body{overflow-y:auto!important}.admin-panel{width:100vw!important;max-width:100vw!important;min-width:100vw!important;transform:none!important;zoom:1!important}.admin-sidebar{flex-shrink:0!important}.admin-main-content{overflow-y:auto!important;overflow-x:hidden!important;max-height:100vh!important}.admin-panel *,.admin-panel *:before,.admin-panel *:after{min-width:0!important}.admin-panel .row,.admin-panel .container-fluid{flex-wrap:nowrap!important}@media (max-width: 1024px){.admin-sidebar{width:160px!important;max-width:160px!important;min-width:160px!important}.admin-main-content{width:calc(100vw - 160px)!important;max-width:calc(100vw - 160px)!important;padding:1rem!important}.admin-card{margin-bottom:1rem!important}.admin-card .card-header{padding:.85rem 1rem!important}.admin-card .card-header h5{font-size:.95rem!important}.admin-card .card-body{padding:1rem!important}.stat-card,.admin-stat-card{padding:.85rem!important;margin-bottom:.75rem!important}.stat-card .number,.admin-stat-card .number{font-size:1.5rem!important}.stat-card .label,.admin-stat-card .label{font-size:.75rem!important}}@media (max-width: 768px){html{font-size:12px!important}.admin-panel .row{flex-direction:column!important}.admin-sidebar{width:100%!important;max-width:100%!important;min-width:100%!important;min-height:auto!important;flex:0 0 auto!important;border-right:none!important;border-bottom:2px solid var(--border-gold)!important}.admin-sidebar .p-4{padding:.85rem!important;text-align:center}.admin-sidebar h4{font-size:1.1rem!important}.admin-sidebar .nav{flex-direction:row!important;overflow-x:auto!important;overflow-y:hidden!important;white-space:nowrap;padding:.5rem!important;-webkit-overflow-scrolling:touch}.admin-sidebar .nav-link{display:inline-block!important;padding:.5rem .85rem!important;font-size:.8rem!important;margin-right:.5rem!important;margin-bottom:0!important}.admin-sidebar .nav-link i{margin-right:.4rem!important;font-size:.9rem!important}.admin-sidebar .mt-auto{margin-top:0!important;padding:.75rem!important;border-top:1px solid var(--border-dark)}.admin-main-content{width:100%!important;max-width:100vw!important;padding:.85rem!important}.admin-main-content .row .col-md-3,.admin-main-content .row .col-lg-3{flex:0 0 50%!important;max-width:50%!important;padding:.5rem!important}.admin-card{margin-bottom:.85rem!important}.admin-card .card-header{padding:.75rem .85rem!important}.admin-card .card-header h5{font-size:.9rem!important}.admin-card .card-body{padding:.85rem!important}.admin-card .table-responsive,.admin-card .table{font-size:.75rem!important}.admin-card .table th{padding:.5rem .35rem!important;font-size:.75rem!important}.admin-card .table td{padding:.5rem .35rem!important;font-size:.7rem!important}.admin-panel .btn{font-size:.75rem!important;padding:.4rem .65rem!important}.admin-panel .btn-sm{font-size:.7rem!important;padding:.3rem .5rem!important}.badge{font-size:.7rem!important;padding:.3em .6em!important}.admin-panel .form-label{font-size:.85rem!important;margin-bottom:.4rem!important}.admin-panel .form-control,.admin-panel .form-select{font-size:.8rem!important;padding:.5rem .65rem!important}.admin-panel .form-text{font-size:.7rem!important}.modal-dialog{margin:.5rem!important;max-width:calc(100vw - 1rem)!important}.modal-header{padding:.85rem 1rem!important}.modal-header h5{font-size:.95rem!important}.modal-body{padding:1rem!important}.modal-footer{padding:.75rem 1rem!important}.activity-item{padding:.65rem!important;margin-bottom:.5rem!important}.activity-description{font-size:.75rem!important}.activity-time{font-size:.65rem!important}.activity-type{width:30px!important;height:30px!important;font-size:.85rem!important}.system-info-section{padding:.85rem!important;margin-bottom:.75rem!important}.system-info-section h6{font-size:.9rem!important}.info-item{flex-direction:column!important;align-items:flex-start!important;padding:.5rem 0!important}.info-label{font-size:.75rem!important;margin-bottom:.25rem!important}.info-value{font-size:.8rem!important;text-align:left!important;margin-left:0!important}}@media (max-width: 576px){html{font-size:11px!important}.admin-sidebar .p-4{padding:.65rem!important}.admin-sidebar h4{font-size:1rem!important}.admin-sidebar h4 i{font-size:1rem!important;margin-right:.4rem!important}.admin-sidebar .nav-link{padding:.45rem .65rem!important;font-size:.75rem!important}.admin-sidebar .nav-link i{margin-right:.3rem!important;font-size:.8rem!important}.admin-sidebar .btn{font-size:.75rem!important;padding:.5rem .75rem!important}.admin-main-content{padding:.65rem!important}.admin-main-content h3{font-size:1.1rem!important;margin-bottom:.75rem!important}.admin-main-content .row .col-md-3,.admin-main-content .row .col-lg-3,.admin-main-content .row .col-md-6,.admin-main-content .row .col-lg-6{flex:0 0 100%!important;max-width:100%!important;padding:.4rem!important}.admin-card{margin-bottom:.75rem!important}.admin-card .card-header{padding:.65rem .75rem!important}.admin-card .card-header h5,.admin-card .card-header h5 i{font-size:.85rem!important}.admin-card .card-body{padding:.75rem!important}.stat-card .number,.admin-stat-card .number{font-size:1.3rem!important}.stat-card .label,.admin-stat-card .label,.admin-card .table{font-size:.7rem!important}.admin-card .table th{padding:.4rem .25rem!important;font-size:.7rem!important}.admin-card .table td{padding:.4rem .25rem!important;font-size:.65rem!important;word-break:break-word}.admin-panel .btn{font-size:.7rem!important;padding:.35rem .55rem!important}.admin-panel .btn-sm{font-size:.65rem!important;padding:.25rem .45rem!important}.admin-panel .form-label{font-size:.8rem!important;margin-bottom:.3rem!important}.admin-panel .form-control,.admin-panel .form-select{font-size:.75rem!important;padding:.45rem .55rem!important}.admin-panel .form-text{font-size:.65rem!important}.modal-dialog{margin:.25rem!important;max-width:calc(100vw - .5rem)!important}.modal-header{padding:.75rem .85rem!important}.modal-header h5{font-size:.9rem!important}.modal-body{padding:.85rem!important}.modal-footer{padding:.65rem .85rem!important}.alert{font-size:.75rem!important;padding:.65rem!important}}@media (max-width: 480px){html{font-size:10px!important}.admin-sidebar h4{font-size:.95rem!important}.admin-sidebar .nav-link{padding:.4rem .5rem!important;font-size:.7rem!important}.admin-sidebar .nav-link{flex-direction:column;align-items:center}.admin-sidebar .nav-link i{margin-right:0!important;margin-bottom:.2rem;font-size:1rem!important}.admin-main-content{padding:.5rem!important}.admin-main-content h3{font-size:1rem!important}.admin-card .card-header{padding:.6rem!important}.admin-card .card-header h5{font-size:.8rem!important}.admin-card .card-body{padding:.65rem!important}.stat-card .number,.admin-stat-card .number{font-size:1.2rem!important}.admin-card .table-responsive{max-height:400px;overflow-y:auto}.btn-group{flex-direction:column!important;width:100%!important}.btn-group .btn{width:100%!important;margin-bottom:.4rem!important}.admin-panel .row.g-3,.admin-panel .row.mb-3{margin-left:0!important;margin-right:0!important}.admin-panel .row.g-3>*,.admin-panel .row.mb-3>*{padding-left:0!important;padding-right:0!important;margin-bottom:.65rem!important}}@media (max-width: 768px){.admin-card .d-flex.gap-2,.admin-card .d-flex.justify-content-end{flex-direction:column!important;gap:.5rem!important}.admin-card .d-flex.gap-2 .btn,.admin-card .d-flex.justify-content-end .btn{width:100%!important}.input-group{flex-wrap:wrap!important}.input-group-text{font-size:.75rem!important;padding:.4rem .6rem!important}}@media (max-width: 768px){.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.admin-card .table{min-width:600px}.table-mobile-card{display:block!important}.table-mobile-card thead{display:none!important}.table-mobile-card tbody{display:block!important}.table-mobile-card tr{display:block!important;margin-bottom:1rem!important;border:1px solid var(--border-dark)!important;border-radius:8px!important;padding:.75rem!important;background:#ffffff08!important}.table-mobile-card td{display:flex!important;justify-content:space-between!important;padding:.4rem 0!important;border:none!important;border-bottom:1px solid rgba(255,255,255,.1)!important}.table-mobile-card td:last-child{border-bottom:none!important}.table-mobile-card td:before{content:attr(data-label);font-weight:600;color:var(--text-accent);margin-right:1rem}}@media (max-width: 576px){.modal{padding:0!important}.modal-dialog{margin:0!important;max-width:100vw!important;min-height:100vh!important}.modal-content{min-height:100vh!important;border-radius:0!important}.modal-header{position:sticky;top:0;z-index:1000;background:var(--card-bg)!important}.modal-footer{position:sticky;bottom:0;z-index:1000;background:var(--card-bg)!important}}@media (hover: none) and (pointer: coarse){.admin-sidebar .nav-link{min-height:44px!important}.admin-panel .btn{min-height:44px!important;padding:.6rem .85rem!important}.admin-card .table td{padding:.65rem .4rem!important}.admin-card:hover,.stat-card:hover,.admin-sidebar .nav-link:hover{transform:none!important}}@media (max-width: 768px) and (orientation: landscape){.admin-panel .row{flex-direction:row!important}.admin-sidebar{width:180px!important;max-width:180px!important;border-right:2px solid var(--border-gold)!important;border-bottom:none!important}.admin-sidebar .nav{flex-direction:column!important;overflow-x:visible!important}.admin-sidebar .nav-link{display:block!important;margin-right:0!important;margin-bottom:.4rem!important}.admin-main-content{width:calc(100vw - 180px)!important;max-width:calc(100vw - 180px)!important}}@media (max-width: 576px){.spinner-border{width:2rem!important;height:2rem!important}.text-center p{font-size:.85rem!important}}@media (max-width: 576px){input,select,textarea{font-size:16px!important}input:focus,select:focus,textarea:focus{font-size:16px!important}}@media (max-width: 768px){.admin-sidebar{position:sticky!important;top:0!important;z-index:1000!important;background:linear-gradient(135deg,var(--accent-brown) 0%,var(--accent-gold) 50%,var(--accent-green) 100%)!important}.admin-main-content{padding-top:1rem!important}}@media (max-width: 576px){.room-card{margin-bottom:.75rem!important}.max-bets-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:.5rem!important}}@media (max-width: 576px){.card-list-item{flex-direction:column!important;align-items:flex-start!important}}@media (max-width: 576px){.player-info{flex-direction:column!important}.player-stats{width:100%!important;margin-top:.5rem!important}}@media (max-width: 768px){.admin-main-content .row .col-lg-8,.admin-main-content .row .col-lg-4{flex:0 0 100%!important;max-width:100%!important}.admin-main-content .row .col-lg-4{order:2!important;margin-top:.75rem!important}}@media (max-width: 768px){a,button,.nav-link,.btn{min-height:44px;min-width:44px}.admin-panel{--text-primary: #FFFFFF;--text-secondary: #CCCCCC}}@media (max-width: 768px){.admin-card,.stat-card,.admin-sidebar .nav-link,.admin-panel .btn{transition:none!important;animation:none!important}.admin-panel:before,.admin-panel:after,.admin-card:before,.stat-card:before{display:none!important}.admin-card,.stat-card,.modal-content{box-shadow:0 2px 8px #0000004d!important}}
