body{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}*{box-sizing:border-box;margin:0;padding:0}input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{appearance:textfield;text-align:center}body{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);min-height:100vh;padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}body.modal-open{overflow:hidden}body.modal-open .btn-back-fixed{z-index:0}command-dialog .modal-body,link-dialog .modal-body,counter-dialog .modal-body,party-dialog .modal-body,moderation-rules-dialog .modal-body,link-whitelist-dialog .modal-body{padding-right:10px}.admin-loading{color:#ffffffe6;justify-content:center;align-items:center;min-height:40vh;font-size:18px;display:flex}.container{max-width:1200px;margin:0 auto}.header{text-align:center;color:#fff;margin-bottom:30px}.btn-back-fixed{z-index:1001;color:#fff;background:#ffffff40;border:2px solid #ffffffe6;border-radius:8px;padding:10px 20px;font-size:15px;text-decoration:none;position:fixed;top:20px;right:20px}.btn-back-fixed:hover{color:#fff;background:#fff6}.header h1{text-shadow:2px 2px 4px #0003;margin-bottom:10px;font-size:2.5em}.header p{opacity:.9;font-size:1.1em}.header-with-logout{flex-wrap:wrap;justify-content:space-between;align-items:start;gap:20px;margin-right:10px;display:flex}.header-with-logout>div:first-child{text-align:center;flex:1}.header-actions{flex-shrink:0;gap:10px;display:flex}.header-actions a.btn{text-decoration:none}.controls{background:#fff;border-radius:15px;margin-bottom:20px;padding:25px;box-shadow:0 10px 40px #0003}.controls #all-links-btn.btn-outline,.controls #friends-shoutout-collapse-btn.btn-outline{color:#495057;background:#ffffff80;border:1px solid #adb5bd}.controls #all-links-btn.btn-outline:hover:not(:disabled),.controls #friends-shoutout-collapse-btn.btn-outline:hover:not(:disabled){color:#212529;background:#0000000f;border-color:#868e96}.btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:8px;padding:10px 15px;font-size:14px;transition:all .3s}.btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 20px #667eea66}.btn:active:not(:disabled){transform:translateY(0)}.btn:disabled{cursor:default}.btn-secondary{background:red}.btn-danger{background:#c53934;box-shadow:0 2px 8px #c5393459}.btn-danger:hover:not(:disabled){box-shadow:0 4px 12px #c5393473}.btn-success{background:#28619a;box-shadow:0 2px 8px #28619a59}.btn-success:disabled{color:#6c757d;box-shadow:none;background:#ced4da;transform:none}.btn-success:hover:not(:disabled){box-shadow:0 4px 12px #28619a73}.btn-small{padding:8px 16px;font-size:14px}.btn-outline{color:#fff;background:0 0;border:2px solid #ffffffe6}.btn-outline:hover:not(:disabled){background:#fff3}.commands-grid{grid-template-columns:repeat(auto-fill,minmax(370px,1fr));gap:20px;display:grid}.command-card{background:#fff;border-radius:15px;flex-direction:column;padding:20px;transition:all .3s;display:flex;position:relative;box-shadow:0 5px 20px #0000001a}.command-card.add-command-card{cursor:pointer;justify-content:center;align-items:center;min-height:100%}.command-card.add-command-card .add-command-content{flex-direction:column;align-items:center;gap:12px;display:flex}.command-card.add-command-card .add-command-icon{color:#667eea;font-size:72px;font-weight:300;line-height:1}.command-card.add-command-card .add-command-text{color:#667eea;font-size:22px;font-weight:600}.command-card.add-command-card:hover{border-color:#764ba2;transform:translateY(-4px);box-shadow:0 8px 30px #667eea4d}.command-card.add-command-card:hover .add-command-icon,.command-card.add-command-card:hover .add-command-text{color:#764ba2}.command-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000026}.command-card.disabled{opacity:.6}.command-card.disabled .command-actions [data-action=send]{opacity:.5}.command-header{justify-content:space-between;align-items:center;margin-bottom:15px;display:flex}.command-trigger{color:#667eea;cursor:pointer;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:1.3em;font-weight:700;overflow:hidden}.command-status{gap:10px;display:flex}.status-toggle{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:6px;display:inline-flex}.status-toggle-circle{background:#dee2e6;border-radius:999px;width:32px;height:18px;transition:background-color .2s;position:relative}.status-toggle-circle:before{content:"";background:#fff;border-radius:50%;width:14px;height:14px;transition:transform .2s;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #00000040}.status-toggle.on .status-toggle-circle{background:#51cf66}.status-toggle.on .status-toggle-circle:before{transform:translate(14px)}.status-toggle.off .status-toggle-circle{background:#ced4da}.status-toggle-text{text-transform:uppercase;color:#155724;background:#ffffff40;border-radius:999px;padding:2px 6px;font-size:11px;font-weight:600}.status-toggle.off .status-toggle-text{color:#6c757d}.status-badge.enabled{color:#155724;background:#d4edda}.status-badge.disabled{color:#721c24;background:#f8d7da}.color-badge{color:#fff;border-radius:20px;padding:5px 12px;font-size:12px;font-weight:600}.color-badge.primary{background:#007bff}.color-badge.blue{background:#0dcaf0}.color-badge.green{background:#198754}.color-badge.orange{background:#fd7e14}.color-badge.purple{background:#6f42c1}.text-truncate{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.command-description-slot{min-height:1.5em;margin-bottom:10px}.command-description-slot .command-description.empty{color:#0000;-webkit-user-select:none;user-select:none}.command-description{color:#6c757d;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.9em;overflow:hidden}.command-response{cursor:pointer;text-overflow:ellipsis;white-space:nowrap;background:#f8f9fa;border-left:3px solid #667eea;border-radius:8px;min-width:0;margin-bottom:15px;padding:12px;font-size:.95em;overflow:hidden}.command-aliases{flex-wrap:wrap;gap:8px;margin-bottom:15px;display:flex}.alias-tag{color:#06c;cursor:pointer;background:#e7f3ff;border-radius:12px;padding:4px 10px;font-size:.85em;font-weight:500}.command-actions{justify-content:center;gap:10px;margin-top:auto;display:flex}.alert{border-radius:8px;margin-bottom:20px;padding:15px}#alert-container{z-index:2000;pointer-events:none;width:calc(100% - 40px);max-width:480px;position:fixed;top:20px;left:50%;transform:translate(-50%)}#alert-container .alert{pointer-events:auto}.alert-success{color:#155724;background:#d4edda;border:1px solid #c3e6cb}.alert-error{color:#721c24;background:#f8d7da;border:1px solid #f5c6cb}.loading{text-align:center;color:#fff;padding:40px;font-size:1.2em}.empty-state{text-align:center;border-radius:15px;padding:60px 20px;box-shadow:0 5px 20px #0000001a}.empty-state h3{color:#333;margin-bottom:10px}.empty-state p{color:#6c757d;margin-bottom:20px}.tabs{background:#fff;border-radius:15px;justify-content:center;gap:10px;margin-bottom:20px;display:flex;box-shadow:0 5px 20px #0000001a}.tab-btn{color:#6c757d;cursor:pointer;background:0 0;border:none;padding:12px 24px;font-size:16px;font-weight:600;transition:all .3s;position:relative}.tab-btn:after{content:"";background:#667eea;border-radius:2px;width:0;height:3px;transition:width .2s;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.tab-btn:hover,.tab-btn.active{color:#667eea}.tab-btn.active:after{width:90%}.tab-content{display:none}.tab-content.active{display:block}.admin-section{background:#fff;border-radius:15px;margin-bottom:20px;padding:25px;box-shadow:0 5px 20px #0000001a}.admin-section h3{color:#333;margin-bottom:15px;font-size:1.3em}.admin-actions{flex-wrap:wrap;gap:15px;margin-bottom:15px;display:flex}.admin-duels-toggle-row{align-items:center;gap:12px;margin-bottom:4px;display:flex}.admin-duels-toggle-row .admin-duels-label{font-weight:500}.admin-duels-toggle-row .status-toggle{cursor:pointer}.duels-toggle-block{margin-bottom:10px}.admin-duels-config-fields{flex-wrap:wrap;align-items:flex-end;gap:16px;margin-top:16px;display:flex}.admin-duels-config-fields .admin-duels-config-row{flex-direction:column;gap:4px;display:flex}.admin-duels-config-fields .admin-duels-config-row label{color:#333;font-size:.9em;font-weight:500}.admin-duels-config-fields .admin-duels-config-row input{border:1px solid #ccc;border-radius:6px;width:80px;padding:8px 10px;font-size:1em}.duels-daily-section{margin-top:24px}.duels-daily-section>h3{margin-bottom:4px}.duels-daily-blocks{grid-template-columns:1fr 1fr;gap:20px;margin-top:16px;display:grid}@media (width<=768px){.duels-daily-blocks{grid-template-columns:1fr}}.duels-daily-block{box-sizing:border-box;background:#fff;border:1px solid #e0e8f0;border-left:4px solid #28619a;border-radius:8px;padding:16px}.duels-daily-block.duels-daily-block--streak{border-left-color:#6f42c1}.duels-daily-block .duels-daily-block-title{color:#333;margin:0 0 4px;font-size:1em;font-weight:600}.duels-daily-block .duels-daily-block-desc{color:#6c757d;margin:0 0 12px;font-size:.85em}.duels-daily-block .admin-duels-config-fields{gap:12px;margin-top:0}.duels-daily-actions{flex-wrap:wrap;align-items:center;gap:12px;margin-top:16px;display:flex}.duels-dev-actions{align-items:center;gap:12px;display:flex}.admin-info{background:#f8f9fa;border-left:4px solid #667eea;border-radius:8px;padding:15px}.admin-info p{color:#333;margin:0}.admin-info span{color:#667eea;font-weight:700}.admin-description{color:#6c757d;font-size:.9em}.admin-hint{color:#6c757d;margin-top:6px;font-size:.88em}.party-config-section{margin-bottom:24px}.party-config-section .party-config-header{justify-content:space-between;align-items:center;width:100%;margin-bottom:16px;display:flex}.party-config-section .party-config-header h3{margin:0}.party-config-section .party-config-header .party-config-toggles{flex-shrink:0;align-items:center;gap:20px;margin-left:auto;display:flex}.party-config-section .party-config-header .party-config-toggle{flex-shrink:0}.party-config-section .party-config-row{flex-wrap:wrap;align-items:flex-end;gap:24px;display:flex}.party-config-section .party-config-field{flex-direction:column;gap:6px;display:flex}.party-config-section .party-config-field label{color:#333;font-size:.95em;font-weight:500}.party-config-section .party-input{background:#fff;border:2px solid #e0e0e0;border-radius:8px;width:72px;padding:10px 12px;font-size:16px;font-weight:500;transition:border-color .2s}.party-config-section .party-input:focus{border-color:#667eea;outline:none}.party-config-section .party-config-toggle{align-items:center;gap:10px;display:flex}.party-config-section .party-config-toggle-label{color:#6c757d;font-size:.9em}.party-table-wrap{margin-top:20px}.party-table-card{background:#fff;border-radius:15px;overflow:hidden}.party-table-header{justify-content:flex-end;padding:14px 16px 0;display:flex}.party-table-card .party-items-table{background:0 0;border-radius:0}.party-items-table-container.loading-state{color:#6c757d;padding:20px 24px}.party-items-table{border-collapse:separate;border-spacing:0 10px;box-sizing:border-box;background:#fff;border-radius:15px;width:100%;padding:0 10px}.party-items-table thead th{text-align:left;color:#333;background:#fff;border-bottom:2px solid #e0e8f0;padding:14px 16px;font-size:.9em;font-weight:600}.party-items-table thead th:first-child{padding-left:16px}.party-items-table thead th:last-child{padding-right:16px}.party-items-table tbody tr.party-table-row{cursor:pointer;background:#fafbfc;transition:border-left-color .3s,background-color .3s}.party-items-table tbody tr.party-table-row:hover{background:#e8f0fa}.party-items-table tbody tr.party-table-row td{vertical-align:middle;background:inherit;box-sizing:border-box;border:1px solid #28619a;border-left:0 solid #0000;border-right-color:#0000;padding:14px 16px}.party-items-table tbody tr.party-table-row td:first-child{border-left:.5rem solid #28619a;border-radius:.5rem 0 0 .5rem;padding-left:16px}.party-items-table .col-num{color:#6c757d;white-space:nowrap;width:56px;min-width:56px;font-size:.9em}.party-items-table .col-name{text-overflow:ellipsis;white-space:nowrap;min-width:120px;overflow:hidden}.duels-banned-section{margin-top:24px}.duels-banned-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.duels-banned-header h3{margin:0}.duels-banned-table-wrap{margin-top:0}.duels-banned-table-container{padding:0 10px;overflow-x:auto}.duels-banned-table{border-collapse:separate;border-spacing:0 10px;box-sizing:border-box;background:#fff;border-radius:15px;width:100%}.duels-banned-table thead th{text-align:left;color:#333;background:#fff;border-bottom:2px solid #e0e8f0;padding:14px 16px;font-size:.9em;font-weight:600}.duels-banned-table thead th:first-child{padding-left:16px}.duels-banned-table thead th:last-child{padding-right:16px}.duels-banned-table tbody tr.duel-banned-row{background:#fafbfc;transition:border-left-color .3s,background-color .3s}.duels-banned-table tbody tr.duel-banned-row:hover{background:#e8f0fa}.duels-banned-table tbody tr.duel-banned-row td{vertical-align:middle;background:inherit;box-sizing:border-box;border:1px solid #28619a;border-left:0 solid #0000;border-right-color:#0000;padding:14px 16px}.duels-banned-table tbody tr.duel-banned-row td:first-child{border-left:.5rem solid #28619a;border-radius:.5rem 0 0 .5rem;padding-left:16px}.duels-banned-table tbody tr.duel-banned-row td:last-child{border-color:#28619a #28619a #28619a #0000;border-right-style:solid;border-right-width:1px;border-radius:0 .5rem .5rem 0;padding-right:16px}.duels-banned-table .col-num{color:#6c757d;white-space:nowrap;width:56px;min-width:56px;font-size:.9em}.duels-banned-table .col-username{min-width:120px}.duels-banned-table .col-until{color:#6c757d;min-width:140px}.duels-banned-table .col-actions{width:120px;min-width:120px}.duels-banned-empty{text-align:center;color:#6c757d;background:#f8f9fa;border-radius:8px;margin-top:12px;padding:16px}.status-badge{cursor:pointer;border:1px solid #0000;border-radius:6px;padding:4px 10px;font-size:.8em;font-weight:600;transition:background .2s,color .2s;display:inline-block}.status-badge.on{color:#22543d;background:#c6f6d5;border-color:#9ae6b4}.status-badge.off{color:#742a2a;background:#fed7d7;border-color:#feb2b2}.status-badge:hover{opacity:.9}.rotation-badge{font-size:.78em}.btn-icon{color:#2c5282;cursor:pointer;background:#fff;border:1px solid #b8d4ed;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;margin-left:4px;padding:0;transition:background .2s,color .2s;display:inline-flex}.btn-icon:hover{color:#1a365d;background:#e8f0fa}.btn-icon.btn-icon-danger:hover{color:#c53030;background:#fde8e8;border-color:#e2a7a7}.auth-modal{z-index:2000;background:#000000b3;justify-content:center;align-items:center;width:100%;height:100%;display:none;position:fixed;top:0;left:0}.auth-modal.active{display:flex}.auth-content{background:#fff;border-radius:15px;width:90%;max-width:400px;padding:40px;box-shadow:0 10px 40px #0000004d}.auth-content h2{color:#333;text-align:center;margin-bottom:20px}.auth-content .auth-hint{color:#666;text-align:center;margin:-10px 0 15px;font-size:14px}.auth-content .auth-error{color:#c53030;background:#fde8e8;border-radius:8px;margin-bottom:15px;padding:10px;font-size:14px}.auth-content input{border:2px solid #e0e0e0;border-radius:8px;width:100%;margin-bottom:20px;padding:12px;font-size:16px}.auth-content input:focus{border-color:#667eea;outline:none}.auth-actions{justify-content:flex-end;gap:10px;display:flex}.auth-content .btn-outline{color:#495057;background:#ffffff80;border:1px solid #adb5bd}.auth-content .btn-outline:hover:not(:disabled){color:#212529;background:#0000000f;border-color:#868e96}.leaderboard-container{background:#fff;border-radius:15px;padding:30px;box-shadow:0 5px 20px #0000001a}.leaderboard-container h2{color:#333;text-align:center;margin-bottom:25px}.leaderboard-table{border-collapse:collapse;width:100%}.leaderboard-table thead{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.leaderboard-table thead th{text-align:center;padding:15px;font-weight:600}.leaderboard-table tbody tr{border-bottom:1px solid #e0e0e0;transition:background .2s}.leaderboard-table tbody tr:hover{background:#f8f9fa}.leaderboard-table tbody td{color:#333;padding:15px}.leaderboard-table tbody td.rank{color:#667eea;font-weight:700}.leaderboard-table tbody td.username{font-weight:600}.leaderboard-table tbody td.points{color:#28a745;font-size:1.2em;font-weight:700}.leaderboard-table tbody td.stats{color:#6c757d;font-size:.9em}.counter-card .counter-description-slot{min-height:1.5em;margin-bottom:10px}.counter-card .counter-description-slot .command-description.empty{color:#0000;-webkit-user-select:none;user-select:none}.counter-card .command-trigger{flex-direction:column;gap:4px;display:flex}.counter-card .command-trigger .counter-variants{color:#6c757d;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.75em;font-weight:400;overflow:hidden}.counter-card .counter-value-display{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:12px;align-items:center;gap:12px;margin-bottom:15px;padding:15px;display:flex}.counter-card .counter-value-display .counter-label{color:#ffffffe6;font-size:.9em;font-weight:600}.counter-card .counter-value-display .counter-value{color:#fff;margin-left:auto;font-size:2em;font-weight:700}.counter-card .counter-template{text-overflow:ellipsis;white-space:nowrap;background:#f8f9fa;border-left:3px solid #667eea;border-radius:8px;min-width:0;margin-bottom:15px;padding:12px;font-size:.9em;overflow:hidden}.counter-card .counter-template strong{color:#667eea}@media (width<=768px){body{padding:12px}.commands-grid{grid-template-columns:1fr;gap:12px}.container{min-width:0;max-width:100%;overflow-x:hidden}.tab-content{min-width:0}.header-with-logout{flex-direction:column;align-items:stretch}.header-with-logout .header-actions{order:-1;align-self:flex-end;margin-bottom:8px}.header h1{font-size:1.5em}.header p{font-size:.9em}.btn-back-fixed{padding:8px 14px;font-size:14px;top:12px;right:12px}.tabs{-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;scroll-behavior:smooth;justify-content:flex-start;gap:6px;padding:10px 12px;overflow:auto hidden}.tabs::-webkit-scrollbar{height:4px}.tabs::-webkit-scrollbar-thumb{background:#667eea66;border-radius:2px}.tab-btn{white-space:nowrap;scroll-snap-align:start;scroll-snap-stop:normal;flex-shrink:0;padding:8px 12px;font-size:13px}.status-badge{padding:3px 8px;font-size:.75em}.leaderboard-table{font-size:14px}.leaderboard-table th,.leaderboard-table td{padding:10px 6px}.leaderboard-table th:nth-child(5),.leaderboard-table td:nth-child(5),.leaderboard-table th:nth-child(6),.leaderboard-table td:nth-child(6){display:none}.leaderboard-table .rank{min-width:35px;font-size:.9em}.leaderboard-table .username{word-break:break-word;font-size:.95em}.leaderboard-table .points{min-width:50px;font-size:1.1em}.leaderboard-container{padding:15px 5px}.leaderboard-container h2{margin-bottom:15px;font-size:1.3em}.pagination{flex-direction:column;gap:10px;padding:12px}.pagination .pagination-info{text-align:center;font-size:.85em}.pagination .btn{min-width:80px;padding:8px 12px;font-size:14px}.pagination>.btn{display:inline-block}.controls{overflow-wrap:break-word;flex-wrap:wrap;min-width:0;padding:15px 10px}.controls>div{flex:100%;min-width:0}.controls h2{margin-bottom:4px;font-size:1.1em}.controls p,.controls .admin-hint{word-wrap:break-word;overflow-wrap:break-word;font-size:.8em}.controls .admin-inline-row{flex-direction:column;align-items:stretch}.controls .admin-inline-row input,.controls .admin-inline-row .raid-message-input{max-width:none}.controls .admin-inline-row .raid-message-input{min-height:2.25em}.controls .admin-inline-row .btn-small{align-self:flex-start}.btn{padding:10px 16px;font-size:14px}.command-card{min-width:0;margin-bottom:0;padding:12px}.command-card .command-header{flex-wrap:wrap;gap:8px;margin-bottom:8px}.command-card .command-trigger{white-space:normal;word-break:break-word;font-size:1em}.command-card .command-description{white-space:normal;word-wrap:break-word;overflow-wrap:break-word;text-overflow:unset;margin-bottom:8px;font-size:.85em}.command-card .command-response{white-space:normal;word-wrap:break-word;overflow-wrap:break-word;text-overflow:unset;margin-bottom:10px;padding:10px;font-size:.9em}.command-card .command-aliases{gap:6px;margin-bottom:10px}.command-card .alias-tag{padding:4px 8px;font-size:.8em}.command-card .command-actions{flex-wrap:wrap;justify-content:flex-start;gap:8px}.command-card .btn-small{padding:8px 12px;font-size:12px}.command-card .color-badge{padding:4px 10px;font-size:11px}.command-card .status-toggle-text{padding:2px 5px;font-size:10px}.counter-card .command-trigger .counter-variants{white-space:normal;word-wrap:break-word;overflow-wrap:break-word;text-overflow:unset}.counter-card .counter-value-display{flex-wrap:wrap;margin-bottom:10px;padding:10px}.counter-card .counter-value-display .counter-label{font-size:.85em}.counter-card .counter-value-display .counter-value{font-size:1.5em}.counter-card .counter-template{white-space:normal;word-wrap:break-word;overflow-wrap:break-word;text-overflow:unset;margin-bottom:10px;padding:10px;font-size:.85em}.admin-section{padding:15px}.admin-section h3{font-size:1.2em}.party-config-section .party-config-header{flex-direction:column;align-items:flex-start;gap:12px}.party-config-section .party-config-header .party-config-toggles{flex-direction:column;align-items:flex-start;gap:12px;margin-left:0}.party-config-section .party-config-header .party-config-toggle{margin-left:0}.party-table-wrap{margin-top:16px}.party-items-table-container{-webkit-overflow-scrolling:touch;overflow-x:auto}.party-items-table-container.loading-state{padding:16px 12px}.party-items-table{border-spacing:0 8px;min-width:200px}.party-items-table thead th{padding:10px 12px;font-size:.85em}.party-items-table thead th.col-num{display:none}.party-items-table thead th:first-child{padding-left:12px}.party-items-table thead th:last-child{padding-right:12px}.party-items-table tbody tr.party-table-row td{padding:12px}.party-items-table tbody tr.party-table-row td.col-num{display:none}.party-items-table tbody tr.party-table-row td.col-name{border-left:.5rem solid #28619a;border-right:1px solid #28619a;border-radius:.5rem}.party-items-table tbody tr.party-table-row td:first-child{padding-left:12px}.party-items-table tbody tr.party-table-row td:last-child{padding-right:12px}.party-items-table .col-name{min-width:0;font-size:.9em}.admin-actions{flex-direction:column;gap:10px}.admin-actions .btn{width:100%}}.pagination{justify-content:center;align-items:center;gap:16px;margin-top:24px;padding:16px;display:flex}.pagination .pagination-info{color:#6c757d;font-size:.9em}.pagination .btn{min-width:100px}.pagination .btn:disabled{opacity:.5}body.theme-dark.page-admin,body.theme-dark.page-public,body.theme-dark.page-public-duel,body.theme-dark.page-public-links{background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;background-image:linear-gradient(#0009,#0009),url(/assets/fon.webp)!important}body.theme-dark.page-public:after,body.theme-dark.page-public-duel:after,body.theme-dark.page-public-links:after{background:0 0!important}.theme-toggle-global{z-index:1000;background:#fffffff2;border-radius:12px;gap:4px;padding:6px 8px;display:flex;position:fixed;bottom:20px;right:20px;box-shadow:0 4px 20px #00000026}.theme-toggle-global .theme-toggle-btn{cursor:pointer;background:0 0;border:none;border-radius:8px;width:36px;height:36px;padding:0;font-size:18px;transition:background .2s,transform .2s}.theme-toggle-global .theme-toggle-btn:hover{background:#667eea26}.theme-toggle-global .theme-toggle-btn.active{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}body.theme-dark .theme-toggle-global{background:#1a1a24;border:1px solid #7c3aed59;box-shadow:0 4px 24px #0006}body.theme-dark .theme-toggle-global .theme-toggle-btn:hover{background:#8b5cf633}body.theme-dark .theme-toggle-global .theme-toggle-btn.active{background:linear-gradient(135deg,#6d28d9 0%,#7c3aed 100%)}body.theme-dark .admin-loading{color:#b8c2cc}body.theme-dark .container .header,body.theme-dark .container .header h1{color:#e2e8f0}body.theme-dark .container .header p{color:#b8c2cc}body.theme-dark .header-actions .btn-outline{color:#a78bfa;background:0 0;border-color:#8b5cf6}body.theme-dark .header-actions .btn-outline:hover{background:#8b5cf626}body.theme-dark .tabs{background:#1a1a24;border:1px solid #7c3aed59;box-shadow:0 4px 24px #0006}body.theme-dark .tab-btn{color:#b8c2cc}body.theme-dark .tab-btn:hover,body.theme-dark .tab-btn.active{color:#a78bfa}body.theme-dark .tab-btn:after{background:#8b5cf6}body.theme-dark .controls{background:#1a1a24;border:1px solid #7c3aed59;box-shadow:0 4px 24px #0006}body.theme-dark .controls h2{color:#e2e8f0}body.theme-dark .controls p{color:#b8c2cc}body.theme-dark .controls p strong{color:#a78bfa}body.theme-dark .controls .admin-hint strong.raid-label{color:#e2e8f0}body.theme-dark .controls code.placeholder-accent{color:#a78bfa;background:#8b5cf640}body.theme-dark .controls code:not(.placeholder-accent){color:#a78bfa;background:#8b5cf633}body.theme-dark .controls .admin-inline-row input,body.theme-dark .controls .admin-inline-row .raid-message-input{color:#e2e8f0;background:#0f0f14;border-color:#7c3aed59}body.theme-dark .controls .admin-inline-row input::placeholder,body.theme-dark .controls .admin-inline-row .raid-message-input::placeholder{color:#b8c2cc;opacity:.7}body.theme-dark .controls .admin-inline-row input.raid-message-input::-webkit-scrollbar-thumb{background:#ffffff40}body.theme-dark .controls .admin-inline-row .raid-message-input.raid-message-input::-webkit-scrollbar-thumb{background:#ffffff40}body.theme-dark .controls .btn-success{background:linear-gradient(135deg,#6d28d9 0%,#7c3aed 100%)}body.theme-dark .controls .btn-success:hover:not(:disabled){box-shadow:0 4px 16px #7c3aed80}body.theme-dark .controls #all-links-btn,body.theme-dark .controls #friends-shoutout-collapse-btn{color:#b8c2cc;background:#8b5cf61f;border:1px solid #7c3aed59}body.theme-dark .controls #all-links-btn:hover:not(:disabled),body.theme-dark .controls #friends-shoutout-collapse-btn:hover:not(:disabled){color:#a78bfa;background:#8b5cf633;border-color:#8b5cf6}body.theme-dark .admin-section{background:#1a1a24;border:1px solid #7c3aed59;box-shadow:0 4px 24px #0006}body.theme-dark .admin-section h3,body.theme-dark .admin-section h4{color:#e2e8f0!important}body.theme-dark .admin-section .admin-description{color:#b8c2cc!important}body.theme-dark .admin-section label,body.theme-dark .admin-section .admin-duels-label{color:#e2e8f0!important}body.theme-dark .admin-section input{color:#e2e8f0!important;background:#0f0f14!important;border-color:#7c3aed59!important}body.theme-dark .admin-section .btn-success{background:linear-gradient(135deg,#6d28d9 0%,#7c3aed 100%)}body.theme-dark .admin-section .btn-success:hover:not(:disabled){box-shadow:0 4px 16px #7c3aed80}body.theme-dark commands-table .commands-table-card,body.theme-dark counters-table .counters-table-card,body.theme-dark party-table .party-table-card{box-shadow:0 4px 24px #0006;background:#1a1a24!important;border:1px solid #7c3aed59!important}body.theme-dark commands-table .commands-table-header .btn,body.theme-dark counters-table .counters-table-header .btn,body.theme-dark party-table .party-table-header .btn,body.theme-dark journal-table .journal-table-header .btn{background:linear-gradient(135deg,#6d28d9 0%,#7c3aed 100%)!important}body.theme-dark commands-table .commands-table-header .btn:hover,body.theme-dark counters-table .counters-table-header .btn:hover,body.theme-dark party-table .party-table-header .btn:hover,body.theme-dark journal-table .journal-table-header .btn:hover{box-shadow:0 4px 16px #7c3aed80}body.theme-dark commands-table .commands-table-container.loading-state{color:#b8c2cc}body.theme-dark commands-table .commands-table thead th{color:#a78bfa;background:0 0;border-bottom-color:#7c3aed59}body.theme-dark commands-table .commands-table tbody tr.command-table-row{background:#0f0f14}body.theme-dark commands-table .commands-table tbody tr.command-table-row:hover{background:#252532}body.theme-dark commands-table .commands-table tbody tr.command-table-row td{color:#e2e8f0;border-color:#7c3aed59}body.theme-dark commands-table .commands-table tbody tr.command-table-row td:first-child{border-left-color:#8b5cf6}body.theme-dark commands-table .commands-table tbody tr.command-table-row .col-num{color:#b8c2cc}body.theme-dark commands-table .commands-table tbody tr.command-table-row .col-trigger .trigger-text{color:#a78bfa}body.theme-dark commands-table .status-badge.on{color:#4ade80;background:#22c55e33;border-color:#22c55e66}body.theme-dark commands-table .status-badge.off{color:#f87171;background:#ef444426;border-color:#ef44444d}body.theme-dark commands-table .btn-icon{color:#a78bfa;background:#8b5cf633;border-color:#8b5cf6}body.theme-dark commands-table .btn-icon:hover{background:#8b5cf659}body.theme-dark counters-table .counters-table{background:0 0!important}body.theme-dark counters-table .counters-table thead th{color:#a78bfa!important;background:#0f0f14!important;border-color:#7c3aed59!important}body.theme-dark counters-table .counters-table tbody tr td{color:#e2e8f0!important;background:inherit!important;border-color:#7c3aed59!important}body.theme-dark counters-table .counter-table-row{background:#0f0f14!important}body.theme-dark counters-table .counter-table-row:hover{background:#252532!important}body.theme-dark counters-table .counter-table-row td:first-child{border-left-color:#8b5cf6!important}body.theme-dark counters-table .counter-table-row .col-num{color:#b8c2cc!important}body.theme-dark counters-table .counter-table-row .col-trigger,body.theme-dark counters-table .counter-table-row .col-value,body.theme-dark counters-table .counter-table-row .col-description{color:#e2e8f0!important}body.theme-dark counters-table .status-badge.on{color:#4ade80;background:#22c55e33}body.theme-dark counters-table .status-badge.off{color:#f87171;background:#ef444426}body.theme-dark counters-table .btn-icon{color:#a78bfa;background:#8b5cf633;border-color:#8b5cf6}body.theme-dark party-table .party-config-section .party-config-field label{color:#e2e8f0!important}body.theme-dark party-table .party-config-section .party-config-field small{font-size:.9em;color:#b8c2cc!important}body.theme-dark party-table .party-config-section .party-config-toggle-label{color:#b8c2cc!important}body.theme-dark party-table .party-config-section .party-input-text,body.theme-dark party-table .party-config-section .party-input{color:#e2e8f0!important;background:#0f0f14!important;border-color:#7c3aed59!important}body.theme-dark party-table .admin-description{color:#b8c2cc!important}body.theme-dark party-table .party-items-table thead th{color:#a78bfa;background:#0f0f14;border-color:#7c3aed59}body.theme-dark party-table .party-items-table tbody tr td{color:#e2e8f0;border-color:#7c3aed59}body.theme-dark party-table .party-items-table tbody tr.party-table-row .col-num{color:#b8c2cc!important}body.theme-dark party-table .party-table-row{background:#0f0f14}body.theme-dark party-table .party-table-row:hover{background:#252532}body.theme-dark party-table .status-badge.on{color:#4ade80;background:#22c55e33}body.theme-dark party-table .status-badge.off{color:#f87171;background:#ef444426}body.theme-dark duels-table .admin-section{background:#1a1a24;border:1px solid #7c3aed59}body.theme-dark duels-table .duels-daily-block{background:#0f0f14!important;border-color:#7c3aed59!important}body.theme-dark duels-table .duels-daily-block .duels-daily-block-title{color:#e2e8f0!important}body.theme-dark duels-table .duels-daily-block .duels-daily-block-desc{color:#b8c2cc!important}body.theme-dark duels-table .duels-banned-table{background:0 0!important}body.theme-dark duels-table .duels-banned-table thead th{color:#a78bfa!important;background:#0f0f14!important;border-color:#7c3aed59!important}body.theme-dark duels-table .duel-banned-row{background:#0f0f14!important}body.theme-dark duels-table .duel-banned-row:hover{background:#252532!important}body.theme-dark duels-table .duel-banned-row td{color:#e2e8f0!important;border-color:#7c3aed59!important}body.theme-dark duels-table .duel-banned-row td:first-child{border-left-color:#8b5cf6!important}body.theme-dark duels-table .duels-banned-empty{color:#b8c2cc;background:#0f0f14}body.theme-dark duels-table .status-badge.on{color:#4ade80;background:#22c55e33}body.theme-dark duels-table .status-badge.off{color:#f87171;background:#ef444426}body.theme-dark moderation-table .admin-section{background:#1a1a24;border:1px solid #7c3aed59}body.theme-dark journal-table .journal-table-card{box-shadow:none!important;background:#1a1a24!important;border:1px solid #7c3aed59!important}body.theme-dark journal-table .journal-table-header h3{color:#e2e8f0!important}body.theme-dark journal-table .journal-description{color:#b8c2cc!important}body.theme-dark journal-table .journal-search,body.theme-dark journal-table .journal-type-filter,body.theme-dark journal-table .journal-days-filter{color:#e2e8f0!important;background:#0f0f14!important;border:1px solid #7c3aed59!important}body.theme-dark journal-table .journal-search::placeholder{color:#b8c2cc;opacity:.8}body.theme-dark journal-table .journal-table-container.loading-state{color:#b8c2cc}body.theme-dark journal-table .journal-table thead th{color:#a78bfa!important;background:#0f0f14!important;border-color:#7c3aed59!important}body.theme-dark journal-table .journal-table tbody tr{border-bottom:none!important}body.theme-dark journal-table .journal-table tbody tr td{color:#e2e8f0!important;border-color:#7c3aed59!important}body.theme-dark journal-table .journal-table tbody tr:hover{background:#252532!important}body.theme-dark journal-table .journal-table .user-timestamp{color:#b8c2cc!important}@media (width<=768px){body.theme-dark journal-table .journal-table tbody tr{border-bottom:none!important}}body.theme-dark journal-table .journal-pagination{border-top-color:#7c3aed59}body.theme-dark journal-table .journal-pagination .pagination-info label{color:#b8c2cc}body.theme-dark journal-table .journal-pagination .pagination-info select{color:#e2e8f0!important;background:#0f0f14!important;border-color:#7c3aed59!important}body.theme-dark journal-table .journal-pagination .page-info{color:#b8c2cc}body.theme-dark journal-table .empty-state h3{color:#e2e8f0}body.theme-dark journal-table .empty-state p{color:#b8c2cc}body.theme-dark duels-table .admin-section,body.theme-dark party-table .admin-section,body.theme-dark moderation-table .admin-section{background:#1a1a24;border:1px solid #7c3aed59}body.theme-dark .moderation-setting{background:#0f0f14;border:1px solid #7c3aed59}body.theme-dark .moderation-setting-title{color:#e2e8f0}body.theme-dark .status-toggle.on .status-toggle-circle{background:#4ade80!important}body.theme-dark .status-toggle.off .status-toggle-circle{background:#ef444480!important}body.theme-dark .status-toggle.on .status-toggle-text{color:#4ade80!important;background:#22c55e40!important}body.theme-dark .status-toggle.off .status-toggle-text{color:#f87171!important;background:#ef444433!important}body.theme-dark .auth-modal .auth-content{background:#1a1a24;border:1px solid #7c3aed59}body.theme-dark .auth-modal .auth-content h2{color:#e2e8f0}body.theme-dark .auth-modal .auth-content .auth-hint{color:#b8c2cc}body.theme-dark .auth-modal .auth-content input{color:#e2e8f0;background:#0f0f14;border-color:#7c3aed59}body.theme-dark .auth-modal .auth-content .btn-outline{color:#b8c2cc;background:#8b5cf61f;border:1px solid #7c3aed59}body.theme-dark .auth-modal .auth-content .btn-outline:hover:not(:disabled){color:#a78bfa;background:#8b5cf633;border-color:#8b5cf6}body.theme-dark command-dialog .modal-content,body.theme-dark link-dialog .modal-content,body.theme-dark counter-dialog .modal-content,body.theme-dark party-dialog .modal-content,body.theme-dark moderation-rules-dialog .modal-content,body.theme-dark link-whitelist-dialog .modal-content{background:#1a1a24!important;border:1px solid #7c3aed59!important}body.theme-dark command-dialog .modal-content .modal-header h2,body.theme-dark command-dialog .modal-content .modal-body h4,body.theme-dark link-dialog .modal-content .modal-header h2,body.theme-dark link-dialog .modal-content .modal-body h4,body.theme-dark counter-dialog .modal-content .modal-header h2,body.theme-dark counter-dialog .modal-content .modal-body h4,body.theme-dark party-dialog .modal-content .modal-header h2,body.theme-dark party-dialog .modal-content .modal-body h4,body.theme-dark moderation-rules-dialog .modal-content .modal-header h2,body.theme-dark moderation-rules-dialog .modal-content .modal-body h4,body.theme-dark link-whitelist-dialog .modal-content .modal-header h2,body.theme-dark link-whitelist-dialog .modal-content .modal-body h4{color:#e2e8f0!important}body.theme-dark command-dialog .modal-content .modal-body,body.theme-dark link-dialog .modal-content .modal-body,body.theme-dark counter-dialog .modal-content .modal-body,body.theme-dark party-dialog .modal-content .modal-body,body.theme-dark moderation-rules-dialog .modal-content .modal-body,body.theme-dark link-whitelist-dialog .modal-content .modal-body{color:#b8c2cc}body.theme-dark command-dialog .modal-content .moderation-rules-list,body.theme-dark command-dialog .modal-content .moderation-rules-list li,body.theme-dark command-dialog .modal-content .moderation-rules-list ul,body.theme-dark command-dialog .modal-content .moderation-rules-list strong,body.theme-dark link-dialog .modal-content .moderation-rules-list,body.theme-dark link-dialog .modal-content .moderation-rules-list li,body.theme-dark link-dialog .modal-content .moderation-rules-list ul,body.theme-dark link-dialog .modal-content .moderation-rules-list strong,body.theme-dark counter-dialog .modal-content .moderation-rules-list,body.theme-dark counter-dialog .modal-content .moderation-rules-list li,body.theme-dark counter-dialog .modal-content .moderation-rules-list ul,body.theme-dark counter-dialog .modal-content .moderation-rules-list strong,body.theme-dark party-dialog .modal-content .moderation-rules-list,body.theme-dark party-dialog .modal-content .moderation-rules-list li,body.theme-dark party-dialog .modal-content .moderation-rules-list ul,body.theme-dark party-dialog .modal-content .moderation-rules-list strong,body.theme-dark moderation-rules-dialog .modal-content .moderation-rules-list,body.theme-dark moderation-rules-dialog .modal-content .moderation-rules-list li,body.theme-dark moderation-rules-dialog .modal-content .moderation-rules-list ul,body.theme-dark moderation-rules-dialog .modal-content .moderation-rules-list strong,body.theme-dark link-whitelist-dialog .modal-content .moderation-rules-list,body.theme-dark link-whitelist-dialog .modal-content .moderation-rules-list li,body.theme-dark link-whitelist-dialog .modal-content .moderation-rules-list ul,body.theme-dark link-whitelist-dialog .modal-content .moderation-rules-list strong{color:#fff!important}body.theme-dark command-dialog .modal-content .moderation-rules-list code,body.theme-dark link-dialog .modal-content .moderation-rules-list code,body.theme-dark counter-dialog .modal-content .moderation-rules-list code,body.theme-dark party-dialog .modal-content .moderation-rules-list code,body.theme-dark moderation-rules-dialog .modal-content .moderation-rules-list code,body.theme-dark link-whitelist-dialog .modal-content .moderation-rules-list code{color:#f1f5f9!important;background:#ffffff1f!important}body.theme-dark command-dialog .modal-content .form-group label,body.theme-dark link-dialog .modal-content .form-group label,body.theme-dark counter-dialog .modal-content .form-group label,body.theme-dark party-dialog .modal-content .form-group label,body.theme-dark moderation-rules-dialog .modal-content .form-group label,body.theme-dark link-whitelist-dialog .modal-content .form-group label{color:#e2e8f0!important}body.theme-dark command-dialog .modal-content .form-group small,body.theme-dark command-dialog .modal-content .form-group small.hint-time,body.theme-dark link-dialog .modal-content .form-group small,body.theme-dark link-dialog .modal-content .form-group small.hint-time,body.theme-dark counter-dialog .modal-content .form-group small,body.theme-dark counter-dialog .modal-content .form-group small.hint-time,body.theme-dark party-dialog .modal-content .form-group small,body.theme-dark party-dialog .modal-content .form-group small.hint-time,body.theme-dark moderation-rules-dialog .modal-content .form-group small,body.theme-dark moderation-rules-dialog .modal-content .form-group small.hint-time,body.theme-dark link-whitelist-dialog .modal-content .form-group small,body.theme-dark link-whitelist-dialog .modal-content .form-group small.hint-time{color:#b8c2cc!important}body.theme-dark command-dialog .modal-content code.placeholder-accent,body.theme-dark link-dialog .modal-content code.placeholder-accent,body.theme-dark counter-dialog .modal-content code.placeholder-accent,body.theme-dark party-dialog .modal-content code.placeholder-accent,body.theme-dark moderation-rules-dialog .modal-content code.placeholder-accent,body.theme-dark link-whitelist-dialog .modal-content code.placeholder-accent{color:#a78bfa!important;background:#8b5cf640!important}body.theme-dark command-dialog .modal-content .modal-close-btn,body.theme-dark link-dialog .modal-content .modal-close-btn,body.theme-dark counter-dialog .modal-content .modal-close-btn,body.theme-dark party-dialog .modal-content .modal-close-btn,body.theme-dark moderation-rules-dialog .modal-content .modal-close-btn,body.theme-dark link-whitelist-dialog .modal-content .modal-close-btn{color:#b8c2cc!important}body.theme-dark command-dialog .modal-content .modal-close-btn:hover,body.theme-dark link-dialog .modal-content .modal-close-btn:hover,body.theme-dark counter-dialog .modal-content .modal-close-btn:hover,body.theme-dark party-dialog .modal-content .modal-close-btn:hover,body.theme-dark moderation-rules-dialog .modal-content .modal-close-btn:hover,body.theme-dark link-whitelist-dialog .modal-content .modal-close-btn:hover{color:#e2e8f0!important}body.theme-dark command-dialog .modal-content input,body.theme-dark command-dialog .modal-content select,body.theme-dark command-dialog .modal-content textarea,body.theme-dark link-dialog .modal-content input,body.theme-dark link-dialog .modal-content select,body.theme-dark link-dialog .modal-content textarea,body.theme-dark counter-dialog .modal-content input,body.theme-dark counter-dialog .modal-content select,body.theme-dark counter-dialog .modal-content textarea,body.theme-dark party-dialog .modal-content input,body.theme-dark party-dialog .modal-content select,body.theme-dark party-dialog .modal-content textarea,body.theme-dark moderation-rules-dialog .modal-content input,body.theme-dark moderation-rules-dialog .modal-content select,body.theme-dark moderation-rules-dialog .modal-content textarea,body.theme-dark link-whitelist-dialog .modal-content input,body.theme-dark link-whitelist-dialog .modal-content select,body.theme-dark link-whitelist-dialog .modal-content textarea{color:#e2e8f0!important;background:#0f0f14!important;border-color:#7c3aed59!important}body.theme-dark .btn-back-fixed{color:#a78bfa;background:#1a1a24e6;border-color:#8b5cf6}body.theme-dark .btn-back-fixed:hover{background:#8b5cf633}body.theme-dark public-home .public-home-container .header .username,body.theme-dark public-home .public-home-container .header .bio,body.theme-dark public-home .public-home-container .section-title,body.theme-dark public-home .public-home-container .link-text,body.theme-dark public-home .public-home-container .menu-btn-title,body.theme-dark public-home .public-home-container .menu-btn-subtitle,body.theme-dark public-links .public-links-container .header .username,body.theme-dark public-links .public-links-container .header .bio,body.theme-dark public-links .public-links-container .section-title,body.theme-dark public-links .public-links-container .link-text,body.theme-dark public-links .public-links-container .menu-btn-title,body.theme-dark public-links .public-links-container .menu-btn-subtitle,body.theme-dark public-duel .public-duel-container .header .username,body.theme-dark public-duel .public-duel-container .header .bio,body.theme-dark public-duel .public-duel-container .section-title,body.theme-dark public-duel .public-duel-container .link-text,body.theme-dark public-duel .public-duel-container .menu-btn-title,body.theme-dark public-duel .public-duel-container .menu-btn-subtitle{color:#e2e8f0!important}body.theme-dark public-home .public-home-container .menu-btn,body.theme-dark public-home .public-home-container .link-btn,body.theme-dark public-links .public-links-container .menu-btn,body.theme-dark public-links .public-links-container .link-btn,body.theme-dark public-duel .public-duel-container .menu-btn,body.theme-dark public-duel .public-duel-container .link-btn{background:#1a1a24!important;border:1px solid #7c3aed59!important}body.theme-dark public-home .public-home-container .menu-btn:hover,body.theme-dark public-home .public-home-container .link-btn:hover,body.theme-dark public-links .public-links-container .menu-btn:hover,body.theme-dark public-links .public-links-container .link-btn:hover,body.theme-dark public-duel .public-duel-container .menu-btn:hover,body.theme-dark public-duel .public-duel-container .link-btn:hover{background:#252532!important}body.theme-dark public-home .public-home-container .footer,body.theme-dark public-links .public-links-container .footer,body.theme-dark public-duel .public-duel-container .footer{color:#b8c2cc}body.theme-dark public-home .public-home-container .admin-link,body.theme-dark public-links .public-links-container .admin-link,body.theme-dark public-duel .public-duel-container .admin-link{color:#a78bfa}body.theme-dark public-duel .leaderboard-table{background:#1a1a24}body.theme-dark public-duel .leaderboard-table th,body.theme-dark public-duel .leaderboard-table td{color:#e2e8f0;border-color:#7c3aed59}body.theme-dark public-duel .leaderboard-table th{color:#fff!important}body.theme-dark public-duel .leaderboard-table tbody tr:hover{background:#ffffff14!important}body.theme-dark public-duel .back-btn,body.theme-dark public-links .back-btn{color:#8b5cf6!important;background:#fffffff2!important;border:2px solid #8b5cf6!important;box-shadow:0 4px 16px #7c3aed80,0 0 0 1px #ffffff1a!important}body.theme-dark public-duel .back-btn img,body.theme-dark public-duel .back-btn svg,body.theme-dark public-links .back-btn img,body.theme-dark public-links .back-btn svg{filter:none}body.theme-dark public-duel .back-btn:hover,body.theme-dark public-links .back-btn:hover{background:#fff!important;box-shadow:0 6px 20px #7c3aed99!important}public-home{justify-content:center;align-items:center;min-height:100vh;display:flex}public-home .public-home-container{text-align:center;width:100%;max-width:600px}public-home .header{margin-bottom:50px}public-home .avatar{background:#111;border:5px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:140px;height:140px;margin:0 auto 25px;display:flex;overflow:hidden;box-shadow:0 10px 40px #0000004d}public-home .avatar video{object-fit:cover;width:100%;height:100%}public-home .username{color:#fff;text-shadow:0 4px 12px #0000004d;margin-bottom:12px;font-size:42px;font-weight:800}public-home .bio{color:#fffffff2;text-shadow:0 2px 8px #0003;font-size:18px}public-home .menu-grid{gap:20px;margin-top:40px;padding:0 10px;display:grid}public-home .menu-btn{color:#2d3748;cursor:pointer;background:#fff;border:none;border-radius:20px;justify-content:space-between;align-items:center;padding:24px 32px;font-size:20px;font-weight:700;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 8px 24px #00000026}public-home .menu-btn:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000040}public-home .menu-btn:active{transform:translateY(-2px)}public-home .menu-btn-content{align-items:center;gap:20px;display:flex}public-home .menu-btn-icon{font-size:36px}public-home .menu-btn-text{text-align:left}public-home .menu-btn-title{margin-bottom:4px;font-size:20px;font-weight:700}public-home .menu-btn-subtitle{color:#6c757d;font-size:14px;font-weight:400}public-home .footer{color:#ffffffb3;flex-direction:column;gap:10px;margin-top:60px;font-size:14px;display:flex}public-home .admin-link{color:#fffc;opacity:.9;font-weight:600;text-decoration:none;transition:opacity .2s}public-home .admin-link:hover{opacity:1;text-decoration:underline}@media (width<=768px){public-home .avatar{width:110px;height:110px}public-home .username{font-size:32px}public-home .bio{font-size:16px}public-home .menu-btn{padding:20px 24px}public-home .menu-btn-icon{font-size:32px}public-home .menu-btn-title{font-size:18px}public-home .menu-btn-subtitle{font-size:13px}}public-duel{padding:60px 10px 0;display:block}public-duel .back-btn{color:#667eea;z-index:1000;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:0;font-size:18px;font-weight:700;line-height:1;text-decoration:none;transition:all .2s;display:inline-flex;position:fixed;top:20px;left:20px;box-shadow:0 2px 8px #0000001a}public-duel .back-btn img,public-duel .back-btn svg{width:24px;height:24px;display:block}public-duel .back-btn:hover{transform:translateY(-2px)scale(1.05);box-shadow:0 4px 12px #00000026}public-duel .back-btn:active{transform:translateY(0)scale(1)}public-duel .public-duel-container{max-width:1200px;margin:0 auto}public-duel .header{text-align:center;color:#fff;margin-bottom:40px;position:relative}public-duel .header h1{text-shadow:0 4px 12px #0000004d;margin-bottom:12px;font-size:42px;font-weight:800}public-duel .header p{opacity:.95;text-shadow:0 2px 8px #0003;font-size:18px}public-duel .loading,public-duel .empty-message{text-align:center;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:20px;padding:60px 20px;font-size:18px}public-duel .streamer-row{color:#fff;text-align:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:20px 20px 0 0;flex-direction:column;align-items:center;gap:4px;padding:16px 24px;display:flex}public-duel .streamer-row .streamer-badge{text-transform:uppercase;letter-spacing:1px;opacity:.9;font-size:12px;font-weight:600}public-duel .streamer-row .streamer-name{font-size:20px;font-weight:700}public-duel .streamer-row .streamer-stats{opacity:.95;font-size:14px}public-duel .leaderboard-table{background:#fff;border-radius:20px;width:100%;overflow:hidden;box-shadow:0 10px 40px #0003}public-duel .leaderboard-table table{border-collapse:collapse;width:100%}public-duel .leaderboard-table thead{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}public-duel .leaderboard-table thead th{text-transform:uppercase;letter-spacing:1px;text-align:left;padding:20px;font-size:14px;font-weight:700}public-duel .leaderboard-table thead .sort-col{cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap}public-duel .leaderboard-table thead .sort-col:hover{opacity:.9}public-duel .leaderboard-table thead .sort-col .sort-icon{opacity:.7;margin-left:4px;font-size:12px}public-duel .leaderboard-table thead .sort-col .sort-icon-active{opacity:1}public-duel .leaderboard-table tbody tr{border-bottom:1px solid #e9ecef;transition:background .2s}public-duel .leaderboard-table tbody tr:hover{background:#f8f9fa}public-duel .leaderboard-table tbody tr:last-child{border-bottom:none}public-duel .leaderboard-table tbody td{text-align:left;padding:18px 20px}public-duel .leaderboard-table tbody .rank{color:#667eea;font-size:20px;font-weight:700}public-duel .leaderboard-table tbody .name{color:#2d3748;font-size:16px;font-weight:600}public-duel .leaderboard-table tbody .points{color:#764ba2;font-size:16px;font-weight:700}public-duel .leaderboard-table tbody .wins,public-duel .leaderboard-table tbody .losses,public-duel .leaderboard-table tbody .draws{color:#2d3748;font-size:15px}public-duel .pagination{background:#fff;border-top:2px solid #e9ecef;justify-content:center;align-items:center;gap:20px;padding:24px;display:flex}public-duel .pagination-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:8px;padding:10px 24px;font-size:14px;font-weight:600;transition:all .2s}public-duel .pagination-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}public-duel .pagination-btn:disabled{opacity:.5}public-duel .pagination-info{color:#2d3748;font-size:14px;font-weight:600}@media (width<=768px){public-duel{padding:16px}public-duel .back-btn{width:36px;height:36px;top:15px;left:15px}public-duel .back-btn img{width:20px;height:20px}public-duel .header h1{font-size:28px}public-duel .header p,public-duel .leaderboard-table{font-size:14px}public-duel .leaderboard-table thead th{padding:12px 8px;font-size:12px}public-duel .leaderboard-table tbody td{padding:12px 8px}public-duel .leaderboard-table .rank{font-size:16px}public-duel .leaderboard-table .name,public-duel .leaderboard-table .points,public-duel .leaderboard-table .wins{font-size:14px}public-duel .leaderboard-table th.sort-col-mobile-hide,public-duel .leaderboard-table td:nth-child(5),public-duel .leaderboard-table td:nth-child(6){display:none}public-duel .pagination{gap:12px;padding:16px}public-duel .pagination-btn{padding:8px 16px;font-size:13px}public-duel .pagination-info{font-size:13px}}public-links{justify-content:center;align-items:center;min-height:100vh;display:flex}public-links .back-btn{color:#667eea;z-index:1000;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex;position:fixed;top:20px;left:20px;box-shadow:0 2px 8px #0000001a}public-links .back-btn img,public-links .back-btn svg{width:24px;height:24px;display:block}public-links .back-btn:hover{transform:translateY(-2px)scale(1.05);box-shadow:0 4px 12px #00000026}public-links .back-btn:active{transform:translateY(0)scale(1)}public-links .public-links-container{width:100%;max-width:680px;margin:0 auto}public-links .header{text-align:center;color:#fff;margin-bottom:40px}public-links .avatar{background:#111;border:4px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;margin:0 auto 20px;display:flex;overflow:hidden;box-shadow:0 8px 32px #0003}public-links .avatar video{object-fit:cover;width:100%;height:100%}public-links .username{text-shadow:0 4px 12px #0000004d;margin-bottom:8px;font-size:36px;font-weight:800}public-links .bio{opacity:.95;text-shadow:0 2px 8px #0003;color:#fff;font-size:16px}public-links .section{margin-bottom:32px}public-links .section-title{color:#fff;text-align:left;margin-bottom:16px;padding-left:8px;font-size:20px;font-weight:700}public-links .links-grid{gap:12px;display:grid}public-links .link-btn{color:#2d3748;background:#fff;border-radius:16px;justify-content:space-between;align-items:center;padding:18px 24px;font-size:16px;font-weight:600;text-decoration:none;transition:all .2s;display:flex;box-shadow:0 4px 12px #0000001a}public-links .link-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #00000026}public-links .link-btn:active{transform:translateY(0)}public-links .link-btn.donate{color:#fff;background:linear-gradient(135deg,#ff6b6b 0%,#ee5a6f 100%);padding:24px 28px;font-size:18px;box-shadow:0 8px 24px #ff6b6b4d}public-links .link-btn.donate .link-icon{font-size:32px}public-links .link-btn.donate:hover{box-shadow:0 12px 32px #ff6b6b66}public-links .link-btn.twitch{border-left:4px solid #9146ff}public-links .link-btn.discord{border-left:4px solid #5865f2}public-links .link-btn.telegram{border-left:4px solid #08c}public-links .link-btn.boosty{border-left:4px solid #f15f2c}public-links .link-icon{flex-shrink:0;font-size:28px}public-links .link-text{text-align:left;flex:1;margin-left:16px}public-links .link-arrow{opacity:.5;flex-shrink:0;margin-left:8px;font-size:24px;transition:transform .2s}public-links .link-btn:hover .link-arrow{transform:translate(4px)}public-links .footer{text-align:center;color:#ffffffb3;margin-top:48px;padding:24px;font-size:14px}@media (width<=768px){public-links .back-btn{width:36px;height:36px;top:15px;left:15px}public-links .back-btn img{width:20px;height:20px}public-links .public-links-container{padding:60px 10px 0}public-links .header{margin-bottom:32px}public-links .avatar{width:100px;height:100px}public-links .username{font-size:28px}public-links .bio{font-size:14px}public-links .link-btn{padding:16px 20px;font-size:15px}public-links .link-btn.donate{padding:20px;font-size:16px}public-links .section{margin-bottom:24px}}
