:root{--grey-50:#f2f2f2;--grey-100:#e4e4e4;--grey-200:#c5c5c5;--grey-300:#a9a9a9;--grey-350:#bdbdbd;--grey-400:#8d8d8d;--grey-500:#6f6f6f;--grey-600:#545454;--grey-750:#343434;--grey-800:#2d2d2d;--grey-850:#272727;--grey-900:#1e1e1e;--grey-950:#181818;--grey-1000:#141414;--bg-primary:var(--grey-1000);--bg-secondary:var(--grey-900);--bg-surface:var(--grey-850);--bg-elevated:var(--grey-750);--bg-hover:#ffffff0d;--accent:#fbbf24;--accent-dim:#fbbf241a;--text-primary:var(--grey-50);--text-secondary:var(--grey-400);--text-muted:var(--grey-500);--border:var(--grey-1000);--success:#10b981;--danger:#f43f5e;--info:#43a6f0;--sidebar-width:260px;--sidebar-collapsed:64px;--radius:6px;--radius-lg:8px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{background:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;font-family:Inter,ui-sans-serif,system-ui,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,select,textarea{font-family:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--bg-elevated);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#3d3d3d}.app-layout{height:100vh;display:flex;overflow:hidden}.main-content{background:var(--grey-1000);flex-direction:column;flex:1;min-width:0;display:flex;overflow:hidden}.layout-page{height:100%;padding:0 20px 20px;overflow-y:auto}.page-content{flex:1;padding:0;overflow:visible}.ra-sidebar{width:var(--sidebar-width);background:var(--grey-900);border-right:1px solid var(--grey-1000);flex-direction:column;flex-shrink:0;transition:width .1s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.ra-sidebar.closed{width:var(--sidebar-collapsed)}.ra-sidebar.closed .item-name,.ra-sidebar.closed .project-info,.ra-sidebar.closed .project-chevron,.ra-sidebar.closed .section-toggle span,.ra-sidebar.closed .section-chevron,.ra-sidebar.closed .menu-badge{display:none}.ra-sidebar.closed .settings-container{padding:8px}.ra-sidebar.closed .menu-item{justify-content:center;padding:8px}.nav-controls{background:var(--grey-900);border-bottom:1px solid var(--grey-1000);flex-shrink:0;padding:20px}.project-selector{cursor:pointer;border-radius:var(--radius);color:inherit;align-items:center;gap:10px;padding:4px;text-decoration:none;transition:background .15s;display:flex}.project-selector:hover{background:var(--grey-850)}.project-logo{object-fit:cover;border-radius:8px;flex-shrink:0;width:32px;height:32px}.project-info{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.project-name{color:var(--grey-50);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.project-plan{color:var(--grey-500);font-size:11px}.project-chevron{color:var(--grey-600);flex-shrink:0}.sidebar-content{flex:1;overflow:hidden auto}.sidebar-content>*+*{border-top:1px solid var(--grey-1000)}.settings-container{flex-direction:column;gap:0;padding:20px;display:flex}.section-toggle{width:100%;color:var(--grey-600);border-radius:4px;justify-content:space-between;align-items:center;margin-bottom:2px;padding:2px 4px;font-size:14px;font-weight:500;transition:all .15s;display:flex}.section-toggle:hover{background:var(--grey-850);color:var(--grey-500)}.section-chevron{color:var(--grey-600);flex-shrink:0;transition:transform .15s}.section-toggle.open .section-chevron{transform:rotate(180deg)}.menu{flex-direction:column;gap:2px;padding:0;display:flex}.menu-dashboard{padding:20px}.menu-item{border-radius:var(--radius);color:var(--grey-400);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;padding:6px;font-size:14px;font-weight:500;transition:all .1s;display:flex}.menu-item svg{flex-shrink:0;width:18px;height:18px}.menu-item .item-name{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.menu-item:hover{color:var(--grey-300)}.menu-item.active{background:var(--grey-750);color:var(--grey-50)}.menu-badge{border-radius:var(--radius);background:var(--grey-750);min-width:20px;height:20px;color:var(--grey-400);flex-shrink:0;justify-content:center;align-items:center;padding:0 4px;font-size:12px;font-weight:500;display:flex}.sidebar-footer{border-top:1px solid var(--grey-1000);flex-shrink:0;padding:12px 16px}.sidebar-footer-actions{align-items:center;gap:4px;display:flex}.btn-footer{width:36px;height:36px;color:var(--grey-500);cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:background .15s,color .15s;display:flex}.btn-footer:hover{background:var(--grey-850);color:var(--grey-300)}.btn-footer-profile img{object-fit:cover;border-radius:8px;width:28px;height:28px;display:block}.btn-footer-logout{color:var(--grey-500)}.btn-footer-logout:hover{color:#ef4444;background:#ef44441f}.btn-footer-logout svg{fill:currentColor;width:18px;height:18px}.btn-collapse{width:36px;height:36px;color:var(--grey-500);cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;margin-left:auto;transition:all .15s;display:flex}.btn-collapse:hover{background:var(--grey-850);color:var(--grey-300)}.ra-sidebar.closed .btn-collapse svg{transform:rotate(180deg)}.ra-sidebar.closed .sidebar-footer-actions{flex-direction:column;align-items:center}.ra-sidebar.closed .btn-collapse{margin-left:0}.client-edit-modal-root{z-index:1000;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.client-edit-modal-root>.modal-backdrop{position:absolute;inset:0}.client-edit-modal-border{z-index:40;border:1px solid var(--grey-800);border-radius:12px;width:min(1100px,100%);height:min(720px,100vh - 32px);position:relative;overflow:hidden;box-shadow:0 24px 80px #00000080}.client-edit-modal.modal-menu-extended{background:var(--grey-900);width:100%;height:100%;display:flex;overflow:hidden}.client-edit-modal .nav{background:var(--grey-950);border-right:1px solid var(--grey-1000);flex-direction:column;flex-shrink:0;width:280px;display:flex}.client-edit-modal .nav-controls{border-bottom:1px solid var(--grey-1000);align-items:center;padding:8px;display:flex}.client-edit-modal .nav-scroll{flex:1;overflow-y:auto}.client-edit-modal .nav .header{padding:16px 12px 12px;position:relative}.client-edit-modal .header-bg{pointer-events:none;position:absolute;inset:0;overflow:hidden}.client-edit-modal .header-bg .bg-image{position:absolute;inset:0}.client-edit-modal .header-bg .bg-image img{object-fit:cover;opacity:.35;width:100%;height:100%}.client-edit-modal .header-bg .bg-blur{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);position:absolute;inset:0}.client-edit-modal .header-bg .bg-gradik{background:linear-gradient(180deg, transparent 0%, var(--grey-950) 100%);position:absolute;inset:0}.client-edit-modal .nav .header .image-lines-container{z-index:1;--image-size:48px;cursor:default;position:relative}.client-edit-modal .nav .menu{flex-direction:column;gap:2px;padding:8px;display:flex}.client-edit-modal .nav .menu .menu-item{width:100%;color:var(--grey-300);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;padding:10px 12px;font-size:14px;font-weight:500;transition:background .15s,color .15s;display:flex}.client-edit-modal .nav .menu .menu-item svg{fill:currentColor;flex-shrink:0;width:18px;height:18px}.client-edit-modal .nav .menu .menu-item:hover{background:var(--bg-hover);color:var(--grey-50)}.client-edit-modal .nav .menu .menu-item.-active{background:var(--grey-850);color:var(--grey-50)}.client-edit-modal .content{background:var(--grey-900);flex-direction:column;flex:1;min-width:0;display:flex}.client-edit-modal .content-controls{border-bottom:1px solid var(--grey-1000);justify-content:flex-end;padding:8px;display:flex}.client-edit-modal .content-inner{flex:1;min-height:0;padding:24px;overflow-y:auto}.client-edit-modal .modal-menu-tab{flex-direction:column;min-height:100%;display:flex}.client-edit-modal .tab-content{flex:1}.client-edit-fields{flex-direction:column;gap:20px;max-width:480px;display:flex}.client-edit-modal .avatar-changer{cursor:default;--image-size:64px}.client-edit-modal .avatar-changer .edit{color:var(--primary);cursor:pointer;font-weight:500}.client-edit-modal .avatar-changer .edit:hover{text-decoration:underline}.client-edit-modal .avatar-changer .avatar-pick{cursor:pointer;background:0 0;border:none;flex-shrink:0;margin:0;padding:0}.client-edit-modal .avatar-changer .avatar-pick:hover .img-box{opacity:.85}.client-edit-modal .input-container .input-label label{color:var(--grey-400);margin-bottom:6px;font-size:14px;display:block}.client-edit-modal .input-box{background:var(--grey-1000);border-radius:8px;align-items:center;height:40px;display:flex;overflow:hidden}.client-edit-modal .input-box.with-prepend .prepend{color:var(--grey-600);flex-shrink:0;align-items:center;padding-left:10px;font-size:14px;display:flex}.client-edit-modal .input-box input,.client-edit-modal .input-box textarea{width:100%;height:100%;color:var(--grey-50);background:0 0;border:none;outline:none;padding:0 10px;font-family:inherit;font-size:14px}.client-edit-modal .input-box.textarea{align-items:stretch;height:auto;padding:10px 0}.client-edit-modal .input-box.textarea textarea{resize:none;height:82px;line-height:1.4}.client-edit-modal .input-box input::placeholder,.client-edit-modal .input-box textarea::placeholder{color:var(--grey-700)}.client-edit-modal .modal-menu-tab>.footer{border-top:1px solid var(--grey-850);gap:8px;margin-top:24px;padding-top:16px;display:flex}.client-edit-modal .modal-menu-tab>.footer.-hidden{display:none}.client-edit-section{max-width:480px}.client-edit-section .section-title{color:var(--grey-50);margin:0 0 4px;font-size:16px;font-weight:500}.client-edit-section .section-subtitle{color:var(--grey-500);margin:0;font-size:14px}.client-edit-integrations{flex-direction:column;gap:8px;display:flex}.client-edit-integration{background:var(--grey-900);border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;display:flex}.client-edit-integration .image-lines-container{flex:1;align-items:center;gap:12px;min-width:0;display:flex}.client-edit-integration .img-box{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex;overflow:hidden}.client-edit-integration .img-box svg{width:24px;height:24px}.client-edit-integration .lines{min-width:0}.client-edit-integration .title{color:var(--grey-50);margin:0;font-size:14px;font-weight:500;line-height:20px}.client-edit-integration .message{color:var(--grey-500);margin:2px 0 0;font-size:13px;line-height:18px}.client-edit-integration .no-wrap-line{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.client-edit-connect-btn{flex-shrink:0;font-size:14px;font-weight:500}.client-edit-interface{flex-direction:column;gap:20px;display:flex}.client-edit-interface-item{justify-content:space-between;align-items:center;gap:16px;display:flex}.client-edit-interface-item .image-lines-container{flex:1;min-width:0}.client-edit-interface-item .lines .title{color:var(--grey-50);margin:0;font-size:14px;font-weight:500;line-height:20px}.client-edit-interface-item .lines .message{color:var(--grey-500);margin:2px 0 0;font-size:13px;line-height:18px}.client-edit-interface-item .right{flex-shrink:0}.client-edit-interface-select{min-width:120px;position:relative}.client-edit-interface-select-btn{border:1px solid var(--grey-800);background:var(--grey-1000);width:100%;min-height:36px;color:var(--grey-50);cursor:pointer;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;padding:6px 10px;font-size:14px;font-weight:500;display:flex}.client-edit-interface-select-btn:hover{border-color:var(--grey-700)}.client-edit-interface-select-arrow{width:16px;height:16px;fill:var(--grey-500);flex-shrink:0;transition:transform .15s;transform:rotate(90deg)}.client-edit-interface-select-arrow.open{transform:rotate(-90deg)}.client-edit-interface-dropdown{z-index:20;border:1px solid var(--grey-800);background:var(--grey-1000);border-radius:8px;min-width:100%;padding:4px;position:absolute;top:calc(100% + 4px);right:0;box-shadow:0 8px 24px #00000059}.client-edit-interface-option{width:100%;color:var(--grey-100);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:8px 10px;font-size:14px;display:block}.client-edit-interface-option:hover,.client-edit-interface-option.active{background:var(--grey-900);color:var(--grey-50)}.client-edit-modal .content-controls .content-menu-btn{display:none}@media (width<=768px){.client-edit-modal-border{width:100%;height:min(100vh - 16px,720px)}.client-edit-modal.modal-menu-extended{position:relative}.client-edit-modal .nav{z-index:2;border-right:1px solid var(--grey-1000);width:min(280px,88%);transition:transform .2s;position:absolute;inset:0 auto 0 0;transform:translate(-105%);box-shadow:8px 0 24px #00000059}.client-edit-modal.modal-menu-extended.-nav-open .nav{transform:translate(0)}.client-edit-modal .content-controls{justify-content:space-between;display:flex}.client-edit-modal .content-controls .content-menu-btn{display:flex}.client-edit-modal .nav-controls{display:none}}.empty-state{min-height:300px;color:var(--grey-400);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;display:flex}.empty-state h2{color:var(--grey-200);font-size:16px;font-weight:600}.empty-state p{font-size:13px}.page-header{background:0 0;border:none;flex-shrink:0;justify-content:space-between;align-items:center;gap:10px;height:auto;padding:20px 0 16px;display:flex}.page-header h1{font-size:18px;font-weight:600}.header-actions{align-items:center;gap:12px;display:flex}.search-input{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);align-items:center;gap:8px;min-width:260px;padding:7px 12px;display:flex}.search-input input{color:var(--text-primary);background:0 0;border:none;outline:none;width:100%;font-size:13px}.search-input input::placeholder{color:var(--text-muted)}.user-menu{border-radius:var(--radius);cursor:pointer;align-items:center;gap:8px;padding:4px 8px 4px 4px;transition:background .15s;display:flex}.user-menu:hover{background:var(--bg-hover)}.user-avatar{object-fit:cover;border-radius:50%;width:32px;height:32px}.user-info{text-align:left}.user-name{font-size:13px;font-weight:600}.user-role{color:var(--text-secondary);font-size:11px}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:24px;display:grid}.stat-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px}.stat-card-label{color:var(--text-secondary);margin-bottom:8px;font-size:13px}.stat-card-value{letter-spacing:-.02em;font-size:28px;font-weight:700}.stat-card-change{margin-top:4px;font-size:12px}.stat-card-change.positive{color:var(--success)}.stat-card-change.negative{color:var(--danger)}.data-table-wrapper{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.data-table-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.data-table-header h2{font-size:15px;font-weight:600}.table-filters{gap:8px;display:flex}.filter-btn{border-radius:var(--radius);color:var(--text-secondary);border:1px solid var(--border);padding:6px 12px;font-size:13px;transition:all .15s}.filter-btn:hover,.filter-btn.active{background:var(--grey-750);color:var(--grey-50);border-color:var(--grey-750)}.server-status-dot{background:var(--grey-600);border-radius:50%;width:8px;height:8px;margin-right:6px;display:inline-block}.server-status-dot.online{background:var(--success)}.data-table{border-collapse:collapse;width:100%}.data-table th{text-align:left;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.03em;border-bottom:1px solid var(--border);background:var(--bg-secondary);padding:10px 16px;font-size:12px;font-weight:600}.data-table td{border-bottom:1px solid var(--border);vertical-align:middle;padding:12px 16px;font-size:13px}.data-table tr:last-child td{border-bottom:none}.data-table tbody tr{cursor:pointer;transition:background .1s}.data-table tbody tr:hover{background:var(--bg-hover)}.badge{text-transform:uppercase;letter-spacing:.02em;border-radius:4px;align-items:center;padding:2px 8px;font-size:11px;font-weight:600;display:inline-flex}.badge-success{color:var(--success);background:#10b9811a}.badge-danger{color:var(--danger);background:#f43f5e1a}.badge-warning{background:var(--accent-dim);color:var(--accent)}.badge-info{color:var(--info);background:#43a6f01a}.badge-muted{background:var(--bg-elevated);color:var(--text-secondary)}.player-cell{align-items:center;gap:10px;display:flex}.player-cell img{object-fit:cover;border-radius:50%;width:32px;height:32px}.player-cell-info{min-width:0}.player-cell-name{white-space:nowrap;text-overflow:ellipsis;font-weight:500;overflow:hidden}.player-cell-id{color:var(--text-muted);font-family:monospace;font-size:11px}.online-dot{background:var(--success);border-radius:50%;flex-shrink:0;width:8px;height:8px}.offline-dot{background:var(--text-muted);border-radius:50%;flex-shrink:0;width:8px;height:8px}.btn{border-radius:var(--radius);align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:500;transition:all .15s;display:inline-flex}.btn-primary{background:var(--accent);color:#141414}.btn-primary:hover{background:var(--accent-hover)}.btn-secondary{background:var(--bg-elevated);color:var(--text-primary);border:1px solid var(--border)}.btn-secondary:hover{background:var(--bg-hover)}.btn-danger{color:var(--danger);background:#f43f5e1a}.btn-danger:hover{background:#f43f5e33}.btn-sm{padding:5px 10px;font-size:12px}.login-page{background:var(--bg-primary);justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.login-page:before{content:"";background:radial-gradient(circle at 30%,#fbbf2408 0%,#0000 50%),radial-gradient(circle at 70%,#43a6f008 0%,#0000 50%);width:200%;height:200%;position:absolute;top:-50%;left:-50%}.login-card{background:var(--bg-secondary);border:1px solid var(--border);text-align:center;border-radius:16px;width:100%;max-width:420px;padding:48px;position:relative}.login-logo{background:var(--accent);color:#141414;border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 24px;font-size:24px;font-weight:800;display:flex}.login-card h1{margin-bottom:8px;font-size:24px;font-weight:700}.login-card p{color:var(--text-secondary);margin-bottom:32px;font-size:14px;line-height:1.6}.login-google-btn{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);width:100%;color:var(--text-primary);justify-content:center;align-items:center;gap:10px;padding:12px 20px;font-size:14px;font-weight:500;transition:all .15s;display:flex}.login-steam-field{text-align:left;margin-bottom:16px}.login-steam-field .input-label label{color:var(--text-secondary);font-size:13px}.login-error{color:var(--danger);margin-top:8px;font-size:12px}.login-handle-hint{color:var(--text-muted);margin-top:8px;font-size:12px}.login-handle-hint span{color:var(--accent);font-weight:600}.login-steam-btn{background:#1b2838;border-color:#2a475e}.login-steam-btn:hover{background:#2a475e;border-color:#66c0f4}.login-features{text-align:left;margin-top:32px}.login-features h3{color:var(--text-secondary);margin-bottom:12px;font-size:13px}.login-features li{color:var(--text-muted);align-items:center;gap:8px;padding:4px 0;font-size:13px;list-style:none;display:flex}.login-features li:before{content:"?";color:var(--accent);font-weight:700}.profile-grid{grid-template-columns:320px 1fr;gap:24px;display:grid}.profile-sidebar{flex-direction:column;gap:16px;display:flex}.profile-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px}.profile-avatar{object-fit:cover;border-radius:50%;width:80px;height:80px;margin-bottom:16px}.profile-name{margin-bottom:4px;font-size:20px;font-weight:700}.profile-steam-id{color:var(--text-muted);margin-bottom:12px;font-family:monospace;font-size:12px}.profile-tags{flex-wrap:wrap;gap:6px;margin-bottom:16px;display:flex}.profile-actions{flex-direction:column;gap:8px;display:flex}.info-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.info-item{background:var(--bg-secondary);border-radius:var(--radius);padding:12px}.info-item-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.03em;margin-bottom:4px;font-size:11px}.info-item-value{font-size:14px;font-weight:500}.section-title{margin-bottom:16px;font-size:15px;font-weight:600}.chat-page{flex-direction:column;height:calc(100vh - 20px);margin:0 -20px;display:flex;overflow:hidden}.chat-page-header{flex-shrink:0;justify-content:space-between;align-items:center;min-height:64px;padding:0 20px;display:flex}.chat-page-title{color:var(--grey-50);font-size:18px;font-weight:500}.chat-page-actions{align-items:center;gap:8px;display:flex}.chat-content-with-sidebar{flex:1;min-height:0;display:flex;position:relative;overflow:hidden}.chat-main{flex-direction:column;flex:1;min-width:0;display:flex;overflow:hidden}.player-message-chat-root{flex-direction:column;height:100%;min-height:0;display:flex;overflow:hidden}.player-message-page-header-container{border-bottom:1px solid var(--grey-900);flex-shrink:0;align-items:center;gap:8px;padding:12px;display:flex;overflow:auto visible}.chat-toolbar-group{border-radius:var(--radius);gap:1px;display:flex;overflow:hidden}.chat-toolbar-btn{background:var(--grey-850);color:var(--grey-400);border-radius:0;justify-content:center;align-items:center;transition:background .15s,color .15s;display:flex;padding:6px!important}.chat-toolbar-btn:hover,.chat-toolbar-btn.active{background:var(--grey-800);color:var(--grey-50)}.chat-toolbar-btn svg{fill:currentColor;width:20px;height:20px}.chat-toolbar-btn.rounded-left{border-radius:var(--radius) 0 0 var(--radius)}.chat-toolbar-btn.rounded-right{border-radius:0 var(--radius) var(--radius) 0}.chat-toolbar-btn.rounded-single{border-radius:var(--radius)}.player-filter{border-radius:var(--radius);flex-shrink:0;gap:1px;display:flex}.player-filter-select{background:var(--grey-850);color:var(--grey-400);border-radius:0;justify-content:center;align-items:center;transition:background .15s,color .15s;display:flex;padding:6px!important}.player-filter-select:hover{background:var(--grey-800);color:var(--grey-50)}.player-filter-select.rounded-md{border-radius:var(--radius)}.player-filter-select.rounded-l-md{border-radius:var(--radius) 0 0 var(--radius)}.player-filter-select.rounded-r-md{border-radius:0 var(--radius) var(--radius) 0}.player-filter-select.rounded-r-none{border-radius:0}.player-filter-select svg{fill:currentColor;width:20px;height:20px}.player-filter-selected{align-items:center;gap:.5rem;max-width:162px;display:flex}.player-filter-selected-avatar{background:var(--grey-600);object-fit:cover;border-radius:4px;flex-shrink:0;width:20px;height:20px}.player-filter-selected-name{text-overflow:ellipsis;white-space:nowrap;color:var(--grey-50);margin:0;font-size:14px;line-height:1.25;overflow:hidden}.player-filter-mode{flex-shrink:0}.player-filter-mode-inner{gap:1px;height:100%;display:flex}.player-filter-mode .activator{border-radius:0}.player-filter-mode-btn{background:var(--grey-850);min-height:32px;color:var(--grey-500);cursor:pointer;border:none;justify-content:center;align-items:center;font-size:14px;font-weight:500;transition:background .15s,color .15s;display:flex;padding:6px 10px!important}.player-filter-mode-btn:hover,.player-filter-mode-btn.active{background:var(--grey-800);color:var(--grey-200)}.player-search-overlay{z-index:1100;justify-content:center;align-items:flex-start;padding:10vh 16px 16px;display:flex;position:fixed;inset:0}.player-search-backdrop{-webkit-backdrop-filter:blur(4px);background:#00000080;position:absolute;inset:0}.fake-wrapper.player-search-wrapper{z-index:1;width:95vw;max-width:500px;position:relative;overflow-y:hidden}.fake-wrapper .fake-modal-border{background-color:#17171726;width:100%}.fake-wrapper .fake-modal-border .fake-modal{background:var(--grey-900);border-radius:8px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 24px 80px #00000080}.text-search.player-search-field{background:var(--grey-900);align-items:center;min-height:50px;padding:0 14px 0 10px;display:flex}.player-search-prefix{color:var(--grey-500);flex-shrink:0;align-items:center;padding-right:10px;display:flex}.player-search-icon{width:24px;height:24px}.text-search.player-search-field input{min-width:0;color:var(--grey-50);background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:16px}.text-search.player-search-field input::placeholder{color:var(--grey-500)}.player-search-clear{color:var(--grey-600);cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;margin-left:4px;padding:6px;display:flex}.player-search-clear:hover{color:var(--grey-50)}.player-search-clear svg{fill:currentColor;width:20px;height:20px}.body.player-search-body{border-top:1px solid var(--grey-1000);height:300px}.body.player-search-body .loading,.body.player-search-body .empty{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.body.player-search-body .list{flex-direction:column;height:100%;padding:12px 0;display:flex;overflow-y:auto}.body.player-search-body .player-item{cursor:pointer;align-items:center;padding:12px 20px;display:flex}.body.player-search-body .player-item.select-highlight,.body.player-search-body .player-item:hover{background:#21212180}.player-search-row{align-items:center;gap:10px;width:100%;min-width:0;display:flex}.player-search-row-avatar{background:var(--grey-600);object-fit:cover;border-radius:6px;flex-shrink:0;width:40px;height:40px}.player-search-row-lines{flex:1;min-width:0}.player-search-row-name{color:var(--grey-50);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:16px;font-weight:500;overflow:hidden}.player-search-row-sub{color:var(--grey-500);white-space:nowrap;text-overflow:ellipsis;margin:2px 0 0;font-size:13px;overflow:hidden}.player-search-empty-state{text-align:center}.player-search-empty-title{color:var(--grey-50);margin:0;font-size:16px;font-weight:500}.player-search-empty-subtitle{color:var(--grey-500);margin:6px 0 0;font-size:14px}.player-search-spinner{border:2px solid var(--grey-800);border-top-color:var(--grey-400);border-radius:50%;width:28px;height:28px;animation:.8s linear infinite player-search-spin}@keyframes player-search-spin{to{transform:rotate(360deg)}}.footer.player-search-footer{border-top:1px solid var(--grey-1000);flex-wrap:wrap;gap:16px;padding:12px 20px;display:flex}.player-search-kbd{color:var(--grey-500);align-items:center;gap:8px;font-size:13px;display:flex}.player-search-kbd p{margin:0}.player-search-kbd-key{background:var(--grey-850);min-width:24px;color:var(--grey-300);border-radius:4px;justify-content:center;align-items:center;padding:2px 6px;font-family:inherit;font-size:12px;line-height:1.4;display:inline-flex}@media (width<=640px){.footer.player-search-footer{display:none}}.player-message-page-list-container{flex:1;width:100%;min-height:0;position:relative;overflow-y:auto}#player-message-page-list-container .messages-container{flex-direction:column;justify-content:flex-end;min-height:100%;padding:0 32px;display:flex}#player-message-page-list-container .messages-container.center{max-width:864px;margin-left:auto;margin-right:auto}#player-message-page-list-container .messages-container.left{max-width:864px;margin-right:auto}#player-message-page-list-container .messages-container.right{max-width:864px;margin-left:auto}.player-message-page-list-wrapper{flex-direction:column;width:100%;padding:20px 0;display:flex}.player-message-page-list-wrapper *{color:var(--grey-50)}.player-message-date-header{justify-content:center;width:100%;display:flex}.player-message-date-header p{background:var(--grey-900);width:fit-content;color:var(--grey-600);border-radius:6px;margin:8px 0;padding:6px 8px;font-size:14px}.player-message{border-radius:4px;gap:8px;padding:8px;font-size:14px;line-height:16px;display:flex;position:relative}@media (hover:hover){.player-message:hover{background:var(--grey-950)}.player-message:hover .interaction-buttons{transform:scale(1)}}.interaction-buttons{z-index:2;border-radius:6px;gap:1px;transition:transform .15s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:-26px;right:10px;overflow:visible;transform:scale(0);box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.interaction-button{background:var(--grey-850);color:var(--grey-400);cursor:pointer;justify-content:center;align-items:center;padding:6px;display:flex}.interaction-button:hover{background:var(--grey-800)}.interaction-button:hover svg{fill:var(--grey-50)}.interaction-button.destructive svg{fill:#e5484d}.interaction-button.destructive:hover svg{fill:#f87171}.interaction-button svg{width:20px;height:20px;fill:var(--grey-400)}.interaction-button-menu{position:relative}.chat-message-actions-menu{z-index:50;min-width:220px;position:absolute;top:calc(100% + 4px);right:0}.player-message .time{font-variant-numeric:tabular-nums;width:45.8px;color:var(--grey-600);-webkit-user-select:none;user-select:none;flex-shrink:0;font-size:14px;line-height:16px}.player-message .type{text-transform:uppercase;margin-right:4px}.player-message .type.team{color:#aaee32}.player-message .type.global{color:var(--info)}.player-message .type.private{color:#38bdf8}.message-item{word-break:break-word;white-space:normal;flex:1;min-width:0;line-height:16px}.message-item .server-tag{color:#fcd34d;margin-right:4px;font-size:14px}.message-item .type{margin-right:4px;font-size:14px}.message-item .message-avatar{vertical-align:text-top;object-fit:cover;background:var(--grey-900);border-radius:9999px;width:20px;height:20px;margin-right:4px;display:inline-block}.message-item .author{color:var(--grey-50);word-break:break-word;line-height:16px}.message-item button.author{font:inherit;text-align:left;background:0 0;border:0;margin:0;padding:0;display:inline}.message-item .author.initiator,.message-item .author.target,.message-item .message-avatar{cursor:pointer}.message-item .author.moderator{color:var(--accent)}.message-item .message{color:var(--grey-350);word-break:break-word;margin-left:4px;line-height:16px}.player-message-page-footer-container{flex-shrink:0;margin-bottom:32px;padding:0 32px}.player-message-page-footer-container.center{width:100%;max-width:864px;margin-left:auto;margin-right:auto}.player-message-page-footer-container .input-field-container{border-radius:6px;overflow:hidden}.pm-target-header{background:var(--grey-850);color:var(--grey-400);align-items:center;padding:10px;font-size:14px;font-weight:500;line-height:20px;display:flex}.pm-target-icon{width:20px;height:20px;fill:var(--grey-400);flex-shrink:0;margin-right:6px}.pm-target-name{text-overflow:ellipsis;white-space:nowrap;max-width:150px;line-height:20px;overflow:hidden}.pm-target-close{cursor:pointer;width:20px;height:20px;fill:var(--grey-500);flex-shrink:0;margin-left:auto}.pm-target-close:hover{fill:var(--grey-400)}.input-field{background:var(--grey-900);color:var(--grey-50);align-items:flex-end;gap:12px;padding:12px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.input-field .avatar{object-fit:cover;background:var(--grey-800);cursor:pointer;border-radius:50%;flex-shrink:0;width:26px;height:26px}.player-message-down-scroll{z-index:5;position:absolute;top:-60px;right:0}.scroll-down-btn{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);width:40px;height:40px;color:var(--grey-300);background:#1e1e1ed9;border-radius:50%;justify-content:center;align-items:center;display:flex}.scroll-down-btn:hover{color:var(--grey-50);background:#282828f2}.scroll-down-btn svg{width:20px;height:20px;transform:rotate(180deg)scale(1.25)}.ra-button.preset.default-light{cursor:pointer;border:none}.expanding-textarea{resize:none;width:100%;max-height:100px;color:var(--grey-50);background:0 0;border:none;outline:none;margin-bottom:3px;font-family:inherit;font-size:14px;line-height:20px;overflow-y:hidden}.input-field .expanding-textarea::placeholder{color:var(--grey-600)}.relative{position:relative}.player-message-page-footer-container.left{width:100%;max-width:864px;margin-right:auto}.player-message-page-footer-container.right{width:100%;max-width:864px;margin-left:auto}.message-item .mod{width:20px;fill:var(--grey-50);vertical-align:text-top;background:#16a34a;border-radius:4px;margin-right:4px;padding:2px;display:inline-block}.message-item .mod svg{width:16px;height:16px;display:block}.message-item .message .highlight{text-underline-offset:4px;text-decoration-thickness:from-font}.message-item .message .highlight.offensive{color:#f43f5e;text-underline-offset:2px;text-decoration-line:underline;text-decoration-style:wavy}.message-item .message .highlight.custom{color:#f59e0b}.message-item .message .highlight.filter-text{color:#09f;background:#00a3ff33;border-radius:4px;padding:0 2px;text-decoration:none}.chat-filter-suggestions{flex-direction:column;gap:4px;max-height:200px;margin-top:12px;display:flex;overflow-y:auto}.chat-filter-suggestion{background:var(--grey-1000);width:100%;color:var(--grey-50);text-align:left;cursor:pointer;border:none;border-radius:6px;padding:8px 10px;font-size:14px}.chat-filter-suggestion:hover,.chat-filter-suggestion.active{background:var(--grey-850)}.chat-filter-suggestion.active{color:#09f}.p-calendar{flex-shrink:0;display:inline-flex;position:relative}.p-calendar .hidden{display:none}.chat-date-picker-trigger{border-radius:var(--radius);gap:1px;display:flex;overflow:hidden}.chat-date-picker-btn{background:var(--grey-850);color:var(--grey-400);border-radius:var(--radius);justify-content:center;align-items:center;transition:background .15s,color .15s;display:flex;padding:6px!important}.chat-date-picker-btn:hover,.chat-date-picker-btn.active,.p-calendar.p-focus .chat-date-picker-btn{background:var(--grey-800);color:var(--grey-50)}.chat-date-picker-btn svg{width:20px;height:20px}.chat-date-modal-overlay{z-index:1100;position:fixed;inset:0}.chat-date-modal-backdrop{-webkit-backdrop-filter:blur(4px);background:#00000080;position:absolute;inset:0}.chat-date-modal-panel{z-index:1;border:1px solid var(--grey-750);border-radius:var(--radius-lg);background:var(--grey-900);width:296px;max-width:calc(100vw - 16px);color:var(--grey-50);transform-origin:top;padding:.75rem;position:fixed;box-shadow:0 24px 80px #00000080}.p-datepicker-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.p-datepicker-title{align-items:center;gap:.35rem;font-size:1rem;font-weight:600;display:flex}.p-link{color:var(--grey-50);cursor:pointer;border-radius:var(--radius);background:0 0;border:none;justify-content:center;align-items:center;transition:background .15s,color .15s;display:inline-flex}.p-datepicker-prev,.p-datepicker-next{width:2rem;height:2rem;color:var(--grey-300)}.p-datepicker-prev:hover,.p-datepicker-next:hover{background:var(--grey-850);color:var(--grey-50)}.p-datepicker-month,.p-datepicker-year{padding:.25rem .35rem;font-size:1rem;font-weight:600}.p-datepicker-month:hover,.p-datepicker-year:hover{background:var(--grey-850)}.p-datepicker-calendar-container{overflow:hidden}.p-datepicker-calendar{border-collapse:collapse;table-layout:fixed;width:100%}.p-datepicker-calendar thead th{color:var(--grey-400);text-align:center;padding:.35rem 0;font-size:.75rem;font-weight:500}.p-datepicker-calendar tbody td{text-align:center;padding:.1rem}.p-datepicker-calendar tbody td span{border-radius:var(--radius);width:2.25rem;height:2.25rem;color:var(--grey-50);cursor:pointer;justify-content:center;align-items:center;font-size:.875rem;transition:background .15s,color .15s;display:inline-flex}.p-datepicker-calendar tbody td span:not(.p-disabled):hover{background:var(--grey-850)}.p-datepicker-calendar tbody td span.p-highlight{color:#fff;background:#09f}.p-datepicker-calendar tbody td span.p-disabled{color:var(--grey-600);cursor:default}.p-datepicker-other-month span.p-disabled{color:var(--grey-700)}.p-datepicker-today span:not(.p-highlight){box-shadow:inset 0 0 0 1px #09f}.chat-select-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.chat-select-row .select-label{color:var(--grey-50);flex:1;min-width:0;font-size:14px}.chat-select-row .select-wrapper-inner{flex-shrink:0;position:relative}.chat-tip{border-radius:var(--radius);background:var(--grey-850);padding:12px;position:relative;overflow:hidden}.chat-tip-gradient{pointer-events:none;background:radial-gradient(circle at 0 0,#43a6f015 0%,#0000 60%);position:absolute;inset:0}.chat-tip-content{color:var(--grey-400);gap:8px;padding-right:20px;font-size:13px;line-height:1.5;display:flex;position:relative}.chat-tip-content a{color:var(--info);text-decoration:underline}.chat-tip-icon{width:18px;height:18px;fill:var(--grey-500);flex-shrink:0;margin-top:2px}.chat-tip-close{color:var(--grey-500);padding:2px;display:flex;position:absolute;top:8px;right:8px}.chat-tip-close:hover{color:var(--grey-300)}.chat-tip-close svg{fill:currentColor;width:14px;height:14px}.dashboard-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.dashboard-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px}.alert-item{border-bottom:1px solid var(--border);cursor:pointer;gap:12px;padding:12px 0;transition:opacity .15s;display:flex}.alert-item:last-child{border-bottom:none}.alert-item:hover{opacity:.8}.alert-item.unread{border-left:3px solid var(--accent);padding-left:12px}.alert-icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.alert-icon.vpn{color:var(--info);background:#43a6f01a}.alert-icon.suspicious{background:var(--accent-dim);color:var(--accent)}.alert-icon.kick,.alert-icon.ban{color:var(--danger);background:#f43f5e1a}.alert-icon.rcc{color:var(--success);background:#10b9811a}.alert-content{flex:1;min-width:0}.alert-title{margin-bottom:2px;font-size:13px;font-weight:500}.alert-meta{color:var(--text-muted);font-size:11px}.map-placeholder{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);height:calc(100vh - var(--header-height) - 48px);color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex}.map-placeholder-icon{opacity:.3;width:64px;height:64px}@media (width<=1024px){.profile-grid,.dashboard-grid{grid-template-columns:1fr}.chat-content-with-sidebar{flex-direction:column}}@media (width<=768px){.sidebar{display:none}.search-input{min-width:160px}}.players-page{flex-direction:column;height:calc(100vh - 20px);margin:0 -20px;display:flex;overflow:hidden}.players-page-header{flex-shrink:0;justify-content:space-between;align-items:center;min-height:64px;padding:0 20px;display:flex}.players-page-title{color:var(--grey-50);font-size:18px;font-weight:500}.players-page-actions{align-items:center;gap:8px;display:flex}.search-input{min-width:200px}.search-input-box{background:var(--grey-1000);border-radius:var(--radius);align-items:center;height:40px;padding-right:4px;display:flex}.search-input-box input{min-width:0;color:var(--grey-50);background:0 0;border:none;outline:none;flex:1;padding:0 10px;font-size:14px}.search-input-box input::placeholder{color:var(--grey-700,var(--grey-600))}.search-input-clear{color:var(--grey-600);border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;padding:4px;display:flex}.search-input-clear:hover{color:var(--grey-50)}.search-input-clear svg{fill:currentColor;width:24px;height:24px}.ra-button.preset.default{border-radius:var(--radius);color:var(--grey-400);justify-content:center;align-items:center;padding:6px;transition:background .15s,color .15s;display:flex}.ra-button.preset.default:hover,.ra-button.preset.default.active{background:var(--bg-hover);color:var(--grey-50)}.ra-button.preset.default svg{fill:currentColor;width:20px;height:20px}.players-content-with-sidebar{flex:1;min-height:0;display:flex;position:relative;overflow:hidden}.players-table-area{flex:1;min-width:0;overflow:auto}.players-sidebar-wrapper{border-left:1px solid var(--grey-1000);background:var(--grey-900);flex-shrink:0;width:100%;min-width:340px;max-width:380px;height:100%;overflow-y:auto}.players-sidebar-inner{flex-direction:column;display:flex}.filter-settings-container{flex-direction:column;gap:14px;padding:20px;display:flex}.filter-section-title{color:var(--grey-500);font-size:13px}.switch-wrapper{justify-content:space-between;align-items:center;gap:10px;display:flex}.switch-text-title{color:var(--grey-50);font-size:14px}.switch-control{flex-shrink:0;align-items:center;display:flex}.custom-switch{cursor:pointer;align-items:center;display:inline-flex;position:relative}.custom-switch input{display:none}.switch-slider{background:var(--grey-1000);border-radius:9999px;width:28px;height:16px;transition:background .2s cubic-bezier(.85,0,.15,1);position:relative}.switch-slider:after{content:"";background:var(--grey-400);border-radius:50%;width:12px;height:12px;transition:transform .2s cubic-bezier(.85,0,.15,1);position:absolute;top:2px;left:2px}.custom-switch input:checked+.switch-slider{background:#09f}.custom-switch input:checked+.switch-slider:after{background:var(--grey-50);transform:translate(12px)}.custom-switch.is-disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.server-select-wrap{color:var(--grey-200);cursor:pointer;gap:4px;font-size:14px;display:flex}.select-wrapper{-webkit-user-select:none;user-select:none;position:relative}.select-settings{color:inherit;background:0 0;border:none;padding:0}.select-activator{color:var(--grey-200);border-radius:4px;align-items:center;gap:2px;padding:2px 4px;font-size:14px;transition:background .15s;display:flex}.select-activator:hover{background:var(--grey-850)}.select-arrow{width:16px;height:16px;fill:var(--grey-400);transition:transform .15s}.select-arrow.open{transform:rotate(-90deg)}.select-dropdown{z-index:20;background:var(--grey-850);border:1px solid var(--grey-1000);border-radius:var(--radius);min-width:180px;margin-top:4px;padding:4px;position:absolute;top:100%;right:0;box-shadow:0 8px 24px #0006}.select-option{text-align:left;width:100%;color:var(--grey-200);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:8px 10px;font-size:13px;display:block}.select-option:hover,.select-option.active{background:var(--grey-750);color:var(--grey-50)}.table-base{width:fit-content;min-width:100%;position:relative}.table-base-header{z-index:10;-webkit-backdrop-filter:blur(12px);width:max-content;min-width:100%;height:44px;color:var(--grey-500);text-overflow:ellipsis;white-space:nowrap;background:#1e1e1e80;align-items:center;line-height:2.5rem;display:flex;position:sticky;top:0;overflow:hidden}.table-base-header .table-base-element p{font-size:13px}.table-base-content{width:100%}.table-base-row{border-bottom:1px solid #ffffff0d;align-items:center;width:100%;min-width:100%;height:72px;transition:background .1s;display:flex;position:relative}.table-base-row.defaultHover:hover,.table-base-row:hover{background:#18181880}.table-base-row:last-child{border-bottom:none}.table-base-element{flex-shrink:0;width:100%;padding:16px}.table-base-element.text-right{text-align:right}.table-value{color:var(--grey-100);align-items:center;gap:4px;font-size:14px;font-weight:500;display:flex}.table-value-action{cursor:pointer;color:var(--grey-400);-webkit-user-select:none;user-select:none}.table-value-action:hover{color:var(--grey-50)}.table-value-action:hover svg{fill:var(--grey-50)}.table-value-action.warning{color:var(--accent)}.table-value-action.warning svg{fill:#fbbf2480}.table-value-text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.table-value svg{width:18px;height:18px;fill:var(--grey-600);flex-shrink:0}.table-value-server{color:var(--grey-100);justify-content:flex-end;font-size:14px;font-weight:500;display:flex}.country-flag{object-fit:cover;background:var(--grey-900);border-radius:50%;flex-shrink:0;width:16px;height:16px}.line-clamp{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.player-box{width:100%;max-width:200px}.image-lines-container{--image-size:40px;--badge-size:9px;--border-size:3px;--gap-size:8px;align-items:center;gap:var(--gap-size);cursor:pointer;display:flex;position:relative;overflow:hidden}.image-lines-container:hover .player-line-title,.image-lines-container:hover .title{color:var(--grey-50)}.image-lines-container .image{flex-shrink:0}.image-lines-container .img-box{width:var(--image-size);height:var(--image-size);background:var(--grey-1000);border-radius:8px;flex-shrink:0;overflow:hidden}.image-lines-container .img-box img{object-fit:cover;width:100%;height:100%;display:block}.image-lines-container .lines{flex:1;min-width:0}.image-lines-container .title{color:var(--grey-50);margin:0;font-size:16px;font-weight:500;line-height:normal}.image-lines-container .message{color:#f2f2f280;margin:0;font-size:14px;line-height:normal}.no-wrap-line{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.image-lines-container.-no-avatar.date{cursor:default}.image-lines-container.-no-avatar.date .title{color:var(--grey-50);font-size:16px;font-weight:500}.image-lines-container.-no-avatar.date .message{color:#f2f2f280;font-size:14px}.text-grey-400{color:var(--grey-400)}.font-medium{font-weight:500}.w-full{width:100%}.w-fit{width:fit-content}.items-center{align-items:center}.chunk{display:inline}.player-avatar-image{flex-shrink:0}.player-avatar-box{width:var(--image-size);height:var(--image-size)}.player-avatar-mask{width:var(--image-size);height:var(--image-size);position:relative}.player-avatar-svg{width:100%;height:100%}.player-mask-circle{cx:calc(var(--image-size) / 2);cy:calc(var(--image-size) / 2);r:calc(var(--image-size) / 2);fill:#fff}.player-mask-cut{fill:#000;r:calc((var(--badge-size) + var(--border-size) * 2) / 2);transform:translate(calc(var(--image-size) - (var(--badge-size) + var(--border-size) * 2) / 2), calc(var(--image-size) - (var(--badge-size) + var(--border-size) * 2) / 2))}.player-avatar-img{width:100%;height:100%}.player-status-badge{bottom:var(--border-size);right:var(--border-size);width:var(--badge-size);height:var(--badge-size);border-radius:50%;transition:background-color 1s cubic-bezier(.4,0,.2,1);position:absolute}.player-status-badge.online{background:#8bc94e}.player-status-badge.offline{background:#9c9c9c}.player-lines{flex:1;min-width:0}.player-line-title{color:var(--grey-50);white-space:nowrap;text-overflow:ellipsis;font-size:16px;font-weight:500;line-height:normal;overflow:hidden}.player-line-message{color:#f2f2f280;white-space:nowrap;text-overflow:ellipsis;font-size:14px;line-height:normal;overflow:hidden}@media (width<=1200px){.players-sidebar-wrapper{min-width:280px;max-width:320px}}.reports-empty-state{min-height:200px;color:var(--grey-500);flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:40px 20px;font-size:14px;display:flex}.reports-empty-clear{border-radius:var(--radius);background:var(--grey-850);border:1px solid var(--grey-750);color:var(--grey-200);cursor:pointer;padding:6px 12px;font-size:13px;transition:background .15s,color .15s}.reports-empty-clear:hover{background:var(--grey-800);color:var(--grey-50)}.report-date-cell{flex-direction:column;gap:2px;display:flex}.report-date-title{color:var(--grey-50);white-space:nowrap;font-size:16px;font-weight:500}.report-date-time{color:#f2f2f280;white-space:nowrap;font-size:14px}.report-server-name{color:var(--grey-400);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:14px;font-weight:500;display:-webkit-box;overflow:hidden}.report-arrow,.arrow-container{color:var(--grey-500);justify-content:center;align-items:center;display:flex}.report-arrow svg,.arrow-container svg.arrow{fill:currentColor;width:20px;height:20px}.report-kd{font-variant-numeric:tabular-nums;color:var(--grey-400);text-underline-offset:6px;-webkit-text-decoration:underline dashed;text-decoration:underline dashed;-webkit-text-decoration-color:var(--grey-750);text-decoration-color:var(--grey-750);cursor:help;width:fit-content;font-size:14px;font-weight:500}.report-kd:hover{-webkit-text-decoration-color:var(--grey-400);text-decoration-color:var(--grey-400)}.report-count{color:var(--grey-400);font-size:14px;font-weight:500}.report-reason-container,.reports-page .report-reason-chip.container{background:var(--grey-850);border-radius:6px;align-items:center;gap:6px;max-width:100%;height:28px;padding:0 8px;display:inline-flex}.report-reason-container .text,.reports-page .report-reason-chip .text{min-width:0;color:var(--grey-100);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:500;overflow:hidden}.report-reason-container svg,.reports-page .report-reason-chip svg{width:16px;height:16px;fill:var(--grey-500);flex-shrink:0}.report-reason-badge{border-radius:var(--radius);background:var(--grey-850);border:1px solid var(--grey-750);max-width:fit-content;color:var(--grey-200);white-space:nowrap;text-overflow:ellipsis;padding:4px 10px;font-size:13px;font-weight:500;display:inline-flex;overflow:hidden}.report-row-highlighted{background:#fbbf240a}.report-row-highlighted:hover{background:#fbbf2414}.reports-page .table-base{--reports-grid-columns:minmax(100px, 140px) minmax(120px, 160px) minmax(200px, 240px) minmax(20px, 48px) minmax(200px, 240px) minmax(0px, 40px) 100px 100px minmax(150px, 250px) minmax(72px, 1fr);width:100%;min-width:1100px}.reports-page .table-base-header,.reports-page .table-base-row{grid-template-columns:var(--reports-grid-columns);width:100%;min-width:0;display:grid}.reports-page .table-base-element{flex-shrink:unset;z-index:1;box-sizing:border-box;width:auto;min-width:0;max-width:none}.reports-page .table-base-header .table-base-element{align-items:center;height:44px;padding-top:0;padding-bottom:0;display:flex}.reports-page .report-cell--arrow{justify-content:center;align-items:center;padding-left:8px;padding-right:8px;display:flex}.reports-page .report-cell--spacer{padding-left:8px;padding-right:8px}.reports-page .report-cell--reason{overflow:hidden}.reports-page .player-box{width:100%;max-width:none}.reports-page .report-player-link{width:100%;min-width:0;color:inherit;display:block}.reports-page .report-cell--reporter .image-lines-container,.reports-page .report-cell--suspect .image-lines-container{width:100%;min-width:0;max-width:100%}.reports-page .table-base-header .table-base-element p{white-space:nowrap;text-overflow:ellipsis;width:100%;margin:0;line-height:normal;overflow:hidden}.reports-page .table-base-element.report-actions-col{z-index:3;background:var(--grey-1000);padding:16px;position:sticky;right:0;box-shadow:-12px 0 16px -12px #000000a6}.reports-page .table-base-header .table-base-element.report-actions-col{z-index:12;-webkit-backdrop-filter:blur(12px);background:#1e1e1ef2}.reports-page .table-base-row:hover .table-base-element.report-actions-col,.reports-page .table-base-row.defaultHover:hover .table-base-element.report-actions-col{background:#181818fa}.reports-page .table-base-row.report-row-highlighted .table-base-element.report-actions-col{background:#1c1a16}.reports-page .table-base-row.report-row-highlighted:hover .table-base-element.report-actions-col{background:#201c14}.report-actions-inner{justify-content:flex-end;align-items:center;width:100%;display:flex}.ra-button.preset.default-stroke.report-delete-btn{border-radius:var(--radius);min-width:34px;min-height:34px;color:var(--grey-400);background:0 0;justify-content:center;align-items:center;padding:0 8px;transition:background .15s,color .15s,border-color .15s;display:inline-flex;border:1px solid var(--grey-750)!important}.ra-button.preset.default-stroke.report-delete-btn:hover{background:var(--grey-850);color:var(--grey-50);border-color:var(--grey-600)!important}.ra-button.preset.default-stroke.report-delete-btn svg{flex-shrink:0;display:block}.checks-page .table-base{--checks-grid-columns:minmax(100px, 140px) minmax(150px, 160px) minmax(20px, 48px) minmax(200px, 240px) minmax(0px, 40px) minmax(140px, 240px) minmax(200px, 1fr) minmax(50px, 72px);width:100%;min-width:980px}.checks-page .table-base-header,.checks-page .table-base-row{grid-template-columns:var(--checks-grid-columns);width:100%;min-width:0;display:grid}.checks-page .table-base-element{flex-shrink:unset;z-index:1;box-sizing:border-box;width:auto;min-width:0;max-width:none}.checks-page .table-base-header .table-base-element{align-items:center;height:44px;padding-top:0;padding-bottom:0;display:flex}.checks-page .table-base-header .table-base-element p{white-space:nowrap;text-overflow:ellipsis;width:100%;margin:0;line-height:normal;overflow:hidden}.checks-page .check-cell--arrow{justify-content:center;align-items:center;padding-left:8px;padding-right:8px;display:flex}.checks-page .check-cell--spacer{padding-left:8px;padding-right:8px}.checks-page .check-cell--checker .image-lines-container,.checks-page .check-cell--suspect .image-lines-container{width:100%;min-width:0;max-width:100%}.check-staff-clickable{cursor:pointer;color:inherit;border-radius:6px;text-decoration:none;transition:background .15s;display:flex}.check-staff-clickable:hover{background:var(--bg-hover)}.checks-page .player-box{width:100%;max-width:none}.checks-page .report-player-link{width:100%;min-width:0;color:inherit;display:block}.checks-page .table-base-element.check-actions-col{z-index:3;background:var(--grey-1000);padding:16px;position:sticky;right:0;box-shadow:-12px 0 16px -12px #000000a6}.checks-page .table-base-header .table-base-element.check-actions-col{background:var(--grey-950);box-shadow:none}.checks-page .table-base-row:hover .table-base-element.check-actions-col,.checks-page .table-base-row.defaultHover:hover .table-base-element.check-actions-col{background:var(--grey-900)}.check-contact-not-received{color:var(--grey-500);margin:0;font-size:14px;font-weight:500}.check-contact-value{background:var(--grey-850);max-width:100%;color:var(--grey-200);font:inherit;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:8px;padding:6px 10px;transition:background .15s;display:inline-flex}.check-contact-value:hover{background:var(--grey-800)}.check-contact-value p{text-overflow:ellipsis;white-space:nowrap;max-width:160px;margin:0;overflow:hidden}.check-contact-value svg{fill:currentColor;opacity:.7;flex-shrink:0;width:16px;height:16px}.check-verdict-wrap{gap:4px;max-width:100%;display:flex}.checks-page .verdict{border-radius:8px;align-items:center;gap:6px;max-width:100%;padding:6px 10px;font-size:13px;font-weight:500;line-height:1.2;display:inline-flex}.checks-page .verdict svg{fill:currentColor;flex-shrink:0;width:16px;height:16px}.checks-page .verdict .text{text-overflow:ellipsis;white-space:nowrap;margin:0;overflow:hidden}.checks-page .verdict.FinishedBan{color:#f87171;background:#ef44441f}.checks-page .verdict.FinishedClear{color:#4ade80;background:#22c55e1f}.checks-page .verdict.Pending{color:#09f;background:#0099ff1f}.checks-page .verdict.Canceled{color:#9ca3af;background:#9ca3af1f}.checks-page .verdict .loader{--uib-size:16px;--uib-color:currentColor;--uib-speed:1s;--uib-stroke:2px;height:var(--uib-size);width:var(--uib-size);flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative}.checks-page .verdict .loader .line{top:calc(50% - var(--uib-stroke) / 2);width:100%;height:var(--uib-stroke);border-radius:calc(var(--uib-stroke) / 2);position:absolute;left:0}.checks-page .verdict .loader .line:before{content:"";border-radius:inherit;background:var(--uib-color);width:25%;height:100%;animation:checks-uib-fade var(--uib-speed) linear infinite;display:block}.checks-page .verdict .loader .line:first-child{transform:rotate(0)}.checks-page .verdict .loader .line:first-child:before{animation-delay:calc(0 * var(--uib-speed) / -12)}.checks-page .verdict .loader .line:nth-child(2){transform:rotate(30deg)}.checks-page .verdict .loader .line:nth-child(2):before{animation-delay:calc(1 * var(--uib-speed) / -12)}.checks-page .verdict .loader .line:nth-child(3){transform:rotate(60deg)}.checks-page .verdict .loader .line:nth-child(3):before{animation-delay:calc(2 * var(--uib-speed) / -12)}.checks-page .verdict .loader .line:nth-child(4){transform:rotate(90deg)}.checks-page .verdict .loader .line:nth-child(4):before{animation-delay:calc(3 * var(--uib-speed) / -12)}.checks-page .verdict .loader .line:nth-child(5){transform:rotate(120deg)}.checks-page .verdict .loader .line:nth-child(5):before{animation-delay:calc(4 * var(--uib-speed) / -12)}.checks-page .verdict .loader .line:nth-child(6){transform:rotate(150deg)}.checks-page .verdict .loader .line:nth-child(6):before{animation-delay:calc(5 * var(--uib-speed) / -12)}.checks-page .verdict .loader .line:nth-child(7){transform:rotate(180deg)}.checks-page .verdict .loader .line:nth-child(7):before{animation-delay:calc(6 * var(--uib-speed) / -12)}.checks-page .verdict .loader .line:nth-child(8){transform:rotate(210deg)}.checks-page .verdict .loader .line:nth-child(8):before{animation-delay:calc(7 * var(--uib-speed) / -12)}.checks-page .verdict .loader .line:nth-child(9){transform:rotate(240deg)}.checks-page .verdict .loader .line:nth-child(9):before{animation-delay:calc(8 * var(--uib-speed) / -12)}.checks-page .verdict .loader .line:nth-child(10){transform:rotate(270deg)}.checks-page .verdict .loader .line:nth-child(10):before{animation-delay:calc(9 * var(--uib-speed) / -12)}.checks-page .verdict .loader .line:nth-child(11){transform:rotate(300deg)}.checks-page .verdict .loader .line:nth-child(11):before{animation-delay:calc(10 * var(--uib-speed) / -12)}.checks-page .verdict .loader .line:nth-child(12){transform:rotate(330deg)}.checks-page .verdict .loader .line:nth-child(12):before{animation-delay:calc(11 * var(--uib-speed) / -12)}@keyframes checks-uib-fade{0%{opacity:1}to{opacity:.15}}.bans-page .table-base{--bans-grid-columns:minmax(100px, 140px) minmax(150px, 160px) minmax(20px, 48px) minmax(200px, 240px) minmax(0px, 40px) minmax(100px, 180px) minmax(140px, 160px) minmax(160px, 1fr) minmax(50px, 96px);width:100%;min-width:1100px}.bans-page .table-base-header,.bans-page .table-base-row{grid-template-columns:var(--bans-grid-columns);width:100%;min-width:0;display:grid}.bans-page .table-base-element{flex-shrink:unset;z-index:1;box-sizing:border-box;width:auto;min-width:0;max-width:none}.bans-page .table-base-header .table-base-element{align-items:center;height:44px;padding-top:0;padding-bottom:0;display:flex}.bans-page .table-base-header .table-base-element p{white-space:nowrap;text-overflow:ellipsis;width:100%;margin:0;line-height:normal;overflow:hidden}.bans-page .ban-cell--arrow{justify-content:center;align-items:center;padding-left:8px;padding-right:8px;display:flex}.bans-page .ban-cell--spacer{padding-left:8px;padding-right:8px}.bans-page .ban-cell--staff .image-lines-container,.bans-page .ban-cell--player .image-lines-container{width:100%;min-width:0;max-width:100%}.bans-page .player-box{width:100%;max-width:none}.bans-page .report-player-link{width:100%;min-width:0;color:inherit;display:block}.bans-page .ban-server-text,.bans-page .ban-duration-text{color:var(--grey-400);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:14px;font-weight:500;overflow:hidden}.bans-page .report-reason-chip.container{background:var(--grey-900);border:1px solid var(--grey-800);border-radius:6px;align-items:center;max-width:100%;padding:4px 10px;display:inline-flex}.bans-page .report-reason-chip .text{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--grey-200);font-size:13px;font-weight:500;overflow:hidden}.bans-page .table-base-element.ban-actions-col{z-index:3;background:var(--grey-1000);padding:16px;position:sticky;right:0;box-shadow:-12px 0 16px -12px #000000a6}.bans-page .table-base-header .table-base-element.ban-actions-col{background:var(--grey-950);box-shadow:none}.bans-page .table-base-row:hover .table-base-element.ban-actions-col,.bans-page .table-base-row.defaultHover:hover .table-base-element.ban-actions-col{background:var(--grey-900)}.bans-page .ban-actions-inner{justify-content:flex-end;align-items:center;gap:8px;display:flex}.bans-page .ban-unlocked-badge{background:#10b98126;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:38px;display:flex}.bans-page .ban-unlocked-badge svg{fill:#10b981;width:20px;height:20px}.bans-page .ban-open-btn{flex-shrink:0;padding-left:8px!important;padding-right:8px!important}.bans-page .ban-open-btn svg{fill:currentColor;width:18px;height:18px;display:block}.mutes-page .table-base{--mutes-grid-columns:minmax(100px, 140px) minmax(150px, 160px) minmax(20px, 48px) minmax(200px, 240px) minmax(0px, 40px) minmax(180px, 220px) minmax(160px, 1fr) minmax(50px, 96px);width:100%;min-width:1000px}.mutes-page .table-base-header,.mutes-page .table-base-row{grid-template-columns:var(--mutes-grid-columns);width:100%;min-width:0;display:grid}.mutes-page .table-base-element{width:auto;min-width:0;max-width:none}.mutes-page .table-base-header .table-base-element{align-items:center;display:flex}.mutes-page .table-base-header .table-base-element p{color:var(--grey-600);margin:0;font-size:12px;font-weight:500}.mutes-page .mute-cell--arrow{justify-content:center;align-items:center;display:flex}.mutes-page .mute-cell--spacer{pointer-events:none}.mutes-page .mute-cell--staff .image-lines-container,.mutes-page .mute-cell--player .image-lines-container{min-width:0}.mutes-page .player-box{width:100%;min-width:0}.mutes-page .report-player-link{min-width:0;display:block}.mutes-page .mute-duration-text{white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:14px;overflow:hidden}.mutes-page .report-reason-chip.container{max-width:100%}.mutes-page .report-reason-chip .text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mutes-page .table-base-element.mute-actions-col{opacity:0;justify-content:flex-end;align-items:center;transition:opacity .12s;display:flex}.mutes-page .table-base-header .table-base-element.mute-actions-col,.mutes-page .table-base-row:hover .table-base-element.mute-actions-col,.mutes-page .table-base-row.defaultHover:hover .table-base-element.mute-actions-col{opacity:1}.mutes-page .mute-actions-inner{justify-content:flex-end;align-items:center;gap:8px;display:flex}.mutes-page .mute-unmuted-badge{background:#10b98126;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:38px;display:flex}.mutes-page .mute-unmuted-badge svg{width:20px;height:20px;display:block}.mutes-page .mute-open-btn{flex-shrink:0;padding-left:8px!important;padding-right:8px!important}.mutes-page .mute-open-btn svg{fill:currentColor;width:18px;height:18px;display:block}.mute-view-modal-overlay{z-index:40;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.mute-view-modal-border{z-index:1;border:1px solid var(--grey-800);background:var(--grey-900);border-radius:8px;width:min(380px,95vw);height:auto;max-height:calc(100vh - 32px);position:relative;overflow:hidden;box-shadow:0 24px 80px #00000080}.mute-view-modal{background:var(--grey-900);width:100%;height:auto;max-height:calc(100vh - 32px);overflow:auto}.mute-view-modal .divided-card{flex-direction:column;width:100%;display:flex}.mute-view-modal .divided-card>.header.apply-border{border-bottom:1px solid var(--grey-1000)}.mute-view-modal .ban-view-header{justify-content:space-between;align-items:center;gap:12px;padding:16px;display:flex}.mute-view-modal .header-title{color:var(--grey-50);font-size:16px;font-weight:600;display:block}.mute-view-modal .header-subtitle{color:var(--grey-400);margin-top:2px;font-size:14px;font-weight:500;line-height:20px;display:block}.mute-view-avatar-wrap{background:var(--grey-850);cursor:pointer;border-radius:8px;flex-shrink:0;width:44px;height:44px;overflow:hidden}.mute-view-avatar-wrap img{object-fit:cover;width:100%;height:100%;display:block}.mute-view-modal .content.padding{padding:16px}.mute-view-body{flex-direction:column;gap:14px;display:flex}.mute-view-status-row{color:var(--grey-400);font-size:14px;font-weight:500}.mute-view-details{flex-direction:column;gap:10px;display:flex}.mute-view-detail-row{justify-content:space-between;align-items:center;gap:12px;min-width:0;display:flex}.mute-view-detail-name{color:var(--grey-500);flex-shrink:0;align-items:center;gap:8px;margin:0;font-size:14px;display:flex}.mute-view-detail-name svg{fill:currentColor;flex-shrink:0;width:16px;height:16px}.mute-view-detail-value{text-align:right;max-width:60%;color:var(--grey-50);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:14px;overflow:hidden}.mute-view-staff{text-align:right;background:0 0;border:none;max-width:60%;margin:0;padding:0}.mute-view-staff .client{align-items:center;gap:4px;min-width:0;display:inline-flex}.mute-view-staff .avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:20px;height:20px}.mute-view-staff .nickname{color:var(--grey-50);text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.mute-view-message-title{color:var(--grey-50);margin:0 0 10px;font-size:14px;font-weight:500}.mute-view-message-card{background:var(--grey-950);box-shadow:inset 0 0 0 2px var(--grey-1000);border-radius:6px;justify-content:center;gap:8px;padding:14px;display:flex}.mute-view-message-avatar{object-fit:cover;background:var(--grey-850);border-radius:50%;flex-shrink:0;width:36px;height:36px}.mute-view-message-body{flex-direction:column;gap:4px;min-width:0;display:flex;overflow:hidden}.mute-view-message-player{color:var(--grey-50);margin:0;font-size:14px}.mute-view-message-text{background:var(--grey-850);width:fit-content;max-width:100%;color:var(--grey-400);word-break:break-word;white-space:normal;border-radius:4px;margin:0;padding:6px;font-size:12px;line-height:16px}.mute-view-modal .footer{border-top:1px solid var(--grey-1000);padding:12px 16px 16px}.mute-view-footer-actions{justify-content:flex-end;gap:8px;width:100%;display:flex}.ban-view-footer-actions{flex-wrap:wrap}.ban-view-value-link{color:inherit;justify-content:flex-end;align-items:center;gap:6px;max-width:60%;text-decoration:none;display:inline-flex}.ban-view-value-link:hover{color:#fff}.ban-view-value-link svg{fill:currentColor;opacity:.7;flex-shrink:0;width:14px;height:14px}.ban-view-modal .mute-view-staff .avatar-wrap{display:inline-flex;position:relative}.ban-view-modal .mute-view-staff .avatar-wrap.online:after{content:"";background:#22c55e;border:2px solid #1a1a1a;border-radius:50%;width:8px;height:8px;position:absolute;bottom:0;right:2px}.alerts-page .table-base.no-header{flex-direction:column;min-height:0;display:flex}.alerts-page .table-base.no-header .table-base-content{flex:1;overflow:auto}.alerts-page .alert-list-row{border-bottom:1px solid var(--grey-900);padding:0;display:block}.alerts-page .alert-list-cell{width:100%;padding:12px 16px}.alerts-page .alert-list-inner{align-items:center;gap:16px;width:100%;display:flex}.alerts-page .alert-list-icon{flex-shrink:0;width:32px;height:32px}.alerts-page .alert-list-icon img{object-fit:contain;width:32px;height:32px;display:block}.alerts-page .alert-list-body{flex:1;width:100%;min-width:0}.alerts-page .alert-row-text{color:var(--grey-500);flex-wrap:wrap;align-items:baseline;gap:0 .35em;margin:0;font-size:14px;line-height:1.45;display:flex}.alerts-page .alert-bright{color:var(--grey-50);font-weight:500}.alerts-page .alert-accent-orange{color:#fdba74!important}.alerts-page .alert-list-date{color:var(--grey-700);margin-top:2px;font-size:12px;line-height:1.4;display:block}.alerts-page .players-page-actions .ra-button svg{fill:currentColor;width:20px;height:20px}.audit-page .table-base.no-header{flex-direction:column;width:100%;min-height:0;display:flex}.audit-page .table-base.no-header .table-base-content{flex:1;overflow:auto}.audit-page .audit-list-row{border-bottom:1px solid var(--grey-900);padding:0;display:block}.audit-page .audit-list-cell{width:100%;padding:12px 16px}.audit-list-inner{width:100%;color:var(--grey-50);align-items:center;gap:16px;display:flex}.audit-icon{flex-shrink:0;width:24px;height:24px}.audit-icon.fill-red-500{fill:#ef4444}.audit-icon.fill-amber-400{fill:#fbbf24}.audit-icon.fill-grey-500{fill:var(--grey-500)}.audit-avatar{object-fit:cover;background:var(--grey-850);border-radius:50%;flex-shrink:0;width:32px;height:32px}.audit-list-body{flex:1;width:100%;min-width:0}.audit-row-text{color:var(--grey-500);flex-wrap:wrap;align-items:baseline;gap:0 .35em;margin:0;font-size:14px;line-height:1.45;display:flex}.audit-bright{color:var(--grey-50);font-weight:500}.audit-muted{color:var(--grey-500);font-size:13px}.audit-details{text-underline-offset:2px;cursor:default;text-decoration:underline}.audit-msg{color:var(--grey-300);text-underline-offset:2px;cursor:default;text-decoration:underline}.audit-list-date{color:var(--grey-700);margin-top:2px;font-size:12px;line-height:1.4;display:block}.audit-btn-group{align-items:center;gap:8px;display:flex}.audit-select-wrapper{position:relative}.audit-select-wrapper .select.tonal .activator{background:var(--grey-850);height:36px;color:var(--grey-200);cursor:pointer;border:none;border-radius:6px;align-items:center;gap:8px;padding:0 12px;font-size:14px;font-weight:500;transition:background .15s,color .15s;display:inline-flex}.audit-select-wrapper .select.tonal .activator:hover,.audit-select-wrapper .select.tonal.-opened .activator{background:var(--grey-800);color:var(--grey-50)}.audit-select-wrapper .select.tonal .activator .icon{fill:currentColor;flex-shrink:0;width:18px;height:18px}.audit-select-wrapper .select.tonal .activator span{white-space:nowrap}.audit-select-dropdown{min-width:220px;max-height:320px;left:0;right:auto;overflow-y:auto}.audit-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:64px 16px;display:flex}.audit-empty-title{color:var(--grey-200);margin:0 0 4px;font-size:16px}.audit-empty-subtitle{color:var(--grey-600);margin:0;font-size:14px}@media (width<=700px){.audit-btn-group{flex-wrap:wrap;justify-content:flex-end}}.check-staff-modal-overlay{z-index:40;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.check-staff-modal-border{z-index:1;border:1px solid var(--grey-800);background:var(--grey-900);border-radius:8px;width:min(360px,95vw);position:relative;overflow:hidden;box-shadow:0 24px 80px #00000080}.check-staff-modal-header{padding:72px 20px 20px;position:relative;overflow:hidden}.check-staff-modal-avatar{object-fit:cover;z-index:1;border-radius:50%;width:48px;height:48px;position:absolute;top:20px;left:20px}.check-staff-modal-gradient{pointer-events:none;background:linear-gradient(#ffffff0a 0%,#0000 100%);position:absolute;inset:0}.check-staff-modal-close{z-index:2;width:28px;height:28px;color:var(--grey-400);border-radius:6px;justify-content:center;align-items:center;transition:background .15s,color .15s;display:flex;position:absolute;top:16px;right:16px}.check-staff-modal-close:hover{background:var(--bg-hover);color:var(--grey-200)}.check-staff-modal-close svg{fill:currentColor;width:18px;height:18px}.check-staff-modal-name{z-index:1;flex-direction:column;justify-content:center;gap:4px;min-height:48px;margin:0;padding-left:64px;display:flex;position:relative}.check-staff-modal-title{color:var(--grey-50);font-size:20px;font-weight:500;line-height:1.2;display:block}.check-staff-modal-status{color:var(--grey-500);text-transform:lowercase;font-size:14px;display:block}.check-staff-modal-status.online{color:var(--ra-online,#22c55e)}.check-staff-modal-card{border-top:1px solid var(--grey-1000)}.check-staff-modal-content{padding:20px}.check-staff-modal-info{flex-direction:column;gap:12px;display:flex}.check-staff-modal-row{justify-content:space-between;align-items:center;gap:16px;display:flex}.check-staff-modal-label{color:var(--grey-400);font-size:14px}.check-staff-modal-value{color:var(--grey-50);text-align:right;font-size:14px;font-weight:500}.check-staff-modal-row--integrations{align-items:flex-start}.check-staff-integrations{flex-direction:column;align-items:flex-end;gap:8px;min-width:0;display:flex}.check-staff-integration-item{max-width:260px;color:inherit;align-items:center;gap:10px;text-decoration:none;display:flex}.check-staff-integration-item .image-lines-container{gap:8px;min-width:0}.check-staff-integration-avatar{background:var(--grey-1000);border-radius:6px;flex-shrink:0;width:32px;height:32px;overflow:hidden}.check-staff-integration-avatar img{object-fit:cover;width:100%;height:100%;display:block}.check-staff-integration-item .title{color:var(--grey-50);margin:0;font-size:14px;font-weight:500}.check-staff-integration-item .message{color:var(--grey-500);margin:0;font-size:13px}.check-staff-integration-item .no-wrap-line{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.check-staff-integration-icon{width:16px;height:16px;fill:var(--grey-500);flex-shrink:0}.check-staff-integration-item:hover .title{color:var(--grey-200)}.check-staff-integration-item:hover .check-staff-integration-icon{fill:var(--grey-300)}.check-actions-inner{justify-content:flex-end;align-items:center;width:100%;display:flex}.ra-button.preset.default-stroke.check-open-btn{border-radius:var(--radius);min-width:34px;min-height:34px;color:var(--grey-400);background:0 0;justify-content:center;align-items:center;transition:background .15s,color .15s,border-color .15s;display:inline-flex;border:1px solid var(--grey-750)!important;padding:0 8px!important}.ra-button.preset.default-stroke.check-open-btn:hover{background:var(--grey-850);color:var(--grey-50);border-color:var(--grey-600)!important}.ra-button.preset.default-stroke.check-open-btn svg{fill:currentColor;width:18px;height:18px;display:block}.reports-header-btn{padding:6px!important}.reports-search-input{min-width:200px}.reports-search-input .input-box{border-radius:var(--radius);align-items:center;padding-right:0;display:flex}.reports-search-input .input-box.bg-grey-1000{background:var(--grey-1000)}.reports-search-field{min-width:0;color:var(--grey-50);background:0 0;border:none;outline:none;flex:1;padding:0 10px;font-size:14px}.reports-search-field::placeholder{color:var(--grey-700,var(--grey-600))}.reports-search-input .append.slot{flex-shrink:0;align-items:center;display:flex}.reports-search-clear{color:var(--grey-600);opacity:0;pointer-events:none;justify-content:center;align-items:center;padding:0 8px 0 0;transition:opacity .15s,color .15s;display:flex}.reports-search-clear.visible{opacity:1;pointer-events:auto;cursor:pointer}.reports-search-clear:hover{color:var(--grey-50)}.reports-search-clear svg{fill:currentColor;width:24px;height:24px}.max-w-fit{max-width:fit-content}.report-action-btn{border-radius:var(--radius);border:1px solid var(--grey-750);color:var(--grey-400);justify-content:center;align-items:center;padding:6px 8px;transition:background .15s,color .15s,border-color .15s;display:flex}.report-action-btn:hover{background:var(--grey-850);color:var(--grey-50);border-color:var(--grey-600)}.report-action-btn svg{fill:currentColor;width:18px;height:18px}.numeric-filter{justify-content:space-between;align-items:center;gap:10px;display:flex}.numeric-filter-text{flex:1;min-width:0}.numeric-input-box{background:var(--grey-1000);border-radius:var(--radius);flex-shrink:0;align-items:center;height:32px;display:flex;position:relative}.numeric-input-box input{width:32px;color:var(--grey-50);text-align:center;-moz-appearance:textfield;background:0 0;border:none;outline:none;font-size:14px;font-weight:500}.numeric-input-box input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.numeric-input-box input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.numeric-control{width:28px;height:100%;color:var(--grey-400);justify-content:center;align-items:center;font-size:16px;transition:color .15s,background .15s;display:flex}.numeric-control:hover:not(.disabled){color:var(--grey-50);background:var(--grey-850)}.numeric-control.disabled{opacity:.3;cursor:default}.player-modal-overlay{z-index:1000;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.modal-backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#000000a6;position:absolute;inset:0}.modal-border{z-index:1;border:1px solid var(--grey-800);border-radius:12px;width:min(1100px,100%);height:min(720px,100vh - 32px);position:relative;overflow:hidden;box-shadow:0 24px 80px #00000080}.player-modal-shell{background:var(--grey-900);width:100%;height:100%}.player-details-wrapper{width:100%;height:100%;display:flex;overflow:hidden}.player-modal-nav{background:var(--grey-950);border-right:1px solid var(--grey-1000);flex-direction:column;flex-shrink:0;width:280px;transition:margin-left .2s,width .2s;display:flex}.modal-menu-extended:not(.opened) .player-modal-nav{border-right:none;width:0;margin-left:-280px;overflow:hidden}.player-modal-nav-controls{border-bottom:1px solid var(--grey-1000);justify-content:space-between;align-items:center;padding:8px;display:flex}.controls-button{width:32px;height:32px;color:var(--grey-400);border-radius:6px;justify-content:center;align-items:center;transition:background .15s,color .15s;display:flex}.controls-button:hover{background:var(--bg-hover);color:var(--grey-50)}.controls-button svg{fill:currentColor;width:18px;height:18px}.player-modal-nav-scroll{flex:1;overflow-y:auto}.player-modal-header{padding:16px 12px 12px;position:relative}.player-modal-header-bg{position:absolute;inset:0;overflow:hidden}.player-modal-header-bg .bg-image{position:absolute;inset:0}.player-modal-header-bg .bg-image img{object-fit:cover;opacity:.35;width:100%;height:100%}.player-modal-header-bg .bg-blur{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);position:absolute;inset:0}.player-modal-header-bg .bg-gradik{background:linear-gradient(180deg, transparent 0%, var(--grey-950) 100%);position:absolute;inset:0}.player-modal-header-content{z-index:1;position:relative}.player-modal-header-box{max-width:100%;margin-bottom:12px}.player-modal-header-box .image-lines-container{--image-size:48px}.player-modal-header-actions{gap:8px;display:flex}.player-modal-icon-btn{background:var(--grey-850);width:36px;height:36px;color:var(--grey-200);border-radius:8px;justify-content:center;align-items:center;transition:background .15s;display:flex}.player-modal-icon-btn:hover{background:var(--grey-800)}.player-modal-icon-btn svg{fill:currentColor;width:18px;height:18px}.player-modal-menu{flex-direction:column;gap:2px;padding:8px;display:flex}.player-modal-menu-item{width:100%;color:var(--grey-300);text-align:left;border-radius:8px;align-items:center;gap:10px;padding:10px 12px;font-size:14px;font-weight:500;transition:background .15s,color .15s;display:flex}.player-modal-menu-item svg{fill:currentColor;flex-shrink:0;width:18px;height:18px}.player-modal-menu-item:hover{background:var(--bg-hover);color:var(--grey-50)}.player-modal-menu-item.active{background:var(--grey-850);color:var(--grey-50)}.player-modal-menu-badge{background:var(--grey-750);min-width:18px;height:18px;color:var(--grey-200);text-align:center;border-radius:999px;margin-left:auto;padding:0 5px;font-size:11px;font-weight:600;line-height:18px}.player-modal-menu-item.active .player-modal-menu-badge{background:var(--grey-700)}.player-modal-content{background:var(--grey-900);flex-direction:column;flex:1;min-width:0;display:flex}.player-modal-content-controls{border-bottom:1px solid var(--grey-1000);align-items:center;gap:8px;padding:8px 12px;display:none}.player-modal-mini-avatar .image-lines-container{--image-size:32px;--badge-size:7px}.player-modal-content-inner{flex:1;padding:16px;overflow-y:auto}.modal-menu-page-layout-content{min-height:100%}.player-modal-general{flex-direction:column;gap:12px;display:flex}.player-modal-tags{flex-wrap:wrap;gap:8px;display:flex}.player-modal-tag{background:var(--grey-850);color:var(--grey-200);border-radius:6px;align-items:center;gap:6px;padding:4px 10px;font-size:13px;display:inline-flex}.player-modal-tag.hov{cursor:default}.player-modal-cell.fake{background:var(--grey-850)}.player-modal-inline-player{width:100%}.player-modal-tab-layout{flex-direction:column;min-height:100%;display:flex}.player-modal-tab-header{margin-bottom:12px}.player-modal-tab-header-split{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.player-modal-tab-filters{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.player-actions-menu-wrap{position:relative}.player-modal-icon-btn.active{background:var(--grey-800);color:var(--grey-100)}.player-actions-menu{z-index:40;background:var(--grey-850);border:1px solid var(--grey-1000);border-radius:var(--radius);min-width:220px;padding:4px;position:absolute;top:calc(100% + 6px);left:0;right:auto;box-shadow:0 8px 24px #00000073}.player-actions-menu.fixed-open{z-index:1100;position:fixed;right:auto}.player-actions-item{width:100%;color:var(--grey-200);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:4px;justify-content:space-between;align-items:center;padding:8px 10px;font-size:13px;text-decoration:none;display:flex}.player-actions-item:hover:not(.disabled){background:var(--grey-750);color:var(--grey-50)}.player-actions-item.disabled{opacity:.45;cursor:default}.player-actions-item.warning{color:#e8a054}.player-actions-item.warning:hover{color:#f0b06a}.player-actions-item.danger{color:#e85d5d}.player-actions-item.danger:hover{color:#f07070}.player-actions-item.has-submenu.open,.player-actions-item.has-submenu:hover{background:var(--grey-750);color:var(--grey-50)}.player-actions-chevron{fill:currentColor;flex-shrink:0;width:14px;height:14px}.player-actions-submenu-wrap{position:relative}.player-actions-submenu{z-index:31;background:var(--grey-850);border:1px solid var(--grey-1000);border-radius:var(--radius);min-width:180px;padding:4px;position:absolute;top:0;left:calc(100% + 4px);box-shadow:0 8px 24px #00000073}.player-actions-submenu.nested{left:calc(100% + 4px)}.player-modal-stats-period-wrap{position:relative}.player-modal-stats-period{background:var(--grey-850);color:var(--grey-200);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:8px;align-items:center;gap:4px;padding:8px 12px;font-size:14px;display:inline-flex}.player-modal-stats-period svg{width:16px;height:16px;fill:var(--grey-400);transform:rotate(90deg)}.player-modal-stats-period-menu{z-index:20;background:var(--grey-800);border:1px solid #ffffff14;border-radius:8px;min-width:120px;padding:4px;position:absolute;top:calc(100% + 4px);right:0;box-shadow:0 8px 24px #00000059}.player-modal-stats-period-option{width:100%;color:var(--grey-200);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:8px 12px;font-size:14px;display:block}.player-modal-stats-period-option:hover,.player-modal-stats-period-option.active{background:var(--grey-750);color:var(--grey-50)}.player-modal-stats{flex-direction:column;gap:12px;display:flex}.player-modal-stats-cards{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.player-modal-stats-cards.graph{grid-template-columns:repeat(2,1fr)}.player-modal-stat-card{background:var(--grey-850);border-radius:12px;padding:16px}.player-modal-stat-card.big{min-height:140px}.player-modal-stat-card-title{color:var(--grey-400);margin-bottom:8px;font-size:13px}.player-modal-stat-card-value{color:var(--grey-50);font-size:24px;font-weight:600}.player-modal-stat-card-chart-row{justify-content:space-between;align-items:center;gap:12px;height:100%;display:flex}.player-modal-stat-card-metrics{flex-direction:column;gap:12px;display:flex}.player-modal-stat-metric-title{color:var(--grey-400);align-items:center;gap:6px;margin-bottom:4px;font-size:13px;display:flex}.player-modal-stat-metric-title .dot{font-size:16px;line-height:1}.player-modal-stat-metric-title .dot.kills{color:#bbc94e}.player-modal-stat-metric-title .dot.deaths{color:#6f6f6f}.player-modal-stat-metric-title .dot.head{color:#f97316}.player-modal-stat-metric-title .dot.body{color:#fdba74}.player-modal-stat-metric-title .dot.limbs{color:#6f6f6f}.player-modal-stat-metric-value{color:var(--grey-50);font-size:20px;font-weight:600}.player-modal-donut-wrap{flex-shrink:0}.player-modal-donut{border-radius:50%;width:100%;height:100%;position:relative}.player-modal-donut:after{content:"";background:var(--grey-850);border-radius:50%;position:absolute;inset:22%}.player-modal-stats-tip{color:var(--grey-200);background:#fbbf2414;border:1px solid #fbbf2426;border-radius:12px;align-items:flex-start;gap:8px;padding:12px 14px;font-size:13px;line-height:1.4;display:flex}.player-modal-stats-tip-icon{fill:#fbbf24;flex-shrink:0;width:16px;height:16px;margin-top:2px}.player-modal-stats-tip-close{cursor:pointer;background:0 0;border:none;flex-shrink:0;margin-left:auto;padding:2px}.player-modal-stats-tip-close svg{width:16px;height:16px;fill:var(--grey-400)}.player-modal-playtime-block{background:var(--grey-850);border-radius:12px;min-height:220px;padding:16px}.player-modal-playtime-header{color:var(--grey-200);margin-bottom:12px;font-size:14px;font-weight:500}.player-modal-playtime-chart{height:160px}.player-modal-playtime-chart svg{width:100%;height:calc(100% - 20px)}.player-modal-playtime-labels{color:var(--grey-500);justify-content:space-between;margin-top:4px;font-size:11px;display:flex}.player-modal-kill-feed{--kill-grid-columns:minmax(72px, 88px) minmax(100px, 1.2fr) minmax(100px, 1.2fr) minmax(100px, 1.1fr) minmax(72px, 96px);flex:1;width:100%;min-width:0;overflow:auto}.player-modal-kill-feed .table-base-header,.player-modal-kill-feed .table-base-row{grid-template-columns:var(--kill-grid-columns);width:100%;min-width:520px;display:grid}.player-modal-kill-feed .table-base-element{flex-shrink:unset;box-sizing:border-box;width:auto;min-width:0;max-width:none}.player-modal-kill-feed .table-base-header .table-base-element{align-items:center;height:44px;padding-top:0;padding-bottom:0;display:flex}.player-modal-kill-feed .table-base-element.combatlog{justify-content:flex-end;align-items:center;display:flex}.player-modal-kill-row{height:72px}.player-modal-kill-main{color:var(--grey-100);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:500;overflow:hidden}.player-modal-kill-main.bigger{font-size:14px}.player-modal-kill-main.diff-player{color:#60a5fa}a.player-modal-kill-main{text-decoration:none}a.player-modal-kill-main:hover{text-decoration:underline}.player-modal-kill-sub{color:var(--grey-500);align-items:center;gap:4px;margin-top:4px;font-size:12px;display:flex}.player-modal-kill-sub .sep{color:var(--grey-600)}.player-modal-kill-sub .head{color:#fbbf24}.player-modal-tab-content{flex:1}.player-modal-button-select-container{background:var(--grey-900);border-radius:8px;gap:4px;padding:4px;display:inline-flex}.player-modal-button-select{color:var(--grey-400);background:0 0;border-radius:6px;padding:6px 12px;font-size:14px;font-weight:500;transition:background .15s,color .15s}.player-modal-button-select:hover{color:var(--grey-200)}.player-modal-button-select.active{background:var(--grey-850);color:var(--grey-50)}.player-modal-teammates{flex-direction:column;display:flex}.player-modal-teammate{border-bottom:1px solid var(--grey-850);justify-content:space-between;align-items:center;gap:12px;padding:12px 0;display:flex}.player-modal-teammate:last-child{border-bottom:none}.player-modal-teammate-menu-btn{color:var(--grey-500);flex-shrink:0;padding:4px;display:flex}.player-modal-teammate-menu-btn:hover{color:var(--grey-200)}.player-modal-teammate-menu,.player-modal-teammate-menu-btn svg{fill:currentColor;width:20px;height:20px}.player-modal-reports{flex-direction:column;gap:8px;display:flex}.player-modal-report-row{background:var(--grey-850);border-radius:8px;grid-template-columns:100px 1fr 1.5fr auto;align-items:center;gap:12px;padding:12px;display:grid}.player-modal-report-date-title{color:var(--grey-100);font-size:14px;font-weight:500}.player-modal-report-date-time{color:var(--grey-500);font-size:12px}.player-modal-report-server{color:var(--grey-300);text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.player-modal-report-reason{color:var(--grey-100);background:var(--grey-900);border-radius:6px;padding:4px 10px;font-size:13px;font-weight:500}.player-modal-checks{flex-direction:column;gap:10px;display:flex}.player-modal-details-card{background:var(--grey-850);border-radius:10px;padding:12px}.player-modal-details-card-header{align-items:center;gap:8px;margin-bottom:12px;display:flex}.player-modal-details-card-badge{background:var(--grey-900);color:var(--grey-200);border-radius:6px;align-items:center;gap:6px;padding:4px 10px;font-size:13px;display:inline-flex}.player-modal-details-card-badge svg{width:14px;height:14px;color:var(--grey-400);fill:currentColor}.player-modal-details-card-badge.red{color:#ef4444;background:#ef444426;font-size:12px;font-weight:600}.player-modal-details-card-badge.green{color:#22c55e;background:#22c55e26;font-size:12px;font-weight:600}.player-modal-details-card-badge.blue{color:#60a5fa;background:#3b82f626;padding:6px 8px}.player-modal-details-card-badge.blue svg{fill:currentColor;width:14px;height:14px;color:inherit}.player-modal-activity-tip{color:var(--grey-200);background:#3b82f614;border:1px solid #3b82f61f;border-radius:12px;align-items:flex-start;gap:8px;margin-bottom:20px;padding:12px 14px;font-size:13px;line-height:1.4;display:flex}.player-modal-activity-tip-icon{fill:#60a5fa;flex-shrink:0;width:18px;height:18px;margin-top:1px}.player-modal-activity-tip-close{cursor:pointer;background:0 0;border:none;flex-shrink:0;margin-left:auto;padding:2px}.player-modal-activity-tip-close svg{width:16px;height:16px;fill:var(--grey-400)}.player-modal-activity-sessions{flex-direction:column;gap:0;display:flex}.player-modal-activity-session-group{flex-direction:column;display:flex}.player-modal-activity-connector{background:var(--grey-800);width:2px;height:16px;margin:0 auto}.player-modal-details-card-value .hyperlink{color:#60a5fa;cursor:pointer}.player-modal-details-card-ban{color:#ef4444;background:#ef444426;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.player-modal-details-card-ban svg{fill:currentColor;width:16px;height:16px}.player-modal-details-card-link{background:var(--grey-900);color:var(--grey-300);border-radius:6px;margin-left:auto;padding:6px;display:flex}.player-modal-details-card-link:hover{color:var(--grey-100)}.player-modal-details-card-link svg{fill:currentColor;width:18px;height:18px}.player-modal-details-card-row{border-top:1px solid var(--grey-900);align-items:center;gap:8px;padding:8px 0;display:flex}.player-modal-details-card-row.inline{align-items:baseline}.player-modal-details-card-label{color:var(--grey-500);flex-shrink:0;font-size:13px}.player-modal-details-card-value.pending{color:#09f}.player-modal-staff-avatar{object-fit:cover;border-radius:50%;width:20px;height:20px}.player-modal-badge-tag{color:#eab308;background:#eab30826;border-radius:4px;padding:2px 8px;font-size:11px;font-weight:600}.player-modal-badge-tag.danger{color:#ef4444;background:#ef444426}.player-modal-alerts{flex-direction:column;gap:8px;display:flex}.player-modal-alert{background:var(--grey-850);border-radius:8px;align-items:flex-start;gap:12px;padding:12px;display:flex}.player-modal-alert.unread{background:#3b82f614;border:1px solid #3b82f633}.player-modal-alert-icon{background:var(--grey-900);width:32px;height:32px;color:var(--grey-300);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.player-modal-alert-icon svg{fill:currentColor;width:18px;height:18px}.player-modal-alert-icon.vpn{color:#60a5fa}.player-modal-alert-icon.suspicious{color:#fbbf24}.player-modal-alert-icon.kick{color:#a78bfa}.player-modal-alert-icon.ban{color:#f87171}.player-modal-alert-icon.rcc{color:#f472b6}.player-modal-alert-body{flex:1;min-width:0}.player-modal-alert-message{color:var(--grey-100);margin-bottom:4px;font-size:14px;font-weight:500}.player-modal-alert-meta{color:var(--grey-500);font-size:12px}.player-modal-alert-type{background:var(--grey-900);color:var(--grey-300);border-radius:4px;margin-right:8px;padding:1px 6px;display:inline-block}.player-modal-alert-new{color:#eab308;background:#eab30826;border-radius:4px;flex-shrink:0;padding:2px 8px;font-size:11px;font-weight:600}.player-modal-no-plan{justify-content:center;align-items:center;min-height:400px;display:flex}.player-modal-table-card{background:var(--grey-850);border-radius:10px;overflow:hidden}.player-modal-table-card-header{border-bottom:1px solid var(--grey-900);justify-content:space-between;align-items:center;padding:8px 12px;display:flex}.player-modal-table-card-title{color:var(--grey-50);font-size:16px;font-weight:500}.player-modal-table-card-subtitle{color:var(--grey-600);font-size:14px}.player-modal-cells{background:var(--grey-900);gap:1px;display:grid}.player-modal-cells.cols-4{grid-template-columns:repeat(4,1fr)}.player-modal-cells.cols-2{grid-template-columns:repeat(2,1fr)}.player-modal-cell{background:var(--grey-850);padding:10px 12px}.player-modal-list-item .player-modal-list-title{color:var(--grey-500);margin-bottom:4px;font-size:13px}.player-modal-list-item .player-modal-list-subtitle{color:var(--grey-50);font-size:14px;font-weight:500}.player-modal-copy-row{align-items:center;gap:8px;min-width:0;display:flex}.player-modal-copy-row button{color:var(--grey-500);flex-shrink:0;display:flex}.player-modal-copy-row button:hover{color:var(--grey-200)}.player-modal-copy-row button svg{fill:currentColor;width:16px;height:16px}.player-modal-copy-row .truncate,.player-modal-country .truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.player-modal-country{align-items:center;gap:6px;min-width:0;display:flex}.player-modal-empty{flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:400px;display:flex}.player-modal-empty-icon svg{width:80px;height:66px;stroke:var(--grey-600);fill:none}.player-modal-empty-title{color:var(--grey-50);text-align:center;margin-bottom:4px;font-size:16px;font-weight:600}.player-modal-empty-desc{color:var(--grey-400);text-align:center;max-width:300px;font-size:14px}.player-modal-permissions{flex-direction:column;gap:24px;display:flex}.player-modal-permissions-group{flex-direction:column;gap:8px;display:flex}.player-modal-permissions-title{color:var(--grey-200);font-size:14px;font-weight:600}.player-modal-permissions-list{background:var(--grey-850);border-radius:12px;flex-direction:column;gap:4px;padding:4px 0;display:flex}.player-modal-permissions-tip{color:var(--grey-200);background:#3b82f614;border:1px solid #3b82f61f;border-radius:12px;align-items:flex-start;gap:8px;padding:12px 14px;font-size:13px;line-height:1.4;display:flex}.player-modal-permissions-tip-icon{fill:#60a5fa;flex-shrink:0;width:18px;height:18px;margin-top:1px}.player-modal-permissions-tip-close{cursor:pointer;background:0 0;border:none;flex-shrink:0;margin-left:auto;padding:2px}.player-modal-permissions-tip-close svg{width:16px;height:16px;fill:var(--grey-400)}.player-modal-settings{background:var(--grey-850);border-radius:12px;overflow:hidden}.player-modal-settings-row{color:var(--grey-100);border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;font-size:14px;display:flex}.player-modal-settings-row:last-child{border-bottom:none}.player-modal-tip{background:var(--grey-850);color:var(--grey-300);border-radius:8px;padding:12px 14px;font-size:13px;line-height:1.5}.player-modal-switch-row{background:var(--grey-850);color:var(--grey-100);border-radius:8px;justify-content:space-between;align-items:center;gap:16px;padding:12px 14px;font-size:14px;display:flex}@media (width<=900px){.player-modal-nav{z-index:2;position:absolute;top:0;bottom:0;left:0;box-shadow:4px 0 24px #0006}.modal-menu-extended:not(.opened) .player-modal-nav{margin-left:-280px}.player-modal-content-controls{display:flex}.player-modal-cells.cols-4{grid-template-columns:repeat(2,1fr)}.player-modal-stats-cards,.player-modal-stats-cards.graph{grid-template-columns:1fr}.player-modal-report-row{grid-template-columns:1fr;gap:8px}}@media (width<=600px){.player-modal-overlay{padding:0}.modal-border{border:none;border-radius:0;width:100%;height:100%}.player-modal-cells.cols-2,.player-modal-cells.cols-4{grid-template-columns:1fr}}.ip-modal-overlay{z-index:1100;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.ip-modal-border{z-index:1;border:1px solid var(--grey-800);border-radius:12px;width:min(480px,100%);position:relative;overflow:hidden;box-shadow:0 24px 80px #00000080}.ip-modal{background:var(--grey-900);flex-direction:column;display:flex}.ip-modal-header{border-bottom:1px solid var(--grey-1000);justify-content:space-between;align-items:center;gap:12px;padding:20px 20px 16px;display:flex}.ip-modal-title{color:var(--grey-50);margin:0;font-size:16px;font-weight:600}.ip-modal-copy-btn{width:32px;height:32px;color:var(--grey-400);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ip-modal-copy-btn:hover{background:var(--grey-800);color:var(--grey-200)}.ip-modal-copy-btn svg{fill:currentColor;width:18px;height:18px}.ip-modal-body{padding:8px 0 16px}.ip-modal-status{color:var(--grey-400);margin:0 20px 12px;font-size:13px}.ip-modal-status-error{color:#e8a054}.ip-modal-info.loading{opacity:.55}.ip-modal-info{padding:0 20px}.ip-modal-row{border-bottom:1px solid var(--grey-1000);justify-content:space-between;align-items:center;gap:16px;padding:10px 0;display:flex}.ip-modal-row:last-child{border-bottom:none}.ip-modal-row-label{color:var(--grey-400);flex-shrink:0;align-items:center;gap:10px;font-size:14px;display:flex}.ip-modal-row-icon{width:20px;height:20px;color:var(--grey-500);justify-content:center;align-items:center;display:flex}.ip-modal-row-icon svg{fill:currentColor;width:18px;height:18px}.ip-modal-row-value{text-align:right;color:var(--grey-100);min-width:0;font-size:14px}.ip-modal-country{justify-content:flex-end;align-items:center;gap:8px;display:flex}.ip-modal-country .flag{border-radius:50%;flex-shrink:0}.ip-modal-players-section{margin-top:8px;padding:0 20px}.ip-modal-players-title{color:var(--grey-300);margin:0 0 12px;font-size:14px;font-weight:500}.ip-modal-players{flex-direction:column;gap:8px;display:flex}.ip-modal-players-empty{color:var(--grey-500);margin:0;font-size:14px}.ip-modal-player-card{background:var(--grey-950);border:1px solid var(--grey-1000);border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;display:flex}.ip-modal-player-box{flex:1;min-width:0}.ip-modal-player-link{width:32px;height:32px;color:var(--grey-400);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ip-modal-player-link:hover{background:var(--grey-800);color:var(--grey-200)}.ip-modal-player-link svg{fill:currentColor;width:18px;height:18px}.ip-modal-footer{border-top:1px solid var(--grey-1000);justify-content:flex-end;align-items:center;gap:8px;padding:16px 20px 20px;display:flex}.ip-modal-btn{color:var(--grey-200);background:var(--grey-800);border:1px solid var(--grey-700);border-radius:8px;justify-content:center;align-items:center;padding:8px 16px;font-size:14px;font-weight:500;text-decoration:none;display:inline-flex}.ip-modal-btn:hover{background:var(--grey-750,var(--grey-700));color:var(--grey-50)}@media (width<=600px){.ip-modal-overlay{padding:0}.ip-modal-border{border:none;border-radius:0;width:100%;min-height:100%}}.check-detail-header{justify-content:space-between;align-items:center;gap:16px;min-height:64px;display:flex}.check-detail-profile-btn{background:var(--grey-850);width:36px;height:36px;color:var(--grey-300);border-radius:8px;justify-content:center;align-items:center;text-decoration:none;display:flex}.check-detail-profile-btn:hover{color:var(--grey-100);background:var(--grey-800)}.check-detail-profile-btn svg{fill:currentColor;width:20px;height:20px}.check-detail-breadcrumb{align-items:center;gap:6px;font-size:18px;font-weight:500;display:flex}.check-detail-breadcrumb-parent{color:var(--grey-400);text-decoration:none}.check-detail-breadcrumb-parent:hover{color:var(--grey-300)}.check-detail-breadcrumb-sep{color:var(--grey-600)}.check-detail-breadcrumb-current{color:var(--grey-50)}.check-detail-page{padding-top:0}.check-detail-layout{grid-template-columns:1fr 320px;align-items:start;gap:24px;display:grid}.check-detail-layout.active{grid-template-columns:1fr minmax(320px,380px);align-items:stretch;gap:0;min-height:calc(100vh - 120px)}.check-detail-main{flex-direction:column;min-width:0;display:flex}.check-detail-layout.active .check-detail-main{padding-right:16px}.check-detail-moder-header{background:var(--grey-900);border-radius:12px;align-items:center;gap:12px;margin-bottom:24px;padding:16px;display:flex}.check-detail-moder-header.active{background:0 0;border-radius:0;justify-content:space-between;margin-bottom:16px;padding:12px 0}.check-detail-breadcrumb-arrow{width:18px;height:18px;fill:var(--grey-600);flex-shrink:0}.check-moder-info{align-items:center;gap:12px;min-width:0;display:flex}.check-moder-info .player-avatar-image{flex-shrink:0;width:40px;height:40px}.check-moder-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.check-moder-actions .ra-button{cursor:pointer;border:none;border-radius:8px;padding:8px 12px;font-size:14px;font-weight:500}.check-detail-moder-avatar{object-fit:cover;border-radius:50%;width:48px;height:48px}.check-detail-moder-name{color:var(--grey-50);font-weight:600}.check-detail-moder-status{color:var(--grey-500);font-size:13px}.check-detail-activity{flex-direction:column;gap:16px;display:flex}.check-detail-activity-item{grid-template-columns:64px 1fr;gap:12px;display:grid}.check-detail-activity-time{color:#ffffff26;font-variant-numeric:tabular-nums;font-size:13px}.check-detail-activity-title{color:var(--grey-100);font-weight:500}.check-detail-activity-subtitle{color:var(--grey-500);margin-top:4px;font-size:13px}.check-detail-message{align-items:flex-start;gap:10px;display:flex}.check-detail-message-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:32px;height:32px}.check-detail-message-author{color:var(--grey-200);font-size:13px;font-weight:500}.check-detail-message-text{color:var(--grey-300);margin-top:2px}.check-detail-sidebar{background:var(--grey-900);border-radius:12px;flex-direction:column;gap:16px;padding:16px;display:flex}.check-detail-player-link{color:inherit;border-radius:8px;align-items:center;gap:12px;padding:8px;text-decoration:none;display:flex}.check-detail-player-link:hover{background:var(--grey-850)}.check-detail-player-avatar{object-fit:cover;border-radius:50%;width:44px;height:44px}.check-detail-player-name{color:var(--grey-100);font-weight:500}.check-detail-player-status{color:var(--grey-500);font-size:13px}.check-detail-meta{flex-direction:column;gap:10px;display:flex}.check-detail-meta-row{justify-content:space-between;gap:12px;font-size:14px;display:flex}.check-detail-meta-row>span:first-child{color:var(--grey-500)}.check-detail-meta-row>span:last-child{color:var(--grey-200);text-align:right}.check-detail-warning{color:#f59e0b!important}.check-detail-comment-title{color:var(--grey-500);margin-bottom:8px;font-size:13px}.check-detail-comment-text{color:var(--grey-200);white-space:pre-line}.check-detail-comment-header{justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px;display:flex}.check-detail-comment-copy{color:var(--grey-500);cursor:pointer;background:0 0;border:none;padding:4px;display:flex}.check-detail-comment-copy:hover{color:var(--grey-200)}.check-detail-comment-copy svg{fill:currentColor;width:18px;height:18px}.check-detail-related{border-top:1px dashed #ffffff14;flex-direction:column;gap:10px;padding-top:8px;display:flex}.check-detail-related-header{justify-content:space-between;align-items:center;gap:8px;display:flex}.check-detail-related-title{color:var(--grey-200);font-size:14px;font-weight:500}.check-detail-related-count{color:var(--grey-500);font-size:13px}.check-detail-related-item{align-items:center;gap:12px;display:flex}.check-detail-related-player{min-width:0;color:inherit;flex:1;align-items:center;gap:10px;text-decoration:none;display:flex}.check-detail-related-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:36px;height:36px}.check-detail-related-name{color:var(--grey-100);font-size:14px;font-weight:500}.check-detail-related-reason{color:var(--grey-500);font-size:13px}.check-detail-related-link{background:var(--grey-800);color:var(--grey-400);border-radius:6px;flex-shrink:0;padding:6px;text-decoration:none;display:flex}.check-detail-related-link:hover{color:var(--grey-100)}.check-detail-related-link svg{fill:currentColor;width:18px;height:18px}.ban-detail-card{background:var(--grey-900);border-radius:12px;flex-direction:column;gap:16px;max-width:560px;padding:16px;display:flex}.player-modal-kill-combatlog{background:var(--grey-850);color:var(--grey-400);cursor:pointer;border:none;border-radius:6px;margin-left:auto;padding:6px;display:inline-flex}.player-modal-kill-combatlog:hover{color:var(--grey-100)}.player-modal-kill-combatlog svg{fill:currentColor;width:18px;height:18px}@media (width<=900px){.check-detail-layout{grid-template-columns:1fr}}.check-activity{flex-direction:column;flex:1;display:flex}.check-activity-item{grid-template-columns:64px 24px 1fr;align-items:start;gap:8px;padding-bottom:20px;display:grid;position:relative}.check-activity-item:not(:last-child):before{content:"";background:var(--grey-850);width:2px;position:absolute;top:18px;bottom:0;left:75px}.check-activity-time{color:#ffffff26;font-variant-numeric:tabular-nums;text-align:right;margin:0;padding-top:2px;font-size:13px}.check-activity-point{z-index:1;justify-content:center;padding-top:2px;display:flex;position:relative}.check-activity-point .circle{background:var(--grey-1000);border:2px solid var(--grey-600);box-sizing:border-box;border-radius:50%;width:12px;height:12px}.check-activity-point .circle.muted{background:var(--grey-700);border-color:var(--grey-700)}.check-activity-point .circle.amber{border-color:#f59e0b}.check-activity-point .circle.red{border-color:#ef4444}.check-activity-point .circle.grey{border-color:var(--grey-300)}.check-activity-point-avatar{object-fit:cover;border-radius:50%;width:24px;height:24px}.check-activity-content{min-width:0}.check-activity-title{color:var(--grey-50);margin:0;font-size:14px;font-weight:500}.check-activity-subtitle-text{color:var(--grey-500);margin:4px 0 0;font-size:13px}.check-activity-subtitle{color:var(--grey-500);margin-top:4px;font-size:13px}.check-activity-subtitle .player{color:var(--grey-200)}.check-kill-stats{border-radius:6px;gap:2px;width:100%;max-width:240px;margin-top:10px;display:grid;overflow:hidden}.check-kill-stat{background:var(--grey-900);color:var(--grey-400);justify-content:space-between;gap:8px;padding:8px;font-size:13px;display:flex}.check-kill-stat .value{color:var(--grey-200);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.check-sign-states{flex-direction:column;gap:6px;max-width:280px;margin-top:10px;display:flex}.check-sign-state{justify-content:space-between;gap:12px;font-size:13px;display:flex}.check-sign-state .text{color:var(--grey-500);margin:0}.check-sign-state .value{color:var(--grey-200);margin:0}.check-activity-user-message .name{color:var(--grey-200);margin:0;font-size:13px;font-weight:500}.check-activity-user-message .message{color:var(--grey-100);margin:2px 0 0;font-size:14px}.check-footer{background:linear-gradient(to top, var(--grey-1000) 70%, transparent);margin-top:auto;padding-top:16px;padding-bottom:8px;position:sticky;bottom:0}.check-message-input{background:var(--grey-900);border-radius:10px;align-items:center;gap:10px;height:44px;padding:0 12px;display:flex}.check-message-input svg{width:20px;height:20px;fill:var(--grey-600);flex-shrink:0}.check-message-input input{color:var(--grey-50);background:0 0;border:none;outline:none;flex:1;font-size:14px}.check-message-input input::placeholder{color:var(--grey-600)}.check-detail-sidebar.active{border-left:1px solid var(--grey-850);background:0 0;border-radius:0;gap:12px;max-height:calc(100vh - 120px);padding:0 0 0 16px;overflow-y:auto}.check-detail-tags{margin-bottom:4px}.check-detail-tags .player-modal-tag.check-on{color:#09f;background:#0099ff1f}.check-detail-sidebar.active .player-modal-table-card{background:var(--grey-850)}.check-detail-sidebar.active .player-modal-cells{background:var(--grey-900)}.check-detail-sidebar.active .player-modal-cell{background:var(--grey-850);min-width:0}.check-detail-sidebar.active .player-modal-list-subtitle,.check-detail-sidebar.active .player-modal-copy-row,.check-detail-sidebar.active .player-modal-country{min-width:0}.check-detail-sidebar.active .player-modal-table-card-title{font-size:14px}.check-detail-sidebar.active .player-modal-list-title{font-size:12px}.check-detail-sidebar.active .player-modal-list-subtitle{text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.check-detail-player-link.large{padding:4px 0 8px}.check-detail-player-link.large .player-avatar-image{width:48px;height:48px}.check-player-tags{flex-wrap:wrap;gap:6px;display:flex}.check-player-tags .player-tag{background:var(--grey-850);color:var(--grey-200);border-radius:6px;align-items:center;gap:4px;padding:4px 8px;font-size:13px;display:inline-flex}.check-player-tags .player-tag.hov{color:#09f;background:#0099ff1f}.check-team-player{color:inherit;align-items:center;gap:8px;min-width:0;text-decoration:none;display:flex}.check-team-player .player-avatar-image{flex-shrink:0;width:32px;height:32px}.check-team-name{color:var(--grey-100);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:13px;font-weight:500;overflow:hidden}.check-team-seen{color:var(--grey-500);margin:0;font-size:12px}.check-country-row{color:var(--grey-50);align-items:center;gap:6px;font-size:14px;font-weight:500;display:flex}.check-country-row .flag{border-radius:50%;flex-shrink:0}.player-modal-cell.fake{min-height:1px}.text-filter-modal-overlay{z-index:1100;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.text-filter-modal-backdrop{-webkit-backdrop-filter:blur(4px);background:#00000080;position:absolute;inset:0}.text-filter-modal-border{z-index:1;border:1px solid var(--grey-800);border-radius:8px;width:min(420px,95vw);height:auto;position:relative;overflow:hidden;box-shadow:0 24px 80px #00000080}.text-filter-modal-shell{background:var(--grey-900);width:100%}.text-filter-modal .divided-card{flex-direction:column;display:flex;overflow:hidden}.text-filter-modal .divided-card>.header.apply-border{border-bottom:1px solid var(--grey-1000)}.text-filter-modal .divided-card>.header.apply-border>.header{color:var(--grey-50);justify-content:space-between;align-items:center;gap:12px;padding:20px;font-weight:600;display:flex}.text-filter-modal .divided-card .title{color:var(--grey-50);font-size:16px;font-weight:600}.text-filter-modal .divided-card .close{width:20px;height:20px;fill:var(--grey-400);cursor:pointer;flex-shrink:0;transition:fill .15s}.text-filter-modal .divided-card .close:hover{fill:var(--grey-200)}.text-filter-modal .divided-card>.content.padding{padding:20px}.text-filter-modal .text-filter-row{gap:10px;width:100%;display:flex}.text-filter-modal .w-full{width:100%}.text-filter-modal .input-container .input-box{background:var(--grey-1000);border-radius:6px;align-items:stretch;display:flex;overflow:hidden}.text-filter-modal .input-container .input-box input{background:var(--grey-1000);width:100%;min-width:0;height:100%;color:var(--grey-50);border:none;outline:none;flex:1;padding:0 10px;font-size:14px}.text-filter-modal .input-container .input-box input::placeholder{color:var(--grey-600)}.text-filter-modal .input-container .input-box .append{border-left:1px solid var(--grey-900);flex-shrink:0;justify-content:center;align-items:center;display:flex}.text-filter-modal .input-container .input-box .append .ra-button{border-radius:0;height:100%;padding:0 16px;font-size:14px}.text-filter-modal .input-container .input-box .append .ra-button .wrapper p{margin:0;padding:0;font-size:14px;font-weight:500;line-height:1}.ra-button{-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;font-weight:500;display:flex;overflow:hidden}.ra-button .wrapper{width:inherit}.ra-button.preset.primary{color:var(--grey-50);background:#09f;border-radius:6px}.ra-button.preset.primary:hover:not(:disabled){background:#008ae6}.ra-button.preset.disabled,.ra-button.preset.primary.disabled,.ra-button.preset.default.disabled{cursor:not-allowed;color:var(--grey-600);background:var(--grey-850)}.ra-button.preset.disabled:hover,.ra-button.preset.primary.disabled:hover,.ra-button.preset.default.disabled:hover{color:var(--grey-600);background:var(--grey-850)}.ra-button.h-full{height:100%}.ra-button.rounded-none{border-radius:0}.ra-button.flex{display:flex}.ra-button.items-center{align-items:center}.ra-button .wrapper.flex{display:flex}.ra-button .wrapper.justify-center{justify-content:center}.ra-button .wrapper.items-center{align-items:center}.ra-button .wrapper.gap-1\.5{gap:6px}.mute-modal-overlay{z-index:1100;pointer-events:none;position:fixed;inset:0}.mute-modal-root{pointer-events:auto;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.mute-modal-root>.modal-backdrop{position:absolute;inset:0}.mute-modal-border{z-index:40;border:1px solid var(--grey-800);border-radius:8px;width:min(440px,95vw);height:auto;position:relative;overflow:hidden;box-shadow:0 24px 80px #00000080}.mute-modal-shell{background:var(--grey-900);width:100%}.mute-modal{width:100%}.mute-modal .card{flex-direction:column;width:100%;display:flex}.mute-modal .card-header{border-bottom:1px solid var(--grey-1000);justify-content:space-between;align-items:center;padding:20px;display:flex}.mute-modal .card-header .header{color:var(--grey-50);font-size:16px;font-weight:600;display:block}.mute-modal .card-header .subheader{color:var(--grey-400);margin-top:2px;font-size:14px;font-weight:500;line-height:20px}.mute-modal .card-header .append img{object-fit:cover;background:var(--grey-850);border-radius:50%;width:44px;height:44px}.mute-modal .card-content{flex-direction:column;gap:20px;display:flex}.mute-modal .card-content.add-padding{padding:20px}.mute-msg-label{color:var(--grey-400);margin-bottom:4px;font-size:14px}.mute-msg-preview{background:var(--grey-950);box-shadow:inset 0 0 0 2px var(--grey-1000);border-radius:6px;justify-content:center;gap:8px;padding:20px;display:flex}.mute-msg-avatar{object-fit:cover;background:var(--grey-850);border-radius:50%;flex-shrink:0;width:36px;height:36px}.mute-msg-body{flex-direction:column;gap:4px;min-width:0;display:flex;overflow:hidden}.mute-msg-player{color:var(--grey-50);font-size:14px}.mute-msg-text{width:fit-content;max-width:100%;color:var(--grey-400);background:var(--grey-850);word-break:break-word;white-space:normal;border-radius:4px;padding:6px;font-size:12px;line-height:16px}.mute-modal .input-container{flex-direction:column;gap:4px;display:flex}.mute-modal .input-label label{color:var(--grey-400);font-size:14px}.mute-modal .input-container .input-box{background:var(--grey-1000);border-radius:6px;display:flex;overflow:hidden}.mute-modal .input-container .input-box input{background:var(--grey-1000);width:100%;min-width:0;height:100%;color:var(--grey-50);border:none;outline:none;flex:1;padding:0 10px;font-size:14px}.mute-modal .input-container .input-box input::placeholder{color:var(--grey-600)}.mute-modal .input-container .input-box input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.mute-modal .input-container .input-box input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.mute-duration-row{gap:20px;display:flex}.mute-duration-row .input-container{flex:1;min-width:0}.mute-modal .select-wrapper.w-full{flex:1;width:100%;min-width:0}.mute-modal .select-label{color:var(--grey-400);margin-bottom:4px;font-size:14px;display:block}.mute-modal .select.modal{position:relative}.mute-modal .select.modal .activator{background:var(--grey-850);width:100%;height:40px;color:var(--grey-200);cursor:pointer;border:none;border-radius:6px;justify-content:space-between;align-items:center;gap:8px;padding:8px 10px;font-size:16px;font-weight:500;transition:background .15s,color .15s;display:flex}.mute-modal .select.modal .activator:hover,.mute-modal .select.modal .activator.-opened{background:var(--grey-800);color:var(--grey-200)}.mute-modal .select.modal .activator span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mute-modal .select.modal .arrow-icon{width:16px;height:16px;fill:var(--grey-400);flex-shrink:0}.mute-modal .select.modal .arrow-icon.rotate-90{transform:rotate(90deg)}.mute-select-dropdown{min-width:0;top:calc(100% + 4px);left:0;right:0}.mute-modal .checkbox-container{color:var(--grey-350);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:flex-start;padding-left:24px;font-size:14px;display:flex;position:relative}.mute-modal .checkbox-container:hover .checkbox-mark{border-color:#2196f3}.mute-modal .checkbox-container input{opacity:0;width:0;height:0;position:absolute}.mute-modal .checkbox-container .checkbox-mark{border:1.5px solid var(--grey-600);background:var(--grey-850);border-radius:4px;width:16px;height:16px;position:absolute;top:2px;left:0}.mute-modal .checkbox-container input:checked+.checkbox-mark{background:#2196f3;border-color:#2196f3}.mute-modal .checkbox-container .checkbox-mark .icon{visibility:hidden;fill:#fff;width:16px;height:16px}.mute-modal .checkbox-container input:checked+.checkbox-mark .icon{visibility:visible}.mute-modal .card-footer{border-top:1px solid var(--grey-1000);justify-content:flex-end;align-items:center;gap:12px;padding:20px;display:flex}.mute-modal .card-footer .steps{align-items:center;gap:8px;margin-right:auto;display:flex}.mute-modal .card-footer .steps .step{background:var(--grey-600);border-radius:6px;width:8px;height:8px}.mute-modal .card-footer .steps .step.active{background:var(--grey-50);width:16px}.mute-modal .card-footer .buttons{gap:8px;display:flex}.mute-modal .card-footer .buttons .ra-button{border-radius:6px;min-width:88px;height:36px;padding:0 16px;font-size:14px}.mute-modal .card-footer .buttons .ra-button .wrapper p{margin:0;font-size:14px;font-weight:500;line-height:1}.mute-modal .input-container .input-box textarea{resize:none;background:var(--grey-1000);width:100%;min-width:0;height:100%;color:var(--grey-50);border:none;outline:none;flex:1;padding:10px;font-family:inherit;font-size:14px}.mute-modal .input-container .input-box textarea::placeholder{color:var(--grey-600)}.mute-upload-label{color:var(--grey-400);margin-bottom:8px;font-size:14px}.mute-upload-area{cursor:pointer;border:2px dashed var(--grey-750);border-radius:8px;flex-direction:row;align-items:center;padding:16px;transition:border-color .15s;display:flex;overflow:hidden}.mute-upload-area:hover{border-color:var(--grey-600)}.mute-upload-preview{background:var(--grey-750);border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;margin-right:12px;display:flex}.mute-upload-preview svg{width:28px;height:28px;fill:var(--grey-500)}.mute-upload-text{flex-direction:column;gap:2px;min-width:0;line-height:24px;display:flex;overflow:hidden}.mute-upload-text .title{text-overflow:ellipsis;white-space:nowrap;color:var(--grey-50);font-weight:600;overflow:hidden}.mute-upload-text .subtitle{text-overflow:ellipsis;white-space:nowrap;color:var(--grey-400);font-size:14px;line-height:20px;overflow:hidden}.mute-upload-input{opacity:0;pointer-events:none;width:0;height:0;position:absolute}.titled-layout{max-width:1100px;margin:0 auto;padding:24px 0 40px}.top-title{color:var(--grey-50);margin:0;font-size:24px;font-weight:500;line-height:32px}.top-subtitle{color:var(--grey-400);margin:4px 0 0;font-size:14px;font-weight:400;line-height:20px}.servers-divider{--divider-height:2px;flex-direction:column;gap:2px;display:flex}.servers-divider.mt-8{margin-top:32px}.servers-divider.my-8{margin-top:32px;margin-bottom:32px}.servers-divider-line{height:var(--divider-height);background:var(--grey-900)}.servers-page-content.mt-8{margin-top:32px}.servers-page-heading{align-items:center;gap:12px;margin-bottom:20px;display:flex}.servers-page .text-head{color:var(--grey-50);font-size:16px;font-weight:500}.servers-page .text-add{color:var(--info);cursor:pointer;background:0 0;border:none;margin-left:auto;padding:0;font-size:14px;font-weight:500}.servers-page .text-add:hover{color:#6bb8f5}.servers-tip{background:var(--grey-800);color:var(--grey-50);border-radius:6px;justify-content:space-between;gap:8px;margin-bottom:20px;padding:8px;font-size:14px;line-height:20px;display:flex;position:relative;overflow:hidden}.servers-tip.bg-dot-pattern{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23F2F2F233' fill-opacity='0.4' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E")}.servers-tip-gradient{pointer-events:none;width:1px;height:1px;position:absolute;inset:auto auto -40px -40px;box-shadow:0 0 140px 30px #fbbf24}.servers-tip-row{z-index:1;align-items:flex-start;gap:8px;display:flex;position:relative}.servers-tip-icon{fill:#fbbf24;flex-shrink:0;width:20px;height:20px}.server-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.server-card{background:var(--grey-900);border:1px solid var(--grey-850);border-radius:8px;flex-direction:column;display:flex;overflow:hidden}.server-card-banner-wrap{aspect-ratio:16/5;background:var(--grey-850);width:100%;overflow:hidden}.server-card-banner{object-fit:cover;width:100%;height:100%;display:block}.server-card-body{flex-direction:column;gap:12px;padding:14px 16px 16px;display:flex}.server-card-top{justify-content:space-between;gap:16px;display:flex}.server-card-info{align-items:center;gap:12px;min-width:0;display:flex}.server-card-avatar-wrap{flex-shrink:0;width:48px;height:48px;position:relative}.server-card-avatar{object-fit:cover;background:var(--grey-850);border-radius:8px;width:48px;height:48px;display:block}.server-card-status{border:2px solid var(--grey-900);background:var(--grey-500);border-radius:50%;width:12px;height:12px;position:absolute;bottom:-2px;right:-2px}.server-card-status.online{background:#22c55e}.server-card-meta{min-width:0}.server-card-name{color:var(--grey-50);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:15px;font-weight:500;overflow:hidden}.server-card-description{color:var(--grey-400);margin:2px 0 0;font-size:13px}.server-card-settings{aspect-ratio:1;flex-shrink:0;height:fit-content;padding:6px!important}.server-card-settings svg{fill:currentColor;width:20px;height:20px}.server-card-progress{background:var(--grey-850);border-radius:999px;width:100%;height:6px;overflow:hidden}.server-card-progress-online{border-radius:inherit;background:#22c55e;height:100%;transition:width .2s}.server-card-footer{justify-content:space-between;align-items:center;gap:12px;display:flex}.server-card-players{color:var(--grey-300);align-items:center;gap:6px;font-size:13px;display:inline-flex}.server-card-players svg{fill:currentColor;width:16px;height:16px}.server-card-version{color:var(--grey-200);background:var(--grey-850);border-radius:4px;padding:2px 8px;font-size:12px;font-weight:500;position:relative;overflow:hidden}.server-card-version-glow{pointer-events:none;width:1px;height:1px;position:absolute;inset:auto auto -20px -20px;box-shadow:0 0 40px 12px #22c55e73}.page-tip{background-color:var(--grey-950);border:1px solid var(--grey-850);background-image:repeating-linear-gradient(-45deg,#0000,#0000 20px,#ffffff05 20px 40px);border-radius:6px;padding:16px}.page-tip .title{color:var(--grey-50);margin:0 0 4px;font-size:16px;font-weight:400;line-height:24px}.page-tip .subtitle{color:var(--grey-400);margin:0;font-size:16px;font-weight:400;line-height:24px}@media (width<=900px){.server-list{grid-template-columns:1fr}}.server-pair-modal-overlay{z-index:40;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.server-pair-modal-border{z-index:1;border:1px solid var(--grey-800);background:var(--grey-900);border-radius:8px;width:min(420px,95vw);height:auto;max-height:calc(100vh - 32px);position:relative;overflow:hidden;box-shadow:0 24px 80px #00000080}.server-pair-modal{background:var(--grey-900);width:100%;max-height:calc(100vh - 32px);overflow:auto}.server-pair-modal .divided-card{flex-direction:column;width:100%;display:flex}.server-pair-modal .divided-card>.header.apply-border{border-bottom:1px solid var(--grey-1000)}.server-pair-modal .content.padding{padding:20px}.server-pair-command-header{flex-direction:column;align-items:center;padding:24px 20px 20px;display:flex}.server-pair-project-connect{justify-content:center;align-items:center;gap:12px;display:flex}.server-pair-avatar-box{background:var(--grey-850);border-radius:10px;flex-shrink:0;width:48px;height:48px;overflow:hidden}.server-pair-avatar-box img{object-fit:cover;width:100%;height:100%;display:block}.server-pair-arrows{fill:#60a5fa;flex-shrink:0;width:24px;height:24px;animation:1.5s ease-in-out infinite server-pair-pulse}@keyframes server-pair-pulse{0%,to{opacity:1}50%{opacity:.45}}.server-pair-title{text-align:center;color:var(--grey-50);margin-top:10px;font-size:18px;font-weight:500;line-height:28px}.server-pair-subtitle{text-align:center;max-width:300px;color:var(--grey-400);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:14px;font-weight:400;line-height:20px;overflow:hidden}.server-pair-step{flex-direction:column;gap:10px;display:flex}.server-pair-step-spaced{padding-top:20px}.server-pair-step-text{color:var(--grey-300);font-size:14px;line-height:20px}.server-pair-step-text .bright{color:var(--grey-50);font-weight:500}.server-pair-command{background:var(--grey-850);width:100%;color:var(--grey-50);text-align:left;cursor:pointer;border:none;border-radius:6px;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;font-size:14px;transition:background .15s;display:flex}.server-pair-command:hover{background:var(--grey-800)}.server-pair-command-left{flex-direction:row;align-items:center;gap:8px;min-width:0;display:flex}.server-pair-command-left svg{width:20px;height:20px;fill:var(--grey-200);flex-shrink:0}.server-pair-command-left span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.server-pair-icon-box{flex-shrink:0;width:20px;height:20px;display:flex}.server-pair-icon-box svg{width:20px;height:20px;fill:var(--grey-400)}.server-pair-command:hover .server-pair-icon-box svg{fill:var(--grey-200)}.server-pair-reconnect-tip{margin-bottom:20px}.server-context-menu{z-index:1111;border:1px solid var(--grey-800);background:var(--grey-900);border-radius:8px;min-width:180px;padding:4px;position:fixed;box-shadow:0 12px 40px #00000073}.server-context-menu-list{margin:0;padding:0;list-style:none}.server-context-menuitem{margin:0}.server-context-menuitem .ra-button.button{width:100%;color:var(--grey-100);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:flex-start;padding:8px 12px;font-size:14px;font-weight:400}.server-context-menuitem .ra-button.button:hover{background:var(--bg-hover)}.server-context-menuitem.destructive .ra-button.button,.server-context-menuitem .ra-button.button.destructive{color:#f87171}.server-context-menuitem.destructive .ra-button.button:hover,.server-context-menuitem .ra-button.button.destructive:hover{background:#f871711f}.server-context-menuitem .truncate{text-overflow:ellipsis;white-space:nowrap;margin:0;overflow:hidden}.server-edit-modal-overlay,.server-delete-modal-overlay{z-index:50;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.server-edit-modal-border,.server-delete-modal-border{z-index:1;border:1px solid var(--grey-800);border-radius:8px;width:min(420px,95vw);height:auto;max-height:calc(100vh - 32px);position:relative;overflow:hidden;box-shadow:0 24px 80px #00000080}.server-edit-modal,.server-delete-modal{background:var(--grey-900)}.server-edit-modal .divided-card,.server-delete-modal .divided-card{flex-direction:column;display:flex}.server-edit-modal .divided-card>.header.apply-border,.server-delete-modal .divided-card>.header.apply-border{border-bottom:1px solid var(--grey-850);padding:16px 20px}.server-edit-modal .modal-header,.server-delete-modal .modal-header{color:var(--grey-50);margin:0;font-size:16px;font-weight:500}.server-edit-modal .content.padding,.server-delete-modal .content.padding{padding:20px}.server-edit-fields{flex-direction:column;gap:20px;display:flex}.server-edit-modal .footer,.server-delete-modal .footer{border-top:1px solid var(--grey-850);padding:12px 20px 16px}.server-edit-footer{justify-content:flex-end;gap:8px;width:100%;display:flex}.server-delete-text{color:var(--grey-300);margin:0 0 12px;font-size:14px;line-height:1.5}.server-delete-name{color:var(--grey-50);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:14px;font-weight:500;overflow:hidden}.ra-button.preset.primary.destructive{color:#fff;background:#dc2626}.ra-button.preset.primary.destructive:hover:not(:disabled){background:#ef4444}.integrations-page .integrations-body{margin-top:32px}.tabbed-navigation-header{border-bottom:1px solid var(--grey-900);align-items:center;gap:4px;display:flex}.tabbed-navigation-element{color:var(--grey-400);cursor:pointer;background:0 0;border:none;padding:10px 14px;font-size:14px;font-weight:500;line-height:20px;transition:color .15s;position:relative}.tabbed-navigation-element:hover{color:var(--grey-200)}.tabbed-navigation-element.selected{color:var(--grey-50)}.tabbed-navigation-element.selected:after{content:"";background:#09f;border-radius:2px 2px 0 0;height:2px;position:absolute;bottom:-1px;left:0;right:0}.tabbed-navigation-content{padding-top:32px}.integrations-tip{background:var(--grey-800);color:var(--grey-50);border-radius:6px;justify-content:space-between;gap:8px;margin-bottom:10px;padding:8px;font-size:14px;line-height:20px;display:flex;position:relative;overflow:hidden}.integrations-tip.bg-dot-pattern{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23F2F2F233' fill-opacity='0.4' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E")}.integrations-tip-gradient{pointer-events:none;width:1px;height:1px;position:absolute;inset:auto auto -40px -40px;box-shadow:0 0 140px 30px #60a5fa}.integrations-tip-row{z-index:1;align-items:flex-start;gap:8px;display:flex;position:relative}.integrations-tip-icon{fill:#60a5fa;flex-shrink:0;width:20px;height:20px}.integrations-tip p{margin:0}.integrations-section-divider{--divider-height:2px;align-items:center;gap:12px;margin:10px 0;display:flex}.integrations-section-line{height:var(--divider-height);background:var(--grey-900);flex:1}.integrations-section-title{color:var(--grey-500);text-transform:uppercase;letter-spacing:.02em;flex-shrink:0;margin:0;font-size:12px;font-weight:500;line-height:16px}.integrations-action{background:var(--grey-900);border-radius:8px;align-items:center;gap:8px;margin-bottom:2px;padding:10px 12px;display:flex;position:relative}.integrations-action-main{flex:1;align-items:center;gap:12px;min-width:0;display:flex}.integrations-action-img-box{background:var(--grey-850);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.integrations-action-icon{width:20px;height:20px;fill:var(--grey-600)}.integrations-action-lines{min-width:0}.integrations-action-title{color:var(--grey-50);margin:0;font-size:14px;font-weight:500;line-height:20px}.integrations-action-message{color:var(--grey-500);margin:2px 0 0;font-size:13px;line-height:18px}.integrations-action-right{flex-shrink:0;align-items:center;gap:8px;margin-left:auto;display:flex}.integrations-action-menu{cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;padding:0;display:flex}.integrations-action-menu svg{width:18px;height:18px;fill:var(--grey-500)}.integrations-action-menu:hover{background:var(--grey-850)}.integrations-action-menu:hover svg{fill:var(--grey-300)}.integrations-action-badge{opacity:.85;background:#f59e0b;border-radius:0 8px 0 6px;width:8px;height:8px;position:absolute;top:0;right:0}.integrations-rcc-info{color:inherit;background:var(--grey-900);border-radius:8px;align-items:flex-start;gap:12px;padding:14px;text-decoration:none;transition:background .15s;display:flex}.integrations-rcc-info.bg-dot-pattern{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23F2F2F233' fill-opacity='0.4' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E")}.integrations-rcc-info:hover{background-color:var(--grey-850)}.integrations-rcc-logo{width:24px;height:24px;fill:var(--grey-50);flex-shrink:0}.integrations-rcc-info p{flex-direction:column;gap:4px;margin:0;display:flex}.integrations-rcc-info-title{color:var(--grey-50);font-size:15px;font-weight:500}.integrations-rcc-info-subtitle{color:var(--grey-400);font-size:13px;line-height:18px}.integrations-rcc-divider{background:var(--grey-900);height:2px;margin:40px 0}.integrations-rcc-header{margin-bottom:16px}.integrations-rcc-title{color:var(--grey-50);margin:0;font-size:16px;font-weight:500}.integrations-rcc-subtitle{color:var(--grey-500);margin:6px 0 0;font-size:13px;line-height:18px}.integrations-input-container{flex-direction:column;gap:6px;display:flex}.integrations-input-label{justify-content:space-between;align-items:center;gap:12px;display:flex}.integrations-input-label label{color:var(--grey-400);text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.integrations-link{color:#09f;flex-shrink:0;font-size:13px;font-weight:500;text-decoration:none}.integrations-link:hover{color:#6bb8f5}.integrations-input-box{background:var(--grey-900);border-radius:8px;align-items:center;height:40px;display:flex;overflow:hidden}.integrations-input-box input{width:100%;height:100%;color:var(--grey-50);background:0 0;border:none;outline:none;padding:0 10px;font-size:14px}.integrations-input-box input::placeholder{color:var(--grey-600)}.integrations-settings{background:var(--grey-900);border-radius:8px;flex-direction:column;display:flex;overflow:hidden}.integrations-settings.is-disabled{opacity:.4;pointer-events:none;cursor:not-allowed}.integrations-switch-row{border-bottom:1px solid var(--grey-1000);justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;display:flex}.integrations-switch-row:last-child{border-bottom:none}.integrations-switch-text{min-width:0}.integrations-switch-title{color:var(--grey-50);margin:0;font-size:14px;font-weight:500}.integrations-switch-subtitle{color:var(--grey-500);margin-top:2px;font-size:13px;line-height:18px;display:block}.integrations-rcc-benefits{flex-direction:column;gap:8px;display:flex}.integrations-rcc-benefit{background:var(--grey-900);border-radius:8px;padding:12px 14px}.integrations-rcc-benefit p{color:var(--grey-300);margin:0;font-size:14px;line-height:20px}.webhook-edit-modal-overlay{z-index:50;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.webhook-edit-modal-border{z-index:40;border:1px solid var(--grey-800);border-radius:8px;width:min(480px,95vw);height:auto;max-height:calc(100vh - 32px);position:relative;overflow:hidden;box-shadow:0 24px 80px #00000080}.webhook-edit-modal{background:var(--grey-900)}.webhook-edit-modal .divided-card{flex-direction:column;display:flex}.webhook-edit-modal .divided-card>.header.apply-border{border-bottom:1px solid var(--grey-850);padding:16px 20px}.webhook-edit-modal .modal-header{color:var(--grey-50);margin:0;font-size:16px;font-weight:500}.webhook-edit-modal .content.padding{padding:20px}.webhook-edit-desc{color:var(--grey-400);margin:0;font-size:14px;line-height:20px}.webhook-edit-input{margin-top:10px}.webhook-edit-modal .input-box{background:var(--grey-1000);border-radius:8px;align-items:center;display:flex;overflow:hidden}.webhook-edit-modal .input-box input{width:100%;height:100%;color:var(--grey-50);background:0 0;border:none;outline:none;padding:0 10px;font-size:14px}.webhook-edit-modal .input-box input::placeholder{color:var(--grey-700)}.webhook-edit-modal .footer{border-top:1px solid var(--grey-850);padding:12px 20px 16px}.webhook-edit-footer{justify-content:flex-end;gap:10px;width:100%;display:flex}.discord-webhook-modal-root{z-index:50;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.discord-webhook-modal-root>.modal-backdrop{position:absolute;inset:0}.discord-webhook-modal-border{z-index:40;border:1px solid var(--grey-800);border-radius:8px;width:min(480px,95vw);max-height:calc(100vh - 32px);position:relative;overflow:hidden;box-shadow:0 24px 80px #00000080}.discord-webhook-modal{background:var(--grey-900)}.discord-webhook-modal .card{flex-direction:column;max-height:calc(100vh - 32px);display:flex}.discord-webhook-modal .card-header{border-bottom:1px solid var(--grey-850);justify-content:space-between;align-items:flex-start;gap:12px;padding:16px 20px;display:flex}.discord-webhook-modal .card-header .header{color:var(--grey-50);margin:0;font-size:16px;font-weight:500}.discord-webhook-modal .card-header .subheader{color:var(--grey-500);margin:4px 0 0;font-size:13px}.discord-webhook-header-icon{background:var(--grey-1000);width:40px;height:40px;fill:var(--grey-800);border-radius:6px;flex-shrink:0;padding:8px}.discord-webhook-modal .card-content.add-padding{padding:20px;overflow:auto}.discord-webhook-step{flex-direction:column;gap:16px;display:flex}.discord-webhook-modal .select-wrapper.w-full{width:100%}.discord-webhook-modal .select-label{color:var(--grey-400);margin-bottom:4px;font-size:14px;display:block}.discord-webhook-modal .select.modal{position:relative}.discord-webhook-modal .select.modal .activator{background:var(--grey-1000);width:100%;height:40px;color:var(--grey-200);cursor:pointer;border:none;border-radius:6px;justify-content:space-between;align-items:center;gap:8px;padding:8px 10px;font-size:14px;font-weight:500;display:flex}.discord-webhook-modal .select.modal .activator:hover,.discord-webhook-modal .select.modal .activator.-opened{background:var(--grey-850)}.discord-webhook-modal .select.modal .arrow-icon{width:16px;height:16px;fill:var(--grey-400);flex-shrink:0}.discord-webhook-modal .select.modal .arrow-icon.rotate-90{transform:rotate(90deg)}.discord-webhook-lang-dropdown{z-index:10;border:1px solid var(--grey-800);background:var(--grey-900);border-radius:8px;padding:4px;position:absolute;top:calc(100% + 4px);left:0;right:0;box-shadow:0 12px 32px #00000073}.discord-webhook-lang-option{width:100%;color:var(--grey-300);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:8px 10px;font-size:14px;display:block}.discord-webhook-lang-option:hover,.discord-webhook-lang-option.selected{background:var(--grey-850);color:var(--grey-50)}.discord-webhook-modal .input-label label{color:var(--grey-400);margin-bottom:4px;font-size:14px;display:block}.discord-webhook-modal .input-box{background:var(--grey-1000);border-radius:8px;align-items:center;height:40px;display:flex;overflow:hidden}.discord-webhook-modal .input-box input{width:100%;height:100%;color:var(--grey-50);background:0 0;border:none;outline:none;padding:0 10px;font-size:14px}.discord-webhook-modal .input-box input::placeholder{color:var(--grey-700)}.discord-webhook-numeric-row,.discord-webhook-switch-row{justify-content:space-between;align-items:center;gap:16px;display:flex}.discord-webhook-numeric-text,.discord-webhook-switch-text{flex-direction:column;gap:2px;min-width:0;display:flex}.discord-webhook-numeric-text .title,.discord-webhook-switch-text .title{color:var(--grey-200);margin:0;font-size:14px;font-weight:500}.discord-webhook-numeric-text .subtitle,.discord-webhook-switch-text .subtitle{color:var(--grey-500);font-size:13px}.discord-webhook-numeric-input{background:var(--grey-1000);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;min-width:88px;height:36px;padding:0 28px;display:flex;position:relative}.discord-webhook-numeric-input input{color:var(--grey-50);-moz-appearance:textfield;background:0 0;border:none;outline:none;font-size:14px;font-weight:500}.discord-webhook-numeric-input input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.discord-webhook-numeric-input input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.discord-webhook-numeric-input .control{width:28px;color:var(--grey-400);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;font-size:16px;display:flex;position:absolute;top:0;bottom:0}.discord-webhook-numeric-input .control.minus{left:0}.discord-webhook-numeric-input .control.plus{right:0}.discord-webhook-numeric-input .control:hover:not(.disabled){color:var(--grey-50)}.discord-webhook-numeric-input .control.disabled{opacity:.35;cursor:default}.discord-webhook-modal .card-footer{border-top:1px solid var(--grey-850);align-items:center;gap:12px;padding:12px 20px 16px;display:flex}.discord-webhook-modal .card-footer .steps{align-items:center;gap:8px;margin-right:auto;display:flex}.discord-webhook-modal .card-footer .steps .step{background:var(--grey-600);border-radius:6px;width:8px;height:8px}.discord-webhook-modal .card-footer .steps .step.active{background:var(--grey-50);width:16px}.discord-webhook-modal .card-footer .buttons{gap:8px;display:flex}.discord-webhook-modal .card-footer .buttons .ra-button{border-radius:6px;min-width:88px;height:36px;padding:0 16px;font-size:14px}.staff-page-layout .staff-body{margin-top:32px}.staff-section-title{align-items:center;gap:12px;margin-bottom:20px;display:flex}.staff-section-title .text-head{color:var(--grey-50);font-size:16px;font-weight:500}.staff-section-title .text-add{color:var(--info);cursor:pointer;background:0 0;border:none;margin-left:auto;padding:0;font-size:14px;font-weight:500}.staff-section-title .text-add:hover{color:#6bb8f5}.staff-clients-grid{grid-template-columns:repeat(var(--staff-cols,4), minmax(0, 1fr));gap:12px;display:grid}.staff-client-card{background:var(--grey-900);cursor:pointer;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;min-height:180px;padding:20px 12px 16px;display:flex;position:relative;overflow:hidden}.staff-client-card.empty{cursor:default;border:1px dashed var(--grey-850);pointer-events:none;background:0 0;min-height:180px}.staff-blur-avatar{object-fit:cover;filter:blur(28px)saturate(1.1);opacity:.45;pointer-events:none;-webkit-user-select:none;user-select:none;width:140%;height:140%;position:absolute;inset:-20%}.staff-card-background{pointer-events:none;background:linear-gradient(#1e1e1e59 0%,#1e1e1ed9 100%);position:absolute;inset:0}.staff-card-client{z-index:1;text-align:center;flex-direction:column;align-items:center;width:100%;min-width:0;display:flex;position:relative}.staff-card-avatar{--image-size:64px;--badge-size:12px;--border-size:3px;width:var(--image-size);height:var(--image-size);margin-bottom:10px}.staff-card-avatar-mask{width:var(--image-size);height:var(--image-size);position:relative}.staff-card-avatar-svg{width:100%;height:100%}.staff-mask-circle{cx:calc(var(--image-size) / 2);cy:calc(var(--image-size) / 2);r:calc(var(--image-size) / 2);fill:#fff}.staff-mask-cut{fill:#000;r:calc((var(--badge-size) + var(--border-size) * 2) / 2);transform:translate(calc(var(--image-size) - (var(--badge-size) + var(--border-size) * 2) / 2), calc(var(--image-size) - (var(--badge-size) + var(--border-size) * 2) / 2))}.staff-card-avatar-img{width:100%;height:100%}.staff-status-badge{bottom:var(--border-size);right:var(--border-size);width:var(--badge-size);height:var(--badge-size);border-radius:50%;position:absolute}.staff-status-badge.online{background:#8bc94e}.staff-status-badge.offline{background:#9c9c9c}.staff-card-name{text-overflow:ellipsis;white-space:nowrap;max-width:100%;color:var(--grey-50);margin:0;font-size:14px;font-weight:500;line-height:20px;overflow:hidden}.staff-card-username{text-overflow:ellipsis;white-space:nowrap;max-width:100%;color:var(--grey-500);margin:2px 0 0;font-size:13px;line-height:18px;overflow:hidden}.staff-role-icon{z-index:2;align-items:center;display:flex;position:absolute;top:10px;right:10px}.staff-role-crown,.staff-role-diamond{width:18px;height:18px;fill:var(--grey-50)}.staff-role-crown{fill:#f5c542}.staff-role-diamond{fill:#43a6f0}.staff-divider{flex-direction:column;gap:2px;margin:32px 0;display:flex}.staff-divider-line{background:var(--grey-850);height:1px}.staff-bottom-title{color:var(--grey-50);margin:0;font-size:15px;font-weight:500}.staff-bottom-subtitle{max-width:720px;color:var(--grey-500);margin:8px 0 0;font-size:14px;line-height:20px}.staff-settings-container{padding:0}.staff-settings{background:var(--grey-900);border-radius:8px;flex-direction:column;display:flex;overflow:hidden}.staff-switch-row{border-bottom:1px solid var(--grey-1000);justify-content:space-between;align-items:center;gap:16px;min-height:64px;padding:14px 16px;display:flex}.staff-switch-row:last-child{border-bottom:none}.staff-switch-text{flex:1;min-width:0}.staff-switch-title-wrap{align-items:center;gap:6px;display:flex}.staff-switch-title{color:var(--grey-50);margin:0;font-size:14px;font-weight:500;line-height:20px}.staff-switch-subtitle{color:var(--grey-500);margin-top:2px;font-size:13px;line-height:18px;display:block}.staff-switch-control{flex-shrink:0;align-items:center;height:100%;display:flex;position:relative}@media (width<=900px){.staff-clients-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=560px){.staff-clients-grid{grid-template-columns:1fr}.staff-client-card.empty{display:none}}.add-staff-modal-root{z-index:50;pointer-events:auto;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.add-staff-modal-root>.modal-backdrop{position:absolute;inset:0}.add-staff-modal-border{z-index:40;border:1px solid var(--grey-800);border-radius:8px;width:min(440px,95vw);height:auto;position:relative;overflow:hidden;box-shadow:0 24px 80px #00000080}.add-staff-modal-border.is-perms-step{flex-direction:column;width:min(520px,95vw);max-height:min(860px,100vh - 32px);display:flex}.add-staff-modal{background:var(--grey-900);width:100%}.add-staff-modal.is-perms-step{max-height:inherit;flex-direction:column;display:flex;overflow:hidden}.add-staff-modal .card{flex-direction:column;width:100%;display:flex}.add-staff-modal.is-perms-step .card{max-height:min(860px,100vh - 32px);overflow:hidden}.add-staff-modal .card-header{border-bottom:1px solid var(--grey-1000);flex-shrink:0;justify-content:space-between;align-items:center;padding:20px;display:flex}.add-staff-modal .card-header .header{color:var(--grey-50);margin:0;font-size:16px;font-weight:500;line-height:24px}.add-staff-modal .card-header .subheader{color:var(--grey-500);margin:2px 0 0;font-size:13px;font-weight:400;line-height:18px}.add-staff-modal .card-content{padding:20px}.add-staff-modal.is-perms-step .card-content{flex:auto;min-height:0;padding:16px 20px 8px;overflow-y:auto}.add-staff-modal .input-container{flex-direction:column;gap:8px;display:flex}.add-staff-modal .input-label label{color:var(--grey-400);font-size:13px;font-weight:500}.add-staff-modal .input-box{background:var(--grey-1000);border-radius:8px;align-items:center;display:flex;overflow:hidden}.add-staff-modal .input-box.with-prepend{padding-left:0}.add-staff-modal .input-box .prepend{color:var(--grey-500);-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;padding:0 0 0 12px;font-size:14px;font-weight:400;line-height:1;display:flex}.add-staff-modal .input-box input{width:100%;height:100%;color:var(--grey-50);background:0 0;border:none;outline:none;padding:0 10px 0 2px;font-size:14px}.add-staff-modal .input-box input::placeholder{color:var(--grey-700)}.add-staff-modal .card-footer{border-top:1px solid var(--grey-1000);flex-shrink:0;justify-content:flex-end;align-items:center;gap:12px;padding:16px 20px 20px;display:flex}.add-staff-modal .card-footer .steps{align-items:center;gap:8px;margin-right:auto;display:flex}.add-staff-modal .card-footer .steps .step{background:var(--grey-600);border-radius:6px;width:8px;height:8px}.add-staff-modal .card-footer .steps .step.active{background:var(--grey-50);width:16px}.add-staff-modal .card-footer .buttons{gap:8px;display:flex}.add-staff-modal .card-footer .buttons .ra-button{border-radius:6px;min-width:88px;height:36px;padding:0 16px;font-size:14px}.add-staff-modal .card-footer .buttons .ra-button .wrapper p{margin:0;font-size:14px;font-weight:500;line-height:1}.staff-perms-modal-root{z-index:50;pointer-events:auto;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.staff-perms-modal-root>.modal-backdrop{position:absolute;inset:0}.staff-perms-modal-border{z-index:40;border:1px solid var(--grey-800);border-radius:8px;flex-direction:column;width:min(520px,95vw);height:auto;max-height:min(860px,100vh - 32px);display:flex;position:relative;overflow:hidden;box-shadow:0 24px 80px #00000080}.staff-perms-modal{width:100%;max-height:inherit;background:var(--grey-900);flex-direction:column;display:flex;overflow:hidden}.staff-perms-modal .card{flex-direction:column;width:100%;max-height:min(860px,100vh - 32px);display:flex;overflow:hidden}.staff-perms-modal .card-header{border-bottom:1px solid var(--grey-1000);flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:12px;padding:20px;display:flex}.staff-perms-modal .card-header .header{color:var(--grey-50);margin:0;font-size:16px;font-weight:500;line-height:24px}.staff-perms-modal .card-header .subheader{color:var(--grey-500);margin:2px 0 0;font-size:13px;font-weight:400;line-height:18px}.staff-perms-modal .card-header .append{flex-shrink:0}.staff-perms-avatar{background:var(--grey-850);border-radius:8px;width:44px;height:44px;overflow:hidden}.staff-perms-avatar img{object-fit:cover;width:100%;height:100%;display:block}.staff-perms-modal .card-content{flex:auto;min-height:0;padding:16px 20px 8px;overflow-y:auto}.staff-perms-modal .permissions-edit-modal{flex-direction:column;gap:4px;display:flex}.staff-admin-switch{background:var(--grey-1000);border-radius:8px;justify-content:space-between;align-items:flex-start;gap:16px;padding:14px 16px;display:flex}.staff-admin-switch-text{flex-direction:column;gap:4px;min-width:0;display:flex}.staff-admin-switch-title{color:var(--grey-50);margin:0;font-size:14px;font-weight:500;line-height:20px}.staff-admin-switch-subtitle{color:var(--grey-500);font-size:12px;font-weight:400;line-height:16px}.staff-admin-switch-control{flex-shrink:0;align-items:center;height:20px;margin-top:2px;display:flex}.staff-perms-divider{flex-direction:column;gap:2px;margin:12px 0 8px;display:flex}.staff-perm-section{flex-direction:column;gap:8px;padding:10px 0 6px;display:flex}.staff-perm-section-title{color:var(--grey-50);margin:0 0 2px;font-size:14px;font-weight:500;line-height:20px}.staff-perm-section-title.is-muted{color:var(--grey-400)}.staff-perm-row{align-items:flex-start;gap:6px;display:flex}.staff-perm-hint-icon{width:16px;height:16px;fill:var(--grey-600);flex-shrink:0;margin-top:2px}.staff-perm-subsection{border-left:2px solid var(--grey-1000);flex-direction:column;gap:8px;margin:8px 0 4px 8px;padding-left:12px;display:flex}.staff-perms-modal .checkbox-container,.add-staff-modal .checkbox-container{color:var(--grey-350);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:flex-start;padding-left:24px;font-size:14px;line-height:20px;display:flex;position:relative}.staff-perms-modal .checkbox-container:hover:not(.is-inactive) .checkbox-mark,.add-staff-modal .checkbox-container:hover:not(.is-inactive) .checkbox-mark{border-color:#2196f3}.staff-perms-modal .checkbox-container input,.add-staff-modal .checkbox-container input{opacity:0;width:0;height:0;position:absolute}.staff-perms-modal .checkbox-container .checkbox-mark,.add-staff-modal .checkbox-container .checkbox-mark{border:1.5px solid var(--grey-600);background:var(--grey-850);border-radius:4px;justify-content:center;align-items:center;width:16px;height:16px;display:flex;position:absolute;top:2px;left:0}.staff-perms-modal .checkbox-container.circle .checkbox-mark,.add-staff-modal .checkbox-container.circle .checkbox-mark{border-radius:50%}.staff-perms-modal .checkbox-container input:checked+.checkbox-mark,.add-staff-modal .checkbox-container input:checked+.checkbox-mark{background:#2196f3;border-color:#2196f3}.staff-perms-modal .checkbox-container .checkbox-mark .icon,.add-staff-modal .checkbox-container .checkbox-mark .icon{visibility:hidden;fill:#fff;width:16px;height:16px}.staff-perms-modal .checkbox-container input:checked+.checkbox-mark .icon,.add-staff-modal .checkbox-container input:checked+.checkbox-mark .icon{visibility:visible}.staff-perms-modal .checkbox-container.is-inactive,.staff-perm-row.is-inactive .staff-perm-hint-icon,.add-staff-modal .checkbox-container.is-inactive{opacity:.3;pointer-events:none;filter:grayscale(.9)}.staff-perms-modal .card-footer{border-top:1px solid var(--grey-1000);flex-shrink:0;justify-content:flex-end;align-items:center;gap:12px;padding:16px 20px 20px;display:flex}.staff-perms-modal .card-footer .buttons{gap:8px;display:flex}.staff-perms-modal .card-footer .buttons .ra-button{border-radius:6px;min-width:88px;height:36px;padding:0 16px;font-size:14px}.staff-perms-modal .card-footer .buttons .ra-button .wrapper p{margin:0;font-size:14px;font-weight:500;line-height:1}.mod-settings-page .mod-settings-body{margin-top:32px}.mod-settings-section+.mod-settings-section,.mod-settings-section-inner{margin-top:0}.mod-settings-text-head,.mod-settings-group-title{color:var(--grey-50);margin:0 0 16px;font-size:16px;font-weight:500}.mod-settings-section-header{flex-direction:column;gap:6px;margin-bottom:16px;display:flex}.mod-settings-section-title{color:var(--grey-50);font-size:16px;font-weight:500}.mod-settings-section-subtitle{color:var(--grey-500);font-size:13px;line-height:18px}.mod-settings-container{padding-bottom:0}.mod-settings-panel{background:var(--grey-900);border-radius:8px;flex-direction:column;display:flex;overflow:hidden}.mod-settings-switch-row,.mod-settings-numeric-row,.mod-settings-action-row{border-bottom:1px solid var(--grey-1000);justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;display:flex}.mod-settings-switch-row:last-child,.mod-settings-numeric-row:last-child,.mod-settings-action-row:last-child{border-bottom:none}.mod-settings-switch-row.is-disabled .mod-settings-switch-text,.mod-settings-numeric-row.is-disabled .mod-settings-numeric-text,.mod-settings-numeric-row.is-disabled .mod-settings-numeric-input{opacity:.4}.mod-settings-switch-row.is-disabled .mod-settings-switch-text,.mod-settings-switch-row.is-disabled .mod-settings-switch-control{cursor:not-allowed;pointer-events:none}.mod-settings-switch-row.is-disabled .mod-settings-switch-control{opacity:.4}.mod-settings-switch-row.is-disabled{cursor:not-allowed}.mod-settings-switch-text,.mod-settings-numeric-text{flex:1;min-width:0}.mod-settings-switch-title-wrap{align-items:center;gap:4px;display:flex}.mod-settings-switch-title{color:var(--grey-50);margin:0;font-size:14px;font-weight:500}.mod-settings-switch-subtitle{color:var(--grey-500);margin-top:2px;font-size:13px;line-height:18px;display:block}.mod-settings-switch-control{flex-shrink:0;align-items:center;gap:8px;display:flex}.mod-settings-switch-control--kebab{gap:12px}.mod-settings-kebab{width:18px;height:18px;fill:var(--grey-500);flex-shrink:0}.mod-settings-kebab-btn{cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:2px;transition:background .15s;display:flex}.mod-settings-kebab-btn:hover{background:var(--grey-850)}.mod-settings-kebab-btn:hover .mod-settings-kebab{fill:var(--grey-300)}.mod-settings-select-wrap{flex-shrink:0;position:relative}.mod-settings-select-btn{color:var(--grey-200);cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;gap:2px;padding:2px 4px;font-size:14px;transition:background .15s;display:flex}.mod-settings-select-btn:hover{background:var(--grey-850)}.mod-settings-select-arrow{width:16px;height:16px;fill:var(--grey-400);transition:transform .15s;transform:rotate(90deg)}.mod-settings-select-arrow.open{transform:rotate(-90deg)}.mod-settings-select-dropdown{z-index:20;background:var(--grey-850);border:1px solid var(--grey-800);border-radius:8px;min-width:120px;padding:4px;position:absolute;top:calc(100% + 4px);right:0;box-shadow:0 8px 24px #00000059}.mod-settings-select-option{width:100%;color:var(--grey-200);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:8px 10px;font-size:14px;display:block}.mod-settings-select-option:hover,.mod-settings-select-option.active{background:var(--grey-750);color:var(--grey-50)}.mod-settings-numeric-input{flex-shrink:0}.mod-settings-numeric-box{background:var(--grey-1000);border-radius:8px;align-items:center;height:24px;display:flex;overflow:hidden}.mod-settings-numeric-field{width:2ch;min-width:24px;color:var(--grey-50);text-align:center;-moz-appearance:textfield;background:0 0;border:none;outline:none;font-size:14px;font-weight:500}.mod-settings-numeric-field::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.mod-settings-numeric-field::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.mod-settings-numeric-field:disabled{color:var(--grey-500)}.mod-settings-numeric-control{width:28px;height:100%;color:var(--grey-400);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;font-size:16px;line-height:1;transition:color .15s,background .15s;display:flex}.mod-settings-numeric-control:hover:not(:disabled){background:var(--grey-900);color:var(--grey-200)}.mod-settings-numeric-control:disabled,.mod-settings-numeric-control.disabled{opacity:.35;cursor:not-allowed}.mod-settings-action-row{text-align:left;cursor:pointer;background:0 0;border:none;width:100%;transition:background .15s}.mod-settings-action-row:hover{background:#ffffff05}.mod-settings-action-row--destructive .mod-settings-switch-title{color:#f87171}.mod-settings-action-arrow{width:18px;height:18px;fill:var(--grey-500);flex-shrink:0}.mod-settings-divider{--divider-height:2px}.mod-settings-divider.my-8{margin-top:32px;margin-bottom:32px}.mod-settings-divider.my-10{margin-top:40px;margin-bottom:40px}.mod-settings-divider-line{height:var(--divider-height);background:var(--grey-900)}.mod-settings-reasons-panel{background:var(--grey-900);border-radius:8px;flex-direction:column;gap:20px;padding:20px;display:flex}.mod-settings-suggester-field{flex-direction:column;gap:8px;display:flex}.mod-settings-suggester-label{display:block}.mod-settings-suggester-label-inner{align-items:center;gap:4px;width:100%;display:flex}.mod-settings-suggester-label-text{color:var(--grey-400);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:500;overflow:hidden}.mod-settings-info-icon{width:16px;height:16px;fill:var(--grey-400);cursor:help;flex-shrink:0}.mod-settings-suggester-box,.mod-settings-suggester-box.input-box{background:var(--grey-1000);border-radius:8px;flex-wrap:wrap;align-items:center;gap:6px;min-height:40px;padding:6px 8px;display:flex}.mod-settings-suggester-box input{min-width:80px;color:var(--grey-50);background:0 0;border:none;outline:none;flex:1;font-size:14px}.mod-settings-suggester-tag{background:var(--grey-850);border-radius:6px;align-items:center;gap:4px;max-width:100%;padding:4px 8px;display:inline-flex}.mod-settings-suggester-tag p{color:var(--grey-200);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:13px;overflow:hidden}.mod-settings-suggester-tag button{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex}.mod-settings-suggester-tag svg{width:14px;height:14px;fill:var(--grey-500);flex-shrink:0}.mod-settings-suggester-tag button:hover svg{fill:var(--grey-300)}.mod-settings-add-action{background:var(--grey-900);width:100%;color:var(--grey-50);cursor:pointer;border:none;border-radius:8px;align-items:center;gap:8px;padding:12px 14px;transition:background .15s;display:flex}.mod-settings-add-action:hover{background:var(--grey-850)}.mod-settings-add-action svg{width:20px;height:20px;fill:var(--grey-400);flex-shrink:0}.mod-settings-add-action p{margin:0;font-size:14px;font-weight:500}.mod-settings-actions-toolbar{flex-wrap:wrap;gap:8px;display:flex}.mod-settings-actions-toolbar .mod-settings-add-action{flex:1;width:auto;min-width:220px}.mod-settings-bright{color:var(--grey-200)}.mod-settings-docs-btn{width:fit-content;margin-top:8px}.mod-settings-tip{background:var(--grey-800);color:var(--grey-50);border-radius:6px;justify-content:space-between;gap:8px;margin-bottom:32px;padding:8px;font-size:14px;line-height:20px;display:flex;position:relative;overflow:hidden}.mod-settings-tip.bg-dot-pattern{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23F2F2F233' fill-opacity='0.4' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E")}.mod-settings-tip-gradient{pointer-events:none;width:1px;height:1px;position:absolute;inset:auto auto -40px -40px;box-shadow:0 0 140px 30px #60a5fa}.mod-settings-tip-row{z-index:1;align-items:flex-start;gap:8px;display:flex;position:relative}.mod-settings-tip-icon{fill:#60a5fa;flex-shrink:0;width:20px;height:20px}.mod-settings-tip-close{z-index:1;cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;padding:0;display:flex;position:relative}.mod-settings-tip-close svg{width:16px;height:16px;fill:var(--grey-400)}.mod-settings-tip-close:hover svg{fill:var(--grey-200)}.mod-settings-autokick{position:relative}.mod-settings-no-plan{z-index:5;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#141414d1;flex-direction:column;justify-content:flex-start;align-items:center;padding-top:80px;display:flex;position:absolute;inset:0}.mod-settings-no-plan-icon{width:48px;height:48px;margin-bottom:12px}.mod-settings-no-plan-icon svg{fill:var(--grey-300);width:100%;height:100%}.mod-settings-no-plan-text{text-align:center;max-width:360px;margin-bottom:8px}.mod-settings-no-plan-title{color:var(--grey-50);margin:0 0 4px;font-size:16px;font-weight:600}.mod-settings-no-plan-subtitle{color:var(--grey-400);margin:0;font-size:13px;line-height:18px}.mod-settings-no-plan-btn{margin-top:8px}.mod-settings-api-header{align-items:center;gap:8px;margin-bottom:16px;display:flex}.mod-settings-api-docs-link{font-size:16px}.mod-settings-warning{background:var(--grey-900);border-radius:8px;flex-direction:column;gap:8px;padding:16px;display:flex}.mod-settings-warning-title{color:var(--grey-50);margin:0;font-size:14px;font-weight:600}.mod-settings-warning-subtitle{color:var(--grey-500);font-size:13px;line-height:18px}.mod-settings-warning-btn{width:fit-content;margin-top:4px}.mod-settings-empty-list{background:var(--grey-900);border-radius:8px;padding:24px}.mod-settings-empty-list-inner{flex-direction:column;align-items:center;gap:12px;display:flex}.mod-settings-empty-icon svg{width:80px;height:auto;stroke:var(--grey-600);fill:none}.mod-settings-empty-text{text-align:center}.mod-settings-empty-title{color:var(--grey-100);margin:0 0 4px;font-size:14px;font-weight:600}.mod-settings-empty-desc{max-width:300px;color:var(--grey-300);margin:0;font-size:13px;line-height:18px}.mod-settings-switch-row--wide{width:100%}.autokick-modal-root{z-index:50;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.autokick-modal-root>.modal-backdrop{position:absolute;inset:0}.autokick-modal-border{z-index:40;border:1px solid var(--grey-800);border-radius:8px;width:min(480px,95vw);max-height:calc(100vh - 32px);position:relative;overflow:hidden;box-shadow:0 24px 80px #00000080}.autokick-modal{background:var(--grey-900)}.autokick-modal .card{flex-direction:column;max-height:calc(100vh - 32px);display:flex}.autokick-modal .card-header{border-bottom:1px solid var(--grey-850);justify-content:space-between;align-items:flex-start;gap:12px;padding:16px 20px;display:flex}.autokick-modal .card-header .header{color:var(--grey-50);margin:0;font-size:16px;font-weight:500}.autokick-modal .card-header .subheader{color:var(--grey-500);margin:4px 0 0;font-size:13px}.autokick-modal .card-header .append{background:var(--grey-1000);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;padding:8px;display:flex}.autokick-modal .card-header .append svg{width:24px;height:24px;fill:var(--grey-600)}.autokick-modal .card-content.add-padding{padding:20px;overflow:auto}.autokick-modal-step{flex-direction:column;gap:16px;display:flex}.autokick-modal .select-wrapper.w-full{width:100%}.autokick-modal .select-label{color:var(--grey-400);margin-bottom:4px;font-size:14px;display:block}.autokick-modal .select.modal{position:relative}.autokick-modal .select.modal .activator{background:var(--grey-1000);width:100%;height:40px;color:var(--grey-200);cursor:pointer;border:none;border-radius:6px;justify-content:space-between;align-items:center;gap:8px;padding:8px 10px;font-size:14px;font-weight:500;display:flex}.autokick-modal .select.modal .activator:hover,.autokick-modal .select.modal .activator.-opened{background:var(--grey-850)}.autokick-modal .select.modal .arrow-icon{width:16px;height:16px;fill:var(--grey-400);flex-shrink:0}.autokick-modal .select.modal .arrow-icon.rotate-90{transform:rotate(90deg)}.autokick-modal-dropdown{z-index:10;border:1px solid var(--grey-800);background:var(--grey-900);border-radius:8px;padding:4px;position:absolute;top:calc(100% + 4px);left:0;right:0;box-shadow:0 12px 32px #00000073}.autokick-modal-option{width:100%;color:var(--grey-200);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:8px 10px;font-size:14px;display:block}.autokick-modal-option:hover,.autokick-modal-option.selected{background:var(--grey-850);color:var(--grey-50)}.autokick-modal-row{justify-content:space-between;align-items:center;gap:16px;display:flex}.autokick-modal-row-title{color:var(--grey-200);font-size:14px;font-weight:500}.autokick-modal-row-text{flex-direction:column;gap:2px;min-width:0;display:flex}.autokick-modal-row-subtitle{color:var(--grey-500);font-size:13px;line-height:18px}.autokick-modal-numeric{background:var(--grey-1000);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;min-width:88px;height:36px;padding:0 28px;display:flex;position:relative}.autokick-modal-numeric input{color:var(--grey-50);-moz-appearance:textfield;background:0 0;border:none;outline:none;font-size:14px;font-weight:500}.autokick-modal-numeric input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.autokick-modal-numeric input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.autokick-modal-numeric .control{width:28px;color:var(--grey-400);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;font-size:16px;display:flex;position:absolute;top:0;bottom:0}.autokick-modal-numeric .control.minus{left:0}.autokick-modal-numeric .control.plus{right:0}.autokick-modal-numeric .control:hover:not(.disabled){color:var(--grey-50)}.autokick-modal-numeric .control.disabled{opacity:.35;cursor:default}.autokick-modal-tip{background:var(--grey-1000);border-radius:8px;align-items:flex-start;gap:8px;padding:12px;display:flex;position:relative;overflow:hidden}.autokick-modal-tip svg{width:18px;height:18px;fill:var(--grey-400);flex-shrink:0;margin-top:1px}.autokick-modal-tip span{color:var(--grey-300);font-size:13px;line-height:18px}.autokick-modal-tip.warning{background:color-mix(in srgb, #fbbf24 12%, var(--grey-1000))}.autokick-modal-tip.warning svg{fill:#fbbf24}.autokick-modal-tip.warning span{color:var(--grey-100)}.autokick-modal .input-container{flex-direction:column;gap:4px;display:flex}.autokick-modal .input-label label{color:var(--grey-400);font-size:14px}.autokick-modal .input-box{background:var(--grey-1000);border-radius:6px;align-items:center;min-height:40px;padding:0 10px;display:flex}.autokick-modal .input-box input{width:100%;color:var(--grey-50);background:0 0;border:none;outline:none;font-size:14px;font-weight:500}.autokick-modal-vars{flex-direction:column;gap:8px;margin-top:4px;display:flex}.autokick-modal-var{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.autokick-modal-var-key{background:var(--grey-1000);color:var(--grey-300);border-radius:4px;align-items:center;padding:2px 6px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;font-weight:600;display:inline-flex}.autokick-modal-var-label{color:var(--grey-500);font-size:13px}.autokick-modal .card-footer{border-top:1px solid var(--grey-850);align-items:center;gap:12px;padding:12px 20px 16px;display:flex}.autokick-modal .card-footer .steps{align-items:center;gap:8px;margin-right:auto;display:flex}.autokick-modal .card-footer .steps .step{background:var(--grey-600);border-radius:6px;width:8px;height:8px}.autokick-modal .card-footer .steps .step.active{background:var(--grey-50);width:16px}.autokick-modal .card-footer .buttons{gap:8px;display:flex}.autokick-modal .card-footer .buttons .ra-button{border-radius:6px;min-width:88px;height:36px;padding:0 16px;font-size:14px}.autokick-modal-tags{flex-direction:column;gap:4px;display:flex}.autokick-modal-tags-box{background:var(--grey-1000);border-radius:6px;flex-wrap:wrap;align-items:center;gap:6px;min-height:40px;padding:6px 8px;display:flex}.autokick-modal-tags-box input{min-width:80px;color:var(--grey-50);background:0 0;border:none;outline:none;flex:1;font-size:14px}.autokick-modal-tags-box input::placeholder{color:var(--grey-600)}.autokick-modal-tag{background:var(--grey-850);border-radius:4px;align-items:center;gap:4px;max-width:100%;padding:2px 6px 2px 8px;display:inline-flex}.autokick-modal-tag p{color:var(--grey-200);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:13px;font-weight:500;overflow:hidden}.autokick-modal-tag button{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex}.autokick-modal-tag svg{width:14px;height:14px;fill:var(--grey-500)}.autokick-modal-tag button:hover svg{fill:var(--grey-300)}.action-modal .input-box input::placeholder{color:var(--grey-500)}.action-modal-label-with-info{align-items:center;gap:6px;display:inline-flex}.action-modal-info{color:var(--grey-500);align-items:center;display:inline-flex}.action-modal-info svg{fill:currentColor;width:14px;height:14px}.action-modal-placeholder{color:var(--grey-500)}.action-modal-access-selected,.action-modal-access-option{align-items:center;gap:8px;display:inline-flex}.action-modal-access-icon{flex-shrink:0;width:18px;height:18px}.action-modal-group-box{padding-right:32px;position:relative}.action-modal-group-box input{width:100%}.action-modal-group-arrows{pointer-events:none;align-items:center;display:flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.action-modal-group-arrows svg{width:16px;height:16px;fill:var(--grey-500)}.action-modal-checkboxes{flex-direction:column;gap:12px;display:flex}.action-modal .checkbox-container{color:var(--grey-300);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:flex-start;padding-left:24px;font-size:14px;line-height:20px;display:flex;position:relative}.action-modal .checkbox-container:hover .checkbox-mark{border-color:#2196f3}.action-modal .checkbox-container input{opacity:0;width:0;height:0;position:absolute}.action-modal .checkbox-container .checkbox-mark{border:1.5px solid var(--grey-600);background:var(--grey-1000);border-radius:4px;width:16px;height:16px;position:absolute;top:2px;left:0}.action-modal .checkbox-container input:checked+.checkbox-mark{background:#2196f3;border-color:#2196f3}.action-modal .checkbox-container .checkbox-mark .icon{visibility:hidden;fill:#fff;width:16px;height:16px}.action-modal .checkbox-container input:checked+.checkbox-mark .icon{visibility:visible}.action-modal-commands-header{color:var(--grey-400);justify-content:space-between;align-items:center;gap:12px;font-size:14px;display:flex}.action-modal-add-command{color:#2196f3;cursor:pointer;background:0 0;border:none;padding:0;font-size:14px;line-height:20px}.action-modal-add-command:hover{color:#64b5f6}.action-modal-vars{margin-top:4px}.action-modal-var{align-items:center}.action-modal-var-warning{fill:#fbbf24;flex-shrink:0;width:16px;height:16px;margin-left:auto}.mod-settings-custom-actions-list{flex-direction:column;gap:8px;margin-top:16px;display:flex}.mod-settings-custom-action{background:var(--grey-900);border-radius:8px;align-items:center;gap:12px;padding:10px 12px 10px 16px;display:flex;position:relative;overflow:hidden}.mod-settings-custom-action-accent{width:3px;position:absolute;top:0;bottom:0;left:0}.mod-settings-custom-action-main{flex:1;align-items:center;gap:12px;min-width:0;display:flex}.mod-settings-custom-action-icon-box{background:var(--grey-850);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.mod-settings-custom-action-icon{width:20px;height:20px;fill:var(--grey-500)}.mod-settings-custom-action-lines{min-width:0}.mod-settings-custom-action-title{color:var(--grey-50);margin:0;font-size:14px;font-weight:500;line-height:20px}.mod-settings-custom-action-subtitle{color:var(--grey-500);margin:2px 0 0;font-size:13px;line-height:18px}.mod-settings-custom-action-right{flex-shrink:0;align-items:center;gap:8px;display:flex}.mod-settings-custom-action-menu-wrap{position:relative}.mod-settings-custom-action-menu{cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;padding:0;display:flex}.mod-settings-custom-action-menu:hover{background:var(--grey-850)}.mod-settings-custom-action-dropdown{z-index:10050;border:1px solid var(--grey-800);background:var(--grey-900);border-radius:8px;min-width:160px;padding:4px;position:fixed;box-shadow:0 12px 32px #00000073}.mod-settings-custom-action-dropdown-item{width:100%;color:var(--grey-100);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:8px 10px;font-size:14px;line-height:20px;display:block}.mod-settings-custom-action-dropdown-item:hover{background:var(--grey-850)}.mod-settings-custom-action-dropdown-item.danger{color:#ef4444}.mod-settings-custom-action-dropdown-item.danger:hover{background:#ef44441f}.stats-page-body{margin-top:32px}.stats-toolbar{justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;display:flex}.stats-select-wrap{min-width:180px;position:relative}.stats-select-btn{border:1px solid var(--grey-800);background:var(--grey-1000);width:100%;min-height:36px;color:var(--grey-50);cursor:pointer;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;padding:6px 12px;font-size:14px;font-weight:500;display:flex}.stats-select-btn:hover{border-color:var(--grey-700)}.stats-select-btn.tonal{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0f;border-color:#0000;min-height:32px;padding:4px 10px;font-size:13px}.stats-select-btn.tonal:hover{background:#ffffff1a;border-color:#0000}.stats-select-wrap.w-fit{width:fit-content;min-width:0}.stats-select-arrow{width:16px;height:16px;fill:var(--grey-500);flex-shrink:0;transform:rotate(90deg)}.stats-select-dropdown{z-index:30;border:1px solid var(--grey-800);background:var(--grey-1000);border-radius:8px;min-width:100%;padding:4px;position:absolute;top:calc(100% + 4px);left:0;box-shadow:0 12px 32px #00000059}.stats-select-option{width:100%;color:var(--grey-100);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:8px 10px;font-size:14px;display:block}.stats-select-option:hover,.stats-select-option.active{background:var(--grey-900);color:var(--grey-50)}.stats-date-btn{color:var(--grey-200);cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:8px;padding:6px 4px 6px 10px;font-size:14px;display:flex}.stats-date-btn:hover{color:var(--grey-50)}.stats-calendar-icon{width:16px;height:16px;fill:var(--grey-300)}.stats-card-wrapper{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.stats-metric-card{background:var(--grey-900);border-radius:10px;padding:16px;position:relative;overflow:hidden}.stats-metric-gradient{pointer-events:none;width:1px;height:1px;position:absolute;inset:auto -40px -60px auto}.stats-metric-gradient.positive{box-shadow:0 0 90px 36px #10b98159}.stats-metric-gradient.negative{box-shadow:0 0 90px 36px #f43f5e59}.stats-metric-title{justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px;display:flex;position:relative}.stats-metric-title>p:first-child{color:var(--grey-200);margin:0;font-size:14px;font-weight:500}.stats-metric-title .positive{color:#10b981;margin:0;font-size:13px;font-weight:500}.stats-metric-title .negative{color:#f43f5e;margin:0;font-size:13px;font-weight:500}.stats-metric-value{color:var(--grey-50);margin:0;font-size:28px;font-weight:600;line-height:1.2;position:relative}.stats-section-divider{align-items:center;gap:12px;margin:32px 0;display:flex}.stats-section-divider-line{background:var(--grey-900);flex:1;height:2px}.stats-section-divider-text{color:var(--grey-500);white-space:nowrap;margin:0;font-size:13px;font-weight:500}.stats-charts{flex-direction:column;gap:20px;display:flex}.stats-chart-block{background:var(--grey-950,var(--grey-1000));border-radius:10px}.stats-chart-header{margin-bottom:8px}.stats-chart-header.row{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.stats-chart-header-actions{flex-wrap:wrap;flex-shrink:0;gap:8px;display:flex}.stats-chart-title{color:var(--grey-50);margin:0;font-size:16px;font-weight:500}.stats-chart-subtitle{color:var(--grey-400);margin:4px 0 0;font-size:13px}.stats-chart-canvas{width:100%;position:relative}.stats-chart-legend{flex-wrap:wrap;justify-content:center;gap:4px 10px;margin-bottom:4px;display:flex}.stats-chart-legend-item{color:#ccc;cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:4px 0;font-size:12px;display:inline-flex}.stats-chart-legend-item.inactive{opacity:.45}.stats-chart-legend-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.stats-chart-svg{width:100%;height:100%;display:block}.stats-chart-grid{stroke:#1e1e1e;stroke-width:1px}.stats-chart-axis-text{fill:#ccc;font-family:Inter,sans-serif;font-size:11px}.stats-geo{background:var(--grey-900);border-radius:10px;padding:20px}.stats-geo-header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px;padding:0 4px;display:flex}.stats-geo-title{color:var(--grey-50);margin:0;font-size:15px;font-weight:500}.stats-geo-subtitle{color:var(--grey-400);margin:2px 0 0;font-size:13px}.stats-button-select{background:var(--grey-1000);border-radius:8px;gap:4px;padding:3px;display:flex}.stats-button-select-item{color:var(--grey-400);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:6px 12px;font-size:13px;font-weight:500}.stats-button-select-item.-active{background:var(--grey-850);color:var(--grey-50)}.stats-geo-list{flex-direction:column;gap:4px;max-height:396px;padding:0 4px;display:flex;overflow:auto}.stats-geo-item{background:var(--grey-1000);border-radius:8px;position:relative;overflow:hidden}.stats-geo-progress{pointer-events:none;background:#3874ec38;position:absolute;inset:0 auto 0 0}.stats-geo-row{justify-content:space-between;align-items:center;gap:16px;padding:8px;display:flex;position:relative}.stats-geo-label{align-items:center;gap:8px;min-width:0;display:flex}.stats-geo-flag{border-radius:50%;flex-shrink:0;width:16px;height:16px}.stats-geo-text{color:var(--grey-100);margin:0;font-size:14px}.stats-geo-item.clickable{cursor:pointer}.stats-geo-item.clickable:hover .stats-geo-progress{background:#3874ec4d}.stats-geo-meta{align-items:flex-end;gap:6px;display:flex}.stats-geo-percentage{color:var(--grey-500);margin:0;font-size:12px}.stats-geo-value{color:var(--grey-50);margin:0;font-size:14px;font-weight:500}.stats-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:64px 16px;display:flex}.stats-empty-icon{width:88px;height:72px;color:var(--grey-600);margin-bottom:8px}.stats-empty-icon svg{fill:none;stroke:currentColor;width:100%;height:100%}.stats-empty-title{color:var(--grey-100);margin:0;font-size:14px;font-weight:600}.stats-empty-desc{max-width:300px;color:var(--grey-300);margin:0;font-size:13px}.stats-online-card{background:var(--grey-900);border-radius:10px;padding:16px 18px}.stats-online-card-top{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.stats-online-count{cursor:default;align-items:center;gap:6px;display:flex}.stats-online-count-current{color:var(--grey-50);font-size:24px;font-weight:500;line-height:1}.stats-online-count-sep{color:var(--grey-400);font-size:16px;font-weight:500}.stats-online-count-max{color:var(--grey-400);font-size:24px;font-weight:500;line-height:1}.stats-progress-bar{background:var(--grey-1000);border-radius:999px;width:100%;height:8px;margin-bottom:12px;display:flex;overflow:hidden}.stats-progress-segment{min-width:0;height:100%}.stats-progress-segment.online{background:#22c55e}.stats-progress-segment.connecting{background:#3b82f6}.stats-progress-segment.reserved{background:#fbbf24}.stats-progress-segment.queue{background:#ef4444}.stats-progress-segment.empty{background:var(--grey-850)}.stats-online-legend{flex-wrap:wrap;gap:10px 16px;display:flex}.stats-online-legend-item{align-items:center;gap:6px;display:flex}.stats-online-legend-item p{color:var(--grey-400);margin:0;font-size:12px}.stats-online-legend-dot{border-radius:2px;flex-shrink:0;width:8px;height:8px}.stats-online-legend-dot.bg-green{background:#22c55e}.stats-online-legend-dot.bg-blue{background:#3b82f6}.stats-online-legend-dot.bg-amber{background:#fbbf24}.stats-online-legend-dot.bg-red{background:#ef4444}.stats-tip{border-radius:10px;justify-content:space-between;align-items:flex-start;gap:12px;padding:12px 14px;display:flex;position:relative;overflow:hidden}.stats-tip.warning{background:radial-gradient(circle at 0% 0%, #fbbf241f, transparent 55%), var(--grey-900);border:1px solid #fbbf242e}.stats-tip-body{color:var(--grey-200);align-items:flex-start;gap:8px;font-size:13px;line-height:1.45;display:flex}.stats-tip-icon{fill:#fbbf24;flex-shrink:0;width:16px;height:16px;margin-top:2px}.stats-tip-close{cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:2px}.stats-tip-close-icon{width:16px;height:16px;fill:var(--grey-400)}.stats-tip-close:hover .stats-tip-close-icon{fill:var(--grey-200)}@media (width<=900px){.stats-card-wrapper{grid-template-columns:1fr}.stats-toolbar{flex-direction:column;align-items:stretch}.stats-geo-header,.stats-chart-header.row{flex-direction:column}.stats-online-card-top{flex-direction:column;align-items:stretch}}.finish-check-modal-root{z-index:60;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.finish-check-modal-root>.modal-backdrop{position:absolute;inset:0}.finish-check-modal-border{z-index:1;border:1px solid var(--grey-800);border-radius:10px;width:min(440px,95vw);max-height:calc(100vh - 32px);position:relative;overflow:hidden;box-shadow:0 24px 80px #0000008c}.finish-check-modal{background:var(--grey-900);flex-direction:column;max-height:calc(100vh - 32px);display:flex}.finish-check-header{justify-content:space-between;align-items:flex-start;gap:16px;padding:20px 20px 8px;display:flex}.finish-check-title{color:var(--grey-50);margin:0;font-size:18px;font-weight:600;line-height:1.3}.finish-check-subtitle{color:var(--grey-400);margin:4px 0 0;font-size:14px;line-height:1.3}.finish-check-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:40px;height:40px}.finish-check-body{padding:12px 20px 8px;overflow:auto}.finish-check-outcomes{flex-direction:column;gap:8px;display:flex}.finish-check-outcome{background:var(--grey-850);width:100%;color:var(--grey-100);text-align:left;cursor:pointer;border:1px solid #0000;border-radius:8px;align-items:center;gap:12px;padding:14px 16px;font-size:15px;transition:background .15s,border-color .15s;display:flex}.finish-check-outcome:hover{background:var(--grey-800)}.finish-check-outcome.selected{background:color-mix(in srgb, #09f 12%, var(--grey-850));border-color:#09f}.finish-check-radio{border:2px solid var(--grey-500);border-radius:50%;flex-shrink:0;width:18px;height:18px;position:relative}.finish-check-radio.checked{border-color:#09f}.finish-check-radio.checked:after{content:"";background:#09f;border-radius:50%;position:absolute;inset:3px}.finish-check-step{flex-direction:column;gap:14px;display:flex}.finish-check-field{flex-direction:column;gap:8px;display:flex}.finish-check-modal .select-wrapper.w-full{width:100%}.finish-check-modal .select-label{color:var(--grey-400);margin-bottom:6px;font-size:13px;display:block}.finish-check-modal .select.modal{position:relative}.finish-check-modal .select.modal .activator{border:1px solid var(--grey-800);background:var(--grey-850);width:100%;min-height:42px;color:var(--grey-50);cursor:pointer;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;padding:0 12px;font-size:14px;display:flex}.finish-check-modal .select.modal .activator.is-placeholder span{color:var(--grey-500)}.finish-check-modal .select.modal .activator:hover,.finish-check-modal .select.modal .activator.-opened{border-color:var(--grey-600)}.finish-check-modal .select.modal .arrow-icon{width:18px;height:18px;fill:var(--grey-400);flex-shrink:0;transition:transform .15s}.finish-check-modal .select.modal .arrow-icon.rotate-90{transform:rotate(90deg)}.finish-check-combobox .activator{padding-right:4px}.finish-check-combobox .activator input{min-width:0;color:var(--grey-50);background:0 0;border:0;outline:none;flex:1;font-size:14px}.finish-check-combobox .activator input::placeholder{color:var(--grey-500)}.finish-check-combobox-toggle{cursor:pointer;background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.finish-check-dropdown{z-index:5;border:1px solid var(--grey-800);background:var(--grey-900);border-radius:8px;max-height:220px;padding:4px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow:auto;box-shadow:0 12px 32px #00000073}.finish-check-option{width:100%;color:var(--grey-100);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;padding:10px 12px;font-size:14px;display:block}.finish-check-option:hover,.finish-check-option.selected{background:var(--grey-850)}.finish-check-switches{flex-direction:column;gap:2px;margin-top:2px;display:flex}.finish-check-switch-row{min-height:44px;color:var(--grey-100);justify-content:space-between;align-items:center;gap:12px;font-size:14px;display:flex}.finish-check-team-list{flex-wrap:wrap;gap:8px;display:flex}.finish-check-team-item{background:var(--grey-850);color:var(--grey-50);cursor:pointer;border:1px solid #0000;border-radius:8px;align-items:center;gap:10px;padding:8px 12px 8px 8px;font-size:14px;display:flex}.finish-check-team-item img{object-fit:cover;border-radius:50%;width:28px;height:28px}.finish-check-team-item.selected{background:color-mix(in srgb, #09f 10%, var(--grey-850));border-color:#09f}.finish-check-textarea{border:1px solid var(--grey-800);background:var(--grey-850);width:100%;min-height:96px;color:var(--grey-50);resize:vertical;border-radius:8px;padding:12px;font-family:inherit;font-size:14px}.finish-check-textarea::placeholder{color:var(--grey-500)}.finish-check-textarea:focus{border-color:var(--grey-600);outline:none}.finish-check-upload{border:1px dashed var(--grey-700);width:100%;color:var(--grey-300);cursor:pointer;text-align:left;background:0 0;border-radius:10px;align-items:center;gap:14px;padding:18px 16px;display:flex}.finish-check-upload:hover{border-color:var(--grey-500);background:var(--grey-850)}.finish-check-upload-icon{background:var(--grey-850);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.finish-check-upload-icon svg{width:22px;height:22px;fill:var(--grey-400)}.finish-check-upload-text{flex-direction:column;gap:2px;display:flex}.finish-check-upload-text strong{color:var(--grey-100);font-size:14px;font-weight:600}.finish-check-upload-text span{color:var(--grey-500);font-size:12px}.finish-check-file-list{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.finish-check-file-list li{background:var(--grey-850);color:var(--grey-200);border-radius:6px;justify-content:space-between;align-items:center;gap:8px;padding:8px 10px;font-size:13px;display:flex}.finish-check-file-list button{color:var(--grey-400);cursor:pointer;background:0 0;border:0;font-size:12px}.finish-check-file-list button:hover{color:var(--grey-100)}.finish-check-footer{justify-content:flex-end;align-items:center;gap:12px;padding:12px 20px 16px;display:flex}.finish-check-footer.ban{border-top:1px solid var(--grey-850);justify-content:space-between;margin-top:4px}.finish-check-steps{align-items:center;gap:8px;display:flex}.finish-check-step-dot{background:var(--grey-600);border-radius:6px;width:8px;height:8px}.finish-check-step-dot.active{background:var(--grey-50);width:16px}.finish-check-footer-actions{gap:8px;display:flex}.finish-check-footer-actions .ra-button{border-radius:6px;min-width:96px;height:36px;padding:0 16px;font-size:14px}.projects-page-body{padding:16px 20px 32px;overflow:auto}.projects-page-hint{color:var(--grey-400);margin:0 0 16px;font-size:13px}.projects-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px;display:grid}.projects-card{border:1px solid var(--grey-900);background:var(--grey-1000);text-align:left;cursor:pointer;color:inherit;border-radius:10px;align-items:center;gap:12px;padding:14px 16px;transition:border-color .15s,background .15s;display:flex}.projects-card:hover{border-color:var(--grey-700)}.projects-card.active{border-color:var(--primary,#3b82f6);background:#3b82f614}.projects-card-logo{object-fit:cover;border-radius:8px;width:40px;height:40px}.projects-card-info{flex:1;min-width:0}.projects-card-title-row{align-items:center;gap:8px;margin-bottom:4px;display:flex}.projects-card-name{color:var(--grey-50);font-size:14px;font-weight:600}.projects-plan{background:var(--grey-850);color:var(--grey-300);border-radius:4px;padding:2px 6px;font-size:11px;font-weight:600}.projects-plan--pro{color:#93c5fd}.projects-plan--enterprise{color:#c4b5fd}.projects-card-meta{color:var(--grey-450,var(--grey-400));margin:0;font-size:12px}.projects-card-check{color:#93c5fd;white-space:nowrap;font-size:12px}.player-note-modal-overlay{z-index:12000;background:#0000008c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.player-note-modal{background:var(--grey-950,#141414);border:1px solid var(--grey-900);border-radius:10px;width:min(400px,100vw - 32px);padding:16px}.player-note-title{color:var(--grey-50);margin:0 0 12px;font-size:15px;font-weight:600}.player-note-textarea{box-sizing:border-box;border:1px solid var(--grey-850);background:var(--grey-1000);width:100%;color:var(--grey-50);font:inherit;resize:vertical;border-radius:8px;margin:0 0 12px;padding:10px 12px}.player-note-actions{justify-content:flex-end;gap:8px;display:flex}.alerts-filter-sidebar{flex-shrink:0;width:280px}
